/*! jQuery UI - v1.12.1 - 2021-07-28
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=676767&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #676767;
	box-shadow: 0px 0px 5px #676767;
} 

@font-face{font-display:auto;font-family:summernote;font-style:normal;font-weight:400;src:url(font/summernote.eot?#iefix) format("embedded-opentype"),url(font/summernote.woff2) format("woff2"),url(font/summernote.woff) format("woff"),url(font/summernote.ttf) format("truetype")}[class*=" note-icon"]:before,[class^=note-icon]:before{display:inline-block;font-family:summernote;font-size:inherit;font-style:normal;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none}.note-icon-fw{text-align:center;width:1.25em}.note-icon-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.note-icon-pull-left{float:left}.note-icon-pull-right{float:right}.note-icon.note-icon-pull-left{margin-right:.3em}.note-icon.note-icon-pull-right{margin-left:.3em}.note-icon-align:before{content:"\ea01"}.note-icon-align-center:before{content:"\ea02"}.note-icon-align-indent:before{content:"\ea03"}.note-icon-align-justify:before{content:"\ea04"}.note-icon-align-left:before{content:"\ea05"}.note-icon-align-outdent:before{content:"\ea06"}.note-icon-align-right:before{content:"\ea07"}.note-icon-arrow-circle-down:before{content:"\ea08"}.note-icon-arrow-circle-left:before{content:"\ea09"}.note-icon-arrow-circle-right:before{content:"\ea0a"}.note-icon-arrow-circle-up:before{content:"\ea0b"}.note-icon-arrows-alt:before{content:"\ea0c"}.note-icon-arrows-h:before{content:"\ea0d"}.note-icon-arrows-v:before{content:"\ea0e"}.note-icon-bold:before{content:"\ea0f"}.note-icon-caret:before{content:"\ea10"}.note-icon-chain-broken:before{content:"\ea11"}.note-icon-circle:before{content:"\ea12"}.note-icon-close:before{content:"\ea13"}.note-icon-code:before{content:"\ea14"}.note-icon-col-after:before{content:"\ea15"}.note-icon-col-before:before{content:"\ea16"}.note-icon-col-remove:before{content:"\ea17"}.note-icon-eraser:before{content:"\ea18"}.note-icon-float-left:before{content:"\ea19"}.note-icon-float-none:before{content:"\ea1a"}.note-icon-float-right:before{content:"\ea1b"}.note-icon-font:before{content:"\ea1c"}.note-icon-frame:before{content:"\ea1d"}.note-icon-italic:before{content:"\ea1e"}.note-icon-link:before{content:"\ea1f"}.note-icon-magic:before{content:"\ea20"}.note-icon-menu-check:before{content:"\ea21"}.note-icon-minus:before{content:"\ea22"}.note-icon-orderedlist:before{content:"\ea23"}.note-icon-pencil:before{content:"\ea24"}.note-icon-picture:before{content:"\ea25"}.note-icon-question:before{content:"\ea26"}.note-icon-redo:before{content:"\ea27"}.note-icon-rollback:before{content:"\ea28"}.note-icon-row-above:before{content:"\ea29"}.note-icon-row-below:before{content:"\ea2a"}.note-icon-row-remove:before{content:"\ea2b"}.note-icon-special-character:before{content:"\ea2c"}.note-icon-square:before{content:"\ea2d"}.note-icon-strikethrough:before{content:"\ea2e"}.note-icon-subscript:before{content:"\ea2f"}.note-icon-summernote:before{content:"\ea30"}.note-icon-superscript:before{content:"\ea31"}.note-icon-table:before{content:"\ea32"}.note-icon-text-height:before{content:"\ea33"}.note-icon-trash:before{content:"\ea34"}.note-icon-underline:before{content:"\ea35"}.note-icon-undo:before{content:"\ea36"}.note-icon-unorderedlist:before{content:"\ea37"}.note-icon-video:before{content:"\ea38"}.note-editor{position:relative}.note-editor .note-dropzone{background-color:#fff;color:#87cefa;display:none;opacity:.95;position:absolute;z-index:100}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;font-size:28px;font-weight:700;text-align:center;vertical-align:middle}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area .note-editable{outline:none}.note-editor .note-editing-area .note-editable sup{vertical-align:super}.note-editor .note-editing-area .note-editable sub{vertical-align:sub}.note-editor .note-editing-area .note-editable img.note-float-left{margin-right:10px}.note-editor .note-editing-area .note-editable img.note-float-right{margin-left:10px}.note-editor.note-airframe,.note-editor.note-frame{border:1px solid rgba(0,0,0,.196)}.note-editor.note-airframe.codeview .note-editing-area .note-editable,.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}.note-editor.note-airframe.codeview .note-editing-area .note-codable,.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}.note-editor.note-airframe .note-editing-area,.note-editor.note-frame .note-editing-area{overflow:hidden}.note-editor.note-airframe .note-editing-area .note-editable,.note-editor.note-frame .note-editing-area .note-editable{overflow:auto;padding:10px;word-wrap:break-word}.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false]{background-color:hsla(0,0%,50%,.114)}.note-editor.note-airframe .note-editing-area .note-codable,.note-editor.note-frame .note-editing-area .note-codable{background-color:#222;border:none;border-radius:0;box-shadow:none;-ms-box-sizing:border-box;box-sizing:border-box;color:#ccc;display:none;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;margin-bottom:0;outline:none;padding:10px;resize:none;width:100%}.note-editor.note-airframe.fullscreen,.note-editor.note-frame.fullscreen{left:0;position:fixed;top:0;width:100%!important;z-index:1050}.note-editor.note-airframe.fullscreen .note-resizebar,.note-editor.note-frame.fullscreen .note-resizebar{display:none}.note-editor.note-airframe .note-status-output,.note-editor.note-frame .note-status-output{border:0;border-top:1px solid #e2e2e2;color:#000;display:block;font-size:14px;height:20px;line-height:1.42857143;margin-bottom:0;width:100%}.note-editor.note-airframe .note-status-output:empty,.note-editor.note-frame .note-status-output:empty{border-top:0 solid transparent;height:0}.note-editor.note-airframe .note-status-output .pull-right,.note-editor.note-frame .note-status-output .pull-right{float:right!important}.note-editor.note-airframe .note-status-output .text-muted,.note-editor.note-frame .note-status-output .text-muted{color:#777}.note-editor.note-airframe .note-status-output .text-primary,.note-editor.note-frame .note-status-output .text-primary{color:#286090}.note-editor.note-airframe .note-status-output .text-success,.note-editor.note-frame .note-status-output .text-success{color:#3c763d}.note-editor.note-airframe .note-status-output .text-info,.note-editor.note-frame .note-status-output .text-info{color:#31708f}.note-editor.note-airframe .note-status-output .text-warning,.note-editor.note-frame .note-status-output .text-warning{color:#8a6d3b}.note-editor.note-airframe .note-status-output .text-danger,.note-editor.note-frame .note-status-output .text-danger{color:#a94442}.note-editor.note-airframe .note-status-output .alert,.note-editor.note-frame .note-status-output .alert{background-color:#f5f5f5;border-radius:0;color:#000;margin:-7px 0 0;padding:7px 10px 2px}.note-editor.note-airframe .note-status-output .alert .note-icon,.note-editor.note-frame .note-status-output .alert .note-icon{margin-right:5px}.note-editor.note-airframe .note-status-output .alert-success,.note-editor.note-frame .note-status-output .alert-success{background-color:#dff0d8!important;color:#3c763d!important}.note-editor.note-airframe .note-status-output .alert-info,.note-editor.note-frame .note-status-output .alert-info{background-color:#d9edf7!important;color:#31708f!important}.note-editor.note-airframe .note-status-output .alert-warning,.note-editor.note-frame .note-status-output .alert-warning{background-color:#fcf8e3!important;color:#8a6d3b!important}.note-editor.note-airframe .note-status-output .alert-danger,.note-editor.note-frame .note-status-output .alert-danger{background-color:#f2dede!important;color:#a94442!important}.note-editor.note-airframe .note-statusbar,.note-editor.note-frame .note-statusbar{background-color:hsla(0,0%,50%,.114);border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid rgba(0,0,0,.196)}.note-editor.note-airframe .note-statusbar .note-resizebar,.note-editor.note-frame .note-statusbar .note-resizebar{cursor:ns-resize;height:9px;padding-top:1px;width:100%}.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{border-top:1px solid rgba(0,0,0,.196);margin:1px auto;width:20px}.note-editor.note-airframe .note-statusbar.locked .note-resizebar,.note-editor.note-frame .note-statusbar.locked .note-resizebar{cursor:default}.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar{display:none}.note-editor.note-airframe .note-placeholder,.note-editor.note-frame .note-placeholder{padding:10px}.note-editor.note-airframe{border:0}.note-editor.note-airframe .note-editing-area .note-editable{padding:0}.note-popover.popover{display:none;max-width:none}.note-popover.popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.note-popover.popover .arrow{left:20px!important}.note-toolbar{position:relative}.note-editor .note-toolbar,.note-popover .popover-content{margin:0;padding:0 0 5px 5px}.note-editor .note-toolbar>.note-btn-group,.note-popover .popover-content>.note-btn-group{margin-left:0;margin-right:5px;margin-top:5px}.note-editor .note-toolbar .note-btn-group .note-table,.note-popover .popover-content .note-btn-group .note-table{min-width:0;padding:5px}.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker,.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker{font-size:18px}.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{cursor:pointer;height:10em;position:absolute!important;width:10em;z-index:3}.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;height:5em;position:relative!important;width:5em;z-index:1}.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;height:1em;position:absolute!important;width:1em;z-index:2}.note-editor .note-toolbar .note-style .dropdown-style blockquote,.note-editor .note-toolbar .note-style .dropdown-style pre,.note-popover .popover-content .note-style .dropdown-style blockquote,.note-popover .popover-content .note-style .dropdown-style pre{margin:0;padding:5px 10px}.note-editor .note-toolbar .note-style .dropdown-style h1,.note-editor .note-toolbar .note-style .dropdown-style h2,.note-editor .note-toolbar .note-style .dropdown-style h3,.note-editor .note-toolbar .note-style .dropdown-style h4,.note-editor .note-toolbar .note-style .dropdown-style h5,.note-editor .note-toolbar .note-style .dropdown-style h6,.note-editor .note-toolbar .note-style .dropdown-style p,.note-popover .popover-content .note-style .dropdown-style h1,.note-popover .popover-content .note-style .dropdown-style h2,.note-popover .popover-content .note-style .dropdown-style h3,.note-popover .popover-content .note-style .dropdown-style h4,.note-popover .popover-content .note-style .dropdown-style h5,.note-popover .popover-content .note-style .dropdown-style h6,.note-popover .popover-content .note-style .dropdown-style p{margin:0;padding:0}.note-editor .note-toolbar .note-color-all .note-dropdown-menu,.note-popover .popover-content .note-color-all .note-dropdown-menu{min-width:337px}.note-editor .note-toolbar .note-color .dropdown-toggle,.note-popover .popover-content .note-color .dropdown-toggle{padding-left:5px;width:20px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette{display:inline-block;margin:0;width:160px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child{margin:0 5px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title{border-bottom:1px solid #eee;font-size:12px;margin:2px 7px;text-align:center}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select{border-radius:5px;cursor:pointer;font-size:11px;margin:3px;padding:0 3px;width:100%}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover{background:#eee}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row{height:20px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn{display:none}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn{border:1px solid #eee}.note-editor .note-toolbar .note-para .note-dropdown-menu,.note-popover .popover-content .note-para .note-dropdown-menu{min-width:228px;padding:5px}.note-editor .note-toolbar .note-para .note-dropdown-menu>div+div,.note-popover .popover-content .note-para .note-dropdown-menu>div+div{margin-left:5px}.note-editor .note-toolbar .note-dropdown-menu,.note-popover .popover-content .note-dropdown-menu{min-width:160px}.note-editor .note-toolbar .note-dropdown-menu.right,.note-popover .popover-content .note-dropdown-menu.right{left:auto;right:0}.note-editor .note-toolbar .note-dropdown-menu.right:before,.note-popover .popover-content .note-dropdown-menu.right:before{left:auto!important;right:9px}.note-editor .note-toolbar .note-dropdown-menu.right:after,.note-popover .popover-content .note-dropdown-menu.right:after{left:auto!important;right:10px}.note-editor .note-toolbar .note-dropdown-menu.note-check a i,.note-popover .popover-content .note-dropdown-menu.note-check a i{color:#00bfff;visibility:hidden}.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,.note-popover .popover-content .note-dropdown-menu.note-check a.checked i{visibility:visible}.note-editor .note-toolbar .note-fontsize-10,.note-popover .popover-content .note-fontsize-10{font-size:10px}.note-editor .note-toolbar .note-color-palette,.note-popover .popover-content .note-color-palette{line-height:1}.note-editor .note-toolbar .note-color-palette div .note-color-btn,.note-popover .popover-content .note-color-palette div .note-color-btn{border:0;border-radius:0;height:20px;margin:0;padding:0;width:20px}.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,.note-popover .popover-content .note-color-palette div .note-color-btn:hover{transform:scale(1.2);transition:all .2s}.note-modal .modal-dialog{border-radius:5px;box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}.note-modal .form-group{margin-left:0;margin-right:0}.note-modal .note-modal-form{margin:0}.note-modal .note-image-dialog .note-dropzone{border:4px dashed #d3d3d3;color:#d3d3d3;font-size:30px;line-height:4;margin-bottom:10px;min-height:100px;text-align:center}@-moz-document url-prefix(){.note-modal .note-image-input{height:auto}}.note-placeholder{color:gray;display:none;position:absolute}.note-handle .note-control-selection{border:1px solid #000;display:none;position:absolute}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{background-color:#000;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);filter:alpha(opacity=30);height:100%;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;width:100%}.note-handle .note-control-selection .note-control-handle,.note-handle .note-control-selection .note-control-holder,.note-handle .note-control-selection .note-control-sizing{border:1px solid #000;height:7px;width:7px}.note-handle .note-control-selection .note-control-sizing{background-color:#000}.note-handle .note-control-selection .note-control-nw{border-bottom:none;border-right:none;left:-5px;top:-5px}.note-handle .note-control-selection .note-control-ne{border-bottom:none;border-left:none;right:-5px;top:-5px}.note-handle .note-control-selection .note-control-sw{border-right:none;border-top:none;bottom:-5px;left:-5px}.note-handle .note-control-selection .note-control-se{bottom:-5px;cursor:se-resize;right:-5px}.note-handle .note-control-selection .note-control-se.note-control-holder{border-left:none;border-top:none;cursor:default}.note-handle .note-control-selection .note-control-selection-info{background-color:#000;border-radius:5px;bottom:0;color:#fff;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);filter:alpha(opacity=70);font-size:12px;margin:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;padding:5px;right:0}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .popover-content{max-height:150px;overflow:auto;padding:3px}.note-hint-popover .popover-content .note-hint-group .note-hint-item{display:block!important;padding:3px}.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover{background-color:#428bca;clear:both;color:#fff;cursor:pointer;display:block;font-weight:400;line-height:1.4;outline:0;text-decoration:none;white-space:nowrap}body .note-fullscreen-body,html .note-fullscreen-body{overflow:hidden!important}.note-editable ol li,.note-editable ul li{list-style-position:inside}.note-toolbar{background:hsla(0,0%,50%,.114)}.note-btn-group .note-btn{border-color:rgba(0,0,0,.196);font-size:13px;padding:.28rem .65rem}

/* open-sans-300 */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('./font/open-sans/300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/open-sans/300.woff') format('woff'), /* Modern Browsers */
       url('./font/open-sans/300.ttf') format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-Light-Italic'),
       url('./font/open-sans/300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/open-sans/300italic.woff') format('woff'), /* Modern Browsers */
       url('./font/open-sans/300italic.ttf') format('truetype'), /* Safari, Android, iOS */
}

/* open-sans-regular - 400 */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('./font/open-sans/regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/open-sans/regular.woff') format('woff'), /* Modern Browsers */
       url('./font/open-sans/regular.ttf') format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('./font/open-sans/italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/open-sans/italic.woff') format('woff'), /* Modern Browsers */
       url('./font/open-sans/italic.ttf') format('truetype'), /* Safari, Android, iOS */
}

/* open-sans-600 */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('./font/open-sans/500.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/open-sans/500.woff') format('woff'), /* Modern Browsers */
       url('./font/open-sans/500.ttf') format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBold-Italic'),
       url('./font/open-sans/500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/open-sans/500italic.woff') format('woff'), /* Modern Browsers */
       url('./font/open-sans/500italic.ttf') format('truetype'), /* Safari, Android, iOS */
}

/* open-sans-700 */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('./font/open-sans/700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/open-sans/700.woff') format('woff'), /* Modern Browsers */
       url('./font/open-sans/700.ttf') format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-Bold-Italic'),
       url('./font/open-sans/700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/open-sans/700italic.woff') format('woff'), /* Modern Browsers */
       url('./font/open-sans/700italic.ttf') format('truetype'), /* Safari, Android, iOS */
}

/* open-sans-800 */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Bold'), local('OpenSans-ExtraBold'),
       url('./font/open-sans/800.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/open-sans/800.woff') format('woff'), /* Modern Browsers */
       url('./font/open-sans/800.ttf') format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Bold Italic'), local('OpenSans-ExtraBold-Italic'),
       url('./font/open-sans/800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/open-sans/800italic.woff') format('woff'), /* Modern Browsers */
       url('./font/open-sans/800italic.ttf') format('truetype'), /* Safari, Android, iOS */
}


/* Header */
nav.navbar{
  height: 64px;
  padding: 0px;
  margin-bottom: 8px;
}

/* Logo */
div.navbar-brand{
  width: 200px;
  min-width: 180px;
  height: 128px;  
  margin: 0 0 -64px 0;
  padding-top: 0;
  padding-bottom: 64px;
  background-image: url('./image/header.svg#svgView(viewBox(0, 0, 200, 128))');
  background-position: 0px 0px;
  background-size: 200px 128px;
  pointer-events: none;  
}

div.navbar-brand > a{
  display: block;
  width: 100%;
  height: 64px;  
  pointer-events: auto;
}

/* Navigator */
.navbar-navigator{
  height: 64px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

@media (max-width: 992px) {
  .navbar-navigator{
    margin-top: -8px;
    margin-bottom: 32px;
    margin-left: 64px;
  }  
}


/* Menu */
ul.navbar-nav{
  height: 64px;
  padding-top: 14px;
  background-image: url('./image/header.svg#svgView(viewBox(190, 0, 16, 64))');
  background-position: 0px 0px;
  background-size: 16px 64px;
  background-repeat: repeat-x;
}

.navbar-tail{
  height: 64px;
  width: 90px;
  background-image: url('./image/header.svg#svgView(viewBox(210, 0, 90, 64))');
  background-size: 90px 64px;
  background-position: 0px 0px;
}

/*
.navbar-toggler{
    border: 1px solid rgba(0, 204, 255, 0.25) !important;
    border-radius: 5px;
}
*/

.navbar-toggler{
  border: none !important;
  border-radius: 5px !important;
}

.show ~ .navbar-toggler{
    border: 1px solid #0CF !important;
}

.navbar li.nav-item{
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}

a.nav-link{
  cursor: pointer;
}

/* Nastavenie pre hamburger */

@media (min-width: 769px) {
  ul.dropdown-menu > li.nav-item > ul.dropdown-menu{
    position: absolute;
    right: 100%;
    left: 50%;
    top: 0;
  }  
  
  .nav-item > ul.dropdown-menu{
    padding-left: 8px;
    padding-right: 8px;
  }
  
}

@media (max-width: 768px) {

  .navbar-collapse{
    z-index: 1000;
  }
  
  .navbar-toggler{
    position: absolute;
    left: calc(100% - 72px);
    top: 16px;
  }

  ul.navbar-nav{
    background-image: none;
    background-color: #FFF;
  }
  
  .nav-item{
    background-color: white;
  }

  .nav-item > ul.dropdown-menu{
    display: inline-block;
    padding-left: 16px;
  }

  .nav-link{
    margin-left: 24px;
  }

  .navbar-tail{
    position: absolute;
    top: 0;
    left: 180px;
  }

}

/* Menu icons */
.hx_menu_icon{
  display: inline-block;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  background-repeat: no-repeat;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: 0px 0px;  
}

/* Fix submenu */
.nav-item.dropdown:hover > .dropdown-menu{
  display: table;
}



.navbar-navigator{
  max-width: 45%;
}

/* Info panel */
.navigator-info{
  background-color: white;
  min-height: 64px;
  max-height: 64px;
  padding-right: 0;
}

/* Project name */
.navigator-project-info {
  color: #00CCFF;
  min-height: 40px;
  max-height: 40px;
  font-weight: 700;
  white-space: nowrap;
  margin-top: 0px;
  line-height: 40px;
  font-size: 1rem;
}

.navigator-project-info .project-name{
  font-size: 1.31rem;
}

/*
.navigator-project-name a {
  display: block;
}
*/

/* User name */
.navigator-user-name{
  color: #006699;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  min-height: 24px;
  max-height: 24px;
  line-height: 24px;
}

.navigator-version{
  color: #006699;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  min-height: 16px;
  max-height: 16px;
  line-height: 24px;
  padding-right:8px;
}

/* Flags */
.navigator-flags{
  display: flex;  
  justify-content: flex-end;
  min-height: 24px;
  max-height: 24px;
}

.navigator-flags > .flag{
  min-height: 24px;
  max-height: 24px;
  min-width: 24px;
  max-width: 24px;
  background-color: #CCCCCC;
  box-shadow: -2px -2px rgba(0,0,0,0.2) inset;
  border-radius: 5px;
}

/* Buttons */
.navigator-button{
  min-height: 40px;
  max-height: 40px;
  padding-top: 8px;
}

.navigator-button > .row{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1200px) {
  .navigator-flags {
    display: none;
  }
}

/* Vypnutie labelov na buttonoch */
@media (max-width: 1410px) {
  .navigator-button .btn > span{
    display: none;
  }
}

.navigator-helpdesk{
  min-height: 24px;
  max-height: 24px;
}

.navigator-helpdesk .form-row {
  align-items: center;
}

.navigator-helpdesk .form-group {
  margin-bottom: 0;
}

.navigator-helpdesk select {
  height: 24px;
  font-size: .8rem;
}

/* Project layer switch */
.navigator-switch{
  min-height: 24px;
  max-height: 24px;
  margin-left: -16px;
}

.navigator-switch select{
  height: 24px;
}

/* Clean negative margins on first row */

#hxForm{
}

/* Main page row margins */
.row.row-main-margins{
 margin-left: 8px;
 margin-right: 0px;
 padding-right: 0px;
}

.row.row-main-margins > div.col-12:not(.section) {
 padding-right: 16px;
}

/* Container */
.toast-container{
  position: fixed;
  top: 16px;
  right: 24px;
  min-width: min(350px, calc(100vw - 32px));
  max-width: 50%;
/*  
  z-index: 1000;
*/  
}

/* Mesage */
.toast{
  cursor: pointer;
  min-height: 60px;
  max-height: 75%;
/*  max-width: 100%; */
  background-color: rgb(242, 252, 255);        
  border: 1.5px solid #00CCFF;
  border-radius: 10px;
  padding: 8px;
}

.toast-header{
  display: flex;
  align-items: center;  
  background-color: transparent; 
  border-bottom: 1px solid #00CCFF;
}

.toast-header:last-child {
  border: none;
}

/* Message icon */
.hx_msg_icon{
  min-height: 32px;
  max-height: 32px;
  min-width: 32px;
  max-width: 32px;
  background-size: 32px 32px;
  background-position: 0 0;  
}

/* Message label */
.hx_msg_label{
  font-size: 1rem;
  font-weight: 700;  
  margin-left: 8px;
  margin-right: 8px;
}

.toast-body{
  overflow: auto;
  scrollbar-width: thin;
  max-height: 50vh;
  padding-bottom: 0;
}

.toast-body > ul{
  margin-bottom: 0px; 
  padding-left: 1.5rem;
}

.toast-body > ul > li{
  margin-bottom: 8px;
}

/*
.toast-body > ul > li:last-child{
  margin-bottom: 4px;
}
*/

.toast-body > ul > li > pre{
  font-size: 1rem;
  line-height: 1.25rem;
  overflow: initial;
  margin-bottom: 0;
}


/* ToolTip */

.tooltip.show {
  opacity: 1;
}

.tooltip-inner{
  color:#000;
  text-align:center;
  text-decoration:none;
  font-family: 'Open Sans', sans-serif;
  font-size:0.8rem;
  line-height: 1.2rem;

/*  font-weight: 0.700; */
  padding: 0.25rem 1.0rem;
  background-color: #FFF !important;
  border: 1.5px solid #00CCFF;
  border-radius: 5px;
  box-sizing: border-box;
  white-space: nowrap;
  max-width: 640px;
}

.bs-tooltip-top{
  padding: 0;
  margin: 0.4rem 0;
}

.tooltip-arrow{
 --bs-tooltip-bg: #00CCFF;
}


#scroll{
  display: none;
  position: fixed;
  cursor: pointer;
  right: 12px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  background-color:#00CCFF;
  text-indent:-9999px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 10000;
}

#scroll > div{
  width: 32px;
  height: 32px;
  background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="14.172,24.213 18.522,24.213 18.522,19.632 22.347,19.632 16.347,13.525 10.347,19.632 14.172,19.632 "/> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%23269FBF" width="4.182" height="17"/> </svg>');
  background-size: 32px 32px;
  margin: 4px;
}

#scroll:hover{
  background-color: #2189a5;
  opacity: 1;
  filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}


/* Navigator project switch */
.navbar-switch{
  min-height: 98px;
  max-height: 98px;
  margin-bottom: -34px;
  border: 1px solid red;
  font-size: 0.675rem;
  padding-top: 8px;
  padding-bottom: 10px;
  background-color: white;
  z-index: 1;
}

.navbar-switch-item{
  min-height: 16px;
  max-height: 16px;
  width: 100%;
}

.navbar-switch-item.active {
  font-weight: 800;
}

@media (max-width: 992px) {
  .navbar-switch{
    display: none;
  }  
}


/* Section */
.section{
  margin-left: -12px;
  padding-left: 8px;
  margin-right: -12px; 
  padding-right: 0px;
}

/* Dve sekcie za sebou */
.section:not(.right-connect):not(.col-12) + .section:not(.left-connect):not(.col-12) {
  margin-left: 12px;
  padding-right: 8px;
}

.section.open{
}

.section.closed{
}

/* Section - top */
.section-top{
  display: flex;
  flex-wrap: nowrap;
  min-height: 24px;
  max-height: 24px;
  width: calc(100% - 72px);
  margin-top: 0px;
  margin-left: 50px;
}

/* Section - line */
.section-line{
  display: flex;
  min-height: 72px;
  max-height: 72px;
  min-width: 200px;
  margin-top: -24px;
  margin-bottom: -48px;
}

.section-line-left{
  min-width: 48px;
  max-width: 48px;
  min-height: 72px;
  max-height: 72px;
  background-size: 48px 72px;  
  background-position: 0px 0px;  
}

.section-line-middle{
  display: flex;
  flex-wrap: nowrap;
  min-height: 72px;
  max-height: 72px;
  width: 100%;
  background-size: 32px 72px;  
  background-position: 0px 0px;  
  background-repeat: repeat-x;
}  

.section-line-right{
  min-width: 40px;
  max-width: 40px;
  min-height: 72px;
  max-height: 72px;
  margin-right: -8px;
  background-size: 40px 72px;
  background-position: 0px 0px;  
}

div.section-line-right{
  display: none;
}

/* Section - body */
.section-body{
  display: flex;
/*  padding-right: 4px; */
}

.section-body-left{
  min-width: 8px;
  max-width: 8px;
  margin-top: 48px;
}

.section-body-content{
  min-width: calc(100%);
  max-width: calc(100%);
  padding: 0 24px 0 16px;
  margin: 16px -16px -16px 0;
}

.small-top > .section-body > .section-body-content{
  margin-top: 8px;
}

.section-body-right{
  display: none;
  position: relative;
  min-width: 8px;
  max-width: 8px;
  margin-top: 48px;
/*  margin-left: 4px; */
}

/* Section - Bottom */
.section-bottom{
  display: flex;
  height: 16px;
}

.section-bottom-left{
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  margin: 0 24px 0 -8px;
  background-position: 0px 0px;
  background-size: 16px 16px;
}

.section-bottom-middle{
  width: 100%;
  margin-left: 8px;
}

.section-bottom-right{
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-left: 32px;
  margin-right: -8px;
  background-position: 0px 0px;
  background-size: 16px 16px;
}
/* Section - top */
.section-line-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 72"> <rect x="0" y="24" width="32" height="1" fill="%2300CCFF"/> </svg>');
}  

.section-line-right, 
.unclosable > .section-line > .section-line-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%2300CCFF" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%2300CCFF" cx="35.5" cy="4.5" r="4.5"/> </svg>');  
}

.section-line-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%2300CCFF" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%2300CCFF" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M33 4v1h5V4h-3z"/> </svg> ');  
}

.section-line-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%2300CCFF" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%2300CCFF" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M35 2v2h-2v1h2v2h1V5h2V4h-2V2z"/> </svg>');  
}

/* Section - body */
.section-body-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect fill="%2300CCFF" x="0" y="0" width="1" height="32"/> </svg>');
  background-size: 8px 32px;
  background-position: 0px 0px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.section-bottom-left,
.unclosable > .section-bottom > .section-bottom-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2300CCFF" x="8" y="0" width="1" height="1"/> <circle fill="%2300CCFF" cx="8.5" cy="4.5" r="4.5"/> </svg>');  
}

.section-bottom-left.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2300CCFF" x="8" y="0" width="1" height="1"/> <circle fill="%2300CCFF" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H6v1h5z" transform="translate(0, -3)"/> </svg>');
}

.section-bottom-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2300CCFF" x="8" y="0" width="1" height="1"/> <circle fill="%2300CCFF" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H9V5H8v2H6v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');
}
/* Section - top */
.blue.section-line-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 72"> <rect x="0" y="24" width="32" height="1" fill="%230099FF"/> </svg>');
}  

.blue.section-line-right, 
.unclosable > .section-line > .blue.section-line-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%230099FF" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%230099FF" cx="35.5" cy="4.5" r="4.5"/> </svg>');  
}

.blue.section-line-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%230099FF" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%230099FF" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M33 4v1h5V4h-3z"/> </svg> ');  
}

.blue.section-line-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%230099FF" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%230099FF" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M35 2v2h-2v1h2v2h1V5h2V4h-2V2z"/> </svg>');  
}

/* Section - body */
.blue.section-body-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect fill="%230099FF" x="0" y="0" width="1" height="32"/> </svg>');
  background-size: 8px 32px;
  background-position: 0px 0px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.blue.section-bottom-left,
.unclosable > .section-bottom > .blue.section-bottom-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%230099FF" x="8" y="0" width="1" height="1"/> <circle fill="%230099FF" cx="8.5" cy="4.5" r="4.5"/> </svg>');  
}

.blue.section-bottom-left.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%230099FF" x="8" y="0" width="1" height="1"/> <circle fill="%230099FF" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H6v1h5z" transform="translate(0, -3)"/> </svg>');
}

.blue.section-bottom-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%230099FF" x="8" y="0" width="1" height="1"/> <circle fill="%230099FF" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H9V5H8v2H6v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');
}
/* Section - top */
.lightBlue.section-line-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 72"> <rect x="0" y="24" width="32" height="1" fill="%2333CCFF"/> </svg>');
}  

.lightBlue.section-line-right, 
.unclosable > .section-line > .lightBlue.section-line-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%2333CCFF" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%2333CCFF" cx="35.5" cy="4.5" r="4.5"/> </svg>');  
}

.lightBlue.section-line-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%2333CCFF" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%2333CCFF" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M33 4v1h5V4h-3z"/> </svg> ');  
}

.lightBlue.section-line-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%2333CCFF" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%2333CCFF" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M35 2v2h-2v1h2v2h1V5h2V4h-2V2z"/> </svg>');  
}

/* Section - body */
.lightBlue.section-body-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect fill="%2333CCFF" x="0" y="0" width="1" height="32"/> </svg>');
  background-size: 8px 32px;
  background-position: 0px 0px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.lightBlue.section-bottom-left,
.unclosable > .section-bottom > .lightBlue.section-bottom-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2333CCFF" x="8" y="0" width="1" height="1"/> <circle fill="%2333CCFF" cx="8.5" cy="4.5" r="4.5"/> </svg>');  
}

.lightBlue.section-bottom-left.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2333CCFF" x="8" y="0" width="1" height="1"/> <circle fill="%2333CCFF" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H6v1h5z" transform="translate(0, -3)"/> </svg>');
}

.lightBlue.section-bottom-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2333CCFF" x="8" y="0" width="1" height="1"/> <circle fill="%2333CCFF" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H9V5H8v2H6v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');
}
/* Section - top */
.green.section-line-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 72"> <rect x="0" y="24" width="32" height="1" fill="%2339b563"/> </svg>');
}  

.green.section-line-right, 
.unclosable > .section-line > .green.section-line-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%2339b563" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%2339b563" cx="35.5" cy="4.5" r="4.5"/> </svg>');  
}

.green.section-line-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%2339b563" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%2339b563" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M33 4v1h5V4h-3z"/> </svg> ');  
}

.green.section-line-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%2339b563" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%2339b563" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M35 2v2h-2v1h2v2h1V5h2V4h-2V2z"/> </svg>');  
}

/* Section - body */
.green.section-body-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect fill="%2339b563" x="0" y="0" width="1" height="32"/> </svg>');
  background-size: 8px 32px;
  background-position: 0px 0px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.green.section-bottom-left,
.unclosable > .section-bottom > .green.section-bottom-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2339b563" x="8" y="0" width="1" height="1"/> <circle fill="%2339b563" cx="8.5" cy="4.5" r="4.5"/> </svg>');  
}

.green.section-bottom-left.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2339b563" x="8" y="0" width="1" height="1"/> <circle fill="%2339b563" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H6v1h5z" transform="translate(0, -3)"/> </svg>');
}

.green.section-bottom-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2339b563" x="8" y="0" width="1" height="1"/> <circle fill="%2339b563" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H9V5H8v2H6v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');
}
/* Section - top */
.lightGreen.section-line-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 72"> <rect x="0" y="24" width="32" height="1" fill="%2300e500"/> </svg>');
}  

.lightGreen.section-line-right, 
.unclosable > .section-line > .lightGreen.section-line-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%2300e500" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%2300e500" cx="35.5" cy="4.5" r="4.5"/> </svg>');  
}

.lightGreen.section-line-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%2300e500" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%2300e500" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M33 4v1h5V4h-3z"/> </svg> ');  
}

.lightGreen.section-line-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%2300e500" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%2300e500" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M35 2v2h-2v1h2v2h1V5h2V4h-2V2z"/> </svg>');  
}

/* Section - body */
.lightGreen.section-body-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect fill="%2300e500" x="0" y="0" width="1" height="32"/> </svg>');
  background-size: 8px 32px;
  background-position: 0px 0px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.lightGreen.section-bottom-left,
.unclosable > .section-bottom > .lightGreen.section-bottom-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2300e500" x="8" y="0" width="1" height="1"/> <circle fill="%2300e500" cx="8.5" cy="4.5" r="4.5"/> </svg>');  
}

.lightGreen.section-bottom-left.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2300e500" x="8" y="0" width="1" height="1"/> <circle fill="%2300e500" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H6v1h5z" transform="translate(0, -3)"/> </svg>');
}

.lightGreen.section-bottom-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2300e500" x="8" y="0" width="1" height="1"/> <circle fill="%2300e500" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H9V5H8v2H6v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');
}
/* Section - top */
.yellow.section-line-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 72"> <rect x="0" y="24" width="32" height="1" fill="%23f9e100"/> </svg>');
}  

.yellow.section-line-right, 
.unclosable > .section-line > .yellow.section-line-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23f9e100" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%23f9e100" cx="35.5" cy="4.5" r="4.5"/> </svg>');  
}

.yellow.section-line-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23f9e100" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%23f9e100" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M33 4v1h5V4h-3z"/> </svg> ');  
}

.yellow.section-line-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23f9e100" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%23f9e100" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M35 2v2h-2v1h2v2h1V5h2V4h-2V2z"/> </svg>');  
}

/* Section - body */
.yellow.section-body-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect fill="%23f9e100" x="0" y="0" width="1" height="32"/> </svg>');
  background-size: 8px 32px;
  background-position: 0px 0px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.yellow.section-bottom-left,
.unclosable > .section-bottom > .yellow.section-bottom-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23f9e100" x="8" y="0" width="1" height="1"/> <circle fill="%23f9e100" cx="8.5" cy="4.5" r="4.5"/> </svg>');  
}

.yellow.section-bottom-left.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23f9e100" x="8" y="0" width="1" height="1"/> <circle fill="%23f9e100" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H6v1h5z" transform="translate(0, -3)"/> </svg>');
}

.yellow.section-bottom-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23f9e100" x="8" y="0" width="1" height="1"/> <circle fill="%23f9e100" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H9V5H8v2H6v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');
}
/* Section - top */
.purple.section-line-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 72"> <rect x="0" y="24" width="32" height="1" fill="%23FF99FF"/> </svg>');
}  

.purple.section-line-right, 
.unclosable > .section-line > .purple.section-line-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23FF99FF" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%23FF99FF" cx="35.5" cy="4.5" r="4.5"/> </svg>');  
}

.purple.section-line-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23FF99FF" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%23FF99FF" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M33 4v1h5V4h-3z"/> </svg> ');  
}

.purple.section-line-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23FF99FF" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%23FF99FF" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M35 2v2h-2v1h2v2h1V5h2V4h-2V2z"/> </svg>');  
}

/* Section - body */
.purple.section-body-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect fill="%23FF99FF" x="0" y="0" width="1" height="32"/> </svg>');
  background-size: 8px 32px;
  background-position: 0px 0px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.purple.section-bottom-left,
.unclosable > .section-bottom > .purple.section-bottom-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23FF99FF" x="8" y="0" width="1" height="1"/> <circle fill="%23FF99FF" cx="8.5" cy="4.5" r="4.5"/> </svg>');  
}

.purple.section-bottom-left.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23FF99FF" x="8" y="0" width="1" height="1"/> <circle fill="%23FF99FF" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H6v1h5z" transform="translate(0, -3)"/> </svg>');
}

.purple.section-bottom-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23FF99FF" x="8" y="0" width="1" height="1"/> <circle fill="%23FF99FF" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H9V5H8v2H6v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');
}
/* Section - top */
.grey.section-line-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 72"> <rect x="0" y="24" width="32" height="1" fill="%23CCCCCC"/> </svg>');
}  

.grey.section-line-right, 
.unclosable > .section-line > .grey.section-line-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23CCCCCC" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%23CCCCCC" cx="35.5" cy="4.5" r="4.5"/> </svg>');  
}

.grey.section-line-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23CCCCCC" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%23CCCCCC" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M33 4v1h5V4h-3z"/> </svg> ');  
}

.grey.section-line-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23CCCCCC" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%23CCCCCC" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M35 2v2h-2v1h2v2h1V5h2V4h-2V2z"/> </svg>');  
}

/* Section - body */
.grey.section-body-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect fill="%23CCCCCC" x="0" y="0" width="1" height="32"/> </svg>');
  background-size: 8px 32px;
  background-position: 0px 0px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.grey.section-bottom-left,
.unclosable > .section-bottom > .grey.section-bottom-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23CCCCCC" x="8" y="0" width="1" height="1"/> <circle fill="%23CCCCCC" cx="8.5" cy="4.5" r="4.5"/> </svg>');  
}

.grey.section-bottom-left.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23CCCCCC" x="8" y="0" width="1" height="1"/> <circle fill="%23CCCCCC" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H6v1h5z" transform="translate(0, -3)"/> </svg>');
}

.grey.section-bottom-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23CCCCCC" x="8" y="0" width="1" height="1"/> <circle fill="%23CCCCCC" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H9V5H8v2H6v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');
}
/* Section - top */
.orange.section-line-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 72"> <rect x="0" y="24" width="32" height="1" fill="%23ffbc00"/> </svg>');
}  

.orange.section-line-right, 
.unclosable > .section-line > .orange.section-line-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23ffbc00" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%23ffbc00" cx="35.5" cy="4.5" r="4.5"/> </svg>');  
}

.orange.section-line-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23ffbc00" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%23ffbc00" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M33 4v1h5V4h-3z"/> </svg> ');  
}

.orange.section-line-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23ffbc00" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%23ffbc00" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M35 2v2h-2v1h2v2h1V5h2V4h-2V2z"/> </svg>');  
}

/* Section - body */
.orange.section-body-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect fill="%23ffbc00" x="0" y="0" width="1" height="32"/> </svg>');
  background-size: 8px 32px;
  background-position: 0px 0px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.orange.section-bottom-left,
.unclosable > .section-bottom > .orange.section-bottom-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23ffbc00" x="8" y="0" width="1" height="1"/> <circle fill="%23ffbc00" cx="8.5" cy="4.5" r="4.5"/> </svg>');  
}

.orange.section-bottom-left.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23ffbc00" x="8" y="0" width="1" height="1"/> <circle fill="%23ffbc00" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H6v1h5z" transform="translate(0, -3)"/> </svg>');
}

.orange.section-bottom-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23ffbc00" x="8" y="0" width="1" height="1"/> <circle fill="%23ffbc00" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H9V5H8v2H6v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');
}
/* Section - top */
.red.section-line-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 72"> <rect x="0" y="24" width="32" height="1" fill="%23FF0000"/> </svg>');
}  

.red.section-line-right, 
.unclosable > .section-line > .red.section-line-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23FF0000" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%23FF0000" cx="35.5" cy="4.5" r="4.5"/> </svg>');  
}

.red.section-line-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23FF0000" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%23FF0000" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M33 4v1h5V4h-3z"/> </svg> ');  
}

.red.section-line-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23FF0000" d="M21.2 18.2C17.4 21.9 12.4 24 7.1 24H0v1h7.1c5.6 0 10.9-2.2 14.8-6.1L36.8 4l-.4-1z"/> <circle fill="%23FF0000" cx="35.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M35 2v2h-2v1h2v2h1V5h2V4h-2V2z"/> </svg>');  
}

/* Section - body */
.red.section-body-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect fill="%23FF0000" x="0" y="0" width="1" height="32"/> </svg>');
  background-size: 8px 32px;
  background-position: 0px 0px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.red.section-bottom-left,
.unclosable > .section-bottom > .red.section-bottom-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23FF0000" x="8" y="0" width="1" height="1"/> <circle fill="%23FF0000" cx="8.5" cy="4.5" r="4.5"/> </svg>');  
}

.red.section-bottom-left.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23FF0000" x="8" y="0" width="1" height="1"/> <circle fill="%23FF0000" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H6v1h5z" transform="translate(0, -3)"/> </svg>');
}

.red.section-bottom-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23FF0000" x="8" y="0" width="1" height="1"/> <circle fill="%23FF0000" cx="8.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M11 7H9V5H8v2H6v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');
}


/* Section - header */
.section-tab-left{
  min-height: 24px;
  max-height: 24px;
  min-width: 43px;
  max-width: 43px;
  margin: 0px -11px 0px -12px;
  background-position: 0px 0px;  
  background-size: 43px 24px;
}

.section-tab-left.next{
  margin: 0px 0px 0px -23px;
}

.section-tab-middle{
  min-height: 24px;
  max-height: 24px;
  min-width: 16px;
}

.section-tab-right{
  min-height: 24px;
  max-height: 24px;
  min-width: 43px;
  max-width: 43px;
  margin: 0px -23px 0px 0px;
  background-position: 0px 0px;  
  background-size: 43px 24px;
}

/* Selected tab label */
.section-tab-selected{
  display: flex;
  position: relative;
  min-height: 24px;
  max-height: 24px;
  margin: 0 -20px 0 -20px;
  padding: 0 12px 0 12px;
  color: white;
  z-index: 1;
}

/* Unselected tab */
.section-tab{
  display: flex;
  position: relative;
  min-height: 24px;
  max-height: 24px;
  min-width: 24px;
  padding: 0px 12px 0px 12px;
  color: black;
  z-index: 1;
  overflow: hidden;
}

.section-tab > span, .section-tab-selected > span{
  margin: 2px 0px -2px 0px;
}

/* Third level */
.section-body-content .section-body-content .section-tab-selected{
  color: inherit;
}

/* Tab icon */
.hx_tab_icon{
  min-height: 24px;
  max-height: 24px;
  min-width: 24px;
  max-width: 24px;
  margin: 0px 0px 0px 0px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCC00" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CCCC00" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
  background-repeat: no-repeat;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: 0 0;
}

/* Vypnutie textov pri malom display */
@media (max-width: 540px) {
  .hx_tab_icon ~ span{
    display: none;
  }
}
/* Section - header */
.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2300CCFF" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2300CCFF" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%2300CCFF" width="64" height="24"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 64px 24px;
  background-repeat: repeat-x;
}

.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2300CCFF" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Third level */
.section-body-content .section-body-content .section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%23E2E2E2" width="64" height="24"/> </svg> ');  
}

.section-body-content .section-body-content .section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.section-body-content .section-body-content .section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

.section-body-content .section-body-content .section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Section - header */
.blue.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%230099FF" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.blue.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%230099FF" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.blue.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%230099FF" width="64" height="24"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 64px 24px;
  background-repeat: repeat-x;
}

.blue.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%230099FF" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Third level */
.section-body-content .section-body-content .blue.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%23E2E2E2" width="64" height="24"/> </svg> ');  
}

.section-body-content .section-body-content .blue.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.section-body-content .section-body-content .blue.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

.section-body-content .section-body-content .blue.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Section - header */
.lightBlue.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2333CCFF" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.lightBlue.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2333CCFF" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.lightBlue.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%2333CCFF" width="64" height="24"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 64px 24px;
  background-repeat: repeat-x;
}

.lightBlue.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2333CCFF" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Third level */
.section-body-content .section-body-content .lightBlue.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%23E2E2E2" width="64" height="24"/> </svg> ');  
}

.section-body-content .section-body-content .lightBlue.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.section-body-content .section-body-content .lightBlue.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

.section-body-content .section-body-content .lightBlue.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Section - header */
.green.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2339b563" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.green.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2339b563" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.green.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%2339b563" width="64" height="24"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 64px 24px;
  background-repeat: repeat-x;
}

.green.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2339b563" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Third level */
.section-body-content .section-body-content .green.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%23E2E2E2" width="64" height="24"/> </svg> ');  
}

.section-body-content .section-body-content .green.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.section-body-content .section-body-content .green.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

.section-body-content .section-body-content .green.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Section - header */
.lightGreen.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2300e500" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.lightGreen.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2300e500" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.lightGreen.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%2300e500" width="64" height="24"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 64px 24px;
  background-repeat: repeat-x;
}

.lightGreen.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2300e500" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Third level */
.section-body-content .section-body-content .lightGreen.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%23E2E2E2" width="64" height="24"/> </svg> ');  
}

.section-body-content .section-body-content .lightGreen.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.section-body-content .section-body-content .lightGreen.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

.section-body-content .section-body-content .lightGreen.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Section - header */
.yellow.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23f9e100" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.yellow.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23f9e100" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.yellow.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%23f9e100" width="64" height="24"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 64px 24px;
  background-repeat: repeat-x;
}

.yellow.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23f9e100" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Third level */
.section-body-content .section-body-content .yellow.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%23E2E2E2" width="64" height="24"/> </svg> ');  
}

.section-body-content .section-body-content .yellow.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.section-body-content .section-body-content .yellow.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

.section-body-content .section-body-content .yellow.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Section - header */
.purple.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23FF99FF" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.purple.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23FF99FF" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.purple.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%23FF99FF" width="64" height="24"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 64px 24px;
  background-repeat: repeat-x;
}

.purple.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23FF99FF" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Third level */
.section-body-content .section-body-content .purple.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%23E2E2E2" width="64" height="24"/> </svg> ');  
}

.section-body-content .section-body-content .purple.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.section-body-content .section-body-content .purple.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

.section-body-content .section-body-content .purple.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Section - header */
.grey.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23CCCCCC" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.grey.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23CCCCCC" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.grey.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%23CCCCCC" width="64" height="24"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 64px 24px;
  background-repeat: repeat-x;
}

.grey.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23CCCCCC" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Third level */
.section-body-content .section-body-content .grey.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%23E2E2E2" width="64" height="24"/> </svg> ');  
}

.section-body-content .section-body-content .grey.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.section-body-content .section-body-content .grey.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

.section-body-content .section-body-content .grey.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Section - header */
.orange.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23ffbc00" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.orange.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23ffbc00" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.orange.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%23ffbc00" width="64" height="24"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 64px 24px;
  background-repeat: repeat-x;
}

.orange.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23ffbc00" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Third level */
.section-body-content .section-body-content .orange.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%23E2E2E2" width="64" height="24"/> </svg> ');  
}

.section-body-content .section-body-content .orange.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.section-body-content .section-body-content .orange.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

.section-body-content .section-body-content .orange.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Section - header */
.red.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23FF0000" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.red.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23FF0000" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.red.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%23FF0000" width="64" height="24"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 64px 24px;
  background-repeat: repeat-x;
}

.red.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23FF0000" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Third level */
.section-body-content .section-body-content .red.section-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 24"> <rect fill="%23E2E2E2" width="64" height="24"/> </svg> ');  
}

.section-body-content .section-body-content .red.section-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-9.7,0C28,0,22.9,2.1,19.1,5.9L1,24l42,0V0z"/> </svg>');
}

.section-body-content .section-body-content .red.section-tab-left.next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

.section-body-content .section-body-content .red.section-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}


/* Tabs */
.line-tab-left{
  min-height: 16px;
  max-height: 16px;
  min-width: 28px;
  max-width: 28px;
  margin: 0px 0px 0px -28px;
  background-position: 0px 0px;  
  background-size: 28px 16px;
}

.line-tab-left.next{
  margin: 0px 0px 0px 0px;
}

.line-tab-middle{
  min-height: 16px;
  max-height: 16px;
  min-width: 8px;
  margin: 0 -2px 0 -2px;
}

.line-tab-middle.selected{
  color: white;
}  

.line-tab-right{
  min-height: 16px;
  max-height: 16px;
  min-width: 28px;
  max-width: 28px;
  margin: 0px 0px 0px 0px;
  background-position: 0px 0px;  
  background-size: 28px 16px;
}

/* Selected tab label */
.line-tab{
  display: flex;
  position: relative;
  min-height: 16px;
  max-height: 16px;
  margin: 0px 0px 0px -4px;
  padding: 0 0px 0 0px;
  z-index: 1;
}

.line-tab > span{
  font-size: 0.75rem;
  margin: 0px 0px 0px 0px;
}

/* Tab icon */
.line-tab > .hx_tab_icon{
  min-height: 16px;
  max-height: 16px;
  min-width: 16px;
  max-width: 16px;
  margin: 0px 2px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCC00" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CCCC00" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
  background-repeat: no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: 0 0;
}
/*  transform: rotate(-90deg); */
/* Line tab - header */
.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

/*
.line-tab-left.next_LOCK{
%% lineTabLeftNext%%
}
*/

.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%23E2E2E2" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Primary line tab - header */
.selected.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2300CCFF" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.selected.line-tab-left.next_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2300CCFF" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.selected.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%2300CCFF" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.selected.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2300CCFF" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Line tab - header */
.blue.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

/*
.blue.line-tab-left.next_LOCK{
%% lineTabLeftNext%%
}
*/

.blue.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%23E2E2E2" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.blue.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Primary line tab - header */
.blue.selected.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%230099FF" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.blue.selected.line-tab-left.next_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%230099FF" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.blue.selected.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%230099FF" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.blue.selected.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%230099FF" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Line tab - header */
.lightBlue.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

/*
.lightBlue.line-tab-left.next_LOCK{
%% lineTabLeftNext%%
}
*/

.lightBlue.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%23E2E2E2" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.lightBlue.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Primary line tab - header */
.lightBlue.selected.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2333CCFF" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.lightBlue.selected.line-tab-left.next_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2333CCFF" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.lightBlue.selected.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%2333CCFF" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.lightBlue.selected.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2333CCFF" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Line tab - header */
.green.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

/*
.green.line-tab-left.next_LOCK{
%% lineTabLeftNext%%
}
*/

.green.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%23E2E2E2" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.green.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Primary line tab - header */
.green.selected.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2339b563" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.green.selected.line-tab-left.next_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2339b563" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.green.selected.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%2339b563" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.green.selected.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2339b563" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Line tab - header */
.lightGreen.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

/*
.lightGreen.line-tab-left.next_LOCK{
%% lineTabLeftNext%%
}
*/

.lightGreen.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%23E2E2E2" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.lightGreen.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Primary line tab - header */
.lightGreen.selected.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2300e500" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.lightGreen.selected.line-tab-left.next_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2300e500" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.lightGreen.selected.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%2300e500" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.lightGreen.selected.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%2300e500" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Line tab - header */
.yellow.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

/*
.yellow.line-tab-left.next_LOCK{
%% lineTabLeftNext%%
}
*/

.yellow.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%23E2E2E2" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.yellow.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Primary line tab - header */
.yellow.selected.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23f9e100" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.yellow.selected.line-tab-left.next_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23f9e100" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.yellow.selected.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%23f9e100" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.yellow.selected.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23f9e100" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Line tab - header */
.purple.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

/*
.purple.line-tab-left.next_LOCK{
%% lineTabLeftNext%%
}
*/

.purple.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%23E2E2E2" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.purple.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Primary line tab - header */
.purple.selected.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23FF99FF" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.purple.selected.line-tab-left.next_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23FF99FF" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.purple.selected.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%23FF99FF" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.purple.selected.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23FF99FF" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Line tab - header */
.grey.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

/*
.grey.line-tab-left.next_LOCK{
%% lineTabLeftNext%%
}
*/

.grey.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%23E2E2E2" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.grey.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Primary line tab - header */
.grey.selected.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23CCCCCC" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.grey.selected.line-tab-left.next_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23CCCCCC" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.grey.selected.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%23CCCCCC" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.grey.selected.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23CCCCCC" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Line tab - header */
.orange.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

/*
.orange.line-tab-left.next_LOCK{
%% lineTabLeftNext%%
}
*/

.orange.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%23E2E2E2" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.orange.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Primary line tab - header */
.orange.selected.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23ffbc00" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.orange.selected.line-tab-left.next_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23ffbc00" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.orange.selected.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%23ffbc00" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.orange.selected.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23ffbc00" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}
/* Line tab - header */
.red.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg>');
}

/*
.red.line-tab-left.next_LOCK{
%% lineTabLeftNext%%
}
*/

.red.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%23E2E2E2" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.red.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23E2E2E2" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}

/* Primary line tab - header */
.red.selected.line-tab-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23FF0000" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.red.selected.line-tab-left.next_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23FF0000" d="M43,0l-0.7,0C37,0,31.9,2.1,28.1,5.9L15.9,18.1C12.1,21.9,7,24,1.7,24H0l43,0V0z"/> </svg> ');
}

.red.selected.line-tab-middle{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 16"> <rect fill="%23FF0000" width="32" height="16"/> </svg> ');
  background-position: 0px 0px;  
  background-size: 32px 16px;
  background-repeat: repeat-x;
}

.red.selected.line-tab-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 24"> <path fill="%23FF0000" d="M0,0l0.7,0C6,0,11.1,2.1,14.9,5.9l11.6,11.6C30,21,37.2,24,42.3,24H43L0,24L0,0z"/> </svg> ');
}


.section-body-content .section-top,
.level2 .section-top{
  margin-left:32px;
}

.section-body-content .section-body-content .section-top,
.level3 .section-top{
  margin-left: 21px;
}

.section-line.closed{
  margin-bottom: -32px;
}/* Top left LEVEL1 */
.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%2300CCFF" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L33.9 6.6C37.4 3 42.2 1 47.3 1h.7V0h-.7C42 0 36.9 2.1 33.2 5.9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%2300CCFF" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L39.4 1H48V0h-9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%2300CCFF" cx="24.5" cy="24.5" r="4.5"/> <rect fill="%2300CCFF" x="24" y="24" width="24" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z"/> </svg>');
}

/* Top left LEVEL2 */
.section-body-content .section-line-left, 
.level2 > .section-line > .section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%2300CCFF" d="M1 48V29.3c0-5.1 2-9.8 5.6-13.4l9.3-9.3C19.4 3 24.2 1 29.3 1H48V0H29.3C24 0 18.9 2.1 15.2 5.9l-9.3 9.3C2.1 18.9 0 24 0 29.3V48z"/> </svg> ');
}

.section-body-content .section-line-left.firstTab,
.level2 > .section-line > .section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path fill="%2300CCFF" d="M1 72V53.3c0-5.1 2-9.8 5.6-13.4L21.4 25H48v-1H21L5.9 39.1C2.1 42.9 0 48 0 53.3V72z"/> </svg>');
}

.section-body-content .section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%2300CCFF" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%2300CCFF" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}  

/* Top left LEVEL3 */
.section-body-content .section-body-content .section-line-left::not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%2300CCFF" d="M1 48V10c0-5 4-9 9-9h38V0H10C4.5 0 0 4.5 0 10v38z"/> </svg> ');
}

.section-body-content .section-body-content .section:not(.left-connect-level) > .section-line > .section-line-left.firstTab:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%2300CCFF" d="M1 48V14.1c0-2.4.9-4.7 2.6-6.4L10.4 1H48V0H10L2.9 7C.987 8.886 0 11.4 0 14.1V48z"/> </svg> ');
}

/*
.section-body-content .section-body-content .section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%2300CCFF" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%2300CCFF" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}
*/
/* Top left LEVEL1 */
.blue.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%230099FF" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L33.9 6.6C37.4 3 42.2 1 47.3 1h.7V0h-.7C42 0 36.9 2.1 33.2 5.9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.blue.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%230099FF" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L39.4 1H48V0h-9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.blue.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%230099FF" cx="24.5" cy="24.5" r="4.5"/> <rect fill="%230099FF" x="24" y="24" width="24" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z"/> </svg>');
}

/* Top left LEVEL2 */
.section-body-content .blue.section-line-left, 
.level2 > .section-line > .blue.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%230099FF" d="M1 48V29.3c0-5.1 2-9.8 5.6-13.4l9.3-9.3C19.4 3 24.2 1 29.3 1H48V0H29.3C24 0 18.9 2.1 15.2 5.9l-9.3 9.3C2.1 18.9 0 24 0 29.3V48z"/> </svg> ');
}

.section-body-content .blue.section-line-left.firstTab,
.level2 > .section-line > .blue.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path fill="%230099FF" d="M1 72V53.3c0-5.1 2-9.8 5.6-13.4L21.4 25H48v-1H21L5.9 39.1C2.1 42.9 0 48 0 53.3V72z"/> </svg>');
}

.section-body-content .blue.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%230099FF" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%230099FF" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}  

/* Top left LEVEL3 */
.section-body-content .section-body-content .blue.section-line-left::not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%230099FF" d="M1 48V10c0-5 4-9 9-9h38V0H10C4.5 0 0 4.5 0 10v38z"/> </svg> ');
}

.section-body-content .section-body-content .section:not(.left-connect-level) > .section-line > .blue.section-line-left.firstTab:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%230099FF" d="M1 48V14.1c0-2.4.9-4.7 2.6-6.4L10.4 1H48V0H10L2.9 7C.987 8.886 0 11.4 0 14.1V48z"/> </svg> ');
}

/*
.section-body-content .section-body-content .blue.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%230099FF" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%230099FF" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}
*/
/* Top left LEVEL1 */
.lightBlue.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%2333CCFF" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L33.9 6.6C37.4 3 42.2 1 47.3 1h.7V0h-.7C42 0 36.9 2.1 33.2 5.9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.lightBlue.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%2333CCFF" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L39.4 1H48V0h-9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.lightBlue.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%2333CCFF" cx="24.5" cy="24.5" r="4.5"/> <rect fill="%2333CCFF" x="24" y="24" width="24" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z"/> </svg>');
}

/* Top left LEVEL2 */
.section-body-content .lightBlue.section-line-left, 
.level2 > .section-line > .lightBlue.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%2333CCFF" d="M1 48V29.3c0-5.1 2-9.8 5.6-13.4l9.3-9.3C19.4 3 24.2 1 29.3 1H48V0H29.3C24 0 18.9 2.1 15.2 5.9l-9.3 9.3C2.1 18.9 0 24 0 29.3V48z"/> </svg> ');
}

.section-body-content .lightBlue.section-line-left.firstTab,
.level2 > .section-line > .lightBlue.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path fill="%2333CCFF" d="M1 72V53.3c0-5.1 2-9.8 5.6-13.4L21.4 25H48v-1H21L5.9 39.1C2.1 42.9 0 48 0 53.3V72z"/> </svg>');
}

.section-body-content .lightBlue.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%2333CCFF" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%2333CCFF" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}  

/* Top left LEVEL3 */
.section-body-content .section-body-content .lightBlue.section-line-left::not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%2333CCFF" d="M1 48V10c0-5 4-9 9-9h38V0H10C4.5 0 0 4.5 0 10v38z"/> </svg> ');
}

.section-body-content .section-body-content .section:not(.left-connect-level) > .section-line > .lightBlue.section-line-left.firstTab:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%2333CCFF" d="M1 48V14.1c0-2.4.9-4.7 2.6-6.4L10.4 1H48V0H10L2.9 7C.987 8.886 0 11.4 0 14.1V48z"/> </svg> ');
}

/*
.section-body-content .section-body-content .lightBlue.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%2333CCFF" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%2333CCFF" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}
*/
/* Top left LEVEL1 */
.green.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%2339b563" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L33.9 6.6C37.4 3 42.2 1 47.3 1h.7V0h-.7C42 0 36.9 2.1 33.2 5.9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.green.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%2339b563" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L39.4 1H48V0h-9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.green.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%2339b563" cx="24.5" cy="24.5" r="4.5"/> <rect fill="%2339b563" x="24" y="24" width="24" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z"/> </svg>');
}

/* Top left LEVEL2 */
.section-body-content .green.section-line-left, 
.level2 > .section-line > .green.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%2339b563" d="M1 48V29.3c0-5.1 2-9.8 5.6-13.4l9.3-9.3C19.4 3 24.2 1 29.3 1H48V0H29.3C24 0 18.9 2.1 15.2 5.9l-9.3 9.3C2.1 18.9 0 24 0 29.3V48z"/> </svg> ');
}

.section-body-content .green.section-line-left.firstTab,
.level2 > .section-line > .green.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path fill="%2339b563" d="M1 72V53.3c0-5.1 2-9.8 5.6-13.4L21.4 25H48v-1H21L5.9 39.1C2.1 42.9 0 48 0 53.3V72z"/> </svg>');
}

.section-body-content .green.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%2339b563" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%2339b563" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}  

/* Top left LEVEL3 */
.section-body-content .section-body-content .green.section-line-left::not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%2339b563" d="M1 48V10c0-5 4-9 9-9h38V0H10C4.5 0 0 4.5 0 10v38z"/> </svg> ');
}

.section-body-content .section-body-content .section:not(.left-connect-level) > .section-line > .green.section-line-left.firstTab:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%2339b563" d="M1 48V14.1c0-2.4.9-4.7 2.6-6.4L10.4 1H48V0H10L2.9 7C.987 8.886 0 11.4 0 14.1V48z"/> </svg> ');
}

/*
.section-body-content .section-body-content .green.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%2339b563" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%2339b563" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}
*/
/* Top left LEVEL1 */
.lightGreen.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%2300e500" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L33.9 6.6C37.4 3 42.2 1 47.3 1h.7V0h-.7C42 0 36.9 2.1 33.2 5.9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.lightGreen.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%2300e500" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L39.4 1H48V0h-9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.lightGreen.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%2300e500" cx="24.5" cy="24.5" r="4.5"/> <rect fill="%2300e500" x="24" y="24" width="24" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z"/> </svg>');
}

/* Top left LEVEL2 */
.section-body-content .lightGreen.section-line-left, 
.level2 > .section-line > .lightGreen.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%2300e500" d="M1 48V29.3c0-5.1 2-9.8 5.6-13.4l9.3-9.3C19.4 3 24.2 1 29.3 1H48V0H29.3C24 0 18.9 2.1 15.2 5.9l-9.3 9.3C2.1 18.9 0 24 0 29.3V48z"/> </svg> ');
}

.section-body-content .lightGreen.section-line-left.firstTab,
.level2 > .section-line > .lightGreen.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path fill="%2300e500" d="M1 72V53.3c0-5.1 2-9.8 5.6-13.4L21.4 25H48v-1H21L5.9 39.1C2.1 42.9 0 48 0 53.3V72z"/> </svg>');
}

.section-body-content .lightGreen.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%2300e500" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%2300e500" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}  

/* Top left LEVEL3 */
.section-body-content .section-body-content .lightGreen.section-line-left::not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%2300e500" d="M1 48V10c0-5 4-9 9-9h38V0H10C4.5 0 0 4.5 0 10v38z"/> </svg> ');
}

.section-body-content .section-body-content .section:not(.left-connect-level) > .section-line > .lightGreen.section-line-left.firstTab:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%2300e500" d="M1 48V14.1c0-2.4.9-4.7 2.6-6.4L10.4 1H48V0H10L2.9 7C.987 8.886 0 11.4 0 14.1V48z"/> </svg> ');
}

/*
.section-body-content .section-body-content .lightGreen.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%2300e500" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%2300e500" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}
*/
/* Top left LEVEL1 */
.yellow.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%23f9e100" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L33.9 6.6C37.4 3 42.2 1 47.3 1h.7V0h-.7C42 0 36.9 2.1 33.2 5.9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.yellow.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%23f9e100" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L39.4 1H48V0h-9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.yellow.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%23f9e100" cx="24.5" cy="24.5" r="4.5"/> <rect fill="%23f9e100" x="24" y="24" width="24" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z"/> </svg>');
}

/* Top left LEVEL2 */
.section-body-content .yellow.section-line-left, 
.level2 > .section-line > .yellow.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%23f9e100" d="M1 48V29.3c0-5.1 2-9.8 5.6-13.4l9.3-9.3C19.4 3 24.2 1 29.3 1H48V0H29.3C24 0 18.9 2.1 15.2 5.9l-9.3 9.3C2.1 18.9 0 24 0 29.3V48z"/> </svg> ');
}

.section-body-content .yellow.section-line-left.firstTab,
.level2 > .section-line > .yellow.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path fill="%23f9e100" d="M1 72V53.3c0-5.1 2-9.8 5.6-13.4L21.4 25H48v-1H21L5.9 39.1C2.1 42.9 0 48 0 53.3V72z"/> </svg>');
}

.section-body-content .yellow.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%23f9e100" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%23f9e100" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}  

/* Top left LEVEL3 */
.section-body-content .section-body-content .yellow.section-line-left::not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%23f9e100" d="M1 48V10c0-5 4-9 9-9h38V0H10C4.5 0 0 4.5 0 10v38z"/> </svg> ');
}

.section-body-content .section-body-content .section:not(.left-connect-level) > .section-line > .yellow.section-line-left.firstTab:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%23f9e100" d="M1 48V14.1c0-2.4.9-4.7 2.6-6.4L10.4 1H48V0H10L2.9 7C.987 8.886 0 11.4 0 14.1V48z"/> </svg> ');
}

/*
.section-body-content .section-body-content .yellow.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%23f9e100" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%23f9e100" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}
*/
/* Top left LEVEL1 */
.purple.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%23FF99FF" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L33.9 6.6C37.4 3 42.2 1 47.3 1h.7V0h-.7C42 0 36.9 2.1 33.2 5.9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.purple.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%23FF99FF" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L39.4 1H48V0h-9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.purple.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%23FF99FF" cx="24.5" cy="24.5" r="4.5"/> <rect fill="%23FF99FF" x="24" y="24" width="24" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z"/> </svg>');
}

/* Top left LEVEL2 */
.section-body-content .purple.section-line-left, 
.level2 > .section-line > .purple.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%23FF99FF" d="M1 48V29.3c0-5.1 2-9.8 5.6-13.4l9.3-9.3C19.4 3 24.2 1 29.3 1H48V0H29.3C24 0 18.9 2.1 15.2 5.9l-9.3 9.3C2.1 18.9 0 24 0 29.3V48z"/> </svg> ');
}

.section-body-content .purple.section-line-left.firstTab,
.level2 > .section-line > .purple.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path fill="%23FF99FF" d="M1 72V53.3c0-5.1 2-9.8 5.6-13.4L21.4 25H48v-1H21L5.9 39.1C2.1 42.9 0 48 0 53.3V72z"/> </svg>');
}

.section-body-content .purple.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%23FF99FF" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%23FF99FF" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}  

/* Top left LEVEL3 */
.section-body-content .section-body-content .purple.section-line-left::not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%23FF99FF" d="M1 48V10c0-5 4-9 9-9h38V0H10C4.5 0 0 4.5 0 10v38z"/> </svg> ');
}

.section-body-content .section-body-content .section:not(.left-connect-level) > .section-line > .purple.section-line-left.firstTab:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%23FF99FF" d="M1 48V14.1c0-2.4.9-4.7 2.6-6.4L10.4 1H48V0H10L2.9 7C.987 8.886 0 11.4 0 14.1V48z"/> </svg> ');
}

/*
.section-body-content .section-body-content .purple.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%23FF99FF" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%23FF99FF" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}
*/
/* Top left LEVEL1 */
.grey.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%23CCCCCC" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L33.9 6.6C37.4 3 42.2 1 47.3 1h.7V0h-.7C42 0 36.9 2.1 33.2 5.9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.grey.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%23CCCCCC" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L39.4 1H48V0h-9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.grey.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%23CCCCCC" cx="24.5" cy="24.5" r="4.5"/> <rect fill="%23CCCCCC" x="24" y="24" width="24" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z"/> </svg>');
}

/* Top left LEVEL2 */
.section-body-content .grey.section-line-left, 
.level2 > .section-line > .grey.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%23CCCCCC" d="M1 48V29.3c0-5.1 2-9.8 5.6-13.4l9.3-9.3C19.4 3 24.2 1 29.3 1H48V0H29.3C24 0 18.9 2.1 15.2 5.9l-9.3 9.3C2.1 18.9 0 24 0 29.3V48z"/> </svg> ');
}

.section-body-content .grey.section-line-left.firstTab,
.level2 > .section-line > .grey.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path fill="%23CCCCCC" d="M1 72V53.3c0-5.1 2-9.8 5.6-13.4L21.4 25H48v-1H21L5.9 39.1C2.1 42.9 0 48 0 53.3V72z"/> </svg>');
}

.section-body-content .grey.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%23CCCCCC" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%23CCCCCC" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}  

/* Top left LEVEL3 */
.section-body-content .section-body-content .grey.section-line-left::not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%23CCCCCC" d="M1 48V10c0-5 4-9 9-9h38V0H10C4.5 0 0 4.5 0 10v38z"/> </svg> ');
}

.section-body-content .section-body-content .section:not(.left-connect-level) > .section-line > .grey.section-line-left.firstTab:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%23CCCCCC" d="M1 48V14.1c0-2.4.9-4.7 2.6-6.4L10.4 1H48V0H10L2.9 7C.987 8.886 0 11.4 0 14.1V48z"/> </svg> ');
}

/*
.section-body-content .section-body-content .grey.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%23CCCCCC" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%23CCCCCC" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}
*/
/* Top left LEVEL1 */
.orange.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%23ffbc00" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L33.9 6.6C37.4 3 42.2 1 47.3 1h.7V0h-.7C42 0 36.9 2.1 33.2 5.9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.orange.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%23ffbc00" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L39.4 1H48V0h-9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.orange.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%23ffbc00" cx="24.5" cy="24.5" r="4.5"/> <rect fill="%23ffbc00" x="24" y="24" width="24" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z"/> </svg>');
}

/* Top left LEVEL2 */
.section-body-content .orange.section-line-left, 
.level2 > .section-line > .orange.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%23ffbc00" d="M1 48V29.3c0-5.1 2-9.8 5.6-13.4l9.3-9.3C19.4 3 24.2 1 29.3 1H48V0H29.3C24 0 18.9 2.1 15.2 5.9l-9.3 9.3C2.1 18.9 0 24 0 29.3V48z"/> </svg> ');
}

.section-body-content .orange.section-line-left.firstTab,
.level2 > .section-line > .orange.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path fill="%23ffbc00" d="M1 72V53.3c0-5.1 2-9.8 5.6-13.4L21.4 25H48v-1H21L5.9 39.1C2.1 42.9 0 48 0 53.3V72z"/> </svg>');
}

.section-body-content .orange.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%23ffbc00" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%23ffbc00" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}  

/* Top left LEVEL3 */
.section-body-content .section-body-content .orange.section-line-left::not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%23ffbc00" d="M1 48V10c0-5 4-9 9-9h38V0H10C4.5 0 0 4.5 0 10v38z"/> </svg> ');
}

.section-body-content .section-body-content .section:not(.left-connect-level) > .section-line > .orange.section-line-left.firstTab:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%23ffbc00" d="M1 48V14.1c0-2.4.9-4.7 2.6-6.4L10.4 1H48V0H10L2.9 7C.987 8.886 0 11.4 0 14.1V48z"/> </svg> ');
}

/*
.section-body-content .section-body-content .orange.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%23ffbc00" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%23ffbc00" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}
*/
/* Top left LEVEL1 */
.red.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%23FF0000" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L33.9 6.6C37.4 3 42.2 1 47.3 1h.7V0h-.7C42 0 36.9 2.1 33.2 5.9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.red.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%23FF0000" d="M1 48v-.7c0-5.1 2-9.8 5.6-13.4L39.4 1H48V0h-9L5.9 33.1C2.1 36.9 0 42 0 47.3v.7z"/> </svg>');
}

.red.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%23FF0000" cx="24.5" cy="24.5" r="4.5"/> <rect fill="%23FF0000" x="24" y="24" width="24" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z"/> </svg>');
}

/* Top left LEVEL2 */
.section-body-content .red.section-line-left, 
.level2 > .section-line > .red.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path transform="translate(0,24)" fill="%23FF0000" d="M1 48V29.3c0-5.1 2-9.8 5.6-13.4l9.3-9.3C19.4 3 24.2 1 29.3 1H48V0H29.3C24 0 18.9 2.1 15.2 5.9l-9.3 9.3C2.1 18.9 0 24 0 29.3V48z"/> </svg> ');
}

.section-body-content .red.section-line-left.firstTab,
.level2 > .section-line > .red.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <path fill="%23FF0000" d="M1 72V53.3c0-5.1 2-9.8 5.6-13.4L21.4 25H48v-1H21L5.9 39.1C2.1 42.9 0 48 0 53.3V72z"/> </svg>');
}

.section-body-content .red.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%23FF0000" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%23FF0000" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}  

/* Top left LEVEL3 */
.section-body-content .section-body-content .red.section-line-left::not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%23FF0000" d="M1 48V10c0-5 4-9 9-9h38V0H10C4.5 0 0 4.5 0 10v38z"/> </svg> ');
}

.section-body-content .section-body-content .section:not(.left-connect-level) > .section-line > .red.section-line-left.firstTab:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path transform="translate(0,24)" fill="%23FF0000" d="M1 48V14.1c0-2.4.9-4.7 2.6-6.4L10.4 1H48V0H10L2.9 7C.987 8.886 0 11.4 0 14.1V48z"/> </svg> ');
}

/*
.section-body-content .section-body-content .red.section-line-left.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 72"> <circle fill="%23FF0000" cx="4.5" cy="24.5" r="4.5"/> <rect fill="%23FF0000" x="5" y="24" width="45" height="1"/> <path fill="%23FFF" d="M27 24h-2v-2h-1v2h-2v1h2v2h1v-2h2z" transform="translate(-20, 0)" /> </svg>');
}
*/



.right-down{
  padding-right: 4px;
}

/* Horny uhol */
.right-down > .section-line > a.open.section-line-right{
  display: none;
}

.right-down > .section-line > div.section-line-right{
  display: block;
}

/* Section body - prava ciara */
.right-down > .section-body > .section-body-right{
  display: block;
}  

.right-down.left-connect > .section-body > .section-body-right,
.right-down.left-connect-level > .section-body > .section-body-right{
  margin-left: 8px;
  z-index: -1;  /* Quickfix: aby neprekryval scrollbar */
}

/* Tabs napravo (display: flex nastavuje ajax) */
.section-right-control{
  display: flex;
  position: absolute;
  flex-wrap: nowrap;
  top: -20px;
  left: 16px;
  width: calc(100% - 32px);
  transform: rotate(90deg);  
}

.section-right-control > .line-tab-left, 
.section-right-control > .line-tab-middle,
.section-right-control > .line-tab-right{
  flex-shrink: 0;
}
/* Section line */
.right-down > .section-line > .blue.section-line-right:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%230099FF" d="M31 72V34c0-5-4-9-9-9H-8v-1h30c5.5 0 10 4.5 10 10v38z"/> </svg> ');  
}

/* Section - body */
.right-down > .section-body > .blue.section-body-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%230099FF"/> </svg>');  
  background-position: 0px 0px;
  background-size: 8px 32px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.right-down > .section-bottom > .blue.section-bottom-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%230099FF" x="7" y="0" width="1" height="1"/> <circle fill="%230099FF" cx="7.5" cy="4.5" r="4.5"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .blue.section-bottom-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%230099FF" x="7" y="0" width="1" height="1"/> <circle fill="%230099FF" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H5v1h5z" transform="translate(0, -3)"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .blue.section-bottom-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%230099FF" x="7" y="0" width="1" height="1"/> <circle fill="%230099FF" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H8V5H7v2H5v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');  
}
/* Section line */
.right-down > .section-line > .lightBlue.section-line-right:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%2333CCFF" d="M31 72V34c0-5-4-9-9-9H-8v-1h30c5.5 0 10 4.5 10 10v38z"/> </svg> ');  
}

/* Section - body */
.right-down > .section-body > .lightBlue.section-body-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2333CCFF"/> </svg>');  
  background-position: 0px 0px;
  background-size: 8px 32px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.right-down > .section-bottom > .lightBlue.section-bottom-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2333CCFF" x="7" y="0" width="1" height="1"/> <circle fill="%2333CCFF" cx="7.5" cy="4.5" r="4.5"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .lightBlue.section-bottom-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2333CCFF" x="7" y="0" width="1" height="1"/> <circle fill="%2333CCFF" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H5v1h5z" transform="translate(0, -3)"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .lightBlue.section-bottom-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2333CCFF" x="7" y="0" width="1" height="1"/> <circle fill="%2333CCFF" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H8V5H7v2H5v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');  
}
/* Section line */
.right-down > .section-line > .green.section-line-right:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%2339b563" d="M31 72V34c0-5-4-9-9-9H-8v-1h30c5.5 0 10 4.5 10 10v38z"/> </svg> ');  
}

/* Section - body */
.right-down > .section-body > .green.section-body-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2339b563"/> </svg>');  
  background-position: 0px 0px;
  background-size: 8px 32px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.right-down > .section-bottom > .green.section-bottom-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2339b563" x="7" y="0" width="1" height="1"/> <circle fill="%2339b563" cx="7.5" cy="4.5" r="4.5"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .green.section-bottom-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2339b563" x="7" y="0" width="1" height="1"/> <circle fill="%2339b563" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H5v1h5z" transform="translate(0, -3)"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .green.section-bottom-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2339b563" x="7" y="0" width="1" height="1"/> <circle fill="%2339b563" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H8V5H7v2H5v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');  
}
/* Section line */
.right-down > .section-line > .lightGreen.section-line-right:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%2300e500" d="M31 72V34c0-5-4-9-9-9H-8v-1h30c5.5 0 10 4.5 10 10v38z"/> </svg> ');  
}

/* Section - body */
.right-down > .section-body > .lightGreen.section-body-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2300e500"/> </svg>');  
  background-position: 0px 0px;
  background-size: 8px 32px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.right-down > .section-bottom > .lightGreen.section-bottom-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2300e500" x="7" y="0" width="1" height="1"/> <circle fill="%2300e500" cx="7.5" cy="4.5" r="4.5"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .lightGreen.section-bottom-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2300e500" x="7" y="0" width="1" height="1"/> <circle fill="%2300e500" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H5v1h5z" transform="translate(0, -3)"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .lightGreen.section-bottom-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2300e500" x="7" y="0" width="1" height="1"/> <circle fill="%2300e500" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H8V5H7v2H5v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');  
}
/* Section line */
.right-down > .section-line > .yellow.section-line-right:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23f9e100" d="M31 72V34c0-5-4-9-9-9H-8v-1h30c5.5 0 10 4.5 10 10v38z"/> </svg> ');  
}

/* Section - body */
.right-down > .section-body > .yellow.section-body-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23f9e100"/> </svg>');  
  background-position: 0px 0px;
  background-size: 8px 32px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.right-down > .section-bottom > .yellow.section-bottom-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23f9e100" x="7" y="0" width="1" height="1"/> <circle fill="%23f9e100" cx="7.5" cy="4.5" r="4.5"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .yellow.section-bottom-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23f9e100" x="7" y="0" width="1" height="1"/> <circle fill="%23f9e100" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H5v1h5z" transform="translate(0, -3)"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .yellow.section-bottom-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23f9e100" x="7" y="0" width="1" height="1"/> <circle fill="%23f9e100" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H8V5H7v2H5v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');  
}
/* Section line */
.right-down > .section-line > .purple.section-line-right:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23FF99FF" d="M31 72V34c0-5-4-9-9-9H-8v-1h30c5.5 0 10 4.5 10 10v38z"/> </svg> ');  
}

/* Section - body */
.right-down > .section-body > .purple.section-body-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23FF99FF"/> </svg>');  
  background-position: 0px 0px;
  background-size: 8px 32px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.right-down > .section-bottom > .purple.section-bottom-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23FF99FF" x="7" y="0" width="1" height="1"/> <circle fill="%23FF99FF" cx="7.5" cy="4.5" r="4.5"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .purple.section-bottom-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23FF99FF" x="7" y="0" width="1" height="1"/> <circle fill="%23FF99FF" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H5v1h5z" transform="translate(0, -3)"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .purple.section-bottom-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23FF99FF" x="7" y="0" width="1" height="1"/> <circle fill="%23FF99FF" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H8V5H7v2H5v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');  
}
/* Section line */
.right-down > .section-line > .grey.section-line-right:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23CCCCCC" d="M31 72V34c0-5-4-9-9-9H-8v-1h30c5.5 0 10 4.5 10 10v38z"/> </svg> ');  
}

/* Section - body */
.right-down > .section-body > .grey.section-body-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23CCCCCC"/> </svg>');  
  background-position: 0px 0px;
  background-size: 8px 32px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.right-down > .section-bottom > .grey.section-bottom-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23CCCCCC" x="7" y="0" width="1" height="1"/> <circle fill="%23CCCCCC" cx="7.5" cy="4.5" r="4.5"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .grey.section-bottom-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23CCCCCC" x="7" y="0" width="1" height="1"/> <circle fill="%23CCCCCC" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H5v1h5z" transform="translate(0, -3)"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .grey.section-bottom-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23CCCCCC" x="7" y="0" width="1" height="1"/> <circle fill="%23CCCCCC" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H8V5H7v2H5v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');  
}
/* Section line */
.right-down > .section-line > .orange.section-line-right:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23ffbc00" d="M31 72V34c0-5-4-9-9-9H-8v-1h30c5.5 0 10 4.5 10 10v38z"/> </svg> ');  
}

/* Section - body */
.right-down > .section-body > .orange.section-body-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23ffbc00"/> </svg>');  
  background-position: 0px 0px;
  background-size: 8px 32px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.right-down > .section-bottom > .orange.section-bottom-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23ffbc00" x="7" y="0" width="1" height="1"/> <circle fill="%23ffbc00" cx="7.5" cy="4.5" r="4.5"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .orange.section-bottom-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23ffbc00" x="7" y="0" width="1" height="1"/> <circle fill="%23ffbc00" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H5v1h5z" transform="translate(0, -3)"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .orange.section-bottom-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23ffbc00" x="7" y="0" width="1" height="1"/> <circle fill="%23ffbc00" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H8V5H7v2H5v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');  
}
/* Section line */
.right-down > .section-line > .red.section-line-right:not(.closed){
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 72"> <path fill="%23FF0000" d="M31 72V34c0-5-4-9-9-9H-8v-1h30c5.5 0 10 4.5 10 10v38z"/> </svg> ');  
}

/* Section - body */
.right-down > .section-body > .red.section-body-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23FF0000"/> </svg>');  
  background-position: 0px 0px;
  background-size: 8px 32px;
  background-repeat: repeat-y;
}

/* Section - Bottom */
.right-down > .section-bottom > .red.section-bottom-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23FF0000" x="7" y="0" width="1" height="1"/> <circle fill="%23FF0000" cx="7.5" cy="4.5" r="4.5"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .red.section-bottom-right.open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23FF0000" x="7" y="0" width="1" height="1"/> <circle fill="%23FF0000" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H5v1h5z" transform="translate(0, -3)"/> </svg> ');  
}

.right-down:not(.unclosable) > .section-bottom > .red.section-bottom-right.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23FF0000" x="7" y="0" width="1" height="1"/> <circle fill="%23FF0000" cx="7.5" cy="4.5" r="4.5"/> <path fill="%23FFF" d="M10 7H8V5H7v2H5v1h2v2h1V8h2z" transform="translate(0, -3)"/> </svg> ');  
}


/* Section Right - for connect */
.right-connect{
  padding-right: 0;
  margin-right: 0;
}

.right-connect > .section-body{
  padding-right: 16px;
  margin-right: -24px; 
}

.right-connect > .section-body > .section-body-content{
  padding-right: 0;
  margin-right: -8px;
}

.right-connect > .section-body > .section-body-right{
  display: none; 
}

.right-connect > .section-bottom > .section-bottom-right{
  display: none; 
}

/* Vypnutie right section stromov v popups (aby pravidla nepretekali do popus */
/* TODO: Zatial brute-force vypnutie. Je potrebne doriesit gulicky na konci stromu */
.right-connect .hx_tree_popup .hx_tree_tail_end{
  display: none !important;
}/* Ak je scrollbar */
.scroll-enabled.right-connect .root-form .selected.hx_tree_tail_end{
  display: inline;
  min-width: 16px;
  max-width: 16px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <rect x="0" y="11.5" width="32" height="1" fill="%2300CCFF"/> </svg> ');  
  background-position: 0px 0px;
  background-size: 16px 24px;
}

/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect  .selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%230099CC"/> <path fill="none" stroke="%2300CCFF" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh rovno (nie zahnuty hore) */
  .right-connect  .selected.hx_tree_tail_end:not(.root),
  .right-connect .root-form .selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%2300CCFF" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect:not(.scroll-enabled) .hx_tree_item.active-line .hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2300CCFF"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect:not(.scroll-enabled) .active.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2300CCFF"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
}
/* Ak je scrollbar */
.scroll-enabled.right-connect .root-form .blue.selected.hx_tree_tail_end{
  display: inline;
  min-width: 16px;
  max-width: 16px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <rect x="0" y="11.5" width="32" height="1" fill="%230099FF"/> </svg> ');  
  background-position: 0px 0px;
  background-size: 16px 24px;
}

/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect  .blue.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%23003399"/> <path fill="none" stroke="%230099FF" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh rovno (nie zahnuty hore) */
  .right-connect  .blue.selected.hx_tree_tail_end:not(.root),
  .right-connect .root-form .blue.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%230099FF" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect:not(.scroll-enabled) .hx_tree_item.active-line .blue.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%230099FF"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect:not(.scroll-enabled) .blue.active.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%230099FF"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
}
/* Ak je scrollbar */
.scroll-enabled.right-connect .root-form .lightBlue.selected.hx_tree_tail_end{
  display: inline;
  min-width: 16px;
  max-width: 16px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <rect x="0" y="11.5" width="32" height="1" fill="%2333CCFF"/> </svg> ');  
  background-position: 0px 0px;
  background-size: 16px 24px;
}

/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect  .lightBlue.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%23269FBF"/> <path fill="none" stroke="%2333CCFF" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh rovno (nie zahnuty hore) */
  .right-connect  .lightBlue.selected.hx_tree_tail_end:not(.root),
  .right-connect .root-form .lightBlue.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%2333CCFF" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect:not(.scroll-enabled) .hx_tree_item.active-line .lightBlue.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2333CCFF"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect:not(.scroll-enabled) .lightBlue.active.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2333CCFF"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
}
/* Ak je scrollbar */
.scroll-enabled.right-connect .root-form .green.selected.hx_tree_tail_end{
  display: inline;
  min-width: 16px;
  max-width: 16px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <rect x="0" y="11.5" width="32" height="1" fill="%2339b563"/> </svg> ');  
  background-position: 0px 0px;
  background-size: 16px 24px;
}

/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect  .green.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%232f8c51"/> <path fill="none" stroke="%2339b563" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh rovno (nie zahnuty hore) */
  .right-connect  .green.selected.hx_tree_tail_end:not(.root),
  .right-connect .root-form .green.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%2339b563" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect:not(.scroll-enabled) .hx_tree_item.active-line .green.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2339b563"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect:not(.scroll-enabled) .green.active.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2339b563"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
}
/* Ak je scrollbar */
.scroll-enabled.right-connect .root-form .lightGreen.selected.hx_tree_tail_end{
  display: inline;
  min-width: 16px;
  max-width: 16px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <rect x="0" y="11.5" width="32" height="1" fill="%2300e500"/> </svg> ');  
  background-position: 0px 0px;
  background-size: 16px 24px;
}

/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect  .lightGreen.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%2300b200"/> <path fill="none" stroke="%2300e500" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh rovno (nie zahnuty hore) */
  .right-connect  .lightGreen.selected.hx_tree_tail_end:not(.root),
  .right-connect .root-form .lightGreen.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%2300e500" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect:not(.scroll-enabled) .hx_tree_item.active-line .lightGreen.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2300e500"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect:not(.scroll-enabled) .lightGreen.active.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2300e500"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
}
/* Ak je scrollbar */
.scroll-enabled.right-connect .root-form .yellow.selected.hx_tree_tail_end{
  display: inline;
  min-width: 16px;
  max-width: 16px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <rect x="0" y="11.5" width="32" height="1" fill="%23f9e100"/> </svg> ');  
  background-position: 0px 0px;
  background-size: 16px 24px;
}

/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect  .yellow.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%23ccaa00"/> <path fill="none" stroke="%23f9e100" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh rovno (nie zahnuty hore) */
  .right-connect  .yellow.selected.hx_tree_tail_end:not(.root),
  .right-connect .root-form .yellow.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%23f9e100" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect:not(.scroll-enabled) .hx_tree_item.active-line .yellow.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23f9e100"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect:not(.scroll-enabled) .yellow.active.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23f9e100"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
}
/* Ak je scrollbar */
.scroll-enabled.right-connect .root-form .purple.selected.hx_tree_tail_end{
  display: inline;
  min-width: 16px;
  max-width: 16px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <rect x="0" y="11.5" width="32" height="1" fill="%23FF99FF"/> </svg> ');  
  background-position: 0px 0px;
  background-size: 16px 24px;
}

/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect  .purple.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%23FF66FF"/> <path fill="none" stroke="%23FF99FF" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh rovno (nie zahnuty hore) */
  .right-connect  .purple.selected.hx_tree_tail_end:not(.root),
  .right-connect .root-form .purple.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%23FF99FF" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect:not(.scroll-enabled) .hx_tree_item.active-line .purple.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23FF99FF"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect:not(.scroll-enabled) .purple.active.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23FF99FF"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
}
/* Ak je scrollbar */
.scroll-enabled.right-connect .root-form .grey.selected.hx_tree_tail_end{
  display: inline;
  min-width: 16px;
  max-width: 16px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <rect x="0" y="11.5" width="32" height="1" fill="%23CCCCCC"/> </svg> ');  
  background-position: 0px 0px;
  background-size: 16px 24px;
}

/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect  .grey.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%23999999"/> <path fill="none" stroke="%23CCCCCC" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh rovno (nie zahnuty hore) */
  .right-connect  .grey.selected.hx_tree_tail_end:not(.root),
  .right-connect .root-form .grey.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%23CCCCCC" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect:not(.scroll-enabled) .hx_tree_item.active-line .grey.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23CCCCCC"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect:not(.scroll-enabled) .grey.active.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23CCCCCC"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
}
/* Ak je scrollbar */
.scroll-enabled.right-connect .root-form .orange.selected.hx_tree_tail_end{
  display: inline;
  min-width: 16px;
  max-width: 16px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <rect x="0" y="11.5" width="32" height="1" fill="%23ffbc00"/> </svg> ');  
  background-position: 0px 0px;
  background-size: 16px 24px;
}

/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect  .orange.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%23d88500"/> <path fill="none" stroke="%23ffbc00" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh rovno (nie zahnuty hore) */
  .right-connect  .orange.selected.hx_tree_tail_end:not(.root),
  .right-connect .root-form .orange.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%23ffbc00" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect:not(.scroll-enabled) .hx_tree_item.active-line .orange.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23ffbc00"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect:not(.scroll-enabled) .orange.active.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23ffbc00"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
}
/* Ak je scrollbar */
.scroll-enabled.right-connect .root-form .red.selected.hx_tree_tail_end{
  display: inline;
  min-width: 16px;
  max-width: 16px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <rect x="0" y="11.5" width="32" height="1" fill="%23FF0000"/> </svg> ');  
  background-position: 0px 0px;
  background-size: 16px 24px;
}

/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect  .red.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%23CC0000"/> <path fill="none" stroke="%23FF0000" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh rovno (nie zahnuty hore) */
  .right-connect  .red.selected.hx_tree_tail_end:not(.root),
  .right-connect .root-form .red.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%23FF0000" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect:not(.scroll-enabled) .hx_tree_item.active-line .red.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23FF0000"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect:not(.scroll-enabled) .red.active.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23FF0000"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
}


/* Section Right - for connect */
.right-connect-level{
  margin-top: 8px;
  padding-right: 0;
  margin-right: -12px;
}

.right-connect-level > .section-body > .section-body-content, 
.right-connect-level > .row{
  padding-right: 0;
  margin-right: -8px;
}

.right-connect-level > .section-body > .section-body-right{
  display: none; 
}

.right-connect-level > .section-bottom > .section-bottom-right{
  display: none; 
}

/* Vypnutie right section stromov v popups (aby pravidla nepretekali do popus */
/* TODO: Zatial brute-force vypnutie. Je potrebne doriesit gulicky na konci stromu */
.right-connect-level .hx_tree_popup .hx_tree_tail_end{
  display: none !important;
}
/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect-level  .selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%230099CC"/> <path fill="none" stroke="%2300CCFF" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh zahnuty hore */
  .right-connect-level .selected.hx_tree_tail_end:not(.root),
  .right-connect-level .root-form .selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%2300CCFF" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect-level .hx_tree_item.active-line .hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2300CCFF"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect-level .active.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2300CCFF"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }

}
/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect-level  .blue.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%23003399"/> <path fill="none" stroke="%230099FF" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh zahnuty hore */
  .right-connect-level .blue.selected.hx_tree_tail_end:not(.root),
  .right-connect-level .root-form .blue.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%230099FF" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect-level .hx_tree_item.active-line .blue.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%230099FF"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect-level .blue.active.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%230099FF"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }

}
/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect-level  .lightBlue.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%23269FBF"/> <path fill="none" stroke="%2333CCFF" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh zahnuty hore */
  .right-connect-level .lightBlue.selected.hx_tree_tail_end:not(.root),
  .right-connect-level .root-form .lightBlue.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%2333CCFF" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect-level .hx_tree_item.active-line .lightBlue.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2333CCFF"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect-level .lightBlue.active.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2333CCFF"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }

}
/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect-level  .green.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%232f8c51"/> <path fill="none" stroke="%2339b563" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh zahnuty hore */
  .right-connect-level .green.selected.hx_tree_tail_end:not(.root),
  .right-connect-level .root-form .green.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%2339b563" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect-level .hx_tree_item.active-line .green.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2339b563"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect-level .green.active.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2339b563"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }

}
/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect-level  .lightGreen.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%2300b200"/> <path fill="none" stroke="%2300e500" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh zahnuty hore */
  .right-connect-level .lightGreen.selected.hx_tree_tail_end:not(.root),
  .right-connect-level .root-form .lightGreen.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%2300e500" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect-level .hx_tree_item.active-line .lightGreen.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2300e500"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect-level .lightGreen.active.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2300e500"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }

}
/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect-level  .yellow.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%23ccaa00"/> <path fill="none" stroke="%23f9e100" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh zahnuty hore */
  .right-connect-level .yellow.selected.hx_tree_tail_end:not(.root),
  .right-connect-level .root-form .yellow.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%23f9e100" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect-level .hx_tree_item.active-line .yellow.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23f9e100"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect-level .yellow.active.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23f9e100"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }

}
/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect-level  .purple.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%23FF66FF"/> <path fill="none" stroke="%23FF99FF" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh zahnuty hore */
  .right-connect-level .purple.selected.hx_tree_tail_end:not(.root),
  .right-connect-level .root-form .purple.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%23FF99FF" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect-level .hx_tree_item.active-line .purple.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23FF99FF"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect-level .purple.active.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23FF99FF"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }

}
/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect-level  .grey.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%23999999"/> <path fill="none" stroke="%23CCCCCC" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh zahnuty hore */
  .right-connect-level .grey.selected.hx_tree_tail_end:not(.root),
  .right-connect-level .root-form .grey.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%23CCCCCC" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect-level .hx_tree_item.active-line .grey.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23CCCCCC"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect-level .grey.active.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23CCCCCC"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }

}
/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect-level  .orange.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%23d88500"/> <path fill="none" stroke="%23ffbc00" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh zahnuty hore */
  .right-connect-level .orange.selected.hx_tree_tail_end:not(.root),
  .right-connect-level .root-form .orange.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%23ffbc00" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect-level .hx_tree_item.active-line .orange.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23ffbc00"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect-level .orange.active.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23ffbc00"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }

}
/* Connect pri sm, md */
@media (max-width: 992px) {
  .right-connect-level  .red.selected.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <circle cx="7" cy="12" r="3.5" fill="%23CC0000"/> <path fill="none" stroke="%23FF0000" stroke-miterlimit="10" stroke-width="1.8" d="M7 5.898a6.102 6.102 0 1 0 0 12.204"/> </svg> ');  
    background-position: 0px 0px;
    background-size: 16px 24px;
  }
}

/* Connect pri lg */
@media (min-width: 992px) {
  /* Pravy roh zahnuty hore */
  .right-connect-level .red.selected.hx_tree_tail_end:not(.root),
  .right-connect-level .root-form .red.selected.hx_tree_tail_end{
    display: inline;
    min-width: 16px;
    max-width: 16px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path fill="%23FF0000" d="M0 11.5h6c5 0 9-4 9-9V0h1v2.5c0 5.5-4.5 10-10 10H0z"/> </svg>');  
    background-position: 0px 0px;
    background-size: 16px 24px;
    background-color: #fff;
  }
  
  /* Oznaci vpravo vsetky poduzly */
  .right-connect-level .hx_tree_item.active-line .red.hx_tree_tail_end{
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23FF0000"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }
  
  /* Oznaci jeden len uzol na aktivnej line */
  .right-connect-level .red.active.hx_tree_tail_end:not(.root){
    display: inline;
    min-width: 8px;
    max-width: 8px;
    min-height: 24px;
    max-height: 24px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23FF0000"/> </svg>');
    background-position: 0px 0px;
    background-size: 8px 32px;
    background-repeat: repeat-y;
  }

}


/* Body connect - zlava */
.left-connect{
  margin-left: 8px;
}

.left-connect.open.right-down > .section-body > .section-body-content{
  padding-right: 16px;
}

.left-connect > .section-body {
  padding-left: 7.5px;  /* Lebo opacny tien na ciare */
}

.left-connect > .section-body > .section-body-left{
  display: none;
  background: none;
}

.left-connect > .section-bottom > .section-bottom-left{
  background: none;
}

@media (min-width: 992px) {
  .left-connect > .section-line > .section-line-left,
  .section-body-content .section-body-content .left-connect > .section-line > .section-line-left{
    min-width: 40px;
    max-width: 40px;
    min-height: 16px;
    max-height: 16px;
    margin-top: 24px;
    margin-left: -1px;
    background-position: 0px 0px;
    background-size: 40px 16px;
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  /* Level 1-2 */
  .left-connect > .section-line > .blue.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%230099FF" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23003399" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%230099FF" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
  /* Level 3 */
  .section-body-content .section-body-content .left-connect > .section-line > .blue.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%230099FF" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(2.26096 0 0 1 10 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23003399" transform="matrix(.875 0 0 .875 -10.504 10.491)"/> <path fill="none" stroke="%230099FF" stroke-miterlimit="10" stroke-width="1.8" d="M3.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect > .section-line > .blue.section-line-left,
  .section-body-content .section-body-content .left-connect > .section-line > .blue.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%230099FF" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  /* Level 1-2 */
  .left-connect > .section-line > .lightBlue.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%2333CCFF" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23269FBF" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%2333CCFF" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
  /* Level 3 */
  .section-body-content .section-body-content .left-connect > .section-line > .lightBlue.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%2333CCFF" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(2.26096 0 0 1 10 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23269FBF" transform="matrix(.875 0 0 .875 -10.504 10.491)"/> <path fill="none" stroke="%2333CCFF" stroke-miterlimit="10" stroke-width="1.8" d="M3.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect > .section-line > .lightBlue.section-line-left,
  .section-body-content .section-body-content .left-connect > .section-line > .lightBlue.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%2333CCFF" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  /* Level 1-2 */
  .left-connect > .section-line > .green.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%2339b563" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%232f8c51" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%2339b563" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
  /* Level 3 */
  .section-body-content .section-body-content .left-connect > .section-line > .green.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%2339b563" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(2.26096 0 0 1 10 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%232f8c51" transform="matrix(.875 0 0 .875 -10.504 10.491)"/> <path fill="none" stroke="%2339b563" stroke-miterlimit="10" stroke-width="1.8" d="M3.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect > .section-line > .green.section-line-left,
  .section-body-content .section-body-content .left-connect > .section-line > .green.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%2339b563" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  /* Level 1-2 */
  .left-connect > .section-line > .lightGreen.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%2300e500" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%2300b200" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%2300e500" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
  /* Level 3 */
  .section-body-content .section-body-content .left-connect > .section-line > .lightGreen.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%2300e500" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(2.26096 0 0 1 10 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%2300b200" transform="matrix(.875 0 0 .875 -10.504 10.491)"/> <path fill="none" stroke="%2300e500" stroke-miterlimit="10" stroke-width="1.8" d="M3.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect > .section-line > .lightGreen.section-line-left,
  .section-body-content .section-body-content .left-connect > .section-line > .lightGreen.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%2300e500" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  /* Level 1-2 */
  .left-connect > .section-line > .yellow.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%23f9e100" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23ccaa00" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%23f9e100" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
  /* Level 3 */
  .section-body-content .section-body-content .left-connect > .section-line > .yellow.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%23f9e100" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(2.26096 0 0 1 10 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23ccaa00" transform="matrix(.875 0 0 .875 -10.504 10.491)"/> <path fill="none" stroke="%23f9e100" stroke-miterlimit="10" stroke-width="1.8" d="M3.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect > .section-line > .yellow.section-line-left,
  .section-body-content .section-body-content .left-connect > .section-line > .yellow.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%23f9e100" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  /* Level 1-2 */
  .left-connect > .section-line > .purple.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%23FF99FF" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23FF66FF" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%23FF99FF" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
  /* Level 3 */
  .section-body-content .section-body-content .left-connect > .section-line > .purple.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%23FF99FF" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(2.26096 0 0 1 10 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23FF66FF" transform="matrix(.875 0 0 .875 -10.504 10.491)"/> <path fill="none" stroke="%23FF99FF" stroke-miterlimit="10" stroke-width="1.8" d="M3.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect > .section-line > .purple.section-line-left,
  .section-body-content .section-body-content .left-connect > .section-line > .purple.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%23FF99FF" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  /* Level 1-2 */
  .left-connect > .section-line > .grey.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%23CCCCCC" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23999999" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%23CCCCCC" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
  /* Level 3 */
  .section-body-content .section-body-content .left-connect > .section-line > .grey.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%23CCCCCC" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(2.26096 0 0 1 10 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23999999" transform="matrix(.875 0 0 .875 -10.504 10.491)"/> <path fill="none" stroke="%23CCCCCC" stroke-miterlimit="10" stroke-width="1.8" d="M3.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect > .section-line > .grey.section-line-left,
  .section-body-content .section-body-content .left-connect > .section-line > .grey.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%23CCCCCC" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  /* Level 1-2 */
  .left-connect > .section-line > .orange.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%23ffbc00" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23d88500" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%23ffbc00" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
  /* Level 3 */
  .section-body-content .section-body-content .left-connect > .section-line > .orange.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%23ffbc00" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(2.26096 0 0 1 10 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23d88500" transform="matrix(.875 0 0 .875 -10.504 10.491)"/> <path fill="none" stroke="%23ffbc00" stroke-miterlimit="10" stroke-width="1.8" d="M3.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect > .section-line > .orange.section-line-left,
  .section-body-content .section-body-content .left-connect > .section-line > .orange.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%23ffbc00" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  /* Level 1-2 */
  .left-connect > .section-line > .red.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%23FF0000" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23CC0000" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%23FF0000" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
  /* Level 3 */
  .section-body-content .section-body-content .left-connect > .section-line > .red.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%23FF0000" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(2.26096 0 0 1 10 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23CC0000" transform="matrix(.875 0 0 .875 -10.504 10.491)"/> <path fill="none" stroke="%23FF0000" stroke-miterlimit="10" stroke-width="1.8" d="M3.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect > .section-line > .red.section-line-left,
  .section-body-content .section-body-content .left-connect > .section-line > .red.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%23FF0000" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}


/* Body connect - zlava */
.left-connect-level{
  margin-left: 0px;
  padding-left: 16px;
}

.left-connect-level > .section-top {
  margin-left: 12px !important;
}

.left-connect-level.open.right-down > .section-body > .section-body-content{
  padding-right: 16px;
}

.left-connect-level > .section-body {
  padding-left: 4px;
}  

.left-connect-level > .section-body > .section-body-left{
  display: none;
}

.left-connect-level > .section-bottom > .section-bottom-left{
  background: none;
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect-level > .section-line > .section-line-left{
    min-width: 40px;
    max-width: 40px;
    min-height: 16px;
    max-height: 16px;
    margin-top: 24px;
    margin-left: -5px;    
    background-position: 0px 0px;
    background-size: 40px 16px;
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  .left-connect-level > .section-line > .blue.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%230099FF" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23003399" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%230099FF" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect-level > .section-line > .blue.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%230099FF" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
  
  .left-connect-level > .section-line > .blue.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%230099FF" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  .left-connect-level > .section-line > .lightBlue.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%2333CCFF" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23269FBF" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%2333CCFF" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect-level > .section-line > .lightBlue.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%2333CCFF" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
  
  .left-connect-level > .section-line > .lightBlue.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%2333CCFF" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  .left-connect-level > .section-line > .green.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%2339b563" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%232f8c51" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%2339b563" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect-level > .section-line > .green.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%2339b563" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
  
  .left-connect-level > .section-line > .green.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%2339b563" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  .left-connect-level > .section-line > .lightGreen.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%2300e500" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%2300b200" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%2300e500" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect-level > .section-line > .lightGreen.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%2300e500" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
  
  .left-connect-level > .section-line > .lightGreen.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%2300e500" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  .left-connect-level > .section-line > .yellow.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%23f9e100" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23ccaa00" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%23f9e100" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect-level > .section-line > .yellow.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%23f9e100" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
  
  .left-connect-level > .section-line > .yellow.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%23f9e100" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  .left-connect-level > .section-line > .purple.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%23FF99FF" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23FF66FF" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%23FF99FF" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect-level > .section-line > .purple.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%23FF99FF" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
  
  .left-connect-level > .section-line > .purple.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%23FF99FF" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  .left-connect-level > .section-line > .grey.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%23CCCCCC" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23999999" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%23CCCCCC" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect-level > .section-line > .grey.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%23CCCCCC" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
  
  .left-connect-level > .section-line > .grey.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%23CCCCCC" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  .left-connect-level > .section-line > .orange.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%23ffbc00" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23d88500" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%23ffbc00" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect-level > .section-line > .orange.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%23ffbc00" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
  
  .left-connect-level > .section-line > .orange.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%23ffbc00" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}
/* Left connector (sm, md) */
@media (max-width: 991px) {
  .left-connect-level > .section-line > .red.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="72"> <path fill="none" stroke="%23FF0000" stroke-linejoin="round" d="M0 16h16.807" transform="matrix(1.66597 0 0 1 20 8.5)"/> <circle cx="16.005" cy="16.01" r="4" fill="%23CC0000" transform="matrix(.875 0 0 .875 -.504 10.491)"/> <path fill="none" stroke="%23FF0000" stroke-miterlimit="10" stroke-width="1.7965118699999998" d="M13.5 18.398a6.102 6.102 0 1 1 0 12.204"/> </svg> ');
  }
}

/* Left connector (lg) */
@media (min-width: 992px) {
  .left-connect-level > .section-line > .red.section-line-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%23FF0000" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
  
  .left-connect-level > .section-line > .red.section-line-left.firstTab{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 16"> <path fill="%23FF0000" d="M1 8c0-5 4-7 9-7h30V0H10C4.5 0 0 2.5 0 8zM0 8h1v8H0z"/> </svg> ');
  }
}



@media (min-width: 992px) {
  .scrollable > .section-body > .section-body-content {
    height: calc(100vh - 128px - 2px);
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 0px;
  }
  
  .scrollable > .section-body > .section-body-content > .row:last-child { 
    margin-bottom: 40px; 
  }

  /*  Kompenzacia na level */
  .section .scrollable > .section-body > .section-body-content {
    height: calc(100vh - 128px - 32px);
  }  

  /* Scollbar na bodyContent */
  .section-body-content,
  .ace_scrollbar,
  .note-editing-area {
    scrollbar-width: thin;
  }

  /* Pravy bok */
  .right-connect.scroll-enabled > .section-body > .section-body-right {
    display: block;
    margin-top: 16px;
  }

  .right-connect.scroll-enabled > .section-bottom > .section-bottom-right {
    display: block;
    margin-right: -24px;
  }  

}
@media (min-width: 992px) {

  .blue.section-body-content,
  .blue > .ace_scrollbar{ 
    scrollbar-color: #0099FF transparent; 
  }

  .right-connect.scroll-enabled > .section-body > .blue.section-body-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%230099FF"/> </svg>');  
  }
 
  .scroll-enabled.right-connect > .section-bottom > .blue.section-bottom-right,
  .scroll-enabled.right-down > .section-bottom > .blue.section-bottom-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%230099FF" x="7" y="0" width="1" height="1"/> <circle stroke="%230099FF" stroke-width="3" fill="none" cx="7.5" cy="4.5" r="3"/> </svg> ');
  }
 
}@media (min-width: 992px) {

  .lightBlue.section-body-content,
  .lightBlue > .ace_scrollbar{ 
    scrollbar-color: #33CCFF transparent; 
  }

  .right-connect.scroll-enabled > .section-body > .lightBlue.section-body-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2333CCFF"/> </svg>');  
  }
 
  .scroll-enabled.right-connect > .section-bottom > .lightBlue.section-bottom-right,
  .scroll-enabled.right-down > .section-bottom > .lightBlue.section-bottom-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2333CCFF" x="7" y="0" width="1" height="1"/> <circle stroke="%2333CCFF" stroke-width="3" fill="none" cx="7.5" cy="4.5" r="3"/> </svg> ');
  }
 
}@media (min-width: 992px) {

  .green.section-body-content,
  .green > .ace_scrollbar{ 
    scrollbar-color: #39b563 transparent; 
  }

  .right-connect.scroll-enabled > .section-body > .green.section-body-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2339b563"/> </svg>');  
  }
 
  .scroll-enabled.right-connect > .section-bottom > .green.section-bottom-right,
  .scroll-enabled.right-down > .section-bottom > .green.section-bottom-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2339b563" x="7" y="0" width="1" height="1"/> <circle stroke="%2339b563" stroke-width="3" fill="none" cx="7.5" cy="4.5" r="3"/> </svg> ');
  }
 
}@media (min-width: 992px) {

  .lightGreen.section-body-content,
  .lightGreen > .ace_scrollbar{ 
    scrollbar-color: #00e500 transparent; 
  }

  .right-connect.scroll-enabled > .section-body > .lightGreen.section-body-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%2300e500"/> </svg>');  
  }
 
  .scroll-enabled.right-connect > .section-bottom > .lightGreen.section-bottom-right,
  .scroll-enabled.right-down > .section-bottom > .lightGreen.section-bottom-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%2300e500" x="7" y="0" width="1" height="1"/> <circle stroke="%2300e500" stroke-width="3" fill="none" cx="7.5" cy="4.5" r="3"/> </svg> ');
  }
 
}@media (min-width: 992px) {

  .yellow.section-body-content,
  .yellow > .ace_scrollbar{ 
    scrollbar-color: #f9e100 transparent; 
  }

  .right-connect.scroll-enabled > .section-body > .yellow.section-body-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23f9e100"/> </svg>');  
  }
 
  .scroll-enabled.right-connect > .section-bottom > .yellow.section-bottom-right,
  .scroll-enabled.right-down > .section-bottom > .yellow.section-bottom-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23f9e100" x="7" y="0" width="1" height="1"/> <circle stroke="%23f9e100" stroke-width="3" fill="none" cx="7.5" cy="4.5" r="3"/> </svg> ');
  }
 
}@media (min-width: 992px) {

  .purple.section-body-content,
  .purple > .ace_scrollbar{ 
    scrollbar-color: #FF99FF transparent; 
  }

  .right-connect.scroll-enabled > .section-body > .purple.section-body-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23FF99FF"/> </svg>');  
  }
 
  .scroll-enabled.right-connect > .section-bottom > .purple.section-bottom-right,
  .scroll-enabled.right-down > .section-bottom > .purple.section-bottom-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23FF99FF" x="7" y="0" width="1" height="1"/> <circle stroke="%23FF99FF" stroke-width="3" fill="none" cx="7.5" cy="4.5" r="3"/> </svg> ');
  }
 
}@media (min-width: 992px) {

  .grey.section-body-content,
  .grey > .ace_scrollbar{ 
    scrollbar-color: #CCCCCC transparent; 
  }

  .right-connect.scroll-enabled > .section-body > .grey.section-body-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23CCCCCC"/> </svg>');  
  }
 
  .scroll-enabled.right-connect > .section-bottom > .grey.section-bottom-right,
  .scroll-enabled.right-down > .section-bottom > .grey.section-bottom-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23CCCCCC" x="7" y="0" width="1" height="1"/> <circle stroke="%23CCCCCC" stroke-width="3" fill="none" cx="7.5" cy="4.5" r="3"/> </svg> ');
  }
 
}@media (min-width: 992px) {

  .orange.section-body-content,
  .orange > .ace_scrollbar{ 
    scrollbar-color: #ffbc00 transparent; 
  }

  .right-connect.scroll-enabled > .section-body > .orange.section-body-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23ffbc00"/> </svg>');  
  }
 
  .scroll-enabled.right-connect > .section-bottom > .orange.section-bottom-right,
  .scroll-enabled.right-down > .section-bottom > .orange.section-bottom-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23ffbc00" x="7" y="0" width="1" height="1"/> <circle stroke="%23ffbc00" stroke-width="3" fill="none" cx="7.5" cy="4.5" r="3"/> </svg> ');
  }
 
}@media (min-width: 992px) {

  .red.section-body-content,
  .red > .ace_scrollbar{ 
    scrollbar-color: #FF0000 transparent; 
  }

  .right-connect.scroll-enabled > .section-body > .red.section-body-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 32"> <rect x="7" y="0" width="1" height="32" fill="%23FF0000"/> </svg>');  
  }
 
  .scroll-enabled.right-connect > .section-bottom > .red.section-bottom-right,
  .scroll-enabled.right-down > .section-bottom > .red.section-bottom-right {
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect fill="%23FF0000" x="7" y="0" width="1" height="1"/> <circle stroke="%23FF0000" stroke-width="3" fill="none" cx="7.5" cy="4.5" r="3"/> </svg> ');
  }
 
}

/* Input box */
.form-control{
  height: calc(2rem + 0px);
  padding: 0.1rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #00CCFF80 inset;  
  -webkit-box-shadow: 0 0 0 1px #00CCFF80 inset;
}

/* Odsadenie textarea */
textarea.form-control{
  margin-bottom: 0.4rem;
  min-height: 3rem;
}

.form-control-static{
  height: calc(2rem + 0px);
  padding: 6px 0.75rem 0.1rem 0.75rem;
  font-size: 0.85rem;
}

/* Form label */
@media (max-width: 767px) {
  .col-form-label{
    display: none;
  }
  .col-form-label + div {
    padding-top: 4px;
  }  
}  
@media (min-width: 768px) {
  .col-form-label{
    padding-top: 4px;
    z-index: 1;
  }  
}

/* Form placeholders */
.form-control::placeholder{
  opacity: 0.5;
}

/* Form list info */
.hx_list_info{
  line-height: 28px;
  text-wrap: nowrap;
}

/* Form version input */
.hx_version_input{
  min-width: 80px; 
  max-width: 80px; 
}

.img-responsive.svg-preview{
  background-color: #F9F9F9;
}

/* Autocomplette row */
.ui-menu-item{
  padding: 4px 1em 4px 8px;
}

.hx_form_footer_page {
  margin-top: -2px;
}

.hx_form_footer_picker {
  margin-bottom: 0;
}
/* Ramik okolo form atributu */
.blue > .form-control, .blue.form-control{
  box-shadow: 0 0 0 1px #0099FF80 inset;  
  -webkit-box-shadow: 0 0 0 1px #0099FF80 inset;
  --bs-border-color: #0099FF25;
}  

.blue > .form-control:focus{
  border-color: #0099FF40;
  box-shadow: 0 0 0 0.2em #0099FF80 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #0099FF80 inset;
}

/* Ramik okolo svg-preview */
.blue > img.svg-preview{
  box-shadow: 0 0 0 0.2em #0099FF80 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #0099FF80 inset;
}
/* Ramik okolo form atributu */
.lightBlue > .form-control, .lightBlue.form-control{
  box-shadow: 0 0 0 1px #33CCFF80 inset;  
  -webkit-box-shadow: 0 0 0 1px #33CCFF80 inset;
  --bs-border-color: #33CCFF25;
}  

.lightBlue > .form-control:focus{
  border-color: #33CCFF40;
  box-shadow: 0 0 0 0.2em #33CCFF80 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #33CCFF80 inset;
}

/* Ramik okolo svg-preview */
.lightBlue > img.svg-preview{
  box-shadow: 0 0 0 0.2em #33CCFF80 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #33CCFF80 inset;
}
/* Ramik okolo form atributu */
.green > .form-control, .green.form-control{
  box-shadow: 0 0 0 1px #39b56380 inset;  
  -webkit-box-shadow: 0 0 0 1px #39b56380 inset;
  --bs-border-color: #39b56325;
}  

.green > .form-control:focus{
  border-color: #39b56340;
  box-shadow: 0 0 0 0.2em #39b56380 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #39b56380 inset;
}

/* Ramik okolo svg-preview */
.green > img.svg-preview{
  box-shadow: 0 0 0 0.2em #39b56380 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #39b56380 inset;
}
/* Ramik okolo form atributu */
.lightGreen > .form-control, .lightGreen.form-control{
  box-shadow: 0 0 0 1px #00e50080 inset;  
  -webkit-box-shadow: 0 0 0 1px #00e50080 inset;
  --bs-border-color: #00e50025;
}  

.lightGreen > .form-control:focus{
  border-color: #00e50040;
  box-shadow: 0 0 0 0.2em #00e50080 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #00e50080 inset;
}

/* Ramik okolo svg-preview */
.lightGreen > img.svg-preview{
  box-shadow: 0 0 0 0.2em #00e50080 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #00e50080 inset;
}
/* Ramik okolo form atributu */
.yellow > .form-control, .yellow.form-control{
  box-shadow: 0 0 0 1px #f9e10080 inset;  
  -webkit-box-shadow: 0 0 0 1px #f9e10080 inset;
  --bs-border-color: #f9e10025;
}  

.yellow > .form-control:focus{
  border-color: #f9e10040;
  box-shadow: 0 0 0 0.2em #f9e10080 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #f9e10080 inset;
}

/* Ramik okolo svg-preview */
.yellow > img.svg-preview{
  box-shadow: 0 0 0 0.2em #f9e10080 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #f9e10080 inset;
}
/* Ramik okolo form atributu */
.purple > .form-control, .purple.form-control{
  box-shadow: 0 0 0 1px #FF99FF80 inset;  
  -webkit-box-shadow: 0 0 0 1px #FF99FF80 inset;
  --bs-border-color: #FF99FF25;
}  

.purple > .form-control:focus{
  border-color: #FF99FF40;
  box-shadow: 0 0 0 0.2em #FF99FF80 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #FF99FF80 inset;
}

/* Ramik okolo svg-preview */
.purple > img.svg-preview{
  box-shadow: 0 0 0 0.2em #FF99FF80 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #FF99FF80 inset;
}
/* Ramik okolo form atributu */
.grey > .form-control, .grey.form-control{
  box-shadow: 0 0 0 1px #CCCCCC80 inset;  
  -webkit-box-shadow: 0 0 0 1px #CCCCCC80 inset;
  --bs-border-color: #CCCCCC25;
}  

.grey > .form-control:focus{
  border-color: #CCCCCC40;
  box-shadow: 0 0 0 0.2em #CCCCCC80 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #CCCCCC80 inset;
}

/* Ramik okolo svg-preview */
.grey > img.svg-preview{
  box-shadow: 0 0 0 0.2em #CCCCCC80 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #CCCCCC80 inset;
}
/* Ramik okolo form atributu */
.orange > .form-control, .orange.form-control{
  box-shadow: 0 0 0 1px #ffbc0080 inset;  
  -webkit-box-shadow: 0 0 0 1px #ffbc0080 inset;
  --bs-border-color: #ffbc0025;
}  

.orange > .form-control:focus{
  border-color: #ffbc0040;
  box-shadow: 0 0 0 0.2em #ffbc0080 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #ffbc0080 inset;
}

/* Ramik okolo svg-preview */
.orange > img.svg-preview{
  box-shadow: 0 0 0 0.2em #ffbc0080 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #ffbc0080 inset;
}
/* Ramik okolo form atributu */
.red > .form-control, .red.form-control{
  box-shadow: 0 0 0 1px #FF000080 inset;  
  -webkit-box-shadow: 0 0 0 1px #FF000080 inset;
  --bs-border-color: #FF000025;
}  

.red > .form-control:focus{
  border-color: #FF000040;
  box-shadow: 0 0 0 0.2em #FF000080 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #FF000080 inset;
}

/* Ramik okolo svg-preview */
.red > img.svg-preview{
  box-shadow: 0 0 0 0.2em #FF000080 inset;  
  -webkit-box-shadow: 0 0 0 0.2em #FF000080 inset;
}


/* Selected row */

/* Vypnutie background v selected td */
.table > tbody > .table-active > td{
  background-color: rgba(255,255,255,0.75);  
}
.table > tbody > .table-active:hover > td{
  background-color: rgba(255,255,255,0.5);  
}

/* Table header */
.hx_table_header{
  white-space: nowrap;
}

.hx_table_header.selected > a:first-child{
  text-decoration: underline;  
}
.hx_table_sort_direction{
  vertical-align: text-bottom;
}

/* Preskrtavanie rows */
.text-line-through{
  text-decoration: line-through;
}
/* Selected row */
.blue.table > tbody > .table-active{
/*  background-color: #0099FF; */
  --bs-table-bg-state: #0099FF40;
  --bs-table-hover-bg: #0099FF80;
}
/* Selected row */
.lightBlue.table > tbody > .table-active{
/*  background-color: #33CCFF; */
  --bs-table-bg-state: #33CCFF40;
  --bs-table-hover-bg: #33CCFF80;
}
/* Selected row */
.green.table > tbody > .table-active{
/*  background-color: #39b563; */
  --bs-table-bg-state: #39b56340;
  --bs-table-hover-bg: #39b56380;
}
/* Selected row */
.lightGreen.table > tbody > .table-active{
/*  background-color: #00e500; */
  --bs-table-bg-state: #00e50040;
  --bs-table-hover-bg: #00e50080;
}
/* Selected row */
.yellow.table > tbody > .table-active{
/*  background-color: #f9e100; */
  --bs-table-bg-state: #f9e10040;
  --bs-table-hover-bg: #f9e10080;
}
/* Selected row */
.purple.table > tbody > .table-active{
/*  background-color: #FF99FF; */
  --bs-table-bg-state: #FF99FF40;
  --bs-table-hover-bg: #FF99FF80;
}
/* Selected row */
.grey.table > tbody > .table-active{
/*  background-color: #CCCCCC; */
  --bs-table-bg-state: #CCCCCC40;
  --bs-table-hover-bg: #CCCCCC80;
}
/* Selected row */
.orange.table > tbody > .table-active{
/*  background-color: #ffbc00; */
  --bs-table-bg-state: #ffbc0040;
  --bs-table-hover-bg: #ffbc0080;
}
/* Selected row */
.red.table > tbody > .table-active{
/*  background-color: #FF0000; */
  --bs-table-bg-state: #FF000040;
  --bs-table-hover-bg: #FF000080;
}


.table > tbody > tr > td > .blue {
  color: #0099FF;
}.table > tbody > tr > td > .lightBlue {
  color: #33CCFF;
}.table > tbody > tr > td > .green {
  color: #39b563;
}.table > tbody > tr > td > .lightGreen {
  color: #00e500;
}.table > tbody > tr > td > .yellow {
  color: #f9e100;
}.table > tbody > tr > td > .purple {
  color: #FF99FF;
}.table > tbody > tr > td > .grey {
  color: #CCCCCC;
}.table > tbody > tr > td > .orange {
  color: #ffbc00;
}.table > tbody > tr > td > .red {
  color: #FF0000;
}

/* Button */
.btn{
  font-size: 0.85rem;
  line-height: 1rem;
  border-radius: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* Disable empty button label */
.btn > span:empty{
  display: none;
}

/* Button icon */
.hx_btn_icon{
  display: inline-block;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  margin: calc(-0.375rem - 1px) calc(-0.75rem + 8px);
  background-repeat: no-repeat;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: 0px 0px;
}
/*
  margin: -4px -4px -7px -4px;
*/


/* Medzera medzi ikonkou a textom v buttone */
.hx_btn_icon ~ span{
  margin-left: 4px;
}

/* Button ikon v list row */
td > .hx_btn_icon{
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px; 
}

/* Mnozina buttonov v record formulari (zarovnane vlavo) */
.btn-record{
  margin-top: -2px; 
}

.btn-record > div{
  display: flex;
  gap: 8px;
}

/* Mnozina buttonov v record formulari (atributovy riadok) */
.btn-record-line{
  margin-top: 8px;
  display: flex;
  gap: 8px;
}

/* Mnozina buttonov v list row (zarovnane vpravo) */
.btn-list-row{
  padding-top: calc(0.75rem - 2px) !important;
  padding-bottom: calc(0.75rem - 2px) !important; 
  text-align: right;
}

.btn-list-row > div{
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.btn-list-row .btn{
  font-size: 0.8rem;
}

/* Zmensenie ikonky pre small buttone */
.btn-sm > .hx_btn_icon{
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  background-size: 20px 20px;
  margin: -2px -4px -5px -4px;
}

/* Switch button */
.btn-switch{
  box-shadow: -2px -2px rgba(255,255,255,0.2) inset;
}

.btn-switch.active{
  box-shadow: 2px 2px rgba(0,0,0,0.2) inset;
}  

.btn-margin-32{
  margin-top: -32px;
}

.btn-margin-48{
  margin-top: -48px;
}

.btn-inline > .form-row{
  flex-direction: row;
  flex-wrap: nowrap;
}
/* Button colors */
.blue.btn.btn-primary{
  background-color: #0044B2;
  border-color: #003399; 
}

.blue.btn.active{
  border-color: #0099FF; 
}  
/* Button colors */
.lightBlue.btn.btn-primary{
  background-color: #2189a5;
  border-color: #269FBF; 
}

.lightBlue.btn.active{
  border-color: #33CCFF; 
}  
/* Button colors */
.green.btn.btn-primary{
  background-color: #21663c;
  border-color: #2f8c51; 
}

.green.btn.active{
  border-color: #39b563; 
}  
/* Button colors */
.lightGreen.btn.btn-primary{
  background-color: #009900;
  border-color: #00b200; 
}

.lightGreen.btn.active{
  border-color: #00e500; 
}  
/* Button colors */
.yellow.btn.btn-primary{
  background-color: #a58d00;
  border-color: #ccaa00; 
}

.yellow.btn.active{
  border-color: #f9e100; 
}  
/* Button colors */
.purple.btn.btn-primary{
  background-color: #990099;
  border-color: #FF66FF; 
}

.purple.btn.active{
  border-color: #FF99FF; 
}  
/* Button colors */
.grey.btn.btn-primary{
  background-color: #676767;
  border-color: #999999; 
}

.grey.btn.active{
  border-color: #CCCCCC; 
}  
/* Button colors */
.orange.btn.btn-primary{
  background-color: #a56600;
  border-color: #d88500; 
}

.orange.btn.active{
  border-color: #ffbc00; 
}  
/* Button colors */
.red.btn.btn-primary{
  background-color: #990000;
  border-color: #CC0000; 
}

.red.btn.active{
  border-color: #FF0000; 
}  


/* Link icon */
.hx_link_icon{
  display: inline-block;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  margin: calc(-0.375rem - 1px) calc(-0.75rem + 8px);
  background-repeat: no-repeat;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: 0px 0px;  display: inline-block;
}

/* Zmensenie ikonky pre small buttone */
.btn-sm > .hx_link_icon{
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  background-size: 20px 20px;
  margin: calc(-0.25rem - 1px) calc(-0.5rem + 6px);
}
/* */

/* */

/* */

/* */

/* */

/* */

/* */

/* */

/* */


/* Radio button */
input[type="radio"]{
  display: none;
}

.hx_radio{
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: 0px 0px;  
  background-size: 16px 16px;
  margin-left: 2px;
}

/* Zmena radio labelu na flex */
label.btn{
  display: flex;
  align-items: center;
  cursor: pointer; 
}  

.hx_radio_icon{
  min-height: 16px;
  max-height: 16px;
  min-width: 16px;
  max-width: 16px;
  background-position: 0px 0px;  
  background-size: 16px 16px;
  margin-right: 2px;
}

/* Class na radio buttons na jednoom riadku */
.radioButtonRow > .row > div:nth-child(2){
  display: flex;
}

.hx_radio_inline{
  display: flex;
  flex-direction: row;
}/* Radio button */
.blue.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%230099FF" stroke-width="2" /> </svg>');
}

input[type="radio"]:checked ~ .blue.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%230099FF" stroke-width="2" /> <circle fill="%230044B2" cx="12" cy="12" r="5" /> </svg>');
}

.blue > .dropdown-menu > li > .dropdown-item.active {     
  background-color: #0099FF;
}

.blue > .dropdown-menu > li > .dropdown-item:active {     
  background-color: #003399;
}  
/* Radio button */
.lightBlue.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%2333CCFF" stroke-width="2" /> </svg>');
}

input[type="radio"]:checked ~ .lightBlue.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%2333CCFF" stroke-width="2" /> <circle fill="%232189a5" cx="12" cy="12" r="5" /> </svg>');
}

.lightBlue > .dropdown-menu > li > .dropdown-item.active {     
  background-color: #33CCFF;
}

.lightBlue > .dropdown-menu > li > .dropdown-item:active {     
  background-color: #269FBF;
}  
/* Radio button */
.green.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%2339b563" stroke-width="2" /> </svg>');
}

input[type="radio"]:checked ~ .green.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%2339b563" stroke-width="2" /> <circle fill="%2321663c" cx="12" cy="12" r="5" /> </svg>');
}

.green > .dropdown-menu > li > .dropdown-item.active {     
  background-color: #39b563;
}

.green > .dropdown-menu > li > .dropdown-item:active {     
  background-color: #2f8c51;
}  
/* Radio button */
.lightGreen.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%2300e500" stroke-width="2" /> </svg>');
}

input[type="radio"]:checked ~ .lightGreen.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%2300e500" stroke-width="2" /> <circle fill="%23009900" cx="12" cy="12" r="5" /> </svg>');
}

.lightGreen > .dropdown-menu > li > .dropdown-item.active {     
  background-color: #00e500;
}

.lightGreen > .dropdown-menu > li > .dropdown-item:active {     
  background-color: #00b200;
}  
/* Radio button */
.yellow.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%23f9e100" stroke-width="2" /> </svg>');
}

input[type="radio"]:checked ~ .yellow.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%23f9e100" stroke-width="2" /> <circle fill="%23a58d00" cx="12" cy="12" r="5" /> </svg>');
}

.yellow > .dropdown-menu > li > .dropdown-item.active {     
  background-color: #f9e100;
}

.yellow > .dropdown-menu > li > .dropdown-item:active {     
  background-color: #ccaa00;
}  
/* Radio button */
.purple.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%23FF99FF" stroke-width="2" /> </svg>');
}

input[type="radio"]:checked ~ .purple.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%23FF99FF" stroke-width="2" /> <circle fill="%23990099" cx="12" cy="12" r="5" /> </svg>');
}

.purple > .dropdown-menu > li > .dropdown-item.active {     
  background-color: #FF99FF;
}

.purple > .dropdown-menu > li > .dropdown-item:active {     
  background-color: #FF66FF;
}  
/* Radio button */
.grey.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%23CCCCCC" stroke-width="2" /> </svg>');
}

input[type="radio"]:checked ~ .grey.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%23CCCCCC" stroke-width="2" /> <circle fill="%23676767" cx="12" cy="12" r="5" /> </svg>');
}

.grey > .dropdown-menu > li > .dropdown-item.active {     
  background-color: #CCCCCC;
}

.grey > .dropdown-menu > li > .dropdown-item:active {     
  background-color: #999999;
}  
/* Radio button */
.orange.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%23ffbc00" stroke-width="2" /> </svg>');
}

input[type="radio"]:checked ~ .orange.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%23ffbc00" stroke-width="2" /> <circle fill="%23a56600" cx="12" cy="12" r="5" /> </svg>');
}

.orange > .dropdown-menu > li > .dropdown-item.active {     
  background-color: #ffbc00;
}

.orange > .dropdown-menu > li > .dropdown-item:active {     
  background-color: #d88500;
}  
/* Radio button */
.red.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%23FF0000" stroke-width="2" /> </svg>');
}

input[type="radio"]:checked ~ .red.hx_radio{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <circle fill="%23fff" cx="12" cy="12" r="8" stroke="%23FF0000" stroke-width="2" /> <circle fill="%23990000" cx="12" cy="12" r="5" /> </svg>');
}

.red > .dropdown-menu > li > .dropdown-item.active {     
  background-color: #FF0000;
}

.red > .dropdown-menu > li > .dropdown-item:active {     
  background-color: #CC0000;
}  


 /* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  height: 24px;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 2px;
  
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  display: none;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  padding: 0;
  margin: 0.25rem 0 0.25rem 0;
}

/*
  background-color: #FFF;
  border: 1px solid #00CCFF;
*/

.checkmark.disabled{
  margin-left: 0px; /* calc(0.5rem + 1px); */
  background-color: #FFF;
  border: none;
}


/* On mouse-over, add a  background color */
.checkbox-container:hover input ~ .checkmark.disabled {
  cursor: default;
}

.checkbox-container input:checked ~ .checkmark.disabled {
  background-color: #FFF !important;
  cursor: default;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  top: 1.25px;
  left: 4.25px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

/*
.checkbox-container .checkmark.disabled:after {
  border: 2px solid #00CCFF;
  border-width: 0 4px 4px 0;
}
*/
/* On mouse-over, add a background color */
.checkbox-container:hover input ~ .blue.checkmark {
  background-color: #003399 !important;
}

/* On mouse-over, add a  background color */
.checkbox-container:hover input ~ .blue.checkmark.disabled {
  background-color: #003399 !important;
  cursor: default;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .blue.checkmark {
  background-color: #0099FF;
}
/* On mouse-over, add a background color */
.checkbox-container:hover input ~ .lightBlue.checkmark {
  background-color: #269FBF !important;
}

/* On mouse-over, add a  background color */
.checkbox-container:hover input ~ .lightBlue.checkmark.disabled {
  background-color: #269FBF !important;
  cursor: default;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .lightBlue.checkmark {
  background-color: #33CCFF;
}
/* On mouse-over, add a background color */
.checkbox-container:hover input ~ .green.checkmark {
  background-color: #2f8c51 !important;
}

/* On mouse-over, add a  background color */
.checkbox-container:hover input ~ .green.checkmark.disabled {
  background-color: #2f8c51 !important;
  cursor: default;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .green.checkmark {
  background-color: #39b563;
}
/* On mouse-over, add a background color */
.checkbox-container:hover input ~ .lightGreen.checkmark {
  background-color: #00b200 !important;
}

/* On mouse-over, add a  background color */
.checkbox-container:hover input ~ .lightGreen.checkmark.disabled {
  background-color: #00b200 !important;
  cursor: default;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .lightGreen.checkmark {
  background-color: #00e500;
}
/* On mouse-over, add a background color */
.checkbox-container:hover input ~ .yellow.checkmark {
  background-color: #ccaa00 !important;
}

/* On mouse-over, add a  background color */
.checkbox-container:hover input ~ .yellow.checkmark.disabled {
  background-color: #ccaa00 !important;
  cursor: default;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .yellow.checkmark {
  background-color: #f9e100;
}
/* On mouse-over, add a background color */
.checkbox-container:hover input ~ .purple.checkmark {
  background-color: #FF66FF !important;
}

/* On mouse-over, add a  background color */
.checkbox-container:hover input ~ .purple.checkmark.disabled {
  background-color: #FF66FF !important;
  cursor: default;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .purple.checkmark {
  background-color: #FF99FF;
}
/* On mouse-over, add a background color */
.checkbox-container:hover input ~ .grey.checkmark {
  background-color: #999999 !important;
}

/* On mouse-over, add a  background color */
.checkbox-container:hover input ~ .grey.checkmark.disabled {
  background-color: #999999 !important;
  cursor: default;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .grey.checkmark {
  background-color: #CCCCCC;
}
/* On mouse-over, add a background color */
.checkbox-container:hover input ~ .orange.checkmark {
  background-color: #d88500 !important;
}

/* On mouse-over, add a  background color */
.checkbox-container:hover input ~ .orange.checkmark.disabled {
  background-color: #d88500 !important;
  cursor: default;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .orange.checkmark {
  background-color: #ffbc00;
}
/* On mouse-over, add a background color */
.checkbox-container:hover input ~ .red.checkmark {
  background-color: #CC0000 !important;
}

/* On mouse-over, add a  background color */
.checkbox-container:hover input ~ .red.checkmark.disabled {
  background-color: #CC0000 !important;
  cursor: default;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .red.checkmark {
  background-color: #FF0000;
}


/* Avatar */

.hx_image_preview > img, .hx_image_preview{
  min-height: 64px;
  max-height: 300px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .hx_image_preview > img, .hx_image_preview{
    max-width: 75%;
    margin-left: 12.5%;
  }
}
@media (min-width: 768px) {
  .hx_image_preview > img, .hx_image_preview{
    max-width: 100%;
  }
}

}
.hx_image_display > img, .hx_image_display{
  min-height: 64px;
  max-height: 192px;
/*  max-width: 75%; */
}

.hx_image_edit > img, .hx_image_edit{
  min-height: 64px;
  max-height: 264px;
  max-width: 50%;
}

.hx_image_list{
  margin-top: -10px;
  margin-bottom: -10px;
  max-height: 60px;
  width: auto;
  overflow: hidden;
}

.hx_image_w100 > img{
  width: 100% !important;
}

.hx_image_hover > a:hover > img:nth-child(2){
  display: block;
}

.hx_image_hover250{
  display: none;
  position: absolute;
  min-height: 272px;
  max-height: 272px;
  width: auto;
  z-index:999;
  margin-left: 16px;
  margin-top: -32px;
}

.hx_image_hover250:hover{
  display: block;
}


.ace_editor_container{
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.ace_editor.readOnly{
  border: 0 !important;
  font-weight: 300;
  box-shadow: none !important;
  background-color: transparent !important;
}

.ace_editor.readOnly > .ace_gutter{
  font-weight: 300;
  border-right: none;
  color: #A8A8A8;
}

.ace_editor.readOnly .ace_scroller {
  cursor: not-allowed;
  background-color: #fafafa;
}

/* Inherited editor */
.ace_editor.inherited{
  background-color: #F0F0F0 !important;
}

/* Ace internal styles */

.ace_fullscreen{
    left: 0 !important;
    top: 0 !important;
    right: 0!important;
    bottom: 0!important;
    position: fixed;
    z-index: 100;
    margin: 0;
    height: 100% !important;
}
.ace_gutter{
    z-index: initial !important;
}
.ace_gutter-cell.ace_breakpoint{ 
	border-radius: 20px 0px 0px 20px; 
	box-shadow: 0px 0px 1px 1px red inset; 
	background: rgba(255, 0, 0, 0.10);;
}

.ace_editor_rowCount_5{
  height: 116px; 
}
.ace_editor_rowCount_10{
  height: 216px; 
}
.ace_editor_rowCount_15{
  height: 316px; 
}
.ace_editor_rowCount_20{
  height: 416px; 
}
.ace_editor_rowCount_25{
  height: 516px; 
}
.ace_editor_rowCount_30{
  height: 616px; 
}

.ace_scrollbar{
  scrollbar-color: auto;
}
/* ACE editor */
.blue.ace_editor{
  border: 1px solid #0099FF;
}  
/* ACE editor */
.lightBlue.ace_editor{
  border: 1px solid #33CCFF;
}  
/* ACE editor */
.green.ace_editor{
  border: 1px solid #39b563;
}  
/* ACE editor */
.lightGreen.ace_editor{
  border: 1px solid #00e500;
}  
/* ACE editor */
.yellow.ace_editor{
  border: 1px solid #f9e100;
}  
/* ACE editor */
.purple.ace_editor{
  border: 1px solid #FF99FF;
}  
/* ACE editor */
.grey.ace_editor{
  border: 1px solid #CCCCCC;
}  
/* ACE editor */
.orange.ace_editor{
  border: 1px solid #ffbc00;
}  
/* ACE editor */
.red.ace_editor{
  border: 1px solid #FF0000;
}  


/*! Ace-diff | github.com/ace-diff/ace-diff */
.acediff__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;bottom:0;top:0;left:0;height:100%;width:100%;overflow:auto}.acediff__gutter{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;border-left:1px solid #bcbcbc;border-right:1px solid #bcbcbc;overflow:hidden}.acediff__gutter,.acediff__gutter svg{background-color:#efefef}.acediff__left,.acediff__right{height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.acediff__diffLine{background-color:#d8f2ff;border-top:1px solid #a2d7f2;border-bottom:1px solid #a2d7f2;position:absolute;z-index:4}.acediff__diffLine.targetOnly{height:0!important;border-top:1px solid #a2d7f2;border-bottom:0;position:absolute}.acediff__connector{fill:#d8f2ff;stroke:#a2d7f2}.acediff__copy--left,.acediff__copy--right{position:relative}.acediff__copy--left div,.acediff__copy--right div{color:#000;text-shadow:1px 1px hsla(0,0%,100%,.7);position:absolute;margin:2px 3px;cursor:pointer}.acediff__copy--right div:hover{color:#004ea0}.acediff__copy--left{float:right}.acediff__copy--left div{right:0}.acediff__copy--left div:hover{color:#c98100}

.note-editor {
  min-height: 224px;
  max-height: 75%;
}

.note-editor.note-frame .note-editing-area {
  overflow: auto;
}

.note-editor.fullscreen{
  min-height: 100%;
  max-height: 100%;
}


/* Avatar */
img.avatar, div.avatar > img{
  min-height: 64px;
  max-height: 128px;
  min-width: 64px;
  max-width: 128px;
  width: 100%;
}

/* Avatar v list row */
td > img.avatar{
  min-height: 16px;
  max-height: 32px;
  min-width: 16px;
  max-width: 32px;
  margin-top: -4px;
  margin-bottom: -4px;
}

/* Avatar icon */
.hx_avatar_icon{
  min-width: 32px;
  max-width: 128px;
  min-height: 32px;
  max-height: 128px; 
  margin-top: -4px;
  margin-bottom: -4px;
  width: 10%;
}/* *//* *//* *//* *//* *//* *//* *//* *//* */

td.result-ok{
  background: rgba(0, 255, 0, 0.15);
}

td.result-warning{
  background: rgba(255, 255, 0, 0.15);
}

td.result-error{
  background: rgba(255, 0, 0, 0.15);
}


a.type-module{
  background: rgba(0, 255, 0, 0.15);
}

a.type-inherited{
  background: rgba(255, 255, 0, 0.15);
}

a.type-container{
  background: rgba(0, 204, 255, 0.15);
}

a.type-overriden{
  background: rgba(0, 255, 255, 0.15);
}

/* IDE helpdesk warning */

.form-control-warning > select{
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;  
}

.validatorOk input:required:valid, .validatorOk input:focus:valid {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle fill="%2300CC33" cx="16" cy="16" r="9"/><polygon fill="%23FFFFFF" points="14.818,20.956 9.97,16.107 11.594,14.483 14.818,17.707 20.982,11.544 22.606,13.168 "/></svg>');
  background-position: right top;
  background-repeat: no-repeat;
}

.validatorError input:required:invalid, .validatorError input:focus:invalid {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="%23CC0000" d="M6.753,21.849c-0.778,1.333,0.184,3.008,1.728,3.008h15.036c1.544,0,2.505-1.674,1.728-3.008L17.727,8.962c-0.772-1.323-2.683-1.323-3.455,0L6.753,21.849z"/><polygon fill="%23FFFFFF" points="17.981,11.315 17.238,19.354 15.238,19.354 14.495,11.315 "/><circle fill="%23FFFFFF" cx="16.234" cy="21.803" r="1.599"/></svg>');
  background-position: right top;
  background-repeat: no-repeat;
}



.progress{
  background-color: #AAA;
  height: 1.2rem;
  font-size: 0.85rem;
  font-weight: 500;
}

.progress-bar > span{
  padding-left: 4px;
  padding-right: 4px;
}

.form-group > .progress{
  margin-top: 6px;
}

/* Dokument autocomplette fix */
.ui-widget.ui-widget-content {
  z-index: 9999;
}

.row-100 > .row{
  height: 100%;
}

/* Tree base */
.hx_tree_attr{
  line-height: 24px;  
  padding-left: 0;
  margin-bottom: 8px;
  margin-left: -8px;
}  

.hx_tree_attr.list_row{
  margin-bottom: 0px;
}

/* Tree item */
.hx_tree_item{
  display: block;
}

/* Root item */
.hx_tree_item.root{
  width: 100%;
  max-width: 100%;
}

/* One tree row */
.hx_tree_row{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  min-width: calc(100%);
  max-width: calc(100%);
}

.readOnly.hx_tree_row:hover {
  font-weight: inherit;
}

/* Tree label */
.hx_tree_label{
  display: inline-block;
  min-height: 24px;
  max-height: 24px;
  white-space: nowrap;
/*  overflow-x: hidden; */
  overflow: hidden;
  min-width: 24px;
  margin-right: 2px;
}

/* Label span's separator */
.hx_tree_label > span{
  margin-left: 2px;
}

/* Wrap tree label */
.hx_wrap .hx_tree_label  {
  overflow: visible; 
}

.hx_wrap .hx_tree_label > span {
  white-space: normal; 
}

/* Read only bold */
/*
.hx_tree_label.readOnly > span:nth-child(1){
  font-weight: 600;
}
*/

/* Tree buttons */
.hx_tree_button{
  display: none;
  align-self: center;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23003399" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077V12.78 c0-2.762,1.386-5.268,3.708-6.703C13.674,5.352,14.818,5,16.001,5c0.326,0,0.645,0.026,0.957,0.073 c0.225,0.033,0.347,0.177,0.4,0.261c0.099,0.157,0.121,0.345,0.059,0.517l-0.327,0.904c-0.087,0.24-0.34,0.396-0.644,0.396 c-0.2-0.015-0.323-0.02-0.449-0.02c-0.685,0-1.338,0.164-1.996,0.501c-1.819,0.931-2.948,2.821-2.948,4.932v1.847l9.972,0.005 l2.704,0.035c0.701,0.133,1.274,0.789,1.274,1.549v9.41c0,0.877-0.754,1.59-1.68,1.59H8.68z M14.398,27h3.446l0.001-4.683 c1.217-0.603,1.987-1.787,1.987-3.104c0-1.937-1.664-3.513-3.709-3.513c-2.047,0-3.711,1.576-3.711,3.513 c0,1.317,0.769,2.5,1.988,3.104L14.398,27z"/> </svg>');
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 0px 0px;
  border: 1px solid transparent;
  box-sizing: content-box;
}

/* Tree row tail */
.hx_tree_tail{
  min-width: 2px;
  max-width: 100%;
  min-height: 24px;
  max-height: 24px;
  flex-grow: 1;
  margin-left: 2px;
}

.hx_tree_tail_end{
  display: none;
}

/* Tree subitem list */
.hx_tree_list{
  display: block;
  padding-left: 20px;  
}

/* Tree subitem list */
.hx_tree_list.sync{
  padding-left: 16px;  
}
/* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ 

/* Tree popups */

  /*min-width: 640px;*/
  /*width: 95%;*/
/*  
  max-height: 85vh;
  max-width: min(75vw, 1110px);
*/

.hx_tree_popup{
  position: absolute !important;
/*  width: min(max(50%, 1400px), 750px); */
  width: min(max(50%, 750px), 1400px);
  min-height: 100px;
  max-height: 85vh;
  background: #FFF;
  border-radius: 5px;
  z-index: 1000;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  padding: 16px;
  padding-left: 32px;
}

/* Hyperix Toolbar */
.hx_tree_popup.hx_tools{
  width: 740px;
}

/* Hyperix Submodule root */
.hx_tree_popup.hx_submodule{
  width: 205px;
}

/* Synchronize */
.hx_tree_popup.hx_synchronize{
  width: min(max(75%, 1200px), 1600px);
}

/* Close button */
.hx-tree-popup-close{
  top: -1px;
  right: -1px;
  z-index: 1050;
  background-color: #FFF;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 5px;
}

.hx-tree-popup-close div {
  display: block;
  width: 24px;
  height: 24px;
  color: #000;
  transition: .3s;
  font-size: 1.5rem;
  margin-top: -1.5px;
  margin-left: -0.5px;
  text-align: center;
  background-size: 18px;
  background-position: center;  
}

.hx-tree-popup-close:hover div {
  transform: rotate(90deg);
  transform-origin: 12px 12px;
}

/*
.hx_tree_popup.wide{
  width: min(max(75%, 1200px), 1600px);
}

.hx_tree_popup.small{
  width: min(max(25%, 500px), 750px);
}
*/

/* Tree popup */
.hx_tree_popup_line{
  height: 1px;
  z-index: 900;
  position: absolute;
/*  border-top: 1px dotted #00CCFF; */
}

/* Resizable handles */
.ui-resizable-s {
    height: 16px;
    border: 1px solid red;
}

.ui-resizable-e {
/*    border: 1px solid blue; */
    width: 16px;
    right: 0;
}
/* Popup colors */
.blue.hx_tree_popup_line{
  border-top: 2px dotted #0099FF;
}

.blue.hx_tree_popup{
  border: 1px solid #0099FF;
}  

.blue.hx-tree-popup-close{
  border: 1px solid #0099FF;
}/* Popup colors */
.lightBlue.hx_tree_popup_line{
  border-top: 2px dotted #33CCFF;
}

.lightBlue.hx_tree_popup{
  border: 1px solid #33CCFF;
}  

.lightBlue.hx-tree-popup-close{
  border: 1px solid #33CCFF;
}/* Popup colors */
.green.hx_tree_popup_line{
  border-top: 2px dotted #39b563;
}

.green.hx_tree_popup{
  border: 1px solid #39b563;
}  

.green.hx-tree-popup-close{
  border: 1px solid #39b563;
}/* Popup colors */
.lightGreen.hx_tree_popup_line{
  border-top: 2px dotted #00e500;
}

.lightGreen.hx_tree_popup{
  border: 1px solid #00e500;
}  

.lightGreen.hx-tree-popup-close{
  border: 1px solid #00e500;
}/* Popup colors */
.yellow.hx_tree_popup_line{
  border-top: 2px dotted #f9e100;
}

.yellow.hx_tree_popup{
  border: 1px solid #f9e100;
}  

.yellow.hx-tree-popup-close{
  border: 1px solid #f9e100;
}/* Popup colors */
.purple.hx_tree_popup_line{
  border-top: 2px dotted #FF99FF;
}

.purple.hx_tree_popup{
  border: 1px solid #FF99FF;
}  

.purple.hx-tree-popup-close{
  border: 1px solid #FF99FF;
}/* Popup colors */
.grey.hx_tree_popup_line{
  border-top: 2px dotted #CCCCCC;
}

.grey.hx_tree_popup{
  border: 1px solid #CCCCCC;
}  

.grey.hx-tree-popup-close{
  border: 1px solid #CCCCCC;
}/* Popup colors */
.orange.hx_tree_popup_line{
  border-top: 2px dotted #ffbc00;
}

.orange.hx_tree_popup{
  border: 1px solid #ffbc00;
}  

.orange.hx-tree-popup-close{
  border: 1px solid #ffbc00;
}/* Popup colors */
.red.hx_tree_popup_line{
  border-top: 2px dotted #FF0000;
}

.red.hx_tree_popup{
  border: 1px solid #FF0000;
}  

.red.hx-tree-popup-close{
  border: 1px solid #FF0000;
}

/* Tree guide lines */
.hx_tree_guide{
  background-position: 0 0;  
  background-size: 16px 24px;
  min-width: 16px;
  max-width: 16px;
  min-height: 24px;
  max-height: 24px;
}

.hx_tree_guide:hover{
  cursor: pointer; 
}

.icon-node-leaf:hover{
  cursor: inherit;
}

/* Node lines */
.hx_tree_list{
  display: block;
  background-position: 0 0;  
  background-size: 16px 24px;
}

/* Hide root left line */
.hx_tree_item.root > .hx_tree_list{
  background: none;
}
/* Linka v danej farbe */
.blue.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}

/* Active linka v danej farbe */
.hx_tree_item.active-line > .blue.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%230099FF" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}
.blue.icon-root-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%230099FF" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%230099FF" cx="8" cy="12" r="3.5"/> </svg> ');
}
.blue.icon-root-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%230099FF" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23003399" cx="8" cy="12" r="3.5"/> <polygon fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5" transform="translate(4)" /> </svg>');
}
.blue.icon-root-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%230099FF" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23003399" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.blue.icon-node-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.blue.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4" /> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.blue.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%230099FF" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.blue.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%230099FF" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.blue.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.blue.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23003399" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.blue.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23003399" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.blue.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23003399" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.blue.icon-node-line.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%230099FF" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.blue.icon-node-leaf.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%230099FF" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> </svg>');
}
.blue.icon-node-open.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%230099FF" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23003399" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.blue.icon-node-close.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%230099FF" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23003399" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
/* Linka v danej farbe */
.lightBlue.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}

/* Active linka v danej farbe */
.hx_tree_item.active-line > .lightBlue.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2333CCFF" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}
.lightBlue.icon-root-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2333CCFF" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%2333CCFF" cx="8" cy="12" r="3.5"/> </svg> ');
}
.lightBlue.icon-root-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2333CCFF" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23269FBF" cx="8" cy="12" r="3.5"/> <polygon fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5" transform="translate(4)" /> </svg>');
}
.lightBlue.icon-root-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2333CCFF" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23269FBF" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.lightBlue.icon-node-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.lightBlue.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4" /> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.lightBlue.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%2333CCFF" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.lightBlue.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%2333CCFF" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.lightBlue.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.lightBlue.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23269FBF" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.lightBlue.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23269FBF" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.lightBlue.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23269FBF" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.lightBlue.icon-node-line.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2333CCFF" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.lightBlue.icon-node-leaf.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2333CCFF" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> </svg>');
}
.lightBlue.icon-node-open.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2333CCFF" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23269FBF" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.lightBlue.icon-node-close.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2333CCFF" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23269FBF" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
/* Linka v danej farbe */
.green.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}

/* Active linka v danej farbe */
.hx_tree_item.active-line > .green.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2339b563" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}
.green.icon-root-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2339b563" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%2339b563" cx="8" cy="12" r="3.5"/> </svg> ');
}
.green.icon-root-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2339b563" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%232f8c51" cx="8" cy="12" r="3.5"/> <polygon fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5" transform="translate(4)" /> </svg>');
}
.green.icon-root-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2339b563" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%232f8c51" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.green.icon-node-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.green.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4" /> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.green.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%2339b563" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.green.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%2339b563" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.green.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.green.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%232f8c51" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.green.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%232f8c51" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.green.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%232f8c51" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.green.icon-node-line.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2339b563" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.green.icon-node-leaf.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2339b563" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> </svg>');
}
.green.icon-node-open.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2339b563" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%232f8c51" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.green.icon-node-close.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2339b563" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%232f8c51" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
/* Linka v danej farbe */
.lightGreen.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}

/* Active linka v danej farbe */
.hx_tree_item.active-line > .lightGreen.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2300e500" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}
.lightGreen.icon-root-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2300e500" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%2300e500" cx="8" cy="12" r="3.5"/> </svg> ');
}
.lightGreen.icon-root-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2300e500" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%2300b200" cx="8" cy="12" r="3.5"/> <polygon fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5" transform="translate(4)" /> </svg>');
}
.lightGreen.icon-root-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2300e500" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%2300b200" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.lightGreen.icon-node-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.lightGreen.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4" /> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.lightGreen.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%2300e500" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.lightGreen.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%2300e500" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.lightGreen.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.lightGreen.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%2300b200" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.lightGreen.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%2300b200" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.lightGreen.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%2300b200" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.lightGreen.icon-node-line.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2300e500" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.lightGreen.icon-node-leaf.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2300e500" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> </svg>');
}
.lightGreen.icon-node-open.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2300e500" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%2300b200" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.lightGreen.icon-node-close.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%2300e500" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%2300b200" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
/* Linka v danej farbe */
.yellow.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}

/* Active linka v danej farbe */
.hx_tree_item.active-line > .yellow.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23f9e100" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}
.yellow.icon-root-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23f9e100" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23f9e100" cx="8" cy="12" r="3.5"/> </svg> ');
}
.yellow.icon-root-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23f9e100" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23ccaa00" cx="8" cy="12" r="3.5"/> <polygon fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5" transform="translate(4)" /> </svg>');
}
.yellow.icon-root-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23f9e100" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23ccaa00" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.yellow.icon-node-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.yellow.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4" /> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.yellow.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23f9e100" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.yellow.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23f9e100" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.yellow.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.yellow.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23ccaa00" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.yellow.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23ccaa00" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.yellow.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23ccaa00" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.yellow.icon-node-line.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23f9e100" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.yellow.icon-node-leaf.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23f9e100" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> </svg>');
}
.yellow.icon-node-open.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23f9e100" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23ccaa00" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.yellow.icon-node-close.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23f9e100" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23ccaa00" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
/* Linka v danej farbe */
.purple.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}

/* Active linka v danej farbe */
.hx_tree_item.active-line > .purple.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF99FF" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}
.purple.icon-root-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF99FF" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23FF99FF" cx="8" cy="12" r="3.5"/> </svg> ');
}
.purple.icon-root-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF99FF" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23FF66FF" cx="8" cy="12" r="3.5"/> <polygon fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5" transform="translate(4)" /> </svg>');
}
.purple.icon-root-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF99FF" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23FF66FF" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.purple.icon-node-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.purple.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4" /> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.purple.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23FF99FF" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.purple.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23FF99FF" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.purple.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.purple.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23FF66FF" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.purple.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23FF66FF" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.purple.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23FF66FF" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.purple.icon-node-line.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF99FF" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.purple.icon-node-leaf.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF99FF" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> </svg>');
}
.purple.icon-node-open.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF99FF" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23FF66FF" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.purple.icon-node-close.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF99FF" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23FF66FF" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
/* Linka v danej farbe */
.grey.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}

/* Active linka v danej farbe */
.hx_tree_item.active-line > .grey.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23CCCCCC" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}
.grey.icon-root-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23CCCCCC" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23CCCCCC" cx="8" cy="12" r="3.5"/> </svg> ');
}
.grey.icon-root-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23CCCCCC" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23999999" cx="8" cy="12" r="3.5"/> <polygon fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5" transform="translate(4)" /> </svg>');
}
.grey.icon-root-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23CCCCCC" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23999999" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.grey.icon-node-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.grey.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4" /> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.grey.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23CCCCCC" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.grey.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23CCCCCC" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.grey.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.grey.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23999999" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.grey.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23999999" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.grey.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23999999" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.grey.icon-node-line.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23CCCCCC" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.grey.icon-node-leaf.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23CCCCCC" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> </svg>');
}
.grey.icon-node-open.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23CCCCCC" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23999999" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.grey.icon-node-close.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23CCCCCC" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23999999" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
/* Linka v danej farbe */
.orange.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}

/* Active linka v danej farbe */
.hx_tree_item.active-line > .orange.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23ffbc00" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}
.orange.icon-root-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23ffbc00" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23ffbc00" cx="8" cy="12" r="3.5"/> </svg> ');
}
.orange.icon-root-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23ffbc00" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23d88500" cx="8" cy="12" r="3.5"/> <polygon fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5" transform="translate(4)" /> </svg>');
}
.orange.icon-root-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23ffbc00" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23d88500" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.orange.icon-node-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.orange.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4" /> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.orange.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23ffbc00" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.orange.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23ffbc00" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.orange.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.orange.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23d88500" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.orange.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23d88500" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.orange.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23d88500" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.orange.icon-node-line.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23ffbc00" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.orange.icon-node-leaf.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23ffbc00" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> </svg>');
}
.orange.icon-node-open.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23ffbc00" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23d88500" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.orange.icon-node-close.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23ffbc00" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23d88500" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
/* Linka v danej farbe */
.red.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}

/* Active linka v danej farbe */
.hx_tree_item.active-line > .red.hx_tree_list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF0000" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
  background-repeat: repeat-y;
  -webkit-background-size: 12px 24px;
  background-size: 16px 24px;
  background-position: 0 0;  
}
.red.icon-root-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF0000" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23FF0000" cx="8" cy="12" r="3.5"/> </svg> ');
}
.red.icon-root-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF0000" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23CC0000" cx="8" cy="12" r="3.5"/> <polygon fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5" transform="translate(4)" /> </svg>');
}
.red.icon-root-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF0000" stroke-linejoin="round" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23CC0000" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.red.icon-node-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.red.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4" /> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.red.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23FF0000" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.red.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset="0" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23FF0000" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg> ');
}
.red.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> </svg> ');
}
.red.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23CC0000" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.red.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23CC0000" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.red.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".2" d="M12 12H8c-2.2 0-4 2.3-4 4.5V24"/> <circle fill="%23CC0000" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.red.icon-node-line.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF0000" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> </svg> ');
}
.red.icon-node-leaf.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF0000" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> </svg>');
}
.red.icon-node-open.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF0000" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23CC0000" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.red.icon-node-close.active-line{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <line fill="none" stroke="%23FF0000" stroke-linejoin="round" x1="8" y1="0" x2="8" y2="24"/> <line fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" x1="8" y1="12" x2="16" y2="12"/> <circle fill="%23CC0000" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}


/* Last line is hidden */
ul > .hx_tree_item:last-child > .hx_tree_list{
  background: none !important;
}

/*
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row {
  border: solid 1px red;
}
*//* */.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .blue.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .blue.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%230099FF" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .blue.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%230099FF" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect transform="translate(4)" fill="%23FFFFFF" x="1.5" y="11.5" width="5" height="1"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .blue.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .blue.icon-node-leaf.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .blue.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23003399" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .blue.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23003399" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .blue.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%230099FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23003399" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
/* */.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .lightBlue.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .lightBlue.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%2333CCFF" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .lightBlue.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%2333CCFF" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect transform="translate(4)" fill="%23FFFFFF" x="1.5" y="11.5" width="5" height="1"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .lightBlue.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .lightBlue.icon-node-leaf.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .lightBlue.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23269FBF" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .lightBlue.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23269FBF" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .lightBlue.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2333CCFF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23269FBF" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
/* */.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .green.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .green.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%2339b563" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .green.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%2339b563" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect transform="translate(4)" fill="%23FFFFFF" x="1.5" y="11.5" width="5" height="1"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .green.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .green.icon-node-leaf.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .green.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%232f8c51" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .green.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%232f8c51" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .green.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2339b563" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%232f8c51" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
/* */.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .lightGreen.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .lightGreen.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%2300e500" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .lightGreen.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%2300e500" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect transform="translate(4)" fill="%23FFFFFF" x="1.5" y="11.5" width="5" height="1"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .lightGreen.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .lightGreen.icon-node-leaf.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .lightGreen.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%2300b200" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .lightGreen.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%2300b200" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .lightGreen.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%2300e500" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%2300b200" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
/* */.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .yellow.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .yellow.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23f9e100" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .yellow.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23f9e100" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect transform="translate(4)" fill="%23FFFFFF" x="1.5" y="11.5" width="5" height="1"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .yellow.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .yellow.icon-node-leaf.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .yellow.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23ccaa00" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .yellow.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23ccaa00" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .yellow.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23f9e100" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23ccaa00" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
/* */.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .purple.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .purple.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23FF99FF" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .purple.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23FF99FF" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect transform="translate(4)" fill="%23FFFFFF" x="1.5" y="11.5" width="5" height="1"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .purple.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .purple.icon-node-leaf.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .purple.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23FF66FF" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .purple.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23FF66FF" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .purple.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF99FF" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23FF66FF" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
/* */.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .grey.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .grey.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23CCCCCC" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .grey.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23CCCCCC" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect transform="translate(4)" fill="%23FFFFFF" x="1.5" y="11.5" width="5" height="1"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .grey.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .grey.icon-node-leaf.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .grey.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23999999" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .grey.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23999999" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .grey.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23CCCCCC" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23999999" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
/* */.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .orange.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .orange.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23ffbc00" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .orange.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23ffbc00" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect transform="translate(4)" fill="%23FFFFFF" x="1.5" y="11.5" width="5" height="1"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .orange.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .orange.icon-node-leaf.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .orange.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23d88500" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .orange.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23d88500" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .orange.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23ffbc00" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23d88500" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
/* */.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .red.icon-node-leaf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .red.icon-node-open{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23FF0000" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .red.icon-node-close{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-opacity=".5" stroke-linejoin="round" stroke-dasharray=".6 .9" stroke-dashoffset=".3" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23FF0000" fill-opacity=".75" cx="8" cy="12" r="3.5"/> <rect transform="translate(4)" fill="%23FFFFFF" x="1.5" y="11.5" width="5" height="1"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .red.icon-node-leaf.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .red.icon-node-leaf.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> </svg> ');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .red.icon-node-open.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23CC0000" cx="8" cy="12" r="3.5"/> <polygon transform="translate(4)" fill="%23FFFFFF" points="6.5,11.5 4.5,11.5 4.5,9.5 3.5,9.5 3.5,11.5 1.5,11.5 1.5,12.5 3.5,12.5 3.5,14.5 4.5,14.5 4.5,12.5 6.5,12.5"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .red.icon-node-close.active{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23CC0000" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}
.hx_tree_list > .hx_tree_item:last-child > .hx_tree_row > .red.icon-node-close.selected{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24"> <path transform="translate(4)" fill="none" stroke="%23FF0000" stroke-linejoin="round" d="M4 0v8.5C4 10.7 5.8 12 8 12h4"/> <circle fill="%23CC0000" cx="8" cy="12" r="3.5"/> <rect fill="%23FFFFFF" x="5.5" y="11.5" width="5" height="1"/> </svg>');
}



/* Tree Icon */
.hx_tree_icon{
  min-height: 24px;
  max-height: 24px;
  min-width: 24px;
  max-width: 24px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCC00" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CCCC00" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
  background-repeat: no-repeat;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: 0 0;
}

.hx_tree_icon:hover{
  cursor: pointer; 
}

/* Inherited row */
.hx_tree_icon.inherited{
  color: hsla(330, 2%, 43%, 0.5);
  opacity: 0.3;
  filter: grayscale(100%);
}

.hx_tree_icon.inherited > span{
  color: hsla(330, 2%, 40%, 1);
}

.hx_tree_label.inherited > span{
  color: hsla(330, 2%, 60%, 1);
}

.hx_tree_label.inherited_container > span{
  color: hsla(330, 2%, 60%, 1);
}

/* Increment */
.hx_tree_item.increment > .hx_tree_row > .hx_tree_icon {
  border: solid 0.5px #FFA50035;
  border-radius: 16px;
  background-color: #FFFF0035;
}

/*
.hx_tree_item.increment > .hx_tree_row > .hx_tree_label {
  box-shadow: inset 0px -3px #CCAA0035;
}
*/

/* Form row */
.form > .hx_tree_row{
  font-weight: 700;
}

.form > .hx_tree_row > .hx_tree_button{
  display: inline;
}  

/* Drag & Drop destination row */
.hx_tree_row.drop{
  width: 90%;
  border: 1px solid #00CCFF;
  border-radius: 5px;
}

/* Selected row */
.hx_tree_label.selected{
  font-weight: 800;
}  

/* Active node IDs */
.hx_tree_label.active > span:nth-child(1){
  font-weight: 700;
}

/*
.form > .hx_tree_row > .hx_tree_button{
  display: inline;
}  
*/

/* Hover row */
.hx_tree_row:hover{
  font-weight: 700;
}

.list_row .hx_tree_row:hover{
  font-weight: 400;
}

.hx_tree_row:hover > .hx_tree_button{
  display: inline;
}

/* Tree row tail */
.hx_tree_tail:hover{
  cursor: pointer;
}

/* --- Tree search --- */
.hx_tree_search_input{
  display: none;
  min-height: 24px;
  max-height: 24px;
  width: calc(100% / 4);
  border-radius: 5px;
  padding-left: 8px;
}

.hx_tree_search_input::placeholder{
  opacity: 0.5;
}

/* Search input visible if value or hover */
.hx_tree_search_input:not([value=""]),
.hx_tree_row:hover > .hx_tree_search_input{
  display: inline-block;
}

.hx_tree_search_input:focus{
  display: inline-block;
}

/* Tree search execute icon */
.hx_tree_search_execute{
  display: none;
  min-height: 24px;
  max-height: 24px;
  min-width: 24px;
  max-width: 24px;
  background-repeat: no-repeat;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: 0 0;
  margin-right: 8px;
}

/* Zobrazenie ikonky search execute */
.hx_tree_row:hover > .hx_tree_search_execute{
  display: inline-block;
}
.hx_tree_search_input:not([value=""]) ~ .hx_tree_search_execute,
.hx_tree_search_input:focus ~ .hx_tree_search_execute{
  display: inline-block;
}

/* Tree search cancel icon */
.hx_tree_search_cancel{
  display: none;
  min-height: 16px;
  max-height: 16px;
  min-width: 16px;
  max-width: 16px;
  background-repeat: no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: 0 0;
}

.hx_tree_search_cancel:hover{
  display: inline-block;
}

/* Zobrazenie cancel ikony ak input nie je prazdny */
.hx_tree_search_input:not([value=""]) ~ .hx_tree_search_cancel,
.hx_tree_search_input:focus ~ .hx_tree_search_cancel{
  display: inline-block;
}

/* Oznacenie search mark */
.hx_tree_label > span > mark{
  color: black;
  background-color: yellow; 
  padding: 0;
}

/* Wrap height */
.hx_wrap .hx_tree_label{
  max-height: none;
}

.hx_wrap .hx_tree_row{
  align-items: start;
}
/* Selected line v color: .blue */
.blue.hx_tree_label.selected, .blue.hx_tree_label:hover{
  color: #0044B2;
}

/* Tree buttons */
.blue.hx_tree_button.selected{
  border: 1px solid #0099FF;
  border-radius: 3px;
}

.blue.hx_tree_button:hover{
  border: 1px solid #0044B2;
  border-radius: 3px;
}

/* Selected tail */
.blue.selected.hx_tree_tail{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 24"> <line fill="none" stroke="%230099FF" stroke-linejoin="round" x1="0" y1="12" x2="32" y2="12"/> </svg> ');
  background-size: 32px 24px;
  background-position: 0 0;  
}

/* Tail circle */
.blue.selected.hx_tree_tail_end{
  display: inline;
  min-width: 7px;
  max-width: 7px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 24"> <circle fill="%230099FF" cx="3.5" cy="12" r="3.5"/> </svg> ');
  background-size: 7px 24px;
  background-position: 0 0;
}

/* Tree search */
.blue.hx_tree_search_input{
  border: 1px solid #0099FF;
}
/* Selected line v color: .lightBlue */
.lightBlue.hx_tree_label.selected, .lightBlue.hx_tree_label:hover{
  color: #2189a5;
}

/* Tree buttons */
.lightBlue.hx_tree_button.selected{
  border: 1px solid #33CCFF;
  border-radius: 3px;
}

.lightBlue.hx_tree_button:hover{
  border: 1px solid #2189a5;
  border-radius: 3px;
}

/* Selected tail */
.lightBlue.selected.hx_tree_tail{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 24"> <line fill="none" stroke="%2333CCFF" stroke-linejoin="round" x1="0" y1="12" x2="32" y2="12"/> </svg> ');
  background-size: 32px 24px;
  background-position: 0 0;  
}

/* Tail circle */
.lightBlue.selected.hx_tree_tail_end{
  display: inline;
  min-width: 7px;
  max-width: 7px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 24"> <circle fill="%2333CCFF" cx="3.5" cy="12" r="3.5"/> </svg> ');
  background-size: 7px 24px;
  background-position: 0 0;
}

/* Tree search */
.lightBlue.hx_tree_search_input{
  border: 1px solid #33CCFF;
}
/* Selected line v color: .green */
.green.hx_tree_label.selected, .green.hx_tree_label:hover{
  color: #21663c;
}

/* Tree buttons */
.green.hx_tree_button.selected{
  border: 1px solid #39b563;
  border-radius: 3px;
}

.green.hx_tree_button:hover{
  border: 1px solid #21663c;
  border-radius: 3px;
}

/* Selected tail */
.green.selected.hx_tree_tail{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 24"> <line fill="none" stroke="%2339b563" stroke-linejoin="round" x1="0" y1="12" x2="32" y2="12"/> </svg> ');
  background-size: 32px 24px;
  background-position: 0 0;  
}

/* Tail circle */
.green.selected.hx_tree_tail_end{
  display: inline;
  min-width: 7px;
  max-width: 7px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 24"> <circle fill="%2339b563" cx="3.5" cy="12" r="3.5"/> </svg> ');
  background-size: 7px 24px;
  background-position: 0 0;
}

/* Tree search */
.green.hx_tree_search_input{
  border: 1px solid #39b563;
}
/* Selected line v color: .lightGreen */
.lightGreen.hx_tree_label.selected, .lightGreen.hx_tree_label:hover{
  color: #009900;
}

/* Tree buttons */
.lightGreen.hx_tree_button.selected{
  border: 1px solid #00e500;
  border-radius: 3px;
}

.lightGreen.hx_tree_button:hover{
  border: 1px solid #009900;
  border-radius: 3px;
}

/* Selected tail */
.lightGreen.selected.hx_tree_tail{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 24"> <line fill="none" stroke="%2300e500" stroke-linejoin="round" x1="0" y1="12" x2="32" y2="12"/> </svg> ');
  background-size: 32px 24px;
  background-position: 0 0;  
}

/* Tail circle */
.lightGreen.selected.hx_tree_tail_end{
  display: inline;
  min-width: 7px;
  max-width: 7px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 24"> <circle fill="%2300e500" cx="3.5" cy="12" r="3.5"/> </svg> ');
  background-size: 7px 24px;
  background-position: 0 0;
}

/* Tree search */
.lightGreen.hx_tree_search_input{
  border: 1px solid #00e500;
}
/* Selected line v color: .yellow */
.yellow.hx_tree_label.selected, .yellow.hx_tree_label:hover{
  color: #a58d00;
}

/* Tree buttons */
.yellow.hx_tree_button.selected{
  border: 1px solid #f9e100;
  border-radius: 3px;
}

.yellow.hx_tree_button:hover{
  border: 1px solid #a58d00;
  border-radius: 3px;
}

/* Selected tail */
.yellow.selected.hx_tree_tail{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 24"> <line fill="none" stroke="%23f9e100" stroke-linejoin="round" x1="0" y1="12" x2="32" y2="12"/> </svg> ');
  background-size: 32px 24px;
  background-position: 0 0;  
}

/* Tail circle */
.yellow.selected.hx_tree_tail_end{
  display: inline;
  min-width: 7px;
  max-width: 7px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 24"> <circle fill="%23f9e100" cx="3.5" cy="12" r="3.5"/> </svg> ');
  background-size: 7px 24px;
  background-position: 0 0;
}

/* Tree search */
.yellow.hx_tree_search_input{
  border: 1px solid #f9e100;
}
/* Selected line v color: .purple */
.purple.hx_tree_label.selected, .purple.hx_tree_label:hover{
  color: #990099;
}

/* Tree buttons */
.purple.hx_tree_button.selected{
  border: 1px solid #FF99FF;
  border-radius: 3px;
}

.purple.hx_tree_button:hover{
  border: 1px solid #990099;
  border-radius: 3px;
}

/* Selected tail */
.purple.selected.hx_tree_tail{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 24"> <line fill="none" stroke="%23FF99FF" stroke-linejoin="round" x1="0" y1="12" x2="32" y2="12"/> </svg> ');
  background-size: 32px 24px;
  background-position: 0 0;  
}

/* Tail circle */
.purple.selected.hx_tree_tail_end{
  display: inline;
  min-width: 7px;
  max-width: 7px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 24"> <circle fill="%23FF99FF" cx="3.5" cy="12" r="3.5"/> </svg> ');
  background-size: 7px 24px;
  background-position: 0 0;
}

/* Tree search */
.purple.hx_tree_search_input{
  border: 1px solid #FF99FF;
}
/* Selected line v color: .grey */
.grey.hx_tree_label.selected, .grey.hx_tree_label:hover{
  color: #676767;
}

/* Tree buttons */
.grey.hx_tree_button.selected{
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}

.grey.hx_tree_button:hover{
  border: 1px solid #676767;
  border-radius: 3px;
}

/* Selected tail */
.grey.selected.hx_tree_tail{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 24"> <line fill="none" stroke="%23CCCCCC" stroke-linejoin="round" x1="0" y1="12" x2="32" y2="12"/> </svg> ');
  background-size: 32px 24px;
  background-position: 0 0;  
}

/* Tail circle */
.grey.selected.hx_tree_tail_end{
  display: inline;
  min-width: 7px;
  max-width: 7px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 24"> <circle fill="%23CCCCCC" cx="3.5" cy="12" r="3.5"/> </svg> ');
  background-size: 7px 24px;
  background-position: 0 0;
}

/* Tree search */
.grey.hx_tree_search_input{
  border: 1px solid #CCCCCC;
}
/* Selected line v color: .orange */
.orange.hx_tree_label.selected, .orange.hx_tree_label:hover{
  color: #a56600;
}

/* Tree buttons */
.orange.hx_tree_button.selected{
  border: 1px solid #ffbc00;
  border-radius: 3px;
}

.orange.hx_tree_button:hover{
  border: 1px solid #a56600;
  border-radius: 3px;
}

/* Selected tail */
.orange.selected.hx_tree_tail{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 24"> <line fill="none" stroke="%23ffbc00" stroke-linejoin="round" x1="0" y1="12" x2="32" y2="12"/> </svg> ');
  background-size: 32px 24px;
  background-position: 0 0;  
}

/* Tail circle */
.orange.selected.hx_tree_tail_end{
  display: inline;
  min-width: 7px;
  max-width: 7px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 24"> <circle fill="%23ffbc00" cx="3.5" cy="12" r="3.5"/> </svg> ');
  background-size: 7px 24px;
  background-position: 0 0;
}

/* Tree search */
.orange.hx_tree_search_input{
  border: 1px solid #ffbc00;
}
/* Selected line v color: .red */
.red.hx_tree_label.selected, .red.hx_tree_label:hover{
  color: #990000;
}

/* Tree buttons */
.red.hx_tree_button.selected{
  border: 1px solid #FF0000;
  border-radius: 3px;
}

.red.hx_tree_button:hover{
  border: 1px solid #990000;
  border-radius: 3px;
}

/* Selected tail */
.red.selected.hx_tree_tail{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 24"> <line fill="none" stroke="%23FF0000" stroke-linejoin="round" x1="0" y1="12" x2="32" y2="12"/> </svg> ');
  background-size: 32px 24px;
  background-position: 0 0;  
}

/* Tail circle */
.red.selected.hx_tree_tail_end{
  display: inline;
  min-width: 7px;
  max-width: 7px;
  min-height: 24px;
  max-height: 24px;
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 24"> <circle fill="%23FF0000" cx="3.5" cy="12" r="3.5"/> </svg> ');
  background-size: 7px 24px;
  background-position: 0 0;
}

/* Tree search */
.red.hx_tree_search_input{
  border: 1px solid #FF0000;
}



/* Deprecated row */
.hx_tree_label.deprecated{
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 24">  <line    stroke="rgb(255, 0, 0)"     stroke-opacity=".7"    x1="0" y1="20"    x2="8" y2="20"    /></svg>');
  background-repeat: repeat-x;
  -webkit-background-size: 8px 24px;
  background-size: 8px 24px;
  background-position: 0 0;  
}

/* Invalid row */
.hx_tree_label.invalid{
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 24">  <line    stroke="rgb(255, 0, 0)"     stroke-opacity=".7"    stroke-width="1.5"    x1="0" y1="13.5"    x2="8" y2="13.5"    /></svg>');
  background-repeat: repeat-x;
  -webkit-background-size: 8px 24px;
  background-size: 8px 24px;
  background-position: 0 0;  
}

/* Required item */
.hx_tree_label.required::after{
  content:"*";
  color:red;
  margin-left: -2px; 
}

/* Localized item */
.hx_tree_label.localized::after{
  content:"*";
  color:blue;
  margin-left: -2px; 
}


.xstooltip{
/*  z-index: 100; */
/*  display: none; */
}

.hx_tree_hint.xstooltip{
  display: none;
  position: absolute;
  margin-top: -4px;
  margin-left: 16px; 
	padding: 16px;
	min-width: 25vw;
	max-width: 75vw;
	min-height: 15vh;
	max-height: 75vh;
	transition: box-shadow 0.2s;
	resize: both;
  overflow: auto;
  border: #00CCFF solid 1px;
  border-radius: 5px;
  background-color: white;
}

.hx_tree_hint{
  line-height: 16px;
}

/*
.hx_tree_hint.xstooltip td{
	overflow: auto;
	background-color: lightgrey;
}
*/



.hx_tree_search{
  display: none;
  height: 24px;
  width: 25%;
  min-width: 75px;
  max-width: 70%;
  margin-left: 4px;
  margin-right: 2px;
}

/* Focus & hover */
.hx_tree_row:hover > .hx_tree_search{
  display: inline;
}

.form > .hx_tree_row > .hx_tree_search{
  display: inline;
}  
/* Linka v danej farbe */
.blue.hx_tree_search:focus{
  display: inline;
  box-shadow: 0 0 0 1px #0099FF inset;
  border-color: #0099FF;
  -webkit-box-shadow: 0 0 0 1px #0099FF inset;
}
/* Linka v danej farbe */
.lightBlue.hx_tree_search:focus{
  display: inline;
  box-shadow: 0 0 0 1px #33CCFF inset;
  border-color: #33CCFF;
  -webkit-box-shadow: 0 0 0 1px #33CCFF inset;
}
/* Linka v danej farbe */
.green.hx_tree_search:focus{
  display: inline;
  box-shadow: 0 0 0 1px #39b563 inset;
  border-color: #39b563;
  -webkit-box-shadow: 0 0 0 1px #39b563 inset;
}
/* Linka v danej farbe */
.lightGreen.hx_tree_search:focus{
  display: inline;
  box-shadow: 0 0 0 1px #00e500 inset;
  border-color: #00e500;
  -webkit-box-shadow: 0 0 0 1px #00e500 inset;
}
/* Linka v danej farbe */
.yellow.hx_tree_search:focus{
  display: inline;
  box-shadow: 0 0 0 1px #f9e100 inset;
  border-color: #f9e100;
  -webkit-box-shadow: 0 0 0 1px #f9e100 inset;
}
/* Linka v danej farbe */
.purple.hx_tree_search:focus{
  display: inline;
  box-shadow: 0 0 0 1px #FF99FF inset;
  border-color: #FF99FF;
  -webkit-box-shadow: 0 0 0 1px #FF99FF inset;
}
/* Linka v danej farbe */
.grey.hx_tree_search:focus{
  display: inline;
  box-shadow: 0 0 0 1px #CCCCCC inset;
  border-color: #CCCCCC;
  -webkit-box-shadow: 0 0 0 1px #CCCCCC inset;
}
/* Linka v danej farbe */
.orange.hx_tree_search:focus{
  display: inline;
  box-shadow: 0 0 0 1px #ffbc00 inset;
  border-color: #ffbc00;
  -webkit-box-shadow: 0 0 0 1px #ffbc00 inset;
}
/* Linka v danej farbe */
.red.hx_tree_search:focus{
  display: inline;
  box-shadow: 0 0 0 1px #FF0000 inset;
  border-color: #FF0000;
  -webkit-box-shadow: 0 0 0 1px #FF0000 inset;
}


.blue.icon-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%23003399" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%23676767" d="M16.038,14.792V2L3.331,7.554L16.038,14.792z"/> <path fill="%23999999" d="M27.822,15.436l2.004-1.5l-1.079-6.381l-9.911,5.645l-2.796,1.593l2.231,7.819L27.822,15.436z"/> <path fill="%23333333" d="M2,15.857l2.196-0.927L3.331,7.554L2,15.857z"/> <path fill="%23CCCCCC" d="M28.746,7.554L16.038,2l0,8.653l0,4.139L28.746,7.554z"/> </svg>');
}
.blue.icon-module.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%23003399" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%230099FF" d="M16.038,2L3.331,7.554l12.708,7.237l12.708-7.237L16.038,2z"/> </svg> ');
}
.blue.icon-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230099FF" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%23003399" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%230044B2" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.blue.icon-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%23003399" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%230044B2" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%230099FF" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.blue.icon-submodule{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%23003399" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg> ');
}
.blue.icon-submodule.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%23003399" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%230099FF" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.blue.icon-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%230044B2" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%23003399" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.blue.icon-code.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M16,25.292l7.59-5.75l1.093-9.315L16,15.172V25.292z"/> <path fill="%23003399" d="M8.41,19.542l7.59,5.75v-10.12l-8.682-4.945L8.41,19.542z"/> <path fill="%230099FF" d="M24.683,10.227L16,6.432l-8.682,3.795L16,15.172L24.683,10.227z"/> <path fill="%23676767" d="M5.702,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561c-1.722,0.045-2.583,0.79-2.583,2.235v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.728,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5S28.11,17.9,28.11,18.679v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> </svg> ');
}
.blue.icon-operation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23003399" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23003399" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23003399" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23003399" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="0.7412" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230099FF"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%230044B2" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="0.7412" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230099FF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%230044B2" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%230099FF" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%230099FF" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.blue.icon-operation-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.blue.icon-operation-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.013,14.994V4.76L5.847,9.204L16.013,14.994z"/> <path fill="%23333333" d="M4.783,15.846l1.847-0.779L5.847,9.204L4.783,15.846z"/> <path fill="%23CCCCCC" d="M26.179,9.204L16.013,4.76l0,6.922l0,3.311L26.179,9.204z"/> <path fill="%23999999" d="M14.159,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.805,28.122,14.472,27.951,14.159,27.962z"/> <polygon fill="%23676767" points="16.986,26.442 16.935,4.966 16.004,4.377 16.115,28.065 17.003,27.638 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3155" y1="31.1135" x2="16.3155" y2="26.442"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.814,26.912c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.273,27.458,18.065,27.162,17.814,26.912"/> <path fill="%23999999" d="M16.013,5.188l-0.837,0.094l0.119,21.955l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 L16.013,5.188z"/> <path fill="%230044B2" d="M16.013,26.843L24.9,20.11l1.279-10.907l-10.166,5.79V26.843z"/> <path fill="%23003399" d="M7.126,20.11l8.887,6.732V14.994L5.847,9.204L7.126,20.11z"/> <path fill="%23999999" d="M25.44,15.509l1.603-1.2l-0.864-5.105L18.25,13.72l-2.237,1.274l1.785,6.255L25.44,15.509z"/> <path fill="%23999999" d="M14.526,2.485c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.691,2.639,14.612,2.559,14.526,2.485"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.0593" y1="5.9092" x2="16.0593" y2="0.8535"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.011,0.888c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.393,1.039,17.205,0.939,17.011,0.888"/> </svg>');
}
.blue.icon-operation-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M16.036,26.842l8.887-6.732l1.279-10.907l-10.166,5.79V26.842z"/> <path fill="%23003399" d="M7.149,20.11l8.887,6.732V14.993L5.87,9.203L7.149,20.11z"/> <path fill="%230099FF" d="M16.036,4.76L5.87,9.203l10.166,5.79l10.166-5.79L16.036,4.76z"/> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <polygon fill="%23676767" points="16.984,26.441 16.966,26.072 16.036,26.842 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,26.842l-0.763-0.578l0.019,0.971l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,26.842z" /> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.blue.icon-operation-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polyline fill="%230099FF" points="21.29,12.247 24.204,8.447 21.075,2.564 13.376,3.818 10.743,7.015 10.743,7.015 10.745,7.015 21.29,12.247 "/> <path fill="%230099FF" d="M21.268,13.651l0.022-0.012L10.822,8.327L8.69,9.112l10.048,5.857L21.268,13.651z"/> <polygon fill="%230044B2" points="10.222,9.247 10.781,9.041 19.858,13.647 18.756,14.221 "/> <polyline fill="%230044B2" points="21.292,13.637 21.292,13.639 21.268,13.651 18.738,14.969 19.598,26.559 21.56,25.192 22.325,13.091 21.292,13.637 "/> <polyline fill="%23003399" points="21.292,12.249 21.29,12.247 10.745,7.015 10.822,8.327 21.29,13.639 21.292,13.637 21.292,12.249 "/> <polyline fill="%230044B2" points="21.29,12.247 21.292,12.249 21.292,13.637 22.325,13.091 24.701,9.376 24.204,8.447 21.29,12.247 "/> <polyline fill="%23003399" points="18.738,14.969 8.69,9.112 10.502,20.104 19.598,26.559 18.738,14.969 "/> <polygon fill="%23676767" points="16.933,3.12 16.002,2.531 16.113,12.681 17.001,13.198 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,12.208 16.113,12.681 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.blue.icon-operation-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polygon fill="%230099FF" points="8.748,7.424 19.242,12.985 22.714,11.214 12.15,6.13 "/> <polygon fill="%230044B2" points="19.9,26.094 21.862,24.727 22.626,12.626 20.379,13.814 20.237,17.432 "/> <polygon fill="%23003399" points="9.129,12.066 10.393,13.808 13.864,18.594 19.107,18.087 19.242,12.985 8.748,7.424 "/> <polygon fill="%230044B2" points="22.626,12.626 22.714,11.214 19.242,12.985 19.107,18.087 20.237,17.432 20.379,13.814 "/> <polygon fill="%230099FF" points="20.237,17.432 19.107,18.087 13.864,18.594 10.393,13.808 10.803,19.639 19.9,26.094 "/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg>');
}
.blue.icon-operation-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23003399" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23003399" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%230044B2" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3481" y1="5.0794" x2="11.1136" y2="1.2091"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="0.6157" style="stop-color:%230099FF"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%230044B2" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23003399" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%230099FF" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.blue.icon-operation-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23003399" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23003399" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%230044B2" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%230044B2" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="0.6157" style="stop-color:%230099FF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%230044B2" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23003399" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%230099FF" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%230099FF" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.blue.icon-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%23003399" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%230044B2" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polyline fill="%23999999" points="28.747,9.397 15.99,16.69 18.259,24.083 30.031,15.537 28.747,9.397 "/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> <path fill="%230044B2" d="M3.332,9.397l-0.549,8.462l5.029-2.68C7.812,15.178,3.922,10.158,3.332,9.397z"/> </svg> ');
}
.blue.icon-config.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23003399" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%230099FF" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%230044B2" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.blue.icon-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%23003399" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%230044B2" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> </svg> ');
}
.blue.icon-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23003399" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%230099FF" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%230044B2" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.blue.icon-change-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%230044B2" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%23003399" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%230099FF" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.blue.icon-change-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%230044B2" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%23003399" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%230099FF" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.blue.icon-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%230044B2" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%230044B2" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%230044B2" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%230044B2" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%23003399" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%23003399" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%23003399" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%23003399" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%230099FF" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%230099FF" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%230099FF" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%230099FF" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.blue.icon-unknown{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCC00" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CCCC00" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.blue.icon-error{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CC0000" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.blue.icon-exception{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%230099FF" points="11.409,11.837 11.409,6.085 18.645,6.085 18.645,11.837 17.04,19.465 13.044,19.465 "/> <ellipse fill="%230099FF" cx="14.815" cy="24.113" rx="3.527" ry="3.163"/> </svg>');
}
.blue.icon-placeholder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%230099FF" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%230044B2" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23003399" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.blue.icon-definition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%230099FF" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%230044B2" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23003399" d="M4.926,21.188l11.109,8.416V14.792L3.327,7.555L4.926,21.188z"/> </svg> ');
}
.lightBlue.icon-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%23269FBF" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%23676767" d="M16.038,14.792V2L3.331,7.554L16.038,14.792z"/> <path fill="%23999999" d="M27.822,15.436l2.004-1.5l-1.079-6.381l-9.911,5.645l-2.796,1.593l2.231,7.819L27.822,15.436z"/> <path fill="%23333333" d="M2,15.857l2.196-0.927L3.331,7.554L2,15.857z"/> <path fill="%23CCCCCC" d="M28.746,7.554L16.038,2l0,8.653l0,4.139L28.746,7.554z"/> </svg>');
}
.lightBlue.icon-module.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%23269FBF" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%2333CCFF" d="M16.038,2L3.331,7.554l12.708,7.237l12.708-7.237L16.038,2z"/> </svg> ');
}
.lightBlue.icon-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2333CCFF" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%23269FBF" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%232189a5" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.lightBlue.icon-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%23269FBF" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%232189a5" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%2333CCFF" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.lightBlue.icon-submodule{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%23269FBF" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg> ');
}
.lightBlue.icon-submodule.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%23269FBF" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%2333CCFF" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.lightBlue.icon-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%232189a5" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%23269FBF" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.lightBlue.icon-code.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M16,25.292l7.59-5.75l1.093-9.315L16,15.172V25.292z"/> <path fill="%23269FBF" d="M8.41,19.542l7.59,5.75v-10.12l-8.682-4.945L8.41,19.542z"/> <path fill="%2333CCFF" d="M24.683,10.227L16,6.432l-8.682,3.795L16,15.172L24.683,10.227z"/> <path fill="%23676767" d="M5.702,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561c-1.722,0.045-2.583,0.79-2.583,2.235v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.728,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5S28.11,17.9,28.11,18.679v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> </svg> ');
}
.lightBlue.icon-operation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23269FBF" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23269FBF" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23269FBF" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23269FBF" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="0.7412" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%2333CCFF"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%232189a5" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="0.7412" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%2333CCFF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%232189a5" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%2333CCFF" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%2333CCFF" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.lightBlue.icon-operation-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.lightBlue.icon-operation-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.013,14.994V4.76L5.847,9.204L16.013,14.994z"/> <path fill="%23333333" d="M4.783,15.846l1.847-0.779L5.847,9.204L4.783,15.846z"/> <path fill="%23CCCCCC" d="M26.179,9.204L16.013,4.76l0,6.922l0,3.311L26.179,9.204z"/> <path fill="%23999999" d="M14.159,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.805,28.122,14.472,27.951,14.159,27.962z"/> <polygon fill="%23676767" points="16.986,26.442 16.935,4.966 16.004,4.377 16.115,28.065 17.003,27.638 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3155" y1="31.1135" x2="16.3155" y2="26.442"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.814,26.912c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.273,27.458,18.065,27.162,17.814,26.912"/> <path fill="%23999999" d="M16.013,5.188l-0.837,0.094l0.119,21.955l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 L16.013,5.188z"/> <path fill="%232189a5" d="M16.013,26.843L24.9,20.11l1.279-10.907l-10.166,5.79V26.843z"/> <path fill="%23269FBF" d="M7.126,20.11l8.887,6.732V14.994L5.847,9.204L7.126,20.11z"/> <path fill="%23999999" d="M25.44,15.509l1.603-1.2l-0.864-5.105L18.25,13.72l-2.237,1.274l1.785,6.255L25.44,15.509z"/> <path fill="%23999999" d="M14.526,2.485c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.691,2.639,14.612,2.559,14.526,2.485"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.0593" y1="5.9092" x2="16.0593" y2="0.8535"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.011,0.888c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.393,1.039,17.205,0.939,17.011,0.888"/> </svg>');
}
.lightBlue.icon-operation-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M16.036,26.842l8.887-6.732l1.279-10.907l-10.166,5.79V26.842z"/> <path fill="%23269FBF" d="M7.149,20.11l8.887,6.732V14.993L5.87,9.203L7.149,20.11z"/> <path fill="%2333CCFF" d="M16.036,4.76L5.87,9.203l10.166,5.79l10.166-5.79L16.036,4.76z"/> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <polygon fill="%23676767" points="16.984,26.441 16.966,26.072 16.036,26.842 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,26.842l-0.763-0.578l0.019,0.971l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,26.842z" /> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.lightBlue.icon-operation-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polyline fill="%2333CCFF" points="21.29,12.247 24.204,8.447 21.075,2.564 13.376,3.818 10.743,7.015 10.743,7.015 10.745,7.015 21.29,12.247 "/> <path fill="%2333CCFF" d="M21.268,13.651l0.022-0.012L10.822,8.327L8.69,9.112l10.048,5.857L21.268,13.651z"/> <polygon fill="%232189a5" points="10.222,9.247 10.781,9.041 19.858,13.647 18.756,14.221 "/> <polyline fill="%232189a5" points="21.292,13.637 21.292,13.639 21.268,13.651 18.738,14.969 19.598,26.559 21.56,25.192 22.325,13.091 21.292,13.637 "/> <polyline fill="%23269FBF" points="21.292,12.249 21.29,12.247 10.745,7.015 10.822,8.327 21.29,13.639 21.292,13.637 21.292,12.249 "/> <polyline fill="%232189a5" points="21.29,12.247 21.292,12.249 21.292,13.637 22.325,13.091 24.701,9.376 24.204,8.447 21.29,12.247 "/> <polyline fill="%23269FBF" points="18.738,14.969 8.69,9.112 10.502,20.104 19.598,26.559 18.738,14.969 "/> <polygon fill="%23676767" points="16.933,3.12 16.002,2.531 16.113,12.681 17.001,13.198 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,12.208 16.113,12.681 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.lightBlue.icon-operation-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polygon fill="%2333CCFF" points="8.748,7.424 19.242,12.985 22.714,11.214 12.15,6.13 "/> <polygon fill="%232189a5" points="19.9,26.094 21.862,24.727 22.626,12.626 20.379,13.814 20.237,17.432 "/> <polygon fill="%23269FBF" points="9.129,12.066 10.393,13.808 13.864,18.594 19.107,18.087 19.242,12.985 8.748,7.424 "/> <polygon fill="%232189a5" points="22.626,12.626 22.714,11.214 19.242,12.985 19.107,18.087 20.237,17.432 20.379,13.814 "/> <polygon fill="%2333CCFF" points="20.237,17.432 19.107,18.087 13.864,18.594 10.393,13.808 10.803,19.639 19.9,26.094 "/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg>');
}
.lightBlue.icon-operation-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23269FBF" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23269FBF" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%232189a5" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3481" y1="5.0794" x2="11.1136" y2="1.2091"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="0.6157" style="stop-color:%2333CCFF"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%232189a5" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23269FBF" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%2333CCFF" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.lightBlue.icon-operation-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23269FBF" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23269FBF" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%232189a5" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%232189a5" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="0.6157" style="stop-color:%2333CCFF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%232189a5" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23269FBF" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%2333CCFF" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%2333CCFF" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.lightBlue.icon-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%23269FBF" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%232189a5" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polyline fill="%23999999" points="28.747,9.397 15.99,16.69 18.259,24.083 30.031,15.537 28.747,9.397 "/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> <path fill="%232189a5" d="M3.332,9.397l-0.549,8.462l5.029-2.68C7.812,15.178,3.922,10.158,3.332,9.397z"/> </svg> ');
}
.lightBlue.icon-config.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23269FBF" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%2333CCFF" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%232189a5" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.lightBlue.icon-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%23269FBF" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%232189a5" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> </svg> ');
}
.lightBlue.icon-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23269FBF" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%2333CCFF" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%232189a5" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.lightBlue.icon-change-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%232189a5" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%23269FBF" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%2333CCFF" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.lightBlue.icon-change-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%232189a5" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%23269FBF" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%2333CCFF" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.lightBlue.icon-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%232189a5" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%232189a5" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%232189a5" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%232189a5" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%23269FBF" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%23269FBF" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%23269FBF" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%23269FBF" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%2333CCFF" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%2333CCFF" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%2333CCFF" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%2333CCFF" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.lightBlue.icon-unknown{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCC00" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CCCC00" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.lightBlue.icon-error{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CC0000" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.lightBlue.icon-exception{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2333CCFF" points="11.409,11.837 11.409,6.085 18.645,6.085 18.645,11.837 17.04,19.465 13.044,19.465 "/> <ellipse fill="%2333CCFF" cx="14.815" cy="24.113" rx="3.527" ry="3.163"/> </svg>');
}
.lightBlue.icon-placeholder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%2333CCFF" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%232189a5" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23269FBF" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.lightBlue.icon-definition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%2333CCFF" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%232189a5" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23269FBF" d="M4.926,21.188l11.109,8.416V14.792L3.327,7.555L4.926,21.188z"/> </svg> ');
}
.green.icon-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%232f8c51" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%23676767" d="M16.038,14.792V2L3.331,7.554L16.038,14.792z"/> <path fill="%23999999" d="M27.822,15.436l2.004-1.5l-1.079-6.381l-9.911,5.645l-2.796,1.593l2.231,7.819L27.822,15.436z"/> <path fill="%23333333" d="M2,15.857l2.196-0.927L3.331,7.554L2,15.857z"/> <path fill="%23CCCCCC" d="M28.746,7.554L16.038,2l0,8.653l0,4.139L28.746,7.554z"/> </svg>');
}
.green.icon-module.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%232f8c51" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%2339b563" d="M16.038,2L3.331,7.554l12.708,7.237l12.708-7.237L16.038,2z"/> </svg> ');
}
.green.icon-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2339b563" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%232f8c51" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%2321663c" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.green.icon-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%232f8c51" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%2321663c" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%2339b563" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.green.icon-submodule{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%232f8c51" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg> ');
}
.green.icon-submodule.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%232f8c51" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%2339b563" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.green.icon-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%2321663c" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%232f8c51" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.green.icon-code.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M16,25.292l7.59-5.75l1.093-9.315L16,15.172V25.292z"/> <path fill="%232f8c51" d="M8.41,19.542l7.59,5.75v-10.12l-8.682-4.945L8.41,19.542z"/> <path fill="%2339b563" d="M24.683,10.227L16,6.432l-8.682,3.795L16,15.172L24.683,10.227z"/> <path fill="%23676767" d="M5.702,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561c-1.722,0.045-2.583,0.79-2.583,2.235v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.728,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5S28.11,17.9,28.11,18.679v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> </svg> ');
}
.green.icon-operation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232f8c51" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%232f8c51" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%232f8c51" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%232f8c51" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="0.7412" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2339b563"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%2321663c" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="0.7412" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2339b563"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%2321663c" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%2339b563" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%2339b563" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.green.icon-operation-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.green.icon-operation-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.013,14.994V4.76L5.847,9.204L16.013,14.994z"/> <path fill="%23333333" d="M4.783,15.846l1.847-0.779L5.847,9.204L4.783,15.846z"/> <path fill="%23CCCCCC" d="M26.179,9.204L16.013,4.76l0,6.922l0,3.311L26.179,9.204z"/> <path fill="%23999999" d="M14.159,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.805,28.122,14.472,27.951,14.159,27.962z"/> <polygon fill="%23676767" points="16.986,26.442 16.935,4.966 16.004,4.377 16.115,28.065 17.003,27.638 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3155" y1="31.1135" x2="16.3155" y2="26.442"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.814,26.912c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.273,27.458,18.065,27.162,17.814,26.912"/> <path fill="%23999999" d="M16.013,5.188l-0.837,0.094l0.119,21.955l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 L16.013,5.188z"/> <path fill="%2321663c" d="M16.013,26.843L24.9,20.11l1.279-10.907l-10.166,5.79V26.843z"/> <path fill="%232f8c51" d="M7.126,20.11l8.887,6.732V14.994L5.847,9.204L7.126,20.11z"/> <path fill="%23999999" d="M25.44,15.509l1.603-1.2l-0.864-5.105L18.25,13.72l-2.237,1.274l1.785,6.255L25.44,15.509z"/> <path fill="%23999999" d="M14.526,2.485c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.691,2.639,14.612,2.559,14.526,2.485"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.0593" y1="5.9092" x2="16.0593" y2="0.8535"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.011,0.888c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.393,1.039,17.205,0.939,17.011,0.888"/> </svg>');
}
.green.icon-operation-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M16.036,26.842l8.887-6.732l1.279-10.907l-10.166,5.79V26.842z"/> <path fill="%232f8c51" d="M7.149,20.11l8.887,6.732V14.993L5.87,9.203L7.149,20.11z"/> <path fill="%2339b563" d="M16.036,4.76L5.87,9.203l10.166,5.79l10.166-5.79L16.036,4.76z"/> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <polygon fill="%23676767" points="16.984,26.441 16.966,26.072 16.036,26.842 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,26.842l-0.763-0.578l0.019,0.971l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,26.842z" /> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.green.icon-operation-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polyline fill="%2339b563" points="21.29,12.247 24.204,8.447 21.075,2.564 13.376,3.818 10.743,7.015 10.743,7.015 10.745,7.015 21.29,12.247 "/> <path fill="%2339b563" d="M21.268,13.651l0.022-0.012L10.822,8.327L8.69,9.112l10.048,5.857L21.268,13.651z"/> <polygon fill="%2321663c" points="10.222,9.247 10.781,9.041 19.858,13.647 18.756,14.221 "/> <polyline fill="%2321663c" points="21.292,13.637 21.292,13.639 21.268,13.651 18.738,14.969 19.598,26.559 21.56,25.192 22.325,13.091 21.292,13.637 "/> <polyline fill="%232f8c51" points="21.292,12.249 21.29,12.247 10.745,7.015 10.822,8.327 21.29,13.639 21.292,13.637 21.292,12.249 "/> <polyline fill="%2321663c" points="21.29,12.247 21.292,12.249 21.292,13.637 22.325,13.091 24.701,9.376 24.204,8.447 21.29,12.247 "/> <polyline fill="%232f8c51" points="18.738,14.969 8.69,9.112 10.502,20.104 19.598,26.559 18.738,14.969 "/> <polygon fill="%23676767" points="16.933,3.12 16.002,2.531 16.113,12.681 17.001,13.198 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,12.208 16.113,12.681 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.green.icon-operation-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polygon fill="%2339b563" points="8.748,7.424 19.242,12.985 22.714,11.214 12.15,6.13 "/> <polygon fill="%2321663c" points="19.9,26.094 21.862,24.727 22.626,12.626 20.379,13.814 20.237,17.432 "/> <polygon fill="%232f8c51" points="9.129,12.066 10.393,13.808 13.864,18.594 19.107,18.087 19.242,12.985 8.748,7.424 "/> <polygon fill="%2321663c" points="22.626,12.626 22.714,11.214 19.242,12.985 19.107,18.087 20.237,17.432 20.379,13.814 "/> <polygon fill="%2339b563" points="20.237,17.432 19.107,18.087 13.864,18.594 10.393,13.808 10.803,19.639 19.9,26.094 "/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg>');
}
.green.icon-operation-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232f8c51" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%232f8c51" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%2321663c" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3481" y1="5.0794" x2="11.1136" y2="1.2091"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="0.6157" style="stop-color:%2339b563"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%2321663c" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%232f8c51" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%2339b563" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.green.icon-operation-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%232f8c51" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%232f8c51" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%2321663c" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%2321663c" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="0.6157" style="stop-color:%2339b563"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%2321663c" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%232f8c51" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%2339b563" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%2339b563" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.green.icon-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%232f8c51" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%2321663c" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polyline fill="%23999999" points="28.747,9.397 15.99,16.69 18.259,24.083 30.031,15.537 28.747,9.397 "/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> <path fill="%2321663c" d="M3.332,9.397l-0.549,8.462l5.029-2.68C7.812,15.178,3.922,10.158,3.332,9.397z"/> </svg> ');
}
.green.icon-config.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232f8c51" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%2339b563" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%2321663c" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.green.icon-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%232f8c51" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%2321663c" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> </svg> ');
}
.green.icon-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232f8c51" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%2339b563" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%2321663c" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.green.icon-change-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%2321663c" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%232f8c51" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%2339b563" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.green.icon-change-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%2321663c" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%232f8c51" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%2339b563" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.green.icon-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%2321663c" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%2321663c" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%2321663c" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%2321663c" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%232f8c51" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%232f8c51" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%232f8c51" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%232f8c51" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%2339b563" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%2339b563" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%2339b563" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%2339b563" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.green.icon-unknown{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCC00" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CCCC00" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.green.icon-error{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CC0000" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.green.icon-exception{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2339b563" points="11.409,11.837 11.409,6.085 18.645,6.085 18.645,11.837 17.04,19.465 13.044,19.465 "/> <ellipse fill="%2339b563" cx="14.815" cy="24.113" rx="3.527" ry="3.163"/> </svg>');
}
.green.icon-placeholder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%2339b563" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%2321663c" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%232f8c51" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.green.icon-definition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%2339b563" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%2321663c" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%232f8c51" d="M4.926,21.188l11.109,8.416V14.792L3.327,7.555L4.926,21.188z"/> </svg> ');
}
.lightGreen.icon-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%2300b200" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%23676767" d="M16.038,14.792V2L3.331,7.554L16.038,14.792z"/> <path fill="%23999999" d="M27.822,15.436l2.004-1.5l-1.079-6.381l-9.911,5.645l-2.796,1.593l2.231,7.819L27.822,15.436z"/> <path fill="%23333333" d="M2,15.857l2.196-0.927L3.331,7.554L2,15.857z"/> <path fill="%23CCCCCC" d="M28.746,7.554L16.038,2l0,8.653l0,4.139L28.746,7.554z"/> </svg>');
}
.lightGreen.icon-module.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%2300b200" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%2300e500" d="M16.038,2L3.331,7.554l12.708,7.237l12.708-7.237L16.038,2z"/> </svg> ');
}
.lightGreen.icon-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300e500" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%2300b200" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%23009900" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.lightGreen.icon-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%2300b200" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%23009900" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%2300e500" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.lightGreen.icon-submodule{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%2300b200" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg> ');
}
.lightGreen.icon-submodule.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%2300b200" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%2300e500" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.lightGreen.icon-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%23009900" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%2300b200" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.lightGreen.icon-code.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M16,25.292l7.59-5.75l1.093-9.315L16,15.172V25.292z"/> <path fill="%2300b200" d="M8.41,19.542l7.59,5.75v-10.12l-8.682-4.945L8.41,19.542z"/> <path fill="%2300e500" d="M24.683,10.227L16,6.432l-8.682,3.795L16,15.172L24.683,10.227z"/> <path fill="%23676767" d="M5.702,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561c-1.722,0.045-2.583,0.79-2.583,2.235v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.728,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5S28.11,17.9,28.11,18.679v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> </svg> ');
}
.lightGreen.icon-operation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300b200" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%2300b200" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%2300b200" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%2300b200" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="0.7412" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%2300e500"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23009900" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="0.7412" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%2300e500"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23009900" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%2300e500" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%2300e500" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.lightGreen.icon-operation-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.lightGreen.icon-operation-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.013,14.994V4.76L5.847,9.204L16.013,14.994z"/> <path fill="%23333333" d="M4.783,15.846l1.847-0.779L5.847,9.204L4.783,15.846z"/> <path fill="%23CCCCCC" d="M26.179,9.204L16.013,4.76l0,6.922l0,3.311L26.179,9.204z"/> <path fill="%23999999" d="M14.159,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.805,28.122,14.472,27.951,14.159,27.962z"/> <polygon fill="%23676767" points="16.986,26.442 16.935,4.966 16.004,4.377 16.115,28.065 17.003,27.638 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3155" y1="31.1135" x2="16.3155" y2="26.442"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.814,26.912c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.273,27.458,18.065,27.162,17.814,26.912"/> <path fill="%23999999" d="M16.013,5.188l-0.837,0.094l0.119,21.955l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 L16.013,5.188z"/> <path fill="%23009900" d="M16.013,26.843L24.9,20.11l1.279-10.907l-10.166,5.79V26.843z"/> <path fill="%2300b200" d="M7.126,20.11l8.887,6.732V14.994L5.847,9.204L7.126,20.11z"/> <path fill="%23999999" d="M25.44,15.509l1.603-1.2l-0.864-5.105L18.25,13.72l-2.237,1.274l1.785,6.255L25.44,15.509z"/> <path fill="%23999999" d="M14.526,2.485c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.691,2.639,14.612,2.559,14.526,2.485"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.0593" y1="5.9092" x2="16.0593" y2="0.8535"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.011,0.888c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.393,1.039,17.205,0.939,17.011,0.888"/> </svg>');
}
.lightGreen.icon-operation-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M16.036,26.842l8.887-6.732l1.279-10.907l-10.166,5.79V26.842z"/> <path fill="%2300b200" d="M7.149,20.11l8.887,6.732V14.993L5.87,9.203L7.149,20.11z"/> <path fill="%2300e500" d="M16.036,4.76L5.87,9.203l10.166,5.79l10.166-5.79L16.036,4.76z"/> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <polygon fill="%23676767" points="16.984,26.441 16.966,26.072 16.036,26.842 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,26.842l-0.763-0.578l0.019,0.971l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,26.842z" /> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.lightGreen.icon-operation-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polyline fill="%2300e500" points="21.29,12.247 24.204,8.447 21.075,2.564 13.376,3.818 10.743,7.015 10.743,7.015 10.745,7.015 21.29,12.247 "/> <path fill="%2300e500" d="M21.268,13.651l0.022-0.012L10.822,8.327L8.69,9.112l10.048,5.857L21.268,13.651z"/> <polygon fill="%23009900" points="10.222,9.247 10.781,9.041 19.858,13.647 18.756,14.221 "/> <polyline fill="%23009900" points="21.292,13.637 21.292,13.639 21.268,13.651 18.738,14.969 19.598,26.559 21.56,25.192 22.325,13.091 21.292,13.637 "/> <polyline fill="%2300b200" points="21.292,12.249 21.29,12.247 10.745,7.015 10.822,8.327 21.29,13.639 21.292,13.637 21.292,12.249 "/> <polyline fill="%23009900" points="21.29,12.247 21.292,12.249 21.292,13.637 22.325,13.091 24.701,9.376 24.204,8.447 21.29,12.247 "/> <polyline fill="%2300b200" points="18.738,14.969 8.69,9.112 10.502,20.104 19.598,26.559 18.738,14.969 "/> <polygon fill="%23676767" points="16.933,3.12 16.002,2.531 16.113,12.681 17.001,13.198 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,12.208 16.113,12.681 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.lightGreen.icon-operation-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polygon fill="%2300e500" points="8.748,7.424 19.242,12.985 22.714,11.214 12.15,6.13 "/> <polygon fill="%23009900" points="19.9,26.094 21.862,24.727 22.626,12.626 20.379,13.814 20.237,17.432 "/> <polygon fill="%2300b200" points="9.129,12.066 10.393,13.808 13.864,18.594 19.107,18.087 19.242,12.985 8.748,7.424 "/> <polygon fill="%23009900" points="22.626,12.626 22.714,11.214 19.242,12.985 19.107,18.087 20.237,17.432 20.379,13.814 "/> <polygon fill="%2300e500" points="20.237,17.432 19.107,18.087 13.864,18.594 10.393,13.808 10.803,19.639 19.9,26.094 "/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg>');
}
.lightGreen.icon-operation-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300b200" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%2300b200" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23009900" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3481" y1="5.0794" x2="11.1136" y2="1.2091"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="0.6157" style="stop-color:%2300e500"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23009900" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%2300b200" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%2300e500" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.lightGreen.icon-operation-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%2300b200" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%2300b200" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23009900" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23009900" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="0.6157" style="stop-color:%2300e500"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23009900" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%2300b200" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%2300e500" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%2300e500" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.lightGreen.icon-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%2300b200" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23009900" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polyline fill="%23999999" points="28.747,9.397 15.99,16.69 18.259,24.083 30.031,15.537 28.747,9.397 "/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> <path fill="%23009900" d="M3.332,9.397l-0.549,8.462l5.029-2.68C7.812,15.178,3.922,10.158,3.332,9.397z"/> </svg> ');
}
.lightGreen.icon-config.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300b200" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%2300e500" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%23009900" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.lightGreen.icon-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%2300b200" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23009900" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> </svg> ');
}
.lightGreen.icon-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300b200" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%2300e500" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%23009900" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.lightGreen.icon-change-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%23009900" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%2300b200" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%2300e500" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.lightGreen.icon-change-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%23009900" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%2300b200" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%2300e500" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.lightGreen.icon-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%23009900" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%23009900" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%23009900" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%23009900" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%2300b200" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%2300b200" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%2300b200" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%2300b200" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%2300e500" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%2300e500" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%2300e500" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%2300e500" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.lightGreen.icon-unknown{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCC00" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CCCC00" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.lightGreen.icon-error{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CC0000" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.lightGreen.icon-exception{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300e500" points="11.409,11.837 11.409,6.085 18.645,6.085 18.645,11.837 17.04,19.465 13.044,19.465 "/> <ellipse fill="%2300e500" cx="14.815" cy="24.113" rx="3.527" ry="3.163"/> </svg>');
}
.lightGreen.icon-placeholder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%2300e500" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%23009900" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%2300b200" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.lightGreen.icon-definition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%2300e500" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%23009900" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%2300b200" d="M4.926,21.188l11.109,8.416V14.792L3.327,7.555L4.926,21.188z"/> </svg> ');
}
.yellow.icon-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%23ccaa00" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%23676767" d="M16.038,14.792V2L3.331,7.554L16.038,14.792z"/> <path fill="%23999999" d="M27.822,15.436l2.004-1.5l-1.079-6.381l-9.911,5.645l-2.796,1.593l2.231,7.819L27.822,15.436z"/> <path fill="%23333333" d="M2,15.857l2.196-0.927L3.331,7.554L2,15.857z"/> <path fill="%23CCCCCC" d="M28.746,7.554L16.038,2l0,8.653l0,4.139L28.746,7.554z"/> </svg>');
}
.yellow.icon-module.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%23ccaa00" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%23f9e100" d="M16.038,2L3.331,7.554l12.708,7.237l12.708-7.237L16.038,2z"/> </svg> ');
}
.yellow.icon-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23f9e100" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%23ccaa00" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%23a58d00" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.yellow.icon-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%23ccaa00" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%23a58d00" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%23f9e100" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.yellow.icon-submodule{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%23ccaa00" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg> ');
}
.yellow.icon-submodule.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%23ccaa00" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%23f9e100" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.yellow.icon-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%23a58d00" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%23ccaa00" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.yellow.icon-code.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M16,25.292l7.59-5.75l1.093-9.315L16,15.172V25.292z"/> <path fill="%23ccaa00" d="M8.41,19.542l7.59,5.75v-10.12l-8.682-4.945L8.41,19.542z"/> <path fill="%23f9e100" d="M24.683,10.227L16,6.432l-8.682,3.795L16,15.172L24.683,10.227z"/> <path fill="%23676767" d="M5.702,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561c-1.722,0.045-2.583,0.79-2.583,2.235v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.728,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5S28.11,17.9,28.11,18.679v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> </svg> ');
}
.yellow.icon-operation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ccaa00" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23ccaa00" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23ccaa00" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23ccaa00" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="0.7412" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23f9e100"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23a58d00" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="0.7412" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23f9e100"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23a58d00" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23f9e100" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23f9e100" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.yellow.icon-operation-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.yellow.icon-operation-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.013,14.994V4.76L5.847,9.204L16.013,14.994z"/> <path fill="%23333333" d="M4.783,15.846l1.847-0.779L5.847,9.204L4.783,15.846z"/> <path fill="%23CCCCCC" d="M26.179,9.204L16.013,4.76l0,6.922l0,3.311L26.179,9.204z"/> <path fill="%23999999" d="M14.159,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.805,28.122,14.472,27.951,14.159,27.962z"/> <polygon fill="%23676767" points="16.986,26.442 16.935,4.966 16.004,4.377 16.115,28.065 17.003,27.638 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3155" y1="31.1135" x2="16.3155" y2="26.442"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.814,26.912c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.273,27.458,18.065,27.162,17.814,26.912"/> <path fill="%23999999" d="M16.013,5.188l-0.837,0.094l0.119,21.955l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 L16.013,5.188z"/> <path fill="%23a58d00" d="M16.013,26.843L24.9,20.11l1.279-10.907l-10.166,5.79V26.843z"/> <path fill="%23ccaa00" d="M7.126,20.11l8.887,6.732V14.994L5.847,9.204L7.126,20.11z"/> <path fill="%23999999" d="M25.44,15.509l1.603-1.2l-0.864-5.105L18.25,13.72l-2.237,1.274l1.785,6.255L25.44,15.509z"/> <path fill="%23999999" d="M14.526,2.485c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.691,2.639,14.612,2.559,14.526,2.485"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.0593" y1="5.9092" x2="16.0593" y2="0.8535"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.011,0.888c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.393,1.039,17.205,0.939,17.011,0.888"/> </svg>');
}
.yellow.icon-operation-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M16.036,26.842l8.887-6.732l1.279-10.907l-10.166,5.79V26.842z"/> <path fill="%23ccaa00" d="M7.149,20.11l8.887,6.732V14.993L5.87,9.203L7.149,20.11z"/> <path fill="%23f9e100" d="M16.036,4.76L5.87,9.203l10.166,5.79l10.166-5.79L16.036,4.76z"/> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <polygon fill="%23676767" points="16.984,26.441 16.966,26.072 16.036,26.842 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,26.842l-0.763-0.578l0.019,0.971l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,26.842z" /> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.yellow.icon-operation-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polyline fill="%23f9e100" points="21.29,12.247 24.204,8.447 21.075,2.564 13.376,3.818 10.743,7.015 10.743,7.015 10.745,7.015 21.29,12.247 "/> <path fill="%23f9e100" d="M21.268,13.651l0.022-0.012L10.822,8.327L8.69,9.112l10.048,5.857L21.268,13.651z"/> <polygon fill="%23a58d00" points="10.222,9.247 10.781,9.041 19.858,13.647 18.756,14.221 "/> <polyline fill="%23a58d00" points="21.292,13.637 21.292,13.639 21.268,13.651 18.738,14.969 19.598,26.559 21.56,25.192 22.325,13.091 21.292,13.637 "/> <polyline fill="%23ccaa00" points="21.292,12.249 21.29,12.247 10.745,7.015 10.822,8.327 21.29,13.639 21.292,13.637 21.292,12.249 "/> <polyline fill="%23a58d00" points="21.29,12.247 21.292,12.249 21.292,13.637 22.325,13.091 24.701,9.376 24.204,8.447 21.29,12.247 "/> <polyline fill="%23ccaa00" points="18.738,14.969 8.69,9.112 10.502,20.104 19.598,26.559 18.738,14.969 "/> <polygon fill="%23676767" points="16.933,3.12 16.002,2.531 16.113,12.681 17.001,13.198 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,12.208 16.113,12.681 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.yellow.icon-operation-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polygon fill="%23f9e100" points="8.748,7.424 19.242,12.985 22.714,11.214 12.15,6.13 "/> <polygon fill="%23a58d00" points="19.9,26.094 21.862,24.727 22.626,12.626 20.379,13.814 20.237,17.432 "/> <polygon fill="%23ccaa00" points="9.129,12.066 10.393,13.808 13.864,18.594 19.107,18.087 19.242,12.985 8.748,7.424 "/> <polygon fill="%23a58d00" points="22.626,12.626 22.714,11.214 19.242,12.985 19.107,18.087 20.237,17.432 20.379,13.814 "/> <polygon fill="%23f9e100" points="20.237,17.432 19.107,18.087 13.864,18.594 10.393,13.808 10.803,19.639 19.9,26.094 "/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg>');
}
.yellow.icon-operation-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ccaa00" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23ccaa00" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23a58d00" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3481" y1="5.0794" x2="11.1136" y2="1.2091"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="0.6157" style="stop-color:%23f9e100"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23a58d00" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23ccaa00" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23f9e100" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.yellow.icon-operation-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23ccaa00" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23ccaa00" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23a58d00" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23a58d00" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="0.6157" style="stop-color:%23f9e100"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23a58d00" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23ccaa00" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23f9e100" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23f9e100" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.yellow.icon-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%23ccaa00" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23a58d00" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polyline fill="%23999999" points="28.747,9.397 15.99,16.69 18.259,24.083 30.031,15.537 28.747,9.397 "/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> <path fill="%23a58d00" d="M3.332,9.397l-0.549,8.462l5.029-2.68C7.812,15.178,3.922,10.158,3.332,9.397z"/> </svg> ');
}
.yellow.icon-config.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ccaa00" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23f9e100" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%23a58d00" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.yellow.icon-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%23ccaa00" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23a58d00" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> </svg> ');
}
.yellow.icon-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ccaa00" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23f9e100" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%23a58d00" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.yellow.icon-change-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%23a58d00" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%23ccaa00" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%23f9e100" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.yellow.icon-change-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%23a58d00" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%23ccaa00" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%23f9e100" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.yellow.icon-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%23a58d00" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%23a58d00" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%23a58d00" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%23a58d00" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%23ccaa00" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%23ccaa00" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%23ccaa00" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%23ccaa00" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%23f9e100" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%23f9e100" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%23f9e100" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%23f9e100" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.yellow.icon-unknown{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCC00" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CCCC00" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.yellow.icon-error{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CC0000" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.yellow.icon-exception{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23f9e100" points="11.409,11.837 11.409,6.085 18.645,6.085 18.645,11.837 17.04,19.465 13.044,19.465 "/> <ellipse fill="%23f9e100" cx="14.815" cy="24.113" rx="3.527" ry="3.163"/> </svg>');
}
.yellow.icon-placeholder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23f9e100" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%23a58d00" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23ccaa00" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.yellow.icon-definition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23f9e100" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%23a58d00" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23ccaa00" d="M4.926,21.188l11.109,8.416V14.792L3.327,7.555L4.926,21.188z"/> </svg> ');
}
.purple.icon-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%23FF66FF" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%23676767" d="M16.038,14.792V2L3.331,7.554L16.038,14.792z"/> <path fill="%23999999" d="M27.822,15.436l2.004-1.5l-1.079-6.381l-9.911,5.645l-2.796,1.593l2.231,7.819L27.822,15.436z"/> <path fill="%23333333" d="M2,15.857l2.196-0.927L3.331,7.554L2,15.857z"/> <path fill="%23CCCCCC" d="M28.746,7.554L16.038,2l0,8.653l0,4.139L28.746,7.554z"/> </svg>');
}
.purple.icon-module.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%23FF66FF" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%23FF99FF" d="M16.038,2L3.331,7.554l12.708,7.237l12.708-7.237L16.038,2z"/> </svg> ');
}
.purple.icon-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF99FF" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%23FF66FF" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%23990099" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.purple.icon-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%23FF66FF" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%23990099" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%23FF99FF" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.purple.icon-submodule{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%23FF66FF" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg> ');
}
.purple.icon-submodule.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%23FF66FF" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%23FF99FF" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.purple.icon-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%23990099" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%23FF66FF" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.purple.icon-code.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M16,25.292l7.59-5.75l1.093-9.315L16,15.172V25.292z"/> <path fill="%23FF66FF" d="M8.41,19.542l7.59,5.75v-10.12l-8.682-4.945L8.41,19.542z"/> <path fill="%23FF99FF" d="M24.683,10.227L16,6.432l-8.682,3.795L16,15.172L24.683,10.227z"/> <path fill="%23676767" d="M5.702,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561c-1.722,0.045-2.583,0.79-2.583,2.235v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.728,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5S28.11,17.9,28.11,18.679v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> </svg> ');
}
.purple.icon-operation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF66FF" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23FF66FF" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23FF66FF" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23FF66FF" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="0.7412" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23FF99FF"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23990099" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="0.7412" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23FF99FF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23990099" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23FF99FF" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23FF99FF" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.purple.icon-operation-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.purple.icon-operation-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.013,14.994V4.76L5.847,9.204L16.013,14.994z"/> <path fill="%23333333" d="M4.783,15.846l1.847-0.779L5.847,9.204L4.783,15.846z"/> <path fill="%23CCCCCC" d="M26.179,9.204L16.013,4.76l0,6.922l0,3.311L26.179,9.204z"/> <path fill="%23999999" d="M14.159,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.805,28.122,14.472,27.951,14.159,27.962z"/> <polygon fill="%23676767" points="16.986,26.442 16.935,4.966 16.004,4.377 16.115,28.065 17.003,27.638 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3155" y1="31.1135" x2="16.3155" y2="26.442"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.814,26.912c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.273,27.458,18.065,27.162,17.814,26.912"/> <path fill="%23999999" d="M16.013,5.188l-0.837,0.094l0.119,21.955l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 L16.013,5.188z"/> <path fill="%23990099" d="M16.013,26.843L24.9,20.11l1.279-10.907l-10.166,5.79V26.843z"/> <path fill="%23FF66FF" d="M7.126,20.11l8.887,6.732V14.994L5.847,9.204L7.126,20.11z"/> <path fill="%23999999" d="M25.44,15.509l1.603-1.2l-0.864-5.105L18.25,13.72l-2.237,1.274l1.785,6.255L25.44,15.509z"/> <path fill="%23999999" d="M14.526,2.485c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.691,2.639,14.612,2.559,14.526,2.485"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.0593" y1="5.9092" x2="16.0593" y2="0.8535"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.011,0.888c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.393,1.039,17.205,0.939,17.011,0.888"/> </svg>');
}
.purple.icon-operation-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M16.036,26.842l8.887-6.732l1.279-10.907l-10.166,5.79V26.842z"/> <path fill="%23FF66FF" d="M7.149,20.11l8.887,6.732V14.993L5.87,9.203L7.149,20.11z"/> <path fill="%23FF99FF" d="M16.036,4.76L5.87,9.203l10.166,5.79l10.166-5.79L16.036,4.76z"/> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <polygon fill="%23676767" points="16.984,26.441 16.966,26.072 16.036,26.842 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,26.842l-0.763-0.578l0.019,0.971l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,26.842z" /> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.purple.icon-operation-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polyline fill="%23FF99FF" points="21.29,12.247 24.204,8.447 21.075,2.564 13.376,3.818 10.743,7.015 10.743,7.015 10.745,7.015 21.29,12.247 "/> <path fill="%23FF99FF" d="M21.268,13.651l0.022-0.012L10.822,8.327L8.69,9.112l10.048,5.857L21.268,13.651z"/> <polygon fill="%23990099" points="10.222,9.247 10.781,9.041 19.858,13.647 18.756,14.221 "/> <polyline fill="%23990099" points="21.292,13.637 21.292,13.639 21.268,13.651 18.738,14.969 19.598,26.559 21.56,25.192 22.325,13.091 21.292,13.637 "/> <polyline fill="%23FF66FF" points="21.292,12.249 21.29,12.247 10.745,7.015 10.822,8.327 21.29,13.639 21.292,13.637 21.292,12.249 "/> <polyline fill="%23990099" points="21.29,12.247 21.292,12.249 21.292,13.637 22.325,13.091 24.701,9.376 24.204,8.447 21.29,12.247 "/> <polyline fill="%23FF66FF" points="18.738,14.969 8.69,9.112 10.502,20.104 19.598,26.559 18.738,14.969 "/> <polygon fill="%23676767" points="16.933,3.12 16.002,2.531 16.113,12.681 17.001,13.198 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,12.208 16.113,12.681 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.purple.icon-operation-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polygon fill="%23FF99FF" points="8.748,7.424 19.242,12.985 22.714,11.214 12.15,6.13 "/> <polygon fill="%23990099" points="19.9,26.094 21.862,24.727 22.626,12.626 20.379,13.814 20.237,17.432 "/> <polygon fill="%23FF66FF" points="9.129,12.066 10.393,13.808 13.864,18.594 19.107,18.087 19.242,12.985 8.748,7.424 "/> <polygon fill="%23990099" points="22.626,12.626 22.714,11.214 19.242,12.985 19.107,18.087 20.237,17.432 20.379,13.814 "/> <polygon fill="%23FF99FF" points="20.237,17.432 19.107,18.087 13.864,18.594 10.393,13.808 10.803,19.639 19.9,26.094 "/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg>');
}
.purple.icon-operation-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF66FF" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23FF66FF" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23990099" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3481" y1="5.0794" x2="11.1136" y2="1.2091"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="0.6157" style="stop-color:%23FF99FF"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23990099" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23FF66FF" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23FF99FF" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.purple.icon-operation-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23FF66FF" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23FF66FF" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23990099" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23990099" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="0.6157" style="stop-color:%23FF99FF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23990099" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23FF66FF" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23FF99FF" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23FF99FF" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.purple.icon-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%23FF66FF" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23990099" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polyline fill="%23999999" points="28.747,9.397 15.99,16.69 18.259,24.083 30.031,15.537 28.747,9.397 "/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> <path fill="%23990099" d="M3.332,9.397l-0.549,8.462l5.029-2.68C7.812,15.178,3.922,10.158,3.332,9.397z"/> </svg> ');
}
.purple.icon-config.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF66FF" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23FF99FF" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%23990099" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.purple.icon-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%23FF66FF" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23990099" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> </svg> ');
}
.purple.icon-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF66FF" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23FF99FF" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%23990099" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.purple.icon-change-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%23990099" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%23FF66FF" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%23FF99FF" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.purple.icon-change-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%23990099" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%23FF66FF" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%23FF99FF" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.purple.icon-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%23990099" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%23990099" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%23990099" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%23990099" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%23FF66FF" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%23FF66FF" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%23FF66FF" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%23FF66FF" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%23FF99FF" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%23FF99FF" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%23FF99FF" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%23FF99FF" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.purple.icon-unknown{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCC00" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CCCC00" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.purple.icon-error{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CC0000" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.purple.icon-exception{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF99FF" points="11.409,11.837 11.409,6.085 18.645,6.085 18.645,11.837 17.04,19.465 13.044,19.465 "/> <ellipse fill="%23FF99FF" cx="14.815" cy="24.113" rx="3.527" ry="3.163"/> </svg>');
}
.purple.icon-placeholder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23FF99FF" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%23990099" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23FF66FF" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.purple.icon-definition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23FF99FF" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%23990099" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23FF66FF" d="M4.926,21.188l11.109,8.416V14.792L3.327,7.555L4.926,21.188z"/> </svg> ');
}
.grey.icon-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%23999999" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%23676767" d="M16.038,14.792V2L3.331,7.554L16.038,14.792z"/> <path fill="%23999999" d="M27.822,15.436l2.004-1.5l-1.079-6.381l-9.911,5.645l-2.796,1.593l2.231,7.819L27.822,15.436z"/> <path fill="%23333333" d="M2,15.857l2.196-0.927L3.331,7.554L2,15.857z"/> <path fill="%23CCCCCC" d="M28.746,7.554L16.038,2l0,8.653l0,4.139L28.746,7.554z"/> </svg>');
}
.grey.icon-module.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%23999999" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%23CCCCCC" d="M16.038,2L3.331,7.554l12.708,7.237l12.708-7.237L16.038,2z"/> </svg> ');
}
.grey.icon-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%23999999" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%23676767" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.grey.icon-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%23999999" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%23676767" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%23CCCCCC" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.grey.icon-submodule{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%23999999" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg> ');
}
.grey.icon-submodule.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%23999999" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%23CCCCCC" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.grey.icon-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%23676767" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%23999999" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.grey.icon-code.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16,25.292l7.59-5.75l1.093-9.315L16,15.172V25.292z"/> <path fill="%23999999" d="M8.41,19.542l7.59,5.75v-10.12l-8.682-4.945L8.41,19.542z"/> <path fill="%23CCCCCC" d="M24.683,10.227L16,6.432l-8.682,3.795L16,15.172L24.683,10.227z"/> <path fill="%23676767" d="M5.702,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561c-1.722,0.045-2.583,0.79-2.583,2.235v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.728,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5S28.11,17.9,28.11,18.679v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> </svg> ');
}
.grey.icon-operation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.grey.icon-operation-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.grey.icon-operation-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.013,14.994V4.76L5.847,9.204L16.013,14.994z"/> <path fill="%23333333" d="M4.783,15.846l1.847-0.779L5.847,9.204L4.783,15.846z"/> <path fill="%23CCCCCC" d="M26.179,9.204L16.013,4.76l0,6.922l0,3.311L26.179,9.204z"/> <path fill="%23999999" d="M14.159,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.805,28.122,14.472,27.951,14.159,27.962z"/> <polygon fill="%23676767" points="16.986,26.442 16.935,4.966 16.004,4.377 16.115,28.065 17.003,27.638 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3155" y1="31.1135" x2="16.3155" y2="26.442"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.814,26.912c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.273,27.458,18.065,27.162,17.814,26.912"/> <path fill="%23999999" d="M16.013,5.188l-0.837,0.094l0.119,21.955l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 L16.013,5.188z"/> <path fill="%23676767" d="M16.013,26.843L24.9,20.11l1.279-10.907l-10.166,5.79V26.843z"/> <path fill="%23999999" d="M7.126,20.11l8.887,6.732V14.994L5.847,9.204L7.126,20.11z"/> <path fill="%23999999" d="M25.44,15.509l1.603-1.2l-0.864-5.105L18.25,13.72l-2.237,1.274l1.785,6.255L25.44,15.509z"/> <path fill="%23999999" d="M14.526,2.485c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.691,2.639,14.612,2.559,14.526,2.485"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.0593" y1="5.9092" x2="16.0593" y2="0.8535"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.011,0.888c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.393,1.039,17.205,0.939,17.011,0.888"/> </svg>');
}
.grey.icon-operation-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.036,26.842l8.887-6.732l1.279-10.907l-10.166,5.79V26.842z"/> <path fill="%23999999" d="M7.149,20.11l8.887,6.732V14.993L5.87,9.203L7.149,20.11z"/> <path fill="%23CCCCCC" d="M16.036,4.76L5.87,9.203l10.166,5.79l10.166-5.79L16.036,4.76z"/> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <polygon fill="%23676767" points="16.984,26.441 16.966,26.072 16.036,26.842 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,26.842l-0.763-0.578l0.019,0.971l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,26.842z" /> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.grey.icon-operation-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polyline fill="%23CCCCCC" points="21.29,12.247 24.204,8.447 21.075,2.564 13.376,3.818 10.743,7.015 10.743,7.015 10.745,7.015 21.29,12.247 "/> <path fill="%23CCCCCC" d="M21.268,13.651l0.022-0.012L10.822,8.327L8.69,9.112l10.048,5.857L21.268,13.651z"/> <polygon fill="%23676767" points="10.222,9.247 10.781,9.041 19.858,13.647 18.756,14.221 "/> <polyline fill="%23676767" points="21.292,13.637 21.292,13.639 21.268,13.651 18.738,14.969 19.598,26.559 21.56,25.192 22.325,13.091 21.292,13.637 "/> <polyline fill="%23999999" points="21.292,12.249 21.29,12.247 10.745,7.015 10.822,8.327 21.29,13.639 21.292,13.637 21.292,12.249 "/> <polyline fill="%23676767" points="21.29,12.247 21.292,12.249 21.292,13.637 22.325,13.091 24.701,9.376 24.204,8.447 21.29,12.247 "/> <polyline fill="%23999999" points="18.738,14.969 8.69,9.112 10.502,20.104 19.598,26.559 18.738,14.969 "/> <polygon fill="%23676767" points="16.933,3.12 16.002,2.531 16.113,12.681 17.001,13.198 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,12.208 16.113,12.681 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.grey.icon-operation-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polygon fill="%23CCCCCC" points="8.748,7.424 19.242,12.985 22.714,11.214 12.15,6.13 "/> <polygon fill="%23676767" points="19.9,26.094 21.862,24.727 22.626,12.626 20.379,13.814 20.237,17.432 "/> <polygon fill="%23999999" points="9.129,12.066 10.393,13.808 13.864,18.594 19.107,18.087 19.242,12.985 8.748,7.424 "/> <polygon fill="%23676767" points="22.626,12.626 22.714,11.214 19.242,12.985 19.107,18.087 20.237,17.432 20.379,13.814 "/> <polygon fill="%23CCCCCC" points="20.237,17.432 19.107,18.087 13.864,18.594 10.393,13.808 10.803,19.639 19.9,26.094 "/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg>');
}
.grey.icon-operation-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3481" y1="5.0794" x2="11.1136" y2="1.2091"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.grey.icon-operation-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.grey.icon-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%23999999" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23676767" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polyline fill="%23999999" points="28.747,9.397 15.99,16.69 18.259,24.083 30.031,15.537 28.747,9.397 "/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> <path fill="%23676767" d="M3.332,9.397l-0.549,8.462l5.029-2.68C7.812,15.178,3.922,10.158,3.332,9.397z"/> </svg> ');
}
.grey.icon-config.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23CCCCCC" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%23676767" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.grey.icon-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%23999999" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23676767" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> </svg> ');
}
.grey.icon-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23CCCCCC" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%23676767" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.grey.icon-change-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%23676767" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%23999999" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%23CCCCCC" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.grey.icon-change-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%23676767" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%23999999" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%23CCCCCC" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.grey.icon-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%23676767" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%23676767" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%23676767" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%23676767" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%23999999" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%23999999" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%23999999" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%23999999" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%23CCCCCC" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%23CCCCCC" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%23CCCCCC" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%23CCCCCC" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.grey.icon-unknown{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCC00" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CCCC00" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.grey.icon-error{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CC0000" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.grey.icon-exception{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="11.409,11.837 11.409,6.085 18.645,6.085 18.645,11.837 17.04,19.465 13.044,19.465 "/> <ellipse fill="%23CCCCCC" cx="14.815" cy="24.113" rx="3.527" ry="3.163"/> </svg>');
}
.grey.icon-placeholder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23CCCCCC" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%23676767" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23999999" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.grey.icon-definition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23CCCCCC" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%23676767" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23999999" d="M4.926,21.188l11.109,8.416V14.792L3.327,7.555L4.926,21.188z"/> </svg> ');
}
.orange.icon-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%23d88500" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%23676767" d="M16.038,14.792V2L3.331,7.554L16.038,14.792z"/> <path fill="%23999999" d="M27.822,15.436l2.004-1.5l-1.079-6.381l-9.911,5.645l-2.796,1.593l2.231,7.819L27.822,15.436z"/> <path fill="%23333333" d="M2,15.857l2.196-0.927L3.331,7.554L2,15.857z"/> <path fill="%23CCCCCC" d="M28.746,7.554L16.038,2l0,8.653l0,4.139L28.746,7.554z"/> </svg>');
}
.orange.icon-module.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%23d88500" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%23ffbc00" d="M16.038,2L3.331,7.554l12.708,7.237l12.708-7.237L16.038,2z"/> </svg> ');
}
.orange.icon-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ffbc00" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%23d88500" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%23a56600" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.orange.icon-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%23d88500" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%23a56600" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%23ffbc00" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.orange.icon-submodule{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%23d88500" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg> ');
}
.orange.icon-submodule.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%23d88500" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%23ffbc00" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.orange.icon-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%23a56600" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%23d88500" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.orange.icon-code.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M16,25.292l7.59-5.75l1.093-9.315L16,15.172V25.292z"/> <path fill="%23d88500" d="M8.41,19.542l7.59,5.75v-10.12l-8.682-4.945L8.41,19.542z"/> <path fill="%23ffbc00" d="M24.683,10.227L16,6.432l-8.682,3.795L16,15.172L24.683,10.227z"/> <path fill="%23676767" d="M5.702,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561c-1.722,0.045-2.583,0.79-2.583,2.235v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.728,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5S28.11,17.9,28.11,18.679v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> </svg> ');
}
.orange.icon-operation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23d88500" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23d88500" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23d88500" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23d88500" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="0.7412" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23ffbc00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23a56600" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="0.7412" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23ffbc00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23a56600" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23ffbc00" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23ffbc00" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.orange.icon-operation-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.orange.icon-operation-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.013,14.994V4.76L5.847,9.204L16.013,14.994z"/> <path fill="%23333333" d="M4.783,15.846l1.847-0.779L5.847,9.204L4.783,15.846z"/> <path fill="%23CCCCCC" d="M26.179,9.204L16.013,4.76l0,6.922l0,3.311L26.179,9.204z"/> <path fill="%23999999" d="M14.159,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.805,28.122,14.472,27.951,14.159,27.962z"/> <polygon fill="%23676767" points="16.986,26.442 16.935,4.966 16.004,4.377 16.115,28.065 17.003,27.638 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3155" y1="31.1135" x2="16.3155" y2="26.442"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.814,26.912c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.273,27.458,18.065,27.162,17.814,26.912"/> <path fill="%23999999" d="M16.013,5.188l-0.837,0.094l0.119,21.955l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 L16.013,5.188z"/> <path fill="%23a56600" d="M16.013,26.843L24.9,20.11l1.279-10.907l-10.166,5.79V26.843z"/> <path fill="%23d88500" d="M7.126,20.11l8.887,6.732V14.994L5.847,9.204L7.126,20.11z"/> <path fill="%23999999" d="M25.44,15.509l1.603-1.2l-0.864-5.105L18.25,13.72l-2.237,1.274l1.785,6.255L25.44,15.509z"/> <path fill="%23999999" d="M14.526,2.485c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.691,2.639,14.612,2.559,14.526,2.485"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.0593" y1="5.9092" x2="16.0593" y2="0.8535"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.011,0.888c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.393,1.039,17.205,0.939,17.011,0.888"/> </svg>');
}
.orange.icon-operation-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M16.036,26.842l8.887-6.732l1.279-10.907l-10.166,5.79V26.842z"/> <path fill="%23d88500" d="M7.149,20.11l8.887,6.732V14.993L5.87,9.203L7.149,20.11z"/> <path fill="%23ffbc00" d="M16.036,4.76L5.87,9.203l10.166,5.79l10.166-5.79L16.036,4.76z"/> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <polygon fill="%23676767" points="16.984,26.441 16.966,26.072 16.036,26.842 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,26.842l-0.763-0.578l0.019,0.971l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,26.842z" /> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.orange.icon-operation-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polyline fill="%23ffbc00" points="21.29,12.247 24.204,8.447 21.075,2.564 13.376,3.818 10.743,7.015 10.743,7.015 10.745,7.015 21.29,12.247 "/> <path fill="%23ffbc00" d="M21.268,13.651l0.022-0.012L10.822,8.327L8.69,9.112l10.048,5.857L21.268,13.651z"/> <polygon fill="%23a56600" points="10.222,9.247 10.781,9.041 19.858,13.647 18.756,14.221 "/> <polyline fill="%23a56600" points="21.292,13.637 21.292,13.639 21.268,13.651 18.738,14.969 19.598,26.559 21.56,25.192 22.325,13.091 21.292,13.637 "/> <polyline fill="%23d88500" points="21.292,12.249 21.29,12.247 10.745,7.015 10.822,8.327 21.29,13.639 21.292,13.637 21.292,12.249 "/> <polyline fill="%23a56600" points="21.29,12.247 21.292,12.249 21.292,13.637 22.325,13.091 24.701,9.376 24.204,8.447 21.29,12.247 "/> <polyline fill="%23d88500" points="18.738,14.969 8.69,9.112 10.502,20.104 19.598,26.559 18.738,14.969 "/> <polygon fill="%23676767" points="16.933,3.12 16.002,2.531 16.113,12.681 17.001,13.198 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,12.208 16.113,12.681 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.orange.icon-operation-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polygon fill="%23ffbc00" points="8.748,7.424 19.242,12.985 22.714,11.214 12.15,6.13 "/> <polygon fill="%23a56600" points="19.9,26.094 21.862,24.727 22.626,12.626 20.379,13.814 20.237,17.432 "/> <polygon fill="%23d88500" points="9.129,12.066 10.393,13.808 13.864,18.594 19.107,18.087 19.242,12.985 8.748,7.424 "/> <polygon fill="%23a56600" points="22.626,12.626 22.714,11.214 19.242,12.985 19.107,18.087 20.237,17.432 20.379,13.814 "/> <polygon fill="%23ffbc00" points="20.237,17.432 19.107,18.087 13.864,18.594 10.393,13.808 10.803,19.639 19.9,26.094 "/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg>');
}
.orange.icon-operation-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23d88500" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23d88500" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23a56600" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3481" y1="5.0794" x2="11.1136" y2="1.2091"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="0.6157" style="stop-color:%23ffbc00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23a56600" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23d88500" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23ffbc00" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.orange.icon-operation-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23d88500" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23d88500" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23a56600" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23a56600" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="0.6157" style="stop-color:%23ffbc00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23a56600" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23d88500" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23ffbc00" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23ffbc00" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.orange.icon-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%23d88500" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23a56600" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polyline fill="%23999999" points="28.747,9.397 15.99,16.69 18.259,24.083 30.031,15.537 28.747,9.397 "/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> <path fill="%23a56600" d="M3.332,9.397l-0.549,8.462l5.029-2.68C7.812,15.178,3.922,10.158,3.332,9.397z"/> </svg> ');
}
.orange.icon-config.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23d88500" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23ffbc00" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%23a56600" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.orange.icon-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%23d88500" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23a56600" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> </svg> ');
}
.orange.icon-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23d88500" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23ffbc00" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%23a56600" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.orange.icon-change-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%23a56600" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%23d88500" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%23ffbc00" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.orange.icon-change-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%23a56600" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%23d88500" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%23ffbc00" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.orange.icon-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%23a56600" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%23a56600" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%23a56600" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%23a56600" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%23d88500" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%23d88500" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%23d88500" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%23d88500" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%23ffbc00" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%23ffbc00" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%23ffbc00" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%23ffbc00" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.orange.icon-unknown{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCC00" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CCCC00" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.orange.icon-error{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CC0000" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.orange.icon-exception{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ffbc00" points="11.409,11.837 11.409,6.085 18.645,6.085 18.645,11.837 17.04,19.465 13.044,19.465 "/> <ellipse fill="%23ffbc00" cx="14.815" cy="24.113" rx="3.527" ry="3.163"/> </svg>');
}
.orange.icon-placeholder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23ffbc00" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%23a56600" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23d88500" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.orange.icon-definition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23ffbc00" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%23a56600" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23d88500" d="M4.926,21.188l11.109,8.416V14.792L3.327,7.555L4.926,21.188z"/> </svg> ');
}
.red.icon-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%23CC0000" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%23676767" d="M16.038,14.792V2L3.331,7.554L16.038,14.792z"/> <path fill="%23999999" d="M27.822,15.436l2.004-1.5l-1.079-6.381l-9.911,5.645l-2.796,1.593l2.231,7.819L27.822,15.436z"/> <path fill="%23333333" d="M2,15.857l2.196-0.927L3.331,7.554L2,15.857z"/> <path fill="%23CCCCCC" d="M28.746,7.554L16.038,2l0,8.653l0,4.139L28.746,7.554z"/> </svg>');
}
.red.icon-module.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M16.038,29.603l11.109-8.416l1.599-13.633l-12.708,7.237V29.603z"/> <path fill="%23CC0000" d="M4.93,21.187l11.109,8.416V14.792L3.331,7.554L4.93,21.187z"/> <path fill="%23FF0000" d="M16.038,2L3.331,7.554l12.708,7.237l12.708-7.237L16.038,2z"/> </svg> ');
}
.red.icon-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF0000" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%23CC0000" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%23990000" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.red.icon-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%23CC0000" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%23990000" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%23FF0000" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.red.icon-submodule{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%23CC0000" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg> ');
}
.red.icon-submodule.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%23CC0000" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%23FF0000" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.red.icon-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%23990000" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%23CC0000" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.red.icon-code.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M16,25.292l7.59-5.75l1.093-9.315L16,15.172V25.292z"/> <path fill="%23CC0000" d="M8.41,19.542l7.59,5.75v-10.12l-8.682-4.945L8.41,19.542z"/> <path fill="%23FF0000" d="M24.683,10.227L16,6.432l-8.682,3.795L16,15.172L24.683,10.227z"/> <path fill="%23676767" d="M5.702,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561c-1.722,0.045-2.583,0.79-2.583,2.235v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.728,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5S28.11,17.9,28.11,18.679v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> </svg> ');
}
.red.icon-operation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23CC0000" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23CC0000" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23CC0000" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23990000" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23990000" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23FF0000" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23FF0000" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.red.icon-operation-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.red.icon-operation-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.013,14.994V4.76L5.847,9.204L16.013,14.994z"/> <path fill="%23333333" d="M4.783,15.846l1.847-0.779L5.847,9.204L4.783,15.846z"/> <path fill="%23CCCCCC" d="M26.179,9.204L16.013,4.76l0,6.922l0,3.311L26.179,9.204z"/> <path fill="%23999999" d="M14.159,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.805,28.122,14.472,27.951,14.159,27.962z"/> <polygon fill="%23676767" points="16.986,26.442 16.935,4.966 16.004,4.377 16.115,28.065 17.003,27.638 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3155" y1="31.1135" x2="16.3155" y2="26.442"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.814,26.912c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.273,27.458,18.065,27.162,17.814,26.912"/> <path fill="%23999999" d="M16.013,5.188l-0.837,0.094l0.119,21.955l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 L16.013,5.188z"/> <path fill="%23990000" d="M16.013,26.843L24.9,20.11l1.279-10.907l-10.166,5.79V26.843z"/> <path fill="%23CC0000" d="M7.126,20.11l8.887,6.732V14.994L5.847,9.204L7.126,20.11z"/> <path fill="%23999999" d="M25.44,15.509l1.603-1.2l-0.864-5.105L18.25,13.72l-2.237,1.274l1.785,6.255L25.44,15.509z"/> <path fill="%23999999" d="M14.526,2.485c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.691,2.639,14.612,2.559,14.526,2.485"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.0593" y1="5.9092" x2="16.0593" y2="0.8535"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.011,0.888c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.393,1.039,17.205,0.939,17.011,0.888"/> </svg>');
}
.red.icon-operation-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M16.036,26.842l8.887-6.732l1.279-10.907l-10.166,5.79V26.842z"/> <path fill="%23CC0000" d="M7.149,20.11l8.887,6.732V14.993L5.87,9.203L7.149,20.11z"/> <path fill="%23FF0000" d="M16.036,4.76L5.87,9.203l10.166,5.79l10.166-5.79L16.036,4.76z"/> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <polygon fill="%23676767" points="16.984,26.441 16.966,26.072 16.036,26.842 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,26.842l-0.763-0.578l0.019,0.971l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,26.842z" /> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.red.icon-operation-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polyline fill="%23FF0000" points="21.29,12.247 24.204,8.447 21.075,2.564 13.376,3.818 10.743,7.015 10.743,7.015 10.745,7.015 21.29,12.247 "/> <path fill="%23FF0000" d="M21.268,13.651l0.022-0.012L10.822,8.327L8.69,9.112l10.048,5.857L21.268,13.651z"/> <polygon fill="%23990000" points="10.222,9.247 10.781,9.041 19.858,13.647 18.756,14.221 "/> <polyline fill="%23990000" points="21.292,13.637 21.292,13.639 21.268,13.651 18.738,14.969 19.598,26.559 21.56,25.192 22.325,13.091 21.292,13.637 "/> <polyline fill="%23CC0000" points="21.292,12.249 21.29,12.247 10.745,7.015 10.822,8.327 21.29,13.639 21.292,13.637 21.292,12.249 "/> <polyline fill="%23990000" points="21.29,12.247 21.292,12.249 21.292,13.637 22.325,13.091 24.701,9.376 24.204,8.447 21.29,12.247 "/> <polyline fill="%23CC0000" points="18.738,14.969 8.69,9.112 10.502,20.104 19.598,26.559 18.738,14.969 "/> <polygon fill="%23676767" points="16.933,3.12 16.002,2.531 16.113,12.681 17.001,13.198 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,12.208 16.113,12.681 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg> ');
}
.red.icon-operation-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M14.157,27.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C14.803,28.121,14.47,27.95,14.157,27.962z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3132" y1="31.1129" x2="16.3132" y2="26.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.812,26.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C18.27,27.458,18.062,27.162,17.812,26.911"/> <polygon fill="%23676767" points="16.984,26.441 16.966,20.773 16.036,21.543 16.112,28.064 17.001,27.637 "/> <path fill="%23999999" d="M16.036,21.543l-0.763-0.578l0.019,6.27l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495L16.036,21.543z"/> <polygon fill="%23FF0000" points="8.748,7.424 19.242,12.985 22.714,11.214 12.15,6.13 "/> <polygon fill="%23990000" points="19.9,26.094 21.862,24.727 22.626,12.626 20.379,13.814 20.237,17.432 "/> <polygon fill="%23CC0000" points="9.129,12.066 10.393,13.808 13.864,18.594 19.107,18.087 19.242,12.985 8.748,7.424 "/> <polygon fill="%23990000" points="22.626,12.626 22.714,11.214 19.242,12.985 19.107,18.087 20.237,17.432 20.379,13.814 "/> <polygon fill="%23FF0000" points="20.237,17.432 19.107,18.087 13.864,18.594 10.393,13.808 10.803,19.639 19.9,26.094 "/> <polygon fill="%23676767" points="16.932,3.065 16.001,2.476 16.112,10.239 17.001,9.812 "/> <polygon fill="%23999999" points="16.011,3.287 15.174,3.381 15.301,9.744 16.112,10.239 "/> <path fill="%23999999" d="M14.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 c-0.336,0.194-0.498,0.578-0.487,1.153c0.011,0.416,0.111,0.837,0.299,1.264c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C14.689,2.638,14.609,2.558,14.524,2.484"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="16.057" y1="5.9087" x2="16.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009l-3.023,1.255 c0.314-0.104,0.661,0.007,1.042,0.333c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82 c0.199,0.427,0.302,0.845,0.307,1.255c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529 c0.069-0.019,0.134-0.048,0.196-0.085c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255 c-0.199-0.433-0.455-0.777-0.769-1.033C17.391,1.038,17.203,0.938,17.009,0.887"/> </svg>');
}
.red.icon-operation-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23CC0000" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23999999" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23999999" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23990000" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23676767" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23676767" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3481" y1="5.0794" x2="11.1136" y2="1.2091"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.6157" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23990000" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23676767" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23CC0000" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23999999" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23FF0000" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23CCCCCC" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23CCCCCC" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.red.icon-operation-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.524,2.484c-0.381-0.327-0.728-0.438-1.042-0.333c-0.046,0.014-0.091,0.034-0.137,0.06 C9.01,2.404,8.847,2.789,8.859,3.364C8.87,3.779,8.97,4.201,9.158,4.628c0.199,0.438,0.453,0.791,0.76,1.059 c0.337,0.289,0.648,0.409,0.931,0.359l0.316-0.137c0.295-0.204,0.438-0.574,0.427-1.11c-0.006-0.41-0.108-0.828-0.307-1.255 c-0.144-0.317-0.318-0.59-0.521-0.82C10.689,2.638,10.609,2.558,10.524,2.484"/> <polyline fill="%23999999" points="10.533,15.576 11.079,15.508 11.916,15.414 12.864,15.303 15.896,14.953 10.311,7.873 5.409,8.932 10.533,15.576 "/> <polyline fill="%23CC0000" points="14.956,17.703 14.956,19.257 14.956,20.341 14.956,21.383 14.965,26.063 22.369,30.999 22.779,22.4 14.956,17.703 "/> <path fill="%23CC0000" d="M10.157,24.962c-0.088,0.004-0.165,0.024-0.231,0.06c-0.186,0.106-0.278,0.346-0.273,0.717 c0.006,0.33,0.1,0.683,0.282,1.059c0.165,0.347,0.37,0.646,0.615,0.897c0.347,0.353,0.68,0.524,0.999,0.512 c0.11-0.006,0.201-0.037,0.273-0.094c0.158-0.116,0.234-0.344,0.231-0.683c-0.006-0.33-0.1-0.683-0.282-1.059 c-0.08-0.166-0.171-0.323-0.273-0.47c-0.032-0.049-0.066-0.097-0.102-0.145c-0.02-0.027-0.043-0.056-0.068-0.085 c-0.052-0.067-0.109-0.132-0.171-0.196C10.803,25.121,10.47,24.95,10.157,24.962z"/> <polyline fill="%23676767" points="11.754,7.215 11.762,7.215 11.762,8.556 12.753,8.027 12.753,6.763 12.744,6.763 12.727,5.234 11.728,5.661 11.754,7.215 "/> <polyline fill="%23676767" points="21.652,19.479 21.694,18.386 21.814,15.448 20.84,15.986 20.695,20.017 21.652,19.479 "/> <polyline fill="%23990000" points="12.864,15.303 11.916,15.414 11.976,18.497 11.984,18.497 12.907,18.001 12.864,15.303 "/> <polygon fill="%23990000" points="12.984,23.441 12.932,20.111 12.001,19.522 12.112,25.064 13.001,24.637 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.057" y1="5.9087" x2="12.057" y2="0.853"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.009,0.887c-0.18-0.048-0.348-0.045-0.504,0.009L9.482,2.151c0.314-0.104,0.661,0.007,1.042,0.333 c0.085,0.074,0.165,0.154,0.239,0.239c0.203,0.23,0.377,0.503,0.521,0.82c0.199,0.427,0.302,0.845,0.307,1.255 c0.011,0.536-0.132,0.906-0.427,1.11l0.564-0.248l0.999-0.427l1.221-0.529c0.069-0.019,0.134-0.048,0.196-0.085 c0.325-0.199,0.487-0.581,0.487-1.144c0-0.41-0.097-0.828-0.29-1.255c-0.199-0.433-0.455-0.777-0.769-1.033 C13.391,1.038,13.203,0.938,13.009,0.887"/> <polyline fill="%23676767" points="18.458,13.595 18.816,13.424 13.282,6.524 12.753,6.763 12.753,8.027 11.762,8.556 10.883,7.608 10.311,7.873 15.896,14.953 16.434,14.662 16.878,14.432 15.938,13.245 16.912,12.741 18.458,13.595 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.3132" y1="28.1129" x2="12.3132" y2="23.4415"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.6157" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.812,23.911c-0.286-0.281-0.562-0.438-0.828-0.47l0.017,1.196l-0.888,0.427 c-0.269-0.33-0.539-0.495-0.811-0.495l-0.009-0.333l-1.366,0.786c0.066-0.035,0.142-0.055,0.231-0.06 c0.313-0.011,0.646,0.159,0.999,0.512c0.061,0.064,0.118,0.13,0.171,0.196c0.025,0.03,0.048,0.058,0.068,0.085 c0.037,0.048,0.071,0.096,0.102,0.145c0.102,0.147,0.193,0.304,0.273,0.47c0.182,0.376,0.276,0.729,0.282,1.059 c0.004,0.339-0.073,0.567-0.231,0.683l2.528-1.52c0.043-0.013,0.08-0.033,0.111-0.06c0.159-0.118,0.239-0.346,0.239-0.683 c0-0.33-0.088-0.68-0.265-1.05C14.27,24.458,14.062,24.162,13.812,23.911"/> <polygon fill="%23990000" points="22.369,30.999 25.085,29.18 25.64,20.657 22.779,22.4 "/> <path fill="%23999999" d="M11.762,7.215h-0.009l-0.026-1.554l-0.564,0.248c-0.022,0.015-0.045,0.03-0.068,0.043 c-0.08,0.046-0.163,0.077-0.248,0.094l0.026,1.016l0.009,0.547l0.88,0.948V7.215"/> <polyline fill="%23999999" points="15.938,13.245 16.878,14.432 16.434,14.662 19.799,16.584 19.773,17.284 19.713,19.53 20.695,20.017 20.84,15.986 15.938,13.245 "/> <path fill="%23CC0000" d="M11.916,15.414l-0.837,0.094l0.214,8.728l0.009,0.333c0.272,0.001,0.542,0.166,0.811,0.495l-0.111-5.543 l0.931,0.589l2.024,1.272v-1.042l-2.972-1.845h-0.009L11.916,15.414z"/> <polyline fill="%23CCCCCC" points="10.311,7.873 10.883,7.608 10.874,7.062 8.295,7.651 5.409,8.932 10.311,7.873 "/> <polygon fill="%23FF0000" points="17.809,16.157 14.956,17.703 22.779,22.4 25.64,20.657 21.694,18.386 21.652,19.479 20.695,20.017 19.713,19.53 19.773,17.284 "/> <polyline fill="%23CCCCCC" points="21.814,15.448 18.458,13.595 16.912,12.741 15.938,13.245 20.84,15.986 21.814,15.448 "/> <polygon fill="%23FF0000" points="12.907,18.001 11.984,18.497 14.956,20.341 14.956,19.257 "/> </svg> ');
}
.red.icon-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%23CC0000" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23990000" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polyline fill="%23999999" points="28.747,9.397 15.99,16.69 18.259,24.083 30.031,15.537 28.747,9.397 "/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> <path fill="%23990000" d="M3.332,9.397l-0.549,8.462l5.029-2.68C7.812,15.178,3.922,10.158,3.332,9.397z"/> </svg> ');
}
.red.icon-config.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23FF0000" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%23990000" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.red.icon-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="11.079,9.331 11.077,9.333 11.079,9.333 11.079,9.331 "/> <path fill="%23CC0000" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23990000" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> <polygon fill="%23676767" points="3.332,9.397 15.99,16.69 16.046,3.887 "/> <path fill="%23CCCCCC" d="M16.046,3.887L15.99,16.69l12.757-7.293L16.046,3.887z"/> </svg> ');
}
.red.icon-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M16.039,25.797L15.99,16.69L3.332,9.397L16.039,25.797z"/> <path fill="%23FF0000" d="M15.99,16.69v-0.03l12.757-7.264L16.046,3.887L3.332,9.397L15.99,16.69z"/> <path fill="%23990000" d="M15.99,16.66v0.03l0.049,9.107l12.708-16.4L15.99,16.66z"/> </svg> ');
}
.red.icon-change-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%23990000" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%23CC0000" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%23FF0000" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.red.icon-change-type.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%23990000" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%23CC0000" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%23FF0000" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.red.icon-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%23990000" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%23990000" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%23990000" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%23990000" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%23CC0000" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%23CC0000" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%23CC0000" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%23CC0000" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%23FF0000" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%23FF0000" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%23FF0000" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%23FF0000" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.red.icon-unknown{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCC00" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CCCC00" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.red.icon-error{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M8.19,8.637c1.069-1.231,2.271-2.189,3.603-2.876c1.332-0.686,2.755-1.029,4.269-1.029 c1.009,0,1.953,0.131,2.831,0.394c0.878,0.263,1.64,0.656,2.286,1.181c0.646,0.525,1.155,1.171,1.529,1.937 c0.373,0.767,0.56,1.665,0.56,2.694c0,0.666-0.121,1.247-0.363,1.741c-0.242,0.495-0.54,0.944-0.893,1.347 c-0.354,0.404-0.737,0.762-1.15,1.075c-0.414,0.313-0.797,0.605-1.15,0.878c-0.354,0.272-0.651,0.545-0.893,0.817 s-0.363,0.56-0.363,0.863v1.665h-5.601l-0.03-2.422c0-0.464,0.121-0.898,0.363-1.302c0.242-0.403,0.54-0.782,0.893-1.135 c0.353-0.353,0.736-0.686,1.15-0.999c0.414-0.313,0.797-0.615,1.15-0.908c0.353-0.292,0.651-0.575,0.893-0.848 s0.363-0.55,0.363-0.833c0-0.282-0.066-0.515-0.197-0.696C17.307,10,17.136,9.854,16.924,9.742 c-0.212-0.111-0.454-0.187-0.727-0.227c-0.272-0.04-0.54-0.061-0.802-0.061c-0.323,0-0.661,0.071-1.014,0.212 c-0.354,0.142-0.707,0.333-1.06,0.575c-0.354,0.242-0.687,0.51-0.999,0.802c-0.313,0.293-0.601,0.59-0.863,0.893L8.19,8.637z"/> <path fill="%23CC0000" d="M12.035,23.29c0,0.404,0.085,0.792,0.257,1.166c0.171,0.374,0.414,0.702,0.727,0.984 c0.313,0.283,0.681,0.515,1.105,0.696s0.878,0.272,1.362,0.272c1.11,0,1.988-0.308,2.634-0.923c0.646-0.615,0.969-1.347,0.969-2.195 c0-0.424-0.086-0.833-0.257-1.226c-0.172-0.394-0.419-0.736-0.742-1.029c-0.323-0.292-0.702-0.524-1.135-0.696 c-0.434-0.171-0.923-0.257-1.468-0.257s-1.029,0.096-1.453,0.288c-0.424,0.192-0.787,0.439-1.09,0.742s-0.53,0.646-0.681,1.029 C12.11,22.523,12.035,22.906,12.035,23.29z"/> </svg>');
}
.red.icon-exception{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF0000" points="11.409,11.837 11.409,6.085 18.645,6.085 18.645,11.837 17.04,19.465 13.044,19.465 "/> <ellipse fill="%23FF0000" cx="14.815" cy="24.113" rx="3.527" ry="3.163"/> </svg>');
}
.red.icon-placeholder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23FF0000" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%23990000" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23CC0000" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.red.icon-definition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23FF0000" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%23990000" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23CC0000" d="M4.926,21.188l11.109,8.416V14.792L3.327,7.555L4.926,21.188z"/> </svg> ');
}


.blue.icon-app.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.blue.icon-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.994,22.877l-0.781-0.514l0.681,7.635C15.962,30,16.03,30.001,16.097,30l0.683-7.641L15.994,22.877"/> <path fill="%23CC9900" d="M2.967,7.657L2.882,7.618C2.862,7.652,2.841,7.686,2.822,7.72l6.604,4.635l-0.049-0.87l0.218,0.128 l0.04,0.022v0.002l0.04,0.024l6.339-3.208V2L2.967,7.657z"/> <path fill="%23FFCC00" d="M29.173,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-0.078,0.036L16.013,2v6.453l6.327,3.208l0.27-0.158 l-0.048,0.847L29.173,7.716z"/> <path fill="%23CCCCCC" d="M15.99,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949l0.407,4.56 l0.781,0.514L15.99,15.246z"/> <path fill="%23999999" d="M16.001,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.001,15.214z"/> <path fill="%23FF66FF" d="M9.797,18.799l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6 c0.886,0.583,1.767,0.888,2.642,0.914l-0.681-7.635L9.797,18.799z"/> <path fill="%23990099" d="M3.791,20.554c0.077,0.512,0.24,0.983,0.49,1.414l5.516-3.169l-0.371-6.445L2.82,7.719 C2.561,8.168,2.458,8.696,2.511,9.303L3.791,20.554z"/> <path fill="%23FF99FF" d="M15.211,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499l0.371,6.445L15.211,22.362z" /> <g> <path fill="%2301CCFF" d="M22.199,18.795l-0.002,0.002l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.199,18.795z"/> <path fill="%230199CC" d="M22.198,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.198,18.796z"/> <path fill="%23016699" d="M29.495,9.136c0.02-0.538-0.088-1.012-0.324-1.421L22.56,12.35l-0.362,6.445h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.495,9.136z"/> </g> <path fill="%23FFFF00" d="M9.207,0l6.803,1.989c-0.369,0.429-0.896,0.804-1.581,1.125L4.784,7.377 C4.148,7.633,3.508,7.762,2.863,7.765l0.104-5.727L9.207,0z"/> <path fill="%23FFFF00" d="M22.844,0l-6.803,1.989c0.369,0.429,0.896,0.804,1.581,1.125l9.645,4.263 c0.636,0.256,1.276,0.386,1.921,0.389l-0.104-5.727L22.844,0z"/> <path fill="%23FFFFFF" d="M15.993,15.225v-0.004l6.607-3.802L15.993,8.13l-6.62,3.289l0.019,0.011l6.588,3.79l0.002,0.023l0.006-0.004 l0.004-0.013L15.993,15.225z"/> </svg>');
}
.blue.icon-logo-symbol{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.blue.icon-logo-sign1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 32"> <polygon fill="%2333CCFF" points="4.27,12.206 4.27,18.291 2.656,18.291 2.656,12.206 0.292,12.206 0.292,10.921 6.654,10.921 6.654,12.206 "/> <path fill="%2333CCFF" d="M10.386,18.291L9.728,18.26l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H8.7 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H10.386z"/> <path fill="%2333CCFF" d="M20.254,17.818c-0.418,0.315-2.419,0.473-6.003,0.473v-1.326h3.885c0.377,0,0.651-0.045,0.822-0.134 c0.254-0.13,0.38-0.301,0.38-0.514c0-0.226-0.01-0.38-0.031-0.463c-0.007-0.075-0.028-0.137-0.062-0.185 c-0.021-0.055-0.048-0.099-0.082-0.134c-0.178-0.178-0.682-0.267-1.511-0.267h-0.35L16.8,15.279c-0.774,0-1.34-0.069-1.696-0.206 c-0.774-0.301-1.162-0.898-1.162-1.789c0-0.891,0.24-1.525,0.72-1.902c0.425-0.322,1.048-0.483,1.871-0.483h4.081v1.326h-3.834 c-0.37,0-0.665,0.072-0.884,0.216c-0.219,0.158-0.329,0.387-0.329,0.689s0.093,0.524,0.278,0.668c0.192,0.13,1.11,0.195,2.755,0.195 l0.586,0.01l0.247,0.031l0.216,0.041c0.165,0.035,0.322,0.096,0.473,0.185l0.175,0.134l0.226,0.185 c0.165,0.144,0.281,0.363,0.35,0.658c0.068,0.281,0.103,0.685,0.103,1.213C20.974,17.006,20.733,17.462,20.254,17.818z"/> <path fill="%2333CCFF" d="M25.106,18.291l-0.658-0.031l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H23.42 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H25.106z"/> <path fill="%2333CCFF" d="M34.09,18.291l-1.634-2.888h-1.82v2.888h-1.552V10.9h3.813h0.38l0.288,0.052l0.216,0.031 c0.069,0,0.113,0.004,0.134,0.01c0.034,0.007,0.116,0.028,0.247,0.062c0.432,0.103,0.767,0.367,1.007,0.792 c0.212,0.377,0.319,0.819,0.319,1.326c0,0.507-0.12,0.939-0.36,1.295c-0.226,0.35-0.6,0.593-1.12,0.73l1.819,3.094H34.09z M33.679,12.473c-0.192-0.165-0.572-0.247-1.141-0.247h-1.902v1.871h1.902c0.562,0,0.935-0.082,1.12-0.247 c0.178-0.171,0.267-0.404,0.267-0.699C33.925,12.843,33.843,12.617,33.679,12.473z"/> <path fill="%2333CCFF" d="M42.796,17.479c-0.295,0.315-0.675,0.555-1.141,0.719c-0.459,0.165-1.011,0.247-1.655,0.247 c-1.247,0-2.176-0.326-2.786-0.977c-0.603-0.644-0.905-1.607-0.905-2.889c0-1.254,0.301-2.203,0.905-2.847 c0.603-0.651,1.439-0.977,2.508-0.977c1.069,0,1.881,0.154,2.436,0.462c0.63,0.343,1.069,0.922,1.316,1.737 c0.076,0.288,0.134,0.603,0.175,0.946c0.041,0.37,0.062,0.781,0.062,1.233C43.711,16.047,43.406,16.828,42.796,17.479z M41.604,12.812c-0.336-0.521-0.87-0.781-1.604-0.781c-0.699,0-1.223,0.257-1.573,0.771c-0.288,0.432-0.429,1.069-0.429,1.665 c0,0.624,0,1.472,0.46,2.108c0.478,0.66,1.277,0.606,1.795,0.606c0.411,0,0.991-0.257,1.34-0.771 c0.281-0.445,0.422-1.045,0.422-1.799C42.015,13.83,41.878,13.23,41.604,12.812z"/> <polygon fill="%2333CCFF" points="49.437,18.291 46.271,12.709 46.332,18.291 44.739,18.291 44.739,10.9 46.713,10.9 49.725,16.225 49.663,10.9 51.225,10.9 51.225,18.291 "/> <polygon fill="%23676767" points="2.168,22.737 2.168,21.546 1.061,21.546 1.061,22.737 0.648,22.737 0.648,20.011 1.061,20.011 1.061,21.175 2.168,21.175 2.168,20.011 2.582,20.011 2.582,22.737 "/> <polygon fill="%23676767" points="4.126,21.615 4.126,22.737 3.713,22.737 3.713,21.615 2.897,20.011 3.349,20.011 3.919,21.209 4.49,20.011 4.942,20.011 "/> <path fill="%23676767" d="M6.291,20.011H5.257v2.726H5.67v-1.076h0.62c0.532,0,0.873-0.348,0.873-0.823S6.823,20.011,6.291,20.011z M6.268,21.294H5.67v-0.911h0.597c0.291,0,0.482,0.165,0.482,0.456C6.75,21.125,6.559,21.294,6.268,21.294z"/> <polygon fill="%23676767" points="7.606,22.737 7.606,20.011 9.348,20.011 9.348,20.382 8.019,20.382 8.019,21.179 9.153,21.179 9.153,21.546 8.019,21.546 8.019,22.366 9.348,22.366 9.348,22.737 "/> <path fill="%23676767" d="M11.214,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H9.854v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L11.214,21.531z M10.268,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H10.268z"/> <rect x="12.303" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <polygon fill="%23676767" points="15.041,22.737 13.781,20.819 13.781,22.737 13.368,22.737 13.368,20.011 13.747,20.011 15.007,21.925 15.007,20.011 15.42,20.011 15.42,22.737 "/> <polygon fill="%23676767" points="16.486,20.382 16.486,21.213 17.619,21.213 17.619,21.585 16.486,21.585 16.486,22.737 16.072,22.737 16.072,20.011 17.815,20.011 17.815,20.382 "/> <path fill="%23676767" d="M19.761,20.263c-0.176-0.176-0.406-0.276-0.704-0.276s-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276s0.528-0.1,0.704-0.276 c0.268-0.268,0.276-0.54,0.276-1.11C20.037,20.803,20.029,20.532,19.761,20.263z M19.463,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172c-0.165,0-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168c0.165,0,0.303,0.061,0.406,0.168 c0.138,0.142,0.161,0.31,0.161,0.85C19.623,21.914,19.6,22.079,19.463,22.22z"/> <path fill="%23676767" d="M21.949,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H20.59v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L21.949,21.531z M21.003,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H21.003z"/> <polygon fill="%23676767" points="25.029,22.737 25.029,20.914 24.401,22.243 24.095,22.243 23.452,20.914 23.452,22.737 23.038,22.737 23.038,20.011 23.452,20.011 24.248,21.707 25.029,20.011 25.443,20.011 25.443,22.737 "/> <path fill="%23676767" d="M27.099,20.011h-0.333l-0.999,2.726h0.44l0.188-0.548h1.076l0.188,0.548h0.44L27.099,20.011z M26.517,21.837 l0.425-1.21l0.414,1.21H26.517z"/> <polygon fill="%23676767" points="29.118,20.382 29.118,22.737 28.704,22.737 28.704,20.382 27.954,20.382 27.954,20.011 29.868,20.011 29.868,20.382 "/> <rect x="30.279" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <path fill="%23676767" d="M32.929,20.263c-0.176-0.176-0.406-0.276-0.704-0.276c-0.299,0-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276 c0.299,0,0.528-0.1,0.704-0.276c0.268-0.268,0.276-0.54,0.276-1.11C33.205,20.803,33.197,20.532,32.929,20.263z M32.631,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172s-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168s0.303,0.061,0.406,0.168c0.138,0.142,0.161,0.31,0.161,0.85 C32.791,21.914,32.768,22.079,32.631,22.22z"/> <polygon fill="%23676767" points="35.431,22.737 34.171,20.819 34.171,22.737 33.758,22.737 33.758,20.011 34.137,20.011 35.397,21.925 35.397,20.011 35.81,20.011 35.81,22.737 "/> <path fill="%23676767" d="M38.903,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C39.883,22.462,39.477,22.76,38.903,22.76z"/> <polygon fill="%23676767" points="41.194,21.615 41.194,22.737 40.78,22.737 40.78,21.615 39.965,20.011 40.416,20.011 40.987,21.209 41.558,20.011 42.009,20.011 "/> <path fill="%23676767" d="M43.048,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C44.028,22.462,43.623,22.76,43.048,22.76z"/> <polygon fill="%23676767" points="45.446,20.382 45.446,22.737 45.033,22.737 45.033,20.382 44.282,20.382 44.282,20.011 46.197,20.011 46.197,20.382 "/> <polygon fill="%23676767" points="46.608,22.737 46.608,20.011 48.35,20.011 48.35,20.382 47.021,20.382 47.021,21.179 48.155,21.179 48.155,21.546 47.021,21.546 47.021,22.366 48.35,22.366 48.35,22.737 "/> <polygon fill="%23676767" points="50.848,22.737 50.848,20.914 50.22,22.243 49.913,22.243 49.27,20.914 49.27,22.737 48.857,22.737 48.857,20.011 49.27,20.011 50.067,21.707 50.848,20.011 51.261,20.011 51.261,22.737 "/> </svg>');
}
.blue.icon-logo-sign2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 16"> <polygon fill="%2333CCFF" points="5.225,5.024 5.225,12.57 3.223,12.57 3.223,5.024 0.292,5.024 0.292,3.43 8.182,3.43 8.182,5.024 "/> <path fill="%2333CCFF" d="M12.809,12.582l-0.816-0.038L11.7,12.532c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142h5.328v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H12.809z"/> <path fill="%2333CCFF" d="M25.046,11.996c-0.518,0.391-3,0.586-7.444,0.586v-1.644h4.818c0.467,0,0.807-0.055,1.02-0.166 c0.314-0.161,0.472-0.374,0.472-0.637c0-0.28-0.013-0.472-0.038-0.574c-0.009-0.093-0.034-0.17-0.077-0.229 c-0.025-0.068-0.06-0.123-0.102-0.166c-0.221-0.221-0.846-0.332-1.874-0.332h-0.434l-0.625,0.013c-0.96,0-1.661-0.085-2.103-0.255 c-0.96-0.374-1.44-1.113-1.44-2.218c0-1.105,0.297-1.891,0.892-2.358c0.527-0.399,1.3-0.599,2.32-0.599h5.06v1.645h-4.755 c-0.459,0-0.824,0.089-1.096,0.268c-0.272,0.195-0.408,0.48-0.408,0.854c0,0.374,0.115,0.65,0.344,0.829 c0.238,0.161,1.377,0.242,3.416,0.242l0.727,0.013l0.306,0.038l0.268,0.051c0.204,0.043,0.399,0.119,0.586,0.229l0.217,0.166 l0.28,0.229c0.204,0.179,0.348,0.451,0.434,0.816c0.085,0.349,0.127,0.85,0.127,1.504C25.938,10.989,25.64,11.554,25.046,11.996z"/> <path fill="%2333CCFF" d="M31.062,12.582l-0.816-0.038l-0.293-0.013c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142H34.3v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H31.062z"/> <path fill="%2333CCFF" d="M42.203,12.582l-2.027-3.582H37.92v3.582h-1.925V3.418h4.729h0.472l0.357,0.064L41.82,3.52 c0.085,0,0.14,0.004,0.166,0.013c0.042,0.009,0.144,0.034,0.306,0.077c0.535,0.127,0.952,0.455,1.249,0.981 c0.263,0.467,0.395,1.016,0.395,1.644c0,0.629-0.149,1.164-0.446,1.606c-0.28,0.434-0.744,0.735-1.389,0.905l2.256,3.837H42.203z M41.693,5.368c-0.238-0.204-0.71-0.306-1.415-0.306H37.92v2.32h2.358c0.697,0,1.16-0.102,1.389-0.306 c0.221-0.212,0.332-0.501,0.332-0.867C41.999,5.827,41.897,5.546,41.693,5.368z"/> <path fill="%2333CCFF" d="M52.999,11.569c-0.365,0.391-0.837,0.688-1.415,0.892c-0.569,0.204-1.253,0.306-2.052,0.306 c-1.547,0-2.698-0.404-3.454-1.211c-0.748-0.799-1.122-1.993-1.122-3.582c0-1.555,0.374-2.732,1.122-3.531 c0.748-0.807,1.785-1.211,3.11-1.211c1.326,0,2.333,0.191,3.021,0.573c0.782,0.425,1.326,1.143,1.631,2.154 c0.094,0.357,0.166,0.748,0.217,1.173c0.051,0.459,0.077,0.968,0.077,1.529C54.134,9.793,53.756,10.762,52.999,11.569z M51.521,5.782c-0.416-0.646-1.079-0.969-1.988-0.969c-0.867,0-1.517,0.318-1.95,0.956c-0.357,0.536-0.532,1.325-0.532,2.064 c0,0.773,0,1.826,0.571,2.614c0.592,0.818,1.583,0.752,2.226,0.752c0.51,0,1.229-0.319,1.662-0.956 c0.349-0.552,0.523-1.296,0.523-2.231C52.031,7.044,51.86,6.3,51.521,5.782z"/> <polygon fill="%2333CCFF" points="61.234,12.582 57.308,5.661 57.384,12.582 55.408,12.582 55.408,3.418 57.856,3.418 61.59,10.02 61.514,3.418 63.451,3.418 63.451,12.582 "/> </svg>');
}
.blue.icon-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%230044B2" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%23003399" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%230099FF" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.blue.icon-variant.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%230044B2" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%23003399" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%230099FF" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.blue.icon-menu-sandwich{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC9900" points="15.986,14.806 15.986,18.184 25.826,12.269 28.335,10.769 28.67,7.692 15.986,14.806 "/> <polyline fill="%230044B2" points="27.22,20.989 27.493,18.452 15.992,26.48 15.992,29.184 27.22,20.989 "/> <polygon fill="%23990099" points="27.75,16.122 28.057,13.334 15.986,20.978 15.992,23.988 25.698,17.493 "/> <polyline fill="%23003399" points="4.496,18.452 4.775,20.989 15.992,29.184 15.992,26.48 4.496,18.452 "/> <polyline fill="%23FFCC00" points="3.649,10.769 6.152,12.275 15.986,18.184 15.986,14.806 3.314,7.692 3.649,10.769 "/> <polygon fill="%23FF66FF" points="4.24,16.122 6.291,17.493 15.992,23.988 15.986,20.978 3.933,13.334 "/> <polyline fill="%23FF99FF" points="6.152,12.275 3.933,13.334 15.986,20.978 28.057,13.334 25.826,12.269 15.986,18.184 6.152,12.275 "/> <polyline fill="%230099FF" points="6.291,17.493 4.496,18.452 15.992,26.48 27.493,18.452 25.698,17.493 15.992,23.988 6.291,17.493 "/> <polygon fill="%23FFFF00" points="28.67,7.692 15.997,2.418 3.314,7.692 15.986,14.806 "/> </svg>');
}
.blue.icon-build{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.347,21.811 27.641,19.076 15.24,27.733 15.24,30.648 27.347,21.811 "/> <polyline fill="%23999999" points="2.845,19.076 3.145,21.811 15.24,30.648 15.24,27.733 2.845,19.076 "/> <polygon fill="%23CCCCCC" points="2.845,19.076 15.24,27.733 27.641,19.076 15.24,13.131 "/> <polyline fill="%230044B2" points="6.619,23.176 6.703,24.567 8.047,24.153 26.917,18.327 26.936,17.923 27.04,16.081 6.562,22.236 6.619,23.176 "/> <polygon fill="%230044B2" points="27.782,4.372 27.914,1.975 21.27,5.434 21.063,14.859 22.933,13.854 22.933,13.844 23.158,6.862 "/> <path fill="%23003399" d="M19.117,11.767l-0.028,2.152l1.973,0.94l0.207-9.426l-2.077-1.024L19.117,11.767z"/> <polyline fill="%230099FF" points="19.089,13.919 19.117,11.767 17.172,10.715 13.808,14.37 6.562,22.236 27.04,16.081 22.933,13.844 22.933,13.854 21.063,14.859 19.089,13.919 "/> <polygon fill="%230099FF" points="21.27,5.434 27.914,1.975 25.837,1.045 19.193,4.409 "/> </svg> ');
}
.blue.icon-increment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.607,14.107 20.328,26.628 25.64,23.068 26.24,10.789 20.607,14.107 "/> <polyline fill="%23999999" points="20.607,14.107 20.607,14.107 14.473,10.789 14.566,23.068 20.328,26.628 20.607,14.107 "/> <path fill="%23003399" d="M20.607,14.107L20.607,14.107l0.157-4.683L14.43,6.257l0.043,4.532L20.607,14.107z"/> <path fill="%230044B2" d="M26.24,10.789l0.329-4.532l-5.805,3.167l-0.157,4.683L26.24,10.789z"/> <path fill="%230099FF" d="M20.764,9.424l5.805-3.167l-6.305-2.831L14.43,6.257L20.764,9.424z"/> <path fill="%230099FF" d="M15.592,26.264l2.879-1.699l-6.365-13.186l-3.05,1.388L15.592,26.264z"/> <path fill="%23003399" d="M9.054,12.767l-5.618,6.091L7.2,21.157l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L9.054,12.767z"/> <path fill="%230044B2" d="M11.244,23.617l-0.007,5.565l2.77-1.637l0.044-2.219L11.244,23.617z"/> </svg> ');
}
.blue.icon-cloud{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.blue.icon-cloud-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23CCCCCC" points="17.327,26.85 20.122,25.404 13.731,12.574 10.827,13.838 17.327,26.85 "/> <polyline fill="%23676767" points="15.76,29.158 15.784,26.072 13.026,24.687 13.038,30.592 15.76,29.158 "/> <polyline fill="%23999999" points="15.784,26.072 17.327,26.85 10.827,13.838 4.971,20.654 8.908,22.622 9.029,28.453 13.038,30.592 13.026,24.687 15.784,26.072 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.blue.icon-cloud-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23676767" points="16.467,22.31 16.506,16.909 13.72,18.586 13.733,24.027 16.467,22.31 "/> <polyline fill="%23999999" points="9.639,18.084 9.705,21.465 5.822,18.995 11.791,30.79 17.946,26.708 13.733,24.027 13.72,18.586 9.599,16.076 9.639,18.084 "/> <polyline fill="%23CCCCCC" points="20.667,24.912 16.467,22.31 13.733,24.027 17.946,26.708 20.667,24.912 "/> <polyline fill="%23CCCCCC" points="9.705,21.465 9.639,18.084 8.556,17.41 5.822,18.995 9.705,21.465 "/> <polyline fill="%23CCCCCC" points="12.386,14.465 9.599,16.076 13.72,18.586 16.506,16.909 12.386,14.465 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.blue.icon-steps{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.978,10.305 27.976,10.305 25.443,11.691 25.443,14.446 27.765,13.055 27.978,10.305 "/> <polyline fill="%23676767" points="24.794,14.807 22.573,16.183 22.573,18.938 24.794,17.396 24.794,14.807 "/> <polygon fill="%23676767" points="18.847,27.297 18.867,24.437 15.95,26.537 15.95,29.481 "/> <polyline fill="%23999999" points="13.274,5.939 13.274,8.176 25.443,14.446 25.443,11.691 13.274,5.939 "/> <polyline fill="%23999999" points="22.573,18.938 22.573,16.183 10.424,9.295 10.424,11.604 22.573,18.938 "/> <polygon fill="%23999999" points="4.263,17.931 4.438,20.793 15.95,29.481 15.95,26.537 "/> <polyline fill="%23CCCCCC" points="15.547,5.146 13.274,5.939 25.443,11.691 27.976,10.305 15.547,5.146 "/> <polyline fill="%23CCCCCC" points="12.625,8.537 10.424,9.295 22.573,16.183 24.794,14.807 12.625,8.537 "/> <polygon fill="%23CCCCCC" points="15.95,26.537 18.867,24.437 7.03,16.503 4.263,17.931 "/> <path fill="%230044B2" d="M19.374,23.968l2.621-1.887l0.072-2.818l-2.674,1.842L19.374,23.968z"/> <path fill="%23003399" d="M7.285,13.188l0.253,2.845l11.837,7.935l0.02-2.863L7.285,13.188z"/> <path fill="%230099FF" d="M9.919,11.929l-2.634,1.259l12.109,7.917l2.674-1.842L9.919,11.929z"/> </svg>');
}
.blue.icon-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M25.083,22.455c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,26.514,26.965,23.691,25.083,22.455z"/> <path fill="%230099FF" d="M25.083,20.32c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,24.379,26.965,21.557,25.083,20.32z"/> <radialGradient id="SVGID_1_" cx="15.9264" cy="-40.357" r="5.4056" fx="12.5806" fy="-42.7043" gradientTransform="matrix(1 0 0 1.1083 0 56.2674)" gradientUnits="userSpaceOnUse"> <stop offset="0.1106" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </radialGradient> <ellipse fill="url(%23SVGID_1_)" cx="15.926" cy="11.541" rx="5.036" ry="6.374"/> </svg>');
}
.blue.icon-user-old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 587.678 587.678"> <path fill="%230099FF" d="M377.996,282.347c-56.201-18.357-79.563-41.185-79.563-41.185l-1.881,1.793 c-16.69,15.709-35.149,24.944-51.965,24.944H243c-16.815,0-35.274-9.235-51.964-24.944l-1.882-1.793 c0,0-23.36,22.827-79.562,41.185c-82.964,30.992-58.053,157.119-58.077,158.096c2.613,14.047,4.136,18.875,5.463,19.417 c83.314,37.091,290.319,37.091,373.634,0c1.327-0.542,2.85-5.37,5.463-19.417C436.051,439.466,461.295,313.84,377.996,282.347z"/> <path fill="%230099FF" d="M330.924,121.441l-0.696-0.755c-4.668-4.274-4.303-4.029-4.303-4.029s8.142-41.083,1.613-60.511 c-10.25-31.027-71.475-51.822-83.755-54.239c0.002-0.023-7.469-1.518-7.946-1.521c0,0-9.659-1.953-20.854,2.93 c-7.291,2.805-45.408,20.09-56.227,52.83c-6.528,19.428,1.614,60.511,1.614,60.511s0.365-0.245-4.304,4.029l-0.695,0.755 c-3.158,3.586-2.378,14.806,1.074,26.479c3.128,11.695,7.205,14.838,8.182,17.577c9.903,46.497,44.338,86.197,79.429,86.197 s67.707-39.7,77.61-86.197c0.978-2.738,5.055-5.882,8.183-17.577C333.301,136.246,334.172,124.256,330.924,121.441z"/> </svg>');
}
.lightBlue.icon-app.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.lightBlue.icon-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.994,22.877l-0.781-0.514l0.681,7.635C15.962,30,16.03,30.001,16.097,30l0.683-7.641L15.994,22.877"/> <path fill="%23CC9900" d="M2.967,7.657L2.882,7.618C2.862,7.652,2.841,7.686,2.822,7.72l6.604,4.635l-0.049-0.87l0.218,0.128 l0.04,0.022v0.002l0.04,0.024l6.339-3.208V2L2.967,7.657z"/> <path fill="%23FFCC00" d="M29.173,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-0.078,0.036L16.013,2v6.453l6.327,3.208l0.27-0.158 l-0.048,0.847L29.173,7.716z"/> <path fill="%23CCCCCC" d="M15.99,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949l0.407,4.56 l0.781,0.514L15.99,15.246z"/> <path fill="%23999999" d="M16.001,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.001,15.214z"/> <path fill="%23FF66FF" d="M9.797,18.799l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6 c0.886,0.583,1.767,0.888,2.642,0.914l-0.681-7.635L9.797,18.799z"/> <path fill="%23990099" d="M3.791,20.554c0.077,0.512,0.24,0.983,0.49,1.414l5.516-3.169l-0.371-6.445L2.82,7.719 C2.561,8.168,2.458,8.696,2.511,9.303L3.791,20.554z"/> <path fill="%23FF99FF" d="M15.211,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499l0.371,6.445L15.211,22.362z" /> <g> <path fill="%2301CCFF" d="M22.199,18.795l-0.002,0.002l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.199,18.795z"/> <path fill="%230199CC" d="M22.198,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.198,18.796z"/> <path fill="%23016699" d="M29.495,9.136c0.02-0.538-0.088-1.012-0.324-1.421L22.56,12.35l-0.362,6.445h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.495,9.136z"/> </g> <path fill="%23FFFF00" d="M9.207,0l6.803,1.989c-0.369,0.429-0.896,0.804-1.581,1.125L4.784,7.377 C4.148,7.633,3.508,7.762,2.863,7.765l0.104-5.727L9.207,0z"/> <path fill="%23FFFF00" d="M22.844,0l-6.803,1.989c0.369,0.429,0.896,0.804,1.581,1.125l9.645,4.263 c0.636,0.256,1.276,0.386,1.921,0.389l-0.104-5.727L22.844,0z"/> <path fill="%23FFFFFF" d="M15.993,15.225v-0.004l6.607-3.802L15.993,8.13l-6.62,3.289l0.019,0.011l6.588,3.79l0.002,0.023l0.006-0.004 l0.004-0.013L15.993,15.225z"/> </svg>');
}
.lightBlue.icon-logo-symbol{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.lightBlue.icon-logo-sign1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 32"> <polygon fill="%2333CCFF" points="4.27,12.206 4.27,18.291 2.656,18.291 2.656,12.206 0.292,12.206 0.292,10.921 6.654,10.921 6.654,12.206 "/> <path fill="%2333CCFF" d="M10.386,18.291L9.728,18.26l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H8.7 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H10.386z"/> <path fill="%2333CCFF" d="M20.254,17.818c-0.418,0.315-2.419,0.473-6.003,0.473v-1.326h3.885c0.377,0,0.651-0.045,0.822-0.134 c0.254-0.13,0.38-0.301,0.38-0.514c0-0.226-0.01-0.38-0.031-0.463c-0.007-0.075-0.028-0.137-0.062-0.185 c-0.021-0.055-0.048-0.099-0.082-0.134c-0.178-0.178-0.682-0.267-1.511-0.267h-0.35L16.8,15.279c-0.774,0-1.34-0.069-1.696-0.206 c-0.774-0.301-1.162-0.898-1.162-1.789c0-0.891,0.24-1.525,0.72-1.902c0.425-0.322,1.048-0.483,1.871-0.483h4.081v1.326h-3.834 c-0.37,0-0.665,0.072-0.884,0.216c-0.219,0.158-0.329,0.387-0.329,0.689s0.093,0.524,0.278,0.668c0.192,0.13,1.11,0.195,2.755,0.195 l0.586,0.01l0.247,0.031l0.216,0.041c0.165,0.035,0.322,0.096,0.473,0.185l0.175,0.134l0.226,0.185 c0.165,0.144,0.281,0.363,0.35,0.658c0.068,0.281,0.103,0.685,0.103,1.213C20.974,17.006,20.733,17.462,20.254,17.818z"/> <path fill="%2333CCFF" d="M25.106,18.291l-0.658-0.031l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H23.42 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H25.106z"/> <path fill="%2333CCFF" d="M34.09,18.291l-1.634-2.888h-1.82v2.888h-1.552V10.9h3.813h0.38l0.288,0.052l0.216,0.031 c0.069,0,0.113,0.004,0.134,0.01c0.034,0.007,0.116,0.028,0.247,0.062c0.432,0.103,0.767,0.367,1.007,0.792 c0.212,0.377,0.319,0.819,0.319,1.326c0,0.507-0.12,0.939-0.36,1.295c-0.226,0.35-0.6,0.593-1.12,0.73l1.819,3.094H34.09z M33.679,12.473c-0.192-0.165-0.572-0.247-1.141-0.247h-1.902v1.871h1.902c0.562,0,0.935-0.082,1.12-0.247 c0.178-0.171,0.267-0.404,0.267-0.699C33.925,12.843,33.843,12.617,33.679,12.473z"/> <path fill="%2333CCFF" d="M42.796,17.479c-0.295,0.315-0.675,0.555-1.141,0.719c-0.459,0.165-1.011,0.247-1.655,0.247 c-1.247,0-2.176-0.326-2.786-0.977c-0.603-0.644-0.905-1.607-0.905-2.889c0-1.254,0.301-2.203,0.905-2.847 c0.603-0.651,1.439-0.977,2.508-0.977c1.069,0,1.881,0.154,2.436,0.462c0.63,0.343,1.069,0.922,1.316,1.737 c0.076,0.288,0.134,0.603,0.175,0.946c0.041,0.37,0.062,0.781,0.062,1.233C43.711,16.047,43.406,16.828,42.796,17.479z M41.604,12.812c-0.336-0.521-0.87-0.781-1.604-0.781c-0.699,0-1.223,0.257-1.573,0.771c-0.288,0.432-0.429,1.069-0.429,1.665 c0,0.624,0,1.472,0.46,2.108c0.478,0.66,1.277,0.606,1.795,0.606c0.411,0,0.991-0.257,1.34-0.771 c0.281-0.445,0.422-1.045,0.422-1.799C42.015,13.83,41.878,13.23,41.604,12.812z"/> <polygon fill="%2333CCFF" points="49.437,18.291 46.271,12.709 46.332,18.291 44.739,18.291 44.739,10.9 46.713,10.9 49.725,16.225 49.663,10.9 51.225,10.9 51.225,18.291 "/> <polygon fill="%23676767" points="2.168,22.737 2.168,21.546 1.061,21.546 1.061,22.737 0.648,22.737 0.648,20.011 1.061,20.011 1.061,21.175 2.168,21.175 2.168,20.011 2.582,20.011 2.582,22.737 "/> <polygon fill="%23676767" points="4.126,21.615 4.126,22.737 3.713,22.737 3.713,21.615 2.897,20.011 3.349,20.011 3.919,21.209 4.49,20.011 4.942,20.011 "/> <path fill="%23676767" d="M6.291,20.011H5.257v2.726H5.67v-1.076h0.62c0.532,0,0.873-0.348,0.873-0.823S6.823,20.011,6.291,20.011z M6.268,21.294H5.67v-0.911h0.597c0.291,0,0.482,0.165,0.482,0.456C6.75,21.125,6.559,21.294,6.268,21.294z"/> <polygon fill="%23676767" points="7.606,22.737 7.606,20.011 9.348,20.011 9.348,20.382 8.019,20.382 8.019,21.179 9.153,21.179 9.153,21.546 8.019,21.546 8.019,22.366 9.348,22.366 9.348,22.737 "/> <path fill="%23676767" d="M11.214,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H9.854v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L11.214,21.531z M10.268,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H10.268z"/> <rect x="12.303" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <polygon fill="%23676767" points="15.041,22.737 13.781,20.819 13.781,22.737 13.368,22.737 13.368,20.011 13.747,20.011 15.007,21.925 15.007,20.011 15.42,20.011 15.42,22.737 "/> <polygon fill="%23676767" points="16.486,20.382 16.486,21.213 17.619,21.213 17.619,21.585 16.486,21.585 16.486,22.737 16.072,22.737 16.072,20.011 17.815,20.011 17.815,20.382 "/> <path fill="%23676767" d="M19.761,20.263c-0.176-0.176-0.406-0.276-0.704-0.276s-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276s0.528-0.1,0.704-0.276 c0.268-0.268,0.276-0.54,0.276-1.11C20.037,20.803,20.029,20.532,19.761,20.263z M19.463,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172c-0.165,0-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168c0.165,0,0.303,0.061,0.406,0.168 c0.138,0.142,0.161,0.31,0.161,0.85C19.623,21.914,19.6,22.079,19.463,22.22z"/> <path fill="%23676767" d="M21.949,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H20.59v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L21.949,21.531z M21.003,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H21.003z"/> <polygon fill="%23676767" points="25.029,22.737 25.029,20.914 24.401,22.243 24.095,22.243 23.452,20.914 23.452,22.737 23.038,22.737 23.038,20.011 23.452,20.011 24.248,21.707 25.029,20.011 25.443,20.011 25.443,22.737 "/> <path fill="%23676767" d="M27.099,20.011h-0.333l-0.999,2.726h0.44l0.188-0.548h1.076l0.188,0.548h0.44L27.099,20.011z M26.517,21.837 l0.425-1.21l0.414,1.21H26.517z"/> <polygon fill="%23676767" points="29.118,20.382 29.118,22.737 28.704,22.737 28.704,20.382 27.954,20.382 27.954,20.011 29.868,20.011 29.868,20.382 "/> <rect x="30.279" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <path fill="%23676767" d="M32.929,20.263c-0.176-0.176-0.406-0.276-0.704-0.276c-0.299,0-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276 c0.299,0,0.528-0.1,0.704-0.276c0.268-0.268,0.276-0.54,0.276-1.11C33.205,20.803,33.197,20.532,32.929,20.263z M32.631,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172s-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168s0.303,0.061,0.406,0.168c0.138,0.142,0.161,0.31,0.161,0.85 C32.791,21.914,32.768,22.079,32.631,22.22z"/> <polygon fill="%23676767" points="35.431,22.737 34.171,20.819 34.171,22.737 33.758,22.737 33.758,20.011 34.137,20.011 35.397,21.925 35.397,20.011 35.81,20.011 35.81,22.737 "/> <path fill="%23676767" d="M38.903,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C39.883,22.462,39.477,22.76,38.903,22.76z"/> <polygon fill="%23676767" points="41.194,21.615 41.194,22.737 40.78,22.737 40.78,21.615 39.965,20.011 40.416,20.011 40.987,21.209 41.558,20.011 42.009,20.011 "/> <path fill="%23676767" d="M43.048,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C44.028,22.462,43.623,22.76,43.048,22.76z"/> <polygon fill="%23676767" points="45.446,20.382 45.446,22.737 45.033,22.737 45.033,20.382 44.282,20.382 44.282,20.011 46.197,20.011 46.197,20.382 "/> <polygon fill="%23676767" points="46.608,22.737 46.608,20.011 48.35,20.011 48.35,20.382 47.021,20.382 47.021,21.179 48.155,21.179 48.155,21.546 47.021,21.546 47.021,22.366 48.35,22.366 48.35,22.737 "/> <polygon fill="%23676767" points="50.848,22.737 50.848,20.914 50.22,22.243 49.913,22.243 49.27,20.914 49.27,22.737 48.857,22.737 48.857,20.011 49.27,20.011 50.067,21.707 50.848,20.011 51.261,20.011 51.261,22.737 "/> </svg>');
}
.lightBlue.icon-logo-sign2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 16"> <polygon fill="%2333CCFF" points="5.225,5.024 5.225,12.57 3.223,12.57 3.223,5.024 0.292,5.024 0.292,3.43 8.182,3.43 8.182,5.024 "/> <path fill="%2333CCFF" d="M12.809,12.582l-0.816-0.038L11.7,12.532c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142h5.328v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H12.809z"/> <path fill="%2333CCFF" d="M25.046,11.996c-0.518,0.391-3,0.586-7.444,0.586v-1.644h4.818c0.467,0,0.807-0.055,1.02-0.166 c0.314-0.161,0.472-0.374,0.472-0.637c0-0.28-0.013-0.472-0.038-0.574c-0.009-0.093-0.034-0.17-0.077-0.229 c-0.025-0.068-0.06-0.123-0.102-0.166c-0.221-0.221-0.846-0.332-1.874-0.332h-0.434l-0.625,0.013c-0.96,0-1.661-0.085-2.103-0.255 c-0.96-0.374-1.44-1.113-1.44-2.218c0-1.105,0.297-1.891,0.892-2.358c0.527-0.399,1.3-0.599,2.32-0.599h5.06v1.645h-4.755 c-0.459,0-0.824,0.089-1.096,0.268c-0.272,0.195-0.408,0.48-0.408,0.854c0,0.374,0.115,0.65,0.344,0.829 c0.238,0.161,1.377,0.242,3.416,0.242l0.727,0.013l0.306,0.038l0.268,0.051c0.204,0.043,0.399,0.119,0.586,0.229l0.217,0.166 l0.28,0.229c0.204,0.179,0.348,0.451,0.434,0.816c0.085,0.349,0.127,0.85,0.127,1.504C25.938,10.989,25.64,11.554,25.046,11.996z"/> <path fill="%2333CCFF" d="M31.062,12.582l-0.816-0.038l-0.293-0.013c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142H34.3v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H31.062z"/> <path fill="%2333CCFF" d="M42.203,12.582l-2.027-3.582H37.92v3.582h-1.925V3.418h4.729h0.472l0.357,0.064L41.82,3.52 c0.085,0,0.14,0.004,0.166,0.013c0.042,0.009,0.144,0.034,0.306,0.077c0.535,0.127,0.952,0.455,1.249,0.981 c0.263,0.467,0.395,1.016,0.395,1.644c0,0.629-0.149,1.164-0.446,1.606c-0.28,0.434-0.744,0.735-1.389,0.905l2.256,3.837H42.203z M41.693,5.368c-0.238-0.204-0.71-0.306-1.415-0.306H37.92v2.32h2.358c0.697,0,1.16-0.102,1.389-0.306 c0.221-0.212,0.332-0.501,0.332-0.867C41.999,5.827,41.897,5.546,41.693,5.368z"/> <path fill="%2333CCFF" d="M52.999,11.569c-0.365,0.391-0.837,0.688-1.415,0.892c-0.569,0.204-1.253,0.306-2.052,0.306 c-1.547,0-2.698-0.404-3.454-1.211c-0.748-0.799-1.122-1.993-1.122-3.582c0-1.555,0.374-2.732,1.122-3.531 c0.748-0.807,1.785-1.211,3.11-1.211c1.326,0,2.333,0.191,3.021,0.573c0.782,0.425,1.326,1.143,1.631,2.154 c0.094,0.357,0.166,0.748,0.217,1.173c0.051,0.459,0.077,0.968,0.077,1.529C54.134,9.793,53.756,10.762,52.999,11.569z M51.521,5.782c-0.416-0.646-1.079-0.969-1.988-0.969c-0.867,0-1.517,0.318-1.95,0.956c-0.357,0.536-0.532,1.325-0.532,2.064 c0,0.773,0,1.826,0.571,2.614c0.592,0.818,1.583,0.752,2.226,0.752c0.51,0,1.229-0.319,1.662-0.956 c0.349-0.552,0.523-1.296,0.523-2.231C52.031,7.044,51.86,6.3,51.521,5.782z"/> <polygon fill="%2333CCFF" points="61.234,12.582 57.308,5.661 57.384,12.582 55.408,12.582 55.408,3.418 57.856,3.418 61.59,10.02 61.514,3.418 63.451,3.418 63.451,12.582 "/> </svg>');
}
.lightBlue.icon-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%232189a5" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%23269FBF" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%2333CCFF" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.lightBlue.icon-variant.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%232189a5" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%23269FBF" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%2333CCFF" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.lightBlue.icon-menu-sandwich{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC9900" points="15.986,14.806 15.986,18.184 25.826,12.269 28.335,10.769 28.67,7.692 15.986,14.806 "/> <polyline fill="%232189a5" points="27.22,20.989 27.493,18.452 15.992,26.48 15.992,29.184 27.22,20.989 "/> <polygon fill="%23990099" points="27.75,16.122 28.057,13.334 15.986,20.978 15.992,23.988 25.698,17.493 "/> <polyline fill="%23269FBF" points="4.496,18.452 4.775,20.989 15.992,29.184 15.992,26.48 4.496,18.452 "/> <polyline fill="%23FFCC00" points="3.649,10.769 6.152,12.275 15.986,18.184 15.986,14.806 3.314,7.692 3.649,10.769 "/> <polygon fill="%23FF66FF" points="4.24,16.122 6.291,17.493 15.992,23.988 15.986,20.978 3.933,13.334 "/> <polyline fill="%23FF99FF" points="6.152,12.275 3.933,13.334 15.986,20.978 28.057,13.334 25.826,12.269 15.986,18.184 6.152,12.275 "/> <polyline fill="%2333CCFF" points="6.291,17.493 4.496,18.452 15.992,26.48 27.493,18.452 25.698,17.493 15.992,23.988 6.291,17.493 "/> <polygon fill="%23FFFF00" points="28.67,7.692 15.997,2.418 3.314,7.692 15.986,14.806 "/> </svg>');
}
.lightBlue.icon-build{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.347,21.811 27.641,19.076 15.24,27.733 15.24,30.648 27.347,21.811 "/> <polyline fill="%23999999" points="2.845,19.076 3.145,21.811 15.24,30.648 15.24,27.733 2.845,19.076 "/> <polygon fill="%23CCCCCC" points="2.845,19.076 15.24,27.733 27.641,19.076 15.24,13.131 "/> <polyline fill="%232189a5" points="6.619,23.176 6.703,24.567 8.047,24.153 26.917,18.327 26.936,17.923 27.04,16.081 6.562,22.236 6.619,23.176 "/> <polygon fill="%232189a5" points="27.782,4.372 27.914,1.975 21.27,5.434 21.063,14.859 22.933,13.854 22.933,13.844 23.158,6.862 "/> <path fill="%23269FBF" d="M19.117,11.767l-0.028,2.152l1.973,0.94l0.207-9.426l-2.077-1.024L19.117,11.767z"/> <polyline fill="%2333CCFF" points="19.089,13.919 19.117,11.767 17.172,10.715 13.808,14.37 6.562,22.236 27.04,16.081 22.933,13.844 22.933,13.854 21.063,14.859 19.089,13.919 "/> <polygon fill="%2333CCFF" points="21.27,5.434 27.914,1.975 25.837,1.045 19.193,4.409 "/> </svg> ');
}
.lightBlue.icon-increment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.607,14.107 20.328,26.628 25.64,23.068 26.24,10.789 20.607,14.107 "/> <polyline fill="%23999999" points="20.607,14.107 20.607,14.107 14.473,10.789 14.566,23.068 20.328,26.628 20.607,14.107 "/> <path fill="%23269FBF" d="M20.607,14.107L20.607,14.107l0.157-4.683L14.43,6.257l0.043,4.532L20.607,14.107z"/> <path fill="%232189a5" d="M26.24,10.789l0.329-4.532l-5.805,3.167l-0.157,4.683L26.24,10.789z"/> <path fill="%2333CCFF" d="M20.764,9.424l5.805-3.167l-6.305-2.831L14.43,6.257L20.764,9.424z"/> <path fill="%2333CCFF" d="M15.592,26.264l2.879-1.699l-6.365-13.186l-3.05,1.388L15.592,26.264z"/> <path fill="%23269FBF" d="M9.054,12.767l-5.618,6.091L7.2,21.157l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L9.054,12.767z"/> <path fill="%232189a5" d="M11.244,23.617l-0.007,5.565l2.77-1.637l0.044-2.219L11.244,23.617z"/> </svg> ');
}
.lightBlue.icon-cloud{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.lightBlue.icon-cloud-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23CCCCCC" points="17.327,26.85 20.122,25.404 13.731,12.574 10.827,13.838 17.327,26.85 "/> <polyline fill="%23676767" points="15.76,29.158 15.784,26.072 13.026,24.687 13.038,30.592 15.76,29.158 "/> <polyline fill="%23999999" points="15.784,26.072 17.327,26.85 10.827,13.838 4.971,20.654 8.908,22.622 9.029,28.453 13.038,30.592 13.026,24.687 15.784,26.072 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.lightBlue.icon-cloud-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23676767" points="16.467,22.31 16.506,16.909 13.72,18.586 13.733,24.027 16.467,22.31 "/> <polyline fill="%23999999" points="9.639,18.084 9.705,21.465 5.822,18.995 11.791,30.79 17.946,26.708 13.733,24.027 13.72,18.586 9.599,16.076 9.639,18.084 "/> <polyline fill="%23CCCCCC" points="20.667,24.912 16.467,22.31 13.733,24.027 17.946,26.708 20.667,24.912 "/> <polyline fill="%23CCCCCC" points="9.705,21.465 9.639,18.084 8.556,17.41 5.822,18.995 9.705,21.465 "/> <polyline fill="%23CCCCCC" points="12.386,14.465 9.599,16.076 13.72,18.586 16.506,16.909 12.386,14.465 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.lightBlue.icon-steps{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.978,10.305 27.976,10.305 25.443,11.691 25.443,14.446 27.765,13.055 27.978,10.305 "/> <polyline fill="%23676767" points="24.794,14.807 22.573,16.183 22.573,18.938 24.794,17.396 24.794,14.807 "/> <polygon fill="%23676767" points="18.847,27.297 18.867,24.437 15.95,26.537 15.95,29.481 "/> <polyline fill="%23999999" points="13.274,5.939 13.274,8.176 25.443,14.446 25.443,11.691 13.274,5.939 "/> <polyline fill="%23999999" points="22.573,18.938 22.573,16.183 10.424,9.295 10.424,11.604 22.573,18.938 "/> <polygon fill="%23999999" points="4.263,17.931 4.438,20.793 15.95,29.481 15.95,26.537 "/> <polyline fill="%23CCCCCC" points="15.547,5.146 13.274,5.939 25.443,11.691 27.976,10.305 15.547,5.146 "/> <polyline fill="%23CCCCCC" points="12.625,8.537 10.424,9.295 22.573,16.183 24.794,14.807 12.625,8.537 "/> <polygon fill="%23CCCCCC" points="15.95,26.537 18.867,24.437 7.03,16.503 4.263,17.931 "/> <path fill="%232189a5" d="M19.374,23.968l2.621-1.887l0.072-2.818l-2.674,1.842L19.374,23.968z"/> <path fill="%23269FBF" d="M7.285,13.188l0.253,2.845l11.837,7.935l0.02-2.863L7.285,13.188z"/> <path fill="%2333CCFF" d="M9.919,11.929l-2.634,1.259l12.109,7.917l2.674-1.842L9.919,11.929z"/> </svg>');
}
.lightBlue.icon-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M25.083,22.455c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,26.514,26.965,23.691,25.083,22.455z"/> <path fill="%2333CCFF" d="M25.083,20.32c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,24.379,26.965,21.557,25.083,20.32z"/> <radialGradient id="SVGID_1_" cx="15.9264" cy="-40.357" r="5.4056" fx="12.5806" fy="-42.7043" gradientTransform="matrix(1 0 0 1.1083 0 56.2674)" gradientUnits="userSpaceOnUse"> <stop offset="0.1106" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </radialGradient> <ellipse fill="url(%23SVGID_1_)" cx="15.926" cy="11.541" rx="5.036" ry="6.374"/> </svg>');
}
.lightBlue.icon-user-old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 587.678 587.678"> <path fill="%2333CCFF" d="M377.996,282.347c-56.201-18.357-79.563-41.185-79.563-41.185l-1.881,1.793 c-16.69,15.709-35.149,24.944-51.965,24.944H243c-16.815,0-35.274-9.235-51.964-24.944l-1.882-1.793 c0,0-23.36,22.827-79.562,41.185c-82.964,30.992-58.053,157.119-58.077,158.096c2.613,14.047,4.136,18.875,5.463,19.417 c83.314,37.091,290.319,37.091,373.634,0c1.327-0.542,2.85-5.37,5.463-19.417C436.051,439.466,461.295,313.84,377.996,282.347z"/> <path fill="%2333CCFF" d="M330.924,121.441l-0.696-0.755c-4.668-4.274-4.303-4.029-4.303-4.029s8.142-41.083,1.613-60.511 c-10.25-31.027-71.475-51.822-83.755-54.239c0.002-0.023-7.469-1.518-7.946-1.521c0,0-9.659-1.953-20.854,2.93 c-7.291,2.805-45.408,20.09-56.227,52.83c-6.528,19.428,1.614,60.511,1.614,60.511s0.365-0.245-4.304,4.029l-0.695,0.755 c-3.158,3.586-2.378,14.806,1.074,26.479c3.128,11.695,7.205,14.838,8.182,17.577c9.903,46.497,44.338,86.197,79.429,86.197 s67.707-39.7,77.61-86.197c0.978-2.738,5.055-5.882,8.183-17.577C333.301,136.246,334.172,124.256,330.924,121.441z"/> </svg>');
}
.green.icon-app.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.green.icon-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.994,22.877l-0.781-0.514l0.681,7.635C15.962,30,16.03,30.001,16.097,30l0.683-7.641L15.994,22.877"/> <path fill="%23CC9900" d="M2.967,7.657L2.882,7.618C2.862,7.652,2.841,7.686,2.822,7.72l6.604,4.635l-0.049-0.87l0.218,0.128 l0.04,0.022v0.002l0.04,0.024l6.339-3.208V2L2.967,7.657z"/> <path fill="%23FFCC00" d="M29.173,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-0.078,0.036L16.013,2v6.453l6.327,3.208l0.27-0.158 l-0.048,0.847L29.173,7.716z"/> <path fill="%23CCCCCC" d="M15.99,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949l0.407,4.56 l0.781,0.514L15.99,15.246z"/> <path fill="%23999999" d="M16.001,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.001,15.214z"/> <path fill="%23FF66FF" d="M9.797,18.799l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6 c0.886,0.583,1.767,0.888,2.642,0.914l-0.681-7.635L9.797,18.799z"/> <path fill="%23990099" d="M3.791,20.554c0.077,0.512,0.24,0.983,0.49,1.414l5.516-3.169l-0.371-6.445L2.82,7.719 C2.561,8.168,2.458,8.696,2.511,9.303L3.791,20.554z"/> <path fill="%23FF99FF" d="M15.211,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499l0.371,6.445L15.211,22.362z" /> <g> <path fill="%2301CCFF" d="M22.199,18.795l-0.002,0.002l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.199,18.795z"/> <path fill="%230199CC" d="M22.198,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.198,18.796z"/> <path fill="%23016699" d="M29.495,9.136c0.02-0.538-0.088-1.012-0.324-1.421L22.56,12.35l-0.362,6.445h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.495,9.136z"/> </g> <path fill="%23FFFF00" d="M9.207,0l6.803,1.989c-0.369,0.429-0.896,0.804-1.581,1.125L4.784,7.377 C4.148,7.633,3.508,7.762,2.863,7.765l0.104-5.727L9.207,0z"/> <path fill="%23FFFF00" d="M22.844,0l-6.803,1.989c0.369,0.429,0.896,0.804,1.581,1.125l9.645,4.263 c0.636,0.256,1.276,0.386,1.921,0.389l-0.104-5.727L22.844,0z"/> <path fill="%23FFFFFF" d="M15.993,15.225v-0.004l6.607-3.802L15.993,8.13l-6.62,3.289l0.019,0.011l6.588,3.79l0.002,0.023l0.006-0.004 l0.004-0.013L15.993,15.225z"/> </svg>');
}
.green.icon-logo-symbol{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.green.icon-logo-sign1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 32"> <polygon fill="%2333CCFF" points="4.27,12.206 4.27,18.291 2.656,18.291 2.656,12.206 0.292,12.206 0.292,10.921 6.654,10.921 6.654,12.206 "/> <path fill="%2333CCFF" d="M10.386,18.291L9.728,18.26l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H8.7 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H10.386z"/> <path fill="%2333CCFF" d="M20.254,17.818c-0.418,0.315-2.419,0.473-6.003,0.473v-1.326h3.885c0.377,0,0.651-0.045,0.822-0.134 c0.254-0.13,0.38-0.301,0.38-0.514c0-0.226-0.01-0.38-0.031-0.463c-0.007-0.075-0.028-0.137-0.062-0.185 c-0.021-0.055-0.048-0.099-0.082-0.134c-0.178-0.178-0.682-0.267-1.511-0.267h-0.35L16.8,15.279c-0.774,0-1.34-0.069-1.696-0.206 c-0.774-0.301-1.162-0.898-1.162-1.789c0-0.891,0.24-1.525,0.72-1.902c0.425-0.322,1.048-0.483,1.871-0.483h4.081v1.326h-3.834 c-0.37,0-0.665,0.072-0.884,0.216c-0.219,0.158-0.329,0.387-0.329,0.689s0.093,0.524,0.278,0.668c0.192,0.13,1.11,0.195,2.755,0.195 l0.586,0.01l0.247,0.031l0.216,0.041c0.165,0.035,0.322,0.096,0.473,0.185l0.175,0.134l0.226,0.185 c0.165,0.144,0.281,0.363,0.35,0.658c0.068,0.281,0.103,0.685,0.103,1.213C20.974,17.006,20.733,17.462,20.254,17.818z"/> <path fill="%2333CCFF" d="M25.106,18.291l-0.658-0.031l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H23.42 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H25.106z"/> <path fill="%2333CCFF" d="M34.09,18.291l-1.634-2.888h-1.82v2.888h-1.552V10.9h3.813h0.38l0.288,0.052l0.216,0.031 c0.069,0,0.113,0.004,0.134,0.01c0.034,0.007,0.116,0.028,0.247,0.062c0.432,0.103,0.767,0.367,1.007,0.792 c0.212,0.377,0.319,0.819,0.319,1.326c0,0.507-0.12,0.939-0.36,1.295c-0.226,0.35-0.6,0.593-1.12,0.73l1.819,3.094H34.09z M33.679,12.473c-0.192-0.165-0.572-0.247-1.141-0.247h-1.902v1.871h1.902c0.562,0,0.935-0.082,1.12-0.247 c0.178-0.171,0.267-0.404,0.267-0.699C33.925,12.843,33.843,12.617,33.679,12.473z"/> <path fill="%2333CCFF" d="M42.796,17.479c-0.295,0.315-0.675,0.555-1.141,0.719c-0.459,0.165-1.011,0.247-1.655,0.247 c-1.247,0-2.176-0.326-2.786-0.977c-0.603-0.644-0.905-1.607-0.905-2.889c0-1.254,0.301-2.203,0.905-2.847 c0.603-0.651,1.439-0.977,2.508-0.977c1.069,0,1.881,0.154,2.436,0.462c0.63,0.343,1.069,0.922,1.316,1.737 c0.076,0.288,0.134,0.603,0.175,0.946c0.041,0.37,0.062,0.781,0.062,1.233C43.711,16.047,43.406,16.828,42.796,17.479z M41.604,12.812c-0.336-0.521-0.87-0.781-1.604-0.781c-0.699,0-1.223,0.257-1.573,0.771c-0.288,0.432-0.429,1.069-0.429,1.665 c0,0.624,0,1.472,0.46,2.108c0.478,0.66,1.277,0.606,1.795,0.606c0.411,0,0.991-0.257,1.34-0.771 c0.281-0.445,0.422-1.045,0.422-1.799C42.015,13.83,41.878,13.23,41.604,12.812z"/> <polygon fill="%2333CCFF" points="49.437,18.291 46.271,12.709 46.332,18.291 44.739,18.291 44.739,10.9 46.713,10.9 49.725,16.225 49.663,10.9 51.225,10.9 51.225,18.291 "/> <polygon fill="%23676767" points="2.168,22.737 2.168,21.546 1.061,21.546 1.061,22.737 0.648,22.737 0.648,20.011 1.061,20.011 1.061,21.175 2.168,21.175 2.168,20.011 2.582,20.011 2.582,22.737 "/> <polygon fill="%23676767" points="4.126,21.615 4.126,22.737 3.713,22.737 3.713,21.615 2.897,20.011 3.349,20.011 3.919,21.209 4.49,20.011 4.942,20.011 "/> <path fill="%23676767" d="M6.291,20.011H5.257v2.726H5.67v-1.076h0.62c0.532,0,0.873-0.348,0.873-0.823S6.823,20.011,6.291,20.011z M6.268,21.294H5.67v-0.911h0.597c0.291,0,0.482,0.165,0.482,0.456C6.75,21.125,6.559,21.294,6.268,21.294z"/> <polygon fill="%23676767" points="7.606,22.737 7.606,20.011 9.348,20.011 9.348,20.382 8.019,20.382 8.019,21.179 9.153,21.179 9.153,21.546 8.019,21.546 8.019,22.366 9.348,22.366 9.348,22.737 "/> <path fill="%23676767" d="M11.214,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H9.854v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L11.214,21.531z M10.268,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H10.268z"/> <rect x="12.303" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <polygon fill="%23676767" points="15.041,22.737 13.781,20.819 13.781,22.737 13.368,22.737 13.368,20.011 13.747,20.011 15.007,21.925 15.007,20.011 15.42,20.011 15.42,22.737 "/> <polygon fill="%23676767" points="16.486,20.382 16.486,21.213 17.619,21.213 17.619,21.585 16.486,21.585 16.486,22.737 16.072,22.737 16.072,20.011 17.815,20.011 17.815,20.382 "/> <path fill="%23676767" d="M19.761,20.263c-0.176-0.176-0.406-0.276-0.704-0.276s-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276s0.528-0.1,0.704-0.276 c0.268-0.268,0.276-0.54,0.276-1.11C20.037,20.803,20.029,20.532,19.761,20.263z M19.463,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172c-0.165,0-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168c0.165,0,0.303,0.061,0.406,0.168 c0.138,0.142,0.161,0.31,0.161,0.85C19.623,21.914,19.6,22.079,19.463,22.22z"/> <path fill="%23676767" d="M21.949,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H20.59v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L21.949,21.531z M21.003,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H21.003z"/> <polygon fill="%23676767" points="25.029,22.737 25.029,20.914 24.401,22.243 24.095,22.243 23.452,20.914 23.452,22.737 23.038,22.737 23.038,20.011 23.452,20.011 24.248,21.707 25.029,20.011 25.443,20.011 25.443,22.737 "/> <path fill="%23676767" d="M27.099,20.011h-0.333l-0.999,2.726h0.44l0.188-0.548h1.076l0.188,0.548h0.44L27.099,20.011z M26.517,21.837 l0.425-1.21l0.414,1.21H26.517z"/> <polygon fill="%23676767" points="29.118,20.382 29.118,22.737 28.704,22.737 28.704,20.382 27.954,20.382 27.954,20.011 29.868,20.011 29.868,20.382 "/> <rect x="30.279" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <path fill="%23676767" d="M32.929,20.263c-0.176-0.176-0.406-0.276-0.704-0.276c-0.299,0-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276 c0.299,0,0.528-0.1,0.704-0.276c0.268-0.268,0.276-0.54,0.276-1.11C33.205,20.803,33.197,20.532,32.929,20.263z M32.631,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172s-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168s0.303,0.061,0.406,0.168c0.138,0.142,0.161,0.31,0.161,0.85 C32.791,21.914,32.768,22.079,32.631,22.22z"/> <polygon fill="%23676767" points="35.431,22.737 34.171,20.819 34.171,22.737 33.758,22.737 33.758,20.011 34.137,20.011 35.397,21.925 35.397,20.011 35.81,20.011 35.81,22.737 "/> <path fill="%23676767" d="M38.903,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C39.883,22.462,39.477,22.76,38.903,22.76z"/> <polygon fill="%23676767" points="41.194,21.615 41.194,22.737 40.78,22.737 40.78,21.615 39.965,20.011 40.416,20.011 40.987,21.209 41.558,20.011 42.009,20.011 "/> <path fill="%23676767" d="M43.048,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C44.028,22.462,43.623,22.76,43.048,22.76z"/> <polygon fill="%23676767" points="45.446,20.382 45.446,22.737 45.033,22.737 45.033,20.382 44.282,20.382 44.282,20.011 46.197,20.011 46.197,20.382 "/> <polygon fill="%23676767" points="46.608,22.737 46.608,20.011 48.35,20.011 48.35,20.382 47.021,20.382 47.021,21.179 48.155,21.179 48.155,21.546 47.021,21.546 47.021,22.366 48.35,22.366 48.35,22.737 "/> <polygon fill="%23676767" points="50.848,22.737 50.848,20.914 50.22,22.243 49.913,22.243 49.27,20.914 49.27,22.737 48.857,22.737 48.857,20.011 49.27,20.011 50.067,21.707 50.848,20.011 51.261,20.011 51.261,22.737 "/> </svg>');
}
.green.icon-logo-sign2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 16"> <polygon fill="%2333CCFF" points="5.225,5.024 5.225,12.57 3.223,12.57 3.223,5.024 0.292,5.024 0.292,3.43 8.182,3.43 8.182,5.024 "/> <path fill="%2333CCFF" d="M12.809,12.582l-0.816-0.038L11.7,12.532c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142h5.328v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H12.809z"/> <path fill="%2333CCFF" d="M25.046,11.996c-0.518,0.391-3,0.586-7.444,0.586v-1.644h4.818c0.467,0,0.807-0.055,1.02-0.166 c0.314-0.161,0.472-0.374,0.472-0.637c0-0.28-0.013-0.472-0.038-0.574c-0.009-0.093-0.034-0.17-0.077-0.229 c-0.025-0.068-0.06-0.123-0.102-0.166c-0.221-0.221-0.846-0.332-1.874-0.332h-0.434l-0.625,0.013c-0.96,0-1.661-0.085-2.103-0.255 c-0.96-0.374-1.44-1.113-1.44-2.218c0-1.105,0.297-1.891,0.892-2.358c0.527-0.399,1.3-0.599,2.32-0.599h5.06v1.645h-4.755 c-0.459,0-0.824,0.089-1.096,0.268c-0.272,0.195-0.408,0.48-0.408,0.854c0,0.374,0.115,0.65,0.344,0.829 c0.238,0.161,1.377,0.242,3.416,0.242l0.727,0.013l0.306,0.038l0.268,0.051c0.204,0.043,0.399,0.119,0.586,0.229l0.217,0.166 l0.28,0.229c0.204,0.179,0.348,0.451,0.434,0.816c0.085,0.349,0.127,0.85,0.127,1.504C25.938,10.989,25.64,11.554,25.046,11.996z"/> <path fill="%2333CCFF" d="M31.062,12.582l-0.816-0.038l-0.293-0.013c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142H34.3v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H31.062z"/> <path fill="%2333CCFF" d="M42.203,12.582l-2.027-3.582H37.92v3.582h-1.925V3.418h4.729h0.472l0.357,0.064L41.82,3.52 c0.085,0,0.14,0.004,0.166,0.013c0.042,0.009,0.144,0.034,0.306,0.077c0.535,0.127,0.952,0.455,1.249,0.981 c0.263,0.467,0.395,1.016,0.395,1.644c0,0.629-0.149,1.164-0.446,1.606c-0.28,0.434-0.744,0.735-1.389,0.905l2.256,3.837H42.203z M41.693,5.368c-0.238-0.204-0.71-0.306-1.415-0.306H37.92v2.32h2.358c0.697,0,1.16-0.102,1.389-0.306 c0.221-0.212,0.332-0.501,0.332-0.867C41.999,5.827,41.897,5.546,41.693,5.368z"/> <path fill="%2333CCFF" d="M52.999,11.569c-0.365,0.391-0.837,0.688-1.415,0.892c-0.569,0.204-1.253,0.306-2.052,0.306 c-1.547,0-2.698-0.404-3.454-1.211c-0.748-0.799-1.122-1.993-1.122-3.582c0-1.555,0.374-2.732,1.122-3.531 c0.748-0.807,1.785-1.211,3.11-1.211c1.326,0,2.333,0.191,3.021,0.573c0.782,0.425,1.326,1.143,1.631,2.154 c0.094,0.357,0.166,0.748,0.217,1.173c0.051,0.459,0.077,0.968,0.077,1.529C54.134,9.793,53.756,10.762,52.999,11.569z M51.521,5.782c-0.416-0.646-1.079-0.969-1.988-0.969c-0.867,0-1.517,0.318-1.95,0.956c-0.357,0.536-0.532,1.325-0.532,2.064 c0,0.773,0,1.826,0.571,2.614c0.592,0.818,1.583,0.752,2.226,0.752c0.51,0,1.229-0.319,1.662-0.956 c0.349-0.552,0.523-1.296,0.523-2.231C52.031,7.044,51.86,6.3,51.521,5.782z"/> <polygon fill="%2333CCFF" points="61.234,12.582 57.308,5.661 57.384,12.582 55.408,12.582 55.408,3.418 57.856,3.418 61.59,10.02 61.514,3.418 63.451,3.418 63.451,12.582 "/> </svg>');
}
.green.icon-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%2321663c" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%232f8c51" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%2339b563" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.green.icon-variant.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%2321663c" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%232f8c51" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%2339b563" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.green.icon-menu-sandwich{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC9900" points="15.986,14.806 15.986,18.184 25.826,12.269 28.335,10.769 28.67,7.692 15.986,14.806 "/> <polyline fill="%2321663c" points="27.22,20.989 27.493,18.452 15.992,26.48 15.992,29.184 27.22,20.989 "/> <polygon fill="%23990099" points="27.75,16.122 28.057,13.334 15.986,20.978 15.992,23.988 25.698,17.493 "/> <polyline fill="%232f8c51" points="4.496,18.452 4.775,20.989 15.992,29.184 15.992,26.48 4.496,18.452 "/> <polyline fill="%23FFCC00" points="3.649,10.769 6.152,12.275 15.986,18.184 15.986,14.806 3.314,7.692 3.649,10.769 "/> <polygon fill="%23FF66FF" points="4.24,16.122 6.291,17.493 15.992,23.988 15.986,20.978 3.933,13.334 "/> <polyline fill="%23FF99FF" points="6.152,12.275 3.933,13.334 15.986,20.978 28.057,13.334 25.826,12.269 15.986,18.184 6.152,12.275 "/> <polyline fill="%2339b563" points="6.291,17.493 4.496,18.452 15.992,26.48 27.493,18.452 25.698,17.493 15.992,23.988 6.291,17.493 "/> <polygon fill="%23FFFF00" points="28.67,7.692 15.997,2.418 3.314,7.692 15.986,14.806 "/> </svg>');
}
.green.icon-build{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.347,21.811 27.641,19.076 15.24,27.733 15.24,30.648 27.347,21.811 "/> <polyline fill="%23999999" points="2.845,19.076 3.145,21.811 15.24,30.648 15.24,27.733 2.845,19.076 "/> <polygon fill="%23CCCCCC" points="2.845,19.076 15.24,27.733 27.641,19.076 15.24,13.131 "/> <polyline fill="%2321663c" points="6.619,23.176 6.703,24.567 8.047,24.153 26.917,18.327 26.936,17.923 27.04,16.081 6.562,22.236 6.619,23.176 "/> <polygon fill="%2321663c" points="27.782,4.372 27.914,1.975 21.27,5.434 21.063,14.859 22.933,13.854 22.933,13.844 23.158,6.862 "/> <path fill="%232f8c51" d="M19.117,11.767l-0.028,2.152l1.973,0.94l0.207-9.426l-2.077-1.024L19.117,11.767z"/> <polyline fill="%2339b563" points="19.089,13.919 19.117,11.767 17.172,10.715 13.808,14.37 6.562,22.236 27.04,16.081 22.933,13.844 22.933,13.854 21.063,14.859 19.089,13.919 "/> <polygon fill="%2339b563" points="21.27,5.434 27.914,1.975 25.837,1.045 19.193,4.409 "/> </svg> ');
}
.green.icon-increment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.607,14.107 20.328,26.628 25.64,23.068 26.24,10.789 20.607,14.107 "/> <polyline fill="%23999999" points="20.607,14.107 20.607,14.107 14.473,10.789 14.566,23.068 20.328,26.628 20.607,14.107 "/> <path fill="%232f8c51" d="M20.607,14.107L20.607,14.107l0.157-4.683L14.43,6.257l0.043,4.532L20.607,14.107z"/> <path fill="%2321663c" d="M26.24,10.789l0.329-4.532l-5.805,3.167l-0.157,4.683L26.24,10.789z"/> <path fill="%2339b563" d="M20.764,9.424l5.805-3.167l-6.305-2.831L14.43,6.257L20.764,9.424z"/> <path fill="%2339b563" d="M15.592,26.264l2.879-1.699l-6.365-13.186l-3.05,1.388L15.592,26.264z"/> <path fill="%232f8c51" d="M9.054,12.767l-5.618,6.091L7.2,21.157l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L9.054,12.767z"/> <path fill="%2321663c" d="M11.244,23.617l-0.007,5.565l2.77-1.637l0.044-2.219L11.244,23.617z"/> </svg> ');
}
.green.icon-cloud{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.green.icon-cloud-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23CCCCCC" points="17.327,26.85 20.122,25.404 13.731,12.574 10.827,13.838 17.327,26.85 "/> <polyline fill="%23676767" points="15.76,29.158 15.784,26.072 13.026,24.687 13.038,30.592 15.76,29.158 "/> <polyline fill="%23999999" points="15.784,26.072 17.327,26.85 10.827,13.838 4.971,20.654 8.908,22.622 9.029,28.453 13.038,30.592 13.026,24.687 15.784,26.072 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.green.icon-cloud-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23676767" points="16.467,22.31 16.506,16.909 13.72,18.586 13.733,24.027 16.467,22.31 "/> <polyline fill="%23999999" points="9.639,18.084 9.705,21.465 5.822,18.995 11.791,30.79 17.946,26.708 13.733,24.027 13.72,18.586 9.599,16.076 9.639,18.084 "/> <polyline fill="%23CCCCCC" points="20.667,24.912 16.467,22.31 13.733,24.027 17.946,26.708 20.667,24.912 "/> <polyline fill="%23CCCCCC" points="9.705,21.465 9.639,18.084 8.556,17.41 5.822,18.995 9.705,21.465 "/> <polyline fill="%23CCCCCC" points="12.386,14.465 9.599,16.076 13.72,18.586 16.506,16.909 12.386,14.465 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.green.icon-steps{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.978,10.305 27.976,10.305 25.443,11.691 25.443,14.446 27.765,13.055 27.978,10.305 "/> <polyline fill="%23676767" points="24.794,14.807 22.573,16.183 22.573,18.938 24.794,17.396 24.794,14.807 "/> <polygon fill="%23676767" points="18.847,27.297 18.867,24.437 15.95,26.537 15.95,29.481 "/> <polyline fill="%23999999" points="13.274,5.939 13.274,8.176 25.443,14.446 25.443,11.691 13.274,5.939 "/> <polyline fill="%23999999" points="22.573,18.938 22.573,16.183 10.424,9.295 10.424,11.604 22.573,18.938 "/> <polygon fill="%23999999" points="4.263,17.931 4.438,20.793 15.95,29.481 15.95,26.537 "/> <polyline fill="%23CCCCCC" points="15.547,5.146 13.274,5.939 25.443,11.691 27.976,10.305 15.547,5.146 "/> <polyline fill="%23CCCCCC" points="12.625,8.537 10.424,9.295 22.573,16.183 24.794,14.807 12.625,8.537 "/> <polygon fill="%23CCCCCC" points="15.95,26.537 18.867,24.437 7.03,16.503 4.263,17.931 "/> <path fill="%2321663c" d="M19.374,23.968l2.621-1.887l0.072-2.818l-2.674,1.842L19.374,23.968z"/> <path fill="%232f8c51" d="M7.285,13.188l0.253,2.845l11.837,7.935l0.02-2.863L7.285,13.188z"/> <path fill="%2339b563" d="M9.919,11.929l-2.634,1.259l12.109,7.917l2.674-1.842L9.919,11.929z"/> </svg>');
}
.green.icon-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M25.083,22.455c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,26.514,26.965,23.691,25.083,22.455z"/> <path fill="%2339b563" d="M25.083,20.32c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,24.379,26.965,21.557,25.083,20.32z"/> <radialGradient id="SVGID_1_" cx="15.9264" cy="-40.357" r="5.4056" fx="12.5806" fy="-42.7043" gradientTransform="matrix(1 0 0 1.1083 0 56.2674)" gradientUnits="userSpaceOnUse"> <stop offset="0.1106" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </radialGradient> <ellipse fill="url(%23SVGID_1_)" cx="15.926" cy="11.541" rx="5.036" ry="6.374"/> </svg>');
}
.green.icon-user-old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 587.678 587.678"> <path fill="%2339b563" d="M377.996,282.347c-56.201-18.357-79.563-41.185-79.563-41.185l-1.881,1.793 c-16.69,15.709-35.149,24.944-51.965,24.944H243c-16.815,0-35.274-9.235-51.964-24.944l-1.882-1.793 c0,0-23.36,22.827-79.562,41.185c-82.964,30.992-58.053,157.119-58.077,158.096c2.613,14.047,4.136,18.875,5.463,19.417 c83.314,37.091,290.319,37.091,373.634,0c1.327-0.542,2.85-5.37,5.463-19.417C436.051,439.466,461.295,313.84,377.996,282.347z"/> <path fill="%2339b563" d="M330.924,121.441l-0.696-0.755c-4.668-4.274-4.303-4.029-4.303-4.029s8.142-41.083,1.613-60.511 c-10.25-31.027-71.475-51.822-83.755-54.239c0.002-0.023-7.469-1.518-7.946-1.521c0,0-9.659-1.953-20.854,2.93 c-7.291,2.805-45.408,20.09-56.227,52.83c-6.528,19.428,1.614,60.511,1.614,60.511s0.365-0.245-4.304,4.029l-0.695,0.755 c-3.158,3.586-2.378,14.806,1.074,26.479c3.128,11.695,7.205,14.838,8.182,17.577c9.903,46.497,44.338,86.197,79.429,86.197 s67.707-39.7,77.61-86.197c0.978-2.738,5.055-5.882,8.183-17.577C333.301,136.246,334.172,124.256,330.924,121.441z"/> </svg>');
}
.lightGreen.icon-app.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.lightGreen.icon-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.994,22.877l-0.781-0.514l0.681,7.635C15.962,30,16.03,30.001,16.097,30l0.683-7.641L15.994,22.877"/> <path fill="%23CC9900" d="M2.967,7.657L2.882,7.618C2.862,7.652,2.841,7.686,2.822,7.72l6.604,4.635l-0.049-0.87l0.218,0.128 l0.04,0.022v0.002l0.04,0.024l6.339-3.208V2L2.967,7.657z"/> <path fill="%23FFCC00" d="M29.173,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-0.078,0.036L16.013,2v6.453l6.327,3.208l0.27-0.158 l-0.048,0.847L29.173,7.716z"/> <path fill="%23CCCCCC" d="M15.99,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949l0.407,4.56 l0.781,0.514L15.99,15.246z"/> <path fill="%23999999" d="M16.001,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.001,15.214z"/> <path fill="%23FF66FF" d="M9.797,18.799l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6 c0.886,0.583,1.767,0.888,2.642,0.914l-0.681-7.635L9.797,18.799z"/> <path fill="%23990099" d="M3.791,20.554c0.077,0.512,0.24,0.983,0.49,1.414l5.516-3.169l-0.371-6.445L2.82,7.719 C2.561,8.168,2.458,8.696,2.511,9.303L3.791,20.554z"/> <path fill="%23FF99FF" d="M15.211,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499l0.371,6.445L15.211,22.362z" /> <g> <path fill="%2301CCFF" d="M22.199,18.795l-0.002,0.002l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.199,18.795z"/> <path fill="%230199CC" d="M22.198,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.198,18.796z"/> <path fill="%23016699" d="M29.495,9.136c0.02-0.538-0.088-1.012-0.324-1.421L22.56,12.35l-0.362,6.445h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.495,9.136z"/> </g> <path fill="%23FFFF00" d="M9.207,0l6.803,1.989c-0.369,0.429-0.896,0.804-1.581,1.125L4.784,7.377 C4.148,7.633,3.508,7.762,2.863,7.765l0.104-5.727L9.207,0z"/> <path fill="%23FFFF00" d="M22.844,0l-6.803,1.989c0.369,0.429,0.896,0.804,1.581,1.125l9.645,4.263 c0.636,0.256,1.276,0.386,1.921,0.389l-0.104-5.727L22.844,0z"/> <path fill="%23FFFFFF" d="M15.993,15.225v-0.004l6.607-3.802L15.993,8.13l-6.62,3.289l0.019,0.011l6.588,3.79l0.002,0.023l0.006-0.004 l0.004-0.013L15.993,15.225z"/> </svg>');
}
.lightGreen.icon-logo-symbol{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.lightGreen.icon-logo-sign1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 32"> <polygon fill="%2333CCFF" points="4.27,12.206 4.27,18.291 2.656,18.291 2.656,12.206 0.292,12.206 0.292,10.921 6.654,10.921 6.654,12.206 "/> <path fill="%2333CCFF" d="M10.386,18.291L9.728,18.26l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H8.7 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H10.386z"/> <path fill="%2333CCFF" d="M20.254,17.818c-0.418,0.315-2.419,0.473-6.003,0.473v-1.326h3.885c0.377,0,0.651-0.045,0.822-0.134 c0.254-0.13,0.38-0.301,0.38-0.514c0-0.226-0.01-0.38-0.031-0.463c-0.007-0.075-0.028-0.137-0.062-0.185 c-0.021-0.055-0.048-0.099-0.082-0.134c-0.178-0.178-0.682-0.267-1.511-0.267h-0.35L16.8,15.279c-0.774,0-1.34-0.069-1.696-0.206 c-0.774-0.301-1.162-0.898-1.162-1.789c0-0.891,0.24-1.525,0.72-1.902c0.425-0.322,1.048-0.483,1.871-0.483h4.081v1.326h-3.834 c-0.37,0-0.665,0.072-0.884,0.216c-0.219,0.158-0.329,0.387-0.329,0.689s0.093,0.524,0.278,0.668c0.192,0.13,1.11,0.195,2.755,0.195 l0.586,0.01l0.247,0.031l0.216,0.041c0.165,0.035,0.322,0.096,0.473,0.185l0.175,0.134l0.226,0.185 c0.165,0.144,0.281,0.363,0.35,0.658c0.068,0.281,0.103,0.685,0.103,1.213C20.974,17.006,20.733,17.462,20.254,17.818z"/> <path fill="%2333CCFF" d="M25.106,18.291l-0.658-0.031l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H23.42 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H25.106z"/> <path fill="%2333CCFF" d="M34.09,18.291l-1.634-2.888h-1.82v2.888h-1.552V10.9h3.813h0.38l0.288,0.052l0.216,0.031 c0.069,0,0.113,0.004,0.134,0.01c0.034,0.007,0.116,0.028,0.247,0.062c0.432,0.103,0.767,0.367,1.007,0.792 c0.212,0.377,0.319,0.819,0.319,1.326c0,0.507-0.12,0.939-0.36,1.295c-0.226,0.35-0.6,0.593-1.12,0.73l1.819,3.094H34.09z M33.679,12.473c-0.192-0.165-0.572-0.247-1.141-0.247h-1.902v1.871h1.902c0.562,0,0.935-0.082,1.12-0.247 c0.178-0.171,0.267-0.404,0.267-0.699C33.925,12.843,33.843,12.617,33.679,12.473z"/> <path fill="%2333CCFF" d="M42.796,17.479c-0.295,0.315-0.675,0.555-1.141,0.719c-0.459,0.165-1.011,0.247-1.655,0.247 c-1.247,0-2.176-0.326-2.786-0.977c-0.603-0.644-0.905-1.607-0.905-2.889c0-1.254,0.301-2.203,0.905-2.847 c0.603-0.651,1.439-0.977,2.508-0.977c1.069,0,1.881,0.154,2.436,0.462c0.63,0.343,1.069,0.922,1.316,1.737 c0.076,0.288,0.134,0.603,0.175,0.946c0.041,0.37,0.062,0.781,0.062,1.233C43.711,16.047,43.406,16.828,42.796,17.479z M41.604,12.812c-0.336-0.521-0.87-0.781-1.604-0.781c-0.699,0-1.223,0.257-1.573,0.771c-0.288,0.432-0.429,1.069-0.429,1.665 c0,0.624,0,1.472,0.46,2.108c0.478,0.66,1.277,0.606,1.795,0.606c0.411,0,0.991-0.257,1.34-0.771 c0.281-0.445,0.422-1.045,0.422-1.799C42.015,13.83,41.878,13.23,41.604,12.812z"/> <polygon fill="%2333CCFF" points="49.437,18.291 46.271,12.709 46.332,18.291 44.739,18.291 44.739,10.9 46.713,10.9 49.725,16.225 49.663,10.9 51.225,10.9 51.225,18.291 "/> <polygon fill="%23676767" points="2.168,22.737 2.168,21.546 1.061,21.546 1.061,22.737 0.648,22.737 0.648,20.011 1.061,20.011 1.061,21.175 2.168,21.175 2.168,20.011 2.582,20.011 2.582,22.737 "/> <polygon fill="%23676767" points="4.126,21.615 4.126,22.737 3.713,22.737 3.713,21.615 2.897,20.011 3.349,20.011 3.919,21.209 4.49,20.011 4.942,20.011 "/> <path fill="%23676767" d="M6.291,20.011H5.257v2.726H5.67v-1.076h0.62c0.532,0,0.873-0.348,0.873-0.823S6.823,20.011,6.291,20.011z M6.268,21.294H5.67v-0.911h0.597c0.291,0,0.482,0.165,0.482,0.456C6.75,21.125,6.559,21.294,6.268,21.294z"/> <polygon fill="%23676767" points="7.606,22.737 7.606,20.011 9.348,20.011 9.348,20.382 8.019,20.382 8.019,21.179 9.153,21.179 9.153,21.546 8.019,21.546 8.019,22.366 9.348,22.366 9.348,22.737 "/> <path fill="%23676767" d="M11.214,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H9.854v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L11.214,21.531z M10.268,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H10.268z"/> <rect x="12.303" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <polygon fill="%23676767" points="15.041,22.737 13.781,20.819 13.781,22.737 13.368,22.737 13.368,20.011 13.747,20.011 15.007,21.925 15.007,20.011 15.42,20.011 15.42,22.737 "/> <polygon fill="%23676767" points="16.486,20.382 16.486,21.213 17.619,21.213 17.619,21.585 16.486,21.585 16.486,22.737 16.072,22.737 16.072,20.011 17.815,20.011 17.815,20.382 "/> <path fill="%23676767" d="M19.761,20.263c-0.176-0.176-0.406-0.276-0.704-0.276s-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276s0.528-0.1,0.704-0.276 c0.268-0.268,0.276-0.54,0.276-1.11C20.037,20.803,20.029,20.532,19.761,20.263z M19.463,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172c-0.165,0-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168c0.165,0,0.303,0.061,0.406,0.168 c0.138,0.142,0.161,0.31,0.161,0.85C19.623,21.914,19.6,22.079,19.463,22.22z"/> <path fill="%23676767" d="M21.949,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H20.59v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L21.949,21.531z M21.003,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H21.003z"/> <polygon fill="%23676767" points="25.029,22.737 25.029,20.914 24.401,22.243 24.095,22.243 23.452,20.914 23.452,22.737 23.038,22.737 23.038,20.011 23.452,20.011 24.248,21.707 25.029,20.011 25.443,20.011 25.443,22.737 "/> <path fill="%23676767" d="M27.099,20.011h-0.333l-0.999,2.726h0.44l0.188-0.548h1.076l0.188,0.548h0.44L27.099,20.011z M26.517,21.837 l0.425-1.21l0.414,1.21H26.517z"/> <polygon fill="%23676767" points="29.118,20.382 29.118,22.737 28.704,22.737 28.704,20.382 27.954,20.382 27.954,20.011 29.868,20.011 29.868,20.382 "/> <rect x="30.279" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <path fill="%23676767" d="M32.929,20.263c-0.176-0.176-0.406-0.276-0.704-0.276c-0.299,0-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276 c0.299,0,0.528-0.1,0.704-0.276c0.268-0.268,0.276-0.54,0.276-1.11C33.205,20.803,33.197,20.532,32.929,20.263z M32.631,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172s-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168s0.303,0.061,0.406,0.168c0.138,0.142,0.161,0.31,0.161,0.85 C32.791,21.914,32.768,22.079,32.631,22.22z"/> <polygon fill="%23676767" points="35.431,22.737 34.171,20.819 34.171,22.737 33.758,22.737 33.758,20.011 34.137,20.011 35.397,21.925 35.397,20.011 35.81,20.011 35.81,22.737 "/> <path fill="%23676767" d="M38.903,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C39.883,22.462,39.477,22.76,38.903,22.76z"/> <polygon fill="%23676767" points="41.194,21.615 41.194,22.737 40.78,22.737 40.78,21.615 39.965,20.011 40.416,20.011 40.987,21.209 41.558,20.011 42.009,20.011 "/> <path fill="%23676767" d="M43.048,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C44.028,22.462,43.623,22.76,43.048,22.76z"/> <polygon fill="%23676767" points="45.446,20.382 45.446,22.737 45.033,22.737 45.033,20.382 44.282,20.382 44.282,20.011 46.197,20.011 46.197,20.382 "/> <polygon fill="%23676767" points="46.608,22.737 46.608,20.011 48.35,20.011 48.35,20.382 47.021,20.382 47.021,21.179 48.155,21.179 48.155,21.546 47.021,21.546 47.021,22.366 48.35,22.366 48.35,22.737 "/> <polygon fill="%23676767" points="50.848,22.737 50.848,20.914 50.22,22.243 49.913,22.243 49.27,20.914 49.27,22.737 48.857,22.737 48.857,20.011 49.27,20.011 50.067,21.707 50.848,20.011 51.261,20.011 51.261,22.737 "/> </svg>');
}
.lightGreen.icon-logo-sign2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 16"> <polygon fill="%2333CCFF" points="5.225,5.024 5.225,12.57 3.223,12.57 3.223,5.024 0.292,5.024 0.292,3.43 8.182,3.43 8.182,5.024 "/> <path fill="%2333CCFF" d="M12.809,12.582l-0.816-0.038L11.7,12.532c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142h5.328v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H12.809z"/> <path fill="%2333CCFF" d="M25.046,11.996c-0.518,0.391-3,0.586-7.444,0.586v-1.644h4.818c0.467,0,0.807-0.055,1.02-0.166 c0.314-0.161,0.472-0.374,0.472-0.637c0-0.28-0.013-0.472-0.038-0.574c-0.009-0.093-0.034-0.17-0.077-0.229 c-0.025-0.068-0.06-0.123-0.102-0.166c-0.221-0.221-0.846-0.332-1.874-0.332h-0.434l-0.625,0.013c-0.96,0-1.661-0.085-2.103-0.255 c-0.96-0.374-1.44-1.113-1.44-2.218c0-1.105,0.297-1.891,0.892-2.358c0.527-0.399,1.3-0.599,2.32-0.599h5.06v1.645h-4.755 c-0.459,0-0.824,0.089-1.096,0.268c-0.272,0.195-0.408,0.48-0.408,0.854c0,0.374,0.115,0.65,0.344,0.829 c0.238,0.161,1.377,0.242,3.416,0.242l0.727,0.013l0.306,0.038l0.268,0.051c0.204,0.043,0.399,0.119,0.586,0.229l0.217,0.166 l0.28,0.229c0.204,0.179,0.348,0.451,0.434,0.816c0.085,0.349,0.127,0.85,0.127,1.504C25.938,10.989,25.64,11.554,25.046,11.996z"/> <path fill="%2333CCFF" d="M31.062,12.582l-0.816-0.038l-0.293-0.013c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142H34.3v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H31.062z"/> <path fill="%2333CCFF" d="M42.203,12.582l-2.027-3.582H37.92v3.582h-1.925V3.418h4.729h0.472l0.357,0.064L41.82,3.52 c0.085,0,0.14,0.004,0.166,0.013c0.042,0.009,0.144,0.034,0.306,0.077c0.535,0.127,0.952,0.455,1.249,0.981 c0.263,0.467,0.395,1.016,0.395,1.644c0,0.629-0.149,1.164-0.446,1.606c-0.28,0.434-0.744,0.735-1.389,0.905l2.256,3.837H42.203z M41.693,5.368c-0.238-0.204-0.71-0.306-1.415-0.306H37.92v2.32h2.358c0.697,0,1.16-0.102,1.389-0.306 c0.221-0.212,0.332-0.501,0.332-0.867C41.999,5.827,41.897,5.546,41.693,5.368z"/> <path fill="%2333CCFF" d="M52.999,11.569c-0.365,0.391-0.837,0.688-1.415,0.892c-0.569,0.204-1.253,0.306-2.052,0.306 c-1.547,0-2.698-0.404-3.454-1.211c-0.748-0.799-1.122-1.993-1.122-3.582c0-1.555,0.374-2.732,1.122-3.531 c0.748-0.807,1.785-1.211,3.11-1.211c1.326,0,2.333,0.191,3.021,0.573c0.782,0.425,1.326,1.143,1.631,2.154 c0.094,0.357,0.166,0.748,0.217,1.173c0.051,0.459,0.077,0.968,0.077,1.529C54.134,9.793,53.756,10.762,52.999,11.569z M51.521,5.782c-0.416-0.646-1.079-0.969-1.988-0.969c-0.867,0-1.517,0.318-1.95,0.956c-0.357,0.536-0.532,1.325-0.532,2.064 c0,0.773,0,1.826,0.571,2.614c0.592,0.818,1.583,0.752,2.226,0.752c0.51,0,1.229-0.319,1.662-0.956 c0.349-0.552,0.523-1.296,0.523-2.231C52.031,7.044,51.86,6.3,51.521,5.782z"/> <polygon fill="%2333CCFF" points="61.234,12.582 57.308,5.661 57.384,12.582 55.408,12.582 55.408,3.418 57.856,3.418 61.59,10.02 61.514,3.418 63.451,3.418 63.451,12.582 "/> </svg>');
}
.lightGreen.icon-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%23009900" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%2300b200" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%2300e500" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.lightGreen.icon-variant.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%23009900" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%2300b200" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%2300e500" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.lightGreen.icon-menu-sandwich{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC9900" points="15.986,14.806 15.986,18.184 25.826,12.269 28.335,10.769 28.67,7.692 15.986,14.806 "/> <polyline fill="%23009900" points="27.22,20.989 27.493,18.452 15.992,26.48 15.992,29.184 27.22,20.989 "/> <polygon fill="%23990099" points="27.75,16.122 28.057,13.334 15.986,20.978 15.992,23.988 25.698,17.493 "/> <polyline fill="%2300b200" points="4.496,18.452 4.775,20.989 15.992,29.184 15.992,26.48 4.496,18.452 "/> <polyline fill="%23FFCC00" points="3.649,10.769 6.152,12.275 15.986,18.184 15.986,14.806 3.314,7.692 3.649,10.769 "/> <polygon fill="%23FF66FF" points="4.24,16.122 6.291,17.493 15.992,23.988 15.986,20.978 3.933,13.334 "/> <polyline fill="%23FF99FF" points="6.152,12.275 3.933,13.334 15.986,20.978 28.057,13.334 25.826,12.269 15.986,18.184 6.152,12.275 "/> <polyline fill="%2300e500" points="6.291,17.493 4.496,18.452 15.992,26.48 27.493,18.452 25.698,17.493 15.992,23.988 6.291,17.493 "/> <polygon fill="%23FFFF00" points="28.67,7.692 15.997,2.418 3.314,7.692 15.986,14.806 "/> </svg>');
}
.lightGreen.icon-build{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.347,21.811 27.641,19.076 15.24,27.733 15.24,30.648 27.347,21.811 "/> <polyline fill="%23999999" points="2.845,19.076 3.145,21.811 15.24,30.648 15.24,27.733 2.845,19.076 "/> <polygon fill="%23CCCCCC" points="2.845,19.076 15.24,27.733 27.641,19.076 15.24,13.131 "/> <polyline fill="%23009900" points="6.619,23.176 6.703,24.567 8.047,24.153 26.917,18.327 26.936,17.923 27.04,16.081 6.562,22.236 6.619,23.176 "/> <polygon fill="%23009900" points="27.782,4.372 27.914,1.975 21.27,5.434 21.063,14.859 22.933,13.854 22.933,13.844 23.158,6.862 "/> <path fill="%2300b200" d="M19.117,11.767l-0.028,2.152l1.973,0.94l0.207-9.426l-2.077-1.024L19.117,11.767z"/> <polyline fill="%2300e500" points="19.089,13.919 19.117,11.767 17.172,10.715 13.808,14.37 6.562,22.236 27.04,16.081 22.933,13.844 22.933,13.854 21.063,14.859 19.089,13.919 "/> <polygon fill="%2300e500" points="21.27,5.434 27.914,1.975 25.837,1.045 19.193,4.409 "/> </svg> ');
}
.lightGreen.icon-increment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.607,14.107 20.328,26.628 25.64,23.068 26.24,10.789 20.607,14.107 "/> <polyline fill="%23999999" points="20.607,14.107 20.607,14.107 14.473,10.789 14.566,23.068 20.328,26.628 20.607,14.107 "/> <path fill="%2300b200" d="M20.607,14.107L20.607,14.107l0.157-4.683L14.43,6.257l0.043,4.532L20.607,14.107z"/> <path fill="%23009900" d="M26.24,10.789l0.329-4.532l-5.805,3.167l-0.157,4.683L26.24,10.789z"/> <path fill="%2300e500" d="M20.764,9.424l5.805-3.167l-6.305-2.831L14.43,6.257L20.764,9.424z"/> <path fill="%2300e500" d="M15.592,26.264l2.879-1.699l-6.365-13.186l-3.05,1.388L15.592,26.264z"/> <path fill="%2300b200" d="M9.054,12.767l-5.618,6.091L7.2,21.157l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L9.054,12.767z"/> <path fill="%23009900" d="M11.244,23.617l-0.007,5.565l2.77-1.637l0.044-2.219L11.244,23.617z"/> </svg> ');
}
.lightGreen.icon-cloud{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.lightGreen.icon-cloud-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23CCCCCC" points="17.327,26.85 20.122,25.404 13.731,12.574 10.827,13.838 17.327,26.85 "/> <polyline fill="%23676767" points="15.76,29.158 15.784,26.072 13.026,24.687 13.038,30.592 15.76,29.158 "/> <polyline fill="%23999999" points="15.784,26.072 17.327,26.85 10.827,13.838 4.971,20.654 8.908,22.622 9.029,28.453 13.038,30.592 13.026,24.687 15.784,26.072 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.lightGreen.icon-cloud-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23676767" points="16.467,22.31 16.506,16.909 13.72,18.586 13.733,24.027 16.467,22.31 "/> <polyline fill="%23999999" points="9.639,18.084 9.705,21.465 5.822,18.995 11.791,30.79 17.946,26.708 13.733,24.027 13.72,18.586 9.599,16.076 9.639,18.084 "/> <polyline fill="%23CCCCCC" points="20.667,24.912 16.467,22.31 13.733,24.027 17.946,26.708 20.667,24.912 "/> <polyline fill="%23CCCCCC" points="9.705,21.465 9.639,18.084 8.556,17.41 5.822,18.995 9.705,21.465 "/> <polyline fill="%23CCCCCC" points="12.386,14.465 9.599,16.076 13.72,18.586 16.506,16.909 12.386,14.465 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.lightGreen.icon-steps{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.978,10.305 27.976,10.305 25.443,11.691 25.443,14.446 27.765,13.055 27.978,10.305 "/> <polyline fill="%23676767" points="24.794,14.807 22.573,16.183 22.573,18.938 24.794,17.396 24.794,14.807 "/> <polygon fill="%23676767" points="18.847,27.297 18.867,24.437 15.95,26.537 15.95,29.481 "/> <polyline fill="%23999999" points="13.274,5.939 13.274,8.176 25.443,14.446 25.443,11.691 13.274,5.939 "/> <polyline fill="%23999999" points="22.573,18.938 22.573,16.183 10.424,9.295 10.424,11.604 22.573,18.938 "/> <polygon fill="%23999999" points="4.263,17.931 4.438,20.793 15.95,29.481 15.95,26.537 "/> <polyline fill="%23CCCCCC" points="15.547,5.146 13.274,5.939 25.443,11.691 27.976,10.305 15.547,5.146 "/> <polyline fill="%23CCCCCC" points="12.625,8.537 10.424,9.295 22.573,16.183 24.794,14.807 12.625,8.537 "/> <polygon fill="%23CCCCCC" points="15.95,26.537 18.867,24.437 7.03,16.503 4.263,17.931 "/> <path fill="%23009900" d="M19.374,23.968l2.621-1.887l0.072-2.818l-2.674,1.842L19.374,23.968z"/> <path fill="%2300b200" d="M7.285,13.188l0.253,2.845l11.837,7.935l0.02-2.863L7.285,13.188z"/> <path fill="%2300e500" d="M9.919,11.929l-2.634,1.259l12.109,7.917l2.674-1.842L9.919,11.929z"/> </svg>');
}
.lightGreen.icon-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M25.083,22.455c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,26.514,26.965,23.691,25.083,22.455z"/> <path fill="%2300e500" d="M25.083,20.32c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,24.379,26.965,21.557,25.083,20.32z"/> <radialGradient id="SVGID_1_" cx="15.9264" cy="-40.357" r="5.4056" fx="12.5806" fy="-42.7043" gradientTransform="matrix(1 0 0 1.1083 0 56.2674)" gradientUnits="userSpaceOnUse"> <stop offset="0.1106" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </radialGradient> <ellipse fill="url(%23SVGID_1_)" cx="15.926" cy="11.541" rx="5.036" ry="6.374"/> </svg>');
}
.lightGreen.icon-user-old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 587.678 587.678"> <path fill="%2300e500" d="M377.996,282.347c-56.201-18.357-79.563-41.185-79.563-41.185l-1.881,1.793 c-16.69,15.709-35.149,24.944-51.965,24.944H243c-16.815,0-35.274-9.235-51.964-24.944l-1.882-1.793 c0,0-23.36,22.827-79.562,41.185c-82.964,30.992-58.053,157.119-58.077,158.096c2.613,14.047,4.136,18.875,5.463,19.417 c83.314,37.091,290.319,37.091,373.634,0c1.327-0.542,2.85-5.37,5.463-19.417C436.051,439.466,461.295,313.84,377.996,282.347z"/> <path fill="%2300e500" d="M330.924,121.441l-0.696-0.755c-4.668-4.274-4.303-4.029-4.303-4.029s8.142-41.083,1.613-60.511 c-10.25-31.027-71.475-51.822-83.755-54.239c0.002-0.023-7.469-1.518-7.946-1.521c0,0-9.659-1.953-20.854,2.93 c-7.291,2.805-45.408,20.09-56.227,52.83c-6.528,19.428,1.614,60.511,1.614,60.511s0.365-0.245-4.304,4.029l-0.695,0.755 c-3.158,3.586-2.378,14.806,1.074,26.479c3.128,11.695,7.205,14.838,8.182,17.577c9.903,46.497,44.338,86.197,79.429,86.197 s67.707-39.7,77.61-86.197c0.978-2.738,5.055-5.882,8.183-17.577C333.301,136.246,334.172,124.256,330.924,121.441z"/> </svg>');
}
.yellow.icon-app.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.yellow.icon-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.994,22.877l-0.781-0.514l0.681,7.635C15.962,30,16.03,30.001,16.097,30l0.683-7.641L15.994,22.877"/> <path fill="%23CC9900" d="M2.967,7.657L2.882,7.618C2.862,7.652,2.841,7.686,2.822,7.72l6.604,4.635l-0.049-0.87l0.218,0.128 l0.04,0.022v0.002l0.04,0.024l6.339-3.208V2L2.967,7.657z"/> <path fill="%23FFCC00" d="M29.173,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-0.078,0.036L16.013,2v6.453l6.327,3.208l0.27-0.158 l-0.048,0.847L29.173,7.716z"/> <path fill="%23CCCCCC" d="M15.99,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949l0.407,4.56 l0.781,0.514L15.99,15.246z"/> <path fill="%23999999" d="M16.001,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.001,15.214z"/> <path fill="%23FF66FF" d="M9.797,18.799l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6 c0.886,0.583,1.767,0.888,2.642,0.914l-0.681-7.635L9.797,18.799z"/> <path fill="%23990099" d="M3.791,20.554c0.077,0.512,0.24,0.983,0.49,1.414l5.516-3.169l-0.371-6.445L2.82,7.719 C2.561,8.168,2.458,8.696,2.511,9.303L3.791,20.554z"/> <path fill="%23FF99FF" d="M15.211,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499l0.371,6.445L15.211,22.362z" /> <g> <path fill="%2301CCFF" d="M22.199,18.795l-0.002,0.002l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.199,18.795z"/> <path fill="%230199CC" d="M22.198,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.198,18.796z"/> <path fill="%23016699" d="M29.495,9.136c0.02-0.538-0.088-1.012-0.324-1.421L22.56,12.35l-0.362,6.445h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.495,9.136z"/> </g> <path fill="%23FFFF00" d="M9.207,0l6.803,1.989c-0.369,0.429-0.896,0.804-1.581,1.125L4.784,7.377 C4.148,7.633,3.508,7.762,2.863,7.765l0.104-5.727L9.207,0z"/> <path fill="%23FFFF00" d="M22.844,0l-6.803,1.989c0.369,0.429,0.896,0.804,1.581,1.125l9.645,4.263 c0.636,0.256,1.276,0.386,1.921,0.389l-0.104-5.727L22.844,0z"/> <path fill="%23FFFFFF" d="M15.993,15.225v-0.004l6.607-3.802L15.993,8.13l-6.62,3.289l0.019,0.011l6.588,3.79l0.002,0.023l0.006-0.004 l0.004-0.013L15.993,15.225z"/> </svg>');
}
.yellow.icon-logo-symbol{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.yellow.icon-logo-sign1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 32"> <polygon fill="%2333CCFF" points="4.27,12.206 4.27,18.291 2.656,18.291 2.656,12.206 0.292,12.206 0.292,10.921 6.654,10.921 6.654,12.206 "/> <path fill="%2333CCFF" d="M10.386,18.291L9.728,18.26l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H8.7 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H10.386z"/> <path fill="%2333CCFF" d="M20.254,17.818c-0.418,0.315-2.419,0.473-6.003,0.473v-1.326h3.885c0.377,0,0.651-0.045,0.822-0.134 c0.254-0.13,0.38-0.301,0.38-0.514c0-0.226-0.01-0.38-0.031-0.463c-0.007-0.075-0.028-0.137-0.062-0.185 c-0.021-0.055-0.048-0.099-0.082-0.134c-0.178-0.178-0.682-0.267-1.511-0.267h-0.35L16.8,15.279c-0.774,0-1.34-0.069-1.696-0.206 c-0.774-0.301-1.162-0.898-1.162-1.789c0-0.891,0.24-1.525,0.72-1.902c0.425-0.322,1.048-0.483,1.871-0.483h4.081v1.326h-3.834 c-0.37,0-0.665,0.072-0.884,0.216c-0.219,0.158-0.329,0.387-0.329,0.689s0.093,0.524,0.278,0.668c0.192,0.13,1.11,0.195,2.755,0.195 l0.586,0.01l0.247,0.031l0.216,0.041c0.165,0.035,0.322,0.096,0.473,0.185l0.175,0.134l0.226,0.185 c0.165,0.144,0.281,0.363,0.35,0.658c0.068,0.281,0.103,0.685,0.103,1.213C20.974,17.006,20.733,17.462,20.254,17.818z"/> <path fill="%2333CCFF" d="M25.106,18.291l-0.658-0.031l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H23.42 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H25.106z"/> <path fill="%2333CCFF" d="M34.09,18.291l-1.634-2.888h-1.82v2.888h-1.552V10.9h3.813h0.38l0.288,0.052l0.216,0.031 c0.069,0,0.113,0.004,0.134,0.01c0.034,0.007,0.116,0.028,0.247,0.062c0.432,0.103,0.767,0.367,1.007,0.792 c0.212,0.377,0.319,0.819,0.319,1.326c0,0.507-0.12,0.939-0.36,1.295c-0.226,0.35-0.6,0.593-1.12,0.73l1.819,3.094H34.09z M33.679,12.473c-0.192-0.165-0.572-0.247-1.141-0.247h-1.902v1.871h1.902c0.562,0,0.935-0.082,1.12-0.247 c0.178-0.171,0.267-0.404,0.267-0.699C33.925,12.843,33.843,12.617,33.679,12.473z"/> <path fill="%2333CCFF" d="M42.796,17.479c-0.295,0.315-0.675,0.555-1.141,0.719c-0.459,0.165-1.011,0.247-1.655,0.247 c-1.247,0-2.176-0.326-2.786-0.977c-0.603-0.644-0.905-1.607-0.905-2.889c0-1.254,0.301-2.203,0.905-2.847 c0.603-0.651,1.439-0.977,2.508-0.977c1.069,0,1.881,0.154,2.436,0.462c0.63,0.343,1.069,0.922,1.316,1.737 c0.076,0.288,0.134,0.603,0.175,0.946c0.041,0.37,0.062,0.781,0.062,1.233C43.711,16.047,43.406,16.828,42.796,17.479z M41.604,12.812c-0.336-0.521-0.87-0.781-1.604-0.781c-0.699,0-1.223,0.257-1.573,0.771c-0.288,0.432-0.429,1.069-0.429,1.665 c0,0.624,0,1.472,0.46,2.108c0.478,0.66,1.277,0.606,1.795,0.606c0.411,0,0.991-0.257,1.34-0.771 c0.281-0.445,0.422-1.045,0.422-1.799C42.015,13.83,41.878,13.23,41.604,12.812z"/> <polygon fill="%2333CCFF" points="49.437,18.291 46.271,12.709 46.332,18.291 44.739,18.291 44.739,10.9 46.713,10.9 49.725,16.225 49.663,10.9 51.225,10.9 51.225,18.291 "/> <polygon fill="%23676767" points="2.168,22.737 2.168,21.546 1.061,21.546 1.061,22.737 0.648,22.737 0.648,20.011 1.061,20.011 1.061,21.175 2.168,21.175 2.168,20.011 2.582,20.011 2.582,22.737 "/> <polygon fill="%23676767" points="4.126,21.615 4.126,22.737 3.713,22.737 3.713,21.615 2.897,20.011 3.349,20.011 3.919,21.209 4.49,20.011 4.942,20.011 "/> <path fill="%23676767" d="M6.291,20.011H5.257v2.726H5.67v-1.076h0.62c0.532,0,0.873-0.348,0.873-0.823S6.823,20.011,6.291,20.011z M6.268,21.294H5.67v-0.911h0.597c0.291,0,0.482,0.165,0.482,0.456C6.75,21.125,6.559,21.294,6.268,21.294z"/> <polygon fill="%23676767" points="7.606,22.737 7.606,20.011 9.348,20.011 9.348,20.382 8.019,20.382 8.019,21.179 9.153,21.179 9.153,21.546 8.019,21.546 8.019,22.366 9.348,22.366 9.348,22.737 "/> <path fill="%23676767" d="M11.214,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H9.854v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L11.214,21.531z M10.268,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H10.268z"/> <rect x="12.303" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <polygon fill="%23676767" points="15.041,22.737 13.781,20.819 13.781,22.737 13.368,22.737 13.368,20.011 13.747,20.011 15.007,21.925 15.007,20.011 15.42,20.011 15.42,22.737 "/> <polygon fill="%23676767" points="16.486,20.382 16.486,21.213 17.619,21.213 17.619,21.585 16.486,21.585 16.486,22.737 16.072,22.737 16.072,20.011 17.815,20.011 17.815,20.382 "/> <path fill="%23676767" d="M19.761,20.263c-0.176-0.176-0.406-0.276-0.704-0.276s-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276s0.528-0.1,0.704-0.276 c0.268-0.268,0.276-0.54,0.276-1.11C20.037,20.803,20.029,20.532,19.761,20.263z M19.463,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172c-0.165,0-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168c0.165,0,0.303,0.061,0.406,0.168 c0.138,0.142,0.161,0.31,0.161,0.85C19.623,21.914,19.6,22.079,19.463,22.22z"/> <path fill="%23676767" d="M21.949,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H20.59v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L21.949,21.531z M21.003,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H21.003z"/> <polygon fill="%23676767" points="25.029,22.737 25.029,20.914 24.401,22.243 24.095,22.243 23.452,20.914 23.452,22.737 23.038,22.737 23.038,20.011 23.452,20.011 24.248,21.707 25.029,20.011 25.443,20.011 25.443,22.737 "/> <path fill="%23676767" d="M27.099,20.011h-0.333l-0.999,2.726h0.44l0.188-0.548h1.076l0.188,0.548h0.44L27.099,20.011z M26.517,21.837 l0.425-1.21l0.414,1.21H26.517z"/> <polygon fill="%23676767" points="29.118,20.382 29.118,22.737 28.704,22.737 28.704,20.382 27.954,20.382 27.954,20.011 29.868,20.011 29.868,20.382 "/> <rect x="30.279" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <path fill="%23676767" d="M32.929,20.263c-0.176-0.176-0.406-0.276-0.704-0.276c-0.299,0-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276 c0.299,0,0.528-0.1,0.704-0.276c0.268-0.268,0.276-0.54,0.276-1.11C33.205,20.803,33.197,20.532,32.929,20.263z M32.631,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172s-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168s0.303,0.061,0.406,0.168c0.138,0.142,0.161,0.31,0.161,0.85 C32.791,21.914,32.768,22.079,32.631,22.22z"/> <polygon fill="%23676767" points="35.431,22.737 34.171,20.819 34.171,22.737 33.758,22.737 33.758,20.011 34.137,20.011 35.397,21.925 35.397,20.011 35.81,20.011 35.81,22.737 "/> <path fill="%23676767" d="M38.903,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C39.883,22.462,39.477,22.76,38.903,22.76z"/> <polygon fill="%23676767" points="41.194,21.615 41.194,22.737 40.78,22.737 40.78,21.615 39.965,20.011 40.416,20.011 40.987,21.209 41.558,20.011 42.009,20.011 "/> <path fill="%23676767" d="M43.048,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C44.028,22.462,43.623,22.76,43.048,22.76z"/> <polygon fill="%23676767" points="45.446,20.382 45.446,22.737 45.033,22.737 45.033,20.382 44.282,20.382 44.282,20.011 46.197,20.011 46.197,20.382 "/> <polygon fill="%23676767" points="46.608,22.737 46.608,20.011 48.35,20.011 48.35,20.382 47.021,20.382 47.021,21.179 48.155,21.179 48.155,21.546 47.021,21.546 47.021,22.366 48.35,22.366 48.35,22.737 "/> <polygon fill="%23676767" points="50.848,22.737 50.848,20.914 50.22,22.243 49.913,22.243 49.27,20.914 49.27,22.737 48.857,22.737 48.857,20.011 49.27,20.011 50.067,21.707 50.848,20.011 51.261,20.011 51.261,22.737 "/> </svg>');
}
.yellow.icon-logo-sign2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 16"> <polygon fill="%2333CCFF" points="5.225,5.024 5.225,12.57 3.223,12.57 3.223,5.024 0.292,5.024 0.292,3.43 8.182,3.43 8.182,5.024 "/> <path fill="%2333CCFF" d="M12.809,12.582l-0.816-0.038L11.7,12.532c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142h5.328v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H12.809z"/> <path fill="%2333CCFF" d="M25.046,11.996c-0.518,0.391-3,0.586-7.444,0.586v-1.644h4.818c0.467,0,0.807-0.055,1.02-0.166 c0.314-0.161,0.472-0.374,0.472-0.637c0-0.28-0.013-0.472-0.038-0.574c-0.009-0.093-0.034-0.17-0.077-0.229 c-0.025-0.068-0.06-0.123-0.102-0.166c-0.221-0.221-0.846-0.332-1.874-0.332h-0.434l-0.625,0.013c-0.96,0-1.661-0.085-2.103-0.255 c-0.96-0.374-1.44-1.113-1.44-2.218c0-1.105,0.297-1.891,0.892-2.358c0.527-0.399,1.3-0.599,2.32-0.599h5.06v1.645h-4.755 c-0.459,0-0.824,0.089-1.096,0.268c-0.272,0.195-0.408,0.48-0.408,0.854c0,0.374,0.115,0.65,0.344,0.829 c0.238,0.161,1.377,0.242,3.416,0.242l0.727,0.013l0.306,0.038l0.268,0.051c0.204,0.043,0.399,0.119,0.586,0.229l0.217,0.166 l0.28,0.229c0.204,0.179,0.348,0.451,0.434,0.816c0.085,0.349,0.127,0.85,0.127,1.504C25.938,10.989,25.64,11.554,25.046,11.996z"/> <path fill="%2333CCFF" d="M31.062,12.582l-0.816-0.038l-0.293-0.013c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142H34.3v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H31.062z"/> <path fill="%2333CCFF" d="M42.203,12.582l-2.027-3.582H37.92v3.582h-1.925V3.418h4.729h0.472l0.357,0.064L41.82,3.52 c0.085,0,0.14,0.004,0.166,0.013c0.042,0.009,0.144,0.034,0.306,0.077c0.535,0.127,0.952,0.455,1.249,0.981 c0.263,0.467,0.395,1.016,0.395,1.644c0,0.629-0.149,1.164-0.446,1.606c-0.28,0.434-0.744,0.735-1.389,0.905l2.256,3.837H42.203z M41.693,5.368c-0.238-0.204-0.71-0.306-1.415-0.306H37.92v2.32h2.358c0.697,0,1.16-0.102,1.389-0.306 c0.221-0.212,0.332-0.501,0.332-0.867C41.999,5.827,41.897,5.546,41.693,5.368z"/> <path fill="%2333CCFF" d="M52.999,11.569c-0.365,0.391-0.837,0.688-1.415,0.892c-0.569,0.204-1.253,0.306-2.052,0.306 c-1.547,0-2.698-0.404-3.454-1.211c-0.748-0.799-1.122-1.993-1.122-3.582c0-1.555,0.374-2.732,1.122-3.531 c0.748-0.807,1.785-1.211,3.11-1.211c1.326,0,2.333,0.191,3.021,0.573c0.782,0.425,1.326,1.143,1.631,2.154 c0.094,0.357,0.166,0.748,0.217,1.173c0.051,0.459,0.077,0.968,0.077,1.529C54.134,9.793,53.756,10.762,52.999,11.569z M51.521,5.782c-0.416-0.646-1.079-0.969-1.988-0.969c-0.867,0-1.517,0.318-1.95,0.956c-0.357,0.536-0.532,1.325-0.532,2.064 c0,0.773,0,1.826,0.571,2.614c0.592,0.818,1.583,0.752,2.226,0.752c0.51,0,1.229-0.319,1.662-0.956 c0.349-0.552,0.523-1.296,0.523-2.231C52.031,7.044,51.86,6.3,51.521,5.782z"/> <polygon fill="%2333CCFF" points="61.234,12.582 57.308,5.661 57.384,12.582 55.408,12.582 55.408,3.418 57.856,3.418 61.59,10.02 61.514,3.418 63.451,3.418 63.451,12.582 "/> </svg>');
}
.yellow.icon-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%23a58d00" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%23ccaa00" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%23f9e100" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.yellow.icon-variant.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%23a58d00" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%23ccaa00" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%23f9e100" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.yellow.icon-menu-sandwich{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC9900" points="15.986,14.806 15.986,18.184 25.826,12.269 28.335,10.769 28.67,7.692 15.986,14.806 "/> <polyline fill="%23a58d00" points="27.22,20.989 27.493,18.452 15.992,26.48 15.992,29.184 27.22,20.989 "/> <polygon fill="%23990099" points="27.75,16.122 28.057,13.334 15.986,20.978 15.992,23.988 25.698,17.493 "/> <polyline fill="%23ccaa00" points="4.496,18.452 4.775,20.989 15.992,29.184 15.992,26.48 4.496,18.452 "/> <polyline fill="%23FFCC00" points="3.649,10.769 6.152,12.275 15.986,18.184 15.986,14.806 3.314,7.692 3.649,10.769 "/> <polygon fill="%23FF66FF" points="4.24,16.122 6.291,17.493 15.992,23.988 15.986,20.978 3.933,13.334 "/> <polyline fill="%23FF99FF" points="6.152,12.275 3.933,13.334 15.986,20.978 28.057,13.334 25.826,12.269 15.986,18.184 6.152,12.275 "/> <polyline fill="%23f9e100" points="6.291,17.493 4.496,18.452 15.992,26.48 27.493,18.452 25.698,17.493 15.992,23.988 6.291,17.493 "/> <polygon fill="%23FFFF00" points="28.67,7.692 15.997,2.418 3.314,7.692 15.986,14.806 "/> </svg>');
}
.yellow.icon-build{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.347,21.811 27.641,19.076 15.24,27.733 15.24,30.648 27.347,21.811 "/> <polyline fill="%23999999" points="2.845,19.076 3.145,21.811 15.24,30.648 15.24,27.733 2.845,19.076 "/> <polygon fill="%23CCCCCC" points="2.845,19.076 15.24,27.733 27.641,19.076 15.24,13.131 "/> <polyline fill="%23a58d00" points="6.619,23.176 6.703,24.567 8.047,24.153 26.917,18.327 26.936,17.923 27.04,16.081 6.562,22.236 6.619,23.176 "/> <polygon fill="%23a58d00" points="27.782,4.372 27.914,1.975 21.27,5.434 21.063,14.859 22.933,13.854 22.933,13.844 23.158,6.862 "/> <path fill="%23ccaa00" d="M19.117,11.767l-0.028,2.152l1.973,0.94l0.207-9.426l-2.077-1.024L19.117,11.767z"/> <polyline fill="%23f9e100" points="19.089,13.919 19.117,11.767 17.172,10.715 13.808,14.37 6.562,22.236 27.04,16.081 22.933,13.844 22.933,13.854 21.063,14.859 19.089,13.919 "/> <polygon fill="%23f9e100" points="21.27,5.434 27.914,1.975 25.837,1.045 19.193,4.409 "/> </svg> ');
}
.yellow.icon-increment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.607,14.107 20.328,26.628 25.64,23.068 26.24,10.789 20.607,14.107 "/> <polyline fill="%23999999" points="20.607,14.107 20.607,14.107 14.473,10.789 14.566,23.068 20.328,26.628 20.607,14.107 "/> <path fill="%23ccaa00" d="M20.607,14.107L20.607,14.107l0.157-4.683L14.43,6.257l0.043,4.532L20.607,14.107z"/> <path fill="%23a58d00" d="M26.24,10.789l0.329-4.532l-5.805,3.167l-0.157,4.683L26.24,10.789z"/> <path fill="%23f9e100" d="M20.764,9.424l5.805-3.167l-6.305-2.831L14.43,6.257L20.764,9.424z"/> <path fill="%23f9e100" d="M15.592,26.264l2.879-1.699l-6.365-13.186l-3.05,1.388L15.592,26.264z"/> <path fill="%23ccaa00" d="M9.054,12.767l-5.618,6.091L7.2,21.157l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L9.054,12.767z"/> <path fill="%23a58d00" d="M11.244,23.617l-0.007,5.565l2.77-1.637l0.044-2.219L11.244,23.617z"/> </svg> ');
}
.yellow.icon-cloud{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.yellow.icon-cloud-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23CCCCCC" points="17.327,26.85 20.122,25.404 13.731,12.574 10.827,13.838 17.327,26.85 "/> <polyline fill="%23676767" points="15.76,29.158 15.784,26.072 13.026,24.687 13.038,30.592 15.76,29.158 "/> <polyline fill="%23999999" points="15.784,26.072 17.327,26.85 10.827,13.838 4.971,20.654 8.908,22.622 9.029,28.453 13.038,30.592 13.026,24.687 15.784,26.072 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.yellow.icon-cloud-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23676767" points="16.467,22.31 16.506,16.909 13.72,18.586 13.733,24.027 16.467,22.31 "/> <polyline fill="%23999999" points="9.639,18.084 9.705,21.465 5.822,18.995 11.791,30.79 17.946,26.708 13.733,24.027 13.72,18.586 9.599,16.076 9.639,18.084 "/> <polyline fill="%23CCCCCC" points="20.667,24.912 16.467,22.31 13.733,24.027 17.946,26.708 20.667,24.912 "/> <polyline fill="%23CCCCCC" points="9.705,21.465 9.639,18.084 8.556,17.41 5.822,18.995 9.705,21.465 "/> <polyline fill="%23CCCCCC" points="12.386,14.465 9.599,16.076 13.72,18.586 16.506,16.909 12.386,14.465 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.yellow.icon-steps{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.978,10.305 27.976,10.305 25.443,11.691 25.443,14.446 27.765,13.055 27.978,10.305 "/> <polyline fill="%23676767" points="24.794,14.807 22.573,16.183 22.573,18.938 24.794,17.396 24.794,14.807 "/> <polygon fill="%23676767" points="18.847,27.297 18.867,24.437 15.95,26.537 15.95,29.481 "/> <polyline fill="%23999999" points="13.274,5.939 13.274,8.176 25.443,14.446 25.443,11.691 13.274,5.939 "/> <polyline fill="%23999999" points="22.573,18.938 22.573,16.183 10.424,9.295 10.424,11.604 22.573,18.938 "/> <polygon fill="%23999999" points="4.263,17.931 4.438,20.793 15.95,29.481 15.95,26.537 "/> <polyline fill="%23CCCCCC" points="15.547,5.146 13.274,5.939 25.443,11.691 27.976,10.305 15.547,5.146 "/> <polyline fill="%23CCCCCC" points="12.625,8.537 10.424,9.295 22.573,16.183 24.794,14.807 12.625,8.537 "/> <polygon fill="%23CCCCCC" points="15.95,26.537 18.867,24.437 7.03,16.503 4.263,17.931 "/> <path fill="%23a58d00" d="M19.374,23.968l2.621-1.887l0.072-2.818l-2.674,1.842L19.374,23.968z"/> <path fill="%23ccaa00" d="M7.285,13.188l0.253,2.845l11.837,7.935l0.02-2.863L7.285,13.188z"/> <path fill="%23f9e100" d="M9.919,11.929l-2.634,1.259l12.109,7.917l2.674-1.842L9.919,11.929z"/> </svg>');
}
.yellow.icon-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M25.083,22.455c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,26.514,26.965,23.691,25.083,22.455z"/> <path fill="%23f9e100" d="M25.083,20.32c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,24.379,26.965,21.557,25.083,20.32z"/> <radialGradient id="SVGID_1_" cx="15.9264" cy="-40.357" r="5.4056" fx="12.5806" fy="-42.7043" gradientTransform="matrix(1 0 0 1.1083 0 56.2674)" gradientUnits="userSpaceOnUse"> <stop offset="0.1106" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </radialGradient> <ellipse fill="url(%23SVGID_1_)" cx="15.926" cy="11.541" rx="5.036" ry="6.374"/> </svg>');
}
.yellow.icon-user-old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 587.678 587.678"> <path fill="%23f9e100" d="M377.996,282.347c-56.201-18.357-79.563-41.185-79.563-41.185l-1.881,1.793 c-16.69,15.709-35.149,24.944-51.965,24.944H243c-16.815,0-35.274-9.235-51.964-24.944l-1.882-1.793 c0,0-23.36,22.827-79.562,41.185c-82.964,30.992-58.053,157.119-58.077,158.096c2.613,14.047,4.136,18.875,5.463,19.417 c83.314,37.091,290.319,37.091,373.634,0c1.327-0.542,2.85-5.37,5.463-19.417C436.051,439.466,461.295,313.84,377.996,282.347z"/> <path fill="%23f9e100" d="M330.924,121.441l-0.696-0.755c-4.668-4.274-4.303-4.029-4.303-4.029s8.142-41.083,1.613-60.511 c-10.25-31.027-71.475-51.822-83.755-54.239c0.002-0.023-7.469-1.518-7.946-1.521c0,0-9.659-1.953-20.854,2.93 c-7.291,2.805-45.408,20.09-56.227,52.83c-6.528,19.428,1.614,60.511,1.614,60.511s0.365-0.245-4.304,4.029l-0.695,0.755 c-3.158,3.586-2.378,14.806,1.074,26.479c3.128,11.695,7.205,14.838,8.182,17.577c9.903,46.497,44.338,86.197,79.429,86.197 s67.707-39.7,77.61-86.197c0.978-2.738,5.055-5.882,8.183-17.577C333.301,136.246,334.172,124.256,330.924,121.441z"/> </svg>');
}
.purple.icon-app.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.purple.icon-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.994,22.877l-0.781-0.514l0.681,7.635C15.962,30,16.03,30.001,16.097,30l0.683-7.641L15.994,22.877"/> <path fill="%23CC9900" d="M2.967,7.657L2.882,7.618C2.862,7.652,2.841,7.686,2.822,7.72l6.604,4.635l-0.049-0.87l0.218,0.128 l0.04,0.022v0.002l0.04,0.024l6.339-3.208V2L2.967,7.657z"/> <path fill="%23FFCC00" d="M29.173,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-0.078,0.036L16.013,2v6.453l6.327,3.208l0.27-0.158 l-0.048,0.847L29.173,7.716z"/> <path fill="%23CCCCCC" d="M15.99,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949l0.407,4.56 l0.781,0.514L15.99,15.246z"/> <path fill="%23999999" d="M16.001,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.001,15.214z"/> <path fill="%23FF66FF" d="M9.797,18.799l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6 c0.886,0.583,1.767,0.888,2.642,0.914l-0.681-7.635L9.797,18.799z"/> <path fill="%23990099" d="M3.791,20.554c0.077,0.512,0.24,0.983,0.49,1.414l5.516-3.169l-0.371-6.445L2.82,7.719 C2.561,8.168,2.458,8.696,2.511,9.303L3.791,20.554z"/> <path fill="%23FF99FF" d="M15.211,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499l0.371,6.445L15.211,22.362z" /> <g> <path fill="%2301CCFF" d="M22.199,18.795l-0.002,0.002l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.199,18.795z"/> <path fill="%230199CC" d="M22.198,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.198,18.796z"/> <path fill="%23016699" d="M29.495,9.136c0.02-0.538-0.088-1.012-0.324-1.421L22.56,12.35l-0.362,6.445h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.495,9.136z"/> </g> <path fill="%23FFFF00" d="M9.207,0l6.803,1.989c-0.369,0.429-0.896,0.804-1.581,1.125L4.784,7.377 C4.148,7.633,3.508,7.762,2.863,7.765l0.104-5.727L9.207,0z"/> <path fill="%23FFFF00" d="M22.844,0l-6.803,1.989c0.369,0.429,0.896,0.804,1.581,1.125l9.645,4.263 c0.636,0.256,1.276,0.386,1.921,0.389l-0.104-5.727L22.844,0z"/> <path fill="%23FFFFFF" d="M15.993,15.225v-0.004l6.607-3.802L15.993,8.13l-6.62,3.289l0.019,0.011l6.588,3.79l0.002,0.023l0.006-0.004 l0.004-0.013L15.993,15.225z"/> </svg>');
}
.purple.icon-logo-symbol{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.purple.icon-logo-sign1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 32"> <polygon fill="%2333CCFF" points="4.27,12.206 4.27,18.291 2.656,18.291 2.656,12.206 0.292,12.206 0.292,10.921 6.654,10.921 6.654,12.206 "/> <path fill="%2333CCFF" d="M10.386,18.291L9.728,18.26l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H8.7 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H10.386z"/> <path fill="%2333CCFF" d="M20.254,17.818c-0.418,0.315-2.419,0.473-6.003,0.473v-1.326h3.885c0.377,0,0.651-0.045,0.822-0.134 c0.254-0.13,0.38-0.301,0.38-0.514c0-0.226-0.01-0.38-0.031-0.463c-0.007-0.075-0.028-0.137-0.062-0.185 c-0.021-0.055-0.048-0.099-0.082-0.134c-0.178-0.178-0.682-0.267-1.511-0.267h-0.35L16.8,15.279c-0.774,0-1.34-0.069-1.696-0.206 c-0.774-0.301-1.162-0.898-1.162-1.789c0-0.891,0.24-1.525,0.72-1.902c0.425-0.322,1.048-0.483,1.871-0.483h4.081v1.326h-3.834 c-0.37,0-0.665,0.072-0.884,0.216c-0.219,0.158-0.329,0.387-0.329,0.689s0.093,0.524,0.278,0.668c0.192,0.13,1.11,0.195,2.755,0.195 l0.586,0.01l0.247,0.031l0.216,0.041c0.165,0.035,0.322,0.096,0.473,0.185l0.175,0.134l0.226,0.185 c0.165,0.144,0.281,0.363,0.35,0.658c0.068,0.281,0.103,0.685,0.103,1.213C20.974,17.006,20.733,17.462,20.254,17.818z"/> <path fill="%2333CCFF" d="M25.106,18.291l-0.658-0.031l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H23.42 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H25.106z"/> <path fill="%2333CCFF" d="M34.09,18.291l-1.634-2.888h-1.82v2.888h-1.552V10.9h3.813h0.38l0.288,0.052l0.216,0.031 c0.069,0,0.113,0.004,0.134,0.01c0.034,0.007,0.116,0.028,0.247,0.062c0.432,0.103,0.767,0.367,1.007,0.792 c0.212,0.377,0.319,0.819,0.319,1.326c0,0.507-0.12,0.939-0.36,1.295c-0.226,0.35-0.6,0.593-1.12,0.73l1.819,3.094H34.09z M33.679,12.473c-0.192-0.165-0.572-0.247-1.141-0.247h-1.902v1.871h1.902c0.562,0,0.935-0.082,1.12-0.247 c0.178-0.171,0.267-0.404,0.267-0.699C33.925,12.843,33.843,12.617,33.679,12.473z"/> <path fill="%2333CCFF" d="M42.796,17.479c-0.295,0.315-0.675,0.555-1.141,0.719c-0.459,0.165-1.011,0.247-1.655,0.247 c-1.247,0-2.176-0.326-2.786-0.977c-0.603-0.644-0.905-1.607-0.905-2.889c0-1.254,0.301-2.203,0.905-2.847 c0.603-0.651,1.439-0.977,2.508-0.977c1.069,0,1.881,0.154,2.436,0.462c0.63,0.343,1.069,0.922,1.316,1.737 c0.076,0.288,0.134,0.603,0.175,0.946c0.041,0.37,0.062,0.781,0.062,1.233C43.711,16.047,43.406,16.828,42.796,17.479z M41.604,12.812c-0.336-0.521-0.87-0.781-1.604-0.781c-0.699,0-1.223,0.257-1.573,0.771c-0.288,0.432-0.429,1.069-0.429,1.665 c0,0.624,0,1.472,0.46,2.108c0.478,0.66,1.277,0.606,1.795,0.606c0.411,0,0.991-0.257,1.34-0.771 c0.281-0.445,0.422-1.045,0.422-1.799C42.015,13.83,41.878,13.23,41.604,12.812z"/> <polygon fill="%2333CCFF" points="49.437,18.291 46.271,12.709 46.332,18.291 44.739,18.291 44.739,10.9 46.713,10.9 49.725,16.225 49.663,10.9 51.225,10.9 51.225,18.291 "/> <polygon fill="%23676767" points="2.168,22.737 2.168,21.546 1.061,21.546 1.061,22.737 0.648,22.737 0.648,20.011 1.061,20.011 1.061,21.175 2.168,21.175 2.168,20.011 2.582,20.011 2.582,22.737 "/> <polygon fill="%23676767" points="4.126,21.615 4.126,22.737 3.713,22.737 3.713,21.615 2.897,20.011 3.349,20.011 3.919,21.209 4.49,20.011 4.942,20.011 "/> <path fill="%23676767" d="M6.291,20.011H5.257v2.726H5.67v-1.076h0.62c0.532,0,0.873-0.348,0.873-0.823S6.823,20.011,6.291,20.011z M6.268,21.294H5.67v-0.911h0.597c0.291,0,0.482,0.165,0.482,0.456C6.75,21.125,6.559,21.294,6.268,21.294z"/> <polygon fill="%23676767" points="7.606,22.737 7.606,20.011 9.348,20.011 9.348,20.382 8.019,20.382 8.019,21.179 9.153,21.179 9.153,21.546 8.019,21.546 8.019,22.366 9.348,22.366 9.348,22.737 "/> <path fill="%23676767" d="M11.214,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H9.854v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L11.214,21.531z M10.268,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H10.268z"/> <rect x="12.303" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <polygon fill="%23676767" points="15.041,22.737 13.781,20.819 13.781,22.737 13.368,22.737 13.368,20.011 13.747,20.011 15.007,21.925 15.007,20.011 15.42,20.011 15.42,22.737 "/> <polygon fill="%23676767" points="16.486,20.382 16.486,21.213 17.619,21.213 17.619,21.585 16.486,21.585 16.486,22.737 16.072,22.737 16.072,20.011 17.815,20.011 17.815,20.382 "/> <path fill="%23676767" d="M19.761,20.263c-0.176-0.176-0.406-0.276-0.704-0.276s-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276s0.528-0.1,0.704-0.276 c0.268-0.268,0.276-0.54,0.276-1.11C20.037,20.803,20.029,20.532,19.761,20.263z M19.463,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172c-0.165,0-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168c0.165,0,0.303,0.061,0.406,0.168 c0.138,0.142,0.161,0.31,0.161,0.85C19.623,21.914,19.6,22.079,19.463,22.22z"/> <path fill="%23676767" d="M21.949,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H20.59v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L21.949,21.531z M21.003,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H21.003z"/> <polygon fill="%23676767" points="25.029,22.737 25.029,20.914 24.401,22.243 24.095,22.243 23.452,20.914 23.452,22.737 23.038,22.737 23.038,20.011 23.452,20.011 24.248,21.707 25.029,20.011 25.443,20.011 25.443,22.737 "/> <path fill="%23676767" d="M27.099,20.011h-0.333l-0.999,2.726h0.44l0.188-0.548h1.076l0.188,0.548h0.44L27.099,20.011z M26.517,21.837 l0.425-1.21l0.414,1.21H26.517z"/> <polygon fill="%23676767" points="29.118,20.382 29.118,22.737 28.704,22.737 28.704,20.382 27.954,20.382 27.954,20.011 29.868,20.011 29.868,20.382 "/> <rect x="30.279" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <path fill="%23676767" d="M32.929,20.263c-0.176-0.176-0.406-0.276-0.704-0.276c-0.299,0-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276 c0.299,0,0.528-0.1,0.704-0.276c0.268-0.268,0.276-0.54,0.276-1.11C33.205,20.803,33.197,20.532,32.929,20.263z M32.631,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172s-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168s0.303,0.061,0.406,0.168c0.138,0.142,0.161,0.31,0.161,0.85 C32.791,21.914,32.768,22.079,32.631,22.22z"/> <polygon fill="%23676767" points="35.431,22.737 34.171,20.819 34.171,22.737 33.758,22.737 33.758,20.011 34.137,20.011 35.397,21.925 35.397,20.011 35.81,20.011 35.81,22.737 "/> <path fill="%23676767" d="M38.903,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C39.883,22.462,39.477,22.76,38.903,22.76z"/> <polygon fill="%23676767" points="41.194,21.615 41.194,22.737 40.78,22.737 40.78,21.615 39.965,20.011 40.416,20.011 40.987,21.209 41.558,20.011 42.009,20.011 "/> <path fill="%23676767" d="M43.048,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C44.028,22.462,43.623,22.76,43.048,22.76z"/> <polygon fill="%23676767" points="45.446,20.382 45.446,22.737 45.033,22.737 45.033,20.382 44.282,20.382 44.282,20.011 46.197,20.011 46.197,20.382 "/> <polygon fill="%23676767" points="46.608,22.737 46.608,20.011 48.35,20.011 48.35,20.382 47.021,20.382 47.021,21.179 48.155,21.179 48.155,21.546 47.021,21.546 47.021,22.366 48.35,22.366 48.35,22.737 "/> <polygon fill="%23676767" points="50.848,22.737 50.848,20.914 50.22,22.243 49.913,22.243 49.27,20.914 49.27,22.737 48.857,22.737 48.857,20.011 49.27,20.011 50.067,21.707 50.848,20.011 51.261,20.011 51.261,22.737 "/> </svg>');
}
.purple.icon-logo-sign2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 16"> <polygon fill="%2333CCFF" points="5.225,5.024 5.225,12.57 3.223,12.57 3.223,5.024 0.292,5.024 0.292,3.43 8.182,3.43 8.182,5.024 "/> <path fill="%2333CCFF" d="M12.809,12.582l-0.816-0.038L11.7,12.532c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142h5.328v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H12.809z"/> <path fill="%2333CCFF" d="M25.046,11.996c-0.518,0.391-3,0.586-7.444,0.586v-1.644h4.818c0.467,0,0.807-0.055,1.02-0.166 c0.314-0.161,0.472-0.374,0.472-0.637c0-0.28-0.013-0.472-0.038-0.574c-0.009-0.093-0.034-0.17-0.077-0.229 c-0.025-0.068-0.06-0.123-0.102-0.166c-0.221-0.221-0.846-0.332-1.874-0.332h-0.434l-0.625,0.013c-0.96,0-1.661-0.085-2.103-0.255 c-0.96-0.374-1.44-1.113-1.44-2.218c0-1.105,0.297-1.891,0.892-2.358c0.527-0.399,1.3-0.599,2.32-0.599h5.06v1.645h-4.755 c-0.459,0-0.824,0.089-1.096,0.268c-0.272,0.195-0.408,0.48-0.408,0.854c0,0.374,0.115,0.65,0.344,0.829 c0.238,0.161,1.377,0.242,3.416,0.242l0.727,0.013l0.306,0.038l0.268,0.051c0.204,0.043,0.399,0.119,0.586,0.229l0.217,0.166 l0.28,0.229c0.204,0.179,0.348,0.451,0.434,0.816c0.085,0.349,0.127,0.85,0.127,1.504C25.938,10.989,25.64,11.554,25.046,11.996z"/> <path fill="%2333CCFF" d="M31.062,12.582l-0.816-0.038l-0.293-0.013c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142H34.3v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H31.062z"/> <path fill="%2333CCFF" d="M42.203,12.582l-2.027-3.582H37.92v3.582h-1.925V3.418h4.729h0.472l0.357,0.064L41.82,3.52 c0.085,0,0.14,0.004,0.166,0.013c0.042,0.009,0.144,0.034,0.306,0.077c0.535,0.127,0.952,0.455,1.249,0.981 c0.263,0.467,0.395,1.016,0.395,1.644c0,0.629-0.149,1.164-0.446,1.606c-0.28,0.434-0.744,0.735-1.389,0.905l2.256,3.837H42.203z M41.693,5.368c-0.238-0.204-0.71-0.306-1.415-0.306H37.92v2.32h2.358c0.697,0,1.16-0.102,1.389-0.306 c0.221-0.212,0.332-0.501,0.332-0.867C41.999,5.827,41.897,5.546,41.693,5.368z"/> <path fill="%2333CCFF" d="M52.999,11.569c-0.365,0.391-0.837,0.688-1.415,0.892c-0.569,0.204-1.253,0.306-2.052,0.306 c-1.547,0-2.698-0.404-3.454-1.211c-0.748-0.799-1.122-1.993-1.122-3.582c0-1.555,0.374-2.732,1.122-3.531 c0.748-0.807,1.785-1.211,3.11-1.211c1.326,0,2.333,0.191,3.021,0.573c0.782,0.425,1.326,1.143,1.631,2.154 c0.094,0.357,0.166,0.748,0.217,1.173c0.051,0.459,0.077,0.968,0.077,1.529C54.134,9.793,53.756,10.762,52.999,11.569z M51.521,5.782c-0.416-0.646-1.079-0.969-1.988-0.969c-0.867,0-1.517,0.318-1.95,0.956c-0.357,0.536-0.532,1.325-0.532,2.064 c0,0.773,0,1.826,0.571,2.614c0.592,0.818,1.583,0.752,2.226,0.752c0.51,0,1.229-0.319,1.662-0.956 c0.349-0.552,0.523-1.296,0.523-2.231C52.031,7.044,51.86,6.3,51.521,5.782z"/> <polygon fill="%2333CCFF" points="61.234,12.582 57.308,5.661 57.384,12.582 55.408,12.582 55.408,3.418 57.856,3.418 61.59,10.02 61.514,3.418 63.451,3.418 63.451,12.582 "/> </svg>');
}
.purple.icon-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%23990099" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%23FF66FF" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%23FF99FF" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.purple.icon-variant.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%23990099" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%23FF66FF" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%23FF99FF" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.purple.icon-menu-sandwich{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC9900" points="15.986,14.806 15.986,18.184 25.826,12.269 28.335,10.769 28.67,7.692 15.986,14.806 "/> <polyline fill="%23990099" points="27.22,20.989 27.493,18.452 15.992,26.48 15.992,29.184 27.22,20.989 "/> <polygon fill="%23990099" points="27.75,16.122 28.057,13.334 15.986,20.978 15.992,23.988 25.698,17.493 "/> <polyline fill="%23FF66FF" points="4.496,18.452 4.775,20.989 15.992,29.184 15.992,26.48 4.496,18.452 "/> <polyline fill="%23FFCC00" points="3.649,10.769 6.152,12.275 15.986,18.184 15.986,14.806 3.314,7.692 3.649,10.769 "/> <polygon fill="%23FF66FF" points="4.24,16.122 6.291,17.493 15.992,23.988 15.986,20.978 3.933,13.334 "/> <polyline fill="%23FF99FF" points="6.152,12.275 3.933,13.334 15.986,20.978 28.057,13.334 25.826,12.269 15.986,18.184 6.152,12.275 "/> <polyline fill="%23FF99FF" points="6.291,17.493 4.496,18.452 15.992,26.48 27.493,18.452 25.698,17.493 15.992,23.988 6.291,17.493 "/> <polygon fill="%23FFFF00" points="28.67,7.692 15.997,2.418 3.314,7.692 15.986,14.806 "/> </svg>');
}
.purple.icon-build{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.347,21.811 27.641,19.076 15.24,27.733 15.24,30.648 27.347,21.811 "/> <polyline fill="%23999999" points="2.845,19.076 3.145,21.811 15.24,30.648 15.24,27.733 2.845,19.076 "/> <polygon fill="%23CCCCCC" points="2.845,19.076 15.24,27.733 27.641,19.076 15.24,13.131 "/> <polyline fill="%23990099" points="6.619,23.176 6.703,24.567 8.047,24.153 26.917,18.327 26.936,17.923 27.04,16.081 6.562,22.236 6.619,23.176 "/> <polygon fill="%23990099" points="27.782,4.372 27.914,1.975 21.27,5.434 21.063,14.859 22.933,13.854 22.933,13.844 23.158,6.862 "/> <path fill="%23FF66FF" d="M19.117,11.767l-0.028,2.152l1.973,0.94l0.207-9.426l-2.077-1.024L19.117,11.767z"/> <polyline fill="%23FF99FF" points="19.089,13.919 19.117,11.767 17.172,10.715 13.808,14.37 6.562,22.236 27.04,16.081 22.933,13.844 22.933,13.854 21.063,14.859 19.089,13.919 "/> <polygon fill="%23FF99FF" points="21.27,5.434 27.914,1.975 25.837,1.045 19.193,4.409 "/> </svg> ');
}
.purple.icon-increment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.607,14.107 20.328,26.628 25.64,23.068 26.24,10.789 20.607,14.107 "/> <polyline fill="%23999999" points="20.607,14.107 20.607,14.107 14.473,10.789 14.566,23.068 20.328,26.628 20.607,14.107 "/> <path fill="%23FF66FF" d="M20.607,14.107L20.607,14.107l0.157-4.683L14.43,6.257l0.043,4.532L20.607,14.107z"/> <path fill="%23990099" d="M26.24,10.789l0.329-4.532l-5.805,3.167l-0.157,4.683L26.24,10.789z"/> <path fill="%23FF99FF" d="M20.764,9.424l5.805-3.167l-6.305-2.831L14.43,6.257L20.764,9.424z"/> <path fill="%23FF99FF" d="M15.592,26.264l2.879-1.699l-6.365-13.186l-3.05,1.388L15.592,26.264z"/> <path fill="%23FF66FF" d="M9.054,12.767l-5.618,6.091L7.2,21.157l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L9.054,12.767z"/> <path fill="%23990099" d="M11.244,23.617l-0.007,5.565l2.77-1.637l0.044-2.219L11.244,23.617z"/> </svg> ');
}
.purple.icon-cloud{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.purple.icon-cloud-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23CCCCCC" points="17.327,26.85 20.122,25.404 13.731,12.574 10.827,13.838 17.327,26.85 "/> <polyline fill="%23676767" points="15.76,29.158 15.784,26.072 13.026,24.687 13.038,30.592 15.76,29.158 "/> <polyline fill="%23999999" points="15.784,26.072 17.327,26.85 10.827,13.838 4.971,20.654 8.908,22.622 9.029,28.453 13.038,30.592 13.026,24.687 15.784,26.072 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.purple.icon-cloud-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23676767" points="16.467,22.31 16.506,16.909 13.72,18.586 13.733,24.027 16.467,22.31 "/> <polyline fill="%23999999" points="9.639,18.084 9.705,21.465 5.822,18.995 11.791,30.79 17.946,26.708 13.733,24.027 13.72,18.586 9.599,16.076 9.639,18.084 "/> <polyline fill="%23CCCCCC" points="20.667,24.912 16.467,22.31 13.733,24.027 17.946,26.708 20.667,24.912 "/> <polyline fill="%23CCCCCC" points="9.705,21.465 9.639,18.084 8.556,17.41 5.822,18.995 9.705,21.465 "/> <polyline fill="%23CCCCCC" points="12.386,14.465 9.599,16.076 13.72,18.586 16.506,16.909 12.386,14.465 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.purple.icon-steps{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.978,10.305 27.976,10.305 25.443,11.691 25.443,14.446 27.765,13.055 27.978,10.305 "/> <polyline fill="%23676767" points="24.794,14.807 22.573,16.183 22.573,18.938 24.794,17.396 24.794,14.807 "/> <polygon fill="%23676767" points="18.847,27.297 18.867,24.437 15.95,26.537 15.95,29.481 "/> <polyline fill="%23999999" points="13.274,5.939 13.274,8.176 25.443,14.446 25.443,11.691 13.274,5.939 "/> <polyline fill="%23999999" points="22.573,18.938 22.573,16.183 10.424,9.295 10.424,11.604 22.573,18.938 "/> <polygon fill="%23999999" points="4.263,17.931 4.438,20.793 15.95,29.481 15.95,26.537 "/> <polyline fill="%23CCCCCC" points="15.547,5.146 13.274,5.939 25.443,11.691 27.976,10.305 15.547,5.146 "/> <polyline fill="%23CCCCCC" points="12.625,8.537 10.424,9.295 22.573,16.183 24.794,14.807 12.625,8.537 "/> <polygon fill="%23CCCCCC" points="15.95,26.537 18.867,24.437 7.03,16.503 4.263,17.931 "/> <path fill="%23990099" d="M19.374,23.968l2.621-1.887l0.072-2.818l-2.674,1.842L19.374,23.968z"/> <path fill="%23FF66FF" d="M7.285,13.188l0.253,2.845l11.837,7.935l0.02-2.863L7.285,13.188z"/> <path fill="%23FF99FF" d="M9.919,11.929l-2.634,1.259l12.109,7.917l2.674-1.842L9.919,11.929z"/> </svg>');
}
.purple.icon-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M25.083,22.455c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,26.514,26.965,23.691,25.083,22.455z"/> <path fill="%23FF99FF" d="M25.083,20.32c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,24.379,26.965,21.557,25.083,20.32z"/> <radialGradient id="SVGID_1_" cx="15.9264" cy="-40.357" r="5.4056" fx="12.5806" fy="-42.7043" gradientTransform="matrix(1 0 0 1.1083 0 56.2674)" gradientUnits="userSpaceOnUse"> <stop offset="0.1106" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </radialGradient> <ellipse fill="url(%23SVGID_1_)" cx="15.926" cy="11.541" rx="5.036" ry="6.374"/> </svg>');
}
.purple.icon-user-old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 587.678 587.678"> <path fill="%23FF99FF" d="M377.996,282.347c-56.201-18.357-79.563-41.185-79.563-41.185l-1.881,1.793 c-16.69,15.709-35.149,24.944-51.965,24.944H243c-16.815,0-35.274-9.235-51.964-24.944l-1.882-1.793 c0,0-23.36,22.827-79.562,41.185c-82.964,30.992-58.053,157.119-58.077,158.096c2.613,14.047,4.136,18.875,5.463,19.417 c83.314,37.091,290.319,37.091,373.634,0c1.327-0.542,2.85-5.37,5.463-19.417C436.051,439.466,461.295,313.84,377.996,282.347z"/> <path fill="%23FF99FF" d="M330.924,121.441l-0.696-0.755c-4.668-4.274-4.303-4.029-4.303-4.029s8.142-41.083,1.613-60.511 c-10.25-31.027-71.475-51.822-83.755-54.239c0.002-0.023-7.469-1.518-7.946-1.521c0,0-9.659-1.953-20.854,2.93 c-7.291,2.805-45.408,20.09-56.227,52.83c-6.528,19.428,1.614,60.511,1.614,60.511s0.365-0.245-4.304,4.029l-0.695,0.755 c-3.158,3.586-2.378,14.806,1.074,26.479c3.128,11.695,7.205,14.838,8.182,17.577c9.903,46.497,44.338,86.197,79.429,86.197 s67.707-39.7,77.61-86.197c0.978-2.738,5.055-5.882,8.183-17.577C333.301,136.246,334.172,124.256,330.924,121.441z"/> </svg>');
}
.grey.icon-app.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.grey.icon-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.994,22.877l-0.781-0.514l0.681,7.635C15.962,30,16.03,30.001,16.097,30l0.683-7.641L15.994,22.877"/> <path fill="%23CC9900" d="M2.967,7.657L2.882,7.618C2.862,7.652,2.841,7.686,2.822,7.72l6.604,4.635l-0.049-0.87l0.218,0.128 l0.04,0.022v0.002l0.04,0.024l6.339-3.208V2L2.967,7.657z"/> <path fill="%23FFCC00" d="M29.173,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-0.078,0.036L16.013,2v6.453l6.327,3.208l0.27-0.158 l-0.048,0.847L29.173,7.716z"/> <path fill="%23CCCCCC" d="M15.99,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949l0.407,4.56 l0.781,0.514L15.99,15.246z"/> <path fill="%23999999" d="M16.001,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.001,15.214z"/> <path fill="%23FF66FF" d="M9.797,18.799l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6 c0.886,0.583,1.767,0.888,2.642,0.914l-0.681-7.635L9.797,18.799z"/> <path fill="%23990099" d="M3.791,20.554c0.077,0.512,0.24,0.983,0.49,1.414l5.516-3.169l-0.371-6.445L2.82,7.719 C2.561,8.168,2.458,8.696,2.511,9.303L3.791,20.554z"/> <path fill="%23FF99FF" d="M15.211,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499l0.371,6.445L15.211,22.362z" /> <g> <path fill="%2301CCFF" d="M22.199,18.795l-0.002,0.002l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.199,18.795z"/> <path fill="%230199CC" d="M22.198,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.198,18.796z"/> <path fill="%23016699" d="M29.495,9.136c0.02-0.538-0.088-1.012-0.324-1.421L22.56,12.35l-0.362,6.445h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.495,9.136z"/> </g> <path fill="%23FFFF00" d="M9.207,0l6.803,1.989c-0.369,0.429-0.896,0.804-1.581,1.125L4.784,7.377 C4.148,7.633,3.508,7.762,2.863,7.765l0.104-5.727L9.207,0z"/> <path fill="%23FFFF00" d="M22.844,0l-6.803,1.989c0.369,0.429,0.896,0.804,1.581,1.125l9.645,4.263 c0.636,0.256,1.276,0.386,1.921,0.389l-0.104-5.727L22.844,0z"/> <path fill="%23FFFFFF" d="M15.993,15.225v-0.004l6.607-3.802L15.993,8.13l-6.62,3.289l0.019,0.011l6.588,3.79l0.002,0.023l0.006-0.004 l0.004-0.013L15.993,15.225z"/> </svg>');
}
.grey.icon-logo-symbol{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.grey.icon-logo-sign1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 32"> <polygon fill="%2333CCFF" points="4.27,12.206 4.27,18.291 2.656,18.291 2.656,12.206 0.292,12.206 0.292,10.921 6.654,10.921 6.654,12.206 "/> <path fill="%2333CCFF" d="M10.386,18.291L9.728,18.26l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H8.7 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H10.386z"/> <path fill="%2333CCFF" d="M20.254,17.818c-0.418,0.315-2.419,0.473-6.003,0.473v-1.326h3.885c0.377,0,0.651-0.045,0.822-0.134 c0.254-0.13,0.38-0.301,0.38-0.514c0-0.226-0.01-0.38-0.031-0.463c-0.007-0.075-0.028-0.137-0.062-0.185 c-0.021-0.055-0.048-0.099-0.082-0.134c-0.178-0.178-0.682-0.267-1.511-0.267h-0.35L16.8,15.279c-0.774,0-1.34-0.069-1.696-0.206 c-0.774-0.301-1.162-0.898-1.162-1.789c0-0.891,0.24-1.525,0.72-1.902c0.425-0.322,1.048-0.483,1.871-0.483h4.081v1.326h-3.834 c-0.37,0-0.665,0.072-0.884,0.216c-0.219,0.158-0.329,0.387-0.329,0.689s0.093,0.524,0.278,0.668c0.192,0.13,1.11,0.195,2.755,0.195 l0.586,0.01l0.247,0.031l0.216,0.041c0.165,0.035,0.322,0.096,0.473,0.185l0.175,0.134l0.226,0.185 c0.165,0.144,0.281,0.363,0.35,0.658c0.068,0.281,0.103,0.685,0.103,1.213C20.974,17.006,20.733,17.462,20.254,17.818z"/> <path fill="%2333CCFF" d="M25.106,18.291l-0.658-0.031l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H23.42 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H25.106z"/> <path fill="%2333CCFF" d="M34.09,18.291l-1.634-2.888h-1.82v2.888h-1.552V10.9h3.813h0.38l0.288,0.052l0.216,0.031 c0.069,0,0.113,0.004,0.134,0.01c0.034,0.007,0.116,0.028,0.247,0.062c0.432,0.103,0.767,0.367,1.007,0.792 c0.212,0.377,0.319,0.819,0.319,1.326c0,0.507-0.12,0.939-0.36,1.295c-0.226,0.35-0.6,0.593-1.12,0.73l1.819,3.094H34.09z M33.679,12.473c-0.192-0.165-0.572-0.247-1.141-0.247h-1.902v1.871h1.902c0.562,0,0.935-0.082,1.12-0.247 c0.178-0.171,0.267-0.404,0.267-0.699C33.925,12.843,33.843,12.617,33.679,12.473z"/> <path fill="%2333CCFF" d="M42.796,17.479c-0.295,0.315-0.675,0.555-1.141,0.719c-0.459,0.165-1.011,0.247-1.655,0.247 c-1.247,0-2.176-0.326-2.786-0.977c-0.603-0.644-0.905-1.607-0.905-2.889c0-1.254,0.301-2.203,0.905-2.847 c0.603-0.651,1.439-0.977,2.508-0.977c1.069,0,1.881,0.154,2.436,0.462c0.63,0.343,1.069,0.922,1.316,1.737 c0.076,0.288,0.134,0.603,0.175,0.946c0.041,0.37,0.062,0.781,0.062,1.233C43.711,16.047,43.406,16.828,42.796,17.479z M41.604,12.812c-0.336-0.521-0.87-0.781-1.604-0.781c-0.699,0-1.223,0.257-1.573,0.771c-0.288,0.432-0.429,1.069-0.429,1.665 c0,0.624,0,1.472,0.46,2.108c0.478,0.66,1.277,0.606,1.795,0.606c0.411,0,0.991-0.257,1.34-0.771 c0.281-0.445,0.422-1.045,0.422-1.799C42.015,13.83,41.878,13.23,41.604,12.812z"/> <polygon fill="%2333CCFF" points="49.437,18.291 46.271,12.709 46.332,18.291 44.739,18.291 44.739,10.9 46.713,10.9 49.725,16.225 49.663,10.9 51.225,10.9 51.225,18.291 "/> <polygon fill="%23676767" points="2.168,22.737 2.168,21.546 1.061,21.546 1.061,22.737 0.648,22.737 0.648,20.011 1.061,20.011 1.061,21.175 2.168,21.175 2.168,20.011 2.582,20.011 2.582,22.737 "/> <polygon fill="%23676767" points="4.126,21.615 4.126,22.737 3.713,22.737 3.713,21.615 2.897,20.011 3.349,20.011 3.919,21.209 4.49,20.011 4.942,20.011 "/> <path fill="%23676767" d="M6.291,20.011H5.257v2.726H5.67v-1.076h0.62c0.532,0,0.873-0.348,0.873-0.823S6.823,20.011,6.291,20.011z M6.268,21.294H5.67v-0.911h0.597c0.291,0,0.482,0.165,0.482,0.456C6.75,21.125,6.559,21.294,6.268,21.294z"/> <polygon fill="%23676767" points="7.606,22.737 7.606,20.011 9.348,20.011 9.348,20.382 8.019,20.382 8.019,21.179 9.153,21.179 9.153,21.546 8.019,21.546 8.019,22.366 9.348,22.366 9.348,22.737 "/> <path fill="%23676767" d="M11.214,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H9.854v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L11.214,21.531z M10.268,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H10.268z"/> <rect x="12.303" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <polygon fill="%23676767" points="15.041,22.737 13.781,20.819 13.781,22.737 13.368,22.737 13.368,20.011 13.747,20.011 15.007,21.925 15.007,20.011 15.42,20.011 15.42,22.737 "/> <polygon fill="%23676767" points="16.486,20.382 16.486,21.213 17.619,21.213 17.619,21.585 16.486,21.585 16.486,22.737 16.072,22.737 16.072,20.011 17.815,20.011 17.815,20.382 "/> <path fill="%23676767" d="M19.761,20.263c-0.176-0.176-0.406-0.276-0.704-0.276s-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276s0.528-0.1,0.704-0.276 c0.268-0.268,0.276-0.54,0.276-1.11C20.037,20.803,20.029,20.532,19.761,20.263z M19.463,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172c-0.165,0-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168c0.165,0,0.303,0.061,0.406,0.168 c0.138,0.142,0.161,0.31,0.161,0.85C19.623,21.914,19.6,22.079,19.463,22.22z"/> <path fill="%23676767" d="M21.949,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H20.59v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L21.949,21.531z M21.003,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H21.003z"/> <polygon fill="%23676767" points="25.029,22.737 25.029,20.914 24.401,22.243 24.095,22.243 23.452,20.914 23.452,22.737 23.038,22.737 23.038,20.011 23.452,20.011 24.248,21.707 25.029,20.011 25.443,20.011 25.443,22.737 "/> <path fill="%23676767" d="M27.099,20.011h-0.333l-0.999,2.726h0.44l0.188-0.548h1.076l0.188,0.548h0.44L27.099,20.011z M26.517,21.837 l0.425-1.21l0.414,1.21H26.517z"/> <polygon fill="%23676767" points="29.118,20.382 29.118,22.737 28.704,22.737 28.704,20.382 27.954,20.382 27.954,20.011 29.868,20.011 29.868,20.382 "/> <rect x="30.279" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <path fill="%23676767" d="M32.929,20.263c-0.176-0.176-0.406-0.276-0.704-0.276c-0.299,0-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276 c0.299,0,0.528-0.1,0.704-0.276c0.268-0.268,0.276-0.54,0.276-1.11C33.205,20.803,33.197,20.532,32.929,20.263z M32.631,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172s-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168s0.303,0.061,0.406,0.168c0.138,0.142,0.161,0.31,0.161,0.85 C32.791,21.914,32.768,22.079,32.631,22.22z"/> <polygon fill="%23676767" points="35.431,22.737 34.171,20.819 34.171,22.737 33.758,22.737 33.758,20.011 34.137,20.011 35.397,21.925 35.397,20.011 35.81,20.011 35.81,22.737 "/> <path fill="%23676767" d="M38.903,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C39.883,22.462,39.477,22.76,38.903,22.76z"/> <polygon fill="%23676767" points="41.194,21.615 41.194,22.737 40.78,22.737 40.78,21.615 39.965,20.011 40.416,20.011 40.987,21.209 41.558,20.011 42.009,20.011 "/> <path fill="%23676767" d="M43.048,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C44.028,22.462,43.623,22.76,43.048,22.76z"/> <polygon fill="%23676767" points="45.446,20.382 45.446,22.737 45.033,22.737 45.033,20.382 44.282,20.382 44.282,20.011 46.197,20.011 46.197,20.382 "/> <polygon fill="%23676767" points="46.608,22.737 46.608,20.011 48.35,20.011 48.35,20.382 47.021,20.382 47.021,21.179 48.155,21.179 48.155,21.546 47.021,21.546 47.021,22.366 48.35,22.366 48.35,22.737 "/> <polygon fill="%23676767" points="50.848,22.737 50.848,20.914 50.22,22.243 49.913,22.243 49.27,20.914 49.27,22.737 48.857,22.737 48.857,20.011 49.27,20.011 50.067,21.707 50.848,20.011 51.261,20.011 51.261,22.737 "/> </svg>');
}
.grey.icon-logo-sign2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 16"> <polygon fill="%2333CCFF" points="5.225,5.024 5.225,12.57 3.223,12.57 3.223,5.024 0.292,5.024 0.292,3.43 8.182,3.43 8.182,5.024 "/> <path fill="%2333CCFF" d="M12.809,12.582l-0.816-0.038L11.7,12.532c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142h5.328v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H12.809z"/> <path fill="%2333CCFF" d="M25.046,11.996c-0.518,0.391-3,0.586-7.444,0.586v-1.644h4.818c0.467,0,0.807-0.055,1.02-0.166 c0.314-0.161,0.472-0.374,0.472-0.637c0-0.28-0.013-0.472-0.038-0.574c-0.009-0.093-0.034-0.17-0.077-0.229 c-0.025-0.068-0.06-0.123-0.102-0.166c-0.221-0.221-0.846-0.332-1.874-0.332h-0.434l-0.625,0.013c-0.96,0-1.661-0.085-2.103-0.255 c-0.96-0.374-1.44-1.113-1.44-2.218c0-1.105,0.297-1.891,0.892-2.358c0.527-0.399,1.3-0.599,2.32-0.599h5.06v1.645h-4.755 c-0.459,0-0.824,0.089-1.096,0.268c-0.272,0.195-0.408,0.48-0.408,0.854c0,0.374,0.115,0.65,0.344,0.829 c0.238,0.161,1.377,0.242,3.416,0.242l0.727,0.013l0.306,0.038l0.268,0.051c0.204,0.043,0.399,0.119,0.586,0.229l0.217,0.166 l0.28,0.229c0.204,0.179,0.348,0.451,0.434,0.816c0.085,0.349,0.127,0.85,0.127,1.504C25.938,10.989,25.64,11.554,25.046,11.996z"/> <path fill="%2333CCFF" d="M31.062,12.582l-0.816-0.038l-0.293-0.013c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142H34.3v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H31.062z"/> <path fill="%2333CCFF" d="M42.203,12.582l-2.027-3.582H37.92v3.582h-1.925V3.418h4.729h0.472l0.357,0.064L41.82,3.52 c0.085,0,0.14,0.004,0.166,0.013c0.042,0.009,0.144,0.034,0.306,0.077c0.535,0.127,0.952,0.455,1.249,0.981 c0.263,0.467,0.395,1.016,0.395,1.644c0,0.629-0.149,1.164-0.446,1.606c-0.28,0.434-0.744,0.735-1.389,0.905l2.256,3.837H42.203z M41.693,5.368c-0.238-0.204-0.71-0.306-1.415-0.306H37.92v2.32h2.358c0.697,0,1.16-0.102,1.389-0.306 c0.221-0.212,0.332-0.501,0.332-0.867C41.999,5.827,41.897,5.546,41.693,5.368z"/> <path fill="%2333CCFF" d="M52.999,11.569c-0.365,0.391-0.837,0.688-1.415,0.892c-0.569,0.204-1.253,0.306-2.052,0.306 c-1.547,0-2.698-0.404-3.454-1.211c-0.748-0.799-1.122-1.993-1.122-3.582c0-1.555,0.374-2.732,1.122-3.531 c0.748-0.807,1.785-1.211,3.11-1.211c1.326,0,2.333,0.191,3.021,0.573c0.782,0.425,1.326,1.143,1.631,2.154 c0.094,0.357,0.166,0.748,0.217,1.173c0.051,0.459,0.077,0.968,0.077,1.529C54.134,9.793,53.756,10.762,52.999,11.569z M51.521,5.782c-0.416-0.646-1.079-0.969-1.988-0.969c-0.867,0-1.517,0.318-1.95,0.956c-0.357,0.536-0.532,1.325-0.532,2.064 c0,0.773,0,1.826,0.571,2.614c0.592,0.818,1.583,0.752,2.226,0.752c0.51,0,1.229-0.319,1.662-0.956 c0.349-0.552,0.523-1.296,0.523-2.231C52.031,7.044,51.86,6.3,51.521,5.782z"/> <polygon fill="%2333CCFF" points="61.234,12.582 57.308,5.661 57.384,12.582 55.408,12.582 55.408,3.418 57.856,3.418 61.59,10.02 61.514,3.418 63.451,3.418 63.451,12.582 "/> </svg>');
}
.grey.icon-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%23676767" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%23999999" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%23CCCCCC" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.grey.icon-variant.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%23676767" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%23999999" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%23CCCCCC" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.grey.icon-menu-sandwich{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC9900" points="15.986,14.806 15.986,18.184 25.826,12.269 28.335,10.769 28.67,7.692 15.986,14.806 "/> <polyline fill="%23676767" points="27.22,20.989 27.493,18.452 15.992,26.48 15.992,29.184 27.22,20.989 "/> <polygon fill="%23990099" points="27.75,16.122 28.057,13.334 15.986,20.978 15.992,23.988 25.698,17.493 "/> <polyline fill="%23999999" points="4.496,18.452 4.775,20.989 15.992,29.184 15.992,26.48 4.496,18.452 "/> <polyline fill="%23FFCC00" points="3.649,10.769 6.152,12.275 15.986,18.184 15.986,14.806 3.314,7.692 3.649,10.769 "/> <polygon fill="%23FF66FF" points="4.24,16.122 6.291,17.493 15.992,23.988 15.986,20.978 3.933,13.334 "/> <polyline fill="%23FF99FF" points="6.152,12.275 3.933,13.334 15.986,20.978 28.057,13.334 25.826,12.269 15.986,18.184 6.152,12.275 "/> <polyline fill="%23CCCCCC" points="6.291,17.493 4.496,18.452 15.992,26.48 27.493,18.452 25.698,17.493 15.992,23.988 6.291,17.493 "/> <polygon fill="%23FFFF00" points="28.67,7.692 15.997,2.418 3.314,7.692 15.986,14.806 "/> </svg>');
}
.grey.icon-build{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.347,21.811 27.641,19.076 15.24,27.733 15.24,30.648 27.347,21.811 "/> <polyline fill="%23999999" points="2.845,19.076 3.145,21.811 15.24,30.648 15.24,27.733 2.845,19.076 "/> <polygon fill="%23CCCCCC" points="2.845,19.076 15.24,27.733 27.641,19.076 15.24,13.131 "/> <polyline fill="%23676767" points="6.619,23.176 6.703,24.567 8.047,24.153 26.917,18.327 26.936,17.923 27.04,16.081 6.562,22.236 6.619,23.176 "/> <polygon fill="%23676767" points="27.782,4.372 27.914,1.975 21.27,5.434 21.063,14.859 22.933,13.854 22.933,13.844 23.158,6.862 "/> <path fill="%23999999" d="M19.117,11.767l-0.028,2.152l1.973,0.94l0.207-9.426l-2.077-1.024L19.117,11.767z"/> <polyline fill="%23CCCCCC" points="19.089,13.919 19.117,11.767 17.172,10.715 13.808,14.37 6.562,22.236 27.04,16.081 22.933,13.844 22.933,13.854 21.063,14.859 19.089,13.919 "/> <polygon fill="%23CCCCCC" points="21.27,5.434 27.914,1.975 25.837,1.045 19.193,4.409 "/> </svg> ');
}
.grey.icon-increment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.607,14.107 20.328,26.628 25.64,23.068 26.24,10.789 20.607,14.107 "/> <polyline fill="%23999999" points="20.607,14.107 20.607,14.107 14.473,10.789 14.566,23.068 20.328,26.628 20.607,14.107 "/> <path fill="%23999999" d="M20.607,14.107L20.607,14.107l0.157-4.683L14.43,6.257l0.043,4.532L20.607,14.107z"/> <path fill="%23676767" d="M26.24,10.789l0.329-4.532l-5.805,3.167l-0.157,4.683L26.24,10.789z"/> <path fill="%23CCCCCC" d="M20.764,9.424l5.805-3.167l-6.305-2.831L14.43,6.257L20.764,9.424z"/> <path fill="%23CCCCCC" d="M15.592,26.264l2.879-1.699l-6.365-13.186l-3.05,1.388L15.592,26.264z"/> <path fill="%23999999" d="M9.054,12.767l-5.618,6.091L7.2,21.157l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L9.054,12.767z"/> <path fill="%23676767" d="M11.244,23.617l-0.007,5.565l2.77-1.637l0.044-2.219L11.244,23.617z"/> </svg> ');
}
.grey.icon-cloud{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.grey.icon-cloud-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23CCCCCC" points="17.327,26.85 20.122,25.404 13.731,12.574 10.827,13.838 17.327,26.85 "/> <polyline fill="%23676767" points="15.76,29.158 15.784,26.072 13.026,24.687 13.038,30.592 15.76,29.158 "/> <polyline fill="%23999999" points="15.784,26.072 17.327,26.85 10.827,13.838 4.971,20.654 8.908,22.622 9.029,28.453 13.038,30.592 13.026,24.687 15.784,26.072 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.grey.icon-cloud-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23676767" points="16.467,22.31 16.506,16.909 13.72,18.586 13.733,24.027 16.467,22.31 "/> <polyline fill="%23999999" points="9.639,18.084 9.705,21.465 5.822,18.995 11.791,30.79 17.946,26.708 13.733,24.027 13.72,18.586 9.599,16.076 9.639,18.084 "/> <polyline fill="%23CCCCCC" points="20.667,24.912 16.467,22.31 13.733,24.027 17.946,26.708 20.667,24.912 "/> <polyline fill="%23CCCCCC" points="9.705,21.465 9.639,18.084 8.556,17.41 5.822,18.995 9.705,21.465 "/> <polyline fill="%23CCCCCC" points="12.386,14.465 9.599,16.076 13.72,18.586 16.506,16.909 12.386,14.465 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.grey.icon-steps{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.978,10.305 27.976,10.305 25.443,11.691 25.443,14.446 27.765,13.055 27.978,10.305 "/> <polyline fill="%23676767" points="24.794,14.807 22.573,16.183 22.573,18.938 24.794,17.396 24.794,14.807 "/> <polygon fill="%23676767" points="18.847,27.297 18.867,24.437 15.95,26.537 15.95,29.481 "/> <polyline fill="%23999999" points="13.274,5.939 13.274,8.176 25.443,14.446 25.443,11.691 13.274,5.939 "/> <polyline fill="%23999999" points="22.573,18.938 22.573,16.183 10.424,9.295 10.424,11.604 22.573,18.938 "/> <polygon fill="%23999999" points="4.263,17.931 4.438,20.793 15.95,29.481 15.95,26.537 "/> <polyline fill="%23CCCCCC" points="15.547,5.146 13.274,5.939 25.443,11.691 27.976,10.305 15.547,5.146 "/> <polyline fill="%23CCCCCC" points="12.625,8.537 10.424,9.295 22.573,16.183 24.794,14.807 12.625,8.537 "/> <polygon fill="%23CCCCCC" points="15.95,26.537 18.867,24.437 7.03,16.503 4.263,17.931 "/> <path fill="%23676767" d="M19.374,23.968l2.621-1.887l0.072-2.818l-2.674,1.842L19.374,23.968z"/> <path fill="%23999999" d="M7.285,13.188l0.253,2.845l11.837,7.935l0.02-2.863L7.285,13.188z"/> <path fill="%23CCCCCC" d="M9.919,11.929l-2.634,1.259l12.109,7.917l2.674-1.842L9.919,11.929z"/> </svg>');
}
.grey.icon-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M25.083,22.455c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,26.514,26.965,23.691,25.083,22.455z"/> <path fill="%23CCCCCC" d="M25.083,20.32c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,24.379,26.965,21.557,25.083,20.32z"/> <radialGradient id="SVGID_1_" cx="15.9264" cy="-40.357" r="5.4056" fx="12.5806" fy="-42.7043" gradientTransform="matrix(1 0 0 1.1083 0 56.2674)" gradientUnits="userSpaceOnUse"> <stop offset="0.1106" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <ellipse fill="url(%23SVGID_1_)" cx="15.926" cy="11.541" rx="5.036" ry="6.374"/> </svg>');
}
.grey.icon-user-old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 587.678 587.678"> <path fill="%23CCCCCC" d="M377.996,282.347c-56.201-18.357-79.563-41.185-79.563-41.185l-1.881,1.793 c-16.69,15.709-35.149,24.944-51.965,24.944H243c-16.815,0-35.274-9.235-51.964-24.944l-1.882-1.793 c0,0-23.36,22.827-79.562,41.185c-82.964,30.992-58.053,157.119-58.077,158.096c2.613,14.047,4.136,18.875,5.463,19.417 c83.314,37.091,290.319,37.091,373.634,0c1.327-0.542,2.85-5.37,5.463-19.417C436.051,439.466,461.295,313.84,377.996,282.347z"/> <path fill="%23CCCCCC" d="M330.924,121.441l-0.696-0.755c-4.668-4.274-4.303-4.029-4.303-4.029s8.142-41.083,1.613-60.511 c-10.25-31.027-71.475-51.822-83.755-54.239c0.002-0.023-7.469-1.518-7.946-1.521c0,0-9.659-1.953-20.854,2.93 c-7.291,2.805-45.408,20.09-56.227,52.83c-6.528,19.428,1.614,60.511,1.614,60.511s0.365-0.245-4.304,4.029l-0.695,0.755 c-3.158,3.586-2.378,14.806,1.074,26.479c3.128,11.695,7.205,14.838,8.182,17.577c9.903,46.497,44.338,86.197,79.429,86.197 s67.707-39.7,77.61-86.197c0.978-2.738,5.055-5.882,8.183-17.577C333.301,136.246,334.172,124.256,330.924,121.441z"/> </svg>');
}
.orange.icon-app.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.orange.icon-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.994,22.877l-0.781-0.514l0.681,7.635C15.962,30,16.03,30.001,16.097,30l0.683-7.641L15.994,22.877"/> <path fill="%23CC9900" d="M2.967,7.657L2.882,7.618C2.862,7.652,2.841,7.686,2.822,7.72l6.604,4.635l-0.049-0.87l0.218,0.128 l0.04,0.022v0.002l0.04,0.024l6.339-3.208V2L2.967,7.657z"/> <path fill="%23FFCC00" d="M29.173,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-0.078,0.036L16.013,2v6.453l6.327,3.208l0.27-0.158 l-0.048,0.847L29.173,7.716z"/> <path fill="%23CCCCCC" d="M15.99,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949l0.407,4.56 l0.781,0.514L15.99,15.246z"/> <path fill="%23999999" d="M16.001,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.001,15.214z"/> <path fill="%23FF66FF" d="M9.797,18.799l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6 c0.886,0.583,1.767,0.888,2.642,0.914l-0.681-7.635L9.797,18.799z"/> <path fill="%23990099" d="M3.791,20.554c0.077,0.512,0.24,0.983,0.49,1.414l5.516-3.169l-0.371-6.445L2.82,7.719 C2.561,8.168,2.458,8.696,2.511,9.303L3.791,20.554z"/> <path fill="%23FF99FF" d="M15.211,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499l0.371,6.445L15.211,22.362z" /> <g> <path fill="%2301CCFF" d="M22.199,18.795l-0.002,0.002l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.199,18.795z"/> <path fill="%230199CC" d="M22.198,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.198,18.796z"/> <path fill="%23016699" d="M29.495,9.136c0.02-0.538-0.088-1.012-0.324-1.421L22.56,12.35l-0.362,6.445h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.495,9.136z"/> </g> <path fill="%23FFFF00" d="M9.207,0l6.803,1.989c-0.369,0.429-0.896,0.804-1.581,1.125L4.784,7.377 C4.148,7.633,3.508,7.762,2.863,7.765l0.104-5.727L9.207,0z"/> <path fill="%23FFFF00" d="M22.844,0l-6.803,1.989c0.369,0.429,0.896,0.804,1.581,1.125l9.645,4.263 c0.636,0.256,1.276,0.386,1.921,0.389l-0.104-5.727L22.844,0z"/> <path fill="%23FFFFFF" d="M15.993,15.225v-0.004l6.607-3.802L15.993,8.13l-6.62,3.289l0.019,0.011l6.588,3.79l0.002,0.023l0.006-0.004 l0.004-0.013L15.993,15.225z"/> </svg>');
}
.orange.icon-logo-symbol{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.orange.icon-logo-sign1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 32"> <polygon fill="%2333CCFF" points="4.27,12.206 4.27,18.291 2.656,18.291 2.656,12.206 0.292,12.206 0.292,10.921 6.654,10.921 6.654,12.206 "/> <path fill="%2333CCFF" d="M10.386,18.291L9.728,18.26l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H8.7 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H10.386z"/> <path fill="%2333CCFF" d="M20.254,17.818c-0.418,0.315-2.419,0.473-6.003,0.473v-1.326h3.885c0.377,0,0.651-0.045,0.822-0.134 c0.254-0.13,0.38-0.301,0.38-0.514c0-0.226-0.01-0.38-0.031-0.463c-0.007-0.075-0.028-0.137-0.062-0.185 c-0.021-0.055-0.048-0.099-0.082-0.134c-0.178-0.178-0.682-0.267-1.511-0.267h-0.35L16.8,15.279c-0.774,0-1.34-0.069-1.696-0.206 c-0.774-0.301-1.162-0.898-1.162-1.789c0-0.891,0.24-1.525,0.72-1.902c0.425-0.322,1.048-0.483,1.871-0.483h4.081v1.326h-3.834 c-0.37,0-0.665,0.072-0.884,0.216c-0.219,0.158-0.329,0.387-0.329,0.689s0.093,0.524,0.278,0.668c0.192,0.13,1.11,0.195,2.755,0.195 l0.586,0.01l0.247,0.031l0.216,0.041c0.165,0.035,0.322,0.096,0.473,0.185l0.175,0.134l0.226,0.185 c0.165,0.144,0.281,0.363,0.35,0.658c0.068,0.281,0.103,0.685,0.103,1.213C20.974,17.006,20.733,17.462,20.254,17.818z"/> <path fill="%2333CCFF" d="M25.106,18.291l-0.658-0.031l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H23.42 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H25.106z"/> <path fill="%2333CCFF" d="M34.09,18.291l-1.634-2.888h-1.82v2.888h-1.552V10.9h3.813h0.38l0.288,0.052l0.216,0.031 c0.069,0,0.113,0.004,0.134,0.01c0.034,0.007,0.116,0.028,0.247,0.062c0.432,0.103,0.767,0.367,1.007,0.792 c0.212,0.377,0.319,0.819,0.319,1.326c0,0.507-0.12,0.939-0.36,1.295c-0.226,0.35-0.6,0.593-1.12,0.73l1.819,3.094H34.09z M33.679,12.473c-0.192-0.165-0.572-0.247-1.141-0.247h-1.902v1.871h1.902c0.562,0,0.935-0.082,1.12-0.247 c0.178-0.171,0.267-0.404,0.267-0.699C33.925,12.843,33.843,12.617,33.679,12.473z"/> <path fill="%2333CCFF" d="M42.796,17.479c-0.295,0.315-0.675,0.555-1.141,0.719c-0.459,0.165-1.011,0.247-1.655,0.247 c-1.247,0-2.176-0.326-2.786-0.977c-0.603-0.644-0.905-1.607-0.905-2.889c0-1.254,0.301-2.203,0.905-2.847 c0.603-0.651,1.439-0.977,2.508-0.977c1.069,0,1.881,0.154,2.436,0.462c0.63,0.343,1.069,0.922,1.316,1.737 c0.076,0.288,0.134,0.603,0.175,0.946c0.041,0.37,0.062,0.781,0.062,1.233C43.711,16.047,43.406,16.828,42.796,17.479z M41.604,12.812c-0.336-0.521-0.87-0.781-1.604-0.781c-0.699,0-1.223,0.257-1.573,0.771c-0.288,0.432-0.429,1.069-0.429,1.665 c0,0.624,0,1.472,0.46,2.108c0.478,0.66,1.277,0.606,1.795,0.606c0.411,0,0.991-0.257,1.34-0.771 c0.281-0.445,0.422-1.045,0.422-1.799C42.015,13.83,41.878,13.23,41.604,12.812z"/> <polygon fill="%2333CCFF" points="49.437,18.291 46.271,12.709 46.332,18.291 44.739,18.291 44.739,10.9 46.713,10.9 49.725,16.225 49.663,10.9 51.225,10.9 51.225,18.291 "/> <polygon fill="%23676767" points="2.168,22.737 2.168,21.546 1.061,21.546 1.061,22.737 0.648,22.737 0.648,20.011 1.061,20.011 1.061,21.175 2.168,21.175 2.168,20.011 2.582,20.011 2.582,22.737 "/> <polygon fill="%23676767" points="4.126,21.615 4.126,22.737 3.713,22.737 3.713,21.615 2.897,20.011 3.349,20.011 3.919,21.209 4.49,20.011 4.942,20.011 "/> <path fill="%23676767" d="M6.291,20.011H5.257v2.726H5.67v-1.076h0.62c0.532,0,0.873-0.348,0.873-0.823S6.823,20.011,6.291,20.011z M6.268,21.294H5.67v-0.911h0.597c0.291,0,0.482,0.165,0.482,0.456C6.75,21.125,6.559,21.294,6.268,21.294z"/> <polygon fill="%23676767" points="7.606,22.737 7.606,20.011 9.348,20.011 9.348,20.382 8.019,20.382 8.019,21.179 9.153,21.179 9.153,21.546 8.019,21.546 8.019,22.366 9.348,22.366 9.348,22.737 "/> <path fill="%23676767" d="M11.214,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H9.854v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L11.214,21.531z M10.268,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H10.268z"/> <rect x="12.303" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <polygon fill="%23676767" points="15.041,22.737 13.781,20.819 13.781,22.737 13.368,22.737 13.368,20.011 13.747,20.011 15.007,21.925 15.007,20.011 15.42,20.011 15.42,22.737 "/> <polygon fill="%23676767" points="16.486,20.382 16.486,21.213 17.619,21.213 17.619,21.585 16.486,21.585 16.486,22.737 16.072,22.737 16.072,20.011 17.815,20.011 17.815,20.382 "/> <path fill="%23676767" d="M19.761,20.263c-0.176-0.176-0.406-0.276-0.704-0.276s-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276s0.528-0.1,0.704-0.276 c0.268-0.268,0.276-0.54,0.276-1.11C20.037,20.803,20.029,20.532,19.761,20.263z M19.463,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172c-0.165,0-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168c0.165,0,0.303,0.061,0.406,0.168 c0.138,0.142,0.161,0.31,0.161,0.85C19.623,21.914,19.6,22.079,19.463,22.22z"/> <path fill="%23676767" d="M21.949,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H20.59v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L21.949,21.531z M21.003,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H21.003z"/> <polygon fill="%23676767" points="25.029,22.737 25.029,20.914 24.401,22.243 24.095,22.243 23.452,20.914 23.452,22.737 23.038,22.737 23.038,20.011 23.452,20.011 24.248,21.707 25.029,20.011 25.443,20.011 25.443,22.737 "/> <path fill="%23676767" d="M27.099,20.011h-0.333l-0.999,2.726h0.44l0.188-0.548h1.076l0.188,0.548h0.44L27.099,20.011z M26.517,21.837 l0.425-1.21l0.414,1.21H26.517z"/> <polygon fill="%23676767" points="29.118,20.382 29.118,22.737 28.704,22.737 28.704,20.382 27.954,20.382 27.954,20.011 29.868,20.011 29.868,20.382 "/> <rect x="30.279" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <path fill="%23676767" d="M32.929,20.263c-0.176-0.176-0.406-0.276-0.704-0.276c-0.299,0-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276 c0.299,0,0.528-0.1,0.704-0.276c0.268-0.268,0.276-0.54,0.276-1.11C33.205,20.803,33.197,20.532,32.929,20.263z M32.631,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172s-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168s0.303,0.061,0.406,0.168c0.138,0.142,0.161,0.31,0.161,0.85 C32.791,21.914,32.768,22.079,32.631,22.22z"/> <polygon fill="%23676767" points="35.431,22.737 34.171,20.819 34.171,22.737 33.758,22.737 33.758,20.011 34.137,20.011 35.397,21.925 35.397,20.011 35.81,20.011 35.81,22.737 "/> <path fill="%23676767" d="M38.903,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C39.883,22.462,39.477,22.76,38.903,22.76z"/> <polygon fill="%23676767" points="41.194,21.615 41.194,22.737 40.78,22.737 40.78,21.615 39.965,20.011 40.416,20.011 40.987,21.209 41.558,20.011 42.009,20.011 "/> <path fill="%23676767" d="M43.048,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C44.028,22.462,43.623,22.76,43.048,22.76z"/> <polygon fill="%23676767" points="45.446,20.382 45.446,22.737 45.033,22.737 45.033,20.382 44.282,20.382 44.282,20.011 46.197,20.011 46.197,20.382 "/> <polygon fill="%23676767" points="46.608,22.737 46.608,20.011 48.35,20.011 48.35,20.382 47.021,20.382 47.021,21.179 48.155,21.179 48.155,21.546 47.021,21.546 47.021,22.366 48.35,22.366 48.35,22.737 "/> <polygon fill="%23676767" points="50.848,22.737 50.848,20.914 50.22,22.243 49.913,22.243 49.27,20.914 49.27,22.737 48.857,22.737 48.857,20.011 49.27,20.011 50.067,21.707 50.848,20.011 51.261,20.011 51.261,22.737 "/> </svg>');
}
.orange.icon-logo-sign2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 16"> <polygon fill="%2333CCFF" points="5.225,5.024 5.225,12.57 3.223,12.57 3.223,5.024 0.292,5.024 0.292,3.43 8.182,3.43 8.182,5.024 "/> <path fill="%2333CCFF" d="M12.809,12.582l-0.816-0.038L11.7,12.532c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142h5.328v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H12.809z"/> <path fill="%2333CCFF" d="M25.046,11.996c-0.518,0.391-3,0.586-7.444,0.586v-1.644h4.818c0.467,0,0.807-0.055,1.02-0.166 c0.314-0.161,0.472-0.374,0.472-0.637c0-0.28-0.013-0.472-0.038-0.574c-0.009-0.093-0.034-0.17-0.077-0.229 c-0.025-0.068-0.06-0.123-0.102-0.166c-0.221-0.221-0.846-0.332-1.874-0.332h-0.434l-0.625,0.013c-0.96,0-1.661-0.085-2.103-0.255 c-0.96-0.374-1.44-1.113-1.44-2.218c0-1.105,0.297-1.891,0.892-2.358c0.527-0.399,1.3-0.599,2.32-0.599h5.06v1.645h-4.755 c-0.459,0-0.824,0.089-1.096,0.268c-0.272,0.195-0.408,0.48-0.408,0.854c0,0.374,0.115,0.65,0.344,0.829 c0.238,0.161,1.377,0.242,3.416,0.242l0.727,0.013l0.306,0.038l0.268,0.051c0.204,0.043,0.399,0.119,0.586,0.229l0.217,0.166 l0.28,0.229c0.204,0.179,0.348,0.451,0.434,0.816c0.085,0.349,0.127,0.85,0.127,1.504C25.938,10.989,25.64,11.554,25.046,11.996z"/> <path fill="%2333CCFF" d="M31.062,12.582l-0.816-0.038l-0.293-0.013c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142H34.3v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H31.062z"/> <path fill="%2333CCFF" d="M42.203,12.582l-2.027-3.582H37.92v3.582h-1.925V3.418h4.729h0.472l0.357,0.064L41.82,3.52 c0.085,0,0.14,0.004,0.166,0.013c0.042,0.009,0.144,0.034,0.306,0.077c0.535,0.127,0.952,0.455,1.249,0.981 c0.263,0.467,0.395,1.016,0.395,1.644c0,0.629-0.149,1.164-0.446,1.606c-0.28,0.434-0.744,0.735-1.389,0.905l2.256,3.837H42.203z M41.693,5.368c-0.238-0.204-0.71-0.306-1.415-0.306H37.92v2.32h2.358c0.697,0,1.16-0.102,1.389-0.306 c0.221-0.212,0.332-0.501,0.332-0.867C41.999,5.827,41.897,5.546,41.693,5.368z"/> <path fill="%2333CCFF" d="M52.999,11.569c-0.365,0.391-0.837,0.688-1.415,0.892c-0.569,0.204-1.253,0.306-2.052,0.306 c-1.547,0-2.698-0.404-3.454-1.211c-0.748-0.799-1.122-1.993-1.122-3.582c0-1.555,0.374-2.732,1.122-3.531 c0.748-0.807,1.785-1.211,3.11-1.211c1.326,0,2.333,0.191,3.021,0.573c0.782,0.425,1.326,1.143,1.631,2.154 c0.094,0.357,0.166,0.748,0.217,1.173c0.051,0.459,0.077,0.968,0.077,1.529C54.134,9.793,53.756,10.762,52.999,11.569z M51.521,5.782c-0.416-0.646-1.079-0.969-1.988-0.969c-0.867,0-1.517,0.318-1.95,0.956c-0.357,0.536-0.532,1.325-0.532,2.064 c0,0.773,0,1.826,0.571,2.614c0.592,0.818,1.583,0.752,2.226,0.752c0.51,0,1.229-0.319,1.662-0.956 c0.349-0.552,0.523-1.296,0.523-2.231C52.031,7.044,51.86,6.3,51.521,5.782z"/> <polygon fill="%2333CCFF" points="61.234,12.582 57.308,5.661 57.384,12.582 55.408,12.582 55.408,3.418 57.856,3.418 61.59,10.02 61.514,3.418 63.451,3.418 63.451,12.582 "/> </svg>');
}
.orange.icon-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%23a56600" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%23d88500" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%23ffbc00" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.orange.icon-variant.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%23a56600" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%23d88500" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%23ffbc00" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.orange.icon-menu-sandwich{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC9900" points="15.986,14.806 15.986,18.184 25.826,12.269 28.335,10.769 28.67,7.692 15.986,14.806 "/> <polyline fill="%23a56600" points="27.22,20.989 27.493,18.452 15.992,26.48 15.992,29.184 27.22,20.989 "/> <polygon fill="%23990099" points="27.75,16.122 28.057,13.334 15.986,20.978 15.992,23.988 25.698,17.493 "/> <polyline fill="%23d88500" points="4.496,18.452 4.775,20.989 15.992,29.184 15.992,26.48 4.496,18.452 "/> <polyline fill="%23FFCC00" points="3.649,10.769 6.152,12.275 15.986,18.184 15.986,14.806 3.314,7.692 3.649,10.769 "/> <polygon fill="%23FF66FF" points="4.24,16.122 6.291,17.493 15.992,23.988 15.986,20.978 3.933,13.334 "/> <polyline fill="%23FF99FF" points="6.152,12.275 3.933,13.334 15.986,20.978 28.057,13.334 25.826,12.269 15.986,18.184 6.152,12.275 "/> <polyline fill="%23ffbc00" points="6.291,17.493 4.496,18.452 15.992,26.48 27.493,18.452 25.698,17.493 15.992,23.988 6.291,17.493 "/> <polygon fill="%23FFFF00" points="28.67,7.692 15.997,2.418 3.314,7.692 15.986,14.806 "/> </svg>');
}
.orange.icon-build{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.347,21.811 27.641,19.076 15.24,27.733 15.24,30.648 27.347,21.811 "/> <polyline fill="%23999999" points="2.845,19.076 3.145,21.811 15.24,30.648 15.24,27.733 2.845,19.076 "/> <polygon fill="%23CCCCCC" points="2.845,19.076 15.24,27.733 27.641,19.076 15.24,13.131 "/> <polyline fill="%23a56600" points="6.619,23.176 6.703,24.567 8.047,24.153 26.917,18.327 26.936,17.923 27.04,16.081 6.562,22.236 6.619,23.176 "/> <polygon fill="%23a56600" points="27.782,4.372 27.914,1.975 21.27,5.434 21.063,14.859 22.933,13.854 22.933,13.844 23.158,6.862 "/> <path fill="%23d88500" d="M19.117,11.767l-0.028,2.152l1.973,0.94l0.207-9.426l-2.077-1.024L19.117,11.767z"/> <polyline fill="%23ffbc00" points="19.089,13.919 19.117,11.767 17.172,10.715 13.808,14.37 6.562,22.236 27.04,16.081 22.933,13.844 22.933,13.854 21.063,14.859 19.089,13.919 "/> <polygon fill="%23ffbc00" points="21.27,5.434 27.914,1.975 25.837,1.045 19.193,4.409 "/> </svg> ');
}
.orange.icon-increment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.607,14.107 20.328,26.628 25.64,23.068 26.24,10.789 20.607,14.107 "/> <polyline fill="%23999999" points="20.607,14.107 20.607,14.107 14.473,10.789 14.566,23.068 20.328,26.628 20.607,14.107 "/> <path fill="%23d88500" d="M20.607,14.107L20.607,14.107l0.157-4.683L14.43,6.257l0.043,4.532L20.607,14.107z"/> <path fill="%23a56600" d="M26.24,10.789l0.329-4.532l-5.805,3.167l-0.157,4.683L26.24,10.789z"/> <path fill="%23ffbc00" d="M20.764,9.424l5.805-3.167l-6.305-2.831L14.43,6.257L20.764,9.424z"/> <path fill="%23ffbc00" d="M15.592,26.264l2.879-1.699l-6.365-13.186l-3.05,1.388L15.592,26.264z"/> <path fill="%23d88500" d="M9.054,12.767l-5.618,6.091L7.2,21.157l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L9.054,12.767z"/> <path fill="%23a56600" d="M11.244,23.617l-0.007,5.565l2.77-1.637l0.044-2.219L11.244,23.617z"/> </svg> ');
}
.orange.icon-cloud{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.orange.icon-cloud-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23CCCCCC" points="17.327,26.85 20.122,25.404 13.731,12.574 10.827,13.838 17.327,26.85 "/> <polyline fill="%23676767" points="15.76,29.158 15.784,26.072 13.026,24.687 13.038,30.592 15.76,29.158 "/> <polyline fill="%23999999" points="15.784,26.072 17.327,26.85 10.827,13.838 4.971,20.654 8.908,22.622 9.029,28.453 13.038,30.592 13.026,24.687 15.784,26.072 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.orange.icon-cloud-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23676767" points="16.467,22.31 16.506,16.909 13.72,18.586 13.733,24.027 16.467,22.31 "/> <polyline fill="%23999999" points="9.639,18.084 9.705,21.465 5.822,18.995 11.791,30.79 17.946,26.708 13.733,24.027 13.72,18.586 9.599,16.076 9.639,18.084 "/> <polyline fill="%23CCCCCC" points="20.667,24.912 16.467,22.31 13.733,24.027 17.946,26.708 20.667,24.912 "/> <polyline fill="%23CCCCCC" points="9.705,21.465 9.639,18.084 8.556,17.41 5.822,18.995 9.705,21.465 "/> <polyline fill="%23CCCCCC" points="12.386,14.465 9.599,16.076 13.72,18.586 16.506,16.909 12.386,14.465 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.orange.icon-steps{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.978,10.305 27.976,10.305 25.443,11.691 25.443,14.446 27.765,13.055 27.978,10.305 "/> <polyline fill="%23676767" points="24.794,14.807 22.573,16.183 22.573,18.938 24.794,17.396 24.794,14.807 "/> <polygon fill="%23676767" points="18.847,27.297 18.867,24.437 15.95,26.537 15.95,29.481 "/> <polyline fill="%23999999" points="13.274,5.939 13.274,8.176 25.443,14.446 25.443,11.691 13.274,5.939 "/> <polyline fill="%23999999" points="22.573,18.938 22.573,16.183 10.424,9.295 10.424,11.604 22.573,18.938 "/> <polygon fill="%23999999" points="4.263,17.931 4.438,20.793 15.95,29.481 15.95,26.537 "/> <polyline fill="%23CCCCCC" points="15.547,5.146 13.274,5.939 25.443,11.691 27.976,10.305 15.547,5.146 "/> <polyline fill="%23CCCCCC" points="12.625,8.537 10.424,9.295 22.573,16.183 24.794,14.807 12.625,8.537 "/> <polygon fill="%23CCCCCC" points="15.95,26.537 18.867,24.437 7.03,16.503 4.263,17.931 "/> <path fill="%23a56600" d="M19.374,23.968l2.621-1.887l0.072-2.818l-2.674,1.842L19.374,23.968z"/> <path fill="%23d88500" d="M7.285,13.188l0.253,2.845l11.837,7.935l0.02-2.863L7.285,13.188z"/> <path fill="%23ffbc00" d="M9.919,11.929l-2.634,1.259l12.109,7.917l2.674-1.842L9.919,11.929z"/> </svg>');
}
.orange.icon-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M25.083,22.455c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,26.514,26.965,23.691,25.083,22.455z"/> <path fill="%23ffbc00" d="M25.083,20.32c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,24.379,26.965,21.557,25.083,20.32z"/> <radialGradient id="SVGID_1_" cx="15.9264" cy="-40.357" r="5.4056" fx="12.5806" fy="-42.7043" gradientTransform="matrix(1 0 0 1.1083 0 56.2674)" gradientUnits="userSpaceOnUse"> <stop offset="0.1106" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </radialGradient> <ellipse fill="url(%23SVGID_1_)" cx="15.926" cy="11.541" rx="5.036" ry="6.374"/> </svg>');
}
.orange.icon-user-old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 587.678 587.678"> <path fill="%23ffbc00" d="M377.996,282.347c-56.201-18.357-79.563-41.185-79.563-41.185l-1.881,1.793 c-16.69,15.709-35.149,24.944-51.965,24.944H243c-16.815,0-35.274-9.235-51.964-24.944l-1.882-1.793 c0,0-23.36,22.827-79.562,41.185c-82.964,30.992-58.053,157.119-58.077,158.096c2.613,14.047,4.136,18.875,5.463,19.417 c83.314,37.091,290.319,37.091,373.634,0c1.327-0.542,2.85-5.37,5.463-19.417C436.051,439.466,461.295,313.84,377.996,282.347z"/> <path fill="%23ffbc00" d="M330.924,121.441l-0.696-0.755c-4.668-4.274-4.303-4.029-4.303-4.029s8.142-41.083,1.613-60.511 c-10.25-31.027-71.475-51.822-83.755-54.239c0.002-0.023-7.469-1.518-7.946-1.521c0,0-9.659-1.953-20.854,2.93 c-7.291,2.805-45.408,20.09-56.227,52.83c-6.528,19.428,1.614,60.511,1.614,60.511s0.365-0.245-4.304,4.029l-0.695,0.755 c-3.158,3.586-2.378,14.806,1.074,26.479c3.128,11.695,7.205,14.838,8.182,17.577c9.903,46.497,44.338,86.197,79.429,86.197 s67.707-39.7,77.61-86.197c0.978-2.738,5.055-5.882,8.183-17.577C333.301,136.246,334.172,124.256,330.924,121.441z"/> </svg>');
}
.red.icon-app.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.red.icon-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.994,22.877l-0.781-0.514l0.681,7.635C15.962,30,16.03,30.001,16.097,30l0.683-7.641L15.994,22.877"/> <path fill="%23CC9900" d="M2.967,7.657L2.882,7.618C2.862,7.652,2.841,7.686,2.822,7.72l6.604,4.635l-0.049-0.87l0.218,0.128 l0.04,0.022v0.002l0.04,0.024l6.339-3.208V2L2.967,7.657z"/> <path fill="%23FFCC00" d="M29.173,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-0.078,0.036L16.013,2v6.453l6.327,3.208l0.27-0.158 l-0.048,0.847L29.173,7.716z"/> <path fill="%23CCCCCC" d="M15.99,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949l0.407,4.56 l0.781,0.514L15.99,15.246z"/> <path fill="%23999999" d="M16.001,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.001,15.214z"/> <path fill="%23FF66FF" d="M9.797,18.799l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6 c0.886,0.583,1.767,0.888,2.642,0.914l-0.681-7.635L9.797,18.799z"/> <path fill="%23990099" d="M3.791,20.554c0.077,0.512,0.24,0.983,0.49,1.414l5.516-3.169l-0.371-6.445L2.82,7.719 C2.561,8.168,2.458,8.696,2.511,9.303L3.791,20.554z"/> <path fill="%23FF99FF" d="M15.211,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499l0.371,6.445L15.211,22.362z" /> <g> <path fill="%2301CCFF" d="M22.199,18.795l-0.002,0.002l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.199,18.795z"/> <path fill="%230199CC" d="M22.198,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.198,18.796z"/> <path fill="%23016699" d="M29.495,9.136c0.02-0.538-0.088-1.012-0.324-1.421L22.56,12.35l-0.362,6.445h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.495,9.136z"/> </g> <path fill="%23FFFF00" d="M9.207,0l6.803,1.989c-0.369,0.429-0.896,0.804-1.581,1.125L4.784,7.377 C4.148,7.633,3.508,7.762,2.863,7.765l0.104-5.727L9.207,0z"/> <path fill="%23FFFF00" d="M22.844,0l-6.803,1.989c0.369,0.429,0.896,0.804,1.581,1.125l9.645,4.263 c0.636,0.256,1.276,0.386,1.921,0.389l-0.104-5.727L22.844,0z"/> <path fill="%23FFFFFF" d="M15.993,15.225v-0.004l6.607-3.802L15.993,8.13l-6.62,3.289l0.019,0.011l6.588,3.79l0.002,0.023l0.006-0.004 l0.004-0.013L15.993,15.225z"/> </svg>');
}
.red.icon-logo-symbol{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
}
.red.icon-logo-sign1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 32"> <polygon fill="%2333CCFF" points="4.27,12.206 4.27,18.291 2.656,18.291 2.656,12.206 0.292,12.206 0.292,10.921 6.654,10.921 6.654,12.206 "/> <path fill="%2333CCFF" d="M10.386,18.291L9.728,18.26l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H8.7 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H10.386z"/> <path fill="%2333CCFF" d="M20.254,17.818c-0.418,0.315-2.419,0.473-6.003,0.473v-1.326h3.885c0.377,0,0.651-0.045,0.822-0.134 c0.254-0.13,0.38-0.301,0.38-0.514c0-0.226-0.01-0.38-0.031-0.463c-0.007-0.075-0.028-0.137-0.062-0.185 c-0.021-0.055-0.048-0.099-0.082-0.134c-0.178-0.178-0.682-0.267-1.511-0.267h-0.35L16.8,15.279c-0.774,0-1.34-0.069-1.696-0.206 c-0.774-0.301-1.162-0.898-1.162-1.789c0-0.891,0.24-1.525,0.72-1.902c0.425-0.322,1.048-0.483,1.871-0.483h4.081v1.326h-3.834 c-0.37,0-0.665,0.072-0.884,0.216c-0.219,0.158-0.329,0.387-0.329,0.689s0.093,0.524,0.278,0.668c0.192,0.13,1.11,0.195,2.755,0.195 l0.586,0.01l0.247,0.031l0.216,0.041c0.165,0.035,0.322,0.096,0.473,0.185l0.175,0.134l0.226,0.185 c0.165,0.144,0.281,0.363,0.35,0.658c0.068,0.281,0.103,0.685,0.103,1.213C20.974,17.006,20.733,17.462,20.254,17.818z"/> <path fill="%2333CCFF" d="M25.106,18.291l-0.658-0.031l-0.236-0.01c-0.055,0-0.12-0.011-0.195-0.031 c-0.048-0.014-0.076-0.024-0.082-0.031c-0.041-0.007-0.072-0.014-0.093-0.021c-0.733-0.185-1.295-0.62-1.686-1.305 c-0.165-0.274-0.288-0.576-0.37-0.905c-0.089-0.308-0.134-0.641-0.134-0.997c0-0.678,0.055-1.25,0.164-1.717 c0.11-0.48,0.295-0.894,0.555-1.244c0.302-0.404,0.678-0.685,1.131-0.843c0.185-0.069,0.449-0.134,0.792-0.195 c0.301-0.041,1.442-0.062,3.423-0.062v1.285h-2.549c-1.165,0-1.747,0.576-1.747,1.727h4.297v1.285H23.42 c0,0.295,0.024,0.541,0.072,0.74c0.021,0.11,0.052,0.213,0.093,0.308c0.034,0.076,0.093,0.161,0.175,0.257l0.278,0.267 c0.089,0.069,0.199,0.123,0.329,0.164c0.137,0.041,0.264,0.062,0.38,0.062l2.971,0.01v1.285H25.106z"/> <path fill="%2333CCFF" d="M34.09,18.291l-1.634-2.888h-1.82v2.888h-1.552V10.9h3.813h0.38l0.288,0.052l0.216,0.031 c0.069,0,0.113,0.004,0.134,0.01c0.034,0.007,0.116,0.028,0.247,0.062c0.432,0.103,0.767,0.367,1.007,0.792 c0.212,0.377,0.319,0.819,0.319,1.326c0,0.507-0.12,0.939-0.36,1.295c-0.226,0.35-0.6,0.593-1.12,0.73l1.819,3.094H34.09z M33.679,12.473c-0.192-0.165-0.572-0.247-1.141-0.247h-1.902v1.871h1.902c0.562,0,0.935-0.082,1.12-0.247 c0.178-0.171,0.267-0.404,0.267-0.699C33.925,12.843,33.843,12.617,33.679,12.473z"/> <path fill="%2333CCFF" d="M42.796,17.479c-0.295,0.315-0.675,0.555-1.141,0.719c-0.459,0.165-1.011,0.247-1.655,0.247 c-1.247,0-2.176-0.326-2.786-0.977c-0.603-0.644-0.905-1.607-0.905-2.889c0-1.254,0.301-2.203,0.905-2.847 c0.603-0.651,1.439-0.977,2.508-0.977c1.069,0,1.881,0.154,2.436,0.462c0.63,0.343,1.069,0.922,1.316,1.737 c0.076,0.288,0.134,0.603,0.175,0.946c0.041,0.37,0.062,0.781,0.062,1.233C43.711,16.047,43.406,16.828,42.796,17.479z M41.604,12.812c-0.336-0.521-0.87-0.781-1.604-0.781c-0.699,0-1.223,0.257-1.573,0.771c-0.288,0.432-0.429,1.069-0.429,1.665 c0,0.624,0,1.472,0.46,2.108c0.478,0.66,1.277,0.606,1.795,0.606c0.411,0,0.991-0.257,1.34-0.771 c0.281-0.445,0.422-1.045,0.422-1.799C42.015,13.83,41.878,13.23,41.604,12.812z"/> <polygon fill="%2333CCFF" points="49.437,18.291 46.271,12.709 46.332,18.291 44.739,18.291 44.739,10.9 46.713,10.9 49.725,16.225 49.663,10.9 51.225,10.9 51.225,18.291 "/> <polygon fill="%23676767" points="2.168,22.737 2.168,21.546 1.061,21.546 1.061,22.737 0.648,22.737 0.648,20.011 1.061,20.011 1.061,21.175 2.168,21.175 2.168,20.011 2.582,20.011 2.582,22.737 "/> <polygon fill="%23676767" points="4.126,21.615 4.126,22.737 3.713,22.737 3.713,21.615 2.897,20.011 3.349,20.011 3.919,21.209 4.49,20.011 4.942,20.011 "/> <path fill="%23676767" d="M6.291,20.011H5.257v2.726H5.67v-1.076h0.62c0.532,0,0.873-0.348,0.873-0.823S6.823,20.011,6.291,20.011z M6.268,21.294H5.67v-0.911h0.597c0.291,0,0.482,0.165,0.482,0.456C6.75,21.125,6.559,21.294,6.268,21.294z"/> <polygon fill="%23676767" points="7.606,22.737 7.606,20.011 9.348,20.011 9.348,20.382 8.019,20.382 8.019,21.179 9.153,21.179 9.153,21.546 8.019,21.546 8.019,22.366 9.348,22.366 9.348,22.737 "/> <path fill="%23676767" d="M11.214,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H9.854v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L11.214,21.531z M10.268,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H10.268z"/> <rect x="12.303" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <polygon fill="%23676767" points="15.041,22.737 13.781,20.819 13.781,22.737 13.368,22.737 13.368,20.011 13.747,20.011 15.007,21.925 15.007,20.011 15.42,20.011 15.42,22.737 "/> <polygon fill="%23676767" points="16.486,20.382 16.486,21.213 17.619,21.213 17.619,21.585 16.486,21.585 16.486,22.737 16.072,22.737 16.072,20.011 17.815,20.011 17.815,20.382 "/> <path fill="%23676767" d="M19.761,20.263c-0.176-0.176-0.406-0.276-0.704-0.276s-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276s0.528-0.1,0.704-0.276 c0.268-0.268,0.276-0.54,0.276-1.11C20.037,20.803,20.029,20.532,19.761,20.263z M19.463,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172c-0.165,0-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168c0.165,0,0.303,0.061,0.406,0.168 c0.138,0.142,0.161,0.31,0.161,0.85C19.623,21.914,19.6,22.079,19.463,22.22z"/> <path fill="%23676767" d="M21.949,21.531c0.306-0.084,0.544-0.333,0.544-0.724c0-0.463-0.329-0.796-0.846-0.796H20.59v2.726h0.414 v-1.149h0.517l0.574,1.149h0.482L21.949,21.531z M21.003,21.236v-0.854h0.613c0.276,0,0.463,0.161,0.463,0.429 c0,0.268-0.188,0.425-0.463,0.425H21.003z"/> <polygon fill="%23676767" points="25.029,22.737 25.029,20.914 24.401,22.243 24.095,22.243 23.452,20.914 23.452,22.737 23.038,22.737 23.038,20.011 23.452,20.011 24.248,21.707 25.029,20.011 25.443,20.011 25.443,22.737 "/> <path fill="%23676767" d="M27.099,20.011h-0.333l-0.999,2.726h0.44l0.188-0.548h1.076l0.188,0.548h0.44L27.099,20.011z M26.517,21.837 l0.425-1.21l0.414,1.21H26.517z"/> <polygon fill="%23676767" points="29.118,20.382 29.118,22.737 28.704,22.737 28.704,20.382 27.954,20.382 27.954,20.011 29.868,20.011 29.868,20.382 "/> <rect x="30.279" y="20.011" fill="%23676767" width="0.414" height="2.726"/> <path fill="%23676767" d="M32.929,20.263c-0.176-0.176-0.406-0.276-0.704-0.276c-0.299,0-0.528,0.1-0.705,0.276 c-0.268,0.268-0.276,0.54-0.276,1.111c0,0.57,0.008,0.842,0.276,1.11c0.176,0.176,0.406,0.276,0.705,0.276 c0.299,0,0.528-0.1,0.704-0.276c0.268-0.268,0.276-0.54,0.276-1.11C33.205,20.803,33.197,20.532,32.929,20.263z M32.631,22.22 c-0.103,0.107-0.241,0.172-0.406,0.172s-0.303-0.065-0.406-0.172c-0.134-0.146-0.161-0.306-0.161-0.846 c0-0.54,0.027-0.705,0.161-0.85c0.103-0.107,0.241-0.168,0.406-0.168s0.303,0.061,0.406,0.168c0.138,0.142,0.161,0.31,0.161,0.85 C32.791,21.914,32.768,22.079,32.631,22.22z"/> <polygon fill="%23676767" points="35.431,22.737 34.171,20.819 34.171,22.737 33.758,22.737 33.758,20.011 34.137,20.011 35.397,21.925 35.397,20.011 35.81,20.011 35.81,22.737 "/> <path fill="%23676767" d="M38.903,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C39.883,22.462,39.477,22.76,38.903,22.76z"/> <polygon fill="%23676767" points="41.194,21.615 41.194,22.737 40.78,22.737 40.78,21.615 39.965,20.011 40.416,20.011 40.987,21.209 41.558,20.011 42.009,20.011 "/> <path fill="%23676767" d="M43.048,22.76c-0.41,0-0.701-0.096-0.965-0.36l0.272-0.272c0.199,0.199,0.425,0.264,0.701,0.264 c0.36,0,0.563-0.153,0.563-0.421c0-0.123-0.031-0.218-0.107-0.284c-0.069-0.061-0.161-0.096-0.299-0.115l-0.322-0.046 c-0.222-0.035-0.394-0.103-0.513-0.218c-0.134-0.123-0.203-0.299-0.203-0.524c0-0.475,0.345-0.797,0.911-0.797 c0.364,0,0.613,0.092,0.846,0.31l-0.26,0.26c-0.169-0.161-0.368-0.211-0.601-0.211c-0.322,0-0.494,0.176-0.494,0.425 c0,0.1,0.027,0.191,0.1,0.253c0.069,0.061,0.149,0.1,0.299,0.123l0.326,0.05c0.249,0.039,0.387,0.096,0.505,0.203 c0.146,0.134,0.222,0.322,0.222,0.559C44.028,22.462,43.623,22.76,43.048,22.76z"/> <polygon fill="%23676767" points="45.446,20.382 45.446,22.737 45.033,22.737 45.033,20.382 44.282,20.382 44.282,20.011 46.197,20.011 46.197,20.382 "/> <polygon fill="%23676767" points="46.608,22.737 46.608,20.011 48.35,20.011 48.35,20.382 47.021,20.382 47.021,21.179 48.155,21.179 48.155,21.546 47.021,21.546 47.021,22.366 48.35,22.366 48.35,22.737 "/> <polygon fill="%23676767" points="50.848,22.737 50.848,20.914 50.22,22.243 49.913,22.243 49.27,20.914 49.27,22.737 48.857,22.737 48.857,20.011 49.27,20.011 50.067,21.707 50.848,20.011 51.261,20.011 51.261,22.737 "/> </svg>');
}
.red.icon-logo-sign2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 16"> <polygon fill="%2333CCFF" points="5.225,5.024 5.225,12.57 3.223,12.57 3.223,5.024 0.292,5.024 0.292,3.43 8.182,3.43 8.182,5.024 "/> <path fill="%2333CCFF" d="M12.809,12.582l-0.816-0.038L11.7,12.532c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142h5.328v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H12.809z"/> <path fill="%2333CCFF" d="M25.046,11.996c-0.518,0.391-3,0.586-7.444,0.586v-1.644h4.818c0.467,0,0.807-0.055,1.02-0.166 c0.314-0.161,0.472-0.374,0.472-0.637c0-0.28-0.013-0.472-0.038-0.574c-0.009-0.093-0.034-0.17-0.077-0.229 c-0.025-0.068-0.06-0.123-0.102-0.166c-0.221-0.221-0.846-0.332-1.874-0.332h-0.434l-0.625,0.013c-0.96,0-1.661-0.085-2.103-0.255 c-0.96-0.374-1.44-1.113-1.44-2.218c0-1.105,0.297-1.891,0.892-2.358c0.527-0.399,1.3-0.599,2.32-0.599h5.06v1.645h-4.755 c-0.459,0-0.824,0.089-1.096,0.268c-0.272,0.195-0.408,0.48-0.408,0.854c0,0.374,0.115,0.65,0.344,0.829 c0.238,0.161,1.377,0.242,3.416,0.242l0.727,0.013l0.306,0.038l0.268,0.051c0.204,0.043,0.399,0.119,0.586,0.229l0.217,0.166 l0.28,0.229c0.204,0.179,0.348,0.451,0.434,0.816c0.085,0.349,0.127,0.85,0.127,1.504C25.938,10.989,25.64,11.554,25.046,11.996z"/> <path fill="%2333CCFF" d="M31.062,12.582l-0.816-0.038l-0.293-0.013c-0.068,0-0.149-0.013-0.242-0.038 c-0.06-0.017-0.094-0.029-0.102-0.038c-0.051-0.008-0.089-0.017-0.115-0.025c-0.91-0.229-1.606-0.769-2.09-1.619 c-0.204-0.34-0.357-0.714-0.459-1.122c-0.11-0.382-0.166-0.795-0.166-1.236c0-0.841,0.068-1.551,0.204-2.129 c0.136-0.595,0.365-1.109,0.688-1.542c0.374-0.501,0.841-0.85,1.402-1.045c0.229-0.085,0.556-0.166,0.981-0.242 c0.374-0.051,1.789-0.077,4.244-0.077v1.593h-3.161c-1.444,0-2.167,0.714-2.167,2.142H34.3v1.593h-5.328 c0,0.365,0.029,0.671,0.089,0.918c0.026,0.136,0.064,0.264,0.115,0.382c0.042,0.094,0.115,0.2,0.217,0.319l0.344,0.332 c0.11,0.085,0.246,0.153,0.408,0.204c0.17,0.051,0.327,0.077,0.472,0.077l3.684,0.013v1.593H31.062z"/> <path fill="%2333CCFF" d="M42.203,12.582l-2.027-3.582H37.92v3.582h-1.925V3.418h4.729h0.472l0.357,0.064L41.82,3.52 c0.085,0,0.14,0.004,0.166,0.013c0.042,0.009,0.144,0.034,0.306,0.077c0.535,0.127,0.952,0.455,1.249,0.981 c0.263,0.467,0.395,1.016,0.395,1.644c0,0.629-0.149,1.164-0.446,1.606c-0.28,0.434-0.744,0.735-1.389,0.905l2.256,3.837H42.203z M41.693,5.368c-0.238-0.204-0.71-0.306-1.415-0.306H37.92v2.32h2.358c0.697,0,1.16-0.102,1.389-0.306 c0.221-0.212,0.332-0.501,0.332-0.867C41.999,5.827,41.897,5.546,41.693,5.368z"/> <path fill="%2333CCFF" d="M52.999,11.569c-0.365,0.391-0.837,0.688-1.415,0.892c-0.569,0.204-1.253,0.306-2.052,0.306 c-1.547,0-2.698-0.404-3.454-1.211c-0.748-0.799-1.122-1.993-1.122-3.582c0-1.555,0.374-2.732,1.122-3.531 c0.748-0.807,1.785-1.211,3.11-1.211c1.326,0,2.333,0.191,3.021,0.573c0.782,0.425,1.326,1.143,1.631,2.154 c0.094,0.357,0.166,0.748,0.217,1.173c0.051,0.459,0.077,0.968,0.077,1.529C54.134,9.793,53.756,10.762,52.999,11.569z M51.521,5.782c-0.416-0.646-1.079-0.969-1.988-0.969c-0.867,0-1.517,0.318-1.95,0.956c-0.357,0.536-0.532,1.325-0.532,2.064 c0,0.773,0,1.826,0.571,2.614c0.592,0.818,1.583,0.752,2.226,0.752c0.51,0,1.229-0.319,1.662-0.956 c0.349-0.552,0.523-1.296,0.523-2.231C52.031,7.044,51.86,6.3,51.521,5.782z"/> <polygon fill="%2333CCFF" points="61.234,12.582 57.308,5.661 57.384,12.582 55.408,12.582 55.408,3.418 57.856,3.418 61.59,10.02 61.514,3.418 63.451,3.418 63.451,12.582 "/> </svg>');
}
.red.icon-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,25.66l7.36,5.52V15.425L8.711,25.66z"/> <path fill="%23676767" d="M16.071,31.18l7.302-5.52l-7.302-10.235V31.18z"/> <path fill="%23990000" d="M6.699,10.307l0.517,7.36l6.268-3.508l-0.115-7.072L6.699,10.307z"/> <path fill="%23CC0000" d="M7.216,17.667l-0.517-7.36l-5.577-3.22l0.862,7.072L7.216,17.667z"/> <path fill="%23FF0000" d="M13.369,7.087L7.734,4.212L1.121,7.087l5.577,3.22L13.369,7.087z"/> <radialGradient id="SVGID_1_" cx="-86.0089" cy="1332.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M19.464,5.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C22.185,4.097,20.69,4.711,19.464,5.937z"/> <path fill="%23FFFFFF" d="M20.935,23.706c0.93-0.514,1.522-1.249,1.84-2.319l-2.747-0.756l6.091-4.313l4.759,6.008l-3.495-0.405 c-0.957,2.32-2.983,3.705-5.798,3.937L20.935,23.706z"/> <path fill="%23676767" d="M26.592,20.672l1.662,0.193l-2.571-3.246l-3.246,2.571l1.704,0.198c-0.241,2.077-1.074,3.455-2.649,4.325 C23.617,24.538,25.839,23.532,26.592,20.672z"/> <path fill="%23FFFFFF" d="M19.458,8.188c-0.923-0.527-1.859-0.649-2.937-0.363l0.877,2.263l-7.084-2.102l2.79-7.569l1.474,3.194 c2.479-0.391,4.717,0.617,6.38,2.9L19.458,8.188z"/> <path fill="%23676767" d="M13.923,4.938l-0.701-1.519L11.79,7.304l3.885,1.432l-0.718-1.557c1.899-0.876,3.509-0.882,5.071,0.009 C18.772,5.465,16.757,4.092,13.923,4.938z"/> <path fill="%23FFFFFF" d="M5.564,17.161c0.28,1.025,0.856,1.773,1.82,2.334l1.071-2.435l3.432,6.71L4.564,27.15l1.216-3.301 c-2.029-1.477-2.899-3.771-2.461-6.562L5.564,17.161z"/> <path fill="%23676767" d="M7.181,23.373l-0.579,1.57l3.76-1.735l-1.735-3.76l-0.593,1.609C6.072,20.334,4.93,19.2,4.455,17.464 C4.124,19.571,4.578,21.968,7.181,23.373z"/> </svg> ');
}
.red.icon-variant.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M8.711,24.66l7.36,5.52V14.425L8.711,24.66z"/> <path fill="%23676767" d="M16.071,30.18l7.302-5.52l-7.302-10.235V30.18z"/> <path fill="%23990000" d="M7.699,11.307l0.517,7.36l6.268-3.508l-0.115-7.072L7.699,11.307z"/> <path fill="%23CC0000" d="M8.216,18.667l-0.517-7.36l-5.577-3.22l0.862,7.072L8.216,18.667z"/> <path fill="%23FF0000" d="M14.369,8.087L8.734,5.212L2.121,8.087l5.577,3.22L14.369,8.087z"/> <radialGradient id="SVGID_1_" cx="-87.0089" cy="1331.0801" r="9.4444" gradientTransform="matrix(1 0 0 -1 107.6 1339.8)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.464,6.937c-1.227,1.227-1.84,2.703-1.84,4.428c0,1.763,0.613,3.258,1.84,4.485 c1.227,1.227,2.722,1.84,4.485,1.84c1.725,0,3.201-0.613,4.427-1.84c1.227-1.227,1.84-2.722,1.84-4.485 c0-1.725-0.613-3.201-1.84-4.428c-1.227-1.227-2.702-1.84-4.427-1.84C21.185,5.097,19.69,5.711,18.464,6.937z"/> </svg> ');
}
.red.icon-menu-sandwich{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC9900" points="15.986,14.806 15.986,18.184 25.826,12.269 28.335,10.769 28.67,7.692 15.986,14.806 "/> <polyline fill="%23990000" points="27.22,20.989 27.493,18.452 15.992,26.48 15.992,29.184 27.22,20.989 "/> <polygon fill="%23990099" points="27.75,16.122 28.057,13.334 15.986,20.978 15.992,23.988 25.698,17.493 "/> <polyline fill="%23CC0000" points="4.496,18.452 4.775,20.989 15.992,29.184 15.992,26.48 4.496,18.452 "/> <polyline fill="%23FFCC00" points="3.649,10.769 6.152,12.275 15.986,18.184 15.986,14.806 3.314,7.692 3.649,10.769 "/> <polygon fill="%23FF66FF" points="4.24,16.122 6.291,17.493 15.992,23.988 15.986,20.978 3.933,13.334 "/> <polyline fill="%23FF99FF" points="6.152,12.275 3.933,13.334 15.986,20.978 28.057,13.334 25.826,12.269 15.986,18.184 6.152,12.275 "/> <polyline fill="%23FF0000" points="6.291,17.493 4.496,18.452 15.992,26.48 27.493,18.452 25.698,17.493 15.992,23.988 6.291,17.493 "/> <polygon fill="%23FFFF00" points="28.67,7.692 15.997,2.418 3.314,7.692 15.986,14.806 "/> </svg>');
}
.red.icon-build{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.347,21.811 27.641,19.076 15.24,27.733 15.24,30.648 27.347,21.811 "/> <polyline fill="%23999999" points="2.845,19.076 3.145,21.811 15.24,30.648 15.24,27.733 2.845,19.076 "/> <polygon fill="%23CCCCCC" points="2.845,19.076 15.24,27.733 27.641,19.076 15.24,13.131 "/> <polyline fill="%23990000" points="6.619,23.176 6.703,24.567 8.047,24.153 26.917,18.327 26.936,17.923 27.04,16.081 6.562,22.236 6.619,23.176 "/> <polygon fill="%23990000" points="27.782,4.372 27.914,1.975 21.27,5.434 21.063,14.859 22.933,13.854 22.933,13.844 23.158,6.862 "/> <path fill="%23CC0000" d="M19.117,11.767l-0.028,2.152l1.973,0.94l0.207-9.426l-2.077-1.024L19.117,11.767z"/> <polyline fill="%23FF0000" points="19.089,13.919 19.117,11.767 17.172,10.715 13.808,14.37 6.562,22.236 27.04,16.081 22.933,13.844 22.933,13.854 21.063,14.859 19.089,13.919 "/> <polygon fill="%23FF0000" points="21.27,5.434 27.914,1.975 25.837,1.045 19.193,4.409 "/> </svg> ');
}
.red.icon-increment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.607,14.107 20.328,26.628 25.64,23.068 26.24,10.789 20.607,14.107 "/> <polyline fill="%23999999" points="20.607,14.107 20.607,14.107 14.473,10.789 14.566,23.068 20.328,26.628 20.607,14.107 "/> <path fill="%23CC0000" d="M20.607,14.107L20.607,14.107l0.157-4.683L14.43,6.257l0.043,4.532L20.607,14.107z"/> <path fill="%23990000" d="M26.24,10.789l0.329-4.532l-5.805,3.167l-0.157,4.683L26.24,10.789z"/> <path fill="%23FF0000" d="M20.764,9.424l5.805-3.167l-6.305-2.831L14.43,6.257L20.764,9.424z"/> <path fill="%23FF0000" d="M15.592,26.264l2.879-1.699l-6.365-13.186l-3.05,1.388L15.592,26.264z"/> <path fill="%23CC0000" d="M9.054,12.767l-5.618,6.091L7.2,21.157l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L9.054,12.767z"/> <path fill="%23990000" d="M11.244,23.617l-0.007,5.565l2.77-1.637l0.044-2.219L11.244,23.617z"/> </svg> ');
}
.red.icon-cloud{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.red.icon-cloud-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23CCCCCC" points="17.327,26.85 20.122,25.404 13.731,12.574 10.827,13.838 17.327,26.85 "/> <polyline fill="%23676767" points="15.76,29.158 15.784,26.072 13.026,24.687 13.038,30.592 15.76,29.158 "/> <polyline fill="%23999999" points="15.784,26.072 17.327,26.85 10.827,13.838 4.971,20.654 8.908,22.622 9.029,28.453 13.038,30.592 13.026,24.687 15.784,26.072 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.red.icon-cloud-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2106.1333" cy="-1645.4503" r="5.8597" fx="2109.7031" fy="-1647.0585" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2659.6006 338.4453)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.882" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="2115.8672" cy="-1646.5632" r="13.4445" fx="2124.0581" fy="-1650.2531" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2676.4329 342.5319)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="16.144" cy="11.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="2121.782" cy="-1641.9119" r="9.3367" fx="2127.4702" fy="-1644.4744" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2683.5505 355.14)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="22.314" cy="16.518" r="6.432"/> <polyline fill="%23676767" points="16.467,22.31 16.506,16.909 13.72,18.586 13.733,24.027 16.467,22.31 "/> <polyline fill="%23999999" points="9.639,18.084 9.705,21.465 5.822,18.995 11.791,30.79 17.946,26.708 13.733,24.027 13.72,18.586 9.599,16.076 9.639,18.084 "/> <polyline fill="%23CCCCCC" points="20.667,24.912 16.467,22.31 13.733,24.027 17.946,26.708 20.667,24.912 "/> <polyline fill="%23CCCCCC" points="9.705,21.465 9.639,18.084 8.556,17.41 5.822,18.995 9.705,21.465 "/> <polyline fill="%23CCCCCC" points="12.386,14.465 9.599,16.076 13.72,18.586 16.506,16.909 12.386,14.465 "/> <radialGradient id="SVGID_4_" cx="2122.4128" cy="-1635.099" r="7.3529" fx="2126.8926" fy="-1637.1169" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2679.9597 367.4512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.069" cy="23.418" r="5.066"/> </svg> ');
}
.red.icon-steps{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.978,10.305 27.976,10.305 25.443,11.691 25.443,14.446 27.765,13.055 27.978,10.305 "/> <polyline fill="%23676767" points="24.794,14.807 22.573,16.183 22.573,18.938 24.794,17.396 24.794,14.807 "/> <polygon fill="%23676767" points="18.847,27.297 18.867,24.437 15.95,26.537 15.95,29.481 "/> <polyline fill="%23999999" points="13.274,5.939 13.274,8.176 25.443,14.446 25.443,11.691 13.274,5.939 "/> <polyline fill="%23999999" points="22.573,18.938 22.573,16.183 10.424,9.295 10.424,11.604 22.573,18.938 "/> <polygon fill="%23999999" points="4.263,17.931 4.438,20.793 15.95,29.481 15.95,26.537 "/> <polyline fill="%23CCCCCC" points="15.547,5.146 13.274,5.939 25.443,11.691 27.976,10.305 15.547,5.146 "/> <polyline fill="%23CCCCCC" points="12.625,8.537 10.424,9.295 22.573,16.183 24.794,14.807 12.625,8.537 "/> <polygon fill="%23CCCCCC" points="15.95,26.537 18.867,24.437 7.03,16.503 4.263,17.931 "/> <path fill="%23990000" d="M19.374,23.968l2.621-1.887l0.072-2.818l-2.674,1.842L19.374,23.968z"/> <path fill="%23CC0000" d="M7.285,13.188l0.253,2.845l11.837,7.935l0.02-2.863L7.285,13.188z"/> <path fill="%23FF0000" d="M9.919,11.929l-2.634,1.259l12.109,7.917l2.674-1.842L9.919,11.929z"/> </svg>');
}
.red.icon-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M25.083,22.455c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,26.514,26.965,23.691,25.083,22.455z"/> <path fill="%23FF0000" d="M25.083,20.32c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,24.379,26.965,21.557,25.083,20.32z"/> <radialGradient id="SVGID_1_" cx="15.9264" cy="-40.357" r="5.4056" fx="12.5806" fy="-42.7043" gradientTransform="matrix(1 0 0 1.1083 0 56.2674)" gradientUnits="userSpaceOnUse"> <stop offset="0.1106" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </radialGradient> <ellipse fill="url(%23SVGID_1_)" cx="15.926" cy="11.541" rx="5.036" ry="6.374"/> </svg>');
}
.red.icon-user-old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 587.678 587.678"> <path fill="%23FF0000" d="M377.996,282.347c-56.201-18.357-79.563-41.185-79.563-41.185l-1.881,1.793 c-16.69,15.709-35.149,24.944-51.965,24.944H243c-16.815,0-35.274-9.235-51.964-24.944l-1.882-1.793 c0,0-23.36,22.827-79.562,41.185c-82.964,30.992-58.053,157.119-58.077,158.096c2.613,14.047,4.136,18.875,5.463,19.417 c83.314,37.091,290.319,37.091,373.634,0c1.327-0.542,2.85-5.37,5.463-19.417C436.051,439.466,461.295,313.84,377.996,282.347z"/> <path fill="%23FF0000" d="M330.924,121.441l-0.696-0.755c-4.668-4.274-4.303-4.029-4.303-4.029s8.142-41.083,1.613-60.511 c-10.25-31.027-71.475-51.822-83.755-54.239c0.002-0.023-7.469-1.518-7.946-1.521c0,0-9.659-1.953-20.854,2.93 c-7.291,2.805-45.408,20.09-56.227,52.83c-6.528,19.428,1.614,60.511,1.614,60.511s0.365-0.245-4.304,4.029l-0.695,0.755 c-3.158,3.586-2.378,14.806,1.074,26.479c3.128,11.695,7.205,14.838,8.182,17.577c9.903,46.497,44.338,86.197,79.429,86.197 s67.707-39.7,77.61-86.197c0.978-2.738,5.055-5.882,8.183-17.577C333.301,136.246,334.172,124.256,330.924,121.441z"/> </svg>');
}


.blue.icon-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="20.592,14.417 22.976,27.603 24.886,26.272 26.33,11.446 "/> <polyline fill="%23003399" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="20.592,14.417 8.563,7.281 11.871,19.722 22.976,27.603 20.592,14.417 "/> <polygon fill="%23676767" points="14.33,19.649 21.175,29.563 22.976,27.603 20.592,14.417 "/> <polygon fill="%23CCCCCC" points="26.33,11.446 20.592,14.417 8.563,7.281 13.864,5.126 "/> <polygon fill="%23003399" points="10.806,7.449 13.819,6.224 24.137,11.456 20.625,13.274 "/> <polyline fill="%23999999" points="3.029,10.956 14.33,19.649 3.029,10.956 10.126,20.737 21.175,29.563 14.33,19.649 "/> <line fill="%23999999" x1="20.592" y1="14.417" x2="8.563" y2="7.281"/> <polygon fill="%23CCCCCC" points="8.563,7.281 3.029,10.956 14.33,19.649 20.592,14.417 "/> <polygon fill="%23003399" points="4.747,11.015 8.593,8.462 18.866,14.556 14.304,18.368 "/> <polygon fill="%230044B2" points="13.915,18.068 8.593,8.462 4.747,11.015 "/> <polygon fill="%230044B2" points="15.346,10.142 13.819,6.224 10.806,7.449 "/> </svg> ');
}
.blue.icon-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="21.926,13.454 22.976,27.603 24.886,26.272 25.278,11.696 "/> <polyline fill="%23003399" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="21.926,13.454 9.529,6.546 11.871,19.722 22.976,27.603 21.926,13.454 "/> <polygon fill="%23676767" points="18.147,15.366 20.903,28.922 22.976,27.603 21.926,13.454 "/> <polygon fill="%23CCCCCC" points="25.278,11.696 21.926,13.454 9.529,6.546 12.782,5.316 "/> <polygon fill="%230044B2" points="11.896,6.72 12.721,6.408 23.102,11.708 21.94,12.317 "/> <polyline fill="%23999999" points="6.1,7.856 18.147,15.366 6.1,7.856 10.126,20.737 20.903,28.922 18.147,15.366 "/> <line fill="%23999999" x1="21.926" y1="13.454" x2="9.529" y2="6.546"/> <polygon fill="%23CCCCCC" points="9.529,6.546 6.1,7.856 18.147,15.366 21.926,13.454 "/> <polygon fill="%230044B2" points="8.336,8.072 9.45,7.646 19.795,13.411 18.198,14.219 "/> </svg>');
}
.blue.icon-folder-box{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%23003399" d="M5.082,22.715l10.924,6.759V17.578L3.51,11.765L5.082,22.715z"/> <polygon fill="%230099FF" points="16.006,7.304 3.51,11.765 16.006,17.578 28.502,11.765 "/> <path fill="%23676767" d="M16.006,17.578V7.304L3.51,11.765L16.006,17.578z"/> <path fill="%23999999" d="M28.502,11.765L16.006,7.304l0,6.95l0,3.324L28.502,11.765z"/> <polygon fill="%230099FF" points="28.502,11.765 16.906,10.112 4.272,5.63 16.006,7.304 "/> </svg>');
}
.blue.icon-folder-box.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%23003399" d="M5.082,22.715l10.924,6.759V17.578L3.509,11.765L5.082,22.715z"/> <polygon fill="%230099FF" points="16.006,7.304 3.509,11.765 16.006,17.578 28.502,11.765 "/> </svg>');
}
.blue.icon-folder-doc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.978,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.978,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.978,27.127 10.943,19.794 "/> <polygon fill="%23003399" points="11.78,19.237 11.109,8.274 21.725,13.556 20.96,25.338 "/> <path fill="%230044B2" d="M15.238,6.833c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V7.518C15.959,7.175,15.612,6.947,15.238,6.833z"/> <path fill="%23003399" d="M13.15,4.204c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C18.2,6.477,17.73,5.917,17.19,5.437c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C13.51,4.076,13.323,4.128,13.15,4.204z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-21.7856" y1="28.205" x2="-14.3002" y2="35.6905" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.157,3.689c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026L13.15,4.204c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C20.461,4.833,19.865,4.198,19.157,3.689z"/> <polygon fill="%230044B2" points="13.504,18.315 11.775,19.157 11.109,8.274 13.15,9.29 "/> <polygon fill="%230099FF" points="21.104,23.122 13.504,18.315 11.775,19.157 20.96,25.338 "/> <polygon fill="%23999999" points="0.555,13.04 11.623,21.027 19.072,29.843 8.037,22.51 "/> <polyline fill="%23676767" points="19.072,29.843 21.426,27.434 13.924,18.168 11.623,21.027 19.072,29.843 "/> <polygon fill="%23CCCCCC" points="0.555,13.04 3.14,11.065 13.924,18.168 11.623,21.027 "/> </svg>');
}
.blue.icon-folder-doc.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.977,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.977,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.977,27.127 10.943,19.794 "/> <polyline fill="%23676767" points="18.672,29.603 21.344,27.586 22.096,13.397 18.672,15.454 18.672,29.603 "/> <polygon fill="%23999999" points="5.781,8.65 18.672,15.454 18.672,29.603 7.637,22.27 "/> <polygon fill="%23CCCCCC" points="5.781,8.65 9.434,7.002 22.096,13.397 18.672,15.454 "/> <path fill="%230044B2" d="M14.266,7.416c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V8.1C14.988,7.757,14.64,7.529,14.266,7.416z"/> <path fill="%23003399" d="M12.178,4.787c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C17.228,7.059,16.758,6.5,16.218,6.02c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C12.538,4.658,12.351,4.71,12.178,4.787z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-22.6593" y1="28.7054" x2="-15.1739" y2="36.1908" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.185,4.271c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026l-2.141,1.086c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C19.49,5.415,18.894,4.78,18.185,4.271z"/> </svg>');
}
.blue.icon-folder-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="23.038,12.13 26.594,7.491 22.775,0.309 13.376,1.84 10.162,5.743 10.162,5.743 10.164,5.743 23.038,12.13 "/> <path fill="%23CCCCCC" d="M23.011,13.844l0.027-0.015l-12.78-6.484L7.655,8.304l12.267,7.15L23.011,13.844z"/> <polyline fill="%23676767" points="23.04,13.827 23.04,13.829 23.011,13.844 19.922,15.454 20.972,29.603 23.367,27.934 24.301,13.161 23.04,13.827 "/> <polyline fill="%23003399" points="23.04,12.133 23.038,12.13 10.164,5.743 10.258,7.345 23.038,13.829 23.04,13.827 23.04,12.133 "/> <polyline fill="%230044B2" points="23.038,12.13 23.04,12.133 23.04,13.827 24.301,13.161 27.201,8.626 26.594,7.491 23.038,12.13 "/> <polyline fill="%23999999" points="19.922,15.454 7.655,8.304 9.867,21.722 20.972,29.603 19.922,15.454 "/> </svg>');
}
.blue.icon-folder-file.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%230099FF" points="7.359,6.81 20.17,13.599 24.408,11.437 11.512,5.23 "/> <polygon fill="%23676767" points="20.973,29.603 23.368,27.934 24.301,13.161 21.557,14.612 21.384,19.028 "/> <polygon fill="%23003399" points="7.824,12.477 9.367,14.604 13.605,20.447 20.004,19.828 20.17,13.599 7.359,6.81 "/> <polygon fill="%230044B2" points="24.301,13.161 24.408,11.437 20.17,13.599 20.004,19.828 21.384,19.028 21.557,14.612 "/> <polygon fill="%23999999" points="21.384,19.028 20.004,19.828 13.605,20.447 9.367,14.604 9.867,21.722 20.973,29.603 "/> </svg>');
}
.lightBlue.icon-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="20.592,14.417 22.976,27.603 24.886,26.272 26.33,11.446 "/> <polyline fill="%23269FBF" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="20.592,14.417 8.563,7.281 11.871,19.722 22.976,27.603 20.592,14.417 "/> <polygon fill="%23676767" points="14.33,19.649 21.175,29.563 22.976,27.603 20.592,14.417 "/> <polygon fill="%23CCCCCC" points="26.33,11.446 20.592,14.417 8.563,7.281 13.864,5.126 "/> <polygon fill="%23269FBF" points="10.806,7.449 13.819,6.224 24.137,11.456 20.625,13.274 "/> <polyline fill="%23999999" points="3.029,10.956 14.33,19.649 3.029,10.956 10.126,20.737 21.175,29.563 14.33,19.649 "/> <line fill="%23999999" x1="20.592" y1="14.417" x2="8.563" y2="7.281"/> <polygon fill="%23CCCCCC" points="8.563,7.281 3.029,10.956 14.33,19.649 20.592,14.417 "/> <polygon fill="%23269FBF" points="4.747,11.015 8.593,8.462 18.866,14.556 14.304,18.368 "/> <polygon fill="%232189a5" points="13.915,18.068 8.593,8.462 4.747,11.015 "/> <polygon fill="%232189a5" points="15.346,10.142 13.819,6.224 10.806,7.449 "/> </svg> ');
}
.lightBlue.icon-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="21.926,13.454 22.976,27.603 24.886,26.272 25.278,11.696 "/> <polyline fill="%23269FBF" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="21.926,13.454 9.529,6.546 11.871,19.722 22.976,27.603 21.926,13.454 "/> <polygon fill="%23676767" points="18.147,15.366 20.903,28.922 22.976,27.603 21.926,13.454 "/> <polygon fill="%23CCCCCC" points="25.278,11.696 21.926,13.454 9.529,6.546 12.782,5.316 "/> <polygon fill="%232189a5" points="11.896,6.72 12.721,6.408 23.102,11.708 21.94,12.317 "/> <polyline fill="%23999999" points="6.1,7.856 18.147,15.366 6.1,7.856 10.126,20.737 20.903,28.922 18.147,15.366 "/> <line fill="%23999999" x1="21.926" y1="13.454" x2="9.529" y2="6.546"/> <polygon fill="%23CCCCCC" points="9.529,6.546 6.1,7.856 18.147,15.366 21.926,13.454 "/> <polygon fill="%232189a5" points="8.336,8.072 9.45,7.646 19.795,13.411 18.198,14.219 "/> </svg>');
}
.lightBlue.icon-folder-box{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%23269FBF" d="M5.082,22.715l10.924,6.759V17.578L3.51,11.765L5.082,22.715z"/> <polygon fill="%2333CCFF" points="16.006,7.304 3.51,11.765 16.006,17.578 28.502,11.765 "/> <path fill="%23676767" d="M16.006,17.578V7.304L3.51,11.765L16.006,17.578z"/> <path fill="%23999999" d="M28.502,11.765L16.006,7.304l0,6.95l0,3.324L28.502,11.765z"/> <polygon fill="%2333CCFF" points="28.502,11.765 16.906,10.112 4.272,5.63 16.006,7.304 "/> </svg>');
}
.lightBlue.icon-folder-box.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%23269FBF" d="M5.082,22.715l10.924,6.759V17.578L3.509,11.765L5.082,22.715z"/> <polygon fill="%2333CCFF" points="16.006,7.304 3.509,11.765 16.006,17.578 28.502,11.765 "/> </svg>');
}
.lightBlue.icon-folder-doc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.978,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.978,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.978,27.127 10.943,19.794 "/> <polygon fill="%23269FBF" points="11.78,19.237 11.109,8.274 21.725,13.556 20.96,25.338 "/> <path fill="%232189a5" d="M15.238,6.833c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V7.518C15.959,7.175,15.612,6.947,15.238,6.833z"/> <path fill="%23269FBF" d="M13.15,4.204c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C18.2,6.477,17.73,5.917,17.19,5.437c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C13.51,4.076,13.323,4.128,13.15,4.204z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-21.7856" y1="28.205" x2="-14.3002" y2="35.6905" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.157,3.689c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026L13.15,4.204c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C20.461,4.833,19.865,4.198,19.157,3.689z"/> <polygon fill="%232189a5" points="13.504,18.315 11.775,19.157 11.109,8.274 13.15,9.29 "/> <polygon fill="%2333CCFF" points="21.104,23.122 13.504,18.315 11.775,19.157 20.96,25.338 "/> <polygon fill="%23999999" points="0.555,13.04 11.623,21.027 19.072,29.843 8.037,22.51 "/> <polyline fill="%23676767" points="19.072,29.843 21.426,27.434 13.924,18.168 11.623,21.027 19.072,29.843 "/> <polygon fill="%23CCCCCC" points="0.555,13.04 3.14,11.065 13.924,18.168 11.623,21.027 "/> </svg>');
}
.lightBlue.icon-folder-doc.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.977,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.977,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.977,27.127 10.943,19.794 "/> <polyline fill="%23676767" points="18.672,29.603 21.344,27.586 22.096,13.397 18.672,15.454 18.672,29.603 "/> <polygon fill="%23999999" points="5.781,8.65 18.672,15.454 18.672,29.603 7.637,22.27 "/> <polygon fill="%23CCCCCC" points="5.781,8.65 9.434,7.002 22.096,13.397 18.672,15.454 "/> <path fill="%232189a5" d="M14.266,7.416c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V8.1C14.988,7.757,14.64,7.529,14.266,7.416z"/> <path fill="%23269FBF" d="M12.178,4.787c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C17.228,7.059,16.758,6.5,16.218,6.02c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C12.538,4.658,12.351,4.71,12.178,4.787z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-22.6593" y1="28.7054" x2="-15.1739" y2="36.1908" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.185,4.271c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026l-2.141,1.086c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C19.49,5.415,18.894,4.78,18.185,4.271z"/> </svg>');
}
.lightBlue.icon-folder-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="23.038,12.13 26.594,7.491 22.775,0.309 13.376,1.84 10.162,5.743 10.162,5.743 10.164,5.743 23.038,12.13 "/> <path fill="%23CCCCCC" d="M23.011,13.844l0.027-0.015l-12.78-6.484L7.655,8.304l12.267,7.15L23.011,13.844z"/> <polyline fill="%23676767" points="23.04,13.827 23.04,13.829 23.011,13.844 19.922,15.454 20.972,29.603 23.367,27.934 24.301,13.161 23.04,13.827 "/> <polyline fill="%23269FBF" points="23.04,12.133 23.038,12.13 10.164,5.743 10.258,7.345 23.038,13.829 23.04,13.827 23.04,12.133 "/> <polyline fill="%232189a5" points="23.038,12.13 23.04,12.133 23.04,13.827 24.301,13.161 27.201,8.626 26.594,7.491 23.038,12.13 "/> <polyline fill="%23999999" points="19.922,15.454 7.655,8.304 9.867,21.722 20.972,29.603 19.922,15.454 "/> </svg>');
}
.lightBlue.icon-folder-file.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2333CCFF" points="7.359,6.81 20.17,13.599 24.408,11.437 11.512,5.23 "/> <polygon fill="%23676767" points="20.973,29.603 23.368,27.934 24.301,13.161 21.557,14.612 21.384,19.028 "/> <polygon fill="%23269FBF" points="7.824,12.477 9.367,14.604 13.605,20.447 20.004,19.828 20.17,13.599 7.359,6.81 "/> <polygon fill="%232189a5" points="24.301,13.161 24.408,11.437 20.17,13.599 20.004,19.828 21.384,19.028 21.557,14.612 "/> <polygon fill="%23999999" points="21.384,19.028 20.004,19.828 13.605,20.447 9.367,14.604 9.867,21.722 20.973,29.603 "/> </svg>');
}
.green.icon-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="20.592,14.417 22.976,27.603 24.886,26.272 26.33,11.446 "/> <polyline fill="%232f8c51" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="20.592,14.417 8.563,7.281 11.871,19.722 22.976,27.603 20.592,14.417 "/> <polygon fill="%23676767" points="14.33,19.649 21.175,29.563 22.976,27.603 20.592,14.417 "/> <polygon fill="%23CCCCCC" points="26.33,11.446 20.592,14.417 8.563,7.281 13.864,5.126 "/> <polygon fill="%232f8c51" points="10.806,7.449 13.819,6.224 24.137,11.456 20.625,13.274 "/> <polyline fill="%23999999" points="3.029,10.956 14.33,19.649 3.029,10.956 10.126,20.737 21.175,29.563 14.33,19.649 "/> <line fill="%23999999" x1="20.592" y1="14.417" x2="8.563" y2="7.281"/> <polygon fill="%23CCCCCC" points="8.563,7.281 3.029,10.956 14.33,19.649 20.592,14.417 "/> <polygon fill="%232f8c51" points="4.747,11.015 8.593,8.462 18.866,14.556 14.304,18.368 "/> <polygon fill="%2321663c" points="13.915,18.068 8.593,8.462 4.747,11.015 "/> <polygon fill="%2321663c" points="15.346,10.142 13.819,6.224 10.806,7.449 "/> </svg> ');
}
.green.icon-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="21.926,13.454 22.976,27.603 24.886,26.272 25.278,11.696 "/> <polyline fill="%232f8c51" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="21.926,13.454 9.529,6.546 11.871,19.722 22.976,27.603 21.926,13.454 "/> <polygon fill="%23676767" points="18.147,15.366 20.903,28.922 22.976,27.603 21.926,13.454 "/> <polygon fill="%23CCCCCC" points="25.278,11.696 21.926,13.454 9.529,6.546 12.782,5.316 "/> <polygon fill="%2321663c" points="11.896,6.72 12.721,6.408 23.102,11.708 21.94,12.317 "/> <polyline fill="%23999999" points="6.1,7.856 18.147,15.366 6.1,7.856 10.126,20.737 20.903,28.922 18.147,15.366 "/> <line fill="%23999999" x1="21.926" y1="13.454" x2="9.529" y2="6.546"/> <polygon fill="%23CCCCCC" points="9.529,6.546 6.1,7.856 18.147,15.366 21.926,13.454 "/> <polygon fill="%2321663c" points="8.336,8.072 9.45,7.646 19.795,13.411 18.198,14.219 "/> </svg>');
}
.green.icon-folder-box{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%232f8c51" d="M5.082,22.715l10.924,6.759V17.578L3.51,11.765L5.082,22.715z"/> <polygon fill="%2339b563" points="16.006,7.304 3.51,11.765 16.006,17.578 28.502,11.765 "/> <path fill="%23676767" d="M16.006,17.578V7.304L3.51,11.765L16.006,17.578z"/> <path fill="%23999999" d="M28.502,11.765L16.006,7.304l0,6.95l0,3.324L28.502,11.765z"/> <polygon fill="%2339b563" points="28.502,11.765 16.906,10.112 4.272,5.63 16.006,7.304 "/> </svg>');
}
.green.icon-folder-box.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%232f8c51" d="M5.082,22.715l10.924,6.759V17.578L3.509,11.765L5.082,22.715z"/> <polygon fill="%2339b563" points="16.006,7.304 3.509,11.765 16.006,17.578 28.502,11.765 "/> </svg>');
}
.green.icon-folder-doc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.978,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.978,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.978,27.127 10.943,19.794 "/> <polygon fill="%232f8c51" points="11.78,19.237 11.109,8.274 21.725,13.556 20.96,25.338 "/> <path fill="%2321663c" d="M15.238,6.833c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V7.518C15.959,7.175,15.612,6.947,15.238,6.833z"/> <path fill="%232f8c51" d="M13.15,4.204c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C18.2,6.477,17.73,5.917,17.19,5.437c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C13.51,4.076,13.323,4.128,13.15,4.204z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-21.7856" y1="28.205" x2="-14.3002" y2="35.6905" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.157,3.689c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026L13.15,4.204c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C20.461,4.833,19.865,4.198,19.157,3.689z"/> <polygon fill="%2321663c" points="13.504,18.315 11.775,19.157 11.109,8.274 13.15,9.29 "/> <polygon fill="%2339b563" points="21.104,23.122 13.504,18.315 11.775,19.157 20.96,25.338 "/> <polygon fill="%23999999" points="0.555,13.04 11.623,21.027 19.072,29.843 8.037,22.51 "/> <polyline fill="%23676767" points="19.072,29.843 21.426,27.434 13.924,18.168 11.623,21.027 19.072,29.843 "/> <polygon fill="%23CCCCCC" points="0.555,13.04 3.14,11.065 13.924,18.168 11.623,21.027 "/> </svg>');
}
.green.icon-folder-doc.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.977,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.977,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.977,27.127 10.943,19.794 "/> <polyline fill="%23676767" points="18.672,29.603 21.344,27.586 22.096,13.397 18.672,15.454 18.672,29.603 "/> <polygon fill="%23999999" points="5.781,8.65 18.672,15.454 18.672,29.603 7.637,22.27 "/> <polygon fill="%23CCCCCC" points="5.781,8.65 9.434,7.002 22.096,13.397 18.672,15.454 "/> <path fill="%2321663c" d="M14.266,7.416c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V8.1C14.988,7.757,14.64,7.529,14.266,7.416z"/> <path fill="%232f8c51" d="M12.178,4.787c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C17.228,7.059,16.758,6.5,16.218,6.02c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C12.538,4.658,12.351,4.71,12.178,4.787z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-22.6593" y1="28.7054" x2="-15.1739" y2="36.1908" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.185,4.271c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026l-2.141,1.086c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C19.49,5.415,18.894,4.78,18.185,4.271z"/> </svg>');
}
.green.icon-folder-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="23.038,12.13 26.594,7.491 22.775,0.309 13.376,1.84 10.162,5.743 10.162,5.743 10.164,5.743 23.038,12.13 "/> <path fill="%23CCCCCC" d="M23.011,13.844l0.027-0.015l-12.78-6.484L7.655,8.304l12.267,7.15L23.011,13.844z"/> <polyline fill="%23676767" points="23.04,13.827 23.04,13.829 23.011,13.844 19.922,15.454 20.972,29.603 23.367,27.934 24.301,13.161 23.04,13.827 "/> <polyline fill="%232f8c51" points="23.04,12.133 23.038,12.13 10.164,5.743 10.258,7.345 23.038,13.829 23.04,13.827 23.04,12.133 "/> <polyline fill="%2321663c" points="23.038,12.13 23.04,12.133 23.04,13.827 24.301,13.161 27.201,8.626 26.594,7.491 23.038,12.13 "/> <polyline fill="%23999999" points="19.922,15.454 7.655,8.304 9.867,21.722 20.972,29.603 19.922,15.454 "/> </svg>');
}
.green.icon-folder-file.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2339b563" points="7.359,6.81 20.17,13.599 24.408,11.437 11.512,5.23 "/> <polygon fill="%23676767" points="20.973,29.603 23.368,27.934 24.301,13.161 21.557,14.612 21.384,19.028 "/> <polygon fill="%232f8c51" points="7.824,12.477 9.367,14.604 13.605,20.447 20.004,19.828 20.17,13.599 7.359,6.81 "/> <polygon fill="%2321663c" points="24.301,13.161 24.408,11.437 20.17,13.599 20.004,19.828 21.384,19.028 21.557,14.612 "/> <polygon fill="%23999999" points="21.384,19.028 20.004,19.828 13.605,20.447 9.367,14.604 9.867,21.722 20.973,29.603 "/> </svg>');
}
.lightGreen.icon-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="20.592,14.417 22.976,27.603 24.886,26.272 26.33,11.446 "/> <polyline fill="%2300b200" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="20.592,14.417 8.563,7.281 11.871,19.722 22.976,27.603 20.592,14.417 "/> <polygon fill="%23676767" points="14.33,19.649 21.175,29.563 22.976,27.603 20.592,14.417 "/> <polygon fill="%23CCCCCC" points="26.33,11.446 20.592,14.417 8.563,7.281 13.864,5.126 "/> <polygon fill="%2300b200" points="10.806,7.449 13.819,6.224 24.137,11.456 20.625,13.274 "/> <polyline fill="%23999999" points="3.029,10.956 14.33,19.649 3.029,10.956 10.126,20.737 21.175,29.563 14.33,19.649 "/> <line fill="%23999999" x1="20.592" y1="14.417" x2="8.563" y2="7.281"/> <polygon fill="%23CCCCCC" points="8.563,7.281 3.029,10.956 14.33,19.649 20.592,14.417 "/> <polygon fill="%2300b200" points="4.747,11.015 8.593,8.462 18.866,14.556 14.304,18.368 "/> <polygon fill="%23009900" points="13.915,18.068 8.593,8.462 4.747,11.015 "/> <polygon fill="%23009900" points="15.346,10.142 13.819,6.224 10.806,7.449 "/> </svg> ');
}
.lightGreen.icon-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="21.926,13.454 22.976,27.603 24.886,26.272 25.278,11.696 "/> <polyline fill="%2300b200" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="21.926,13.454 9.529,6.546 11.871,19.722 22.976,27.603 21.926,13.454 "/> <polygon fill="%23676767" points="18.147,15.366 20.903,28.922 22.976,27.603 21.926,13.454 "/> <polygon fill="%23CCCCCC" points="25.278,11.696 21.926,13.454 9.529,6.546 12.782,5.316 "/> <polygon fill="%23009900" points="11.896,6.72 12.721,6.408 23.102,11.708 21.94,12.317 "/> <polyline fill="%23999999" points="6.1,7.856 18.147,15.366 6.1,7.856 10.126,20.737 20.903,28.922 18.147,15.366 "/> <line fill="%23999999" x1="21.926" y1="13.454" x2="9.529" y2="6.546"/> <polygon fill="%23CCCCCC" points="9.529,6.546 6.1,7.856 18.147,15.366 21.926,13.454 "/> <polygon fill="%23009900" points="8.336,8.072 9.45,7.646 19.795,13.411 18.198,14.219 "/> </svg>');
}
.lightGreen.icon-folder-box{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%2300b200" d="M5.082,22.715l10.924,6.759V17.578L3.51,11.765L5.082,22.715z"/> <polygon fill="%2300e500" points="16.006,7.304 3.51,11.765 16.006,17.578 28.502,11.765 "/> <path fill="%23676767" d="M16.006,17.578V7.304L3.51,11.765L16.006,17.578z"/> <path fill="%23999999" d="M28.502,11.765L16.006,7.304l0,6.95l0,3.324L28.502,11.765z"/> <polygon fill="%2300e500" points="28.502,11.765 16.906,10.112 4.272,5.63 16.006,7.304 "/> </svg>');
}
.lightGreen.icon-folder-box.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%2300b200" d="M5.082,22.715l10.924,6.759V17.578L3.509,11.765L5.082,22.715z"/> <polygon fill="%2300e500" points="16.006,7.304 3.509,11.765 16.006,17.578 28.502,11.765 "/> </svg>');
}
.lightGreen.icon-folder-doc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.978,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.978,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.978,27.127 10.943,19.794 "/> <polygon fill="%2300b200" points="11.78,19.237 11.109,8.274 21.725,13.556 20.96,25.338 "/> <path fill="%23009900" d="M15.238,6.833c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V7.518C15.959,7.175,15.612,6.947,15.238,6.833z"/> <path fill="%2300b200" d="M13.15,4.204c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C18.2,6.477,17.73,5.917,17.19,5.437c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C13.51,4.076,13.323,4.128,13.15,4.204z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-21.7856" y1="28.205" x2="-14.3002" y2="35.6905" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.157,3.689c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026L13.15,4.204c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C20.461,4.833,19.865,4.198,19.157,3.689z"/> <polygon fill="%23009900" points="13.504,18.315 11.775,19.157 11.109,8.274 13.15,9.29 "/> <polygon fill="%2300e500" points="21.104,23.122 13.504,18.315 11.775,19.157 20.96,25.338 "/> <polygon fill="%23999999" points="0.555,13.04 11.623,21.027 19.072,29.843 8.037,22.51 "/> <polyline fill="%23676767" points="19.072,29.843 21.426,27.434 13.924,18.168 11.623,21.027 19.072,29.843 "/> <polygon fill="%23CCCCCC" points="0.555,13.04 3.14,11.065 13.924,18.168 11.623,21.027 "/> </svg>');
}
.lightGreen.icon-folder-doc.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.977,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.977,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.977,27.127 10.943,19.794 "/> <polyline fill="%23676767" points="18.672,29.603 21.344,27.586 22.096,13.397 18.672,15.454 18.672,29.603 "/> <polygon fill="%23999999" points="5.781,8.65 18.672,15.454 18.672,29.603 7.637,22.27 "/> <polygon fill="%23CCCCCC" points="5.781,8.65 9.434,7.002 22.096,13.397 18.672,15.454 "/> <path fill="%23009900" d="M14.266,7.416c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V8.1C14.988,7.757,14.64,7.529,14.266,7.416z"/> <path fill="%2300b200" d="M12.178,4.787c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C17.228,7.059,16.758,6.5,16.218,6.02c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C12.538,4.658,12.351,4.71,12.178,4.787z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-22.6593" y1="28.7054" x2="-15.1739" y2="36.1908" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.185,4.271c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026l-2.141,1.086c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C19.49,5.415,18.894,4.78,18.185,4.271z"/> </svg>');
}
.lightGreen.icon-folder-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="23.038,12.13 26.594,7.491 22.775,0.309 13.376,1.84 10.162,5.743 10.162,5.743 10.164,5.743 23.038,12.13 "/> <path fill="%23CCCCCC" d="M23.011,13.844l0.027-0.015l-12.78-6.484L7.655,8.304l12.267,7.15L23.011,13.844z"/> <polyline fill="%23676767" points="23.04,13.827 23.04,13.829 23.011,13.844 19.922,15.454 20.972,29.603 23.367,27.934 24.301,13.161 23.04,13.827 "/> <polyline fill="%2300b200" points="23.04,12.133 23.038,12.13 10.164,5.743 10.258,7.345 23.038,13.829 23.04,13.827 23.04,12.133 "/> <polyline fill="%23009900" points="23.038,12.13 23.04,12.133 23.04,13.827 24.301,13.161 27.201,8.626 26.594,7.491 23.038,12.13 "/> <polyline fill="%23999999" points="19.922,15.454 7.655,8.304 9.867,21.722 20.972,29.603 19.922,15.454 "/> </svg>');
}
.lightGreen.icon-folder-file.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300e500" points="7.359,6.81 20.17,13.599 24.408,11.437 11.512,5.23 "/> <polygon fill="%23676767" points="20.973,29.603 23.368,27.934 24.301,13.161 21.557,14.612 21.384,19.028 "/> <polygon fill="%2300b200" points="7.824,12.477 9.367,14.604 13.605,20.447 20.004,19.828 20.17,13.599 7.359,6.81 "/> <polygon fill="%23009900" points="24.301,13.161 24.408,11.437 20.17,13.599 20.004,19.828 21.384,19.028 21.557,14.612 "/> <polygon fill="%23999999" points="21.384,19.028 20.004,19.828 13.605,20.447 9.367,14.604 9.867,21.722 20.973,29.603 "/> </svg>');
}
.yellow.icon-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="20.592,14.417 22.976,27.603 24.886,26.272 26.33,11.446 "/> <polyline fill="%23ccaa00" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="20.592,14.417 8.563,7.281 11.871,19.722 22.976,27.603 20.592,14.417 "/> <polygon fill="%23676767" points="14.33,19.649 21.175,29.563 22.976,27.603 20.592,14.417 "/> <polygon fill="%23CCCCCC" points="26.33,11.446 20.592,14.417 8.563,7.281 13.864,5.126 "/> <polygon fill="%23ccaa00" points="10.806,7.449 13.819,6.224 24.137,11.456 20.625,13.274 "/> <polyline fill="%23999999" points="3.029,10.956 14.33,19.649 3.029,10.956 10.126,20.737 21.175,29.563 14.33,19.649 "/> <line fill="%23999999" x1="20.592" y1="14.417" x2="8.563" y2="7.281"/> <polygon fill="%23CCCCCC" points="8.563,7.281 3.029,10.956 14.33,19.649 20.592,14.417 "/> <polygon fill="%23ccaa00" points="4.747,11.015 8.593,8.462 18.866,14.556 14.304,18.368 "/> <polygon fill="%23a58d00" points="13.915,18.068 8.593,8.462 4.747,11.015 "/> <polygon fill="%23a58d00" points="15.346,10.142 13.819,6.224 10.806,7.449 "/> </svg> ');
}
.yellow.icon-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="21.926,13.454 22.976,27.603 24.886,26.272 25.278,11.696 "/> <polyline fill="%23ccaa00" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="21.926,13.454 9.529,6.546 11.871,19.722 22.976,27.603 21.926,13.454 "/> <polygon fill="%23676767" points="18.147,15.366 20.903,28.922 22.976,27.603 21.926,13.454 "/> <polygon fill="%23CCCCCC" points="25.278,11.696 21.926,13.454 9.529,6.546 12.782,5.316 "/> <polygon fill="%23a58d00" points="11.896,6.72 12.721,6.408 23.102,11.708 21.94,12.317 "/> <polyline fill="%23999999" points="6.1,7.856 18.147,15.366 6.1,7.856 10.126,20.737 20.903,28.922 18.147,15.366 "/> <line fill="%23999999" x1="21.926" y1="13.454" x2="9.529" y2="6.546"/> <polygon fill="%23CCCCCC" points="9.529,6.546 6.1,7.856 18.147,15.366 21.926,13.454 "/> <polygon fill="%23a58d00" points="8.336,8.072 9.45,7.646 19.795,13.411 18.198,14.219 "/> </svg>');
}
.yellow.icon-folder-box{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%23ccaa00" d="M5.082,22.715l10.924,6.759V17.578L3.51,11.765L5.082,22.715z"/> <polygon fill="%23f9e100" points="16.006,7.304 3.51,11.765 16.006,17.578 28.502,11.765 "/> <path fill="%23676767" d="M16.006,17.578V7.304L3.51,11.765L16.006,17.578z"/> <path fill="%23999999" d="M28.502,11.765L16.006,7.304l0,6.95l0,3.324L28.502,11.765z"/> <polygon fill="%23f9e100" points="28.502,11.765 16.906,10.112 4.272,5.63 16.006,7.304 "/> </svg>');
}
.yellow.icon-folder-box.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%23ccaa00" d="M5.082,22.715l10.924,6.759V17.578L3.509,11.765L5.082,22.715z"/> <polygon fill="%23f9e100" points="16.006,7.304 3.509,11.765 16.006,17.578 28.502,11.765 "/> </svg>');
}
.yellow.icon-folder-doc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.978,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.978,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.978,27.127 10.943,19.794 "/> <polygon fill="%23ccaa00" points="11.78,19.237 11.109,8.274 21.725,13.556 20.96,25.338 "/> <path fill="%23a58d00" d="M15.238,6.833c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V7.518C15.959,7.175,15.612,6.947,15.238,6.833z"/> <path fill="%23ccaa00" d="M13.15,4.204c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C18.2,6.477,17.73,5.917,17.19,5.437c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C13.51,4.076,13.323,4.128,13.15,4.204z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-21.7856" y1="28.205" x2="-14.3002" y2="35.6905" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.157,3.689c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026L13.15,4.204c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C20.461,4.833,19.865,4.198,19.157,3.689z"/> <polygon fill="%23a58d00" points="13.504,18.315 11.775,19.157 11.109,8.274 13.15,9.29 "/> <polygon fill="%23f9e100" points="21.104,23.122 13.504,18.315 11.775,19.157 20.96,25.338 "/> <polygon fill="%23999999" points="0.555,13.04 11.623,21.027 19.072,29.843 8.037,22.51 "/> <polyline fill="%23676767" points="19.072,29.843 21.426,27.434 13.924,18.168 11.623,21.027 19.072,29.843 "/> <polygon fill="%23CCCCCC" points="0.555,13.04 3.14,11.065 13.924,18.168 11.623,21.027 "/> </svg>');
}
.yellow.icon-folder-doc.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.977,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.977,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.977,27.127 10.943,19.794 "/> <polyline fill="%23676767" points="18.672,29.603 21.344,27.586 22.096,13.397 18.672,15.454 18.672,29.603 "/> <polygon fill="%23999999" points="5.781,8.65 18.672,15.454 18.672,29.603 7.637,22.27 "/> <polygon fill="%23CCCCCC" points="5.781,8.65 9.434,7.002 22.096,13.397 18.672,15.454 "/> <path fill="%23a58d00" d="M14.266,7.416c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V8.1C14.988,7.757,14.64,7.529,14.266,7.416z"/> <path fill="%23ccaa00" d="M12.178,4.787c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C17.228,7.059,16.758,6.5,16.218,6.02c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C12.538,4.658,12.351,4.71,12.178,4.787z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-22.6593" y1="28.7054" x2="-15.1739" y2="36.1908" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.185,4.271c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026l-2.141,1.086c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C19.49,5.415,18.894,4.78,18.185,4.271z"/> </svg>');
}
.yellow.icon-folder-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="23.038,12.13 26.594,7.491 22.775,0.309 13.376,1.84 10.162,5.743 10.162,5.743 10.164,5.743 23.038,12.13 "/> <path fill="%23CCCCCC" d="M23.011,13.844l0.027-0.015l-12.78-6.484L7.655,8.304l12.267,7.15L23.011,13.844z"/> <polyline fill="%23676767" points="23.04,13.827 23.04,13.829 23.011,13.844 19.922,15.454 20.972,29.603 23.367,27.934 24.301,13.161 23.04,13.827 "/> <polyline fill="%23ccaa00" points="23.04,12.133 23.038,12.13 10.164,5.743 10.258,7.345 23.038,13.829 23.04,13.827 23.04,12.133 "/> <polyline fill="%23a58d00" points="23.038,12.13 23.04,12.133 23.04,13.827 24.301,13.161 27.201,8.626 26.594,7.491 23.038,12.13 "/> <polyline fill="%23999999" points="19.922,15.454 7.655,8.304 9.867,21.722 20.972,29.603 19.922,15.454 "/> </svg>');
}
.yellow.icon-folder-file.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23f9e100" points="7.359,6.81 20.17,13.599 24.408,11.437 11.512,5.23 "/> <polygon fill="%23676767" points="20.973,29.603 23.368,27.934 24.301,13.161 21.557,14.612 21.384,19.028 "/> <polygon fill="%23ccaa00" points="7.824,12.477 9.367,14.604 13.605,20.447 20.004,19.828 20.17,13.599 7.359,6.81 "/> <polygon fill="%23a58d00" points="24.301,13.161 24.408,11.437 20.17,13.599 20.004,19.828 21.384,19.028 21.557,14.612 "/> <polygon fill="%23999999" points="21.384,19.028 20.004,19.828 13.605,20.447 9.367,14.604 9.867,21.722 20.973,29.603 "/> </svg>');
}
.purple.icon-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="20.592,14.417 22.976,27.603 24.886,26.272 26.33,11.446 "/> <polyline fill="%23FF66FF" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="20.592,14.417 8.563,7.281 11.871,19.722 22.976,27.603 20.592,14.417 "/> <polygon fill="%23676767" points="14.33,19.649 21.175,29.563 22.976,27.603 20.592,14.417 "/> <polygon fill="%23CCCCCC" points="26.33,11.446 20.592,14.417 8.563,7.281 13.864,5.126 "/> <polygon fill="%23FF66FF" points="10.806,7.449 13.819,6.224 24.137,11.456 20.625,13.274 "/> <polyline fill="%23999999" points="3.029,10.956 14.33,19.649 3.029,10.956 10.126,20.737 21.175,29.563 14.33,19.649 "/> <line fill="%23999999" x1="20.592" y1="14.417" x2="8.563" y2="7.281"/> <polygon fill="%23CCCCCC" points="8.563,7.281 3.029,10.956 14.33,19.649 20.592,14.417 "/> <polygon fill="%23FF66FF" points="4.747,11.015 8.593,8.462 18.866,14.556 14.304,18.368 "/> <polygon fill="%23990099" points="13.915,18.068 8.593,8.462 4.747,11.015 "/> <polygon fill="%23990099" points="15.346,10.142 13.819,6.224 10.806,7.449 "/> </svg> ');
}
.purple.icon-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="21.926,13.454 22.976,27.603 24.886,26.272 25.278,11.696 "/> <polyline fill="%23FF66FF" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="21.926,13.454 9.529,6.546 11.871,19.722 22.976,27.603 21.926,13.454 "/> <polygon fill="%23676767" points="18.147,15.366 20.903,28.922 22.976,27.603 21.926,13.454 "/> <polygon fill="%23CCCCCC" points="25.278,11.696 21.926,13.454 9.529,6.546 12.782,5.316 "/> <polygon fill="%23990099" points="11.896,6.72 12.721,6.408 23.102,11.708 21.94,12.317 "/> <polyline fill="%23999999" points="6.1,7.856 18.147,15.366 6.1,7.856 10.126,20.737 20.903,28.922 18.147,15.366 "/> <line fill="%23999999" x1="21.926" y1="13.454" x2="9.529" y2="6.546"/> <polygon fill="%23CCCCCC" points="9.529,6.546 6.1,7.856 18.147,15.366 21.926,13.454 "/> <polygon fill="%23990099" points="8.336,8.072 9.45,7.646 19.795,13.411 18.198,14.219 "/> </svg>');
}
.purple.icon-folder-box{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%23FF66FF" d="M5.082,22.715l10.924,6.759V17.578L3.51,11.765L5.082,22.715z"/> <polygon fill="%23FF99FF" points="16.006,7.304 3.51,11.765 16.006,17.578 28.502,11.765 "/> <path fill="%23676767" d="M16.006,17.578V7.304L3.51,11.765L16.006,17.578z"/> <path fill="%23999999" d="M28.502,11.765L16.006,7.304l0,6.95l0,3.324L28.502,11.765z"/> <polygon fill="%23FF99FF" points="28.502,11.765 16.906,10.112 4.272,5.63 16.006,7.304 "/> </svg>');
}
.purple.icon-folder-box.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%23FF66FF" d="M5.082,22.715l10.924,6.759V17.578L3.509,11.765L5.082,22.715z"/> <polygon fill="%23FF99FF" points="16.006,7.304 3.509,11.765 16.006,17.578 28.502,11.765 "/> </svg>');
}
.purple.icon-folder-doc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.978,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.978,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.978,27.127 10.943,19.794 "/> <polygon fill="%23FF66FF" points="11.78,19.237 11.109,8.274 21.725,13.556 20.96,25.338 "/> <path fill="%23990099" d="M15.238,6.833c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V7.518C15.959,7.175,15.612,6.947,15.238,6.833z"/> <path fill="%23FF66FF" d="M13.15,4.204c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C18.2,6.477,17.73,5.917,17.19,5.437c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C13.51,4.076,13.323,4.128,13.15,4.204z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-21.7856" y1="28.205" x2="-14.3002" y2="35.6905" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.157,3.689c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026L13.15,4.204c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C20.461,4.833,19.865,4.198,19.157,3.689z"/> <polygon fill="%23990099" points="13.504,18.315 11.775,19.157 11.109,8.274 13.15,9.29 "/> <polygon fill="%23FF99FF" points="21.104,23.122 13.504,18.315 11.775,19.157 20.96,25.338 "/> <polygon fill="%23999999" points="0.555,13.04 11.623,21.027 19.072,29.843 8.037,22.51 "/> <polyline fill="%23676767" points="19.072,29.843 21.426,27.434 13.924,18.168 11.623,21.027 19.072,29.843 "/> <polygon fill="%23CCCCCC" points="0.555,13.04 3.14,11.065 13.924,18.168 11.623,21.027 "/> </svg>');
}
.purple.icon-folder-doc.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.977,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.977,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.977,27.127 10.943,19.794 "/> <polyline fill="%23676767" points="18.672,29.603 21.344,27.586 22.096,13.397 18.672,15.454 18.672,29.603 "/> <polygon fill="%23999999" points="5.781,8.65 18.672,15.454 18.672,29.603 7.637,22.27 "/> <polygon fill="%23CCCCCC" points="5.781,8.65 9.434,7.002 22.096,13.397 18.672,15.454 "/> <path fill="%23990099" d="M14.266,7.416c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V8.1C14.988,7.757,14.64,7.529,14.266,7.416z"/> <path fill="%23FF66FF" d="M12.178,4.787c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C17.228,7.059,16.758,6.5,16.218,6.02c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C12.538,4.658,12.351,4.71,12.178,4.787z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-22.6593" y1="28.7054" x2="-15.1739" y2="36.1908" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.185,4.271c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026l-2.141,1.086c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C19.49,5.415,18.894,4.78,18.185,4.271z"/> </svg>');
}
.purple.icon-folder-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="23.038,12.13 26.594,7.491 22.775,0.309 13.376,1.84 10.162,5.743 10.162,5.743 10.164,5.743 23.038,12.13 "/> <path fill="%23CCCCCC" d="M23.011,13.844l0.027-0.015l-12.78-6.484L7.655,8.304l12.267,7.15L23.011,13.844z"/> <polyline fill="%23676767" points="23.04,13.827 23.04,13.829 23.011,13.844 19.922,15.454 20.972,29.603 23.367,27.934 24.301,13.161 23.04,13.827 "/> <polyline fill="%23FF66FF" points="23.04,12.133 23.038,12.13 10.164,5.743 10.258,7.345 23.038,13.829 23.04,13.827 23.04,12.133 "/> <polyline fill="%23990099" points="23.038,12.13 23.04,12.133 23.04,13.827 24.301,13.161 27.201,8.626 26.594,7.491 23.038,12.13 "/> <polyline fill="%23999999" points="19.922,15.454 7.655,8.304 9.867,21.722 20.972,29.603 19.922,15.454 "/> </svg>');
}
.purple.icon-folder-file.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF99FF" points="7.359,6.81 20.17,13.599 24.408,11.437 11.512,5.23 "/> <polygon fill="%23676767" points="20.973,29.603 23.368,27.934 24.301,13.161 21.557,14.612 21.384,19.028 "/> <polygon fill="%23FF66FF" points="7.824,12.477 9.367,14.604 13.605,20.447 20.004,19.828 20.17,13.599 7.359,6.81 "/> <polygon fill="%23990099" points="24.301,13.161 24.408,11.437 20.17,13.599 20.004,19.828 21.384,19.028 21.557,14.612 "/> <polygon fill="%23999999" points="21.384,19.028 20.004,19.828 13.605,20.447 9.367,14.604 9.867,21.722 20.973,29.603 "/> </svg>');
}
.grey.icon-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="20.592,14.417 22.976,27.603 24.886,26.272 26.33,11.446 "/> <polyline fill="%23999999" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="20.592,14.417 8.563,7.281 11.871,19.722 22.976,27.603 20.592,14.417 "/> <polygon fill="%23676767" points="14.33,19.649 21.175,29.563 22.976,27.603 20.592,14.417 "/> <polygon fill="%23CCCCCC" points="26.33,11.446 20.592,14.417 8.563,7.281 13.864,5.126 "/> <polygon fill="%23999999" points="10.806,7.449 13.819,6.224 24.137,11.456 20.625,13.274 "/> <polyline fill="%23999999" points="3.029,10.956 14.33,19.649 3.029,10.956 10.126,20.737 21.175,29.563 14.33,19.649 "/> <line fill="%23999999" x1="20.592" y1="14.417" x2="8.563" y2="7.281"/> <polygon fill="%23CCCCCC" points="8.563,7.281 3.029,10.956 14.33,19.649 20.592,14.417 "/> <polygon fill="%23999999" points="4.747,11.015 8.593,8.462 18.866,14.556 14.304,18.368 "/> <polygon fill="%23676767" points="13.915,18.068 8.593,8.462 4.747,11.015 "/> <polygon fill="%23676767" points="15.346,10.142 13.819,6.224 10.806,7.449 "/> </svg> ');
}
.grey.icon-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="21.926,13.454 22.976,27.603 24.886,26.272 25.278,11.696 "/> <polyline fill="%23999999" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="21.926,13.454 9.529,6.546 11.871,19.722 22.976,27.603 21.926,13.454 "/> <polygon fill="%23676767" points="18.147,15.366 20.903,28.922 22.976,27.603 21.926,13.454 "/> <polygon fill="%23CCCCCC" points="25.278,11.696 21.926,13.454 9.529,6.546 12.782,5.316 "/> <polygon fill="%23676767" points="11.896,6.72 12.721,6.408 23.102,11.708 21.94,12.317 "/> <polyline fill="%23999999" points="6.1,7.856 18.147,15.366 6.1,7.856 10.126,20.737 20.903,28.922 18.147,15.366 "/> <line fill="%23999999" x1="21.926" y1="13.454" x2="9.529" y2="6.546"/> <polygon fill="%23CCCCCC" points="9.529,6.546 6.1,7.856 18.147,15.366 21.926,13.454 "/> <polygon fill="%23676767" points="8.336,8.072 9.45,7.646 19.795,13.411 18.198,14.219 "/> </svg>');
}
.grey.icon-folder-box{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%23999999" d="M5.082,22.715l10.924,6.759V17.578L3.51,11.765L5.082,22.715z"/> <polygon fill="%23CCCCCC" points="16.006,7.304 3.51,11.765 16.006,17.578 28.502,11.765 "/> <path fill="%23676767" d="M16.006,17.578V7.304L3.51,11.765L16.006,17.578z"/> <path fill="%23999999" d="M28.502,11.765L16.006,7.304l0,6.95l0,3.324L28.502,11.765z"/> <polygon fill="%23CCCCCC" points="28.502,11.765 16.906,10.112 4.272,5.63 16.006,7.304 "/> </svg>');
}
.grey.icon-folder-box.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%23999999" d="M5.082,22.715l10.924,6.759V17.578L3.509,11.765L5.082,22.715z"/> <polygon fill="%23CCCCCC" points="16.006,7.304 3.509,11.765 16.006,17.578 28.502,11.765 "/> </svg>');
}
.grey.icon-folder-doc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.978,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.978,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.978,27.127 10.943,19.794 "/> <polygon fill="%23999999" points="11.78,19.237 11.109,8.274 21.725,13.556 20.96,25.338 "/> <path fill="%23676767" d="M15.238,6.833c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V7.518C15.959,7.175,15.612,6.947,15.238,6.833z"/> <path fill="%23999999" d="M13.15,4.204c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C18.2,6.477,17.73,5.917,17.19,5.437c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C13.51,4.076,13.323,4.128,13.15,4.204z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-21.7856" y1="28.205" x2="-14.3002" y2="35.6905" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.157,3.689c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026L13.15,4.204c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C20.461,4.833,19.865,4.198,19.157,3.689z"/> <polygon fill="%23676767" points="13.504,18.315 11.775,19.157 11.109,8.274 13.15,9.29 "/> <polygon fill="%23CCCCCC" points="21.104,23.122 13.504,18.315 11.775,19.157 20.96,25.338 "/> <polygon fill="%23999999" points="0.555,13.04 11.623,21.027 19.072,29.843 8.037,22.51 "/> <polyline fill="%23676767" points="19.072,29.843 21.426,27.434 13.924,18.168 11.623,21.027 19.072,29.843 "/> <polygon fill="%23CCCCCC" points="0.555,13.04 3.14,11.065 13.924,18.168 11.623,21.027 "/> </svg>');
}
.grey.icon-folder-doc.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.977,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.977,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.977,27.127 10.943,19.794 "/> <polyline fill="%23676767" points="18.672,29.603 21.344,27.586 22.096,13.397 18.672,15.454 18.672,29.603 "/> <polygon fill="%23999999" points="5.781,8.65 18.672,15.454 18.672,29.603 7.637,22.27 "/> <polygon fill="%23CCCCCC" points="5.781,8.65 9.434,7.002 22.096,13.397 18.672,15.454 "/> <path fill="%23676767" d="M14.266,7.416c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V8.1C14.988,7.757,14.64,7.529,14.266,7.416z"/> <path fill="%23999999" d="M12.178,4.787c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C17.228,7.059,16.758,6.5,16.218,6.02c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C12.538,4.658,12.351,4.71,12.178,4.787z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-22.6593" y1="28.7054" x2="-15.1739" y2="36.1908" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.185,4.271c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026l-2.141,1.086c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C19.49,5.415,18.894,4.78,18.185,4.271z"/> </svg>');
}
.grey.icon-folder-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="23.038,12.13 26.594,7.491 22.775,0.309 13.376,1.84 10.162,5.743 10.162,5.743 10.164,5.743 23.038,12.13 "/> <path fill="%23CCCCCC" d="M23.011,13.844l0.027-0.015l-12.78-6.484L7.655,8.304l12.267,7.15L23.011,13.844z"/> <polyline fill="%23676767" points="23.04,13.827 23.04,13.829 23.011,13.844 19.922,15.454 20.972,29.603 23.367,27.934 24.301,13.161 23.04,13.827 "/> <polyline fill="%23999999" points="23.04,12.133 23.038,12.13 10.164,5.743 10.258,7.345 23.038,13.829 23.04,13.827 23.04,12.133 "/> <polyline fill="%23676767" points="23.038,12.13 23.04,12.133 23.04,13.827 24.301,13.161 27.201,8.626 26.594,7.491 23.038,12.13 "/> <polyline fill="%23999999" points="19.922,15.454 7.655,8.304 9.867,21.722 20.972,29.603 19.922,15.454 "/> </svg>');
}
.grey.icon-folder-file.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="7.359,6.81 20.17,13.599 24.408,11.437 11.512,5.23 "/> <polygon fill="%23676767" points="20.973,29.603 23.368,27.934 24.301,13.161 21.557,14.612 21.384,19.028 "/> <polygon fill="%23999999" points="7.824,12.477 9.367,14.604 13.605,20.447 20.004,19.828 20.17,13.599 7.359,6.81 "/> <polygon fill="%23676767" points="24.301,13.161 24.408,11.437 20.17,13.599 20.004,19.828 21.384,19.028 21.557,14.612 "/> <polygon fill="%23999999" points="21.384,19.028 20.004,19.828 13.605,20.447 9.367,14.604 9.867,21.722 20.973,29.603 "/> </svg>');
}
.orange.icon-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="20.592,14.417 22.976,27.603 24.886,26.272 26.33,11.446 "/> <polyline fill="%23d88500" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="20.592,14.417 8.563,7.281 11.871,19.722 22.976,27.603 20.592,14.417 "/> <polygon fill="%23676767" points="14.33,19.649 21.175,29.563 22.976,27.603 20.592,14.417 "/> <polygon fill="%23CCCCCC" points="26.33,11.446 20.592,14.417 8.563,7.281 13.864,5.126 "/> <polygon fill="%23d88500" points="10.806,7.449 13.819,6.224 24.137,11.456 20.625,13.274 "/> <polyline fill="%23999999" points="3.029,10.956 14.33,19.649 3.029,10.956 10.126,20.737 21.175,29.563 14.33,19.649 "/> <line fill="%23999999" x1="20.592" y1="14.417" x2="8.563" y2="7.281"/> <polygon fill="%23CCCCCC" points="8.563,7.281 3.029,10.956 14.33,19.649 20.592,14.417 "/> <polygon fill="%23d88500" points="4.747,11.015 8.593,8.462 18.866,14.556 14.304,18.368 "/> <polygon fill="%23a56600" points="13.915,18.068 8.593,8.462 4.747,11.015 "/> <polygon fill="%23a56600" points="15.346,10.142 13.819,6.224 10.806,7.449 "/> </svg> ');
}
.orange.icon-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="21.926,13.454 22.976,27.603 24.886,26.272 25.278,11.696 "/> <polyline fill="%23d88500" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="21.926,13.454 9.529,6.546 11.871,19.722 22.976,27.603 21.926,13.454 "/> <polygon fill="%23676767" points="18.147,15.366 20.903,28.922 22.976,27.603 21.926,13.454 "/> <polygon fill="%23CCCCCC" points="25.278,11.696 21.926,13.454 9.529,6.546 12.782,5.316 "/> <polygon fill="%23a56600" points="11.896,6.72 12.721,6.408 23.102,11.708 21.94,12.317 "/> <polyline fill="%23999999" points="6.1,7.856 18.147,15.366 6.1,7.856 10.126,20.737 20.903,28.922 18.147,15.366 "/> <line fill="%23999999" x1="21.926" y1="13.454" x2="9.529" y2="6.546"/> <polygon fill="%23CCCCCC" points="9.529,6.546 6.1,7.856 18.147,15.366 21.926,13.454 "/> <polygon fill="%23a56600" points="8.336,8.072 9.45,7.646 19.795,13.411 18.198,14.219 "/> </svg>');
}
.orange.icon-folder-box{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%23d88500" d="M5.082,22.715l10.924,6.759V17.578L3.51,11.765L5.082,22.715z"/> <polygon fill="%23ffbc00" points="16.006,7.304 3.51,11.765 16.006,17.578 28.502,11.765 "/> <path fill="%23676767" d="M16.006,17.578V7.304L3.51,11.765L16.006,17.578z"/> <path fill="%23999999" d="M28.502,11.765L16.006,7.304l0,6.95l0,3.324L28.502,11.765z"/> <polygon fill="%23ffbc00" points="28.502,11.765 16.906,10.112 4.272,5.63 16.006,7.304 "/> </svg>');
}
.orange.icon-folder-box.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%23d88500" d="M5.082,22.715l10.924,6.759V17.578L3.509,11.765L5.082,22.715z"/> <polygon fill="%23ffbc00" points="16.006,7.304 3.509,11.765 16.006,17.578 28.502,11.765 "/> </svg>');
}
.orange.icon-folder-doc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.978,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.978,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.978,27.127 10.943,19.794 "/> <polygon fill="%23d88500" points="11.78,19.237 11.109,8.274 21.725,13.556 20.96,25.338 "/> <path fill="%23a56600" d="M15.238,6.833c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V7.518C15.959,7.175,15.612,6.947,15.238,6.833z"/> <path fill="%23d88500" d="M13.15,4.204c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C18.2,6.477,17.73,5.917,17.19,5.437c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C13.51,4.076,13.323,4.128,13.15,4.204z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-21.7856" y1="28.205" x2="-14.3002" y2="35.6905" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.157,3.689c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026L13.15,4.204c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C20.461,4.833,19.865,4.198,19.157,3.689z"/> <polygon fill="%23a56600" points="13.504,18.315 11.775,19.157 11.109,8.274 13.15,9.29 "/> <polygon fill="%23ffbc00" points="21.104,23.122 13.504,18.315 11.775,19.157 20.96,25.338 "/> <polygon fill="%23999999" points="0.555,13.04 11.623,21.027 19.072,29.843 8.037,22.51 "/> <polyline fill="%23676767" points="19.072,29.843 21.426,27.434 13.924,18.168 11.623,21.027 19.072,29.843 "/> <polygon fill="%23CCCCCC" points="0.555,13.04 3.14,11.065 13.924,18.168 11.623,21.027 "/> </svg>');
}
.orange.icon-folder-doc.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.977,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.977,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.977,27.127 10.943,19.794 "/> <polyline fill="%23676767" points="18.672,29.603 21.344,27.586 22.096,13.397 18.672,15.454 18.672,29.603 "/> <polygon fill="%23999999" points="5.781,8.65 18.672,15.454 18.672,29.603 7.637,22.27 "/> <polygon fill="%23CCCCCC" points="5.781,8.65 9.434,7.002 22.096,13.397 18.672,15.454 "/> <path fill="%23a56600" d="M14.266,7.416c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V8.1C14.988,7.757,14.64,7.529,14.266,7.416z"/> <path fill="%23d88500" d="M12.178,4.787c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C17.228,7.059,16.758,6.5,16.218,6.02c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C12.538,4.658,12.351,4.71,12.178,4.787z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-22.6593" y1="28.7054" x2="-15.1739" y2="36.1908" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.185,4.271c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026l-2.141,1.086c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C19.49,5.415,18.894,4.78,18.185,4.271z"/> </svg>');
}
.orange.icon-folder-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="23.038,12.13 26.594,7.491 22.775,0.309 13.376,1.84 10.162,5.743 10.162,5.743 10.164,5.743 23.038,12.13 "/> <path fill="%23CCCCCC" d="M23.011,13.844l0.027-0.015l-12.78-6.484L7.655,8.304l12.267,7.15L23.011,13.844z"/> <polyline fill="%23676767" points="23.04,13.827 23.04,13.829 23.011,13.844 19.922,15.454 20.972,29.603 23.367,27.934 24.301,13.161 23.04,13.827 "/> <polyline fill="%23d88500" points="23.04,12.133 23.038,12.13 10.164,5.743 10.258,7.345 23.038,13.829 23.04,13.827 23.04,12.133 "/> <polyline fill="%23a56600" points="23.038,12.13 23.04,12.133 23.04,13.827 24.301,13.161 27.201,8.626 26.594,7.491 23.038,12.13 "/> <polyline fill="%23999999" points="19.922,15.454 7.655,8.304 9.867,21.722 20.972,29.603 19.922,15.454 "/> </svg>');
}
.orange.icon-folder-file.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ffbc00" points="7.359,6.81 20.17,13.599 24.408,11.437 11.512,5.23 "/> <polygon fill="%23676767" points="20.973,29.603 23.368,27.934 24.301,13.161 21.557,14.612 21.384,19.028 "/> <polygon fill="%23d88500" points="7.824,12.477 9.367,14.604 13.605,20.447 20.004,19.828 20.17,13.599 7.359,6.81 "/> <polygon fill="%23a56600" points="24.301,13.161 24.408,11.437 20.17,13.599 20.004,19.828 21.384,19.028 21.557,14.612 "/> <polygon fill="%23999999" points="21.384,19.028 20.004,19.828 13.605,20.447 9.367,14.604 9.867,21.722 20.973,29.603 "/> </svg>');
}
.red.icon-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="20.592,14.417 22.976,27.603 24.886,26.272 26.33,11.446 "/> <polyline fill="%23CC0000" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="20.592,14.417 8.563,7.281 11.871,19.722 22.976,27.603 20.592,14.417 "/> <polygon fill="%23676767" points="14.33,19.649 21.175,29.563 22.976,27.603 20.592,14.417 "/> <polygon fill="%23CCCCCC" points="26.33,11.446 20.592,14.417 8.563,7.281 13.864,5.126 "/> <polygon fill="%23CC0000" points="10.806,7.449 13.819,6.224 24.137,11.456 20.625,13.274 "/> <polyline fill="%23999999" points="3.029,10.956 14.33,19.649 3.029,10.956 10.126,20.737 21.175,29.563 14.33,19.649 "/> <line fill="%23999999" x1="20.592" y1="14.417" x2="8.563" y2="7.281"/> <polygon fill="%23CCCCCC" points="8.563,7.281 3.029,10.956 14.33,19.649 20.592,14.417 "/> <polygon fill="%23CC0000" points="4.747,11.015 8.593,8.462 18.866,14.556 14.304,18.368 "/> <polygon fill="%23990000" points="13.915,18.068 8.593,8.462 4.747,11.015 "/> <polygon fill="%23990000" points="15.346,10.142 13.819,6.224 10.806,7.449 "/> </svg> ');
}
.red.icon-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="21.926,13.454 22.976,27.603 24.886,26.272 25.278,11.696 "/> <polyline fill="%23CC0000" points="22.341,12.492 22.341,12.492 22.341,12.489 22.341,12.492 "/> <polyline fill="%23999999" points="21.926,13.454 9.529,6.546 11.871,19.722 22.976,27.603 21.926,13.454 "/> <polygon fill="%23676767" points="18.147,15.366 20.903,28.922 22.976,27.603 21.926,13.454 "/> <polygon fill="%23CCCCCC" points="25.278,11.696 21.926,13.454 9.529,6.546 12.782,5.316 "/> <polygon fill="%23990000" points="11.896,6.72 12.721,6.408 23.102,11.708 21.94,12.317 "/> <polyline fill="%23999999" points="6.1,7.856 18.147,15.366 6.1,7.856 10.126,20.737 20.903,28.922 18.147,15.366 "/> <line fill="%23999999" x1="21.926" y1="13.454" x2="9.529" y2="6.546"/> <polygon fill="%23CCCCCC" points="9.529,6.546 6.1,7.856 18.147,15.366 21.926,13.454 "/> <polygon fill="%23990000" points="8.336,8.072 9.45,7.646 19.795,13.411 18.198,14.219 "/> </svg>');
}
.red.icon-folder-box{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%23CC0000" d="M5.082,22.715l10.924,6.759V17.578L3.51,11.765L5.082,22.715z"/> <polygon fill="%23FF0000" points="16.006,7.304 3.51,11.765 16.006,17.578 28.502,11.765 "/> <path fill="%23676767" d="M16.006,17.578V7.304L3.51,11.765L16.006,17.578z"/> <path fill="%23999999" d="M28.502,11.765L16.006,7.304l0,6.95l0,3.324L28.502,11.765z"/> <polygon fill="%23FF0000" points="28.502,11.765 16.906,10.112 4.272,5.63 16.006,7.304 "/> </svg>');
}
.red.icon-folder-box.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M16.006,29.475l10.924-6.759l1.572-10.95l-12.496,5.813V29.475z"/> <path fill="%23CC0000" d="M5.082,22.715l10.924,6.759V17.578L3.509,11.765L5.082,22.715z"/> <polygon fill="%23FF0000" points="16.006,7.304 3.509,11.765 16.006,17.578 28.502,11.765 "/> </svg>');
}
.red.icon-folder-doc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.978,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.978,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.978,27.127 10.943,19.794 "/> <polygon fill="%23CC0000" points="11.78,19.237 11.109,8.274 21.725,13.556 20.96,25.338 "/> <path fill="%23990000" d="M15.238,6.833c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V7.518C15.959,7.175,15.612,6.947,15.238,6.833z"/> <path fill="%23CC0000" d="M13.15,4.204c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C18.2,6.477,17.73,5.917,17.19,5.437c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C13.51,4.076,13.323,4.128,13.15,4.204z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-21.7856" y1="28.205" x2="-14.3002" y2="35.6905" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.157,3.689c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026L13.15,4.204c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C20.461,4.833,19.865,4.198,19.157,3.689z"/> <polygon fill="%23990000" points="13.504,18.315 11.775,19.157 11.109,8.274 13.15,9.29 "/> <polygon fill="%23FF0000" points="21.104,23.122 13.504,18.315 11.775,19.157 20.96,25.338 "/> <polygon fill="%23999999" points="0.555,13.04 11.623,21.027 19.072,29.843 8.037,22.51 "/> <polyline fill="%23676767" points="19.072,29.843 21.426,27.434 13.924,18.168 11.623,21.027 19.072,29.843 "/> <polygon fill="%23CCCCCC" points="0.555,13.04 3.14,11.065 13.924,18.168 11.623,21.027 "/> </svg>');
}
.red.icon-folder-doc.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.136,6.608 22.897,12.957 25.927,11.187 13.189,5.28 10.136,6.608 "/> <polyline fill="%23676767" points="21.977,27.127 24.65,25.11 25.927,11.187 22.897,12.957 21.977,27.127 "/> <polygon fill="%23999999" points="10.136,6.608 22.897,12.957 21.977,27.127 10.943,19.794 "/> <polyline fill="%23676767" points="18.672,29.603 21.344,27.586 22.096,13.397 18.672,15.454 18.672,29.603 "/> <polygon fill="%23999999" points="5.781,8.65 18.672,15.454 18.672,29.603 7.637,22.27 "/> <polygon fill="%23CCCCCC" points="5.781,8.65 9.434,7.002 22.096,13.397 18.672,15.454 "/> <path fill="%23990000" d="M14.266,7.416c-0.171-0.054-0.335-0.072-0.493-0.054c-0.186,0.018-0.342,0.084-0.469,0.199 c-0.014,0.014-0.028,0.028-0.042,0.042c-0.186,0.199-0.269,0.491-0.249,0.876l0.101,1.342c0,0.013-0.001,0.02-0.003,0.023 l2.196-1.388V8.1C14.988,7.757,14.64,7.529,14.266,7.416z"/> <path fill="%23CC0000" d="M12.178,4.787c-0.064,0.027-0.125,0.058-0.185,0.092c-0.149,0.083-0.285,0.186-0.41,0.309 c-0.29,0.288-0.488,0.658-0.596,1.11c-0.084,0.358-0.107,0.75-0.07,1.176l0.221,1.307c0,0.004-0.001,0.009-0.003,0.016 c0,0.006,0.002,0.011,0.007,0.015l1.965,1.028l0.004,0.003c0.002-0.003,0.003-0.01,0.003-0.023l-0.101-1.342 c-0.02-0.385,0.063-0.677,0.249-0.876c0.014-0.014,0.028-0.028,0.042-0.042c0.127-0.114,0.283-0.181,0.469-0.199 c0.157-0.018,0.321,0,0.493,0.054c0.375,0.114,0.722,0.342,1.042,0.685c0.017,0.02,0.035,0.04,0.054,0.059 c0.168,0.19,0.311,0.396,0.427,0.619c0.124,0.232,0.209,0.464,0.256,0.696c0.028,0.134,0.041,0.337,0.039,0.61l0.029,1.394 l2.515,1.321l-0.001-1.657c0.016-0.374-0.001-0.716-0.049-1.026c-0.053-0.317-0.133-0.634-0.241-0.951 c-0.169-0.492-0.406-0.981-0.71-1.469C17.228,7.059,16.758,6.5,16.218,6.02c-0.117-0.105-0.238-0.206-0.363-0.305 c-0.616-0.484-1.239-0.811-1.869-0.982c-0.172-0.047-0.339-0.081-0.5-0.102c-0.259-0.034-0.508-0.034-0.746-0.001 C12.538,4.658,12.351,4.71,12.178,4.787z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-22.6593" y1="28.7054" x2="-15.1739" y2="36.1908" gradientTransform="matrix(1.1179 -0.0941 0.0097 1 37.935 -26.7453)"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.185,4.271c-0.623-0.448-1.257-0.734-1.903-0.857c-0.443-0.086-0.859-0.087-1.246-0.004 c-0.249,0.055-0.475,0.143-0.678,0.264c-0.014,0.008-0.027,0.016-0.039,0.026l-2.141,1.086c0.173-0.076,0.36-0.128,0.562-0.156 c0.238-0.033,0.487-0.032,0.746,0.001c0.162,0.021,0.329,0.055,0.5,0.102c0.63,0.17,1.253,0.498,1.869,0.982 c0.125,0.098,0.246,0.2,0.363,0.305c0.54,0.48,1.01,1.04,1.408,1.678c0.304,0.487,0.541,0.977,0.71,1.469 c0.108,0.317,0.188,0.634,0.241,0.951c0.049,0.31,0.065,0.652,0.049,1.026l0.001,1.657l2.497-1.731l-0.09-1.563 c-0.049-0.492-0.072-0.678-0.115-0.987c-0.11-0.802-0.455-1.57-0.946-2.343C19.49,5.415,18.894,4.78,18.185,4.271z"/> </svg>');
}
.red.icon-folder-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="23.038,12.13 26.594,7.491 22.775,0.309 13.376,1.84 10.162,5.743 10.162,5.743 10.164,5.743 23.038,12.13 "/> <path fill="%23CCCCCC" d="M23.011,13.844l0.027-0.015l-12.78-6.484L7.655,8.304l12.267,7.15L23.011,13.844z"/> <polyline fill="%23676767" points="23.04,13.827 23.04,13.829 23.011,13.844 19.922,15.454 20.972,29.603 23.367,27.934 24.301,13.161 23.04,13.827 "/> <polyline fill="%23CC0000" points="23.04,12.133 23.038,12.13 10.164,5.743 10.258,7.345 23.038,13.829 23.04,13.827 23.04,12.133 "/> <polyline fill="%23990000" points="23.038,12.13 23.04,12.133 23.04,13.827 24.301,13.161 27.201,8.626 26.594,7.491 23.038,12.13 "/> <polyline fill="%23999999" points="19.922,15.454 7.655,8.304 9.867,21.722 20.972,29.603 19.922,15.454 "/> </svg>');
}
.red.icon-folder-file.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF0000" points="7.359,6.81 20.17,13.599 24.408,11.437 11.512,5.23 "/> <polygon fill="%23676767" points="20.973,29.603 23.368,27.934 24.301,13.161 21.557,14.612 21.384,19.028 "/> <polygon fill="%23CC0000" points="7.824,12.477 9.367,14.604 13.605,20.447 20.004,19.828 20.17,13.599 7.359,6.81 "/> <polygon fill="%23990000" points="24.301,13.161 24.408,11.437 20.17,13.599 20.004,19.828 21.384,19.028 21.557,14.612 "/> <polygon fill="%23999999" points="21.384,19.028 20.004,19.828 13.605,20.447 9.367,14.604 9.867,21.722 20.973,29.603 "/> </svg>');
}


.blue.icon-param-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.blue.icon-param-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="0.3802" style="stop-color:%230099FF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23003399" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.blue.icon-param-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7427" y1="4.7023" x2="29.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8121" y1="10.0225" x2="23.6588" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.805,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.303,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.57,23.214 3.273,20.697 0.88,21.7 2.55,11.354 13.146,6.75 21.943,12.135 24.196,18.077 23.188,19.264 22.722,23.214 13.146,30.423 "/> <path fill="%230044B2" d="M13.146,27.92l7.69-5.789l1.107-9.379l-8.797,4.979V27.92z"/> <path fill="%23003399" d="M5.456,22.131l7.69,5.789V17.731l-8.797-4.979L5.456,22.131z"/> <path fill="%23676767" d="M13.146,17.731v-8.8l-8.797,3.821L13.146,17.731z"/> <path fill="%23999999" d="M21.303,18.174l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L21.303,18.174z"/> <path fill="%23333333" d="M3.428,18.464l1.598-0.67l-0.677-5.042L3.428,18.464z"/> <path fill="%23CCCCCC" d="M21.943,12.752l-8.797-3.821l0,5.953l0,2.847L21.943,12.752z"/> </svg> ');
}
.blue.icon-param-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6586" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="0.079,24.834 3.617,21.86 2.709,12.679 0.316,9.298 0.456,4.785 9.246,8.312 13.24,6.98 21.987,11.955 22.646,24.044 12.686,30.493 10.332,32 7.296,31.999 "/> <path fill="%230044B2" d="M13.24,27.766l7.511-4.876l1.081-10.935l-8.592,4.186L13.24,27.766z"/> <path fill="%23003399" d="M5.728,22.89l7.511,4.876l0-11.625l-8.592-4.186L5.728,22.89z"/> <path fill="%230099FF" d="M13.24,9.088l-8.592,2.867l8.592,4.186l8.592-4.186L13.24,9.088z"/> <polygon fill="%23676767" points="5.728,22.89 13.24,18.79 13.24,16.141 4.647,11.955 "/> <polygon fill="%23003399" points="4.647,11.955 1.352,7.299 11.735,11.466 13.24,16.141 "/> <polygon fill="%230099FF" points="5.728,22.89 2.299,25.061 10.371,31.669 13.24,27.766 "/> </svg> ');
}
.blue.icon-param-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.584,23.485 2.219,11.851 13.06,7.113 22.309,12.429 22.537,23.485 13.06,30.664 "/> <path fill="%230044B2" d="M13.061,28.155l7.59-5.75l1.093-9.315l-8.683,4.945V28.155z"/> <path fill="%23003399" d="M5.471,22.405l7.59,5.75v-10.12L4.378,13.09L5.471,22.405z"/> <path fill="%230099FF" d="M21.743,13.09l-8.683-3.795L4.378,13.09l8.682,4.945L21.743,13.09z"/> </svg> ');
}
.blue.icon-param-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="14.498,9.748 1.99,9.748 1.99,16.863 5.496,16.863 5.496,27.986 12.992,27.986 12.992,16.863 16.498,16.863 15.466,13.844 "/> <polygon fill="%23003399" points="14.498,14.863 10.992,14.863 10.992,25.986 7.496,25.986 7.496,14.863 3.99,14.863 3.99,11.748 14.498,11.748 "/> </svg>');
}
.blue.icon-param-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M12.125,9.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.393,10.181,13.299,9.927,12.125,9.927L12.125,9.927z"/> <path fill="%23003399" d="M16.861,22.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.783,21.045,16.861,21.507,16.861,22.028z"/> </svg>');
}
.blue.icon-param-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000027588124517837369400000010749078437220181439_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000027588124517837369400000010749078437220181439_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.62 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.104,21.17 16.238,19.461 16.238,13.62 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.42 8.9258)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23003399" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23003399" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.606" fill="%23003399" width="9.982" height="3.133"/> </svg>');
}
.blue.icon-param-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <path fill="%23FFFFFF" d="M12.822,9.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.21,10.529,15.084,9.632,12.822,9.632L12.822,9.632z"/> <path fill="%23003399" d="M18.237,18.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.3,15.782,18.24,17.385,18.237,18.868z M14.741,18.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.936,22.992,14.741,20.335,14.741,18.868z"/> <path fill="%23003399" d="M6.435,23.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.435,23.367,6.435,23.946z"/> </svg>');
}
.blue.icon-param-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7427" y1="4.7023" x2="28.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000106826468170402841160000005346177015411768502_" gradientUnits="userSpaceOnUse" x1="6.8121" y1="10.0225" x2="22.6587" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000106826468170402841160000005346177015411768502_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.805,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.303,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272v-4.687H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.144 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%23003399" points="9.498,19.955 7.778,18.236 5.456,20.558 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.997 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%23003399" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329s0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309s0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.blue.icon-param-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <circle fill="%23FFFFFF" cx="11.708" cy="19.285" r="8.429"/> <path fill="%23003399" d="M11.702,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,12.856,11.702,12.856z"/> <polygon fill="%23FFFFFF" points="15.79,23.179 10.518,19.987 10.518,14.03 12.518,14.03 12.518,18.86 16.825,21.468 "/> </svg>');
}
.blue.icon-param-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="18.301,11.333 10.293,19.34 6.082,15.129 1.133,20.078 10.293,29.24 22.567,16.966 21.567,14.451 "/> <polygon fill="%23003399" points="10.293,26.411 3.961,20.078 6.082,17.957 10.293,22.168 19.136,13.326 21.257,15.448 "/> </svg>');
}
.blue.icon-param-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M5.737,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,15.732,6.3,15.643,5.737,15.643L5.737,15.643z"/> <polygon fill="%23FFFFFF" points="15.837,15.733 15.057,15.733 12.497,15.733 12.205,15.733 11.985,15.923 9.615,17.969 9.348,18.201 9.348,18.552 9.348,21.255 9.348,22.95 10.639,21.839 11.717,20.912 11.717,25.74 11.717,26.513 12.497,26.513 15.057,26.513 15.837,26.513 15.837,25.74 15.837,16.506 15.837,15.733 "/> <path fill="%23FFFFFF" d="M20.151,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,15.732,20.714,15.643,20.151,15.643L20.151,15.643z"/> <path fill="%23003399" d="M9.278,22.403c0,0.548-0.096,1.041-0.287,1.476C8.8,24.314,8.54,24.674,8.21,24.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M6.742,22.418v-2.567c0-0.377-0.096-0.663-0.287-0.857 c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298c-0.191,0.199-0.287,0.482-0.287,0.849v2.567 c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C6.646,23.064,6.742,22.785,6.742,22.418z"/> <path fill="%23003399" d="M15.005,25.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V25.74z"/> <path fill="%23003399" d="M23.692,22.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M21.155,22.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,23.064,21.155,22.785,21.155,22.418z"/> <path fill="%23FFFFFF" d="M20.151,23.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,23.444,19.864,23.543,20.151,23.543"/> </svg> ');
}
.blue.icon-param-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.8046" y1="2.8409" x2="30.0211" y2="21.0573"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.05,1.682c-0.658,0.349-1.357,0.634-2.033,0.946c5.296-1.588,10.398,4.241,12.605,8.211 c2.13,3.831,4.368,11.345,0.174,14.759c1.618-1.111,3.253-2.048,4.041-3.958c1.264-3.063,0.514-6.773-0.666-9.74 c-1.191-2.996-3.11-5.868-5.583-7.955C20.361,2.065,16.956,0.288,14.05,1.682"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9783" y1="7.9716" x2="24.2606" y2="23.2538"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.744,6.31c-2.735,4.025,0.023,10.325,2.501,13.725c2.07,2.841,7.817,7.707,10.795,3.311 c-4.127,0.704-7.778-3.446-9.622-6.709c-1.864-3.301-3.517-8.728-0.765-12.015C12.484,4.621,11.392,5.356,10.744,6.31"/> <path fill="%23999999" d="M11.851,2.69c-4.006,2.294-2.88,8.563-1.568,12.059c1.52,4.049,4.334,8.104,8.171,10.25 c1.804,1.009,4.107,1.687,6.096,0.784c1.748-0.793,2.675-2.69,2.977-4.499c0.74-4.425-1.239-9.223-3.728-12.782 C21.487,5.195,16.288,0.165,11.851,2.69z M25.378,21.086c-1.632,5.183-7.348,2.672-10.041-0.135 c-3.104-3.236-5.789-8.662-4.527-13.226c1.492-5.418,7.384-2.849,10.09-0.025C23.98,10.913,26.81,16.538,25.378,21.086z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.7425" y1="5.7023" x2="24.6318" y2="24.5916"> <stop offset="0.3945" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.071,4.501C7.389,4.863,6.664,5.158,5.963,5.482c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C14.615,4.898,11.085,3.055,8.071,4.501"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="2.8119" y1="11.0225" x2="18.6585" y2="26.8692"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="0.3802" style="stop-color:%230099FF"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M4.642,9.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C6.447,7.549,5.315,8.31,4.642,9.299"/> <path fill="%23003399" d="M5.791,5.546C1.637,7.925,2.804,14.425,4.165,18.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C15.783,8.144,10.392,2.927,5.791,5.546z M19.818,24.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C18.368,14.072,21.302,19.906,19.818,24.621z"/> </svg>');
}
.blue.icon-param-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7422" y1="4.7025" x2="28.6314" y2="23.5917"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.084,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8115" y1="10.0227" x2="22.6582" y2="25.8693"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.642,8.3c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.311,8.642,8.3"/> <path fill="%23999999" d="M9.791,4.546c-4.154,2.379-2.987,8.879-1.626,12.505c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.782,7.144,14.392,1.927,9.791,4.546z M23.817,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.367,13.072,25.302,18.906,23.817,23.621z"/> <path fill="%23FFFFFF" d="M14.848,25.249c-1.257,0.146-2.403-0.431-3.142-0.94c-1.802-1.241-3.229-3.405-3.918-5.938 c-0.686-2.519-0.609-5.861,1.866-6.987c0.082-0.037,0.156-0.062,0.231-0.086l0.048,0.12l-0.032-0.132 c0.128-0.045,0.453-0.151,0.835-0.275c0.546-0.177,1.459-0.475,1.638-0.549c0.296-0.11,0.565-0.174,0.838-0.206 c1.972-0.229,3.68,1.268,4.324,1.922c1.168,1.19,2.094,2.808,2.608,4.557c0.443,1.514,0.769,3.702-0.195,5.532 c-0.475,0.903-1.717,1.548-3.291,2.296c-0.243,0.116-0.464,0.22-0.642,0.312l-0.092,0.048l-1.034-1.717l0.446,0.78l0.067,0.075 l0.425,0.905c-0.115,0.056-0.198,0.093-0.285,0.124C15.316,25.169,15.085,25.222,14.848,25.249z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-22.8366" y1="-55.8517" x2="-22.8366" y2="-42.8748" gradientTransform="matrix(0.9933 -0.1152 0.1152 0.9933 43.4992 63.9759)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="0.2588" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.759,11.386c-0.337,0.141-2.18,0.723-2.525,0.845c2.657-0.533,4.435,2.695,5.331,4.733 c0.865,1.967,2.025,5.636-0.178,7.111c0.841-0.469,3.205-1.377,3.677-2.273c0.757-1.437,0.56-3.282,0.12-4.784 c-0.444-1.517-1.25-3.006-2.362-4.138C15.822,11.861,14.241,10.838,12.759,11.386"/> <path fill="%23003399" d="M10.069,12.296c-2.06,0.937-1.797,4.048-1.316,5.814c0.557,2.046,1.745,4.153,3.52,5.376 c0.835,0.575,1.927,1.011,2.94,0.661c0.89-0.307,1.428-1.191,1.659-2.06c0.563-2.126-0.184-4.558-1.236-6.409 C14.657,13.959,12.349,11.266,10.069,12.296z"/> </svg> ');
}
.blue.icon-param-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="4.632,7.845 4.632,26.323 21.109,26.323 21.109,19.369 17.109,19.322 17.109,13.369 11.586,13.369 11.586,7.845 11.586,7.845 "/> <polygon fill="%23003399" points="9.586,21.369 9.586,18.322 15.109,18.322 15.109,15.369 9.586,15.369 9.586,9.845 6.632,9.845 6.632,24.322 19.109,24.322 19.109,21.369 "/> </svg> ');
}
.blue.icon-param-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="11.38,7.593 9.75,9.86 2.239,20.304 1.095,21.896 2.663,23.072 10.174,28.705 11.379,29.609 12.58,28.7 20.032,23.067 21.584,21.894 20.454,20.31 13.002,9.866 11.38,7.593 "/> <path fill="%230099FF" d="M3.863,21.472l7.511,5.633V11.027L3.863,21.472z"/> <path fill="%230044B2" d="M11.374,27.105l7.452-5.633l-7.452-10.445V27.105z"/> </svg>');
}
.blue.icon-param-null{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7493" y1="4.7023" x2="28.6385" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.078,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.622,3.898,15.091,2.055,12.078,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8186" y1="10.0225" x2="22.6653" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.649,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.454,6.549,9.322,7.31,8.649,8.299"/> <path fill="%23999999" d="M9.798,4.546C5.643,6.925,6.811,13.425,8.172,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.789,7.144,14.399,1.927,9.798,4.546z M23.824,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.374,13.072,25.309,18.906,23.824,23.621z"/> <circle fill="%23FFFFFF" cx="11.715" cy="19.285" r="8.429"/> <path fill="%23003399" d="M11.709,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.264,12.856,11.709,12.856z"/> <path fill="%23FFFFFF" d="M11.709,23.714c-2.438,0-4.423-1.987-4.423-4.429s1.984-4.43,4.423-4.43c2.445,0,4.436,1.987,4.436,4.43 S14.154,23.714,11.709,23.714z"/> <rect x="3.473" y="18.42" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -10.3397 13.8769)" fill="%23003399" width="16.216" height="2"/> </svg>');
}
.lightBlue.icon-param-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.lightBlue.icon-param-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="0.3802" style="stop-color:%2333CCFF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23269FBF" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.lightBlue.icon-param-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7427" y1="4.7023" x2="29.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8121" y1="10.0225" x2="23.6588" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.805,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.303,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.57,23.214 3.273,20.697 0.88,21.7 2.55,11.354 13.146,6.75 21.943,12.135 24.196,18.077 23.188,19.264 22.722,23.214 13.146,30.423 "/> <path fill="%232189a5" d="M13.146,27.92l7.69-5.789l1.107-9.379l-8.797,4.979V27.92z"/> <path fill="%23269FBF" d="M5.456,22.131l7.69,5.789V17.731l-8.797-4.979L5.456,22.131z"/> <path fill="%23676767" d="M13.146,17.731v-8.8l-8.797,3.821L13.146,17.731z"/> <path fill="%23999999" d="M21.303,18.174l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L21.303,18.174z"/> <path fill="%23333333" d="M3.428,18.464l1.598-0.67l-0.677-5.042L3.428,18.464z"/> <path fill="%23CCCCCC" d="M21.943,12.752l-8.797-3.821l0,5.953l0,2.847L21.943,12.752z"/> </svg> ');
}
.lightBlue.icon-param-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6586" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="0.079,24.834 3.617,21.86 2.709,12.679 0.316,9.298 0.456,4.785 9.246,8.312 13.24,6.98 21.987,11.955 22.646,24.044 12.686,30.493 10.332,32 7.296,31.999 "/> <path fill="%232189a5" d="M13.24,27.766l7.511-4.876l1.081-10.935l-8.592,4.186L13.24,27.766z"/> <path fill="%23269FBF" d="M5.728,22.89l7.511,4.876l0-11.625l-8.592-4.186L5.728,22.89z"/> <path fill="%2333CCFF" d="M13.24,9.088l-8.592,2.867l8.592,4.186l8.592-4.186L13.24,9.088z"/> <polygon fill="%23676767" points="5.728,22.89 13.24,18.79 13.24,16.141 4.647,11.955 "/> <polygon fill="%23269FBF" points="4.647,11.955 1.352,7.299 11.735,11.466 13.24,16.141 "/> <polygon fill="%2333CCFF" points="5.728,22.89 2.299,25.061 10.371,31.669 13.24,27.766 "/> </svg> ');
}
.lightBlue.icon-param-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.584,23.485 2.219,11.851 13.06,7.113 22.309,12.429 22.537,23.485 13.06,30.664 "/> <path fill="%232189a5" d="M13.061,28.155l7.59-5.75l1.093-9.315l-8.683,4.945V28.155z"/> <path fill="%23269FBF" d="M5.471,22.405l7.59,5.75v-10.12L4.378,13.09L5.471,22.405z"/> <path fill="%2333CCFF" d="M21.743,13.09l-8.683-3.795L4.378,13.09l8.682,4.945L21.743,13.09z"/> </svg> ');
}
.lightBlue.icon-param-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="14.498,9.748 1.99,9.748 1.99,16.863 5.496,16.863 5.496,27.986 12.992,27.986 12.992,16.863 16.498,16.863 15.466,13.844 "/> <polygon fill="%23269FBF" points="14.498,14.863 10.992,14.863 10.992,25.986 7.496,25.986 7.496,14.863 3.99,14.863 3.99,11.748 14.498,11.748 "/> </svg>');
}
.lightBlue.icon-param-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M12.125,9.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.393,10.181,13.299,9.927,12.125,9.927L12.125,9.927z"/> <path fill="%23269FBF" d="M16.861,22.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.783,21.045,16.861,21.507,16.861,22.028z"/> </svg>');
}
.lightBlue.icon-param-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000027588124517837369400000010749078437220181439_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000027588124517837369400000010749078437220181439_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.62 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.104,21.17 16.238,19.461 16.238,13.62 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.42 8.9258)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23269FBF" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23269FBF" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.606" fill="%23269FBF" width="9.982" height="3.133"/> </svg>');
}
.lightBlue.icon-param-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <path fill="%23FFFFFF" d="M12.822,9.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.21,10.529,15.084,9.632,12.822,9.632L12.822,9.632z"/> <path fill="%23269FBF" d="M18.237,18.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.3,15.782,18.24,17.385,18.237,18.868z M14.741,18.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.936,22.992,14.741,20.335,14.741,18.868z"/> <path fill="%23269FBF" d="M6.435,23.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.435,23.367,6.435,23.946z"/> </svg>');
}
.lightBlue.icon-param-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7427" y1="4.7023" x2="28.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000106826468170402841160000005346177015411768502_" gradientUnits="userSpaceOnUse" x1="6.8121" y1="10.0225" x2="22.6587" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000106826468170402841160000005346177015411768502_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.805,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.303,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272v-4.687H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.144 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%23269FBF" points="9.498,19.955 7.778,18.236 5.456,20.558 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.997 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%23269FBF" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329s0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309s0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.lightBlue.icon-param-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <circle fill="%23FFFFFF" cx="11.708" cy="19.285" r="8.429"/> <path fill="%23269FBF" d="M11.702,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,12.856,11.702,12.856z"/> <polygon fill="%23FFFFFF" points="15.79,23.179 10.518,19.987 10.518,14.03 12.518,14.03 12.518,18.86 16.825,21.468 "/> </svg>');
}
.lightBlue.icon-param-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="18.301,11.333 10.293,19.34 6.082,15.129 1.133,20.078 10.293,29.24 22.567,16.966 21.567,14.451 "/> <polygon fill="%23269FBF" points="10.293,26.411 3.961,20.078 6.082,17.957 10.293,22.168 19.136,13.326 21.257,15.448 "/> </svg>');
}
.lightBlue.icon-param-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M5.737,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,15.732,6.3,15.643,5.737,15.643L5.737,15.643z"/> <polygon fill="%23FFFFFF" points="15.837,15.733 15.057,15.733 12.497,15.733 12.205,15.733 11.985,15.923 9.615,17.969 9.348,18.201 9.348,18.552 9.348,21.255 9.348,22.95 10.639,21.839 11.717,20.912 11.717,25.74 11.717,26.513 12.497,26.513 15.057,26.513 15.837,26.513 15.837,25.74 15.837,16.506 15.837,15.733 "/> <path fill="%23FFFFFF" d="M20.151,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,15.732,20.714,15.643,20.151,15.643L20.151,15.643z"/> <path fill="%23269FBF" d="M9.278,22.403c0,0.548-0.096,1.041-0.287,1.476C8.8,24.314,8.54,24.674,8.21,24.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M6.742,22.418v-2.567c0-0.377-0.096-0.663-0.287-0.857 c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298c-0.191,0.199-0.287,0.482-0.287,0.849v2.567 c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C6.646,23.064,6.742,22.785,6.742,22.418z"/> <path fill="%23269FBF" d="M15.005,25.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V25.74z"/> <path fill="%23269FBF" d="M23.692,22.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M21.155,22.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,23.064,21.155,22.785,21.155,22.418z"/> <path fill="%23FFFFFF" d="M20.151,23.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,23.444,19.864,23.543,20.151,23.543"/> </svg> ');
}
.lightBlue.icon-param-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.8046" y1="2.8409" x2="30.0211" y2="21.0573"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.05,1.682c-0.658,0.349-1.357,0.634-2.033,0.946c5.296-1.588,10.398,4.241,12.605,8.211 c2.13,3.831,4.368,11.345,0.174,14.759c1.618-1.111,3.253-2.048,4.041-3.958c1.264-3.063,0.514-6.773-0.666-9.74 c-1.191-2.996-3.11-5.868-5.583-7.955C20.361,2.065,16.956,0.288,14.05,1.682"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9783" y1="7.9716" x2="24.2606" y2="23.2538"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.744,6.31c-2.735,4.025,0.023,10.325,2.501,13.725c2.07,2.841,7.817,7.707,10.795,3.311 c-4.127,0.704-7.778-3.446-9.622-6.709c-1.864-3.301-3.517-8.728-0.765-12.015C12.484,4.621,11.392,5.356,10.744,6.31"/> <path fill="%23999999" d="M11.851,2.69c-4.006,2.294-2.88,8.563-1.568,12.059c1.52,4.049,4.334,8.104,8.171,10.25 c1.804,1.009,4.107,1.687,6.096,0.784c1.748-0.793,2.675-2.69,2.977-4.499c0.74-4.425-1.239-9.223-3.728-12.782 C21.487,5.195,16.288,0.165,11.851,2.69z M25.378,21.086c-1.632,5.183-7.348,2.672-10.041-0.135 c-3.104-3.236-5.789-8.662-4.527-13.226c1.492-5.418,7.384-2.849,10.09-0.025C23.98,10.913,26.81,16.538,25.378,21.086z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.7425" y1="5.7023" x2="24.6318" y2="24.5916"> <stop offset="0.3945" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.071,4.501C7.389,4.863,6.664,5.158,5.963,5.482c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C14.615,4.898,11.085,3.055,8.071,4.501"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="2.8119" y1="11.0225" x2="18.6585" y2="26.8692"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="0.3802" style="stop-color:%2333CCFF"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M4.642,9.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C6.447,7.549,5.315,8.31,4.642,9.299"/> <path fill="%23269FBF" d="M5.791,5.546C1.637,7.925,2.804,14.425,4.165,18.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C15.783,8.144,10.392,2.927,5.791,5.546z M19.818,24.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C18.368,14.072,21.302,19.906,19.818,24.621z"/> </svg>');
}
.lightBlue.icon-param-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7422" y1="4.7025" x2="28.6314" y2="23.5917"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.084,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8115" y1="10.0227" x2="22.6582" y2="25.8693"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.642,8.3c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.311,8.642,8.3"/> <path fill="%23999999" d="M9.791,4.546c-4.154,2.379-2.987,8.879-1.626,12.505c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.782,7.144,14.392,1.927,9.791,4.546z M23.817,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.367,13.072,25.302,18.906,23.817,23.621z"/> <path fill="%23FFFFFF" d="M14.848,25.249c-1.257,0.146-2.403-0.431-3.142-0.94c-1.802-1.241-3.229-3.405-3.918-5.938 c-0.686-2.519-0.609-5.861,1.866-6.987c0.082-0.037,0.156-0.062,0.231-0.086l0.048,0.12l-0.032-0.132 c0.128-0.045,0.453-0.151,0.835-0.275c0.546-0.177,1.459-0.475,1.638-0.549c0.296-0.11,0.565-0.174,0.838-0.206 c1.972-0.229,3.68,1.268,4.324,1.922c1.168,1.19,2.094,2.808,2.608,4.557c0.443,1.514,0.769,3.702-0.195,5.532 c-0.475,0.903-1.717,1.548-3.291,2.296c-0.243,0.116-0.464,0.22-0.642,0.312l-0.092,0.048l-1.034-1.717l0.446,0.78l0.067,0.075 l0.425,0.905c-0.115,0.056-0.198,0.093-0.285,0.124C15.316,25.169,15.085,25.222,14.848,25.249z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-22.8366" y1="-55.8517" x2="-22.8366" y2="-42.8748" gradientTransform="matrix(0.9933 -0.1152 0.1152 0.9933 43.4992 63.9759)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="0.2588" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.759,11.386c-0.337,0.141-2.18,0.723-2.525,0.845c2.657-0.533,4.435,2.695,5.331,4.733 c0.865,1.967,2.025,5.636-0.178,7.111c0.841-0.469,3.205-1.377,3.677-2.273c0.757-1.437,0.56-3.282,0.12-4.784 c-0.444-1.517-1.25-3.006-2.362-4.138C15.822,11.861,14.241,10.838,12.759,11.386"/> <path fill="%23269FBF" d="M10.069,12.296c-2.06,0.937-1.797,4.048-1.316,5.814c0.557,2.046,1.745,4.153,3.52,5.376 c0.835,0.575,1.927,1.011,2.94,0.661c0.89-0.307,1.428-1.191,1.659-2.06c0.563-2.126-0.184-4.558-1.236-6.409 C14.657,13.959,12.349,11.266,10.069,12.296z"/> </svg> ');
}
.lightBlue.icon-param-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="4.632,7.845 4.632,26.323 21.109,26.323 21.109,19.369 17.109,19.322 17.109,13.369 11.586,13.369 11.586,7.845 11.586,7.845 "/> <polygon fill="%23269FBF" points="9.586,21.369 9.586,18.322 15.109,18.322 15.109,15.369 9.586,15.369 9.586,9.845 6.632,9.845 6.632,24.322 19.109,24.322 19.109,21.369 "/> </svg> ');
}
.lightBlue.icon-param-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="11.38,7.593 9.75,9.86 2.239,20.304 1.095,21.896 2.663,23.072 10.174,28.705 11.379,29.609 12.58,28.7 20.032,23.067 21.584,21.894 20.454,20.31 13.002,9.866 11.38,7.593 "/> <path fill="%2333CCFF" d="M3.863,21.472l7.511,5.633V11.027L3.863,21.472z"/> <path fill="%232189a5" d="M11.374,27.105l7.452-5.633l-7.452-10.445V27.105z"/> </svg>');
}
.lightBlue.icon-param-null{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7493" y1="4.7023" x2="28.6385" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.078,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.622,3.898,15.091,2.055,12.078,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8186" y1="10.0225" x2="22.6653" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.649,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.454,6.549,9.322,7.31,8.649,8.299"/> <path fill="%23999999" d="M9.798,4.546C5.643,6.925,6.811,13.425,8.172,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.789,7.144,14.399,1.927,9.798,4.546z M23.824,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.374,13.072,25.309,18.906,23.824,23.621z"/> <circle fill="%23FFFFFF" cx="11.715" cy="19.285" r="8.429"/> <path fill="%23269FBF" d="M11.709,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.264,12.856,11.709,12.856z"/> <path fill="%23FFFFFF" d="M11.709,23.714c-2.438,0-4.423-1.987-4.423-4.429s1.984-4.43,4.423-4.43c2.445,0,4.436,1.987,4.436,4.43 S14.154,23.714,11.709,23.714z"/> <rect x="3.473" y="18.42" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -10.3397 13.8769)" fill="%23269FBF" width="16.216" height="2"/> </svg>');
}
.green.icon-param-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.green.icon-param-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="0.3802" style="stop-color:%2339b563"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%232f8c51" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.green.icon-param-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7427" y1="4.7023" x2="29.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8121" y1="10.0225" x2="23.6588" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.805,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.303,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.57,23.214 3.273,20.697 0.88,21.7 2.55,11.354 13.146,6.75 21.943,12.135 24.196,18.077 23.188,19.264 22.722,23.214 13.146,30.423 "/> <path fill="%2321663c" d="M13.146,27.92l7.69-5.789l1.107-9.379l-8.797,4.979V27.92z"/> <path fill="%232f8c51" d="M5.456,22.131l7.69,5.789V17.731l-8.797-4.979L5.456,22.131z"/> <path fill="%23676767" d="M13.146,17.731v-8.8l-8.797,3.821L13.146,17.731z"/> <path fill="%23999999" d="M21.303,18.174l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L21.303,18.174z"/> <path fill="%23333333" d="M3.428,18.464l1.598-0.67l-0.677-5.042L3.428,18.464z"/> <path fill="%23CCCCCC" d="M21.943,12.752l-8.797-3.821l0,5.953l0,2.847L21.943,12.752z"/> </svg> ');
}
.green.icon-param-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6586" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="0.079,24.834 3.617,21.86 2.709,12.679 0.316,9.298 0.456,4.785 9.246,8.312 13.24,6.98 21.987,11.955 22.646,24.044 12.686,30.493 10.332,32 7.296,31.999 "/> <path fill="%2321663c" d="M13.24,27.766l7.511-4.876l1.081-10.935l-8.592,4.186L13.24,27.766z"/> <path fill="%232f8c51" d="M5.728,22.89l7.511,4.876l0-11.625l-8.592-4.186L5.728,22.89z"/> <path fill="%2339b563" d="M13.24,9.088l-8.592,2.867l8.592,4.186l8.592-4.186L13.24,9.088z"/> <polygon fill="%23676767" points="5.728,22.89 13.24,18.79 13.24,16.141 4.647,11.955 "/> <polygon fill="%232f8c51" points="4.647,11.955 1.352,7.299 11.735,11.466 13.24,16.141 "/> <polygon fill="%2339b563" points="5.728,22.89 2.299,25.061 10.371,31.669 13.24,27.766 "/> </svg> ');
}
.green.icon-param-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.584,23.485 2.219,11.851 13.06,7.113 22.309,12.429 22.537,23.485 13.06,30.664 "/> <path fill="%2321663c" d="M13.061,28.155l7.59-5.75l1.093-9.315l-8.683,4.945V28.155z"/> <path fill="%232f8c51" d="M5.471,22.405l7.59,5.75v-10.12L4.378,13.09L5.471,22.405z"/> <path fill="%2339b563" d="M21.743,13.09l-8.683-3.795L4.378,13.09l8.682,4.945L21.743,13.09z"/> </svg> ');
}
.green.icon-param-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="14.498,9.748 1.99,9.748 1.99,16.863 5.496,16.863 5.496,27.986 12.992,27.986 12.992,16.863 16.498,16.863 15.466,13.844 "/> <polygon fill="%232f8c51" points="14.498,14.863 10.992,14.863 10.992,25.986 7.496,25.986 7.496,14.863 3.99,14.863 3.99,11.748 14.498,11.748 "/> </svg>');
}
.green.icon-param-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M12.125,9.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.393,10.181,13.299,9.927,12.125,9.927L12.125,9.927z"/> <path fill="%232f8c51" d="M16.861,22.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.783,21.045,16.861,21.507,16.861,22.028z"/> </svg>');
}
.green.icon-param-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000027588124517837369400000010749078437220181439_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000027588124517837369400000010749078437220181439_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.62 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.104,21.17 16.238,19.461 16.238,13.62 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.42 8.9258)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%232f8c51" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%232f8c51" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.606" fill="%232f8c51" width="9.982" height="3.133"/> </svg>');
}
.green.icon-param-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <path fill="%23FFFFFF" d="M12.822,9.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.21,10.529,15.084,9.632,12.822,9.632L12.822,9.632z"/> <path fill="%232f8c51" d="M18.237,18.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.3,15.782,18.24,17.385,18.237,18.868z M14.741,18.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.936,22.992,14.741,20.335,14.741,18.868z"/> <path fill="%232f8c51" d="M6.435,23.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.435,23.367,6.435,23.946z"/> </svg>');
}
.green.icon-param-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7427" y1="4.7023" x2="28.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000106826468170402841160000005346177015411768502_" gradientUnits="userSpaceOnUse" x1="6.8121" y1="10.0225" x2="22.6587" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000106826468170402841160000005346177015411768502_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.805,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.303,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272v-4.687H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.144 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%232f8c51" points="9.498,19.955 7.778,18.236 5.456,20.558 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.997 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%232f8c51" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329s0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309s0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.green.icon-param-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <circle fill="%23FFFFFF" cx="11.708" cy="19.285" r="8.429"/> <path fill="%232f8c51" d="M11.702,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,12.856,11.702,12.856z"/> <polygon fill="%23FFFFFF" points="15.79,23.179 10.518,19.987 10.518,14.03 12.518,14.03 12.518,18.86 16.825,21.468 "/> </svg>');
}
.green.icon-param-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="18.301,11.333 10.293,19.34 6.082,15.129 1.133,20.078 10.293,29.24 22.567,16.966 21.567,14.451 "/> <polygon fill="%232f8c51" points="10.293,26.411 3.961,20.078 6.082,17.957 10.293,22.168 19.136,13.326 21.257,15.448 "/> </svg>');
}
.green.icon-param-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M5.737,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,15.732,6.3,15.643,5.737,15.643L5.737,15.643z"/> <polygon fill="%23FFFFFF" points="15.837,15.733 15.057,15.733 12.497,15.733 12.205,15.733 11.985,15.923 9.615,17.969 9.348,18.201 9.348,18.552 9.348,21.255 9.348,22.95 10.639,21.839 11.717,20.912 11.717,25.74 11.717,26.513 12.497,26.513 15.057,26.513 15.837,26.513 15.837,25.74 15.837,16.506 15.837,15.733 "/> <path fill="%23FFFFFF" d="M20.151,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,15.732,20.714,15.643,20.151,15.643L20.151,15.643z"/> <path fill="%232f8c51" d="M9.278,22.403c0,0.548-0.096,1.041-0.287,1.476C8.8,24.314,8.54,24.674,8.21,24.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M6.742,22.418v-2.567c0-0.377-0.096-0.663-0.287-0.857 c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298c-0.191,0.199-0.287,0.482-0.287,0.849v2.567 c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C6.646,23.064,6.742,22.785,6.742,22.418z"/> <path fill="%232f8c51" d="M15.005,25.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V25.74z"/> <path fill="%232f8c51" d="M23.692,22.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M21.155,22.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,23.064,21.155,22.785,21.155,22.418z"/> <path fill="%23FFFFFF" d="M20.151,23.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,23.444,19.864,23.543,20.151,23.543"/> </svg> ');
}
.green.icon-param-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.8046" y1="2.8409" x2="30.0211" y2="21.0573"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.05,1.682c-0.658,0.349-1.357,0.634-2.033,0.946c5.296-1.588,10.398,4.241,12.605,8.211 c2.13,3.831,4.368,11.345,0.174,14.759c1.618-1.111,3.253-2.048,4.041-3.958c1.264-3.063,0.514-6.773-0.666-9.74 c-1.191-2.996-3.11-5.868-5.583-7.955C20.361,2.065,16.956,0.288,14.05,1.682"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9783" y1="7.9716" x2="24.2606" y2="23.2538"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.744,6.31c-2.735,4.025,0.023,10.325,2.501,13.725c2.07,2.841,7.817,7.707,10.795,3.311 c-4.127,0.704-7.778-3.446-9.622-6.709c-1.864-3.301-3.517-8.728-0.765-12.015C12.484,4.621,11.392,5.356,10.744,6.31"/> <path fill="%23999999" d="M11.851,2.69c-4.006,2.294-2.88,8.563-1.568,12.059c1.52,4.049,4.334,8.104,8.171,10.25 c1.804,1.009,4.107,1.687,6.096,0.784c1.748-0.793,2.675-2.69,2.977-4.499c0.74-4.425-1.239-9.223-3.728-12.782 C21.487,5.195,16.288,0.165,11.851,2.69z M25.378,21.086c-1.632,5.183-7.348,2.672-10.041-0.135 c-3.104-3.236-5.789-8.662-4.527-13.226c1.492-5.418,7.384-2.849,10.09-0.025C23.98,10.913,26.81,16.538,25.378,21.086z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.7425" y1="5.7023" x2="24.6318" y2="24.5916"> <stop offset="0.3945" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.071,4.501C7.389,4.863,6.664,5.158,5.963,5.482c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C14.615,4.898,11.085,3.055,8.071,4.501"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="2.8119" y1="11.0225" x2="18.6585" y2="26.8692"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="0.3802" style="stop-color:%2339b563"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M4.642,9.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C6.447,7.549,5.315,8.31,4.642,9.299"/> <path fill="%232f8c51" d="M5.791,5.546C1.637,7.925,2.804,14.425,4.165,18.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C15.783,8.144,10.392,2.927,5.791,5.546z M19.818,24.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C18.368,14.072,21.302,19.906,19.818,24.621z"/> </svg>');
}
.green.icon-param-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7422" y1="4.7025" x2="28.6314" y2="23.5917"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.084,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8115" y1="10.0227" x2="22.6582" y2="25.8693"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.642,8.3c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.311,8.642,8.3"/> <path fill="%23999999" d="M9.791,4.546c-4.154,2.379-2.987,8.879-1.626,12.505c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.782,7.144,14.392,1.927,9.791,4.546z M23.817,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.367,13.072,25.302,18.906,23.817,23.621z"/> <path fill="%23FFFFFF" d="M14.848,25.249c-1.257,0.146-2.403-0.431-3.142-0.94c-1.802-1.241-3.229-3.405-3.918-5.938 c-0.686-2.519-0.609-5.861,1.866-6.987c0.082-0.037,0.156-0.062,0.231-0.086l0.048,0.12l-0.032-0.132 c0.128-0.045,0.453-0.151,0.835-0.275c0.546-0.177,1.459-0.475,1.638-0.549c0.296-0.11,0.565-0.174,0.838-0.206 c1.972-0.229,3.68,1.268,4.324,1.922c1.168,1.19,2.094,2.808,2.608,4.557c0.443,1.514,0.769,3.702-0.195,5.532 c-0.475,0.903-1.717,1.548-3.291,2.296c-0.243,0.116-0.464,0.22-0.642,0.312l-0.092,0.048l-1.034-1.717l0.446,0.78l0.067,0.075 l0.425,0.905c-0.115,0.056-0.198,0.093-0.285,0.124C15.316,25.169,15.085,25.222,14.848,25.249z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-22.8366" y1="-55.8517" x2="-22.8366" y2="-42.8748" gradientTransform="matrix(0.9933 -0.1152 0.1152 0.9933 43.4992 63.9759)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="0.2588" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.759,11.386c-0.337,0.141-2.18,0.723-2.525,0.845c2.657-0.533,4.435,2.695,5.331,4.733 c0.865,1.967,2.025,5.636-0.178,7.111c0.841-0.469,3.205-1.377,3.677-2.273c0.757-1.437,0.56-3.282,0.12-4.784 c-0.444-1.517-1.25-3.006-2.362-4.138C15.822,11.861,14.241,10.838,12.759,11.386"/> <path fill="%232f8c51" d="M10.069,12.296c-2.06,0.937-1.797,4.048-1.316,5.814c0.557,2.046,1.745,4.153,3.52,5.376 c0.835,0.575,1.927,1.011,2.94,0.661c0.89-0.307,1.428-1.191,1.659-2.06c0.563-2.126-0.184-4.558-1.236-6.409 C14.657,13.959,12.349,11.266,10.069,12.296z"/> </svg> ');
}
.green.icon-param-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="4.632,7.845 4.632,26.323 21.109,26.323 21.109,19.369 17.109,19.322 17.109,13.369 11.586,13.369 11.586,7.845 11.586,7.845 "/> <polygon fill="%232f8c51" points="9.586,21.369 9.586,18.322 15.109,18.322 15.109,15.369 9.586,15.369 9.586,9.845 6.632,9.845 6.632,24.322 19.109,24.322 19.109,21.369 "/> </svg> ');
}
.green.icon-param-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="11.38,7.593 9.75,9.86 2.239,20.304 1.095,21.896 2.663,23.072 10.174,28.705 11.379,29.609 12.58,28.7 20.032,23.067 21.584,21.894 20.454,20.31 13.002,9.866 11.38,7.593 "/> <path fill="%2339b563" d="M3.863,21.472l7.511,5.633V11.027L3.863,21.472z"/> <path fill="%2321663c" d="M11.374,27.105l7.452-5.633l-7.452-10.445V27.105z"/> </svg>');
}
.green.icon-param-null{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7493" y1="4.7023" x2="28.6385" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.078,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.622,3.898,15.091,2.055,12.078,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8186" y1="10.0225" x2="22.6653" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.649,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.454,6.549,9.322,7.31,8.649,8.299"/> <path fill="%23999999" d="M9.798,4.546C5.643,6.925,6.811,13.425,8.172,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.789,7.144,14.399,1.927,9.798,4.546z M23.824,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.374,13.072,25.309,18.906,23.824,23.621z"/> <circle fill="%23FFFFFF" cx="11.715" cy="19.285" r="8.429"/> <path fill="%232f8c51" d="M11.709,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.264,12.856,11.709,12.856z"/> <path fill="%23FFFFFF" d="M11.709,23.714c-2.438,0-4.423-1.987-4.423-4.429s1.984-4.43,4.423-4.43c2.445,0,4.436,1.987,4.436,4.43 S14.154,23.714,11.709,23.714z"/> <rect x="3.473" y="18.42" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -10.3397 13.8769)" fill="%232f8c51" width="16.216" height="2"/> </svg>');
}
.lightGreen.icon-param-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.lightGreen.icon-param-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="0.3802" style="stop-color:%2300e500"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%2300b200" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.lightGreen.icon-param-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7427" y1="4.7023" x2="29.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8121" y1="10.0225" x2="23.6588" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.805,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.303,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.57,23.214 3.273,20.697 0.88,21.7 2.55,11.354 13.146,6.75 21.943,12.135 24.196,18.077 23.188,19.264 22.722,23.214 13.146,30.423 "/> <path fill="%23009900" d="M13.146,27.92l7.69-5.789l1.107-9.379l-8.797,4.979V27.92z"/> <path fill="%2300b200" d="M5.456,22.131l7.69,5.789V17.731l-8.797-4.979L5.456,22.131z"/> <path fill="%23676767" d="M13.146,17.731v-8.8l-8.797,3.821L13.146,17.731z"/> <path fill="%23999999" d="M21.303,18.174l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L21.303,18.174z"/> <path fill="%23333333" d="M3.428,18.464l1.598-0.67l-0.677-5.042L3.428,18.464z"/> <path fill="%23CCCCCC" d="M21.943,12.752l-8.797-3.821l0,5.953l0,2.847L21.943,12.752z"/> </svg> ');
}
.lightGreen.icon-param-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6586" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="0.079,24.834 3.617,21.86 2.709,12.679 0.316,9.298 0.456,4.785 9.246,8.312 13.24,6.98 21.987,11.955 22.646,24.044 12.686,30.493 10.332,32 7.296,31.999 "/> <path fill="%23009900" d="M13.24,27.766l7.511-4.876l1.081-10.935l-8.592,4.186L13.24,27.766z"/> <path fill="%2300b200" d="M5.728,22.89l7.511,4.876l0-11.625l-8.592-4.186L5.728,22.89z"/> <path fill="%2300e500" d="M13.24,9.088l-8.592,2.867l8.592,4.186l8.592-4.186L13.24,9.088z"/> <polygon fill="%23676767" points="5.728,22.89 13.24,18.79 13.24,16.141 4.647,11.955 "/> <polygon fill="%2300b200" points="4.647,11.955 1.352,7.299 11.735,11.466 13.24,16.141 "/> <polygon fill="%2300e500" points="5.728,22.89 2.299,25.061 10.371,31.669 13.24,27.766 "/> </svg> ');
}
.lightGreen.icon-param-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.584,23.485 2.219,11.851 13.06,7.113 22.309,12.429 22.537,23.485 13.06,30.664 "/> <path fill="%23009900" d="M13.061,28.155l7.59-5.75l1.093-9.315l-8.683,4.945V28.155z"/> <path fill="%2300b200" d="M5.471,22.405l7.59,5.75v-10.12L4.378,13.09L5.471,22.405z"/> <path fill="%2300e500" d="M21.743,13.09l-8.683-3.795L4.378,13.09l8.682,4.945L21.743,13.09z"/> </svg> ');
}
.lightGreen.icon-param-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="14.498,9.748 1.99,9.748 1.99,16.863 5.496,16.863 5.496,27.986 12.992,27.986 12.992,16.863 16.498,16.863 15.466,13.844 "/> <polygon fill="%2300b200" points="14.498,14.863 10.992,14.863 10.992,25.986 7.496,25.986 7.496,14.863 3.99,14.863 3.99,11.748 14.498,11.748 "/> </svg>');
}
.lightGreen.icon-param-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M12.125,9.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.393,10.181,13.299,9.927,12.125,9.927L12.125,9.927z"/> <path fill="%2300b200" d="M16.861,22.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.783,21.045,16.861,21.507,16.861,22.028z"/> </svg>');
}
.lightGreen.icon-param-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000027588124517837369400000010749078437220181439_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000027588124517837369400000010749078437220181439_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.62 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.104,21.17 16.238,19.461 16.238,13.62 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.42 8.9258)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%2300b200" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%2300b200" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.606" fill="%2300b200" width="9.982" height="3.133"/> </svg>');
}
.lightGreen.icon-param-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <path fill="%23FFFFFF" d="M12.822,9.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.21,10.529,15.084,9.632,12.822,9.632L12.822,9.632z"/> <path fill="%2300b200" d="M18.237,18.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.3,15.782,18.24,17.385,18.237,18.868z M14.741,18.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.936,22.992,14.741,20.335,14.741,18.868z"/> <path fill="%2300b200" d="M6.435,23.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.435,23.367,6.435,23.946z"/> </svg>');
}
.lightGreen.icon-param-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7427" y1="4.7023" x2="28.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000106826468170402841160000005346177015411768502_" gradientUnits="userSpaceOnUse" x1="6.8121" y1="10.0225" x2="22.6587" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000106826468170402841160000005346177015411768502_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.805,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.303,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272v-4.687H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.144 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%2300b200" points="9.498,19.955 7.778,18.236 5.456,20.558 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.997 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%2300b200" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329s0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309s0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.lightGreen.icon-param-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <circle fill="%23FFFFFF" cx="11.708" cy="19.285" r="8.429"/> <path fill="%2300b200" d="M11.702,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,12.856,11.702,12.856z"/> <polygon fill="%23FFFFFF" points="15.79,23.179 10.518,19.987 10.518,14.03 12.518,14.03 12.518,18.86 16.825,21.468 "/> </svg>');
}
.lightGreen.icon-param-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="18.301,11.333 10.293,19.34 6.082,15.129 1.133,20.078 10.293,29.24 22.567,16.966 21.567,14.451 "/> <polygon fill="%2300b200" points="10.293,26.411 3.961,20.078 6.082,17.957 10.293,22.168 19.136,13.326 21.257,15.448 "/> </svg>');
}
.lightGreen.icon-param-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M5.737,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,15.732,6.3,15.643,5.737,15.643L5.737,15.643z"/> <polygon fill="%23FFFFFF" points="15.837,15.733 15.057,15.733 12.497,15.733 12.205,15.733 11.985,15.923 9.615,17.969 9.348,18.201 9.348,18.552 9.348,21.255 9.348,22.95 10.639,21.839 11.717,20.912 11.717,25.74 11.717,26.513 12.497,26.513 15.057,26.513 15.837,26.513 15.837,25.74 15.837,16.506 15.837,15.733 "/> <path fill="%23FFFFFF" d="M20.151,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,15.732,20.714,15.643,20.151,15.643L20.151,15.643z"/> <path fill="%2300b200" d="M9.278,22.403c0,0.548-0.096,1.041-0.287,1.476C8.8,24.314,8.54,24.674,8.21,24.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M6.742,22.418v-2.567c0-0.377-0.096-0.663-0.287-0.857 c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298c-0.191,0.199-0.287,0.482-0.287,0.849v2.567 c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C6.646,23.064,6.742,22.785,6.742,22.418z"/> <path fill="%2300b200" d="M15.005,25.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V25.74z"/> <path fill="%2300b200" d="M23.692,22.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M21.155,22.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,23.064,21.155,22.785,21.155,22.418z"/> <path fill="%23FFFFFF" d="M20.151,23.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,23.444,19.864,23.543,20.151,23.543"/> </svg> ');
}
.lightGreen.icon-param-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.8046" y1="2.8409" x2="30.0211" y2="21.0573"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.05,1.682c-0.658,0.349-1.357,0.634-2.033,0.946c5.296-1.588,10.398,4.241,12.605,8.211 c2.13,3.831,4.368,11.345,0.174,14.759c1.618-1.111,3.253-2.048,4.041-3.958c1.264-3.063,0.514-6.773-0.666-9.74 c-1.191-2.996-3.11-5.868-5.583-7.955C20.361,2.065,16.956,0.288,14.05,1.682"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9783" y1="7.9716" x2="24.2606" y2="23.2538"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.744,6.31c-2.735,4.025,0.023,10.325,2.501,13.725c2.07,2.841,7.817,7.707,10.795,3.311 c-4.127,0.704-7.778-3.446-9.622-6.709c-1.864-3.301-3.517-8.728-0.765-12.015C12.484,4.621,11.392,5.356,10.744,6.31"/> <path fill="%23999999" d="M11.851,2.69c-4.006,2.294-2.88,8.563-1.568,12.059c1.52,4.049,4.334,8.104,8.171,10.25 c1.804,1.009,4.107,1.687,6.096,0.784c1.748-0.793,2.675-2.69,2.977-4.499c0.74-4.425-1.239-9.223-3.728-12.782 C21.487,5.195,16.288,0.165,11.851,2.69z M25.378,21.086c-1.632,5.183-7.348,2.672-10.041-0.135 c-3.104-3.236-5.789-8.662-4.527-13.226c1.492-5.418,7.384-2.849,10.09-0.025C23.98,10.913,26.81,16.538,25.378,21.086z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.7425" y1="5.7023" x2="24.6318" y2="24.5916"> <stop offset="0.3945" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.071,4.501C7.389,4.863,6.664,5.158,5.963,5.482c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C14.615,4.898,11.085,3.055,8.071,4.501"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="2.8119" y1="11.0225" x2="18.6585" y2="26.8692"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="0.3802" style="stop-color:%2300e500"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M4.642,9.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C6.447,7.549,5.315,8.31,4.642,9.299"/> <path fill="%2300b200" d="M5.791,5.546C1.637,7.925,2.804,14.425,4.165,18.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C15.783,8.144,10.392,2.927,5.791,5.546z M19.818,24.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C18.368,14.072,21.302,19.906,19.818,24.621z"/> </svg>');
}
.lightGreen.icon-param-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7422" y1="4.7025" x2="28.6314" y2="23.5917"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.084,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8115" y1="10.0227" x2="22.6582" y2="25.8693"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.642,8.3c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.311,8.642,8.3"/> <path fill="%23999999" d="M9.791,4.546c-4.154,2.379-2.987,8.879-1.626,12.505c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.782,7.144,14.392,1.927,9.791,4.546z M23.817,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.367,13.072,25.302,18.906,23.817,23.621z"/> <path fill="%23FFFFFF" d="M14.848,25.249c-1.257,0.146-2.403-0.431-3.142-0.94c-1.802-1.241-3.229-3.405-3.918-5.938 c-0.686-2.519-0.609-5.861,1.866-6.987c0.082-0.037,0.156-0.062,0.231-0.086l0.048,0.12l-0.032-0.132 c0.128-0.045,0.453-0.151,0.835-0.275c0.546-0.177,1.459-0.475,1.638-0.549c0.296-0.11,0.565-0.174,0.838-0.206 c1.972-0.229,3.68,1.268,4.324,1.922c1.168,1.19,2.094,2.808,2.608,4.557c0.443,1.514,0.769,3.702-0.195,5.532 c-0.475,0.903-1.717,1.548-3.291,2.296c-0.243,0.116-0.464,0.22-0.642,0.312l-0.092,0.048l-1.034-1.717l0.446,0.78l0.067,0.075 l0.425,0.905c-0.115,0.056-0.198,0.093-0.285,0.124C15.316,25.169,15.085,25.222,14.848,25.249z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-22.8366" y1="-55.8517" x2="-22.8366" y2="-42.8748" gradientTransform="matrix(0.9933 -0.1152 0.1152 0.9933 43.4992 63.9759)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="0.2588" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.759,11.386c-0.337,0.141-2.18,0.723-2.525,0.845c2.657-0.533,4.435,2.695,5.331,4.733 c0.865,1.967,2.025,5.636-0.178,7.111c0.841-0.469,3.205-1.377,3.677-2.273c0.757-1.437,0.56-3.282,0.12-4.784 c-0.444-1.517-1.25-3.006-2.362-4.138C15.822,11.861,14.241,10.838,12.759,11.386"/> <path fill="%2300b200" d="M10.069,12.296c-2.06,0.937-1.797,4.048-1.316,5.814c0.557,2.046,1.745,4.153,3.52,5.376 c0.835,0.575,1.927,1.011,2.94,0.661c0.89-0.307,1.428-1.191,1.659-2.06c0.563-2.126-0.184-4.558-1.236-6.409 C14.657,13.959,12.349,11.266,10.069,12.296z"/> </svg> ');
}
.lightGreen.icon-param-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="4.632,7.845 4.632,26.323 21.109,26.323 21.109,19.369 17.109,19.322 17.109,13.369 11.586,13.369 11.586,7.845 11.586,7.845 "/> <polygon fill="%2300b200" points="9.586,21.369 9.586,18.322 15.109,18.322 15.109,15.369 9.586,15.369 9.586,9.845 6.632,9.845 6.632,24.322 19.109,24.322 19.109,21.369 "/> </svg> ');
}
.lightGreen.icon-param-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="11.38,7.593 9.75,9.86 2.239,20.304 1.095,21.896 2.663,23.072 10.174,28.705 11.379,29.609 12.58,28.7 20.032,23.067 21.584,21.894 20.454,20.31 13.002,9.866 11.38,7.593 "/> <path fill="%2300e500" d="M3.863,21.472l7.511,5.633V11.027L3.863,21.472z"/> <path fill="%23009900" d="M11.374,27.105l7.452-5.633l-7.452-10.445V27.105z"/> </svg>');
}
.lightGreen.icon-param-null{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7493" y1="4.7023" x2="28.6385" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.078,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.622,3.898,15.091,2.055,12.078,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8186" y1="10.0225" x2="22.6653" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.649,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.454,6.549,9.322,7.31,8.649,8.299"/> <path fill="%23999999" d="M9.798,4.546C5.643,6.925,6.811,13.425,8.172,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.789,7.144,14.399,1.927,9.798,4.546z M23.824,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.374,13.072,25.309,18.906,23.824,23.621z"/> <circle fill="%23FFFFFF" cx="11.715" cy="19.285" r="8.429"/> <path fill="%2300b200" d="M11.709,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.264,12.856,11.709,12.856z"/> <path fill="%23FFFFFF" d="M11.709,23.714c-2.438,0-4.423-1.987-4.423-4.429s1.984-4.43,4.423-4.43c2.445,0,4.436,1.987,4.436,4.43 S14.154,23.714,11.709,23.714z"/> <rect x="3.473" y="18.42" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -10.3397 13.8769)" fill="%2300b200" width="16.216" height="2"/> </svg>');
}
.yellow.icon-param-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.yellow.icon-param-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="0.3802" style="stop-color:%23f9e100"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23ccaa00" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.yellow.icon-param-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7427" y1="4.7023" x2="29.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8121" y1="10.0225" x2="23.6588" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.805,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.303,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.57,23.214 3.273,20.697 0.88,21.7 2.55,11.354 13.146,6.75 21.943,12.135 24.196,18.077 23.188,19.264 22.722,23.214 13.146,30.423 "/> <path fill="%23a58d00" d="M13.146,27.92l7.69-5.789l1.107-9.379l-8.797,4.979V27.92z"/> <path fill="%23ccaa00" d="M5.456,22.131l7.69,5.789V17.731l-8.797-4.979L5.456,22.131z"/> <path fill="%23676767" d="M13.146,17.731v-8.8l-8.797,3.821L13.146,17.731z"/> <path fill="%23999999" d="M21.303,18.174l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L21.303,18.174z"/> <path fill="%23333333" d="M3.428,18.464l1.598-0.67l-0.677-5.042L3.428,18.464z"/> <path fill="%23CCCCCC" d="M21.943,12.752l-8.797-3.821l0,5.953l0,2.847L21.943,12.752z"/> </svg> ');
}
.yellow.icon-param-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6586" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="0.079,24.834 3.617,21.86 2.709,12.679 0.316,9.298 0.456,4.785 9.246,8.312 13.24,6.98 21.987,11.955 22.646,24.044 12.686,30.493 10.332,32 7.296,31.999 "/> <path fill="%23a58d00" d="M13.24,27.766l7.511-4.876l1.081-10.935l-8.592,4.186L13.24,27.766z"/> <path fill="%23ccaa00" d="M5.728,22.89l7.511,4.876l0-11.625l-8.592-4.186L5.728,22.89z"/> <path fill="%23f9e100" d="M13.24,9.088l-8.592,2.867l8.592,4.186l8.592-4.186L13.24,9.088z"/> <polygon fill="%23676767" points="5.728,22.89 13.24,18.79 13.24,16.141 4.647,11.955 "/> <polygon fill="%23ccaa00" points="4.647,11.955 1.352,7.299 11.735,11.466 13.24,16.141 "/> <polygon fill="%23f9e100" points="5.728,22.89 2.299,25.061 10.371,31.669 13.24,27.766 "/> </svg> ');
}
.yellow.icon-param-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.584,23.485 2.219,11.851 13.06,7.113 22.309,12.429 22.537,23.485 13.06,30.664 "/> <path fill="%23a58d00" d="M13.061,28.155l7.59-5.75l1.093-9.315l-8.683,4.945V28.155z"/> <path fill="%23ccaa00" d="M5.471,22.405l7.59,5.75v-10.12L4.378,13.09L5.471,22.405z"/> <path fill="%23f9e100" d="M21.743,13.09l-8.683-3.795L4.378,13.09l8.682,4.945L21.743,13.09z"/> </svg> ');
}
.yellow.icon-param-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="14.498,9.748 1.99,9.748 1.99,16.863 5.496,16.863 5.496,27.986 12.992,27.986 12.992,16.863 16.498,16.863 15.466,13.844 "/> <polygon fill="%23ccaa00" points="14.498,14.863 10.992,14.863 10.992,25.986 7.496,25.986 7.496,14.863 3.99,14.863 3.99,11.748 14.498,11.748 "/> </svg>');
}
.yellow.icon-param-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M12.125,9.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.393,10.181,13.299,9.927,12.125,9.927L12.125,9.927z"/> <path fill="%23ccaa00" d="M16.861,22.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.783,21.045,16.861,21.507,16.861,22.028z"/> </svg>');
}
.yellow.icon-param-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000027588124517837369400000010749078437220181439_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000027588124517837369400000010749078437220181439_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.62 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.104,21.17 16.238,19.461 16.238,13.62 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.42 8.9258)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23ccaa00" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23ccaa00" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.606" fill="%23ccaa00" width="9.982" height="3.133"/> </svg>');
}
.yellow.icon-param-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <path fill="%23FFFFFF" d="M12.822,9.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.21,10.529,15.084,9.632,12.822,9.632L12.822,9.632z"/> <path fill="%23ccaa00" d="M18.237,18.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.3,15.782,18.24,17.385,18.237,18.868z M14.741,18.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.936,22.992,14.741,20.335,14.741,18.868z"/> <path fill="%23ccaa00" d="M6.435,23.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.435,23.367,6.435,23.946z"/> </svg>');
}
.yellow.icon-param-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7427" y1="4.7023" x2="28.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000106826468170402841160000005346177015411768502_" gradientUnits="userSpaceOnUse" x1="6.8121" y1="10.0225" x2="22.6587" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000106826468170402841160000005346177015411768502_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.805,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.303,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272v-4.687H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.144 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%23ccaa00" points="9.498,19.955 7.778,18.236 5.456,20.558 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.997 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%23ccaa00" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329s0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309s0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.yellow.icon-param-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <circle fill="%23FFFFFF" cx="11.708" cy="19.285" r="8.429"/> <path fill="%23ccaa00" d="M11.702,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,12.856,11.702,12.856z"/> <polygon fill="%23FFFFFF" points="15.79,23.179 10.518,19.987 10.518,14.03 12.518,14.03 12.518,18.86 16.825,21.468 "/> </svg>');
}
.yellow.icon-param-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="18.301,11.333 10.293,19.34 6.082,15.129 1.133,20.078 10.293,29.24 22.567,16.966 21.567,14.451 "/> <polygon fill="%23ccaa00" points="10.293,26.411 3.961,20.078 6.082,17.957 10.293,22.168 19.136,13.326 21.257,15.448 "/> </svg>');
}
.yellow.icon-param-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M5.737,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,15.732,6.3,15.643,5.737,15.643L5.737,15.643z"/> <polygon fill="%23FFFFFF" points="15.837,15.733 15.057,15.733 12.497,15.733 12.205,15.733 11.985,15.923 9.615,17.969 9.348,18.201 9.348,18.552 9.348,21.255 9.348,22.95 10.639,21.839 11.717,20.912 11.717,25.74 11.717,26.513 12.497,26.513 15.057,26.513 15.837,26.513 15.837,25.74 15.837,16.506 15.837,15.733 "/> <path fill="%23FFFFFF" d="M20.151,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,15.732,20.714,15.643,20.151,15.643L20.151,15.643z"/> <path fill="%23ccaa00" d="M9.278,22.403c0,0.548-0.096,1.041-0.287,1.476C8.8,24.314,8.54,24.674,8.21,24.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M6.742,22.418v-2.567c0-0.377-0.096-0.663-0.287-0.857 c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298c-0.191,0.199-0.287,0.482-0.287,0.849v2.567 c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C6.646,23.064,6.742,22.785,6.742,22.418z"/> <path fill="%23ccaa00" d="M15.005,25.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V25.74z"/> <path fill="%23ccaa00" d="M23.692,22.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M21.155,22.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,23.064,21.155,22.785,21.155,22.418z"/> <path fill="%23FFFFFF" d="M20.151,23.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,23.444,19.864,23.543,20.151,23.543"/> </svg> ');
}
.yellow.icon-param-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.8046" y1="2.8409" x2="30.0211" y2="21.0573"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.05,1.682c-0.658,0.349-1.357,0.634-2.033,0.946c5.296-1.588,10.398,4.241,12.605,8.211 c2.13,3.831,4.368,11.345,0.174,14.759c1.618-1.111,3.253-2.048,4.041-3.958c1.264-3.063,0.514-6.773-0.666-9.74 c-1.191-2.996-3.11-5.868-5.583-7.955C20.361,2.065,16.956,0.288,14.05,1.682"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9783" y1="7.9716" x2="24.2606" y2="23.2538"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.744,6.31c-2.735,4.025,0.023,10.325,2.501,13.725c2.07,2.841,7.817,7.707,10.795,3.311 c-4.127,0.704-7.778-3.446-9.622-6.709c-1.864-3.301-3.517-8.728-0.765-12.015C12.484,4.621,11.392,5.356,10.744,6.31"/> <path fill="%23999999" d="M11.851,2.69c-4.006,2.294-2.88,8.563-1.568,12.059c1.52,4.049,4.334,8.104,8.171,10.25 c1.804,1.009,4.107,1.687,6.096,0.784c1.748-0.793,2.675-2.69,2.977-4.499c0.74-4.425-1.239-9.223-3.728-12.782 C21.487,5.195,16.288,0.165,11.851,2.69z M25.378,21.086c-1.632,5.183-7.348,2.672-10.041-0.135 c-3.104-3.236-5.789-8.662-4.527-13.226c1.492-5.418,7.384-2.849,10.09-0.025C23.98,10.913,26.81,16.538,25.378,21.086z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.7425" y1="5.7023" x2="24.6318" y2="24.5916"> <stop offset="0.3945" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.071,4.501C7.389,4.863,6.664,5.158,5.963,5.482c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C14.615,4.898,11.085,3.055,8.071,4.501"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="2.8119" y1="11.0225" x2="18.6585" y2="26.8692"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="0.3802" style="stop-color:%23f9e100"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M4.642,9.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C6.447,7.549,5.315,8.31,4.642,9.299"/> <path fill="%23ccaa00" d="M5.791,5.546C1.637,7.925,2.804,14.425,4.165,18.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C15.783,8.144,10.392,2.927,5.791,5.546z M19.818,24.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C18.368,14.072,21.302,19.906,19.818,24.621z"/> </svg>');
}
.yellow.icon-param-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7422" y1="4.7025" x2="28.6314" y2="23.5917"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.084,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8115" y1="10.0227" x2="22.6582" y2="25.8693"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.642,8.3c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.311,8.642,8.3"/> <path fill="%23999999" d="M9.791,4.546c-4.154,2.379-2.987,8.879-1.626,12.505c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.782,7.144,14.392,1.927,9.791,4.546z M23.817,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.367,13.072,25.302,18.906,23.817,23.621z"/> <path fill="%23FFFFFF" d="M14.848,25.249c-1.257,0.146-2.403-0.431-3.142-0.94c-1.802-1.241-3.229-3.405-3.918-5.938 c-0.686-2.519-0.609-5.861,1.866-6.987c0.082-0.037,0.156-0.062,0.231-0.086l0.048,0.12l-0.032-0.132 c0.128-0.045,0.453-0.151,0.835-0.275c0.546-0.177,1.459-0.475,1.638-0.549c0.296-0.11,0.565-0.174,0.838-0.206 c1.972-0.229,3.68,1.268,4.324,1.922c1.168,1.19,2.094,2.808,2.608,4.557c0.443,1.514,0.769,3.702-0.195,5.532 c-0.475,0.903-1.717,1.548-3.291,2.296c-0.243,0.116-0.464,0.22-0.642,0.312l-0.092,0.048l-1.034-1.717l0.446,0.78l0.067,0.075 l0.425,0.905c-0.115,0.056-0.198,0.093-0.285,0.124C15.316,25.169,15.085,25.222,14.848,25.249z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-22.8366" y1="-55.8517" x2="-22.8366" y2="-42.8748" gradientTransform="matrix(0.9933 -0.1152 0.1152 0.9933 43.4992 63.9759)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="0.2588" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.759,11.386c-0.337,0.141-2.18,0.723-2.525,0.845c2.657-0.533,4.435,2.695,5.331,4.733 c0.865,1.967,2.025,5.636-0.178,7.111c0.841-0.469,3.205-1.377,3.677-2.273c0.757-1.437,0.56-3.282,0.12-4.784 c-0.444-1.517-1.25-3.006-2.362-4.138C15.822,11.861,14.241,10.838,12.759,11.386"/> <path fill="%23ccaa00" d="M10.069,12.296c-2.06,0.937-1.797,4.048-1.316,5.814c0.557,2.046,1.745,4.153,3.52,5.376 c0.835,0.575,1.927,1.011,2.94,0.661c0.89-0.307,1.428-1.191,1.659-2.06c0.563-2.126-0.184-4.558-1.236-6.409 C14.657,13.959,12.349,11.266,10.069,12.296z"/> </svg> ');
}
.yellow.icon-param-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="4.632,7.845 4.632,26.323 21.109,26.323 21.109,19.369 17.109,19.322 17.109,13.369 11.586,13.369 11.586,7.845 11.586,7.845 "/> <polygon fill="%23ccaa00" points="9.586,21.369 9.586,18.322 15.109,18.322 15.109,15.369 9.586,15.369 9.586,9.845 6.632,9.845 6.632,24.322 19.109,24.322 19.109,21.369 "/> </svg> ');
}
.yellow.icon-param-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="11.38,7.593 9.75,9.86 2.239,20.304 1.095,21.896 2.663,23.072 10.174,28.705 11.379,29.609 12.58,28.7 20.032,23.067 21.584,21.894 20.454,20.31 13.002,9.866 11.38,7.593 "/> <path fill="%23f9e100" d="M3.863,21.472l7.511,5.633V11.027L3.863,21.472z"/> <path fill="%23a58d00" d="M11.374,27.105l7.452-5.633l-7.452-10.445V27.105z"/> </svg>');
}
.yellow.icon-param-null{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7493" y1="4.7023" x2="28.6385" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.078,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.622,3.898,15.091,2.055,12.078,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8186" y1="10.0225" x2="22.6653" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.649,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.454,6.549,9.322,7.31,8.649,8.299"/> <path fill="%23999999" d="M9.798,4.546C5.643,6.925,6.811,13.425,8.172,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.789,7.144,14.399,1.927,9.798,4.546z M23.824,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.374,13.072,25.309,18.906,23.824,23.621z"/> <circle fill="%23FFFFFF" cx="11.715" cy="19.285" r="8.429"/> <path fill="%23ccaa00" d="M11.709,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.264,12.856,11.709,12.856z"/> <path fill="%23FFFFFF" d="M11.709,23.714c-2.438,0-4.423-1.987-4.423-4.429s1.984-4.43,4.423-4.43c2.445,0,4.436,1.987,4.436,4.43 S14.154,23.714,11.709,23.714z"/> <rect x="3.473" y="18.42" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -10.3397 13.8769)" fill="%23ccaa00" width="16.216" height="2"/> </svg>');
}
.purple.icon-param-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.purple.icon-param-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="0.3802" style="stop-color:%23FF99FF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23FF66FF" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.purple.icon-param-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7427" y1="4.7023" x2="29.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8121" y1="10.0225" x2="23.6588" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.805,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.303,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.57,23.214 3.273,20.697 0.88,21.7 2.55,11.354 13.146,6.75 21.943,12.135 24.196,18.077 23.188,19.264 22.722,23.214 13.146,30.423 "/> <path fill="%23990099" d="M13.146,27.92l7.69-5.789l1.107-9.379l-8.797,4.979V27.92z"/> <path fill="%23FF66FF" d="M5.456,22.131l7.69,5.789V17.731l-8.797-4.979L5.456,22.131z"/> <path fill="%23676767" d="M13.146,17.731v-8.8l-8.797,3.821L13.146,17.731z"/> <path fill="%23999999" d="M21.303,18.174l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L21.303,18.174z"/> <path fill="%23333333" d="M3.428,18.464l1.598-0.67l-0.677-5.042L3.428,18.464z"/> <path fill="%23CCCCCC" d="M21.943,12.752l-8.797-3.821l0,5.953l0,2.847L21.943,12.752z"/> </svg> ');
}
.purple.icon-param-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6586" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="0.079,24.834 3.617,21.86 2.709,12.679 0.316,9.298 0.456,4.785 9.246,8.312 13.24,6.98 21.987,11.955 22.646,24.044 12.686,30.493 10.332,32 7.296,31.999 "/> <path fill="%23990099" d="M13.24,27.766l7.511-4.876l1.081-10.935l-8.592,4.186L13.24,27.766z"/> <path fill="%23FF66FF" d="M5.728,22.89l7.511,4.876l0-11.625l-8.592-4.186L5.728,22.89z"/> <path fill="%23FF99FF" d="M13.24,9.088l-8.592,2.867l8.592,4.186l8.592-4.186L13.24,9.088z"/> <polygon fill="%23676767" points="5.728,22.89 13.24,18.79 13.24,16.141 4.647,11.955 "/> <polygon fill="%23FF66FF" points="4.647,11.955 1.352,7.299 11.735,11.466 13.24,16.141 "/> <polygon fill="%23FF99FF" points="5.728,22.89 2.299,25.061 10.371,31.669 13.24,27.766 "/> </svg> ');
}
.purple.icon-param-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.584,23.485 2.219,11.851 13.06,7.113 22.309,12.429 22.537,23.485 13.06,30.664 "/> <path fill="%23990099" d="M13.061,28.155l7.59-5.75l1.093-9.315l-8.683,4.945V28.155z"/> <path fill="%23FF66FF" d="M5.471,22.405l7.59,5.75v-10.12L4.378,13.09L5.471,22.405z"/> <path fill="%23FF99FF" d="M21.743,13.09l-8.683-3.795L4.378,13.09l8.682,4.945L21.743,13.09z"/> </svg> ');
}
.purple.icon-param-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="14.498,9.748 1.99,9.748 1.99,16.863 5.496,16.863 5.496,27.986 12.992,27.986 12.992,16.863 16.498,16.863 15.466,13.844 "/> <polygon fill="%23FF66FF" points="14.498,14.863 10.992,14.863 10.992,25.986 7.496,25.986 7.496,14.863 3.99,14.863 3.99,11.748 14.498,11.748 "/> </svg>');
}
.purple.icon-param-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M12.125,9.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.393,10.181,13.299,9.927,12.125,9.927L12.125,9.927z"/> <path fill="%23FF66FF" d="M16.861,22.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.783,21.045,16.861,21.507,16.861,22.028z"/> </svg>');
}
.purple.icon-param-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000027588124517837369400000010749078437220181439_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000027588124517837369400000010749078437220181439_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.62 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.104,21.17 16.238,19.461 16.238,13.62 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.42 8.9258)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23FF66FF" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23FF66FF" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.606" fill="%23FF66FF" width="9.982" height="3.133"/> </svg>');
}
.purple.icon-param-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <path fill="%23FFFFFF" d="M12.822,9.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.21,10.529,15.084,9.632,12.822,9.632L12.822,9.632z"/> <path fill="%23FF66FF" d="M18.237,18.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.3,15.782,18.24,17.385,18.237,18.868z M14.741,18.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.936,22.992,14.741,20.335,14.741,18.868z"/> <path fill="%23FF66FF" d="M6.435,23.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.435,23.367,6.435,23.946z"/> </svg>');
}
.purple.icon-param-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7427" y1="4.7023" x2="28.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000106826468170402841160000005346177015411768502_" gradientUnits="userSpaceOnUse" x1="6.8121" y1="10.0225" x2="22.6587" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000106826468170402841160000005346177015411768502_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.805,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.303,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272v-4.687H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.144 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%23FF66FF" points="9.498,19.955 7.778,18.236 5.456,20.558 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.997 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%23FF66FF" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329s0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309s0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.purple.icon-param-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <circle fill="%23FFFFFF" cx="11.708" cy="19.285" r="8.429"/> <path fill="%23FF66FF" d="M11.702,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,12.856,11.702,12.856z"/> <polygon fill="%23FFFFFF" points="15.79,23.179 10.518,19.987 10.518,14.03 12.518,14.03 12.518,18.86 16.825,21.468 "/> </svg>');
}
.purple.icon-param-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="18.301,11.333 10.293,19.34 6.082,15.129 1.133,20.078 10.293,29.24 22.567,16.966 21.567,14.451 "/> <polygon fill="%23FF66FF" points="10.293,26.411 3.961,20.078 6.082,17.957 10.293,22.168 19.136,13.326 21.257,15.448 "/> </svg>');
}
.purple.icon-param-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M5.737,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,15.732,6.3,15.643,5.737,15.643L5.737,15.643z"/> <polygon fill="%23FFFFFF" points="15.837,15.733 15.057,15.733 12.497,15.733 12.205,15.733 11.985,15.923 9.615,17.969 9.348,18.201 9.348,18.552 9.348,21.255 9.348,22.95 10.639,21.839 11.717,20.912 11.717,25.74 11.717,26.513 12.497,26.513 15.057,26.513 15.837,26.513 15.837,25.74 15.837,16.506 15.837,15.733 "/> <path fill="%23FFFFFF" d="M20.151,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,15.732,20.714,15.643,20.151,15.643L20.151,15.643z"/> <path fill="%23FF66FF" d="M9.278,22.403c0,0.548-0.096,1.041-0.287,1.476C8.8,24.314,8.54,24.674,8.21,24.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M6.742,22.418v-2.567c0-0.377-0.096-0.663-0.287-0.857 c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298c-0.191,0.199-0.287,0.482-0.287,0.849v2.567 c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C6.646,23.064,6.742,22.785,6.742,22.418z"/> <path fill="%23FF66FF" d="M15.005,25.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V25.74z"/> <path fill="%23FF66FF" d="M23.692,22.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M21.155,22.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,23.064,21.155,22.785,21.155,22.418z"/> <path fill="%23FFFFFF" d="M20.151,23.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,23.444,19.864,23.543,20.151,23.543"/> </svg> ');
}
.purple.icon-param-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.8046" y1="2.8409" x2="30.0211" y2="21.0573"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.05,1.682c-0.658,0.349-1.357,0.634-2.033,0.946c5.296-1.588,10.398,4.241,12.605,8.211 c2.13,3.831,4.368,11.345,0.174,14.759c1.618-1.111,3.253-2.048,4.041-3.958c1.264-3.063,0.514-6.773-0.666-9.74 c-1.191-2.996-3.11-5.868-5.583-7.955C20.361,2.065,16.956,0.288,14.05,1.682"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9783" y1="7.9716" x2="24.2606" y2="23.2538"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.744,6.31c-2.735,4.025,0.023,10.325,2.501,13.725c2.07,2.841,7.817,7.707,10.795,3.311 c-4.127,0.704-7.778-3.446-9.622-6.709c-1.864-3.301-3.517-8.728-0.765-12.015C12.484,4.621,11.392,5.356,10.744,6.31"/> <path fill="%23999999" d="M11.851,2.69c-4.006,2.294-2.88,8.563-1.568,12.059c1.52,4.049,4.334,8.104,8.171,10.25 c1.804,1.009,4.107,1.687,6.096,0.784c1.748-0.793,2.675-2.69,2.977-4.499c0.74-4.425-1.239-9.223-3.728-12.782 C21.487,5.195,16.288,0.165,11.851,2.69z M25.378,21.086c-1.632,5.183-7.348,2.672-10.041-0.135 c-3.104-3.236-5.789-8.662-4.527-13.226c1.492-5.418,7.384-2.849,10.09-0.025C23.98,10.913,26.81,16.538,25.378,21.086z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.7425" y1="5.7023" x2="24.6318" y2="24.5916"> <stop offset="0.3945" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.071,4.501C7.389,4.863,6.664,5.158,5.963,5.482c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C14.615,4.898,11.085,3.055,8.071,4.501"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="2.8119" y1="11.0225" x2="18.6585" y2="26.8692"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="0.3802" style="stop-color:%23FF99FF"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M4.642,9.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C6.447,7.549,5.315,8.31,4.642,9.299"/> <path fill="%23FF66FF" d="M5.791,5.546C1.637,7.925,2.804,14.425,4.165,18.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C15.783,8.144,10.392,2.927,5.791,5.546z M19.818,24.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C18.368,14.072,21.302,19.906,19.818,24.621z"/> </svg>');
}
.purple.icon-param-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7422" y1="4.7025" x2="28.6314" y2="23.5917"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.084,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8115" y1="10.0227" x2="22.6582" y2="25.8693"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.642,8.3c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.311,8.642,8.3"/> <path fill="%23999999" d="M9.791,4.546c-4.154,2.379-2.987,8.879-1.626,12.505c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.782,7.144,14.392,1.927,9.791,4.546z M23.817,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.367,13.072,25.302,18.906,23.817,23.621z"/> <path fill="%23FFFFFF" d="M14.848,25.249c-1.257,0.146-2.403-0.431-3.142-0.94c-1.802-1.241-3.229-3.405-3.918-5.938 c-0.686-2.519-0.609-5.861,1.866-6.987c0.082-0.037,0.156-0.062,0.231-0.086l0.048,0.12l-0.032-0.132 c0.128-0.045,0.453-0.151,0.835-0.275c0.546-0.177,1.459-0.475,1.638-0.549c0.296-0.11,0.565-0.174,0.838-0.206 c1.972-0.229,3.68,1.268,4.324,1.922c1.168,1.19,2.094,2.808,2.608,4.557c0.443,1.514,0.769,3.702-0.195,5.532 c-0.475,0.903-1.717,1.548-3.291,2.296c-0.243,0.116-0.464,0.22-0.642,0.312l-0.092,0.048l-1.034-1.717l0.446,0.78l0.067,0.075 l0.425,0.905c-0.115,0.056-0.198,0.093-0.285,0.124C15.316,25.169,15.085,25.222,14.848,25.249z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-22.8366" y1="-55.8517" x2="-22.8366" y2="-42.8748" gradientTransform="matrix(0.9933 -0.1152 0.1152 0.9933 43.4992 63.9759)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="0.2588" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.759,11.386c-0.337,0.141-2.18,0.723-2.525,0.845c2.657-0.533,4.435,2.695,5.331,4.733 c0.865,1.967,2.025,5.636-0.178,7.111c0.841-0.469,3.205-1.377,3.677-2.273c0.757-1.437,0.56-3.282,0.12-4.784 c-0.444-1.517-1.25-3.006-2.362-4.138C15.822,11.861,14.241,10.838,12.759,11.386"/> <path fill="%23FF66FF" d="M10.069,12.296c-2.06,0.937-1.797,4.048-1.316,5.814c0.557,2.046,1.745,4.153,3.52,5.376 c0.835,0.575,1.927,1.011,2.94,0.661c0.89-0.307,1.428-1.191,1.659-2.06c0.563-2.126-0.184-4.558-1.236-6.409 C14.657,13.959,12.349,11.266,10.069,12.296z"/> </svg> ');
}
.purple.icon-param-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="4.632,7.845 4.632,26.323 21.109,26.323 21.109,19.369 17.109,19.322 17.109,13.369 11.586,13.369 11.586,7.845 11.586,7.845 "/> <polygon fill="%23FF66FF" points="9.586,21.369 9.586,18.322 15.109,18.322 15.109,15.369 9.586,15.369 9.586,9.845 6.632,9.845 6.632,24.322 19.109,24.322 19.109,21.369 "/> </svg> ');
}
.purple.icon-param-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="11.38,7.593 9.75,9.86 2.239,20.304 1.095,21.896 2.663,23.072 10.174,28.705 11.379,29.609 12.58,28.7 20.032,23.067 21.584,21.894 20.454,20.31 13.002,9.866 11.38,7.593 "/> <path fill="%23FF99FF" d="M3.863,21.472l7.511,5.633V11.027L3.863,21.472z"/> <path fill="%23990099" d="M11.374,27.105l7.452-5.633l-7.452-10.445V27.105z"/> </svg>');
}
.purple.icon-param-null{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7493" y1="4.7023" x2="28.6385" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.078,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.622,3.898,15.091,2.055,12.078,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8186" y1="10.0225" x2="22.6653" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.649,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.454,6.549,9.322,7.31,8.649,8.299"/> <path fill="%23999999" d="M9.798,4.546C5.643,6.925,6.811,13.425,8.172,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.789,7.144,14.399,1.927,9.798,4.546z M23.824,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.374,13.072,25.309,18.906,23.824,23.621z"/> <circle fill="%23FFFFFF" cx="11.715" cy="19.285" r="8.429"/> <path fill="%23FF66FF" d="M11.709,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.264,12.856,11.709,12.856z"/> <path fill="%23FFFFFF" d="M11.709,23.714c-2.438,0-4.423-1.987-4.423-4.429s1.984-4.43,4.423-4.43c2.445,0,4.436,1.987,4.436,4.43 S14.154,23.714,11.709,23.714z"/> <rect x="3.473" y="18.42" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -10.3397 13.8769)" fill="%23FF66FF" width="16.216" height="2"/> </svg>');
}
.grey.icon-param-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.grey.icon-param-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.grey.icon-param-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7427" y1="4.7023" x2="29.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8121" y1="10.0225" x2="23.6588" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.805,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.303,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.57,23.214 3.273,20.697 0.88,21.7 2.55,11.354 13.146,6.75 21.943,12.135 24.196,18.077 23.188,19.264 22.722,23.214 13.146,30.423 "/> <path fill="%23676767" d="M13.146,27.92l7.69-5.789l1.107-9.379l-8.797,4.979V27.92z"/> <path fill="%23999999" d="M5.456,22.131l7.69,5.789V17.731l-8.797-4.979L5.456,22.131z"/> <path fill="%23676767" d="M13.146,17.731v-8.8l-8.797,3.821L13.146,17.731z"/> <path fill="%23999999" d="M21.303,18.174l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L21.303,18.174z"/> <path fill="%23333333" d="M3.428,18.464l1.598-0.67l-0.677-5.042L3.428,18.464z"/> <path fill="%23CCCCCC" d="M21.943,12.752l-8.797-3.821l0,5.953l0,2.847L21.943,12.752z"/> </svg> ');
}
.grey.icon-param-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6586" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="0.079,24.834 3.617,21.86 2.709,12.679 0.316,9.298 0.456,4.785 9.246,8.312 13.24,6.98 21.987,11.955 22.646,24.044 12.686,30.493 10.332,32 7.296,31.999 "/> <path fill="%23676767" d="M13.24,27.766l7.511-4.876l1.081-10.935l-8.592,4.186L13.24,27.766z"/> <path fill="%23999999" d="M5.728,22.89l7.511,4.876l0-11.625l-8.592-4.186L5.728,22.89z"/> <path fill="%23CCCCCC" d="M13.24,9.088l-8.592,2.867l8.592,4.186l8.592-4.186L13.24,9.088z"/> <polygon fill="%23676767" points="5.728,22.89 13.24,18.79 13.24,16.141 4.647,11.955 "/> <polygon fill="%23999999" points="4.647,11.955 1.352,7.299 11.735,11.466 13.24,16.141 "/> <polygon fill="%23CCCCCC" points="5.728,22.89 2.299,25.061 10.371,31.669 13.24,27.766 "/> </svg> ');
}
.grey.icon-param-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.584,23.485 2.219,11.851 13.06,7.113 22.309,12.429 22.537,23.485 13.06,30.664 "/> <path fill="%23676767" d="M13.061,28.155l7.59-5.75l1.093-9.315l-8.683,4.945V28.155z"/> <path fill="%23999999" d="M5.471,22.405l7.59,5.75v-10.12L4.378,13.09L5.471,22.405z"/> <path fill="%23CCCCCC" d="M21.743,13.09l-8.683-3.795L4.378,13.09l8.682,4.945L21.743,13.09z"/> </svg> ');
}
.grey.icon-param-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="14.498,9.748 1.99,9.748 1.99,16.863 5.496,16.863 5.496,27.986 12.992,27.986 12.992,16.863 16.498,16.863 15.466,13.844 "/> <polygon fill="%23999999" points="14.498,14.863 10.992,14.863 10.992,25.986 7.496,25.986 7.496,14.863 3.99,14.863 3.99,11.748 14.498,11.748 "/> </svg>');
}
.grey.icon-param-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M12.125,9.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.393,10.181,13.299,9.927,12.125,9.927L12.125,9.927z"/> <path fill="%23999999" d="M16.861,22.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.783,21.045,16.861,21.507,16.861,22.028z"/> </svg>');
}
.grey.icon-param-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000027588124517837369400000010749078437220181439_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000027588124517837369400000010749078437220181439_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.62 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.104,21.17 16.238,19.461 16.238,13.62 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.42 8.9258)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23999999" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23999999" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.606" fill="%23999999" width="9.982" height="3.133"/> </svg>');
}
.grey.icon-param-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <path fill="%23FFFFFF" d="M12.822,9.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.21,10.529,15.084,9.632,12.822,9.632L12.822,9.632z"/> <path fill="%23999999" d="M18.237,18.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.3,15.782,18.24,17.385,18.237,18.868z M14.741,18.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.936,22.992,14.741,20.335,14.741,18.868z"/> <path fill="%23999999" d="M6.435,23.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.435,23.367,6.435,23.946z"/> </svg>');
}
.grey.icon-param-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7427" y1="4.7023" x2="28.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000106826468170402841160000005346177015411768502_" gradientUnits="userSpaceOnUse" x1="6.8121" y1="10.0225" x2="22.6587" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000106826468170402841160000005346177015411768502_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.805,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.303,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272v-4.687H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.144 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%23999999" points="9.498,19.955 7.778,18.236 5.456,20.558 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.997 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%23999999" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329s0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309s0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.grey.icon-param-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <circle fill="%23FFFFFF" cx="11.708" cy="19.285" r="8.429"/> <path fill="%23999999" d="M11.702,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,12.856,11.702,12.856z"/> <polygon fill="%23FFFFFF" points="15.79,23.179 10.518,19.987 10.518,14.03 12.518,14.03 12.518,18.86 16.825,21.468 "/> </svg>');
}
.grey.icon-param-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="18.301,11.333 10.293,19.34 6.082,15.129 1.133,20.078 10.293,29.24 22.567,16.966 21.567,14.451 "/> <polygon fill="%23999999" points="10.293,26.411 3.961,20.078 6.082,17.957 10.293,22.168 19.136,13.326 21.257,15.448 "/> </svg>');
}
.grey.icon-param-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M5.737,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,15.732,6.3,15.643,5.737,15.643L5.737,15.643z"/> <polygon fill="%23FFFFFF" points="15.837,15.733 15.057,15.733 12.497,15.733 12.205,15.733 11.985,15.923 9.615,17.969 9.348,18.201 9.348,18.552 9.348,21.255 9.348,22.95 10.639,21.839 11.717,20.912 11.717,25.74 11.717,26.513 12.497,26.513 15.057,26.513 15.837,26.513 15.837,25.74 15.837,16.506 15.837,15.733 "/> <path fill="%23FFFFFF" d="M20.151,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,15.732,20.714,15.643,20.151,15.643L20.151,15.643z"/> <path fill="%23999999" d="M9.278,22.403c0,0.548-0.096,1.041-0.287,1.476C8.8,24.314,8.54,24.674,8.21,24.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M6.742,22.418v-2.567c0-0.377-0.096-0.663-0.287-0.857 c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298c-0.191,0.199-0.287,0.482-0.287,0.849v2.567 c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C6.646,23.064,6.742,22.785,6.742,22.418z"/> <path fill="%23999999" d="M15.005,25.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V25.74z"/> <path fill="%23999999" d="M23.692,22.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M21.155,22.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,23.064,21.155,22.785,21.155,22.418z"/> <path fill="%23FFFFFF" d="M20.151,23.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,23.444,19.864,23.543,20.151,23.543"/> </svg> ');
}
.grey.icon-param-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.8046" y1="2.8409" x2="30.0211" y2="21.0573"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.05,1.682c-0.658,0.349-1.357,0.634-2.033,0.946c5.296-1.588,10.398,4.241,12.605,8.211 c2.13,3.831,4.368,11.345,0.174,14.759c1.618-1.111,3.253-2.048,4.041-3.958c1.264-3.063,0.514-6.773-0.666-9.74 c-1.191-2.996-3.11-5.868-5.583-7.955C20.361,2.065,16.956,0.288,14.05,1.682"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9783" y1="7.9716" x2="24.2606" y2="23.2538"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.744,6.31c-2.735,4.025,0.023,10.325,2.501,13.725c2.07,2.841,7.817,7.707,10.795,3.311 c-4.127,0.704-7.778-3.446-9.622-6.709c-1.864-3.301-3.517-8.728-0.765-12.015C12.484,4.621,11.392,5.356,10.744,6.31"/> <path fill="%23999999" d="M11.851,2.69c-4.006,2.294-2.88,8.563-1.568,12.059c1.52,4.049,4.334,8.104,8.171,10.25 c1.804,1.009,4.107,1.687,6.096,0.784c1.748-0.793,2.675-2.69,2.977-4.499c0.74-4.425-1.239-9.223-3.728-12.782 C21.487,5.195,16.288,0.165,11.851,2.69z M25.378,21.086c-1.632,5.183-7.348,2.672-10.041-0.135 c-3.104-3.236-5.789-8.662-4.527-13.226c1.492-5.418,7.384-2.849,10.09-0.025C23.98,10.913,26.81,16.538,25.378,21.086z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.7425" y1="5.7023" x2="24.6318" y2="24.5916"> <stop offset="0.3945" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.071,4.501C7.389,4.863,6.664,5.158,5.963,5.482c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C14.615,4.898,11.085,3.055,8.071,4.501"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="2.8119" y1="11.0225" x2="18.6585" y2="26.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M4.642,9.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C6.447,7.549,5.315,8.31,4.642,9.299"/> <path fill="%23999999" d="M5.791,5.546C1.637,7.925,2.804,14.425,4.165,18.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C15.783,8.144,10.392,2.927,5.791,5.546z M19.818,24.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C18.368,14.072,21.302,19.906,19.818,24.621z"/> </svg>');
}
.grey.icon-param-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7422" y1="4.7025" x2="28.6314" y2="23.5917"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.084,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8115" y1="10.0227" x2="22.6582" y2="25.8693"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.642,8.3c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.311,8.642,8.3"/> <path fill="%23999999" d="M9.791,4.546c-4.154,2.379-2.987,8.879-1.626,12.505c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.782,7.144,14.392,1.927,9.791,4.546z M23.817,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.367,13.072,25.302,18.906,23.817,23.621z"/> <path fill="%23FFFFFF" d="M14.848,25.249c-1.257,0.146-2.403-0.431-3.142-0.94c-1.802-1.241-3.229-3.405-3.918-5.938 c-0.686-2.519-0.609-5.861,1.866-6.987c0.082-0.037,0.156-0.062,0.231-0.086l0.048,0.12l-0.032-0.132 c0.128-0.045,0.453-0.151,0.835-0.275c0.546-0.177,1.459-0.475,1.638-0.549c0.296-0.11,0.565-0.174,0.838-0.206 c1.972-0.229,3.68,1.268,4.324,1.922c1.168,1.19,2.094,2.808,2.608,4.557c0.443,1.514,0.769,3.702-0.195,5.532 c-0.475,0.903-1.717,1.548-3.291,2.296c-0.243,0.116-0.464,0.22-0.642,0.312l-0.092,0.048l-1.034-1.717l0.446,0.78l0.067,0.075 l0.425,0.905c-0.115,0.056-0.198,0.093-0.285,0.124C15.316,25.169,15.085,25.222,14.848,25.249z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-22.8366" y1="-55.8517" x2="-22.8366" y2="-42.8748" gradientTransform="matrix(0.9933 -0.1152 0.1152 0.9933 43.4992 63.9759)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.759,11.386c-0.337,0.141-2.18,0.723-2.525,0.845c2.657-0.533,4.435,2.695,5.331,4.733 c0.865,1.967,2.025,5.636-0.178,7.111c0.841-0.469,3.205-1.377,3.677-2.273c0.757-1.437,0.56-3.282,0.12-4.784 c-0.444-1.517-1.25-3.006-2.362-4.138C15.822,11.861,14.241,10.838,12.759,11.386"/> <path fill="%23999999" d="M10.069,12.296c-2.06,0.937-1.797,4.048-1.316,5.814c0.557,2.046,1.745,4.153,3.52,5.376 c0.835,0.575,1.927,1.011,2.94,0.661c0.89-0.307,1.428-1.191,1.659-2.06c0.563-2.126-0.184-4.558-1.236-6.409 C14.657,13.959,12.349,11.266,10.069,12.296z"/> </svg> ');
}
.grey.icon-param-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="4.632,7.845 4.632,26.323 21.109,26.323 21.109,19.369 17.109,19.322 17.109,13.369 11.586,13.369 11.586,7.845 11.586,7.845 "/> <polygon fill="%23999999" points="9.586,21.369 9.586,18.322 15.109,18.322 15.109,15.369 9.586,15.369 9.586,9.845 6.632,9.845 6.632,24.322 19.109,24.322 19.109,21.369 "/> </svg> ');
}
.grey.icon-param-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="11.38,7.593 9.75,9.86 2.239,20.304 1.095,21.896 2.663,23.072 10.174,28.705 11.379,29.609 12.58,28.7 20.032,23.067 21.584,21.894 20.454,20.31 13.002,9.866 11.38,7.593 "/> <path fill="%23CCCCCC" d="M3.863,21.472l7.511,5.633V11.027L3.863,21.472z"/> <path fill="%23676767" d="M11.374,27.105l7.452-5.633l-7.452-10.445V27.105z"/> </svg>');
}
.grey.icon-param-null{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7493" y1="4.7023" x2="28.6385" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.078,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.622,3.898,15.091,2.055,12.078,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8186" y1="10.0225" x2="22.6653" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.649,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.454,6.549,9.322,7.31,8.649,8.299"/> <path fill="%23999999" d="M9.798,4.546C5.643,6.925,6.811,13.425,8.172,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.789,7.144,14.399,1.927,9.798,4.546z M23.824,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.374,13.072,25.309,18.906,23.824,23.621z"/> <circle fill="%23FFFFFF" cx="11.715" cy="19.285" r="8.429"/> <path fill="%23999999" d="M11.709,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.264,12.856,11.709,12.856z"/> <path fill="%23FFFFFF" d="M11.709,23.714c-2.438,0-4.423-1.987-4.423-4.429s1.984-4.43,4.423-4.43c2.445,0,4.436,1.987,4.436,4.43 S14.154,23.714,11.709,23.714z"/> <rect x="3.473" y="18.42" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -10.3397 13.8769)" fill="%23999999" width="16.216" height="2"/> </svg>');
}
.orange.icon-param-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.orange.icon-param-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="0.3802" style="stop-color:%23ffbc00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23d88500" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.orange.icon-param-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7427" y1="4.7023" x2="29.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8121" y1="10.0225" x2="23.6588" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.805,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.303,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.57,23.214 3.273,20.697 0.88,21.7 2.55,11.354 13.146,6.75 21.943,12.135 24.196,18.077 23.188,19.264 22.722,23.214 13.146,30.423 "/> <path fill="%23a56600" d="M13.146,27.92l7.69-5.789l1.107-9.379l-8.797,4.979V27.92z"/> <path fill="%23d88500" d="M5.456,22.131l7.69,5.789V17.731l-8.797-4.979L5.456,22.131z"/> <path fill="%23676767" d="M13.146,17.731v-8.8l-8.797,3.821L13.146,17.731z"/> <path fill="%23999999" d="M21.303,18.174l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L21.303,18.174z"/> <path fill="%23333333" d="M3.428,18.464l1.598-0.67l-0.677-5.042L3.428,18.464z"/> <path fill="%23CCCCCC" d="M21.943,12.752l-8.797-3.821l0,5.953l0,2.847L21.943,12.752z"/> </svg> ');
}
.orange.icon-param-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6586" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="0.079,24.834 3.617,21.86 2.709,12.679 0.316,9.298 0.456,4.785 9.246,8.312 13.24,6.98 21.987,11.955 22.646,24.044 12.686,30.493 10.332,32 7.296,31.999 "/> <path fill="%23a56600" d="M13.24,27.766l7.511-4.876l1.081-10.935l-8.592,4.186L13.24,27.766z"/> <path fill="%23d88500" d="M5.728,22.89l7.511,4.876l0-11.625l-8.592-4.186L5.728,22.89z"/> <path fill="%23ffbc00" d="M13.24,9.088l-8.592,2.867l8.592,4.186l8.592-4.186L13.24,9.088z"/> <polygon fill="%23676767" points="5.728,22.89 13.24,18.79 13.24,16.141 4.647,11.955 "/> <polygon fill="%23d88500" points="4.647,11.955 1.352,7.299 11.735,11.466 13.24,16.141 "/> <polygon fill="%23ffbc00" points="5.728,22.89 2.299,25.061 10.371,31.669 13.24,27.766 "/> </svg> ');
}
.orange.icon-param-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.584,23.485 2.219,11.851 13.06,7.113 22.309,12.429 22.537,23.485 13.06,30.664 "/> <path fill="%23a56600" d="M13.061,28.155l7.59-5.75l1.093-9.315l-8.683,4.945V28.155z"/> <path fill="%23d88500" d="M5.471,22.405l7.59,5.75v-10.12L4.378,13.09L5.471,22.405z"/> <path fill="%23ffbc00" d="M21.743,13.09l-8.683-3.795L4.378,13.09l8.682,4.945L21.743,13.09z"/> </svg> ');
}
.orange.icon-param-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="14.498,9.748 1.99,9.748 1.99,16.863 5.496,16.863 5.496,27.986 12.992,27.986 12.992,16.863 16.498,16.863 15.466,13.844 "/> <polygon fill="%23d88500" points="14.498,14.863 10.992,14.863 10.992,25.986 7.496,25.986 7.496,14.863 3.99,14.863 3.99,11.748 14.498,11.748 "/> </svg>');
}
.orange.icon-param-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M12.125,9.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.393,10.181,13.299,9.927,12.125,9.927L12.125,9.927z"/> <path fill="%23d88500" d="M16.861,22.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.783,21.045,16.861,21.507,16.861,22.028z"/> </svg>');
}
.orange.icon-param-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000027588124517837369400000010749078437220181439_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000027588124517837369400000010749078437220181439_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.62 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.104,21.17 16.238,19.461 16.238,13.62 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.42 8.9258)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23d88500" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23d88500" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.606" fill="%23d88500" width="9.982" height="3.133"/> </svg>');
}
.orange.icon-param-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <path fill="%23FFFFFF" d="M12.822,9.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.21,10.529,15.084,9.632,12.822,9.632L12.822,9.632z"/> <path fill="%23d88500" d="M18.237,18.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.3,15.782,18.24,17.385,18.237,18.868z M14.741,18.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.936,22.992,14.741,20.335,14.741,18.868z"/> <path fill="%23d88500" d="M6.435,23.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.435,23.367,6.435,23.946z"/> </svg>');
}
.orange.icon-param-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7427" y1="4.7023" x2="28.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000106826468170402841160000005346177015411768502_" gradientUnits="userSpaceOnUse" x1="6.8121" y1="10.0225" x2="22.6587" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000106826468170402841160000005346177015411768502_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.805,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.303,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272v-4.687H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.144 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%23d88500" points="9.498,19.955 7.778,18.236 5.456,20.558 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.997 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%23d88500" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329s0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309s0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.orange.icon-param-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <circle fill="%23FFFFFF" cx="11.708" cy="19.285" r="8.429"/> <path fill="%23d88500" d="M11.702,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,12.856,11.702,12.856z"/> <polygon fill="%23FFFFFF" points="15.79,23.179 10.518,19.987 10.518,14.03 12.518,14.03 12.518,18.86 16.825,21.468 "/> </svg>');
}
.orange.icon-param-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="18.301,11.333 10.293,19.34 6.082,15.129 1.133,20.078 10.293,29.24 22.567,16.966 21.567,14.451 "/> <polygon fill="%23d88500" points="10.293,26.411 3.961,20.078 6.082,17.957 10.293,22.168 19.136,13.326 21.257,15.448 "/> </svg>');
}
.orange.icon-param-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M5.737,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,15.732,6.3,15.643,5.737,15.643L5.737,15.643z"/> <polygon fill="%23FFFFFF" points="15.837,15.733 15.057,15.733 12.497,15.733 12.205,15.733 11.985,15.923 9.615,17.969 9.348,18.201 9.348,18.552 9.348,21.255 9.348,22.95 10.639,21.839 11.717,20.912 11.717,25.74 11.717,26.513 12.497,26.513 15.057,26.513 15.837,26.513 15.837,25.74 15.837,16.506 15.837,15.733 "/> <path fill="%23FFFFFF" d="M20.151,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,15.732,20.714,15.643,20.151,15.643L20.151,15.643z"/> <path fill="%23d88500" d="M9.278,22.403c0,0.548-0.096,1.041-0.287,1.476C8.8,24.314,8.54,24.674,8.21,24.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M6.742,22.418v-2.567c0-0.377-0.096-0.663-0.287-0.857 c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298c-0.191,0.199-0.287,0.482-0.287,0.849v2.567 c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C6.646,23.064,6.742,22.785,6.742,22.418z"/> <path fill="%23d88500" d="M15.005,25.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V25.74z"/> <path fill="%23d88500" d="M23.692,22.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M21.155,22.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,23.064,21.155,22.785,21.155,22.418z"/> <path fill="%23FFFFFF" d="M20.151,23.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,23.444,19.864,23.543,20.151,23.543"/> </svg> ');
}
.orange.icon-param-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.8046" y1="2.8409" x2="30.0211" y2="21.0573"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.05,1.682c-0.658,0.349-1.357,0.634-2.033,0.946c5.296-1.588,10.398,4.241,12.605,8.211 c2.13,3.831,4.368,11.345,0.174,14.759c1.618-1.111,3.253-2.048,4.041-3.958c1.264-3.063,0.514-6.773-0.666-9.74 c-1.191-2.996-3.11-5.868-5.583-7.955C20.361,2.065,16.956,0.288,14.05,1.682"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9783" y1="7.9716" x2="24.2606" y2="23.2538"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.744,6.31c-2.735,4.025,0.023,10.325,2.501,13.725c2.07,2.841,7.817,7.707,10.795,3.311 c-4.127,0.704-7.778-3.446-9.622-6.709c-1.864-3.301-3.517-8.728-0.765-12.015C12.484,4.621,11.392,5.356,10.744,6.31"/> <path fill="%23999999" d="M11.851,2.69c-4.006,2.294-2.88,8.563-1.568,12.059c1.52,4.049,4.334,8.104,8.171,10.25 c1.804,1.009,4.107,1.687,6.096,0.784c1.748-0.793,2.675-2.69,2.977-4.499c0.74-4.425-1.239-9.223-3.728-12.782 C21.487,5.195,16.288,0.165,11.851,2.69z M25.378,21.086c-1.632,5.183-7.348,2.672-10.041-0.135 c-3.104-3.236-5.789-8.662-4.527-13.226c1.492-5.418,7.384-2.849,10.09-0.025C23.98,10.913,26.81,16.538,25.378,21.086z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.7425" y1="5.7023" x2="24.6318" y2="24.5916"> <stop offset="0.3945" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.071,4.501C7.389,4.863,6.664,5.158,5.963,5.482c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C14.615,4.898,11.085,3.055,8.071,4.501"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="2.8119" y1="11.0225" x2="18.6585" y2="26.8692"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="0.3802" style="stop-color:%23ffbc00"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M4.642,9.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C6.447,7.549,5.315,8.31,4.642,9.299"/> <path fill="%23d88500" d="M5.791,5.546C1.637,7.925,2.804,14.425,4.165,18.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C15.783,8.144,10.392,2.927,5.791,5.546z M19.818,24.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C18.368,14.072,21.302,19.906,19.818,24.621z"/> </svg>');
}
.orange.icon-param-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7422" y1="4.7025" x2="28.6314" y2="23.5917"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.084,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8115" y1="10.0227" x2="22.6582" y2="25.8693"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.642,8.3c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.311,8.642,8.3"/> <path fill="%23999999" d="M9.791,4.546c-4.154,2.379-2.987,8.879-1.626,12.505c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.782,7.144,14.392,1.927,9.791,4.546z M23.817,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.367,13.072,25.302,18.906,23.817,23.621z"/> <path fill="%23FFFFFF" d="M14.848,25.249c-1.257,0.146-2.403-0.431-3.142-0.94c-1.802-1.241-3.229-3.405-3.918-5.938 c-0.686-2.519-0.609-5.861,1.866-6.987c0.082-0.037,0.156-0.062,0.231-0.086l0.048,0.12l-0.032-0.132 c0.128-0.045,0.453-0.151,0.835-0.275c0.546-0.177,1.459-0.475,1.638-0.549c0.296-0.11,0.565-0.174,0.838-0.206 c1.972-0.229,3.68,1.268,4.324,1.922c1.168,1.19,2.094,2.808,2.608,4.557c0.443,1.514,0.769,3.702-0.195,5.532 c-0.475,0.903-1.717,1.548-3.291,2.296c-0.243,0.116-0.464,0.22-0.642,0.312l-0.092,0.048l-1.034-1.717l0.446,0.78l0.067,0.075 l0.425,0.905c-0.115,0.056-0.198,0.093-0.285,0.124C15.316,25.169,15.085,25.222,14.848,25.249z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-22.8366" y1="-55.8517" x2="-22.8366" y2="-42.8748" gradientTransform="matrix(0.9933 -0.1152 0.1152 0.9933 43.4992 63.9759)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="0.2588" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.759,11.386c-0.337,0.141-2.18,0.723-2.525,0.845c2.657-0.533,4.435,2.695,5.331,4.733 c0.865,1.967,2.025,5.636-0.178,7.111c0.841-0.469,3.205-1.377,3.677-2.273c0.757-1.437,0.56-3.282,0.12-4.784 c-0.444-1.517-1.25-3.006-2.362-4.138C15.822,11.861,14.241,10.838,12.759,11.386"/> <path fill="%23d88500" d="M10.069,12.296c-2.06,0.937-1.797,4.048-1.316,5.814c0.557,2.046,1.745,4.153,3.52,5.376 c0.835,0.575,1.927,1.011,2.94,0.661c0.89-0.307,1.428-1.191,1.659-2.06c0.563-2.126-0.184-4.558-1.236-6.409 C14.657,13.959,12.349,11.266,10.069,12.296z"/> </svg> ');
}
.orange.icon-param-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="4.632,7.845 4.632,26.323 21.109,26.323 21.109,19.369 17.109,19.322 17.109,13.369 11.586,13.369 11.586,7.845 11.586,7.845 "/> <polygon fill="%23d88500" points="9.586,21.369 9.586,18.322 15.109,18.322 15.109,15.369 9.586,15.369 9.586,9.845 6.632,9.845 6.632,24.322 19.109,24.322 19.109,21.369 "/> </svg> ');
}
.orange.icon-param-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="11.38,7.593 9.75,9.86 2.239,20.304 1.095,21.896 2.663,23.072 10.174,28.705 11.379,29.609 12.58,28.7 20.032,23.067 21.584,21.894 20.454,20.31 13.002,9.866 11.38,7.593 "/> <path fill="%23ffbc00" d="M3.863,21.472l7.511,5.633V11.027L3.863,21.472z"/> <path fill="%23a56600" d="M11.374,27.105l7.452-5.633l-7.452-10.445V27.105z"/> </svg>');
}
.orange.icon-param-null{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7493" y1="4.7023" x2="28.6385" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.078,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.622,3.898,15.091,2.055,12.078,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8186" y1="10.0225" x2="22.6653" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.649,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.454,6.549,9.322,7.31,8.649,8.299"/> <path fill="%23999999" d="M9.798,4.546C5.643,6.925,6.811,13.425,8.172,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.789,7.144,14.399,1.927,9.798,4.546z M23.824,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.374,13.072,25.309,18.906,23.824,23.621z"/> <circle fill="%23FFFFFF" cx="11.715" cy="19.285" r="8.429"/> <path fill="%23d88500" d="M11.709,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.264,12.856,11.709,12.856z"/> <path fill="%23FFFFFF" d="M11.709,23.714c-2.438,0-4.423-1.987-4.423-4.429s1.984-4.43,4.423-4.43c2.445,0,4.436,1.987,4.436,4.43 S14.154,23.714,11.709,23.714z"/> <rect x="3.473" y="18.42" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -10.3397 13.8769)" fill="%23d88500" width="16.216" height="2"/> </svg>');
}
.red.icon-param-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.red.icon-param-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.3802" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23CC0000" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> </svg> ');
}
.red.icon-param-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7427" y1="4.7023" x2="29.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8121" y1="10.0225" x2="23.6588" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.805,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.303,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.57,23.214 3.273,20.697 0.88,21.7 2.55,11.354 13.146,6.75 21.943,12.135 24.196,18.077 23.188,19.264 22.722,23.214 13.146,30.423 "/> <path fill="%23990000" d="M13.146,27.92l7.69-5.789l1.107-9.379l-8.797,4.979V27.92z"/> <path fill="%23CC0000" d="M5.456,22.131l7.69,5.789V17.731l-8.797-4.979L5.456,22.131z"/> <path fill="%23676767" d="M13.146,17.731v-8.8l-8.797,3.821L13.146,17.731z"/> <path fill="%23999999" d="M21.303,18.174l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L21.303,18.174z"/> <path fill="%23333333" d="M3.428,18.464l1.598-0.67l-0.677-5.042L3.428,18.464z"/> <path fill="%23CCCCCC" d="M21.943,12.752l-8.797-3.821l0,5.953l0,2.847L21.943,12.752z"/> </svg> ');
}
.red.icon-param-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6586" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="0.079,24.834 3.617,21.86 2.709,12.679 0.316,9.298 0.456,4.785 9.246,8.312 13.24,6.98 21.987,11.955 22.646,24.044 12.686,30.493 10.332,32 7.296,31.999 "/> <path fill="%23990000" d="M13.24,27.766l7.511-4.876l1.081-10.935l-8.592,4.186L13.24,27.766z"/> <path fill="%23CC0000" d="M5.728,22.89l7.511,4.876l0-11.625l-8.592-4.186L5.728,22.89z"/> <path fill="%23FF0000" d="M13.24,9.088l-8.592,2.867l8.592,4.186l8.592-4.186L13.24,9.088z"/> <polygon fill="%23676767" points="5.728,22.89 13.24,18.79 13.24,16.141 4.647,11.955 "/> <polygon fill="%23CC0000" points="4.647,11.955 1.352,7.299 11.735,11.466 13.24,16.141 "/> <polygon fill="%23FF0000" points="5.728,22.89 2.299,25.061 10.371,31.669 13.24,27.766 "/> </svg> ');
}
.red.icon-param-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7425" y1="4.7023" x2="29.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C19.615,3.898,16.085,2.055,13.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.8119" y1="10.0225" x2="23.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M9.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C11.447,6.549,10.315,7.31,9.643,8.299"/> <path fill="%23999999" d="M10.791,4.546C6.637,6.925,7.804,13.425,9.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C20.783,7.144,15.392,1.927,10.791,4.546z M24.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C23.368,13.072,26.302,18.906,24.818,23.621z"/> <polygon fill="%23FFFFFF" points="3.584,23.485 2.219,11.851 13.06,7.113 22.309,12.429 22.537,23.485 13.06,30.664 "/> <path fill="%23990000" d="M13.061,28.155l7.59-5.75l1.093-9.315l-8.683,4.945V28.155z"/> <path fill="%23CC0000" d="M5.471,22.405l7.59,5.75v-10.12L4.378,13.09L5.471,22.405z"/> <path fill="%23FF0000" d="M21.743,13.09l-8.683-3.795L4.378,13.09l8.682,4.945L21.743,13.09z"/> </svg> ');
}
.red.icon-param-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="14.498,9.748 1.99,9.748 1.99,16.863 5.496,16.863 5.496,27.986 12.992,27.986 12.992,16.863 16.498,16.863 15.466,13.844 "/> <polygon fill="%23CC0000" points="14.498,14.863 10.992,14.863 10.992,25.986 7.496,25.986 7.496,14.863 3.99,14.863 3.99,11.748 14.498,11.748 "/> </svg>');
}
.red.icon-param-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M12.125,9.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.393,10.181,13.299,9.927,12.125,9.927L12.125,9.927z"/> <path fill="%23CC0000" d="M16.861,22.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.783,21.045,16.861,21.507,16.861,22.028z"/> </svg>');
}
.red.icon-param-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000027588124517837369400000010749078437220181439_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000027588124517837369400000010749078437220181439_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.62 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.104,21.17 16.238,19.461 16.238,13.62 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.42 8.9258)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23CC0000" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23CC0000" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.606" fill="%23CC0000" width="9.982" height="3.133"/> </svg>');
}
.red.icon-param-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M4.335,19.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.448,20.262,5.446,19.847,4.335,19.847L4.335,19.847z"/> <path fill="%23FFFFFF" d="M12.822,9.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.21,10.529,15.084,9.632,12.822,9.632L12.822,9.632z"/> <path fill="%23CC0000" d="M18.237,18.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.3,15.782,18.24,17.385,18.237,18.868z M14.741,18.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.936,22.992,14.741,20.335,14.741,18.868z"/> <path fill="%23CC0000" d="M6.435,23.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.435,23.367,6.435,23.946z"/> </svg>');
}
.red.icon-param-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7427" y1="4.7023" x2="28.632" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_00000106826468170402841160000005346177015411768502_" gradientUnits="userSpaceOnUse" x1="6.8121" y1="10.0225" x2="22.6587" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_00000106826468170402841160000005346177015411768502_)" d="M8.643,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.805,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.303,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272v-4.687H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.144 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%23CC0000" points="9.498,19.955 7.778,18.236 5.456,20.558 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.997 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%23CC0000" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329s0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309s0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.red.icon-param-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <circle fill="%23FFFFFF" cx="11.708" cy="19.285" r="8.429"/> <path fill="%23CC0000" d="M11.702,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,12.856,11.702,12.856z"/> <polygon fill="%23FFFFFF" points="15.79,23.179 10.518,19.987 10.518,14.03 12.518,14.03 12.518,18.86 16.825,21.468 "/> </svg>');
}
.red.icon-param-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="18.301,11.333 10.293,19.34 6.082,15.129 1.133,20.078 10.293,29.24 22.567,16.966 21.567,14.451 "/> <polygon fill="%23CC0000" points="10.293,26.411 3.961,20.078 6.082,17.957 10.293,22.168 19.136,13.326 21.257,15.448 "/> </svg>');
}
.red.icon-param-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <path fill="%23FFFFFF" d="M5.737,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,15.732,6.3,15.643,5.737,15.643L5.737,15.643z"/> <polygon fill="%23FFFFFF" points="15.837,15.733 15.057,15.733 12.497,15.733 12.205,15.733 11.985,15.923 9.615,17.969 9.348,18.201 9.348,18.552 9.348,21.255 9.348,22.95 10.639,21.839 11.717,20.912 11.717,25.74 11.717,26.513 12.497,26.513 15.057,26.513 15.837,26.513 15.837,25.74 15.837,16.506 15.837,15.733 "/> <path fill="%23FFFFFF" d="M20.151,15.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,15.732,20.714,15.643,20.151,15.643L20.151,15.643z"/> <path fill="%23CC0000" d="M9.278,22.403c0,0.548-0.096,1.041-0.287,1.476C8.8,24.314,8.54,24.674,8.21,24.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M6.742,22.418v-2.567c0-0.377-0.096-0.663-0.287-0.857 c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298c-0.191,0.199-0.287,0.482-0.287,0.849v2.567 c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C6.646,23.064,6.742,22.785,6.742,22.418z"/> <path fill="%23CC0000" d="M15.005,25.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V25.74z"/> <path fill="%23CC0000" d="M23.692,22.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V22.403z M21.155,22.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,23.064,21.155,22.785,21.155,22.418z"/> <path fill="%23FFFFFF" d="M20.151,23.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,23.444,19.864,23.543,20.151,23.543"/> </svg> ');
}
.red.icon-param-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.8046" y1="2.8409" x2="30.0211" y2="21.0573"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.05,1.682c-0.658,0.349-1.357,0.634-2.033,0.946c5.296-1.588,10.398,4.241,12.605,8.211 c2.13,3.831,4.368,11.345,0.174,14.759c1.618-1.111,3.253-2.048,4.041-3.958c1.264-3.063,0.514-6.773-0.666-9.74 c-1.191-2.996-3.11-5.868-5.583-7.955C20.361,2.065,16.956,0.288,14.05,1.682"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9783" y1="7.9716" x2="24.2606" y2="23.2538"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.744,6.31c-2.735,4.025,0.023,10.325,2.501,13.725c2.07,2.841,7.817,7.707,10.795,3.311 c-4.127,0.704-7.778-3.446-9.622-6.709c-1.864-3.301-3.517-8.728-0.765-12.015C12.484,4.621,11.392,5.356,10.744,6.31"/> <path fill="%23999999" d="M11.851,2.69c-4.006,2.294-2.88,8.563-1.568,12.059c1.52,4.049,4.334,8.104,8.171,10.25 c1.804,1.009,4.107,1.687,6.096,0.784c1.748-0.793,2.675-2.69,2.977-4.499c0.74-4.425-1.239-9.223-3.728-12.782 C21.487,5.195,16.288,0.165,11.851,2.69z M25.378,21.086c-1.632,5.183-7.348,2.672-10.041-0.135 c-3.104-3.236-5.789-8.662-4.527-13.226c1.492-5.418,7.384-2.849,10.09-0.025C23.98,10.913,26.81,16.538,25.378,21.086z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.7425" y1="5.7023" x2="24.6318" y2="24.5916"> <stop offset="0.3945" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.071,4.501C7.389,4.863,6.664,5.158,5.963,5.482c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C14.615,4.898,11.085,3.055,8.071,4.501"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="2.8119" y1="11.0225" x2="18.6585" y2="26.8692"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.3802" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M4.642,9.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C6.447,7.549,5.315,8.31,4.642,9.299"/> <path fill="%23CC0000" d="M5.791,5.546C1.637,7.925,2.804,14.425,4.165,18.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C15.783,8.144,10.392,2.927,5.791,5.546z M19.818,24.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C18.368,14.072,21.302,19.906,19.818,24.621z"/> </svg>');
}
.red.icon-param-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7422" y1="4.7025" x2="28.6314" y2="23.5917"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.084,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8115" y1="10.0227" x2="22.6582" y2="25.8693"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.642,8.3c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.311,8.642,8.3"/> <path fill="%23999999" d="M9.791,4.546c-4.154,2.379-2.987,8.879-1.626,12.505c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.782,7.144,14.392,1.927,9.791,4.546z M23.817,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.367,13.072,25.302,18.906,23.817,23.621z"/> <path fill="%23FFFFFF" d="M14.848,25.249c-1.257,0.146-2.403-0.431-3.142-0.94c-1.802-1.241-3.229-3.405-3.918-5.938 c-0.686-2.519-0.609-5.861,1.866-6.987c0.082-0.037,0.156-0.062,0.231-0.086l0.048,0.12l-0.032-0.132 c0.128-0.045,0.453-0.151,0.835-0.275c0.546-0.177,1.459-0.475,1.638-0.549c0.296-0.11,0.565-0.174,0.838-0.206 c1.972-0.229,3.68,1.268,4.324,1.922c1.168,1.19,2.094,2.808,2.608,4.557c0.443,1.514,0.769,3.702-0.195,5.532 c-0.475,0.903-1.717,1.548-3.291,2.296c-0.243,0.116-0.464,0.22-0.642,0.312l-0.092,0.048l-1.034-1.717l0.446,0.78l0.067,0.075 l0.425,0.905c-0.115,0.056-0.198,0.093-0.285,0.124C15.316,25.169,15.085,25.222,14.848,25.249z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-22.8366" y1="-55.8517" x2="-22.8366" y2="-42.8748" gradientTransform="matrix(0.9933 -0.1152 0.1152 0.9933 43.4992 63.9759)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="0.2588" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.759,11.386c-0.337,0.141-2.18,0.723-2.525,0.845c2.657-0.533,4.435,2.695,5.331,4.733 c0.865,1.967,2.025,5.636-0.178,7.111c0.841-0.469,3.205-1.377,3.677-2.273c0.757-1.437,0.56-3.282,0.12-4.784 c-0.444-1.517-1.25-3.006-2.362-4.138C15.822,11.861,14.241,10.838,12.759,11.386"/> <path fill="%23CC0000" d="M10.069,12.296c-2.06,0.937-1.797,4.048-1.316,5.814c0.557,2.046,1.745,4.153,3.52,5.376 c0.835,0.575,1.927,1.011,2.94,0.661c0.89-0.307,1.428-1.191,1.659-2.06c0.563-2.126-0.184-4.558-1.236-6.409 C14.657,13.959,12.349,11.266,10.069,12.296z"/> </svg> ');
}
.red.icon-param-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="4.632,7.845 4.632,26.323 21.109,26.323 21.109,19.369 17.109,19.322 17.109,13.369 11.586,13.369 11.586,7.845 11.586,7.845 "/> <polygon fill="%23CC0000" points="9.586,21.369 9.586,18.322 15.109,18.322 15.109,15.369 9.586,15.369 9.586,9.845 6.632,9.845 6.632,24.322 19.109,24.322 19.109,21.369 "/> </svg> ');
}
.red.icon-param-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7425" y1="4.7023" x2="28.6318" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.071,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.615,3.898,15.085,2.055,12.071,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8119" y1="10.0225" x2="22.6585" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.643,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.447,6.549,9.315,7.31,8.643,8.299"/> <path fill="%23999999" d="M9.791,4.546C5.637,6.925,6.804,13.425,8.165,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.783,7.144,14.392,1.927,9.791,4.546z M23.818,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.368,13.072,25.302,18.906,23.818,23.621z"/> <polygon fill="%23FFFFFF" points="11.38,7.593 9.75,9.86 2.239,20.304 1.095,21.896 2.663,23.072 10.174,28.705 11.379,29.609 12.58,28.7 20.032,23.067 21.584,21.894 20.454,20.31 13.002,9.866 11.38,7.593 "/> <path fill="%23FF0000" d="M3.863,21.472l7.511,5.633V11.027L3.863,21.472z"/> <path fill="%23990000" d="M11.374,27.105l7.452-5.633l-7.452-10.445V27.105z"/> </svg>');
}
.red.icon-param-null{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7493" y1="4.7023" x2="28.6385" y2="23.5916"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.078,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C18.622,3.898,15.091,2.055,12.078,3.501"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.8186" y1="10.0225" x2="22.6653" y2="25.8692"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.649,8.299c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433 c-4.28,0.73-8.066-3.573-9.977-6.957c-1.933-3.422-3.647-9.051-0.793-12.458C10.454,6.549,9.322,7.31,8.649,8.299"/> <path fill="%23999999" d="M9.798,4.546C5.643,6.925,6.811,13.425,8.172,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C19.789,7.144,14.399,1.927,9.798,4.546z M23.824,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C22.374,13.072,25.309,18.906,23.824,23.621z"/> <circle fill="%23FFFFFF" cx="11.715" cy="19.285" r="8.429"/> <path fill="%23CC0000" d="M11.709,12.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.264,12.856,11.709,12.856z"/> <path fill="%23FFFFFF" d="M11.709,23.714c-2.438,0-4.423-1.987-4.423-4.429s1.984-4.43,4.423-4.43c2.445,0,4.436,1.987,4.436,4.43 S14.154,23.714,11.709,23.714z"/> <rect x="3.473" y="18.42" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -10.3397 13.8769)" fill="%23CC0000" width="16.216" height="2"/> </svg>');
}


.blue.icon-constraint-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23999999" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%23676767" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.blue.icon-constraint-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%230099FF" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23003399" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%230044B2" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="0.2588" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.blue.icon-constraint-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="17.558,10.748 2.99,10.748 2.99,17.863 6.496,17.863 6.496,28.986 13.992,28.986 13.992,17.863 17.498,17.863 "/> <polygon fill="%23003399" points="15.498,15.863 11.992,15.863 11.992,26.986 8.496,26.986 8.496,15.863 4.99,15.863 4.99,12.748 15.498,12.748 "/> </svg>');
}
.blue.icon-constraint-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.38,8.401 11.982,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4157" y1="6.7666" x2="32.2113" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M12.131,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,11.181,13.305,10.927,12.131,10.927L12.131,10.927z"/> <path fill="%23003399" d="M16.867,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,22.045,16.867,22.507,16.867,23.028z"/> </svg>');
}
.blue.icon-constraint-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.621 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.105,21.17 16.238,19.461 16.238,13.621 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4202 8.926)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23003399" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23003399" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.607" fill="%23003399" width="9.982" height="3.133"/> </svg> ');
}
.blue.icon-constraint-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.981,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.379,8.401 11.981,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4155" y1="6.7666" x2="32.2111" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M4.341,20.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.454,21.262,5.452,20.847,4.341,20.847L4.341,20.847z"/> <path fill="%23FFFFFF" d="M12.829,10.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,11.529,15.09,10.632,12.829,10.632L12.829,10.632z"/> <path fill="%23003399" d="M18.244,19.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,16.782,18.246,18.385,18.244,19.868z M14.747,19.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,23.992,14.747,21.335,14.747,19.868z"/> <path fill="%23003399" d="M6.441,24.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,24.367,6.441,24.946z"/> </svg>');
}
.blue.icon-constraint-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.145 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%23003399" points="9.498,19.955 7.778,18.236 5.456,20.559 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.998 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%23003399" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.blue.icon-constraint-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <circle fill="%23FFFFFF" cx="12.708" cy="21.285" r="8.429"/> <path fill="%23003399" d="M12.702,14.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.257,14.856,12.702,14.856z"/> <polygon fill="%23FFFFFF" points="16.79,25.179 11.518,21.987 11.518,16.03 13.518,16.03 13.518,20.86 17.825,23.468 "/> </svg>');
}
.blue.icon-constraint-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.685,18.42 12.983,19.374 24.604,26.741 23.641,23.914 "/> <path fill="%23999999" d="M18.348,2.836L10.684,19.65l16.981,11.068L18.348,2.836z M18.381,8.401l0.568,1.679l4.692,13.834 l0.963,2.828l-11.621-7.368L18.381,8.401z"/> <polyline fill="%23676767" points="18.948,10.08 18.381,8.401 12.983,19.374 14.685,18.42 18.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.417" y1="6.7666" x2="33.2126" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.331,1.978 18.348,2.836 27.666,30.718 29.335,29.44 "/> <polygon fill="%23FFFFFF" points="19.641,14.125 18.476,11.62 9.301,20.34 5.09,16.129 0.141,21.078 9.301,30.24 21.575,17.966 20.515,15.582 "/> <polygon fill="%23003399" points="9.301,27.411 2.969,21.078 5.09,18.957 9.301,23.168 18.144,14.326 20.265,16.448 "/> </svg> ');
}
.blue.icon-constraint-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.983,19.374 23.604,26.741 22.641,23.914 "/> <path fill="%23999999" d="M17.348,2.836L9.685,19.65l16.981,11.068L17.348,2.836z M17.381,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.381,8.401z"/> <polyline fill="%23676767" points="17.949,10.08 17.381,8.401 11.983,19.374 13.685,18.42 17.949,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4172" y1="6.7666" x2="32.2128" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.332,1.978 17.348,2.836 26.666,30.718 28.335,29.44 "/> <polygon fill="%23FFFFFF" points="4.64,9.846 4.64,28.323 21.117,28.323 21.117,21.369 17.949,20.518 17.117,15.369 11.593,15.369 11.593,9.846 11.593,9.846 "/> <polygon fill="%23003399" points="9.593,23.369 9.593,20.322 15.117,20.322 15.117,17.369 9.593,17.369 9.593,11.845 6.64,11.845 6.64,26.322 19.117,26.322 19.117,23.369 "/> </svg>');
}
.blue.icon-constraint-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.683,18.42 11.981,19.374 23.602,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.682,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.946,10.08 17.379,8.401 11.981,19.374 13.683,18.42 17.946,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4149" y1="6.7666" x2="32.2105" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.329,1.978 17.345,2.836 26.663,30.718 28.332,29.44 "/> <path fill="%23FFFFFF" d="M5.743,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345C8.33,18.36,7.865,18.089,7.35,17.909 C6.847,17.732,6.306,17.643,5.743,17.643L5.743,17.643z"/> <polygon fill="%23FFFFFF" points="16.18,17.733 15.063,17.733 12.503,17.733 12.211,17.733 11.99,17.923 9.621,19.969 9.353,20.201 9.353,20.552 9.353,23.255 9.353,24.95 10.645,23.839 11.723,22.912 11.723,27.74 11.723,28.513 12.503,28.513 15.063,28.513 15.843,28.513 15.843,27.74 16.442,18.506 16.18,17.733 "/> <path fill="%23FFFFFF" d="M20.157,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.261,17.732,20.72,17.643,20.157,17.643L20.157,17.643z"/> <path fill="%23003399" d="M9.284,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166s-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V24.403z M6.747,24.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.651,25.064,6.747,24.785,6.747,24.418z"/> <path fill="%23003399" d="M15.011,27.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V27.74z"/> <path fill="%23003399" d="M23.698,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223 c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657s0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48 V24.403z M21.161,24.418v-2.567c0-0.377-0.096-0.663-0.287-0.857s-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C21.065,25.064,21.161,24.785,21.161,24.418z"/> </svg>');
}
.blue.icon-constraint-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.698,16.534 12.094,17.432 23.045,24.375 22.137,21.71 "/> <path fill="%23999999" d="M17.149,1.848L9.928,17.693l16.002,10.43L17.149,1.848z M17.181,7.093l0.535,1.582l4.422,13.036l0.908,2.665 l-10.951-6.943L17.181,7.093z"/> <polyline fill="%23676767" points="17.715,8.674 17.181,7.093 12.094,17.432 13.698,16.534 17.715,8.674 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4454" y1="5.5524" x2="31.157" y2="23.264"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.019,1.04 17.149,1.849 25.93,28.123 27.503,26.918 "/> <polygon fill="%230099FF" points="7.678,19.42 5.975,20.374 17.596,27.741 16.633,24.914 "/> <path fill="%23003399" d="M11.34,3.836L3.677,20.65l16.981,11.068L11.34,3.836z M11.373,9.401l0.568,1.679l4.692,13.834l0.963,2.828 L5.975,20.374L11.373,9.401z"/> <polyline fill="%230044B2" points="11.941,11.08 11.373,9.401 5.975,20.374 7.678,19.42 11.941,11.08 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.4093" y1="7.7667" x2="26.2049" y2="26.5623"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="0.2588" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <polygon fill="url(%23SVGID_2_)" points="13.324,2.978 11.34,3.836 20.658,31.718 22.327,30.44 "/> </svg>');
}
.blue.icon-constraint-any{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.982,19.374 23.604,26.741 22.64,23.914 "/> <path fill="%23999999" d="M17.347,2.836L9.684,19.65l16.981,11.068L17.347,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.948,10.08 17.381,8.401 11.982,19.374 13.685,18.42 17.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4166" y1="6.7666" x2="32.2123" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.331,1.978 17.347,2.836 26.665,30.718 28.334,29.44 "/> <polygon fill="%23FFFFFF" points="11.388,8.593 9.757,10.86 2.247,21.304 1.102,22.896 2.67,24.072 10.181,29.705 11.386,30.609 12.587,29.7 20.039,24.067 21.591,22.894 20.461,21.31 13.009,10.866 11.388,8.593 "/> <path fill="%230099FF" d="M3.87,22.472l7.511,5.633V12.027L3.87,22.472z"/> <path fill="%230044B2" d="M11.381,28.105l7.452-5.633l-7.452-10.445V28.105z"/> </svg>');
}
.blue.icon-constraint-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <path fill="%23FFFFFF" d="M13.979,27.295c-1.266,0-2.337-0.705-3.013-1.295c-1.646-1.44-2.815-3.754-3.208-6.35 c-0.391-2.582,0.07-5.892,2.659-6.725c0.086-0.027,0.162-0.043,0.239-0.059l0.034,0.125l-0.017-0.135 c0.132-0.03,0.468-0.098,0.861-0.177c0.563-0.113,1.504-0.303,1.69-0.357c0.307-0.075,0.581-0.108,0.856-0.108 c1.985,0,3.51,1.684,4.073,2.407c1.023,1.317,1.757,3.031,2.065,4.827c0.266,1.555,0.337,3.766-0.831,5.473 c-0.576,0.842-1.884,1.339-3.534,1.902c-0.255,0.087-0.486,0.166-0.674,0.236l-0.097,0.037l-0.829-1.824l0.354,0.827l0.058,0.082 l0.318,0.948c-0.121,0.042-0.207,0.07-0.298,0.09C14.453,27.27,14.217,27.295,13.979,27.295z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.1396" y1="13.2137" x2="15.1396" y2="26.1906"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="0.2588" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.502,13.283c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C16.489,14.108,15.037,12.91,13.502,13.283"/> <path fill="%23003399" d="M10.724,13.877C8.57,14.57,8.473,17.69,8.747,19.501c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C15.091,16.057,13.109,13.117,10.724,13.877z"/> </svg>');
}
.blue.icon-constraint-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="5.25,23.403 4.3,15.291 11.859,11.986 19.419,15.291 18.468,23.403 11.859,28.41 "/> <path fill="%230044B2" d="M11.859,27.155l5.665-4.292l0.815-6.953l-6.481,3.691V27.155z"/> <path fill="%23003399" d="M6.194,22.863l5.665,4.292v-7.554L5.378,15.91L6.194,22.863z"/> <path fill="%230099FF" d="M18.34,15.91l-6.481-2.833L5.378,15.91l6.481,3.691L18.34,15.91z"/> </svg>');
}
.lightBlue.icon-constraint-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23999999" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%23676767" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.lightBlue.icon-constraint-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2333CCFF" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23269FBF" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%232189a5" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="0.2588" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.lightBlue.icon-constraint-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="17.558,10.748 2.99,10.748 2.99,17.863 6.496,17.863 6.496,28.986 13.992,28.986 13.992,17.863 17.498,17.863 "/> <polygon fill="%23269FBF" points="15.498,15.863 11.992,15.863 11.992,26.986 8.496,26.986 8.496,15.863 4.99,15.863 4.99,12.748 15.498,12.748 "/> </svg>');
}
.lightBlue.icon-constraint-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.38,8.401 11.982,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4157" y1="6.7666" x2="32.2113" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M12.131,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,11.181,13.305,10.927,12.131,10.927L12.131,10.927z"/> <path fill="%23269FBF" d="M16.867,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,22.045,16.867,22.507,16.867,23.028z"/> </svg>');
}
.lightBlue.icon-constraint-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.621 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.105,21.17 16.238,19.461 16.238,13.621 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4202 8.926)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23269FBF" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23269FBF" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.607" fill="%23269FBF" width="9.982" height="3.133"/> </svg> ');
}
.lightBlue.icon-constraint-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.981,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.379,8.401 11.981,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4155" y1="6.7666" x2="32.2111" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M4.341,20.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.454,21.262,5.452,20.847,4.341,20.847L4.341,20.847z"/> <path fill="%23FFFFFF" d="M12.829,10.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,11.529,15.09,10.632,12.829,10.632L12.829,10.632z"/> <path fill="%23269FBF" d="M18.244,19.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,16.782,18.246,18.385,18.244,19.868z M14.747,19.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,23.992,14.747,21.335,14.747,19.868z"/> <path fill="%23269FBF" d="M6.441,24.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,24.367,6.441,24.946z"/> </svg>');
}
.lightBlue.icon-constraint-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.145 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%23269FBF" points="9.498,19.955 7.778,18.236 5.456,20.559 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.998 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%23269FBF" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.lightBlue.icon-constraint-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <circle fill="%23FFFFFF" cx="12.708" cy="21.285" r="8.429"/> <path fill="%23269FBF" d="M12.702,14.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.257,14.856,12.702,14.856z"/> <polygon fill="%23FFFFFF" points="16.79,25.179 11.518,21.987 11.518,16.03 13.518,16.03 13.518,20.86 17.825,23.468 "/> </svg>');
}
.lightBlue.icon-constraint-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.685,18.42 12.983,19.374 24.604,26.741 23.641,23.914 "/> <path fill="%23999999" d="M18.348,2.836L10.684,19.65l16.981,11.068L18.348,2.836z M18.381,8.401l0.568,1.679l4.692,13.834 l0.963,2.828l-11.621-7.368L18.381,8.401z"/> <polyline fill="%23676767" points="18.948,10.08 18.381,8.401 12.983,19.374 14.685,18.42 18.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.417" y1="6.7666" x2="33.2126" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.331,1.978 18.348,2.836 27.666,30.718 29.335,29.44 "/> <polygon fill="%23FFFFFF" points="19.641,14.125 18.476,11.62 9.301,20.34 5.09,16.129 0.141,21.078 9.301,30.24 21.575,17.966 20.515,15.582 "/> <polygon fill="%23269FBF" points="9.301,27.411 2.969,21.078 5.09,18.957 9.301,23.168 18.144,14.326 20.265,16.448 "/> </svg> ');
}
.lightBlue.icon-constraint-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.983,19.374 23.604,26.741 22.641,23.914 "/> <path fill="%23999999" d="M17.348,2.836L9.685,19.65l16.981,11.068L17.348,2.836z M17.381,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.381,8.401z"/> <polyline fill="%23676767" points="17.949,10.08 17.381,8.401 11.983,19.374 13.685,18.42 17.949,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4172" y1="6.7666" x2="32.2128" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.332,1.978 17.348,2.836 26.666,30.718 28.335,29.44 "/> <polygon fill="%23FFFFFF" points="4.64,9.846 4.64,28.323 21.117,28.323 21.117,21.369 17.949,20.518 17.117,15.369 11.593,15.369 11.593,9.846 11.593,9.846 "/> <polygon fill="%23269FBF" points="9.593,23.369 9.593,20.322 15.117,20.322 15.117,17.369 9.593,17.369 9.593,11.845 6.64,11.845 6.64,26.322 19.117,26.322 19.117,23.369 "/> </svg>');
}
.lightBlue.icon-constraint-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.683,18.42 11.981,19.374 23.602,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.682,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.946,10.08 17.379,8.401 11.981,19.374 13.683,18.42 17.946,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4149" y1="6.7666" x2="32.2105" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.329,1.978 17.345,2.836 26.663,30.718 28.332,29.44 "/> <path fill="%23FFFFFF" d="M5.743,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345C8.33,18.36,7.865,18.089,7.35,17.909 C6.847,17.732,6.306,17.643,5.743,17.643L5.743,17.643z"/> <polygon fill="%23FFFFFF" points="16.18,17.733 15.063,17.733 12.503,17.733 12.211,17.733 11.99,17.923 9.621,19.969 9.353,20.201 9.353,20.552 9.353,23.255 9.353,24.95 10.645,23.839 11.723,22.912 11.723,27.74 11.723,28.513 12.503,28.513 15.063,28.513 15.843,28.513 15.843,27.74 16.442,18.506 16.18,17.733 "/> <path fill="%23FFFFFF" d="M20.157,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.261,17.732,20.72,17.643,20.157,17.643L20.157,17.643z"/> <path fill="%23269FBF" d="M9.284,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166s-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V24.403z M6.747,24.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.651,25.064,6.747,24.785,6.747,24.418z"/> <path fill="%23269FBF" d="M15.011,27.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V27.74z"/> <path fill="%23269FBF" d="M23.698,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223 c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657s0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48 V24.403z M21.161,24.418v-2.567c0-0.377-0.096-0.663-0.287-0.857s-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C21.065,25.064,21.161,24.785,21.161,24.418z"/> </svg>');
}
.lightBlue.icon-constraint-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.698,16.534 12.094,17.432 23.045,24.375 22.137,21.71 "/> <path fill="%23999999" d="M17.149,1.848L9.928,17.693l16.002,10.43L17.149,1.848z M17.181,7.093l0.535,1.582l4.422,13.036l0.908,2.665 l-10.951-6.943L17.181,7.093z"/> <polyline fill="%23676767" points="17.715,8.674 17.181,7.093 12.094,17.432 13.698,16.534 17.715,8.674 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4454" y1="5.5524" x2="31.157" y2="23.264"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.019,1.04 17.149,1.849 25.93,28.123 27.503,26.918 "/> <polygon fill="%2333CCFF" points="7.678,19.42 5.975,20.374 17.596,27.741 16.633,24.914 "/> <path fill="%23269FBF" d="M11.34,3.836L3.677,20.65l16.981,11.068L11.34,3.836z M11.373,9.401l0.568,1.679l4.692,13.834l0.963,2.828 L5.975,20.374L11.373,9.401z"/> <polyline fill="%232189a5" points="11.941,11.08 11.373,9.401 5.975,20.374 7.678,19.42 11.941,11.08 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.4093" y1="7.7667" x2="26.2049" y2="26.5623"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="0.2588" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <polygon fill="url(%23SVGID_2_)" points="13.324,2.978 11.34,3.836 20.658,31.718 22.327,30.44 "/> </svg>');
}
.lightBlue.icon-constraint-any{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.982,19.374 23.604,26.741 22.64,23.914 "/> <path fill="%23999999" d="M17.347,2.836L9.684,19.65l16.981,11.068L17.347,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.948,10.08 17.381,8.401 11.982,19.374 13.685,18.42 17.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4166" y1="6.7666" x2="32.2123" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.331,1.978 17.347,2.836 26.665,30.718 28.334,29.44 "/> <polygon fill="%23FFFFFF" points="11.388,8.593 9.757,10.86 2.247,21.304 1.102,22.896 2.67,24.072 10.181,29.705 11.386,30.609 12.587,29.7 20.039,24.067 21.591,22.894 20.461,21.31 13.009,10.866 11.388,8.593 "/> <path fill="%2333CCFF" d="M3.87,22.472l7.511,5.633V12.027L3.87,22.472z"/> <path fill="%232189a5" d="M11.381,28.105l7.452-5.633l-7.452-10.445V28.105z"/> </svg>');
}
.lightBlue.icon-constraint-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <path fill="%23FFFFFF" d="M13.979,27.295c-1.266,0-2.337-0.705-3.013-1.295c-1.646-1.44-2.815-3.754-3.208-6.35 c-0.391-2.582,0.07-5.892,2.659-6.725c0.086-0.027,0.162-0.043,0.239-0.059l0.034,0.125l-0.017-0.135 c0.132-0.03,0.468-0.098,0.861-0.177c0.563-0.113,1.504-0.303,1.69-0.357c0.307-0.075,0.581-0.108,0.856-0.108 c1.985,0,3.51,1.684,4.073,2.407c1.023,1.317,1.757,3.031,2.065,4.827c0.266,1.555,0.337,3.766-0.831,5.473 c-0.576,0.842-1.884,1.339-3.534,1.902c-0.255,0.087-0.486,0.166-0.674,0.236l-0.097,0.037l-0.829-1.824l0.354,0.827l0.058,0.082 l0.318,0.948c-0.121,0.042-0.207,0.07-0.298,0.09C14.453,27.27,14.217,27.295,13.979,27.295z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.1396" y1="13.2137" x2="15.1396" y2="26.1906"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="0.2588" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.502,13.283c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C16.489,14.108,15.037,12.91,13.502,13.283"/> <path fill="%23269FBF" d="M10.724,13.877C8.57,14.57,8.473,17.69,8.747,19.501c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C15.091,16.057,13.109,13.117,10.724,13.877z"/> </svg>');
}
.lightBlue.icon-constraint-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="5.25,23.403 4.3,15.291 11.859,11.986 19.419,15.291 18.468,23.403 11.859,28.41 "/> <path fill="%232189a5" d="M11.859,27.155l5.665-4.292l0.815-6.953l-6.481,3.691V27.155z"/> <path fill="%23269FBF" d="M6.194,22.863l5.665,4.292v-7.554L5.378,15.91L6.194,22.863z"/> <path fill="%2333CCFF" d="M18.34,15.91l-6.481-2.833L5.378,15.91l6.481,3.691L18.34,15.91z"/> </svg>');
}
.green.icon-constraint-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23999999" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%23676767" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.green.icon-constraint-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2339b563" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%232f8c51" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%2321663c" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="0.2588" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.green.icon-constraint-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="17.558,10.748 2.99,10.748 2.99,17.863 6.496,17.863 6.496,28.986 13.992,28.986 13.992,17.863 17.498,17.863 "/> <polygon fill="%232f8c51" points="15.498,15.863 11.992,15.863 11.992,26.986 8.496,26.986 8.496,15.863 4.99,15.863 4.99,12.748 15.498,12.748 "/> </svg>');
}
.green.icon-constraint-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.38,8.401 11.982,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4157" y1="6.7666" x2="32.2113" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M12.131,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,11.181,13.305,10.927,12.131,10.927L12.131,10.927z"/> <path fill="%232f8c51" d="M16.867,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,22.045,16.867,22.507,16.867,23.028z"/> </svg>');
}
.green.icon-constraint-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.621 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.105,21.17 16.238,19.461 16.238,13.621 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4202 8.926)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%232f8c51" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%232f8c51" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.607" fill="%232f8c51" width="9.982" height="3.133"/> </svg> ');
}
.green.icon-constraint-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.981,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.379,8.401 11.981,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4155" y1="6.7666" x2="32.2111" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M4.341,20.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.454,21.262,5.452,20.847,4.341,20.847L4.341,20.847z"/> <path fill="%23FFFFFF" d="M12.829,10.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,11.529,15.09,10.632,12.829,10.632L12.829,10.632z"/> <path fill="%232f8c51" d="M18.244,19.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,16.782,18.246,18.385,18.244,19.868z M14.747,19.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,23.992,14.747,21.335,14.747,19.868z"/> <path fill="%232f8c51" d="M6.441,24.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,24.367,6.441,24.946z"/> </svg>');
}
.green.icon-constraint-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.145 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%232f8c51" points="9.498,19.955 7.778,18.236 5.456,20.559 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.998 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%232f8c51" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.green.icon-constraint-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <circle fill="%23FFFFFF" cx="12.708" cy="21.285" r="8.429"/> <path fill="%232f8c51" d="M12.702,14.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.257,14.856,12.702,14.856z"/> <polygon fill="%23FFFFFF" points="16.79,25.179 11.518,21.987 11.518,16.03 13.518,16.03 13.518,20.86 17.825,23.468 "/> </svg>');
}
.green.icon-constraint-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.685,18.42 12.983,19.374 24.604,26.741 23.641,23.914 "/> <path fill="%23999999" d="M18.348,2.836L10.684,19.65l16.981,11.068L18.348,2.836z M18.381,8.401l0.568,1.679l4.692,13.834 l0.963,2.828l-11.621-7.368L18.381,8.401z"/> <polyline fill="%23676767" points="18.948,10.08 18.381,8.401 12.983,19.374 14.685,18.42 18.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.417" y1="6.7666" x2="33.2126" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.331,1.978 18.348,2.836 27.666,30.718 29.335,29.44 "/> <polygon fill="%23FFFFFF" points="19.641,14.125 18.476,11.62 9.301,20.34 5.09,16.129 0.141,21.078 9.301,30.24 21.575,17.966 20.515,15.582 "/> <polygon fill="%232f8c51" points="9.301,27.411 2.969,21.078 5.09,18.957 9.301,23.168 18.144,14.326 20.265,16.448 "/> </svg> ');
}
.green.icon-constraint-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.983,19.374 23.604,26.741 22.641,23.914 "/> <path fill="%23999999" d="M17.348,2.836L9.685,19.65l16.981,11.068L17.348,2.836z M17.381,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.381,8.401z"/> <polyline fill="%23676767" points="17.949,10.08 17.381,8.401 11.983,19.374 13.685,18.42 17.949,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4172" y1="6.7666" x2="32.2128" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.332,1.978 17.348,2.836 26.666,30.718 28.335,29.44 "/> <polygon fill="%23FFFFFF" points="4.64,9.846 4.64,28.323 21.117,28.323 21.117,21.369 17.949,20.518 17.117,15.369 11.593,15.369 11.593,9.846 11.593,9.846 "/> <polygon fill="%232f8c51" points="9.593,23.369 9.593,20.322 15.117,20.322 15.117,17.369 9.593,17.369 9.593,11.845 6.64,11.845 6.64,26.322 19.117,26.322 19.117,23.369 "/> </svg>');
}
.green.icon-constraint-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.683,18.42 11.981,19.374 23.602,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.682,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.946,10.08 17.379,8.401 11.981,19.374 13.683,18.42 17.946,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4149" y1="6.7666" x2="32.2105" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.329,1.978 17.345,2.836 26.663,30.718 28.332,29.44 "/> <path fill="%23FFFFFF" d="M5.743,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345C8.33,18.36,7.865,18.089,7.35,17.909 C6.847,17.732,6.306,17.643,5.743,17.643L5.743,17.643z"/> <polygon fill="%23FFFFFF" points="16.18,17.733 15.063,17.733 12.503,17.733 12.211,17.733 11.99,17.923 9.621,19.969 9.353,20.201 9.353,20.552 9.353,23.255 9.353,24.95 10.645,23.839 11.723,22.912 11.723,27.74 11.723,28.513 12.503,28.513 15.063,28.513 15.843,28.513 15.843,27.74 16.442,18.506 16.18,17.733 "/> <path fill="%23FFFFFF" d="M20.157,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.261,17.732,20.72,17.643,20.157,17.643L20.157,17.643z"/> <path fill="%232f8c51" d="M9.284,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166s-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V24.403z M6.747,24.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.651,25.064,6.747,24.785,6.747,24.418z"/> <path fill="%232f8c51" d="M15.011,27.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V27.74z"/> <path fill="%232f8c51" d="M23.698,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223 c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657s0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48 V24.403z M21.161,24.418v-2.567c0-0.377-0.096-0.663-0.287-0.857s-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C21.065,25.064,21.161,24.785,21.161,24.418z"/> </svg>');
}
.green.icon-constraint-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.698,16.534 12.094,17.432 23.045,24.375 22.137,21.71 "/> <path fill="%23999999" d="M17.149,1.848L9.928,17.693l16.002,10.43L17.149,1.848z M17.181,7.093l0.535,1.582l4.422,13.036l0.908,2.665 l-10.951-6.943L17.181,7.093z"/> <polyline fill="%23676767" points="17.715,8.674 17.181,7.093 12.094,17.432 13.698,16.534 17.715,8.674 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4454" y1="5.5524" x2="31.157" y2="23.264"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.019,1.04 17.149,1.849 25.93,28.123 27.503,26.918 "/> <polygon fill="%2339b563" points="7.678,19.42 5.975,20.374 17.596,27.741 16.633,24.914 "/> <path fill="%232f8c51" d="M11.34,3.836L3.677,20.65l16.981,11.068L11.34,3.836z M11.373,9.401l0.568,1.679l4.692,13.834l0.963,2.828 L5.975,20.374L11.373,9.401z"/> <polyline fill="%2321663c" points="11.941,11.08 11.373,9.401 5.975,20.374 7.678,19.42 11.941,11.08 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.4093" y1="7.7667" x2="26.2049" y2="26.5623"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="0.2588" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <polygon fill="url(%23SVGID_2_)" points="13.324,2.978 11.34,3.836 20.658,31.718 22.327,30.44 "/> </svg>');
}
.green.icon-constraint-any{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.982,19.374 23.604,26.741 22.64,23.914 "/> <path fill="%23999999" d="M17.347,2.836L9.684,19.65l16.981,11.068L17.347,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.948,10.08 17.381,8.401 11.982,19.374 13.685,18.42 17.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4166" y1="6.7666" x2="32.2123" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.331,1.978 17.347,2.836 26.665,30.718 28.334,29.44 "/> <polygon fill="%23FFFFFF" points="11.388,8.593 9.757,10.86 2.247,21.304 1.102,22.896 2.67,24.072 10.181,29.705 11.386,30.609 12.587,29.7 20.039,24.067 21.591,22.894 20.461,21.31 13.009,10.866 11.388,8.593 "/> <path fill="%2339b563" d="M3.87,22.472l7.511,5.633V12.027L3.87,22.472z"/> <path fill="%2321663c" d="M11.381,28.105l7.452-5.633l-7.452-10.445V28.105z"/> </svg>');
}
.green.icon-constraint-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <path fill="%23FFFFFF" d="M13.979,27.295c-1.266,0-2.337-0.705-3.013-1.295c-1.646-1.44-2.815-3.754-3.208-6.35 c-0.391-2.582,0.07-5.892,2.659-6.725c0.086-0.027,0.162-0.043,0.239-0.059l0.034,0.125l-0.017-0.135 c0.132-0.03,0.468-0.098,0.861-0.177c0.563-0.113,1.504-0.303,1.69-0.357c0.307-0.075,0.581-0.108,0.856-0.108 c1.985,0,3.51,1.684,4.073,2.407c1.023,1.317,1.757,3.031,2.065,4.827c0.266,1.555,0.337,3.766-0.831,5.473 c-0.576,0.842-1.884,1.339-3.534,1.902c-0.255,0.087-0.486,0.166-0.674,0.236l-0.097,0.037l-0.829-1.824l0.354,0.827l0.058,0.082 l0.318,0.948c-0.121,0.042-0.207,0.07-0.298,0.09C14.453,27.27,14.217,27.295,13.979,27.295z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.1396" y1="13.2137" x2="15.1396" y2="26.1906"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="0.2588" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.502,13.283c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C16.489,14.108,15.037,12.91,13.502,13.283"/> <path fill="%232f8c51" d="M10.724,13.877C8.57,14.57,8.473,17.69,8.747,19.501c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C15.091,16.057,13.109,13.117,10.724,13.877z"/> </svg>');
}
.green.icon-constraint-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="5.25,23.403 4.3,15.291 11.859,11.986 19.419,15.291 18.468,23.403 11.859,28.41 "/> <path fill="%2321663c" d="M11.859,27.155l5.665-4.292l0.815-6.953l-6.481,3.691V27.155z"/> <path fill="%232f8c51" d="M6.194,22.863l5.665,4.292v-7.554L5.378,15.91L6.194,22.863z"/> <path fill="%2339b563" d="M18.34,15.91l-6.481-2.833L5.378,15.91l6.481,3.691L18.34,15.91z"/> </svg>');
}
.lightGreen.icon-constraint-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23999999" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%23676767" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.lightGreen.icon-constraint-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300e500" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%2300b200" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%23009900" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="0.2588" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.lightGreen.icon-constraint-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="17.558,10.748 2.99,10.748 2.99,17.863 6.496,17.863 6.496,28.986 13.992,28.986 13.992,17.863 17.498,17.863 "/> <polygon fill="%2300b200" points="15.498,15.863 11.992,15.863 11.992,26.986 8.496,26.986 8.496,15.863 4.99,15.863 4.99,12.748 15.498,12.748 "/> </svg>');
}
.lightGreen.icon-constraint-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.38,8.401 11.982,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4157" y1="6.7666" x2="32.2113" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M12.131,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,11.181,13.305,10.927,12.131,10.927L12.131,10.927z"/> <path fill="%2300b200" d="M16.867,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,22.045,16.867,22.507,16.867,23.028z"/> </svg>');
}
.lightGreen.icon-constraint-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.621 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.105,21.17 16.238,19.461 16.238,13.621 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4202 8.926)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%2300b200" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%2300b200" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.607" fill="%2300b200" width="9.982" height="3.133"/> </svg> ');
}
.lightGreen.icon-constraint-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.981,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.379,8.401 11.981,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4155" y1="6.7666" x2="32.2111" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M4.341,20.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.454,21.262,5.452,20.847,4.341,20.847L4.341,20.847z"/> <path fill="%23FFFFFF" d="M12.829,10.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,11.529,15.09,10.632,12.829,10.632L12.829,10.632z"/> <path fill="%2300b200" d="M18.244,19.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,16.782,18.246,18.385,18.244,19.868z M14.747,19.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,23.992,14.747,21.335,14.747,19.868z"/> <path fill="%2300b200" d="M6.441,24.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,24.367,6.441,24.946z"/> </svg>');
}
.lightGreen.icon-constraint-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.145 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%2300b200" points="9.498,19.955 7.778,18.236 5.456,20.559 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.998 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%2300b200" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.lightGreen.icon-constraint-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <circle fill="%23FFFFFF" cx="12.708" cy="21.285" r="8.429"/> <path fill="%2300b200" d="M12.702,14.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.257,14.856,12.702,14.856z"/> <polygon fill="%23FFFFFF" points="16.79,25.179 11.518,21.987 11.518,16.03 13.518,16.03 13.518,20.86 17.825,23.468 "/> </svg>');
}
.lightGreen.icon-constraint-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.685,18.42 12.983,19.374 24.604,26.741 23.641,23.914 "/> <path fill="%23999999" d="M18.348,2.836L10.684,19.65l16.981,11.068L18.348,2.836z M18.381,8.401l0.568,1.679l4.692,13.834 l0.963,2.828l-11.621-7.368L18.381,8.401z"/> <polyline fill="%23676767" points="18.948,10.08 18.381,8.401 12.983,19.374 14.685,18.42 18.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.417" y1="6.7666" x2="33.2126" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.331,1.978 18.348,2.836 27.666,30.718 29.335,29.44 "/> <polygon fill="%23FFFFFF" points="19.641,14.125 18.476,11.62 9.301,20.34 5.09,16.129 0.141,21.078 9.301,30.24 21.575,17.966 20.515,15.582 "/> <polygon fill="%2300b200" points="9.301,27.411 2.969,21.078 5.09,18.957 9.301,23.168 18.144,14.326 20.265,16.448 "/> </svg> ');
}
.lightGreen.icon-constraint-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.983,19.374 23.604,26.741 22.641,23.914 "/> <path fill="%23999999" d="M17.348,2.836L9.685,19.65l16.981,11.068L17.348,2.836z M17.381,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.381,8.401z"/> <polyline fill="%23676767" points="17.949,10.08 17.381,8.401 11.983,19.374 13.685,18.42 17.949,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4172" y1="6.7666" x2="32.2128" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.332,1.978 17.348,2.836 26.666,30.718 28.335,29.44 "/> <polygon fill="%23FFFFFF" points="4.64,9.846 4.64,28.323 21.117,28.323 21.117,21.369 17.949,20.518 17.117,15.369 11.593,15.369 11.593,9.846 11.593,9.846 "/> <polygon fill="%2300b200" points="9.593,23.369 9.593,20.322 15.117,20.322 15.117,17.369 9.593,17.369 9.593,11.845 6.64,11.845 6.64,26.322 19.117,26.322 19.117,23.369 "/> </svg>');
}
.lightGreen.icon-constraint-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.683,18.42 11.981,19.374 23.602,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.682,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.946,10.08 17.379,8.401 11.981,19.374 13.683,18.42 17.946,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4149" y1="6.7666" x2="32.2105" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.329,1.978 17.345,2.836 26.663,30.718 28.332,29.44 "/> <path fill="%23FFFFFF" d="M5.743,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345C8.33,18.36,7.865,18.089,7.35,17.909 C6.847,17.732,6.306,17.643,5.743,17.643L5.743,17.643z"/> <polygon fill="%23FFFFFF" points="16.18,17.733 15.063,17.733 12.503,17.733 12.211,17.733 11.99,17.923 9.621,19.969 9.353,20.201 9.353,20.552 9.353,23.255 9.353,24.95 10.645,23.839 11.723,22.912 11.723,27.74 11.723,28.513 12.503,28.513 15.063,28.513 15.843,28.513 15.843,27.74 16.442,18.506 16.18,17.733 "/> <path fill="%23FFFFFF" d="M20.157,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.261,17.732,20.72,17.643,20.157,17.643L20.157,17.643z"/> <path fill="%2300b200" d="M9.284,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166s-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V24.403z M6.747,24.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.651,25.064,6.747,24.785,6.747,24.418z"/> <path fill="%2300b200" d="M15.011,27.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V27.74z"/> <path fill="%2300b200" d="M23.698,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223 c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657s0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48 V24.403z M21.161,24.418v-2.567c0-0.377-0.096-0.663-0.287-0.857s-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C21.065,25.064,21.161,24.785,21.161,24.418z"/> </svg>');
}
.lightGreen.icon-constraint-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.698,16.534 12.094,17.432 23.045,24.375 22.137,21.71 "/> <path fill="%23999999" d="M17.149,1.848L9.928,17.693l16.002,10.43L17.149,1.848z M17.181,7.093l0.535,1.582l4.422,13.036l0.908,2.665 l-10.951-6.943L17.181,7.093z"/> <polyline fill="%23676767" points="17.715,8.674 17.181,7.093 12.094,17.432 13.698,16.534 17.715,8.674 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4454" y1="5.5524" x2="31.157" y2="23.264"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.019,1.04 17.149,1.849 25.93,28.123 27.503,26.918 "/> <polygon fill="%2300e500" points="7.678,19.42 5.975,20.374 17.596,27.741 16.633,24.914 "/> <path fill="%2300b200" d="M11.34,3.836L3.677,20.65l16.981,11.068L11.34,3.836z M11.373,9.401l0.568,1.679l4.692,13.834l0.963,2.828 L5.975,20.374L11.373,9.401z"/> <polyline fill="%23009900" points="11.941,11.08 11.373,9.401 5.975,20.374 7.678,19.42 11.941,11.08 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.4093" y1="7.7667" x2="26.2049" y2="26.5623"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="0.2588" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <polygon fill="url(%23SVGID_2_)" points="13.324,2.978 11.34,3.836 20.658,31.718 22.327,30.44 "/> </svg>');
}
.lightGreen.icon-constraint-any{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.982,19.374 23.604,26.741 22.64,23.914 "/> <path fill="%23999999" d="M17.347,2.836L9.684,19.65l16.981,11.068L17.347,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.948,10.08 17.381,8.401 11.982,19.374 13.685,18.42 17.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4166" y1="6.7666" x2="32.2123" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.331,1.978 17.347,2.836 26.665,30.718 28.334,29.44 "/> <polygon fill="%23FFFFFF" points="11.388,8.593 9.757,10.86 2.247,21.304 1.102,22.896 2.67,24.072 10.181,29.705 11.386,30.609 12.587,29.7 20.039,24.067 21.591,22.894 20.461,21.31 13.009,10.866 11.388,8.593 "/> <path fill="%2300e500" d="M3.87,22.472l7.511,5.633V12.027L3.87,22.472z"/> <path fill="%23009900" d="M11.381,28.105l7.452-5.633l-7.452-10.445V28.105z"/> </svg>');
}
.lightGreen.icon-constraint-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <path fill="%23FFFFFF" d="M13.979,27.295c-1.266,0-2.337-0.705-3.013-1.295c-1.646-1.44-2.815-3.754-3.208-6.35 c-0.391-2.582,0.07-5.892,2.659-6.725c0.086-0.027,0.162-0.043,0.239-0.059l0.034,0.125l-0.017-0.135 c0.132-0.03,0.468-0.098,0.861-0.177c0.563-0.113,1.504-0.303,1.69-0.357c0.307-0.075,0.581-0.108,0.856-0.108 c1.985,0,3.51,1.684,4.073,2.407c1.023,1.317,1.757,3.031,2.065,4.827c0.266,1.555,0.337,3.766-0.831,5.473 c-0.576,0.842-1.884,1.339-3.534,1.902c-0.255,0.087-0.486,0.166-0.674,0.236l-0.097,0.037l-0.829-1.824l0.354,0.827l0.058,0.082 l0.318,0.948c-0.121,0.042-0.207,0.07-0.298,0.09C14.453,27.27,14.217,27.295,13.979,27.295z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.1396" y1="13.2137" x2="15.1396" y2="26.1906"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="0.2588" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.502,13.283c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C16.489,14.108,15.037,12.91,13.502,13.283"/> <path fill="%2300b200" d="M10.724,13.877C8.57,14.57,8.473,17.69,8.747,19.501c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C15.091,16.057,13.109,13.117,10.724,13.877z"/> </svg>');
}
.lightGreen.icon-constraint-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="5.25,23.403 4.3,15.291 11.859,11.986 19.419,15.291 18.468,23.403 11.859,28.41 "/> <path fill="%23009900" d="M11.859,27.155l5.665-4.292l0.815-6.953l-6.481,3.691V27.155z"/> <path fill="%2300b200" d="M6.194,22.863l5.665,4.292v-7.554L5.378,15.91L6.194,22.863z"/> <path fill="%2300e500" d="M18.34,15.91l-6.481-2.833L5.378,15.91l6.481,3.691L18.34,15.91z"/> </svg>');
}
.yellow.icon-constraint-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23999999" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%23676767" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.yellow.icon-constraint-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23f9e100" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23ccaa00" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%23a58d00" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="0.2588" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.yellow.icon-constraint-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="17.558,10.748 2.99,10.748 2.99,17.863 6.496,17.863 6.496,28.986 13.992,28.986 13.992,17.863 17.498,17.863 "/> <polygon fill="%23ccaa00" points="15.498,15.863 11.992,15.863 11.992,26.986 8.496,26.986 8.496,15.863 4.99,15.863 4.99,12.748 15.498,12.748 "/> </svg>');
}
.yellow.icon-constraint-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.38,8.401 11.982,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4157" y1="6.7666" x2="32.2113" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M12.131,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,11.181,13.305,10.927,12.131,10.927L12.131,10.927z"/> <path fill="%23ccaa00" d="M16.867,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,22.045,16.867,22.507,16.867,23.028z"/> </svg>');
}
.yellow.icon-constraint-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.621 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.105,21.17 16.238,19.461 16.238,13.621 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4202 8.926)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23ccaa00" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23ccaa00" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.607" fill="%23ccaa00" width="9.982" height="3.133"/> </svg> ');
}
.yellow.icon-constraint-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.981,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.379,8.401 11.981,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4155" y1="6.7666" x2="32.2111" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M4.341,20.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.454,21.262,5.452,20.847,4.341,20.847L4.341,20.847z"/> <path fill="%23FFFFFF" d="M12.829,10.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,11.529,15.09,10.632,12.829,10.632L12.829,10.632z"/> <path fill="%23ccaa00" d="M18.244,19.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,16.782,18.246,18.385,18.244,19.868z M14.747,19.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,23.992,14.747,21.335,14.747,19.868z"/> <path fill="%23ccaa00" d="M6.441,24.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,24.367,6.441,24.946z"/> </svg>');
}
.yellow.icon-constraint-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.145 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%23ccaa00" points="9.498,19.955 7.778,18.236 5.456,20.559 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.998 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%23ccaa00" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.yellow.icon-constraint-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <circle fill="%23FFFFFF" cx="12.708" cy="21.285" r="8.429"/> <path fill="%23ccaa00" d="M12.702,14.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.257,14.856,12.702,14.856z"/> <polygon fill="%23FFFFFF" points="16.79,25.179 11.518,21.987 11.518,16.03 13.518,16.03 13.518,20.86 17.825,23.468 "/> </svg>');
}
.yellow.icon-constraint-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.685,18.42 12.983,19.374 24.604,26.741 23.641,23.914 "/> <path fill="%23999999" d="M18.348,2.836L10.684,19.65l16.981,11.068L18.348,2.836z M18.381,8.401l0.568,1.679l4.692,13.834 l0.963,2.828l-11.621-7.368L18.381,8.401z"/> <polyline fill="%23676767" points="18.948,10.08 18.381,8.401 12.983,19.374 14.685,18.42 18.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.417" y1="6.7666" x2="33.2126" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.331,1.978 18.348,2.836 27.666,30.718 29.335,29.44 "/> <polygon fill="%23FFFFFF" points="19.641,14.125 18.476,11.62 9.301,20.34 5.09,16.129 0.141,21.078 9.301,30.24 21.575,17.966 20.515,15.582 "/> <polygon fill="%23ccaa00" points="9.301,27.411 2.969,21.078 5.09,18.957 9.301,23.168 18.144,14.326 20.265,16.448 "/> </svg> ');
}
.yellow.icon-constraint-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.983,19.374 23.604,26.741 22.641,23.914 "/> <path fill="%23999999" d="M17.348,2.836L9.685,19.65l16.981,11.068L17.348,2.836z M17.381,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.381,8.401z"/> <polyline fill="%23676767" points="17.949,10.08 17.381,8.401 11.983,19.374 13.685,18.42 17.949,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4172" y1="6.7666" x2="32.2128" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.332,1.978 17.348,2.836 26.666,30.718 28.335,29.44 "/> <polygon fill="%23FFFFFF" points="4.64,9.846 4.64,28.323 21.117,28.323 21.117,21.369 17.949,20.518 17.117,15.369 11.593,15.369 11.593,9.846 11.593,9.846 "/> <polygon fill="%23ccaa00" points="9.593,23.369 9.593,20.322 15.117,20.322 15.117,17.369 9.593,17.369 9.593,11.845 6.64,11.845 6.64,26.322 19.117,26.322 19.117,23.369 "/> </svg>');
}
.yellow.icon-constraint-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.683,18.42 11.981,19.374 23.602,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.682,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.946,10.08 17.379,8.401 11.981,19.374 13.683,18.42 17.946,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4149" y1="6.7666" x2="32.2105" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.329,1.978 17.345,2.836 26.663,30.718 28.332,29.44 "/> <path fill="%23FFFFFF" d="M5.743,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345C8.33,18.36,7.865,18.089,7.35,17.909 C6.847,17.732,6.306,17.643,5.743,17.643L5.743,17.643z"/> <polygon fill="%23FFFFFF" points="16.18,17.733 15.063,17.733 12.503,17.733 12.211,17.733 11.99,17.923 9.621,19.969 9.353,20.201 9.353,20.552 9.353,23.255 9.353,24.95 10.645,23.839 11.723,22.912 11.723,27.74 11.723,28.513 12.503,28.513 15.063,28.513 15.843,28.513 15.843,27.74 16.442,18.506 16.18,17.733 "/> <path fill="%23FFFFFF" d="M20.157,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.261,17.732,20.72,17.643,20.157,17.643L20.157,17.643z"/> <path fill="%23ccaa00" d="M9.284,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166s-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V24.403z M6.747,24.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.651,25.064,6.747,24.785,6.747,24.418z"/> <path fill="%23ccaa00" d="M15.011,27.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V27.74z"/> <path fill="%23ccaa00" d="M23.698,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223 c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657s0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48 V24.403z M21.161,24.418v-2.567c0-0.377-0.096-0.663-0.287-0.857s-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C21.065,25.064,21.161,24.785,21.161,24.418z"/> </svg>');
}
.yellow.icon-constraint-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.698,16.534 12.094,17.432 23.045,24.375 22.137,21.71 "/> <path fill="%23999999" d="M17.149,1.848L9.928,17.693l16.002,10.43L17.149,1.848z M17.181,7.093l0.535,1.582l4.422,13.036l0.908,2.665 l-10.951-6.943L17.181,7.093z"/> <polyline fill="%23676767" points="17.715,8.674 17.181,7.093 12.094,17.432 13.698,16.534 17.715,8.674 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4454" y1="5.5524" x2="31.157" y2="23.264"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.019,1.04 17.149,1.849 25.93,28.123 27.503,26.918 "/> <polygon fill="%23f9e100" points="7.678,19.42 5.975,20.374 17.596,27.741 16.633,24.914 "/> <path fill="%23ccaa00" d="M11.34,3.836L3.677,20.65l16.981,11.068L11.34,3.836z M11.373,9.401l0.568,1.679l4.692,13.834l0.963,2.828 L5.975,20.374L11.373,9.401z"/> <polyline fill="%23a58d00" points="11.941,11.08 11.373,9.401 5.975,20.374 7.678,19.42 11.941,11.08 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.4093" y1="7.7667" x2="26.2049" y2="26.5623"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="0.2588" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <polygon fill="url(%23SVGID_2_)" points="13.324,2.978 11.34,3.836 20.658,31.718 22.327,30.44 "/> </svg>');
}
.yellow.icon-constraint-any{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.982,19.374 23.604,26.741 22.64,23.914 "/> <path fill="%23999999" d="M17.347,2.836L9.684,19.65l16.981,11.068L17.347,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.948,10.08 17.381,8.401 11.982,19.374 13.685,18.42 17.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4166" y1="6.7666" x2="32.2123" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.331,1.978 17.347,2.836 26.665,30.718 28.334,29.44 "/> <polygon fill="%23FFFFFF" points="11.388,8.593 9.757,10.86 2.247,21.304 1.102,22.896 2.67,24.072 10.181,29.705 11.386,30.609 12.587,29.7 20.039,24.067 21.591,22.894 20.461,21.31 13.009,10.866 11.388,8.593 "/> <path fill="%23f9e100" d="M3.87,22.472l7.511,5.633V12.027L3.87,22.472z"/> <path fill="%23a58d00" d="M11.381,28.105l7.452-5.633l-7.452-10.445V28.105z"/> </svg>');
}
.yellow.icon-constraint-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <path fill="%23FFFFFF" d="M13.979,27.295c-1.266,0-2.337-0.705-3.013-1.295c-1.646-1.44-2.815-3.754-3.208-6.35 c-0.391-2.582,0.07-5.892,2.659-6.725c0.086-0.027,0.162-0.043,0.239-0.059l0.034,0.125l-0.017-0.135 c0.132-0.03,0.468-0.098,0.861-0.177c0.563-0.113,1.504-0.303,1.69-0.357c0.307-0.075,0.581-0.108,0.856-0.108 c1.985,0,3.51,1.684,4.073,2.407c1.023,1.317,1.757,3.031,2.065,4.827c0.266,1.555,0.337,3.766-0.831,5.473 c-0.576,0.842-1.884,1.339-3.534,1.902c-0.255,0.087-0.486,0.166-0.674,0.236l-0.097,0.037l-0.829-1.824l0.354,0.827l0.058,0.082 l0.318,0.948c-0.121,0.042-0.207,0.07-0.298,0.09C14.453,27.27,14.217,27.295,13.979,27.295z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.1396" y1="13.2137" x2="15.1396" y2="26.1906"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="0.2588" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.502,13.283c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C16.489,14.108,15.037,12.91,13.502,13.283"/> <path fill="%23ccaa00" d="M10.724,13.877C8.57,14.57,8.473,17.69,8.747,19.501c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C15.091,16.057,13.109,13.117,10.724,13.877z"/> </svg>');
}
.yellow.icon-constraint-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="5.25,23.403 4.3,15.291 11.859,11.986 19.419,15.291 18.468,23.403 11.859,28.41 "/> <path fill="%23a58d00" d="M11.859,27.155l5.665-4.292l0.815-6.953l-6.481,3.691V27.155z"/> <path fill="%23ccaa00" d="M6.194,22.863l5.665,4.292v-7.554L5.378,15.91L6.194,22.863z"/> <path fill="%23f9e100" d="M18.34,15.91l-6.481-2.833L5.378,15.91l6.481,3.691L18.34,15.91z"/> </svg>');
}
.purple.icon-constraint-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23999999" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%23676767" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.purple.icon-constraint-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF99FF" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23FF66FF" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%23990099" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="0.2588" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.purple.icon-constraint-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="17.558,10.748 2.99,10.748 2.99,17.863 6.496,17.863 6.496,28.986 13.992,28.986 13.992,17.863 17.498,17.863 "/> <polygon fill="%23FF66FF" points="15.498,15.863 11.992,15.863 11.992,26.986 8.496,26.986 8.496,15.863 4.99,15.863 4.99,12.748 15.498,12.748 "/> </svg>');
}
.purple.icon-constraint-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.38,8.401 11.982,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4157" y1="6.7666" x2="32.2113" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M12.131,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,11.181,13.305,10.927,12.131,10.927L12.131,10.927z"/> <path fill="%23FF66FF" d="M16.867,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,22.045,16.867,22.507,16.867,23.028z"/> </svg>');
}
.purple.icon-constraint-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.621 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.105,21.17 16.238,19.461 16.238,13.621 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4202 8.926)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23FF66FF" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23FF66FF" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.607" fill="%23FF66FF" width="9.982" height="3.133"/> </svg> ');
}
.purple.icon-constraint-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.981,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.379,8.401 11.981,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4155" y1="6.7666" x2="32.2111" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M4.341,20.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.454,21.262,5.452,20.847,4.341,20.847L4.341,20.847z"/> <path fill="%23FFFFFF" d="M12.829,10.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,11.529,15.09,10.632,12.829,10.632L12.829,10.632z"/> <path fill="%23FF66FF" d="M18.244,19.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,16.782,18.246,18.385,18.244,19.868z M14.747,19.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,23.992,14.747,21.335,14.747,19.868z"/> <path fill="%23FF66FF" d="M6.441,24.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,24.367,6.441,24.946z"/> </svg>');
}
.purple.icon-constraint-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.145 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%23FF66FF" points="9.498,19.955 7.778,18.236 5.456,20.559 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.998 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%23FF66FF" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.purple.icon-constraint-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <circle fill="%23FFFFFF" cx="12.708" cy="21.285" r="8.429"/> <path fill="%23FF66FF" d="M12.702,14.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.257,14.856,12.702,14.856z"/> <polygon fill="%23FFFFFF" points="16.79,25.179 11.518,21.987 11.518,16.03 13.518,16.03 13.518,20.86 17.825,23.468 "/> </svg>');
}
.purple.icon-constraint-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.685,18.42 12.983,19.374 24.604,26.741 23.641,23.914 "/> <path fill="%23999999" d="M18.348,2.836L10.684,19.65l16.981,11.068L18.348,2.836z M18.381,8.401l0.568,1.679l4.692,13.834 l0.963,2.828l-11.621-7.368L18.381,8.401z"/> <polyline fill="%23676767" points="18.948,10.08 18.381,8.401 12.983,19.374 14.685,18.42 18.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.417" y1="6.7666" x2="33.2126" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.331,1.978 18.348,2.836 27.666,30.718 29.335,29.44 "/> <polygon fill="%23FFFFFF" points="19.641,14.125 18.476,11.62 9.301,20.34 5.09,16.129 0.141,21.078 9.301,30.24 21.575,17.966 20.515,15.582 "/> <polygon fill="%23FF66FF" points="9.301,27.411 2.969,21.078 5.09,18.957 9.301,23.168 18.144,14.326 20.265,16.448 "/> </svg> ');
}
.purple.icon-constraint-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.983,19.374 23.604,26.741 22.641,23.914 "/> <path fill="%23999999" d="M17.348,2.836L9.685,19.65l16.981,11.068L17.348,2.836z M17.381,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.381,8.401z"/> <polyline fill="%23676767" points="17.949,10.08 17.381,8.401 11.983,19.374 13.685,18.42 17.949,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4172" y1="6.7666" x2="32.2128" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.332,1.978 17.348,2.836 26.666,30.718 28.335,29.44 "/> <polygon fill="%23FFFFFF" points="4.64,9.846 4.64,28.323 21.117,28.323 21.117,21.369 17.949,20.518 17.117,15.369 11.593,15.369 11.593,9.846 11.593,9.846 "/> <polygon fill="%23FF66FF" points="9.593,23.369 9.593,20.322 15.117,20.322 15.117,17.369 9.593,17.369 9.593,11.845 6.64,11.845 6.64,26.322 19.117,26.322 19.117,23.369 "/> </svg>');
}
.purple.icon-constraint-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.683,18.42 11.981,19.374 23.602,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.682,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.946,10.08 17.379,8.401 11.981,19.374 13.683,18.42 17.946,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4149" y1="6.7666" x2="32.2105" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.329,1.978 17.345,2.836 26.663,30.718 28.332,29.44 "/> <path fill="%23FFFFFF" d="M5.743,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345C8.33,18.36,7.865,18.089,7.35,17.909 C6.847,17.732,6.306,17.643,5.743,17.643L5.743,17.643z"/> <polygon fill="%23FFFFFF" points="16.18,17.733 15.063,17.733 12.503,17.733 12.211,17.733 11.99,17.923 9.621,19.969 9.353,20.201 9.353,20.552 9.353,23.255 9.353,24.95 10.645,23.839 11.723,22.912 11.723,27.74 11.723,28.513 12.503,28.513 15.063,28.513 15.843,28.513 15.843,27.74 16.442,18.506 16.18,17.733 "/> <path fill="%23FFFFFF" d="M20.157,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.261,17.732,20.72,17.643,20.157,17.643L20.157,17.643z"/> <path fill="%23FF66FF" d="M9.284,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166s-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V24.403z M6.747,24.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.651,25.064,6.747,24.785,6.747,24.418z"/> <path fill="%23FF66FF" d="M15.011,27.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V27.74z"/> <path fill="%23FF66FF" d="M23.698,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223 c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657s0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48 V24.403z M21.161,24.418v-2.567c0-0.377-0.096-0.663-0.287-0.857s-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C21.065,25.064,21.161,24.785,21.161,24.418z"/> </svg>');
}
.purple.icon-constraint-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.698,16.534 12.094,17.432 23.045,24.375 22.137,21.71 "/> <path fill="%23999999" d="M17.149,1.848L9.928,17.693l16.002,10.43L17.149,1.848z M17.181,7.093l0.535,1.582l4.422,13.036l0.908,2.665 l-10.951-6.943L17.181,7.093z"/> <polyline fill="%23676767" points="17.715,8.674 17.181,7.093 12.094,17.432 13.698,16.534 17.715,8.674 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4454" y1="5.5524" x2="31.157" y2="23.264"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.019,1.04 17.149,1.849 25.93,28.123 27.503,26.918 "/> <polygon fill="%23FF99FF" points="7.678,19.42 5.975,20.374 17.596,27.741 16.633,24.914 "/> <path fill="%23FF66FF" d="M11.34,3.836L3.677,20.65l16.981,11.068L11.34,3.836z M11.373,9.401l0.568,1.679l4.692,13.834l0.963,2.828 L5.975,20.374L11.373,9.401z"/> <polyline fill="%23990099" points="11.941,11.08 11.373,9.401 5.975,20.374 7.678,19.42 11.941,11.08 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.4093" y1="7.7667" x2="26.2049" y2="26.5623"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="0.2588" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <polygon fill="url(%23SVGID_2_)" points="13.324,2.978 11.34,3.836 20.658,31.718 22.327,30.44 "/> </svg>');
}
.purple.icon-constraint-any{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.982,19.374 23.604,26.741 22.64,23.914 "/> <path fill="%23999999" d="M17.347,2.836L9.684,19.65l16.981,11.068L17.347,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.948,10.08 17.381,8.401 11.982,19.374 13.685,18.42 17.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4166" y1="6.7666" x2="32.2123" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.331,1.978 17.347,2.836 26.665,30.718 28.334,29.44 "/> <polygon fill="%23FFFFFF" points="11.388,8.593 9.757,10.86 2.247,21.304 1.102,22.896 2.67,24.072 10.181,29.705 11.386,30.609 12.587,29.7 20.039,24.067 21.591,22.894 20.461,21.31 13.009,10.866 11.388,8.593 "/> <path fill="%23FF99FF" d="M3.87,22.472l7.511,5.633V12.027L3.87,22.472z"/> <path fill="%23990099" d="M11.381,28.105l7.452-5.633l-7.452-10.445V28.105z"/> </svg>');
}
.purple.icon-constraint-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <path fill="%23FFFFFF" d="M13.979,27.295c-1.266,0-2.337-0.705-3.013-1.295c-1.646-1.44-2.815-3.754-3.208-6.35 c-0.391-2.582,0.07-5.892,2.659-6.725c0.086-0.027,0.162-0.043,0.239-0.059l0.034,0.125l-0.017-0.135 c0.132-0.03,0.468-0.098,0.861-0.177c0.563-0.113,1.504-0.303,1.69-0.357c0.307-0.075,0.581-0.108,0.856-0.108 c1.985,0,3.51,1.684,4.073,2.407c1.023,1.317,1.757,3.031,2.065,4.827c0.266,1.555,0.337,3.766-0.831,5.473 c-0.576,0.842-1.884,1.339-3.534,1.902c-0.255,0.087-0.486,0.166-0.674,0.236l-0.097,0.037l-0.829-1.824l0.354,0.827l0.058,0.082 l0.318,0.948c-0.121,0.042-0.207,0.07-0.298,0.09C14.453,27.27,14.217,27.295,13.979,27.295z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.1396" y1="13.2137" x2="15.1396" y2="26.1906"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="0.2588" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.502,13.283c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C16.489,14.108,15.037,12.91,13.502,13.283"/> <path fill="%23FF66FF" d="M10.724,13.877C8.57,14.57,8.473,17.69,8.747,19.501c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C15.091,16.057,13.109,13.117,10.724,13.877z"/> </svg>');
}
.purple.icon-constraint-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="5.25,23.403 4.3,15.291 11.859,11.986 19.419,15.291 18.468,23.403 11.859,28.41 "/> <path fill="%23990099" d="M11.859,27.155l5.665-4.292l0.815-6.953l-6.481,3.691V27.155z"/> <path fill="%23FF66FF" d="M6.194,22.863l5.665,4.292v-7.554L5.378,15.91L6.194,22.863z"/> <path fill="%23FF99FF" d="M18.34,15.91l-6.481-2.833L5.378,15.91l6.481,3.691L18.34,15.91z"/> </svg>');
}
.grey.icon-constraint-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23999999" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%23676767" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.grey.icon-constraint-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23999999" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%23676767" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.grey.icon-constraint-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="17.558,10.748 2.99,10.748 2.99,17.863 6.496,17.863 6.496,28.986 13.992,28.986 13.992,17.863 17.498,17.863 "/> <polygon fill="%23999999" points="15.498,15.863 11.992,15.863 11.992,26.986 8.496,26.986 8.496,15.863 4.99,15.863 4.99,12.748 15.498,12.748 "/> </svg>');
}
.grey.icon-constraint-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.38,8.401 11.982,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4157" y1="6.7666" x2="32.2113" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M12.131,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,11.181,13.305,10.927,12.131,10.927L12.131,10.927z"/> <path fill="%23999999" d="M16.867,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,22.045,16.867,22.507,16.867,23.028z"/> </svg>');
}
.grey.icon-constraint-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.621 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.105,21.17 16.238,19.461 16.238,13.621 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4202 8.926)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23999999" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23999999" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.607" fill="%23999999" width="9.982" height="3.133"/> </svg> ');
}
.grey.icon-constraint-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.981,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.379,8.401 11.981,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4155" y1="6.7666" x2="32.2111" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M4.341,20.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.454,21.262,5.452,20.847,4.341,20.847L4.341,20.847z"/> <path fill="%23FFFFFF" d="M12.829,10.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,11.529,15.09,10.632,12.829,10.632L12.829,10.632z"/> <path fill="%23999999" d="M18.244,19.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,16.782,18.246,18.385,18.244,19.868z M14.747,19.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,23.992,14.747,21.335,14.747,19.868z"/> <path fill="%23999999" d="M6.441,24.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,24.367,6.441,24.946z"/> </svg>');
}
.grey.icon-constraint-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.145 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%23999999" points="9.498,19.955 7.778,18.236 5.456,20.559 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.998 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%23999999" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.grey.icon-constraint-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <circle fill="%23FFFFFF" cx="12.708" cy="21.285" r="8.429"/> <path fill="%23999999" d="M12.702,14.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.257,14.856,12.702,14.856z"/> <polygon fill="%23FFFFFF" points="16.79,25.179 11.518,21.987 11.518,16.03 13.518,16.03 13.518,20.86 17.825,23.468 "/> </svg>');
}
.grey.icon-constraint-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.685,18.42 12.983,19.374 24.604,26.741 23.641,23.914 "/> <path fill="%23999999" d="M18.348,2.836L10.684,19.65l16.981,11.068L18.348,2.836z M18.381,8.401l0.568,1.679l4.692,13.834 l0.963,2.828l-11.621-7.368L18.381,8.401z"/> <polyline fill="%23676767" points="18.948,10.08 18.381,8.401 12.983,19.374 14.685,18.42 18.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.417" y1="6.7666" x2="33.2126" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.331,1.978 18.348,2.836 27.666,30.718 29.335,29.44 "/> <polygon fill="%23FFFFFF" points="19.641,14.125 18.476,11.62 9.301,20.34 5.09,16.129 0.141,21.078 9.301,30.24 21.575,17.966 20.515,15.582 "/> <polygon fill="%23999999" points="9.301,27.411 2.969,21.078 5.09,18.957 9.301,23.168 18.144,14.326 20.265,16.448 "/> </svg> ');
}
.grey.icon-constraint-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.983,19.374 23.604,26.741 22.641,23.914 "/> <path fill="%23999999" d="M17.348,2.836L9.685,19.65l16.981,11.068L17.348,2.836z M17.381,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.381,8.401z"/> <polyline fill="%23676767" points="17.949,10.08 17.381,8.401 11.983,19.374 13.685,18.42 17.949,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4172" y1="6.7666" x2="32.2128" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.332,1.978 17.348,2.836 26.666,30.718 28.335,29.44 "/> <polygon fill="%23FFFFFF" points="4.64,9.846 4.64,28.323 21.117,28.323 21.117,21.369 17.949,20.518 17.117,15.369 11.593,15.369 11.593,9.846 11.593,9.846 "/> <polygon fill="%23999999" points="9.593,23.369 9.593,20.322 15.117,20.322 15.117,17.369 9.593,17.369 9.593,11.845 6.64,11.845 6.64,26.322 19.117,26.322 19.117,23.369 "/> </svg>');
}
.grey.icon-constraint-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.683,18.42 11.981,19.374 23.602,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.682,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.946,10.08 17.379,8.401 11.981,19.374 13.683,18.42 17.946,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4149" y1="6.7666" x2="32.2105" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.329,1.978 17.345,2.836 26.663,30.718 28.332,29.44 "/> <path fill="%23FFFFFF" d="M5.743,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345C8.33,18.36,7.865,18.089,7.35,17.909 C6.847,17.732,6.306,17.643,5.743,17.643L5.743,17.643z"/> <polygon fill="%23FFFFFF" points="16.18,17.733 15.063,17.733 12.503,17.733 12.211,17.733 11.99,17.923 9.621,19.969 9.353,20.201 9.353,20.552 9.353,23.255 9.353,24.95 10.645,23.839 11.723,22.912 11.723,27.74 11.723,28.513 12.503,28.513 15.063,28.513 15.843,28.513 15.843,27.74 16.442,18.506 16.18,17.733 "/> <path fill="%23FFFFFF" d="M20.157,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.261,17.732,20.72,17.643,20.157,17.643L20.157,17.643z"/> <path fill="%23999999" d="M9.284,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166s-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V24.403z M6.747,24.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.651,25.064,6.747,24.785,6.747,24.418z"/> <path fill="%23999999" d="M15.011,27.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V27.74z"/> <path fill="%23999999" d="M23.698,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223 c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657s0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48 V24.403z M21.161,24.418v-2.567c0-0.377-0.096-0.663-0.287-0.857s-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C21.065,25.064,21.161,24.785,21.161,24.418z"/> </svg>');
}
.grey.icon-constraint-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.698,16.534 12.094,17.432 23.045,24.375 22.137,21.71 "/> <path fill="%23999999" d="M17.149,1.848L9.928,17.693l16.002,10.43L17.149,1.848z M17.181,7.093l0.535,1.582l4.422,13.036l0.908,2.665 l-10.951-6.943L17.181,7.093z"/> <polyline fill="%23676767" points="17.715,8.674 17.181,7.093 12.094,17.432 13.698,16.534 17.715,8.674 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4454" y1="5.5524" x2="31.157" y2="23.264"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.019,1.04 17.149,1.849 25.93,28.123 27.503,26.918 "/> <polygon fill="%23CCCCCC" points="7.678,19.42 5.975,20.374 17.596,27.741 16.633,24.914 "/> <path fill="%23999999" d="M11.34,3.836L3.677,20.65l16.981,11.068L11.34,3.836z M11.373,9.401l0.568,1.679l4.692,13.834l0.963,2.828 L5.975,20.374L11.373,9.401z"/> <polyline fill="%23676767" points="11.941,11.08 11.373,9.401 5.975,20.374 7.678,19.42 11.941,11.08 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.4093" y1="7.7667" x2="26.2049" y2="26.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_2_)" points="13.324,2.978 11.34,3.836 20.658,31.718 22.327,30.44 "/> </svg>');
}
.grey.icon-constraint-any{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.982,19.374 23.604,26.741 22.64,23.914 "/> <path fill="%23999999" d="M17.347,2.836L9.684,19.65l16.981,11.068L17.347,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.948,10.08 17.381,8.401 11.982,19.374 13.685,18.42 17.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4166" y1="6.7666" x2="32.2123" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.331,1.978 17.347,2.836 26.665,30.718 28.334,29.44 "/> <polygon fill="%23FFFFFF" points="11.388,8.593 9.757,10.86 2.247,21.304 1.102,22.896 2.67,24.072 10.181,29.705 11.386,30.609 12.587,29.7 20.039,24.067 21.591,22.894 20.461,21.31 13.009,10.866 11.388,8.593 "/> <path fill="%23CCCCCC" d="M3.87,22.472l7.511,5.633V12.027L3.87,22.472z"/> <path fill="%23676767" d="M11.381,28.105l7.452-5.633l-7.452-10.445V28.105z"/> </svg>');
}
.grey.icon-constraint-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <path fill="%23FFFFFF" d="M13.979,27.295c-1.266,0-2.337-0.705-3.013-1.295c-1.646-1.44-2.815-3.754-3.208-6.35 c-0.391-2.582,0.07-5.892,2.659-6.725c0.086-0.027,0.162-0.043,0.239-0.059l0.034,0.125l-0.017-0.135 c0.132-0.03,0.468-0.098,0.861-0.177c0.563-0.113,1.504-0.303,1.69-0.357c0.307-0.075,0.581-0.108,0.856-0.108 c1.985,0,3.51,1.684,4.073,2.407c1.023,1.317,1.757,3.031,2.065,4.827c0.266,1.555,0.337,3.766-0.831,5.473 c-0.576,0.842-1.884,1.339-3.534,1.902c-0.255,0.087-0.486,0.166-0.674,0.236l-0.097,0.037l-0.829-1.824l0.354,0.827l0.058,0.082 l0.318,0.948c-0.121,0.042-0.207,0.07-0.298,0.09C14.453,27.27,14.217,27.295,13.979,27.295z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.1396" y1="13.2137" x2="15.1396" y2="26.1906"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.502,13.283c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C16.489,14.108,15.037,12.91,13.502,13.283"/> <path fill="%23999999" d="M10.724,13.877C8.57,14.57,8.473,17.69,8.747,19.501c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C15.091,16.057,13.109,13.117,10.724,13.877z"/> </svg>');
}
.grey.icon-constraint-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="5.25,23.403 4.3,15.291 11.859,11.986 19.419,15.291 18.468,23.403 11.859,28.41 "/> <path fill="%23676767" d="M11.859,27.155l5.665-4.292l0.815-6.953l-6.481,3.691V27.155z"/> <path fill="%23999999" d="M6.194,22.863l5.665,4.292v-7.554L5.378,15.91L6.194,22.863z"/> <path fill="%23CCCCCC" d="M18.34,15.91l-6.481-2.833L5.378,15.91l6.481,3.691L18.34,15.91z"/> </svg>');
}
.orange.icon-constraint-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23999999" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%23676767" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.orange.icon-constraint-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ffbc00" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23d88500" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%23a56600" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="0.2588" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.orange.icon-constraint-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="17.558,10.748 2.99,10.748 2.99,17.863 6.496,17.863 6.496,28.986 13.992,28.986 13.992,17.863 17.498,17.863 "/> <polygon fill="%23d88500" points="15.498,15.863 11.992,15.863 11.992,26.986 8.496,26.986 8.496,15.863 4.99,15.863 4.99,12.748 15.498,12.748 "/> </svg>');
}
.orange.icon-constraint-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.38,8.401 11.982,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4157" y1="6.7666" x2="32.2113" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M12.131,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,11.181,13.305,10.927,12.131,10.927L12.131,10.927z"/> <path fill="%23d88500" d="M16.867,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,22.045,16.867,22.507,16.867,23.028z"/> </svg>');
}
.orange.icon-constraint-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.621 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.105,21.17 16.238,19.461 16.238,13.621 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4202 8.926)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23d88500" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23d88500" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.607" fill="%23d88500" width="9.982" height="3.133"/> </svg> ');
}
.orange.icon-constraint-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.981,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.379,8.401 11.981,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4155" y1="6.7666" x2="32.2111" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M4.341,20.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.454,21.262,5.452,20.847,4.341,20.847L4.341,20.847z"/> <path fill="%23FFFFFF" d="M12.829,10.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,11.529,15.09,10.632,12.829,10.632L12.829,10.632z"/> <path fill="%23d88500" d="M18.244,19.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,16.782,18.246,18.385,18.244,19.868z M14.747,19.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,23.992,14.747,21.335,14.747,19.868z"/> <path fill="%23d88500" d="M6.441,24.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,24.367,6.441,24.946z"/> </svg>');
}
.orange.icon-constraint-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.145 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%23d88500" points="9.498,19.955 7.778,18.236 5.456,20.559 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.998 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%23d88500" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.orange.icon-constraint-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <circle fill="%23FFFFFF" cx="12.708" cy="21.285" r="8.429"/> <path fill="%23d88500" d="M12.702,14.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.257,14.856,12.702,14.856z"/> <polygon fill="%23FFFFFF" points="16.79,25.179 11.518,21.987 11.518,16.03 13.518,16.03 13.518,20.86 17.825,23.468 "/> </svg>');
}
.orange.icon-constraint-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.685,18.42 12.983,19.374 24.604,26.741 23.641,23.914 "/> <path fill="%23999999" d="M18.348,2.836L10.684,19.65l16.981,11.068L18.348,2.836z M18.381,8.401l0.568,1.679l4.692,13.834 l0.963,2.828l-11.621-7.368L18.381,8.401z"/> <polyline fill="%23676767" points="18.948,10.08 18.381,8.401 12.983,19.374 14.685,18.42 18.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.417" y1="6.7666" x2="33.2126" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.331,1.978 18.348,2.836 27.666,30.718 29.335,29.44 "/> <polygon fill="%23FFFFFF" points="19.641,14.125 18.476,11.62 9.301,20.34 5.09,16.129 0.141,21.078 9.301,30.24 21.575,17.966 20.515,15.582 "/> <polygon fill="%23d88500" points="9.301,27.411 2.969,21.078 5.09,18.957 9.301,23.168 18.144,14.326 20.265,16.448 "/> </svg> ');
}
.orange.icon-constraint-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.983,19.374 23.604,26.741 22.641,23.914 "/> <path fill="%23999999" d="M17.348,2.836L9.685,19.65l16.981,11.068L17.348,2.836z M17.381,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.381,8.401z"/> <polyline fill="%23676767" points="17.949,10.08 17.381,8.401 11.983,19.374 13.685,18.42 17.949,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4172" y1="6.7666" x2="32.2128" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.332,1.978 17.348,2.836 26.666,30.718 28.335,29.44 "/> <polygon fill="%23FFFFFF" points="4.64,9.846 4.64,28.323 21.117,28.323 21.117,21.369 17.949,20.518 17.117,15.369 11.593,15.369 11.593,9.846 11.593,9.846 "/> <polygon fill="%23d88500" points="9.593,23.369 9.593,20.322 15.117,20.322 15.117,17.369 9.593,17.369 9.593,11.845 6.64,11.845 6.64,26.322 19.117,26.322 19.117,23.369 "/> </svg>');
}
.orange.icon-constraint-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.683,18.42 11.981,19.374 23.602,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.682,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.946,10.08 17.379,8.401 11.981,19.374 13.683,18.42 17.946,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4149" y1="6.7666" x2="32.2105" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.329,1.978 17.345,2.836 26.663,30.718 28.332,29.44 "/> <path fill="%23FFFFFF" d="M5.743,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345C8.33,18.36,7.865,18.089,7.35,17.909 C6.847,17.732,6.306,17.643,5.743,17.643L5.743,17.643z"/> <polygon fill="%23FFFFFF" points="16.18,17.733 15.063,17.733 12.503,17.733 12.211,17.733 11.99,17.923 9.621,19.969 9.353,20.201 9.353,20.552 9.353,23.255 9.353,24.95 10.645,23.839 11.723,22.912 11.723,27.74 11.723,28.513 12.503,28.513 15.063,28.513 15.843,28.513 15.843,27.74 16.442,18.506 16.18,17.733 "/> <path fill="%23FFFFFF" d="M20.157,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.261,17.732,20.72,17.643,20.157,17.643L20.157,17.643z"/> <path fill="%23d88500" d="M9.284,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166s-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V24.403z M6.747,24.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.651,25.064,6.747,24.785,6.747,24.418z"/> <path fill="%23d88500" d="M15.011,27.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V27.74z"/> <path fill="%23d88500" d="M23.698,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223 c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657s0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48 V24.403z M21.161,24.418v-2.567c0-0.377-0.096-0.663-0.287-0.857s-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C21.065,25.064,21.161,24.785,21.161,24.418z"/> </svg>');
}
.orange.icon-constraint-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.698,16.534 12.094,17.432 23.045,24.375 22.137,21.71 "/> <path fill="%23999999" d="M17.149,1.848L9.928,17.693l16.002,10.43L17.149,1.848z M17.181,7.093l0.535,1.582l4.422,13.036l0.908,2.665 l-10.951-6.943L17.181,7.093z"/> <polyline fill="%23676767" points="17.715,8.674 17.181,7.093 12.094,17.432 13.698,16.534 17.715,8.674 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4454" y1="5.5524" x2="31.157" y2="23.264"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.019,1.04 17.149,1.849 25.93,28.123 27.503,26.918 "/> <polygon fill="%23ffbc00" points="7.678,19.42 5.975,20.374 17.596,27.741 16.633,24.914 "/> <path fill="%23d88500" d="M11.34,3.836L3.677,20.65l16.981,11.068L11.34,3.836z M11.373,9.401l0.568,1.679l4.692,13.834l0.963,2.828 L5.975,20.374L11.373,9.401z"/> <polyline fill="%23a56600" points="11.941,11.08 11.373,9.401 5.975,20.374 7.678,19.42 11.941,11.08 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.4093" y1="7.7667" x2="26.2049" y2="26.5623"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="0.2588" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <polygon fill="url(%23SVGID_2_)" points="13.324,2.978 11.34,3.836 20.658,31.718 22.327,30.44 "/> </svg>');
}
.orange.icon-constraint-any{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.982,19.374 23.604,26.741 22.64,23.914 "/> <path fill="%23999999" d="M17.347,2.836L9.684,19.65l16.981,11.068L17.347,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.948,10.08 17.381,8.401 11.982,19.374 13.685,18.42 17.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4166" y1="6.7666" x2="32.2123" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.331,1.978 17.347,2.836 26.665,30.718 28.334,29.44 "/> <polygon fill="%23FFFFFF" points="11.388,8.593 9.757,10.86 2.247,21.304 1.102,22.896 2.67,24.072 10.181,29.705 11.386,30.609 12.587,29.7 20.039,24.067 21.591,22.894 20.461,21.31 13.009,10.866 11.388,8.593 "/> <path fill="%23ffbc00" d="M3.87,22.472l7.511,5.633V12.027L3.87,22.472z"/> <path fill="%23a56600" d="M11.381,28.105l7.452-5.633l-7.452-10.445V28.105z"/> </svg>');
}
.orange.icon-constraint-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <path fill="%23FFFFFF" d="M13.979,27.295c-1.266,0-2.337-0.705-3.013-1.295c-1.646-1.44-2.815-3.754-3.208-6.35 c-0.391-2.582,0.07-5.892,2.659-6.725c0.086-0.027,0.162-0.043,0.239-0.059l0.034,0.125l-0.017-0.135 c0.132-0.03,0.468-0.098,0.861-0.177c0.563-0.113,1.504-0.303,1.69-0.357c0.307-0.075,0.581-0.108,0.856-0.108 c1.985,0,3.51,1.684,4.073,2.407c1.023,1.317,1.757,3.031,2.065,4.827c0.266,1.555,0.337,3.766-0.831,5.473 c-0.576,0.842-1.884,1.339-3.534,1.902c-0.255,0.087-0.486,0.166-0.674,0.236l-0.097,0.037l-0.829-1.824l0.354,0.827l0.058,0.082 l0.318,0.948c-0.121,0.042-0.207,0.07-0.298,0.09C14.453,27.27,14.217,27.295,13.979,27.295z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.1396" y1="13.2137" x2="15.1396" y2="26.1906"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="0.2588" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.502,13.283c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C16.489,14.108,15.037,12.91,13.502,13.283"/> <path fill="%23d88500" d="M10.724,13.877C8.57,14.57,8.473,17.69,8.747,19.501c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C15.091,16.057,13.109,13.117,10.724,13.877z"/> </svg>');
}
.orange.icon-constraint-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="5.25,23.403 4.3,15.291 11.859,11.986 19.419,15.291 18.468,23.403 11.859,28.41 "/> <path fill="%23a56600" d="M11.859,27.155l5.665-4.292l0.815-6.953l-6.481,3.691V27.155z"/> <path fill="%23d88500" d="M6.194,22.863l5.665,4.292v-7.554L5.378,15.91L6.194,22.863z"/> <path fill="%23ffbc00" d="M18.34,15.91l-6.481-2.833L5.378,15.91l6.481,3.691L18.34,15.91z"/> </svg>');
}
.red.icon-constraint-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23999999" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%23676767" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.red.icon-constraint-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF0000" points="11.678,18.42 9.975,19.374 21.596,26.741 20.633,23.914 "/> <path fill="%23CC0000" d="M15.34,2.836L7.677,19.65l16.981,11.068L15.34,2.836z M15.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 L9.975,19.374L15.373,8.401z"/> <polyline fill="%23990000" points="15.941,10.08 15.373,8.401 9.975,19.374 11.678,18.42 15.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4093" y1="6.7666" x2="30.205" y2="25.5623"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="0.2588" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="17.324,1.978 15.34,2.836 24.658,30.718 26.327,29.44 "/> </svg>');
}
.red.icon-constraint-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="17.558,10.748 2.99,10.748 2.99,17.863 6.496,17.863 6.496,28.986 13.992,28.986 13.992,17.863 17.498,17.863 "/> <polygon fill="%23CC0000" points="15.498,15.863 11.992,15.863 11.992,26.986 8.496,26.986 8.496,15.863 4.99,15.863 4.99,12.748 15.498,12.748 "/> </svg>');
}
.red.icon-constraint-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.38,8.401 11.982,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4157" y1="6.7666" x2="32.2113" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M12.131,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,11.181,13.305,10.927,12.131,10.927L12.131,10.927z"/> <path fill="%23CC0000" d="M16.867,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,22.045,16.867,22.507,16.867,23.028z"/> </svg>');
}
.red.icon-constraint-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.982,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <polygon fill="%23FFFFFF" points="0,21.161 8.256,13.621 8.256,19.461 6.388,21.17 8.256,22.886 8.256,28.732 "/> <polygon fill="%23FFFFFF" points="16.238,22.886 18.105,21.17 16.238,19.461 16.238,13.621 24.144,21.161 16.238,28.732 "/> <rect x="9.68" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4202 8.926)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23CC0000" d="M7.256,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23CC0000" d="M23.013,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.013,21.163z"/> <rect x="7.256" y="19.607" fill="%23CC0000" width="9.982" height="3.133"/> </svg> ');
}
.red.icon-constraint-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.684,18.42 11.981,19.374 23.603,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.683,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.947,10.08 17.379,8.401 11.981,19.374 13.684,18.42 17.947,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4155" y1="6.7666" x2="32.2111" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.33,1.978 17.346,2.836 26.664,30.718 28.333,29.44 "/> <path fill="%23FFFFFF" d="M4.341,20.847c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.454,21.262,5.452,20.847,4.341,20.847L4.341,20.847z"/> <path fill="%23FFFFFF" d="M12.829,10.632c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,11.529,15.09,10.632,12.829,10.632L12.829,10.632z"/> <path fill="%23CC0000" d="M18.244,19.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,16.782,18.246,18.385,18.244,19.868z M14.747,19.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,23.992,14.747,21.335,14.747,19.868z"/> <path fill="%23CC0000" d="M6.441,24.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,24.367,6.441,24.946z"/> </svg>');
}
.red.icon-constraint-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.678,18.42 12.976,19.374 24.597,26.741 23.633,23.914 "/> <path fill="%23999999" d="M18.34,2.836L10.677,19.65l16.981,11.068L18.34,2.836z M18.374,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L18.374,8.401z"/> <polyline fill="%23676767" points="18.941,10.08 18.374,8.401 12.976,19.374 14.678,18.42 18.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.4097" y1="6.7666" x2="33.2053" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.324,1.978 18.34,2.836 27.658,30.718 29.327,29.44 "/> <path fill="%23FFFFFF" d="M19.77,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.601 2.322,22.278 0,19.955 3.133,16.822 5.456,19.145 7.778,16.822 10.912,19.955 8.589,22.278 10.912,24.601 7.778,27.735 5.456,25.412 3.133,27.735 "/> <polygon fill="%23CC0000" points="9.498,19.955 7.778,18.236 5.456,20.559 3.133,18.236 1.414,19.955 3.736,22.278 1.414,24.601 3.133,26.321 5.456,23.998 7.778,26.321 9.498,24.601 7.175,22.278 "/> <path fill="%23CC0000" d="M19.243,25.987H9.878v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg> ');
}
.red.icon-constraint-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <circle fill="%23FFFFFF" cx="12.708" cy="21.285" r="8.429"/> <path fill="%23CC0000" d="M12.702,14.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.257,14.856,12.702,14.856z"/> <polygon fill="%23FFFFFF" points="16.79,25.179 11.518,21.987 11.518,16.03 13.518,16.03 13.518,20.86 17.825,23.468 "/> </svg>');
}
.red.icon-constraint-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="14.685,18.42 12.983,19.374 24.604,26.741 23.641,23.914 "/> <path fill="%23999999" d="M18.348,2.836L10.684,19.65l16.981,11.068L18.348,2.836z M18.381,8.401l0.568,1.679l4.692,13.834 l0.963,2.828l-11.621-7.368L18.381,8.401z"/> <polyline fill="%23676767" points="18.948,10.08 18.381,8.401 12.983,19.374 14.685,18.42 18.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.417" y1="6.7666" x2="33.2126" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="20.331,1.978 18.348,2.836 27.666,30.718 29.335,29.44 "/> <polygon fill="%23FFFFFF" points="19.641,14.125 18.476,11.62 9.301,20.34 5.09,16.129 0.141,21.078 9.301,30.24 21.575,17.966 20.515,15.582 "/> <polygon fill="%23CC0000" points="9.301,27.411 2.969,21.078 5.09,18.957 9.301,23.168 18.144,14.326 20.265,16.448 "/> </svg> ');
}
.red.icon-constraint-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.983,19.374 23.604,26.741 22.641,23.914 "/> <path fill="%23999999" d="M17.348,2.836L9.685,19.65l16.981,11.068L17.348,2.836z M17.381,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.381,8.401z"/> <polyline fill="%23676767" points="17.949,10.08 17.381,8.401 11.983,19.374 13.685,18.42 17.949,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4172" y1="6.7666" x2="32.2128" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.332,1.978 17.348,2.836 26.666,30.718 28.335,29.44 "/> <polygon fill="%23FFFFFF" points="4.64,9.846 4.64,28.323 21.117,28.323 21.117,21.369 17.949,20.518 17.117,15.369 11.593,15.369 11.593,9.846 11.593,9.846 "/> <polygon fill="%23CC0000" points="9.593,23.369 9.593,20.322 15.117,20.322 15.117,17.369 9.593,17.369 9.593,11.845 6.64,11.845 6.64,26.322 19.117,26.322 19.117,23.369 "/> </svg>');
}
.red.icon-constraint-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.683,18.42 11.981,19.374 23.602,26.741 22.639,23.914 "/> <path fill="%23999999" d="M17.346,2.836L9.682,19.65l16.981,11.068L17.346,2.836z M17.379,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.379,8.401z"/> <polyline fill="%23676767" points="17.946,10.08 17.379,8.401 11.981,19.374 13.683,18.42 17.946,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4149" y1="6.7666" x2="32.2105" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.329,1.978 17.345,2.836 26.663,30.718 28.332,29.44 "/> <path fill="%23FFFFFF" d="M5.743,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345C8.33,18.36,7.865,18.089,7.35,17.909 C6.847,17.732,6.306,17.643,5.743,17.643L5.743,17.643z"/> <polygon fill="%23FFFFFF" points="16.18,17.733 15.063,17.733 12.503,17.733 12.211,17.733 11.99,17.923 9.621,19.969 9.353,20.201 9.353,20.552 9.353,23.255 9.353,24.95 10.645,23.839 11.723,22.912 11.723,27.74 11.723,28.513 12.503,28.513 15.063,28.513 15.843,28.513 15.843,27.74 16.442,18.506 16.18,17.733 "/> <path fill="%23FFFFFF" d="M20.157,17.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.261,17.732,20.72,17.643,20.157,17.643L20.157,17.643z"/> <path fill="%23CC0000" d="M9.284,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166s-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076s0.283,0.921,0.283,1.48V24.403z M6.747,24.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.651,25.064,6.747,24.785,6.747,24.418z"/> <path fill="%23CC0000" d="M15.011,27.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V27.74z"/> <path fill="%23CC0000" d="M23.698,24.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393 c-0.544-0.262-0.979-0.65-1.306-1.166c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476 c0.194-0.425,0.454-0.784,0.781-1.076c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223 c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657s0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48 V24.403z M21.161,24.418v-2.567c0-0.377-0.096-0.663-0.287-0.857s-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C21.065,25.064,21.161,24.785,21.161,24.418z"/> </svg>');
}
.red.icon-constraint-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.698,16.534 12.094,17.432 23.045,24.375 22.137,21.71 "/> <path fill="%23999999" d="M17.149,1.848L9.928,17.693l16.002,10.43L17.149,1.848z M17.181,7.093l0.535,1.582l4.422,13.036l0.908,2.665 l-10.951-6.943L17.181,7.093z"/> <polyline fill="%23676767" points="17.715,8.674 17.181,7.093 12.094,17.432 13.698,16.534 17.715,8.674 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4454" y1="5.5524" x2="31.157" y2="23.264"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.019,1.04 17.149,1.849 25.93,28.123 27.503,26.918 "/> <polygon fill="%23FF0000" points="7.678,19.42 5.975,20.374 17.596,27.741 16.633,24.914 "/> <path fill="%23CC0000" d="M11.34,3.836L3.677,20.65l16.981,11.068L11.34,3.836z M11.373,9.401l0.568,1.679l4.692,13.834l0.963,2.828 L5.975,20.374L11.373,9.401z"/> <polyline fill="%23990000" points="11.941,11.08 11.373,9.401 5.975,20.374 7.678,19.42 11.941,11.08 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.4093" y1="7.7667" x2="26.2049" y2="26.5623"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="0.2588" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <polygon fill="url(%23SVGID_2_)" points="13.324,2.978 11.34,3.836 20.658,31.718 22.327,30.44 "/> </svg>');
}
.red.icon-constraint-any{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.685,18.42 11.982,19.374 23.604,26.741 22.64,23.914 "/> <path fill="%23999999" d="M17.347,2.836L9.684,19.65l16.981,11.068L17.347,2.836z M17.38,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.38,8.401z"/> <polyline fill="%23676767" points="17.948,10.08 17.381,8.401 11.982,19.374 13.685,18.42 17.948,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4166" y1="6.7666" x2="32.2123" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.331,1.978 17.347,2.836 26.665,30.718 28.334,29.44 "/> <polygon fill="%23FFFFFF" points="11.388,8.593 9.757,10.86 2.247,21.304 1.102,22.896 2.67,24.072 10.181,29.705 11.386,30.609 12.587,29.7 20.039,24.067 21.591,22.894 20.461,21.31 13.009,10.866 11.388,8.593 "/> <path fill="%23FF0000" d="M3.87,22.472l7.511,5.633V12.027L3.87,22.472z"/> <path fill="%23990000" d="M11.381,28.105l7.452-5.633l-7.452-10.445V28.105z"/> </svg>');
}
.red.icon-constraint-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <path fill="%23FFFFFF" d="M13.979,27.295c-1.266,0-2.337-0.705-3.013-1.295c-1.646-1.44-2.815-3.754-3.208-6.35 c-0.391-2.582,0.07-5.892,2.659-6.725c0.086-0.027,0.162-0.043,0.239-0.059l0.034,0.125l-0.017-0.135 c0.132-0.03,0.468-0.098,0.861-0.177c0.563-0.113,1.504-0.303,1.69-0.357c0.307-0.075,0.581-0.108,0.856-0.108 c1.985,0,3.51,1.684,4.073,2.407c1.023,1.317,1.757,3.031,2.065,4.827c0.266,1.555,0.337,3.766-0.831,5.473 c-0.576,0.842-1.884,1.339-3.534,1.902c-0.255,0.087-0.486,0.166-0.674,0.236l-0.097,0.037l-0.829-1.824l0.354,0.827l0.058,0.082 l0.318,0.948c-0.121,0.042-0.207,0.07-0.298,0.09C14.453,27.27,14.217,27.295,13.979,27.295z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.1396" y1="13.2137" x2="15.1396" y2="26.1906"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="0.2588" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M13.502,13.283c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C16.489,14.108,15.037,12.91,13.502,13.283"/> <path fill="%23CC0000" d="M10.724,13.877C8.57,14.57,8.473,17.69,8.747,19.501c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C15.091,16.057,13.109,13.117,10.724,13.877z"/> </svg>');
}
.red.icon-constraint-module{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.678,18.42 11.975,19.374 23.596,26.741 22.633,23.914 "/> <path fill="%23999999" d="M17.34,2.836L9.677,19.65l16.981,11.068L17.34,2.836z M17.373,8.401l0.568,1.679l4.692,13.834l0.963,2.828 l-11.621-7.368L17.373,8.401z"/> <polyline fill="%23676767" points="17.941,10.08 17.373,8.401 11.975,19.374 13.678,18.42 17.941,10.08 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4093" y1="6.7666" x2="32.205" y2="25.5623"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23C8C8C8"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="19.324,1.978 17.34,2.836 26.658,30.718 28.327,29.44 "/> <polygon fill="%23FFFFFF" points="5.25,23.403 4.3,15.291 11.859,11.986 19.419,15.291 18.468,23.403 11.859,28.41 "/> <path fill="%23990000" d="M11.859,27.155l5.665-4.292l0.815-6.953l-6.481,3.691V27.155z"/> <path fill="%23CC0000" d="M6.194,22.863l5.665,4.292v-7.554L5.378,15.91L6.194,22.863z"/> <path fill="%23FF0000" d="M18.34,15.91l-6.481-2.833L5.378,15.91l6.481,3.691L18.34,15.91z"/> </svg>');
}


.icon-msg-success{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle fill="%2300CC33" cx="16" cy="16" r="9"/><polygon fill="%23FFFFFF" points="14.818,20.956 9.97,16.107 11.594,14.483 14.818,17.707 20.982,11.544 22.606,13.168 "/></svg>');
}
.icon-msg-info{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="%230066CC" d="M21.995,25h-12c-1.657,0-3-1.343-3-3V10c0-1.657,1.343-3,3-3h12c1.657,0,3,1.343,3,3v12C24.995,23.657,23.652,25,21.995,25z"/><rect x="14.805" y="13.507" fill="%23FFFFFF" width="2.81" height="8.857"/><circle fill="%23FFFFFF" cx="16.21" cy="11.023" r="1.715"/></svg>');
}
.icon-msg-warning{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="%23FFCC00" d="M23.517,7H8.481c-1.544,0-2.505,1.674-1.728,3.008l7.518,12.888c0.772,1.323,2.683,1.323,3.455,0l7.518-12.888C26.022,8.675,25.06,7,23.517,7z"/><path fill="%23FFFFFF" d="M19.682,12.499c0,1.528-1.25,2.535-2.056,3.684c-0.135,0.192-0.247,0.382-0.294,0.615c0.005-0.026-0.029,0.354-0.029,0.354l-2.801-0.041c0,0-0.054-0.756,0.13-1.284c0.221-0.634,0.701-1.132,1.126-1.634c0.367-0.433,1-0.988,1.095-1.565c0.169-1.023-1.192-1.677-1.833-0.837c-0.203,0.267-0.337,0.725-0.337,0.725s-2.106,0-2.688,0C11.995,7.756,19.682,7.752,19.682,12.499z"/><circle fill="%23FFFFFF" cx="15.922" cy="19.646" r="1.623"/></svg>');
}
.icon-msg-error{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="%23CC0000" d="M6.753,21.849c-0.778,1.333,0.184,3.008,1.728,3.008h15.036c1.544,0,2.505-1.674,1.728-3.008L17.727,8.962c-0.772-1.323-2.683-1.323-3.455,0L6.753,21.849z"/><polygon fill="%23FFFFFF" points="17.981,11.315 17.238,19.354 15.238,19.354 14.495,11.315 "/><circle fill="%23FFFFFF" cx="16.234" cy="21.803" r="1.599"/></svg>');
}


.blue.icon-cms-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <circle fill="%23FFFFFF" cx="15.97" cy="15.787" r="12.416"/> <path fill="%230044B2" d="M15.97,28.702c-7.122,0-12.916-5.794-12.916-12.916S8.848,2.871,15.97,2.871s12.916,5.794,12.916,12.916 S23.091,28.702,15.97,28.702z M15.97,3.871c-6.57,0-11.916,5.345-11.916,11.916S9.399,27.702,15.97,27.702 s11.916-5.345,11.916-11.916S22.54,3.871,15.97,3.871z"/> <path fill="%23FFFFFF" d="M25.966,15.509c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.125,15.655,26.028,15.582,25.966,15.509z"/> <path fill="none" d="M9.856,16.198c-0.306-0.232-0.416-0.232-0.635,0c-0.171,0.159-0.134,0.183,0.342,0.183 C10.051,16.369,10.076,16.356,9.856,16.198z"/> <path fill="none" d="M7.754,15.66c-0.049,0.086,0,0.11,0.159,0.061c0.147-0.049,0.306-0.012,0.403,0.11 c0.086,0.098,0.293,0.183,0.464,0.183c0.293,0,0.305-0.012,0.086-0.244C8.622,15.501,7.9,15.428,7.754,15.66z"/> <path fill="none" d="M18.582,8.926c0.11-0.196,0.098-0.269-0.073-0.33c-0.196-0.073-0.416,0.134-0.416,0.428 C18.093,9.256,18.435,9.195,18.582,8.926z"/> <path fill="none" d="M10.271,16.503c0,0.073,0.024,0.122,0.049,0.122c0.037,0,0.098-0.049,0.134-0.122 c0.037-0.061,0.012-0.122-0.049-0.122C10.332,16.381,10.271,16.442,10.271,16.503z"/> <path fill="none" d="M4.405,14.633c0,0.22,0.244,0.807,0.306,0.745c0.037-0.037-0.012-0.244-0.11-0.477 C4.491,14.67,4.417,14.548,4.405,14.633z"/> <path fill="none" d="M23.555,12.14c-0.049-0.037-0.122-0.037-0.171,0c-0.037,0.049,0,0.086,0.086,0.086 C23.555,12.226,23.592,12.189,23.555,12.14z"/> <path fill="none" d="M11.078,5.26c0.098,0,0.147-0.049,0.11-0.122c-0.037-0.061-0.122-0.122-0.196-0.122 c-0.061,0-0.11,0.061-0.11,0.122C10.882,5.211,10.968,5.26,11.078,5.26z"/> <path fill="none" d="M21.27,11.26c0-0.134-0.049-0.281-0.122-0.318c-0.073-0.049-0.11,0.061-0.098,0.232 C21.087,11.541,21.27,11.603,21.27,11.26z"/> <path fill="none" d="M18.863,8.975c-0.049,0.049-0.098,0.159-0.11,0.269c-0.024,0.134,0.061,0.171,0.354,0.147 c0.208-0.024,0.391-0.098,0.416-0.159c0.024-0.073-0.183-0.379-0.452-0.672c-0.464-0.513-0.684-0.464-0.306,0.073 C18.863,8.779,18.899,8.926,18.863,8.975z"/> <path fill="none" d="M9.905,7.582c-0.049,0-0.159,0.085-0.244,0.183C9.526,7.924,9.563,7.948,9.819,7.948 c0.232,0,0.306-0.049,0.257-0.183C10.027,7.667,9.954,7.582,9.905,7.582z"/> <path fill="none" d="M16.638,6.629c-0.464,0.012-0.635,0.171-0.416,0.379c0.147,0.159,0.855,0.086,1.002-0.085 C17.421,6.69,17.25,6.604,16.638,6.629z"/> <path fill="none" d="M16.406,5.504c0.073,0,0.024-0.122-0.11-0.281c-0.134-0.147-0.281-0.367-0.318-0.477 c-0.049-0.122-0.134-0.22-0.208-0.22c-0.061,0-0.122-0.086-0.122-0.183c0-0.208-0.587-0.257-0.953-0.086 c-0.11,0.061-0.391,0.196-0.599,0.306c-0.342,0.171-0.403,0.171-0.403,0.024c0-0.22-0.171-0.232-0.501-0.061 c-0.293,0.159-0.306,0.416-0.012,0.342c0.501-0.134,0.684,0.623,0.305,1.21c-0.208,0.318-0.208,0.33,0,0.244 c0.281-0.11,0.269,0.024-0.061,0.367c-0.22,0.232-0.244,0.33-0.134,0.55c0.073,0.159,0.171,0.379,0.208,0.501 c0.037,0.11,0.232,0.245,0.44,0.281c0.195,0.049,0.367,0.122,0.367,0.183c0,0.134,0.134,0.134,0.342,0 c0.086-0.049,0.183-0.171,0.196-0.269c0.147-0.721,0.391-1.21,0.623-1.21c0.183,0,0.929-0.892,0.868-1.051 C16.296,5.59,16.333,5.504,16.406,5.504z"/> <path fill="none" d="M25.425,21.257c0,0.11-0.086,0.305-0.183,0.428c-0.232,0.318-0.232,0.562,0,0.562 c0.122,0,0.367-0.354,0.611-0.88c0.232-0.477,0.391-0.904,0.367-0.941C26.122,20.328,25.425,21.049,25.425,21.257z"/> <path fill="none" d="M11.078,5.871c0.196,0,0.44-0.061,0.538-0.122c0.147-0.098,0.122-0.122-0.122-0.122 c-0.183,0-0.379-0.061-0.464-0.122c-0.073-0.073-0.122-0.085-0.086-0.049c0.037,0.049,0,0.159-0.073,0.257 C10.76,5.834,10.797,5.871,11.078,5.871z"/> <path fill="none" d="M12.667,10.6c-0.269-0.183-0.306-0.183-0.489,0.024c-0.257,0.293-0.244,0.416,0.037,0.342 c0.147-0.037,0.269,0.012,0.305,0.11c0.098,0.257,0.44,0.208,0.44-0.061C12.96,10.894,12.826,10.698,12.667,10.6z"/> <path fill="none" d="M12.104,6.726c0-0.293-0.073-0.379-0.538-0.55c-0.464-0.183-0.587-0.183-0.88-0.037 c-0.195,0.086-0.367,0.257-0.391,0.379c-0.037,0.171,0.049,0.208,0.477,0.208c0.501,0,0.513,0,0.293,0.244 c-0.232,0.257-0.086,0.342,0.159,0.098c0.22-0.22,0.171,0.037-0.061,0.293c-0.11,0.122-0.318,0.22-0.452,0.22 c-0.22,0-0.196,0.037,0.122,0.232c0.22,0.134,0.428,0.293,0.464,0.367c0.134,0.208,0.354,0.159,0.269-0.061 c-0.061-0.147-0.012-0.171,0.183-0.11c0.22,0.073,0.232,0.061,0.122-0.159c-0.195-0.367-0.171-0.403,0.159-0.318 c0.44,0.11,0.635-0.061,0.33-0.281C12.202,7.142,12.104,6.946,12.104,6.726z"/> <path fill="none" d="M12.654,5.015c-0.049-0.073-0.196-0.098-0.342-0.061c-0.257,0.073-0.269,0.073-0.037-0.11 c0.306-0.244,0.049-0.257-0.416-0.012c-0.428,0.22-0.489,0.354-0.11,0.244c0.196-0.061,0.244-0.037,0.208,0.073 c-0.037,0.098-0.122,0.171-0.183,0.171c-0.073,0-0.183,0.037-0.232,0.098c-0.049,0.049,0.11,0.085,0.354,0.085 c0.318,0,0.452-0.049,0.452-0.183c0-0.098,0.086-0.183,0.196-0.183C12.642,5.138,12.691,5.076,12.654,5.015z"/> <path fill="none" d="M10.479,5.26c-0.195,0-0.917,0.342-0.99,0.477c-0.147,0.232,0.159,0.147,0.635-0.171 C10.369,5.394,10.528,5.26,10.479,5.26z"/> <radialGradient id="SVGID_1_" cx="15.9541" cy="21.4391" r="12.3669" fx="7.9401" fy="13.8472" gradientTransform="matrix(1 0 0 1.0129 0 -5.7943)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%230099FF"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M27.784,13.749c-0.098,0-0.428-0.161-0.721-0.371c-0.293-0.198-0.538-0.322-0.538-0.272 c0.012,0.173,0.501,0.681,0.574,0.594c0.147-0.148,0.526,0.334,0.526,0.693c0,0.384-0.868,1.461-1.185,1.461 c-0.11,0-0.159,0.087-0.134,0.223c0.049,0.21,0.122,0.223,0.489,0.087c0.195-0.074,0.208-0.037,0.147,0.322 c-0.11,0.607-0.489,1.312-1.039,1.943c-0.452,0.532-0.477,0.594-0.477,1.399c0,0.817-0.012,0.842-0.416,1.089 c-0.232,0.149-0.477,0.421-0.538,0.619c-0.232,0.668-1.002,1.597-1.54,1.857c-0.672,0.334-1.222,0.347-1.124,0.037 c0.049-0.124,0.024-0.718-0.037-1.337c-0.11-0.978-0.098-1.151,0.122-1.609c0.293-0.631,0.293-0.867-0.024-1.461 c-0.159-0.31-0.232-0.644-0.208-0.978c0.037-0.433,0-0.52-0.208-0.557c-0.134-0.025-0.342-0.136-0.452-0.235 c-0.171-0.148-0.281-0.161-0.599-0.05c-0.22,0.074-0.648,0.136-0.965,0.136c-0.489,0-0.672-0.074-1.21-0.508 c-0.697-0.557-0.745-0.693-0.709-1.844c0.037-0.879,0.391-1.745,0.819-1.98c0.134-0.074,0.244-0.235,0.244-0.359 c0-0.285,0.428-0.681,0.782-0.73c0.134-0.012,0.684-0.062,1.198-0.099c0.904-0.074,0.929-0.062,0.978,0.198 c0.024,0.223,0.183,0.334,0.672,0.495c0.428,0.136,0.672,0.173,0.758,0.087c0.086-0.087,0.281-0.087,0.599,0.012 c0.269,0.087,0.66,0.149,0.868,0.149c0.379,0,0.391-0.012,0.354-0.458c-0.024-0.248-0.11-0.483-0.208-0.507 c-0.098-0.037-0.134,0-0.086,0.087c0.049,0.074,0.024,0.136-0.037,0.136c-0.073,0-0.134-0.049-0.134-0.111s-0.098-0.087-0.22-0.05 c-0.134,0.037-0.306-0.087-0.489-0.322c-0.367-0.508-0.55-0.495-0.452,0.012l0.073,0.409l-0.33-0.433 c-0.452-0.569-1.137-1.238-1.283-1.238c-0.257,0-0.086,0.272,0.318,0.508c0.452,0.272,0.513,0.421,0.269,0.743 c-0.159,0.21-0.452,0.186-0.452-0.037c0-0.074,0.086-0.099,0.183-0.05c0.33,0.124,0.196-0.272-0.208-0.668 c-0.354-0.334-0.464-0.384-0.892-0.322c-0.281,0.037-0.538,0.149-0.611,0.272c-0.501,0.842-0.635,0.978-1.014,1.015 c-0.538,0.05-0.758-0.161-0.758-0.73c0-0.483,0-0.483,0.464-0.483c0.257,0,0.501-0.037,0.538-0.074 c0.147-0.136-0.061-0.52-0.367-0.681l-0.33-0.149l0.33-0.074c0.183-0.037,0.623-0.347,1.002-0.681 c0.672-0.594,0.672-0.594,0.464-0.891c-0.159-0.223-0.281-0.272-0.538-0.223c-0.281,0.062-0.342,0.012-0.415-0.26 c-0.049-0.21-0.012-0.396,0.11-0.532c0.098-0.111,0.244-0.421,0.318-0.668c0.22-0.681,0.403-0.792,1.027-0.594 c0.892,0.26,1.21,0.483,1.124,0.755c-0.049,0.161-0.024,0.235,0.11,0.235c0.11,0,0.195-0.074,0.195-0.173 c0-0.099,0.159-0.31,0.367-0.483l0.354-0.309l-0.464-0.31c-3.678-2.463-8.432-2.723-12.416-0.668 C9.11,5.381,8.976,5.492,9.196,5.715c0.171,0.149,0.171,0.21,0,0.569C9.037,6.631,8.939,6.693,8.585,6.693 c-0.367,0-0.403-0.025-0.269-0.186c0.22-0.272,0-0.458-0.281-0.26C7.864,6.383,7.839,6.482,7.937,6.742 c0.134,0.334,0.171,0.334,1.185,0.136c0.208-0.05,0.562-0.557,0.562-0.805c0-0.037,0.049-0.136,0.122-0.21 c0.147-0.186,0.635-0.223,0.526-0.037c-0.037,0.074-0.171,0.124-0.281,0.124c-0.159,0-0.208,0.112-0.208,0.409 c0,0.458,0.049,0.508,0.342,0.384c0.122-0.037,0.257-0.05,0.293,0c0.134,0.124-0.232,0.446-0.513,0.446 c-0.379,0-1.65,1.102-1.65,1.424c0,0.148,0.171,0.359,0.416,0.52C9,9.305,9.135,9.478,9.123,9.688 C9.11,10.06,9.465,10.072,9.514,9.701c0.024-0.149,0.171-0.359,0.342-0.47c0.208-0.136,0.281-0.272,0.232-0.421 c-0.037-0.124,0-0.371,0.073-0.557c0.232-0.52,0.965-0.371,0.965,0.198c0,0.26,0.049,0.272,0.379,0.087 c0.208-0.099,0.281-0.087,0.428,0.099c0.086,0.124,0.171,0.297,0.171,0.384c0,0.074,0.11,0.26,0.257,0.408 c0.428,0.433,0.232,0.569-1.259,0.904c-0.196,0.05-0.342,0.124-0.342,0.186c0,0.062,0.122,0.087,0.257,0.05 c0.22-0.062,0.244-0.037,0.183,0.186c-0.11,0.322,0.098,0.446,0.428,0.26c0.208-0.111,0.244-0.099,0.208,0.037 c-0.037,0.087-0.318,0.198-0.66,0.235c-0.745,0.087-1.027,0.21-1.027,0.433c0,0.099-0.098,0.223-0.208,0.26 c-0.293,0.111-0.758,0.681-0.77,0.916c0,0.112-0.22,0.396-0.477,0.644c-0.44,0.408-0.477,0.495-0.416,0.891 c0.086,0.532-0.159,0.594-0.269,0.062c-0.061-0.309-0.134-0.371-0.44-0.371c-0.196,0-0.354,0.062-0.354,0.136 c0,0.087-0.134,0.111-0.367,0.074c-0.281-0.062-0.403-0.012-0.611,0.248c-0.281,0.359-0.306,0.743-0.098,1.213 c0.159,0.347,0.672,0.433,0.782,0.124c0.049-0.099,0.159-0.186,0.257-0.186c0.134,0,0.159,0.074,0.11,0.285 c-0.159,0.52-0.134,0.644,0.147,0.681c0.183,0.025,0.269,0.124,0.269,0.309c0,0.396,0.342,0.829,0.648,0.829 c0.33,0,0.623,0.186,0.538,0.322c-0.037,0.062,0.269,0.124,0.66,0.149c0.599,0.025,0.782,0.099,1.112,0.396 c0.22,0.21,0.501,0.371,0.623,0.371c0.574,0,1.247,0.644,1.051,1.015c-0.073,0.136-0.073,0.223,0,0.223 c0.061,0,0.134-0.062,0.159-0.136c0.049-0.148,1.137,0.173,2.029,0.582c0.354,0.173,0.403,0.235,0.33,0.52 c-0.049,0.186-0.183,0.446-0.293,0.582c-0.122,0.136-0.257,0.483-0.293,0.78c-0.073,0.644-0.232,0.854-0.709,0.953 c-0.281,0.062-0.354,0.149-0.354,0.396c0,0.47-0.379,1.027-0.697,1.027c-0.257,0-0.269,0.025-0.134,0.248 c0.134,0.21,0.122,0.272-0.122,0.446c-0.208,0.149-0.257,0.26-0.183,0.508c0.134,0.594,0.391,0.953,0.794,1.176 c0.379,0.198,0.391,0.21,0.098,0.223c-0.22,0-0.526-0.235-1.124-0.879c-0.66-0.706-0.868-1.027-1.027-1.585 c-0.513-1.77-0.855-2.426-1.344-2.612c-0.147-0.062-0.513-0.433-0.819-0.829c-0.66-0.867-0.843-1.646-0.501-2.03 c0.183-0.21,0.195-0.297,0.073-0.495s-0.11-0.31,0.037-0.607c0.11-0.21,0.244-0.371,0.306-0.371c0.073,0,0.122-0.062,0.122-0.136 c0-0.087-0.11-0.111-0.293-0.062c-0.244,0.062-0.44-0.062-1.063-0.668c-0.525-0.495-0.88-0.743-1.088-0.743 c-0.464,0-0.831-0.322-0.929-0.805c-0.037-0.235-0.122-0.433-0.183-0.433c-0.061,0-0.11-0.05-0.11-0.124 c0-0.062-0.147-0.433-0.33-0.829c-0.477-1.003-0.477-2.278-0.012-3.256c0.183-0.371,0.391-0.842,0.464-1.052 c0.269-0.718-0.183-0.049-0.574,0.867c-0.709,1.659-0.953,2.884-0.953,4.952c0,2.203,0.257,3.404,1.1,5.212 c0.697,1.523,1.393,2.525,2.493,3.652c1.833,1.844,4.094,3.045,6.648,3.516c2.481,0.458,5.316,0.025,7.663-1.176 c3.214-1.634,5.585-4.654,6.489-8.232c0.232-0.916,0.281-1.448,0.293-2.921C28.297,14.108,28.212,13.749,27.784,13.749z M23.384,12.14c0.049-0.037,0.122-0.037,0.171,0c0.037,0.049,0,0.086-0.086,0.086C23.384,12.226,23.348,12.189,23.384,12.14z M21.148,10.943c0.073,0.037,0.122,0.183,0.122,0.318c0,0.342-0.183,0.281-0.22-0.085C21.038,11.004,21.075,10.894,21.148,10.943z M19.07,8.559c0.269,0.293,0.477,0.599,0.452,0.672c-0.024,0.061-0.208,0.134-0.416,0.159c-0.293,0.025-0.379-0.012-0.354-0.147 c0.012-0.11,0.061-0.22,0.11-0.269c0.037-0.049,0-0.195-0.098-0.342C18.386,8.095,18.606,8.046,19.07,8.559z M18.508,8.596 c0.171,0.061,0.183,0.134,0.073,0.33c-0.147,0.269-0.489,0.33-0.489,0.098C18.093,8.73,18.313,8.523,18.508,8.596z M9.819,7.948 c-0.257,0-0.293-0.024-0.159-0.183c0.086-0.098,0.196-0.183,0.244-0.183s0.122,0.085,0.171,0.183 C10.125,7.899,10.051,7.948,9.819,7.948z M8.78,16.014c-0.171,0-0.379-0.085-0.464-0.183c-0.098-0.122-0.257-0.159-0.403-0.11 c-0.159,0.049-0.208,0.024-0.159-0.061c0.147-0.232,0.868-0.159,1.112,0.11C9.086,16.002,9.074,16.014,8.78,16.014z M9.563,16.381 c-0.477,0-0.513-0.024-0.342-0.183c0.22-0.232,0.33-0.232,0.635,0C10.076,16.356,10.051,16.369,9.563,16.381z M10.455,16.503 c-0.037,0.073-0.098,0.122-0.134,0.122c-0.024,0-0.049-0.049-0.049-0.122c0-0.061,0.061-0.122,0.134-0.122 C10.467,16.381,10.491,16.442,10.455,16.503z M4.711,15.379c-0.061,0.061-0.306-0.525-0.306-0.745 c0.012-0.086,0.086,0.037,0.196,0.269C4.699,15.134,4.747,15.342,4.711,15.379z M10.992,5.015c0.073,0,0.159,0.061,0.196,0.122 c0.037,0.073-0.012,0.122-0.11,0.122c-0.11,0-0.195-0.049-0.195-0.122C10.882,5.076,10.931,5.015,10.992,5.015z M10.87,5.712 c0.073-0.098,0.11-0.208,0.073-0.257c-0.037-0.037,0.012-0.024,0.086,0.049c0.086,0.061,0.281,0.122,0.464,0.122 c0.244,0,0.269,0.024,0.122,0.122c-0.098,0.061-0.342,0.122-0.538,0.122C10.797,5.871,10.76,5.834,10.87,5.712z M10.125,5.565 C9.648,5.883,9.343,5.969,9.489,5.736c0.073-0.134,0.794-0.477,0.99-0.477C10.528,5.26,10.369,5.394,10.125,5.565z M12.031,7.533 c-0.33-0.086-0.354-0.049-0.159,0.318c0.11,0.22,0.098,0.232-0.122,0.159c-0.196-0.061-0.244-0.037-0.183,0.11 c0.086,0.22-0.134,0.269-0.269,0.061c-0.037-0.073-0.244-0.232-0.464-0.367c-0.318-0.196-0.342-0.232-0.122-0.232 c0.134,0,0.342-0.098,0.452-0.22c0.232-0.257,0.281-0.513,0.061-0.293c-0.244,0.244-0.391,0.159-0.159-0.098 c0.22-0.244,0.208-0.244-0.293-0.244c-0.428,0-0.513-0.037-0.477-0.208c0.024-0.122,0.196-0.293,0.391-0.379 c0.293-0.147,0.416-0.147,0.88,0.037c0.464,0.171,0.538,0.257,0.538,0.55c0,0.22,0.098,0.416,0.257,0.525 C12.667,7.472,12.471,7.643,12.031,7.533z M12.544,5.138c-0.11,0-0.196,0.086-0.196,0.183c0,0.135-0.134,0.183-0.452,0.183 c-0.244,0-0.403-0.037-0.354-0.085c0.049-0.061,0.159-0.098,0.232-0.098c0.061,0,0.147-0.073,0.183-0.171 c0.037-0.11-0.012-0.134-0.208-0.073c-0.379,0.11-0.318-0.024,0.11-0.244c0.464-0.244,0.721-0.232,0.416,0.012 c-0.232,0.183-0.22,0.183,0.037,0.11c0.147-0.037,0.293-0.012,0.342,0.061C12.691,5.076,12.642,5.138,12.544,5.138z M12.52,11.077 c-0.037-0.098-0.159-0.147-0.305-0.11c-0.281,0.073-0.293-0.049-0.037-0.342c0.183-0.208,0.22-0.208,0.489-0.024 c0.159,0.098,0.293,0.293,0.293,0.416C12.96,11.285,12.618,11.333,12.52,11.077z M15.465,6.726c-0.232,0-0.477,0.489-0.623,1.21 c-0.012,0.098-0.11,0.22-0.196,0.269c-0.208,0.134-0.342,0.134-0.342,0c0-0.061-0.171-0.135-0.367-0.183 c-0.208-0.037-0.403-0.171-0.44-0.281c-0.037-0.122-0.134-0.342-0.208-0.501c-0.11-0.22-0.086-0.318,0.134-0.55 c0.33-0.342,0.342-0.477,0.061-0.367c-0.208,0.086-0.208,0.073,0-0.244c0.379-0.587,0.196-1.344-0.305-1.21 c-0.293,0.073-0.281-0.183,0.012-0.342c0.33-0.171,0.501-0.159,0.501,0.061c0,0.147,0.061,0.147,0.403-0.024 c0.208-0.11,0.489-0.244,0.599-0.306c0.367-0.171,0.953-0.122,0.953,0.086c0,0.098,0.061,0.183,0.122,0.183 c0.073,0,0.159,0.098,0.208,0.22c0.037,0.11,0.183,0.33,0.318,0.477c0.134,0.159,0.183,0.281,0.11,0.281s-0.11,0.086-0.073,0.171 C16.394,5.834,15.649,6.726,15.465,6.726z M17.225,6.922c-0.147,0.171-0.855,0.244-1.002,0.085c-0.22-0.208-0.049-0.367,0.416-0.379 C17.25,6.604,17.421,6.69,17.225,6.922z M25.853,21.367c-0.244,0.526-0.489,0.88-0.611,0.88c-0.232,0-0.232-0.244,0-0.562 c0.098-0.122,0.183-0.318,0.183-0.428c0-0.208,0.697-0.929,0.794-0.831C26.244,20.463,26.085,20.89,25.853,21.367z"/> <path fill="%23FFFFFF" d="M25.951,15.745c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.11,15.892,26.012,15.819,25.951,15.745z"/> <path fill="%23FFFFFF" d="M25.939,11.407c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.244,11.859,26.061,11.651,25.939,11.407z"/> <path fill="%23003399" d="M25.954,11.659c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.26,12.111,26.076,11.904,25.954,11.659z"/> <path fill="%23003399" d="M23.547,11.28c-0.122-0.122-0.061-0.745,0.086-0.831c0.073-0.049,0.196,0,0.281,0.11 c0.159,0.22,0.501,0.293,0.367,0.086c-0.196-0.318,0.098-0.306,0.428,0.024c0.55,0.55,0.489,0.672-0.367,0.672 C23.938,11.341,23.583,11.305,23.547,11.28z"/> <path fill="%23003399" d="M20.675,9.081c0-0.061,0.134-0.171,0.306-0.244c0.342-0.159,0.379-0.318,0.134-0.77 c-0.232-0.452-0.183-1.014,0.098-1.063c0.196-0.037,0.22,0,0.147,0.269c-0.098,0.379,0.122,0.855,0.342,0.77 c0.293-0.11,0.416,0.318,0.208,0.697c-0.159,0.281-0.293,0.354-0.721,0.391C20.907,9.154,20.675,9.129,20.675,9.081z"/> </svg> ');
}
.blue.icon-cms-portal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%230044B2" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%230099FF" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> </svg> ');
}
.blue.icon-cms-portal.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%230044B2" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%230099FF" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> <polygon fill="%230099FF" points="8.744,18.827 9.039,23.99 13.098,26.909 12.969,21.648 "/> </svg> ');
}
.blue.icon-cms-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="12.657,19.396 12.593,20.225 18.734,23.647 18.748,22.782 12.657,19.396 "/> <polyline fill="%23999999" points="22.217,9.413 22.852,8.714 12.069,3.957 12.108,4.955 22.217,9.413 "/> <polygon fill="%23999999" points="22.328,25.652 22.371,24.798 20.972,24.02 20.943,24.877 "/> <polyline fill="%23CCCCCC" points="12.643,18.636 12.668,19.296 12.657,19.396 18.748,22.782 18.759,21.986 12.643,18.636 "/> <polyline fill="%23CCCCCC" points="23.196,8.337 25.065,8.768 12.037,3.154 12.069,3.957 22.852,8.714 23.196,8.337 "/> <polygon fill="%23CCCCCC" points="21.266,23.36 20.983,23.765 20.972,24.02 22.371,24.798 22.41,23.988 "/> <polygon fill="none" points="10.674,13.355 5.207,13.355 4.898,13.355 5.494,18.987 10.982,18.987 10.932,18.065 "/> <polygon fill="none" points="10.544,11.092 10.243,5.521 4.4,5.521 4.066,5.521 4.744,11.946 10.591,11.946 "/> <polygon fill="%23003399" points="18.759,21.986 18.748,22.782 18.734,23.647 18.63,31.28 20.326,31.904 20.915,13.624 18.881,13.094 "/> <polygon fill="%23003399" points="22.411,23.988 22.371,24.798 22.328,25.652 23.322,25.917 23.68,19.923 22.532,21.559 "/> <path fill="%23003399" d="M2.997,3.904l1.858,16.321h7.737L11.947,3.904H2.997z M4.744,11.946L4.066,5.521H4.4h5.843l0.301,5.571 l0.047,0.854H4.744z M5.494,18.987l-0.595-5.632h0.309h5.467l0.258,4.71l0.05,0.922H5.494z"/> <polygon fill="%23003399" points="22.966,12.932 22.708,18.072 23.774,18.402 24.197,11.436 "/> <polyline fill="%230099FF" points="10.982,18.987 10.932,18.065 5.695,18.065 5.494,18.987 10.982,18.987 "/> <polyline fill="%230099FF" points="4.974,11.092 4.744,11.946 10.591,11.946 10.544,11.092 4.974,11.092 "/> <polyline fill="%230099FF" points="3.277,3.154 2.997,3.904 11.947,3.904 12.037,3.154 3.277,3.154 "/> <polyline fill="%230099FF" points="20.832,27.926 20.76,29.938 23.322,25.917 22.328,25.652 20.832,27.926 "/> <polyline fill="%230099FF" points="21.116,20.113 21.04,22.198 23.774,18.402 22.708,18.072 21.116,20.113 "/> <polygon fill="%230099FF" points="25.065,8.768 23.196,8.337 22.852,8.714 22.217,9.413 18.881,13.094 20.915,13.624 "/> <polygon fill="none" points="21.266,23.36 20.983,23.765 20.972,24.02 20.943,24.877 20.832,27.926 20.76,29.938 23.322,25.917 23.68,19.923 22.532,21.559 "/> <polygon fill="none" points="22.966,12.932 21.302,14.952 21.116,20.114 21.04,22.198 23.774,18.402 24.197,11.436 "/> <polygon fill="%230044B2" points="12.108,4.955 12.069,3.957 12.037,3.154 11.947,3.904 12.593,20.225 12.657,19.396 12.668,19.296 12.643,18.636 "/> <path fill="%230044B2" d="M20.915,13.624l-0.588,18.28l3.576-5.732l1.162-17.404L20.915,13.624z M23.322,25.917l-2.561,4.021 l0.072-2.012l0.111-3.049l0.029-0.857l0.011-0.255l0.283-0.405l1.266-1.801l1.148-1.636L23.322,25.917z M23.774,18.402l-2.733,3.795 l0.075-2.084l0.187-5.162l1.664-2.02l1.23-1.496L23.774,18.402z"/> <polygon fill="%230044B2" points="4.898,13.355 5.494,18.987 5.695,18.065 5.207,13.355 "/> <polygon fill="%230044B2" points="4.4,5.521 4.066,5.521 4.744,11.946 4.974,11.092 "/> </svg>');
}
.blue.icon-cms-page.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23003399" d="M20.966,27.28l0.997-17.587L8.508,3.527l0.925,16.231L20.966,27.28 M9.753,5.679l1.363,0.653l2.959,1.417 l0.065,5.295l0.014,1.349l-4.093-2.271L9.753,5.679 M10.13,13.538l1.273,0.728l2.762,1.582l0.05,4.326l0.018,1.453l-3.838-2.446 L10.13,13.538 M16.701,9.001l3.644,1.743l-0.237,5.517l-0.061,1.399l-4.652-2.579V8.377L16.701,9.001 M15.396,16.544l1.212,0.692 l3.375,1.926l-0.19,4.473l-0.065,1.489l-4.33-2.755L15.396,16.544z"/> <polyline fill="%230099FF" points="16.561,21.627 15.399,22.37 19.729,25.125 19.793,23.636 16.561,21.627 "/> <polyline fill="%230099FF" points="16.64,14.392 15.396,15.081 20.048,17.66 20.109,16.261 16.64,14.392 "/> <polyline fill="%230099FF" points="11.554,18.524 10.395,19.181 14.233,21.627 14.215,20.174 11.554,18.524 "/> <polyline fill="%230099FF" points="11.303,11.515 10.062,12.122 14.154,14.392 14.14,13.043 11.303,11.515 "/> <polygon fill="%230099FF" points="21.963,9.693 23.294,8.99 9.839,3 8.508,3.527 "/> <polyline fill="%230044B2" points="16.608,17.237 15.396,16.544 15.399,22.37 16.561,21.627 16.608,17.237 "/> <polyline fill="%230044B2" points="15.396,15.081 16.64,14.392 16.701,9.001 15.396,8.377 15.396,15.081 "/> <polyline fill="%230044B2" points="11.403,14.267 10.13,13.538 10.395,19.181 11.554,18.524 11.403,14.267 "/> <polyline fill="%230044B2" points="11.116,6.332 9.753,5.679 10.062,12.122 11.303,11.515 11.116,6.332 "/> <polygon fill="%230044B2" points="23.294,8.99 21.963,9.693 20.966,27.28 22.111,26.434 "/> </svg>');
}
.blue.icon-cms-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%230044B2" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23003399" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.blue.icon-cms-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%230044B2" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%230099FF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.blue.icon-cms-area{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%230099FF" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%230099FF" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%230099FF" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%230044B2" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%230044B2" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%230044B2" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%230044B2" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23003399" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23003399" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%23003399" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%23003399" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.blue.icon-cms-section-labeled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%230099FF" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%230044B2" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23003399" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.blue.icon-cms-section-labeled.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%230099FF" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%230044B2" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23003399" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg>');
}
.blue.icon-cms-section-horizontal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%230099FF" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%230099FF" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%230044B2" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%230044B2" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23003399" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23003399" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%230044B2" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%230099FF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.blue.icon-cms-section-vertical{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%230099FF" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%230099FF" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%230044B2" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%230044B2" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23003399" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23003399" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%230044B2" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%230099FF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.blue.icon-cms-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230044B2" points="15.29,16.6 15.29,16.788 15.29,27.872 19.297,25.13 19.511,19.024 15.29,16.6 "/> <polygon fill="%230044B2" points="25.771,11.452 21.202,14.117 20.936,19.843 25.311,17.039 "/> <path fill="%23003399" d="M20.936,19.843l0.266-5.726L5.827,6.112L6.2,11.38l4.681,2.69l0.393,11.06l4.016,2.743V16.788l-0.006-0.194 L15.29,16.6l4.221,2.424L20.936,19.843z"/> <path fill="%230099FF" d="M21.202,14.117l4.569-2.665L10.402,4.128L5.827,6.112L21.202,14.117z"/> </svg> ');
}
.blue.icon-cms-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230044B2" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%230044B2" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%230044B2" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%230099FF" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg> ');
}
.blue.icon-cms-html{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230044B2" points="27.685,22.177 23.227,14.446 20.481,16.096 25.05,24.01 27.685,22.177 "/> <polyline fill="%230044B2" points="10.991,11.413 8.398,12.76 12.287,19.528 12.96,19.131 12.967,19.094 13.25,15.336 10.991,11.413 "/> <polygon fill="%230044B2" points="18.875,9.864 16.102,11.361 14.936,23.033 17.426,21.461 18.231,15.053 17.875,14.446 18.339,14.186 "/> <polyline fill="%230099FF" points="22.327,22.177 22.017,21.643 20.801,22.143 18.259,23.806 22.327,22.177 "/> <polyline fill="%230099FF" points="17.875,14.446 20.481,16.096 23.227,14.446 20.611,12.876 18.339,14.186 17.875,14.446 "/> <polygon fill="%230099FF" points="9.295,9.024 11.497,10.414 14.213,9.024 11.997,7.691 "/> <polygon fill="%230099FF" points="18.875,9.864 16.42,8.428 13.654,9.864 16.102,11.361 "/> <polyline fill="%23003399" points="20.481,16.096 17.875,14.446 18.231,15.053 22.017,21.643 22.327,22.177 18.259,23.806 20.684,25.545 25.05,24.01 20.481,16.096 "/> <polyline fill="%23003399" points="12.967,19.094 12.787,21.461 14.936,23.033 16.102,11.361 13.654,9.864 13.25,15.336 12.967,19.094 "/> <polygon fill="%23003399" points="8.398,12.76 11.497,10.414 9.295,9.024 6.409,11.413 10.215,18.044 12.287,19.528 "/> <path fill="%23333333" d="M10.991,11.413l3.222-2.389l-2.716,1.39L8.398,12.76L10.991,11.413z"/> </svg> ');
}
.blue.icon-cms-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M21.903,14.695l-9.622,9.203l-0.135,0.153l-0.185,0.153c-0.863,0.664-1.844,0.967-2.942,0.909 c-1.098-0.043-2.034-0.445-2.809-1.207c-0.639-0.627-1.019-1.362-1.141-2.204c-0.045,0.234-0.07,0.474-0.077,0.719 c-0.002,0.067-0.003,0.135-0.002,0.206c0.033,1.097,0.428,2.037,1.185,2.819c0.777,0.803,1.717,1.229,2.819,1.278 c1.104,0.062,2.088-0.256,2.954-0.955l0.187-0.165l0.139-0.161l9.652-9.688c0.546-0.548,0.81-1.209,0.792-1.985 c-0.004-0.168-0.022-0.331-0.052-0.488C22.584,13.817,22.33,14.288,21.903,14.695z"/> <path fill="%230044B2" d="M11.151,19.535c-0.165,0.158-0.369,0.237-0.613,0.238c-0.211,0.002-0.392-0.06-0.544-0.183 c-0.021-0.014-0.042-0.031-0.062-0.048c-0.143-0.127-0.222-0.284-0.238-0.472L9.68,20.166c-0.003,0.028-0.004,0.059-0.004,0.093 c-0.004,0.24,0.076,0.436,0.242,0.586c0.163,0.164,0.366,0.246,0.609,0.246c0.242-0.001,0.447-0.085,0.615-0.25l8.052-7.96 c0.221-0.161,0.467-0.228,0.738-0.202c0.285,0.026,0.527,0.132,0.725,0.318c0.095,0.089,0.169,0.187,0.224,0.292 c0.074-0.143,0.11-0.299,0.107-0.47c-0.006-0.291-0.123-0.538-0.351-0.742c-0.197-0.179-0.437-0.281-0.721-0.306 c-0.269-0.025-0.513,0.04-0.733,0.195L11.151,19.535z"/> <path fill="%230044B2" d="M25.089,8.001c-0.789-0.693-1.722-1.033-2.799-1.02c-1.076,0.013-1.983,0.373-2.722,1.08L7.364,19.489 c-0.415,0.473-0.614,1.018-0.596,1.634c0.002,0.202,0.026,0.396,0.073,0.58c0.097-0.329,0.263-0.635,0.5-0.917l12.238-12.01 c0.741-0.741,1.65-1.118,2.728-1.13c1.08-0.013,2.016,0.343,2.809,1.068c0.688,0.617,1.093,1.357,1.215,2.219 c0.011-0.135,0.013-0.273,0.008-0.413C26.303,9.522,25.886,8.683,25.089,8.001z"/> <path fill="%230044B2" d="M26.514,14.241L16.1,24.266c-0.169,0.161-0.376,0.242-0.621,0.244c-0.165,0-0.313-0.036-0.445-0.107 c-0.064-0.037-0.123-0.081-0.179-0.133c-0.138-0.135-0.219-0.294-0.244-0.476v1.282c-0.005,0.042-0.007,0.086-0.008,0.131 c0,0.247,0.085,0.456,0.254,0.629c0.171,0.169,0.38,0.253,0.627,0.254c0.247,0,0.455-0.085,0.625-0.256L26.55,15.281 c1.066-1.095,1.569-2.405,1.507-3.929c-0.005-0.148-0.016-0.293-0.032-0.435C27.979,12.192,27.476,13.3,26.514,14.241z"/> <path fill="%230099FF" d="M26.256,6.894c-1.126-0.977-2.461-1.456-4.004-1.437c-1.539,0.021-2.836,0.531-3.891,1.531L6.357,18.193 h-0.02l-0.3,0.3c-0.692,0.799-1.029,1.713-1.01,2.743c0.007,0.158,0.021,0.313,0.042,0.465c0.122,0.842,0.502,1.577,1.141,2.204 c0.775,0.762,1.711,1.164,2.809,1.207c1.098,0.058,2.079-0.245,2.942-0.909l0.185-0.153l0.135-0.153l9.622-9.203 c0.427-0.407,0.681-0.878,0.764-1.415c0.024-0.152,0.034-0.31,0.03-0.474c-0.018-0.717-0.309-1.336-0.873-1.856 c-0.577-0.5-1.252-0.746-2.025-0.738c-0.785,0.008-1.448,0.267-1.991,0.778l-1.505,1.415h0.022l-6.378,6.003 c-0.169,0.157-0.255,0.349-0.258,0.576c0.001,0.029,0.002,0.057,0.004,0.085c0.015,0.188,0.095,0.345,0.238,0.472 c0.02,0.018,0.041,0.034,0.062,0.048c0.152,0.124,0.333,0.185,0.544,0.183c0.243-0.001,0.448-0.08,0.613-0.238l8.03-7.567 c0.22-0.155,0.465-0.22,0.733-0.195c0.284,0.026,0.525,0.128,0.721,0.306c0.228,0.204,0.345,0.451,0.351,0.742 c0.003,0.17-0.033,0.327-0.107,0.47c-0.051,0.1-0.123,0.194-0.216,0.282l-9.769,9.318c-0.506,0.396-1.093,0.58-1.761,0.552 c-0.653-0.012-1.212-0.243-1.675-0.695c-0.312-0.305-0.518-0.653-0.619-1.044c-0.047-0.185-0.071-0.378-0.073-0.58 c-0.017-0.617,0.182-1.161,0.596-1.634L19.568,8.061c0.739-0.707,1.647-1.067,2.722-1.08c1.077-0.013,2.01,0.327,2.799,1.02 c0.797,0.682,1.214,1.522,1.249,2.519c0.005,0.14,0.003,0.278-0.008,0.413c-0.064,0.831-0.423,1.56-1.078,2.186l-10.4,9.961 c-0.168,0.163-0.251,0.36-0.25,0.592c0,0.042,0.003,0.083,0.008,0.123c0.024,0.182,0.106,0.34,0.244,0.476 c0.056,0.052,0.116,0.096,0.179,0.133c0.132,0.071,0.281,0.106,0.445,0.107c0.245-0.001,0.452-0.083,0.621-0.244l10.414-10.025 c0.962-0.942,1.466-2.05,1.511-3.325c0.005-0.136,0.005-0.274,0-0.413C27.968,9.083,27.379,7.88,26.256,6.894z"/> </svg> ');
}
.blue.icon-cms-tab-control{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%230099FF" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%230044B2" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23003399" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%230099FF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%23CCCCCC" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.blue.icon-cms-tab-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%230044B2" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23003399" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%230099FF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%230099FF" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.lightBlue.icon-cms-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <circle fill="%23FFFFFF" cx="15.97" cy="15.787" r="12.416"/> <path fill="%232189a5" d="M15.97,28.702c-7.122,0-12.916-5.794-12.916-12.916S8.848,2.871,15.97,2.871s12.916,5.794,12.916,12.916 S23.091,28.702,15.97,28.702z M15.97,3.871c-6.57,0-11.916,5.345-11.916,11.916S9.399,27.702,15.97,27.702 s11.916-5.345,11.916-11.916S22.54,3.871,15.97,3.871z"/> <path fill="%23FFFFFF" d="M25.966,15.509c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.125,15.655,26.028,15.582,25.966,15.509z"/> <path fill="none" d="M9.856,16.198c-0.306-0.232-0.416-0.232-0.635,0c-0.171,0.159-0.134,0.183,0.342,0.183 C10.051,16.369,10.076,16.356,9.856,16.198z"/> <path fill="none" d="M7.754,15.66c-0.049,0.086,0,0.11,0.159,0.061c0.147-0.049,0.306-0.012,0.403,0.11 c0.086,0.098,0.293,0.183,0.464,0.183c0.293,0,0.305-0.012,0.086-0.244C8.622,15.501,7.9,15.428,7.754,15.66z"/> <path fill="none" d="M18.582,8.926c0.11-0.196,0.098-0.269-0.073-0.33c-0.196-0.073-0.416,0.134-0.416,0.428 C18.093,9.256,18.435,9.195,18.582,8.926z"/> <path fill="none" d="M10.271,16.503c0,0.073,0.024,0.122,0.049,0.122c0.037,0,0.098-0.049,0.134-0.122 c0.037-0.061,0.012-0.122-0.049-0.122C10.332,16.381,10.271,16.442,10.271,16.503z"/> <path fill="none" d="M4.405,14.633c0,0.22,0.244,0.807,0.306,0.745c0.037-0.037-0.012-0.244-0.11-0.477 C4.491,14.67,4.417,14.548,4.405,14.633z"/> <path fill="none" d="M23.555,12.14c-0.049-0.037-0.122-0.037-0.171,0c-0.037,0.049,0,0.086,0.086,0.086 C23.555,12.226,23.592,12.189,23.555,12.14z"/> <path fill="none" d="M11.078,5.26c0.098,0,0.147-0.049,0.11-0.122c-0.037-0.061-0.122-0.122-0.196-0.122 c-0.061,0-0.11,0.061-0.11,0.122C10.882,5.211,10.968,5.26,11.078,5.26z"/> <path fill="none" d="M21.27,11.26c0-0.134-0.049-0.281-0.122-0.318c-0.073-0.049-0.11,0.061-0.098,0.232 C21.087,11.541,21.27,11.603,21.27,11.26z"/> <path fill="none" d="M18.863,8.975c-0.049,0.049-0.098,0.159-0.11,0.269c-0.024,0.134,0.061,0.171,0.354,0.147 c0.208-0.024,0.391-0.098,0.416-0.159c0.024-0.073-0.183-0.379-0.452-0.672c-0.464-0.513-0.684-0.464-0.306,0.073 C18.863,8.779,18.899,8.926,18.863,8.975z"/> <path fill="none" d="M9.905,7.582c-0.049,0-0.159,0.085-0.244,0.183C9.526,7.924,9.563,7.948,9.819,7.948 c0.232,0,0.306-0.049,0.257-0.183C10.027,7.667,9.954,7.582,9.905,7.582z"/> <path fill="none" d="M16.638,6.629c-0.464,0.012-0.635,0.171-0.416,0.379c0.147,0.159,0.855,0.086,1.002-0.085 C17.421,6.69,17.25,6.604,16.638,6.629z"/> <path fill="none" d="M16.406,5.504c0.073,0,0.024-0.122-0.11-0.281c-0.134-0.147-0.281-0.367-0.318-0.477 c-0.049-0.122-0.134-0.22-0.208-0.22c-0.061,0-0.122-0.086-0.122-0.183c0-0.208-0.587-0.257-0.953-0.086 c-0.11,0.061-0.391,0.196-0.599,0.306c-0.342,0.171-0.403,0.171-0.403,0.024c0-0.22-0.171-0.232-0.501-0.061 c-0.293,0.159-0.306,0.416-0.012,0.342c0.501-0.134,0.684,0.623,0.305,1.21c-0.208,0.318-0.208,0.33,0,0.244 c0.281-0.11,0.269,0.024-0.061,0.367c-0.22,0.232-0.244,0.33-0.134,0.55c0.073,0.159,0.171,0.379,0.208,0.501 c0.037,0.11,0.232,0.245,0.44,0.281c0.195,0.049,0.367,0.122,0.367,0.183c0,0.134,0.134,0.134,0.342,0 c0.086-0.049,0.183-0.171,0.196-0.269c0.147-0.721,0.391-1.21,0.623-1.21c0.183,0,0.929-0.892,0.868-1.051 C16.296,5.59,16.333,5.504,16.406,5.504z"/> <path fill="none" d="M25.425,21.257c0,0.11-0.086,0.305-0.183,0.428c-0.232,0.318-0.232,0.562,0,0.562 c0.122,0,0.367-0.354,0.611-0.88c0.232-0.477,0.391-0.904,0.367-0.941C26.122,20.328,25.425,21.049,25.425,21.257z"/> <path fill="none" d="M11.078,5.871c0.196,0,0.44-0.061,0.538-0.122c0.147-0.098,0.122-0.122-0.122-0.122 c-0.183,0-0.379-0.061-0.464-0.122c-0.073-0.073-0.122-0.085-0.086-0.049c0.037,0.049,0,0.159-0.073,0.257 C10.76,5.834,10.797,5.871,11.078,5.871z"/> <path fill="none" d="M12.667,10.6c-0.269-0.183-0.306-0.183-0.489,0.024c-0.257,0.293-0.244,0.416,0.037,0.342 c0.147-0.037,0.269,0.012,0.305,0.11c0.098,0.257,0.44,0.208,0.44-0.061C12.96,10.894,12.826,10.698,12.667,10.6z"/> <path fill="none" d="M12.104,6.726c0-0.293-0.073-0.379-0.538-0.55c-0.464-0.183-0.587-0.183-0.88-0.037 c-0.195,0.086-0.367,0.257-0.391,0.379c-0.037,0.171,0.049,0.208,0.477,0.208c0.501,0,0.513,0,0.293,0.244 c-0.232,0.257-0.086,0.342,0.159,0.098c0.22-0.22,0.171,0.037-0.061,0.293c-0.11,0.122-0.318,0.22-0.452,0.22 c-0.22,0-0.196,0.037,0.122,0.232c0.22,0.134,0.428,0.293,0.464,0.367c0.134,0.208,0.354,0.159,0.269-0.061 c-0.061-0.147-0.012-0.171,0.183-0.11c0.22,0.073,0.232,0.061,0.122-0.159c-0.195-0.367-0.171-0.403,0.159-0.318 c0.44,0.11,0.635-0.061,0.33-0.281C12.202,7.142,12.104,6.946,12.104,6.726z"/> <path fill="none" d="M12.654,5.015c-0.049-0.073-0.196-0.098-0.342-0.061c-0.257,0.073-0.269,0.073-0.037-0.11 c0.306-0.244,0.049-0.257-0.416-0.012c-0.428,0.22-0.489,0.354-0.11,0.244c0.196-0.061,0.244-0.037,0.208,0.073 c-0.037,0.098-0.122,0.171-0.183,0.171c-0.073,0-0.183,0.037-0.232,0.098c-0.049,0.049,0.11,0.085,0.354,0.085 c0.318,0,0.452-0.049,0.452-0.183c0-0.098,0.086-0.183,0.196-0.183C12.642,5.138,12.691,5.076,12.654,5.015z"/> <path fill="none" d="M10.479,5.26c-0.195,0-0.917,0.342-0.99,0.477c-0.147,0.232,0.159,0.147,0.635-0.171 C10.369,5.394,10.528,5.26,10.479,5.26z"/> <radialGradient id="SVGID_1_" cx="15.9541" cy="21.4391" r="12.3669" fx="7.9401" fy="13.8472" gradientTransform="matrix(1 0 0 1.0129 0 -5.7943)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%2333CCFF"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M27.784,13.749c-0.098,0-0.428-0.161-0.721-0.371c-0.293-0.198-0.538-0.322-0.538-0.272 c0.012,0.173,0.501,0.681,0.574,0.594c0.147-0.148,0.526,0.334,0.526,0.693c0,0.384-0.868,1.461-1.185,1.461 c-0.11,0-0.159,0.087-0.134,0.223c0.049,0.21,0.122,0.223,0.489,0.087c0.195-0.074,0.208-0.037,0.147,0.322 c-0.11,0.607-0.489,1.312-1.039,1.943c-0.452,0.532-0.477,0.594-0.477,1.399c0,0.817-0.012,0.842-0.416,1.089 c-0.232,0.149-0.477,0.421-0.538,0.619c-0.232,0.668-1.002,1.597-1.54,1.857c-0.672,0.334-1.222,0.347-1.124,0.037 c0.049-0.124,0.024-0.718-0.037-1.337c-0.11-0.978-0.098-1.151,0.122-1.609c0.293-0.631,0.293-0.867-0.024-1.461 c-0.159-0.31-0.232-0.644-0.208-0.978c0.037-0.433,0-0.52-0.208-0.557c-0.134-0.025-0.342-0.136-0.452-0.235 c-0.171-0.148-0.281-0.161-0.599-0.05c-0.22,0.074-0.648,0.136-0.965,0.136c-0.489,0-0.672-0.074-1.21-0.508 c-0.697-0.557-0.745-0.693-0.709-1.844c0.037-0.879,0.391-1.745,0.819-1.98c0.134-0.074,0.244-0.235,0.244-0.359 c0-0.285,0.428-0.681,0.782-0.73c0.134-0.012,0.684-0.062,1.198-0.099c0.904-0.074,0.929-0.062,0.978,0.198 c0.024,0.223,0.183,0.334,0.672,0.495c0.428,0.136,0.672,0.173,0.758,0.087c0.086-0.087,0.281-0.087,0.599,0.012 c0.269,0.087,0.66,0.149,0.868,0.149c0.379,0,0.391-0.012,0.354-0.458c-0.024-0.248-0.11-0.483-0.208-0.507 c-0.098-0.037-0.134,0-0.086,0.087c0.049,0.074,0.024,0.136-0.037,0.136c-0.073,0-0.134-0.049-0.134-0.111s-0.098-0.087-0.22-0.05 c-0.134,0.037-0.306-0.087-0.489-0.322c-0.367-0.508-0.55-0.495-0.452,0.012l0.073,0.409l-0.33-0.433 c-0.452-0.569-1.137-1.238-1.283-1.238c-0.257,0-0.086,0.272,0.318,0.508c0.452,0.272,0.513,0.421,0.269,0.743 c-0.159,0.21-0.452,0.186-0.452-0.037c0-0.074,0.086-0.099,0.183-0.05c0.33,0.124,0.196-0.272-0.208-0.668 c-0.354-0.334-0.464-0.384-0.892-0.322c-0.281,0.037-0.538,0.149-0.611,0.272c-0.501,0.842-0.635,0.978-1.014,1.015 c-0.538,0.05-0.758-0.161-0.758-0.73c0-0.483,0-0.483,0.464-0.483c0.257,0,0.501-0.037,0.538-0.074 c0.147-0.136-0.061-0.52-0.367-0.681l-0.33-0.149l0.33-0.074c0.183-0.037,0.623-0.347,1.002-0.681 c0.672-0.594,0.672-0.594,0.464-0.891c-0.159-0.223-0.281-0.272-0.538-0.223c-0.281,0.062-0.342,0.012-0.415-0.26 c-0.049-0.21-0.012-0.396,0.11-0.532c0.098-0.111,0.244-0.421,0.318-0.668c0.22-0.681,0.403-0.792,1.027-0.594 c0.892,0.26,1.21,0.483,1.124,0.755c-0.049,0.161-0.024,0.235,0.11,0.235c0.11,0,0.195-0.074,0.195-0.173 c0-0.099,0.159-0.31,0.367-0.483l0.354-0.309l-0.464-0.31c-3.678-2.463-8.432-2.723-12.416-0.668 C9.11,5.381,8.976,5.492,9.196,5.715c0.171,0.149,0.171,0.21,0,0.569C9.037,6.631,8.939,6.693,8.585,6.693 c-0.367,0-0.403-0.025-0.269-0.186c0.22-0.272,0-0.458-0.281-0.26C7.864,6.383,7.839,6.482,7.937,6.742 c0.134,0.334,0.171,0.334,1.185,0.136c0.208-0.05,0.562-0.557,0.562-0.805c0-0.037,0.049-0.136,0.122-0.21 c0.147-0.186,0.635-0.223,0.526-0.037c-0.037,0.074-0.171,0.124-0.281,0.124c-0.159,0-0.208,0.112-0.208,0.409 c0,0.458,0.049,0.508,0.342,0.384c0.122-0.037,0.257-0.05,0.293,0c0.134,0.124-0.232,0.446-0.513,0.446 c-0.379,0-1.65,1.102-1.65,1.424c0,0.148,0.171,0.359,0.416,0.52C9,9.305,9.135,9.478,9.123,9.688 C9.11,10.06,9.465,10.072,9.514,9.701c0.024-0.149,0.171-0.359,0.342-0.47c0.208-0.136,0.281-0.272,0.232-0.421 c-0.037-0.124,0-0.371,0.073-0.557c0.232-0.52,0.965-0.371,0.965,0.198c0,0.26,0.049,0.272,0.379,0.087 c0.208-0.099,0.281-0.087,0.428,0.099c0.086,0.124,0.171,0.297,0.171,0.384c0,0.074,0.11,0.26,0.257,0.408 c0.428,0.433,0.232,0.569-1.259,0.904c-0.196,0.05-0.342,0.124-0.342,0.186c0,0.062,0.122,0.087,0.257,0.05 c0.22-0.062,0.244-0.037,0.183,0.186c-0.11,0.322,0.098,0.446,0.428,0.26c0.208-0.111,0.244-0.099,0.208,0.037 c-0.037,0.087-0.318,0.198-0.66,0.235c-0.745,0.087-1.027,0.21-1.027,0.433c0,0.099-0.098,0.223-0.208,0.26 c-0.293,0.111-0.758,0.681-0.77,0.916c0,0.112-0.22,0.396-0.477,0.644c-0.44,0.408-0.477,0.495-0.416,0.891 c0.086,0.532-0.159,0.594-0.269,0.062c-0.061-0.309-0.134-0.371-0.44-0.371c-0.196,0-0.354,0.062-0.354,0.136 c0,0.087-0.134,0.111-0.367,0.074c-0.281-0.062-0.403-0.012-0.611,0.248c-0.281,0.359-0.306,0.743-0.098,1.213 c0.159,0.347,0.672,0.433,0.782,0.124c0.049-0.099,0.159-0.186,0.257-0.186c0.134,0,0.159,0.074,0.11,0.285 c-0.159,0.52-0.134,0.644,0.147,0.681c0.183,0.025,0.269,0.124,0.269,0.309c0,0.396,0.342,0.829,0.648,0.829 c0.33,0,0.623,0.186,0.538,0.322c-0.037,0.062,0.269,0.124,0.66,0.149c0.599,0.025,0.782,0.099,1.112,0.396 c0.22,0.21,0.501,0.371,0.623,0.371c0.574,0,1.247,0.644,1.051,1.015c-0.073,0.136-0.073,0.223,0,0.223 c0.061,0,0.134-0.062,0.159-0.136c0.049-0.148,1.137,0.173,2.029,0.582c0.354,0.173,0.403,0.235,0.33,0.52 c-0.049,0.186-0.183,0.446-0.293,0.582c-0.122,0.136-0.257,0.483-0.293,0.78c-0.073,0.644-0.232,0.854-0.709,0.953 c-0.281,0.062-0.354,0.149-0.354,0.396c0,0.47-0.379,1.027-0.697,1.027c-0.257,0-0.269,0.025-0.134,0.248 c0.134,0.21,0.122,0.272-0.122,0.446c-0.208,0.149-0.257,0.26-0.183,0.508c0.134,0.594,0.391,0.953,0.794,1.176 c0.379,0.198,0.391,0.21,0.098,0.223c-0.22,0-0.526-0.235-1.124-0.879c-0.66-0.706-0.868-1.027-1.027-1.585 c-0.513-1.77-0.855-2.426-1.344-2.612c-0.147-0.062-0.513-0.433-0.819-0.829c-0.66-0.867-0.843-1.646-0.501-2.03 c0.183-0.21,0.195-0.297,0.073-0.495s-0.11-0.31,0.037-0.607c0.11-0.21,0.244-0.371,0.306-0.371c0.073,0,0.122-0.062,0.122-0.136 c0-0.087-0.11-0.111-0.293-0.062c-0.244,0.062-0.44-0.062-1.063-0.668c-0.525-0.495-0.88-0.743-1.088-0.743 c-0.464,0-0.831-0.322-0.929-0.805c-0.037-0.235-0.122-0.433-0.183-0.433c-0.061,0-0.11-0.05-0.11-0.124 c0-0.062-0.147-0.433-0.33-0.829c-0.477-1.003-0.477-2.278-0.012-3.256c0.183-0.371,0.391-0.842,0.464-1.052 c0.269-0.718-0.183-0.049-0.574,0.867c-0.709,1.659-0.953,2.884-0.953,4.952c0,2.203,0.257,3.404,1.1,5.212 c0.697,1.523,1.393,2.525,2.493,3.652c1.833,1.844,4.094,3.045,6.648,3.516c2.481,0.458,5.316,0.025,7.663-1.176 c3.214-1.634,5.585-4.654,6.489-8.232c0.232-0.916,0.281-1.448,0.293-2.921C28.297,14.108,28.212,13.749,27.784,13.749z M23.384,12.14c0.049-0.037,0.122-0.037,0.171,0c0.037,0.049,0,0.086-0.086,0.086C23.384,12.226,23.348,12.189,23.384,12.14z M21.148,10.943c0.073,0.037,0.122,0.183,0.122,0.318c0,0.342-0.183,0.281-0.22-0.085C21.038,11.004,21.075,10.894,21.148,10.943z M19.07,8.559c0.269,0.293,0.477,0.599,0.452,0.672c-0.024,0.061-0.208,0.134-0.416,0.159c-0.293,0.025-0.379-0.012-0.354-0.147 c0.012-0.11,0.061-0.22,0.11-0.269c0.037-0.049,0-0.195-0.098-0.342C18.386,8.095,18.606,8.046,19.07,8.559z M18.508,8.596 c0.171,0.061,0.183,0.134,0.073,0.33c-0.147,0.269-0.489,0.33-0.489,0.098C18.093,8.73,18.313,8.523,18.508,8.596z M9.819,7.948 c-0.257,0-0.293-0.024-0.159-0.183c0.086-0.098,0.196-0.183,0.244-0.183s0.122,0.085,0.171,0.183 C10.125,7.899,10.051,7.948,9.819,7.948z M8.78,16.014c-0.171,0-0.379-0.085-0.464-0.183c-0.098-0.122-0.257-0.159-0.403-0.11 c-0.159,0.049-0.208,0.024-0.159-0.061c0.147-0.232,0.868-0.159,1.112,0.11C9.086,16.002,9.074,16.014,8.78,16.014z M9.563,16.381 c-0.477,0-0.513-0.024-0.342-0.183c0.22-0.232,0.33-0.232,0.635,0C10.076,16.356,10.051,16.369,9.563,16.381z M10.455,16.503 c-0.037,0.073-0.098,0.122-0.134,0.122c-0.024,0-0.049-0.049-0.049-0.122c0-0.061,0.061-0.122,0.134-0.122 C10.467,16.381,10.491,16.442,10.455,16.503z M4.711,15.379c-0.061,0.061-0.306-0.525-0.306-0.745 c0.012-0.086,0.086,0.037,0.196,0.269C4.699,15.134,4.747,15.342,4.711,15.379z M10.992,5.015c0.073,0,0.159,0.061,0.196,0.122 c0.037,0.073-0.012,0.122-0.11,0.122c-0.11,0-0.195-0.049-0.195-0.122C10.882,5.076,10.931,5.015,10.992,5.015z M10.87,5.712 c0.073-0.098,0.11-0.208,0.073-0.257c-0.037-0.037,0.012-0.024,0.086,0.049c0.086,0.061,0.281,0.122,0.464,0.122 c0.244,0,0.269,0.024,0.122,0.122c-0.098,0.061-0.342,0.122-0.538,0.122C10.797,5.871,10.76,5.834,10.87,5.712z M10.125,5.565 C9.648,5.883,9.343,5.969,9.489,5.736c0.073-0.134,0.794-0.477,0.99-0.477C10.528,5.26,10.369,5.394,10.125,5.565z M12.031,7.533 c-0.33-0.086-0.354-0.049-0.159,0.318c0.11,0.22,0.098,0.232-0.122,0.159c-0.196-0.061-0.244-0.037-0.183,0.11 c0.086,0.22-0.134,0.269-0.269,0.061c-0.037-0.073-0.244-0.232-0.464-0.367c-0.318-0.196-0.342-0.232-0.122-0.232 c0.134,0,0.342-0.098,0.452-0.22c0.232-0.257,0.281-0.513,0.061-0.293c-0.244,0.244-0.391,0.159-0.159-0.098 c0.22-0.244,0.208-0.244-0.293-0.244c-0.428,0-0.513-0.037-0.477-0.208c0.024-0.122,0.196-0.293,0.391-0.379 c0.293-0.147,0.416-0.147,0.88,0.037c0.464,0.171,0.538,0.257,0.538,0.55c0,0.22,0.098,0.416,0.257,0.525 C12.667,7.472,12.471,7.643,12.031,7.533z M12.544,5.138c-0.11,0-0.196,0.086-0.196,0.183c0,0.135-0.134,0.183-0.452,0.183 c-0.244,0-0.403-0.037-0.354-0.085c0.049-0.061,0.159-0.098,0.232-0.098c0.061,0,0.147-0.073,0.183-0.171 c0.037-0.11-0.012-0.134-0.208-0.073c-0.379,0.11-0.318-0.024,0.11-0.244c0.464-0.244,0.721-0.232,0.416,0.012 c-0.232,0.183-0.22,0.183,0.037,0.11c0.147-0.037,0.293-0.012,0.342,0.061C12.691,5.076,12.642,5.138,12.544,5.138z M12.52,11.077 c-0.037-0.098-0.159-0.147-0.305-0.11c-0.281,0.073-0.293-0.049-0.037-0.342c0.183-0.208,0.22-0.208,0.489-0.024 c0.159,0.098,0.293,0.293,0.293,0.416C12.96,11.285,12.618,11.333,12.52,11.077z M15.465,6.726c-0.232,0-0.477,0.489-0.623,1.21 c-0.012,0.098-0.11,0.22-0.196,0.269c-0.208,0.134-0.342,0.134-0.342,0c0-0.061-0.171-0.135-0.367-0.183 c-0.208-0.037-0.403-0.171-0.44-0.281c-0.037-0.122-0.134-0.342-0.208-0.501c-0.11-0.22-0.086-0.318,0.134-0.55 c0.33-0.342,0.342-0.477,0.061-0.367c-0.208,0.086-0.208,0.073,0-0.244c0.379-0.587,0.196-1.344-0.305-1.21 c-0.293,0.073-0.281-0.183,0.012-0.342c0.33-0.171,0.501-0.159,0.501,0.061c0,0.147,0.061,0.147,0.403-0.024 c0.208-0.11,0.489-0.244,0.599-0.306c0.367-0.171,0.953-0.122,0.953,0.086c0,0.098,0.061,0.183,0.122,0.183 c0.073,0,0.159,0.098,0.208,0.22c0.037,0.11,0.183,0.33,0.318,0.477c0.134,0.159,0.183,0.281,0.11,0.281s-0.11,0.086-0.073,0.171 C16.394,5.834,15.649,6.726,15.465,6.726z M17.225,6.922c-0.147,0.171-0.855,0.244-1.002,0.085c-0.22-0.208-0.049-0.367,0.416-0.379 C17.25,6.604,17.421,6.69,17.225,6.922z M25.853,21.367c-0.244,0.526-0.489,0.88-0.611,0.88c-0.232,0-0.232-0.244,0-0.562 c0.098-0.122,0.183-0.318,0.183-0.428c0-0.208,0.697-0.929,0.794-0.831C26.244,20.463,26.085,20.89,25.853,21.367z"/> <path fill="%23FFFFFF" d="M25.951,15.745c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.11,15.892,26.012,15.819,25.951,15.745z"/> <path fill="%23FFFFFF" d="M25.939,11.407c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.244,11.859,26.061,11.651,25.939,11.407z"/> <path fill="%23269FBF" d="M25.954,11.659c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.26,12.111,26.076,11.904,25.954,11.659z"/> <path fill="%23269FBF" d="M23.547,11.28c-0.122-0.122-0.061-0.745,0.086-0.831c0.073-0.049,0.196,0,0.281,0.11 c0.159,0.22,0.501,0.293,0.367,0.086c-0.196-0.318,0.098-0.306,0.428,0.024c0.55,0.55,0.489,0.672-0.367,0.672 C23.938,11.341,23.583,11.305,23.547,11.28z"/> <path fill="%23269FBF" d="M20.675,9.081c0-0.061,0.134-0.171,0.306-0.244c0.342-0.159,0.379-0.318,0.134-0.77 c-0.232-0.452-0.183-1.014,0.098-1.063c0.196-0.037,0.22,0,0.147,0.269c-0.098,0.379,0.122,0.855,0.342,0.77 c0.293-0.11,0.416,0.318,0.208,0.697c-0.159,0.281-0.293,0.354-0.721,0.391C20.907,9.154,20.675,9.129,20.675,9.081z"/> </svg> ');
}
.lightBlue.icon-cms-portal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%232189a5" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%2333CCFF" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> </svg> ');
}
.lightBlue.icon-cms-portal.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%232189a5" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%2333CCFF" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> <polygon fill="%2333CCFF" points="8.744,18.827 9.039,23.99 13.098,26.909 12.969,21.648 "/> </svg> ');
}
.lightBlue.icon-cms-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="12.657,19.396 12.593,20.225 18.734,23.647 18.748,22.782 12.657,19.396 "/> <polyline fill="%23999999" points="22.217,9.413 22.852,8.714 12.069,3.957 12.108,4.955 22.217,9.413 "/> <polygon fill="%23999999" points="22.328,25.652 22.371,24.798 20.972,24.02 20.943,24.877 "/> <polyline fill="%23CCCCCC" points="12.643,18.636 12.668,19.296 12.657,19.396 18.748,22.782 18.759,21.986 12.643,18.636 "/> <polyline fill="%23CCCCCC" points="23.196,8.337 25.065,8.768 12.037,3.154 12.069,3.957 22.852,8.714 23.196,8.337 "/> <polygon fill="%23CCCCCC" points="21.266,23.36 20.983,23.765 20.972,24.02 22.371,24.798 22.41,23.988 "/> <polygon fill="none" points="10.674,13.355 5.207,13.355 4.898,13.355 5.494,18.987 10.982,18.987 10.932,18.065 "/> <polygon fill="none" points="10.544,11.092 10.243,5.521 4.4,5.521 4.066,5.521 4.744,11.946 10.591,11.946 "/> <polygon fill="%23269FBF" points="18.759,21.986 18.748,22.782 18.734,23.647 18.63,31.28 20.326,31.904 20.915,13.624 18.881,13.094 "/> <polygon fill="%23269FBF" points="22.411,23.988 22.371,24.798 22.328,25.652 23.322,25.917 23.68,19.923 22.532,21.559 "/> <path fill="%23269FBF" d="M2.997,3.904l1.858,16.321h7.737L11.947,3.904H2.997z M4.744,11.946L4.066,5.521H4.4h5.843l0.301,5.571 l0.047,0.854H4.744z M5.494,18.987l-0.595-5.632h0.309h5.467l0.258,4.71l0.05,0.922H5.494z"/> <polygon fill="%23269FBF" points="22.966,12.932 22.708,18.072 23.774,18.402 24.197,11.436 "/> <polyline fill="%2333CCFF" points="10.982,18.987 10.932,18.065 5.695,18.065 5.494,18.987 10.982,18.987 "/> <polyline fill="%2333CCFF" points="4.974,11.092 4.744,11.946 10.591,11.946 10.544,11.092 4.974,11.092 "/> <polyline fill="%2333CCFF" points="3.277,3.154 2.997,3.904 11.947,3.904 12.037,3.154 3.277,3.154 "/> <polyline fill="%2333CCFF" points="20.832,27.926 20.76,29.938 23.322,25.917 22.328,25.652 20.832,27.926 "/> <polyline fill="%2333CCFF" points="21.116,20.113 21.04,22.198 23.774,18.402 22.708,18.072 21.116,20.113 "/> <polygon fill="%2333CCFF" points="25.065,8.768 23.196,8.337 22.852,8.714 22.217,9.413 18.881,13.094 20.915,13.624 "/> <polygon fill="none" points="21.266,23.36 20.983,23.765 20.972,24.02 20.943,24.877 20.832,27.926 20.76,29.938 23.322,25.917 23.68,19.923 22.532,21.559 "/> <polygon fill="none" points="22.966,12.932 21.302,14.952 21.116,20.114 21.04,22.198 23.774,18.402 24.197,11.436 "/> <polygon fill="%232189a5" points="12.108,4.955 12.069,3.957 12.037,3.154 11.947,3.904 12.593,20.225 12.657,19.396 12.668,19.296 12.643,18.636 "/> <path fill="%232189a5" d="M20.915,13.624l-0.588,18.28l3.576-5.732l1.162-17.404L20.915,13.624z M23.322,25.917l-2.561,4.021 l0.072-2.012l0.111-3.049l0.029-0.857l0.011-0.255l0.283-0.405l1.266-1.801l1.148-1.636L23.322,25.917z M23.774,18.402l-2.733,3.795 l0.075-2.084l0.187-5.162l1.664-2.02l1.23-1.496L23.774,18.402z"/> <polygon fill="%232189a5" points="4.898,13.355 5.494,18.987 5.695,18.065 5.207,13.355 "/> <polygon fill="%232189a5" points="4.4,5.521 4.066,5.521 4.744,11.946 4.974,11.092 "/> </svg>');
}
.lightBlue.icon-cms-page.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23269FBF" d="M20.966,27.28l0.997-17.587L8.508,3.527l0.925,16.231L20.966,27.28 M9.753,5.679l1.363,0.653l2.959,1.417 l0.065,5.295l0.014,1.349l-4.093-2.271L9.753,5.679 M10.13,13.538l1.273,0.728l2.762,1.582l0.05,4.326l0.018,1.453l-3.838-2.446 L10.13,13.538 M16.701,9.001l3.644,1.743l-0.237,5.517l-0.061,1.399l-4.652-2.579V8.377L16.701,9.001 M15.396,16.544l1.212,0.692 l3.375,1.926l-0.19,4.473l-0.065,1.489l-4.33-2.755L15.396,16.544z"/> <polyline fill="%2333CCFF" points="16.561,21.627 15.399,22.37 19.729,25.125 19.793,23.636 16.561,21.627 "/> <polyline fill="%2333CCFF" points="16.64,14.392 15.396,15.081 20.048,17.66 20.109,16.261 16.64,14.392 "/> <polyline fill="%2333CCFF" points="11.554,18.524 10.395,19.181 14.233,21.627 14.215,20.174 11.554,18.524 "/> <polyline fill="%2333CCFF" points="11.303,11.515 10.062,12.122 14.154,14.392 14.14,13.043 11.303,11.515 "/> <polygon fill="%2333CCFF" points="21.963,9.693 23.294,8.99 9.839,3 8.508,3.527 "/> <polyline fill="%232189a5" points="16.608,17.237 15.396,16.544 15.399,22.37 16.561,21.627 16.608,17.237 "/> <polyline fill="%232189a5" points="15.396,15.081 16.64,14.392 16.701,9.001 15.396,8.377 15.396,15.081 "/> <polyline fill="%232189a5" points="11.403,14.267 10.13,13.538 10.395,19.181 11.554,18.524 11.403,14.267 "/> <polyline fill="%232189a5" points="11.116,6.332 9.753,5.679 10.062,12.122 11.303,11.515 11.116,6.332 "/> <polygon fill="%232189a5" points="23.294,8.99 21.963,9.693 20.966,27.28 22.111,26.434 "/> </svg>');
}
.lightBlue.icon-cms-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%232189a5" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23269FBF" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.lightBlue.icon-cms-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%232189a5" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%2333CCFF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.lightBlue.icon-cms-area{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%2333CCFF" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%2333CCFF" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%2333CCFF" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%232189a5" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%232189a5" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%232189a5" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%232189a5" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23269FBF" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23269FBF" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%23269FBF" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%23269FBF" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.lightBlue.icon-cms-section-labeled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%2333CCFF" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%232189a5" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23269FBF" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.lightBlue.icon-cms-section-labeled.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%2333CCFF" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%232189a5" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23269FBF" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg>');
}
.lightBlue.icon-cms-section-horizontal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%2333CCFF" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%2333CCFF" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%232189a5" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%232189a5" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23269FBF" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23269FBF" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%232189a5" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%2333CCFF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.lightBlue.icon-cms-section-vertical{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%2333CCFF" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%2333CCFF" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%232189a5" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%232189a5" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23269FBF" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23269FBF" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%232189a5" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%2333CCFF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.lightBlue.icon-cms-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232189a5" points="15.29,16.6 15.29,16.788 15.29,27.872 19.297,25.13 19.511,19.024 15.29,16.6 "/> <polygon fill="%232189a5" points="25.771,11.452 21.202,14.117 20.936,19.843 25.311,17.039 "/> <path fill="%23269FBF" d="M20.936,19.843l0.266-5.726L5.827,6.112L6.2,11.38l4.681,2.69l0.393,11.06l4.016,2.743V16.788l-0.006-0.194 L15.29,16.6l4.221,2.424L20.936,19.843z"/> <path fill="%2333CCFF" d="M21.202,14.117l4.569-2.665L10.402,4.128L5.827,6.112L21.202,14.117z"/> </svg> ');
}
.lightBlue.icon-cms-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232189a5" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%232189a5" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%232189a5" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%2333CCFF" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg> ');
}
.lightBlue.icon-cms-html{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232189a5" points="27.685,22.177 23.227,14.446 20.481,16.096 25.05,24.01 27.685,22.177 "/> <polyline fill="%232189a5" points="10.991,11.413 8.398,12.76 12.287,19.528 12.96,19.131 12.967,19.094 13.25,15.336 10.991,11.413 "/> <polygon fill="%232189a5" points="18.875,9.864 16.102,11.361 14.936,23.033 17.426,21.461 18.231,15.053 17.875,14.446 18.339,14.186 "/> <polyline fill="%2333CCFF" points="22.327,22.177 22.017,21.643 20.801,22.143 18.259,23.806 22.327,22.177 "/> <polyline fill="%2333CCFF" points="17.875,14.446 20.481,16.096 23.227,14.446 20.611,12.876 18.339,14.186 17.875,14.446 "/> <polygon fill="%2333CCFF" points="9.295,9.024 11.497,10.414 14.213,9.024 11.997,7.691 "/> <polygon fill="%2333CCFF" points="18.875,9.864 16.42,8.428 13.654,9.864 16.102,11.361 "/> <polyline fill="%23269FBF" points="20.481,16.096 17.875,14.446 18.231,15.053 22.017,21.643 22.327,22.177 18.259,23.806 20.684,25.545 25.05,24.01 20.481,16.096 "/> <polyline fill="%23269FBF" points="12.967,19.094 12.787,21.461 14.936,23.033 16.102,11.361 13.654,9.864 13.25,15.336 12.967,19.094 "/> <polygon fill="%23269FBF" points="8.398,12.76 11.497,10.414 9.295,9.024 6.409,11.413 10.215,18.044 12.287,19.528 "/> <path fill="%23333333" d="M10.991,11.413l3.222-2.389l-2.716,1.39L8.398,12.76L10.991,11.413z"/> </svg> ');
}
.lightBlue.icon-cms-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M21.903,14.695l-9.622,9.203l-0.135,0.153l-0.185,0.153c-0.863,0.664-1.844,0.967-2.942,0.909 c-1.098-0.043-2.034-0.445-2.809-1.207c-0.639-0.627-1.019-1.362-1.141-2.204c-0.045,0.234-0.07,0.474-0.077,0.719 c-0.002,0.067-0.003,0.135-0.002,0.206c0.033,1.097,0.428,2.037,1.185,2.819c0.777,0.803,1.717,1.229,2.819,1.278 c1.104,0.062,2.088-0.256,2.954-0.955l0.187-0.165l0.139-0.161l9.652-9.688c0.546-0.548,0.81-1.209,0.792-1.985 c-0.004-0.168-0.022-0.331-0.052-0.488C22.584,13.817,22.33,14.288,21.903,14.695z"/> <path fill="%232189a5" d="M11.151,19.535c-0.165,0.158-0.369,0.237-0.613,0.238c-0.211,0.002-0.392-0.06-0.544-0.183 c-0.021-0.014-0.042-0.031-0.062-0.048c-0.143-0.127-0.222-0.284-0.238-0.472L9.68,20.166c-0.003,0.028-0.004,0.059-0.004,0.093 c-0.004,0.24,0.076,0.436,0.242,0.586c0.163,0.164,0.366,0.246,0.609,0.246c0.242-0.001,0.447-0.085,0.615-0.25l8.052-7.96 c0.221-0.161,0.467-0.228,0.738-0.202c0.285,0.026,0.527,0.132,0.725,0.318c0.095,0.089,0.169,0.187,0.224,0.292 c0.074-0.143,0.11-0.299,0.107-0.47c-0.006-0.291-0.123-0.538-0.351-0.742c-0.197-0.179-0.437-0.281-0.721-0.306 c-0.269-0.025-0.513,0.04-0.733,0.195L11.151,19.535z"/> <path fill="%232189a5" d="M25.089,8.001c-0.789-0.693-1.722-1.033-2.799-1.02c-1.076,0.013-1.983,0.373-2.722,1.08L7.364,19.489 c-0.415,0.473-0.614,1.018-0.596,1.634c0.002,0.202,0.026,0.396,0.073,0.58c0.097-0.329,0.263-0.635,0.5-0.917l12.238-12.01 c0.741-0.741,1.65-1.118,2.728-1.13c1.08-0.013,2.016,0.343,2.809,1.068c0.688,0.617,1.093,1.357,1.215,2.219 c0.011-0.135,0.013-0.273,0.008-0.413C26.303,9.522,25.886,8.683,25.089,8.001z"/> <path fill="%232189a5" d="M26.514,14.241L16.1,24.266c-0.169,0.161-0.376,0.242-0.621,0.244c-0.165,0-0.313-0.036-0.445-0.107 c-0.064-0.037-0.123-0.081-0.179-0.133c-0.138-0.135-0.219-0.294-0.244-0.476v1.282c-0.005,0.042-0.007,0.086-0.008,0.131 c0,0.247,0.085,0.456,0.254,0.629c0.171,0.169,0.38,0.253,0.627,0.254c0.247,0,0.455-0.085,0.625-0.256L26.55,15.281 c1.066-1.095,1.569-2.405,1.507-3.929c-0.005-0.148-0.016-0.293-0.032-0.435C27.979,12.192,27.476,13.3,26.514,14.241z"/> <path fill="%2333CCFF" d="M26.256,6.894c-1.126-0.977-2.461-1.456-4.004-1.437c-1.539,0.021-2.836,0.531-3.891,1.531L6.357,18.193 h-0.02l-0.3,0.3c-0.692,0.799-1.029,1.713-1.01,2.743c0.007,0.158,0.021,0.313,0.042,0.465c0.122,0.842,0.502,1.577,1.141,2.204 c0.775,0.762,1.711,1.164,2.809,1.207c1.098,0.058,2.079-0.245,2.942-0.909l0.185-0.153l0.135-0.153l9.622-9.203 c0.427-0.407,0.681-0.878,0.764-1.415c0.024-0.152,0.034-0.31,0.03-0.474c-0.018-0.717-0.309-1.336-0.873-1.856 c-0.577-0.5-1.252-0.746-2.025-0.738c-0.785,0.008-1.448,0.267-1.991,0.778l-1.505,1.415h0.022l-6.378,6.003 c-0.169,0.157-0.255,0.349-0.258,0.576c0.001,0.029,0.002,0.057,0.004,0.085c0.015,0.188,0.095,0.345,0.238,0.472 c0.02,0.018,0.041,0.034,0.062,0.048c0.152,0.124,0.333,0.185,0.544,0.183c0.243-0.001,0.448-0.08,0.613-0.238l8.03-7.567 c0.22-0.155,0.465-0.22,0.733-0.195c0.284,0.026,0.525,0.128,0.721,0.306c0.228,0.204,0.345,0.451,0.351,0.742 c0.003,0.17-0.033,0.327-0.107,0.47c-0.051,0.1-0.123,0.194-0.216,0.282l-9.769,9.318c-0.506,0.396-1.093,0.58-1.761,0.552 c-0.653-0.012-1.212-0.243-1.675-0.695c-0.312-0.305-0.518-0.653-0.619-1.044c-0.047-0.185-0.071-0.378-0.073-0.58 c-0.017-0.617,0.182-1.161,0.596-1.634L19.568,8.061c0.739-0.707,1.647-1.067,2.722-1.08c1.077-0.013,2.01,0.327,2.799,1.02 c0.797,0.682,1.214,1.522,1.249,2.519c0.005,0.14,0.003,0.278-0.008,0.413c-0.064,0.831-0.423,1.56-1.078,2.186l-10.4,9.961 c-0.168,0.163-0.251,0.36-0.25,0.592c0,0.042,0.003,0.083,0.008,0.123c0.024,0.182,0.106,0.34,0.244,0.476 c0.056,0.052,0.116,0.096,0.179,0.133c0.132,0.071,0.281,0.106,0.445,0.107c0.245-0.001,0.452-0.083,0.621-0.244l10.414-10.025 c0.962-0.942,1.466-2.05,1.511-3.325c0.005-0.136,0.005-0.274,0-0.413C27.968,9.083,27.379,7.88,26.256,6.894z"/> </svg> ');
}
.lightBlue.icon-cms-tab-control{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%2333CCFF" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%232189a5" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23269FBF" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%2333CCFF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%23CCCCCC" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.lightBlue.icon-cms-tab-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%232189a5" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23269FBF" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%2333CCFF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%2333CCFF" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.green.icon-cms-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <circle fill="%23FFFFFF" cx="15.97" cy="15.787" r="12.416"/> <path fill="%2321663c" d="M15.97,28.702c-7.122,0-12.916-5.794-12.916-12.916S8.848,2.871,15.97,2.871s12.916,5.794,12.916,12.916 S23.091,28.702,15.97,28.702z M15.97,3.871c-6.57,0-11.916,5.345-11.916,11.916S9.399,27.702,15.97,27.702 s11.916-5.345,11.916-11.916S22.54,3.871,15.97,3.871z"/> <path fill="%23FFFFFF" d="M25.966,15.509c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.125,15.655,26.028,15.582,25.966,15.509z"/> <path fill="none" d="M9.856,16.198c-0.306-0.232-0.416-0.232-0.635,0c-0.171,0.159-0.134,0.183,0.342,0.183 C10.051,16.369,10.076,16.356,9.856,16.198z"/> <path fill="none" d="M7.754,15.66c-0.049,0.086,0,0.11,0.159,0.061c0.147-0.049,0.306-0.012,0.403,0.11 c0.086,0.098,0.293,0.183,0.464,0.183c0.293,0,0.305-0.012,0.086-0.244C8.622,15.501,7.9,15.428,7.754,15.66z"/> <path fill="none" d="M18.582,8.926c0.11-0.196,0.098-0.269-0.073-0.33c-0.196-0.073-0.416,0.134-0.416,0.428 C18.093,9.256,18.435,9.195,18.582,8.926z"/> <path fill="none" d="M10.271,16.503c0,0.073,0.024,0.122,0.049,0.122c0.037,0,0.098-0.049,0.134-0.122 c0.037-0.061,0.012-0.122-0.049-0.122C10.332,16.381,10.271,16.442,10.271,16.503z"/> <path fill="none" d="M4.405,14.633c0,0.22,0.244,0.807,0.306,0.745c0.037-0.037-0.012-0.244-0.11-0.477 C4.491,14.67,4.417,14.548,4.405,14.633z"/> <path fill="none" d="M23.555,12.14c-0.049-0.037-0.122-0.037-0.171,0c-0.037,0.049,0,0.086,0.086,0.086 C23.555,12.226,23.592,12.189,23.555,12.14z"/> <path fill="none" d="M11.078,5.26c0.098,0,0.147-0.049,0.11-0.122c-0.037-0.061-0.122-0.122-0.196-0.122 c-0.061,0-0.11,0.061-0.11,0.122C10.882,5.211,10.968,5.26,11.078,5.26z"/> <path fill="none" d="M21.27,11.26c0-0.134-0.049-0.281-0.122-0.318c-0.073-0.049-0.11,0.061-0.098,0.232 C21.087,11.541,21.27,11.603,21.27,11.26z"/> <path fill="none" d="M18.863,8.975c-0.049,0.049-0.098,0.159-0.11,0.269c-0.024,0.134,0.061,0.171,0.354,0.147 c0.208-0.024,0.391-0.098,0.416-0.159c0.024-0.073-0.183-0.379-0.452-0.672c-0.464-0.513-0.684-0.464-0.306,0.073 C18.863,8.779,18.899,8.926,18.863,8.975z"/> <path fill="none" d="M9.905,7.582c-0.049,0-0.159,0.085-0.244,0.183C9.526,7.924,9.563,7.948,9.819,7.948 c0.232,0,0.306-0.049,0.257-0.183C10.027,7.667,9.954,7.582,9.905,7.582z"/> <path fill="none" d="M16.638,6.629c-0.464,0.012-0.635,0.171-0.416,0.379c0.147,0.159,0.855,0.086,1.002-0.085 C17.421,6.69,17.25,6.604,16.638,6.629z"/> <path fill="none" d="M16.406,5.504c0.073,0,0.024-0.122-0.11-0.281c-0.134-0.147-0.281-0.367-0.318-0.477 c-0.049-0.122-0.134-0.22-0.208-0.22c-0.061,0-0.122-0.086-0.122-0.183c0-0.208-0.587-0.257-0.953-0.086 c-0.11,0.061-0.391,0.196-0.599,0.306c-0.342,0.171-0.403,0.171-0.403,0.024c0-0.22-0.171-0.232-0.501-0.061 c-0.293,0.159-0.306,0.416-0.012,0.342c0.501-0.134,0.684,0.623,0.305,1.21c-0.208,0.318-0.208,0.33,0,0.244 c0.281-0.11,0.269,0.024-0.061,0.367c-0.22,0.232-0.244,0.33-0.134,0.55c0.073,0.159,0.171,0.379,0.208,0.501 c0.037,0.11,0.232,0.245,0.44,0.281c0.195,0.049,0.367,0.122,0.367,0.183c0,0.134,0.134,0.134,0.342,0 c0.086-0.049,0.183-0.171,0.196-0.269c0.147-0.721,0.391-1.21,0.623-1.21c0.183,0,0.929-0.892,0.868-1.051 C16.296,5.59,16.333,5.504,16.406,5.504z"/> <path fill="none" d="M25.425,21.257c0,0.11-0.086,0.305-0.183,0.428c-0.232,0.318-0.232,0.562,0,0.562 c0.122,0,0.367-0.354,0.611-0.88c0.232-0.477,0.391-0.904,0.367-0.941C26.122,20.328,25.425,21.049,25.425,21.257z"/> <path fill="none" d="M11.078,5.871c0.196,0,0.44-0.061,0.538-0.122c0.147-0.098,0.122-0.122-0.122-0.122 c-0.183,0-0.379-0.061-0.464-0.122c-0.073-0.073-0.122-0.085-0.086-0.049c0.037,0.049,0,0.159-0.073,0.257 C10.76,5.834,10.797,5.871,11.078,5.871z"/> <path fill="none" d="M12.667,10.6c-0.269-0.183-0.306-0.183-0.489,0.024c-0.257,0.293-0.244,0.416,0.037,0.342 c0.147-0.037,0.269,0.012,0.305,0.11c0.098,0.257,0.44,0.208,0.44-0.061C12.96,10.894,12.826,10.698,12.667,10.6z"/> <path fill="none" d="M12.104,6.726c0-0.293-0.073-0.379-0.538-0.55c-0.464-0.183-0.587-0.183-0.88-0.037 c-0.195,0.086-0.367,0.257-0.391,0.379c-0.037,0.171,0.049,0.208,0.477,0.208c0.501,0,0.513,0,0.293,0.244 c-0.232,0.257-0.086,0.342,0.159,0.098c0.22-0.22,0.171,0.037-0.061,0.293c-0.11,0.122-0.318,0.22-0.452,0.22 c-0.22,0-0.196,0.037,0.122,0.232c0.22,0.134,0.428,0.293,0.464,0.367c0.134,0.208,0.354,0.159,0.269-0.061 c-0.061-0.147-0.012-0.171,0.183-0.11c0.22,0.073,0.232,0.061,0.122-0.159c-0.195-0.367-0.171-0.403,0.159-0.318 c0.44,0.11,0.635-0.061,0.33-0.281C12.202,7.142,12.104,6.946,12.104,6.726z"/> <path fill="none" d="M12.654,5.015c-0.049-0.073-0.196-0.098-0.342-0.061c-0.257,0.073-0.269,0.073-0.037-0.11 c0.306-0.244,0.049-0.257-0.416-0.012c-0.428,0.22-0.489,0.354-0.11,0.244c0.196-0.061,0.244-0.037,0.208,0.073 c-0.037,0.098-0.122,0.171-0.183,0.171c-0.073,0-0.183,0.037-0.232,0.098c-0.049,0.049,0.11,0.085,0.354,0.085 c0.318,0,0.452-0.049,0.452-0.183c0-0.098,0.086-0.183,0.196-0.183C12.642,5.138,12.691,5.076,12.654,5.015z"/> <path fill="none" d="M10.479,5.26c-0.195,0-0.917,0.342-0.99,0.477c-0.147,0.232,0.159,0.147,0.635-0.171 C10.369,5.394,10.528,5.26,10.479,5.26z"/> <radialGradient id="SVGID_1_" cx="15.9541" cy="21.4391" r="12.3669" fx="7.9401" fy="13.8472" gradientTransform="matrix(1 0 0 1.0129 0 -5.7943)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%2339b563"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M27.784,13.749c-0.098,0-0.428-0.161-0.721-0.371c-0.293-0.198-0.538-0.322-0.538-0.272 c0.012,0.173,0.501,0.681,0.574,0.594c0.147-0.148,0.526,0.334,0.526,0.693c0,0.384-0.868,1.461-1.185,1.461 c-0.11,0-0.159,0.087-0.134,0.223c0.049,0.21,0.122,0.223,0.489,0.087c0.195-0.074,0.208-0.037,0.147,0.322 c-0.11,0.607-0.489,1.312-1.039,1.943c-0.452,0.532-0.477,0.594-0.477,1.399c0,0.817-0.012,0.842-0.416,1.089 c-0.232,0.149-0.477,0.421-0.538,0.619c-0.232,0.668-1.002,1.597-1.54,1.857c-0.672,0.334-1.222,0.347-1.124,0.037 c0.049-0.124,0.024-0.718-0.037-1.337c-0.11-0.978-0.098-1.151,0.122-1.609c0.293-0.631,0.293-0.867-0.024-1.461 c-0.159-0.31-0.232-0.644-0.208-0.978c0.037-0.433,0-0.52-0.208-0.557c-0.134-0.025-0.342-0.136-0.452-0.235 c-0.171-0.148-0.281-0.161-0.599-0.05c-0.22,0.074-0.648,0.136-0.965,0.136c-0.489,0-0.672-0.074-1.21-0.508 c-0.697-0.557-0.745-0.693-0.709-1.844c0.037-0.879,0.391-1.745,0.819-1.98c0.134-0.074,0.244-0.235,0.244-0.359 c0-0.285,0.428-0.681,0.782-0.73c0.134-0.012,0.684-0.062,1.198-0.099c0.904-0.074,0.929-0.062,0.978,0.198 c0.024,0.223,0.183,0.334,0.672,0.495c0.428,0.136,0.672,0.173,0.758,0.087c0.086-0.087,0.281-0.087,0.599,0.012 c0.269,0.087,0.66,0.149,0.868,0.149c0.379,0,0.391-0.012,0.354-0.458c-0.024-0.248-0.11-0.483-0.208-0.507 c-0.098-0.037-0.134,0-0.086,0.087c0.049,0.074,0.024,0.136-0.037,0.136c-0.073,0-0.134-0.049-0.134-0.111s-0.098-0.087-0.22-0.05 c-0.134,0.037-0.306-0.087-0.489-0.322c-0.367-0.508-0.55-0.495-0.452,0.012l0.073,0.409l-0.33-0.433 c-0.452-0.569-1.137-1.238-1.283-1.238c-0.257,0-0.086,0.272,0.318,0.508c0.452,0.272,0.513,0.421,0.269,0.743 c-0.159,0.21-0.452,0.186-0.452-0.037c0-0.074,0.086-0.099,0.183-0.05c0.33,0.124,0.196-0.272-0.208-0.668 c-0.354-0.334-0.464-0.384-0.892-0.322c-0.281,0.037-0.538,0.149-0.611,0.272c-0.501,0.842-0.635,0.978-1.014,1.015 c-0.538,0.05-0.758-0.161-0.758-0.73c0-0.483,0-0.483,0.464-0.483c0.257,0,0.501-0.037,0.538-0.074 c0.147-0.136-0.061-0.52-0.367-0.681l-0.33-0.149l0.33-0.074c0.183-0.037,0.623-0.347,1.002-0.681 c0.672-0.594,0.672-0.594,0.464-0.891c-0.159-0.223-0.281-0.272-0.538-0.223c-0.281,0.062-0.342,0.012-0.415-0.26 c-0.049-0.21-0.012-0.396,0.11-0.532c0.098-0.111,0.244-0.421,0.318-0.668c0.22-0.681,0.403-0.792,1.027-0.594 c0.892,0.26,1.21,0.483,1.124,0.755c-0.049,0.161-0.024,0.235,0.11,0.235c0.11,0,0.195-0.074,0.195-0.173 c0-0.099,0.159-0.31,0.367-0.483l0.354-0.309l-0.464-0.31c-3.678-2.463-8.432-2.723-12.416-0.668 C9.11,5.381,8.976,5.492,9.196,5.715c0.171,0.149,0.171,0.21,0,0.569C9.037,6.631,8.939,6.693,8.585,6.693 c-0.367,0-0.403-0.025-0.269-0.186c0.22-0.272,0-0.458-0.281-0.26C7.864,6.383,7.839,6.482,7.937,6.742 c0.134,0.334,0.171,0.334,1.185,0.136c0.208-0.05,0.562-0.557,0.562-0.805c0-0.037,0.049-0.136,0.122-0.21 c0.147-0.186,0.635-0.223,0.526-0.037c-0.037,0.074-0.171,0.124-0.281,0.124c-0.159,0-0.208,0.112-0.208,0.409 c0,0.458,0.049,0.508,0.342,0.384c0.122-0.037,0.257-0.05,0.293,0c0.134,0.124-0.232,0.446-0.513,0.446 c-0.379,0-1.65,1.102-1.65,1.424c0,0.148,0.171,0.359,0.416,0.52C9,9.305,9.135,9.478,9.123,9.688 C9.11,10.06,9.465,10.072,9.514,9.701c0.024-0.149,0.171-0.359,0.342-0.47c0.208-0.136,0.281-0.272,0.232-0.421 c-0.037-0.124,0-0.371,0.073-0.557c0.232-0.52,0.965-0.371,0.965,0.198c0,0.26,0.049,0.272,0.379,0.087 c0.208-0.099,0.281-0.087,0.428,0.099c0.086,0.124,0.171,0.297,0.171,0.384c0,0.074,0.11,0.26,0.257,0.408 c0.428,0.433,0.232,0.569-1.259,0.904c-0.196,0.05-0.342,0.124-0.342,0.186c0,0.062,0.122,0.087,0.257,0.05 c0.22-0.062,0.244-0.037,0.183,0.186c-0.11,0.322,0.098,0.446,0.428,0.26c0.208-0.111,0.244-0.099,0.208,0.037 c-0.037,0.087-0.318,0.198-0.66,0.235c-0.745,0.087-1.027,0.21-1.027,0.433c0,0.099-0.098,0.223-0.208,0.26 c-0.293,0.111-0.758,0.681-0.77,0.916c0,0.112-0.22,0.396-0.477,0.644c-0.44,0.408-0.477,0.495-0.416,0.891 c0.086,0.532-0.159,0.594-0.269,0.062c-0.061-0.309-0.134-0.371-0.44-0.371c-0.196,0-0.354,0.062-0.354,0.136 c0,0.087-0.134,0.111-0.367,0.074c-0.281-0.062-0.403-0.012-0.611,0.248c-0.281,0.359-0.306,0.743-0.098,1.213 c0.159,0.347,0.672,0.433,0.782,0.124c0.049-0.099,0.159-0.186,0.257-0.186c0.134,0,0.159,0.074,0.11,0.285 c-0.159,0.52-0.134,0.644,0.147,0.681c0.183,0.025,0.269,0.124,0.269,0.309c0,0.396,0.342,0.829,0.648,0.829 c0.33,0,0.623,0.186,0.538,0.322c-0.037,0.062,0.269,0.124,0.66,0.149c0.599,0.025,0.782,0.099,1.112,0.396 c0.22,0.21,0.501,0.371,0.623,0.371c0.574,0,1.247,0.644,1.051,1.015c-0.073,0.136-0.073,0.223,0,0.223 c0.061,0,0.134-0.062,0.159-0.136c0.049-0.148,1.137,0.173,2.029,0.582c0.354,0.173,0.403,0.235,0.33,0.52 c-0.049,0.186-0.183,0.446-0.293,0.582c-0.122,0.136-0.257,0.483-0.293,0.78c-0.073,0.644-0.232,0.854-0.709,0.953 c-0.281,0.062-0.354,0.149-0.354,0.396c0,0.47-0.379,1.027-0.697,1.027c-0.257,0-0.269,0.025-0.134,0.248 c0.134,0.21,0.122,0.272-0.122,0.446c-0.208,0.149-0.257,0.26-0.183,0.508c0.134,0.594,0.391,0.953,0.794,1.176 c0.379,0.198,0.391,0.21,0.098,0.223c-0.22,0-0.526-0.235-1.124-0.879c-0.66-0.706-0.868-1.027-1.027-1.585 c-0.513-1.77-0.855-2.426-1.344-2.612c-0.147-0.062-0.513-0.433-0.819-0.829c-0.66-0.867-0.843-1.646-0.501-2.03 c0.183-0.21,0.195-0.297,0.073-0.495s-0.11-0.31,0.037-0.607c0.11-0.21,0.244-0.371,0.306-0.371c0.073,0,0.122-0.062,0.122-0.136 c0-0.087-0.11-0.111-0.293-0.062c-0.244,0.062-0.44-0.062-1.063-0.668c-0.525-0.495-0.88-0.743-1.088-0.743 c-0.464,0-0.831-0.322-0.929-0.805c-0.037-0.235-0.122-0.433-0.183-0.433c-0.061,0-0.11-0.05-0.11-0.124 c0-0.062-0.147-0.433-0.33-0.829c-0.477-1.003-0.477-2.278-0.012-3.256c0.183-0.371,0.391-0.842,0.464-1.052 c0.269-0.718-0.183-0.049-0.574,0.867c-0.709,1.659-0.953,2.884-0.953,4.952c0,2.203,0.257,3.404,1.1,5.212 c0.697,1.523,1.393,2.525,2.493,3.652c1.833,1.844,4.094,3.045,6.648,3.516c2.481,0.458,5.316,0.025,7.663-1.176 c3.214-1.634,5.585-4.654,6.489-8.232c0.232-0.916,0.281-1.448,0.293-2.921C28.297,14.108,28.212,13.749,27.784,13.749z M23.384,12.14c0.049-0.037,0.122-0.037,0.171,0c0.037,0.049,0,0.086-0.086,0.086C23.384,12.226,23.348,12.189,23.384,12.14z M21.148,10.943c0.073,0.037,0.122,0.183,0.122,0.318c0,0.342-0.183,0.281-0.22-0.085C21.038,11.004,21.075,10.894,21.148,10.943z M19.07,8.559c0.269,0.293,0.477,0.599,0.452,0.672c-0.024,0.061-0.208,0.134-0.416,0.159c-0.293,0.025-0.379-0.012-0.354-0.147 c0.012-0.11,0.061-0.22,0.11-0.269c0.037-0.049,0-0.195-0.098-0.342C18.386,8.095,18.606,8.046,19.07,8.559z M18.508,8.596 c0.171,0.061,0.183,0.134,0.073,0.33c-0.147,0.269-0.489,0.33-0.489,0.098C18.093,8.73,18.313,8.523,18.508,8.596z M9.819,7.948 c-0.257,0-0.293-0.024-0.159-0.183c0.086-0.098,0.196-0.183,0.244-0.183s0.122,0.085,0.171,0.183 C10.125,7.899,10.051,7.948,9.819,7.948z M8.78,16.014c-0.171,0-0.379-0.085-0.464-0.183c-0.098-0.122-0.257-0.159-0.403-0.11 c-0.159,0.049-0.208,0.024-0.159-0.061c0.147-0.232,0.868-0.159,1.112,0.11C9.086,16.002,9.074,16.014,8.78,16.014z M9.563,16.381 c-0.477,0-0.513-0.024-0.342-0.183c0.22-0.232,0.33-0.232,0.635,0C10.076,16.356,10.051,16.369,9.563,16.381z M10.455,16.503 c-0.037,0.073-0.098,0.122-0.134,0.122c-0.024,0-0.049-0.049-0.049-0.122c0-0.061,0.061-0.122,0.134-0.122 C10.467,16.381,10.491,16.442,10.455,16.503z M4.711,15.379c-0.061,0.061-0.306-0.525-0.306-0.745 c0.012-0.086,0.086,0.037,0.196,0.269C4.699,15.134,4.747,15.342,4.711,15.379z M10.992,5.015c0.073,0,0.159,0.061,0.196,0.122 c0.037,0.073-0.012,0.122-0.11,0.122c-0.11,0-0.195-0.049-0.195-0.122C10.882,5.076,10.931,5.015,10.992,5.015z M10.87,5.712 c0.073-0.098,0.11-0.208,0.073-0.257c-0.037-0.037,0.012-0.024,0.086,0.049c0.086,0.061,0.281,0.122,0.464,0.122 c0.244,0,0.269,0.024,0.122,0.122c-0.098,0.061-0.342,0.122-0.538,0.122C10.797,5.871,10.76,5.834,10.87,5.712z M10.125,5.565 C9.648,5.883,9.343,5.969,9.489,5.736c0.073-0.134,0.794-0.477,0.99-0.477C10.528,5.26,10.369,5.394,10.125,5.565z M12.031,7.533 c-0.33-0.086-0.354-0.049-0.159,0.318c0.11,0.22,0.098,0.232-0.122,0.159c-0.196-0.061-0.244-0.037-0.183,0.11 c0.086,0.22-0.134,0.269-0.269,0.061c-0.037-0.073-0.244-0.232-0.464-0.367c-0.318-0.196-0.342-0.232-0.122-0.232 c0.134,0,0.342-0.098,0.452-0.22c0.232-0.257,0.281-0.513,0.061-0.293c-0.244,0.244-0.391,0.159-0.159-0.098 c0.22-0.244,0.208-0.244-0.293-0.244c-0.428,0-0.513-0.037-0.477-0.208c0.024-0.122,0.196-0.293,0.391-0.379 c0.293-0.147,0.416-0.147,0.88,0.037c0.464,0.171,0.538,0.257,0.538,0.55c0,0.22,0.098,0.416,0.257,0.525 C12.667,7.472,12.471,7.643,12.031,7.533z M12.544,5.138c-0.11,0-0.196,0.086-0.196,0.183c0,0.135-0.134,0.183-0.452,0.183 c-0.244,0-0.403-0.037-0.354-0.085c0.049-0.061,0.159-0.098,0.232-0.098c0.061,0,0.147-0.073,0.183-0.171 c0.037-0.11-0.012-0.134-0.208-0.073c-0.379,0.11-0.318-0.024,0.11-0.244c0.464-0.244,0.721-0.232,0.416,0.012 c-0.232,0.183-0.22,0.183,0.037,0.11c0.147-0.037,0.293-0.012,0.342,0.061C12.691,5.076,12.642,5.138,12.544,5.138z M12.52,11.077 c-0.037-0.098-0.159-0.147-0.305-0.11c-0.281,0.073-0.293-0.049-0.037-0.342c0.183-0.208,0.22-0.208,0.489-0.024 c0.159,0.098,0.293,0.293,0.293,0.416C12.96,11.285,12.618,11.333,12.52,11.077z M15.465,6.726c-0.232,0-0.477,0.489-0.623,1.21 c-0.012,0.098-0.11,0.22-0.196,0.269c-0.208,0.134-0.342,0.134-0.342,0c0-0.061-0.171-0.135-0.367-0.183 c-0.208-0.037-0.403-0.171-0.44-0.281c-0.037-0.122-0.134-0.342-0.208-0.501c-0.11-0.22-0.086-0.318,0.134-0.55 c0.33-0.342,0.342-0.477,0.061-0.367c-0.208,0.086-0.208,0.073,0-0.244c0.379-0.587,0.196-1.344-0.305-1.21 c-0.293,0.073-0.281-0.183,0.012-0.342c0.33-0.171,0.501-0.159,0.501,0.061c0,0.147,0.061,0.147,0.403-0.024 c0.208-0.11,0.489-0.244,0.599-0.306c0.367-0.171,0.953-0.122,0.953,0.086c0,0.098,0.061,0.183,0.122,0.183 c0.073,0,0.159,0.098,0.208,0.22c0.037,0.11,0.183,0.33,0.318,0.477c0.134,0.159,0.183,0.281,0.11,0.281s-0.11,0.086-0.073,0.171 C16.394,5.834,15.649,6.726,15.465,6.726z M17.225,6.922c-0.147,0.171-0.855,0.244-1.002,0.085c-0.22-0.208-0.049-0.367,0.416-0.379 C17.25,6.604,17.421,6.69,17.225,6.922z M25.853,21.367c-0.244,0.526-0.489,0.88-0.611,0.88c-0.232,0-0.232-0.244,0-0.562 c0.098-0.122,0.183-0.318,0.183-0.428c0-0.208,0.697-0.929,0.794-0.831C26.244,20.463,26.085,20.89,25.853,21.367z"/> <path fill="%23FFFFFF" d="M25.951,15.745c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.11,15.892,26.012,15.819,25.951,15.745z"/> <path fill="%23FFFFFF" d="M25.939,11.407c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.244,11.859,26.061,11.651,25.939,11.407z"/> <path fill="%232f8c51" d="M25.954,11.659c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.26,12.111,26.076,11.904,25.954,11.659z"/> <path fill="%232f8c51" d="M23.547,11.28c-0.122-0.122-0.061-0.745,0.086-0.831c0.073-0.049,0.196,0,0.281,0.11 c0.159,0.22,0.501,0.293,0.367,0.086c-0.196-0.318,0.098-0.306,0.428,0.024c0.55,0.55,0.489,0.672-0.367,0.672 C23.938,11.341,23.583,11.305,23.547,11.28z"/> <path fill="%232f8c51" d="M20.675,9.081c0-0.061,0.134-0.171,0.306-0.244c0.342-0.159,0.379-0.318,0.134-0.77 c-0.232-0.452-0.183-1.014,0.098-1.063c0.196-0.037,0.22,0,0.147,0.269c-0.098,0.379,0.122,0.855,0.342,0.77 c0.293-0.11,0.416,0.318,0.208,0.697c-0.159,0.281-0.293,0.354-0.721,0.391C20.907,9.154,20.675,9.129,20.675,9.081z"/> </svg> ');
}
.green.icon-cms-portal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%2321663c" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%2339b563" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> </svg> ');
}
.green.icon-cms-portal.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%2321663c" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%2339b563" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> <polygon fill="%2339b563" points="8.744,18.827 9.039,23.99 13.098,26.909 12.969,21.648 "/> </svg> ');
}
.green.icon-cms-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="12.657,19.396 12.593,20.225 18.734,23.647 18.748,22.782 12.657,19.396 "/> <polyline fill="%23999999" points="22.217,9.413 22.852,8.714 12.069,3.957 12.108,4.955 22.217,9.413 "/> <polygon fill="%23999999" points="22.328,25.652 22.371,24.798 20.972,24.02 20.943,24.877 "/> <polyline fill="%23CCCCCC" points="12.643,18.636 12.668,19.296 12.657,19.396 18.748,22.782 18.759,21.986 12.643,18.636 "/> <polyline fill="%23CCCCCC" points="23.196,8.337 25.065,8.768 12.037,3.154 12.069,3.957 22.852,8.714 23.196,8.337 "/> <polygon fill="%23CCCCCC" points="21.266,23.36 20.983,23.765 20.972,24.02 22.371,24.798 22.41,23.988 "/> <polygon fill="none" points="10.674,13.355 5.207,13.355 4.898,13.355 5.494,18.987 10.982,18.987 10.932,18.065 "/> <polygon fill="none" points="10.544,11.092 10.243,5.521 4.4,5.521 4.066,5.521 4.744,11.946 10.591,11.946 "/> <polygon fill="%232f8c51" points="18.759,21.986 18.748,22.782 18.734,23.647 18.63,31.28 20.326,31.904 20.915,13.624 18.881,13.094 "/> <polygon fill="%232f8c51" points="22.411,23.988 22.371,24.798 22.328,25.652 23.322,25.917 23.68,19.923 22.532,21.559 "/> <path fill="%232f8c51" d="M2.997,3.904l1.858,16.321h7.737L11.947,3.904H2.997z M4.744,11.946L4.066,5.521H4.4h5.843l0.301,5.571 l0.047,0.854H4.744z M5.494,18.987l-0.595-5.632h0.309h5.467l0.258,4.71l0.05,0.922H5.494z"/> <polygon fill="%232f8c51" points="22.966,12.932 22.708,18.072 23.774,18.402 24.197,11.436 "/> <polyline fill="%2339b563" points="10.982,18.987 10.932,18.065 5.695,18.065 5.494,18.987 10.982,18.987 "/> <polyline fill="%2339b563" points="4.974,11.092 4.744,11.946 10.591,11.946 10.544,11.092 4.974,11.092 "/> <polyline fill="%2339b563" points="3.277,3.154 2.997,3.904 11.947,3.904 12.037,3.154 3.277,3.154 "/> <polyline fill="%2339b563" points="20.832,27.926 20.76,29.938 23.322,25.917 22.328,25.652 20.832,27.926 "/> <polyline fill="%2339b563" points="21.116,20.113 21.04,22.198 23.774,18.402 22.708,18.072 21.116,20.113 "/> <polygon fill="%2339b563" points="25.065,8.768 23.196,8.337 22.852,8.714 22.217,9.413 18.881,13.094 20.915,13.624 "/> <polygon fill="none" points="21.266,23.36 20.983,23.765 20.972,24.02 20.943,24.877 20.832,27.926 20.76,29.938 23.322,25.917 23.68,19.923 22.532,21.559 "/> <polygon fill="none" points="22.966,12.932 21.302,14.952 21.116,20.114 21.04,22.198 23.774,18.402 24.197,11.436 "/> <polygon fill="%2321663c" points="12.108,4.955 12.069,3.957 12.037,3.154 11.947,3.904 12.593,20.225 12.657,19.396 12.668,19.296 12.643,18.636 "/> <path fill="%2321663c" d="M20.915,13.624l-0.588,18.28l3.576-5.732l1.162-17.404L20.915,13.624z M23.322,25.917l-2.561,4.021 l0.072-2.012l0.111-3.049l0.029-0.857l0.011-0.255l0.283-0.405l1.266-1.801l1.148-1.636L23.322,25.917z M23.774,18.402l-2.733,3.795 l0.075-2.084l0.187-5.162l1.664-2.02l1.23-1.496L23.774,18.402z"/> <polygon fill="%2321663c" points="4.898,13.355 5.494,18.987 5.695,18.065 5.207,13.355 "/> <polygon fill="%2321663c" points="4.4,5.521 4.066,5.521 4.744,11.946 4.974,11.092 "/> </svg>');
}
.green.icon-cms-page.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232f8c51" d="M20.966,27.28l0.997-17.587L8.508,3.527l0.925,16.231L20.966,27.28 M9.753,5.679l1.363,0.653l2.959,1.417 l0.065,5.295l0.014,1.349l-4.093-2.271L9.753,5.679 M10.13,13.538l1.273,0.728l2.762,1.582l0.05,4.326l0.018,1.453l-3.838-2.446 L10.13,13.538 M16.701,9.001l3.644,1.743l-0.237,5.517l-0.061,1.399l-4.652-2.579V8.377L16.701,9.001 M15.396,16.544l1.212,0.692 l3.375,1.926l-0.19,4.473l-0.065,1.489l-4.33-2.755L15.396,16.544z"/> <polyline fill="%2339b563" points="16.561,21.627 15.399,22.37 19.729,25.125 19.793,23.636 16.561,21.627 "/> <polyline fill="%2339b563" points="16.64,14.392 15.396,15.081 20.048,17.66 20.109,16.261 16.64,14.392 "/> <polyline fill="%2339b563" points="11.554,18.524 10.395,19.181 14.233,21.627 14.215,20.174 11.554,18.524 "/> <polyline fill="%2339b563" points="11.303,11.515 10.062,12.122 14.154,14.392 14.14,13.043 11.303,11.515 "/> <polygon fill="%2339b563" points="21.963,9.693 23.294,8.99 9.839,3 8.508,3.527 "/> <polyline fill="%2321663c" points="16.608,17.237 15.396,16.544 15.399,22.37 16.561,21.627 16.608,17.237 "/> <polyline fill="%2321663c" points="15.396,15.081 16.64,14.392 16.701,9.001 15.396,8.377 15.396,15.081 "/> <polyline fill="%2321663c" points="11.403,14.267 10.13,13.538 10.395,19.181 11.554,18.524 11.403,14.267 "/> <polyline fill="%2321663c" points="11.116,6.332 9.753,5.679 10.062,12.122 11.303,11.515 11.116,6.332 "/> <polygon fill="%2321663c" points="23.294,8.99 21.963,9.693 20.966,27.28 22.111,26.434 "/> </svg>');
}
.green.icon-cms-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%2321663c" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%232f8c51" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.green.icon-cms-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%2321663c" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%2339b563" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.green.icon-cms-area{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%2339b563" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%2339b563" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%2339b563" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%2321663c" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%2321663c" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%2321663c" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%2321663c" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%232f8c51" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%232f8c51" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%232f8c51" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%232f8c51" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.green.icon-cms-section-labeled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%2339b563" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%2321663c" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%232f8c51" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.green.icon-cms-section-labeled.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%2339b563" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%2321663c" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%232f8c51" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg>');
}
.green.icon-cms-section-horizontal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%2339b563" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%2339b563" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%2321663c" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%2321663c" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%232f8c51" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%232f8c51" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%2321663c" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%2339b563" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.green.icon-cms-section-vertical{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%2339b563" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%2339b563" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%2321663c" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%2321663c" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%232f8c51" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%232f8c51" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%2321663c" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%2339b563" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.green.icon-cms-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2321663c" points="15.29,16.6 15.29,16.788 15.29,27.872 19.297,25.13 19.511,19.024 15.29,16.6 "/> <polygon fill="%2321663c" points="25.771,11.452 21.202,14.117 20.936,19.843 25.311,17.039 "/> <path fill="%232f8c51" d="M20.936,19.843l0.266-5.726L5.827,6.112L6.2,11.38l4.681,2.69l0.393,11.06l4.016,2.743V16.788l-0.006-0.194 L15.29,16.6l4.221,2.424L20.936,19.843z"/> <path fill="%2339b563" d="M21.202,14.117l4.569-2.665L10.402,4.128L5.827,6.112L21.202,14.117z"/> </svg> ');
}
.green.icon-cms-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2321663c" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%2321663c" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%2321663c" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%2339b563" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg> ');
}
.green.icon-cms-html{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2321663c" points="27.685,22.177 23.227,14.446 20.481,16.096 25.05,24.01 27.685,22.177 "/> <polyline fill="%2321663c" points="10.991,11.413 8.398,12.76 12.287,19.528 12.96,19.131 12.967,19.094 13.25,15.336 10.991,11.413 "/> <polygon fill="%2321663c" points="18.875,9.864 16.102,11.361 14.936,23.033 17.426,21.461 18.231,15.053 17.875,14.446 18.339,14.186 "/> <polyline fill="%2339b563" points="22.327,22.177 22.017,21.643 20.801,22.143 18.259,23.806 22.327,22.177 "/> <polyline fill="%2339b563" points="17.875,14.446 20.481,16.096 23.227,14.446 20.611,12.876 18.339,14.186 17.875,14.446 "/> <polygon fill="%2339b563" points="9.295,9.024 11.497,10.414 14.213,9.024 11.997,7.691 "/> <polygon fill="%2339b563" points="18.875,9.864 16.42,8.428 13.654,9.864 16.102,11.361 "/> <polyline fill="%232f8c51" points="20.481,16.096 17.875,14.446 18.231,15.053 22.017,21.643 22.327,22.177 18.259,23.806 20.684,25.545 25.05,24.01 20.481,16.096 "/> <polyline fill="%232f8c51" points="12.967,19.094 12.787,21.461 14.936,23.033 16.102,11.361 13.654,9.864 13.25,15.336 12.967,19.094 "/> <polygon fill="%232f8c51" points="8.398,12.76 11.497,10.414 9.295,9.024 6.409,11.413 10.215,18.044 12.287,19.528 "/> <path fill="%23333333" d="M10.991,11.413l3.222-2.389l-2.716,1.39L8.398,12.76L10.991,11.413z"/> </svg> ');
}
.green.icon-cms-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M21.903,14.695l-9.622,9.203l-0.135,0.153l-0.185,0.153c-0.863,0.664-1.844,0.967-2.942,0.909 c-1.098-0.043-2.034-0.445-2.809-1.207c-0.639-0.627-1.019-1.362-1.141-2.204c-0.045,0.234-0.07,0.474-0.077,0.719 c-0.002,0.067-0.003,0.135-0.002,0.206c0.033,1.097,0.428,2.037,1.185,2.819c0.777,0.803,1.717,1.229,2.819,1.278 c1.104,0.062,2.088-0.256,2.954-0.955l0.187-0.165l0.139-0.161l9.652-9.688c0.546-0.548,0.81-1.209,0.792-1.985 c-0.004-0.168-0.022-0.331-0.052-0.488C22.584,13.817,22.33,14.288,21.903,14.695z"/> <path fill="%2321663c" d="M11.151,19.535c-0.165,0.158-0.369,0.237-0.613,0.238c-0.211,0.002-0.392-0.06-0.544-0.183 c-0.021-0.014-0.042-0.031-0.062-0.048c-0.143-0.127-0.222-0.284-0.238-0.472L9.68,20.166c-0.003,0.028-0.004,0.059-0.004,0.093 c-0.004,0.24,0.076,0.436,0.242,0.586c0.163,0.164,0.366,0.246,0.609,0.246c0.242-0.001,0.447-0.085,0.615-0.25l8.052-7.96 c0.221-0.161,0.467-0.228,0.738-0.202c0.285,0.026,0.527,0.132,0.725,0.318c0.095,0.089,0.169,0.187,0.224,0.292 c0.074-0.143,0.11-0.299,0.107-0.47c-0.006-0.291-0.123-0.538-0.351-0.742c-0.197-0.179-0.437-0.281-0.721-0.306 c-0.269-0.025-0.513,0.04-0.733,0.195L11.151,19.535z"/> <path fill="%2321663c" d="M25.089,8.001c-0.789-0.693-1.722-1.033-2.799-1.02c-1.076,0.013-1.983,0.373-2.722,1.08L7.364,19.489 c-0.415,0.473-0.614,1.018-0.596,1.634c0.002,0.202,0.026,0.396,0.073,0.58c0.097-0.329,0.263-0.635,0.5-0.917l12.238-12.01 c0.741-0.741,1.65-1.118,2.728-1.13c1.08-0.013,2.016,0.343,2.809,1.068c0.688,0.617,1.093,1.357,1.215,2.219 c0.011-0.135,0.013-0.273,0.008-0.413C26.303,9.522,25.886,8.683,25.089,8.001z"/> <path fill="%2321663c" d="M26.514,14.241L16.1,24.266c-0.169,0.161-0.376,0.242-0.621,0.244c-0.165,0-0.313-0.036-0.445-0.107 c-0.064-0.037-0.123-0.081-0.179-0.133c-0.138-0.135-0.219-0.294-0.244-0.476v1.282c-0.005,0.042-0.007,0.086-0.008,0.131 c0,0.247,0.085,0.456,0.254,0.629c0.171,0.169,0.38,0.253,0.627,0.254c0.247,0,0.455-0.085,0.625-0.256L26.55,15.281 c1.066-1.095,1.569-2.405,1.507-3.929c-0.005-0.148-0.016-0.293-0.032-0.435C27.979,12.192,27.476,13.3,26.514,14.241z"/> <path fill="%2339b563" d="M26.256,6.894c-1.126-0.977-2.461-1.456-4.004-1.437c-1.539,0.021-2.836,0.531-3.891,1.531L6.357,18.193 h-0.02l-0.3,0.3c-0.692,0.799-1.029,1.713-1.01,2.743c0.007,0.158,0.021,0.313,0.042,0.465c0.122,0.842,0.502,1.577,1.141,2.204 c0.775,0.762,1.711,1.164,2.809,1.207c1.098,0.058,2.079-0.245,2.942-0.909l0.185-0.153l0.135-0.153l9.622-9.203 c0.427-0.407,0.681-0.878,0.764-1.415c0.024-0.152,0.034-0.31,0.03-0.474c-0.018-0.717-0.309-1.336-0.873-1.856 c-0.577-0.5-1.252-0.746-2.025-0.738c-0.785,0.008-1.448,0.267-1.991,0.778l-1.505,1.415h0.022l-6.378,6.003 c-0.169,0.157-0.255,0.349-0.258,0.576c0.001,0.029,0.002,0.057,0.004,0.085c0.015,0.188,0.095,0.345,0.238,0.472 c0.02,0.018,0.041,0.034,0.062,0.048c0.152,0.124,0.333,0.185,0.544,0.183c0.243-0.001,0.448-0.08,0.613-0.238l8.03-7.567 c0.22-0.155,0.465-0.22,0.733-0.195c0.284,0.026,0.525,0.128,0.721,0.306c0.228,0.204,0.345,0.451,0.351,0.742 c0.003,0.17-0.033,0.327-0.107,0.47c-0.051,0.1-0.123,0.194-0.216,0.282l-9.769,9.318c-0.506,0.396-1.093,0.58-1.761,0.552 c-0.653-0.012-1.212-0.243-1.675-0.695c-0.312-0.305-0.518-0.653-0.619-1.044c-0.047-0.185-0.071-0.378-0.073-0.58 c-0.017-0.617,0.182-1.161,0.596-1.634L19.568,8.061c0.739-0.707,1.647-1.067,2.722-1.08c1.077-0.013,2.01,0.327,2.799,1.02 c0.797,0.682,1.214,1.522,1.249,2.519c0.005,0.14,0.003,0.278-0.008,0.413c-0.064,0.831-0.423,1.56-1.078,2.186l-10.4,9.961 c-0.168,0.163-0.251,0.36-0.25,0.592c0,0.042,0.003,0.083,0.008,0.123c0.024,0.182,0.106,0.34,0.244,0.476 c0.056,0.052,0.116,0.096,0.179,0.133c0.132,0.071,0.281,0.106,0.445,0.107c0.245-0.001,0.452-0.083,0.621-0.244l10.414-10.025 c0.962-0.942,1.466-2.05,1.511-3.325c0.005-0.136,0.005-0.274,0-0.413C27.968,9.083,27.379,7.88,26.256,6.894z"/> </svg> ');
}
.green.icon-cms-tab-control{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%2339b563" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%2321663c" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%232f8c51" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%2339b563" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%23CCCCCC" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.green.icon-cms-tab-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%2321663c" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%232f8c51" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%2339b563" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%2339b563" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.lightGreen.icon-cms-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <circle fill="%23FFFFFF" cx="15.97" cy="15.787" r="12.416"/> <path fill="%23009900" d="M15.97,28.702c-7.122,0-12.916-5.794-12.916-12.916S8.848,2.871,15.97,2.871s12.916,5.794,12.916,12.916 S23.091,28.702,15.97,28.702z M15.97,3.871c-6.57,0-11.916,5.345-11.916,11.916S9.399,27.702,15.97,27.702 s11.916-5.345,11.916-11.916S22.54,3.871,15.97,3.871z"/> <path fill="%23FFFFFF" d="M25.966,15.509c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.125,15.655,26.028,15.582,25.966,15.509z"/> <path fill="none" d="M9.856,16.198c-0.306-0.232-0.416-0.232-0.635,0c-0.171,0.159-0.134,0.183,0.342,0.183 C10.051,16.369,10.076,16.356,9.856,16.198z"/> <path fill="none" d="M7.754,15.66c-0.049,0.086,0,0.11,0.159,0.061c0.147-0.049,0.306-0.012,0.403,0.11 c0.086,0.098,0.293,0.183,0.464,0.183c0.293,0,0.305-0.012,0.086-0.244C8.622,15.501,7.9,15.428,7.754,15.66z"/> <path fill="none" d="M18.582,8.926c0.11-0.196,0.098-0.269-0.073-0.33c-0.196-0.073-0.416,0.134-0.416,0.428 C18.093,9.256,18.435,9.195,18.582,8.926z"/> <path fill="none" d="M10.271,16.503c0,0.073,0.024,0.122,0.049,0.122c0.037,0,0.098-0.049,0.134-0.122 c0.037-0.061,0.012-0.122-0.049-0.122C10.332,16.381,10.271,16.442,10.271,16.503z"/> <path fill="none" d="M4.405,14.633c0,0.22,0.244,0.807,0.306,0.745c0.037-0.037-0.012-0.244-0.11-0.477 C4.491,14.67,4.417,14.548,4.405,14.633z"/> <path fill="none" d="M23.555,12.14c-0.049-0.037-0.122-0.037-0.171,0c-0.037,0.049,0,0.086,0.086,0.086 C23.555,12.226,23.592,12.189,23.555,12.14z"/> <path fill="none" d="M11.078,5.26c0.098,0,0.147-0.049,0.11-0.122c-0.037-0.061-0.122-0.122-0.196-0.122 c-0.061,0-0.11,0.061-0.11,0.122C10.882,5.211,10.968,5.26,11.078,5.26z"/> <path fill="none" d="M21.27,11.26c0-0.134-0.049-0.281-0.122-0.318c-0.073-0.049-0.11,0.061-0.098,0.232 C21.087,11.541,21.27,11.603,21.27,11.26z"/> <path fill="none" d="M18.863,8.975c-0.049,0.049-0.098,0.159-0.11,0.269c-0.024,0.134,0.061,0.171,0.354,0.147 c0.208-0.024,0.391-0.098,0.416-0.159c0.024-0.073-0.183-0.379-0.452-0.672c-0.464-0.513-0.684-0.464-0.306,0.073 C18.863,8.779,18.899,8.926,18.863,8.975z"/> <path fill="none" d="M9.905,7.582c-0.049,0-0.159,0.085-0.244,0.183C9.526,7.924,9.563,7.948,9.819,7.948 c0.232,0,0.306-0.049,0.257-0.183C10.027,7.667,9.954,7.582,9.905,7.582z"/> <path fill="none" d="M16.638,6.629c-0.464,0.012-0.635,0.171-0.416,0.379c0.147,0.159,0.855,0.086,1.002-0.085 C17.421,6.69,17.25,6.604,16.638,6.629z"/> <path fill="none" d="M16.406,5.504c0.073,0,0.024-0.122-0.11-0.281c-0.134-0.147-0.281-0.367-0.318-0.477 c-0.049-0.122-0.134-0.22-0.208-0.22c-0.061,0-0.122-0.086-0.122-0.183c0-0.208-0.587-0.257-0.953-0.086 c-0.11,0.061-0.391,0.196-0.599,0.306c-0.342,0.171-0.403,0.171-0.403,0.024c0-0.22-0.171-0.232-0.501-0.061 c-0.293,0.159-0.306,0.416-0.012,0.342c0.501-0.134,0.684,0.623,0.305,1.21c-0.208,0.318-0.208,0.33,0,0.244 c0.281-0.11,0.269,0.024-0.061,0.367c-0.22,0.232-0.244,0.33-0.134,0.55c0.073,0.159,0.171,0.379,0.208,0.501 c0.037,0.11,0.232,0.245,0.44,0.281c0.195,0.049,0.367,0.122,0.367,0.183c0,0.134,0.134,0.134,0.342,0 c0.086-0.049,0.183-0.171,0.196-0.269c0.147-0.721,0.391-1.21,0.623-1.21c0.183,0,0.929-0.892,0.868-1.051 C16.296,5.59,16.333,5.504,16.406,5.504z"/> <path fill="none" d="M25.425,21.257c0,0.11-0.086,0.305-0.183,0.428c-0.232,0.318-0.232,0.562,0,0.562 c0.122,0,0.367-0.354,0.611-0.88c0.232-0.477,0.391-0.904,0.367-0.941C26.122,20.328,25.425,21.049,25.425,21.257z"/> <path fill="none" d="M11.078,5.871c0.196,0,0.44-0.061,0.538-0.122c0.147-0.098,0.122-0.122-0.122-0.122 c-0.183,0-0.379-0.061-0.464-0.122c-0.073-0.073-0.122-0.085-0.086-0.049c0.037,0.049,0,0.159-0.073,0.257 C10.76,5.834,10.797,5.871,11.078,5.871z"/> <path fill="none" d="M12.667,10.6c-0.269-0.183-0.306-0.183-0.489,0.024c-0.257,0.293-0.244,0.416,0.037,0.342 c0.147-0.037,0.269,0.012,0.305,0.11c0.098,0.257,0.44,0.208,0.44-0.061C12.96,10.894,12.826,10.698,12.667,10.6z"/> <path fill="none" d="M12.104,6.726c0-0.293-0.073-0.379-0.538-0.55c-0.464-0.183-0.587-0.183-0.88-0.037 c-0.195,0.086-0.367,0.257-0.391,0.379c-0.037,0.171,0.049,0.208,0.477,0.208c0.501,0,0.513,0,0.293,0.244 c-0.232,0.257-0.086,0.342,0.159,0.098c0.22-0.22,0.171,0.037-0.061,0.293c-0.11,0.122-0.318,0.22-0.452,0.22 c-0.22,0-0.196,0.037,0.122,0.232c0.22,0.134,0.428,0.293,0.464,0.367c0.134,0.208,0.354,0.159,0.269-0.061 c-0.061-0.147-0.012-0.171,0.183-0.11c0.22,0.073,0.232,0.061,0.122-0.159c-0.195-0.367-0.171-0.403,0.159-0.318 c0.44,0.11,0.635-0.061,0.33-0.281C12.202,7.142,12.104,6.946,12.104,6.726z"/> <path fill="none" d="M12.654,5.015c-0.049-0.073-0.196-0.098-0.342-0.061c-0.257,0.073-0.269,0.073-0.037-0.11 c0.306-0.244,0.049-0.257-0.416-0.012c-0.428,0.22-0.489,0.354-0.11,0.244c0.196-0.061,0.244-0.037,0.208,0.073 c-0.037,0.098-0.122,0.171-0.183,0.171c-0.073,0-0.183,0.037-0.232,0.098c-0.049,0.049,0.11,0.085,0.354,0.085 c0.318,0,0.452-0.049,0.452-0.183c0-0.098,0.086-0.183,0.196-0.183C12.642,5.138,12.691,5.076,12.654,5.015z"/> <path fill="none" d="M10.479,5.26c-0.195,0-0.917,0.342-0.99,0.477c-0.147,0.232,0.159,0.147,0.635-0.171 C10.369,5.394,10.528,5.26,10.479,5.26z"/> <radialGradient id="SVGID_1_" cx="15.9541" cy="21.4391" r="12.3669" fx="7.9401" fy="13.8472" gradientTransform="matrix(1 0 0 1.0129 0 -5.7943)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%2300e500"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M27.784,13.749c-0.098,0-0.428-0.161-0.721-0.371c-0.293-0.198-0.538-0.322-0.538-0.272 c0.012,0.173,0.501,0.681,0.574,0.594c0.147-0.148,0.526,0.334,0.526,0.693c0,0.384-0.868,1.461-1.185,1.461 c-0.11,0-0.159,0.087-0.134,0.223c0.049,0.21,0.122,0.223,0.489,0.087c0.195-0.074,0.208-0.037,0.147,0.322 c-0.11,0.607-0.489,1.312-1.039,1.943c-0.452,0.532-0.477,0.594-0.477,1.399c0,0.817-0.012,0.842-0.416,1.089 c-0.232,0.149-0.477,0.421-0.538,0.619c-0.232,0.668-1.002,1.597-1.54,1.857c-0.672,0.334-1.222,0.347-1.124,0.037 c0.049-0.124,0.024-0.718-0.037-1.337c-0.11-0.978-0.098-1.151,0.122-1.609c0.293-0.631,0.293-0.867-0.024-1.461 c-0.159-0.31-0.232-0.644-0.208-0.978c0.037-0.433,0-0.52-0.208-0.557c-0.134-0.025-0.342-0.136-0.452-0.235 c-0.171-0.148-0.281-0.161-0.599-0.05c-0.22,0.074-0.648,0.136-0.965,0.136c-0.489,0-0.672-0.074-1.21-0.508 c-0.697-0.557-0.745-0.693-0.709-1.844c0.037-0.879,0.391-1.745,0.819-1.98c0.134-0.074,0.244-0.235,0.244-0.359 c0-0.285,0.428-0.681,0.782-0.73c0.134-0.012,0.684-0.062,1.198-0.099c0.904-0.074,0.929-0.062,0.978,0.198 c0.024,0.223,0.183,0.334,0.672,0.495c0.428,0.136,0.672,0.173,0.758,0.087c0.086-0.087,0.281-0.087,0.599,0.012 c0.269,0.087,0.66,0.149,0.868,0.149c0.379,0,0.391-0.012,0.354-0.458c-0.024-0.248-0.11-0.483-0.208-0.507 c-0.098-0.037-0.134,0-0.086,0.087c0.049,0.074,0.024,0.136-0.037,0.136c-0.073,0-0.134-0.049-0.134-0.111s-0.098-0.087-0.22-0.05 c-0.134,0.037-0.306-0.087-0.489-0.322c-0.367-0.508-0.55-0.495-0.452,0.012l0.073,0.409l-0.33-0.433 c-0.452-0.569-1.137-1.238-1.283-1.238c-0.257,0-0.086,0.272,0.318,0.508c0.452,0.272,0.513,0.421,0.269,0.743 c-0.159,0.21-0.452,0.186-0.452-0.037c0-0.074,0.086-0.099,0.183-0.05c0.33,0.124,0.196-0.272-0.208-0.668 c-0.354-0.334-0.464-0.384-0.892-0.322c-0.281,0.037-0.538,0.149-0.611,0.272c-0.501,0.842-0.635,0.978-1.014,1.015 c-0.538,0.05-0.758-0.161-0.758-0.73c0-0.483,0-0.483,0.464-0.483c0.257,0,0.501-0.037,0.538-0.074 c0.147-0.136-0.061-0.52-0.367-0.681l-0.33-0.149l0.33-0.074c0.183-0.037,0.623-0.347,1.002-0.681 c0.672-0.594,0.672-0.594,0.464-0.891c-0.159-0.223-0.281-0.272-0.538-0.223c-0.281,0.062-0.342,0.012-0.415-0.26 c-0.049-0.21-0.012-0.396,0.11-0.532c0.098-0.111,0.244-0.421,0.318-0.668c0.22-0.681,0.403-0.792,1.027-0.594 c0.892,0.26,1.21,0.483,1.124,0.755c-0.049,0.161-0.024,0.235,0.11,0.235c0.11,0,0.195-0.074,0.195-0.173 c0-0.099,0.159-0.31,0.367-0.483l0.354-0.309l-0.464-0.31c-3.678-2.463-8.432-2.723-12.416-0.668 C9.11,5.381,8.976,5.492,9.196,5.715c0.171,0.149,0.171,0.21,0,0.569C9.037,6.631,8.939,6.693,8.585,6.693 c-0.367,0-0.403-0.025-0.269-0.186c0.22-0.272,0-0.458-0.281-0.26C7.864,6.383,7.839,6.482,7.937,6.742 c0.134,0.334,0.171,0.334,1.185,0.136c0.208-0.05,0.562-0.557,0.562-0.805c0-0.037,0.049-0.136,0.122-0.21 c0.147-0.186,0.635-0.223,0.526-0.037c-0.037,0.074-0.171,0.124-0.281,0.124c-0.159,0-0.208,0.112-0.208,0.409 c0,0.458,0.049,0.508,0.342,0.384c0.122-0.037,0.257-0.05,0.293,0c0.134,0.124-0.232,0.446-0.513,0.446 c-0.379,0-1.65,1.102-1.65,1.424c0,0.148,0.171,0.359,0.416,0.52C9,9.305,9.135,9.478,9.123,9.688 C9.11,10.06,9.465,10.072,9.514,9.701c0.024-0.149,0.171-0.359,0.342-0.47c0.208-0.136,0.281-0.272,0.232-0.421 c-0.037-0.124,0-0.371,0.073-0.557c0.232-0.52,0.965-0.371,0.965,0.198c0,0.26,0.049,0.272,0.379,0.087 c0.208-0.099,0.281-0.087,0.428,0.099c0.086,0.124,0.171,0.297,0.171,0.384c0,0.074,0.11,0.26,0.257,0.408 c0.428,0.433,0.232,0.569-1.259,0.904c-0.196,0.05-0.342,0.124-0.342,0.186c0,0.062,0.122,0.087,0.257,0.05 c0.22-0.062,0.244-0.037,0.183,0.186c-0.11,0.322,0.098,0.446,0.428,0.26c0.208-0.111,0.244-0.099,0.208,0.037 c-0.037,0.087-0.318,0.198-0.66,0.235c-0.745,0.087-1.027,0.21-1.027,0.433c0,0.099-0.098,0.223-0.208,0.26 c-0.293,0.111-0.758,0.681-0.77,0.916c0,0.112-0.22,0.396-0.477,0.644c-0.44,0.408-0.477,0.495-0.416,0.891 c0.086,0.532-0.159,0.594-0.269,0.062c-0.061-0.309-0.134-0.371-0.44-0.371c-0.196,0-0.354,0.062-0.354,0.136 c0,0.087-0.134,0.111-0.367,0.074c-0.281-0.062-0.403-0.012-0.611,0.248c-0.281,0.359-0.306,0.743-0.098,1.213 c0.159,0.347,0.672,0.433,0.782,0.124c0.049-0.099,0.159-0.186,0.257-0.186c0.134,0,0.159,0.074,0.11,0.285 c-0.159,0.52-0.134,0.644,0.147,0.681c0.183,0.025,0.269,0.124,0.269,0.309c0,0.396,0.342,0.829,0.648,0.829 c0.33,0,0.623,0.186,0.538,0.322c-0.037,0.062,0.269,0.124,0.66,0.149c0.599,0.025,0.782,0.099,1.112,0.396 c0.22,0.21,0.501,0.371,0.623,0.371c0.574,0,1.247,0.644,1.051,1.015c-0.073,0.136-0.073,0.223,0,0.223 c0.061,0,0.134-0.062,0.159-0.136c0.049-0.148,1.137,0.173,2.029,0.582c0.354,0.173,0.403,0.235,0.33,0.52 c-0.049,0.186-0.183,0.446-0.293,0.582c-0.122,0.136-0.257,0.483-0.293,0.78c-0.073,0.644-0.232,0.854-0.709,0.953 c-0.281,0.062-0.354,0.149-0.354,0.396c0,0.47-0.379,1.027-0.697,1.027c-0.257,0-0.269,0.025-0.134,0.248 c0.134,0.21,0.122,0.272-0.122,0.446c-0.208,0.149-0.257,0.26-0.183,0.508c0.134,0.594,0.391,0.953,0.794,1.176 c0.379,0.198,0.391,0.21,0.098,0.223c-0.22,0-0.526-0.235-1.124-0.879c-0.66-0.706-0.868-1.027-1.027-1.585 c-0.513-1.77-0.855-2.426-1.344-2.612c-0.147-0.062-0.513-0.433-0.819-0.829c-0.66-0.867-0.843-1.646-0.501-2.03 c0.183-0.21,0.195-0.297,0.073-0.495s-0.11-0.31,0.037-0.607c0.11-0.21,0.244-0.371,0.306-0.371c0.073,0,0.122-0.062,0.122-0.136 c0-0.087-0.11-0.111-0.293-0.062c-0.244,0.062-0.44-0.062-1.063-0.668c-0.525-0.495-0.88-0.743-1.088-0.743 c-0.464,0-0.831-0.322-0.929-0.805c-0.037-0.235-0.122-0.433-0.183-0.433c-0.061,0-0.11-0.05-0.11-0.124 c0-0.062-0.147-0.433-0.33-0.829c-0.477-1.003-0.477-2.278-0.012-3.256c0.183-0.371,0.391-0.842,0.464-1.052 c0.269-0.718-0.183-0.049-0.574,0.867c-0.709,1.659-0.953,2.884-0.953,4.952c0,2.203,0.257,3.404,1.1,5.212 c0.697,1.523,1.393,2.525,2.493,3.652c1.833,1.844,4.094,3.045,6.648,3.516c2.481,0.458,5.316,0.025,7.663-1.176 c3.214-1.634,5.585-4.654,6.489-8.232c0.232-0.916,0.281-1.448,0.293-2.921C28.297,14.108,28.212,13.749,27.784,13.749z M23.384,12.14c0.049-0.037,0.122-0.037,0.171,0c0.037,0.049,0,0.086-0.086,0.086C23.384,12.226,23.348,12.189,23.384,12.14z M21.148,10.943c0.073,0.037,0.122,0.183,0.122,0.318c0,0.342-0.183,0.281-0.22-0.085C21.038,11.004,21.075,10.894,21.148,10.943z M19.07,8.559c0.269,0.293,0.477,0.599,0.452,0.672c-0.024,0.061-0.208,0.134-0.416,0.159c-0.293,0.025-0.379-0.012-0.354-0.147 c0.012-0.11,0.061-0.22,0.11-0.269c0.037-0.049,0-0.195-0.098-0.342C18.386,8.095,18.606,8.046,19.07,8.559z M18.508,8.596 c0.171,0.061,0.183,0.134,0.073,0.33c-0.147,0.269-0.489,0.33-0.489,0.098C18.093,8.73,18.313,8.523,18.508,8.596z M9.819,7.948 c-0.257,0-0.293-0.024-0.159-0.183c0.086-0.098,0.196-0.183,0.244-0.183s0.122,0.085,0.171,0.183 C10.125,7.899,10.051,7.948,9.819,7.948z M8.78,16.014c-0.171,0-0.379-0.085-0.464-0.183c-0.098-0.122-0.257-0.159-0.403-0.11 c-0.159,0.049-0.208,0.024-0.159-0.061c0.147-0.232,0.868-0.159,1.112,0.11C9.086,16.002,9.074,16.014,8.78,16.014z M9.563,16.381 c-0.477,0-0.513-0.024-0.342-0.183c0.22-0.232,0.33-0.232,0.635,0C10.076,16.356,10.051,16.369,9.563,16.381z M10.455,16.503 c-0.037,0.073-0.098,0.122-0.134,0.122c-0.024,0-0.049-0.049-0.049-0.122c0-0.061,0.061-0.122,0.134-0.122 C10.467,16.381,10.491,16.442,10.455,16.503z M4.711,15.379c-0.061,0.061-0.306-0.525-0.306-0.745 c0.012-0.086,0.086,0.037,0.196,0.269C4.699,15.134,4.747,15.342,4.711,15.379z M10.992,5.015c0.073,0,0.159,0.061,0.196,0.122 c0.037,0.073-0.012,0.122-0.11,0.122c-0.11,0-0.195-0.049-0.195-0.122C10.882,5.076,10.931,5.015,10.992,5.015z M10.87,5.712 c0.073-0.098,0.11-0.208,0.073-0.257c-0.037-0.037,0.012-0.024,0.086,0.049c0.086,0.061,0.281,0.122,0.464,0.122 c0.244,0,0.269,0.024,0.122,0.122c-0.098,0.061-0.342,0.122-0.538,0.122C10.797,5.871,10.76,5.834,10.87,5.712z M10.125,5.565 C9.648,5.883,9.343,5.969,9.489,5.736c0.073-0.134,0.794-0.477,0.99-0.477C10.528,5.26,10.369,5.394,10.125,5.565z M12.031,7.533 c-0.33-0.086-0.354-0.049-0.159,0.318c0.11,0.22,0.098,0.232-0.122,0.159c-0.196-0.061-0.244-0.037-0.183,0.11 c0.086,0.22-0.134,0.269-0.269,0.061c-0.037-0.073-0.244-0.232-0.464-0.367c-0.318-0.196-0.342-0.232-0.122-0.232 c0.134,0,0.342-0.098,0.452-0.22c0.232-0.257,0.281-0.513,0.061-0.293c-0.244,0.244-0.391,0.159-0.159-0.098 c0.22-0.244,0.208-0.244-0.293-0.244c-0.428,0-0.513-0.037-0.477-0.208c0.024-0.122,0.196-0.293,0.391-0.379 c0.293-0.147,0.416-0.147,0.88,0.037c0.464,0.171,0.538,0.257,0.538,0.55c0,0.22,0.098,0.416,0.257,0.525 C12.667,7.472,12.471,7.643,12.031,7.533z M12.544,5.138c-0.11,0-0.196,0.086-0.196,0.183c0,0.135-0.134,0.183-0.452,0.183 c-0.244,0-0.403-0.037-0.354-0.085c0.049-0.061,0.159-0.098,0.232-0.098c0.061,0,0.147-0.073,0.183-0.171 c0.037-0.11-0.012-0.134-0.208-0.073c-0.379,0.11-0.318-0.024,0.11-0.244c0.464-0.244,0.721-0.232,0.416,0.012 c-0.232,0.183-0.22,0.183,0.037,0.11c0.147-0.037,0.293-0.012,0.342,0.061C12.691,5.076,12.642,5.138,12.544,5.138z M12.52,11.077 c-0.037-0.098-0.159-0.147-0.305-0.11c-0.281,0.073-0.293-0.049-0.037-0.342c0.183-0.208,0.22-0.208,0.489-0.024 c0.159,0.098,0.293,0.293,0.293,0.416C12.96,11.285,12.618,11.333,12.52,11.077z M15.465,6.726c-0.232,0-0.477,0.489-0.623,1.21 c-0.012,0.098-0.11,0.22-0.196,0.269c-0.208,0.134-0.342,0.134-0.342,0c0-0.061-0.171-0.135-0.367-0.183 c-0.208-0.037-0.403-0.171-0.44-0.281c-0.037-0.122-0.134-0.342-0.208-0.501c-0.11-0.22-0.086-0.318,0.134-0.55 c0.33-0.342,0.342-0.477,0.061-0.367c-0.208,0.086-0.208,0.073,0-0.244c0.379-0.587,0.196-1.344-0.305-1.21 c-0.293,0.073-0.281-0.183,0.012-0.342c0.33-0.171,0.501-0.159,0.501,0.061c0,0.147,0.061,0.147,0.403-0.024 c0.208-0.11,0.489-0.244,0.599-0.306c0.367-0.171,0.953-0.122,0.953,0.086c0,0.098,0.061,0.183,0.122,0.183 c0.073,0,0.159,0.098,0.208,0.22c0.037,0.11,0.183,0.33,0.318,0.477c0.134,0.159,0.183,0.281,0.11,0.281s-0.11,0.086-0.073,0.171 C16.394,5.834,15.649,6.726,15.465,6.726z M17.225,6.922c-0.147,0.171-0.855,0.244-1.002,0.085c-0.22-0.208-0.049-0.367,0.416-0.379 C17.25,6.604,17.421,6.69,17.225,6.922z M25.853,21.367c-0.244,0.526-0.489,0.88-0.611,0.88c-0.232,0-0.232-0.244,0-0.562 c0.098-0.122,0.183-0.318,0.183-0.428c0-0.208,0.697-0.929,0.794-0.831C26.244,20.463,26.085,20.89,25.853,21.367z"/> <path fill="%23FFFFFF" d="M25.951,15.745c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.11,15.892,26.012,15.819,25.951,15.745z"/> <path fill="%23FFFFFF" d="M25.939,11.407c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.244,11.859,26.061,11.651,25.939,11.407z"/> <path fill="%2300b200" d="M25.954,11.659c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.26,12.111,26.076,11.904,25.954,11.659z"/> <path fill="%2300b200" d="M23.547,11.28c-0.122-0.122-0.061-0.745,0.086-0.831c0.073-0.049,0.196,0,0.281,0.11 c0.159,0.22,0.501,0.293,0.367,0.086c-0.196-0.318,0.098-0.306,0.428,0.024c0.55,0.55,0.489,0.672-0.367,0.672 C23.938,11.341,23.583,11.305,23.547,11.28z"/> <path fill="%2300b200" d="M20.675,9.081c0-0.061,0.134-0.171,0.306-0.244c0.342-0.159,0.379-0.318,0.134-0.77 c-0.232-0.452-0.183-1.014,0.098-1.063c0.196-0.037,0.22,0,0.147,0.269c-0.098,0.379,0.122,0.855,0.342,0.77 c0.293-0.11,0.416,0.318,0.208,0.697c-0.159,0.281-0.293,0.354-0.721,0.391C20.907,9.154,20.675,9.129,20.675,9.081z"/> </svg> ');
}
.lightGreen.icon-cms-portal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%23009900" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%2300e500" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> </svg> ');
}
.lightGreen.icon-cms-portal.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%23009900" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%2300e500" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> <polygon fill="%2300e500" points="8.744,18.827 9.039,23.99 13.098,26.909 12.969,21.648 "/> </svg> ');
}
.lightGreen.icon-cms-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="12.657,19.396 12.593,20.225 18.734,23.647 18.748,22.782 12.657,19.396 "/> <polyline fill="%23999999" points="22.217,9.413 22.852,8.714 12.069,3.957 12.108,4.955 22.217,9.413 "/> <polygon fill="%23999999" points="22.328,25.652 22.371,24.798 20.972,24.02 20.943,24.877 "/> <polyline fill="%23CCCCCC" points="12.643,18.636 12.668,19.296 12.657,19.396 18.748,22.782 18.759,21.986 12.643,18.636 "/> <polyline fill="%23CCCCCC" points="23.196,8.337 25.065,8.768 12.037,3.154 12.069,3.957 22.852,8.714 23.196,8.337 "/> <polygon fill="%23CCCCCC" points="21.266,23.36 20.983,23.765 20.972,24.02 22.371,24.798 22.41,23.988 "/> <polygon fill="none" points="10.674,13.355 5.207,13.355 4.898,13.355 5.494,18.987 10.982,18.987 10.932,18.065 "/> <polygon fill="none" points="10.544,11.092 10.243,5.521 4.4,5.521 4.066,5.521 4.744,11.946 10.591,11.946 "/> <polygon fill="%2300b200" points="18.759,21.986 18.748,22.782 18.734,23.647 18.63,31.28 20.326,31.904 20.915,13.624 18.881,13.094 "/> <polygon fill="%2300b200" points="22.411,23.988 22.371,24.798 22.328,25.652 23.322,25.917 23.68,19.923 22.532,21.559 "/> <path fill="%2300b200" d="M2.997,3.904l1.858,16.321h7.737L11.947,3.904H2.997z M4.744,11.946L4.066,5.521H4.4h5.843l0.301,5.571 l0.047,0.854H4.744z M5.494,18.987l-0.595-5.632h0.309h5.467l0.258,4.71l0.05,0.922H5.494z"/> <polygon fill="%2300b200" points="22.966,12.932 22.708,18.072 23.774,18.402 24.197,11.436 "/> <polyline fill="%2300e500" points="10.982,18.987 10.932,18.065 5.695,18.065 5.494,18.987 10.982,18.987 "/> <polyline fill="%2300e500" points="4.974,11.092 4.744,11.946 10.591,11.946 10.544,11.092 4.974,11.092 "/> <polyline fill="%2300e500" points="3.277,3.154 2.997,3.904 11.947,3.904 12.037,3.154 3.277,3.154 "/> <polyline fill="%2300e500" points="20.832,27.926 20.76,29.938 23.322,25.917 22.328,25.652 20.832,27.926 "/> <polyline fill="%2300e500" points="21.116,20.113 21.04,22.198 23.774,18.402 22.708,18.072 21.116,20.113 "/> <polygon fill="%2300e500" points="25.065,8.768 23.196,8.337 22.852,8.714 22.217,9.413 18.881,13.094 20.915,13.624 "/> <polygon fill="none" points="21.266,23.36 20.983,23.765 20.972,24.02 20.943,24.877 20.832,27.926 20.76,29.938 23.322,25.917 23.68,19.923 22.532,21.559 "/> <polygon fill="none" points="22.966,12.932 21.302,14.952 21.116,20.114 21.04,22.198 23.774,18.402 24.197,11.436 "/> <polygon fill="%23009900" points="12.108,4.955 12.069,3.957 12.037,3.154 11.947,3.904 12.593,20.225 12.657,19.396 12.668,19.296 12.643,18.636 "/> <path fill="%23009900" d="M20.915,13.624l-0.588,18.28l3.576-5.732l1.162-17.404L20.915,13.624z M23.322,25.917l-2.561,4.021 l0.072-2.012l0.111-3.049l0.029-0.857l0.011-0.255l0.283-0.405l1.266-1.801l1.148-1.636L23.322,25.917z M23.774,18.402l-2.733,3.795 l0.075-2.084l0.187-5.162l1.664-2.02l1.23-1.496L23.774,18.402z"/> <polygon fill="%23009900" points="4.898,13.355 5.494,18.987 5.695,18.065 5.207,13.355 "/> <polygon fill="%23009900" points="4.4,5.521 4.066,5.521 4.744,11.946 4.974,11.092 "/> </svg>');
}
.lightGreen.icon-cms-page.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300b200" d="M20.966,27.28l0.997-17.587L8.508,3.527l0.925,16.231L20.966,27.28 M9.753,5.679l1.363,0.653l2.959,1.417 l0.065,5.295l0.014,1.349l-4.093-2.271L9.753,5.679 M10.13,13.538l1.273,0.728l2.762,1.582l0.05,4.326l0.018,1.453l-3.838-2.446 L10.13,13.538 M16.701,9.001l3.644,1.743l-0.237,5.517l-0.061,1.399l-4.652-2.579V8.377L16.701,9.001 M15.396,16.544l1.212,0.692 l3.375,1.926l-0.19,4.473l-0.065,1.489l-4.33-2.755L15.396,16.544z"/> <polyline fill="%2300e500" points="16.561,21.627 15.399,22.37 19.729,25.125 19.793,23.636 16.561,21.627 "/> <polyline fill="%2300e500" points="16.64,14.392 15.396,15.081 20.048,17.66 20.109,16.261 16.64,14.392 "/> <polyline fill="%2300e500" points="11.554,18.524 10.395,19.181 14.233,21.627 14.215,20.174 11.554,18.524 "/> <polyline fill="%2300e500" points="11.303,11.515 10.062,12.122 14.154,14.392 14.14,13.043 11.303,11.515 "/> <polygon fill="%2300e500" points="21.963,9.693 23.294,8.99 9.839,3 8.508,3.527 "/> <polyline fill="%23009900" points="16.608,17.237 15.396,16.544 15.399,22.37 16.561,21.627 16.608,17.237 "/> <polyline fill="%23009900" points="15.396,15.081 16.64,14.392 16.701,9.001 15.396,8.377 15.396,15.081 "/> <polyline fill="%23009900" points="11.403,14.267 10.13,13.538 10.395,19.181 11.554,18.524 11.403,14.267 "/> <polyline fill="%23009900" points="11.116,6.332 9.753,5.679 10.062,12.122 11.303,11.515 11.116,6.332 "/> <polygon fill="%23009900" points="23.294,8.99 21.963,9.693 20.966,27.28 22.111,26.434 "/> </svg>');
}
.lightGreen.icon-cms-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23009900" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%2300b200" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.lightGreen.icon-cms-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23009900" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%2300e500" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.lightGreen.icon-cms-area{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%2300e500" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%2300e500" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%2300e500" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23009900" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23009900" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%23009900" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%23009900" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%2300b200" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%2300b200" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%2300b200" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%2300b200" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.lightGreen.icon-cms-section-labeled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%2300e500" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23009900" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%2300b200" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.lightGreen.icon-cms-section-labeled.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%2300e500" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23009900" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%2300b200" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg>');
}
.lightGreen.icon-cms-section-horizontal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%2300e500" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%2300e500" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23009900" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23009900" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%2300b200" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%2300b200" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23009900" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%2300e500" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.lightGreen.icon-cms-section-vertical{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%2300e500" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%2300e500" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23009900" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23009900" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%2300b200" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%2300b200" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23009900" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%2300e500" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.lightGreen.icon-cms-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23009900" points="15.29,16.6 15.29,16.788 15.29,27.872 19.297,25.13 19.511,19.024 15.29,16.6 "/> <polygon fill="%23009900" points="25.771,11.452 21.202,14.117 20.936,19.843 25.311,17.039 "/> <path fill="%2300b200" d="M20.936,19.843l0.266-5.726L5.827,6.112L6.2,11.38l4.681,2.69l0.393,11.06l4.016,2.743V16.788l-0.006-0.194 L15.29,16.6l4.221,2.424L20.936,19.843z"/> <path fill="%2300e500" d="M21.202,14.117l4.569-2.665L10.402,4.128L5.827,6.112L21.202,14.117z"/> </svg> ');
}
.lightGreen.icon-cms-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23009900" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%23009900" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%23009900" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%2300e500" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg> ');
}
.lightGreen.icon-cms-html{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23009900" points="27.685,22.177 23.227,14.446 20.481,16.096 25.05,24.01 27.685,22.177 "/> <polyline fill="%23009900" points="10.991,11.413 8.398,12.76 12.287,19.528 12.96,19.131 12.967,19.094 13.25,15.336 10.991,11.413 "/> <polygon fill="%23009900" points="18.875,9.864 16.102,11.361 14.936,23.033 17.426,21.461 18.231,15.053 17.875,14.446 18.339,14.186 "/> <polyline fill="%2300e500" points="22.327,22.177 22.017,21.643 20.801,22.143 18.259,23.806 22.327,22.177 "/> <polyline fill="%2300e500" points="17.875,14.446 20.481,16.096 23.227,14.446 20.611,12.876 18.339,14.186 17.875,14.446 "/> <polygon fill="%2300e500" points="9.295,9.024 11.497,10.414 14.213,9.024 11.997,7.691 "/> <polygon fill="%2300e500" points="18.875,9.864 16.42,8.428 13.654,9.864 16.102,11.361 "/> <polyline fill="%2300b200" points="20.481,16.096 17.875,14.446 18.231,15.053 22.017,21.643 22.327,22.177 18.259,23.806 20.684,25.545 25.05,24.01 20.481,16.096 "/> <polyline fill="%2300b200" points="12.967,19.094 12.787,21.461 14.936,23.033 16.102,11.361 13.654,9.864 13.25,15.336 12.967,19.094 "/> <polygon fill="%2300b200" points="8.398,12.76 11.497,10.414 9.295,9.024 6.409,11.413 10.215,18.044 12.287,19.528 "/> <path fill="%23333333" d="M10.991,11.413l3.222-2.389l-2.716,1.39L8.398,12.76L10.991,11.413z"/> </svg> ');
}
.lightGreen.icon-cms-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M21.903,14.695l-9.622,9.203l-0.135,0.153l-0.185,0.153c-0.863,0.664-1.844,0.967-2.942,0.909 c-1.098-0.043-2.034-0.445-2.809-1.207c-0.639-0.627-1.019-1.362-1.141-2.204c-0.045,0.234-0.07,0.474-0.077,0.719 c-0.002,0.067-0.003,0.135-0.002,0.206c0.033,1.097,0.428,2.037,1.185,2.819c0.777,0.803,1.717,1.229,2.819,1.278 c1.104,0.062,2.088-0.256,2.954-0.955l0.187-0.165l0.139-0.161l9.652-9.688c0.546-0.548,0.81-1.209,0.792-1.985 c-0.004-0.168-0.022-0.331-0.052-0.488C22.584,13.817,22.33,14.288,21.903,14.695z"/> <path fill="%23009900" d="M11.151,19.535c-0.165,0.158-0.369,0.237-0.613,0.238c-0.211,0.002-0.392-0.06-0.544-0.183 c-0.021-0.014-0.042-0.031-0.062-0.048c-0.143-0.127-0.222-0.284-0.238-0.472L9.68,20.166c-0.003,0.028-0.004,0.059-0.004,0.093 c-0.004,0.24,0.076,0.436,0.242,0.586c0.163,0.164,0.366,0.246,0.609,0.246c0.242-0.001,0.447-0.085,0.615-0.25l8.052-7.96 c0.221-0.161,0.467-0.228,0.738-0.202c0.285,0.026,0.527,0.132,0.725,0.318c0.095,0.089,0.169,0.187,0.224,0.292 c0.074-0.143,0.11-0.299,0.107-0.47c-0.006-0.291-0.123-0.538-0.351-0.742c-0.197-0.179-0.437-0.281-0.721-0.306 c-0.269-0.025-0.513,0.04-0.733,0.195L11.151,19.535z"/> <path fill="%23009900" d="M25.089,8.001c-0.789-0.693-1.722-1.033-2.799-1.02c-1.076,0.013-1.983,0.373-2.722,1.08L7.364,19.489 c-0.415,0.473-0.614,1.018-0.596,1.634c0.002,0.202,0.026,0.396,0.073,0.58c0.097-0.329,0.263-0.635,0.5-0.917l12.238-12.01 c0.741-0.741,1.65-1.118,2.728-1.13c1.08-0.013,2.016,0.343,2.809,1.068c0.688,0.617,1.093,1.357,1.215,2.219 c0.011-0.135,0.013-0.273,0.008-0.413C26.303,9.522,25.886,8.683,25.089,8.001z"/> <path fill="%23009900" d="M26.514,14.241L16.1,24.266c-0.169,0.161-0.376,0.242-0.621,0.244c-0.165,0-0.313-0.036-0.445-0.107 c-0.064-0.037-0.123-0.081-0.179-0.133c-0.138-0.135-0.219-0.294-0.244-0.476v1.282c-0.005,0.042-0.007,0.086-0.008,0.131 c0,0.247,0.085,0.456,0.254,0.629c0.171,0.169,0.38,0.253,0.627,0.254c0.247,0,0.455-0.085,0.625-0.256L26.55,15.281 c1.066-1.095,1.569-2.405,1.507-3.929c-0.005-0.148-0.016-0.293-0.032-0.435C27.979,12.192,27.476,13.3,26.514,14.241z"/> <path fill="%2300e500" d="M26.256,6.894c-1.126-0.977-2.461-1.456-4.004-1.437c-1.539,0.021-2.836,0.531-3.891,1.531L6.357,18.193 h-0.02l-0.3,0.3c-0.692,0.799-1.029,1.713-1.01,2.743c0.007,0.158,0.021,0.313,0.042,0.465c0.122,0.842,0.502,1.577,1.141,2.204 c0.775,0.762,1.711,1.164,2.809,1.207c1.098,0.058,2.079-0.245,2.942-0.909l0.185-0.153l0.135-0.153l9.622-9.203 c0.427-0.407,0.681-0.878,0.764-1.415c0.024-0.152,0.034-0.31,0.03-0.474c-0.018-0.717-0.309-1.336-0.873-1.856 c-0.577-0.5-1.252-0.746-2.025-0.738c-0.785,0.008-1.448,0.267-1.991,0.778l-1.505,1.415h0.022l-6.378,6.003 c-0.169,0.157-0.255,0.349-0.258,0.576c0.001,0.029,0.002,0.057,0.004,0.085c0.015,0.188,0.095,0.345,0.238,0.472 c0.02,0.018,0.041,0.034,0.062,0.048c0.152,0.124,0.333,0.185,0.544,0.183c0.243-0.001,0.448-0.08,0.613-0.238l8.03-7.567 c0.22-0.155,0.465-0.22,0.733-0.195c0.284,0.026,0.525,0.128,0.721,0.306c0.228,0.204,0.345,0.451,0.351,0.742 c0.003,0.17-0.033,0.327-0.107,0.47c-0.051,0.1-0.123,0.194-0.216,0.282l-9.769,9.318c-0.506,0.396-1.093,0.58-1.761,0.552 c-0.653-0.012-1.212-0.243-1.675-0.695c-0.312-0.305-0.518-0.653-0.619-1.044c-0.047-0.185-0.071-0.378-0.073-0.58 c-0.017-0.617,0.182-1.161,0.596-1.634L19.568,8.061c0.739-0.707,1.647-1.067,2.722-1.08c1.077-0.013,2.01,0.327,2.799,1.02 c0.797,0.682,1.214,1.522,1.249,2.519c0.005,0.14,0.003,0.278-0.008,0.413c-0.064,0.831-0.423,1.56-1.078,2.186l-10.4,9.961 c-0.168,0.163-0.251,0.36-0.25,0.592c0,0.042,0.003,0.083,0.008,0.123c0.024,0.182,0.106,0.34,0.244,0.476 c0.056,0.052,0.116,0.096,0.179,0.133c0.132,0.071,0.281,0.106,0.445,0.107c0.245-0.001,0.452-0.083,0.621-0.244l10.414-10.025 c0.962-0.942,1.466-2.05,1.511-3.325c0.005-0.136,0.005-0.274,0-0.413C27.968,9.083,27.379,7.88,26.256,6.894z"/> </svg> ');
}
.lightGreen.icon-cms-tab-control{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%2300e500" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23009900" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%2300b200" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%2300e500" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%23CCCCCC" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.lightGreen.icon-cms-tab-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23009900" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%2300b200" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%2300e500" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%2300e500" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.yellow.icon-cms-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <circle fill="%23FFFFFF" cx="15.97" cy="15.787" r="12.416"/> <path fill="%23a58d00" d="M15.97,28.702c-7.122,0-12.916-5.794-12.916-12.916S8.848,2.871,15.97,2.871s12.916,5.794,12.916,12.916 S23.091,28.702,15.97,28.702z M15.97,3.871c-6.57,0-11.916,5.345-11.916,11.916S9.399,27.702,15.97,27.702 s11.916-5.345,11.916-11.916S22.54,3.871,15.97,3.871z"/> <path fill="%23FFFFFF" d="M25.966,15.509c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.125,15.655,26.028,15.582,25.966,15.509z"/> <path fill="none" d="M9.856,16.198c-0.306-0.232-0.416-0.232-0.635,0c-0.171,0.159-0.134,0.183,0.342,0.183 C10.051,16.369,10.076,16.356,9.856,16.198z"/> <path fill="none" d="M7.754,15.66c-0.049,0.086,0,0.11,0.159,0.061c0.147-0.049,0.306-0.012,0.403,0.11 c0.086,0.098,0.293,0.183,0.464,0.183c0.293,0,0.305-0.012,0.086-0.244C8.622,15.501,7.9,15.428,7.754,15.66z"/> <path fill="none" d="M18.582,8.926c0.11-0.196,0.098-0.269-0.073-0.33c-0.196-0.073-0.416,0.134-0.416,0.428 C18.093,9.256,18.435,9.195,18.582,8.926z"/> <path fill="none" d="M10.271,16.503c0,0.073,0.024,0.122,0.049,0.122c0.037,0,0.098-0.049,0.134-0.122 c0.037-0.061,0.012-0.122-0.049-0.122C10.332,16.381,10.271,16.442,10.271,16.503z"/> <path fill="none" d="M4.405,14.633c0,0.22,0.244,0.807,0.306,0.745c0.037-0.037-0.012-0.244-0.11-0.477 C4.491,14.67,4.417,14.548,4.405,14.633z"/> <path fill="none" d="M23.555,12.14c-0.049-0.037-0.122-0.037-0.171,0c-0.037,0.049,0,0.086,0.086,0.086 C23.555,12.226,23.592,12.189,23.555,12.14z"/> <path fill="none" d="M11.078,5.26c0.098,0,0.147-0.049,0.11-0.122c-0.037-0.061-0.122-0.122-0.196-0.122 c-0.061,0-0.11,0.061-0.11,0.122C10.882,5.211,10.968,5.26,11.078,5.26z"/> <path fill="none" d="M21.27,11.26c0-0.134-0.049-0.281-0.122-0.318c-0.073-0.049-0.11,0.061-0.098,0.232 C21.087,11.541,21.27,11.603,21.27,11.26z"/> <path fill="none" d="M18.863,8.975c-0.049,0.049-0.098,0.159-0.11,0.269c-0.024,0.134,0.061,0.171,0.354,0.147 c0.208-0.024,0.391-0.098,0.416-0.159c0.024-0.073-0.183-0.379-0.452-0.672c-0.464-0.513-0.684-0.464-0.306,0.073 C18.863,8.779,18.899,8.926,18.863,8.975z"/> <path fill="none" d="M9.905,7.582c-0.049,0-0.159,0.085-0.244,0.183C9.526,7.924,9.563,7.948,9.819,7.948 c0.232,0,0.306-0.049,0.257-0.183C10.027,7.667,9.954,7.582,9.905,7.582z"/> <path fill="none" d="M16.638,6.629c-0.464,0.012-0.635,0.171-0.416,0.379c0.147,0.159,0.855,0.086,1.002-0.085 C17.421,6.69,17.25,6.604,16.638,6.629z"/> <path fill="none" d="M16.406,5.504c0.073,0,0.024-0.122-0.11-0.281c-0.134-0.147-0.281-0.367-0.318-0.477 c-0.049-0.122-0.134-0.22-0.208-0.22c-0.061,0-0.122-0.086-0.122-0.183c0-0.208-0.587-0.257-0.953-0.086 c-0.11,0.061-0.391,0.196-0.599,0.306c-0.342,0.171-0.403,0.171-0.403,0.024c0-0.22-0.171-0.232-0.501-0.061 c-0.293,0.159-0.306,0.416-0.012,0.342c0.501-0.134,0.684,0.623,0.305,1.21c-0.208,0.318-0.208,0.33,0,0.244 c0.281-0.11,0.269,0.024-0.061,0.367c-0.22,0.232-0.244,0.33-0.134,0.55c0.073,0.159,0.171,0.379,0.208,0.501 c0.037,0.11,0.232,0.245,0.44,0.281c0.195,0.049,0.367,0.122,0.367,0.183c0,0.134,0.134,0.134,0.342,0 c0.086-0.049,0.183-0.171,0.196-0.269c0.147-0.721,0.391-1.21,0.623-1.21c0.183,0,0.929-0.892,0.868-1.051 C16.296,5.59,16.333,5.504,16.406,5.504z"/> <path fill="none" d="M25.425,21.257c0,0.11-0.086,0.305-0.183,0.428c-0.232,0.318-0.232,0.562,0,0.562 c0.122,0,0.367-0.354,0.611-0.88c0.232-0.477,0.391-0.904,0.367-0.941C26.122,20.328,25.425,21.049,25.425,21.257z"/> <path fill="none" d="M11.078,5.871c0.196,0,0.44-0.061,0.538-0.122c0.147-0.098,0.122-0.122-0.122-0.122 c-0.183,0-0.379-0.061-0.464-0.122c-0.073-0.073-0.122-0.085-0.086-0.049c0.037,0.049,0,0.159-0.073,0.257 C10.76,5.834,10.797,5.871,11.078,5.871z"/> <path fill="none" d="M12.667,10.6c-0.269-0.183-0.306-0.183-0.489,0.024c-0.257,0.293-0.244,0.416,0.037,0.342 c0.147-0.037,0.269,0.012,0.305,0.11c0.098,0.257,0.44,0.208,0.44-0.061C12.96,10.894,12.826,10.698,12.667,10.6z"/> <path fill="none" d="M12.104,6.726c0-0.293-0.073-0.379-0.538-0.55c-0.464-0.183-0.587-0.183-0.88-0.037 c-0.195,0.086-0.367,0.257-0.391,0.379c-0.037,0.171,0.049,0.208,0.477,0.208c0.501,0,0.513,0,0.293,0.244 c-0.232,0.257-0.086,0.342,0.159,0.098c0.22-0.22,0.171,0.037-0.061,0.293c-0.11,0.122-0.318,0.22-0.452,0.22 c-0.22,0-0.196,0.037,0.122,0.232c0.22,0.134,0.428,0.293,0.464,0.367c0.134,0.208,0.354,0.159,0.269-0.061 c-0.061-0.147-0.012-0.171,0.183-0.11c0.22,0.073,0.232,0.061,0.122-0.159c-0.195-0.367-0.171-0.403,0.159-0.318 c0.44,0.11,0.635-0.061,0.33-0.281C12.202,7.142,12.104,6.946,12.104,6.726z"/> <path fill="none" d="M12.654,5.015c-0.049-0.073-0.196-0.098-0.342-0.061c-0.257,0.073-0.269,0.073-0.037-0.11 c0.306-0.244,0.049-0.257-0.416-0.012c-0.428,0.22-0.489,0.354-0.11,0.244c0.196-0.061,0.244-0.037,0.208,0.073 c-0.037,0.098-0.122,0.171-0.183,0.171c-0.073,0-0.183,0.037-0.232,0.098c-0.049,0.049,0.11,0.085,0.354,0.085 c0.318,0,0.452-0.049,0.452-0.183c0-0.098,0.086-0.183,0.196-0.183C12.642,5.138,12.691,5.076,12.654,5.015z"/> <path fill="none" d="M10.479,5.26c-0.195,0-0.917,0.342-0.99,0.477c-0.147,0.232,0.159,0.147,0.635-0.171 C10.369,5.394,10.528,5.26,10.479,5.26z"/> <radialGradient id="SVGID_1_" cx="15.9541" cy="21.4391" r="12.3669" fx="7.9401" fy="13.8472" gradientTransform="matrix(1 0 0 1.0129 0 -5.7943)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%23f9e100"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M27.784,13.749c-0.098,0-0.428-0.161-0.721-0.371c-0.293-0.198-0.538-0.322-0.538-0.272 c0.012,0.173,0.501,0.681,0.574,0.594c0.147-0.148,0.526,0.334,0.526,0.693c0,0.384-0.868,1.461-1.185,1.461 c-0.11,0-0.159,0.087-0.134,0.223c0.049,0.21,0.122,0.223,0.489,0.087c0.195-0.074,0.208-0.037,0.147,0.322 c-0.11,0.607-0.489,1.312-1.039,1.943c-0.452,0.532-0.477,0.594-0.477,1.399c0,0.817-0.012,0.842-0.416,1.089 c-0.232,0.149-0.477,0.421-0.538,0.619c-0.232,0.668-1.002,1.597-1.54,1.857c-0.672,0.334-1.222,0.347-1.124,0.037 c0.049-0.124,0.024-0.718-0.037-1.337c-0.11-0.978-0.098-1.151,0.122-1.609c0.293-0.631,0.293-0.867-0.024-1.461 c-0.159-0.31-0.232-0.644-0.208-0.978c0.037-0.433,0-0.52-0.208-0.557c-0.134-0.025-0.342-0.136-0.452-0.235 c-0.171-0.148-0.281-0.161-0.599-0.05c-0.22,0.074-0.648,0.136-0.965,0.136c-0.489,0-0.672-0.074-1.21-0.508 c-0.697-0.557-0.745-0.693-0.709-1.844c0.037-0.879,0.391-1.745,0.819-1.98c0.134-0.074,0.244-0.235,0.244-0.359 c0-0.285,0.428-0.681,0.782-0.73c0.134-0.012,0.684-0.062,1.198-0.099c0.904-0.074,0.929-0.062,0.978,0.198 c0.024,0.223,0.183,0.334,0.672,0.495c0.428,0.136,0.672,0.173,0.758,0.087c0.086-0.087,0.281-0.087,0.599,0.012 c0.269,0.087,0.66,0.149,0.868,0.149c0.379,0,0.391-0.012,0.354-0.458c-0.024-0.248-0.11-0.483-0.208-0.507 c-0.098-0.037-0.134,0-0.086,0.087c0.049,0.074,0.024,0.136-0.037,0.136c-0.073,0-0.134-0.049-0.134-0.111s-0.098-0.087-0.22-0.05 c-0.134,0.037-0.306-0.087-0.489-0.322c-0.367-0.508-0.55-0.495-0.452,0.012l0.073,0.409l-0.33-0.433 c-0.452-0.569-1.137-1.238-1.283-1.238c-0.257,0-0.086,0.272,0.318,0.508c0.452,0.272,0.513,0.421,0.269,0.743 c-0.159,0.21-0.452,0.186-0.452-0.037c0-0.074,0.086-0.099,0.183-0.05c0.33,0.124,0.196-0.272-0.208-0.668 c-0.354-0.334-0.464-0.384-0.892-0.322c-0.281,0.037-0.538,0.149-0.611,0.272c-0.501,0.842-0.635,0.978-1.014,1.015 c-0.538,0.05-0.758-0.161-0.758-0.73c0-0.483,0-0.483,0.464-0.483c0.257,0,0.501-0.037,0.538-0.074 c0.147-0.136-0.061-0.52-0.367-0.681l-0.33-0.149l0.33-0.074c0.183-0.037,0.623-0.347,1.002-0.681 c0.672-0.594,0.672-0.594,0.464-0.891c-0.159-0.223-0.281-0.272-0.538-0.223c-0.281,0.062-0.342,0.012-0.415-0.26 c-0.049-0.21-0.012-0.396,0.11-0.532c0.098-0.111,0.244-0.421,0.318-0.668c0.22-0.681,0.403-0.792,1.027-0.594 c0.892,0.26,1.21,0.483,1.124,0.755c-0.049,0.161-0.024,0.235,0.11,0.235c0.11,0,0.195-0.074,0.195-0.173 c0-0.099,0.159-0.31,0.367-0.483l0.354-0.309l-0.464-0.31c-3.678-2.463-8.432-2.723-12.416-0.668 C9.11,5.381,8.976,5.492,9.196,5.715c0.171,0.149,0.171,0.21,0,0.569C9.037,6.631,8.939,6.693,8.585,6.693 c-0.367,0-0.403-0.025-0.269-0.186c0.22-0.272,0-0.458-0.281-0.26C7.864,6.383,7.839,6.482,7.937,6.742 c0.134,0.334,0.171,0.334,1.185,0.136c0.208-0.05,0.562-0.557,0.562-0.805c0-0.037,0.049-0.136,0.122-0.21 c0.147-0.186,0.635-0.223,0.526-0.037c-0.037,0.074-0.171,0.124-0.281,0.124c-0.159,0-0.208,0.112-0.208,0.409 c0,0.458,0.049,0.508,0.342,0.384c0.122-0.037,0.257-0.05,0.293,0c0.134,0.124-0.232,0.446-0.513,0.446 c-0.379,0-1.65,1.102-1.65,1.424c0,0.148,0.171,0.359,0.416,0.52C9,9.305,9.135,9.478,9.123,9.688 C9.11,10.06,9.465,10.072,9.514,9.701c0.024-0.149,0.171-0.359,0.342-0.47c0.208-0.136,0.281-0.272,0.232-0.421 c-0.037-0.124,0-0.371,0.073-0.557c0.232-0.52,0.965-0.371,0.965,0.198c0,0.26,0.049,0.272,0.379,0.087 c0.208-0.099,0.281-0.087,0.428,0.099c0.086,0.124,0.171,0.297,0.171,0.384c0,0.074,0.11,0.26,0.257,0.408 c0.428,0.433,0.232,0.569-1.259,0.904c-0.196,0.05-0.342,0.124-0.342,0.186c0,0.062,0.122,0.087,0.257,0.05 c0.22-0.062,0.244-0.037,0.183,0.186c-0.11,0.322,0.098,0.446,0.428,0.26c0.208-0.111,0.244-0.099,0.208,0.037 c-0.037,0.087-0.318,0.198-0.66,0.235c-0.745,0.087-1.027,0.21-1.027,0.433c0,0.099-0.098,0.223-0.208,0.26 c-0.293,0.111-0.758,0.681-0.77,0.916c0,0.112-0.22,0.396-0.477,0.644c-0.44,0.408-0.477,0.495-0.416,0.891 c0.086,0.532-0.159,0.594-0.269,0.062c-0.061-0.309-0.134-0.371-0.44-0.371c-0.196,0-0.354,0.062-0.354,0.136 c0,0.087-0.134,0.111-0.367,0.074c-0.281-0.062-0.403-0.012-0.611,0.248c-0.281,0.359-0.306,0.743-0.098,1.213 c0.159,0.347,0.672,0.433,0.782,0.124c0.049-0.099,0.159-0.186,0.257-0.186c0.134,0,0.159,0.074,0.11,0.285 c-0.159,0.52-0.134,0.644,0.147,0.681c0.183,0.025,0.269,0.124,0.269,0.309c0,0.396,0.342,0.829,0.648,0.829 c0.33,0,0.623,0.186,0.538,0.322c-0.037,0.062,0.269,0.124,0.66,0.149c0.599,0.025,0.782,0.099,1.112,0.396 c0.22,0.21,0.501,0.371,0.623,0.371c0.574,0,1.247,0.644,1.051,1.015c-0.073,0.136-0.073,0.223,0,0.223 c0.061,0,0.134-0.062,0.159-0.136c0.049-0.148,1.137,0.173,2.029,0.582c0.354,0.173,0.403,0.235,0.33,0.52 c-0.049,0.186-0.183,0.446-0.293,0.582c-0.122,0.136-0.257,0.483-0.293,0.78c-0.073,0.644-0.232,0.854-0.709,0.953 c-0.281,0.062-0.354,0.149-0.354,0.396c0,0.47-0.379,1.027-0.697,1.027c-0.257,0-0.269,0.025-0.134,0.248 c0.134,0.21,0.122,0.272-0.122,0.446c-0.208,0.149-0.257,0.26-0.183,0.508c0.134,0.594,0.391,0.953,0.794,1.176 c0.379,0.198,0.391,0.21,0.098,0.223c-0.22,0-0.526-0.235-1.124-0.879c-0.66-0.706-0.868-1.027-1.027-1.585 c-0.513-1.77-0.855-2.426-1.344-2.612c-0.147-0.062-0.513-0.433-0.819-0.829c-0.66-0.867-0.843-1.646-0.501-2.03 c0.183-0.21,0.195-0.297,0.073-0.495s-0.11-0.31,0.037-0.607c0.11-0.21,0.244-0.371,0.306-0.371c0.073,0,0.122-0.062,0.122-0.136 c0-0.087-0.11-0.111-0.293-0.062c-0.244,0.062-0.44-0.062-1.063-0.668c-0.525-0.495-0.88-0.743-1.088-0.743 c-0.464,0-0.831-0.322-0.929-0.805c-0.037-0.235-0.122-0.433-0.183-0.433c-0.061,0-0.11-0.05-0.11-0.124 c0-0.062-0.147-0.433-0.33-0.829c-0.477-1.003-0.477-2.278-0.012-3.256c0.183-0.371,0.391-0.842,0.464-1.052 c0.269-0.718-0.183-0.049-0.574,0.867c-0.709,1.659-0.953,2.884-0.953,4.952c0,2.203,0.257,3.404,1.1,5.212 c0.697,1.523,1.393,2.525,2.493,3.652c1.833,1.844,4.094,3.045,6.648,3.516c2.481,0.458,5.316,0.025,7.663-1.176 c3.214-1.634,5.585-4.654,6.489-8.232c0.232-0.916,0.281-1.448,0.293-2.921C28.297,14.108,28.212,13.749,27.784,13.749z M23.384,12.14c0.049-0.037,0.122-0.037,0.171,0c0.037,0.049,0,0.086-0.086,0.086C23.384,12.226,23.348,12.189,23.384,12.14z M21.148,10.943c0.073,0.037,0.122,0.183,0.122,0.318c0,0.342-0.183,0.281-0.22-0.085C21.038,11.004,21.075,10.894,21.148,10.943z M19.07,8.559c0.269,0.293,0.477,0.599,0.452,0.672c-0.024,0.061-0.208,0.134-0.416,0.159c-0.293,0.025-0.379-0.012-0.354-0.147 c0.012-0.11,0.061-0.22,0.11-0.269c0.037-0.049,0-0.195-0.098-0.342C18.386,8.095,18.606,8.046,19.07,8.559z M18.508,8.596 c0.171,0.061,0.183,0.134,0.073,0.33c-0.147,0.269-0.489,0.33-0.489,0.098C18.093,8.73,18.313,8.523,18.508,8.596z M9.819,7.948 c-0.257,0-0.293-0.024-0.159-0.183c0.086-0.098,0.196-0.183,0.244-0.183s0.122,0.085,0.171,0.183 C10.125,7.899,10.051,7.948,9.819,7.948z M8.78,16.014c-0.171,0-0.379-0.085-0.464-0.183c-0.098-0.122-0.257-0.159-0.403-0.11 c-0.159,0.049-0.208,0.024-0.159-0.061c0.147-0.232,0.868-0.159,1.112,0.11C9.086,16.002,9.074,16.014,8.78,16.014z M9.563,16.381 c-0.477,0-0.513-0.024-0.342-0.183c0.22-0.232,0.33-0.232,0.635,0C10.076,16.356,10.051,16.369,9.563,16.381z M10.455,16.503 c-0.037,0.073-0.098,0.122-0.134,0.122c-0.024,0-0.049-0.049-0.049-0.122c0-0.061,0.061-0.122,0.134-0.122 C10.467,16.381,10.491,16.442,10.455,16.503z M4.711,15.379c-0.061,0.061-0.306-0.525-0.306-0.745 c0.012-0.086,0.086,0.037,0.196,0.269C4.699,15.134,4.747,15.342,4.711,15.379z M10.992,5.015c0.073,0,0.159,0.061,0.196,0.122 c0.037,0.073-0.012,0.122-0.11,0.122c-0.11,0-0.195-0.049-0.195-0.122C10.882,5.076,10.931,5.015,10.992,5.015z M10.87,5.712 c0.073-0.098,0.11-0.208,0.073-0.257c-0.037-0.037,0.012-0.024,0.086,0.049c0.086,0.061,0.281,0.122,0.464,0.122 c0.244,0,0.269,0.024,0.122,0.122c-0.098,0.061-0.342,0.122-0.538,0.122C10.797,5.871,10.76,5.834,10.87,5.712z M10.125,5.565 C9.648,5.883,9.343,5.969,9.489,5.736c0.073-0.134,0.794-0.477,0.99-0.477C10.528,5.26,10.369,5.394,10.125,5.565z M12.031,7.533 c-0.33-0.086-0.354-0.049-0.159,0.318c0.11,0.22,0.098,0.232-0.122,0.159c-0.196-0.061-0.244-0.037-0.183,0.11 c0.086,0.22-0.134,0.269-0.269,0.061c-0.037-0.073-0.244-0.232-0.464-0.367c-0.318-0.196-0.342-0.232-0.122-0.232 c0.134,0,0.342-0.098,0.452-0.22c0.232-0.257,0.281-0.513,0.061-0.293c-0.244,0.244-0.391,0.159-0.159-0.098 c0.22-0.244,0.208-0.244-0.293-0.244c-0.428,0-0.513-0.037-0.477-0.208c0.024-0.122,0.196-0.293,0.391-0.379 c0.293-0.147,0.416-0.147,0.88,0.037c0.464,0.171,0.538,0.257,0.538,0.55c0,0.22,0.098,0.416,0.257,0.525 C12.667,7.472,12.471,7.643,12.031,7.533z M12.544,5.138c-0.11,0-0.196,0.086-0.196,0.183c0,0.135-0.134,0.183-0.452,0.183 c-0.244,0-0.403-0.037-0.354-0.085c0.049-0.061,0.159-0.098,0.232-0.098c0.061,0,0.147-0.073,0.183-0.171 c0.037-0.11-0.012-0.134-0.208-0.073c-0.379,0.11-0.318-0.024,0.11-0.244c0.464-0.244,0.721-0.232,0.416,0.012 c-0.232,0.183-0.22,0.183,0.037,0.11c0.147-0.037,0.293-0.012,0.342,0.061C12.691,5.076,12.642,5.138,12.544,5.138z M12.52,11.077 c-0.037-0.098-0.159-0.147-0.305-0.11c-0.281,0.073-0.293-0.049-0.037-0.342c0.183-0.208,0.22-0.208,0.489-0.024 c0.159,0.098,0.293,0.293,0.293,0.416C12.96,11.285,12.618,11.333,12.52,11.077z M15.465,6.726c-0.232,0-0.477,0.489-0.623,1.21 c-0.012,0.098-0.11,0.22-0.196,0.269c-0.208,0.134-0.342,0.134-0.342,0c0-0.061-0.171-0.135-0.367-0.183 c-0.208-0.037-0.403-0.171-0.44-0.281c-0.037-0.122-0.134-0.342-0.208-0.501c-0.11-0.22-0.086-0.318,0.134-0.55 c0.33-0.342,0.342-0.477,0.061-0.367c-0.208,0.086-0.208,0.073,0-0.244c0.379-0.587,0.196-1.344-0.305-1.21 c-0.293,0.073-0.281-0.183,0.012-0.342c0.33-0.171,0.501-0.159,0.501,0.061c0,0.147,0.061,0.147,0.403-0.024 c0.208-0.11,0.489-0.244,0.599-0.306c0.367-0.171,0.953-0.122,0.953,0.086c0,0.098,0.061,0.183,0.122,0.183 c0.073,0,0.159,0.098,0.208,0.22c0.037,0.11,0.183,0.33,0.318,0.477c0.134,0.159,0.183,0.281,0.11,0.281s-0.11,0.086-0.073,0.171 C16.394,5.834,15.649,6.726,15.465,6.726z M17.225,6.922c-0.147,0.171-0.855,0.244-1.002,0.085c-0.22-0.208-0.049-0.367,0.416-0.379 C17.25,6.604,17.421,6.69,17.225,6.922z M25.853,21.367c-0.244,0.526-0.489,0.88-0.611,0.88c-0.232,0-0.232-0.244,0-0.562 c0.098-0.122,0.183-0.318,0.183-0.428c0-0.208,0.697-0.929,0.794-0.831C26.244,20.463,26.085,20.89,25.853,21.367z"/> <path fill="%23FFFFFF" d="M25.951,15.745c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.11,15.892,26.012,15.819,25.951,15.745z"/> <path fill="%23FFFFFF" d="M25.939,11.407c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.244,11.859,26.061,11.651,25.939,11.407z"/> <path fill="%23ccaa00" d="M25.954,11.659c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.26,12.111,26.076,11.904,25.954,11.659z"/> <path fill="%23ccaa00" d="M23.547,11.28c-0.122-0.122-0.061-0.745,0.086-0.831c0.073-0.049,0.196,0,0.281,0.11 c0.159,0.22,0.501,0.293,0.367,0.086c-0.196-0.318,0.098-0.306,0.428,0.024c0.55,0.55,0.489,0.672-0.367,0.672 C23.938,11.341,23.583,11.305,23.547,11.28z"/> <path fill="%23ccaa00" d="M20.675,9.081c0-0.061,0.134-0.171,0.306-0.244c0.342-0.159,0.379-0.318,0.134-0.77 c-0.232-0.452-0.183-1.014,0.098-1.063c0.196-0.037,0.22,0,0.147,0.269c-0.098,0.379,0.122,0.855,0.342,0.77 c0.293-0.11,0.416,0.318,0.208,0.697c-0.159,0.281-0.293,0.354-0.721,0.391C20.907,9.154,20.675,9.129,20.675,9.081z"/> </svg> ');
}
.yellow.icon-cms-portal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%23a58d00" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%23f9e100" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> </svg> ');
}
.yellow.icon-cms-portal.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%23a58d00" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%23f9e100" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> <polygon fill="%23f9e100" points="8.744,18.827 9.039,23.99 13.098,26.909 12.969,21.648 "/> </svg> ');
}
.yellow.icon-cms-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="12.657,19.396 12.593,20.225 18.734,23.647 18.748,22.782 12.657,19.396 "/> <polyline fill="%23999999" points="22.217,9.413 22.852,8.714 12.069,3.957 12.108,4.955 22.217,9.413 "/> <polygon fill="%23999999" points="22.328,25.652 22.371,24.798 20.972,24.02 20.943,24.877 "/> <polyline fill="%23CCCCCC" points="12.643,18.636 12.668,19.296 12.657,19.396 18.748,22.782 18.759,21.986 12.643,18.636 "/> <polyline fill="%23CCCCCC" points="23.196,8.337 25.065,8.768 12.037,3.154 12.069,3.957 22.852,8.714 23.196,8.337 "/> <polygon fill="%23CCCCCC" points="21.266,23.36 20.983,23.765 20.972,24.02 22.371,24.798 22.41,23.988 "/> <polygon fill="none" points="10.674,13.355 5.207,13.355 4.898,13.355 5.494,18.987 10.982,18.987 10.932,18.065 "/> <polygon fill="none" points="10.544,11.092 10.243,5.521 4.4,5.521 4.066,5.521 4.744,11.946 10.591,11.946 "/> <polygon fill="%23ccaa00" points="18.759,21.986 18.748,22.782 18.734,23.647 18.63,31.28 20.326,31.904 20.915,13.624 18.881,13.094 "/> <polygon fill="%23ccaa00" points="22.411,23.988 22.371,24.798 22.328,25.652 23.322,25.917 23.68,19.923 22.532,21.559 "/> <path fill="%23ccaa00" d="M2.997,3.904l1.858,16.321h7.737L11.947,3.904H2.997z M4.744,11.946L4.066,5.521H4.4h5.843l0.301,5.571 l0.047,0.854H4.744z M5.494,18.987l-0.595-5.632h0.309h5.467l0.258,4.71l0.05,0.922H5.494z"/> <polygon fill="%23ccaa00" points="22.966,12.932 22.708,18.072 23.774,18.402 24.197,11.436 "/> <polyline fill="%23f9e100" points="10.982,18.987 10.932,18.065 5.695,18.065 5.494,18.987 10.982,18.987 "/> <polyline fill="%23f9e100" points="4.974,11.092 4.744,11.946 10.591,11.946 10.544,11.092 4.974,11.092 "/> <polyline fill="%23f9e100" points="3.277,3.154 2.997,3.904 11.947,3.904 12.037,3.154 3.277,3.154 "/> <polyline fill="%23f9e100" points="20.832,27.926 20.76,29.938 23.322,25.917 22.328,25.652 20.832,27.926 "/> <polyline fill="%23f9e100" points="21.116,20.113 21.04,22.198 23.774,18.402 22.708,18.072 21.116,20.113 "/> <polygon fill="%23f9e100" points="25.065,8.768 23.196,8.337 22.852,8.714 22.217,9.413 18.881,13.094 20.915,13.624 "/> <polygon fill="none" points="21.266,23.36 20.983,23.765 20.972,24.02 20.943,24.877 20.832,27.926 20.76,29.938 23.322,25.917 23.68,19.923 22.532,21.559 "/> <polygon fill="none" points="22.966,12.932 21.302,14.952 21.116,20.114 21.04,22.198 23.774,18.402 24.197,11.436 "/> <polygon fill="%23a58d00" points="12.108,4.955 12.069,3.957 12.037,3.154 11.947,3.904 12.593,20.225 12.657,19.396 12.668,19.296 12.643,18.636 "/> <path fill="%23a58d00" d="M20.915,13.624l-0.588,18.28l3.576-5.732l1.162-17.404L20.915,13.624z M23.322,25.917l-2.561,4.021 l0.072-2.012l0.111-3.049l0.029-0.857l0.011-0.255l0.283-0.405l1.266-1.801l1.148-1.636L23.322,25.917z M23.774,18.402l-2.733,3.795 l0.075-2.084l0.187-5.162l1.664-2.02l1.23-1.496L23.774,18.402z"/> <polygon fill="%23a58d00" points="4.898,13.355 5.494,18.987 5.695,18.065 5.207,13.355 "/> <polygon fill="%23a58d00" points="4.4,5.521 4.066,5.521 4.744,11.946 4.974,11.092 "/> </svg>');
}
.yellow.icon-cms-page.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ccaa00" d="M20.966,27.28l0.997-17.587L8.508,3.527l0.925,16.231L20.966,27.28 M9.753,5.679l1.363,0.653l2.959,1.417 l0.065,5.295l0.014,1.349l-4.093-2.271L9.753,5.679 M10.13,13.538l1.273,0.728l2.762,1.582l0.05,4.326l0.018,1.453l-3.838-2.446 L10.13,13.538 M16.701,9.001l3.644,1.743l-0.237,5.517l-0.061,1.399l-4.652-2.579V8.377L16.701,9.001 M15.396,16.544l1.212,0.692 l3.375,1.926l-0.19,4.473l-0.065,1.489l-4.33-2.755L15.396,16.544z"/> <polyline fill="%23f9e100" points="16.561,21.627 15.399,22.37 19.729,25.125 19.793,23.636 16.561,21.627 "/> <polyline fill="%23f9e100" points="16.64,14.392 15.396,15.081 20.048,17.66 20.109,16.261 16.64,14.392 "/> <polyline fill="%23f9e100" points="11.554,18.524 10.395,19.181 14.233,21.627 14.215,20.174 11.554,18.524 "/> <polyline fill="%23f9e100" points="11.303,11.515 10.062,12.122 14.154,14.392 14.14,13.043 11.303,11.515 "/> <polygon fill="%23f9e100" points="21.963,9.693 23.294,8.99 9.839,3 8.508,3.527 "/> <polyline fill="%23a58d00" points="16.608,17.237 15.396,16.544 15.399,22.37 16.561,21.627 16.608,17.237 "/> <polyline fill="%23a58d00" points="15.396,15.081 16.64,14.392 16.701,9.001 15.396,8.377 15.396,15.081 "/> <polyline fill="%23a58d00" points="11.403,14.267 10.13,13.538 10.395,19.181 11.554,18.524 11.403,14.267 "/> <polyline fill="%23a58d00" points="11.116,6.332 9.753,5.679 10.062,12.122 11.303,11.515 11.116,6.332 "/> <polygon fill="%23a58d00" points="23.294,8.99 21.963,9.693 20.966,27.28 22.111,26.434 "/> </svg>');
}
.yellow.icon-cms-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23a58d00" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23ccaa00" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.yellow.icon-cms-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23a58d00" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%23f9e100" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.yellow.icon-cms-area{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%23f9e100" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%23f9e100" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%23f9e100" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23a58d00" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23a58d00" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%23a58d00" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%23a58d00" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23ccaa00" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23ccaa00" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%23ccaa00" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%23ccaa00" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.yellow.icon-cms-section-labeled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%23f9e100" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23a58d00" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23ccaa00" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.yellow.icon-cms-section-labeled.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%23f9e100" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23a58d00" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23ccaa00" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg>');
}
.yellow.icon-cms-section-horizontal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23f9e100" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23f9e100" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23a58d00" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23a58d00" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23ccaa00" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23ccaa00" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23a58d00" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%23f9e100" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.yellow.icon-cms-section-vertical{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23f9e100" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23f9e100" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23a58d00" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23a58d00" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23ccaa00" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23ccaa00" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23a58d00" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%23f9e100" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.yellow.icon-cms-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a58d00" points="15.29,16.6 15.29,16.788 15.29,27.872 19.297,25.13 19.511,19.024 15.29,16.6 "/> <polygon fill="%23a58d00" points="25.771,11.452 21.202,14.117 20.936,19.843 25.311,17.039 "/> <path fill="%23ccaa00" d="M20.936,19.843l0.266-5.726L5.827,6.112L6.2,11.38l4.681,2.69l0.393,11.06l4.016,2.743V16.788l-0.006-0.194 L15.29,16.6l4.221,2.424L20.936,19.843z"/> <path fill="%23f9e100" d="M21.202,14.117l4.569-2.665L10.402,4.128L5.827,6.112L21.202,14.117z"/> </svg> ');
}
.yellow.icon-cms-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a58d00" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%23a58d00" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%23a58d00" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%23f9e100" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg> ');
}
.yellow.icon-cms-html{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a58d00" points="27.685,22.177 23.227,14.446 20.481,16.096 25.05,24.01 27.685,22.177 "/> <polyline fill="%23a58d00" points="10.991,11.413 8.398,12.76 12.287,19.528 12.96,19.131 12.967,19.094 13.25,15.336 10.991,11.413 "/> <polygon fill="%23a58d00" points="18.875,9.864 16.102,11.361 14.936,23.033 17.426,21.461 18.231,15.053 17.875,14.446 18.339,14.186 "/> <polyline fill="%23f9e100" points="22.327,22.177 22.017,21.643 20.801,22.143 18.259,23.806 22.327,22.177 "/> <polyline fill="%23f9e100" points="17.875,14.446 20.481,16.096 23.227,14.446 20.611,12.876 18.339,14.186 17.875,14.446 "/> <polygon fill="%23f9e100" points="9.295,9.024 11.497,10.414 14.213,9.024 11.997,7.691 "/> <polygon fill="%23f9e100" points="18.875,9.864 16.42,8.428 13.654,9.864 16.102,11.361 "/> <polyline fill="%23ccaa00" points="20.481,16.096 17.875,14.446 18.231,15.053 22.017,21.643 22.327,22.177 18.259,23.806 20.684,25.545 25.05,24.01 20.481,16.096 "/> <polyline fill="%23ccaa00" points="12.967,19.094 12.787,21.461 14.936,23.033 16.102,11.361 13.654,9.864 13.25,15.336 12.967,19.094 "/> <polygon fill="%23ccaa00" points="8.398,12.76 11.497,10.414 9.295,9.024 6.409,11.413 10.215,18.044 12.287,19.528 "/> <path fill="%23333333" d="M10.991,11.413l3.222-2.389l-2.716,1.39L8.398,12.76L10.991,11.413z"/> </svg> ');
}
.yellow.icon-cms-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M21.903,14.695l-9.622,9.203l-0.135,0.153l-0.185,0.153c-0.863,0.664-1.844,0.967-2.942,0.909 c-1.098-0.043-2.034-0.445-2.809-1.207c-0.639-0.627-1.019-1.362-1.141-2.204c-0.045,0.234-0.07,0.474-0.077,0.719 c-0.002,0.067-0.003,0.135-0.002,0.206c0.033,1.097,0.428,2.037,1.185,2.819c0.777,0.803,1.717,1.229,2.819,1.278 c1.104,0.062,2.088-0.256,2.954-0.955l0.187-0.165l0.139-0.161l9.652-9.688c0.546-0.548,0.81-1.209,0.792-1.985 c-0.004-0.168-0.022-0.331-0.052-0.488C22.584,13.817,22.33,14.288,21.903,14.695z"/> <path fill="%23a58d00" d="M11.151,19.535c-0.165,0.158-0.369,0.237-0.613,0.238c-0.211,0.002-0.392-0.06-0.544-0.183 c-0.021-0.014-0.042-0.031-0.062-0.048c-0.143-0.127-0.222-0.284-0.238-0.472L9.68,20.166c-0.003,0.028-0.004,0.059-0.004,0.093 c-0.004,0.24,0.076,0.436,0.242,0.586c0.163,0.164,0.366,0.246,0.609,0.246c0.242-0.001,0.447-0.085,0.615-0.25l8.052-7.96 c0.221-0.161,0.467-0.228,0.738-0.202c0.285,0.026,0.527,0.132,0.725,0.318c0.095,0.089,0.169,0.187,0.224,0.292 c0.074-0.143,0.11-0.299,0.107-0.47c-0.006-0.291-0.123-0.538-0.351-0.742c-0.197-0.179-0.437-0.281-0.721-0.306 c-0.269-0.025-0.513,0.04-0.733,0.195L11.151,19.535z"/> <path fill="%23a58d00" d="M25.089,8.001c-0.789-0.693-1.722-1.033-2.799-1.02c-1.076,0.013-1.983,0.373-2.722,1.08L7.364,19.489 c-0.415,0.473-0.614,1.018-0.596,1.634c0.002,0.202,0.026,0.396,0.073,0.58c0.097-0.329,0.263-0.635,0.5-0.917l12.238-12.01 c0.741-0.741,1.65-1.118,2.728-1.13c1.08-0.013,2.016,0.343,2.809,1.068c0.688,0.617,1.093,1.357,1.215,2.219 c0.011-0.135,0.013-0.273,0.008-0.413C26.303,9.522,25.886,8.683,25.089,8.001z"/> <path fill="%23a58d00" d="M26.514,14.241L16.1,24.266c-0.169,0.161-0.376,0.242-0.621,0.244c-0.165,0-0.313-0.036-0.445-0.107 c-0.064-0.037-0.123-0.081-0.179-0.133c-0.138-0.135-0.219-0.294-0.244-0.476v1.282c-0.005,0.042-0.007,0.086-0.008,0.131 c0,0.247,0.085,0.456,0.254,0.629c0.171,0.169,0.38,0.253,0.627,0.254c0.247,0,0.455-0.085,0.625-0.256L26.55,15.281 c1.066-1.095,1.569-2.405,1.507-3.929c-0.005-0.148-0.016-0.293-0.032-0.435C27.979,12.192,27.476,13.3,26.514,14.241z"/> <path fill="%23f9e100" d="M26.256,6.894c-1.126-0.977-2.461-1.456-4.004-1.437c-1.539,0.021-2.836,0.531-3.891,1.531L6.357,18.193 h-0.02l-0.3,0.3c-0.692,0.799-1.029,1.713-1.01,2.743c0.007,0.158,0.021,0.313,0.042,0.465c0.122,0.842,0.502,1.577,1.141,2.204 c0.775,0.762,1.711,1.164,2.809,1.207c1.098,0.058,2.079-0.245,2.942-0.909l0.185-0.153l0.135-0.153l9.622-9.203 c0.427-0.407,0.681-0.878,0.764-1.415c0.024-0.152,0.034-0.31,0.03-0.474c-0.018-0.717-0.309-1.336-0.873-1.856 c-0.577-0.5-1.252-0.746-2.025-0.738c-0.785,0.008-1.448,0.267-1.991,0.778l-1.505,1.415h0.022l-6.378,6.003 c-0.169,0.157-0.255,0.349-0.258,0.576c0.001,0.029,0.002,0.057,0.004,0.085c0.015,0.188,0.095,0.345,0.238,0.472 c0.02,0.018,0.041,0.034,0.062,0.048c0.152,0.124,0.333,0.185,0.544,0.183c0.243-0.001,0.448-0.08,0.613-0.238l8.03-7.567 c0.22-0.155,0.465-0.22,0.733-0.195c0.284,0.026,0.525,0.128,0.721,0.306c0.228,0.204,0.345,0.451,0.351,0.742 c0.003,0.17-0.033,0.327-0.107,0.47c-0.051,0.1-0.123,0.194-0.216,0.282l-9.769,9.318c-0.506,0.396-1.093,0.58-1.761,0.552 c-0.653-0.012-1.212-0.243-1.675-0.695c-0.312-0.305-0.518-0.653-0.619-1.044c-0.047-0.185-0.071-0.378-0.073-0.58 c-0.017-0.617,0.182-1.161,0.596-1.634L19.568,8.061c0.739-0.707,1.647-1.067,2.722-1.08c1.077-0.013,2.01,0.327,2.799,1.02 c0.797,0.682,1.214,1.522,1.249,2.519c0.005,0.14,0.003,0.278-0.008,0.413c-0.064,0.831-0.423,1.56-1.078,2.186l-10.4,9.961 c-0.168,0.163-0.251,0.36-0.25,0.592c0,0.042,0.003,0.083,0.008,0.123c0.024,0.182,0.106,0.34,0.244,0.476 c0.056,0.052,0.116,0.096,0.179,0.133c0.132,0.071,0.281,0.106,0.445,0.107c0.245-0.001,0.452-0.083,0.621-0.244l10.414-10.025 c0.962-0.942,1.466-2.05,1.511-3.325c0.005-0.136,0.005-0.274,0-0.413C27.968,9.083,27.379,7.88,26.256,6.894z"/> </svg> ');
}
.yellow.icon-cms-tab-control{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23f9e100" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23a58d00" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23ccaa00" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%23f9e100" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%23CCCCCC" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.yellow.icon-cms-tab-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23a58d00" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23ccaa00" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%23f9e100" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%23f9e100" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.purple.icon-cms-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <circle fill="%23FFFFFF" cx="15.97" cy="15.787" r="12.416"/> <path fill="%23990099" d="M15.97,28.702c-7.122,0-12.916-5.794-12.916-12.916S8.848,2.871,15.97,2.871s12.916,5.794,12.916,12.916 S23.091,28.702,15.97,28.702z M15.97,3.871c-6.57,0-11.916,5.345-11.916,11.916S9.399,27.702,15.97,27.702 s11.916-5.345,11.916-11.916S22.54,3.871,15.97,3.871z"/> <path fill="%23FFFFFF" d="M25.966,15.509c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.125,15.655,26.028,15.582,25.966,15.509z"/> <path fill="none" d="M9.856,16.198c-0.306-0.232-0.416-0.232-0.635,0c-0.171,0.159-0.134,0.183,0.342,0.183 C10.051,16.369,10.076,16.356,9.856,16.198z"/> <path fill="none" d="M7.754,15.66c-0.049,0.086,0,0.11,0.159,0.061c0.147-0.049,0.306-0.012,0.403,0.11 c0.086,0.098,0.293,0.183,0.464,0.183c0.293,0,0.305-0.012,0.086-0.244C8.622,15.501,7.9,15.428,7.754,15.66z"/> <path fill="none" d="M18.582,8.926c0.11-0.196,0.098-0.269-0.073-0.33c-0.196-0.073-0.416,0.134-0.416,0.428 C18.093,9.256,18.435,9.195,18.582,8.926z"/> <path fill="none" d="M10.271,16.503c0,0.073,0.024,0.122,0.049,0.122c0.037,0,0.098-0.049,0.134-0.122 c0.037-0.061,0.012-0.122-0.049-0.122C10.332,16.381,10.271,16.442,10.271,16.503z"/> <path fill="none" d="M4.405,14.633c0,0.22,0.244,0.807,0.306,0.745c0.037-0.037-0.012-0.244-0.11-0.477 C4.491,14.67,4.417,14.548,4.405,14.633z"/> <path fill="none" d="M23.555,12.14c-0.049-0.037-0.122-0.037-0.171,0c-0.037,0.049,0,0.086,0.086,0.086 C23.555,12.226,23.592,12.189,23.555,12.14z"/> <path fill="none" d="M11.078,5.26c0.098,0,0.147-0.049,0.11-0.122c-0.037-0.061-0.122-0.122-0.196-0.122 c-0.061,0-0.11,0.061-0.11,0.122C10.882,5.211,10.968,5.26,11.078,5.26z"/> <path fill="none" d="M21.27,11.26c0-0.134-0.049-0.281-0.122-0.318c-0.073-0.049-0.11,0.061-0.098,0.232 C21.087,11.541,21.27,11.603,21.27,11.26z"/> <path fill="none" d="M18.863,8.975c-0.049,0.049-0.098,0.159-0.11,0.269c-0.024,0.134,0.061,0.171,0.354,0.147 c0.208-0.024,0.391-0.098,0.416-0.159c0.024-0.073-0.183-0.379-0.452-0.672c-0.464-0.513-0.684-0.464-0.306,0.073 C18.863,8.779,18.899,8.926,18.863,8.975z"/> <path fill="none" d="M9.905,7.582c-0.049,0-0.159,0.085-0.244,0.183C9.526,7.924,9.563,7.948,9.819,7.948 c0.232,0,0.306-0.049,0.257-0.183C10.027,7.667,9.954,7.582,9.905,7.582z"/> <path fill="none" d="M16.638,6.629c-0.464,0.012-0.635,0.171-0.416,0.379c0.147,0.159,0.855,0.086,1.002-0.085 C17.421,6.69,17.25,6.604,16.638,6.629z"/> <path fill="none" d="M16.406,5.504c0.073,0,0.024-0.122-0.11-0.281c-0.134-0.147-0.281-0.367-0.318-0.477 c-0.049-0.122-0.134-0.22-0.208-0.22c-0.061,0-0.122-0.086-0.122-0.183c0-0.208-0.587-0.257-0.953-0.086 c-0.11,0.061-0.391,0.196-0.599,0.306c-0.342,0.171-0.403,0.171-0.403,0.024c0-0.22-0.171-0.232-0.501-0.061 c-0.293,0.159-0.306,0.416-0.012,0.342c0.501-0.134,0.684,0.623,0.305,1.21c-0.208,0.318-0.208,0.33,0,0.244 c0.281-0.11,0.269,0.024-0.061,0.367c-0.22,0.232-0.244,0.33-0.134,0.55c0.073,0.159,0.171,0.379,0.208,0.501 c0.037,0.11,0.232,0.245,0.44,0.281c0.195,0.049,0.367,0.122,0.367,0.183c0,0.134,0.134,0.134,0.342,0 c0.086-0.049,0.183-0.171,0.196-0.269c0.147-0.721,0.391-1.21,0.623-1.21c0.183,0,0.929-0.892,0.868-1.051 C16.296,5.59,16.333,5.504,16.406,5.504z"/> <path fill="none" d="M25.425,21.257c0,0.11-0.086,0.305-0.183,0.428c-0.232,0.318-0.232,0.562,0,0.562 c0.122,0,0.367-0.354,0.611-0.88c0.232-0.477,0.391-0.904,0.367-0.941C26.122,20.328,25.425,21.049,25.425,21.257z"/> <path fill="none" d="M11.078,5.871c0.196,0,0.44-0.061,0.538-0.122c0.147-0.098,0.122-0.122-0.122-0.122 c-0.183,0-0.379-0.061-0.464-0.122c-0.073-0.073-0.122-0.085-0.086-0.049c0.037,0.049,0,0.159-0.073,0.257 C10.76,5.834,10.797,5.871,11.078,5.871z"/> <path fill="none" d="M12.667,10.6c-0.269-0.183-0.306-0.183-0.489,0.024c-0.257,0.293-0.244,0.416,0.037,0.342 c0.147-0.037,0.269,0.012,0.305,0.11c0.098,0.257,0.44,0.208,0.44-0.061C12.96,10.894,12.826,10.698,12.667,10.6z"/> <path fill="none" d="M12.104,6.726c0-0.293-0.073-0.379-0.538-0.55c-0.464-0.183-0.587-0.183-0.88-0.037 c-0.195,0.086-0.367,0.257-0.391,0.379c-0.037,0.171,0.049,0.208,0.477,0.208c0.501,0,0.513,0,0.293,0.244 c-0.232,0.257-0.086,0.342,0.159,0.098c0.22-0.22,0.171,0.037-0.061,0.293c-0.11,0.122-0.318,0.22-0.452,0.22 c-0.22,0-0.196,0.037,0.122,0.232c0.22,0.134,0.428,0.293,0.464,0.367c0.134,0.208,0.354,0.159,0.269-0.061 c-0.061-0.147-0.012-0.171,0.183-0.11c0.22,0.073,0.232,0.061,0.122-0.159c-0.195-0.367-0.171-0.403,0.159-0.318 c0.44,0.11,0.635-0.061,0.33-0.281C12.202,7.142,12.104,6.946,12.104,6.726z"/> <path fill="none" d="M12.654,5.015c-0.049-0.073-0.196-0.098-0.342-0.061c-0.257,0.073-0.269,0.073-0.037-0.11 c0.306-0.244,0.049-0.257-0.416-0.012c-0.428,0.22-0.489,0.354-0.11,0.244c0.196-0.061,0.244-0.037,0.208,0.073 c-0.037,0.098-0.122,0.171-0.183,0.171c-0.073,0-0.183,0.037-0.232,0.098c-0.049,0.049,0.11,0.085,0.354,0.085 c0.318,0,0.452-0.049,0.452-0.183c0-0.098,0.086-0.183,0.196-0.183C12.642,5.138,12.691,5.076,12.654,5.015z"/> <path fill="none" d="M10.479,5.26c-0.195,0-0.917,0.342-0.99,0.477c-0.147,0.232,0.159,0.147,0.635-0.171 C10.369,5.394,10.528,5.26,10.479,5.26z"/> <radialGradient id="SVGID_1_" cx="15.9541" cy="21.4391" r="12.3669" fx="7.9401" fy="13.8472" gradientTransform="matrix(1 0 0 1.0129 0 -5.7943)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%23FF99FF"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M27.784,13.749c-0.098,0-0.428-0.161-0.721-0.371c-0.293-0.198-0.538-0.322-0.538-0.272 c0.012,0.173,0.501,0.681,0.574,0.594c0.147-0.148,0.526,0.334,0.526,0.693c0,0.384-0.868,1.461-1.185,1.461 c-0.11,0-0.159,0.087-0.134,0.223c0.049,0.21,0.122,0.223,0.489,0.087c0.195-0.074,0.208-0.037,0.147,0.322 c-0.11,0.607-0.489,1.312-1.039,1.943c-0.452,0.532-0.477,0.594-0.477,1.399c0,0.817-0.012,0.842-0.416,1.089 c-0.232,0.149-0.477,0.421-0.538,0.619c-0.232,0.668-1.002,1.597-1.54,1.857c-0.672,0.334-1.222,0.347-1.124,0.037 c0.049-0.124,0.024-0.718-0.037-1.337c-0.11-0.978-0.098-1.151,0.122-1.609c0.293-0.631,0.293-0.867-0.024-1.461 c-0.159-0.31-0.232-0.644-0.208-0.978c0.037-0.433,0-0.52-0.208-0.557c-0.134-0.025-0.342-0.136-0.452-0.235 c-0.171-0.148-0.281-0.161-0.599-0.05c-0.22,0.074-0.648,0.136-0.965,0.136c-0.489,0-0.672-0.074-1.21-0.508 c-0.697-0.557-0.745-0.693-0.709-1.844c0.037-0.879,0.391-1.745,0.819-1.98c0.134-0.074,0.244-0.235,0.244-0.359 c0-0.285,0.428-0.681,0.782-0.73c0.134-0.012,0.684-0.062,1.198-0.099c0.904-0.074,0.929-0.062,0.978,0.198 c0.024,0.223,0.183,0.334,0.672,0.495c0.428,0.136,0.672,0.173,0.758,0.087c0.086-0.087,0.281-0.087,0.599,0.012 c0.269,0.087,0.66,0.149,0.868,0.149c0.379,0,0.391-0.012,0.354-0.458c-0.024-0.248-0.11-0.483-0.208-0.507 c-0.098-0.037-0.134,0-0.086,0.087c0.049,0.074,0.024,0.136-0.037,0.136c-0.073,0-0.134-0.049-0.134-0.111s-0.098-0.087-0.22-0.05 c-0.134,0.037-0.306-0.087-0.489-0.322c-0.367-0.508-0.55-0.495-0.452,0.012l0.073,0.409l-0.33-0.433 c-0.452-0.569-1.137-1.238-1.283-1.238c-0.257,0-0.086,0.272,0.318,0.508c0.452,0.272,0.513,0.421,0.269,0.743 c-0.159,0.21-0.452,0.186-0.452-0.037c0-0.074,0.086-0.099,0.183-0.05c0.33,0.124,0.196-0.272-0.208-0.668 c-0.354-0.334-0.464-0.384-0.892-0.322c-0.281,0.037-0.538,0.149-0.611,0.272c-0.501,0.842-0.635,0.978-1.014,1.015 c-0.538,0.05-0.758-0.161-0.758-0.73c0-0.483,0-0.483,0.464-0.483c0.257,0,0.501-0.037,0.538-0.074 c0.147-0.136-0.061-0.52-0.367-0.681l-0.33-0.149l0.33-0.074c0.183-0.037,0.623-0.347,1.002-0.681 c0.672-0.594,0.672-0.594,0.464-0.891c-0.159-0.223-0.281-0.272-0.538-0.223c-0.281,0.062-0.342,0.012-0.415-0.26 c-0.049-0.21-0.012-0.396,0.11-0.532c0.098-0.111,0.244-0.421,0.318-0.668c0.22-0.681,0.403-0.792,1.027-0.594 c0.892,0.26,1.21,0.483,1.124,0.755c-0.049,0.161-0.024,0.235,0.11,0.235c0.11,0,0.195-0.074,0.195-0.173 c0-0.099,0.159-0.31,0.367-0.483l0.354-0.309l-0.464-0.31c-3.678-2.463-8.432-2.723-12.416-0.668 C9.11,5.381,8.976,5.492,9.196,5.715c0.171,0.149,0.171,0.21,0,0.569C9.037,6.631,8.939,6.693,8.585,6.693 c-0.367,0-0.403-0.025-0.269-0.186c0.22-0.272,0-0.458-0.281-0.26C7.864,6.383,7.839,6.482,7.937,6.742 c0.134,0.334,0.171,0.334,1.185,0.136c0.208-0.05,0.562-0.557,0.562-0.805c0-0.037,0.049-0.136,0.122-0.21 c0.147-0.186,0.635-0.223,0.526-0.037c-0.037,0.074-0.171,0.124-0.281,0.124c-0.159,0-0.208,0.112-0.208,0.409 c0,0.458,0.049,0.508,0.342,0.384c0.122-0.037,0.257-0.05,0.293,0c0.134,0.124-0.232,0.446-0.513,0.446 c-0.379,0-1.65,1.102-1.65,1.424c0,0.148,0.171,0.359,0.416,0.52C9,9.305,9.135,9.478,9.123,9.688 C9.11,10.06,9.465,10.072,9.514,9.701c0.024-0.149,0.171-0.359,0.342-0.47c0.208-0.136,0.281-0.272,0.232-0.421 c-0.037-0.124,0-0.371,0.073-0.557c0.232-0.52,0.965-0.371,0.965,0.198c0,0.26,0.049,0.272,0.379,0.087 c0.208-0.099,0.281-0.087,0.428,0.099c0.086,0.124,0.171,0.297,0.171,0.384c0,0.074,0.11,0.26,0.257,0.408 c0.428,0.433,0.232,0.569-1.259,0.904c-0.196,0.05-0.342,0.124-0.342,0.186c0,0.062,0.122,0.087,0.257,0.05 c0.22-0.062,0.244-0.037,0.183,0.186c-0.11,0.322,0.098,0.446,0.428,0.26c0.208-0.111,0.244-0.099,0.208,0.037 c-0.037,0.087-0.318,0.198-0.66,0.235c-0.745,0.087-1.027,0.21-1.027,0.433c0,0.099-0.098,0.223-0.208,0.26 c-0.293,0.111-0.758,0.681-0.77,0.916c0,0.112-0.22,0.396-0.477,0.644c-0.44,0.408-0.477,0.495-0.416,0.891 c0.086,0.532-0.159,0.594-0.269,0.062c-0.061-0.309-0.134-0.371-0.44-0.371c-0.196,0-0.354,0.062-0.354,0.136 c0,0.087-0.134,0.111-0.367,0.074c-0.281-0.062-0.403-0.012-0.611,0.248c-0.281,0.359-0.306,0.743-0.098,1.213 c0.159,0.347,0.672,0.433,0.782,0.124c0.049-0.099,0.159-0.186,0.257-0.186c0.134,0,0.159,0.074,0.11,0.285 c-0.159,0.52-0.134,0.644,0.147,0.681c0.183,0.025,0.269,0.124,0.269,0.309c0,0.396,0.342,0.829,0.648,0.829 c0.33,0,0.623,0.186,0.538,0.322c-0.037,0.062,0.269,0.124,0.66,0.149c0.599,0.025,0.782,0.099,1.112,0.396 c0.22,0.21,0.501,0.371,0.623,0.371c0.574,0,1.247,0.644,1.051,1.015c-0.073,0.136-0.073,0.223,0,0.223 c0.061,0,0.134-0.062,0.159-0.136c0.049-0.148,1.137,0.173,2.029,0.582c0.354,0.173,0.403,0.235,0.33,0.52 c-0.049,0.186-0.183,0.446-0.293,0.582c-0.122,0.136-0.257,0.483-0.293,0.78c-0.073,0.644-0.232,0.854-0.709,0.953 c-0.281,0.062-0.354,0.149-0.354,0.396c0,0.47-0.379,1.027-0.697,1.027c-0.257,0-0.269,0.025-0.134,0.248 c0.134,0.21,0.122,0.272-0.122,0.446c-0.208,0.149-0.257,0.26-0.183,0.508c0.134,0.594,0.391,0.953,0.794,1.176 c0.379,0.198,0.391,0.21,0.098,0.223c-0.22,0-0.526-0.235-1.124-0.879c-0.66-0.706-0.868-1.027-1.027-1.585 c-0.513-1.77-0.855-2.426-1.344-2.612c-0.147-0.062-0.513-0.433-0.819-0.829c-0.66-0.867-0.843-1.646-0.501-2.03 c0.183-0.21,0.195-0.297,0.073-0.495s-0.11-0.31,0.037-0.607c0.11-0.21,0.244-0.371,0.306-0.371c0.073,0,0.122-0.062,0.122-0.136 c0-0.087-0.11-0.111-0.293-0.062c-0.244,0.062-0.44-0.062-1.063-0.668c-0.525-0.495-0.88-0.743-1.088-0.743 c-0.464,0-0.831-0.322-0.929-0.805c-0.037-0.235-0.122-0.433-0.183-0.433c-0.061,0-0.11-0.05-0.11-0.124 c0-0.062-0.147-0.433-0.33-0.829c-0.477-1.003-0.477-2.278-0.012-3.256c0.183-0.371,0.391-0.842,0.464-1.052 c0.269-0.718-0.183-0.049-0.574,0.867c-0.709,1.659-0.953,2.884-0.953,4.952c0,2.203,0.257,3.404,1.1,5.212 c0.697,1.523,1.393,2.525,2.493,3.652c1.833,1.844,4.094,3.045,6.648,3.516c2.481,0.458,5.316,0.025,7.663-1.176 c3.214-1.634,5.585-4.654,6.489-8.232c0.232-0.916,0.281-1.448,0.293-2.921C28.297,14.108,28.212,13.749,27.784,13.749z M23.384,12.14c0.049-0.037,0.122-0.037,0.171,0c0.037,0.049,0,0.086-0.086,0.086C23.384,12.226,23.348,12.189,23.384,12.14z M21.148,10.943c0.073,0.037,0.122,0.183,0.122,0.318c0,0.342-0.183,0.281-0.22-0.085C21.038,11.004,21.075,10.894,21.148,10.943z M19.07,8.559c0.269,0.293,0.477,0.599,0.452,0.672c-0.024,0.061-0.208,0.134-0.416,0.159c-0.293,0.025-0.379-0.012-0.354-0.147 c0.012-0.11,0.061-0.22,0.11-0.269c0.037-0.049,0-0.195-0.098-0.342C18.386,8.095,18.606,8.046,19.07,8.559z M18.508,8.596 c0.171,0.061,0.183,0.134,0.073,0.33c-0.147,0.269-0.489,0.33-0.489,0.098C18.093,8.73,18.313,8.523,18.508,8.596z M9.819,7.948 c-0.257,0-0.293-0.024-0.159-0.183c0.086-0.098,0.196-0.183,0.244-0.183s0.122,0.085,0.171,0.183 C10.125,7.899,10.051,7.948,9.819,7.948z M8.78,16.014c-0.171,0-0.379-0.085-0.464-0.183c-0.098-0.122-0.257-0.159-0.403-0.11 c-0.159,0.049-0.208,0.024-0.159-0.061c0.147-0.232,0.868-0.159,1.112,0.11C9.086,16.002,9.074,16.014,8.78,16.014z M9.563,16.381 c-0.477,0-0.513-0.024-0.342-0.183c0.22-0.232,0.33-0.232,0.635,0C10.076,16.356,10.051,16.369,9.563,16.381z M10.455,16.503 c-0.037,0.073-0.098,0.122-0.134,0.122c-0.024,0-0.049-0.049-0.049-0.122c0-0.061,0.061-0.122,0.134-0.122 C10.467,16.381,10.491,16.442,10.455,16.503z M4.711,15.379c-0.061,0.061-0.306-0.525-0.306-0.745 c0.012-0.086,0.086,0.037,0.196,0.269C4.699,15.134,4.747,15.342,4.711,15.379z M10.992,5.015c0.073,0,0.159,0.061,0.196,0.122 c0.037,0.073-0.012,0.122-0.11,0.122c-0.11,0-0.195-0.049-0.195-0.122C10.882,5.076,10.931,5.015,10.992,5.015z M10.87,5.712 c0.073-0.098,0.11-0.208,0.073-0.257c-0.037-0.037,0.012-0.024,0.086,0.049c0.086,0.061,0.281,0.122,0.464,0.122 c0.244,0,0.269,0.024,0.122,0.122c-0.098,0.061-0.342,0.122-0.538,0.122C10.797,5.871,10.76,5.834,10.87,5.712z M10.125,5.565 C9.648,5.883,9.343,5.969,9.489,5.736c0.073-0.134,0.794-0.477,0.99-0.477C10.528,5.26,10.369,5.394,10.125,5.565z M12.031,7.533 c-0.33-0.086-0.354-0.049-0.159,0.318c0.11,0.22,0.098,0.232-0.122,0.159c-0.196-0.061-0.244-0.037-0.183,0.11 c0.086,0.22-0.134,0.269-0.269,0.061c-0.037-0.073-0.244-0.232-0.464-0.367c-0.318-0.196-0.342-0.232-0.122-0.232 c0.134,0,0.342-0.098,0.452-0.22c0.232-0.257,0.281-0.513,0.061-0.293c-0.244,0.244-0.391,0.159-0.159-0.098 c0.22-0.244,0.208-0.244-0.293-0.244c-0.428,0-0.513-0.037-0.477-0.208c0.024-0.122,0.196-0.293,0.391-0.379 c0.293-0.147,0.416-0.147,0.88,0.037c0.464,0.171,0.538,0.257,0.538,0.55c0,0.22,0.098,0.416,0.257,0.525 C12.667,7.472,12.471,7.643,12.031,7.533z M12.544,5.138c-0.11,0-0.196,0.086-0.196,0.183c0,0.135-0.134,0.183-0.452,0.183 c-0.244,0-0.403-0.037-0.354-0.085c0.049-0.061,0.159-0.098,0.232-0.098c0.061,0,0.147-0.073,0.183-0.171 c0.037-0.11-0.012-0.134-0.208-0.073c-0.379,0.11-0.318-0.024,0.11-0.244c0.464-0.244,0.721-0.232,0.416,0.012 c-0.232,0.183-0.22,0.183,0.037,0.11c0.147-0.037,0.293-0.012,0.342,0.061C12.691,5.076,12.642,5.138,12.544,5.138z M12.52,11.077 c-0.037-0.098-0.159-0.147-0.305-0.11c-0.281,0.073-0.293-0.049-0.037-0.342c0.183-0.208,0.22-0.208,0.489-0.024 c0.159,0.098,0.293,0.293,0.293,0.416C12.96,11.285,12.618,11.333,12.52,11.077z M15.465,6.726c-0.232,0-0.477,0.489-0.623,1.21 c-0.012,0.098-0.11,0.22-0.196,0.269c-0.208,0.134-0.342,0.134-0.342,0c0-0.061-0.171-0.135-0.367-0.183 c-0.208-0.037-0.403-0.171-0.44-0.281c-0.037-0.122-0.134-0.342-0.208-0.501c-0.11-0.22-0.086-0.318,0.134-0.55 c0.33-0.342,0.342-0.477,0.061-0.367c-0.208,0.086-0.208,0.073,0-0.244c0.379-0.587,0.196-1.344-0.305-1.21 c-0.293,0.073-0.281-0.183,0.012-0.342c0.33-0.171,0.501-0.159,0.501,0.061c0,0.147,0.061,0.147,0.403-0.024 c0.208-0.11,0.489-0.244,0.599-0.306c0.367-0.171,0.953-0.122,0.953,0.086c0,0.098,0.061,0.183,0.122,0.183 c0.073,0,0.159,0.098,0.208,0.22c0.037,0.11,0.183,0.33,0.318,0.477c0.134,0.159,0.183,0.281,0.11,0.281s-0.11,0.086-0.073,0.171 C16.394,5.834,15.649,6.726,15.465,6.726z M17.225,6.922c-0.147,0.171-0.855,0.244-1.002,0.085c-0.22-0.208-0.049-0.367,0.416-0.379 C17.25,6.604,17.421,6.69,17.225,6.922z M25.853,21.367c-0.244,0.526-0.489,0.88-0.611,0.88c-0.232,0-0.232-0.244,0-0.562 c0.098-0.122,0.183-0.318,0.183-0.428c0-0.208,0.697-0.929,0.794-0.831C26.244,20.463,26.085,20.89,25.853,21.367z"/> <path fill="%23FFFFFF" d="M25.951,15.745c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.11,15.892,26.012,15.819,25.951,15.745z"/> <path fill="%23FFFFFF" d="M25.939,11.407c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.244,11.859,26.061,11.651,25.939,11.407z"/> <path fill="%23FF66FF" d="M25.954,11.659c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.26,12.111,26.076,11.904,25.954,11.659z"/> <path fill="%23FF66FF" d="M23.547,11.28c-0.122-0.122-0.061-0.745,0.086-0.831c0.073-0.049,0.196,0,0.281,0.11 c0.159,0.22,0.501,0.293,0.367,0.086c-0.196-0.318,0.098-0.306,0.428,0.024c0.55,0.55,0.489,0.672-0.367,0.672 C23.938,11.341,23.583,11.305,23.547,11.28z"/> <path fill="%23FF66FF" d="M20.675,9.081c0-0.061,0.134-0.171,0.306-0.244c0.342-0.159,0.379-0.318,0.134-0.77 c-0.232-0.452-0.183-1.014,0.098-1.063c0.196-0.037,0.22,0,0.147,0.269c-0.098,0.379,0.122,0.855,0.342,0.77 c0.293-0.11,0.416,0.318,0.208,0.697c-0.159,0.281-0.293,0.354-0.721,0.391C20.907,9.154,20.675,9.129,20.675,9.081z"/> </svg> ');
}
.purple.icon-cms-portal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%23990099" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%23FF99FF" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> </svg> ');
}
.purple.icon-cms-portal.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%23990099" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%23FF99FF" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> <polygon fill="%23FF99FF" points="8.744,18.827 9.039,23.99 13.098,26.909 12.969,21.648 "/> </svg> ');
}
.purple.icon-cms-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="12.657,19.396 12.593,20.225 18.734,23.647 18.748,22.782 12.657,19.396 "/> <polyline fill="%23999999" points="22.217,9.413 22.852,8.714 12.069,3.957 12.108,4.955 22.217,9.413 "/> <polygon fill="%23999999" points="22.328,25.652 22.371,24.798 20.972,24.02 20.943,24.877 "/> <polyline fill="%23CCCCCC" points="12.643,18.636 12.668,19.296 12.657,19.396 18.748,22.782 18.759,21.986 12.643,18.636 "/> <polyline fill="%23CCCCCC" points="23.196,8.337 25.065,8.768 12.037,3.154 12.069,3.957 22.852,8.714 23.196,8.337 "/> <polygon fill="%23CCCCCC" points="21.266,23.36 20.983,23.765 20.972,24.02 22.371,24.798 22.41,23.988 "/> <polygon fill="none" points="10.674,13.355 5.207,13.355 4.898,13.355 5.494,18.987 10.982,18.987 10.932,18.065 "/> <polygon fill="none" points="10.544,11.092 10.243,5.521 4.4,5.521 4.066,5.521 4.744,11.946 10.591,11.946 "/> <polygon fill="%23FF66FF" points="18.759,21.986 18.748,22.782 18.734,23.647 18.63,31.28 20.326,31.904 20.915,13.624 18.881,13.094 "/> <polygon fill="%23FF66FF" points="22.411,23.988 22.371,24.798 22.328,25.652 23.322,25.917 23.68,19.923 22.532,21.559 "/> <path fill="%23FF66FF" d="M2.997,3.904l1.858,16.321h7.737L11.947,3.904H2.997z M4.744,11.946L4.066,5.521H4.4h5.843l0.301,5.571 l0.047,0.854H4.744z M5.494,18.987l-0.595-5.632h0.309h5.467l0.258,4.71l0.05,0.922H5.494z"/> <polygon fill="%23FF66FF" points="22.966,12.932 22.708,18.072 23.774,18.402 24.197,11.436 "/> <polyline fill="%23FF99FF" points="10.982,18.987 10.932,18.065 5.695,18.065 5.494,18.987 10.982,18.987 "/> <polyline fill="%23FF99FF" points="4.974,11.092 4.744,11.946 10.591,11.946 10.544,11.092 4.974,11.092 "/> <polyline fill="%23FF99FF" points="3.277,3.154 2.997,3.904 11.947,3.904 12.037,3.154 3.277,3.154 "/> <polyline fill="%23FF99FF" points="20.832,27.926 20.76,29.938 23.322,25.917 22.328,25.652 20.832,27.926 "/> <polyline fill="%23FF99FF" points="21.116,20.113 21.04,22.198 23.774,18.402 22.708,18.072 21.116,20.113 "/> <polygon fill="%23FF99FF" points="25.065,8.768 23.196,8.337 22.852,8.714 22.217,9.413 18.881,13.094 20.915,13.624 "/> <polygon fill="none" points="21.266,23.36 20.983,23.765 20.972,24.02 20.943,24.877 20.832,27.926 20.76,29.938 23.322,25.917 23.68,19.923 22.532,21.559 "/> <polygon fill="none" points="22.966,12.932 21.302,14.952 21.116,20.114 21.04,22.198 23.774,18.402 24.197,11.436 "/> <polygon fill="%23990099" points="12.108,4.955 12.069,3.957 12.037,3.154 11.947,3.904 12.593,20.225 12.657,19.396 12.668,19.296 12.643,18.636 "/> <path fill="%23990099" d="M20.915,13.624l-0.588,18.28l3.576-5.732l1.162-17.404L20.915,13.624z M23.322,25.917l-2.561,4.021 l0.072-2.012l0.111-3.049l0.029-0.857l0.011-0.255l0.283-0.405l1.266-1.801l1.148-1.636L23.322,25.917z M23.774,18.402l-2.733,3.795 l0.075-2.084l0.187-5.162l1.664-2.02l1.23-1.496L23.774,18.402z"/> <polygon fill="%23990099" points="4.898,13.355 5.494,18.987 5.695,18.065 5.207,13.355 "/> <polygon fill="%23990099" points="4.4,5.521 4.066,5.521 4.744,11.946 4.974,11.092 "/> </svg>');
}
.purple.icon-cms-page.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF66FF" d="M20.966,27.28l0.997-17.587L8.508,3.527l0.925,16.231L20.966,27.28 M9.753,5.679l1.363,0.653l2.959,1.417 l0.065,5.295l0.014,1.349l-4.093-2.271L9.753,5.679 M10.13,13.538l1.273,0.728l2.762,1.582l0.05,4.326l0.018,1.453l-3.838-2.446 L10.13,13.538 M16.701,9.001l3.644,1.743l-0.237,5.517l-0.061,1.399l-4.652-2.579V8.377L16.701,9.001 M15.396,16.544l1.212,0.692 l3.375,1.926l-0.19,4.473l-0.065,1.489l-4.33-2.755L15.396,16.544z"/> <polyline fill="%23FF99FF" points="16.561,21.627 15.399,22.37 19.729,25.125 19.793,23.636 16.561,21.627 "/> <polyline fill="%23FF99FF" points="16.64,14.392 15.396,15.081 20.048,17.66 20.109,16.261 16.64,14.392 "/> <polyline fill="%23FF99FF" points="11.554,18.524 10.395,19.181 14.233,21.627 14.215,20.174 11.554,18.524 "/> <polyline fill="%23FF99FF" points="11.303,11.515 10.062,12.122 14.154,14.392 14.14,13.043 11.303,11.515 "/> <polygon fill="%23FF99FF" points="21.963,9.693 23.294,8.99 9.839,3 8.508,3.527 "/> <polyline fill="%23990099" points="16.608,17.237 15.396,16.544 15.399,22.37 16.561,21.627 16.608,17.237 "/> <polyline fill="%23990099" points="15.396,15.081 16.64,14.392 16.701,9.001 15.396,8.377 15.396,15.081 "/> <polyline fill="%23990099" points="11.403,14.267 10.13,13.538 10.395,19.181 11.554,18.524 11.403,14.267 "/> <polyline fill="%23990099" points="11.116,6.332 9.753,5.679 10.062,12.122 11.303,11.515 11.116,6.332 "/> <polygon fill="%23990099" points="23.294,8.99 21.963,9.693 20.966,27.28 22.111,26.434 "/> </svg>');
}
.purple.icon-cms-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23990099" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23FF66FF" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.purple.icon-cms-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23990099" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%23FF99FF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.purple.icon-cms-area{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%23FF99FF" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%23FF99FF" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%23FF99FF" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23990099" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23990099" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%23990099" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%23990099" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23FF66FF" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23FF66FF" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%23FF66FF" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%23FF66FF" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.purple.icon-cms-section-labeled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%23FF99FF" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23990099" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23FF66FF" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.purple.icon-cms-section-labeled.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%23FF99FF" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23990099" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23FF66FF" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg>');
}
.purple.icon-cms-section-horizontal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23FF99FF" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23FF99FF" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23990099" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23990099" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23FF66FF" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23FF66FF" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23990099" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%23FF99FF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.purple.icon-cms-section-vertical{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23FF99FF" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23FF99FF" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23990099" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23990099" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23FF66FF" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23FF66FF" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23990099" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%23FF99FF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.purple.icon-cms-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990099" points="15.29,16.6 15.29,16.788 15.29,27.872 19.297,25.13 19.511,19.024 15.29,16.6 "/> <polygon fill="%23990099" points="25.771,11.452 21.202,14.117 20.936,19.843 25.311,17.039 "/> <path fill="%23FF66FF" d="M20.936,19.843l0.266-5.726L5.827,6.112L6.2,11.38l4.681,2.69l0.393,11.06l4.016,2.743V16.788l-0.006-0.194 L15.29,16.6l4.221,2.424L20.936,19.843z"/> <path fill="%23FF99FF" d="M21.202,14.117l4.569-2.665L10.402,4.128L5.827,6.112L21.202,14.117z"/> </svg> ');
}
.purple.icon-cms-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990099" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%23990099" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%23990099" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%23FF99FF" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg> ');
}
.purple.icon-cms-html{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990099" points="27.685,22.177 23.227,14.446 20.481,16.096 25.05,24.01 27.685,22.177 "/> <polyline fill="%23990099" points="10.991,11.413 8.398,12.76 12.287,19.528 12.96,19.131 12.967,19.094 13.25,15.336 10.991,11.413 "/> <polygon fill="%23990099" points="18.875,9.864 16.102,11.361 14.936,23.033 17.426,21.461 18.231,15.053 17.875,14.446 18.339,14.186 "/> <polyline fill="%23FF99FF" points="22.327,22.177 22.017,21.643 20.801,22.143 18.259,23.806 22.327,22.177 "/> <polyline fill="%23FF99FF" points="17.875,14.446 20.481,16.096 23.227,14.446 20.611,12.876 18.339,14.186 17.875,14.446 "/> <polygon fill="%23FF99FF" points="9.295,9.024 11.497,10.414 14.213,9.024 11.997,7.691 "/> <polygon fill="%23FF99FF" points="18.875,9.864 16.42,8.428 13.654,9.864 16.102,11.361 "/> <polyline fill="%23FF66FF" points="20.481,16.096 17.875,14.446 18.231,15.053 22.017,21.643 22.327,22.177 18.259,23.806 20.684,25.545 25.05,24.01 20.481,16.096 "/> <polyline fill="%23FF66FF" points="12.967,19.094 12.787,21.461 14.936,23.033 16.102,11.361 13.654,9.864 13.25,15.336 12.967,19.094 "/> <polygon fill="%23FF66FF" points="8.398,12.76 11.497,10.414 9.295,9.024 6.409,11.413 10.215,18.044 12.287,19.528 "/> <path fill="%23333333" d="M10.991,11.413l3.222-2.389l-2.716,1.39L8.398,12.76L10.991,11.413z"/> </svg> ');
}
.purple.icon-cms-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M21.903,14.695l-9.622,9.203l-0.135,0.153l-0.185,0.153c-0.863,0.664-1.844,0.967-2.942,0.909 c-1.098-0.043-2.034-0.445-2.809-1.207c-0.639-0.627-1.019-1.362-1.141-2.204c-0.045,0.234-0.07,0.474-0.077,0.719 c-0.002,0.067-0.003,0.135-0.002,0.206c0.033,1.097,0.428,2.037,1.185,2.819c0.777,0.803,1.717,1.229,2.819,1.278 c1.104,0.062,2.088-0.256,2.954-0.955l0.187-0.165l0.139-0.161l9.652-9.688c0.546-0.548,0.81-1.209,0.792-1.985 c-0.004-0.168-0.022-0.331-0.052-0.488C22.584,13.817,22.33,14.288,21.903,14.695z"/> <path fill="%23990099" d="M11.151,19.535c-0.165,0.158-0.369,0.237-0.613,0.238c-0.211,0.002-0.392-0.06-0.544-0.183 c-0.021-0.014-0.042-0.031-0.062-0.048c-0.143-0.127-0.222-0.284-0.238-0.472L9.68,20.166c-0.003,0.028-0.004,0.059-0.004,0.093 c-0.004,0.24,0.076,0.436,0.242,0.586c0.163,0.164,0.366,0.246,0.609,0.246c0.242-0.001,0.447-0.085,0.615-0.25l8.052-7.96 c0.221-0.161,0.467-0.228,0.738-0.202c0.285,0.026,0.527,0.132,0.725,0.318c0.095,0.089,0.169,0.187,0.224,0.292 c0.074-0.143,0.11-0.299,0.107-0.47c-0.006-0.291-0.123-0.538-0.351-0.742c-0.197-0.179-0.437-0.281-0.721-0.306 c-0.269-0.025-0.513,0.04-0.733,0.195L11.151,19.535z"/> <path fill="%23990099" d="M25.089,8.001c-0.789-0.693-1.722-1.033-2.799-1.02c-1.076,0.013-1.983,0.373-2.722,1.08L7.364,19.489 c-0.415,0.473-0.614,1.018-0.596,1.634c0.002,0.202,0.026,0.396,0.073,0.58c0.097-0.329,0.263-0.635,0.5-0.917l12.238-12.01 c0.741-0.741,1.65-1.118,2.728-1.13c1.08-0.013,2.016,0.343,2.809,1.068c0.688,0.617,1.093,1.357,1.215,2.219 c0.011-0.135,0.013-0.273,0.008-0.413C26.303,9.522,25.886,8.683,25.089,8.001z"/> <path fill="%23990099" d="M26.514,14.241L16.1,24.266c-0.169,0.161-0.376,0.242-0.621,0.244c-0.165,0-0.313-0.036-0.445-0.107 c-0.064-0.037-0.123-0.081-0.179-0.133c-0.138-0.135-0.219-0.294-0.244-0.476v1.282c-0.005,0.042-0.007,0.086-0.008,0.131 c0,0.247,0.085,0.456,0.254,0.629c0.171,0.169,0.38,0.253,0.627,0.254c0.247,0,0.455-0.085,0.625-0.256L26.55,15.281 c1.066-1.095,1.569-2.405,1.507-3.929c-0.005-0.148-0.016-0.293-0.032-0.435C27.979,12.192,27.476,13.3,26.514,14.241z"/> <path fill="%23FF99FF" d="M26.256,6.894c-1.126-0.977-2.461-1.456-4.004-1.437c-1.539,0.021-2.836,0.531-3.891,1.531L6.357,18.193 h-0.02l-0.3,0.3c-0.692,0.799-1.029,1.713-1.01,2.743c0.007,0.158,0.021,0.313,0.042,0.465c0.122,0.842,0.502,1.577,1.141,2.204 c0.775,0.762,1.711,1.164,2.809,1.207c1.098,0.058,2.079-0.245,2.942-0.909l0.185-0.153l0.135-0.153l9.622-9.203 c0.427-0.407,0.681-0.878,0.764-1.415c0.024-0.152,0.034-0.31,0.03-0.474c-0.018-0.717-0.309-1.336-0.873-1.856 c-0.577-0.5-1.252-0.746-2.025-0.738c-0.785,0.008-1.448,0.267-1.991,0.778l-1.505,1.415h0.022l-6.378,6.003 c-0.169,0.157-0.255,0.349-0.258,0.576c0.001,0.029,0.002,0.057,0.004,0.085c0.015,0.188,0.095,0.345,0.238,0.472 c0.02,0.018,0.041,0.034,0.062,0.048c0.152,0.124,0.333,0.185,0.544,0.183c0.243-0.001,0.448-0.08,0.613-0.238l8.03-7.567 c0.22-0.155,0.465-0.22,0.733-0.195c0.284,0.026,0.525,0.128,0.721,0.306c0.228,0.204,0.345,0.451,0.351,0.742 c0.003,0.17-0.033,0.327-0.107,0.47c-0.051,0.1-0.123,0.194-0.216,0.282l-9.769,9.318c-0.506,0.396-1.093,0.58-1.761,0.552 c-0.653-0.012-1.212-0.243-1.675-0.695c-0.312-0.305-0.518-0.653-0.619-1.044c-0.047-0.185-0.071-0.378-0.073-0.58 c-0.017-0.617,0.182-1.161,0.596-1.634L19.568,8.061c0.739-0.707,1.647-1.067,2.722-1.08c1.077-0.013,2.01,0.327,2.799,1.02 c0.797,0.682,1.214,1.522,1.249,2.519c0.005,0.14,0.003,0.278-0.008,0.413c-0.064,0.831-0.423,1.56-1.078,2.186l-10.4,9.961 c-0.168,0.163-0.251,0.36-0.25,0.592c0,0.042,0.003,0.083,0.008,0.123c0.024,0.182,0.106,0.34,0.244,0.476 c0.056,0.052,0.116,0.096,0.179,0.133c0.132,0.071,0.281,0.106,0.445,0.107c0.245-0.001,0.452-0.083,0.621-0.244l10.414-10.025 c0.962-0.942,1.466-2.05,1.511-3.325c0.005-0.136,0.005-0.274,0-0.413C27.968,9.083,27.379,7.88,26.256,6.894z"/> </svg> ');
}
.purple.icon-cms-tab-control{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23FF99FF" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23990099" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23FF66FF" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%23FF99FF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%23CCCCCC" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.purple.icon-cms-tab-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23990099" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23FF66FF" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%23FF99FF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%23FF99FF" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.grey.icon-cms-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <circle fill="%23FFFFFF" cx="15.97" cy="15.787" r="12.416"/> <path fill="%23676767" d="M15.97,28.702c-7.122,0-12.916-5.794-12.916-12.916S8.848,2.871,15.97,2.871s12.916,5.794,12.916,12.916 S23.091,28.702,15.97,28.702z M15.97,3.871c-6.57,0-11.916,5.345-11.916,11.916S9.399,27.702,15.97,27.702 s11.916-5.345,11.916-11.916S22.54,3.871,15.97,3.871z"/> <path fill="%23FFFFFF" d="M25.966,15.509c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.125,15.655,26.028,15.582,25.966,15.509z"/> <path fill="none" d="M9.856,16.198c-0.306-0.232-0.416-0.232-0.635,0c-0.171,0.159-0.134,0.183,0.342,0.183 C10.051,16.369,10.076,16.356,9.856,16.198z"/> <path fill="none" d="M7.754,15.66c-0.049,0.086,0,0.11,0.159,0.061c0.147-0.049,0.306-0.012,0.403,0.11 c0.086,0.098,0.293,0.183,0.464,0.183c0.293,0,0.305-0.012,0.086-0.244C8.622,15.501,7.9,15.428,7.754,15.66z"/> <path fill="none" d="M18.582,8.926c0.11-0.196,0.098-0.269-0.073-0.33c-0.196-0.073-0.416,0.134-0.416,0.428 C18.093,9.256,18.435,9.195,18.582,8.926z"/> <path fill="none" d="M10.271,16.503c0,0.073,0.024,0.122,0.049,0.122c0.037,0,0.098-0.049,0.134-0.122 c0.037-0.061,0.012-0.122-0.049-0.122C10.332,16.381,10.271,16.442,10.271,16.503z"/> <path fill="none" d="M4.405,14.633c0,0.22,0.244,0.807,0.306,0.745c0.037-0.037-0.012-0.244-0.11-0.477 C4.491,14.67,4.417,14.548,4.405,14.633z"/> <path fill="none" d="M23.555,12.14c-0.049-0.037-0.122-0.037-0.171,0c-0.037,0.049,0,0.086,0.086,0.086 C23.555,12.226,23.592,12.189,23.555,12.14z"/> <path fill="none" d="M11.078,5.26c0.098,0,0.147-0.049,0.11-0.122c-0.037-0.061-0.122-0.122-0.196-0.122 c-0.061,0-0.11,0.061-0.11,0.122C10.882,5.211,10.968,5.26,11.078,5.26z"/> <path fill="none" d="M21.27,11.26c0-0.134-0.049-0.281-0.122-0.318c-0.073-0.049-0.11,0.061-0.098,0.232 C21.087,11.541,21.27,11.603,21.27,11.26z"/> <path fill="none" d="M18.863,8.975c-0.049,0.049-0.098,0.159-0.11,0.269c-0.024,0.134,0.061,0.171,0.354,0.147 c0.208-0.024,0.391-0.098,0.416-0.159c0.024-0.073-0.183-0.379-0.452-0.672c-0.464-0.513-0.684-0.464-0.306,0.073 C18.863,8.779,18.899,8.926,18.863,8.975z"/> <path fill="none" d="M9.905,7.582c-0.049,0-0.159,0.085-0.244,0.183C9.526,7.924,9.563,7.948,9.819,7.948 c0.232,0,0.306-0.049,0.257-0.183C10.027,7.667,9.954,7.582,9.905,7.582z"/> <path fill="none" d="M16.638,6.629c-0.464,0.012-0.635,0.171-0.416,0.379c0.147,0.159,0.855,0.086,1.002-0.085 C17.421,6.69,17.25,6.604,16.638,6.629z"/> <path fill="none" d="M16.406,5.504c0.073,0,0.024-0.122-0.11-0.281c-0.134-0.147-0.281-0.367-0.318-0.477 c-0.049-0.122-0.134-0.22-0.208-0.22c-0.061,0-0.122-0.086-0.122-0.183c0-0.208-0.587-0.257-0.953-0.086 c-0.11,0.061-0.391,0.196-0.599,0.306c-0.342,0.171-0.403,0.171-0.403,0.024c0-0.22-0.171-0.232-0.501-0.061 c-0.293,0.159-0.306,0.416-0.012,0.342c0.501-0.134,0.684,0.623,0.305,1.21c-0.208,0.318-0.208,0.33,0,0.244 c0.281-0.11,0.269,0.024-0.061,0.367c-0.22,0.232-0.244,0.33-0.134,0.55c0.073,0.159,0.171,0.379,0.208,0.501 c0.037,0.11,0.232,0.245,0.44,0.281c0.195,0.049,0.367,0.122,0.367,0.183c0,0.134,0.134,0.134,0.342,0 c0.086-0.049,0.183-0.171,0.196-0.269c0.147-0.721,0.391-1.21,0.623-1.21c0.183,0,0.929-0.892,0.868-1.051 C16.296,5.59,16.333,5.504,16.406,5.504z"/> <path fill="none" d="M25.425,21.257c0,0.11-0.086,0.305-0.183,0.428c-0.232,0.318-0.232,0.562,0,0.562 c0.122,0,0.367-0.354,0.611-0.88c0.232-0.477,0.391-0.904,0.367-0.941C26.122,20.328,25.425,21.049,25.425,21.257z"/> <path fill="none" d="M11.078,5.871c0.196,0,0.44-0.061,0.538-0.122c0.147-0.098,0.122-0.122-0.122-0.122 c-0.183,0-0.379-0.061-0.464-0.122c-0.073-0.073-0.122-0.085-0.086-0.049c0.037,0.049,0,0.159-0.073,0.257 C10.76,5.834,10.797,5.871,11.078,5.871z"/> <path fill="none" d="M12.667,10.6c-0.269-0.183-0.306-0.183-0.489,0.024c-0.257,0.293-0.244,0.416,0.037,0.342 c0.147-0.037,0.269,0.012,0.305,0.11c0.098,0.257,0.44,0.208,0.44-0.061C12.96,10.894,12.826,10.698,12.667,10.6z"/> <path fill="none" d="M12.104,6.726c0-0.293-0.073-0.379-0.538-0.55c-0.464-0.183-0.587-0.183-0.88-0.037 c-0.195,0.086-0.367,0.257-0.391,0.379c-0.037,0.171,0.049,0.208,0.477,0.208c0.501,0,0.513,0,0.293,0.244 c-0.232,0.257-0.086,0.342,0.159,0.098c0.22-0.22,0.171,0.037-0.061,0.293c-0.11,0.122-0.318,0.22-0.452,0.22 c-0.22,0-0.196,0.037,0.122,0.232c0.22,0.134,0.428,0.293,0.464,0.367c0.134,0.208,0.354,0.159,0.269-0.061 c-0.061-0.147-0.012-0.171,0.183-0.11c0.22,0.073,0.232,0.061,0.122-0.159c-0.195-0.367-0.171-0.403,0.159-0.318 c0.44,0.11,0.635-0.061,0.33-0.281C12.202,7.142,12.104,6.946,12.104,6.726z"/> <path fill="none" d="M12.654,5.015c-0.049-0.073-0.196-0.098-0.342-0.061c-0.257,0.073-0.269,0.073-0.037-0.11 c0.306-0.244,0.049-0.257-0.416-0.012c-0.428,0.22-0.489,0.354-0.11,0.244c0.196-0.061,0.244-0.037,0.208,0.073 c-0.037,0.098-0.122,0.171-0.183,0.171c-0.073,0-0.183,0.037-0.232,0.098c-0.049,0.049,0.11,0.085,0.354,0.085 c0.318,0,0.452-0.049,0.452-0.183c0-0.098,0.086-0.183,0.196-0.183C12.642,5.138,12.691,5.076,12.654,5.015z"/> <path fill="none" d="M10.479,5.26c-0.195,0-0.917,0.342-0.99,0.477c-0.147,0.232,0.159,0.147,0.635-0.171 C10.369,5.394,10.528,5.26,10.479,5.26z"/> <radialGradient id="SVGID_1_" cx="15.9541" cy="21.4391" r="12.3669" fx="7.9401" fy="13.8472" gradientTransform="matrix(1 0 0 1.0129 0 -5.7943)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%23CCCCCC"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M27.784,13.749c-0.098,0-0.428-0.161-0.721-0.371c-0.293-0.198-0.538-0.322-0.538-0.272 c0.012,0.173,0.501,0.681,0.574,0.594c0.147-0.148,0.526,0.334,0.526,0.693c0,0.384-0.868,1.461-1.185,1.461 c-0.11,0-0.159,0.087-0.134,0.223c0.049,0.21,0.122,0.223,0.489,0.087c0.195-0.074,0.208-0.037,0.147,0.322 c-0.11,0.607-0.489,1.312-1.039,1.943c-0.452,0.532-0.477,0.594-0.477,1.399c0,0.817-0.012,0.842-0.416,1.089 c-0.232,0.149-0.477,0.421-0.538,0.619c-0.232,0.668-1.002,1.597-1.54,1.857c-0.672,0.334-1.222,0.347-1.124,0.037 c0.049-0.124,0.024-0.718-0.037-1.337c-0.11-0.978-0.098-1.151,0.122-1.609c0.293-0.631,0.293-0.867-0.024-1.461 c-0.159-0.31-0.232-0.644-0.208-0.978c0.037-0.433,0-0.52-0.208-0.557c-0.134-0.025-0.342-0.136-0.452-0.235 c-0.171-0.148-0.281-0.161-0.599-0.05c-0.22,0.074-0.648,0.136-0.965,0.136c-0.489,0-0.672-0.074-1.21-0.508 c-0.697-0.557-0.745-0.693-0.709-1.844c0.037-0.879,0.391-1.745,0.819-1.98c0.134-0.074,0.244-0.235,0.244-0.359 c0-0.285,0.428-0.681,0.782-0.73c0.134-0.012,0.684-0.062,1.198-0.099c0.904-0.074,0.929-0.062,0.978,0.198 c0.024,0.223,0.183,0.334,0.672,0.495c0.428,0.136,0.672,0.173,0.758,0.087c0.086-0.087,0.281-0.087,0.599,0.012 c0.269,0.087,0.66,0.149,0.868,0.149c0.379,0,0.391-0.012,0.354-0.458c-0.024-0.248-0.11-0.483-0.208-0.507 c-0.098-0.037-0.134,0-0.086,0.087c0.049,0.074,0.024,0.136-0.037,0.136c-0.073,0-0.134-0.049-0.134-0.111s-0.098-0.087-0.22-0.05 c-0.134,0.037-0.306-0.087-0.489-0.322c-0.367-0.508-0.55-0.495-0.452,0.012l0.073,0.409l-0.33-0.433 c-0.452-0.569-1.137-1.238-1.283-1.238c-0.257,0-0.086,0.272,0.318,0.508c0.452,0.272,0.513,0.421,0.269,0.743 c-0.159,0.21-0.452,0.186-0.452-0.037c0-0.074,0.086-0.099,0.183-0.05c0.33,0.124,0.196-0.272-0.208-0.668 c-0.354-0.334-0.464-0.384-0.892-0.322c-0.281,0.037-0.538,0.149-0.611,0.272c-0.501,0.842-0.635,0.978-1.014,1.015 c-0.538,0.05-0.758-0.161-0.758-0.73c0-0.483,0-0.483,0.464-0.483c0.257,0,0.501-0.037,0.538-0.074 c0.147-0.136-0.061-0.52-0.367-0.681l-0.33-0.149l0.33-0.074c0.183-0.037,0.623-0.347,1.002-0.681 c0.672-0.594,0.672-0.594,0.464-0.891c-0.159-0.223-0.281-0.272-0.538-0.223c-0.281,0.062-0.342,0.012-0.415-0.26 c-0.049-0.21-0.012-0.396,0.11-0.532c0.098-0.111,0.244-0.421,0.318-0.668c0.22-0.681,0.403-0.792,1.027-0.594 c0.892,0.26,1.21,0.483,1.124,0.755c-0.049,0.161-0.024,0.235,0.11,0.235c0.11,0,0.195-0.074,0.195-0.173 c0-0.099,0.159-0.31,0.367-0.483l0.354-0.309l-0.464-0.31c-3.678-2.463-8.432-2.723-12.416-0.668 C9.11,5.381,8.976,5.492,9.196,5.715c0.171,0.149,0.171,0.21,0,0.569C9.037,6.631,8.939,6.693,8.585,6.693 c-0.367,0-0.403-0.025-0.269-0.186c0.22-0.272,0-0.458-0.281-0.26C7.864,6.383,7.839,6.482,7.937,6.742 c0.134,0.334,0.171,0.334,1.185,0.136c0.208-0.05,0.562-0.557,0.562-0.805c0-0.037,0.049-0.136,0.122-0.21 c0.147-0.186,0.635-0.223,0.526-0.037c-0.037,0.074-0.171,0.124-0.281,0.124c-0.159,0-0.208,0.112-0.208,0.409 c0,0.458,0.049,0.508,0.342,0.384c0.122-0.037,0.257-0.05,0.293,0c0.134,0.124-0.232,0.446-0.513,0.446 c-0.379,0-1.65,1.102-1.65,1.424c0,0.148,0.171,0.359,0.416,0.52C9,9.305,9.135,9.478,9.123,9.688 C9.11,10.06,9.465,10.072,9.514,9.701c0.024-0.149,0.171-0.359,0.342-0.47c0.208-0.136,0.281-0.272,0.232-0.421 c-0.037-0.124,0-0.371,0.073-0.557c0.232-0.52,0.965-0.371,0.965,0.198c0,0.26,0.049,0.272,0.379,0.087 c0.208-0.099,0.281-0.087,0.428,0.099c0.086,0.124,0.171,0.297,0.171,0.384c0,0.074,0.11,0.26,0.257,0.408 c0.428,0.433,0.232,0.569-1.259,0.904c-0.196,0.05-0.342,0.124-0.342,0.186c0,0.062,0.122,0.087,0.257,0.05 c0.22-0.062,0.244-0.037,0.183,0.186c-0.11,0.322,0.098,0.446,0.428,0.26c0.208-0.111,0.244-0.099,0.208,0.037 c-0.037,0.087-0.318,0.198-0.66,0.235c-0.745,0.087-1.027,0.21-1.027,0.433c0,0.099-0.098,0.223-0.208,0.26 c-0.293,0.111-0.758,0.681-0.77,0.916c0,0.112-0.22,0.396-0.477,0.644c-0.44,0.408-0.477,0.495-0.416,0.891 c0.086,0.532-0.159,0.594-0.269,0.062c-0.061-0.309-0.134-0.371-0.44-0.371c-0.196,0-0.354,0.062-0.354,0.136 c0,0.087-0.134,0.111-0.367,0.074c-0.281-0.062-0.403-0.012-0.611,0.248c-0.281,0.359-0.306,0.743-0.098,1.213 c0.159,0.347,0.672,0.433,0.782,0.124c0.049-0.099,0.159-0.186,0.257-0.186c0.134,0,0.159,0.074,0.11,0.285 c-0.159,0.52-0.134,0.644,0.147,0.681c0.183,0.025,0.269,0.124,0.269,0.309c0,0.396,0.342,0.829,0.648,0.829 c0.33,0,0.623,0.186,0.538,0.322c-0.037,0.062,0.269,0.124,0.66,0.149c0.599,0.025,0.782,0.099,1.112,0.396 c0.22,0.21,0.501,0.371,0.623,0.371c0.574,0,1.247,0.644,1.051,1.015c-0.073,0.136-0.073,0.223,0,0.223 c0.061,0,0.134-0.062,0.159-0.136c0.049-0.148,1.137,0.173,2.029,0.582c0.354,0.173,0.403,0.235,0.33,0.52 c-0.049,0.186-0.183,0.446-0.293,0.582c-0.122,0.136-0.257,0.483-0.293,0.78c-0.073,0.644-0.232,0.854-0.709,0.953 c-0.281,0.062-0.354,0.149-0.354,0.396c0,0.47-0.379,1.027-0.697,1.027c-0.257,0-0.269,0.025-0.134,0.248 c0.134,0.21,0.122,0.272-0.122,0.446c-0.208,0.149-0.257,0.26-0.183,0.508c0.134,0.594,0.391,0.953,0.794,1.176 c0.379,0.198,0.391,0.21,0.098,0.223c-0.22,0-0.526-0.235-1.124-0.879c-0.66-0.706-0.868-1.027-1.027-1.585 c-0.513-1.77-0.855-2.426-1.344-2.612c-0.147-0.062-0.513-0.433-0.819-0.829c-0.66-0.867-0.843-1.646-0.501-2.03 c0.183-0.21,0.195-0.297,0.073-0.495s-0.11-0.31,0.037-0.607c0.11-0.21,0.244-0.371,0.306-0.371c0.073,0,0.122-0.062,0.122-0.136 c0-0.087-0.11-0.111-0.293-0.062c-0.244,0.062-0.44-0.062-1.063-0.668c-0.525-0.495-0.88-0.743-1.088-0.743 c-0.464,0-0.831-0.322-0.929-0.805c-0.037-0.235-0.122-0.433-0.183-0.433c-0.061,0-0.11-0.05-0.11-0.124 c0-0.062-0.147-0.433-0.33-0.829c-0.477-1.003-0.477-2.278-0.012-3.256c0.183-0.371,0.391-0.842,0.464-1.052 c0.269-0.718-0.183-0.049-0.574,0.867c-0.709,1.659-0.953,2.884-0.953,4.952c0,2.203,0.257,3.404,1.1,5.212 c0.697,1.523,1.393,2.525,2.493,3.652c1.833,1.844,4.094,3.045,6.648,3.516c2.481,0.458,5.316,0.025,7.663-1.176 c3.214-1.634,5.585-4.654,6.489-8.232c0.232-0.916,0.281-1.448,0.293-2.921C28.297,14.108,28.212,13.749,27.784,13.749z M23.384,12.14c0.049-0.037,0.122-0.037,0.171,0c0.037,0.049,0,0.086-0.086,0.086C23.384,12.226,23.348,12.189,23.384,12.14z M21.148,10.943c0.073,0.037,0.122,0.183,0.122,0.318c0,0.342-0.183,0.281-0.22-0.085C21.038,11.004,21.075,10.894,21.148,10.943z M19.07,8.559c0.269,0.293,0.477,0.599,0.452,0.672c-0.024,0.061-0.208,0.134-0.416,0.159c-0.293,0.025-0.379-0.012-0.354-0.147 c0.012-0.11,0.061-0.22,0.11-0.269c0.037-0.049,0-0.195-0.098-0.342C18.386,8.095,18.606,8.046,19.07,8.559z M18.508,8.596 c0.171,0.061,0.183,0.134,0.073,0.33c-0.147,0.269-0.489,0.33-0.489,0.098C18.093,8.73,18.313,8.523,18.508,8.596z M9.819,7.948 c-0.257,0-0.293-0.024-0.159-0.183c0.086-0.098,0.196-0.183,0.244-0.183s0.122,0.085,0.171,0.183 C10.125,7.899,10.051,7.948,9.819,7.948z M8.78,16.014c-0.171,0-0.379-0.085-0.464-0.183c-0.098-0.122-0.257-0.159-0.403-0.11 c-0.159,0.049-0.208,0.024-0.159-0.061c0.147-0.232,0.868-0.159,1.112,0.11C9.086,16.002,9.074,16.014,8.78,16.014z M9.563,16.381 c-0.477,0-0.513-0.024-0.342-0.183c0.22-0.232,0.33-0.232,0.635,0C10.076,16.356,10.051,16.369,9.563,16.381z M10.455,16.503 c-0.037,0.073-0.098,0.122-0.134,0.122c-0.024,0-0.049-0.049-0.049-0.122c0-0.061,0.061-0.122,0.134-0.122 C10.467,16.381,10.491,16.442,10.455,16.503z M4.711,15.379c-0.061,0.061-0.306-0.525-0.306-0.745 c0.012-0.086,0.086,0.037,0.196,0.269C4.699,15.134,4.747,15.342,4.711,15.379z M10.992,5.015c0.073,0,0.159,0.061,0.196,0.122 c0.037,0.073-0.012,0.122-0.11,0.122c-0.11,0-0.195-0.049-0.195-0.122C10.882,5.076,10.931,5.015,10.992,5.015z M10.87,5.712 c0.073-0.098,0.11-0.208,0.073-0.257c-0.037-0.037,0.012-0.024,0.086,0.049c0.086,0.061,0.281,0.122,0.464,0.122 c0.244,0,0.269,0.024,0.122,0.122c-0.098,0.061-0.342,0.122-0.538,0.122C10.797,5.871,10.76,5.834,10.87,5.712z M10.125,5.565 C9.648,5.883,9.343,5.969,9.489,5.736c0.073-0.134,0.794-0.477,0.99-0.477C10.528,5.26,10.369,5.394,10.125,5.565z M12.031,7.533 c-0.33-0.086-0.354-0.049-0.159,0.318c0.11,0.22,0.098,0.232-0.122,0.159c-0.196-0.061-0.244-0.037-0.183,0.11 c0.086,0.22-0.134,0.269-0.269,0.061c-0.037-0.073-0.244-0.232-0.464-0.367c-0.318-0.196-0.342-0.232-0.122-0.232 c0.134,0,0.342-0.098,0.452-0.22c0.232-0.257,0.281-0.513,0.061-0.293c-0.244,0.244-0.391,0.159-0.159-0.098 c0.22-0.244,0.208-0.244-0.293-0.244c-0.428,0-0.513-0.037-0.477-0.208c0.024-0.122,0.196-0.293,0.391-0.379 c0.293-0.147,0.416-0.147,0.88,0.037c0.464,0.171,0.538,0.257,0.538,0.55c0,0.22,0.098,0.416,0.257,0.525 C12.667,7.472,12.471,7.643,12.031,7.533z M12.544,5.138c-0.11,0-0.196,0.086-0.196,0.183c0,0.135-0.134,0.183-0.452,0.183 c-0.244,0-0.403-0.037-0.354-0.085c0.049-0.061,0.159-0.098,0.232-0.098c0.061,0,0.147-0.073,0.183-0.171 c0.037-0.11-0.012-0.134-0.208-0.073c-0.379,0.11-0.318-0.024,0.11-0.244c0.464-0.244,0.721-0.232,0.416,0.012 c-0.232,0.183-0.22,0.183,0.037,0.11c0.147-0.037,0.293-0.012,0.342,0.061C12.691,5.076,12.642,5.138,12.544,5.138z M12.52,11.077 c-0.037-0.098-0.159-0.147-0.305-0.11c-0.281,0.073-0.293-0.049-0.037-0.342c0.183-0.208,0.22-0.208,0.489-0.024 c0.159,0.098,0.293,0.293,0.293,0.416C12.96,11.285,12.618,11.333,12.52,11.077z M15.465,6.726c-0.232,0-0.477,0.489-0.623,1.21 c-0.012,0.098-0.11,0.22-0.196,0.269c-0.208,0.134-0.342,0.134-0.342,0c0-0.061-0.171-0.135-0.367-0.183 c-0.208-0.037-0.403-0.171-0.44-0.281c-0.037-0.122-0.134-0.342-0.208-0.501c-0.11-0.22-0.086-0.318,0.134-0.55 c0.33-0.342,0.342-0.477,0.061-0.367c-0.208,0.086-0.208,0.073,0-0.244c0.379-0.587,0.196-1.344-0.305-1.21 c-0.293,0.073-0.281-0.183,0.012-0.342c0.33-0.171,0.501-0.159,0.501,0.061c0,0.147,0.061,0.147,0.403-0.024 c0.208-0.11,0.489-0.244,0.599-0.306c0.367-0.171,0.953-0.122,0.953,0.086c0,0.098,0.061,0.183,0.122,0.183 c0.073,0,0.159,0.098,0.208,0.22c0.037,0.11,0.183,0.33,0.318,0.477c0.134,0.159,0.183,0.281,0.11,0.281s-0.11,0.086-0.073,0.171 C16.394,5.834,15.649,6.726,15.465,6.726z M17.225,6.922c-0.147,0.171-0.855,0.244-1.002,0.085c-0.22-0.208-0.049-0.367,0.416-0.379 C17.25,6.604,17.421,6.69,17.225,6.922z M25.853,21.367c-0.244,0.526-0.489,0.88-0.611,0.88c-0.232,0-0.232-0.244,0-0.562 c0.098-0.122,0.183-0.318,0.183-0.428c0-0.208,0.697-0.929,0.794-0.831C26.244,20.463,26.085,20.89,25.853,21.367z"/> <path fill="%23FFFFFF" d="M25.951,15.745c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.11,15.892,26.012,15.819,25.951,15.745z"/> <path fill="%23FFFFFF" d="M25.939,11.407c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.244,11.859,26.061,11.651,25.939,11.407z"/> <path fill="%23999999" d="M25.954,11.659c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.26,12.111,26.076,11.904,25.954,11.659z"/> <path fill="%23999999" d="M23.547,11.28c-0.122-0.122-0.061-0.745,0.086-0.831c0.073-0.049,0.196,0,0.281,0.11 c0.159,0.22,0.501,0.293,0.367,0.086c-0.196-0.318,0.098-0.306,0.428,0.024c0.55,0.55,0.489,0.672-0.367,0.672 C23.938,11.341,23.583,11.305,23.547,11.28z"/> <path fill="%23999999" d="M20.675,9.081c0-0.061,0.134-0.171,0.306-0.244c0.342-0.159,0.379-0.318,0.134-0.77 c-0.232-0.452-0.183-1.014,0.098-1.063c0.196-0.037,0.22,0,0.147,0.269c-0.098,0.379,0.122,0.855,0.342,0.77 c0.293-0.11,0.416,0.318,0.208,0.697c-0.159,0.281-0.293,0.354-0.721,0.391C20.907,9.154,20.675,9.129,20.675,9.081z"/> </svg> ');
}
.grey.icon-cms-portal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%23676767" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%23CCCCCC" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> </svg> ');
}
.grey.icon-cms-portal.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%23676767" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%23CCCCCC" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> <polygon fill="%23CCCCCC" points="8.744,18.827 9.039,23.99 13.098,26.909 12.969,21.648 "/> </svg> ');
}
.grey.icon-cms-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="12.657,19.396 12.593,20.225 18.734,23.647 18.748,22.782 12.657,19.396 "/> <polyline fill="%23999999" points="22.217,9.413 22.852,8.714 12.069,3.957 12.108,4.955 22.217,9.413 "/> <polygon fill="%23999999" points="22.328,25.652 22.371,24.798 20.972,24.02 20.943,24.877 "/> <polyline fill="%23CCCCCC" points="12.643,18.636 12.668,19.296 12.657,19.396 18.748,22.782 18.759,21.986 12.643,18.636 "/> <polyline fill="%23CCCCCC" points="23.196,8.337 25.065,8.768 12.037,3.154 12.069,3.957 22.852,8.714 23.196,8.337 "/> <polygon fill="%23CCCCCC" points="21.266,23.36 20.983,23.765 20.972,24.02 22.371,24.798 22.41,23.988 "/> <polygon fill="none" points="10.674,13.355 5.207,13.355 4.898,13.355 5.494,18.987 10.982,18.987 10.932,18.065 "/> <polygon fill="none" points="10.544,11.092 10.243,5.521 4.4,5.521 4.066,5.521 4.744,11.946 10.591,11.946 "/> <polygon fill="%23999999" points="18.759,21.986 18.748,22.782 18.734,23.647 18.63,31.28 20.326,31.904 20.915,13.624 18.881,13.094 "/> <polygon fill="%23999999" points="22.411,23.988 22.371,24.798 22.328,25.652 23.322,25.917 23.68,19.923 22.532,21.559 "/> <path fill="%23999999" d="M2.997,3.904l1.858,16.321h7.737L11.947,3.904H2.997z M4.744,11.946L4.066,5.521H4.4h5.843l0.301,5.571 l0.047,0.854H4.744z M5.494,18.987l-0.595-5.632h0.309h5.467l0.258,4.71l0.05,0.922H5.494z"/> <polygon fill="%23999999" points="22.966,12.932 22.708,18.072 23.774,18.402 24.197,11.436 "/> <polyline fill="%23CCCCCC" points="10.982,18.987 10.932,18.065 5.695,18.065 5.494,18.987 10.982,18.987 "/> <polyline fill="%23CCCCCC" points="4.974,11.092 4.744,11.946 10.591,11.946 10.544,11.092 4.974,11.092 "/> <polyline fill="%23CCCCCC" points="3.277,3.154 2.997,3.904 11.947,3.904 12.037,3.154 3.277,3.154 "/> <polyline fill="%23CCCCCC" points="20.832,27.926 20.76,29.938 23.322,25.917 22.328,25.652 20.832,27.926 "/> <polyline fill="%23CCCCCC" points="21.116,20.113 21.04,22.198 23.774,18.402 22.708,18.072 21.116,20.113 "/> <polygon fill="%23CCCCCC" points="25.065,8.768 23.196,8.337 22.852,8.714 22.217,9.413 18.881,13.094 20.915,13.624 "/> <polygon fill="none" points="21.266,23.36 20.983,23.765 20.972,24.02 20.943,24.877 20.832,27.926 20.76,29.938 23.322,25.917 23.68,19.923 22.532,21.559 "/> <polygon fill="none" points="22.966,12.932 21.302,14.952 21.116,20.114 21.04,22.198 23.774,18.402 24.197,11.436 "/> <polygon fill="%23676767" points="12.108,4.955 12.069,3.957 12.037,3.154 11.947,3.904 12.593,20.225 12.657,19.396 12.668,19.296 12.643,18.636 "/> <path fill="%23676767" d="M20.915,13.624l-0.588,18.28l3.576-5.732l1.162-17.404L20.915,13.624z M23.322,25.917l-2.561,4.021 l0.072-2.012l0.111-3.049l0.029-0.857l0.011-0.255l0.283-0.405l1.266-1.801l1.148-1.636L23.322,25.917z M23.774,18.402l-2.733,3.795 l0.075-2.084l0.187-5.162l1.664-2.02l1.23-1.496L23.774,18.402z"/> <polygon fill="%23676767" points="4.898,13.355 5.494,18.987 5.695,18.065 5.207,13.355 "/> <polygon fill="%23676767" points="4.4,5.521 4.066,5.521 4.744,11.946 4.974,11.092 "/> </svg>');
}
.grey.icon-cms-page.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M20.966,27.28l0.997-17.587L8.508,3.527l0.925,16.231L20.966,27.28 M9.753,5.679l1.363,0.653l2.959,1.417 l0.065,5.295l0.014,1.349l-4.093-2.271L9.753,5.679 M10.13,13.538l1.273,0.728l2.762,1.582l0.05,4.326l0.018,1.453l-3.838-2.446 L10.13,13.538 M16.701,9.001l3.644,1.743l-0.237,5.517l-0.061,1.399l-4.652-2.579V8.377L16.701,9.001 M15.396,16.544l1.212,0.692 l3.375,1.926l-0.19,4.473l-0.065,1.489l-4.33-2.755L15.396,16.544z"/> <polyline fill="%23CCCCCC" points="16.561,21.627 15.399,22.37 19.729,25.125 19.793,23.636 16.561,21.627 "/> <polyline fill="%23CCCCCC" points="16.64,14.392 15.396,15.081 20.048,17.66 20.109,16.261 16.64,14.392 "/> <polyline fill="%23CCCCCC" points="11.554,18.524 10.395,19.181 14.233,21.627 14.215,20.174 11.554,18.524 "/> <polyline fill="%23CCCCCC" points="11.303,11.515 10.062,12.122 14.154,14.392 14.14,13.043 11.303,11.515 "/> <polygon fill="%23CCCCCC" points="21.963,9.693 23.294,8.99 9.839,3 8.508,3.527 "/> <polyline fill="%23676767" points="16.608,17.237 15.396,16.544 15.399,22.37 16.561,21.627 16.608,17.237 "/> <polyline fill="%23676767" points="15.396,15.081 16.64,14.392 16.701,9.001 15.396,8.377 15.396,15.081 "/> <polyline fill="%23676767" points="11.403,14.267 10.13,13.538 10.395,19.181 11.554,18.524 11.403,14.267 "/> <polyline fill="%23676767" points="11.116,6.332 9.753,5.679 10.062,12.122 11.303,11.515 11.116,6.332 "/> <polygon fill="%23676767" points="23.294,8.99 21.963,9.693 20.966,27.28 22.111,26.434 "/> </svg>');
}
.grey.icon-cms-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23676767" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23999999" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.grey.icon-cms-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23676767" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%23CCCCCC" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.grey.icon-cms-area{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%23CCCCCC" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%23CCCCCC" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23676767" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%23676767" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23999999" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%23999999" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.grey.icon-cms-section-labeled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%23CCCCCC" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23676767" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23999999" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.grey.icon-cms-section-labeled.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%23CCCCCC" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23676767" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23999999" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg>');
}
.grey.icon-cms-section-horizontal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23676767" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%23CCCCCC" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.grey.icon-cms-section-vertical{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23676767" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%23CCCCCC" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.grey.icon-cms-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.29,16.6 15.29,16.788 15.29,27.872 19.297,25.13 19.511,19.024 15.29,16.6 "/> <polygon fill="%23676767" points="25.771,11.452 21.202,14.117 20.936,19.843 25.311,17.039 "/> <path fill="%23999999" d="M20.936,19.843l0.266-5.726L5.827,6.112L6.2,11.38l4.681,2.69l0.393,11.06l4.016,2.743V16.788l-0.006-0.194 L15.29,16.6l4.221,2.424L20.936,19.843z"/> <path fill="%23CCCCCC" d="M21.202,14.117l4.569-2.665L10.402,4.128L5.827,6.112L21.202,14.117z"/> </svg> ');
}
.grey.icon-cms-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%23676767" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%23676767" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%23CCCCCC" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg> ');
}
.grey.icon-cms-html{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.685,22.177 23.227,14.446 20.481,16.096 25.05,24.01 27.685,22.177 "/> <polyline fill="%23676767" points="10.991,11.413 8.398,12.76 12.287,19.528 12.96,19.131 12.967,19.094 13.25,15.336 10.991,11.413 "/> <polygon fill="%23676767" points="18.875,9.864 16.102,11.361 14.936,23.033 17.426,21.461 18.231,15.053 17.875,14.446 18.339,14.186 "/> <polyline fill="%23CCCCCC" points="22.327,22.177 22.017,21.643 20.801,22.143 18.259,23.806 22.327,22.177 "/> <polyline fill="%23CCCCCC" points="17.875,14.446 20.481,16.096 23.227,14.446 20.611,12.876 18.339,14.186 17.875,14.446 "/> <polygon fill="%23CCCCCC" points="9.295,9.024 11.497,10.414 14.213,9.024 11.997,7.691 "/> <polygon fill="%23CCCCCC" points="18.875,9.864 16.42,8.428 13.654,9.864 16.102,11.361 "/> <polyline fill="%23999999" points="20.481,16.096 17.875,14.446 18.231,15.053 22.017,21.643 22.327,22.177 18.259,23.806 20.684,25.545 25.05,24.01 20.481,16.096 "/> <polyline fill="%23999999" points="12.967,19.094 12.787,21.461 14.936,23.033 16.102,11.361 13.654,9.864 13.25,15.336 12.967,19.094 "/> <polygon fill="%23999999" points="8.398,12.76 11.497,10.414 9.295,9.024 6.409,11.413 10.215,18.044 12.287,19.528 "/> <path fill="%23333333" d="M10.991,11.413l3.222-2.389l-2.716,1.39L8.398,12.76L10.991,11.413z"/> </svg> ');
}
.grey.icon-cms-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.903,14.695l-9.622,9.203l-0.135,0.153l-0.185,0.153c-0.863,0.664-1.844,0.967-2.942,0.909 c-1.098-0.043-2.034-0.445-2.809-1.207c-0.639-0.627-1.019-1.362-1.141-2.204c-0.045,0.234-0.07,0.474-0.077,0.719 c-0.002,0.067-0.003,0.135-0.002,0.206c0.033,1.097,0.428,2.037,1.185,2.819c0.777,0.803,1.717,1.229,2.819,1.278 c1.104,0.062,2.088-0.256,2.954-0.955l0.187-0.165l0.139-0.161l9.652-9.688c0.546-0.548,0.81-1.209,0.792-1.985 c-0.004-0.168-0.022-0.331-0.052-0.488C22.584,13.817,22.33,14.288,21.903,14.695z"/> <path fill="%23676767" d="M11.151,19.535c-0.165,0.158-0.369,0.237-0.613,0.238c-0.211,0.002-0.392-0.06-0.544-0.183 c-0.021-0.014-0.042-0.031-0.062-0.048c-0.143-0.127-0.222-0.284-0.238-0.472L9.68,20.166c-0.003,0.028-0.004,0.059-0.004,0.093 c-0.004,0.24,0.076,0.436,0.242,0.586c0.163,0.164,0.366,0.246,0.609,0.246c0.242-0.001,0.447-0.085,0.615-0.25l8.052-7.96 c0.221-0.161,0.467-0.228,0.738-0.202c0.285,0.026,0.527,0.132,0.725,0.318c0.095,0.089,0.169,0.187,0.224,0.292 c0.074-0.143,0.11-0.299,0.107-0.47c-0.006-0.291-0.123-0.538-0.351-0.742c-0.197-0.179-0.437-0.281-0.721-0.306 c-0.269-0.025-0.513,0.04-0.733,0.195L11.151,19.535z"/> <path fill="%23676767" d="M25.089,8.001c-0.789-0.693-1.722-1.033-2.799-1.02c-1.076,0.013-1.983,0.373-2.722,1.08L7.364,19.489 c-0.415,0.473-0.614,1.018-0.596,1.634c0.002,0.202,0.026,0.396,0.073,0.58c0.097-0.329,0.263-0.635,0.5-0.917l12.238-12.01 c0.741-0.741,1.65-1.118,2.728-1.13c1.08-0.013,2.016,0.343,2.809,1.068c0.688,0.617,1.093,1.357,1.215,2.219 c0.011-0.135,0.013-0.273,0.008-0.413C26.303,9.522,25.886,8.683,25.089,8.001z"/> <path fill="%23676767" d="M26.514,14.241L16.1,24.266c-0.169,0.161-0.376,0.242-0.621,0.244c-0.165,0-0.313-0.036-0.445-0.107 c-0.064-0.037-0.123-0.081-0.179-0.133c-0.138-0.135-0.219-0.294-0.244-0.476v1.282c-0.005,0.042-0.007,0.086-0.008,0.131 c0,0.247,0.085,0.456,0.254,0.629c0.171,0.169,0.38,0.253,0.627,0.254c0.247,0,0.455-0.085,0.625-0.256L26.55,15.281 c1.066-1.095,1.569-2.405,1.507-3.929c-0.005-0.148-0.016-0.293-0.032-0.435C27.979,12.192,27.476,13.3,26.514,14.241z"/> <path fill="%23CCCCCC" d="M26.256,6.894c-1.126-0.977-2.461-1.456-4.004-1.437c-1.539,0.021-2.836,0.531-3.891,1.531L6.357,18.193 h-0.02l-0.3,0.3c-0.692,0.799-1.029,1.713-1.01,2.743c0.007,0.158,0.021,0.313,0.042,0.465c0.122,0.842,0.502,1.577,1.141,2.204 c0.775,0.762,1.711,1.164,2.809,1.207c1.098,0.058,2.079-0.245,2.942-0.909l0.185-0.153l0.135-0.153l9.622-9.203 c0.427-0.407,0.681-0.878,0.764-1.415c0.024-0.152,0.034-0.31,0.03-0.474c-0.018-0.717-0.309-1.336-0.873-1.856 c-0.577-0.5-1.252-0.746-2.025-0.738c-0.785,0.008-1.448,0.267-1.991,0.778l-1.505,1.415h0.022l-6.378,6.003 c-0.169,0.157-0.255,0.349-0.258,0.576c0.001,0.029,0.002,0.057,0.004,0.085c0.015,0.188,0.095,0.345,0.238,0.472 c0.02,0.018,0.041,0.034,0.062,0.048c0.152,0.124,0.333,0.185,0.544,0.183c0.243-0.001,0.448-0.08,0.613-0.238l8.03-7.567 c0.22-0.155,0.465-0.22,0.733-0.195c0.284,0.026,0.525,0.128,0.721,0.306c0.228,0.204,0.345,0.451,0.351,0.742 c0.003,0.17-0.033,0.327-0.107,0.47c-0.051,0.1-0.123,0.194-0.216,0.282l-9.769,9.318c-0.506,0.396-1.093,0.58-1.761,0.552 c-0.653-0.012-1.212-0.243-1.675-0.695c-0.312-0.305-0.518-0.653-0.619-1.044c-0.047-0.185-0.071-0.378-0.073-0.58 c-0.017-0.617,0.182-1.161,0.596-1.634L19.568,8.061c0.739-0.707,1.647-1.067,2.722-1.08c1.077-0.013,2.01,0.327,2.799,1.02 c0.797,0.682,1.214,1.522,1.249,2.519c0.005,0.14,0.003,0.278-0.008,0.413c-0.064,0.831-0.423,1.56-1.078,2.186l-10.4,9.961 c-0.168,0.163-0.251,0.36-0.25,0.592c0,0.042,0.003,0.083,0.008,0.123c0.024,0.182,0.106,0.34,0.244,0.476 c0.056,0.052,0.116,0.096,0.179,0.133c0.132,0.071,0.281,0.106,0.445,0.107c0.245-0.001,0.452-0.083,0.621-0.244l10.414-10.025 c0.962-0.942,1.466-2.05,1.511-3.325c0.005-0.136,0.005-0.274,0-0.413C27.968,9.083,27.379,7.88,26.256,6.894z"/> </svg> ');
}
.grey.icon-cms-tab-control{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%23CCCCCC" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%23CCCCCC" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.grey.icon-cms-tab-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%23CCCCCC" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%23CCCCCC" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.orange.icon-cms-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <circle fill="%23FFFFFF" cx="15.97" cy="15.787" r="12.416"/> <path fill="%23a56600" d="M15.97,28.702c-7.122,0-12.916-5.794-12.916-12.916S8.848,2.871,15.97,2.871s12.916,5.794,12.916,12.916 S23.091,28.702,15.97,28.702z M15.97,3.871c-6.57,0-11.916,5.345-11.916,11.916S9.399,27.702,15.97,27.702 s11.916-5.345,11.916-11.916S22.54,3.871,15.97,3.871z"/> <path fill="%23FFFFFF" d="M25.966,15.509c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.125,15.655,26.028,15.582,25.966,15.509z"/> <path fill="none" d="M9.856,16.198c-0.306-0.232-0.416-0.232-0.635,0c-0.171,0.159-0.134,0.183,0.342,0.183 C10.051,16.369,10.076,16.356,9.856,16.198z"/> <path fill="none" d="M7.754,15.66c-0.049,0.086,0,0.11,0.159,0.061c0.147-0.049,0.306-0.012,0.403,0.11 c0.086,0.098,0.293,0.183,0.464,0.183c0.293,0,0.305-0.012,0.086-0.244C8.622,15.501,7.9,15.428,7.754,15.66z"/> <path fill="none" d="M18.582,8.926c0.11-0.196,0.098-0.269-0.073-0.33c-0.196-0.073-0.416,0.134-0.416,0.428 C18.093,9.256,18.435,9.195,18.582,8.926z"/> <path fill="none" d="M10.271,16.503c0,0.073,0.024,0.122,0.049,0.122c0.037,0,0.098-0.049,0.134-0.122 c0.037-0.061,0.012-0.122-0.049-0.122C10.332,16.381,10.271,16.442,10.271,16.503z"/> <path fill="none" d="M4.405,14.633c0,0.22,0.244,0.807,0.306,0.745c0.037-0.037-0.012-0.244-0.11-0.477 C4.491,14.67,4.417,14.548,4.405,14.633z"/> <path fill="none" d="M23.555,12.14c-0.049-0.037-0.122-0.037-0.171,0c-0.037,0.049,0,0.086,0.086,0.086 C23.555,12.226,23.592,12.189,23.555,12.14z"/> <path fill="none" d="M11.078,5.26c0.098,0,0.147-0.049,0.11-0.122c-0.037-0.061-0.122-0.122-0.196-0.122 c-0.061,0-0.11,0.061-0.11,0.122C10.882,5.211,10.968,5.26,11.078,5.26z"/> <path fill="none" d="M21.27,11.26c0-0.134-0.049-0.281-0.122-0.318c-0.073-0.049-0.11,0.061-0.098,0.232 C21.087,11.541,21.27,11.603,21.27,11.26z"/> <path fill="none" d="M18.863,8.975c-0.049,0.049-0.098,0.159-0.11,0.269c-0.024,0.134,0.061,0.171,0.354,0.147 c0.208-0.024,0.391-0.098,0.416-0.159c0.024-0.073-0.183-0.379-0.452-0.672c-0.464-0.513-0.684-0.464-0.306,0.073 C18.863,8.779,18.899,8.926,18.863,8.975z"/> <path fill="none" d="M9.905,7.582c-0.049,0-0.159,0.085-0.244,0.183C9.526,7.924,9.563,7.948,9.819,7.948 c0.232,0,0.306-0.049,0.257-0.183C10.027,7.667,9.954,7.582,9.905,7.582z"/> <path fill="none" d="M16.638,6.629c-0.464,0.012-0.635,0.171-0.416,0.379c0.147,0.159,0.855,0.086,1.002-0.085 C17.421,6.69,17.25,6.604,16.638,6.629z"/> <path fill="none" d="M16.406,5.504c0.073,0,0.024-0.122-0.11-0.281c-0.134-0.147-0.281-0.367-0.318-0.477 c-0.049-0.122-0.134-0.22-0.208-0.22c-0.061,0-0.122-0.086-0.122-0.183c0-0.208-0.587-0.257-0.953-0.086 c-0.11,0.061-0.391,0.196-0.599,0.306c-0.342,0.171-0.403,0.171-0.403,0.024c0-0.22-0.171-0.232-0.501-0.061 c-0.293,0.159-0.306,0.416-0.012,0.342c0.501-0.134,0.684,0.623,0.305,1.21c-0.208,0.318-0.208,0.33,0,0.244 c0.281-0.11,0.269,0.024-0.061,0.367c-0.22,0.232-0.244,0.33-0.134,0.55c0.073,0.159,0.171,0.379,0.208,0.501 c0.037,0.11,0.232,0.245,0.44,0.281c0.195,0.049,0.367,0.122,0.367,0.183c0,0.134,0.134,0.134,0.342,0 c0.086-0.049,0.183-0.171,0.196-0.269c0.147-0.721,0.391-1.21,0.623-1.21c0.183,0,0.929-0.892,0.868-1.051 C16.296,5.59,16.333,5.504,16.406,5.504z"/> <path fill="none" d="M25.425,21.257c0,0.11-0.086,0.305-0.183,0.428c-0.232,0.318-0.232,0.562,0,0.562 c0.122,0,0.367-0.354,0.611-0.88c0.232-0.477,0.391-0.904,0.367-0.941C26.122,20.328,25.425,21.049,25.425,21.257z"/> <path fill="none" d="M11.078,5.871c0.196,0,0.44-0.061,0.538-0.122c0.147-0.098,0.122-0.122-0.122-0.122 c-0.183,0-0.379-0.061-0.464-0.122c-0.073-0.073-0.122-0.085-0.086-0.049c0.037,0.049,0,0.159-0.073,0.257 C10.76,5.834,10.797,5.871,11.078,5.871z"/> <path fill="none" d="M12.667,10.6c-0.269-0.183-0.306-0.183-0.489,0.024c-0.257,0.293-0.244,0.416,0.037,0.342 c0.147-0.037,0.269,0.012,0.305,0.11c0.098,0.257,0.44,0.208,0.44-0.061C12.96,10.894,12.826,10.698,12.667,10.6z"/> <path fill="none" d="M12.104,6.726c0-0.293-0.073-0.379-0.538-0.55c-0.464-0.183-0.587-0.183-0.88-0.037 c-0.195,0.086-0.367,0.257-0.391,0.379c-0.037,0.171,0.049,0.208,0.477,0.208c0.501,0,0.513,0,0.293,0.244 c-0.232,0.257-0.086,0.342,0.159,0.098c0.22-0.22,0.171,0.037-0.061,0.293c-0.11,0.122-0.318,0.22-0.452,0.22 c-0.22,0-0.196,0.037,0.122,0.232c0.22,0.134,0.428,0.293,0.464,0.367c0.134,0.208,0.354,0.159,0.269-0.061 c-0.061-0.147-0.012-0.171,0.183-0.11c0.22,0.073,0.232,0.061,0.122-0.159c-0.195-0.367-0.171-0.403,0.159-0.318 c0.44,0.11,0.635-0.061,0.33-0.281C12.202,7.142,12.104,6.946,12.104,6.726z"/> <path fill="none" d="M12.654,5.015c-0.049-0.073-0.196-0.098-0.342-0.061c-0.257,0.073-0.269,0.073-0.037-0.11 c0.306-0.244,0.049-0.257-0.416-0.012c-0.428,0.22-0.489,0.354-0.11,0.244c0.196-0.061,0.244-0.037,0.208,0.073 c-0.037,0.098-0.122,0.171-0.183,0.171c-0.073,0-0.183,0.037-0.232,0.098c-0.049,0.049,0.11,0.085,0.354,0.085 c0.318,0,0.452-0.049,0.452-0.183c0-0.098,0.086-0.183,0.196-0.183C12.642,5.138,12.691,5.076,12.654,5.015z"/> <path fill="none" d="M10.479,5.26c-0.195,0-0.917,0.342-0.99,0.477c-0.147,0.232,0.159,0.147,0.635-0.171 C10.369,5.394,10.528,5.26,10.479,5.26z"/> <radialGradient id="SVGID_1_" cx="15.9541" cy="21.4391" r="12.3669" fx="7.9401" fy="13.8472" gradientTransform="matrix(1 0 0 1.0129 0 -5.7943)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%23ffbc00"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M27.784,13.749c-0.098,0-0.428-0.161-0.721-0.371c-0.293-0.198-0.538-0.322-0.538-0.272 c0.012,0.173,0.501,0.681,0.574,0.594c0.147-0.148,0.526,0.334,0.526,0.693c0,0.384-0.868,1.461-1.185,1.461 c-0.11,0-0.159,0.087-0.134,0.223c0.049,0.21,0.122,0.223,0.489,0.087c0.195-0.074,0.208-0.037,0.147,0.322 c-0.11,0.607-0.489,1.312-1.039,1.943c-0.452,0.532-0.477,0.594-0.477,1.399c0,0.817-0.012,0.842-0.416,1.089 c-0.232,0.149-0.477,0.421-0.538,0.619c-0.232,0.668-1.002,1.597-1.54,1.857c-0.672,0.334-1.222,0.347-1.124,0.037 c0.049-0.124,0.024-0.718-0.037-1.337c-0.11-0.978-0.098-1.151,0.122-1.609c0.293-0.631,0.293-0.867-0.024-1.461 c-0.159-0.31-0.232-0.644-0.208-0.978c0.037-0.433,0-0.52-0.208-0.557c-0.134-0.025-0.342-0.136-0.452-0.235 c-0.171-0.148-0.281-0.161-0.599-0.05c-0.22,0.074-0.648,0.136-0.965,0.136c-0.489,0-0.672-0.074-1.21-0.508 c-0.697-0.557-0.745-0.693-0.709-1.844c0.037-0.879,0.391-1.745,0.819-1.98c0.134-0.074,0.244-0.235,0.244-0.359 c0-0.285,0.428-0.681,0.782-0.73c0.134-0.012,0.684-0.062,1.198-0.099c0.904-0.074,0.929-0.062,0.978,0.198 c0.024,0.223,0.183,0.334,0.672,0.495c0.428,0.136,0.672,0.173,0.758,0.087c0.086-0.087,0.281-0.087,0.599,0.012 c0.269,0.087,0.66,0.149,0.868,0.149c0.379,0,0.391-0.012,0.354-0.458c-0.024-0.248-0.11-0.483-0.208-0.507 c-0.098-0.037-0.134,0-0.086,0.087c0.049,0.074,0.024,0.136-0.037,0.136c-0.073,0-0.134-0.049-0.134-0.111s-0.098-0.087-0.22-0.05 c-0.134,0.037-0.306-0.087-0.489-0.322c-0.367-0.508-0.55-0.495-0.452,0.012l0.073,0.409l-0.33-0.433 c-0.452-0.569-1.137-1.238-1.283-1.238c-0.257,0-0.086,0.272,0.318,0.508c0.452,0.272,0.513,0.421,0.269,0.743 c-0.159,0.21-0.452,0.186-0.452-0.037c0-0.074,0.086-0.099,0.183-0.05c0.33,0.124,0.196-0.272-0.208-0.668 c-0.354-0.334-0.464-0.384-0.892-0.322c-0.281,0.037-0.538,0.149-0.611,0.272c-0.501,0.842-0.635,0.978-1.014,1.015 c-0.538,0.05-0.758-0.161-0.758-0.73c0-0.483,0-0.483,0.464-0.483c0.257,0,0.501-0.037,0.538-0.074 c0.147-0.136-0.061-0.52-0.367-0.681l-0.33-0.149l0.33-0.074c0.183-0.037,0.623-0.347,1.002-0.681 c0.672-0.594,0.672-0.594,0.464-0.891c-0.159-0.223-0.281-0.272-0.538-0.223c-0.281,0.062-0.342,0.012-0.415-0.26 c-0.049-0.21-0.012-0.396,0.11-0.532c0.098-0.111,0.244-0.421,0.318-0.668c0.22-0.681,0.403-0.792,1.027-0.594 c0.892,0.26,1.21,0.483,1.124,0.755c-0.049,0.161-0.024,0.235,0.11,0.235c0.11,0,0.195-0.074,0.195-0.173 c0-0.099,0.159-0.31,0.367-0.483l0.354-0.309l-0.464-0.31c-3.678-2.463-8.432-2.723-12.416-0.668 C9.11,5.381,8.976,5.492,9.196,5.715c0.171,0.149,0.171,0.21,0,0.569C9.037,6.631,8.939,6.693,8.585,6.693 c-0.367,0-0.403-0.025-0.269-0.186c0.22-0.272,0-0.458-0.281-0.26C7.864,6.383,7.839,6.482,7.937,6.742 c0.134,0.334,0.171,0.334,1.185,0.136c0.208-0.05,0.562-0.557,0.562-0.805c0-0.037,0.049-0.136,0.122-0.21 c0.147-0.186,0.635-0.223,0.526-0.037c-0.037,0.074-0.171,0.124-0.281,0.124c-0.159,0-0.208,0.112-0.208,0.409 c0,0.458,0.049,0.508,0.342,0.384c0.122-0.037,0.257-0.05,0.293,0c0.134,0.124-0.232,0.446-0.513,0.446 c-0.379,0-1.65,1.102-1.65,1.424c0,0.148,0.171,0.359,0.416,0.52C9,9.305,9.135,9.478,9.123,9.688 C9.11,10.06,9.465,10.072,9.514,9.701c0.024-0.149,0.171-0.359,0.342-0.47c0.208-0.136,0.281-0.272,0.232-0.421 c-0.037-0.124,0-0.371,0.073-0.557c0.232-0.52,0.965-0.371,0.965,0.198c0,0.26,0.049,0.272,0.379,0.087 c0.208-0.099,0.281-0.087,0.428,0.099c0.086,0.124,0.171,0.297,0.171,0.384c0,0.074,0.11,0.26,0.257,0.408 c0.428,0.433,0.232,0.569-1.259,0.904c-0.196,0.05-0.342,0.124-0.342,0.186c0,0.062,0.122,0.087,0.257,0.05 c0.22-0.062,0.244-0.037,0.183,0.186c-0.11,0.322,0.098,0.446,0.428,0.26c0.208-0.111,0.244-0.099,0.208,0.037 c-0.037,0.087-0.318,0.198-0.66,0.235c-0.745,0.087-1.027,0.21-1.027,0.433c0,0.099-0.098,0.223-0.208,0.26 c-0.293,0.111-0.758,0.681-0.77,0.916c0,0.112-0.22,0.396-0.477,0.644c-0.44,0.408-0.477,0.495-0.416,0.891 c0.086,0.532-0.159,0.594-0.269,0.062c-0.061-0.309-0.134-0.371-0.44-0.371c-0.196,0-0.354,0.062-0.354,0.136 c0,0.087-0.134,0.111-0.367,0.074c-0.281-0.062-0.403-0.012-0.611,0.248c-0.281,0.359-0.306,0.743-0.098,1.213 c0.159,0.347,0.672,0.433,0.782,0.124c0.049-0.099,0.159-0.186,0.257-0.186c0.134,0,0.159,0.074,0.11,0.285 c-0.159,0.52-0.134,0.644,0.147,0.681c0.183,0.025,0.269,0.124,0.269,0.309c0,0.396,0.342,0.829,0.648,0.829 c0.33,0,0.623,0.186,0.538,0.322c-0.037,0.062,0.269,0.124,0.66,0.149c0.599,0.025,0.782,0.099,1.112,0.396 c0.22,0.21,0.501,0.371,0.623,0.371c0.574,0,1.247,0.644,1.051,1.015c-0.073,0.136-0.073,0.223,0,0.223 c0.061,0,0.134-0.062,0.159-0.136c0.049-0.148,1.137,0.173,2.029,0.582c0.354,0.173,0.403,0.235,0.33,0.52 c-0.049,0.186-0.183,0.446-0.293,0.582c-0.122,0.136-0.257,0.483-0.293,0.78c-0.073,0.644-0.232,0.854-0.709,0.953 c-0.281,0.062-0.354,0.149-0.354,0.396c0,0.47-0.379,1.027-0.697,1.027c-0.257,0-0.269,0.025-0.134,0.248 c0.134,0.21,0.122,0.272-0.122,0.446c-0.208,0.149-0.257,0.26-0.183,0.508c0.134,0.594,0.391,0.953,0.794,1.176 c0.379,0.198,0.391,0.21,0.098,0.223c-0.22,0-0.526-0.235-1.124-0.879c-0.66-0.706-0.868-1.027-1.027-1.585 c-0.513-1.77-0.855-2.426-1.344-2.612c-0.147-0.062-0.513-0.433-0.819-0.829c-0.66-0.867-0.843-1.646-0.501-2.03 c0.183-0.21,0.195-0.297,0.073-0.495s-0.11-0.31,0.037-0.607c0.11-0.21,0.244-0.371,0.306-0.371c0.073,0,0.122-0.062,0.122-0.136 c0-0.087-0.11-0.111-0.293-0.062c-0.244,0.062-0.44-0.062-1.063-0.668c-0.525-0.495-0.88-0.743-1.088-0.743 c-0.464,0-0.831-0.322-0.929-0.805c-0.037-0.235-0.122-0.433-0.183-0.433c-0.061,0-0.11-0.05-0.11-0.124 c0-0.062-0.147-0.433-0.33-0.829c-0.477-1.003-0.477-2.278-0.012-3.256c0.183-0.371,0.391-0.842,0.464-1.052 c0.269-0.718-0.183-0.049-0.574,0.867c-0.709,1.659-0.953,2.884-0.953,4.952c0,2.203,0.257,3.404,1.1,5.212 c0.697,1.523,1.393,2.525,2.493,3.652c1.833,1.844,4.094,3.045,6.648,3.516c2.481,0.458,5.316,0.025,7.663-1.176 c3.214-1.634,5.585-4.654,6.489-8.232c0.232-0.916,0.281-1.448,0.293-2.921C28.297,14.108,28.212,13.749,27.784,13.749z M23.384,12.14c0.049-0.037,0.122-0.037,0.171,0c0.037,0.049,0,0.086-0.086,0.086C23.384,12.226,23.348,12.189,23.384,12.14z M21.148,10.943c0.073,0.037,0.122,0.183,0.122,0.318c0,0.342-0.183,0.281-0.22-0.085C21.038,11.004,21.075,10.894,21.148,10.943z M19.07,8.559c0.269,0.293,0.477,0.599,0.452,0.672c-0.024,0.061-0.208,0.134-0.416,0.159c-0.293,0.025-0.379-0.012-0.354-0.147 c0.012-0.11,0.061-0.22,0.11-0.269c0.037-0.049,0-0.195-0.098-0.342C18.386,8.095,18.606,8.046,19.07,8.559z M18.508,8.596 c0.171,0.061,0.183,0.134,0.073,0.33c-0.147,0.269-0.489,0.33-0.489,0.098C18.093,8.73,18.313,8.523,18.508,8.596z M9.819,7.948 c-0.257,0-0.293-0.024-0.159-0.183c0.086-0.098,0.196-0.183,0.244-0.183s0.122,0.085,0.171,0.183 C10.125,7.899,10.051,7.948,9.819,7.948z M8.78,16.014c-0.171,0-0.379-0.085-0.464-0.183c-0.098-0.122-0.257-0.159-0.403-0.11 c-0.159,0.049-0.208,0.024-0.159-0.061c0.147-0.232,0.868-0.159,1.112,0.11C9.086,16.002,9.074,16.014,8.78,16.014z M9.563,16.381 c-0.477,0-0.513-0.024-0.342-0.183c0.22-0.232,0.33-0.232,0.635,0C10.076,16.356,10.051,16.369,9.563,16.381z M10.455,16.503 c-0.037,0.073-0.098,0.122-0.134,0.122c-0.024,0-0.049-0.049-0.049-0.122c0-0.061,0.061-0.122,0.134-0.122 C10.467,16.381,10.491,16.442,10.455,16.503z M4.711,15.379c-0.061,0.061-0.306-0.525-0.306-0.745 c0.012-0.086,0.086,0.037,0.196,0.269C4.699,15.134,4.747,15.342,4.711,15.379z M10.992,5.015c0.073,0,0.159,0.061,0.196,0.122 c0.037,0.073-0.012,0.122-0.11,0.122c-0.11,0-0.195-0.049-0.195-0.122C10.882,5.076,10.931,5.015,10.992,5.015z M10.87,5.712 c0.073-0.098,0.11-0.208,0.073-0.257c-0.037-0.037,0.012-0.024,0.086,0.049c0.086,0.061,0.281,0.122,0.464,0.122 c0.244,0,0.269,0.024,0.122,0.122c-0.098,0.061-0.342,0.122-0.538,0.122C10.797,5.871,10.76,5.834,10.87,5.712z M10.125,5.565 C9.648,5.883,9.343,5.969,9.489,5.736c0.073-0.134,0.794-0.477,0.99-0.477C10.528,5.26,10.369,5.394,10.125,5.565z M12.031,7.533 c-0.33-0.086-0.354-0.049-0.159,0.318c0.11,0.22,0.098,0.232-0.122,0.159c-0.196-0.061-0.244-0.037-0.183,0.11 c0.086,0.22-0.134,0.269-0.269,0.061c-0.037-0.073-0.244-0.232-0.464-0.367c-0.318-0.196-0.342-0.232-0.122-0.232 c0.134,0,0.342-0.098,0.452-0.22c0.232-0.257,0.281-0.513,0.061-0.293c-0.244,0.244-0.391,0.159-0.159-0.098 c0.22-0.244,0.208-0.244-0.293-0.244c-0.428,0-0.513-0.037-0.477-0.208c0.024-0.122,0.196-0.293,0.391-0.379 c0.293-0.147,0.416-0.147,0.88,0.037c0.464,0.171,0.538,0.257,0.538,0.55c0,0.22,0.098,0.416,0.257,0.525 C12.667,7.472,12.471,7.643,12.031,7.533z M12.544,5.138c-0.11,0-0.196,0.086-0.196,0.183c0,0.135-0.134,0.183-0.452,0.183 c-0.244,0-0.403-0.037-0.354-0.085c0.049-0.061,0.159-0.098,0.232-0.098c0.061,0,0.147-0.073,0.183-0.171 c0.037-0.11-0.012-0.134-0.208-0.073c-0.379,0.11-0.318-0.024,0.11-0.244c0.464-0.244,0.721-0.232,0.416,0.012 c-0.232,0.183-0.22,0.183,0.037,0.11c0.147-0.037,0.293-0.012,0.342,0.061C12.691,5.076,12.642,5.138,12.544,5.138z M12.52,11.077 c-0.037-0.098-0.159-0.147-0.305-0.11c-0.281,0.073-0.293-0.049-0.037-0.342c0.183-0.208,0.22-0.208,0.489-0.024 c0.159,0.098,0.293,0.293,0.293,0.416C12.96,11.285,12.618,11.333,12.52,11.077z M15.465,6.726c-0.232,0-0.477,0.489-0.623,1.21 c-0.012,0.098-0.11,0.22-0.196,0.269c-0.208,0.134-0.342,0.134-0.342,0c0-0.061-0.171-0.135-0.367-0.183 c-0.208-0.037-0.403-0.171-0.44-0.281c-0.037-0.122-0.134-0.342-0.208-0.501c-0.11-0.22-0.086-0.318,0.134-0.55 c0.33-0.342,0.342-0.477,0.061-0.367c-0.208,0.086-0.208,0.073,0-0.244c0.379-0.587,0.196-1.344-0.305-1.21 c-0.293,0.073-0.281-0.183,0.012-0.342c0.33-0.171,0.501-0.159,0.501,0.061c0,0.147,0.061,0.147,0.403-0.024 c0.208-0.11,0.489-0.244,0.599-0.306c0.367-0.171,0.953-0.122,0.953,0.086c0,0.098,0.061,0.183,0.122,0.183 c0.073,0,0.159,0.098,0.208,0.22c0.037,0.11,0.183,0.33,0.318,0.477c0.134,0.159,0.183,0.281,0.11,0.281s-0.11,0.086-0.073,0.171 C16.394,5.834,15.649,6.726,15.465,6.726z M17.225,6.922c-0.147,0.171-0.855,0.244-1.002,0.085c-0.22-0.208-0.049-0.367,0.416-0.379 C17.25,6.604,17.421,6.69,17.225,6.922z M25.853,21.367c-0.244,0.526-0.489,0.88-0.611,0.88c-0.232,0-0.232-0.244,0-0.562 c0.098-0.122,0.183-0.318,0.183-0.428c0-0.208,0.697-0.929,0.794-0.831C26.244,20.463,26.085,20.89,25.853,21.367z"/> <path fill="%23FFFFFF" d="M25.951,15.745c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.11,15.892,26.012,15.819,25.951,15.745z"/> <path fill="%23FFFFFF" d="M25.939,11.407c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.244,11.859,26.061,11.651,25.939,11.407z"/> <path fill="%23d88500" d="M25.954,11.659c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.26,12.111,26.076,11.904,25.954,11.659z"/> <path fill="%23d88500" d="M23.547,11.28c-0.122-0.122-0.061-0.745,0.086-0.831c0.073-0.049,0.196,0,0.281,0.11 c0.159,0.22,0.501,0.293,0.367,0.086c-0.196-0.318,0.098-0.306,0.428,0.024c0.55,0.55,0.489,0.672-0.367,0.672 C23.938,11.341,23.583,11.305,23.547,11.28z"/> <path fill="%23d88500" d="M20.675,9.081c0-0.061,0.134-0.171,0.306-0.244c0.342-0.159,0.379-0.318,0.134-0.77 c-0.232-0.452-0.183-1.014,0.098-1.063c0.196-0.037,0.22,0,0.147,0.269c-0.098,0.379,0.122,0.855,0.342,0.77 c0.293-0.11,0.416,0.318,0.208,0.697c-0.159,0.281-0.293,0.354-0.721,0.391C20.907,9.154,20.675,9.129,20.675,9.081z"/> </svg> ');
}
.orange.icon-cms-portal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%23a56600" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%23ffbc00" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> </svg> ');
}
.orange.icon-cms-portal.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%23a56600" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%23ffbc00" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> <polygon fill="%23ffbc00" points="8.744,18.827 9.039,23.99 13.098,26.909 12.969,21.648 "/> </svg> ');
}
.orange.icon-cms-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="12.657,19.396 12.593,20.225 18.734,23.647 18.748,22.782 12.657,19.396 "/> <polyline fill="%23999999" points="22.217,9.413 22.852,8.714 12.069,3.957 12.108,4.955 22.217,9.413 "/> <polygon fill="%23999999" points="22.328,25.652 22.371,24.798 20.972,24.02 20.943,24.877 "/> <polyline fill="%23CCCCCC" points="12.643,18.636 12.668,19.296 12.657,19.396 18.748,22.782 18.759,21.986 12.643,18.636 "/> <polyline fill="%23CCCCCC" points="23.196,8.337 25.065,8.768 12.037,3.154 12.069,3.957 22.852,8.714 23.196,8.337 "/> <polygon fill="%23CCCCCC" points="21.266,23.36 20.983,23.765 20.972,24.02 22.371,24.798 22.41,23.988 "/> <polygon fill="none" points="10.674,13.355 5.207,13.355 4.898,13.355 5.494,18.987 10.982,18.987 10.932,18.065 "/> <polygon fill="none" points="10.544,11.092 10.243,5.521 4.4,5.521 4.066,5.521 4.744,11.946 10.591,11.946 "/> <polygon fill="%23d88500" points="18.759,21.986 18.748,22.782 18.734,23.647 18.63,31.28 20.326,31.904 20.915,13.624 18.881,13.094 "/> <polygon fill="%23d88500" points="22.411,23.988 22.371,24.798 22.328,25.652 23.322,25.917 23.68,19.923 22.532,21.559 "/> <path fill="%23d88500" d="M2.997,3.904l1.858,16.321h7.737L11.947,3.904H2.997z M4.744,11.946L4.066,5.521H4.4h5.843l0.301,5.571 l0.047,0.854H4.744z M5.494,18.987l-0.595-5.632h0.309h5.467l0.258,4.71l0.05,0.922H5.494z"/> <polygon fill="%23d88500" points="22.966,12.932 22.708,18.072 23.774,18.402 24.197,11.436 "/> <polyline fill="%23ffbc00" points="10.982,18.987 10.932,18.065 5.695,18.065 5.494,18.987 10.982,18.987 "/> <polyline fill="%23ffbc00" points="4.974,11.092 4.744,11.946 10.591,11.946 10.544,11.092 4.974,11.092 "/> <polyline fill="%23ffbc00" points="3.277,3.154 2.997,3.904 11.947,3.904 12.037,3.154 3.277,3.154 "/> <polyline fill="%23ffbc00" points="20.832,27.926 20.76,29.938 23.322,25.917 22.328,25.652 20.832,27.926 "/> <polyline fill="%23ffbc00" points="21.116,20.113 21.04,22.198 23.774,18.402 22.708,18.072 21.116,20.113 "/> <polygon fill="%23ffbc00" points="25.065,8.768 23.196,8.337 22.852,8.714 22.217,9.413 18.881,13.094 20.915,13.624 "/> <polygon fill="none" points="21.266,23.36 20.983,23.765 20.972,24.02 20.943,24.877 20.832,27.926 20.76,29.938 23.322,25.917 23.68,19.923 22.532,21.559 "/> <polygon fill="none" points="22.966,12.932 21.302,14.952 21.116,20.114 21.04,22.198 23.774,18.402 24.197,11.436 "/> <polygon fill="%23a56600" points="12.108,4.955 12.069,3.957 12.037,3.154 11.947,3.904 12.593,20.225 12.657,19.396 12.668,19.296 12.643,18.636 "/> <path fill="%23a56600" d="M20.915,13.624l-0.588,18.28l3.576-5.732l1.162-17.404L20.915,13.624z M23.322,25.917l-2.561,4.021 l0.072-2.012l0.111-3.049l0.029-0.857l0.011-0.255l0.283-0.405l1.266-1.801l1.148-1.636L23.322,25.917z M23.774,18.402l-2.733,3.795 l0.075-2.084l0.187-5.162l1.664-2.02l1.23-1.496L23.774,18.402z"/> <polygon fill="%23a56600" points="4.898,13.355 5.494,18.987 5.695,18.065 5.207,13.355 "/> <polygon fill="%23a56600" points="4.4,5.521 4.066,5.521 4.744,11.946 4.974,11.092 "/> </svg>');
}
.orange.icon-cms-page.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23d88500" d="M20.966,27.28l0.997-17.587L8.508,3.527l0.925,16.231L20.966,27.28 M9.753,5.679l1.363,0.653l2.959,1.417 l0.065,5.295l0.014,1.349l-4.093-2.271L9.753,5.679 M10.13,13.538l1.273,0.728l2.762,1.582l0.05,4.326l0.018,1.453l-3.838-2.446 L10.13,13.538 M16.701,9.001l3.644,1.743l-0.237,5.517l-0.061,1.399l-4.652-2.579V8.377L16.701,9.001 M15.396,16.544l1.212,0.692 l3.375,1.926l-0.19,4.473l-0.065,1.489l-4.33-2.755L15.396,16.544z"/> <polyline fill="%23ffbc00" points="16.561,21.627 15.399,22.37 19.729,25.125 19.793,23.636 16.561,21.627 "/> <polyline fill="%23ffbc00" points="16.64,14.392 15.396,15.081 20.048,17.66 20.109,16.261 16.64,14.392 "/> <polyline fill="%23ffbc00" points="11.554,18.524 10.395,19.181 14.233,21.627 14.215,20.174 11.554,18.524 "/> <polyline fill="%23ffbc00" points="11.303,11.515 10.062,12.122 14.154,14.392 14.14,13.043 11.303,11.515 "/> <polygon fill="%23ffbc00" points="21.963,9.693 23.294,8.99 9.839,3 8.508,3.527 "/> <polyline fill="%23a56600" points="16.608,17.237 15.396,16.544 15.399,22.37 16.561,21.627 16.608,17.237 "/> <polyline fill="%23a56600" points="15.396,15.081 16.64,14.392 16.701,9.001 15.396,8.377 15.396,15.081 "/> <polyline fill="%23a56600" points="11.403,14.267 10.13,13.538 10.395,19.181 11.554,18.524 11.403,14.267 "/> <polyline fill="%23a56600" points="11.116,6.332 9.753,5.679 10.062,12.122 11.303,11.515 11.116,6.332 "/> <polygon fill="%23a56600" points="23.294,8.99 21.963,9.693 20.966,27.28 22.111,26.434 "/> </svg>');
}
.orange.icon-cms-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23a56600" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23d88500" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.orange.icon-cms-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23a56600" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%23ffbc00" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.orange.icon-cms-area{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%23ffbc00" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%23ffbc00" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%23ffbc00" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23a56600" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23a56600" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%23a56600" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%23a56600" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23d88500" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23d88500" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%23d88500" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%23d88500" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.orange.icon-cms-section-labeled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%23ffbc00" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23a56600" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23d88500" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.orange.icon-cms-section-labeled.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%23ffbc00" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23a56600" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23d88500" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg>');
}
.orange.icon-cms-section-horizontal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23ffbc00" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23ffbc00" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23a56600" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23a56600" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23d88500" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23d88500" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23a56600" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%23ffbc00" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.orange.icon-cms-section-vertical{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23ffbc00" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23ffbc00" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23a56600" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23a56600" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23d88500" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23d88500" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23a56600" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%23ffbc00" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.orange.icon-cms-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a56600" points="15.29,16.6 15.29,16.788 15.29,27.872 19.297,25.13 19.511,19.024 15.29,16.6 "/> <polygon fill="%23a56600" points="25.771,11.452 21.202,14.117 20.936,19.843 25.311,17.039 "/> <path fill="%23d88500" d="M20.936,19.843l0.266-5.726L5.827,6.112L6.2,11.38l4.681,2.69l0.393,11.06l4.016,2.743V16.788l-0.006-0.194 L15.29,16.6l4.221,2.424L20.936,19.843z"/> <path fill="%23ffbc00" d="M21.202,14.117l4.569-2.665L10.402,4.128L5.827,6.112L21.202,14.117z"/> </svg> ');
}
.orange.icon-cms-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a56600" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%23a56600" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%23a56600" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%23ffbc00" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg> ');
}
.orange.icon-cms-html{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a56600" points="27.685,22.177 23.227,14.446 20.481,16.096 25.05,24.01 27.685,22.177 "/> <polyline fill="%23a56600" points="10.991,11.413 8.398,12.76 12.287,19.528 12.96,19.131 12.967,19.094 13.25,15.336 10.991,11.413 "/> <polygon fill="%23a56600" points="18.875,9.864 16.102,11.361 14.936,23.033 17.426,21.461 18.231,15.053 17.875,14.446 18.339,14.186 "/> <polyline fill="%23ffbc00" points="22.327,22.177 22.017,21.643 20.801,22.143 18.259,23.806 22.327,22.177 "/> <polyline fill="%23ffbc00" points="17.875,14.446 20.481,16.096 23.227,14.446 20.611,12.876 18.339,14.186 17.875,14.446 "/> <polygon fill="%23ffbc00" points="9.295,9.024 11.497,10.414 14.213,9.024 11.997,7.691 "/> <polygon fill="%23ffbc00" points="18.875,9.864 16.42,8.428 13.654,9.864 16.102,11.361 "/> <polyline fill="%23d88500" points="20.481,16.096 17.875,14.446 18.231,15.053 22.017,21.643 22.327,22.177 18.259,23.806 20.684,25.545 25.05,24.01 20.481,16.096 "/> <polyline fill="%23d88500" points="12.967,19.094 12.787,21.461 14.936,23.033 16.102,11.361 13.654,9.864 13.25,15.336 12.967,19.094 "/> <polygon fill="%23d88500" points="8.398,12.76 11.497,10.414 9.295,9.024 6.409,11.413 10.215,18.044 12.287,19.528 "/> <path fill="%23333333" d="M10.991,11.413l3.222-2.389l-2.716,1.39L8.398,12.76L10.991,11.413z"/> </svg> ');
}
.orange.icon-cms-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M21.903,14.695l-9.622,9.203l-0.135,0.153l-0.185,0.153c-0.863,0.664-1.844,0.967-2.942,0.909 c-1.098-0.043-2.034-0.445-2.809-1.207c-0.639-0.627-1.019-1.362-1.141-2.204c-0.045,0.234-0.07,0.474-0.077,0.719 c-0.002,0.067-0.003,0.135-0.002,0.206c0.033,1.097,0.428,2.037,1.185,2.819c0.777,0.803,1.717,1.229,2.819,1.278 c1.104,0.062,2.088-0.256,2.954-0.955l0.187-0.165l0.139-0.161l9.652-9.688c0.546-0.548,0.81-1.209,0.792-1.985 c-0.004-0.168-0.022-0.331-0.052-0.488C22.584,13.817,22.33,14.288,21.903,14.695z"/> <path fill="%23a56600" d="M11.151,19.535c-0.165,0.158-0.369,0.237-0.613,0.238c-0.211,0.002-0.392-0.06-0.544-0.183 c-0.021-0.014-0.042-0.031-0.062-0.048c-0.143-0.127-0.222-0.284-0.238-0.472L9.68,20.166c-0.003,0.028-0.004,0.059-0.004,0.093 c-0.004,0.24,0.076,0.436,0.242,0.586c0.163,0.164,0.366,0.246,0.609,0.246c0.242-0.001,0.447-0.085,0.615-0.25l8.052-7.96 c0.221-0.161,0.467-0.228,0.738-0.202c0.285,0.026,0.527,0.132,0.725,0.318c0.095,0.089,0.169,0.187,0.224,0.292 c0.074-0.143,0.11-0.299,0.107-0.47c-0.006-0.291-0.123-0.538-0.351-0.742c-0.197-0.179-0.437-0.281-0.721-0.306 c-0.269-0.025-0.513,0.04-0.733,0.195L11.151,19.535z"/> <path fill="%23a56600" d="M25.089,8.001c-0.789-0.693-1.722-1.033-2.799-1.02c-1.076,0.013-1.983,0.373-2.722,1.08L7.364,19.489 c-0.415,0.473-0.614,1.018-0.596,1.634c0.002,0.202,0.026,0.396,0.073,0.58c0.097-0.329,0.263-0.635,0.5-0.917l12.238-12.01 c0.741-0.741,1.65-1.118,2.728-1.13c1.08-0.013,2.016,0.343,2.809,1.068c0.688,0.617,1.093,1.357,1.215,2.219 c0.011-0.135,0.013-0.273,0.008-0.413C26.303,9.522,25.886,8.683,25.089,8.001z"/> <path fill="%23a56600" d="M26.514,14.241L16.1,24.266c-0.169,0.161-0.376,0.242-0.621,0.244c-0.165,0-0.313-0.036-0.445-0.107 c-0.064-0.037-0.123-0.081-0.179-0.133c-0.138-0.135-0.219-0.294-0.244-0.476v1.282c-0.005,0.042-0.007,0.086-0.008,0.131 c0,0.247,0.085,0.456,0.254,0.629c0.171,0.169,0.38,0.253,0.627,0.254c0.247,0,0.455-0.085,0.625-0.256L26.55,15.281 c1.066-1.095,1.569-2.405,1.507-3.929c-0.005-0.148-0.016-0.293-0.032-0.435C27.979,12.192,27.476,13.3,26.514,14.241z"/> <path fill="%23ffbc00" d="M26.256,6.894c-1.126-0.977-2.461-1.456-4.004-1.437c-1.539,0.021-2.836,0.531-3.891,1.531L6.357,18.193 h-0.02l-0.3,0.3c-0.692,0.799-1.029,1.713-1.01,2.743c0.007,0.158,0.021,0.313,0.042,0.465c0.122,0.842,0.502,1.577,1.141,2.204 c0.775,0.762,1.711,1.164,2.809,1.207c1.098,0.058,2.079-0.245,2.942-0.909l0.185-0.153l0.135-0.153l9.622-9.203 c0.427-0.407,0.681-0.878,0.764-1.415c0.024-0.152,0.034-0.31,0.03-0.474c-0.018-0.717-0.309-1.336-0.873-1.856 c-0.577-0.5-1.252-0.746-2.025-0.738c-0.785,0.008-1.448,0.267-1.991,0.778l-1.505,1.415h0.022l-6.378,6.003 c-0.169,0.157-0.255,0.349-0.258,0.576c0.001,0.029,0.002,0.057,0.004,0.085c0.015,0.188,0.095,0.345,0.238,0.472 c0.02,0.018,0.041,0.034,0.062,0.048c0.152,0.124,0.333,0.185,0.544,0.183c0.243-0.001,0.448-0.08,0.613-0.238l8.03-7.567 c0.22-0.155,0.465-0.22,0.733-0.195c0.284,0.026,0.525,0.128,0.721,0.306c0.228,0.204,0.345,0.451,0.351,0.742 c0.003,0.17-0.033,0.327-0.107,0.47c-0.051,0.1-0.123,0.194-0.216,0.282l-9.769,9.318c-0.506,0.396-1.093,0.58-1.761,0.552 c-0.653-0.012-1.212-0.243-1.675-0.695c-0.312-0.305-0.518-0.653-0.619-1.044c-0.047-0.185-0.071-0.378-0.073-0.58 c-0.017-0.617,0.182-1.161,0.596-1.634L19.568,8.061c0.739-0.707,1.647-1.067,2.722-1.08c1.077-0.013,2.01,0.327,2.799,1.02 c0.797,0.682,1.214,1.522,1.249,2.519c0.005,0.14,0.003,0.278-0.008,0.413c-0.064,0.831-0.423,1.56-1.078,2.186l-10.4,9.961 c-0.168,0.163-0.251,0.36-0.25,0.592c0,0.042,0.003,0.083,0.008,0.123c0.024,0.182,0.106,0.34,0.244,0.476 c0.056,0.052,0.116,0.096,0.179,0.133c0.132,0.071,0.281,0.106,0.445,0.107c0.245-0.001,0.452-0.083,0.621-0.244l10.414-10.025 c0.962-0.942,1.466-2.05,1.511-3.325c0.005-0.136,0.005-0.274,0-0.413C27.968,9.083,27.379,7.88,26.256,6.894z"/> </svg> ');
}
.orange.icon-cms-tab-control{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23ffbc00" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23a56600" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23d88500" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%23ffbc00" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%23CCCCCC" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.orange.icon-cms-tab-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23a56600" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23d88500" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%23ffbc00" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%23ffbc00" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.red.icon-cms-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <circle fill="%23FFFFFF" cx="15.97" cy="15.787" r="12.416"/> <path fill="%23990000" d="M15.97,28.702c-7.122,0-12.916-5.794-12.916-12.916S8.848,2.871,15.97,2.871s12.916,5.794,12.916,12.916 S23.091,28.702,15.97,28.702z M15.97,3.871c-6.57,0-11.916,5.345-11.916,11.916S9.399,27.702,15.97,27.702 s11.916-5.345,11.916-11.916S22.54,3.871,15.97,3.871z"/> <path fill="%23FFFFFF" d="M25.966,15.509c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.125,15.655,26.028,15.582,25.966,15.509z"/> <path fill="none" d="M9.856,16.198c-0.306-0.232-0.416-0.232-0.635,0c-0.171,0.159-0.134,0.183,0.342,0.183 C10.051,16.369,10.076,16.356,9.856,16.198z"/> <path fill="none" d="M7.754,15.66c-0.049,0.086,0,0.11,0.159,0.061c0.147-0.049,0.306-0.012,0.403,0.11 c0.086,0.098,0.293,0.183,0.464,0.183c0.293,0,0.305-0.012,0.086-0.244C8.622,15.501,7.9,15.428,7.754,15.66z"/> <path fill="none" d="M18.582,8.926c0.11-0.196,0.098-0.269-0.073-0.33c-0.196-0.073-0.416,0.134-0.416,0.428 C18.093,9.256,18.435,9.195,18.582,8.926z"/> <path fill="none" d="M10.271,16.503c0,0.073,0.024,0.122,0.049,0.122c0.037,0,0.098-0.049,0.134-0.122 c0.037-0.061,0.012-0.122-0.049-0.122C10.332,16.381,10.271,16.442,10.271,16.503z"/> <path fill="none" d="M4.405,14.633c0,0.22,0.244,0.807,0.306,0.745c0.037-0.037-0.012-0.244-0.11-0.477 C4.491,14.67,4.417,14.548,4.405,14.633z"/> <path fill="none" d="M23.555,12.14c-0.049-0.037-0.122-0.037-0.171,0c-0.037,0.049,0,0.086,0.086,0.086 C23.555,12.226,23.592,12.189,23.555,12.14z"/> <path fill="none" d="M11.078,5.26c0.098,0,0.147-0.049,0.11-0.122c-0.037-0.061-0.122-0.122-0.196-0.122 c-0.061,0-0.11,0.061-0.11,0.122C10.882,5.211,10.968,5.26,11.078,5.26z"/> <path fill="none" d="M21.27,11.26c0-0.134-0.049-0.281-0.122-0.318c-0.073-0.049-0.11,0.061-0.098,0.232 C21.087,11.541,21.27,11.603,21.27,11.26z"/> <path fill="none" d="M18.863,8.975c-0.049,0.049-0.098,0.159-0.11,0.269c-0.024,0.134,0.061,0.171,0.354,0.147 c0.208-0.024,0.391-0.098,0.416-0.159c0.024-0.073-0.183-0.379-0.452-0.672c-0.464-0.513-0.684-0.464-0.306,0.073 C18.863,8.779,18.899,8.926,18.863,8.975z"/> <path fill="none" d="M9.905,7.582c-0.049,0-0.159,0.085-0.244,0.183C9.526,7.924,9.563,7.948,9.819,7.948 c0.232,0,0.306-0.049,0.257-0.183C10.027,7.667,9.954,7.582,9.905,7.582z"/> <path fill="none" d="M16.638,6.629c-0.464,0.012-0.635,0.171-0.416,0.379c0.147,0.159,0.855,0.086,1.002-0.085 C17.421,6.69,17.25,6.604,16.638,6.629z"/> <path fill="none" d="M16.406,5.504c0.073,0,0.024-0.122-0.11-0.281c-0.134-0.147-0.281-0.367-0.318-0.477 c-0.049-0.122-0.134-0.22-0.208-0.22c-0.061,0-0.122-0.086-0.122-0.183c0-0.208-0.587-0.257-0.953-0.086 c-0.11,0.061-0.391,0.196-0.599,0.306c-0.342,0.171-0.403,0.171-0.403,0.024c0-0.22-0.171-0.232-0.501-0.061 c-0.293,0.159-0.306,0.416-0.012,0.342c0.501-0.134,0.684,0.623,0.305,1.21c-0.208,0.318-0.208,0.33,0,0.244 c0.281-0.11,0.269,0.024-0.061,0.367c-0.22,0.232-0.244,0.33-0.134,0.55c0.073,0.159,0.171,0.379,0.208,0.501 c0.037,0.11,0.232,0.245,0.44,0.281c0.195,0.049,0.367,0.122,0.367,0.183c0,0.134,0.134,0.134,0.342,0 c0.086-0.049,0.183-0.171,0.196-0.269c0.147-0.721,0.391-1.21,0.623-1.21c0.183,0,0.929-0.892,0.868-1.051 C16.296,5.59,16.333,5.504,16.406,5.504z"/> <path fill="none" d="M25.425,21.257c0,0.11-0.086,0.305-0.183,0.428c-0.232,0.318-0.232,0.562,0,0.562 c0.122,0,0.367-0.354,0.611-0.88c0.232-0.477,0.391-0.904,0.367-0.941C26.122,20.328,25.425,21.049,25.425,21.257z"/> <path fill="none" d="M11.078,5.871c0.196,0,0.44-0.061,0.538-0.122c0.147-0.098,0.122-0.122-0.122-0.122 c-0.183,0-0.379-0.061-0.464-0.122c-0.073-0.073-0.122-0.085-0.086-0.049c0.037,0.049,0,0.159-0.073,0.257 C10.76,5.834,10.797,5.871,11.078,5.871z"/> <path fill="none" d="M12.667,10.6c-0.269-0.183-0.306-0.183-0.489,0.024c-0.257,0.293-0.244,0.416,0.037,0.342 c0.147-0.037,0.269,0.012,0.305,0.11c0.098,0.257,0.44,0.208,0.44-0.061C12.96,10.894,12.826,10.698,12.667,10.6z"/> <path fill="none" d="M12.104,6.726c0-0.293-0.073-0.379-0.538-0.55c-0.464-0.183-0.587-0.183-0.88-0.037 c-0.195,0.086-0.367,0.257-0.391,0.379c-0.037,0.171,0.049,0.208,0.477,0.208c0.501,0,0.513,0,0.293,0.244 c-0.232,0.257-0.086,0.342,0.159,0.098c0.22-0.22,0.171,0.037-0.061,0.293c-0.11,0.122-0.318,0.22-0.452,0.22 c-0.22,0-0.196,0.037,0.122,0.232c0.22,0.134,0.428,0.293,0.464,0.367c0.134,0.208,0.354,0.159,0.269-0.061 c-0.061-0.147-0.012-0.171,0.183-0.11c0.22,0.073,0.232,0.061,0.122-0.159c-0.195-0.367-0.171-0.403,0.159-0.318 c0.44,0.11,0.635-0.061,0.33-0.281C12.202,7.142,12.104,6.946,12.104,6.726z"/> <path fill="none" d="M12.654,5.015c-0.049-0.073-0.196-0.098-0.342-0.061c-0.257,0.073-0.269,0.073-0.037-0.11 c0.306-0.244,0.049-0.257-0.416-0.012c-0.428,0.22-0.489,0.354-0.11,0.244c0.196-0.061,0.244-0.037,0.208,0.073 c-0.037,0.098-0.122,0.171-0.183,0.171c-0.073,0-0.183,0.037-0.232,0.098c-0.049,0.049,0.11,0.085,0.354,0.085 c0.318,0,0.452-0.049,0.452-0.183c0-0.098,0.086-0.183,0.196-0.183C12.642,5.138,12.691,5.076,12.654,5.015z"/> <path fill="none" d="M10.479,5.26c-0.195,0-0.917,0.342-0.99,0.477c-0.147,0.232,0.159,0.147,0.635-0.171 C10.369,5.394,10.528,5.26,10.479,5.26z"/> <radialGradient id="SVGID_1_" cx="15.9541" cy="21.4391" r="12.3669" fx="7.9401" fy="13.8472" gradientTransform="matrix(1 0 0 1.0129 0 -5.7943)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%23FF0000"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M27.784,13.749c-0.098,0-0.428-0.161-0.721-0.371c-0.293-0.198-0.538-0.322-0.538-0.272 c0.012,0.173,0.501,0.681,0.574,0.594c0.147-0.148,0.526,0.334,0.526,0.693c0,0.384-0.868,1.461-1.185,1.461 c-0.11,0-0.159,0.087-0.134,0.223c0.049,0.21,0.122,0.223,0.489,0.087c0.195-0.074,0.208-0.037,0.147,0.322 c-0.11,0.607-0.489,1.312-1.039,1.943c-0.452,0.532-0.477,0.594-0.477,1.399c0,0.817-0.012,0.842-0.416,1.089 c-0.232,0.149-0.477,0.421-0.538,0.619c-0.232,0.668-1.002,1.597-1.54,1.857c-0.672,0.334-1.222,0.347-1.124,0.037 c0.049-0.124,0.024-0.718-0.037-1.337c-0.11-0.978-0.098-1.151,0.122-1.609c0.293-0.631,0.293-0.867-0.024-1.461 c-0.159-0.31-0.232-0.644-0.208-0.978c0.037-0.433,0-0.52-0.208-0.557c-0.134-0.025-0.342-0.136-0.452-0.235 c-0.171-0.148-0.281-0.161-0.599-0.05c-0.22,0.074-0.648,0.136-0.965,0.136c-0.489,0-0.672-0.074-1.21-0.508 c-0.697-0.557-0.745-0.693-0.709-1.844c0.037-0.879,0.391-1.745,0.819-1.98c0.134-0.074,0.244-0.235,0.244-0.359 c0-0.285,0.428-0.681,0.782-0.73c0.134-0.012,0.684-0.062,1.198-0.099c0.904-0.074,0.929-0.062,0.978,0.198 c0.024,0.223,0.183,0.334,0.672,0.495c0.428,0.136,0.672,0.173,0.758,0.087c0.086-0.087,0.281-0.087,0.599,0.012 c0.269,0.087,0.66,0.149,0.868,0.149c0.379,0,0.391-0.012,0.354-0.458c-0.024-0.248-0.11-0.483-0.208-0.507 c-0.098-0.037-0.134,0-0.086,0.087c0.049,0.074,0.024,0.136-0.037,0.136c-0.073,0-0.134-0.049-0.134-0.111s-0.098-0.087-0.22-0.05 c-0.134,0.037-0.306-0.087-0.489-0.322c-0.367-0.508-0.55-0.495-0.452,0.012l0.073,0.409l-0.33-0.433 c-0.452-0.569-1.137-1.238-1.283-1.238c-0.257,0-0.086,0.272,0.318,0.508c0.452,0.272,0.513,0.421,0.269,0.743 c-0.159,0.21-0.452,0.186-0.452-0.037c0-0.074,0.086-0.099,0.183-0.05c0.33,0.124,0.196-0.272-0.208-0.668 c-0.354-0.334-0.464-0.384-0.892-0.322c-0.281,0.037-0.538,0.149-0.611,0.272c-0.501,0.842-0.635,0.978-1.014,1.015 c-0.538,0.05-0.758-0.161-0.758-0.73c0-0.483,0-0.483,0.464-0.483c0.257,0,0.501-0.037,0.538-0.074 c0.147-0.136-0.061-0.52-0.367-0.681l-0.33-0.149l0.33-0.074c0.183-0.037,0.623-0.347,1.002-0.681 c0.672-0.594,0.672-0.594,0.464-0.891c-0.159-0.223-0.281-0.272-0.538-0.223c-0.281,0.062-0.342,0.012-0.415-0.26 c-0.049-0.21-0.012-0.396,0.11-0.532c0.098-0.111,0.244-0.421,0.318-0.668c0.22-0.681,0.403-0.792,1.027-0.594 c0.892,0.26,1.21,0.483,1.124,0.755c-0.049,0.161-0.024,0.235,0.11,0.235c0.11,0,0.195-0.074,0.195-0.173 c0-0.099,0.159-0.31,0.367-0.483l0.354-0.309l-0.464-0.31c-3.678-2.463-8.432-2.723-12.416-0.668 C9.11,5.381,8.976,5.492,9.196,5.715c0.171,0.149,0.171,0.21,0,0.569C9.037,6.631,8.939,6.693,8.585,6.693 c-0.367,0-0.403-0.025-0.269-0.186c0.22-0.272,0-0.458-0.281-0.26C7.864,6.383,7.839,6.482,7.937,6.742 c0.134,0.334,0.171,0.334,1.185,0.136c0.208-0.05,0.562-0.557,0.562-0.805c0-0.037,0.049-0.136,0.122-0.21 c0.147-0.186,0.635-0.223,0.526-0.037c-0.037,0.074-0.171,0.124-0.281,0.124c-0.159,0-0.208,0.112-0.208,0.409 c0,0.458,0.049,0.508,0.342,0.384c0.122-0.037,0.257-0.05,0.293,0c0.134,0.124-0.232,0.446-0.513,0.446 c-0.379,0-1.65,1.102-1.65,1.424c0,0.148,0.171,0.359,0.416,0.52C9,9.305,9.135,9.478,9.123,9.688 C9.11,10.06,9.465,10.072,9.514,9.701c0.024-0.149,0.171-0.359,0.342-0.47c0.208-0.136,0.281-0.272,0.232-0.421 c-0.037-0.124,0-0.371,0.073-0.557c0.232-0.52,0.965-0.371,0.965,0.198c0,0.26,0.049,0.272,0.379,0.087 c0.208-0.099,0.281-0.087,0.428,0.099c0.086,0.124,0.171,0.297,0.171,0.384c0,0.074,0.11,0.26,0.257,0.408 c0.428,0.433,0.232,0.569-1.259,0.904c-0.196,0.05-0.342,0.124-0.342,0.186c0,0.062,0.122,0.087,0.257,0.05 c0.22-0.062,0.244-0.037,0.183,0.186c-0.11,0.322,0.098,0.446,0.428,0.26c0.208-0.111,0.244-0.099,0.208,0.037 c-0.037,0.087-0.318,0.198-0.66,0.235c-0.745,0.087-1.027,0.21-1.027,0.433c0,0.099-0.098,0.223-0.208,0.26 c-0.293,0.111-0.758,0.681-0.77,0.916c0,0.112-0.22,0.396-0.477,0.644c-0.44,0.408-0.477,0.495-0.416,0.891 c0.086,0.532-0.159,0.594-0.269,0.062c-0.061-0.309-0.134-0.371-0.44-0.371c-0.196,0-0.354,0.062-0.354,0.136 c0,0.087-0.134,0.111-0.367,0.074c-0.281-0.062-0.403-0.012-0.611,0.248c-0.281,0.359-0.306,0.743-0.098,1.213 c0.159,0.347,0.672,0.433,0.782,0.124c0.049-0.099,0.159-0.186,0.257-0.186c0.134,0,0.159,0.074,0.11,0.285 c-0.159,0.52-0.134,0.644,0.147,0.681c0.183,0.025,0.269,0.124,0.269,0.309c0,0.396,0.342,0.829,0.648,0.829 c0.33,0,0.623,0.186,0.538,0.322c-0.037,0.062,0.269,0.124,0.66,0.149c0.599,0.025,0.782,0.099,1.112,0.396 c0.22,0.21,0.501,0.371,0.623,0.371c0.574,0,1.247,0.644,1.051,1.015c-0.073,0.136-0.073,0.223,0,0.223 c0.061,0,0.134-0.062,0.159-0.136c0.049-0.148,1.137,0.173,2.029,0.582c0.354,0.173,0.403,0.235,0.33,0.52 c-0.049,0.186-0.183,0.446-0.293,0.582c-0.122,0.136-0.257,0.483-0.293,0.78c-0.073,0.644-0.232,0.854-0.709,0.953 c-0.281,0.062-0.354,0.149-0.354,0.396c0,0.47-0.379,1.027-0.697,1.027c-0.257,0-0.269,0.025-0.134,0.248 c0.134,0.21,0.122,0.272-0.122,0.446c-0.208,0.149-0.257,0.26-0.183,0.508c0.134,0.594,0.391,0.953,0.794,1.176 c0.379,0.198,0.391,0.21,0.098,0.223c-0.22,0-0.526-0.235-1.124-0.879c-0.66-0.706-0.868-1.027-1.027-1.585 c-0.513-1.77-0.855-2.426-1.344-2.612c-0.147-0.062-0.513-0.433-0.819-0.829c-0.66-0.867-0.843-1.646-0.501-2.03 c0.183-0.21,0.195-0.297,0.073-0.495s-0.11-0.31,0.037-0.607c0.11-0.21,0.244-0.371,0.306-0.371c0.073,0,0.122-0.062,0.122-0.136 c0-0.087-0.11-0.111-0.293-0.062c-0.244,0.062-0.44-0.062-1.063-0.668c-0.525-0.495-0.88-0.743-1.088-0.743 c-0.464,0-0.831-0.322-0.929-0.805c-0.037-0.235-0.122-0.433-0.183-0.433c-0.061,0-0.11-0.05-0.11-0.124 c0-0.062-0.147-0.433-0.33-0.829c-0.477-1.003-0.477-2.278-0.012-3.256c0.183-0.371,0.391-0.842,0.464-1.052 c0.269-0.718-0.183-0.049-0.574,0.867c-0.709,1.659-0.953,2.884-0.953,4.952c0,2.203,0.257,3.404,1.1,5.212 c0.697,1.523,1.393,2.525,2.493,3.652c1.833,1.844,4.094,3.045,6.648,3.516c2.481,0.458,5.316,0.025,7.663-1.176 c3.214-1.634,5.585-4.654,6.489-8.232c0.232-0.916,0.281-1.448,0.293-2.921C28.297,14.108,28.212,13.749,27.784,13.749z M23.384,12.14c0.049-0.037,0.122-0.037,0.171,0c0.037,0.049,0,0.086-0.086,0.086C23.384,12.226,23.348,12.189,23.384,12.14z M21.148,10.943c0.073,0.037,0.122,0.183,0.122,0.318c0,0.342-0.183,0.281-0.22-0.085C21.038,11.004,21.075,10.894,21.148,10.943z M19.07,8.559c0.269,0.293,0.477,0.599,0.452,0.672c-0.024,0.061-0.208,0.134-0.416,0.159c-0.293,0.025-0.379-0.012-0.354-0.147 c0.012-0.11,0.061-0.22,0.11-0.269c0.037-0.049,0-0.195-0.098-0.342C18.386,8.095,18.606,8.046,19.07,8.559z M18.508,8.596 c0.171,0.061,0.183,0.134,0.073,0.33c-0.147,0.269-0.489,0.33-0.489,0.098C18.093,8.73,18.313,8.523,18.508,8.596z M9.819,7.948 c-0.257,0-0.293-0.024-0.159-0.183c0.086-0.098,0.196-0.183,0.244-0.183s0.122,0.085,0.171,0.183 C10.125,7.899,10.051,7.948,9.819,7.948z M8.78,16.014c-0.171,0-0.379-0.085-0.464-0.183c-0.098-0.122-0.257-0.159-0.403-0.11 c-0.159,0.049-0.208,0.024-0.159-0.061c0.147-0.232,0.868-0.159,1.112,0.11C9.086,16.002,9.074,16.014,8.78,16.014z M9.563,16.381 c-0.477,0-0.513-0.024-0.342-0.183c0.22-0.232,0.33-0.232,0.635,0C10.076,16.356,10.051,16.369,9.563,16.381z M10.455,16.503 c-0.037,0.073-0.098,0.122-0.134,0.122c-0.024,0-0.049-0.049-0.049-0.122c0-0.061,0.061-0.122,0.134-0.122 C10.467,16.381,10.491,16.442,10.455,16.503z M4.711,15.379c-0.061,0.061-0.306-0.525-0.306-0.745 c0.012-0.086,0.086,0.037,0.196,0.269C4.699,15.134,4.747,15.342,4.711,15.379z M10.992,5.015c0.073,0,0.159,0.061,0.196,0.122 c0.037,0.073-0.012,0.122-0.11,0.122c-0.11,0-0.195-0.049-0.195-0.122C10.882,5.076,10.931,5.015,10.992,5.015z M10.87,5.712 c0.073-0.098,0.11-0.208,0.073-0.257c-0.037-0.037,0.012-0.024,0.086,0.049c0.086,0.061,0.281,0.122,0.464,0.122 c0.244,0,0.269,0.024,0.122,0.122c-0.098,0.061-0.342,0.122-0.538,0.122C10.797,5.871,10.76,5.834,10.87,5.712z M10.125,5.565 C9.648,5.883,9.343,5.969,9.489,5.736c0.073-0.134,0.794-0.477,0.99-0.477C10.528,5.26,10.369,5.394,10.125,5.565z M12.031,7.533 c-0.33-0.086-0.354-0.049-0.159,0.318c0.11,0.22,0.098,0.232-0.122,0.159c-0.196-0.061-0.244-0.037-0.183,0.11 c0.086,0.22-0.134,0.269-0.269,0.061c-0.037-0.073-0.244-0.232-0.464-0.367c-0.318-0.196-0.342-0.232-0.122-0.232 c0.134,0,0.342-0.098,0.452-0.22c0.232-0.257,0.281-0.513,0.061-0.293c-0.244,0.244-0.391,0.159-0.159-0.098 c0.22-0.244,0.208-0.244-0.293-0.244c-0.428,0-0.513-0.037-0.477-0.208c0.024-0.122,0.196-0.293,0.391-0.379 c0.293-0.147,0.416-0.147,0.88,0.037c0.464,0.171,0.538,0.257,0.538,0.55c0,0.22,0.098,0.416,0.257,0.525 C12.667,7.472,12.471,7.643,12.031,7.533z M12.544,5.138c-0.11,0-0.196,0.086-0.196,0.183c0,0.135-0.134,0.183-0.452,0.183 c-0.244,0-0.403-0.037-0.354-0.085c0.049-0.061,0.159-0.098,0.232-0.098c0.061,0,0.147-0.073,0.183-0.171 c0.037-0.11-0.012-0.134-0.208-0.073c-0.379,0.11-0.318-0.024,0.11-0.244c0.464-0.244,0.721-0.232,0.416,0.012 c-0.232,0.183-0.22,0.183,0.037,0.11c0.147-0.037,0.293-0.012,0.342,0.061C12.691,5.076,12.642,5.138,12.544,5.138z M12.52,11.077 c-0.037-0.098-0.159-0.147-0.305-0.11c-0.281,0.073-0.293-0.049-0.037-0.342c0.183-0.208,0.22-0.208,0.489-0.024 c0.159,0.098,0.293,0.293,0.293,0.416C12.96,11.285,12.618,11.333,12.52,11.077z M15.465,6.726c-0.232,0-0.477,0.489-0.623,1.21 c-0.012,0.098-0.11,0.22-0.196,0.269c-0.208,0.134-0.342,0.134-0.342,0c0-0.061-0.171-0.135-0.367-0.183 c-0.208-0.037-0.403-0.171-0.44-0.281c-0.037-0.122-0.134-0.342-0.208-0.501c-0.11-0.22-0.086-0.318,0.134-0.55 c0.33-0.342,0.342-0.477,0.061-0.367c-0.208,0.086-0.208,0.073,0-0.244c0.379-0.587,0.196-1.344-0.305-1.21 c-0.293,0.073-0.281-0.183,0.012-0.342c0.33-0.171,0.501-0.159,0.501,0.061c0,0.147,0.061,0.147,0.403-0.024 c0.208-0.11,0.489-0.244,0.599-0.306c0.367-0.171,0.953-0.122,0.953,0.086c0,0.098,0.061,0.183,0.122,0.183 c0.073,0,0.159,0.098,0.208,0.22c0.037,0.11,0.183,0.33,0.318,0.477c0.134,0.159,0.183,0.281,0.11,0.281s-0.11,0.086-0.073,0.171 C16.394,5.834,15.649,6.726,15.465,6.726z M17.225,6.922c-0.147,0.171-0.855,0.244-1.002,0.085c-0.22-0.208-0.049-0.367,0.416-0.379 C17.25,6.604,17.421,6.69,17.225,6.922z M25.853,21.367c-0.244,0.526-0.489,0.88-0.611,0.88c-0.232,0-0.232-0.244,0-0.562 c0.098-0.122,0.183-0.318,0.183-0.428c0-0.208,0.697-0.929,0.794-0.831C26.244,20.463,26.085,20.89,25.853,21.367z"/> <path fill="%23FFFFFF" d="M25.951,15.745c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.11,15.892,26.012,15.819,25.951,15.745z"/> <path fill="%23FFFFFF" d="M25.939,11.407c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.244,11.859,26.061,11.651,25.939,11.407z"/> <path fill="%23CC0000" d="M25.954,11.659c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.26,12.111,26.076,11.904,25.954,11.659z"/> <path fill="%23CC0000" d="M23.547,11.28c-0.122-0.122-0.061-0.745,0.086-0.831c0.073-0.049,0.196,0,0.281,0.11 c0.159,0.22,0.501,0.293,0.367,0.086c-0.196-0.318,0.098-0.306,0.428,0.024c0.55,0.55,0.489,0.672-0.367,0.672 C23.938,11.341,23.583,11.305,23.547,11.28z"/> <path fill="%23CC0000" d="M20.675,9.081c0-0.061,0.134-0.171,0.306-0.244c0.342-0.159,0.379-0.318,0.134-0.77 c-0.232-0.452-0.183-1.014,0.098-1.063c0.196-0.037,0.22,0,0.147,0.269c-0.098,0.379,0.122,0.855,0.342,0.77 c0.293-0.11,0.416,0.318,0.208,0.697c-0.159,0.281-0.293,0.354-0.721,0.391C20.907,9.154,20.675,9.129,20.675,9.081z"/> </svg> ');
}
.red.icon-cms-portal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%23990000" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%23FF0000" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> </svg> ');
}
.red.icon-cms-portal.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.999,22.71 15.999,29 25.491,22.174 25.96,16.15 15.999,22.71 "/> <polygon fill="%23676767" points="8.744,18.827 9.039,23.99 12.877,21.586 "/> <path fill="%23990000" d="M25.96,16.15l3.039-2.004L15.999,5v17.71L25.96,16.15z"/> <path fill="%23999999" d="M6.509,22.174l2.53,1.816l-0.296-5.163l4.133,2.759l0.092,0.063l0.129,5.26l2.9,2.092v-6.29l-9.955-6.557 L6.509,22.174z"/> <path fill="%23FF0000" d="M2.999,14.146l3.045,2.007l9.955,6.557V5L2.999,14.146z"/> <polygon fill="%23FF0000" points="8.744,18.827 9.039,23.99 13.098,26.909 12.969,21.648 "/> </svg> ');
}
.red.icon-cms-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="12.657,19.396 12.593,20.225 18.734,23.647 18.748,22.782 12.657,19.396 "/> <polyline fill="%23999999" points="22.217,9.413 22.852,8.714 12.069,3.957 12.108,4.955 22.217,9.413 "/> <polygon fill="%23999999" points="22.328,25.652 22.371,24.798 20.972,24.02 20.943,24.877 "/> <polyline fill="%23CCCCCC" points="12.643,18.636 12.668,19.296 12.657,19.396 18.748,22.782 18.759,21.986 12.643,18.636 "/> <polyline fill="%23CCCCCC" points="23.196,8.337 25.065,8.768 12.037,3.154 12.069,3.957 22.852,8.714 23.196,8.337 "/> <polygon fill="%23CCCCCC" points="21.266,23.36 20.983,23.765 20.972,24.02 22.371,24.798 22.41,23.988 "/> <polygon fill="none" points="10.674,13.355 5.207,13.355 4.898,13.355 5.494,18.987 10.982,18.987 10.932,18.065 "/> <polygon fill="none" points="10.544,11.092 10.243,5.521 4.4,5.521 4.066,5.521 4.744,11.946 10.591,11.946 "/> <polygon fill="%23CC0000" points="18.759,21.986 18.748,22.782 18.734,23.647 18.63,31.28 20.326,31.904 20.915,13.624 18.881,13.094 "/> <polygon fill="%23CC0000" points="22.411,23.988 22.371,24.798 22.328,25.652 23.322,25.917 23.68,19.923 22.532,21.559 "/> <path fill="%23CC0000" d="M2.997,3.904l1.858,16.321h7.737L11.947,3.904H2.997z M4.744,11.946L4.066,5.521H4.4h5.843l0.301,5.571 l0.047,0.854H4.744z M5.494,18.987l-0.595-5.632h0.309h5.467l0.258,4.71l0.05,0.922H5.494z"/> <polygon fill="%23CC0000" points="22.966,12.932 22.708,18.072 23.774,18.402 24.197,11.436 "/> <polyline fill="%23FF0000" points="10.982,18.987 10.932,18.065 5.695,18.065 5.494,18.987 10.982,18.987 "/> <polyline fill="%23FF0000" points="4.974,11.092 4.744,11.946 10.591,11.946 10.544,11.092 4.974,11.092 "/> <polyline fill="%23FF0000" points="3.277,3.154 2.997,3.904 11.947,3.904 12.037,3.154 3.277,3.154 "/> <polyline fill="%23FF0000" points="20.832,27.926 20.76,29.938 23.322,25.917 22.328,25.652 20.832,27.926 "/> <polyline fill="%23FF0000" points="21.116,20.113 21.04,22.198 23.774,18.402 22.708,18.072 21.116,20.113 "/> <polygon fill="%23FF0000" points="25.065,8.768 23.196,8.337 22.852,8.714 22.217,9.413 18.881,13.094 20.915,13.624 "/> <polygon fill="none" points="21.266,23.36 20.983,23.765 20.972,24.02 20.943,24.877 20.832,27.926 20.76,29.938 23.322,25.917 23.68,19.923 22.532,21.559 "/> <polygon fill="none" points="22.966,12.932 21.302,14.952 21.116,20.114 21.04,22.198 23.774,18.402 24.197,11.436 "/> <polygon fill="%23990000" points="12.108,4.955 12.069,3.957 12.037,3.154 11.947,3.904 12.593,20.225 12.657,19.396 12.668,19.296 12.643,18.636 "/> <path fill="%23990000" d="M20.915,13.624l-0.588,18.28l3.576-5.732l1.162-17.404L20.915,13.624z M23.322,25.917l-2.561,4.021 l0.072-2.012l0.111-3.049l0.029-0.857l0.011-0.255l0.283-0.405l1.266-1.801l1.148-1.636L23.322,25.917z M23.774,18.402l-2.733,3.795 l0.075-2.084l0.187-5.162l1.664-2.02l1.23-1.496L23.774,18.402z"/> <polygon fill="%23990000" points="4.898,13.355 5.494,18.987 5.695,18.065 5.207,13.355 "/> <polygon fill="%23990000" points="4.4,5.521 4.066,5.521 4.744,11.946 4.974,11.092 "/> </svg>');
}
.red.icon-cms-page.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M20.966,27.28l0.997-17.587L8.508,3.527l0.925,16.231L20.966,27.28 M9.753,5.679l1.363,0.653l2.959,1.417 l0.065,5.295l0.014,1.349l-4.093-2.271L9.753,5.679 M10.13,13.538l1.273,0.728l2.762,1.582l0.05,4.326l0.018,1.453l-3.838-2.446 L10.13,13.538 M16.701,9.001l3.644,1.743l-0.237,5.517l-0.061,1.399l-4.652-2.579V8.377L16.701,9.001 M15.396,16.544l1.212,0.692 l3.375,1.926l-0.19,4.473l-0.065,1.489l-4.33-2.755L15.396,16.544z"/> <polyline fill="%23FF0000" points="16.561,21.627 15.399,22.37 19.729,25.125 19.793,23.636 16.561,21.627 "/> <polyline fill="%23FF0000" points="16.64,14.392 15.396,15.081 20.048,17.66 20.109,16.261 16.64,14.392 "/> <polyline fill="%23FF0000" points="11.554,18.524 10.395,19.181 14.233,21.627 14.215,20.174 11.554,18.524 "/> <polyline fill="%23FF0000" points="11.303,11.515 10.062,12.122 14.154,14.392 14.14,13.043 11.303,11.515 "/> <polygon fill="%23FF0000" points="21.963,9.693 23.294,8.99 9.839,3 8.508,3.527 "/> <polyline fill="%23990000" points="16.608,17.237 15.396,16.544 15.399,22.37 16.561,21.627 16.608,17.237 "/> <polyline fill="%23990000" points="15.396,15.081 16.64,14.392 16.701,9.001 15.396,8.377 15.396,15.081 "/> <polyline fill="%23990000" points="11.403,14.267 10.13,13.538 10.395,19.181 11.554,18.524 11.403,14.267 "/> <polyline fill="%23990000" points="11.116,6.332 9.753,5.679 10.062,12.122 11.303,11.515 11.116,6.332 "/> <polygon fill="%23990000" points="23.294,8.99 21.963,9.693 20.966,27.28 22.111,26.434 "/> </svg>');
}
.red.icon-cms-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23990000" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23CC0000" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.red.icon-cms-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23990000" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%23FF0000" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.red.icon-cms-area{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%23FF0000" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%23FF0000" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%23FF0000" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23990000" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23990000" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%23990000" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%23990000" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23CC0000" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23CC0000" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%23CC0000" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%23CC0000" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.red.icon-cms-section-labeled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%23FF0000" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23990000" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23CC0000" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.red.icon-cms-section-labeled.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 12.771,15.94 "/> <polyline fill="%23FF0000" points="20.053,14.03 20.053,14.032 23.589,11.946 10.775,5.174 7.396,6.637 20.03,14.017 20.053,14.03 20.053,14.03 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23990000" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23CC0000" points="20.032,14.018 20.03,14.017 7.396,6.637 8.118,12.803 9.934,14.028 20.032,20.777 20.032,14.018 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg>');
}
.red.icon-cms-section-horizontal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23FF0000" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23FF0000" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23990000" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23990000" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23CC0000" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23CC0000" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23990000" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%23FF0000" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.red.icon-cms-section-vertical{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23FF0000" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23FF0000" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23990000" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.497,12.582 12.51,12.575 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23990000" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23CC0000" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23CC0000" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23990000" d="M12.51,12.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L12.51,12.575 M12.284,9.49 L12.284,9.49h-0.002H12.284z"/> <path fill="%23FF0000" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.red.icon-cms-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990000" points="15.29,16.6 15.29,16.788 15.29,27.872 19.297,25.13 19.511,19.024 15.29,16.6 "/> <polygon fill="%23990000" points="25.771,11.452 21.202,14.117 20.936,19.843 25.311,17.039 "/> <path fill="%23CC0000" d="M20.936,19.843l0.266-5.726L5.827,6.112L6.2,11.38l4.681,2.69l0.393,11.06l4.016,2.743V16.788l-0.006-0.194 L15.29,16.6l4.221,2.424L20.936,19.843z"/> <path fill="%23FF0000" d="M21.202,14.117l4.569-2.665L10.402,4.128L5.827,6.112L21.202,14.117z"/> </svg> ');
}
.red.icon-cms-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990000" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%23990000" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%23990000" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%23FF0000" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg> ');
}
.red.icon-cms-html{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990000" points="27.685,22.177 23.227,14.446 20.481,16.096 25.05,24.01 27.685,22.177 "/> <polyline fill="%23990000" points="10.991,11.413 8.398,12.76 12.287,19.528 12.96,19.131 12.967,19.094 13.25,15.336 10.991,11.413 "/> <polygon fill="%23990000" points="18.875,9.864 16.102,11.361 14.936,23.033 17.426,21.461 18.231,15.053 17.875,14.446 18.339,14.186 "/> <polyline fill="%23FF0000" points="22.327,22.177 22.017,21.643 20.801,22.143 18.259,23.806 22.327,22.177 "/> <polyline fill="%23FF0000" points="17.875,14.446 20.481,16.096 23.227,14.446 20.611,12.876 18.339,14.186 17.875,14.446 "/> <polygon fill="%23FF0000" points="9.295,9.024 11.497,10.414 14.213,9.024 11.997,7.691 "/> <polygon fill="%23FF0000" points="18.875,9.864 16.42,8.428 13.654,9.864 16.102,11.361 "/> <polyline fill="%23CC0000" points="20.481,16.096 17.875,14.446 18.231,15.053 22.017,21.643 22.327,22.177 18.259,23.806 20.684,25.545 25.05,24.01 20.481,16.096 "/> <polyline fill="%23CC0000" points="12.967,19.094 12.787,21.461 14.936,23.033 16.102,11.361 13.654,9.864 13.25,15.336 12.967,19.094 "/> <polygon fill="%23CC0000" points="8.398,12.76 11.497,10.414 9.295,9.024 6.409,11.413 10.215,18.044 12.287,19.528 "/> <path fill="%23333333" d="M10.991,11.413l3.222-2.389l-2.716,1.39L8.398,12.76L10.991,11.413z"/> </svg> ');
}
.red.icon-cms-file{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M21.903,14.695l-9.622,9.203l-0.135,0.153l-0.185,0.153c-0.863,0.664-1.844,0.967-2.942,0.909 c-1.098-0.043-2.034-0.445-2.809-1.207c-0.639-0.627-1.019-1.362-1.141-2.204c-0.045,0.234-0.07,0.474-0.077,0.719 c-0.002,0.067-0.003,0.135-0.002,0.206c0.033,1.097,0.428,2.037,1.185,2.819c0.777,0.803,1.717,1.229,2.819,1.278 c1.104,0.062,2.088-0.256,2.954-0.955l0.187-0.165l0.139-0.161l9.652-9.688c0.546-0.548,0.81-1.209,0.792-1.985 c-0.004-0.168-0.022-0.331-0.052-0.488C22.584,13.817,22.33,14.288,21.903,14.695z"/> <path fill="%23990000" d="M11.151,19.535c-0.165,0.158-0.369,0.237-0.613,0.238c-0.211,0.002-0.392-0.06-0.544-0.183 c-0.021-0.014-0.042-0.031-0.062-0.048c-0.143-0.127-0.222-0.284-0.238-0.472L9.68,20.166c-0.003,0.028-0.004,0.059-0.004,0.093 c-0.004,0.24,0.076,0.436,0.242,0.586c0.163,0.164,0.366,0.246,0.609,0.246c0.242-0.001,0.447-0.085,0.615-0.25l8.052-7.96 c0.221-0.161,0.467-0.228,0.738-0.202c0.285,0.026,0.527,0.132,0.725,0.318c0.095,0.089,0.169,0.187,0.224,0.292 c0.074-0.143,0.11-0.299,0.107-0.47c-0.006-0.291-0.123-0.538-0.351-0.742c-0.197-0.179-0.437-0.281-0.721-0.306 c-0.269-0.025-0.513,0.04-0.733,0.195L11.151,19.535z"/> <path fill="%23990000" d="M25.089,8.001c-0.789-0.693-1.722-1.033-2.799-1.02c-1.076,0.013-1.983,0.373-2.722,1.08L7.364,19.489 c-0.415,0.473-0.614,1.018-0.596,1.634c0.002,0.202,0.026,0.396,0.073,0.58c0.097-0.329,0.263-0.635,0.5-0.917l12.238-12.01 c0.741-0.741,1.65-1.118,2.728-1.13c1.08-0.013,2.016,0.343,2.809,1.068c0.688,0.617,1.093,1.357,1.215,2.219 c0.011-0.135,0.013-0.273,0.008-0.413C26.303,9.522,25.886,8.683,25.089,8.001z"/> <path fill="%23990000" d="M26.514,14.241L16.1,24.266c-0.169,0.161-0.376,0.242-0.621,0.244c-0.165,0-0.313-0.036-0.445-0.107 c-0.064-0.037-0.123-0.081-0.179-0.133c-0.138-0.135-0.219-0.294-0.244-0.476v1.282c-0.005,0.042-0.007,0.086-0.008,0.131 c0,0.247,0.085,0.456,0.254,0.629c0.171,0.169,0.38,0.253,0.627,0.254c0.247,0,0.455-0.085,0.625-0.256L26.55,15.281 c1.066-1.095,1.569-2.405,1.507-3.929c-0.005-0.148-0.016-0.293-0.032-0.435C27.979,12.192,27.476,13.3,26.514,14.241z"/> <path fill="%23FF0000" d="M26.256,6.894c-1.126-0.977-2.461-1.456-4.004-1.437c-1.539,0.021-2.836,0.531-3.891,1.531L6.357,18.193 h-0.02l-0.3,0.3c-0.692,0.799-1.029,1.713-1.01,2.743c0.007,0.158,0.021,0.313,0.042,0.465c0.122,0.842,0.502,1.577,1.141,2.204 c0.775,0.762,1.711,1.164,2.809,1.207c1.098,0.058,2.079-0.245,2.942-0.909l0.185-0.153l0.135-0.153l9.622-9.203 c0.427-0.407,0.681-0.878,0.764-1.415c0.024-0.152,0.034-0.31,0.03-0.474c-0.018-0.717-0.309-1.336-0.873-1.856 c-0.577-0.5-1.252-0.746-2.025-0.738c-0.785,0.008-1.448,0.267-1.991,0.778l-1.505,1.415h0.022l-6.378,6.003 c-0.169,0.157-0.255,0.349-0.258,0.576c0.001,0.029,0.002,0.057,0.004,0.085c0.015,0.188,0.095,0.345,0.238,0.472 c0.02,0.018,0.041,0.034,0.062,0.048c0.152,0.124,0.333,0.185,0.544,0.183c0.243-0.001,0.448-0.08,0.613-0.238l8.03-7.567 c0.22-0.155,0.465-0.22,0.733-0.195c0.284,0.026,0.525,0.128,0.721,0.306c0.228,0.204,0.345,0.451,0.351,0.742 c0.003,0.17-0.033,0.327-0.107,0.47c-0.051,0.1-0.123,0.194-0.216,0.282l-9.769,9.318c-0.506,0.396-1.093,0.58-1.761,0.552 c-0.653-0.012-1.212-0.243-1.675-0.695c-0.312-0.305-0.518-0.653-0.619-1.044c-0.047-0.185-0.071-0.378-0.073-0.58 c-0.017-0.617,0.182-1.161,0.596-1.634L19.568,8.061c0.739-0.707,1.647-1.067,2.722-1.08c1.077-0.013,2.01,0.327,2.799,1.02 c0.797,0.682,1.214,1.522,1.249,2.519c0.005,0.14,0.003,0.278-0.008,0.413c-0.064,0.831-0.423,1.56-1.078,2.186l-10.4,9.961 c-0.168,0.163-0.251,0.36-0.25,0.592c0,0.042,0.003,0.083,0.008,0.123c0.024,0.182,0.106,0.34,0.244,0.476 c0.056,0.052,0.116,0.096,0.179,0.133c0.132,0.071,0.281,0.106,0.445,0.107c0.245-0.001,0.452-0.083,0.621-0.244l10.414-10.025 c0.962-0.942,1.466-2.05,1.511-3.325c0.005-0.136,0.005-0.274,0-0.413C27.968,9.083,27.379,7.88,26.256,6.894z"/> </svg> ');
}
.red.icon-cms-tab-control{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23FF0000" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23990000" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23CC0000" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%23FF0000" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%23CCCCCC" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}
.red.icon-cms-tab-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23990000" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23CC0000" points="8.369,14.913 8.367,14.913 8.99,20.264 20.039,28.603 20.039,22.952 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <path fill="%23FF0000" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> <polygon fill="%23FF0000" points="21.682,19.691 20.035,20.777 14.537,17.101 14.42,15.054 12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 20.039,22.952 23.29,20.715 "/> </svg> ');
}


.blue.icon-data{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="0.7538" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="0.6157" style="stop-color:%23003399"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="0.6157" style="stop-color:%23003399"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="0.7538" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="0.6157" style="stop-color:%23003399"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%230099FF" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.blue.icon-data-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23003399" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%23003399" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23003399" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="0.6157" style="stop-color:%23003399"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%230044B2" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%230099FF" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%230099FF" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.blue.icon-data-type-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%23999999" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23999999" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%23676767" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%23CCCCCC" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%23CCCCCC" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.blue.icon-data-source{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23003399" points="19.121,27.246 19.121,22.904 17.674,16.878 17.674,20.087 19.121,27.246 "/> <path fill="%23003399" d="M4.854,15.041c-0.055,0.466-0.083,0.944-0.083,1.432c0,3.074,1.111,5.697,3.332,7.869 c1.489,1.456,3.185,2.424,5.088,2.904v-4.342c-1.903-0.406-3.599-1.221-5.088-2.446C6.235,18.922,5.151,17.116,4.854,15.041z"/> <path fill="%230044B2" d="M27.541,16.472c0-0.488-0.029-0.966-0.086-1.432c-0.296,2.075-1.379,3.881-3.249,5.417 c-1.488,1.225-3.183,2.04-5.085,2.446v4.342c1.902-0.48,3.597-1.448,5.085-2.904C26.429,22.17,27.541,19.547,27.541,16.472"/> <path fill="%230044B2" d="M13.336,11.519c-0.049,0.041-0.098,0.083-0.145,0.128c-0.68,0.614-1.02,1.345-1.02,2.191 c0,0.432,0.088,0.833,0.264,1.203c0.17-0.425,0.422-0.817,0.756-1.177c0.047-0.049,0.095-0.099,0.145-0.148 c0.779-0.759,1.719-1.139,2.82-1.139c1.101,0,2.04,0.38,2.817,1.139c0.051,0.05,0.101,0.1,0.148,0.151 c0.333,0.359,0.584,0.75,0.753,1.174c0.178-0.37,0.267-0.771,0.267-1.203c0-0.844-0.34-1.574-1.02-2.188 c-0.047-0.044-0.097-0.088-0.148-0.13c-0.777-0.638-1.716-0.956-2.817-0.956C15.055,10.563,14.115,10.881,13.336,11.519z"/> <path fill="%230044B2" d="M13.191,22.904v4.342l1.447-7.159v-3.206L13.191,22.904z"/> <path fill="%230099FF" d="M24.205,7.218c-1.488-1.225-3.183-2.04-5.085-2.443c-0.939-0.199-1.927-0.299-2.965-0.299 c-1.038,0-2.026,0.1-2.965,0.299c-1.903,0.404-3.599,1.218-5.088,2.443c-2.222,1.828-3.332,4.035-3.332,6.62 c0,0.411,0.028,0.812,0.083,1.203c0.298,2.075,1.381,3.881,3.249,5.417c1.488,1.225,3.184,2.04,5.088,2.446l1.447-6.023 c-0.474-0.16-0.908-0.403-1.302-0.728c-0.049-0.041-0.098-0.081-0.145-0.122c-0.334-0.302-0.586-0.632-0.756-0.991 c-0.176-0.37-0.264-0.771-0.264-1.203c0-0.846,0.34-1.577,1.02-2.191c0.047-0.044,0.096-0.087,0.145-0.128 c0.779-0.638,1.719-0.956,2.82-0.956c1.101,0,2.04,0.319,2.817,0.956c0.051,0.043,0.101,0.086,0.148,0.13 c0.68,0.614,1.02,1.344,1.02,2.188c0,0.431-0.089,0.832-0.267,1.203c-0.169,0.358-0.42,0.687-0.753,0.988 c-0.047,0.043-0.097,0.084-0.148,0.125c-0.391,0.325-0.824,0.566-1.299,0.725l1.447,6.026c1.901-0.406,3.596-1.221,5.085-2.446 c1.87-1.536,2.954-3.342,3.249-5.417c0.057-0.391,0.086-0.792,0.086-1.203C27.541,11.252,26.429,9.046,24.205,7.218z"/> </svg> ');
}
.blue.icon-data-cond-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <ellipse fill="%23CCCCCC" cx="16.081" cy="14.902" rx="10.63" ry="5.603"/> <path fill="%23003399" d="M16.028,10.794v-0.021l-6.12-3.532L9.891,7.23l0.392,6.875l0.017-0.01c-0.004,0.004-0.009,0.008-0.014,0.012 l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,10.794z"/> <path fill="%230044B2" d="M16.04,10.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,10.773z"/> <path fill="%230099FF" d="M16.04,10.776v-0.003l6.137-3.543L16.04,4.165L9.891,7.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,10.776z"/> </svg>');
}
.blue.icon-data-cond-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%230099FF" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%230099FF" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%23003399"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%23003399"/> <stop offset="0.7538" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.blue.icon-data-group-by-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%230099FF" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%230099FF" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%230099FF" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%230044B2" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%230044B2" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%230044B2" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%230044B2" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23003399" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23003399" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%23003399" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%23003399" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.blue.icon-data-group-by-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%230044B2" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23003399" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.blue.icon-data-order-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.0175" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="0.7538" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg> ');
}
.blue.icon-data-order-asc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%230099FF" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.blue.icon-data-order-desc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="0.7538" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.blue.icon-data-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%23003399" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%230044B2" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.blue.icon-data-index-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000054233021766848969680000003564700878423085974_" gradientUnits="userSpaceOnUse" x1="5.3956" y1="14.5775" x2="26.7403" y2="14.5775"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000054233021766848969680000003564700878423085974_)" cx="16.068" cy="14.577" rx="10.672" ry="5.927"/> <linearGradient id="SVGID_00000004520653213748539480000008497095856506854830_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000004520653213748539480000008497095856506854830_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000139986028739974805280000014025127181570313607_" gradientUnits="userSpaceOnUse" x1="16.0814" y1="9.5568" x2="16.0814" y2="19.122"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000139986028739974805280000014025127181570313607_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000097493425127232786810000000569530399817429663_" gradientUnits="userSpaceOnUse" x1="149.0715" y1="-0.7173" x2="171.5942" y2="-0.7173" gradientTransform="matrix(0.9659 0.2588 -0.2588 0.9659 -137.6165 -29.9902)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_00000097493425127232786810000000569530399817429663_)" d="M7.608,3.992l-0.419,2.9 c-0.044,0.177-0.071,0.36-0.081,0.55C7.094,7.671,7.107,7.905,7.147,8.145C7.183,8.39,7.246,8.641,7.334,8.898 c0.103,0.297,0.233,0.59,0.392,0.878c0.182,0.328,0.401,0.651,0.656,0.969c0.253,0.314,0.543,0.623,0.869,0.925 c0.259,0.242,0.541,0.479,0.846,0.712c0.551,0.418,1.175,0.82,1.871,1.205c1.897,1.048,4.002,1.758,6.314,2.131 c1.716,0.277,3.287,0.317,4.715,0.12c0.697-0.099,1.36-0.255,1.987-0.468c0.107-0.035,0.213-0.073,0.318-0.112 c0.384-0.147,0.734-0.315,1.05-0.503c0.538-0.321,0.977-0.698,1.319-1.132c0.024-0.03,0.048-0.061,0.071-0.093 c0.136-0.182,0.252-0.37,0.348-0.563c0.063-0.135,0.117-0.273,0.161-0.413l1.149-2.871l0.117-0.429 C29.515,9.255,7.584,4.471,7.608,3.992z"/> <ellipse transform="matrix(0.2588 -0.9659 0.9659 0.2588 7.6755 22.6686)" fill="%230099FF" cx="18.609" cy="6.333" rx="5.579" ry="11.291"/> <path fill="%230044B2" d="M22.683,6.658l-0.703,1.303l1.65,0.474l-0.793,1.473L21.15,9.424l-1.272,2.284l-2.598-0.746l1.291-2.278 l-2.2-0.632l-1.272,2.284L12.501,9.59l1.272-2.284l-1.715-0.492l0.857-1.455l1.688,0.485l0.703-1.303l-1.734-0.498l0.854-1.442 l1.689,0.485l1.185-2.127l2.598,0.746l-1.185,2.127l2.2,0.632l1.186-2.127l2.579,0.74L23.51,5.209l1.65,0.474l-0.789,1.46 L22.683,6.658z M17.904,5.286l-0.722,1.298l2.2,0.632l0.703-1.303L17.904,5.286z"/> </svg> ');
}
.blue.icon-data-index-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000154385464242287056550000013223014894014599048_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000154385464242287056550000013223014894014599048_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000070798699691369544150000012634301812657446571_" gradientUnits="userSpaceOnUse" x1="6.2481" y1="14.3394" x2="25.9147" y2="14.3394"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000070798699691369544150000012634301812657446571_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000090999821408457935780000010833510489642680712_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_00000090999821408457935780000010833510489642680712_)" d="M4.811,9.76l0.346,2.91 c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669c0.099,0.228,0.224,0.454,0.376,0.68 c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766c0.326,0.238,0.686,0.461,1.079,0.669 c0.312,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679c2.104,0.521,4.32,0.663,6.65,0.425 c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966c0.094-0.062,0.187-0.125,0.278-0.19 c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435c0.016-0.036,0.03-0.072,0.044-0.108 c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07l0.002-0.444 C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%230099FF" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> <path fill="%230044B2" d="M19.755,8.262l-0.316,1.447h1.716L20.8,11.344h-1.756l-0.592,2.546h-2.703l0.612-2.546h-2.289L13.48,13.89 h-2.703l0.592-2.546H9.585l0.423-1.635h1.756l0.316-1.447h-1.804l0.423-1.621h1.757l0.552-2.372h2.703l-0.552,2.372h2.289 l0.553-2.372h2.683L20.15,6.641h1.717l-0.355,1.621H19.755z M14.783,8.262l-0.336,1.447h2.289l0.316-1.447H14.783z"/> </svg> ');
}
.blue.icon-data-index-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%230044B2" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%230044B2" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%23003399" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%23003399" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%230099FF" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%230099FF" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.blue.icon-data-index-column{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%230044B2" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23003399" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%230099FF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.lightBlue.icon-data{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="0.7538" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="0.6157" style="stop-color:%23269FBF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="0.6157" style="stop-color:%23269FBF"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="0.7538" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="0.6157" style="stop-color:%23269FBF"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%2333CCFF" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.lightBlue.icon-data-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23269FBF" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%23269FBF" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23269FBF" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="0.6157" style="stop-color:%23269FBF"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%232189a5" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%2333CCFF" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%2333CCFF" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.lightBlue.icon-data-type-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%23999999" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23999999" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%23676767" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%23CCCCCC" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%23CCCCCC" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.lightBlue.icon-data-source{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23269FBF" points="19.121,27.246 19.121,22.904 17.674,16.878 17.674,20.087 19.121,27.246 "/> <path fill="%23269FBF" d="M4.854,15.041c-0.055,0.466-0.083,0.944-0.083,1.432c0,3.074,1.111,5.697,3.332,7.869 c1.489,1.456,3.185,2.424,5.088,2.904v-4.342c-1.903-0.406-3.599-1.221-5.088-2.446C6.235,18.922,5.151,17.116,4.854,15.041z"/> <path fill="%232189a5" d="M27.541,16.472c0-0.488-0.029-0.966-0.086-1.432c-0.296,2.075-1.379,3.881-3.249,5.417 c-1.488,1.225-3.183,2.04-5.085,2.446v4.342c1.902-0.48,3.597-1.448,5.085-2.904C26.429,22.17,27.541,19.547,27.541,16.472"/> <path fill="%232189a5" d="M13.336,11.519c-0.049,0.041-0.098,0.083-0.145,0.128c-0.68,0.614-1.02,1.345-1.02,2.191 c0,0.432,0.088,0.833,0.264,1.203c0.17-0.425,0.422-0.817,0.756-1.177c0.047-0.049,0.095-0.099,0.145-0.148 c0.779-0.759,1.719-1.139,2.82-1.139c1.101,0,2.04,0.38,2.817,1.139c0.051,0.05,0.101,0.1,0.148,0.151 c0.333,0.359,0.584,0.75,0.753,1.174c0.178-0.37,0.267-0.771,0.267-1.203c0-0.844-0.34-1.574-1.02-2.188 c-0.047-0.044-0.097-0.088-0.148-0.13c-0.777-0.638-1.716-0.956-2.817-0.956C15.055,10.563,14.115,10.881,13.336,11.519z"/> <path fill="%232189a5" d="M13.191,22.904v4.342l1.447-7.159v-3.206L13.191,22.904z"/> <path fill="%2333CCFF" d="M24.205,7.218c-1.488-1.225-3.183-2.04-5.085-2.443c-0.939-0.199-1.927-0.299-2.965-0.299 c-1.038,0-2.026,0.1-2.965,0.299c-1.903,0.404-3.599,1.218-5.088,2.443c-2.222,1.828-3.332,4.035-3.332,6.62 c0,0.411,0.028,0.812,0.083,1.203c0.298,2.075,1.381,3.881,3.249,5.417c1.488,1.225,3.184,2.04,5.088,2.446l1.447-6.023 c-0.474-0.16-0.908-0.403-1.302-0.728c-0.049-0.041-0.098-0.081-0.145-0.122c-0.334-0.302-0.586-0.632-0.756-0.991 c-0.176-0.37-0.264-0.771-0.264-1.203c0-0.846,0.34-1.577,1.02-2.191c0.047-0.044,0.096-0.087,0.145-0.128 c0.779-0.638,1.719-0.956,2.82-0.956c1.101,0,2.04,0.319,2.817,0.956c0.051,0.043,0.101,0.086,0.148,0.13 c0.68,0.614,1.02,1.344,1.02,2.188c0,0.431-0.089,0.832-0.267,1.203c-0.169,0.358-0.42,0.687-0.753,0.988 c-0.047,0.043-0.097,0.084-0.148,0.125c-0.391,0.325-0.824,0.566-1.299,0.725l1.447,6.026c1.901-0.406,3.596-1.221,5.085-2.446 c1.87-1.536,2.954-3.342,3.249-5.417c0.057-0.391,0.086-0.792,0.086-1.203C27.541,11.252,26.429,9.046,24.205,7.218z"/> </svg> ');
}
.lightBlue.icon-data-cond-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <ellipse fill="%23CCCCCC" cx="16.081" cy="14.902" rx="10.63" ry="5.603"/> <path fill="%23269FBF" d="M16.028,10.794v-0.021l-6.12-3.532L9.891,7.23l0.392,6.875l0.017-0.01c-0.004,0.004-0.009,0.008-0.014,0.012 l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,10.794z"/> <path fill="%232189a5" d="M16.04,10.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,10.773z"/> <path fill="%2333CCFF" d="M16.04,10.776v-0.003l6.137-3.543L16.04,4.165L9.891,7.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,10.776z"/> </svg>');
}
.lightBlue.icon-data-cond-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%2333CCFF" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%2333CCFF" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%23269FBF"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%23269FBF"/> <stop offset="0.7538" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.lightBlue.icon-data-group-by-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%2333CCFF" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%2333CCFF" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%2333CCFF" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%232189a5" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%232189a5" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%232189a5" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%232189a5" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23269FBF" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23269FBF" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%23269FBF" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%23269FBF" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.lightBlue.icon-data-group-by-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%232189a5" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23269FBF" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.lightBlue.icon-data-order-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.0175" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="0.7538" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg> ');
}
.lightBlue.icon-data-order-asc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%2333CCFF" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.lightBlue.icon-data-order-desc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="0.7538" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.lightBlue.icon-data-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%23269FBF" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%232189a5" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.lightBlue.icon-data-index-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000054233021766848969680000003564700878423085974_" gradientUnits="userSpaceOnUse" x1="5.3956" y1="14.5775" x2="26.7403" y2="14.5775"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000054233021766848969680000003564700878423085974_)" cx="16.068" cy="14.577" rx="10.672" ry="5.927"/> <linearGradient id="SVGID_00000004520653213748539480000008497095856506854830_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000004520653213748539480000008497095856506854830_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000139986028739974805280000014025127181570313607_" gradientUnits="userSpaceOnUse" x1="16.0814" y1="9.5568" x2="16.0814" y2="19.122"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000139986028739974805280000014025127181570313607_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000097493425127232786810000000569530399817429663_" gradientUnits="userSpaceOnUse" x1="149.0715" y1="-0.7173" x2="171.5942" y2="-0.7173" gradientTransform="matrix(0.9659 0.2588 -0.2588 0.9659 -137.6165 -29.9902)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_00000097493425127232786810000000569530399817429663_)" d="M7.608,3.992l-0.419,2.9 c-0.044,0.177-0.071,0.36-0.081,0.55C7.094,7.671,7.107,7.905,7.147,8.145C7.183,8.39,7.246,8.641,7.334,8.898 c0.103,0.297,0.233,0.59,0.392,0.878c0.182,0.328,0.401,0.651,0.656,0.969c0.253,0.314,0.543,0.623,0.869,0.925 c0.259,0.242,0.541,0.479,0.846,0.712c0.551,0.418,1.175,0.82,1.871,1.205c1.897,1.048,4.002,1.758,6.314,2.131 c1.716,0.277,3.287,0.317,4.715,0.12c0.697-0.099,1.36-0.255,1.987-0.468c0.107-0.035,0.213-0.073,0.318-0.112 c0.384-0.147,0.734-0.315,1.05-0.503c0.538-0.321,0.977-0.698,1.319-1.132c0.024-0.03,0.048-0.061,0.071-0.093 c0.136-0.182,0.252-0.37,0.348-0.563c0.063-0.135,0.117-0.273,0.161-0.413l1.149-2.871l0.117-0.429 C29.515,9.255,7.584,4.471,7.608,3.992z"/> <ellipse transform="matrix(0.2588 -0.9659 0.9659 0.2588 7.6755 22.6686)" fill="%2333CCFF" cx="18.609" cy="6.333" rx="5.579" ry="11.291"/> <path fill="%232189a5" d="M22.683,6.658l-0.703,1.303l1.65,0.474l-0.793,1.473L21.15,9.424l-1.272,2.284l-2.598-0.746l1.291-2.278 l-2.2-0.632l-1.272,2.284L12.501,9.59l1.272-2.284l-1.715-0.492l0.857-1.455l1.688,0.485l0.703-1.303l-1.734-0.498l0.854-1.442 l1.689,0.485l1.185-2.127l2.598,0.746l-1.185,2.127l2.2,0.632l1.186-2.127l2.579,0.74L23.51,5.209l1.65,0.474l-0.789,1.46 L22.683,6.658z M17.904,5.286l-0.722,1.298l2.2,0.632l0.703-1.303L17.904,5.286z"/> </svg> ');
}
.lightBlue.icon-data-index-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000154385464242287056550000013223014894014599048_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000154385464242287056550000013223014894014599048_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000070798699691369544150000012634301812657446571_" gradientUnits="userSpaceOnUse" x1="6.2481" y1="14.3394" x2="25.9147" y2="14.3394"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000070798699691369544150000012634301812657446571_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000090999821408457935780000010833510489642680712_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_00000090999821408457935780000010833510489642680712_)" d="M4.811,9.76l0.346,2.91 c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669c0.099,0.228,0.224,0.454,0.376,0.68 c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766c0.326,0.238,0.686,0.461,1.079,0.669 c0.312,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679c2.104,0.521,4.32,0.663,6.65,0.425 c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966c0.094-0.062,0.187-0.125,0.278-0.19 c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435c0.016-0.036,0.03-0.072,0.044-0.108 c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07l0.002-0.444 C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%2333CCFF" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> <path fill="%232189a5" d="M19.755,8.262l-0.316,1.447h1.716L20.8,11.344h-1.756l-0.592,2.546h-2.703l0.612-2.546h-2.289L13.48,13.89 h-2.703l0.592-2.546H9.585l0.423-1.635h1.756l0.316-1.447h-1.804l0.423-1.621h1.757l0.552-2.372h2.703l-0.552,2.372h2.289 l0.553-2.372h2.683L20.15,6.641h1.717l-0.355,1.621H19.755z M14.783,8.262l-0.336,1.447h2.289l0.316-1.447H14.783z"/> </svg> ');
}
.lightBlue.icon-data-index-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%232189a5" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%232189a5" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%23269FBF" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%23269FBF" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%2333CCFF" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%2333CCFF" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.lightBlue.icon-data-index-column{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%232189a5" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23269FBF" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%2333CCFF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.green.icon-data{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="0.7538" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="0.6157" style="stop-color:%232f8c51"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="0.6157" style="stop-color:%232f8c51"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="0.7538" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="0.6157" style="stop-color:%232f8c51"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%2339b563" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.green.icon-data-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232f8c51" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%232f8c51" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%232f8c51" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="0.6157" style="stop-color:%232f8c51"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%2321663c" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%2339b563" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%2339b563" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.green.icon-data-type-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%23999999" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23999999" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%23676767" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%23CCCCCC" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%23CCCCCC" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.green.icon-data-source{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232f8c51" points="19.121,27.246 19.121,22.904 17.674,16.878 17.674,20.087 19.121,27.246 "/> <path fill="%232f8c51" d="M4.854,15.041c-0.055,0.466-0.083,0.944-0.083,1.432c0,3.074,1.111,5.697,3.332,7.869 c1.489,1.456,3.185,2.424,5.088,2.904v-4.342c-1.903-0.406-3.599-1.221-5.088-2.446C6.235,18.922,5.151,17.116,4.854,15.041z"/> <path fill="%2321663c" d="M27.541,16.472c0-0.488-0.029-0.966-0.086-1.432c-0.296,2.075-1.379,3.881-3.249,5.417 c-1.488,1.225-3.183,2.04-5.085,2.446v4.342c1.902-0.48,3.597-1.448,5.085-2.904C26.429,22.17,27.541,19.547,27.541,16.472"/> <path fill="%2321663c" d="M13.336,11.519c-0.049,0.041-0.098,0.083-0.145,0.128c-0.68,0.614-1.02,1.345-1.02,2.191 c0,0.432,0.088,0.833,0.264,1.203c0.17-0.425,0.422-0.817,0.756-1.177c0.047-0.049,0.095-0.099,0.145-0.148 c0.779-0.759,1.719-1.139,2.82-1.139c1.101,0,2.04,0.38,2.817,1.139c0.051,0.05,0.101,0.1,0.148,0.151 c0.333,0.359,0.584,0.75,0.753,1.174c0.178-0.37,0.267-0.771,0.267-1.203c0-0.844-0.34-1.574-1.02-2.188 c-0.047-0.044-0.097-0.088-0.148-0.13c-0.777-0.638-1.716-0.956-2.817-0.956C15.055,10.563,14.115,10.881,13.336,11.519z"/> <path fill="%2321663c" d="M13.191,22.904v4.342l1.447-7.159v-3.206L13.191,22.904z"/> <path fill="%2339b563" d="M24.205,7.218c-1.488-1.225-3.183-2.04-5.085-2.443c-0.939-0.199-1.927-0.299-2.965-0.299 c-1.038,0-2.026,0.1-2.965,0.299c-1.903,0.404-3.599,1.218-5.088,2.443c-2.222,1.828-3.332,4.035-3.332,6.62 c0,0.411,0.028,0.812,0.083,1.203c0.298,2.075,1.381,3.881,3.249,5.417c1.488,1.225,3.184,2.04,5.088,2.446l1.447-6.023 c-0.474-0.16-0.908-0.403-1.302-0.728c-0.049-0.041-0.098-0.081-0.145-0.122c-0.334-0.302-0.586-0.632-0.756-0.991 c-0.176-0.37-0.264-0.771-0.264-1.203c0-0.846,0.34-1.577,1.02-2.191c0.047-0.044,0.096-0.087,0.145-0.128 c0.779-0.638,1.719-0.956,2.82-0.956c1.101,0,2.04,0.319,2.817,0.956c0.051,0.043,0.101,0.086,0.148,0.13 c0.68,0.614,1.02,1.344,1.02,2.188c0,0.431-0.089,0.832-0.267,1.203c-0.169,0.358-0.42,0.687-0.753,0.988 c-0.047,0.043-0.097,0.084-0.148,0.125c-0.391,0.325-0.824,0.566-1.299,0.725l1.447,6.026c1.901-0.406,3.596-1.221,5.085-2.446 c1.87-1.536,2.954-3.342,3.249-5.417c0.057-0.391,0.086-0.792,0.086-1.203C27.541,11.252,26.429,9.046,24.205,7.218z"/> </svg> ');
}
.green.icon-data-cond-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <ellipse fill="%23CCCCCC" cx="16.081" cy="14.902" rx="10.63" ry="5.603"/> <path fill="%232f8c51" d="M16.028,10.794v-0.021l-6.12-3.532L9.891,7.23l0.392,6.875l0.017-0.01c-0.004,0.004-0.009,0.008-0.014,0.012 l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,10.794z"/> <path fill="%2321663c" d="M16.04,10.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,10.773z"/> <path fill="%2339b563" d="M16.04,10.776v-0.003l6.137-3.543L16.04,4.165L9.891,7.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,10.776z"/> </svg>');
}
.green.icon-data-cond-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%2339b563" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%2339b563" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%232f8c51"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%232f8c51"/> <stop offset="0.7538" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.green.icon-data-group-by-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%2339b563" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%2339b563" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%2339b563" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%2321663c" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%2321663c" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%2321663c" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%2321663c" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%232f8c51" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%232f8c51" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%232f8c51" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%232f8c51" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.green.icon-data-group-by-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%2321663c" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%232f8c51" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.green.icon-data-order-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.0175" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="0.7538" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg> ');
}
.green.icon-data-order-asc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%2339b563" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.green.icon-data-order-desc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="0.7538" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.green.icon-data-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%232f8c51" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%2321663c" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.green.icon-data-index-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000054233021766848969680000003564700878423085974_" gradientUnits="userSpaceOnUse" x1="5.3956" y1="14.5775" x2="26.7403" y2="14.5775"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000054233021766848969680000003564700878423085974_)" cx="16.068" cy="14.577" rx="10.672" ry="5.927"/> <linearGradient id="SVGID_00000004520653213748539480000008497095856506854830_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000004520653213748539480000008497095856506854830_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000139986028739974805280000014025127181570313607_" gradientUnits="userSpaceOnUse" x1="16.0814" y1="9.5568" x2="16.0814" y2="19.122"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000139986028739974805280000014025127181570313607_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000097493425127232786810000000569530399817429663_" gradientUnits="userSpaceOnUse" x1="149.0715" y1="-0.7173" x2="171.5942" y2="-0.7173" gradientTransform="matrix(0.9659 0.2588 -0.2588 0.9659 -137.6165 -29.9902)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_00000097493425127232786810000000569530399817429663_)" d="M7.608,3.992l-0.419,2.9 c-0.044,0.177-0.071,0.36-0.081,0.55C7.094,7.671,7.107,7.905,7.147,8.145C7.183,8.39,7.246,8.641,7.334,8.898 c0.103,0.297,0.233,0.59,0.392,0.878c0.182,0.328,0.401,0.651,0.656,0.969c0.253,0.314,0.543,0.623,0.869,0.925 c0.259,0.242,0.541,0.479,0.846,0.712c0.551,0.418,1.175,0.82,1.871,1.205c1.897,1.048,4.002,1.758,6.314,2.131 c1.716,0.277,3.287,0.317,4.715,0.12c0.697-0.099,1.36-0.255,1.987-0.468c0.107-0.035,0.213-0.073,0.318-0.112 c0.384-0.147,0.734-0.315,1.05-0.503c0.538-0.321,0.977-0.698,1.319-1.132c0.024-0.03,0.048-0.061,0.071-0.093 c0.136-0.182,0.252-0.37,0.348-0.563c0.063-0.135,0.117-0.273,0.161-0.413l1.149-2.871l0.117-0.429 C29.515,9.255,7.584,4.471,7.608,3.992z"/> <ellipse transform="matrix(0.2588 -0.9659 0.9659 0.2588 7.6755 22.6686)" fill="%2339b563" cx="18.609" cy="6.333" rx="5.579" ry="11.291"/> <path fill="%2321663c" d="M22.683,6.658l-0.703,1.303l1.65,0.474l-0.793,1.473L21.15,9.424l-1.272,2.284l-2.598-0.746l1.291-2.278 l-2.2-0.632l-1.272,2.284L12.501,9.59l1.272-2.284l-1.715-0.492l0.857-1.455l1.688,0.485l0.703-1.303l-1.734-0.498l0.854-1.442 l1.689,0.485l1.185-2.127l2.598,0.746l-1.185,2.127l2.2,0.632l1.186-2.127l2.579,0.74L23.51,5.209l1.65,0.474l-0.789,1.46 L22.683,6.658z M17.904,5.286l-0.722,1.298l2.2,0.632l0.703-1.303L17.904,5.286z"/> </svg> ');
}
.green.icon-data-index-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000154385464242287056550000013223014894014599048_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000154385464242287056550000013223014894014599048_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000070798699691369544150000012634301812657446571_" gradientUnits="userSpaceOnUse" x1="6.2481" y1="14.3394" x2="25.9147" y2="14.3394"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000070798699691369544150000012634301812657446571_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000090999821408457935780000010833510489642680712_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_00000090999821408457935780000010833510489642680712_)" d="M4.811,9.76l0.346,2.91 c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669c0.099,0.228,0.224,0.454,0.376,0.68 c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766c0.326,0.238,0.686,0.461,1.079,0.669 c0.312,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679c2.104,0.521,4.32,0.663,6.65,0.425 c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966c0.094-0.062,0.187-0.125,0.278-0.19 c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435c0.016-0.036,0.03-0.072,0.044-0.108 c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07l0.002-0.444 C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%2339b563" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> <path fill="%2321663c" d="M19.755,8.262l-0.316,1.447h1.716L20.8,11.344h-1.756l-0.592,2.546h-2.703l0.612-2.546h-2.289L13.48,13.89 h-2.703l0.592-2.546H9.585l0.423-1.635h1.756l0.316-1.447h-1.804l0.423-1.621h1.757l0.552-2.372h2.703l-0.552,2.372h2.289 l0.553-2.372h2.683L20.15,6.641h1.717l-0.355,1.621H19.755z M14.783,8.262l-0.336,1.447h2.289l0.316-1.447H14.783z"/> </svg> ');
}
.green.icon-data-index-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%2321663c" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%2321663c" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%232f8c51" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%232f8c51" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%2339b563" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%2339b563" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.green.icon-data-index-column{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%2321663c" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%232f8c51" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%2339b563" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.lightGreen.icon-data{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="0.7538" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="0.6157" style="stop-color:%2300b200"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="0.6157" style="stop-color:%2300b200"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="0.7538" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="0.6157" style="stop-color:%2300b200"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%2300e500" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.lightGreen.icon-data-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300b200" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%2300b200" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%2300b200" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="0.6157" style="stop-color:%2300b200"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%23009900" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%2300e500" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%2300e500" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.lightGreen.icon-data-type-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%23999999" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23999999" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%23676767" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%23CCCCCC" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%23CCCCCC" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.lightGreen.icon-data-source{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300b200" points="19.121,27.246 19.121,22.904 17.674,16.878 17.674,20.087 19.121,27.246 "/> <path fill="%2300b200" d="M4.854,15.041c-0.055,0.466-0.083,0.944-0.083,1.432c0,3.074,1.111,5.697,3.332,7.869 c1.489,1.456,3.185,2.424,5.088,2.904v-4.342c-1.903-0.406-3.599-1.221-5.088-2.446C6.235,18.922,5.151,17.116,4.854,15.041z"/> <path fill="%23009900" d="M27.541,16.472c0-0.488-0.029-0.966-0.086-1.432c-0.296,2.075-1.379,3.881-3.249,5.417 c-1.488,1.225-3.183,2.04-5.085,2.446v4.342c1.902-0.48,3.597-1.448,5.085-2.904C26.429,22.17,27.541,19.547,27.541,16.472"/> <path fill="%23009900" d="M13.336,11.519c-0.049,0.041-0.098,0.083-0.145,0.128c-0.68,0.614-1.02,1.345-1.02,2.191 c0,0.432,0.088,0.833,0.264,1.203c0.17-0.425,0.422-0.817,0.756-1.177c0.047-0.049,0.095-0.099,0.145-0.148 c0.779-0.759,1.719-1.139,2.82-1.139c1.101,0,2.04,0.38,2.817,1.139c0.051,0.05,0.101,0.1,0.148,0.151 c0.333,0.359,0.584,0.75,0.753,1.174c0.178-0.37,0.267-0.771,0.267-1.203c0-0.844-0.34-1.574-1.02-2.188 c-0.047-0.044-0.097-0.088-0.148-0.13c-0.777-0.638-1.716-0.956-2.817-0.956C15.055,10.563,14.115,10.881,13.336,11.519z"/> <path fill="%23009900" d="M13.191,22.904v4.342l1.447-7.159v-3.206L13.191,22.904z"/> <path fill="%2300e500" d="M24.205,7.218c-1.488-1.225-3.183-2.04-5.085-2.443c-0.939-0.199-1.927-0.299-2.965-0.299 c-1.038,0-2.026,0.1-2.965,0.299c-1.903,0.404-3.599,1.218-5.088,2.443c-2.222,1.828-3.332,4.035-3.332,6.62 c0,0.411,0.028,0.812,0.083,1.203c0.298,2.075,1.381,3.881,3.249,5.417c1.488,1.225,3.184,2.04,5.088,2.446l1.447-6.023 c-0.474-0.16-0.908-0.403-1.302-0.728c-0.049-0.041-0.098-0.081-0.145-0.122c-0.334-0.302-0.586-0.632-0.756-0.991 c-0.176-0.37-0.264-0.771-0.264-1.203c0-0.846,0.34-1.577,1.02-2.191c0.047-0.044,0.096-0.087,0.145-0.128 c0.779-0.638,1.719-0.956,2.82-0.956c1.101,0,2.04,0.319,2.817,0.956c0.051,0.043,0.101,0.086,0.148,0.13 c0.68,0.614,1.02,1.344,1.02,2.188c0,0.431-0.089,0.832-0.267,1.203c-0.169,0.358-0.42,0.687-0.753,0.988 c-0.047,0.043-0.097,0.084-0.148,0.125c-0.391,0.325-0.824,0.566-1.299,0.725l1.447,6.026c1.901-0.406,3.596-1.221,5.085-2.446 c1.87-1.536,2.954-3.342,3.249-5.417c0.057-0.391,0.086-0.792,0.086-1.203C27.541,11.252,26.429,9.046,24.205,7.218z"/> </svg> ');
}
.lightGreen.icon-data-cond-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <ellipse fill="%23CCCCCC" cx="16.081" cy="14.902" rx="10.63" ry="5.603"/> <path fill="%2300b200" d="M16.028,10.794v-0.021l-6.12-3.532L9.891,7.23l0.392,6.875l0.017-0.01c-0.004,0.004-0.009,0.008-0.014,0.012 l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,10.794z"/> <path fill="%23009900" d="M16.04,10.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,10.773z"/> <path fill="%2300e500" d="M16.04,10.776v-0.003l6.137-3.543L16.04,4.165L9.891,7.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,10.776z"/> </svg>');
}
.lightGreen.icon-data-cond-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%2300e500" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%2300e500" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%2300b200"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%2300b200"/> <stop offset="0.7538" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.lightGreen.icon-data-group-by-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%2300e500" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%2300e500" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%2300e500" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23009900" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23009900" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%23009900" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%23009900" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%2300b200" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%2300b200" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%2300b200" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%2300b200" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.lightGreen.icon-data-group-by-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23009900" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%2300b200" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.lightGreen.icon-data-order-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.0175" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="0.7538" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg> ');
}
.lightGreen.icon-data-order-asc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%2300e500" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.lightGreen.icon-data-order-desc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="0.7538" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.lightGreen.icon-data-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%2300b200" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%23009900" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.lightGreen.icon-data-index-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000054233021766848969680000003564700878423085974_" gradientUnits="userSpaceOnUse" x1="5.3956" y1="14.5775" x2="26.7403" y2="14.5775"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000054233021766848969680000003564700878423085974_)" cx="16.068" cy="14.577" rx="10.672" ry="5.927"/> <linearGradient id="SVGID_00000004520653213748539480000008497095856506854830_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000004520653213748539480000008497095856506854830_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000139986028739974805280000014025127181570313607_" gradientUnits="userSpaceOnUse" x1="16.0814" y1="9.5568" x2="16.0814" y2="19.122"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000139986028739974805280000014025127181570313607_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000097493425127232786810000000569530399817429663_" gradientUnits="userSpaceOnUse" x1="149.0715" y1="-0.7173" x2="171.5942" y2="-0.7173" gradientTransform="matrix(0.9659 0.2588 -0.2588 0.9659 -137.6165 -29.9902)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_00000097493425127232786810000000569530399817429663_)" d="M7.608,3.992l-0.419,2.9 c-0.044,0.177-0.071,0.36-0.081,0.55C7.094,7.671,7.107,7.905,7.147,8.145C7.183,8.39,7.246,8.641,7.334,8.898 c0.103,0.297,0.233,0.59,0.392,0.878c0.182,0.328,0.401,0.651,0.656,0.969c0.253,0.314,0.543,0.623,0.869,0.925 c0.259,0.242,0.541,0.479,0.846,0.712c0.551,0.418,1.175,0.82,1.871,1.205c1.897,1.048,4.002,1.758,6.314,2.131 c1.716,0.277,3.287,0.317,4.715,0.12c0.697-0.099,1.36-0.255,1.987-0.468c0.107-0.035,0.213-0.073,0.318-0.112 c0.384-0.147,0.734-0.315,1.05-0.503c0.538-0.321,0.977-0.698,1.319-1.132c0.024-0.03,0.048-0.061,0.071-0.093 c0.136-0.182,0.252-0.37,0.348-0.563c0.063-0.135,0.117-0.273,0.161-0.413l1.149-2.871l0.117-0.429 C29.515,9.255,7.584,4.471,7.608,3.992z"/> <ellipse transform="matrix(0.2588 -0.9659 0.9659 0.2588 7.6755 22.6686)" fill="%2300e500" cx="18.609" cy="6.333" rx="5.579" ry="11.291"/> <path fill="%23009900" d="M22.683,6.658l-0.703,1.303l1.65,0.474l-0.793,1.473L21.15,9.424l-1.272,2.284l-2.598-0.746l1.291-2.278 l-2.2-0.632l-1.272,2.284L12.501,9.59l1.272-2.284l-1.715-0.492l0.857-1.455l1.688,0.485l0.703-1.303l-1.734-0.498l0.854-1.442 l1.689,0.485l1.185-2.127l2.598,0.746l-1.185,2.127l2.2,0.632l1.186-2.127l2.579,0.74L23.51,5.209l1.65,0.474l-0.789,1.46 L22.683,6.658z M17.904,5.286l-0.722,1.298l2.2,0.632l0.703-1.303L17.904,5.286z"/> </svg> ');
}
.lightGreen.icon-data-index-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000154385464242287056550000013223014894014599048_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000154385464242287056550000013223014894014599048_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000070798699691369544150000012634301812657446571_" gradientUnits="userSpaceOnUse" x1="6.2481" y1="14.3394" x2="25.9147" y2="14.3394"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000070798699691369544150000012634301812657446571_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000090999821408457935780000010833510489642680712_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_00000090999821408457935780000010833510489642680712_)" d="M4.811,9.76l0.346,2.91 c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669c0.099,0.228,0.224,0.454,0.376,0.68 c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766c0.326,0.238,0.686,0.461,1.079,0.669 c0.312,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679c2.104,0.521,4.32,0.663,6.65,0.425 c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966c0.094-0.062,0.187-0.125,0.278-0.19 c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435c0.016-0.036,0.03-0.072,0.044-0.108 c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07l0.002-0.444 C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%2300e500" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> <path fill="%23009900" d="M19.755,8.262l-0.316,1.447h1.716L20.8,11.344h-1.756l-0.592,2.546h-2.703l0.612-2.546h-2.289L13.48,13.89 h-2.703l0.592-2.546H9.585l0.423-1.635h1.756l0.316-1.447h-1.804l0.423-1.621h1.757l0.552-2.372h2.703l-0.552,2.372h2.289 l0.553-2.372h2.683L20.15,6.641h1.717l-0.355,1.621H19.755z M14.783,8.262l-0.336,1.447h2.289l0.316-1.447H14.783z"/> </svg> ');
}
.lightGreen.icon-data-index-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%23009900" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%23009900" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%2300b200" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%2300b200" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%2300e500" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%2300e500" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.lightGreen.icon-data-index-column{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23009900" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%2300b200" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%2300e500" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.yellow.icon-data{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="0.7538" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="0.6157" style="stop-color:%23ccaa00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="0.6157" style="stop-color:%23ccaa00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="0.7538" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="0.6157" style="stop-color:%23ccaa00"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%23f9e100" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.yellow.icon-data-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ccaa00" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%23ccaa00" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23ccaa00" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="0.6157" style="stop-color:%23ccaa00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%23a58d00" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%23f9e100" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%23f9e100" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.yellow.icon-data-type-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%23999999" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23999999" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%23676767" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%23CCCCCC" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%23CCCCCC" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.yellow.icon-data-source{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ccaa00" points="19.121,27.246 19.121,22.904 17.674,16.878 17.674,20.087 19.121,27.246 "/> <path fill="%23ccaa00" d="M4.854,15.041c-0.055,0.466-0.083,0.944-0.083,1.432c0,3.074,1.111,5.697,3.332,7.869 c1.489,1.456,3.185,2.424,5.088,2.904v-4.342c-1.903-0.406-3.599-1.221-5.088-2.446C6.235,18.922,5.151,17.116,4.854,15.041z"/> <path fill="%23a58d00" d="M27.541,16.472c0-0.488-0.029-0.966-0.086-1.432c-0.296,2.075-1.379,3.881-3.249,5.417 c-1.488,1.225-3.183,2.04-5.085,2.446v4.342c1.902-0.48,3.597-1.448,5.085-2.904C26.429,22.17,27.541,19.547,27.541,16.472"/> <path fill="%23a58d00" d="M13.336,11.519c-0.049,0.041-0.098,0.083-0.145,0.128c-0.68,0.614-1.02,1.345-1.02,2.191 c0,0.432,0.088,0.833,0.264,1.203c0.17-0.425,0.422-0.817,0.756-1.177c0.047-0.049,0.095-0.099,0.145-0.148 c0.779-0.759,1.719-1.139,2.82-1.139c1.101,0,2.04,0.38,2.817,1.139c0.051,0.05,0.101,0.1,0.148,0.151 c0.333,0.359,0.584,0.75,0.753,1.174c0.178-0.37,0.267-0.771,0.267-1.203c0-0.844-0.34-1.574-1.02-2.188 c-0.047-0.044-0.097-0.088-0.148-0.13c-0.777-0.638-1.716-0.956-2.817-0.956C15.055,10.563,14.115,10.881,13.336,11.519z"/> <path fill="%23a58d00" d="M13.191,22.904v4.342l1.447-7.159v-3.206L13.191,22.904z"/> <path fill="%23f9e100" d="M24.205,7.218c-1.488-1.225-3.183-2.04-5.085-2.443c-0.939-0.199-1.927-0.299-2.965-0.299 c-1.038,0-2.026,0.1-2.965,0.299c-1.903,0.404-3.599,1.218-5.088,2.443c-2.222,1.828-3.332,4.035-3.332,6.62 c0,0.411,0.028,0.812,0.083,1.203c0.298,2.075,1.381,3.881,3.249,5.417c1.488,1.225,3.184,2.04,5.088,2.446l1.447-6.023 c-0.474-0.16-0.908-0.403-1.302-0.728c-0.049-0.041-0.098-0.081-0.145-0.122c-0.334-0.302-0.586-0.632-0.756-0.991 c-0.176-0.37-0.264-0.771-0.264-1.203c0-0.846,0.34-1.577,1.02-2.191c0.047-0.044,0.096-0.087,0.145-0.128 c0.779-0.638,1.719-0.956,2.82-0.956c1.101,0,2.04,0.319,2.817,0.956c0.051,0.043,0.101,0.086,0.148,0.13 c0.68,0.614,1.02,1.344,1.02,2.188c0,0.431-0.089,0.832-0.267,1.203c-0.169,0.358-0.42,0.687-0.753,0.988 c-0.047,0.043-0.097,0.084-0.148,0.125c-0.391,0.325-0.824,0.566-1.299,0.725l1.447,6.026c1.901-0.406,3.596-1.221,5.085-2.446 c1.87-1.536,2.954-3.342,3.249-5.417c0.057-0.391,0.086-0.792,0.086-1.203C27.541,11.252,26.429,9.046,24.205,7.218z"/> </svg> ');
}
.yellow.icon-data-cond-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <ellipse fill="%23CCCCCC" cx="16.081" cy="14.902" rx="10.63" ry="5.603"/> <path fill="%23ccaa00" d="M16.028,10.794v-0.021l-6.12-3.532L9.891,7.23l0.392,6.875l0.017-0.01c-0.004,0.004-0.009,0.008-0.014,0.012 l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,10.794z"/> <path fill="%23a58d00" d="M16.04,10.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,10.773z"/> <path fill="%23f9e100" d="M16.04,10.776v-0.003l6.137-3.543L16.04,4.165L9.891,7.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,10.776z"/> </svg>');
}
.yellow.icon-data-cond-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%23f9e100" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%23f9e100" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23ccaa00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%23ccaa00"/> <stop offset="0.7538" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.yellow.icon-data-group-by-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%23f9e100" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%23f9e100" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%23f9e100" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23a58d00" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23a58d00" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%23a58d00" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%23a58d00" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23ccaa00" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23ccaa00" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%23ccaa00" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%23ccaa00" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.yellow.icon-data-group-by-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23a58d00" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23ccaa00" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.yellow.icon-data-order-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.0175" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="0.7538" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg> ');
}
.yellow.icon-data-order-asc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23f9e100" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.yellow.icon-data-order-desc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="0.7538" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.yellow.icon-data-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%23ccaa00" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%23a58d00" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.yellow.icon-data-index-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000054233021766848969680000003564700878423085974_" gradientUnits="userSpaceOnUse" x1="5.3956" y1="14.5775" x2="26.7403" y2="14.5775"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000054233021766848969680000003564700878423085974_)" cx="16.068" cy="14.577" rx="10.672" ry="5.927"/> <linearGradient id="SVGID_00000004520653213748539480000008497095856506854830_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000004520653213748539480000008497095856506854830_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000139986028739974805280000014025127181570313607_" gradientUnits="userSpaceOnUse" x1="16.0814" y1="9.5568" x2="16.0814" y2="19.122"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000139986028739974805280000014025127181570313607_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000097493425127232786810000000569530399817429663_" gradientUnits="userSpaceOnUse" x1="149.0715" y1="-0.7173" x2="171.5942" y2="-0.7173" gradientTransform="matrix(0.9659 0.2588 -0.2588 0.9659 -137.6165 -29.9902)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_00000097493425127232786810000000569530399817429663_)" d="M7.608,3.992l-0.419,2.9 c-0.044,0.177-0.071,0.36-0.081,0.55C7.094,7.671,7.107,7.905,7.147,8.145C7.183,8.39,7.246,8.641,7.334,8.898 c0.103,0.297,0.233,0.59,0.392,0.878c0.182,0.328,0.401,0.651,0.656,0.969c0.253,0.314,0.543,0.623,0.869,0.925 c0.259,0.242,0.541,0.479,0.846,0.712c0.551,0.418,1.175,0.82,1.871,1.205c1.897,1.048,4.002,1.758,6.314,2.131 c1.716,0.277,3.287,0.317,4.715,0.12c0.697-0.099,1.36-0.255,1.987-0.468c0.107-0.035,0.213-0.073,0.318-0.112 c0.384-0.147,0.734-0.315,1.05-0.503c0.538-0.321,0.977-0.698,1.319-1.132c0.024-0.03,0.048-0.061,0.071-0.093 c0.136-0.182,0.252-0.37,0.348-0.563c0.063-0.135,0.117-0.273,0.161-0.413l1.149-2.871l0.117-0.429 C29.515,9.255,7.584,4.471,7.608,3.992z"/> <ellipse transform="matrix(0.2588 -0.9659 0.9659 0.2588 7.6755 22.6686)" fill="%23f9e100" cx="18.609" cy="6.333" rx="5.579" ry="11.291"/> <path fill="%23a58d00" d="M22.683,6.658l-0.703,1.303l1.65,0.474l-0.793,1.473L21.15,9.424l-1.272,2.284l-2.598-0.746l1.291-2.278 l-2.2-0.632l-1.272,2.284L12.501,9.59l1.272-2.284l-1.715-0.492l0.857-1.455l1.688,0.485l0.703-1.303l-1.734-0.498l0.854-1.442 l1.689,0.485l1.185-2.127l2.598,0.746l-1.185,2.127l2.2,0.632l1.186-2.127l2.579,0.74L23.51,5.209l1.65,0.474l-0.789,1.46 L22.683,6.658z M17.904,5.286l-0.722,1.298l2.2,0.632l0.703-1.303L17.904,5.286z"/> </svg> ');
}
.yellow.icon-data-index-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000154385464242287056550000013223014894014599048_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000154385464242287056550000013223014894014599048_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000070798699691369544150000012634301812657446571_" gradientUnits="userSpaceOnUse" x1="6.2481" y1="14.3394" x2="25.9147" y2="14.3394"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000070798699691369544150000012634301812657446571_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000090999821408457935780000010833510489642680712_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_00000090999821408457935780000010833510489642680712_)" d="M4.811,9.76l0.346,2.91 c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669c0.099,0.228,0.224,0.454,0.376,0.68 c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766c0.326,0.238,0.686,0.461,1.079,0.669 c0.312,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679c2.104,0.521,4.32,0.663,6.65,0.425 c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966c0.094-0.062,0.187-0.125,0.278-0.19 c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435c0.016-0.036,0.03-0.072,0.044-0.108 c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07l0.002-0.444 C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23f9e100" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> <path fill="%23a58d00" d="M19.755,8.262l-0.316,1.447h1.716L20.8,11.344h-1.756l-0.592,2.546h-2.703l0.612-2.546h-2.289L13.48,13.89 h-2.703l0.592-2.546H9.585l0.423-1.635h1.756l0.316-1.447h-1.804l0.423-1.621h1.757l0.552-2.372h2.703l-0.552,2.372h2.289 l0.553-2.372h2.683L20.15,6.641h1.717l-0.355,1.621H19.755z M14.783,8.262l-0.336,1.447h2.289l0.316-1.447H14.783z"/> </svg> ');
}
.yellow.icon-data-index-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%23a58d00" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%23a58d00" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%23ccaa00" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%23ccaa00" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%23f9e100" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%23f9e100" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.yellow.icon-data-index-column{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23a58d00" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23ccaa00" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%23f9e100" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.purple.icon-data{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="0.7538" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="0.6157" style="stop-color:%23FF66FF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="0.6157" style="stop-color:%23FF66FF"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="0.7538" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="0.6157" style="stop-color:%23FF66FF"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%23FF99FF" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.purple.icon-data-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF66FF" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%23FF66FF" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23FF66FF" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="0.6157" style="stop-color:%23FF66FF"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%23990099" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%23FF99FF" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%23FF99FF" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.purple.icon-data-type-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%23999999" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23999999" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%23676767" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%23CCCCCC" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%23CCCCCC" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.purple.icon-data-source{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF66FF" points="19.121,27.246 19.121,22.904 17.674,16.878 17.674,20.087 19.121,27.246 "/> <path fill="%23FF66FF" d="M4.854,15.041c-0.055,0.466-0.083,0.944-0.083,1.432c0,3.074,1.111,5.697,3.332,7.869 c1.489,1.456,3.185,2.424,5.088,2.904v-4.342c-1.903-0.406-3.599-1.221-5.088-2.446C6.235,18.922,5.151,17.116,4.854,15.041z"/> <path fill="%23990099" d="M27.541,16.472c0-0.488-0.029-0.966-0.086-1.432c-0.296,2.075-1.379,3.881-3.249,5.417 c-1.488,1.225-3.183,2.04-5.085,2.446v4.342c1.902-0.48,3.597-1.448,5.085-2.904C26.429,22.17,27.541,19.547,27.541,16.472"/> <path fill="%23990099" d="M13.336,11.519c-0.049,0.041-0.098,0.083-0.145,0.128c-0.68,0.614-1.02,1.345-1.02,2.191 c0,0.432,0.088,0.833,0.264,1.203c0.17-0.425,0.422-0.817,0.756-1.177c0.047-0.049,0.095-0.099,0.145-0.148 c0.779-0.759,1.719-1.139,2.82-1.139c1.101,0,2.04,0.38,2.817,1.139c0.051,0.05,0.101,0.1,0.148,0.151 c0.333,0.359,0.584,0.75,0.753,1.174c0.178-0.37,0.267-0.771,0.267-1.203c0-0.844-0.34-1.574-1.02-2.188 c-0.047-0.044-0.097-0.088-0.148-0.13c-0.777-0.638-1.716-0.956-2.817-0.956C15.055,10.563,14.115,10.881,13.336,11.519z"/> <path fill="%23990099" d="M13.191,22.904v4.342l1.447-7.159v-3.206L13.191,22.904z"/> <path fill="%23FF99FF" d="M24.205,7.218c-1.488-1.225-3.183-2.04-5.085-2.443c-0.939-0.199-1.927-0.299-2.965-0.299 c-1.038,0-2.026,0.1-2.965,0.299c-1.903,0.404-3.599,1.218-5.088,2.443c-2.222,1.828-3.332,4.035-3.332,6.62 c0,0.411,0.028,0.812,0.083,1.203c0.298,2.075,1.381,3.881,3.249,5.417c1.488,1.225,3.184,2.04,5.088,2.446l1.447-6.023 c-0.474-0.16-0.908-0.403-1.302-0.728c-0.049-0.041-0.098-0.081-0.145-0.122c-0.334-0.302-0.586-0.632-0.756-0.991 c-0.176-0.37-0.264-0.771-0.264-1.203c0-0.846,0.34-1.577,1.02-2.191c0.047-0.044,0.096-0.087,0.145-0.128 c0.779-0.638,1.719-0.956,2.82-0.956c1.101,0,2.04,0.319,2.817,0.956c0.051,0.043,0.101,0.086,0.148,0.13 c0.68,0.614,1.02,1.344,1.02,2.188c0,0.431-0.089,0.832-0.267,1.203c-0.169,0.358-0.42,0.687-0.753,0.988 c-0.047,0.043-0.097,0.084-0.148,0.125c-0.391,0.325-0.824,0.566-1.299,0.725l1.447,6.026c1.901-0.406,3.596-1.221,5.085-2.446 c1.87-1.536,2.954-3.342,3.249-5.417c0.057-0.391,0.086-0.792,0.086-1.203C27.541,11.252,26.429,9.046,24.205,7.218z"/> </svg> ');
}
.purple.icon-data-cond-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <ellipse fill="%23CCCCCC" cx="16.081" cy="14.902" rx="10.63" ry="5.603"/> <path fill="%23FF66FF" d="M16.028,10.794v-0.021l-6.12-3.532L9.891,7.23l0.392,6.875l0.017-0.01c-0.004,0.004-0.009,0.008-0.014,0.012 l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,10.794z"/> <path fill="%23990099" d="M16.04,10.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,10.773z"/> <path fill="%23FF99FF" d="M16.04,10.776v-0.003l6.137-3.543L16.04,4.165L9.891,7.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,10.776z"/> </svg>');
}
.purple.icon-data-cond-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%23FF99FF" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%23FF99FF" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23FF66FF"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%23FF66FF"/> <stop offset="0.7538" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.purple.icon-data-group-by-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%23FF99FF" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%23FF99FF" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%23FF99FF" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23990099" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23990099" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%23990099" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%23990099" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23FF66FF" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23FF66FF" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%23FF66FF" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%23FF66FF" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.purple.icon-data-group-by-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23990099" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23FF66FF" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.purple.icon-data-order-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.0175" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="0.7538" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg> ');
}
.purple.icon-data-order-asc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23FF99FF" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.purple.icon-data-order-desc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="0.7538" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.purple.icon-data-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%23FF66FF" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%23990099" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.purple.icon-data-index-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000054233021766848969680000003564700878423085974_" gradientUnits="userSpaceOnUse" x1="5.3956" y1="14.5775" x2="26.7403" y2="14.5775"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000054233021766848969680000003564700878423085974_)" cx="16.068" cy="14.577" rx="10.672" ry="5.927"/> <linearGradient id="SVGID_00000004520653213748539480000008497095856506854830_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000004520653213748539480000008497095856506854830_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000139986028739974805280000014025127181570313607_" gradientUnits="userSpaceOnUse" x1="16.0814" y1="9.5568" x2="16.0814" y2="19.122"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000139986028739974805280000014025127181570313607_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000097493425127232786810000000569530399817429663_" gradientUnits="userSpaceOnUse" x1="149.0715" y1="-0.7173" x2="171.5942" y2="-0.7173" gradientTransform="matrix(0.9659 0.2588 -0.2588 0.9659 -137.6165 -29.9902)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_00000097493425127232786810000000569530399817429663_)" d="M7.608,3.992l-0.419,2.9 c-0.044,0.177-0.071,0.36-0.081,0.55C7.094,7.671,7.107,7.905,7.147,8.145C7.183,8.39,7.246,8.641,7.334,8.898 c0.103,0.297,0.233,0.59,0.392,0.878c0.182,0.328,0.401,0.651,0.656,0.969c0.253,0.314,0.543,0.623,0.869,0.925 c0.259,0.242,0.541,0.479,0.846,0.712c0.551,0.418,1.175,0.82,1.871,1.205c1.897,1.048,4.002,1.758,6.314,2.131 c1.716,0.277,3.287,0.317,4.715,0.12c0.697-0.099,1.36-0.255,1.987-0.468c0.107-0.035,0.213-0.073,0.318-0.112 c0.384-0.147,0.734-0.315,1.05-0.503c0.538-0.321,0.977-0.698,1.319-1.132c0.024-0.03,0.048-0.061,0.071-0.093 c0.136-0.182,0.252-0.37,0.348-0.563c0.063-0.135,0.117-0.273,0.161-0.413l1.149-2.871l0.117-0.429 C29.515,9.255,7.584,4.471,7.608,3.992z"/> <ellipse transform="matrix(0.2588 -0.9659 0.9659 0.2588 7.6755 22.6686)" fill="%23FF99FF" cx="18.609" cy="6.333" rx="5.579" ry="11.291"/> <path fill="%23990099" d="M22.683,6.658l-0.703,1.303l1.65,0.474l-0.793,1.473L21.15,9.424l-1.272,2.284l-2.598-0.746l1.291-2.278 l-2.2-0.632l-1.272,2.284L12.501,9.59l1.272-2.284l-1.715-0.492l0.857-1.455l1.688,0.485l0.703-1.303l-1.734-0.498l0.854-1.442 l1.689,0.485l1.185-2.127l2.598,0.746l-1.185,2.127l2.2,0.632l1.186-2.127l2.579,0.74L23.51,5.209l1.65,0.474l-0.789,1.46 L22.683,6.658z M17.904,5.286l-0.722,1.298l2.2,0.632l0.703-1.303L17.904,5.286z"/> </svg> ');
}
.purple.icon-data-index-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000154385464242287056550000013223014894014599048_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000154385464242287056550000013223014894014599048_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000070798699691369544150000012634301812657446571_" gradientUnits="userSpaceOnUse" x1="6.2481" y1="14.3394" x2="25.9147" y2="14.3394"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000070798699691369544150000012634301812657446571_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000090999821408457935780000010833510489642680712_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_00000090999821408457935780000010833510489642680712_)" d="M4.811,9.76l0.346,2.91 c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669c0.099,0.228,0.224,0.454,0.376,0.68 c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766c0.326,0.238,0.686,0.461,1.079,0.669 c0.312,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679c2.104,0.521,4.32,0.663,6.65,0.425 c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966c0.094-0.062,0.187-0.125,0.278-0.19 c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435c0.016-0.036,0.03-0.072,0.044-0.108 c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07l0.002-0.444 C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23FF99FF" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> <path fill="%23990099" d="M19.755,8.262l-0.316,1.447h1.716L20.8,11.344h-1.756l-0.592,2.546h-2.703l0.612-2.546h-2.289L13.48,13.89 h-2.703l0.592-2.546H9.585l0.423-1.635h1.756l0.316-1.447h-1.804l0.423-1.621h1.757l0.552-2.372h2.703l-0.552,2.372h2.289 l0.553-2.372h2.683L20.15,6.641h1.717l-0.355,1.621H19.755z M14.783,8.262l-0.336,1.447h2.289l0.316-1.447H14.783z"/> </svg> ');
}
.purple.icon-data-index-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%23990099" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%23990099" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%23FF66FF" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%23FF66FF" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%23FF99FF" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%23FF99FF" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.purple.icon-data-index-column{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23990099" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23FF66FF" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%23FF99FF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.grey.icon-data{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.7538" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.7538" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.grey.icon-data-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%23999999" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23999999" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%23676767" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%23CCCCCC" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%23CCCCCC" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.grey.icon-data-type-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%23999999" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23999999" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%23676767" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%23CCCCCC" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%23CCCCCC" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.grey.icon-data-source{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="19.121,27.246 19.121,22.904 17.674,16.878 17.674,20.087 19.121,27.246 "/> <path fill="%23999999" d="M4.854,15.041c-0.055,0.466-0.083,0.944-0.083,1.432c0,3.074,1.111,5.697,3.332,7.869 c1.489,1.456,3.185,2.424,5.088,2.904v-4.342c-1.903-0.406-3.599-1.221-5.088-2.446C6.235,18.922,5.151,17.116,4.854,15.041z"/> <path fill="%23676767" d="M27.541,16.472c0-0.488-0.029-0.966-0.086-1.432c-0.296,2.075-1.379,3.881-3.249,5.417 c-1.488,1.225-3.183,2.04-5.085,2.446v4.342c1.902-0.48,3.597-1.448,5.085-2.904C26.429,22.17,27.541,19.547,27.541,16.472"/> <path fill="%23676767" d="M13.336,11.519c-0.049,0.041-0.098,0.083-0.145,0.128c-0.68,0.614-1.02,1.345-1.02,2.191 c0,0.432,0.088,0.833,0.264,1.203c0.17-0.425,0.422-0.817,0.756-1.177c0.047-0.049,0.095-0.099,0.145-0.148 c0.779-0.759,1.719-1.139,2.82-1.139c1.101,0,2.04,0.38,2.817,1.139c0.051,0.05,0.101,0.1,0.148,0.151 c0.333,0.359,0.584,0.75,0.753,1.174c0.178-0.37,0.267-0.771,0.267-1.203c0-0.844-0.34-1.574-1.02-2.188 c-0.047-0.044-0.097-0.088-0.148-0.13c-0.777-0.638-1.716-0.956-2.817-0.956C15.055,10.563,14.115,10.881,13.336,11.519z"/> <path fill="%23676767" d="M13.191,22.904v4.342l1.447-7.159v-3.206L13.191,22.904z"/> <path fill="%23CCCCCC" d="M24.205,7.218c-1.488-1.225-3.183-2.04-5.085-2.443c-0.939-0.199-1.927-0.299-2.965-0.299 c-1.038,0-2.026,0.1-2.965,0.299c-1.903,0.404-3.599,1.218-5.088,2.443c-2.222,1.828-3.332,4.035-3.332,6.62 c0,0.411,0.028,0.812,0.083,1.203c0.298,2.075,1.381,3.881,3.249,5.417c1.488,1.225,3.184,2.04,5.088,2.446l1.447-6.023 c-0.474-0.16-0.908-0.403-1.302-0.728c-0.049-0.041-0.098-0.081-0.145-0.122c-0.334-0.302-0.586-0.632-0.756-0.991 c-0.176-0.37-0.264-0.771-0.264-1.203c0-0.846,0.34-1.577,1.02-2.191c0.047-0.044,0.096-0.087,0.145-0.128 c0.779-0.638,1.719-0.956,2.82-0.956c1.101,0,2.04,0.319,2.817,0.956c0.051,0.043,0.101,0.086,0.148,0.13 c0.68,0.614,1.02,1.344,1.02,2.188c0,0.431-0.089,0.832-0.267,1.203c-0.169,0.358-0.42,0.687-0.753,0.988 c-0.047,0.043-0.097,0.084-0.148,0.125c-0.391,0.325-0.824,0.566-1.299,0.725l1.447,6.026c1.901-0.406,3.596-1.221,5.085-2.446 c1.87-1.536,2.954-3.342,3.249-5.417c0.057-0.391,0.086-0.792,0.086-1.203C27.541,11.252,26.429,9.046,24.205,7.218z"/> </svg> ');
}
.grey.icon-data-cond-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <ellipse fill="%23CCCCCC" cx="16.081" cy="14.902" rx="10.63" ry="5.603"/> <path fill="%23999999" d="M16.028,10.794v-0.021l-6.12-3.532L9.891,7.23l0.392,6.875l0.017-0.01c-0.004,0.004-0.009,0.008-0.014,0.012 l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,10.794z"/> <path fill="%23676767" d="M16.04,10.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,10.773z"/> <path fill="%23CCCCCC" d="M16.04,10.776v-0.003l6.137-3.543L16.04,4.165L9.891,7.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,10.776z"/> </svg>');
}
.grey.icon-data-cond-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%23CCCCCC" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%23CCCCCC" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="0.7538" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.grey.icon-data-group-by-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%23CCCCCC" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%23CCCCCC" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%23CCCCCC" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23676767" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23676767" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%23676767" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%23676767" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23999999" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23999999" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%23999999" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%23999999" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.grey.icon-data-group-by-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23676767" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23999999" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.grey.icon-data-order-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.0175" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.7538" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg> ');
}
.grey.icon-data-order-asc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.grey.icon-data-order-desc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.7538" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.grey.icon-data-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%23999999" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%23676767" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.grey.icon-data-index-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000054233021766848969680000003564700878423085974_" gradientUnits="userSpaceOnUse" x1="5.3956" y1="14.5775" x2="26.7403" y2="14.5775"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000054233021766848969680000003564700878423085974_)" cx="16.068" cy="14.577" rx="10.672" ry="5.927"/> <linearGradient id="SVGID_00000004520653213748539480000008497095856506854830_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000004520653213748539480000008497095856506854830_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000139986028739974805280000014025127181570313607_" gradientUnits="userSpaceOnUse" x1="16.0814" y1="9.5568" x2="16.0814" y2="19.122"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000139986028739974805280000014025127181570313607_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000097493425127232786810000000569530399817429663_" gradientUnits="userSpaceOnUse" x1="149.0715" y1="-0.7173" x2="171.5942" y2="-0.7173" gradientTransform="matrix(0.9659 0.2588 -0.2588 0.9659 -137.6165 -29.9902)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000097493425127232786810000000569530399817429663_)" d="M7.608,3.992l-0.419,2.9 c-0.044,0.177-0.071,0.36-0.081,0.55C7.094,7.671,7.107,7.905,7.147,8.145C7.183,8.39,7.246,8.641,7.334,8.898 c0.103,0.297,0.233,0.59,0.392,0.878c0.182,0.328,0.401,0.651,0.656,0.969c0.253,0.314,0.543,0.623,0.869,0.925 c0.259,0.242,0.541,0.479,0.846,0.712c0.551,0.418,1.175,0.82,1.871,1.205c1.897,1.048,4.002,1.758,6.314,2.131 c1.716,0.277,3.287,0.317,4.715,0.12c0.697-0.099,1.36-0.255,1.987-0.468c0.107-0.035,0.213-0.073,0.318-0.112 c0.384-0.147,0.734-0.315,1.05-0.503c0.538-0.321,0.977-0.698,1.319-1.132c0.024-0.03,0.048-0.061,0.071-0.093 c0.136-0.182,0.252-0.37,0.348-0.563c0.063-0.135,0.117-0.273,0.161-0.413l1.149-2.871l0.117-0.429 C29.515,9.255,7.584,4.471,7.608,3.992z"/> <ellipse transform="matrix(0.2588 -0.9659 0.9659 0.2588 7.6755 22.6686)" fill="%23CCCCCC" cx="18.609" cy="6.333" rx="5.579" ry="11.291"/> <path fill="%23676767" d="M22.683,6.658l-0.703,1.303l1.65,0.474l-0.793,1.473L21.15,9.424l-1.272,2.284l-2.598-0.746l1.291-2.278 l-2.2-0.632l-1.272,2.284L12.501,9.59l1.272-2.284l-1.715-0.492l0.857-1.455l1.688,0.485l0.703-1.303l-1.734-0.498l0.854-1.442 l1.689,0.485l1.185-2.127l2.598,0.746l-1.185,2.127l2.2,0.632l1.186-2.127l2.579,0.74L23.51,5.209l1.65,0.474l-0.789,1.46 L22.683,6.658z M17.904,5.286l-0.722,1.298l2.2,0.632l0.703-1.303L17.904,5.286z"/> </svg> ');
}
.grey.icon-data-index-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000154385464242287056550000013223014894014599048_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000154385464242287056550000013223014894014599048_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000070798699691369544150000012634301812657446571_" gradientUnits="userSpaceOnUse" x1="6.2481" y1="14.3394" x2="25.9147" y2="14.3394"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000070798699691369544150000012634301812657446571_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000090999821408457935780000010833510489642680712_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000090999821408457935780000010833510489642680712_)" d="M4.811,9.76l0.346,2.91 c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669c0.099,0.228,0.224,0.454,0.376,0.68 c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766c0.326,0.238,0.686,0.461,1.079,0.669 c0.312,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679c2.104,0.521,4.32,0.663,6.65,0.425 c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966c0.094-0.062,0.187-0.125,0.278-0.19 c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435c0.016-0.036,0.03-0.072,0.044-0.108 c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07l0.002-0.444 C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> <path fill="%23676767" d="M19.755,8.262l-0.316,1.447h1.716L20.8,11.344h-1.756l-0.592,2.546h-2.703l0.612-2.546h-2.289L13.48,13.89 h-2.703l0.592-2.546H9.585l0.423-1.635h1.756l0.316-1.447h-1.804l0.423-1.621h1.757l0.552-2.372h2.703l-0.552,2.372h2.289 l0.553-2.372h2.683L20.15,6.641h1.717l-0.355,1.621H19.755z M14.783,8.262l-0.336,1.447h2.289l0.316-1.447H14.783z"/> </svg> ');
}
.grey.icon-data-index-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%23676767" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%23676767" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%23999999" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%23999999" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%23CCCCCC" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%23CCCCCC" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.grey.icon-data-index-column{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23676767" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23999999" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%23CCCCCC" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.orange.icon-data{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="0.7538" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="0.6157" style="stop-color:%23d88500"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="0.6157" style="stop-color:%23d88500"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="0.7538" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="0.6157" style="stop-color:%23d88500"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%23ffbc00" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.orange.icon-data-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23d88500" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%23d88500" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23d88500" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="0.6157" style="stop-color:%23d88500"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%23a56600" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%23ffbc00" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%23ffbc00" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.orange.icon-data-type-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%23999999" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23999999" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%23676767" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%23CCCCCC" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%23CCCCCC" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.orange.icon-data-source{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23d88500" points="19.121,27.246 19.121,22.904 17.674,16.878 17.674,20.087 19.121,27.246 "/> <path fill="%23d88500" d="M4.854,15.041c-0.055,0.466-0.083,0.944-0.083,1.432c0,3.074,1.111,5.697,3.332,7.869 c1.489,1.456,3.185,2.424,5.088,2.904v-4.342c-1.903-0.406-3.599-1.221-5.088-2.446C6.235,18.922,5.151,17.116,4.854,15.041z"/> <path fill="%23a56600" d="M27.541,16.472c0-0.488-0.029-0.966-0.086-1.432c-0.296,2.075-1.379,3.881-3.249,5.417 c-1.488,1.225-3.183,2.04-5.085,2.446v4.342c1.902-0.48,3.597-1.448,5.085-2.904C26.429,22.17,27.541,19.547,27.541,16.472"/> <path fill="%23a56600" d="M13.336,11.519c-0.049,0.041-0.098,0.083-0.145,0.128c-0.68,0.614-1.02,1.345-1.02,2.191 c0,0.432,0.088,0.833,0.264,1.203c0.17-0.425,0.422-0.817,0.756-1.177c0.047-0.049,0.095-0.099,0.145-0.148 c0.779-0.759,1.719-1.139,2.82-1.139c1.101,0,2.04,0.38,2.817,1.139c0.051,0.05,0.101,0.1,0.148,0.151 c0.333,0.359,0.584,0.75,0.753,1.174c0.178-0.37,0.267-0.771,0.267-1.203c0-0.844-0.34-1.574-1.02-2.188 c-0.047-0.044-0.097-0.088-0.148-0.13c-0.777-0.638-1.716-0.956-2.817-0.956C15.055,10.563,14.115,10.881,13.336,11.519z"/> <path fill="%23a56600" d="M13.191,22.904v4.342l1.447-7.159v-3.206L13.191,22.904z"/> <path fill="%23ffbc00" d="M24.205,7.218c-1.488-1.225-3.183-2.04-5.085-2.443c-0.939-0.199-1.927-0.299-2.965-0.299 c-1.038,0-2.026,0.1-2.965,0.299c-1.903,0.404-3.599,1.218-5.088,2.443c-2.222,1.828-3.332,4.035-3.332,6.62 c0,0.411,0.028,0.812,0.083,1.203c0.298,2.075,1.381,3.881,3.249,5.417c1.488,1.225,3.184,2.04,5.088,2.446l1.447-6.023 c-0.474-0.16-0.908-0.403-1.302-0.728c-0.049-0.041-0.098-0.081-0.145-0.122c-0.334-0.302-0.586-0.632-0.756-0.991 c-0.176-0.37-0.264-0.771-0.264-1.203c0-0.846,0.34-1.577,1.02-2.191c0.047-0.044,0.096-0.087,0.145-0.128 c0.779-0.638,1.719-0.956,2.82-0.956c1.101,0,2.04,0.319,2.817,0.956c0.051,0.043,0.101,0.086,0.148,0.13 c0.68,0.614,1.02,1.344,1.02,2.188c0,0.431-0.089,0.832-0.267,1.203c-0.169,0.358-0.42,0.687-0.753,0.988 c-0.047,0.043-0.097,0.084-0.148,0.125c-0.391,0.325-0.824,0.566-1.299,0.725l1.447,6.026c1.901-0.406,3.596-1.221,5.085-2.446 c1.87-1.536,2.954-3.342,3.249-5.417c0.057-0.391,0.086-0.792,0.086-1.203C27.541,11.252,26.429,9.046,24.205,7.218z"/> </svg> ');
}
.orange.icon-data-cond-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <ellipse fill="%23CCCCCC" cx="16.081" cy="14.902" rx="10.63" ry="5.603"/> <path fill="%23d88500" d="M16.028,10.794v-0.021l-6.12-3.532L9.891,7.23l0.392,6.875l0.017-0.01c-0.004,0.004-0.009,0.008-0.014,0.012 l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,10.794z"/> <path fill="%23a56600" d="M16.04,10.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,10.773z"/> <path fill="%23ffbc00" d="M16.04,10.776v-0.003l6.137-3.543L16.04,4.165L9.891,7.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,10.776z"/> </svg>');
}
.orange.icon-data-cond-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%23ffbc00" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%23ffbc00" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23d88500"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%23d88500"/> <stop offset="0.7538" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.orange.icon-data-group-by-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%23ffbc00" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%23ffbc00" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%23ffbc00" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23a56600" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23a56600" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%23a56600" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%23a56600" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23d88500" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23d88500" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%23d88500" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%23d88500" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.orange.icon-data-group-by-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23a56600" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23d88500" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.orange.icon-data-order-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.0175" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="0.7538" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg> ');
}
.orange.icon-data-order-asc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23ffbc00" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.orange.icon-data-order-desc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="0.7538" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.orange.icon-data-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%23d88500" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%23a56600" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.orange.icon-data-index-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000054233021766848969680000003564700878423085974_" gradientUnits="userSpaceOnUse" x1="5.3956" y1="14.5775" x2="26.7403" y2="14.5775"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000054233021766848969680000003564700878423085974_)" cx="16.068" cy="14.577" rx="10.672" ry="5.927"/> <linearGradient id="SVGID_00000004520653213748539480000008497095856506854830_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000004520653213748539480000008497095856506854830_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000139986028739974805280000014025127181570313607_" gradientUnits="userSpaceOnUse" x1="16.0814" y1="9.5568" x2="16.0814" y2="19.122"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000139986028739974805280000014025127181570313607_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000097493425127232786810000000569530399817429663_" gradientUnits="userSpaceOnUse" x1="149.0715" y1="-0.7173" x2="171.5942" y2="-0.7173" gradientTransform="matrix(0.9659 0.2588 -0.2588 0.9659 -137.6165 -29.9902)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_00000097493425127232786810000000569530399817429663_)" d="M7.608,3.992l-0.419,2.9 c-0.044,0.177-0.071,0.36-0.081,0.55C7.094,7.671,7.107,7.905,7.147,8.145C7.183,8.39,7.246,8.641,7.334,8.898 c0.103,0.297,0.233,0.59,0.392,0.878c0.182,0.328,0.401,0.651,0.656,0.969c0.253,0.314,0.543,0.623,0.869,0.925 c0.259,0.242,0.541,0.479,0.846,0.712c0.551,0.418,1.175,0.82,1.871,1.205c1.897,1.048,4.002,1.758,6.314,2.131 c1.716,0.277,3.287,0.317,4.715,0.12c0.697-0.099,1.36-0.255,1.987-0.468c0.107-0.035,0.213-0.073,0.318-0.112 c0.384-0.147,0.734-0.315,1.05-0.503c0.538-0.321,0.977-0.698,1.319-1.132c0.024-0.03,0.048-0.061,0.071-0.093 c0.136-0.182,0.252-0.37,0.348-0.563c0.063-0.135,0.117-0.273,0.161-0.413l1.149-2.871l0.117-0.429 C29.515,9.255,7.584,4.471,7.608,3.992z"/> <ellipse transform="matrix(0.2588 -0.9659 0.9659 0.2588 7.6755 22.6686)" fill="%23ffbc00" cx="18.609" cy="6.333" rx="5.579" ry="11.291"/> <path fill="%23a56600" d="M22.683,6.658l-0.703,1.303l1.65,0.474l-0.793,1.473L21.15,9.424l-1.272,2.284l-2.598-0.746l1.291-2.278 l-2.2-0.632l-1.272,2.284L12.501,9.59l1.272-2.284l-1.715-0.492l0.857-1.455l1.688,0.485l0.703-1.303l-1.734-0.498l0.854-1.442 l1.689,0.485l1.185-2.127l2.598,0.746l-1.185,2.127l2.2,0.632l1.186-2.127l2.579,0.74L23.51,5.209l1.65,0.474l-0.789,1.46 L22.683,6.658z M17.904,5.286l-0.722,1.298l2.2,0.632l0.703-1.303L17.904,5.286z"/> </svg> ');
}
.orange.icon-data-index-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000154385464242287056550000013223014894014599048_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000154385464242287056550000013223014894014599048_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000070798699691369544150000012634301812657446571_" gradientUnits="userSpaceOnUse" x1="6.2481" y1="14.3394" x2="25.9147" y2="14.3394"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000070798699691369544150000012634301812657446571_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000090999821408457935780000010833510489642680712_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_00000090999821408457935780000010833510489642680712_)" d="M4.811,9.76l0.346,2.91 c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669c0.099,0.228,0.224,0.454,0.376,0.68 c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766c0.326,0.238,0.686,0.461,1.079,0.669 c0.312,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679c2.104,0.521,4.32,0.663,6.65,0.425 c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966c0.094-0.062,0.187-0.125,0.278-0.19 c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435c0.016-0.036,0.03-0.072,0.044-0.108 c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07l0.002-0.444 C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23ffbc00" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> <path fill="%23a56600" d="M19.755,8.262l-0.316,1.447h1.716L20.8,11.344h-1.756l-0.592,2.546h-2.703l0.612-2.546h-2.289L13.48,13.89 h-2.703l0.592-2.546H9.585l0.423-1.635h1.756l0.316-1.447h-1.804l0.423-1.621h1.757l0.552-2.372h2.703l-0.552,2.372h2.289 l0.553-2.372h2.683L20.15,6.641h1.717l-0.355,1.621H19.755z M14.783,8.262l-0.336,1.447h2.289l0.316-1.447H14.783z"/> </svg> ');
}
.orange.icon-data-index-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%23a56600" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%23a56600" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%23d88500" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%23d88500" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%23ffbc00" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%23ffbc00" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.orange.icon-data-index-column{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23a56600" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23d88500" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%23ffbc00" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.red.icon-data{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="0.7538" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.6157" style="stop-color:%23CC0000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.6157" style="stop-color:%23CC0000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="0.7538" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.6157" style="stop-color:%23CC0000"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%23FF0000" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.red.icon-data-type{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC0000" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%23CC0000" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23CC0000" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.6157" style="stop-color:%23CC0000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%23990000" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%23FF0000" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%23FF0000" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.red.icon-data-type-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="6.691,11.203 8.493,12.286 19.252,18.761 20.296,19.391 20.473,15.728 6.361,7.894 6.691,11.203 "/> <polyline fill="%23999999" points="26.786,13.842 22.812,11.882 20.857,17.717 26.786,13.842 "/> <polyline fill="%23999999" points="5.691,16.875 6.311,17.308 16.061,24.094 16.056,20.854 5.336,13.842 5.691,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="24.2058" x2="26.1702" y2="24.2058"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.242,20.864c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.276,20.939,6.259,20.901,6.242,20.864z"/> <path fill="%23676767" d="M23.826,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.826,8.854z"/> <polyline fill="%23CCCCCC" points="20.473,15.728 24.082,5.668 6.361,7.894 20.473,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8632" y1="21.4221" x2="26.2596" y2="21.4221"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.311,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.311,17.308"/> <polygon fill="%23CCCCCC" points="8.493,12.286 5.336,13.842 16.056,20.854 19.252,18.761 "/> </svg> ');
}
.red.icon-data-source{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC0000" points="19.121,27.246 19.121,22.904 17.674,16.878 17.674,20.087 19.121,27.246 "/> <path fill="%23CC0000" d="M4.854,15.041c-0.055,0.466-0.083,0.944-0.083,1.432c0,3.074,1.111,5.697,3.332,7.869 c1.489,1.456,3.185,2.424,5.088,2.904v-4.342c-1.903-0.406-3.599-1.221-5.088-2.446C6.235,18.922,5.151,17.116,4.854,15.041z"/> <path fill="%23990000" d="M27.541,16.472c0-0.488-0.029-0.966-0.086-1.432c-0.296,2.075-1.379,3.881-3.249,5.417 c-1.488,1.225-3.183,2.04-5.085,2.446v4.342c1.902-0.48,3.597-1.448,5.085-2.904C26.429,22.17,27.541,19.547,27.541,16.472"/> <path fill="%23990000" d="M13.336,11.519c-0.049,0.041-0.098,0.083-0.145,0.128c-0.68,0.614-1.02,1.345-1.02,2.191 c0,0.432,0.088,0.833,0.264,1.203c0.17-0.425,0.422-0.817,0.756-1.177c0.047-0.049,0.095-0.099,0.145-0.148 c0.779-0.759,1.719-1.139,2.82-1.139c1.101,0,2.04,0.38,2.817,1.139c0.051,0.05,0.101,0.1,0.148,0.151 c0.333,0.359,0.584,0.75,0.753,1.174c0.178-0.37,0.267-0.771,0.267-1.203c0-0.844-0.34-1.574-1.02-2.188 c-0.047-0.044-0.097-0.088-0.148-0.13c-0.777-0.638-1.716-0.956-2.817-0.956C15.055,10.563,14.115,10.881,13.336,11.519z"/> <path fill="%23990000" d="M13.191,22.904v4.342l1.447-7.159v-3.206L13.191,22.904z"/> <path fill="%23FF0000" d="M24.205,7.218c-1.488-1.225-3.183-2.04-5.085-2.443c-0.939-0.199-1.927-0.299-2.965-0.299 c-1.038,0-2.026,0.1-2.965,0.299c-1.903,0.404-3.599,1.218-5.088,2.443c-2.222,1.828-3.332,4.035-3.332,6.62 c0,0.411,0.028,0.812,0.083,1.203c0.298,2.075,1.381,3.881,3.249,5.417c1.488,1.225,3.184,2.04,5.088,2.446l1.447-6.023 c-0.474-0.16-0.908-0.403-1.302-0.728c-0.049-0.041-0.098-0.081-0.145-0.122c-0.334-0.302-0.586-0.632-0.756-0.991 c-0.176-0.37-0.264-0.771-0.264-1.203c0-0.846,0.34-1.577,1.02-2.191c0.047-0.044,0.096-0.087,0.145-0.128 c0.779-0.638,1.719-0.956,2.82-0.956c1.101,0,2.04,0.319,2.817,0.956c0.051,0.043,0.101,0.086,0.148,0.13 c0.68,0.614,1.02,1.344,1.02,2.188c0,0.431-0.089,0.832-0.267,1.203c-0.169,0.358-0.42,0.687-0.753,0.988 c-0.047,0.043-0.097,0.084-0.148,0.125c-0.391,0.325-0.824,0.566-1.299,0.725l1.447,6.026c1.901-0.406,3.596-1.221,5.085-2.446 c1.87-1.536,2.954-3.342,3.249-5.417c0.057-0.391,0.086-0.792,0.086-1.203C27.541,11.252,26.429,9.046,24.205,7.218z"/> </svg> ');
}
.red.icon-data-cond-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <ellipse fill="%23CCCCCC" cx="16.081" cy="14.902" rx="10.63" ry="5.603"/> <path fill="%23CC0000" d="M16.028,10.794v-0.021l-6.12-3.532L9.891,7.23l0.392,6.875l0.017-0.01c-0.004,0.004-0.009,0.008-0.014,0.012 l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,10.794z"/> <path fill="%23990000" d="M16.04,10.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,10.773z"/> <path fill="%23FF0000" d="M16.04,10.776v-0.003l6.137-3.543L16.04,4.165L9.891,7.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,10.776z"/> </svg>');
}
.red.icon-data-cond-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%23FF0000" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%23FF0000" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23CC0000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%23CC0000"/> <stop offset="0.7538" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.red.icon-data-group-by-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="12.75,15.927 9.934,14.028 8.366,14.913 12.91,18.044 14.534,17.101 14.418,15.054 12.771,15.94 "/> <polyline fill="%23FF0000" points="15.904,9.708 14.166,10.591 20.032,14.018 23.589,11.946 17.712,8.785 15.904,9.708 "/> <polyline fill="%23FF0000" points="12.281,9.49 12.281,9.492 15.854,7.818 14.331,7.024 10.775,5.174 7.396,6.637 12.258,9.476 12.281,9.49 12.281,9.49 "/> <polygon fill="%23FF0000" points="16.258,18.27 16.237,18.286 14.65,19.244 20.036,22.952 23.287,20.715 21.679,19.691 20.032,20.777 "/> <polyline fill="%23990000" points="20.032,20.777 21.679,19.691 23.363,18.572 23.589,11.946 20.032,14.018 20.032,20.777 "/> <polyline fill="%23990000" points="14.534,17.13 14.534,17.101 12.91,18.044 13.311,23.531 14.838,22.549 14.65,19.244 16.237,18.286 16.237,18.253 14.534,17.13 "/> <polyline fill="%23990000" points="12.281,9.492 12.281,9.49 12.279,9.49 12.26,9.478 12.494,12.582 12.745,15.923 12.771,15.94 14.418,15.054 14.166,10.591 15.904,9.708 15.854,7.818 12.281,9.492 "/> <polygon fill="%23990000" points="23.231,22.362 23.287,20.715 20.036,22.952 20.036,28.603 23.1,26.294 "/> <polyline fill="%23CC0000" points="8.366,14.913 8.364,14.913 8.987,20.264 13.311,23.531 12.91,18.044 8.366,14.913 "/> <polyline fill="%23CC0000" points="14.534,17.101 14.534,17.13 16.237,18.253 16.258,18.27 20.032,20.777 20.032,14.018 14.166,10.591 14.418,15.054 14.534,17.101 "/> <polyline fill="%23CC0000" points="12.26,9.478 12.258,9.476 7.396,6.637 8.118,12.803 9.934,14.028 12.75,15.927 12.494,12.582 12.26,9.478 "/> <polygon fill="%23CC0000" points="14.838,22.549 14.964,24.775 20.036,28.603 20.036,22.952 14.65,19.244 "/> </svg> ');
}
.red.icon-data-group-by-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23990000" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23CC0000" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
}
.red.icon-data-order-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.0175" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="0.7538" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg> ');
}
.red.icon-data-order-asc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23FF0000" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.red.icon-data-order-desc{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9519" y1="22.187" x2="26.1799" y2="22.187"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="0.7538" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.442,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.937,19.351,25.719,19.738,25.442,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="24.0313" x2="27.2633" y2="24.0313"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.882,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.051,20.12l-0.005-0.019l0.239,2.149 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.882,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="19.3426" x2="26.7112" y2="19.3426"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.482,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.635,15.338,26.57,15.558,26.482,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.817,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.811,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> </svg>');
}
.red.icon-data-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%23CC0000" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%23990000" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.red.icon-data-index-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000054233021766848969680000003564700878423085974_" gradientUnits="userSpaceOnUse" x1="5.3956" y1="14.5775" x2="26.7403" y2="14.5775"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000054233021766848969680000003564700878423085974_)" cx="16.068" cy="14.577" rx="10.672" ry="5.927"/> <linearGradient id="SVGID_00000004520653213748539480000008497095856506854830_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000004520653213748539480000008497095856506854830_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000139986028739974805280000014025127181570313607_" gradientUnits="userSpaceOnUse" x1="16.0814" y1="9.5568" x2="16.0814" y2="19.122"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000139986028739974805280000014025127181570313607_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000097493425127232786810000000569530399817429663_" gradientUnits="userSpaceOnUse" x1="149.0715" y1="-0.7173" x2="171.5942" y2="-0.7173" gradientTransform="matrix(0.9659 0.2588 -0.2588 0.9659 -137.6165 -29.9902)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_00000097493425127232786810000000569530399817429663_)" d="M7.608,3.992l-0.419,2.9 c-0.044,0.177-0.071,0.36-0.081,0.55C7.094,7.671,7.107,7.905,7.147,8.145C7.183,8.39,7.246,8.641,7.334,8.898 c0.103,0.297,0.233,0.59,0.392,0.878c0.182,0.328,0.401,0.651,0.656,0.969c0.253,0.314,0.543,0.623,0.869,0.925 c0.259,0.242,0.541,0.479,0.846,0.712c0.551,0.418,1.175,0.82,1.871,1.205c1.897,1.048,4.002,1.758,6.314,2.131 c1.716,0.277,3.287,0.317,4.715,0.12c0.697-0.099,1.36-0.255,1.987-0.468c0.107-0.035,0.213-0.073,0.318-0.112 c0.384-0.147,0.734-0.315,1.05-0.503c0.538-0.321,0.977-0.698,1.319-1.132c0.024-0.03,0.048-0.061,0.071-0.093 c0.136-0.182,0.252-0.37,0.348-0.563c0.063-0.135,0.117-0.273,0.161-0.413l1.149-2.871l0.117-0.429 C29.515,9.255,7.584,4.471,7.608,3.992z"/> <ellipse transform="matrix(0.2588 -0.9659 0.9659 0.2588 7.6755 22.6686)" fill="%23FF0000" cx="18.609" cy="6.333" rx="5.579" ry="11.291"/> <path fill="%23990000" d="M22.683,6.658l-0.703,1.303l1.65,0.474l-0.793,1.473L21.15,9.424l-1.272,2.284l-2.598-0.746l1.291-2.278 l-2.2-0.632l-1.272,2.284L12.501,9.59l1.272-2.284l-1.715-0.492l0.857-1.455l1.688,0.485l0.703-1.303l-1.734-0.498l0.854-1.442 l1.689,0.485l1.185-2.127l2.598,0.746l-1.185,2.127l2.2,0.632l1.186-2.127l2.579,0.74L23.51,5.209l1.65,0.474l-0.789,1.46 L22.683,6.658z M17.904,5.286l-0.722,1.298l2.2,0.632l0.703-1.303L17.904,5.286z"/> </svg> ');
}
.red.icon-data-index-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.4516" y1="21.69" x2="26.7112" y2="21.69"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.702,14.99c-0.006,0.042-0.014,0.085-0.024,0.131c-0.043,0.218-0.109,0.438-0.197,0.661 c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801c-0.345,0.394-0.768,0.764-1.269,1.109 c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031c-2.314,0.238-4.51,0.077-6.587-0.483 c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304c-0.546-0.367-1.009-0.769-1.387-1.205 c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03c-0.238-0.407-0.397-0.814-0.478-1.221l0.834,7.095 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.687-6.694,0.687-6.694L26.702,14.99z"/> <linearGradient id="SVGID_00000154385464242287056550000013223014894014599048_" gradientUnits="userSpaceOnUse" x1="5.3846" y1="17.1881" x2="26.7403" y2="17.1881"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_00000154385464242287056550000013223014894014599048_)" d="M24.817,16.064 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.444,15.57,25.15,15.823,24.817,16.064z"/> <linearGradient id="SVGID_00000070798699691369544150000012634301812657446571_" gradientUnits="userSpaceOnUse" x1="6.2481" y1="14.3394" x2="25.9147" y2="14.3394"> <stop offset="0" style="stop-color:%23848484"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <ellipse fill="url(%23SVGID_00000070798699691369544150000012634301812657446571_)" cx="16.081" cy="14.339" rx="9.833" ry="4.783"/> <linearGradient id="SVGID_00000090999821408457935780000010833510489642680712_" gradientUnits="userSpaceOnUse" x1="4.8114" y1="13.8048" x2="27.3341" y2="13.8048"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_00000090999821408457935780000010833510489642680712_)" d="M4.811,9.76l0.346,2.91 c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669c0.099,0.228,0.224,0.454,0.376,0.68 c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766c0.326,0.238,0.686,0.461,1.079,0.669 c0.312,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679c2.104,0.521,4.32,0.663,6.65,0.425 c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966c0.094-0.062,0.187-0.125,0.278-0.19 c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435c0.016-0.036,0.03-0.072,0.044-0.108 c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07l0.002-0.444 C27.334,9.173,4.912,10.228,4.811,9.76z"/> <ellipse fill="%23FF0000" cx="16.043" cy="9.173" rx="11.291" ry="5.579"/> <path fill="%23990000" d="M19.755,8.262l-0.316,1.447h1.716L20.8,11.344h-1.756l-0.592,2.546h-2.703l0.612-2.546h-2.289L13.48,13.89 h-2.703l0.592-2.546H9.585l0.423-1.635h1.756l0.316-1.447h-1.804l0.423-1.621h1.757l0.552-2.372h2.703l-0.552,2.372h2.289 l0.553-2.372h2.683L20.15,6.641h1.717l-0.355,1.621H19.755z M14.783,8.262l-0.336,1.447h2.289l0.316-1.447H14.783z"/> </svg> ');
}
.red.icon-data-index-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%23990000" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%23990000" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%23CC0000" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%23CC0000" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%23FF0000" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%23FF0000" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.red.icon-data-index-column{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23990000" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23CC0000" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%23FF0000" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}


.blue.icon-value-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.blue.icon-value-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%230099FF" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.blue.icon-value-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%230044B2" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23003399" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.blue.icon-value-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 21.989,11.956 22.649,24.045 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%230044B2" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%23003399" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%230099FF" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%23003399" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%230099FF" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg> ');
}
.blue.icon-value-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%230044B2" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%23003399" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%230099FF" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.blue.icon-value-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%23003399" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.blue.icon-value-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M12.127,10.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h0.832l1.23,1.728H5.381v2c0,1.055,0.195,2.013,0.579,2.847 c0.395,0.856,0.949,1.572,1.647,2.13c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332 c0.838,0,1.659-0.128,2.438-0.381c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078 c0.368-0.81,0.555-1.732,0.555-2.739c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006 c0.475-0.794,0.72-1.725,0.72-2.765c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253 C14.395,11.18,13.301,10.926,12.127,10.926L12.127,10.926z"/> <path fill="%23003399" d="M16.863,23.026c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.04,25.532,7.776,24.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V18.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.547c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698c0.244,0.27,0.444,0.606,0.601,1.01 C16.785,22.044,16.863,22.506,16.863,23.026z"/> </svg> ');
}
.blue.icon-value-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23003399" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23003399" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%23003399" width="9.982" height="3.133"/> </svg> ');
}
.blue.icon-value-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23003399" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23003399" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.blue.icon-value-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%23003399" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%23003399" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.blue.icon-value-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%23003399" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.blue.icon-value-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%23003399" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.blue.icon-value-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%23003399" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%23003399" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%23003399" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.blue.icon-value-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M17.465,8.885c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,9.528,14.785,8.885,17.465,8.885 M17.465,7.134 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,8.737,21.629,7.134,17.465,7.134L17.465,7.134z" /> <path fill="%23CCCCCC" d="M17.465,7.169c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,7.812,14.785,7.169,17.465,7.169 M17.465,5.418 c-3.019,0-6.194,0.745-8.631,2.567C6.462,9.759,5.147,12.71,6.621,15.47c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,7.022,21.629,5.418,17.465,5.418L17.465,5.418z" /> <path fill="%230044B2" d="M14.551,12.323c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,12.967,11.871,12.323,14.551,12.323 M14.551,10.573 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,12.176,18.715,10.573,14.551,10.573 L14.551,10.573z"/> <path fill="%230099FF" d="M14.551,10.608c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,11.251,11.871,10.608,14.551,10.608 M14.551,8.857 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,10.46,18.715,8.857,14.551,8.857L14.551,8.857z" /> </svg> ');
}
.blue.icon-value-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.159,9.882c0.392-1.203,1.394-2.004,2.165-2.463c1.879-1.119,4.442-1.514,7.031-1.084 c2.576,0.428,5.581,1.891,5.571,4.611c-0.001,0.09-0.009,0.168-0.018,0.246l-0.129-0.006l0.133,0.026 c-0.013,0.135-0.052,0.475-0.098,0.874c-0.066,0.57-0.177,1.524-0.184,1.718c-0.023,0.315-0.077,0.586-0.163,0.848 c-0.615,1.888-2.688,2.816-3.55,3.128c-1.569,0.565-3.426,0.732-5.229,0.469c-1.561-0.229-3.685-0.846-4.946-2.485 c-0.622-0.809-0.69-2.206-0.714-3.949C8.023,11.544,8.02,11.3,8.011,11.1l-0.005-0.103l1.991-0.223l-0.895,0.08l-0.096,0.029 l-1,0.009c-0.002-0.128-0.002-0.218,0.006-0.311C8.037,10.341,8.086,10.109,8.159,9.882z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="626.2917" y1="-374.4666" x2="626.2917" y2="-361.4897" gradientTransform="matrix(-0.3097 0.9508 -0.9508 -0.3097 -140.9237 -696.1208)"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="0.7412" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230099FF"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.63,13.768c0.013-0.365,0.252-2.283,0.286-2.647c-0.624,2.637-4.3,2.907-6.526,2.87 c-2.149-0.035-5.967-0.511-6.389-3.129c0.075,0.959-0.086,3.488,0.532,4.29c0.991,1.287,2.749,1.878,4.298,2.105 c1.564,0.229,3.253,0.118,4.746-0.42C19.92,16.353,21.509,15.343,21.63,13.768"/> <path fill="%230099FF" d="M21.926,10.943c0.008-2.263-2.929-3.322-4.735-3.622c-2.091-0.347-4.503-0.147-6.354,0.956 c-0.871,0.519-1.723,1.33-1.827,2.396c-0.092,0.937,0.487,1.795,1.18,2.367c1.697,1.399,4.219,1.735,6.34,1.55 C18.5,14.419,21.91,13.446,21.926,10.943z"/> </svg> ');
}
.blue.icon-value-set{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,9.109,15.779,8.466,18.458,8.466 M18.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,8.318,22.623,6.715,18.458,6.715L18.458,6.715z" /> <path fill="%23CCCCCC" d="M18.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,7.393,15.779,6.75,18.458,6.75 M18.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,6.603,22.623,5,18.458,5L18.458,5z"/> <path fill="%230044B2" d="M10.429,17.656c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,18.149,12.483,17.656,10.429,17.656 M10.429,16.315c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.198,1.258-4.854,0.899c1.23-0.726,2.352-0.781,1.974-2.303 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,17.543,7.237,16.315,10.429,16.315L10.429,16.315 z"/> <path fill="%230099FF" d="M10.429,16.342c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,16.834,12.483,16.342,10.429,16.342 M10.429,15 c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.073,1.718-4.854,1.99c1.23-0.726,2.352-1.872,1.974-3.394 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,16.229,7.237,15,10.429,15L10.429,15z"/> <ellipse fill="%230099FF" cx="10.107" cy="20.787" rx="8.348" ry="5.736"/> </svg>');
}
.blue.icon-value-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.376,14.644c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.376,24.205,8.376,19.425,8.376,14.644L8.376,14.644z"/> <path fill="%23FFFFFF" d="M4.735,9.742c-0.724,0-1.405,0.185-2.025,0.55c-0.611,0.359-1.098,0.851-1.448,1.46 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.14,9.927,5.459,9.742,4.735,9.742L4.735,9.742z"/> <rect x="3.094" y="16.644" fill="%23003399" width="3.281" height="10.342"/> <path fill="%23003399" d="M6.737,13.744c0,2.421-3.668,2.669-3.987,0.268C2.386,11.273,6.737,10.989,6.737,13.744z"/> <path fill="%23FFFFFF" d="M21.565,16.837c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.814,21.118,21.794,18.767,21.565,16.837z"/> <path fill="%23003399" d="M19.657,19.867c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V12.748c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.793,16.627,19.657,18.315,19.657,19.867z M16.161,19.867c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.427,22.905,16.161,21.049,16.161,19.867z"/> </svg>');
}
.blue.icon-value-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%23003399" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.blue.icon-value-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="11.376,9.873 9.753,10.858 2.242,21.303 1.097,22.894 2.666,24.07 10.176,29.704 11.381,30.607 12.582,29.699 20.034,24.066 21.586,22.893 20.456,21.309 13.004,10.864 11.917,9.34 "/> <path fill="%230099FF" d="M3.866,22.47l7.511,5.633V12.026L3.866,22.47z"/> <path fill="%230044B2" d="M11.376,28.104l7.452-5.633l-7.452-10.445V28.104z"/> </svg>');
}
.lightBlue.icon-value-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.lightBlue.icon-value-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%2333CCFF" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.lightBlue.icon-value-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%232189a5" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23269FBF" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.lightBlue.icon-value-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 21.989,11.956 22.649,24.045 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%232189a5" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%23269FBF" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%2333CCFF" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%23269FBF" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%2333CCFF" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg> ');
}
.lightBlue.icon-value-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%232189a5" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%23269FBF" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%2333CCFF" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.lightBlue.icon-value-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%23269FBF" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.lightBlue.icon-value-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M12.127,10.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h0.832l1.23,1.728H5.381v2c0,1.055,0.195,2.013,0.579,2.847 c0.395,0.856,0.949,1.572,1.647,2.13c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332 c0.838,0,1.659-0.128,2.438-0.381c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078 c0.368-0.81,0.555-1.732,0.555-2.739c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006 c0.475-0.794,0.72-1.725,0.72-2.765c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253 C14.395,11.18,13.301,10.926,12.127,10.926L12.127,10.926z"/> <path fill="%23269FBF" d="M16.863,23.026c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.04,25.532,7.776,24.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V18.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.547c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698c0.244,0.27,0.444,0.606,0.601,1.01 C16.785,22.044,16.863,22.506,16.863,23.026z"/> </svg> ');
}
.lightBlue.icon-value-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23269FBF" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23269FBF" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%23269FBF" width="9.982" height="3.133"/> </svg> ');
}
.lightBlue.icon-value-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23269FBF" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23269FBF" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.lightBlue.icon-value-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%23269FBF" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%23269FBF" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.lightBlue.icon-value-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%23269FBF" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.lightBlue.icon-value-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%23269FBF" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.lightBlue.icon-value-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%23269FBF" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%23269FBF" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%23269FBF" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.lightBlue.icon-value-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M17.465,8.885c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,9.528,14.785,8.885,17.465,8.885 M17.465,7.134 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,8.737,21.629,7.134,17.465,7.134L17.465,7.134z" /> <path fill="%23CCCCCC" d="M17.465,7.169c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,7.812,14.785,7.169,17.465,7.169 M17.465,5.418 c-3.019,0-6.194,0.745-8.631,2.567C6.462,9.759,5.147,12.71,6.621,15.47c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,7.022,21.629,5.418,17.465,5.418L17.465,5.418z" /> <path fill="%232189a5" d="M14.551,12.323c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,12.967,11.871,12.323,14.551,12.323 M14.551,10.573 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,12.176,18.715,10.573,14.551,10.573 L14.551,10.573z"/> <path fill="%2333CCFF" d="M14.551,10.608c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,11.251,11.871,10.608,14.551,10.608 M14.551,8.857 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,10.46,18.715,8.857,14.551,8.857L14.551,8.857z" /> </svg> ');
}
.lightBlue.icon-value-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.159,9.882c0.392-1.203,1.394-2.004,2.165-2.463c1.879-1.119,4.442-1.514,7.031-1.084 c2.576,0.428,5.581,1.891,5.571,4.611c-0.001,0.09-0.009,0.168-0.018,0.246l-0.129-0.006l0.133,0.026 c-0.013,0.135-0.052,0.475-0.098,0.874c-0.066,0.57-0.177,1.524-0.184,1.718c-0.023,0.315-0.077,0.586-0.163,0.848 c-0.615,1.888-2.688,2.816-3.55,3.128c-1.569,0.565-3.426,0.732-5.229,0.469c-1.561-0.229-3.685-0.846-4.946-2.485 c-0.622-0.809-0.69-2.206-0.714-3.949C8.023,11.544,8.02,11.3,8.011,11.1l-0.005-0.103l1.991-0.223l-0.895,0.08l-0.096,0.029 l-1,0.009c-0.002-0.128-0.002-0.218,0.006-0.311C8.037,10.341,8.086,10.109,8.159,9.882z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="626.2917" y1="-374.4666" x2="626.2917" y2="-361.4897" gradientTransform="matrix(-0.3097 0.9508 -0.9508 -0.3097 -140.9237 -696.1208)"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="0.7412" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%2333CCFF"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.63,13.768c0.013-0.365,0.252-2.283,0.286-2.647c-0.624,2.637-4.3,2.907-6.526,2.87 c-2.149-0.035-5.967-0.511-6.389-3.129c0.075,0.959-0.086,3.488,0.532,4.29c0.991,1.287,2.749,1.878,4.298,2.105 c1.564,0.229,3.253,0.118,4.746-0.42C19.92,16.353,21.509,15.343,21.63,13.768"/> <path fill="%2333CCFF" d="M21.926,10.943c0.008-2.263-2.929-3.322-4.735-3.622c-2.091-0.347-4.503-0.147-6.354,0.956 c-0.871,0.519-1.723,1.33-1.827,2.396c-0.092,0.937,0.487,1.795,1.18,2.367c1.697,1.399,4.219,1.735,6.34,1.55 C18.5,14.419,21.91,13.446,21.926,10.943z"/> </svg> ');
}
.lightBlue.icon-value-set{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,9.109,15.779,8.466,18.458,8.466 M18.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,8.318,22.623,6.715,18.458,6.715L18.458,6.715z" /> <path fill="%23CCCCCC" d="M18.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,7.393,15.779,6.75,18.458,6.75 M18.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,6.603,22.623,5,18.458,5L18.458,5z"/> <path fill="%232189a5" d="M10.429,17.656c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,18.149,12.483,17.656,10.429,17.656 M10.429,16.315c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.198,1.258-4.854,0.899c1.23-0.726,2.352-0.781,1.974-2.303 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,17.543,7.237,16.315,10.429,16.315L10.429,16.315 z"/> <path fill="%2333CCFF" d="M10.429,16.342c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,16.834,12.483,16.342,10.429,16.342 M10.429,15 c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.073,1.718-4.854,1.99c1.23-0.726,2.352-1.872,1.974-3.394 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,16.229,7.237,15,10.429,15L10.429,15z"/> <ellipse fill="%2333CCFF" cx="10.107" cy="20.787" rx="8.348" ry="5.736"/> </svg>');
}
.lightBlue.icon-value-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.376,14.644c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.376,24.205,8.376,19.425,8.376,14.644L8.376,14.644z"/> <path fill="%23FFFFFF" d="M4.735,9.742c-0.724,0-1.405,0.185-2.025,0.55c-0.611,0.359-1.098,0.851-1.448,1.46 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.14,9.927,5.459,9.742,4.735,9.742L4.735,9.742z"/> <rect x="3.094" y="16.644" fill="%23269FBF" width="3.281" height="10.342"/> <path fill="%23269FBF" d="M6.737,13.744c0,2.421-3.668,2.669-3.987,0.268C2.386,11.273,6.737,10.989,6.737,13.744z"/> <path fill="%23FFFFFF" d="M21.565,16.837c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.814,21.118,21.794,18.767,21.565,16.837z"/> <path fill="%23269FBF" d="M19.657,19.867c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V12.748c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.793,16.627,19.657,18.315,19.657,19.867z M16.161,19.867c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.427,22.905,16.161,21.049,16.161,19.867z"/> </svg>');
}
.lightBlue.icon-value-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%23269FBF" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.lightBlue.icon-value-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="11.376,9.873 9.753,10.858 2.242,21.303 1.097,22.894 2.666,24.07 10.176,29.704 11.381,30.607 12.582,29.699 20.034,24.066 21.586,22.893 20.456,21.309 13.004,10.864 11.917,9.34 "/> <path fill="%2333CCFF" d="M3.866,22.47l7.511,5.633V12.026L3.866,22.47z"/> <path fill="%232189a5" d="M11.376,28.104l7.452-5.633l-7.452-10.445V28.104z"/> </svg>');
}
.green.icon-value-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.green.icon-value-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%2339b563" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.green.icon-value-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%2321663c" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%232f8c51" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.green.icon-value-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 21.989,11.956 22.649,24.045 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%2321663c" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%232f8c51" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%2339b563" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%232f8c51" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%2339b563" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg> ');
}
.green.icon-value-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%2321663c" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%232f8c51" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%2339b563" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.green.icon-value-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%232f8c51" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.green.icon-value-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M12.127,10.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h0.832l1.23,1.728H5.381v2c0,1.055,0.195,2.013,0.579,2.847 c0.395,0.856,0.949,1.572,1.647,2.13c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332 c0.838,0,1.659-0.128,2.438-0.381c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078 c0.368-0.81,0.555-1.732,0.555-2.739c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006 c0.475-0.794,0.72-1.725,0.72-2.765c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253 C14.395,11.18,13.301,10.926,12.127,10.926L12.127,10.926z"/> <path fill="%232f8c51" d="M16.863,23.026c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.04,25.532,7.776,24.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V18.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.547c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698c0.244,0.27,0.444,0.606,0.601,1.01 C16.785,22.044,16.863,22.506,16.863,23.026z"/> </svg> ');
}
.green.icon-value-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%232f8c51" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%232f8c51" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%232f8c51" width="9.982" height="3.133"/> </svg> ');
}
.green.icon-value-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%232f8c51" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%232f8c51" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.green.icon-value-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%232f8c51" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%232f8c51" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.green.icon-value-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%232f8c51" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.green.icon-value-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%232f8c51" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.green.icon-value-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%232f8c51" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%232f8c51" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%232f8c51" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.green.icon-value-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M17.465,8.885c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,9.528,14.785,8.885,17.465,8.885 M17.465,7.134 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,8.737,21.629,7.134,17.465,7.134L17.465,7.134z" /> <path fill="%23CCCCCC" d="M17.465,7.169c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,7.812,14.785,7.169,17.465,7.169 M17.465,5.418 c-3.019,0-6.194,0.745-8.631,2.567C6.462,9.759,5.147,12.71,6.621,15.47c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,7.022,21.629,5.418,17.465,5.418L17.465,5.418z" /> <path fill="%2321663c" d="M14.551,12.323c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,12.967,11.871,12.323,14.551,12.323 M14.551,10.573 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,12.176,18.715,10.573,14.551,10.573 L14.551,10.573z"/> <path fill="%2339b563" d="M14.551,10.608c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,11.251,11.871,10.608,14.551,10.608 M14.551,8.857 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,10.46,18.715,8.857,14.551,8.857L14.551,8.857z" /> </svg> ');
}
.green.icon-value-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.159,9.882c0.392-1.203,1.394-2.004,2.165-2.463c1.879-1.119,4.442-1.514,7.031-1.084 c2.576,0.428,5.581,1.891,5.571,4.611c-0.001,0.09-0.009,0.168-0.018,0.246l-0.129-0.006l0.133,0.026 c-0.013,0.135-0.052,0.475-0.098,0.874c-0.066,0.57-0.177,1.524-0.184,1.718c-0.023,0.315-0.077,0.586-0.163,0.848 c-0.615,1.888-2.688,2.816-3.55,3.128c-1.569,0.565-3.426,0.732-5.229,0.469c-1.561-0.229-3.685-0.846-4.946-2.485 c-0.622-0.809-0.69-2.206-0.714-3.949C8.023,11.544,8.02,11.3,8.011,11.1l-0.005-0.103l1.991-0.223l-0.895,0.08l-0.096,0.029 l-1,0.009c-0.002-0.128-0.002-0.218,0.006-0.311C8.037,10.341,8.086,10.109,8.159,9.882z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="626.2917" y1="-374.4666" x2="626.2917" y2="-361.4897" gradientTransform="matrix(-0.3097 0.9508 -0.9508 -0.3097 -140.9237 -696.1208)"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="0.7412" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2339b563"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.63,13.768c0.013-0.365,0.252-2.283,0.286-2.647c-0.624,2.637-4.3,2.907-6.526,2.87 c-2.149-0.035-5.967-0.511-6.389-3.129c0.075,0.959-0.086,3.488,0.532,4.29c0.991,1.287,2.749,1.878,4.298,2.105 c1.564,0.229,3.253,0.118,4.746-0.42C19.92,16.353,21.509,15.343,21.63,13.768"/> <path fill="%2339b563" d="M21.926,10.943c0.008-2.263-2.929-3.322-4.735-3.622c-2.091-0.347-4.503-0.147-6.354,0.956 c-0.871,0.519-1.723,1.33-1.827,2.396c-0.092,0.937,0.487,1.795,1.18,2.367c1.697,1.399,4.219,1.735,6.34,1.55 C18.5,14.419,21.91,13.446,21.926,10.943z"/> </svg> ');
}
.green.icon-value-set{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,9.109,15.779,8.466,18.458,8.466 M18.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,8.318,22.623,6.715,18.458,6.715L18.458,6.715z" /> <path fill="%23CCCCCC" d="M18.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,7.393,15.779,6.75,18.458,6.75 M18.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,6.603,22.623,5,18.458,5L18.458,5z"/> <path fill="%2321663c" d="M10.429,17.656c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,18.149,12.483,17.656,10.429,17.656 M10.429,16.315c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.198,1.258-4.854,0.899c1.23-0.726,2.352-0.781,1.974-2.303 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,17.543,7.237,16.315,10.429,16.315L10.429,16.315 z"/> <path fill="%2339b563" d="M10.429,16.342c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,16.834,12.483,16.342,10.429,16.342 M10.429,15 c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.073,1.718-4.854,1.99c1.23-0.726,2.352-1.872,1.974-3.394 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,16.229,7.237,15,10.429,15L10.429,15z"/> <ellipse fill="%2339b563" cx="10.107" cy="20.787" rx="8.348" ry="5.736"/> </svg>');
}
.green.icon-value-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.376,14.644c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.376,24.205,8.376,19.425,8.376,14.644L8.376,14.644z"/> <path fill="%23FFFFFF" d="M4.735,9.742c-0.724,0-1.405,0.185-2.025,0.55c-0.611,0.359-1.098,0.851-1.448,1.46 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.14,9.927,5.459,9.742,4.735,9.742L4.735,9.742z"/> <rect x="3.094" y="16.644" fill="%232f8c51" width="3.281" height="10.342"/> <path fill="%232f8c51" d="M6.737,13.744c0,2.421-3.668,2.669-3.987,0.268C2.386,11.273,6.737,10.989,6.737,13.744z"/> <path fill="%23FFFFFF" d="M21.565,16.837c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.814,21.118,21.794,18.767,21.565,16.837z"/> <path fill="%232f8c51" d="M19.657,19.867c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V12.748c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.793,16.627,19.657,18.315,19.657,19.867z M16.161,19.867c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.427,22.905,16.161,21.049,16.161,19.867z"/> </svg>');
}
.green.icon-value-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%232f8c51" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.green.icon-value-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="11.376,9.873 9.753,10.858 2.242,21.303 1.097,22.894 2.666,24.07 10.176,29.704 11.381,30.607 12.582,29.699 20.034,24.066 21.586,22.893 20.456,21.309 13.004,10.864 11.917,9.34 "/> <path fill="%2339b563" d="M3.866,22.47l7.511,5.633V12.026L3.866,22.47z"/> <path fill="%2321663c" d="M11.376,28.104l7.452-5.633l-7.452-10.445V28.104z"/> </svg>');
}
.lightGreen.icon-value-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.lightGreen.icon-value-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%2300e500" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.lightGreen.icon-value-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%23009900" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%2300b200" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.lightGreen.icon-value-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 21.989,11.956 22.649,24.045 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%23009900" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%2300b200" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%2300e500" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%2300b200" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%2300e500" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg> ');
}
.lightGreen.icon-value-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%23009900" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%2300b200" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%2300e500" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.lightGreen.icon-value-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%2300b200" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.lightGreen.icon-value-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M12.127,10.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h0.832l1.23,1.728H5.381v2c0,1.055,0.195,2.013,0.579,2.847 c0.395,0.856,0.949,1.572,1.647,2.13c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332 c0.838,0,1.659-0.128,2.438-0.381c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078 c0.368-0.81,0.555-1.732,0.555-2.739c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006 c0.475-0.794,0.72-1.725,0.72-2.765c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253 C14.395,11.18,13.301,10.926,12.127,10.926L12.127,10.926z"/> <path fill="%2300b200" d="M16.863,23.026c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.04,25.532,7.776,24.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V18.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.547c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698c0.244,0.27,0.444,0.606,0.601,1.01 C16.785,22.044,16.863,22.506,16.863,23.026z"/> </svg> ');
}
.lightGreen.icon-value-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%2300b200" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%2300b200" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%2300b200" width="9.982" height="3.133"/> </svg> ');
}
.lightGreen.icon-value-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%2300b200" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%2300b200" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.lightGreen.icon-value-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%2300b200" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%2300b200" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.lightGreen.icon-value-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%2300b200" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.lightGreen.icon-value-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%2300b200" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.lightGreen.icon-value-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%2300b200" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%2300b200" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%2300b200" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.lightGreen.icon-value-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M17.465,8.885c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,9.528,14.785,8.885,17.465,8.885 M17.465,7.134 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,8.737,21.629,7.134,17.465,7.134L17.465,7.134z" /> <path fill="%23CCCCCC" d="M17.465,7.169c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,7.812,14.785,7.169,17.465,7.169 M17.465,5.418 c-3.019,0-6.194,0.745-8.631,2.567C6.462,9.759,5.147,12.71,6.621,15.47c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,7.022,21.629,5.418,17.465,5.418L17.465,5.418z" /> <path fill="%23009900" d="M14.551,12.323c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,12.967,11.871,12.323,14.551,12.323 M14.551,10.573 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,12.176,18.715,10.573,14.551,10.573 L14.551,10.573z"/> <path fill="%2300e500" d="M14.551,10.608c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,11.251,11.871,10.608,14.551,10.608 M14.551,8.857 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,10.46,18.715,8.857,14.551,8.857L14.551,8.857z" /> </svg> ');
}
.lightGreen.icon-value-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.159,9.882c0.392-1.203,1.394-2.004,2.165-2.463c1.879-1.119,4.442-1.514,7.031-1.084 c2.576,0.428,5.581,1.891,5.571,4.611c-0.001,0.09-0.009,0.168-0.018,0.246l-0.129-0.006l0.133,0.026 c-0.013,0.135-0.052,0.475-0.098,0.874c-0.066,0.57-0.177,1.524-0.184,1.718c-0.023,0.315-0.077,0.586-0.163,0.848 c-0.615,1.888-2.688,2.816-3.55,3.128c-1.569,0.565-3.426,0.732-5.229,0.469c-1.561-0.229-3.685-0.846-4.946-2.485 c-0.622-0.809-0.69-2.206-0.714-3.949C8.023,11.544,8.02,11.3,8.011,11.1l-0.005-0.103l1.991-0.223l-0.895,0.08l-0.096,0.029 l-1,0.009c-0.002-0.128-0.002-0.218,0.006-0.311C8.037,10.341,8.086,10.109,8.159,9.882z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="626.2917" y1="-374.4666" x2="626.2917" y2="-361.4897" gradientTransform="matrix(-0.3097 0.9508 -0.9508 -0.3097 -140.9237 -696.1208)"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="0.7412" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%2300e500"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.63,13.768c0.013-0.365,0.252-2.283,0.286-2.647c-0.624,2.637-4.3,2.907-6.526,2.87 c-2.149-0.035-5.967-0.511-6.389-3.129c0.075,0.959-0.086,3.488,0.532,4.29c0.991,1.287,2.749,1.878,4.298,2.105 c1.564,0.229,3.253,0.118,4.746-0.42C19.92,16.353,21.509,15.343,21.63,13.768"/> <path fill="%2300e500" d="M21.926,10.943c0.008-2.263-2.929-3.322-4.735-3.622c-2.091-0.347-4.503-0.147-6.354,0.956 c-0.871,0.519-1.723,1.33-1.827,2.396c-0.092,0.937,0.487,1.795,1.18,2.367c1.697,1.399,4.219,1.735,6.34,1.55 C18.5,14.419,21.91,13.446,21.926,10.943z"/> </svg> ');
}
.lightGreen.icon-value-set{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,9.109,15.779,8.466,18.458,8.466 M18.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,8.318,22.623,6.715,18.458,6.715L18.458,6.715z" /> <path fill="%23CCCCCC" d="M18.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,7.393,15.779,6.75,18.458,6.75 M18.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,6.603,22.623,5,18.458,5L18.458,5z"/> <path fill="%23009900" d="M10.429,17.656c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,18.149,12.483,17.656,10.429,17.656 M10.429,16.315c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.198,1.258-4.854,0.899c1.23-0.726,2.352-0.781,1.974-2.303 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,17.543,7.237,16.315,10.429,16.315L10.429,16.315 z"/> <path fill="%2300e500" d="M10.429,16.342c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,16.834,12.483,16.342,10.429,16.342 M10.429,15 c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.073,1.718-4.854,1.99c1.23-0.726,2.352-1.872,1.974-3.394 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,16.229,7.237,15,10.429,15L10.429,15z"/> <ellipse fill="%2300e500" cx="10.107" cy="20.787" rx="8.348" ry="5.736"/> </svg>');
}
.lightGreen.icon-value-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.376,14.644c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.376,24.205,8.376,19.425,8.376,14.644L8.376,14.644z"/> <path fill="%23FFFFFF" d="M4.735,9.742c-0.724,0-1.405,0.185-2.025,0.55c-0.611,0.359-1.098,0.851-1.448,1.46 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.14,9.927,5.459,9.742,4.735,9.742L4.735,9.742z"/> <rect x="3.094" y="16.644" fill="%2300b200" width="3.281" height="10.342"/> <path fill="%2300b200" d="M6.737,13.744c0,2.421-3.668,2.669-3.987,0.268C2.386,11.273,6.737,10.989,6.737,13.744z"/> <path fill="%23FFFFFF" d="M21.565,16.837c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.814,21.118,21.794,18.767,21.565,16.837z"/> <path fill="%2300b200" d="M19.657,19.867c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V12.748c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.793,16.627,19.657,18.315,19.657,19.867z M16.161,19.867c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.427,22.905,16.161,21.049,16.161,19.867z"/> </svg>');
}
.lightGreen.icon-value-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%2300b200" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.lightGreen.icon-value-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="11.376,9.873 9.753,10.858 2.242,21.303 1.097,22.894 2.666,24.07 10.176,29.704 11.381,30.607 12.582,29.699 20.034,24.066 21.586,22.893 20.456,21.309 13.004,10.864 11.917,9.34 "/> <path fill="%2300e500" d="M3.866,22.47l7.511,5.633V12.026L3.866,22.47z"/> <path fill="%23009900" d="M11.376,28.104l7.452-5.633l-7.452-10.445V28.104z"/> </svg>');
}
.yellow.icon-value-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.yellow.icon-value-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23f9e100" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.yellow.icon-value-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%23a58d00" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23ccaa00" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.yellow.icon-value-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 21.989,11.956 22.649,24.045 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%23a58d00" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%23ccaa00" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%23f9e100" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%23ccaa00" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%23f9e100" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg> ');
}
.yellow.icon-value-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%23a58d00" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%23ccaa00" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%23f9e100" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.yellow.icon-value-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%23ccaa00" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.yellow.icon-value-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M12.127,10.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h0.832l1.23,1.728H5.381v2c0,1.055,0.195,2.013,0.579,2.847 c0.395,0.856,0.949,1.572,1.647,2.13c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332 c0.838,0,1.659-0.128,2.438-0.381c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078 c0.368-0.81,0.555-1.732,0.555-2.739c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006 c0.475-0.794,0.72-1.725,0.72-2.765c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253 C14.395,11.18,13.301,10.926,12.127,10.926L12.127,10.926z"/> <path fill="%23ccaa00" d="M16.863,23.026c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.04,25.532,7.776,24.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V18.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.547c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698c0.244,0.27,0.444,0.606,0.601,1.01 C16.785,22.044,16.863,22.506,16.863,23.026z"/> </svg> ');
}
.yellow.icon-value-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23ccaa00" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23ccaa00" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%23ccaa00" width="9.982" height="3.133"/> </svg> ');
}
.yellow.icon-value-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23ccaa00" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23ccaa00" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.yellow.icon-value-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%23ccaa00" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%23ccaa00" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.yellow.icon-value-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%23ccaa00" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.yellow.icon-value-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%23ccaa00" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.yellow.icon-value-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%23ccaa00" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%23ccaa00" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%23ccaa00" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.yellow.icon-value-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M17.465,8.885c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,9.528,14.785,8.885,17.465,8.885 M17.465,7.134 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,8.737,21.629,7.134,17.465,7.134L17.465,7.134z" /> <path fill="%23CCCCCC" d="M17.465,7.169c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,7.812,14.785,7.169,17.465,7.169 M17.465,5.418 c-3.019,0-6.194,0.745-8.631,2.567C6.462,9.759,5.147,12.71,6.621,15.47c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,7.022,21.629,5.418,17.465,5.418L17.465,5.418z" /> <path fill="%23a58d00" d="M14.551,12.323c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,12.967,11.871,12.323,14.551,12.323 M14.551,10.573 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,12.176,18.715,10.573,14.551,10.573 L14.551,10.573z"/> <path fill="%23f9e100" d="M14.551,10.608c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,11.251,11.871,10.608,14.551,10.608 M14.551,8.857 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,10.46,18.715,8.857,14.551,8.857L14.551,8.857z" /> </svg> ');
}
.yellow.icon-value-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.159,9.882c0.392-1.203,1.394-2.004,2.165-2.463c1.879-1.119,4.442-1.514,7.031-1.084 c2.576,0.428,5.581,1.891,5.571,4.611c-0.001,0.09-0.009,0.168-0.018,0.246l-0.129-0.006l0.133,0.026 c-0.013,0.135-0.052,0.475-0.098,0.874c-0.066,0.57-0.177,1.524-0.184,1.718c-0.023,0.315-0.077,0.586-0.163,0.848 c-0.615,1.888-2.688,2.816-3.55,3.128c-1.569,0.565-3.426,0.732-5.229,0.469c-1.561-0.229-3.685-0.846-4.946-2.485 c-0.622-0.809-0.69-2.206-0.714-3.949C8.023,11.544,8.02,11.3,8.011,11.1l-0.005-0.103l1.991-0.223l-0.895,0.08l-0.096,0.029 l-1,0.009c-0.002-0.128-0.002-0.218,0.006-0.311C8.037,10.341,8.086,10.109,8.159,9.882z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="626.2917" y1="-374.4666" x2="626.2917" y2="-361.4897" gradientTransform="matrix(-0.3097 0.9508 -0.9508 -0.3097 -140.9237 -696.1208)"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="0.7412" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23f9e100"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.63,13.768c0.013-0.365,0.252-2.283,0.286-2.647c-0.624,2.637-4.3,2.907-6.526,2.87 c-2.149-0.035-5.967-0.511-6.389-3.129c0.075,0.959-0.086,3.488,0.532,4.29c0.991,1.287,2.749,1.878,4.298,2.105 c1.564,0.229,3.253,0.118,4.746-0.42C19.92,16.353,21.509,15.343,21.63,13.768"/> <path fill="%23f9e100" d="M21.926,10.943c0.008-2.263-2.929-3.322-4.735-3.622c-2.091-0.347-4.503-0.147-6.354,0.956 c-0.871,0.519-1.723,1.33-1.827,2.396c-0.092,0.937,0.487,1.795,1.18,2.367c1.697,1.399,4.219,1.735,6.34,1.55 C18.5,14.419,21.91,13.446,21.926,10.943z"/> </svg> ');
}
.yellow.icon-value-set{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,9.109,15.779,8.466,18.458,8.466 M18.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,8.318,22.623,6.715,18.458,6.715L18.458,6.715z" /> <path fill="%23CCCCCC" d="M18.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,7.393,15.779,6.75,18.458,6.75 M18.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,6.603,22.623,5,18.458,5L18.458,5z"/> <path fill="%23a58d00" d="M10.429,17.656c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,18.149,12.483,17.656,10.429,17.656 M10.429,16.315c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.198,1.258-4.854,0.899c1.23-0.726,2.352-0.781,1.974-2.303 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,17.543,7.237,16.315,10.429,16.315L10.429,16.315 z"/> <path fill="%23f9e100" d="M10.429,16.342c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,16.834,12.483,16.342,10.429,16.342 M10.429,15 c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.073,1.718-4.854,1.99c1.23-0.726,2.352-1.872,1.974-3.394 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,16.229,7.237,15,10.429,15L10.429,15z"/> <ellipse fill="%23f9e100" cx="10.107" cy="20.787" rx="8.348" ry="5.736"/> </svg>');
}
.yellow.icon-value-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.376,14.644c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.376,24.205,8.376,19.425,8.376,14.644L8.376,14.644z"/> <path fill="%23FFFFFF" d="M4.735,9.742c-0.724,0-1.405,0.185-2.025,0.55c-0.611,0.359-1.098,0.851-1.448,1.46 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.14,9.927,5.459,9.742,4.735,9.742L4.735,9.742z"/> <rect x="3.094" y="16.644" fill="%23ccaa00" width="3.281" height="10.342"/> <path fill="%23ccaa00" d="M6.737,13.744c0,2.421-3.668,2.669-3.987,0.268C2.386,11.273,6.737,10.989,6.737,13.744z"/> <path fill="%23FFFFFF" d="M21.565,16.837c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.814,21.118,21.794,18.767,21.565,16.837z"/> <path fill="%23ccaa00" d="M19.657,19.867c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V12.748c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.793,16.627,19.657,18.315,19.657,19.867z M16.161,19.867c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.427,22.905,16.161,21.049,16.161,19.867z"/> </svg>');
}
.yellow.icon-value-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%23ccaa00" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.yellow.icon-value-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="11.376,9.873 9.753,10.858 2.242,21.303 1.097,22.894 2.666,24.07 10.176,29.704 11.381,30.607 12.582,29.699 20.034,24.066 21.586,22.893 20.456,21.309 13.004,10.864 11.917,9.34 "/> <path fill="%23f9e100" d="M3.866,22.47l7.511,5.633V12.026L3.866,22.47z"/> <path fill="%23a58d00" d="M11.376,28.104l7.452-5.633l-7.452-10.445V28.104z"/> </svg>');
}
.purple.icon-value-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.purple.icon-value-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23FF99FF" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.purple.icon-value-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%23990099" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23FF66FF" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.purple.icon-value-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 21.989,11.956 22.649,24.045 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%23990099" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%23FF66FF" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%23FF99FF" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%23FF66FF" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%23FF99FF" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg> ');
}
.purple.icon-value-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%23990099" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%23FF66FF" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%23FF99FF" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.purple.icon-value-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%23FF66FF" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.purple.icon-value-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M12.127,10.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h0.832l1.23,1.728H5.381v2c0,1.055,0.195,2.013,0.579,2.847 c0.395,0.856,0.949,1.572,1.647,2.13c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332 c0.838,0,1.659-0.128,2.438-0.381c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078 c0.368-0.81,0.555-1.732,0.555-2.739c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006 c0.475-0.794,0.72-1.725,0.72-2.765c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253 C14.395,11.18,13.301,10.926,12.127,10.926L12.127,10.926z"/> <path fill="%23FF66FF" d="M16.863,23.026c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.04,25.532,7.776,24.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V18.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.547c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698c0.244,0.27,0.444,0.606,0.601,1.01 C16.785,22.044,16.863,22.506,16.863,23.026z"/> </svg> ');
}
.purple.icon-value-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23FF66FF" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23FF66FF" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%23FF66FF" width="9.982" height="3.133"/> </svg> ');
}
.purple.icon-value-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23FF66FF" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23FF66FF" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.purple.icon-value-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%23FF66FF" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%23FF66FF" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.purple.icon-value-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%23FF66FF" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.purple.icon-value-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%23FF66FF" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.purple.icon-value-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%23FF66FF" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%23FF66FF" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%23FF66FF" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.purple.icon-value-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M17.465,8.885c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,9.528,14.785,8.885,17.465,8.885 M17.465,7.134 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,8.737,21.629,7.134,17.465,7.134L17.465,7.134z" /> <path fill="%23CCCCCC" d="M17.465,7.169c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,7.812,14.785,7.169,17.465,7.169 M17.465,5.418 c-3.019,0-6.194,0.745-8.631,2.567C6.462,9.759,5.147,12.71,6.621,15.47c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,7.022,21.629,5.418,17.465,5.418L17.465,5.418z" /> <path fill="%23990099" d="M14.551,12.323c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,12.967,11.871,12.323,14.551,12.323 M14.551,10.573 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,12.176,18.715,10.573,14.551,10.573 L14.551,10.573z"/> <path fill="%23FF99FF" d="M14.551,10.608c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,11.251,11.871,10.608,14.551,10.608 M14.551,8.857 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,10.46,18.715,8.857,14.551,8.857L14.551,8.857z" /> </svg> ');
}
.purple.icon-value-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.159,9.882c0.392-1.203,1.394-2.004,2.165-2.463c1.879-1.119,4.442-1.514,7.031-1.084 c2.576,0.428,5.581,1.891,5.571,4.611c-0.001,0.09-0.009,0.168-0.018,0.246l-0.129-0.006l0.133,0.026 c-0.013,0.135-0.052,0.475-0.098,0.874c-0.066,0.57-0.177,1.524-0.184,1.718c-0.023,0.315-0.077,0.586-0.163,0.848 c-0.615,1.888-2.688,2.816-3.55,3.128c-1.569,0.565-3.426,0.732-5.229,0.469c-1.561-0.229-3.685-0.846-4.946-2.485 c-0.622-0.809-0.69-2.206-0.714-3.949C8.023,11.544,8.02,11.3,8.011,11.1l-0.005-0.103l1.991-0.223l-0.895,0.08l-0.096,0.029 l-1,0.009c-0.002-0.128-0.002-0.218,0.006-0.311C8.037,10.341,8.086,10.109,8.159,9.882z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="626.2917" y1="-374.4666" x2="626.2917" y2="-361.4897" gradientTransform="matrix(-0.3097 0.9508 -0.9508 -0.3097 -140.9237 -696.1208)"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="0.7412" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23FF99FF"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.63,13.768c0.013-0.365,0.252-2.283,0.286-2.647c-0.624,2.637-4.3,2.907-6.526,2.87 c-2.149-0.035-5.967-0.511-6.389-3.129c0.075,0.959-0.086,3.488,0.532,4.29c0.991,1.287,2.749,1.878,4.298,2.105 c1.564,0.229,3.253,0.118,4.746-0.42C19.92,16.353,21.509,15.343,21.63,13.768"/> <path fill="%23FF99FF" d="M21.926,10.943c0.008-2.263-2.929-3.322-4.735-3.622c-2.091-0.347-4.503-0.147-6.354,0.956 c-0.871,0.519-1.723,1.33-1.827,2.396c-0.092,0.937,0.487,1.795,1.18,2.367c1.697,1.399,4.219,1.735,6.34,1.55 C18.5,14.419,21.91,13.446,21.926,10.943z"/> </svg> ');
}
.purple.icon-value-set{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,9.109,15.779,8.466,18.458,8.466 M18.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,8.318,22.623,6.715,18.458,6.715L18.458,6.715z" /> <path fill="%23CCCCCC" d="M18.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,7.393,15.779,6.75,18.458,6.75 M18.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,6.603,22.623,5,18.458,5L18.458,5z"/> <path fill="%23990099" d="M10.429,17.656c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,18.149,12.483,17.656,10.429,17.656 M10.429,16.315c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.198,1.258-4.854,0.899c1.23-0.726,2.352-0.781,1.974-2.303 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,17.543,7.237,16.315,10.429,16.315L10.429,16.315 z"/> <path fill="%23FF99FF" d="M10.429,16.342c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,16.834,12.483,16.342,10.429,16.342 M10.429,15 c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.073,1.718-4.854,1.99c1.23-0.726,2.352-1.872,1.974-3.394 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,16.229,7.237,15,10.429,15L10.429,15z"/> <ellipse fill="%23FF99FF" cx="10.107" cy="20.787" rx="8.348" ry="5.736"/> </svg>');
}
.purple.icon-value-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.376,14.644c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.376,24.205,8.376,19.425,8.376,14.644L8.376,14.644z"/> <path fill="%23FFFFFF" d="M4.735,9.742c-0.724,0-1.405,0.185-2.025,0.55c-0.611,0.359-1.098,0.851-1.448,1.46 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.14,9.927,5.459,9.742,4.735,9.742L4.735,9.742z"/> <rect x="3.094" y="16.644" fill="%23FF66FF" width="3.281" height="10.342"/> <path fill="%23FF66FF" d="M6.737,13.744c0,2.421-3.668,2.669-3.987,0.268C2.386,11.273,6.737,10.989,6.737,13.744z"/> <path fill="%23FFFFFF" d="M21.565,16.837c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.814,21.118,21.794,18.767,21.565,16.837z"/> <path fill="%23FF66FF" d="M19.657,19.867c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V12.748c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.793,16.627,19.657,18.315,19.657,19.867z M16.161,19.867c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.427,22.905,16.161,21.049,16.161,19.867z"/> </svg>');
}
.purple.icon-value-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%23FF66FF" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.purple.icon-value-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="11.376,9.873 9.753,10.858 2.242,21.303 1.097,22.894 2.666,24.07 10.176,29.704 11.381,30.607 12.582,29.699 20.034,24.066 21.586,22.893 20.456,21.309 13.004,10.864 11.917,9.34 "/> <path fill="%23FF99FF" d="M3.866,22.47l7.511,5.633V12.026L3.866,22.47z"/> <path fill="%23990099" d="M11.376,28.104l7.452-5.633l-7.452-10.445V28.104z"/> </svg>');
}
.grey.icon-value-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.grey.icon-value-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.grey.icon-value-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%23676767" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23999999" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.grey.icon-value-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 21.989,11.956 22.649,24.045 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%23676767" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%23999999" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%23CCCCCC" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%23999999" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%23CCCCCC" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg> ');
}
.grey.icon-value-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%23676767" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%23999999" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%23CCCCCC" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.grey.icon-value-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%23999999" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.grey.icon-value-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M12.127,10.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h0.832l1.23,1.728H5.381v2c0,1.055,0.195,2.013,0.579,2.847 c0.395,0.856,0.949,1.572,1.647,2.13c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332 c0.838,0,1.659-0.128,2.438-0.381c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078 c0.368-0.81,0.555-1.732,0.555-2.739c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006 c0.475-0.794,0.72-1.725,0.72-2.765c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253 C14.395,11.18,13.301,10.926,12.127,10.926L12.127,10.926z"/> <path fill="%23999999" d="M16.863,23.026c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.04,25.532,7.776,24.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V18.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.547c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698c0.244,0.27,0.444,0.606,0.601,1.01 C16.785,22.044,16.863,22.506,16.863,23.026z"/> </svg> ');
}
.grey.icon-value-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23999999" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23999999" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%23999999" width="9.982" height="3.133"/> </svg> ');
}
.grey.icon-value-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23999999" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23999999" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.grey.icon-value-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%23999999" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%23999999" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.grey.icon-value-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%23999999" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.grey.icon-value-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%23999999" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.grey.icon-value-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%23999999" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%23999999" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%23999999" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.grey.icon-value-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M17.465,8.885c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,9.528,14.785,8.885,17.465,8.885 M17.465,7.134 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,8.737,21.629,7.134,17.465,7.134L17.465,7.134z" /> <path fill="%23CCCCCC" d="M17.465,7.169c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,7.812,14.785,7.169,17.465,7.169 M17.465,5.418 c-3.019,0-6.194,0.745-8.631,2.567C6.462,9.759,5.147,12.71,6.621,15.47c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,7.022,21.629,5.418,17.465,5.418L17.465,5.418z" /> <path fill="%23676767" d="M14.551,12.323c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,12.967,11.871,12.323,14.551,12.323 M14.551,10.573 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,12.176,18.715,10.573,14.551,10.573 L14.551,10.573z"/> <path fill="%23CCCCCC" d="M14.551,10.608c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,11.251,11.871,10.608,14.551,10.608 M14.551,8.857 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,10.46,18.715,8.857,14.551,8.857L14.551,8.857z" /> </svg> ');
}
.grey.icon-value-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.159,9.882c0.392-1.203,1.394-2.004,2.165-2.463c1.879-1.119,4.442-1.514,7.031-1.084 c2.576,0.428,5.581,1.891,5.571,4.611c-0.001,0.09-0.009,0.168-0.018,0.246l-0.129-0.006l0.133,0.026 c-0.013,0.135-0.052,0.475-0.098,0.874c-0.066,0.57-0.177,1.524-0.184,1.718c-0.023,0.315-0.077,0.586-0.163,0.848 c-0.615,1.888-2.688,2.816-3.55,3.128c-1.569,0.565-3.426,0.732-5.229,0.469c-1.561-0.229-3.685-0.846-4.946-2.485 c-0.622-0.809-0.69-2.206-0.714-3.949C8.023,11.544,8.02,11.3,8.011,11.1l-0.005-0.103l1.991-0.223l-0.895,0.08l-0.096,0.029 l-1,0.009c-0.002-0.128-0.002-0.218,0.006-0.311C8.037,10.341,8.086,10.109,8.159,9.882z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="626.2917" y1="-374.4666" x2="626.2917" y2="-361.4897" gradientTransform="matrix(-0.3097 0.9508 -0.9508 -0.3097 -140.9237 -696.1208)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.7412" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.63,13.768c0.013-0.365,0.252-2.283,0.286-2.647c-0.624,2.637-4.3,2.907-6.526,2.87 c-2.149-0.035-5.967-0.511-6.389-3.129c0.075,0.959-0.086,3.488,0.532,4.29c0.991,1.287,2.749,1.878,4.298,2.105 c1.564,0.229,3.253,0.118,4.746-0.42C19.92,16.353,21.509,15.343,21.63,13.768"/> <path fill="%23CCCCCC" d="M21.926,10.943c0.008-2.263-2.929-3.322-4.735-3.622c-2.091-0.347-4.503-0.147-6.354,0.956 c-0.871,0.519-1.723,1.33-1.827,2.396c-0.092,0.937,0.487,1.795,1.18,2.367c1.697,1.399,4.219,1.735,6.34,1.55 C18.5,14.419,21.91,13.446,21.926,10.943z"/> </svg> ');
}
.grey.icon-value-set{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,9.109,15.779,8.466,18.458,8.466 M18.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,8.318,22.623,6.715,18.458,6.715L18.458,6.715z" /> <path fill="%23CCCCCC" d="M18.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,7.393,15.779,6.75,18.458,6.75 M18.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,6.603,22.623,5,18.458,5L18.458,5z"/> <path fill="%23676767" d="M10.429,17.656c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,18.149,12.483,17.656,10.429,17.656 M10.429,16.315c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.198,1.258-4.854,0.899c1.23-0.726,2.352-0.781,1.974-2.303 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,17.543,7.237,16.315,10.429,16.315L10.429,16.315 z"/> <path fill="%23CCCCCC" d="M10.429,16.342c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,16.834,12.483,16.342,10.429,16.342 M10.429,15 c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.073,1.718-4.854,1.99c1.23-0.726,2.352-1.872,1.974-3.394 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,16.229,7.237,15,10.429,15L10.429,15z"/> <ellipse fill="%23CCCCCC" cx="10.107" cy="20.787" rx="8.348" ry="5.736"/> </svg>');
}
.grey.icon-value-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.376,14.644c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.376,24.205,8.376,19.425,8.376,14.644L8.376,14.644z"/> <path fill="%23FFFFFF" d="M4.735,9.742c-0.724,0-1.405,0.185-2.025,0.55c-0.611,0.359-1.098,0.851-1.448,1.46 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.14,9.927,5.459,9.742,4.735,9.742L4.735,9.742z"/> <rect x="3.094" y="16.644" fill="%23999999" width="3.281" height="10.342"/> <path fill="%23999999" d="M6.737,13.744c0,2.421-3.668,2.669-3.987,0.268C2.386,11.273,6.737,10.989,6.737,13.744z"/> <path fill="%23FFFFFF" d="M21.565,16.837c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.814,21.118,21.794,18.767,21.565,16.837z"/> <path fill="%23999999" d="M19.657,19.867c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V12.748c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.793,16.627,19.657,18.315,19.657,19.867z M16.161,19.867c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.427,22.905,16.161,21.049,16.161,19.867z"/> </svg>');
}
.grey.icon-value-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%23999999" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.grey.icon-value-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="11.376,9.873 9.753,10.858 2.242,21.303 1.097,22.894 2.666,24.07 10.176,29.704 11.381,30.607 12.582,29.699 20.034,24.066 21.586,22.893 20.456,21.309 13.004,10.864 11.917,9.34 "/> <path fill="%23CCCCCC" d="M3.866,22.47l7.511,5.633V12.026L3.866,22.47z"/> <path fill="%23676767" d="M11.376,28.104l7.452-5.633l-7.452-10.445V28.104z"/> </svg>');
}
.orange.icon-value-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.orange.icon-value-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23ffbc00" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.orange.icon-value-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%23a56600" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23d88500" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.orange.icon-value-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 21.989,11.956 22.649,24.045 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%23a56600" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%23d88500" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%23ffbc00" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%23d88500" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%23ffbc00" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg> ');
}
.orange.icon-value-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%23a56600" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%23d88500" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%23ffbc00" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.orange.icon-value-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%23d88500" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.orange.icon-value-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M12.127,10.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h0.832l1.23,1.728H5.381v2c0,1.055,0.195,2.013,0.579,2.847 c0.395,0.856,0.949,1.572,1.647,2.13c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332 c0.838,0,1.659-0.128,2.438-0.381c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078 c0.368-0.81,0.555-1.732,0.555-2.739c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006 c0.475-0.794,0.72-1.725,0.72-2.765c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253 C14.395,11.18,13.301,10.926,12.127,10.926L12.127,10.926z"/> <path fill="%23d88500" d="M16.863,23.026c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.04,25.532,7.776,24.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V18.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.547c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698c0.244,0.27,0.444,0.606,0.601,1.01 C16.785,22.044,16.863,22.506,16.863,23.026z"/> </svg> ');
}
.orange.icon-value-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23d88500" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23d88500" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%23d88500" width="9.982" height="3.133"/> </svg> ');
}
.orange.icon-value-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23d88500" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23d88500" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.orange.icon-value-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%23d88500" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%23d88500" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.orange.icon-value-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%23d88500" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.orange.icon-value-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%23d88500" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.orange.icon-value-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%23d88500" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%23d88500" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%23d88500" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.orange.icon-value-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M17.465,8.885c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,9.528,14.785,8.885,17.465,8.885 M17.465,7.134 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,8.737,21.629,7.134,17.465,7.134L17.465,7.134z" /> <path fill="%23CCCCCC" d="M17.465,7.169c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,7.812,14.785,7.169,17.465,7.169 M17.465,5.418 c-3.019,0-6.194,0.745-8.631,2.567C6.462,9.759,5.147,12.71,6.621,15.47c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,7.022,21.629,5.418,17.465,5.418L17.465,5.418z" /> <path fill="%23a56600" d="M14.551,12.323c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,12.967,11.871,12.323,14.551,12.323 M14.551,10.573 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,12.176,18.715,10.573,14.551,10.573 L14.551,10.573z"/> <path fill="%23ffbc00" d="M14.551,10.608c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,11.251,11.871,10.608,14.551,10.608 M14.551,8.857 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,10.46,18.715,8.857,14.551,8.857L14.551,8.857z" /> </svg> ');
}
.orange.icon-value-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.159,9.882c0.392-1.203,1.394-2.004,2.165-2.463c1.879-1.119,4.442-1.514,7.031-1.084 c2.576,0.428,5.581,1.891,5.571,4.611c-0.001,0.09-0.009,0.168-0.018,0.246l-0.129-0.006l0.133,0.026 c-0.013,0.135-0.052,0.475-0.098,0.874c-0.066,0.57-0.177,1.524-0.184,1.718c-0.023,0.315-0.077,0.586-0.163,0.848 c-0.615,1.888-2.688,2.816-3.55,3.128c-1.569,0.565-3.426,0.732-5.229,0.469c-1.561-0.229-3.685-0.846-4.946-2.485 c-0.622-0.809-0.69-2.206-0.714-3.949C8.023,11.544,8.02,11.3,8.011,11.1l-0.005-0.103l1.991-0.223l-0.895,0.08l-0.096,0.029 l-1,0.009c-0.002-0.128-0.002-0.218,0.006-0.311C8.037,10.341,8.086,10.109,8.159,9.882z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="626.2917" y1="-374.4666" x2="626.2917" y2="-361.4897" gradientTransform="matrix(-0.3097 0.9508 -0.9508 -0.3097 -140.9237 -696.1208)"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="0.7412" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23ffbc00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.63,13.768c0.013-0.365,0.252-2.283,0.286-2.647c-0.624,2.637-4.3,2.907-6.526,2.87 c-2.149-0.035-5.967-0.511-6.389-3.129c0.075,0.959-0.086,3.488,0.532,4.29c0.991,1.287,2.749,1.878,4.298,2.105 c1.564,0.229,3.253,0.118,4.746-0.42C19.92,16.353,21.509,15.343,21.63,13.768"/> <path fill="%23ffbc00" d="M21.926,10.943c0.008-2.263-2.929-3.322-4.735-3.622c-2.091-0.347-4.503-0.147-6.354,0.956 c-0.871,0.519-1.723,1.33-1.827,2.396c-0.092,0.937,0.487,1.795,1.18,2.367c1.697,1.399,4.219,1.735,6.34,1.55 C18.5,14.419,21.91,13.446,21.926,10.943z"/> </svg> ');
}
.orange.icon-value-set{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,9.109,15.779,8.466,18.458,8.466 M18.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,8.318,22.623,6.715,18.458,6.715L18.458,6.715z" /> <path fill="%23CCCCCC" d="M18.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,7.393,15.779,6.75,18.458,6.75 M18.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,6.603,22.623,5,18.458,5L18.458,5z"/> <path fill="%23a56600" d="M10.429,17.656c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,18.149,12.483,17.656,10.429,17.656 M10.429,16.315c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.198,1.258-4.854,0.899c1.23-0.726,2.352-0.781,1.974-2.303 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,17.543,7.237,16.315,10.429,16.315L10.429,16.315 z"/> <path fill="%23ffbc00" d="M10.429,16.342c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,16.834,12.483,16.342,10.429,16.342 M10.429,15 c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.073,1.718-4.854,1.99c1.23-0.726,2.352-1.872,1.974-3.394 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,16.229,7.237,15,10.429,15L10.429,15z"/> <ellipse fill="%23ffbc00" cx="10.107" cy="20.787" rx="8.348" ry="5.736"/> </svg>');
}
.orange.icon-value-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.376,14.644c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.376,24.205,8.376,19.425,8.376,14.644L8.376,14.644z"/> <path fill="%23FFFFFF" d="M4.735,9.742c-0.724,0-1.405,0.185-2.025,0.55c-0.611,0.359-1.098,0.851-1.448,1.46 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.14,9.927,5.459,9.742,4.735,9.742L4.735,9.742z"/> <rect x="3.094" y="16.644" fill="%23d88500" width="3.281" height="10.342"/> <path fill="%23d88500" d="M6.737,13.744c0,2.421-3.668,2.669-3.987,0.268C2.386,11.273,6.737,10.989,6.737,13.744z"/> <path fill="%23FFFFFF" d="M21.565,16.837c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.814,21.118,21.794,18.767,21.565,16.837z"/> <path fill="%23d88500" d="M19.657,19.867c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V12.748c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.793,16.627,19.657,18.315,19.657,19.867z M16.161,19.867c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.427,22.905,16.161,21.049,16.161,19.867z"/> </svg>');
}
.orange.icon-value-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%23d88500" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.orange.icon-value-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="11.376,9.873 9.753,10.858 2.242,21.303 1.097,22.894 2.666,24.07 10.176,29.704 11.381,30.607 12.582,29.699 20.034,24.066 21.586,22.893 20.456,21.309 13.004,10.864 11.917,9.34 "/> <path fill="%23ffbc00" d="M3.866,22.47l7.511,5.633V12.026L3.866,22.47z"/> <path fill="%23a56600" d="M11.376,28.104l7.452-5.633l-7.452-10.445V28.104z"/> </svg>');
}
.red.icon-value-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.red.icon-value-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23FF0000" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.red.icon-value-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%23990000" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23CC0000" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.red.icon-value-root_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 21.989,11.956 22.649,24.045 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%23990000" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%23CC0000" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%23FF0000" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%23CC0000" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%23FF0000" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg> ');
}
.red.icon-value-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%23990000" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%23CC0000" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%23FF0000" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.red.icon-value-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%23CC0000" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.red.icon-value-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M12.127,10.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h0.832l1.23,1.728H5.381v2c0,1.055,0.195,2.013,0.579,2.847 c0.395,0.856,0.949,1.572,1.647,2.13c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332 c0.838,0,1.659-0.128,2.438-0.381c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078 c0.368-0.81,0.555-1.732,0.555-2.739c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006 c0.475-0.794,0.72-1.725,0.72-2.765c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253 C14.395,11.18,13.301,10.926,12.127,10.926L12.127,10.926z"/> <path fill="%23CC0000" d="M16.863,23.026c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.04,25.532,7.776,24.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V18.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.547c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698c0.244,0.27,0.444,0.606,0.601,1.01 C16.785,22.044,16.863,22.506,16.863,23.026z"/> </svg> ');
}
.red.icon-value-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23CC0000" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23CC0000" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%23CC0000" width="9.982" height="3.133"/> </svg> ');
}
.red.icon-value-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23CC0000" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23CC0000" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.red.icon-value-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%23CC0000" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%23CC0000" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.red.icon-value-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%23CC0000" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.red.icon-value-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%23CC0000" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.red.icon-value-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%23CC0000" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%23CC0000" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%23CC0000" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.red.icon-value-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M17.465,8.885c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,9.528,14.785,8.885,17.465,8.885 M17.465,7.134 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,8.737,21.629,7.134,17.465,7.134L17.465,7.134z" /> <path fill="%23CCCCCC" d="M17.465,7.169c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.932,7.812,14.785,7.169,17.465,7.169 M17.465,5.418 c-3.019,0-6.194,0.745-8.631,2.567C6.462,9.759,5.147,12.71,6.621,15.47c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C27.371,7.022,21.629,5.418,17.465,5.418L17.465,5.418z" /> <path fill="%23990000" d="M14.551,12.323c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,12.967,11.871,12.323,14.551,12.323 M14.551,10.573 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,12.176,18.715,10.573,14.551,10.573 L14.551,10.573z"/> <path fill="%23FF0000" d="M14.551,10.608c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.018,11.251,11.871,10.608,14.551,10.608 M14.551,8.857 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C24.457,10.46,18.715,8.857,14.551,8.857L14.551,8.857z" /> </svg> ');
}
.red.icon-value-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.159,9.882c0.392-1.203,1.394-2.004,2.165-2.463c1.879-1.119,4.442-1.514,7.031-1.084 c2.576,0.428,5.581,1.891,5.571,4.611c-0.001,0.09-0.009,0.168-0.018,0.246l-0.129-0.006l0.133,0.026 c-0.013,0.135-0.052,0.475-0.098,0.874c-0.066,0.57-0.177,1.524-0.184,1.718c-0.023,0.315-0.077,0.586-0.163,0.848 c-0.615,1.888-2.688,2.816-3.55,3.128c-1.569,0.565-3.426,0.732-5.229,0.469c-1.561-0.229-3.685-0.846-4.946-2.485 c-0.622-0.809-0.69-2.206-0.714-3.949C8.023,11.544,8.02,11.3,8.011,11.1l-0.005-0.103l1.991-0.223l-0.895,0.08l-0.096,0.029 l-1,0.009c-0.002-0.128-0.002-0.218,0.006-0.311C8.037,10.341,8.086,10.109,8.159,9.882z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="626.2917" y1="-374.4666" x2="626.2917" y2="-361.4897" gradientTransform="matrix(-0.3097 0.9508 -0.9508 -0.3097 -140.9237 -696.1208)"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.63,13.768c0.013-0.365,0.252-2.283,0.286-2.647c-0.624,2.637-4.3,2.907-6.526,2.87 c-2.149-0.035-5.967-0.511-6.389-3.129c0.075,0.959-0.086,3.488,0.532,4.29c0.991,1.287,2.749,1.878,4.298,2.105 c1.564,0.229,3.253,0.118,4.746-0.42C19.92,16.353,21.509,15.343,21.63,13.768"/> <path fill="%23FF0000" d="M21.926,10.943c0.008-2.263-2.929-3.322-4.735-3.622c-2.091-0.347-4.503-0.147-6.354,0.956 c-0.871,0.519-1.723,1.33-1.827,2.396c-0.092,0.937,0.487,1.795,1.18,2.367c1.697,1.399,4.219,1.735,6.34,1.55 C18.5,14.419,21.91,13.446,21.926,10.943z"/> </svg> ');
}
.red.icon-value-set{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,9.109,15.779,8.466,18.458,8.466 M18.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,8.318,22.623,6.715,18.458,6.715L18.458,6.715z" /> <path fill="%23CCCCCC" d="M18.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C12.926,7.393,15.779,6.75,18.458,6.75 M18.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C28.365,6.603,22.623,5,18.458,5L18.458,5z"/> <path fill="%23990000" d="M10.429,17.656c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,18.149,12.483,17.656,10.429,17.656 M10.429,16.315c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.198,1.258-4.854,0.899c1.23-0.726,2.352-0.781,1.974-2.303 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,17.543,7.237,16.315,10.429,16.315L10.429,16.315 z"/> <path fill="%23FF0000" d="M10.429,16.342c-2.312,0-5.097,0.633-6.658,2.46c-0.806,0.944-1.065,2.147-0.481,3.266 c0.201,0.386,0.509,0.697,0.694,1.092c0.283,0.601,0.441,1.273,0.419,1.937c0.461-0.285,0.87-0.695,1.449-0.695 c0.477,0,0.942,0.267,1.396,0.398c1.106,0.32,2.269,0.454,3.421,0.431c2.079-0.042,4.368-0.601,5.941-2.011 c0.759-0.681,1.358-1.631,1.251-2.678c-0.102-0.996-0.775-1.837-1.551-2.437C14.669,16.834,12.483,16.342,10.429,16.342 M10.429,15 c2.314,0,4.747,0.571,6.615,1.967c1.818,1.359,2.825,3.621,1.696,5.736c-1.065,1.995-3.375,3.102-5.521,3.574 c-2.417,0.531-5.061,0.378-7.365-0.534c-1.447,1.068-3.073,1.718-4.854,1.99c1.23-0.726,2.352-1.872,1.974-3.394 c-0.206-0.827-0.857-1.417-1.146-2.217c-0.292-0.81-0.316-1.683-0.057-2.505C2.837,16.229,7.237,15,10.429,15L10.429,15z"/> <ellipse fill="%23FF0000" cx="10.107" cy="20.787" rx="8.348" ry="5.736"/> </svg>');
}
.red.icon-value-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M8.376,14.644c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.376,24.205,8.376,19.425,8.376,14.644L8.376,14.644z"/> <path fill="%23FFFFFF" d="M4.735,9.742c-0.724,0-1.405,0.185-2.025,0.55c-0.611,0.359-1.098,0.851-1.448,1.46 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.14,9.927,5.459,9.742,4.735,9.742L4.735,9.742z"/> <rect x="3.094" y="16.644" fill="%23CC0000" width="3.281" height="10.342"/> <path fill="%23CC0000" d="M6.737,13.744c0,2.421-3.668,2.669-3.987,0.268C2.386,11.273,6.737,10.989,6.737,13.744z"/> <path fill="%23FFFFFF" d="M21.565,16.837c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.814,21.118,21.794,18.767,21.565,16.837z"/> <path fill="%23CC0000" d="M19.657,19.867c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V12.748c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.793,16.627,19.657,18.315,19.657,19.867z M16.161,19.867c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.427,22.905,16.161,21.049,16.161,19.867z"/> </svg>');
}
.red.icon-value-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%23CC0000" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.red.icon-value-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="11.376,9.873 9.753,10.858 2.242,21.303 1.097,22.894 2.666,24.07 10.176,29.704 11.381,30.607 12.582,29.699 20.034,24.066 21.586,22.893 20.456,21.309 13.004,10.864 11.917,9.34 "/> <path fill="%23FF0000" d="M3.866,22.47l7.511,5.633V12.026L3.866,22.47z"/> <path fill="%23990000" d="M11.376,28.104l7.452-5.633l-7.452-10.445V28.104z"/> </svg>');
}


.blue.icon-form{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23003399" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.82,16.835 16.446,7.541 "/> <polygon fill="%23003399" points="17.835,6.824 16.446,7.541 21.82,16.835 23.18,16.026 "/> <polygon fill="%230044B2" points="23.18,16.026 21.82,16.835 21.084,29.614 22.281,28.71 "/> <polygon fill="%230099FF" points="9.407,3.003 8,3.566 16.446,7.541 17.835,6.824 "/> <polyline fill="%230099FF" points="21.82,16.835 16.446,7.541 12.154,16.245 21.82,16.835 "/> </svg>');
}
.blue.icon-form-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23999999" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%23676767" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%23CCCCCC" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.blue.icon-form-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%230044B2" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%230099FF" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23003399" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%230044B2" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%230099FF" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23003399" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%230099FF" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.blue.icon-form-record{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23003399" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%230044B2" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%230099FF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23003399" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%230044B2" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%230099FF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.blue.icon-form-record_display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.05,11.721 l2.719-1.617"/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <polyline fill="%23003399" points="5.324,6.839 5.617,12.196 20.214,20.706 20.432,15.005 5.324,6.839 "/> <polyline fill="%230044B2" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%230099FF" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg>');
}
.blue.icon-form-record_edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23003399" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%230044B2" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%230099FF" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%230044B2" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%230099FF" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.blue.icon-form-record_insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23999999" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23676767" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23CCCCCC" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23676767" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23CCCCCC" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23003399" points="2.662,16.687 2.857,19.067 5.776,21.047 5.627,18.64 2.662,16.687 "/> <polyline fill="%23003399" points="4.716,15.562 6.631,14.512 3.787,12.736 3.945,15.07 4.716,15.562 "/> <polyline fill="%23003399" points="12.767,20.713 12.721,18.305 9.606,16.371 9.699,18.751 12.767,20.713 "/> <polyline fill="%230044B2" points="5.627,18.64 5.776,21.047 9.699,18.751 9.606,16.371 5.627,18.64 "/> <polyline fill="%230044B2" points="12.721,18.305 12.767,20.713 13.985,14.484 13.957,12.16 12.721,18.305 "/> <polyline fill="%230099FF" points="6.631,14.512 4.716,15.562 2.662,16.687 5.627,18.64 9.606,16.371 12.721,18.305 13.957,12.16 3.787,12.736 6.631,14.512 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.blue.icon-form-record_delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23003399" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%230044B2" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%230099FF" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%230044B2" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%230099FF" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23990000" points="25.834,12.94 24.665,13.573 22.78,14.761 22.785,14.771 22.664,14.834 25.597,19.743 27.515,18.337 24.747,13.713 25.921,13.08 27.974,11.776 25.834,12.94 "/> <polyline fill="%23FF0000" points="25.979,8.48 23.887,9.679 25.834,12.94 27.974,11.776 25.979,8.48 "/> <polyline fill="%23FF0000" points="20.828,11.495 20.833,11.505 22.766,10.403 19.93,5.659 17.794,6.683 20.712,11.573 20.828,11.495 "/> <polyline fill="%23CC0000" points="20.833,11.505 20.712,11.573 17.794,6.683 16.108,8.094 18.886,12.756 16.446,14.341 18.181,17.254 20.746,15.868 23.539,20.55 25.597,19.743 22.664,14.834 22.78,14.761 24.665,13.573 25.834,12.94 23.887,9.679 22.766,10.403 20.833,11.505 "/> </svg> ');
}
.blue.icon-form-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%230044B2" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%230044B2" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%230099FF" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.blue.icon-form-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23003399" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%23003399" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%23003399" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%230044B2" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%230044B2" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%230099FF" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg>');
}
.blue.icon-form-event{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%230099FF" d="M11.917,11.403c-0.338,0.18-0.697,0.326-1.045,0.487c2.723-0.817,5.346,2.18,6.481,4.221 c1.095,1.97,2.246,5.832,0.089,7.588c0.832-0.571,1.672-1.053,2.077-2.035c0.65-1.575,0.264-3.482-0.342-5.008 c-0.612-1.54-1.599-3.017-2.87-4.09C15.161,11.6,13.411,10.686,11.917,11.403"/> <path fill="%230044B2" d="M10.62,14.146c-1.275,1.834,0.011,4.703,1.166,6.252c0.965,1.294,3.644,3.511,5.032,1.508 c-1.924,0.321-3.626-1.57-4.485-3.056c-0.869-1.503-1.64-3.976-0.356-5.473C11.431,13.377,10.923,13.712,10.62,14.146"/> <path fill="%23003399" d="M10.536,12.046c-2.06,1.18-1.481,4.402-0.806,6.2c0.781,2.082,2.228,4.166,4.201,5.27 c0.928,0.519,2.111,0.867,3.134,0.403c0.899-0.408,1.375-1.383,1.531-2.313c0.381-2.275-0.637-4.742-1.917-6.571 C15.49,13.334,12.817,10.748,10.536,12.046z M17.161,21.193c-0.768,2.438-3.456,1.257-4.723-0.064 c-1.46-1.522-2.723-4.074-2.129-6.221c0.702-2.549,3.473-1.34,4.746-0.012C16.504,16.408,17.835,19.054,17.161,21.193z"/> <path fill="%230099FF" d="M6.4,11.536c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.604 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.22-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C10.708,11.798,8.383,10.584,6.4,11.536"/> <path fill="%230044B2" d="M4.143,14.695c-1.867,2.748,0.016,7.048,1.707,9.368c1.413,1.939,5.336,5.26,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C5.331,13.542,4.586,14.044,4.143,14.695"/> <path fill="%23003399" d="M4.899,12.224c-2.735,1.566-1.966,5.845-1.07,8.231c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.836,2.032-3.071c0.505-3.02-0.846-6.295-2.545-8.725 C11.476,13.934,7.928,10.5,4.899,12.224z M14.132,24.781c-1.114,3.538-5.016,1.824-6.854-0.092c-2.119-2.209-3.952-5.913-3.09-9.028 c1.018-3.698,5.04-1.944,6.887-0.017C13.178,17.837,15.11,21.677,14.132,24.781z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.blue.icon-form-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="19.436,6.541 10.99,2.566 12.05,20.566 24.074,28.614 24.811,15.835 19.436,6.541 "/> <polygon fill="%23999999" points="20.826,5.824 19.436,6.541 24.811,15.835 26.17,15.026 "/> <polygon fill="%23676767" points="26.17,15.026 24.811,15.835 24.074,28.614 25.272,27.71 "/> <polygon fill="%23CCCCCC" points="12.398,2.003 10.99,2.566 19.436,6.541 20.826,5.824 "/> <polyline fill="%23CCCCCC" points="24.811,15.835 19.436,6.541 15.145,15.245 24.811,15.835 "/> <polyline fill="%23999999" points="14.436,8.541 5.99,4.566 7.05,22.566 19.074,30.614 19.811,17.835 14.436,8.541 "/> <polygon fill="%23999999" points="15.826,7.824 14.436,8.541 19.811,17.835 21.17,17.026 "/> <polygon fill="%23676767" points="21.17,17.026 19.811,17.835 19.074,30.614 20.272,29.71 "/> <polygon fill="%23CCCCCC" points="7.398,4.003 5.99,4.566 14.436,8.541 15.826,7.824 "/> <polyline fill="%23CCCCCC" points="19.811,17.835 14.436,8.541 10.145,17.245 19.811,17.835 "/> </svg> ');
}
.blue.icon-form-pattern-list-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.143,21.101 19.149,21.095 19.149,19.671 17.913,20.374 17.966,25.131 19.143,24.393 19.143,21.101 "/> <polyline fill="%23999999" points="17.966,25.131 17.913,20.374 12.769,17.345 13.027,21.956 17.966,25.131 "/> <polyline fill="%23CCCCCC" points="17.913,20.374 19.149,19.671 13.999,16.718 12.769,17.345 17.913,20.374 "/> <polyline fill="%230044B2" points="19.143,12.951 17.837,13.601 17.901,18.939 19.143,18.242 19.143,14.269 19.143,12.951 "/> <polyline fill="%23676767" points="19.143,11.346 19.143,6.547 19.143,5.382 17.755,5.956 17.819,11.984 19.143,11.346 "/> <polyline fill="%23003399" points="12.406,10.818 12.693,15.957 17.901,18.939 17.837,13.601 12.406,10.818 "/> <polyline fill="%23999999" points="17.819,11.984 17.755,5.956 12.001,3.507 12.324,9.266 17.819,11.984 "/> <polyline fill="%230099FF" points="13.706,10.244 12.406,10.818 17.837,13.601 19.143,12.951 13.706,10.244 "/> <polyline fill="%23CCCCCC" points="13.384,3.003 12.001,3.507 17.755,5.956 19.143,5.382 13.384,3.003 "/> </svg>');
}
.blue.icon-form-pattern-list-advanced{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%230044B2" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%230044B2" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%23003399" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%23003399" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%230099FF" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%230099FF" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.blue.icon-form-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%230099FF" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23CCCCCC" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%230044B2" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23003399" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23999999" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23999999" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23999999" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23CCCCCC" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23676767" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23676767" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23CCCCCC" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23CCCCCC" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23676767" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.blue.icon-form-list_header{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%230044B2" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%230099FF" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23003399" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.blue.icon-form-list_row{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%230044B2" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%230099FF" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23003399" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.blue.icon-form-list_footer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230044B2" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%230099FF" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23003399" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.blue.icon-form-list_link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.436,7.542 7.991,3.567 9.05,21.567 21.074,29.615 21.811,16.835 16.436,7.542 "/> <polygon fill="%23999999" points="17.826,6.824 16.436,7.542 21.811,16.835 23.17,16.027 "/> <polygon fill="%23676767" points="23.17,16.027 21.811,16.835 21.074,29.615 22.272,28.711 "/> <polygon fill="%23CCCCCC" points="9.398,3.004 7.991,3.567 16.436,7.542 17.826,6.824 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.3752" y1="10.888" x2="15.3752" y2="20.9502"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="0.2588" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.105,10.942c-0.272,0.078-1.744,0.362-2.02,0.425c2.094-0.173,3.175,2.472,3.683,4.122 c0.49,1.592,1.056,4.522-0.773,5.461c0.689-0.286,2.592-0.774,3.035-1.422c0.711-1.04,0.725-2.478,0.52-3.674 c-0.207-1.208-0.694-2.427-1.449-3.398C16.422,11.582,15.296,10.653,14.105,10.942"/> <path fill="%23003399" d="M11.952,11.402c-1.671,0.538-1.746,2.957-1.533,4.361c0.246,1.625,0.973,3.355,2.231,4.455 c0.591,0.517,1.394,0.951,2.205,0.772c0.713-0.157,1.207-0.79,1.462-1.438c0.624-1.587,0.266-3.527-0.379-5.047 C15.337,13.093,13.8,10.813,11.952,11.402z"/> <polyline fill="%23CCCCCC" points="21.811,16.835 16.436,7.542 12.145,16.246 21.811,16.835 "/> </svg> ');
}
.blue.icon-form-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23003399" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%230099FF" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%230099FF" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%230044B2" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23003399" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23003399" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23003399" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23003399" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%230099FF" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%230044B2" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%230044B2" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%230099FF" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%230099FF" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%230044B2" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.blue.icon-form-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="15.8,25.9 15.8,24.4 3.3,15.6 3.5,16.9 5.1,18.1 15.8,25.9 "/> <polyline fill="%23003399" points="15.8,22.1 15.8,20.6 2.9,12 3.1,13.4 4.9,14.7 15.8,22.1 "/> <polyline fill="%23999999" points="26.5,18.2 27.7,19.2 27.3,17.5 26.5,18.2 "/> <polyline fill="%23999999" points="27.4,15.2 27.6,15.4 28,15.8 27.7,14 26.7,14.7 27.4,15.2 "/> <polyline fill="%23003399" points="27.4,12.8 28.5,12.1 23.7,8.2 27.4,12.8 "/> <polyline fill="%23999999" points="15.8,29.3 15.8,28 3.7,19 3.9,20.2 15.8,29.3 "/> <polyline fill="%23676767" points="27.5,20.5 27.7,19.2 15.8,28 15.8,29.3 27.5,20.5 "/> <polyline fill="%23676767" points="27.3,17.5 27.9,17.1 28,15.8 15.8,24.4 15.8,25.9 26.5,18.2 27.3,17.5 "/> <polyline fill="%230044B2" points="28.3,13.6 28.5,12.1 27.4,12.8 15.8,20.6 15.8,22.1 26.7,14.7 27.7,14 28.3,13.6 "/> <polyline fill="%230044B2" points="27.6,8.7 23.7,8.2 28.5,12.1 27.6,8.7 "/> <polyline fill="%23CCCCCC" points="27.7,19.2 26.5,18.2 15.8,25.9 5.1,18.1 3.7,19 15.8,28 27.7,19.2 "/> <polyline fill="%23CCCCCC" points="27.6,15.4 27.4,15.2 26.7,14.7 15.8,22.1 4.9,14.7 3.3,15.6 15.8,24.4 28,15.8 27.6,15.4 "/> <polyline fill="%230099FF" points="23.7,8.2 27.6,8.7 18.3,4.2 2.9,12 15.8,20.6 27.4,12.8 23.7,8.2 "/> </svg>');
}
.blue.icon-form-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="17.436,7.541 8.99,3.566 10.05,21.566 22.074,29.614 22.811,16.835 17.436,7.541 "/> <polygon fill="%23999999" points="18.826,6.824 17.436,7.541 22.811,16.835 24.17,16.026 "/> <polygon fill="%23676767" points="24.17,16.026 22.811,16.835 22.074,29.614 23.272,28.71 "/> <polygon fill="%23CCCCCC" points="10.398,3.003 8.99,3.566 17.436,7.541 18.826,6.824 "/> <path fill="%23003399" d="M7.49,15.974l-2.18-1.149l0.324,8.314l0.06,2.511l1.913,1.118L7.49,15.974z"/> <path fill="%230044B2" d="M9.407,14.768L7.49,15.974l0.116,10.794l1.896-0.766L9.407,14.768z"/> <path fill="%230099FF" d="M9.407,14.768l-2.122-0.903l-1.976,0.96l2.18,1.149L9.407,14.768z"/> <polygon fill="%23676767" points="10.924,4.006 11.551,6.301 16.717,9.435 13.571,11.435 12.545,11.829 13.386,16.835 10.866,18.436 9.99,3.566 "/> <polyline fill="%230044B2" points="10.81,6.499 9.093,0.456 6.38,1.788 8.186,7.936 10.81,6.499 "/> <polyline fill="%230099FF" points="12.993,11.009 15.601,9.452 10.81,6.499 8.186,7.936 12.993,11.009 "/> <polyline fill="%230099FF" points="4.719,6.05 5.546,3.923 3.122,2.888 0.514,4.164 4.719,6.05 "/> <path fill="%23003399" d="M5.546,3.923L4.719,6.05L0.514,4.164L3.78,9.308l-0.819,4.245l3.523-0.393l3.78,4.896l-1.003-5.578 c0.023-0.009,0.044-0.02,0.064-0.032l0.209-0.072v-0.008l2.376-0.931l1.083-0.425L8.186,7.936L6.38,1.788L5.546,3.923"/> <path fill="%230044B2" d="M9.534,12.374l-0.209,0.072c-0.02,0.013-0.042,0.023-0.064,0.032l1.003,5.578l2.48-1.589l-0.835-5.032 l-2.376,0.931V12.374"/> <polyline fill="%23CCCCCC" points="22.811,16.835 17.436,7.541 13.145,16.245 22.811,16.835 "/> </svg>');
}
.blue.icon-form-manager-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.821,16.835 16.446,7.541 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.408,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.155,16.245 21.821,16.835 "/> <polyline fill="%23003399" points="1.376,22.119 1.604,24.897 5.011,27.208 4.837,24.398 1.376,22.119 "/> <polyline fill="%23003399" points="3.774,20.806 6.009,19.58 2.689,17.507 2.873,20.231 3.774,20.806 "/> <polyline fill="%23003399" points="13.171,26.818 13.117,24.007 9.482,21.75 9.59,24.528 13.171,26.818 "/> <polyline fill="%230044B2" points="4.837,24.398 5.011,27.208 9.59,24.528 9.482,21.75 4.837,24.398 "/> <polyline fill="%230044B2" points="13.117,24.007 13.171,26.818 14.592,19.547 14.56,16.835 13.117,24.007 "/> <polyline fill="%230099FF" points="6.009,19.58 3.774,20.806 1.376,22.119 4.837,24.398 9.482,21.75 13.117,24.007 14.56,16.835 2.689,17.507 6.009,19.58 "/> </svg>');
}
.blue.icon-form-manager-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23676767" points="15.143,25.101 15.149,25.095 15.149,23.671 13.913,24.374 13.966,29.131 15.143,28.393 15.143,25.101 "/> <polyline fill="%23999999" points="13.966,29.131 13.913,24.374 8.769,21.345 9.027,25.956 13.966,29.131 "/> <polyline fill="%23CCCCCC" points="13.913,24.374 15.149,23.671 9.999,20.718 8.769,21.345 13.913,24.374 "/> <polyline fill="%230044B2" points="15.143,16.951 13.837,17.601 13.901,22.939 15.143,22.242 15.143,18.269 15.143,16.951 "/> <polyline fill="%23676767" points="15.143,15.346 15.143,10.547 15.143,9.382 13.755,9.956 13.819,15.984 15.143,15.346 "/> <polyline fill="%23003399" points="8.406,14.818 8.693,19.957 13.901,22.939 13.837,17.601 8.406,14.818 "/> <polyline fill="%23999999" points="13.819,15.984 13.755,9.956 8.001,7.507 8.324,13.266 13.819,15.984 "/> <polyline fill="%230099FF" points="9.706,14.244 8.406,14.818 13.837,17.601 15.143,16.951 9.706,14.244 "/> <polyline fill="%23CCCCCC" points="9.384,7.003 8.001,7.507 13.755,9.956 15.143,9.382 9.384,7.003 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.blue.icon-form-manager-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%230099FF" d="M5.023,22.745l7.511,5.633V12.301L5.023,22.745z"/> <path fill="%230044B2" d="M12.534,28.378l7.452-5.633l-7.452-10.445V28.378z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg> ');
}
.lightBlue.icon-form{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23269FBF" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.82,16.835 16.446,7.541 "/> <polygon fill="%23269FBF" points="17.835,6.824 16.446,7.541 21.82,16.835 23.18,16.026 "/> <polygon fill="%232189a5" points="23.18,16.026 21.82,16.835 21.084,29.614 22.281,28.71 "/> <polygon fill="%2333CCFF" points="9.407,3.003 8,3.566 16.446,7.541 17.835,6.824 "/> <polyline fill="%2333CCFF" points="21.82,16.835 16.446,7.541 12.154,16.245 21.82,16.835 "/> </svg>');
}
.lightBlue.icon-form-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23999999" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%23676767" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%23CCCCCC" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.lightBlue.icon-form-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232189a5" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%2333CCFF" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23269FBF" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%232189a5" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%2333CCFF" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23269FBF" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%2333CCFF" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.lightBlue.icon-form-record{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23269FBF" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%232189a5" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2333CCFF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23269FBF" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%232189a5" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2333CCFF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightBlue.icon-form-record_display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.05,11.721 l2.719-1.617"/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <polyline fill="%23269FBF" points="5.324,6.839 5.617,12.196 20.214,20.706 20.432,15.005 5.324,6.839 "/> <polyline fill="%232189a5" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%2333CCFF" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg>');
}
.lightBlue.icon-form-record_edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23269FBF" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%232189a5" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%2333CCFF" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%232189a5" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%2333CCFF" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightBlue.icon-form-record_insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23999999" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23676767" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23CCCCCC" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23676767" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23CCCCCC" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23269FBF" points="2.662,16.687 2.857,19.067 5.776,21.047 5.627,18.64 2.662,16.687 "/> <polyline fill="%23269FBF" points="4.716,15.562 6.631,14.512 3.787,12.736 3.945,15.07 4.716,15.562 "/> <polyline fill="%23269FBF" points="12.767,20.713 12.721,18.305 9.606,16.371 9.699,18.751 12.767,20.713 "/> <polyline fill="%232189a5" points="5.627,18.64 5.776,21.047 9.699,18.751 9.606,16.371 5.627,18.64 "/> <polyline fill="%232189a5" points="12.721,18.305 12.767,20.713 13.985,14.484 13.957,12.16 12.721,18.305 "/> <polyline fill="%2333CCFF" points="6.631,14.512 4.716,15.562 2.662,16.687 5.627,18.64 9.606,16.371 12.721,18.305 13.957,12.16 3.787,12.736 6.631,14.512 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightBlue.icon-form-record_delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23269FBF" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%232189a5" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%2333CCFF" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%232189a5" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%2333CCFF" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23990000" points="25.834,12.94 24.665,13.573 22.78,14.761 22.785,14.771 22.664,14.834 25.597,19.743 27.515,18.337 24.747,13.713 25.921,13.08 27.974,11.776 25.834,12.94 "/> <polyline fill="%23FF0000" points="25.979,8.48 23.887,9.679 25.834,12.94 27.974,11.776 25.979,8.48 "/> <polyline fill="%23FF0000" points="20.828,11.495 20.833,11.505 22.766,10.403 19.93,5.659 17.794,6.683 20.712,11.573 20.828,11.495 "/> <polyline fill="%23CC0000" points="20.833,11.505 20.712,11.573 17.794,6.683 16.108,8.094 18.886,12.756 16.446,14.341 18.181,17.254 20.746,15.868 23.539,20.55 25.597,19.743 22.664,14.834 22.78,14.761 24.665,13.573 25.834,12.94 23.887,9.679 22.766,10.403 20.833,11.505 "/> </svg> ');
}
.lightBlue.icon-form-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%232189a5" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%232189a5" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%2333CCFF" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.lightBlue.icon-form-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23269FBF" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%23269FBF" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%23269FBF" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%232189a5" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%232189a5" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%2333CCFF" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg>');
}
.lightBlue.icon-form-event{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%2333CCFF" d="M11.917,11.403c-0.338,0.18-0.697,0.326-1.045,0.487c2.723-0.817,5.346,2.18,6.481,4.221 c1.095,1.97,2.246,5.832,0.089,7.588c0.832-0.571,1.672-1.053,2.077-2.035c0.65-1.575,0.264-3.482-0.342-5.008 c-0.612-1.54-1.599-3.017-2.87-4.09C15.161,11.6,13.411,10.686,11.917,11.403"/> <path fill="%232189a5" d="M10.62,14.146c-1.275,1.834,0.011,4.703,1.166,6.252c0.965,1.294,3.644,3.511,5.032,1.508 c-1.924,0.321-3.626-1.57-4.485-3.056c-0.869-1.503-1.64-3.976-0.356-5.473C11.431,13.377,10.923,13.712,10.62,14.146"/> <path fill="%23269FBF" d="M10.536,12.046c-2.06,1.18-1.481,4.402-0.806,6.2c0.781,2.082,2.228,4.166,4.201,5.27 c0.928,0.519,2.111,0.867,3.134,0.403c0.899-0.408,1.375-1.383,1.531-2.313c0.381-2.275-0.637-4.742-1.917-6.571 C15.49,13.334,12.817,10.748,10.536,12.046z M17.161,21.193c-0.768,2.438-3.456,1.257-4.723-0.064 c-1.46-1.522-2.723-4.074-2.129-6.221c0.702-2.549,3.473-1.34,4.746-0.012C16.504,16.408,17.835,19.054,17.161,21.193z"/> <path fill="%2333CCFF" d="M6.4,11.536c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.604 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.22-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C10.708,11.798,8.383,10.584,6.4,11.536"/> <path fill="%232189a5" d="M4.143,14.695c-1.867,2.748,0.016,7.048,1.707,9.368c1.413,1.939,5.336,5.26,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C5.331,13.542,4.586,14.044,4.143,14.695"/> <path fill="%23269FBF" d="M4.899,12.224c-2.735,1.566-1.966,5.845-1.07,8.231c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.836,2.032-3.071c0.505-3.02-0.846-6.295-2.545-8.725 C11.476,13.934,7.928,10.5,4.899,12.224z M14.132,24.781c-1.114,3.538-5.016,1.824-6.854-0.092c-2.119-2.209-3.952-5.913-3.09-9.028 c1.018-3.698,5.04-1.944,6.887-0.017C13.178,17.837,15.11,21.677,14.132,24.781z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.lightBlue.icon-form-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="19.436,6.541 10.99,2.566 12.05,20.566 24.074,28.614 24.811,15.835 19.436,6.541 "/> <polygon fill="%23999999" points="20.826,5.824 19.436,6.541 24.811,15.835 26.17,15.026 "/> <polygon fill="%23676767" points="26.17,15.026 24.811,15.835 24.074,28.614 25.272,27.71 "/> <polygon fill="%23CCCCCC" points="12.398,2.003 10.99,2.566 19.436,6.541 20.826,5.824 "/> <polyline fill="%23CCCCCC" points="24.811,15.835 19.436,6.541 15.145,15.245 24.811,15.835 "/> <polyline fill="%23999999" points="14.436,8.541 5.99,4.566 7.05,22.566 19.074,30.614 19.811,17.835 14.436,8.541 "/> <polygon fill="%23999999" points="15.826,7.824 14.436,8.541 19.811,17.835 21.17,17.026 "/> <polygon fill="%23676767" points="21.17,17.026 19.811,17.835 19.074,30.614 20.272,29.71 "/> <polygon fill="%23CCCCCC" points="7.398,4.003 5.99,4.566 14.436,8.541 15.826,7.824 "/> <polyline fill="%23CCCCCC" points="19.811,17.835 14.436,8.541 10.145,17.245 19.811,17.835 "/> </svg> ');
}
.lightBlue.icon-form-pattern-list-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.143,21.101 19.149,21.095 19.149,19.671 17.913,20.374 17.966,25.131 19.143,24.393 19.143,21.101 "/> <polyline fill="%23999999" points="17.966,25.131 17.913,20.374 12.769,17.345 13.027,21.956 17.966,25.131 "/> <polyline fill="%23CCCCCC" points="17.913,20.374 19.149,19.671 13.999,16.718 12.769,17.345 17.913,20.374 "/> <polyline fill="%232189a5" points="19.143,12.951 17.837,13.601 17.901,18.939 19.143,18.242 19.143,14.269 19.143,12.951 "/> <polyline fill="%23676767" points="19.143,11.346 19.143,6.547 19.143,5.382 17.755,5.956 17.819,11.984 19.143,11.346 "/> <polyline fill="%23269FBF" points="12.406,10.818 12.693,15.957 17.901,18.939 17.837,13.601 12.406,10.818 "/> <polyline fill="%23999999" points="17.819,11.984 17.755,5.956 12.001,3.507 12.324,9.266 17.819,11.984 "/> <polyline fill="%2333CCFF" points="13.706,10.244 12.406,10.818 17.837,13.601 19.143,12.951 13.706,10.244 "/> <polyline fill="%23CCCCCC" points="13.384,3.003 12.001,3.507 17.755,5.956 19.143,5.382 13.384,3.003 "/> </svg>');
}
.lightBlue.icon-form-pattern-list-advanced{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%232189a5" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%232189a5" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%23269FBF" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%23269FBF" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%2333CCFF" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%2333CCFF" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.lightBlue.icon-form-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%2333CCFF" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23CCCCCC" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%232189a5" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23269FBF" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23999999" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23999999" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23999999" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23CCCCCC" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23676767" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23676767" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23CCCCCC" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23CCCCCC" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23676767" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.lightBlue.icon-form-list_header{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%232189a5" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%2333CCFF" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23269FBF" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.lightBlue.icon-form-list_row{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%232189a5" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%2333CCFF" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23269FBF" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.lightBlue.icon-form-list_footer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232189a5" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%2333CCFF" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23269FBF" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.lightBlue.icon-form-list_link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.436,7.542 7.991,3.567 9.05,21.567 21.074,29.615 21.811,16.835 16.436,7.542 "/> <polygon fill="%23999999" points="17.826,6.824 16.436,7.542 21.811,16.835 23.17,16.027 "/> <polygon fill="%23676767" points="23.17,16.027 21.811,16.835 21.074,29.615 22.272,28.711 "/> <polygon fill="%23CCCCCC" points="9.398,3.004 7.991,3.567 16.436,7.542 17.826,6.824 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.3752" y1="10.888" x2="15.3752" y2="20.9502"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="0.2588" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.105,10.942c-0.272,0.078-1.744,0.362-2.02,0.425c2.094-0.173,3.175,2.472,3.683,4.122 c0.49,1.592,1.056,4.522-0.773,5.461c0.689-0.286,2.592-0.774,3.035-1.422c0.711-1.04,0.725-2.478,0.52-3.674 c-0.207-1.208-0.694-2.427-1.449-3.398C16.422,11.582,15.296,10.653,14.105,10.942"/> <path fill="%23269FBF" d="M11.952,11.402c-1.671,0.538-1.746,2.957-1.533,4.361c0.246,1.625,0.973,3.355,2.231,4.455 c0.591,0.517,1.394,0.951,2.205,0.772c0.713-0.157,1.207-0.79,1.462-1.438c0.624-1.587,0.266-3.527-0.379-5.047 C15.337,13.093,13.8,10.813,11.952,11.402z"/> <polyline fill="%23CCCCCC" points="21.811,16.835 16.436,7.542 12.145,16.246 21.811,16.835 "/> </svg> ');
}
.lightBlue.icon-form-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23269FBF" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%2333CCFF" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%2333CCFF" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%232189a5" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23269FBF" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23269FBF" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23269FBF" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23269FBF" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%2333CCFF" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%232189a5" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%232189a5" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%2333CCFF" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%2333CCFF" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%232189a5" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.lightBlue.icon-form-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="15.8,25.9 15.8,24.4 3.3,15.6 3.5,16.9 5.1,18.1 15.8,25.9 "/> <polyline fill="%23269FBF" points="15.8,22.1 15.8,20.6 2.9,12 3.1,13.4 4.9,14.7 15.8,22.1 "/> <polyline fill="%23999999" points="26.5,18.2 27.7,19.2 27.3,17.5 26.5,18.2 "/> <polyline fill="%23999999" points="27.4,15.2 27.6,15.4 28,15.8 27.7,14 26.7,14.7 27.4,15.2 "/> <polyline fill="%23269FBF" points="27.4,12.8 28.5,12.1 23.7,8.2 27.4,12.8 "/> <polyline fill="%23999999" points="15.8,29.3 15.8,28 3.7,19 3.9,20.2 15.8,29.3 "/> <polyline fill="%23676767" points="27.5,20.5 27.7,19.2 15.8,28 15.8,29.3 27.5,20.5 "/> <polyline fill="%23676767" points="27.3,17.5 27.9,17.1 28,15.8 15.8,24.4 15.8,25.9 26.5,18.2 27.3,17.5 "/> <polyline fill="%232189a5" points="28.3,13.6 28.5,12.1 27.4,12.8 15.8,20.6 15.8,22.1 26.7,14.7 27.7,14 28.3,13.6 "/> <polyline fill="%232189a5" points="27.6,8.7 23.7,8.2 28.5,12.1 27.6,8.7 "/> <polyline fill="%23CCCCCC" points="27.7,19.2 26.5,18.2 15.8,25.9 5.1,18.1 3.7,19 15.8,28 27.7,19.2 "/> <polyline fill="%23CCCCCC" points="27.6,15.4 27.4,15.2 26.7,14.7 15.8,22.1 4.9,14.7 3.3,15.6 15.8,24.4 28,15.8 27.6,15.4 "/> <polyline fill="%2333CCFF" points="23.7,8.2 27.6,8.7 18.3,4.2 2.9,12 15.8,20.6 27.4,12.8 23.7,8.2 "/> </svg>');
}
.lightBlue.icon-form-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="17.436,7.541 8.99,3.566 10.05,21.566 22.074,29.614 22.811,16.835 17.436,7.541 "/> <polygon fill="%23999999" points="18.826,6.824 17.436,7.541 22.811,16.835 24.17,16.026 "/> <polygon fill="%23676767" points="24.17,16.026 22.811,16.835 22.074,29.614 23.272,28.71 "/> <polygon fill="%23CCCCCC" points="10.398,3.003 8.99,3.566 17.436,7.541 18.826,6.824 "/> <path fill="%23269FBF" d="M7.49,15.974l-2.18-1.149l0.324,8.314l0.06,2.511l1.913,1.118L7.49,15.974z"/> <path fill="%232189a5" d="M9.407,14.768L7.49,15.974l0.116,10.794l1.896-0.766L9.407,14.768z"/> <path fill="%2333CCFF" d="M9.407,14.768l-2.122-0.903l-1.976,0.96l2.18,1.149L9.407,14.768z"/> <polygon fill="%23676767" points="10.924,4.006 11.551,6.301 16.717,9.435 13.571,11.435 12.545,11.829 13.386,16.835 10.866,18.436 9.99,3.566 "/> <polyline fill="%232189a5" points="10.81,6.499 9.093,0.456 6.38,1.788 8.186,7.936 10.81,6.499 "/> <polyline fill="%2333CCFF" points="12.993,11.009 15.601,9.452 10.81,6.499 8.186,7.936 12.993,11.009 "/> <polyline fill="%2333CCFF" points="4.719,6.05 5.546,3.923 3.122,2.888 0.514,4.164 4.719,6.05 "/> <path fill="%23269FBF" d="M5.546,3.923L4.719,6.05L0.514,4.164L3.78,9.308l-0.819,4.245l3.523-0.393l3.78,4.896l-1.003-5.578 c0.023-0.009,0.044-0.02,0.064-0.032l0.209-0.072v-0.008l2.376-0.931l1.083-0.425L8.186,7.936L6.38,1.788L5.546,3.923"/> <path fill="%232189a5" d="M9.534,12.374l-0.209,0.072c-0.02,0.013-0.042,0.023-0.064,0.032l1.003,5.578l2.48-1.589l-0.835-5.032 l-2.376,0.931V12.374"/> <polyline fill="%23CCCCCC" points="22.811,16.835 17.436,7.541 13.145,16.245 22.811,16.835 "/> </svg>');
}
.lightBlue.icon-form-manager-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.821,16.835 16.446,7.541 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.408,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.155,16.245 21.821,16.835 "/> <polyline fill="%23269FBF" points="1.376,22.119 1.604,24.897 5.011,27.208 4.837,24.398 1.376,22.119 "/> <polyline fill="%23269FBF" points="3.774,20.806 6.009,19.58 2.689,17.507 2.873,20.231 3.774,20.806 "/> <polyline fill="%23269FBF" points="13.171,26.818 13.117,24.007 9.482,21.75 9.59,24.528 13.171,26.818 "/> <polyline fill="%232189a5" points="4.837,24.398 5.011,27.208 9.59,24.528 9.482,21.75 4.837,24.398 "/> <polyline fill="%232189a5" points="13.117,24.007 13.171,26.818 14.592,19.547 14.56,16.835 13.117,24.007 "/> <polyline fill="%2333CCFF" points="6.009,19.58 3.774,20.806 1.376,22.119 4.837,24.398 9.482,21.75 13.117,24.007 14.56,16.835 2.689,17.507 6.009,19.58 "/> </svg>');
}
.lightBlue.icon-form-manager-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23676767" points="15.143,25.101 15.149,25.095 15.149,23.671 13.913,24.374 13.966,29.131 15.143,28.393 15.143,25.101 "/> <polyline fill="%23999999" points="13.966,29.131 13.913,24.374 8.769,21.345 9.027,25.956 13.966,29.131 "/> <polyline fill="%23CCCCCC" points="13.913,24.374 15.149,23.671 9.999,20.718 8.769,21.345 13.913,24.374 "/> <polyline fill="%232189a5" points="15.143,16.951 13.837,17.601 13.901,22.939 15.143,22.242 15.143,18.269 15.143,16.951 "/> <polyline fill="%23676767" points="15.143,15.346 15.143,10.547 15.143,9.382 13.755,9.956 13.819,15.984 15.143,15.346 "/> <polyline fill="%23269FBF" points="8.406,14.818 8.693,19.957 13.901,22.939 13.837,17.601 8.406,14.818 "/> <polyline fill="%23999999" points="13.819,15.984 13.755,9.956 8.001,7.507 8.324,13.266 13.819,15.984 "/> <polyline fill="%2333CCFF" points="9.706,14.244 8.406,14.818 13.837,17.601 15.143,16.951 9.706,14.244 "/> <polyline fill="%23CCCCCC" points="9.384,7.003 8.001,7.507 13.755,9.956 15.143,9.382 9.384,7.003 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.lightBlue.icon-form-manager-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%2333CCFF" d="M5.023,22.745l7.511,5.633V12.301L5.023,22.745z"/> <path fill="%232189a5" d="M12.534,28.378l7.452-5.633l-7.452-10.445V28.378z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg> ');
}
.green.icon-form{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232f8c51" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.82,16.835 16.446,7.541 "/> <polygon fill="%232f8c51" points="17.835,6.824 16.446,7.541 21.82,16.835 23.18,16.026 "/> <polygon fill="%2321663c" points="23.18,16.026 21.82,16.835 21.084,29.614 22.281,28.71 "/> <polygon fill="%2339b563" points="9.407,3.003 8,3.566 16.446,7.541 17.835,6.824 "/> <polyline fill="%2339b563" points="21.82,16.835 16.446,7.541 12.154,16.245 21.82,16.835 "/> </svg>');
}
.green.icon-form-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23999999" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%23676767" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%23CCCCCC" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.green.icon-form-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2321663c" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%2339b563" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%232f8c51" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%2321663c" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%2339b563" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%232f8c51" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%2339b563" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.green.icon-form-record{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%232f8c51" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%2321663c" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2339b563" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%232f8c51" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%2321663c" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2339b563" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.green.icon-form-record_display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.05,11.721 l2.719-1.617"/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <polyline fill="%232f8c51" points="5.324,6.839 5.617,12.196 20.214,20.706 20.432,15.005 5.324,6.839 "/> <polyline fill="%2321663c" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%2339b563" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg>');
}
.green.icon-form-record_edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%232f8c51" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%2321663c" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%2339b563" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%2321663c" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%2339b563" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.green.icon-form-record_insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23999999" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23676767" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23CCCCCC" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23676767" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23CCCCCC" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%232f8c51" points="2.662,16.687 2.857,19.067 5.776,21.047 5.627,18.64 2.662,16.687 "/> <polyline fill="%232f8c51" points="4.716,15.562 6.631,14.512 3.787,12.736 3.945,15.07 4.716,15.562 "/> <polyline fill="%232f8c51" points="12.767,20.713 12.721,18.305 9.606,16.371 9.699,18.751 12.767,20.713 "/> <polyline fill="%2321663c" points="5.627,18.64 5.776,21.047 9.699,18.751 9.606,16.371 5.627,18.64 "/> <polyline fill="%2321663c" points="12.721,18.305 12.767,20.713 13.985,14.484 13.957,12.16 12.721,18.305 "/> <polyline fill="%2339b563" points="6.631,14.512 4.716,15.562 2.662,16.687 5.627,18.64 9.606,16.371 12.721,18.305 13.957,12.16 3.787,12.736 6.631,14.512 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.green.icon-form-record_delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%232f8c51" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%2321663c" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%2339b563" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%2321663c" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%2339b563" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23990000" points="25.834,12.94 24.665,13.573 22.78,14.761 22.785,14.771 22.664,14.834 25.597,19.743 27.515,18.337 24.747,13.713 25.921,13.08 27.974,11.776 25.834,12.94 "/> <polyline fill="%23FF0000" points="25.979,8.48 23.887,9.679 25.834,12.94 27.974,11.776 25.979,8.48 "/> <polyline fill="%23FF0000" points="20.828,11.495 20.833,11.505 22.766,10.403 19.93,5.659 17.794,6.683 20.712,11.573 20.828,11.495 "/> <polyline fill="%23CC0000" points="20.833,11.505 20.712,11.573 17.794,6.683 16.108,8.094 18.886,12.756 16.446,14.341 18.181,17.254 20.746,15.868 23.539,20.55 25.597,19.743 22.664,14.834 22.78,14.761 24.665,13.573 25.834,12.94 23.887,9.679 22.766,10.403 20.833,11.505 "/> </svg> ');
}
.green.icon-form-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%2321663c" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%2321663c" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%2339b563" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.green.icon-form-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%232f8c51" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%232f8c51" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%232f8c51" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%2321663c" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%2321663c" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%2339b563" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg>');
}
.green.icon-form-event{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%2339b563" d="M11.917,11.403c-0.338,0.18-0.697,0.326-1.045,0.487c2.723-0.817,5.346,2.18,6.481,4.221 c1.095,1.97,2.246,5.832,0.089,7.588c0.832-0.571,1.672-1.053,2.077-2.035c0.65-1.575,0.264-3.482-0.342-5.008 c-0.612-1.54-1.599-3.017-2.87-4.09C15.161,11.6,13.411,10.686,11.917,11.403"/> <path fill="%2321663c" d="M10.62,14.146c-1.275,1.834,0.011,4.703,1.166,6.252c0.965,1.294,3.644,3.511,5.032,1.508 c-1.924,0.321-3.626-1.57-4.485-3.056c-0.869-1.503-1.64-3.976-0.356-5.473C11.431,13.377,10.923,13.712,10.62,14.146"/> <path fill="%232f8c51" d="M10.536,12.046c-2.06,1.18-1.481,4.402-0.806,6.2c0.781,2.082,2.228,4.166,4.201,5.27 c0.928,0.519,2.111,0.867,3.134,0.403c0.899-0.408,1.375-1.383,1.531-2.313c0.381-2.275-0.637-4.742-1.917-6.571 C15.49,13.334,12.817,10.748,10.536,12.046z M17.161,21.193c-0.768,2.438-3.456,1.257-4.723-0.064 c-1.46-1.522-2.723-4.074-2.129-6.221c0.702-2.549,3.473-1.34,4.746-0.012C16.504,16.408,17.835,19.054,17.161,21.193z"/> <path fill="%2339b563" d="M6.4,11.536c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.604 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.22-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C10.708,11.798,8.383,10.584,6.4,11.536"/> <path fill="%2321663c" d="M4.143,14.695c-1.867,2.748,0.016,7.048,1.707,9.368c1.413,1.939,5.336,5.26,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C5.331,13.542,4.586,14.044,4.143,14.695"/> <path fill="%232f8c51" d="M4.899,12.224c-2.735,1.566-1.966,5.845-1.07,8.231c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.836,2.032-3.071c0.505-3.02-0.846-6.295-2.545-8.725 C11.476,13.934,7.928,10.5,4.899,12.224z M14.132,24.781c-1.114,3.538-5.016,1.824-6.854-0.092c-2.119-2.209-3.952-5.913-3.09-9.028 c1.018-3.698,5.04-1.944,6.887-0.017C13.178,17.837,15.11,21.677,14.132,24.781z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.green.icon-form-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="19.436,6.541 10.99,2.566 12.05,20.566 24.074,28.614 24.811,15.835 19.436,6.541 "/> <polygon fill="%23999999" points="20.826,5.824 19.436,6.541 24.811,15.835 26.17,15.026 "/> <polygon fill="%23676767" points="26.17,15.026 24.811,15.835 24.074,28.614 25.272,27.71 "/> <polygon fill="%23CCCCCC" points="12.398,2.003 10.99,2.566 19.436,6.541 20.826,5.824 "/> <polyline fill="%23CCCCCC" points="24.811,15.835 19.436,6.541 15.145,15.245 24.811,15.835 "/> <polyline fill="%23999999" points="14.436,8.541 5.99,4.566 7.05,22.566 19.074,30.614 19.811,17.835 14.436,8.541 "/> <polygon fill="%23999999" points="15.826,7.824 14.436,8.541 19.811,17.835 21.17,17.026 "/> <polygon fill="%23676767" points="21.17,17.026 19.811,17.835 19.074,30.614 20.272,29.71 "/> <polygon fill="%23CCCCCC" points="7.398,4.003 5.99,4.566 14.436,8.541 15.826,7.824 "/> <polyline fill="%23CCCCCC" points="19.811,17.835 14.436,8.541 10.145,17.245 19.811,17.835 "/> </svg> ');
}
.green.icon-form-pattern-list-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.143,21.101 19.149,21.095 19.149,19.671 17.913,20.374 17.966,25.131 19.143,24.393 19.143,21.101 "/> <polyline fill="%23999999" points="17.966,25.131 17.913,20.374 12.769,17.345 13.027,21.956 17.966,25.131 "/> <polyline fill="%23CCCCCC" points="17.913,20.374 19.149,19.671 13.999,16.718 12.769,17.345 17.913,20.374 "/> <polyline fill="%2321663c" points="19.143,12.951 17.837,13.601 17.901,18.939 19.143,18.242 19.143,14.269 19.143,12.951 "/> <polyline fill="%23676767" points="19.143,11.346 19.143,6.547 19.143,5.382 17.755,5.956 17.819,11.984 19.143,11.346 "/> <polyline fill="%232f8c51" points="12.406,10.818 12.693,15.957 17.901,18.939 17.837,13.601 12.406,10.818 "/> <polyline fill="%23999999" points="17.819,11.984 17.755,5.956 12.001,3.507 12.324,9.266 17.819,11.984 "/> <polyline fill="%2339b563" points="13.706,10.244 12.406,10.818 17.837,13.601 19.143,12.951 13.706,10.244 "/> <polyline fill="%23CCCCCC" points="13.384,3.003 12.001,3.507 17.755,5.956 19.143,5.382 13.384,3.003 "/> </svg>');
}
.green.icon-form-pattern-list-advanced{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%2321663c" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%2321663c" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%232f8c51" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%232f8c51" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%2339b563" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%2339b563" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.green.icon-form-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%2339b563" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23CCCCCC" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%2321663c" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%232f8c51" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23999999" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23999999" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23999999" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23CCCCCC" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23676767" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23676767" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23CCCCCC" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23CCCCCC" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23676767" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.green.icon-form-list_header{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%2321663c" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%2339b563" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%232f8c51" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.green.icon-form-list_row{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%2321663c" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%2339b563" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%232f8c51" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.green.icon-form-list_footer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2321663c" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%2339b563" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%232f8c51" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.green.icon-form-list_link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.436,7.542 7.991,3.567 9.05,21.567 21.074,29.615 21.811,16.835 16.436,7.542 "/> <polygon fill="%23999999" points="17.826,6.824 16.436,7.542 21.811,16.835 23.17,16.027 "/> <polygon fill="%23676767" points="23.17,16.027 21.811,16.835 21.074,29.615 22.272,28.711 "/> <polygon fill="%23CCCCCC" points="9.398,3.004 7.991,3.567 16.436,7.542 17.826,6.824 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.3752" y1="10.888" x2="15.3752" y2="20.9502"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="0.2588" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.105,10.942c-0.272,0.078-1.744,0.362-2.02,0.425c2.094-0.173,3.175,2.472,3.683,4.122 c0.49,1.592,1.056,4.522-0.773,5.461c0.689-0.286,2.592-0.774,3.035-1.422c0.711-1.04,0.725-2.478,0.52-3.674 c-0.207-1.208-0.694-2.427-1.449-3.398C16.422,11.582,15.296,10.653,14.105,10.942"/> <path fill="%232f8c51" d="M11.952,11.402c-1.671,0.538-1.746,2.957-1.533,4.361c0.246,1.625,0.973,3.355,2.231,4.455 c0.591,0.517,1.394,0.951,2.205,0.772c0.713-0.157,1.207-0.79,1.462-1.438c0.624-1.587,0.266-3.527-0.379-5.047 C15.337,13.093,13.8,10.813,11.952,11.402z"/> <polyline fill="%23CCCCCC" points="21.811,16.835 16.436,7.542 12.145,16.246 21.811,16.835 "/> </svg> ');
}
.green.icon-form-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232f8c51" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%2339b563" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%2339b563" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%2321663c" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%232f8c51" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%232f8c51" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%232f8c51" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%232f8c51" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%2339b563" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%2321663c" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%2321663c" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%2339b563" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%2339b563" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%2321663c" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.green.icon-form-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="15.8,25.9 15.8,24.4 3.3,15.6 3.5,16.9 5.1,18.1 15.8,25.9 "/> <polyline fill="%232f8c51" points="15.8,22.1 15.8,20.6 2.9,12 3.1,13.4 4.9,14.7 15.8,22.1 "/> <polyline fill="%23999999" points="26.5,18.2 27.7,19.2 27.3,17.5 26.5,18.2 "/> <polyline fill="%23999999" points="27.4,15.2 27.6,15.4 28,15.8 27.7,14 26.7,14.7 27.4,15.2 "/> <polyline fill="%232f8c51" points="27.4,12.8 28.5,12.1 23.7,8.2 27.4,12.8 "/> <polyline fill="%23999999" points="15.8,29.3 15.8,28 3.7,19 3.9,20.2 15.8,29.3 "/> <polyline fill="%23676767" points="27.5,20.5 27.7,19.2 15.8,28 15.8,29.3 27.5,20.5 "/> <polyline fill="%23676767" points="27.3,17.5 27.9,17.1 28,15.8 15.8,24.4 15.8,25.9 26.5,18.2 27.3,17.5 "/> <polyline fill="%2321663c" points="28.3,13.6 28.5,12.1 27.4,12.8 15.8,20.6 15.8,22.1 26.7,14.7 27.7,14 28.3,13.6 "/> <polyline fill="%2321663c" points="27.6,8.7 23.7,8.2 28.5,12.1 27.6,8.7 "/> <polyline fill="%23CCCCCC" points="27.7,19.2 26.5,18.2 15.8,25.9 5.1,18.1 3.7,19 15.8,28 27.7,19.2 "/> <polyline fill="%23CCCCCC" points="27.6,15.4 27.4,15.2 26.7,14.7 15.8,22.1 4.9,14.7 3.3,15.6 15.8,24.4 28,15.8 27.6,15.4 "/> <polyline fill="%2339b563" points="23.7,8.2 27.6,8.7 18.3,4.2 2.9,12 15.8,20.6 27.4,12.8 23.7,8.2 "/> </svg>');
}
.green.icon-form-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="17.436,7.541 8.99,3.566 10.05,21.566 22.074,29.614 22.811,16.835 17.436,7.541 "/> <polygon fill="%23999999" points="18.826,6.824 17.436,7.541 22.811,16.835 24.17,16.026 "/> <polygon fill="%23676767" points="24.17,16.026 22.811,16.835 22.074,29.614 23.272,28.71 "/> <polygon fill="%23CCCCCC" points="10.398,3.003 8.99,3.566 17.436,7.541 18.826,6.824 "/> <path fill="%232f8c51" d="M7.49,15.974l-2.18-1.149l0.324,8.314l0.06,2.511l1.913,1.118L7.49,15.974z"/> <path fill="%2321663c" d="M9.407,14.768L7.49,15.974l0.116,10.794l1.896-0.766L9.407,14.768z"/> <path fill="%2339b563" d="M9.407,14.768l-2.122-0.903l-1.976,0.96l2.18,1.149L9.407,14.768z"/> <polygon fill="%23676767" points="10.924,4.006 11.551,6.301 16.717,9.435 13.571,11.435 12.545,11.829 13.386,16.835 10.866,18.436 9.99,3.566 "/> <polyline fill="%2321663c" points="10.81,6.499 9.093,0.456 6.38,1.788 8.186,7.936 10.81,6.499 "/> <polyline fill="%2339b563" points="12.993,11.009 15.601,9.452 10.81,6.499 8.186,7.936 12.993,11.009 "/> <polyline fill="%2339b563" points="4.719,6.05 5.546,3.923 3.122,2.888 0.514,4.164 4.719,6.05 "/> <path fill="%232f8c51" d="M5.546,3.923L4.719,6.05L0.514,4.164L3.78,9.308l-0.819,4.245l3.523-0.393l3.78,4.896l-1.003-5.578 c0.023-0.009,0.044-0.02,0.064-0.032l0.209-0.072v-0.008l2.376-0.931l1.083-0.425L8.186,7.936L6.38,1.788L5.546,3.923"/> <path fill="%2321663c" d="M9.534,12.374l-0.209,0.072c-0.02,0.013-0.042,0.023-0.064,0.032l1.003,5.578l2.48-1.589l-0.835-5.032 l-2.376,0.931V12.374"/> <polyline fill="%23CCCCCC" points="22.811,16.835 17.436,7.541 13.145,16.245 22.811,16.835 "/> </svg>');
}
.green.icon-form-manager-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.821,16.835 16.446,7.541 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.408,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.155,16.245 21.821,16.835 "/> <polyline fill="%232f8c51" points="1.376,22.119 1.604,24.897 5.011,27.208 4.837,24.398 1.376,22.119 "/> <polyline fill="%232f8c51" points="3.774,20.806 6.009,19.58 2.689,17.507 2.873,20.231 3.774,20.806 "/> <polyline fill="%232f8c51" points="13.171,26.818 13.117,24.007 9.482,21.75 9.59,24.528 13.171,26.818 "/> <polyline fill="%2321663c" points="4.837,24.398 5.011,27.208 9.59,24.528 9.482,21.75 4.837,24.398 "/> <polyline fill="%2321663c" points="13.117,24.007 13.171,26.818 14.592,19.547 14.56,16.835 13.117,24.007 "/> <polyline fill="%2339b563" points="6.009,19.58 3.774,20.806 1.376,22.119 4.837,24.398 9.482,21.75 13.117,24.007 14.56,16.835 2.689,17.507 6.009,19.58 "/> </svg>');
}
.green.icon-form-manager-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23676767" points="15.143,25.101 15.149,25.095 15.149,23.671 13.913,24.374 13.966,29.131 15.143,28.393 15.143,25.101 "/> <polyline fill="%23999999" points="13.966,29.131 13.913,24.374 8.769,21.345 9.027,25.956 13.966,29.131 "/> <polyline fill="%23CCCCCC" points="13.913,24.374 15.149,23.671 9.999,20.718 8.769,21.345 13.913,24.374 "/> <polyline fill="%2321663c" points="15.143,16.951 13.837,17.601 13.901,22.939 15.143,22.242 15.143,18.269 15.143,16.951 "/> <polyline fill="%23676767" points="15.143,15.346 15.143,10.547 15.143,9.382 13.755,9.956 13.819,15.984 15.143,15.346 "/> <polyline fill="%232f8c51" points="8.406,14.818 8.693,19.957 13.901,22.939 13.837,17.601 8.406,14.818 "/> <polyline fill="%23999999" points="13.819,15.984 13.755,9.956 8.001,7.507 8.324,13.266 13.819,15.984 "/> <polyline fill="%2339b563" points="9.706,14.244 8.406,14.818 13.837,17.601 15.143,16.951 9.706,14.244 "/> <polyline fill="%23CCCCCC" points="9.384,7.003 8.001,7.507 13.755,9.956 15.143,9.382 9.384,7.003 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.green.icon-form-manager-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%2339b563" d="M5.023,22.745l7.511,5.633V12.301L5.023,22.745z"/> <path fill="%2321663c" d="M12.534,28.378l7.452-5.633l-7.452-10.445V28.378z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg> ');
}
.lightGreen.icon-form{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300b200" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.82,16.835 16.446,7.541 "/> <polygon fill="%2300b200" points="17.835,6.824 16.446,7.541 21.82,16.835 23.18,16.026 "/> <polygon fill="%23009900" points="23.18,16.026 21.82,16.835 21.084,29.614 22.281,28.71 "/> <polygon fill="%2300e500" points="9.407,3.003 8,3.566 16.446,7.541 17.835,6.824 "/> <polyline fill="%2300e500" points="21.82,16.835 16.446,7.541 12.154,16.245 21.82,16.835 "/> </svg>');
}
.lightGreen.icon-form-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23999999" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%23676767" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%23CCCCCC" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.lightGreen.icon-form-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23009900" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%2300e500" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%2300b200" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%23009900" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%2300e500" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%2300b200" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%2300e500" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.lightGreen.icon-form-record{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%2300b200" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23009900" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2300e500" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%2300b200" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23009900" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2300e500" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightGreen.icon-form-record_display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.05,11.721 l2.719-1.617"/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <polyline fill="%2300b200" points="5.324,6.839 5.617,12.196 20.214,20.706 20.432,15.005 5.324,6.839 "/> <polyline fill="%23009900" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%2300e500" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg>');
}
.lightGreen.icon-form-record_edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%2300b200" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23009900" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%2300e500" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23009900" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%2300e500" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightGreen.icon-form-record_insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23999999" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23676767" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23CCCCCC" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23676767" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23CCCCCC" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%2300b200" points="2.662,16.687 2.857,19.067 5.776,21.047 5.627,18.64 2.662,16.687 "/> <polyline fill="%2300b200" points="4.716,15.562 6.631,14.512 3.787,12.736 3.945,15.07 4.716,15.562 "/> <polyline fill="%2300b200" points="12.767,20.713 12.721,18.305 9.606,16.371 9.699,18.751 12.767,20.713 "/> <polyline fill="%23009900" points="5.627,18.64 5.776,21.047 9.699,18.751 9.606,16.371 5.627,18.64 "/> <polyline fill="%23009900" points="12.721,18.305 12.767,20.713 13.985,14.484 13.957,12.16 12.721,18.305 "/> <polyline fill="%2300e500" points="6.631,14.512 4.716,15.562 2.662,16.687 5.627,18.64 9.606,16.371 12.721,18.305 13.957,12.16 3.787,12.736 6.631,14.512 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightGreen.icon-form-record_delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%2300b200" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23009900" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%2300e500" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23009900" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%2300e500" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23990000" points="25.834,12.94 24.665,13.573 22.78,14.761 22.785,14.771 22.664,14.834 25.597,19.743 27.515,18.337 24.747,13.713 25.921,13.08 27.974,11.776 25.834,12.94 "/> <polyline fill="%23FF0000" points="25.979,8.48 23.887,9.679 25.834,12.94 27.974,11.776 25.979,8.48 "/> <polyline fill="%23FF0000" points="20.828,11.495 20.833,11.505 22.766,10.403 19.93,5.659 17.794,6.683 20.712,11.573 20.828,11.495 "/> <polyline fill="%23CC0000" points="20.833,11.505 20.712,11.573 17.794,6.683 16.108,8.094 18.886,12.756 16.446,14.341 18.181,17.254 20.746,15.868 23.539,20.55 25.597,19.743 22.664,14.834 22.78,14.761 24.665,13.573 25.834,12.94 23.887,9.679 22.766,10.403 20.833,11.505 "/> </svg> ');
}
.lightGreen.icon-form-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23009900" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23009900" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%2300e500" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.lightGreen.icon-form-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%2300b200" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%2300b200" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%2300b200" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%23009900" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%23009900" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%2300e500" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg>');
}
.lightGreen.icon-form-event{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%2300e500" d="M11.917,11.403c-0.338,0.18-0.697,0.326-1.045,0.487c2.723-0.817,5.346,2.18,6.481,4.221 c1.095,1.97,2.246,5.832,0.089,7.588c0.832-0.571,1.672-1.053,2.077-2.035c0.65-1.575,0.264-3.482-0.342-5.008 c-0.612-1.54-1.599-3.017-2.87-4.09C15.161,11.6,13.411,10.686,11.917,11.403"/> <path fill="%23009900" d="M10.62,14.146c-1.275,1.834,0.011,4.703,1.166,6.252c0.965,1.294,3.644,3.511,5.032,1.508 c-1.924,0.321-3.626-1.57-4.485-3.056c-0.869-1.503-1.64-3.976-0.356-5.473C11.431,13.377,10.923,13.712,10.62,14.146"/> <path fill="%2300b200" d="M10.536,12.046c-2.06,1.18-1.481,4.402-0.806,6.2c0.781,2.082,2.228,4.166,4.201,5.27 c0.928,0.519,2.111,0.867,3.134,0.403c0.899-0.408,1.375-1.383,1.531-2.313c0.381-2.275-0.637-4.742-1.917-6.571 C15.49,13.334,12.817,10.748,10.536,12.046z M17.161,21.193c-0.768,2.438-3.456,1.257-4.723-0.064 c-1.46-1.522-2.723-4.074-2.129-6.221c0.702-2.549,3.473-1.34,4.746-0.012C16.504,16.408,17.835,19.054,17.161,21.193z"/> <path fill="%2300e500" d="M6.4,11.536c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.604 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.22-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C10.708,11.798,8.383,10.584,6.4,11.536"/> <path fill="%23009900" d="M4.143,14.695c-1.867,2.748,0.016,7.048,1.707,9.368c1.413,1.939,5.336,5.26,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C5.331,13.542,4.586,14.044,4.143,14.695"/> <path fill="%2300b200" d="M4.899,12.224c-2.735,1.566-1.966,5.845-1.07,8.231c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.836,2.032-3.071c0.505-3.02-0.846-6.295-2.545-8.725 C11.476,13.934,7.928,10.5,4.899,12.224z M14.132,24.781c-1.114,3.538-5.016,1.824-6.854-0.092c-2.119-2.209-3.952-5.913-3.09-9.028 c1.018-3.698,5.04-1.944,6.887-0.017C13.178,17.837,15.11,21.677,14.132,24.781z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.lightGreen.icon-form-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="19.436,6.541 10.99,2.566 12.05,20.566 24.074,28.614 24.811,15.835 19.436,6.541 "/> <polygon fill="%23999999" points="20.826,5.824 19.436,6.541 24.811,15.835 26.17,15.026 "/> <polygon fill="%23676767" points="26.17,15.026 24.811,15.835 24.074,28.614 25.272,27.71 "/> <polygon fill="%23CCCCCC" points="12.398,2.003 10.99,2.566 19.436,6.541 20.826,5.824 "/> <polyline fill="%23CCCCCC" points="24.811,15.835 19.436,6.541 15.145,15.245 24.811,15.835 "/> <polyline fill="%23999999" points="14.436,8.541 5.99,4.566 7.05,22.566 19.074,30.614 19.811,17.835 14.436,8.541 "/> <polygon fill="%23999999" points="15.826,7.824 14.436,8.541 19.811,17.835 21.17,17.026 "/> <polygon fill="%23676767" points="21.17,17.026 19.811,17.835 19.074,30.614 20.272,29.71 "/> <polygon fill="%23CCCCCC" points="7.398,4.003 5.99,4.566 14.436,8.541 15.826,7.824 "/> <polyline fill="%23CCCCCC" points="19.811,17.835 14.436,8.541 10.145,17.245 19.811,17.835 "/> </svg> ');
}
.lightGreen.icon-form-pattern-list-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.143,21.101 19.149,21.095 19.149,19.671 17.913,20.374 17.966,25.131 19.143,24.393 19.143,21.101 "/> <polyline fill="%23999999" points="17.966,25.131 17.913,20.374 12.769,17.345 13.027,21.956 17.966,25.131 "/> <polyline fill="%23CCCCCC" points="17.913,20.374 19.149,19.671 13.999,16.718 12.769,17.345 17.913,20.374 "/> <polyline fill="%23009900" points="19.143,12.951 17.837,13.601 17.901,18.939 19.143,18.242 19.143,14.269 19.143,12.951 "/> <polyline fill="%23676767" points="19.143,11.346 19.143,6.547 19.143,5.382 17.755,5.956 17.819,11.984 19.143,11.346 "/> <polyline fill="%2300b200" points="12.406,10.818 12.693,15.957 17.901,18.939 17.837,13.601 12.406,10.818 "/> <polyline fill="%23999999" points="17.819,11.984 17.755,5.956 12.001,3.507 12.324,9.266 17.819,11.984 "/> <polyline fill="%2300e500" points="13.706,10.244 12.406,10.818 17.837,13.601 19.143,12.951 13.706,10.244 "/> <polyline fill="%23CCCCCC" points="13.384,3.003 12.001,3.507 17.755,5.956 19.143,5.382 13.384,3.003 "/> </svg>');
}
.lightGreen.icon-form-pattern-list-advanced{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%23009900" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%23009900" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%2300b200" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%2300b200" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%2300e500" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%2300e500" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.lightGreen.icon-form-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%2300e500" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23CCCCCC" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23009900" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%2300b200" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23999999" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23999999" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23999999" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23CCCCCC" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23676767" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23676767" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23CCCCCC" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23CCCCCC" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23676767" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.lightGreen.icon-form-list_header{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23009900" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%2300e500" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%2300b200" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.lightGreen.icon-form-list_row{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23009900" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%2300e500" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%2300b200" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.lightGreen.icon-form-list_footer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23009900" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%2300e500" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%2300b200" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.lightGreen.icon-form-list_link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.436,7.542 7.991,3.567 9.05,21.567 21.074,29.615 21.811,16.835 16.436,7.542 "/> <polygon fill="%23999999" points="17.826,6.824 16.436,7.542 21.811,16.835 23.17,16.027 "/> <polygon fill="%23676767" points="23.17,16.027 21.811,16.835 21.074,29.615 22.272,28.711 "/> <polygon fill="%23CCCCCC" points="9.398,3.004 7.991,3.567 16.436,7.542 17.826,6.824 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.3752" y1="10.888" x2="15.3752" y2="20.9502"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="0.2588" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.105,10.942c-0.272,0.078-1.744,0.362-2.02,0.425c2.094-0.173,3.175,2.472,3.683,4.122 c0.49,1.592,1.056,4.522-0.773,5.461c0.689-0.286,2.592-0.774,3.035-1.422c0.711-1.04,0.725-2.478,0.52-3.674 c-0.207-1.208-0.694-2.427-1.449-3.398C16.422,11.582,15.296,10.653,14.105,10.942"/> <path fill="%2300b200" d="M11.952,11.402c-1.671,0.538-1.746,2.957-1.533,4.361c0.246,1.625,0.973,3.355,2.231,4.455 c0.591,0.517,1.394,0.951,2.205,0.772c0.713-0.157,1.207-0.79,1.462-1.438c0.624-1.587,0.266-3.527-0.379-5.047 C15.337,13.093,13.8,10.813,11.952,11.402z"/> <polyline fill="%23CCCCCC" points="21.811,16.835 16.436,7.542 12.145,16.246 21.811,16.835 "/> </svg> ');
}
.lightGreen.icon-form-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300b200" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%2300e500" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%2300e500" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23009900" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%2300b200" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%2300b200" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%2300b200" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%2300b200" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%2300e500" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23009900" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23009900" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%2300e500" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%2300e500" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23009900" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.lightGreen.icon-form-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="15.8,25.9 15.8,24.4 3.3,15.6 3.5,16.9 5.1,18.1 15.8,25.9 "/> <polyline fill="%2300b200" points="15.8,22.1 15.8,20.6 2.9,12 3.1,13.4 4.9,14.7 15.8,22.1 "/> <polyline fill="%23999999" points="26.5,18.2 27.7,19.2 27.3,17.5 26.5,18.2 "/> <polyline fill="%23999999" points="27.4,15.2 27.6,15.4 28,15.8 27.7,14 26.7,14.7 27.4,15.2 "/> <polyline fill="%2300b200" points="27.4,12.8 28.5,12.1 23.7,8.2 27.4,12.8 "/> <polyline fill="%23999999" points="15.8,29.3 15.8,28 3.7,19 3.9,20.2 15.8,29.3 "/> <polyline fill="%23676767" points="27.5,20.5 27.7,19.2 15.8,28 15.8,29.3 27.5,20.5 "/> <polyline fill="%23676767" points="27.3,17.5 27.9,17.1 28,15.8 15.8,24.4 15.8,25.9 26.5,18.2 27.3,17.5 "/> <polyline fill="%23009900" points="28.3,13.6 28.5,12.1 27.4,12.8 15.8,20.6 15.8,22.1 26.7,14.7 27.7,14 28.3,13.6 "/> <polyline fill="%23009900" points="27.6,8.7 23.7,8.2 28.5,12.1 27.6,8.7 "/> <polyline fill="%23CCCCCC" points="27.7,19.2 26.5,18.2 15.8,25.9 5.1,18.1 3.7,19 15.8,28 27.7,19.2 "/> <polyline fill="%23CCCCCC" points="27.6,15.4 27.4,15.2 26.7,14.7 15.8,22.1 4.9,14.7 3.3,15.6 15.8,24.4 28,15.8 27.6,15.4 "/> <polyline fill="%2300e500" points="23.7,8.2 27.6,8.7 18.3,4.2 2.9,12 15.8,20.6 27.4,12.8 23.7,8.2 "/> </svg>');
}
.lightGreen.icon-form-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="17.436,7.541 8.99,3.566 10.05,21.566 22.074,29.614 22.811,16.835 17.436,7.541 "/> <polygon fill="%23999999" points="18.826,6.824 17.436,7.541 22.811,16.835 24.17,16.026 "/> <polygon fill="%23676767" points="24.17,16.026 22.811,16.835 22.074,29.614 23.272,28.71 "/> <polygon fill="%23CCCCCC" points="10.398,3.003 8.99,3.566 17.436,7.541 18.826,6.824 "/> <path fill="%2300b200" d="M7.49,15.974l-2.18-1.149l0.324,8.314l0.06,2.511l1.913,1.118L7.49,15.974z"/> <path fill="%23009900" d="M9.407,14.768L7.49,15.974l0.116,10.794l1.896-0.766L9.407,14.768z"/> <path fill="%2300e500" d="M9.407,14.768l-2.122-0.903l-1.976,0.96l2.18,1.149L9.407,14.768z"/> <polygon fill="%23676767" points="10.924,4.006 11.551,6.301 16.717,9.435 13.571,11.435 12.545,11.829 13.386,16.835 10.866,18.436 9.99,3.566 "/> <polyline fill="%23009900" points="10.81,6.499 9.093,0.456 6.38,1.788 8.186,7.936 10.81,6.499 "/> <polyline fill="%2300e500" points="12.993,11.009 15.601,9.452 10.81,6.499 8.186,7.936 12.993,11.009 "/> <polyline fill="%2300e500" points="4.719,6.05 5.546,3.923 3.122,2.888 0.514,4.164 4.719,6.05 "/> <path fill="%2300b200" d="M5.546,3.923L4.719,6.05L0.514,4.164L3.78,9.308l-0.819,4.245l3.523-0.393l3.78,4.896l-1.003-5.578 c0.023-0.009,0.044-0.02,0.064-0.032l0.209-0.072v-0.008l2.376-0.931l1.083-0.425L8.186,7.936L6.38,1.788L5.546,3.923"/> <path fill="%23009900" d="M9.534,12.374l-0.209,0.072c-0.02,0.013-0.042,0.023-0.064,0.032l1.003,5.578l2.48-1.589l-0.835-5.032 l-2.376,0.931V12.374"/> <polyline fill="%23CCCCCC" points="22.811,16.835 17.436,7.541 13.145,16.245 22.811,16.835 "/> </svg>');
}
.lightGreen.icon-form-manager-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.821,16.835 16.446,7.541 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.408,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.155,16.245 21.821,16.835 "/> <polyline fill="%2300b200" points="1.376,22.119 1.604,24.897 5.011,27.208 4.837,24.398 1.376,22.119 "/> <polyline fill="%2300b200" points="3.774,20.806 6.009,19.58 2.689,17.507 2.873,20.231 3.774,20.806 "/> <polyline fill="%2300b200" points="13.171,26.818 13.117,24.007 9.482,21.75 9.59,24.528 13.171,26.818 "/> <polyline fill="%23009900" points="4.837,24.398 5.011,27.208 9.59,24.528 9.482,21.75 4.837,24.398 "/> <polyline fill="%23009900" points="13.117,24.007 13.171,26.818 14.592,19.547 14.56,16.835 13.117,24.007 "/> <polyline fill="%2300e500" points="6.009,19.58 3.774,20.806 1.376,22.119 4.837,24.398 9.482,21.75 13.117,24.007 14.56,16.835 2.689,17.507 6.009,19.58 "/> </svg>');
}
.lightGreen.icon-form-manager-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23676767" points="15.143,25.101 15.149,25.095 15.149,23.671 13.913,24.374 13.966,29.131 15.143,28.393 15.143,25.101 "/> <polyline fill="%23999999" points="13.966,29.131 13.913,24.374 8.769,21.345 9.027,25.956 13.966,29.131 "/> <polyline fill="%23CCCCCC" points="13.913,24.374 15.149,23.671 9.999,20.718 8.769,21.345 13.913,24.374 "/> <polyline fill="%23009900" points="15.143,16.951 13.837,17.601 13.901,22.939 15.143,22.242 15.143,18.269 15.143,16.951 "/> <polyline fill="%23676767" points="15.143,15.346 15.143,10.547 15.143,9.382 13.755,9.956 13.819,15.984 15.143,15.346 "/> <polyline fill="%2300b200" points="8.406,14.818 8.693,19.957 13.901,22.939 13.837,17.601 8.406,14.818 "/> <polyline fill="%23999999" points="13.819,15.984 13.755,9.956 8.001,7.507 8.324,13.266 13.819,15.984 "/> <polyline fill="%2300e500" points="9.706,14.244 8.406,14.818 13.837,17.601 15.143,16.951 9.706,14.244 "/> <polyline fill="%23CCCCCC" points="9.384,7.003 8.001,7.507 13.755,9.956 15.143,9.382 9.384,7.003 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.lightGreen.icon-form-manager-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%2300e500" d="M5.023,22.745l7.511,5.633V12.301L5.023,22.745z"/> <path fill="%23009900" d="M12.534,28.378l7.452-5.633l-7.452-10.445V28.378z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg> ');
}
.yellow.icon-form{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ccaa00" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.82,16.835 16.446,7.541 "/> <polygon fill="%23ccaa00" points="17.835,6.824 16.446,7.541 21.82,16.835 23.18,16.026 "/> <polygon fill="%23a58d00" points="23.18,16.026 21.82,16.835 21.084,29.614 22.281,28.71 "/> <polygon fill="%23f9e100" points="9.407,3.003 8,3.566 16.446,7.541 17.835,6.824 "/> <polyline fill="%23f9e100" points="21.82,16.835 16.446,7.541 12.154,16.245 21.82,16.835 "/> </svg>');
}
.yellow.icon-form-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23999999" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%23676767" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%23CCCCCC" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.yellow.icon-form-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23a58d00" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23f9e100" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23ccaa00" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%23a58d00" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%23f9e100" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23ccaa00" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%23f9e100" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.yellow.icon-form-record{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23ccaa00" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23a58d00" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23f9e100" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23ccaa00" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23a58d00" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23f9e100" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.yellow.icon-form-record_display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.05,11.721 l2.719-1.617"/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <polyline fill="%23ccaa00" points="5.324,6.839 5.617,12.196 20.214,20.706 20.432,15.005 5.324,6.839 "/> <polyline fill="%23a58d00" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23f9e100" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg>');
}
.yellow.icon-form-record_edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23ccaa00" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23a58d00" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23f9e100" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23a58d00" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23f9e100" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.yellow.icon-form-record_insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23999999" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23676767" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23CCCCCC" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23676767" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23CCCCCC" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23ccaa00" points="2.662,16.687 2.857,19.067 5.776,21.047 5.627,18.64 2.662,16.687 "/> <polyline fill="%23ccaa00" points="4.716,15.562 6.631,14.512 3.787,12.736 3.945,15.07 4.716,15.562 "/> <polyline fill="%23ccaa00" points="12.767,20.713 12.721,18.305 9.606,16.371 9.699,18.751 12.767,20.713 "/> <polyline fill="%23a58d00" points="5.627,18.64 5.776,21.047 9.699,18.751 9.606,16.371 5.627,18.64 "/> <polyline fill="%23a58d00" points="12.721,18.305 12.767,20.713 13.985,14.484 13.957,12.16 12.721,18.305 "/> <polyline fill="%23f9e100" points="6.631,14.512 4.716,15.562 2.662,16.687 5.627,18.64 9.606,16.371 12.721,18.305 13.957,12.16 3.787,12.736 6.631,14.512 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.yellow.icon-form-record_delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23ccaa00" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23a58d00" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23f9e100" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23a58d00" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23f9e100" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23990000" points="25.834,12.94 24.665,13.573 22.78,14.761 22.785,14.771 22.664,14.834 25.597,19.743 27.515,18.337 24.747,13.713 25.921,13.08 27.974,11.776 25.834,12.94 "/> <polyline fill="%23FF0000" points="25.979,8.48 23.887,9.679 25.834,12.94 27.974,11.776 25.979,8.48 "/> <polyline fill="%23FF0000" points="20.828,11.495 20.833,11.505 22.766,10.403 19.93,5.659 17.794,6.683 20.712,11.573 20.828,11.495 "/> <polyline fill="%23CC0000" points="20.833,11.505 20.712,11.573 17.794,6.683 16.108,8.094 18.886,12.756 16.446,14.341 18.181,17.254 20.746,15.868 23.539,20.55 25.597,19.743 22.664,14.834 22.78,14.761 24.665,13.573 25.834,12.94 23.887,9.679 22.766,10.403 20.833,11.505 "/> </svg> ');
}
.yellow.icon-form-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23a58d00" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23a58d00" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%23f9e100" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.yellow.icon-form-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23ccaa00" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%23ccaa00" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%23ccaa00" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%23a58d00" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%23a58d00" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%23f9e100" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg>');
}
.yellow.icon-form-event{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%23f9e100" d="M11.917,11.403c-0.338,0.18-0.697,0.326-1.045,0.487c2.723-0.817,5.346,2.18,6.481,4.221 c1.095,1.97,2.246,5.832,0.089,7.588c0.832-0.571,1.672-1.053,2.077-2.035c0.65-1.575,0.264-3.482-0.342-5.008 c-0.612-1.54-1.599-3.017-2.87-4.09C15.161,11.6,13.411,10.686,11.917,11.403"/> <path fill="%23a58d00" d="M10.62,14.146c-1.275,1.834,0.011,4.703,1.166,6.252c0.965,1.294,3.644,3.511,5.032,1.508 c-1.924,0.321-3.626-1.57-4.485-3.056c-0.869-1.503-1.64-3.976-0.356-5.473C11.431,13.377,10.923,13.712,10.62,14.146"/> <path fill="%23ccaa00" d="M10.536,12.046c-2.06,1.18-1.481,4.402-0.806,6.2c0.781,2.082,2.228,4.166,4.201,5.27 c0.928,0.519,2.111,0.867,3.134,0.403c0.899-0.408,1.375-1.383,1.531-2.313c0.381-2.275-0.637-4.742-1.917-6.571 C15.49,13.334,12.817,10.748,10.536,12.046z M17.161,21.193c-0.768,2.438-3.456,1.257-4.723-0.064 c-1.46-1.522-2.723-4.074-2.129-6.221c0.702-2.549,3.473-1.34,4.746-0.012C16.504,16.408,17.835,19.054,17.161,21.193z"/> <path fill="%23f9e100" d="M6.4,11.536c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.604 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.22-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C10.708,11.798,8.383,10.584,6.4,11.536"/> <path fill="%23a58d00" d="M4.143,14.695c-1.867,2.748,0.016,7.048,1.707,9.368c1.413,1.939,5.336,5.26,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C5.331,13.542,4.586,14.044,4.143,14.695"/> <path fill="%23ccaa00" d="M4.899,12.224c-2.735,1.566-1.966,5.845-1.07,8.231c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.836,2.032-3.071c0.505-3.02-0.846-6.295-2.545-8.725 C11.476,13.934,7.928,10.5,4.899,12.224z M14.132,24.781c-1.114,3.538-5.016,1.824-6.854-0.092c-2.119-2.209-3.952-5.913-3.09-9.028 c1.018-3.698,5.04-1.944,6.887-0.017C13.178,17.837,15.11,21.677,14.132,24.781z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.yellow.icon-form-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="19.436,6.541 10.99,2.566 12.05,20.566 24.074,28.614 24.811,15.835 19.436,6.541 "/> <polygon fill="%23999999" points="20.826,5.824 19.436,6.541 24.811,15.835 26.17,15.026 "/> <polygon fill="%23676767" points="26.17,15.026 24.811,15.835 24.074,28.614 25.272,27.71 "/> <polygon fill="%23CCCCCC" points="12.398,2.003 10.99,2.566 19.436,6.541 20.826,5.824 "/> <polyline fill="%23CCCCCC" points="24.811,15.835 19.436,6.541 15.145,15.245 24.811,15.835 "/> <polyline fill="%23999999" points="14.436,8.541 5.99,4.566 7.05,22.566 19.074,30.614 19.811,17.835 14.436,8.541 "/> <polygon fill="%23999999" points="15.826,7.824 14.436,8.541 19.811,17.835 21.17,17.026 "/> <polygon fill="%23676767" points="21.17,17.026 19.811,17.835 19.074,30.614 20.272,29.71 "/> <polygon fill="%23CCCCCC" points="7.398,4.003 5.99,4.566 14.436,8.541 15.826,7.824 "/> <polyline fill="%23CCCCCC" points="19.811,17.835 14.436,8.541 10.145,17.245 19.811,17.835 "/> </svg> ');
}
.yellow.icon-form-pattern-list-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.143,21.101 19.149,21.095 19.149,19.671 17.913,20.374 17.966,25.131 19.143,24.393 19.143,21.101 "/> <polyline fill="%23999999" points="17.966,25.131 17.913,20.374 12.769,17.345 13.027,21.956 17.966,25.131 "/> <polyline fill="%23CCCCCC" points="17.913,20.374 19.149,19.671 13.999,16.718 12.769,17.345 17.913,20.374 "/> <polyline fill="%23a58d00" points="19.143,12.951 17.837,13.601 17.901,18.939 19.143,18.242 19.143,14.269 19.143,12.951 "/> <polyline fill="%23676767" points="19.143,11.346 19.143,6.547 19.143,5.382 17.755,5.956 17.819,11.984 19.143,11.346 "/> <polyline fill="%23ccaa00" points="12.406,10.818 12.693,15.957 17.901,18.939 17.837,13.601 12.406,10.818 "/> <polyline fill="%23999999" points="17.819,11.984 17.755,5.956 12.001,3.507 12.324,9.266 17.819,11.984 "/> <polyline fill="%23f9e100" points="13.706,10.244 12.406,10.818 17.837,13.601 19.143,12.951 13.706,10.244 "/> <polyline fill="%23CCCCCC" points="13.384,3.003 12.001,3.507 17.755,5.956 19.143,5.382 13.384,3.003 "/> </svg>');
}
.yellow.icon-form-pattern-list-advanced{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%23a58d00" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%23a58d00" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%23ccaa00" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%23ccaa00" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%23f9e100" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%23f9e100" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.yellow.icon-form-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%23f9e100" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23CCCCCC" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23a58d00" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23ccaa00" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23999999" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23999999" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23999999" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23CCCCCC" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23676767" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23676767" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23CCCCCC" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23CCCCCC" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23676767" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.yellow.icon-form-list_header{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23a58d00" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23f9e100" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23ccaa00" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.yellow.icon-form-list_row{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23a58d00" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23f9e100" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23ccaa00" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.yellow.icon-form-list_footer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a58d00" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23f9e100" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23ccaa00" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.yellow.icon-form-list_link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.436,7.542 7.991,3.567 9.05,21.567 21.074,29.615 21.811,16.835 16.436,7.542 "/> <polygon fill="%23999999" points="17.826,6.824 16.436,7.542 21.811,16.835 23.17,16.027 "/> <polygon fill="%23676767" points="23.17,16.027 21.811,16.835 21.074,29.615 22.272,28.711 "/> <polygon fill="%23CCCCCC" points="9.398,3.004 7.991,3.567 16.436,7.542 17.826,6.824 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.3752" y1="10.888" x2="15.3752" y2="20.9502"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="0.2588" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.105,10.942c-0.272,0.078-1.744,0.362-2.02,0.425c2.094-0.173,3.175,2.472,3.683,4.122 c0.49,1.592,1.056,4.522-0.773,5.461c0.689-0.286,2.592-0.774,3.035-1.422c0.711-1.04,0.725-2.478,0.52-3.674 c-0.207-1.208-0.694-2.427-1.449-3.398C16.422,11.582,15.296,10.653,14.105,10.942"/> <path fill="%23ccaa00" d="M11.952,11.402c-1.671,0.538-1.746,2.957-1.533,4.361c0.246,1.625,0.973,3.355,2.231,4.455 c0.591,0.517,1.394,0.951,2.205,0.772c0.713-0.157,1.207-0.79,1.462-1.438c0.624-1.587,0.266-3.527-0.379-5.047 C15.337,13.093,13.8,10.813,11.952,11.402z"/> <polyline fill="%23CCCCCC" points="21.811,16.835 16.436,7.542 12.145,16.246 21.811,16.835 "/> </svg> ');
}
.yellow.icon-form-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ccaa00" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%23f9e100" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23f9e100" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23a58d00" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23ccaa00" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23ccaa00" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23ccaa00" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23ccaa00" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23f9e100" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23a58d00" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23a58d00" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23f9e100" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23f9e100" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23a58d00" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.yellow.icon-form-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="15.8,25.9 15.8,24.4 3.3,15.6 3.5,16.9 5.1,18.1 15.8,25.9 "/> <polyline fill="%23ccaa00" points="15.8,22.1 15.8,20.6 2.9,12 3.1,13.4 4.9,14.7 15.8,22.1 "/> <polyline fill="%23999999" points="26.5,18.2 27.7,19.2 27.3,17.5 26.5,18.2 "/> <polyline fill="%23999999" points="27.4,15.2 27.6,15.4 28,15.8 27.7,14 26.7,14.7 27.4,15.2 "/> <polyline fill="%23ccaa00" points="27.4,12.8 28.5,12.1 23.7,8.2 27.4,12.8 "/> <polyline fill="%23999999" points="15.8,29.3 15.8,28 3.7,19 3.9,20.2 15.8,29.3 "/> <polyline fill="%23676767" points="27.5,20.5 27.7,19.2 15.8,28 15.8,29.3 27.5,20.5 "/> <polyline fill="%23676767" points="27.3,17.5 27.9,17.1 28,15.8 15.8,24.4 15.8,25.9 26.5,18.2 27.3,17.5 "/> <polyline fill="%23a58d00" points="28.3,13.6 28.5,12.1 27.4,12.8 15.8,20.6 15.8,22.1 26.7,14.7 27.7,14 28.3,13.6 "/> <polyline fill="%23a58d00" points="27.6,8.7 23.7,8.2 28.5,12.1 27.6,8.7 "/> <polyline fill="%23CCCCCC" points="27.7,19.2 26.5,18.2 15.8,25.9 5.1,18.1 3.7,19 15.8,28 27.7,19.2 "/> <polyline fill="%23CCCCCC" points="27.6,15.4 27.4,15.2 26.7,14.7 15.8,22.1 4.9,14.7 3.3,15.6 15.8,24.4 28,15.8 27.6,15.4 "/> <polyline fill="%23f9e100" points="23.7,8.2 27.6,8.7 18.3,4.2 2.9,12 15.8,20.6 27.4,12.8 23.7,8.2 "/> </svg>');
}
.yellow.icon-form-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="17.436,7.541 8.99,3.566 10.05,21.566 22.074,29.614 22.811,16.835 17.436,7.541 "/> <polygon fill="%23999999" points="18.826,6.824 17.436,7.541 22.811,16.835 24.17,16.026 "/> <polygon fill="%23676767" points="24.17,16.026 22.811,16.835 22.074,29.614 23.272,28.71 "/> <polygon fill="%23CCCCCC" points="10.398,3.003 8.99,3.566 17.436,7.541 18.826,6.824 "/> <path fill="%23ccaa00" d="M7.49,15.974l-2.18-1.149l0.324,8.314l0.06,2.511l1.913,1.118L7.49,15.974z"/> <path fill="%23a58d00" d="M9.407,14.768L7.49,15.974l0.116,10.794l1.896-0.766L9.407,14.768z"/> <path fill="%23f9e100" d="M9.407,14.768l-2.122-0.903l-1.976,0.96l2.18,1.149L9.407,14.768z"/> <polygon fill="%23676767" points="10.924,4.006 11.551,6.301 16.717,9.435 13.571,11.435 12.545,11.829 13.386,16.835 10.866,18.436 9.99,3.566 "/> <polyline fill="%23a58d00" points="10.81,6.499 9.093,0.456 6.38,1.788 8.186,7.936 10.81,6.499 "/> <polyline fill="%23f9e100" points="12.993,11.009 15.601,9.452 10.81,6.499 8.186,7.936 12.993,11.009 "/> <polyline fill="%23f9e100" points="4.719,6.05 5.546,3.923 3.122,2.888 0.514,4.164 4.719,6.05 "/> <path fill="%23ccaa00" d="M5.546,3.923L4.719,6.05L0.514,4.164L3.78,9.308l-0.819,4.245l3.523-0.393l3.78,4.896l-1.003-5.578 c0.023-0.009,0.044-0.02,0.064-0.032l0.209-0.072v-0.008l2.376-0.931l1.083-0.425L8.186,7.936L6.38,1.788L5.546,3.923"/> <path fill="%23a58d00" d="M9.534,12.374l-0.209,0.072c-0.02,0.013-0.042,0.023-0.064,0.032l1.003,5.578l2.48-1.589l-0.835-5.032 l-2.376,0.931V12.374"/> <polyline fill="%23CCCCCC" points="22.811,16.835 17.436,7.541 13.145,16.245 22.811,16.835 "/> </svg>');
}
.yellow.icon-form-manager-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.821,16.835 16.446,7.541 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.408,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.155,16.245 21.821,16.835 "/> <polyline fill="%23ccaa00" points="1.376,22.119 1.604,24.897 5.011,27.208 4.837,24.398 1.376,22.119 "/> <polyline fill="%23ccaa00" points="3.774,20.806 6.009,19.58 2.689,17.507 2.873,20.231 3.774,20.806 "/> <polyline fill="%23ccaa00" points="13.171,26.818 13.117,24.007 9.482,21.75 9.59,24.528 13.171,26.818 "/> <polyline fill="%23a58d00" points="4.837,24.398 5.011,27.208 9.59,24.528 9.482,21.75 4.837,24.398 "/> <polyline fill="%23a58d00" points="13.117,24.007 13.171,26.818 14.592,19.547 14.56,16.835 13.117,24.007 "/> <polyline fill="%23f9e100" points="6.009,19.58 3.774,20.806 1.376,22.119 4.837,24.398 9.482,21.75 13.117,24.007 14.56,16.835 2.689,17.507 6.009,19.58 "/> </svg>');
}
.yellow.icon-form-manager-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23676767" points="15.143,25.101 15.149,25.095 15.149,23.671 13.913,24.374 13.966,29.131 15.143,28.393 15.143,25.101 "/> <polyline fill="%23999999" points="13.966,29.131 13.913,24.374 8.769,21.345 9.027,25.956 13.966,29.131 "/> <polyline fill="%23CCCCCC" points="13.913,24.374 15.149,23.671 9.999,20.718 8.769,21.345 13.913,24.374 "/> <polyline fill="%23a58d00" points="15.143,16.951 13.837,17.601 13.901,22.939 15.143,22.242 15.143,18.269 15.143,16.951 "/> <polyline fill="%23676767" points="15.143,15.346 15.143,10.547 15.143,9.382 13.755,9.956 13.819,15.984 15.143,15.346 "/> <polyline fill="%23ccaa00" points="8.406,14.818 8.693,19.957 13.901,22.939 13.837,17.601 8.406,14.818 "/> <polyline fill="%23999999" points="13.819,15.984 13.755,9.956 8.001,7.507 8.324,13.266 13.819,15.984 "/> <polyline fill="%23f9e100" points="9.706,14.244 8.406,14.818 13.837,17.601 15.143,16.951 9.706,14.244 "/> <polyline fill="%23CCCCCC" points="9.384,7.003 8.001,7.507 13.755,9.956 15.143,9.382 9.384,7.003 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.yellow.icon-form-manager-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%23f9e100" d="M5.023,22.745l7.511,5.633V12.301L5.023,22.745z"/> <path fill="%23a58d00" d="M12.534,28.378l7.452-5.633l-7.452-10.445V28.378z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg> ');
}
.purple.icon-form{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF66FF" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.82,16.835 16.446,7.541 "/> <polygon fill="%23FF66FF" points="17.835,6.824 16.446,7.541 21.82,16.835 23.18,16.026 "/> <polygon fill="%23990099" points="23.18,16.026 21.82,16.835 21.084,29.614 22.281,28.71 "/> <polygon fill="%23FF99FF" points="9.407,3.003 8,3.566 16.446,7.541 17.835,6.824 "/> <polyline fill="%23FF99FF" points="21.82,16.835 16.446,7.541 12.154,16.245 21.82,16.835 "/> </svg>');
}
.purple.icon-form-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23999999" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%23676767" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%23CCCCCC" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.purple.icon-form-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23990099" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23FF99FF" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23FF66FF" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%23990099" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%23FF99FF" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23FF66FF" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%23FF99FF" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.purple.icon-form-record{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23FF66FF" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23990099" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23FF99FF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23FF66FF" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23990099" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23FF99FF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.purple.icon-form-record_display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.05,11.721 l2.719-1.617"/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <polyline fill="%23FF66FF" points="5.324,6.839 5.617,12.196 20.214,20.706 20.432,15.005 5.324,6.839 "/> <polyline fill="%23990099" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23FF99FF" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg>');
}
.purple.icon-form-record_edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23FF66FF" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23990099" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23FF99FF" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23990099" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23FF99FF" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.purple.icon-form-record_insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23999999" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23676767" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23CCCCCC" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23676767" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23CCCCCC" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23FF66FF" points="2.662,16.687 2.857,19.067 5.776,21.047 5.627,18.64 2.662,16.687 "/> <polyline fill="%23FF66FF" points="4.716,15.562 6.631,14.512 3.787,12.736 3.945,15.07 4.716,15.562 "/> <polyline fill="%23FF66FF" points="12.767,20.713 12.721,18.305 9.606,16.371 9.699,18.751 12.767,20.713 "/> <polyline fill="%23990099" points="5.627,18.64 5.776,21.047 9.699,18.751 9.606,16.371 5.627,18.64 "/> <polyline fill="%23990099" points="12.721,18.305 12.767,20.713 13.985,14.484 13.957,12.16 12.721,18.305 "/> <polyline fill="%23FF99FF" points="6.631,14.512 4.716,15.562 2.662,16.687 5.627,18.64 9.606,16.371 12.721,18.305 13.957,12.16 3.787,12.736 6.631,14.512 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.purple.icon-form-record_delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23FF66FF" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23990099" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23FF99FF" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23990099" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23FF99FF" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23990000" points="25.834,12.94 24.665,13.573 22.78,14.761 22.785,14.771 22.664,14.834 25.597,19.743 27.515,18.337 24.747,13.713 25.921,13.08 27.974,11.776 25.834,12.94 "/> <polyline fill="%23FF0000" points="25.979,8.48 23.887,9.679 25.834,12.94 27.974,11.776 25.979,8.48 "/> <polyline fill="%23FF0000" points="20.828,11.495 20.833,11.505 22.766,10.403 19.93,5.659 17.794,6.683 20.712,11.573 20.828,11.495 "/> <polyline fill="%23CC0000" points="20.833,11.505 20.712,11.573 17.794,6.683 16.108,8.094 18.886,12.756 16.446,14.341 18.181,17.254 20.746,15.868 23.539,20.55 25.597,19.743 22.664,14.834 22.78,14.761 24.665,13.573 25.834,12.94 23.887,9.679 22.766,10.403 20.833,11.505 "/> </svg> ');
}
.purple.icon-form-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23990099" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23990099" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%23FF99FF" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.purple.icon-form-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23FF66FF" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%23FF66FF" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%23FF66FF" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%23990099" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%23990099" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%23FF99FF" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg>');
}
.purple.icon-form-event{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%23FF99FF" d="M11.917,11.403c-0.338,0.18-0.697,0.326-1.045,0.487c2.723-0.817,5.346,2.18,6.481,4.221 c1.095,1.97,2.246,5.832,0.089,7.588c0.832-0.571,1.672-1.053,2.077-2.035c0.65-1.575,0.264-3.482-0.342-5.008 c-0.612-1.54-1.599-3.017-2.87-4.09C15.161,11.6,13.411,10.686,11.917,11.403"/> <path fill="%23990099" d="M10.62,14.146c-1.275,1.834,0.011,4.703,1.166,6.252c0.965,1.294,3.644,3.511,5.032,1.508 c-1.924,0.321-3.626-1.57-4.485-3.056c-0.869-1.503-1.64-3.976-0.356-5.473C11.431,13.377,10.923,13.712,10.62,14.146"/> <path fill="%23FF66FF" d="M10.536,12.046c-2.06,1.18-1.481,4.402-0.806,6.2c0.781,2.082,2.228,4.166,4.201,5.27 c0.928,0.519,2.111,0.867,3.134,0.403c0.899-0.408,1.375-1.383,1.531-2.313c0.381-2.275-0.637-4.742-1.917-6.571 C15.49,13.334,12.817,10.748,10.536,12.046z M17.161,21.193c-0.768,2.438-3.456,1.257-4.723-0.064 c-1.46-1.522-2.723-4.074-2.129-6.221c0.702-2.549,3.473-1.34,4.746-0.012C16.504,16.408,17.835,19.054,17.161,21.193z"/> <path fill="%23FF99FF" d="M6.4,11.536c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.604 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.22-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C10.708,11.798,8.383,10.584,6.4,11.536"/> <path fill="%23990099" d="M4.143,14.695c-1.867,2.748,0.016,7.048,1.707,9.368c1.413,1.939,5.336,5.26,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C5.331,13.542,4.586,14.044,4.143,14.695"/> <path fill="%23FF66FF" d="M4.899,12.224c-2.735,1.566-1.966,5.845-1.07,8.231c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.836,2.032-3.071c0.505-3.02-0.846-6.295-2.545-8.725 C11.476,13.934,7.928,10.5,4.899,12.224z M14.132,24.781c-1.114,3.538-5.016,1.824-6.854-0.092c-2.119-2.209-3.952-5.913-3.09-9.028 c1.018-3.698,5.04-1.944,6.887-0.017C13.178,17.837,15.11,21.677,14.132,24.781z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.purple.icon-form-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="19.436,6.541 10.99,2.566 12.05,20.566 24.074,28.614 24.811,15.835 19.436,6.541 "/> <polygon fill="%23999999" points="20.826,5.824 19.436,6.541 24.811,15.835 26.17,15.026 "/> <polygon fill="%23676767" points="26.17,15.026 24.811,15.835 24.074,28.614 25.272,27.71 "/> <polygon fill="%23CCCCCC" points="12.398,2.003 10.99,2.566 19.436,6.541 20.826,5.824 "/> <polyline fill="%23CCCCCC" points="24.811,15.835 19.436,6.541 15.145,15.245 24.811,15.835 "/> <polyline fill="%23999999" points="14.436,8.541 5.99,4.566 7.05,22.566 19.074,30.614 19.811,17.835 14.436,8.541 "/> <polygon fill="%23999999" points="15.826,7.824 14.436,8.541 19.811,17.835 21.17,17.026 "/> <polygon fill="%23676767" points="21.17,17.026 19.811,17.835 19.074,30.614 20.272,29.71 "/> <polygon fill="%23CCCCCC" points="7.398,4.003 5.99,4.566 14.436,8.541 15.826,7.824 "/> <polyline fill="%23CCCCCC" points="19.811,17.835 14.436,8.541 10.145,17.245 19.811,17.835 "/> </svg> ');
}
.purple.icon-form-pattern-list-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.143,21.101 19.149,21.095 19.149,19.671 17.913,20.374 17.966,25.131 19.143,24.393 19.143,21.101 "/> <polyline fill="%23999999" points="17.966,25.131 17.913,20.374 12.769,17.345 13.027,21.956 17.966,25.131 "/> <polyline fill="%23CCCCCC" points="17.913,20.374 19.149,19.671 13.999,16.718 12.769,17.345 17.913,20.374 "/> <polyline fill="%23990099" points="19.143,12.951 17.837,13.601 17.901,18.939 19.143,18.242 19.143,14.269 19.143,12.951 "/> <polyline fill="%23676767" points="19.143,11.346 19.143,6.547 19.143,5.382 17.755,5.956 17.819,11.984 19.143,11.346 "/> <polyline fill="%23FF66FF" points="12.406,10.818 12.693,15.957 17.901,18.939 17.837,13.601 12.406,10.818 "/> <polyline fill="%23999999" points="17.819,11.984 17.755,5.956 12.001,3.507 12.324,9.266 17.819,11.984 "/> <polyline fill="%23FF99FF" points="13.706,10.244 12.406,10.818 17.837,13.601 19.143,12.951 13.706,10.244 "/> <polyline fill="%23CCCCCC" points="13.384,3.003 12.001,3.507 17.755,5.956 19.143,5.382 13.384,3.003 "/> </svg>');
}
.purple.icon-form-pattern-list-advanced{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%23990099" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%23990099" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%23FF66FF" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%23FF66FF" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%23FF99FF" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%23FF99FF" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.purple.icon-form-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%23FF99FF" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23CCCCCC" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23990099" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23FF66FF" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23999999" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23999999" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23999999" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23CCCCCC" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23676767" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23676767" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23CCCCCC" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23CCCCCC" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23676767" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.purple.icon-form-list_header{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23990099" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23FF99FF" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23FF66FF" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.purple.icon-form-list_row{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23990099" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23FF99FF" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23FF66FF" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.purple.icon-form-list_footer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990099" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23FF99FF" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23FF66FF" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.purple.icon-form-list_link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.436,7.542 7.991,3.567 9.05,21.567 21.074,29.615 21.811,16.835 16.436,7.542 "/> <polygon fill="%23999999" points="17.826,6.824 16.436,7.542 21.811,16.835 23.17,16.027 "/> <polygon fill="%23676767" points="23.17,16.027 21.811,16.835 21.074,29.615 22.272,28.711 "/> <polygon fill="%23CCCCCC" points="9.398,3.004 7.991,3.567 16.436,7.542 17.826,6.824 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.3752" y1="10.888" x2="15.3752" y2="20.9502"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="0.2588" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.105,10.942c-0.272,0.078-1.744,0.362-2.02,0.425c2.094-0.173,3.175,2.472,3.683,4.122 c0.49,1.592,1.056,4.522-0.773,5.461c0.689-0.286,2.592-0.774,3.035-1.422c0.711-1.04,0.725-2.478,0.52-3.674 c-0.207-1.208-0.694-2.427-1.449-3.398C16.422,11.582,15.296,10.653,14.105,10.942"/> <path fill="%23FF66FF" d="M11.952,11.402c-1.671,0.538-1.746,2.957-1.533,4.361c0.246,1.625,0.973,3.355,2.231,4.455 c0.591,0.517,1.394,0.951,2.205,0.772c0.713-0.157,1.207-0.79,1.462-1.438c0.624-1.587,0.266-3.527-0.379-5.047 C15.337,13.093,13.8,10.813,11.952,11.402z"/> <polyline fill="%23CCCCCC" points="21.811,16.835 16.436,7.542 12.145,16.246 21.811,16.835 "/> </svg> ');
}
.purple.icon-form-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF66FF" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%23FF99FF" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23FF99FF" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23990099" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23FF66FF" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23FF66FF" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23FF66FF" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23FF66FF" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23FF99FF" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23990099" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23990099" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23FF99FF" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23FF99FF" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23990099" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.purple.icon-form-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="15.8,25.9 15.8,24.4 3.3,15.6 3.5,16.9 5.1,18.1 15.8,25.9 "/> <polyline fill="%23FF66FF" points="15.8,22.1 15.8,20.6 2.9,12 3.1,13.4 4.9,14.7 15.8,22.1 "/> <polyline fill="%23999999" points="26.5,18.2 27.7,19.2 27.3,17.5 26.5,18.2 "/> <polyline fill="%23999999" points="27.4,15.2 27.6,15.4 28,15.8 27.7,14 26.7,14.7 27.4,15.2 "/> <polyline fill="%23FF66FF" points="27.4,12.8 28.5,12.1 23.7,8.2 27.4,12.8 "/> <polyline fill="%23999999" points="15.8,29.3 15.8,28 3.7,19 3.9,20.2 15.8,29.3 "/> <polyline fill="%23676767" points="27.5,20.5 27.7,19.2 15.8,28 15.8,29.3 27.5,20.5 "/> <polyline fill="%23676767" points="27.3,17.5 27.9,17.1 28,15.8 15.8,24.4 15.8,25.9 26.5,18.2 27.3,17.5 "/> <polyline fill="%23990099" points="28.3,13.6 28.5,12.1 27.4,12.8 15.8,20.6 15.8,22.1 26.7,14.7 27.7,14 28.3,13.6 "/> <polyline fill="%23990099" points="27.6,8.7 23.7,8.2 28.5,12.1 27.6,8.7 "/> <polyline fill="%23CCCCCC" points="27.7,19.2 26.5,18.2 15.8,25.9 5.1,18.1 3.7,19 15.8,28 27.7,19.2 "/> <polyline fill="%23CCCCCC" points="27.6,15.4 27.4,15.2 26.7,14.7 15.8,22.1 4.9,14.7 3.3,15.6 15.8,24.4 28,15.8 27.6,15.4 "/> <polyline fill="%23FF99FF" points="23.7,8.2 27.6,8.7 18.3,4.2 2.9,12 15.8,20.6 27.4,12.8 23.7,8.2 "/> </svg>');
}
.purple.icon-form-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="17.436,7.541 8.99,3.566 10.05,21.566 22.074,29.614 22.811,16.835 17.436,7.541 "/> <polygon fill="%23999999" points="18.826,6.824 17.436,7.541 22.811,16.835 24.17,16.026 "/> <polygon fill="%23676767" points="24.17,16.026 22.811,16.835 22.074,29.614 23.272,28.71 "/> <polygon fill="%23CCCCCC" points="10.398,3.003 8.99,3.566 17.436,7.541 18.826,6.824 "/> <path fill="%23FF66FF" d="M7.49,15.974l-2.18-1.149l0.324,8.314l0.06,2.511l1.913,1.118L7.49,15.974z"/> <path fill="%23990099" d="M9.407,14.768L7.49,15.974l0.116,10.794l1.896-0.766L9.407,14.768z"/> <path fill="%23FF99FF" d="M9.407,14.768l-2.122-0.903l-1.976,0.96l2.18,1.149L9.407,14.768z"/> <polygon fill="%23676767" points="10.924,4.006 11.551,6.301 16.717,9.435 13.571,11.435 12.545,11.829 13.386,16.835 10.866,18.436 9.99,3.566 "/> <polyline fill="%23990099" points="10.81,6.499 9.093,0.456 6.38,1.788 8.186,7.936 10.81,6.499 "/> <polyline fill="%23FF99FF" points="12.993,11.009 15.601,9.452 10.81,6.499 8.186,7.936 12.993,11.009 "/> <polyline fill="%23FF99FF" points="4.719,6.05 5.546,3.923 3.122,2.888 0.514,4.164 4.719,6.05 "/> <path fill="%23FF66FF" d="M5.546,3.923L4.719,6.05L0.514,4.164L3.78,9.308l-0.819,4.245l3.523-0.393l3.78,4.896l-1.003-5.578 c0.023-0.009,0.044-0.02,0.064-0.032l0.209-0.072v-0.008l2.376-0.931l1.083-0.425L8.186,7.936L6.38,1.788L5.546,3.923"/> <path fill="%23990099" d="M9.534,12.374l-0.209,0.072c-0.02,0.013-0.042,0.023-0.064,0.032l1.003,5.578l2.48-1.589l-0.835-5.032 l-2.376,0.931V12.374"/> <polyline fill="%23CCCCCC" points="22.811,16.835 17.436,7.541 13.145,16.245 22.811,16.835 "/> </svg>');
}
.purple.icon-form-manager-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.821,16.835 16.446,7.541 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.408,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.155,16.245 21.821,16.835 "/> <polyline fill="%23FF66FF" points="1.376,22.119 1.604,24.897 5.011,27.208 4.837,24.398 1.376,22.119 "/> <polyline fill="%23FF66FF" points="3.774,20.806 6.009,19.58 2.689,17.507 2.873,20.231 3.774,20.806 "/> <polyline fill="%23FF66FF" points="13.171,26.818 13.117,24.007 9.482,21.75 9.59,24.528 13.171,26.818 "/> <polyline fill="%23990099" points="4.837,24.398 5.011,27.208 9.59,24.528 9.482,21.75 4.837,24.398 "/> <polyline fill="%23990099" points="13.117,24.007 13.171,26.818 14.592,19.547 14.56,16.835 13.117,24.007 "/> <polyline fill="%23FF99FF" points="6.009,19.58 3.774,20.806 1.376,22.119 4.837,24.398 9.482,21.75 13.117,24.007 14.56,16.835 2.689,17.507 6.009,19.58 "/> </svg>');
}
.purple.icon-form-manager-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23676767" points="15.143,25.101 15.149,25.095 15.149,23.671 13.913,24.374 13.966,29.131 15.143,28.393 15.143,25.101 "/> <polyline fill="%23999999" points="13.966,29.131 13.913,24.374 8.769,21.345 9.027,25.956 13.966,29.131 "/> <polyline fill="%23CCCCCC" points="13.913,24.374 15.149,23.671 9.999,20.718 8.769,21.345 13.913,24.374 "/> <polyline fill="%23990099" points="15.143,16.951 13.837,17.601 13.901,22.939 15.143,22.242 15.143,18.269 15.143,16.951 "/> <polyline fill="%23676767" points="15.143,15.346 15.143,10.547 15.143,9.382 13.755,9.956 13.819,15.984 15.143,15.346 "/> <polyline fill="%23FF66FF" points="8.406,14.818 8.693,19.957 13.901,22.939 13.837,17.601 8.406,14.818 "/> <polyline fill="%23999999" points="13.819,15.984 13.755,9.956 8.001,7.507 8.324,13.266 13.819,15.984 "/> <polyline fill="%23FF99FF" points="9.706,14.244 8.406,14.818 13.837,17.601 15.143,16.951 9.706,14.244 "/> <polyline fill="%23CCCCCC" points="9.384,7.003 8.001,7.507 13.755,9.956 15.143,9.382 9.384,7.003 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.purple.icon-form-manager-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%23FF99FF" d="M5.023,22.745l7.511,5.633V12.301L5.023,22.745z"/> <path fill="%23990099" d="M12.534,28.378l7.452-5.633l-7.452-10.445V28.378z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg> ');
}
.grey.icon-form{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.82,16.835 16.446,7.541 "/> <polygon fill="%23999999" points="17.835,6.824 16.446,7.541 21.82,16.835 23.18,16.026 "/> <polygon fill="%23676767" points="23.18,16.026 21.82,16.835 21.084,29.614 22.281,28.71 "/> <polygon fill="%23CCCCCC" points="9.407,3.003 8,3.566 16.446,7.541 17.835,6.824 "/> <polyline fill="%23CCCCCC" points="21.82,16.835 16.446,7.541 12.154,16.245 21.82,16.835 "/> </svg>');
}
.grey.icon-form-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23999999" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%23676767" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%23CCCCCC" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.grey.icon-form-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23999999" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%23676767" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%23CCCCCC" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.grey.icon-form-record{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23999999" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23676767" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23CCCCCC" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23999999" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23676767" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23CCCCCC" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.grey.icon-form-record_display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.05,11.721 l2.719-1.617"/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <polyline fill="%23999999" points="5.324,6.839 5.617,12.196 20.214,20.706 20.432,15.005 5.324,6.839 "/> <polyline fill="%23676767" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23CCCCCC" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg>');
}
.grey.icon-form-record_edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23999999" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23676767" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23CCCCCC" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23676767" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23CCCCCC" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.grey.icon-form-record_insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23999999" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23676767" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23CCCCCC" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23676767" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23CCCCCC" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23999999" points="2.662,16.687 2.857,19.067 5.776,21.047 5.627,18.64 2.662,16.687 "/> <polyline fill="%23999999" points="4.716,15.562 6.631,14.512 3.787,12.736 3.945,15.07 4.716,15.562 "/> <polyline fill="%23999999" points="12.767,20.713 12.721,18.305 9.606,16.371 9.699,18.751 12.767,20.713 "/> <polyline fill="%23676767" points="5.627,18.64 5.776,21.047 9.699,18.751 9.606,16.371 5.627,18.64 "/> <polyline fill="%23676767" points="12.721,18.305 12.767,20.713 13.985,14.484 13.957,12.16 12.721,18.305 "/> <polyline fill="%23CCCCCC" points="6.631,14.512 4.716,15.562 2.662,16.687 5.627,18.64 9.606,16.371 12.721,18.305 13.957,12.16 3.787,12.736 6.631,14.512 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.grey.icon-form-record_delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23999999" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23676767" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23CCCCCC" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23676767" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23CCCCCC" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23990000" points="25.834,12.94 24.665,13.573 22.78,14.761 22.785,14.771 22.664,14.834 25.597,19.743 27.515,18.337 24.747,13.713 25.921,13.08 27.974,11.776 25.834,12.94 "/> <polyline fill="%23FF0000" points="25.979,8.48 23.887,9.679 25.834,12.94 27.974,11.776 25.979,8.48 "/> <polyline fill="%23FF0000" points="20.828,11.495 20.833,11.505 22.766,10.403 19.93,5.659 17.794,6.683 20.712,11.573 20.828,11.495 "/> <polyline fill="%23CC0000" points="20.833,11.505 20.712,11.573 17.794,6.683 16.108,8.094 18.886,12.756 16.446,14.341 18.181,17.254 20.746,15.868 23.539,20.55 25.597,19.743 22.664,14.834 22.78,14.761 24.665,13.573 25.834,12.94 23.887,9.679 22.766,10.403 20.833,11.505 "/> </svg> ');
}
.grey.icon-form-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23676767" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23676767" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%23CCCCCC" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.grey.icon-form-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23999999" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%23999999" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%23999999" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%23676767" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%23676767" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%23CCCCCC" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg>');
}
.grey.icon-form-event{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%23CCCCCC" d="M11.917,11.403c-0.338,0.18-0.697,0.326-1.045,0.487c2.723-0.817,5.346,2.18,6.481,4.221 c1.095,1.97,2.246,5.832,0.089,7.588c0.832-0.571,1.672-1.053,2.077-2.035c0.65-1.575,0.264-3.482-0.342-5.008 c-0.612-1.54-1.599-3.017-2.87-4.09C15.161,11.6,13.411,10.686,11.917,11.403"/> <path fill="%23676767" d="M10.62,14.146c-1.275,1.834,0.011,4.703,1.166,6.252c0.965,1.294,3.644,3.511,5.032,1.508 c-1.924,0.321-3.626-1.57-4.485-3.056c-0.869-1.503-1.64-3.976-0.356-5.473C11.431,13.377,10.923,13.712,10.62,14.146"/> <path fill="%23999999" d="M10.536,12.046c-2.06,1.18-1.481,4.402-0.806,6.2c0.781,2.082,2.228,4.166,4.201,5.27 c0.928,0.519,2.111,0.867,3.134,0.403c0.899-0.408,1.375-1.383,1.531-2.313c0.381-2.275-0.637-4.742-1.917-6.571 C15.49,13.334,12.817,10.748,10.536,12.046z M17.161,21.193c-0.768,2.438-3.456,1.257-4.723-0.064 c-1.46-1.522-2.723-4.074-2.129-6.221c0.702-2.549,3.473-1.34,4.746-0.012C16.504,16.408,17.835,19.054,17.161,21.193z"/> <path fill="%23CCCCCC" d="M6.4,11.536c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.604 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.22-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C10.708,11.798,8.383,10.584,6.4,11.536"/> <path fill="%23676767" d="M4.143,14.695c-1.867,2.748,0.016,7.048,1.707,9.368c1.413,1.939,5.336,5.26,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C5.331,13.542,4.586,14.044,4.143,14.695"/> <path fill="%23999999" d="M4.899,12.224c-2.735,1.566-1.966,5.845-1.07,8.231c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.836,2.032-3.071c0.505-3.02-0.846-6.295-2.545-8.725 C11.476,13.934,7.928,10.5,4.899,12.224z M14.132,24.781c-1.114,3.538-5.016,1.824-6.854-0.092c-2.119-2.209-3.952-5.913-3.09-9.028 c1.018-3.698,5.04-1.944,6.887-0.017C13.178,17.837,15.11,21.677,14.132,24.781z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.grey.icon-form-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="19.436,6.541 10.99,2.566 12.05,20.566 24.074,28.614 24.811,15.835 19.436,6.541 "/> <polygon fill="%23999999" points="20.826,5.824 19.436,6.541 24.811,15.835 26.17,15.026 "/> <polygon fill="%23676767" points="26.17,15.026 24.811,15.835 24.074,28.614 25.272,27.71 "/> <polygon fill="%23CCCCCC" points="12.398,2.003 10.99,2.566 19.436,6.541 20.826,5.824 "/> <polyline fill="%23CCCCCC" points="24.811,15.835 19.436,6.541 15.145,15.245 24.811,15.835 "/> <polyline fill="%23999999" points="14.436,8.541 5.99,4.566 7.05,22.566 19.074,30.614 19.811,17.835 14.436,8.541 "/> <polygon fill="%23999999" points="15.826,7.824 14.436,8.541 19.811,17.835 21.17,17.026 "/> <polygon fill="%23676767" points="21.17,17.026 19.811,17.835 19.074,30.614 20.272,29.71 "/> <polygon fill="%23CCCCCC" points="7.398,4.003 5.99,4.566 14.436,8.541 15.826,7.824 "/> <polyline fill="%23CCCCCC" points="19.811,17.835 14.436,8.541 10.145,17.245 19.811,17.835 "/> </svg> ');
}
.grey.icon-form-pattern-list-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.143,21.101 19.149,21.095 19.149,19.671 17.913,20.374 17.966,25.131 19.143,24.393 19.143,21.101 "/> <polyline fill="%23999999" points="17.966,25.131 17.913,20.374 12.769,17.345 13.027,21.956 17.966,25.131 "/> <polyline fill="%23CCCCCC" points="17.913,20.374 19.149,19.671 13.999,16.718 12.769,17.345 17.913,20.374 "/> <polyline fill="%23676767" points="19.143,12.951 17.837,13.601 17.901,18.939 19.143,18.242 19.143,14.269 19.143,12.951 "/> <polyline fill="%23676767" points="19.143,11.346 19.143,6.547 19.143,5.382 17.755,5.956 17.819,11.984 19.143,11.346 "/> <polyline fill="%23999999" points="12.406,10.818 12.693,15.957 17.901,18.939 17.837,13.601 12.406,10.818 "/> <polyline fill="%23999999" points="17.819,11.984 17.755,5.956 12.001,3.507 12.324,9.266 17.819,11.984 "/> <polyline fill="%23CCCCCC" points="13.706,10.244 12.406,10.818 17.837,13.601 19.143,12.951 13.706,10.244 "/> <polyline fill="%23CCCCCC" points="13.384,3.003 12.001,3.507 17.755,5.956 19.143,5.382 13.384,3.003 "/> </svg>');
}
.grey.icon-form-pattern-list-advanced{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%23676767" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%23676767" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%23999999" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%23999999" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%23CCCCCC" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%23CCCCCC" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.grey.icon-form-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%23CCCCCC" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23CCCCCC" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23676767" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23999999" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23999999" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23999999" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23999999" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23CCCCCC" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23676767" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23676767" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23CCCCCC" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23CCCCCC" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23676767" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.grey.icon-form-list_header{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.grey.icon-form-list_row{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.grey.icon-form-list_footer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.grey.icon-form-list_link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.436,7.542 7.991,3.567 9.05,21.567 21.074,29.615 21.811,16.835 16.436,7.542 "/> <polygon fill="%23999999" points="17.826,6.824 16.436,7.542 21.811,16.835 23.17,16.027 "/> <polygon fill="%23676767" points="23.17,16.027 21.811,16.835 21.074,29.615 22.272,28.711 "/> <polygon fill="%23CCCCCC" points="9.398,3.004 7.991,3.567 16.436,7.542 17.826,6.824 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.3752" y1="10.888" x2="15.3752" y2="20.9502"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.105,10.942c-0.272,0.078-1.744,0.362-2.02,0.425c2.094-0.173,3.175,2.472,3.683,4.122 c0.49,1.592,1.056,4.522-0.773,5.461c0.689-0.286,2.592-0.774,3.035-1.422c0.711-1.04,0.725-2.478,0.52-3.674 c-0.207-1.208-0.694-2.427-1.449-3.398C16.422,11.582,15.296,10.653,14.105,10.942"/> <path fill="%23999999" d="M11.952,11.402c-1.671,0.538-1.746,2.957-1.533,4.361c0.246,1.625,0.973,3.355,2.231,4.455 c0.591,0.517,1.394,0.951,2.205,0.772c0.713-0.157,1.207-0.79,1.462-1.438c0.624-1.587,0.266-3.527-0.379-5.047 C15.337,13.093,13.8,10.813,11.952,11.402z"/> <polyline fill="%23CCCCCC" points="21.811,16.835 16.436,7.542 12.145,16.246 21.811,16.835 "/> </svg> ');
}
.grey.icon-form-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%23CCCCCC" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23CCCCCC" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23676767" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23999999" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23999999" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23999999" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23999999" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23CCCCCC" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23676767" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23676767" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23CCCCCC" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23CCCCCC" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23676767" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.grey.icon-form-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="15.8,25.9 15.8,24.4 3.3,15.6 3.5,16.9 5.1,18.1 15.8,25.9 "/> <polyline fill="%23999999" points="15.8,22.1 15.8,20.6 2.9,12 3.1,13.4 4.9,14.7 15.8,22.1 "/> <polyline fill="%23999999" points="26.5,18.2 27.7,19.2 27.3,17.5 26.5,18.2 "/> <polyline fill="%23999999" points="27.4,15.2 27.6,15.4 28,15.8 27.7,14 26.7,14.7 27.4,15.2 "/> <polyline fill="%23999999" points="27.4,12.8 28.5,12.1 23.7,8.2 27.4,12.8 "/> <polyline fill="%23999999" points="15.8,29.3 15.8,28 3.7,19 3.9,20.2 15.8,29.3 "/> <polyline fill="%23676767" points="27.5,20.5 27.7,19.2 15.8,28 15.8,29.3 27.5,20.5 "/> <polyline fill="%23676767" points="27.3,17.5 27.9,17.1 28,15.8 15.8,24.4 15.8,25.9 26.5,18.2 27.3,17.5 "/> <polyline fill="%23676767" points="28.3,13.6 28.5,12.1 27.4,12.8 15.8,20.6 15.8,22.1 26.7,14.7 27.7,14 28.3,13.6 "/> <polyline fill="%23676767" points="27.6,8.7 23.7,8.2 28.5,12.1 27.6,8.7 "/> <polyline fill="%23CCCCCC" points="27.7,19.2 26.5,18.2 15.8,25.9 5.1,18.1 3.7,19 15.8,28 27.7,19.2 "/> <polyline fill="%23CCCCCC" points="27.6,15.4 27.4,15.2 26.7,14.7 15.8,22.1 4.9,14.7 3.3,15.6 15.8,24.4 28,15.8 27.6,15.4 "/> <polyline fill="%23CCCCCC" points="23.7,8.2 27.6,8.7 18.3,4.2 2.9,12 15.8,20.6 27.4,12.8 23.7,8.2 "/> </svg>');
}
.grey.icon-form-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="17.436,7.541 8.99,3.566 10.05,21.566 22.074,29.614 22.811,16.835 17.436,7.541 "/> <polygon fill="%23999999" points="18.826,6.824 17.436,7.541 22.811,16.835 24.17,16.026 "/> <polygon fill="%23676767" points="24.17,16.026 22.811,16.835 22.074,29.614 23.272,28.71 "/> <polygon fill="%23CCCCCC" points="10.398,3.003 8.99,3.566 17.436,7.541 18.826,6.824 "/> <path fill="%23999999" d="M7.49,15.974l-2.18-1.149l0.324,8.314l0.06,2.511l1.913,1.118L7.49,15.974z"/> <path fill="%23676767" d="M9.407,14.768L7.49,15.974l0.116,10.794l1.896-0.766L9.407,14.768z"/> <path fill="%23CCCCCC" d="M9.407,14.768l-2.122-0.903l-1.976,0.96l2.18,1.149L9.407,14.768z"/> <polygon fill="%23676767" points="10.924,4.006 11.551,6.301 16.717,9.435 13.571,11.435 12.545,11.829 13.386,16.835 10.866,18.436 9.99,3.566 "/> <polyline fill="%23676767" points="10.81,6.499 9.093,0.456 6.38,1.788 8.186,7.936 10.81,6.499 "/> <polyline fill="%23CCCCCC" points="12.993,11.009 15.601,9.452 10.81,6.499 8.186,7.936 12.993,11.009 "/> <polyline fill="%23CCCCCC" points="4.719,6.05 5.546,3.923 3.122,2.888 0.514,4.164 4.719,6.05 "/> <path fill="%23999999" d="M5.546,3.923L4.719,6.05L0.514,4.164L3.78,9.308l-0.819,4.245l3.523-0.393l3.78,4.896l-1.003-5.578 c0.023-0.009,0.044-0.02,0.064-0.032l0.209-0.072v-0.008l2.376-0.931l1.083-0.425L8.186,7.936L6.38,1.788L5.546,3.923"/> <path fill="%23676767" d="M9.534,12.374l-0.209,0.072c-0.02,0.013-0.042,0.023-0.064,0.032l1.003,5.578l2.48-1.589l-0.835-5.032 l-2.376,0.931V12.374"/> <polyline fill="%23CCCCCC" points="22.811,16.835 17.436,7.541 13.145,16.245 22.811,16.835 "/> </svg>');
}
.grey.icon-form-manager-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.821,16.835 16.446,7.541 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.408,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.155,16.245 21.821,16.835 "/> <polyline fill="%23999999" points="1.376,22.119 1.604,24.897 5.011,27.208 4.837,24.398 1.376,22.119 "/> <polyline fill="%23999999" points="3.774,20.806 6.009,19.58 2.689,17.507 2.873,20.231 3.774,20.806 "/> <polyline fill="%23999999" points="13.171,26.818 13.117,24.007 9.482,21.75 9.59,24.528 13.171,26.818 "/> <polyline fill="%23676767" points="4.837,24.398 5.011,27.208 9.59,24.528 9.482,21.75 4.837,24.398 "/> <polyline fill="%23676767" points="13.117,24.007 13.171,26.818 14.592,19.547 14.56,16.835 13.117,24.007 "/> <polyline fill="%23CCCCCC" points="6.009,19.58 3.774,20.806 1.376,22.119 4.837,24.398 9.482,21.75 13.117,24.007 14.56,16.835 2.689,17.507 6.009,19.58 "/> </svg>');
}
.grey.icon-form-manager-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23676767" points="15.143,25.101 15.149,25.095 15.149,23.671 13.913,24.374 13.966,29.131 15.143,28.393 15.143,25.101 "/> <polyline fill="%23999999" points="13.966,29.131 13.913,24.374 8.769,21.345 9.027,25.956 13.966,29.131 "/> <polyline fill="%23CCCCCC" points="13.913,24.374 15.149,23.671 9.999,20.718 8.769,21.345 13.913,24.374 "/> <polyline fill="%23676767" points="15.143,16.951 13.837,17.601 13.901,22.939 15.143,22.242 15.143,18.269 15.143,16.951 "/> <polyline fill="%23676767" points="15.143,15.346 15.143,10.547 15.143,9.382 13.755,9.956 13.819,15.984 15.143,15.346 "/> <polyline fill="%23999999" points="8.406,14.818 8.693,19.957 13.901,22.939 13.837,17.601 8.406,14.818 "/> <polyline fill="%23999999" points="13.819,15.984 13.755,9.956 8.001,7.507 8.324,13.266 13.819,15.984 "/> <polyline fill="%23CCCCCC" points="9.706,14.244 8.406,14.818 13.837,17.601 15.143,16.951 9.706,14.244 "/> <polyline fill="%23CCCCCC" points="9.384,7.003 8.001,7.507 13.755,9.956 15.143,9.382 9.384,7.003 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.grey.icon-form-manager-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%23CCCCCC" d="M5.023,22.745l7.511,5.633V12.301L5.023,22.745z"/> <path fill="%23676767" d="M12.534,28.378l7.452-5.633l-7.452-10.445V28.378z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg> ');
}
.orange.icon-form{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23d88500" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.82,16.835 16.446,7.541 "/> <polygon fill="%23d88500" points="17.835,6.824 16.446,7.541 21.82,16.835 23.18,16.026 "/> <polygon fill="%23a56600" points="23.18,16.026 21.82,16.835 21.084,29.614 22.281,28.71 "/> <polygon fill="%23ffbc00" points="9.407,3.003 8,3.566 16.446,7.541 17.835,6.824 "/> <polyline fill="%23ffbc00" points="21.82,16.835 16.446,7.541 12.154,16.245 21.82,16.835 "/> </svg>');
}
.orange.icon-form-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23999999" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%23676767" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%23CCCCCC" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.orange.icon-form-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23a56600" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23ffbc00" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23d88500" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%23a56600" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%23ffbc00" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23d88500" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%23ffbc00" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.orange.icon-form-record{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23d88500" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23a56600" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23ffbc00" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23d88500" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23a56600" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23ffbc00" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.orange.icon-form-record_display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.05,11.721 l2.719-1.617"/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <polyline fill="%23d88500" points="5.324,6.839 5.617,12.196 20.214,20.706 20.432,15.005 5.324,6.839 "/> <polyline fill="%23a56600" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23ffbc00" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg>');
}
.orange.icon-form-record_edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23d88500" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23a56600" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23ffbc00" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23a56600" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23ffbc00" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.orange.icon-form-record_insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23999999" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23676767" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23CCCCCC" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23676767" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23CCCCCC" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23d88500" points="2.662,16.687 2.857,19.067 5.776,21.047 5.627,18.64 2.662,16.687 "/> <polyline fill="%23d88500" points="4.716,15.562 6.631,14.512 3.787,12.736 3.945,15.07 4.716,15.562 "/> <polyline fill="%23d88500" points="12.767,20.713 12.721,18.305 9.606,16.371 9.699,18.751 12.767,20.713 "/> <polyline fill="%23a56600" points="5.627,18.64 5.776,21.047 9.699,18.751 9.606,16.371 5.627,18.64 "/> <polyline fill="%23a56600" points="12.721,18.305 12.767,20.713 13.985,14.484 13.957,12.16 12.721,18.305 "/> <polyline fill="%23ffbc00" points="6.631,14.512 4.716,15.562 2.662,16.687 5.627,18.64 9.606,16.371 12.721,18.305 13.957,12.16 3.787,12.736 6.631,14.512 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.orange.icon-form-record_delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23d88500" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23a56600" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23ffbc00" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23a56600" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23ffbc00" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23990000" points="25.834,12.94 24.665,13.573 22.78,14.761 22.785,14.771 22.664,14.834 25.597,19.743 27.515,18.337 24.747,13.713 25.921,13.08 27.974,11.776 25.834,12.94 "/> <polyline fill="%23FF0000" points="25.979,8.48 23.887,9.679 25.834,12.94 27.974,11.776 25.979,8.48 "/> <polyline fill="%23FF0000" points="20.828,11.495 20.833,11.505 22.766,10.403 19.93,5.659 17.794,6.683 20.712,11.573 20.828,11.495 "/> <polyline fill="%23CC0000" points="20.833,11.505 20.712,11.573 17.794,6.683 16.108,8.094 18.886,12.756 16.446,14.341 18.181,17.254 20.746,15.868 23.539,20.55 25.597,19.743 22.664,14.834 22.78,14.761 24.665,13.573 25.834,12.94 23.887,9.679 22.766,10.403 20.833,11.505 "/> </svg> ');
}
.orange.icon-form-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23a56600" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23a56600" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%23ffbc00" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.orange.icon-form-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23d88500" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%23d88500" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%23d88500" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%23a56600" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%23a56600" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%23ffbc00" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg>');
}
.orange.icon-form-event{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%23ffbc00" d="M11.917,11.403c-0.338,0.18-0.697,0.326-1.045,0.487c2.723-0.817,5.346,2.18,6.481,4.221 c1.095,1.97,2.246,5.832,0.089,7.588c0.832-0.571,1.672-1.053,2.077-2.035c0.65-1.575,0.264-3.482-0.342-5.008 c-0.612-1.54-1.599-3.017-2.87-4.09C15.161,11.6,13.411,10.686,11.917,11.403"/> <path fill="%23a56600" d="M10.62,14.146c-1.275,1.834,0.011,4.703,1.166,6.252c0.965,1.294,3.644,3.511,5.032,1.508 c-1.924,0.321-3.626-1.57-4.485-3.056c-0.869-1.503-1.64-3.976-0.356-5.473C11.431,13.377,10.923,13.712,10.62,14.146"/> <path fill="%23d88500" d="M10.536,12.046c-2.06,1.18-1.481,4.402-0.806,6.2c0.781,2.082,2.228,4.166,4.201,5.27 c0.928,0.519,2.111,0.867,3.134,0.403c0.899-0.408,1.375-1.383,1.531-2.313c0.381-2.275-0.637-4.742-1.917-6.571 C15.49,13.334,12.817,10.748,10.536,12.046z M17.161,21.193c-0.768,2.438-3.456,1.257-4.723-0.064 c-1.46-1.522-2.723-4.074-2.129-6.221c0.702-2.549,3.473-1.34,4.746-0.012C16.504,16.408,17.835,19.054,17.161,21.193z"/> <path fill="%23ffbc00" d="M6.4,11.536c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.604 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.22-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C10.708,11.798,8.383,10.584,6.4,11.536"/> <path fill="%23a56600" d="M4.143,14.695c-1.867,2.748,0.016,7.048,1.707,9.368c1.413,1.939,5.336,5.26,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C5.331,13.542,4.586,14.044,4.143,14.695"/> <path fill="%23d88500" d="M4.899,12.224c-2.735,1.566-1.966,5.845-1.07,8.231c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.836,2.032-3.071c0.505-3.02-0.846-6.295-2.545-8.725 C11.476,13.934,7.928,10.5,4.899,12.224z M14.132,24.781c-1.114,3.538-5.016,1.824-6.854-0.092c-2.119-2.209-3.952-5.913-3.09-9.028 c1.018-3.698,5.04-1.944,6.887-0.017C13.178,17.837,15.11,21.677,14.132,24.781z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.orange.icon-form-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="19.436,6.541 10.99,2.566 12.05,20.566 24.074,28.614 24.811,15.835 19.436,6.541 "/> <polygon fill="%23999999" points="20.826,5.824 19.436,6.541 24.811,15.835 26.17,15.026 "/> <polygon fill="%23676767" points="26.17,15.026 24.811,15.835 24.074,28.614 25.272,27.71 "/> <polygon fill="%23CCCCCC" points="12.398,2.003 10.99,2.566 19.436,6.541 20.826,5.824 "/> <polyline fill="%23CCCCCC" points="24.811,15.835 19.436,6.541 15.145,15.245 24.811,15.835 "/> <polyline fill="%23999999" points="14.436,8.541 5.99,4.566 7.05,22.566 19.074,30.614 19.811,17.835 14.436,8.541 "/> <polygon fill="%23999999" points="15.826,7.824 14.436,8.541 19.811,17.835 21.17,17.026 "/> <polygon fill="%23676767" points="21.17,17.026 19.811,17.835 19.074,30.614 20.272,29.71 "/> <polygon fill="%23CCCCCC" points="7.398,4.003 5.99,4.566 14.436,8.541 15.826,7.824 "/> <polyline fill="%23CCCCCC" points="19.811,17.835 14.436,8.541 10.145,17.245 19.811,17.835 "/> </svg> ');
}
.orange.icon-form-pattern-list-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.143,21.101 19.149,21.095 19.149,19.671 17.913,20.374 17.966,25.131 19.143,24.393 19.143,21.101 "/> <polyline fill="%23999999" points="17.966,25.131 17.913,20.374 12.769,17.345 13.027,21.956 17.966,25.131 "/> <polyline fill="%23CCCCCC" points="17.913,20.374 19.149,19.671 13.999,16.718 12.769,17.345 17.913,20.374 "/> <polyline fill="%23a56600" points="19.143,12.951 17.837,13.601 17.901,18.939 19.143,18.242 19.143,14.269 19.143,12.951 "/> <polyline fill="%23676767" points="19.143,11.346 19.143,6.547 19.143,5.382 17.755,5.956 17.819,11.984 19.143,11.346 "/> <polyline fill="%23d88500" points="12.406,10.818 12.693,15.957 17.901,18.939 17.837,13.601 12.406,10.818 "/> <polyline fill="%23999999" points="17.819,11.984 17.755,5.956 12.001,3.507 12.324,9.266 17.819,11.984 "/> <polyline fill="%23ffbc00" points="13.706,10.244 12.406,10.818 17.837,13.601 19.143,12.951 13.706,10.244 "/> <polyline fill="%23CCCCCC" points="13.384,3.003 12.001,3.507 17.755,5.956 19.143,5.382 13.384,3.003 "/> </svg>');
}
.orange.icon-form-pattern-list-advanced{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%23a56600" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%23a56600" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%23d88500" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%23d88500" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%23ffbc00" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%23ffbc00" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.orange.icon-form-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%23ffbc00" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23CCCCCC" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23a56600" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23d88500" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23999999" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23999999" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23999999" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23CCCCCC" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23676767" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23676767" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23CCCCCC" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23CCCCCC" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23676767" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.orange.icon-form-list_header{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23a56600" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23ffbc00" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23d88500" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.orange.icon-form-list_row{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23a56600" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23ffbc00" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23d88500" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.orange.icon-form-list_footer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a56600" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23ffbc00" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23d88500" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.orange.icon-form-list_link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.436,7.542 7.991,3.567 9.05,21.567 21.074,29.615 21.811,16.835 16.436,7.542 "/> <polygon fill="%23999999" points="17.826,6.824 16.436,7.542 21.811,16.835 23.17,16.027 "/> <polygon fill="%23676767" points="23.17,16.027 21.811,16.835 21.074,29.615 22.272,28.711 "/> <polygon fill="%23CCCCCC" points="9.398,3.004 7.991,3.567 16.436,7.542 17.826,6.824 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.3752" y1="10.888" x2="15.3752" y2="20.9502"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="0.2588" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.105,10.942c-0.272,0.078-1.744,0.362-2.02,0.425c2.094-0.173,3.175,2.472,3.683,4.122 c0.49,1.592,1.056,4.522-0.773,5.461c0.689-0.286,2.592-0.774,3.035-1.422c0.711-1.04,0.725-2.478,0.52-3.674 c-0.207-1.208-0.694-2.427-1.449-3.398C16.422,11.582,15.296,10.653,14.105,10.942"/> <path fill="%23d88500" d="M11.952,11.402c-1.671,0.538-1.746,2.957-1.533,4.361c0.246,1.625,0.973,3.355,2.231,4.455 c0.591,0.517,1.394,0.951,2.205,0.772c0.713-0.157,1.207-0.79,1.462-1.438c0.624-1.587,0.266-3.527-0.379-5.047 C15.337,13.093,13.8,10.813,11.952,11.402z"/> <polyline fill="%23CCCCCC" points="21.811,16.835 16.436,7.542 12.145,16.246 21.811,16.835 "/> </svg> ');
}
.orange.icon-form-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23d88500" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%23ffbc00" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23ffbc00" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23a56600" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23d88500" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23d88500" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23d88500" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23d88500" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23ffbc00" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23a56600" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23a56600" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23ffbc00" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23ffbc00" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23a56600" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.orange.icon-form-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="15.8,25.9 15.8,24.4 3.3,15.6 3.5,16.9 5.1,18.1 15.8,25.9 "/> <polyline fill="%23d88500" points="15.8,22.1 15.8,20.6 2.9,12 3.1,13.4 4.9,14.7 15.8,22.1 "/> <polyline fill="%23999999" points="26.5,18.2 27.7,19.2 27.3,17.5 26.5,18.2 "/> <polyline fill="%23999999" points="27.4,15.2 27.6,15.4 28,15.8 27.7,14 26.7,14.7 27.4,15.2 "/> <polyline fill="%23d88500" points="27.4,12.8 28.5,12.1 23.7,8.2 27.4,12.8 "/> <polyline fill="%23999999" points="15.8,29.3 15.8,28 3.7,19 3.9,20.2 15.8,29.3 "/> <polyline fill="%23676767" points="27.5,20.5 27.7,19.2 15.8,28 15.8,29.3 27.5,20.5 "/> <polyline fill="%23676767" points="27.3,17.5 27.9,17.1 28,15.8 15.8,24.4 15.8,25.9 26.5,18.2 27.3,17.5 "/> <polyline fill="%23a56600" points="28.3,13.6 28.5,12.1 27.4,12.8 15.8,20.6 15.8,22.1 26.7,14.7 27.7,14 28.3,13.6 "/> <polyline fill="%23a56600" points="27.6,8.7 23.7,8.2 28.5,12.1 27.6,8.7 "/> <polyline fill="%23CCCCCC" points="27.7,19.2 26.5,18.2 15.8,25.9 5.1,18.1 3.7,19 15.8,28 27.7,19.2 "/> <polyline fill="%23CCCCCC" points="27.6,15.4 27.4,15.2 26.7,14.7 15.8,22.1 4.9,14.7 3.3,15.6 15.8,24.4 28,15.8 27.6,15.4 "/> <polyline fill="%23ffbc00" points="23.7,8.2 27.6,8.7 18.3,4.2 2.9,12 15.8,20.6 27.4,12.8 23.7,8.2 "/> </svg>');
}
.orange.icon-form-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="17.436,7.541 8.99,3.566 10.05,21.566 22.074,29.614 22.811,16.835 17.436,7.541 "/> <polygon fill="%23999999" points="18.826,6.824 17.436,7.541 22.811,16.835 24.17,16.026 "/> <polygon fill="%23676767" points="24.17,16.026 22.811,16.835 22.074,29.614 23.272,28.71 "/> <polygon fill="%23CCCCCC" points="10.398,3.003 8.99,3.566 17.436,7.541 18.826,6.824 "/> <path fill="%23d88500" d="M7.49,15.974l-2.18-1.149l0.324,8.314l0.06,2.511l1.913,1.118L7.49,15.974z"/> <path fill="%23a56600" d="M9.407,14.768L7.49,15.974l0.116,10.794l1.896-0.766L9.407,14.768z"/> <path fill="%23ffbc00" d="M9.407,14.768l-2.122-0.903l-1.976,0.96l2.18,1.149L9.407,14.768z"/> <polygon fill="%23676767" points="10.924,4.006 11.551,6.301 16.717,9.435 13.571,11.435 12.545,11.829 13.386,16.835 10.866,18.436 9.99,3.566 "/> <polyline fill="%23a56600" points="10.81,6.499 9.093,0.456 6.38,1.788 8.186,7.936 10.81,6.499 "/> <polyline fill="%23ffbc00" points="12.993,11.009 15.601,9.452 10.81,6.499 8.186,7.936 12.993,11.009 "/> <polyline fill="%23ffbc00" points="4.719,6.05 5.546,3.923 3.122,2.888 0.514,4.164 4.719,6.05 "/> <path fill="%23d88500" d="M5.546,3.923L4.719,6.05L0.514,4.164L3.78,9.308l-0.819,4.245l3.523-0.393l3.78,4.896l-1.003-5.578 c0.023-0.009,0.044-0.02,0.064-0.032l0.209-0.072v-0.008l2.376-0.931l1.083-0.425L8.186,7.936L6.38,1.788L5.546,3.923"/> <path fill="%23a56600" d="M9.534,12.374l-0.209,0.072c-0.02,0.013-0.042,0.023-0.064,0.032l1.003,5.578l2.48-1.589l-0.835-5.032 l-2.376,0.931V12.374"/> <polyline fill="%23CCCCCC" points="22.811,16.835 17.436,7.541 13.145,16.245 22.811,16.835 "/> </svg>');
}
.orange.icon-form-manager-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.821,16.835 16.446,7.541 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.408,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.155,16.245 21.821,16.835 "/> <polyline fill="%23d88500" points="1.376,22.119 1.604,24.897 5.011,27.208 4.837,24.398 1.376,22.119 "/> <polyline fill="%23d88500" points="3.774,20.806 6.009,19.58 2.689,17.507 2.873,20.231 3.774,20.806 "/> <polyline fill="%23d88500" points="13.171,26.818 13.117,24.007 9.482,21.75 9.59,24.528 13.171,26.818 "/> <polyline fill="%23a56600" points="4.837,24.398 5.011,27.208 9.59,24.528 9.482,21.75 4.837,24.398 "/> <polyline fill="%23a56600" points="13.117,24.007 13.171,26.818 14.592,19.547 14.56,16.835 13.117,24.007 "/> <polyline fill="%23ffbc00" points="6.009,19.58 3.774,20.806 1.376,22.119 4.837,24.398 9.482,21.75 13.117,24.007 14.56,16.835 2.689,17.507 6.009,19.58 "/> </svg>');
}
.orange.icon-form-manager-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23676767" points="15.143,25.101 15.149,25.095 15.149,23.671 13.913,24.374 13.966,29.131 15.143,28.393 15.143,25.101 "/> <polyline fill="%23999999" points="13.966,29.131 13.913,24.374 8.769,21.345 9.027,25.956 13.966,29.131 "/> <polyline fill="%23CCCCCC" points="13.913,24.374 15.149,23.671 9.999,20.718 8.769,21.345 13.913,24.374 "/> <polyline fill="%23a56600" points="15.143,16.951 13.837,17.601 13.901,22.939 15.143,22.242 15.143,18.269 15.143,16.951 "/> <polyline fill="%23676767" points="15.143,15.346 15.143,10.547 15.143,9.382 13.755,9.956 13.819,15.984 15.143,15.346 "/> <polyline fill="%23d88500" points="8.406,14.818 8.693,19.957 13.901,22.939 13.837,17.601 8.406,14.818 "/> <polyline fill="%23999999" points="13.819,15.984 13.755,9.956 8.001,7.507 8.324,13.266 13.819,15.984 "/> <polyline fill="%23ffbc00" points="9.706,14.244 8.406,14.818 13.837,17.601 15.143,16.951 9.706,14.244 "/> <polyline fill="%23CCCCCC" points="9.384,7.003 8.001,7.507 13.755,9.956 15.143,9.382 9.384,7.003 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.orange.icon-form-manager-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%23ffbc00" d="M5.023,22.745l7.511,5.633V12.301L5.023,22.745z"/> <path fill="%23a56600" d="M12.534,28.378l7.452-5.633l-7.452-10.445V28.378z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg> ');
}
.red.icon-form{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC0000" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.82,16.835 16.446,7.541 "/> <polygon fill="%23CC0000" points="17.835,6.824 16.446,7.541 21.82,16.835 23.18,16.026 "/> <polygon fill="%23990000" points="23.18,16.026 21.82,16.835 21.084,29.614 22.281,28.71 "/> <polygon fill="%23FF0000" points="9.407,3.003 8,3.566 16.446,7.541 17.835,6.824 "/> <polyline fill="%23FF0000" points="21.82,16.835 16.446,7.541 12.154,16.245 21.82,16.835 "/> </svg>');
}
.red.icon-form-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23999999" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%23676767" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%23CCCCCC" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.red.icon-form-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23990000" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23FF0000" points="9.407,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <path fill="%23CC0000" d="M9.097,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L9.097,5.183 M8,3.566l1.06,18l12.024,8.048 l0.874-14.838l-3.713-6.419L8,3.566L8,3.566z"/> <polygon fill="%23990000" points="10.399,5.792 9.105,5.195 10.029,21.012 11.016,20.597 "/> <polygon fill="%23FF0000" points="20.188,27.811 20.259,26.615 11.016,20.597 10.029,21.012 "/> <polygon fill="%23CC0000" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polyline fill="%23FF0000" points="21.821,16.835 16.446,7.541 12.154,16.245 21.821,16.835 "/> </svg> ');
}
.red.icon-form-record{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23CC0000" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23990000" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23FF0000" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23CC0000" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23990000" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23FF0000" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.red.icon-form-record_display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.05,11.721 l2.719-1.617"/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <polyline fill="%23CC0000" points="5.324,6.839 5.617,12.196 20.214,20.706 20.432,15.005 5.324,6.839 "/> <polyline fill="%23990000" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23FF0000" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg>');
}
.red.icon-form-record_edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23CC0000" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23990000" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23FF0000" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23990000" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23FF0000" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.red.icon-form-record_insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23999999" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23676767" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23CCCCCC" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23676767" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23CCCCCC" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23CC0000" points="2.662,16.687 2.857,19.067 5.776,21.047 5.627,18.64 2.662,16.687 "/> <polyline fill="%23CC0000" points="4.716,15.562 6.631,14.512 3.787,12.736 3.945,15.07 4.716,15.562 "/> <polyline fill="%23CC0000" points="12.767,20.713 12.721,18.305 9.606,16.371 9.699,18.751 12.767,20.713 "/> <polyline fill="%23990000" points="5.627,18.64 5.776,21.047 9.699,18.751 9.606,16.371 5.627,18.64 "/> <polyline fill="%23990000" points="12.721,18.305 12.767,20.713 13.985,14.484 13.957,12.16 12.721,18.305 "/> <polyline fill="%23FF0000" points="6.631,14.512 4.716,15.562 2.662,16.687 5.627,18.64 9.606,16.371 12.721,18.305 13.957,12.16 3.787,12.736 6.631,14.512 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.red.icon-form-record_delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> <polyline fill="%23999999" points="16.426,25.393 16.57,21.71 6.282,15.548 6.474,19.045 16.426,25.393 "/> <polyline fill="%23676767" points="17.869,20.86 16.57,21.71 16.426,25.393 17.683,24.518 17.869,20.86 "/> <polyline fill="%23CCCCCC" points="7.582,14.866 6.282,15.548 16.57,21.71 17.869,20.86 7.582,14.866 "/> <path fill="%23CC0000" d="M5.324,6.839l0.293,5.357l14.596,8.51l0.218-5.701L5.324,6.839z M19.559,19.514L6.295,11.781L6.091,8.049 l13.625,7.364L19.559,19.514z"/> <polyline fill="%23990000" points="22.087,14.043 20.432,15.005 20.214,20.706 21.746,19.731 22.087,14.043 "/> <polyline fill="%23FF0000" points="5.324,6.839 20.432,15.005 22.087,14.043 6.796,6.127 "/> <polygon fill="%23990000" points="6.295,11.781 7.578,11.098 7.462,8.79 6.091,8.049 "/> <polygon fill="%23FF0000" points="19.559,19.514 6.295,11.781 7.578,11.098 19.621,17.875 "/> <polyline fill="%23990000" points="25.834,12.94 24.665,13.573 22.78,14.761 22.785,14.771 22.664,14.834 25.597,19.743 27.515,18.337 24.747,13.713 25.921,13.08 27.974,11.776 25.834,12.94 "/> <polyline fill="%23FF0000" points="25.979,8.48 23.887,9.679 25.834,12.94 27.974,11.776 25.979,8.48 "/> <polyline fill="%23FF0000" points="20.828,11.495 20.833,11.505 22.766,10.403 19.93,5.659 17.794,6.683 20.712,11.573 20.828,11.495 "/> <polyline fill="%23CC0000" points="20.833,11.505 20.712,11.573 17.794,6.683 16.108,8.094 18.886,12.756 16.446,14.341 18.181,17.254 20.746,15.868 23.539,20.55 25.597,19.743 22.664,14.834 22.78,14.761 24.665,13.573 25.834,12.94 23.887,9.679 22.766,10.403 20.833,11.505 "/> </svg> ');
}
.red.icon-form-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23990000" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23990000" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%23FF0000" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.red.icon-form-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23CC0000" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%23CC0000" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%23CC0000" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%23990000" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%23990000" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%23FF0000" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg>');
}
.red.icon-form-event{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%23FF0000" d="M11.917,11.403c-0.338,0.18-0.697,0.326-1.045,0.487c2.723-0.817,5.346,2.18,6.481,4.221 c1.095,1.97,2.246,5.832,0.089,7.588c0.832-0.571,1.672-1.053,2.077-2.035c0.65-1.575,0.264-3.482-0.342-5.008 c-0.612-1.54-1.599-3.017-2.87-4.09C15.161,11.6,13.411,10.686,11.917,11.403"/> <path fill="%23990000" d="M10.62,14.146c-1.275,1.834,0.011,4.703,1.166,6.252c0.965,1.294,3.644,3.511,5.032,1.508 c-1.924,0.321-3.626-1.57-4.485-3.056c-0.869-1.503-1.64-3.976-0.356-5.473C11.431,13.377,10.923,13.712,10.62,14.146"/> <path fill="%23CC0000" d="M10.536,12.046c-2.06,1.18-1.481,4.402-0.806,6.2c0.781,2.082,2.228,4.166,4.201,5.27 c0.928,0.519,2.111,0.867,3.134,0.403c0.899-0.408,1.375-1.383,1.531-2.313c0.381-2.275-0.637-4.742-1.917-6.571 C15.49,13.334,12.817,10.748,10.536,12.046z M17.161,21.193c-0.768,2.438-3.456,1.257-4.723-0.064 c-1.46-1.522-2.723-4.074-2.129-6.221c0.702-2.549,3.473-1.34,4.746-0.012C16.504,16.408,17.835,19.054,17.161,21.193z"/> <path fill="%23FF0000" d="M6.4,11.536c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.604 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.22-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C10.708,11.798,8.383,10.584,6.4,11.536"/> <path fill="%23990000" d="M4.143,14.695c-1.867,2.748,0.016,7.048,1.707,9.368c1.413,1.939,5.336,5.26,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C5.331,13.542,4.586,14.044,4.143,14.695"/> <path fill="%23CC0000" d="M4.899,12.224c-2.735,1.566-1.966,5.845-1.07,8.231c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.836,2.032-3.071c0.505-3.02-0.846-6.295-2.545-8.725 C11.476,13.934,7.928,10.5,4.899,12.224z M14.132,24.781c-1.114,3.538-5.016,1.824-6.854-0.092c-2.119-2.209-3.952-5.913-3.09-9.028 c1.018-3.698,5.04-1.944,6.887-0.017C13.178,17.837,15.11,21.677,14.132,24.781z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.red.icon-form-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="19.436,6.541 10.99,2.566 12.05,20.566 24.074,28.614 24.811,15.835 19.436,6.541 "/> <polygon fill="%23999999" points="20.826,5.824 19.436,6.541 24.811,15.835 26.17,15.026 "/> <polygon fill="%23676767" points="26.17,15.026 24.811,15.835 24.074,28.614 25.272,27.71 "/> <polygon fill="%23CCCCCC" points="12.398,2.003 10.99,2.566 19.436,6.541 20.826,5.824 "/> <polyline fill="%23CCCCCC" points="24.811,15.835 19.436,6.541 15.145,15.245 24.811,15.835 "/> <polyline fill="%23999999" points="14.436,8.541 5.99,4.566 7.05,22.566 19.074,30.614 19.811,17.835 14.436,8.541 "/> <polygon fill="%23999999" points="15.826,7.824 14.436,8.541 19.811,17.835 21.17,17.026 "/> <polygon fill="%23676767" points="21.17,17.026 19.811,17.835 19.074,30.614 20.272,29.71 "/> <polygon fill="%23CCCCCC" points="7.398,4.003 5.99,4.566 14.436,8.541 15.826,7.824 "/> <polyline fill="%23CCCCCC" points="19.811,17.835 14.436,8.541 10.145,17.245 19.811,17.835 "/> </svg> ');
}
.red.icon-form-pattern-list-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.143,21.101 19.149,21.095 19.149,19.671 17.913,20.374 17.966,25.131 19.143,24.393 19.143,21.101 "/> <polyline fill="%23999999" points="17.966,25.131 17.913,20.374 12.769,17.345 13.027,21.956 17.966,25.131 "/> <polyline fill="%23CCCCCC" points="17.913,20.374 19.149,19.671 13.999,16.718 12.769,17.345 17.913,20.374 "/> <polyline fill="%23990000" points="19.143,12.951 17.837,13.601 17.901,18.939 19.143,18.242 19.143,14.269 19.143,12.951 "/> <polyline fill="%23676767" points="19.143,11.346 19.143,6.547 19.143,5.382 17.755,5.956 17.819,11.984 19.143,11.346 "/> <polyline fill="%23CC0000" points="12.406,10.818 12.693,15.957 17.901,18.939 17.837,13.601 12.406,10.818 "/> <polyline fill="%23999999" points="17.819,11.984 17.755,5.956 12.001,3.507 12.324,9.266 17.819,11.984 "/> <polyline fill="%23FF0000" points="13.706,10.244 12.406,10.818 17.837,13.601 19.143,12.951 13.706,10.244 "/> <polyline fill="%23CCCCCC" points="13.384,3.003 12.001,3.507 17.755,5.956 19.143,5.382 13.384,3.003 "/> </svg>');
}
.red.icon-form-pattern-list-advanced{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%23990000" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%23990000" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%23999999" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%23CC0000" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%23CC0000" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%23CCCCCC" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%23FF0000" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%23FF0000" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg> ');
}
.red.icon-form-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%23FF0000" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23CCCCCC" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23990000" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23CC0000" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23999999" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23999999" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23999999" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23CCCCCC" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23676767" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23676767" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23CCCCCC" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23CCCCCC" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23676767" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.red.icon-form-list_header{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23990000" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23FF0000" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23CC0000" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.red.icon-form-list_row{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23990000" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23CCCCCC" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23FF0000" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23999999" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23CC0000" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.red.icon-form-list_footer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990000" points="23.237,23.807 22.007,24.628 21.738,29.567 22.909,28.711 23.237,23.807 "/> <polyline fill="%23676767" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polygon fill="%23676767" points="24.228,8.774 22.845,9.459 22.493,15.839 23.812,15.09 "/> <polyline fill="%23FF0000" points="22.007,24.628 23.237,23.807 10.869,16.718 9.639,17.345 22.007,24.628 "/> <polyline fill="%23CCCCCC" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polygon fill="%23CCCCCC" points="22.845,9.459 24.228,8.774 10.254,3.003 8.872,3.507 "/> <polyline fill="%23CC0000" points="9.639,17.345 9.897,21.956 21.738,29.567 22.007,24.628 9.639,17.345 "/> <polyline fill="%23999999" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> <polygon fill="%23999999" points="22.493,15.839 22.845,9.459 8.872,3.507 9.194,9.266 "/> </svg>');
}
.red.icon-form-list_link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.436,7.542 7.991,3.567 9.05,21.567 21.074,29.615 21.811,16.835 16.436,7.542 "/> <polygon fill="%23999999" points="17.826,6.824 16.436,7.542 21.811,16.835 23.17,16.027 "/> <polygon fill="%23676767" points="23.17,16.027 21.811,16.835 21.074,29.615 22.272,28.711 "/> <polygon fill="%23CCCCCC" points="9.398,3.004 7.991,3.567 16.436,7.542 17.826,6.824 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.3752" y1="10.888" x2="15.3752" y2="20.9502"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="0.2588" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.105,10.942c-0.272,0.078-1.744,0.362-2.02,0.425c2.094-0.173,3.175,2.472,3.683,4.122 c0.49,1.592,1.056,4.522-0.773,5.461c0.689-0.286,2.592-0.774,3.035-1.422c0.711-1.04,0.725-2.478,0.52-3.674 c-0.207-1.208-0.694-2.427-1.449-3.398C16.422,11.582,15.296,10.653,14.105,10.942"/> <path fill="%23CC0000" d="M11.952,11.402c-1.671,0.538-1.746,2.957-1.533,4.361c0.246,1.625,0.973,3.355,2.231,4.455 c0.591,0.517,1.394,0.951,2.205,0.772c0.713-0.157,1.207-0.79,1.462-1.438c0.624-1.587,0.266-3.527-0.379-5.047 C15.337,13.093,13.8,10.813,11.952,11.402z"/> <polyline fill="%23CCCCCC" points="21.811,16.835 16.436,7.542 12.145,16.246 21.811,16.835 "/> </svg> ');
}
.red.icon-form-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CC0000" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%23FF0000" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23FF0000" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23990000" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23CC0000" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23CC0000" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23CC0000" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23CC0000" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23FF0000" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23990000" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23990000" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23FF0000" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23FF0000" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23990000" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.red.icon-form-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="15.8,25.9 15.8,24.4 3.3,15.6 3.5,16.9 5.1,18.1 15.8,25.9 "/> <polyline fill="%23CC0000" points="15.8,22.1 15.8,20.6 2.9,12 3.1,13.4 4.9,14.7 15.8,22.1 "/> <polyline fill="%23999999" points="26.5,18.2 27.7,19.2 27.3,17.5 26.5,18.2 "/> <polyline fill="%23999999" points="27.4,15.2 27.6,15.4 28,15.8 27.7,14 26.7,14.7 27.4,15.2 "/> <polyline fill="%23CC0000" points="27.4,12.8 28.5,12.1 23.7,8.2 27.4,12.8 "/> <polyline fill="%23999999" points="15.8,29.3 15.8,28 3.7,19 3.9,20.2 15.8,29.3 "/> <polyline fill="%23676767" points="27.5,20.5 27.7,19.2 15.8,28 15.8,29.3 27.5,20.5 "/> <polyline fill="%23676767" points="27.3,17.5 27.9,17.1 28,15.8 15.8,24.4 15.8,25.9 26.5,18.2 27.3,17.5 "/> <polyline fill="%23990000" points="28.3,13.6 28.5,12.1 27.4,12.8 15.8,20.6 15.8,22.1 26.7,14.7 27.7,14 28.3,13.6 "/> <polyline fill="%23990000" points="27.6,8.7 23.7,8.2 28.5,12.1 27.6,8.7 "/> <polyline fill="%23CCCCCC" points="27.7,19.2 26.5,18.2 15.8,25.9 5.1,18.1 3.7,19 15.8,28 27.7,19.2 "/> <polyline fill="%23CCCCCC" points="27.6,15.4 27.4,15.2 26.7,14.7 15.8,22.1 4.9,14.7 3.3,15.6 15.8,24.4 28,15.8 27.6,15.4 "/> <polyline fill="%23FF0000" points="23.7,8.2 27.6,8.7 18.3,4.2 2.9,12 15.8,20.6 27.4,12.8 23.7,8.2 "/> </svg>');
}
.red.icon-form-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="17.436,7.541 8.99,3.566 10.05,21.566 22.074,29.614 22.811,16.835 17.436,7.541 "/> <polygon fill="%23999999" points="18.826,6.824 17.436,7.541 22.811,16.835 24.17,16.026 "/> <polygon fill="%23676767" points="24.17,16.026 22.811,16.835 22.074,29.614 23.272,28.71 "/> <polygon fill="%23CCCCCC" points="10.398,3.003 8.99,3.566 17.436,7.541 18.826,6.824 "/> <path fill="%23CC0000" d="M7.49,15.974l-2.18-1.149l0.324,8.314l0.06,2.511l1.913,1.118L7.49,15.974z"/> <path fill="%23990000" d="M9.407,14.768L7.49,15.974l0.116,10.794l1.896-0.766L9.407,14.768z"/> <path fill="%23FF0000" d="M9.407,14.768l-2.122-0.903l-1.976,0.96l2.18,1.149L9.407,14.768z"/> <polygon fill="%23676767" points="10.924,4.006 11.551,6.301 16.717,9.435 13.571,11.435 12.545,11.829 13.386,16.835 10.866,18.436 9.99,3.566 "/> <polyline fill="%23990000" points="10.81,6.499 9.093,0.456 6.38,1.788 8.186,7.936 10.81,6.499 "/> <polyline fill="%23FF0000" points="12.993,11.009 15.601,9.452 10.81,6.499 8.186,7.936 12.993,11.009 "/> <polyline fill="%23FF0000" points="4.719,6.05 5.546,3.923 3.122,2.888 0.514,4.164 4.719,6.05 "/> <path fill="%23CC0000" d="M5.546,3.923L4.719,6.05L0.514,4.164L3.78,9.308l-0.819,4.245l3.523-0.393l3.78,4.896l-1.003-5.578 c0.023-0.009,0.044-0.02,0.064-0.032l0.209-0.072v-0.008l2.376-0.931l1.083-0.425L8.186,7.936L6.38,1.788L5.546,3.923"/> <path fill="%23990000" d="M9.534,12.374l-0.209,0.072c-0.02,0.013-0.042,0.023-0.064,0.032l1.003,5.578l2.48-1.589l-0.835-5.032 l-2.376,0.931V12.374"/> <polyline fill="%23CCCCCC" points="22.811,16.835 17.436,7.541 13.145,16.245 22.811,16.835 "/> </svg>');
}
.red.icon-form-manager-wizard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.446,7.541 8,3.566 9.06,21.566 21.084,29.614 21.821,16.835 16.446,7.541 "/> <polygon fill="%23999999" points="17.836,6.824 16.446,7.541 21.821,16.835 23.18,16.026 "/> <polygon fill="%23676767" points="23.18,16.026 21.821,16.835 21.084,29.614 22.282,28.71 "/> <polygon fill="%23CCCCCC" points="9.408,3.003 8,3.566 16.446,7.541 17.836,6.824 "/> <polyline fill="%23CCCCCC" points="21.821,16.835 16.446,7.541 12.155,16.245 21.821,16.835 "/> <polyline fill="%23CC0000" points="1.376,22.119 1.604,24.897 5.011,27.208 4.837,24.398 1.376,22.119 "/> <polyline fill="%23CC0000" points="3.774,20.806 6.009,19.58 2.689,17.507 2.873,20.231 3.774,20.806 "/> <polyline fill="%23CC0000" points="13.171,26.818 13.117,24.007 9.482,21.75 9.59,24.528 13.171,26.818 "/> <polyline fill="%23990000" points="4.837,24.398 5.011,27.208 9.59,24.528 9.482,21.75 4.837,24.398 "/> <polyline fill="%23990000" points="13.117,24.007 13.171,26.818 14.592,19.547 14.56,16.835 13.117,24.007 "/> <polyline fill="%23FF0000" points="6.009,19.58 3.774,20.806 1.376,22.119 4.837,24.398 9.482,21.75 13.117,24.007 14.56,16.835 2.689,17.507 6.009,19.58 "/> </svg>');
}
.red.icon-form-manager-list{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23676767" points="15.143,25.101 15.149,25.095 15.149,23.671 13.913,24.374 13.966,29.131 15.143,28.393 15.143,25.101 "/> <polyline fill="%23999999" points="13.966,29.131 13.913,24.374 8.769,21.345 9.027,25.956 13.966,29.131 "/> <polyline fill="%23CCCCCC" points="13.913,24.374 15.149,23.671 9.999,20.718 8.769,21.345 13.913,24.374 "/> <polyline fill="%23990000" points="15.143,16.951 13.837,17.601 13.901,22.939 15.143,22.242 15.143,18.269 15.143,16.951 "/> <polyline fill="%23676767" points="15.143,15.346 15.143,10.547 15.143,9.382 13.755,9.956 13.819,15.984 15.143,15.346 "/> <polyline fill="%23CC0000" points="8.406,14.818 8.693,19.957 13.901,22.939 13.837,17.601 8.406,14.818 "/> <polyline fill="%23999999" points="13.819,15.984 13.755,9.956 8.001,7.507 8.324,13.266 13.819,15.984 "/> <polyline fill="%23FF0000" points="9.706,14.244 8.406,14.818 13.837,17.601 15.143,16.951 9.706,14.244 "/> <polyline fill="%23CCCCCC" points="9.384,7.003 8.001,7.507 13.755,9.956 15.143,9.382 9.384,7.003 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg>');
}
.red.icon-form-manager-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <path fill="%23FF0000" d="M5.023,22.745l7.511,5.633V12.301L5.023,22.745z"/> <path fill="%23990000" d="M12.534,28.378l7.452-5.633l-7.452-10.445V28.378z"/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> </svg> ');
}


.blue.icon-attr-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.blue.icon-attr-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%230044B2" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%230044B2" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%230099FF" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%230099FF" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23003399" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.blue.icon-attr-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.994,5.442 9.236,4.522 9.946,18.945 10.186,18.803 10.193,18.81 11.465,18.07 10.994,5.442 "/> <polygon fill="%23676767" points="26.613,9.467 24.908,10.469 23.778,29.717 25.274,28.588 "/> <polyline fill="%23CCCCCC" points="11.465,18.07 10.193,18.81 9.946,18.953 22.155,26.905 22.245,24.915 11.465,18.07 "/> <polygon fill="%23CCCCCC" points="24.908,10.469 26.613,9.467 9.34,0.999 7.627,1.739 "/> <path fill="%23999999" d="M7.627,1.739L8.69,19.671l15.089,10.047l1.13-19.248L7.627,1.739z M22.155,26.905L9.947,18.952L9.236,4.522 l13.6,7.122L22.155,26.905z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.245,12.68 21.842,24.559 12.267,31.768 "/> <path fill="%230044B2" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23003399" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> </svg>');
}
.blue.icon-attr-root-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.876,5.442 9.118,4.522 9.829,18.945 10.068,18.803 10.075,18.81 11.347,18.07 10.876,5.442 "/> <polygon fill="%23676767" points="26.496,9.467 24.79,10.469 23.66,29.717 25.156,28.588 "/> <polyline fill="%23CCCCCC" points="11.347,18.07 10.075,18.81 9.829,18.953 22.037,26.905 22.127,24.915 11.347,18.07 "/> <polygon fill="%23CCCCCC" points="24.79,10.469 26.496,9.467 9.223,0.999 7.51,1.739 "/> <path fill="%23999999" d="M7.51,1.739l1.062,17.931L23.66,29.717l1.13-19.248L7.51,1.739z M22.037,26.905L9.829,18.952L9.118,4.522 l13.6,7.122L22.037,26.905z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 22.718,11.644 21.834,24.572 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%230044B2" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%23003399" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%230099FF" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%23003399" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%230099FF" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg>');
}
.blue.icon-attr-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="2.584,24.487 1.219,12.853 12.06,8.114 22.263,13.056 21.537,24.487 12.06,31.666 "/> <path fill="%230044B2" d="M12.061,29.157l7.59-5.75l1.093-9.315l-8.683,4.945V29.157z"/> <path fill="%23003399" d="M4.471,23.407l7.59,5.75v-10.12l-8.683-4.945L4.471,23.407z"/> <path fill="%230099FF" d="M20.743,14.092l-8.683-3.795l-8.683,3.795l8.683,4.945L20.743,14.092z"/> </svg>');
}
.blue.icon-attr-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.5,9.468 25.794,10.471 24.665,29.718 26.161,28.589 "/> <polyline fill="%23676767" points="11.88,5.444 10.122,4.523 10.833,18.946 11.072,18.804 11.08,18.812 12.351,18.071 11.88,5.444 "/> <polyline fill="%23CCCCCC" points="12.351,18.071 11.08,18.812 10.833,18.954 23.041,26.906 23.131,24.916 12.351,18.071 "/> <polygon fill="%23CCCCCC" points="25.794,10.471 27.5,9.468 10.227,1 8.514,1.741 "/> <path fill="%23999999" d="M8.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L8.514,1.741z M23.041,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L23.041,26.906z"/> <polygon fill="%230044B2" points="24.262,11.216 22.501,12.245 21.334,32 22.879,30.841 "/> <polyline fill="%230044B2" points="8.129,7.085 6.314,6.141 7.048,20.944 7.295,20.798 7.303,20.806 8.616,20.045 8.129,7.085 "/> <polyline fill="%230099FF" points="8.616,20.045 7.303,20.806 7.048,20.951 19.657,29.113 19.75,27.071 8.616,20.045 "/> <polygon fill="%230099FF" points="22.501,12.245 24.262,11.216 6.422,2.525 4.653,3.285 "/> <path fill="%23003399" d="M4.653,3.285L5.75,21.689L21.334,32l1.167-19.755L4.653,3.285z M19.657,29.113L7.048,20.951L6.314,6.141 L20.36,13.45L19.657,29.113z"/> </svg>');
}
.blue.icon-attr-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M12.255,27.129c-0.179,0.022-0.358,0.034-0.538,0.034c-1.576,0-2.866-0.839-3.671-1.542 c-1.821-1.594-3.111-4.128-3.538-6.953c-0.424-2.798,0.089-6.36,2.813-7.621l-0.013-0.099l0.883-0.2 c0.133-0.03,0.466-0.097,0.859-0.177c0.557-0.112,1.442-0.289,1.638-0.343c0.412-0.102,0.771-0.146,1.132-0.146 c2.426,0,4.208,1.953,4.862,2.793c1.123,1.445,1.926,3.317,2.262,5.272c0.297,1.737,0.365,4.224-0.991,6.207 c-0.741,1.083-2.172,1.646-3.967,2.26l-0.809,0.285l-0.877,0.332L12.255,27.129z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.8776" y1="12.0814" x2="12.8776" y2="25.0583"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="0.2588" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M11.24,12.151c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C14.227,12.976,12.775,11.778,11.24,12.151"/> <path fill="%23003399" d="M8.462,12.745c-2.154,0.693-2.251,3.814-1.977,5.624c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C12.828,14.925,10.847,11.984,8.462,12.745z"/> </svg>');
}
.blue.icon-attr-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M8.373,11.645c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.373,21.207,8.373,16.426,8.373,11.645L8.373,11.645z"/> <path fill="%23FFFFFF" d="M4.733,6.743c-0.724,0-1.405,0.185-2.025,0.55C2.097,7.652,1.61,8.143,1.26,8.753 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.138,6.928,5.456,6.743,4.733,6.743L4.733,6.743z"/> <rect x="3.092" y="13.645" fill="%23003399" width="3.281" height="10.342"/> <path fill="%23003399" d="M6.735,10.745c0,2.421-3.668,2.669-3.987,0.268C2.384,8.274,6.735,7.99,6.735,10.745z"/> <path fill="%23FFFFFF" d="M21.563,13.838c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.811,18.12,21.791,15.769,21.563,13.838z"/> <path fill="%23003399" d="M19.655,16.868c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V9.749c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.791,13.629,19.655,15.316,19.655,16.868z M16.159,16.868c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.425,19.907,16.159,18.051,16.159,16.868z"/> </svg>');
}
.blue.icon-attr-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="none" points="10.055,18.948 12.536,18.948 11.334,15.149 "/> <g> <polygon fill="%23003399" points="13.383,24.988 12.719,22.868 9.794,22.868 9.101,24.988 3.286,24.988 9.188,8.749 13.295,8.749 19.197,24.988 "/> <path fill="%23FFFFFF" d="M12.594,9.749l5.176,14.238h-3.652l-0.664-2.119H9.069l-0.693,2.119H4.713L9.889,9.749H12.594 M10.055,18.948h2.48l-1.201-3.799L10.055,18.948 M13.995,7.749h-1.401H9.889H8.488L8.009,9.066L2.834,23.304l-0.975,2.683h2.855 h3.662h1.45l0.451-1.378l0.242-0.741h1.466l0.225,0.717l0.439,1.402h1.469h3.652h2.855l-0.975-2.683L14.474,9.066L13.995,7.749 L13.995,7.749z"/> </g> </svg>');
}
.blue.icon-attr-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M12.131,7.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,8.181,13.305,7.926,12.131,7.926L12.131,7.926z"/> <path fill="%23003399" d="M16.867,20.027c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.044,22.532,7.78,21.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V15.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,19.044,16.867,19.506,16.867,20.027z"/> </svg>');
}
.blue.icon-attr-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="0,21.163 8.256,13.622 8.256,19.463 6.388,21.172 8.256,22.888 8.256,28.734 "/> <polygon fill="%23FFFFFF" points="16.238,22.888 18.105,21.172 16.238,19.463 16.238,13.622 24.144,21.163 16.238,28.734 "/> <rect x="9.68" y="15.184" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4219 8.9277)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23003399" d="M7.256,26.46l-5.775-5.295l5.775-5.275v3.133L4.908,21.17l2.348,2.157V26.46z"/> <path fill="%23003399" d="M23.013,21.164l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147V15.89L23.013,21.164z"/> <rect x="7.256" y="19.608" fill="%23003399" width="9.982" height="3.133"/> </svg>');
}
.blue.icon-attr-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.794,10.47 23.665,29.718 25.161,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.946 10.072,18.804 10.08,18.811 11.351,18.07 10.88,5.443 "/> <path fill="%23CCCCCC" d="M11.351,18.07l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.351,18.07 M24.794,10.47L26.5,9.468 L9.227,1L7.514,1.74L24.794,10.47z"/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M4.342,17.846c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.455,18.261,5.452,17.846,4.342,17.846L4.342,17.846z"/> <path fill="%23FFFFFF" d="M12.829,7.631c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,8.528,15.09,7.631,12.829,7.631L12.829,7.631z"/> <path fill="%23003399" d="M18.244,16.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,13.781,18.247,15.385,18.244,16.868z M14.748,16.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,20.991,14.748,18.334,14.748,16.868z"/> <path fill="%23003399" d="M6.441,21.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615S3.268,23.84,2.857,23.43 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,21.366,6.441,21.946z"/> </svg>');
}
.blue.icon-attr-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M19.77,21.03c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272V21.03H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.603 2.322,22.28 0,19.957 3.133,16.824 5.456,19.146 7.778,16.824 10.912,19.957 8.589,22.28 10.912,24.603 7.778,27.737 5.456,25.414 3.133,27.737 "/> <polygon fill="%23003399" points="9.498,19.957 7.778,18.238 5.456,20.56 3.133,18.238 1.414,19.957 3.736,22.28 1.414,24.603 3.133,26.322 5.456,23.999 7.778,26.322 9.498,24.603 7.175,22.28 "/> <path fill="%23003399" d="M19.243,25.989H9.878V23.03l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333L14.38,23.03h4.863V25.989z"/> </svg>');
}
.blue.icon-attr-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <circle fill="%23FFFFFF" cx="11.708" cy="16.285" r="8.429"/> <path fill="%23003399" d="M11.702,9.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,9.856,11.702,9.856z"/> <path fill="none" d="M3.993,8.57h15.431V24H3.993V8.57z"/> <polygon fill="%23FFFFFF" points="15.79,20.179 10.518,16.987 10.518,11.03 12.518,11.03 12.518,15.86 16.825,18.468 "/> </svg>');
}
.blue.icon-attr-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.834,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.228,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.515,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.515,1.741z M22.042,26.906L9.834,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="21.816,11.17 18.308,9.333 10.301,17.34 6.09,13.129 1.14,18.078 10.301,27.24 22.575,14.966 22.704,12.059 "/> <polygon fill="%23003399" points="10.301,24.411 3.969,18.078 6.09,15.957 10.301,20.168 19.144,11.326 21.265,13.447 "/> </svg>');
}
.blue.icon-attr-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.717 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.522 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.522 l13.6,7.122L22.041,26.905z"/> <polygon fill="%23FFFFFF" points="15.282,7.748 3.994,7.748 3.994,14.863 7.5,14.863 7.5,25.986 14.996,25.986 14.996,14.863 18.502,14.863 18.502,9.434 "/> <polygon fill="%23003399" points="16.502,12.863 12.996,12.863 12.996,23.986 9.5,23.986 9.5,12.863 5.994,12.863 5.994,9.748 16.502,9.748 "/> </svg>');
}
.blue.icon-attr-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="4.632,5.845 4.632,24.323 21.109,24.323 21.109,17.369 17.109,17.322 17.109,11.369 11.586,11.369 11.586,5.845 11.586,5.845 "/> <polygon fill="%23003399" points="9.586,19.369 9.586,16.322 15.109,16.322 15.109,13.369 9.586,13.369 9.586,7.845 6.632,7.845 6.632,22.322 19.109,22.322 19.109,19.369 "/> </svg>');
}
.blue.icon-attr-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.88,5.444 9.122,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.88,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.227,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.268,8.052 10.467,8.402 4.077,11.195 2.718,11.789 2.891,13.261 3.695,20.117 3.794,20.963 4.474,21.478 10.06,25.71 11.268,26.625 12.476,25.71 18.062,21.478 18.741,20.963 18.84,20.117 19.645,13.261 19.817,11.789 18.459,11.195 12.069,8.402 11.268,8.052 "/> <path fill="%230044B2" d="M11.268,24.116l5.586-4.232l0.804-6.856l-6.39,3.64V24.116z"/> <path fill="%23003399" d="M5.682,19.884l5.586,4.232v-7.448l-6.39-3.64L5.682,19.884z"/> <path fill="%230099FF" d="M17.658,13.028l-6.39-2.793l-6.39,2.793l6.39,3.64L17.658,13.028z"/> <path fill="%23676767" d="M3.689,21.67c0,0.562,0.161,0.97,0.484,1.223s0.795,0.386,1.418,0.397v1.157 c-1.047-0.011-1.857-0.251-2.43-0.719C2.586,23.26,2.3,22.601,2.3,21.753v-2.504c0-0.573-0.174-0.982-0.521-1.227 c-0.347-0.245-0.851-0.368-1.513-0.368v-1.165c0.716-0.011,1.234-0.143,1.554-0.397C2.14,15.837,2.3,15.446,2.3,14.917v-2.529 c0-0.854,0.298-1.518,0.893-1.992S4.587,9.685,5.59,9.685v1.149c-1.268,0.033-1.901,0.581-1.901,1.645v2.438 c0,1.185-0.615,1.885-1.843,2.099v0.099c1.229,0.215,1.843,0.915,1.843,2.099V21.67z"/> <path fill="%23676767" d="M20.635,17.016c-1.229-0.215-1.843-0.915-1.843-2.099v-2.438c0-1.063-0.625-1.612-1.876-1.645V9.685 c1.014,0,1.811,0.24,2.393,0.719s0.872,1.141,0.872,1.984v2.529c0,0.534,0.162,0.927,0.488,1.178 c0.325,0.251,0.846,0.381,1.562,0.393v1.165c-0.672,0-1.182,0.123-1.529,0.368c-0.347,0.245-0.521,0.654-0.521,1.227v2.504 c0,0.843-0.282,1.5-0.847,1.971c-0.565,0.471-1.371,0.712-2.418,0.723V23.29c0.612-0.011,1.077-0.143,1.397-0.397 c0.319-0.253,0.479-0.661,0.479-1.223v-2.455c0-0.628,0.152-1.108,0.455-1.438c0.303-0.331,0.766-0.551,1.389-0.661V17.016z"/> </svg>');
}
.blue.icon-attr-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <polyline fill="%23CCCCCC" points="11.352,18.071 10.08,18.812 9.833,18.954 22.042,26.906 22.132,24.916 11.352,18.071 "/> <polygon fill="%23CCCCCC" points="24.795,10.471 26.5,9.468 9.227,1 7.514,1.741 "/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.388,5.593 9.757,7.86 2.247,18.304 1.102,19.896 2.67,21.072 10.181,26.705 11.386,27.609 12.587,26.7 20.039,21.067 21.591,19.894 20.461,18.31 13.009,7.866 11.388,5.593 "/> <path fill="%230099FF" d="M3.87,19.472l7.511,5.633V9.027L3.87,19.472z"/> <path fill="%230044B2" d="M11.381,25.105l7.452-5.633L11.381,9.027V25.105z"/> </svg>');
}
.blue.icon-attr-password{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M18.649,14.023v-0.677c-0.002-1.906-0.792-3.635-2.069-4.913l-3.945-2.066 c-0.452-0.083-0.917-0.131-1.394-0.131c-4.083,0-7.406,3.189-7.408,7.109v0.679C2.99,14.581,2.45,15.523,2.45,16.571v7.259 c0,1.696,1.411,3.076,3.146,3.076h4.412h1.85h0.807h4.223c1.735,0,3.146-1.38,3.146-3.076v-7.259 C20.034,15.523,19.493,14.58,18.649,14.023z"/> <path fill="none" d="M11.242,9.731h-0.002c-2.101,0.003-3.813,1.625-3.816,3.614v2h7.632v-1.999 C15.056,11.356,13.345,9.734,11.242,9.731z"/> <path fill="none" d="M14.197,19.049c0-1.494-1.284-2.71-2.862-2.71s-2.862,1.216-2.862,2.71c0,1.016,0.593,1.929,1.533,2.394v3.612 h2.657v-3.612C13.604,20.979,14.197,20.065,14.197,19.049z"/> <line fill="none" stroke="%23003399" stroke-width="0" stroke-linecap="round" stroke-linejoin="round" x1="12.664" y1="25.055" x2="10.007" y2="25.055"/> <path fill="%23003399" d="M17.132,15.37l-0.333-0.06v-1.964c-0.002-2.9-2.495-5.259-5.558-5.259c-3.063,0-5.556,2.359-5.557,5.259 v1.964l-0.332,0.06C4.742,15.479,4.3,15.985,4.3,16.571v7.259c0,0.676,0.581,1.226,1.295,1.226h4.412v-3.612 c-0.94-0.465-1.533-1.378-1.533-2.394c0-1.494,1.284-2.71,2.862-2.71s2.862,1.216,2.862,2.71c0,1.016-0.593,1.929-1.533,2.394v3.612 h4.223c0.715,0,1.296-0.55,1.296-1.226v-7.259C18.183,15.985,17.741,15.479,17.132,15.37z M15.057,15.345H7.425v-2 c0.003-1.99,1.715-3.611,3.816-3.614h0.002c2.102,0.003,3.814,1.625,3.814,3.615V15.345z"/> </svg> ');
}
.blue.icon-attr-email{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M10.531,28.709c-1.862,0-3.555-0.404-5.03-1.2c-1.515-0.816-2.711-1.979-3.557-3.457 c-0.833-1.455-1.255-3.132-1.255-4.984v-1.4c0-1.853,0.422-3.53,1.255-4.984c0.845-1.478,2.042-2.641,3.557-3.458 c1.476-0.795,3.168-1.199,5.03-1.199c1.832,0,3.509,0.399,4.982,1.186c1.514,0.808,2.714,1.962,3.567,3.43 c0.844,1.45,1.271,3.108,1.271,4.926v1.4c0,1.803-0.508,3.252-1.51,4.308c-0.456,0.479-0.977,0.857-1.549,1.128l0.906,1.752 l-1.638,0.959c-0.925,0.542-1.886,0.948-2.855,1.207C12.742,28.579,11.673,28.709,10.531,28.709z"/> <path fill="%23003399" d="M3.679,23.058c-0.66-1.154-0.99-2.484-0.99-3.991v-1.4c0-1.507,0.33-2.837,0.99-3.991 c0.66-1.154,1.583-2.051,2.771-2.691c1.187-0.64,2.547-0.96,4.081-0.96c1.507,0,2.854,0.316,4.041,0.95 c1.187,0.633,2.113,1.523,2.78,2.67s1,2.454,1,3.921v1.4c0,1.28-0.32,2.257-0.96,2.931c-0.641,0.673-1.447,1.01-2.421,1.01 c-0.6,0-1.113-0.113-1.54-0.34c-0.427-0.227-0.754-0.547-0.98-0.96c-0.427,0.867-1.28,1.3-2.561,1.3 c-2.014,0-3.021-1.207-3.021-3.621v-1.76c0-1.147,0.236-2.041,0.71-2.681s1.197-0.96,2.171-0.96c0.479,0,0.903,0.093,1.271,0.28 c0.366,0.187,0.637,0.434,0.81,0.74v-0.8h2.181v5.702c0,0.427,0.09,0.743,0.271,0.95c0.18,0.207,0.416,0.31,0.71,0.31 c0.373,0,0.653-0.164,0.84-0.49c0.187-0.327,0.28-0.857,0.28-1.59v-1.4c0-1.134-0.224-2.117-0.67-2.951 c-0.447-0.833-1.087-1.477-1.921-1.93c-0.833-0.454-1.83-0.68-2.99-0.68c-1.747,0-3.117,0.5-4.111,1.5 c-0.993,1-1.49,2.367-1.49,4.101v1.42c0,1.133,0.224,2.127,0.67,2.98c0.447,0.854,1.091,1.514,1.931,1.98s1.841,0.7,3.001,0.7 c0.8,0,1.52-0.083,2.16-0.25c0.64-0.167,1.3-0.423,1.98-0.771l0.88,1.701c-0.773,0.453-1.561,0.787-2.36,1s-1.687,0.32-2.66,0.32 c-1.534,0-2.895-0.32-4.081-0.96C5.262,25.109,4.339,24.212,3.679,23.058z M11.79,17.547c0-1.187-0.439-1.78-1.32-1.78 c-0.467,0-0.81,0.157-1.03,0.47c-0.22,0.313-0.33,0.743-0.33,1.29v1.641c0,0.6,0.107,1.06,0.32,1.38 c0.214,0.32,0.561,0.48,1.04,0.48c0.881,0,1.32-0.6,1.32-1.801V17.547z"/> </svg> ');
}
.blue.icon-attr-listbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23003399" points="18.014,26.499 18.349,20.786 12.948,17.729 12.844,23.323 18.014,26.499 "/> <polygon fill="%23003399" points="18.78,11.733 13.075,8.855 12.963,15.036 13.804,15.505 18.408,18.071 "/> <polyline fill="%230044B2" points="18.349,20.786 18.014,26.499 19.569,25.406 19.963,19.737 18.349,20.786 "/> <polygon fill="%230044B2" points="20.476,10.744 18.78,11.733 18.408,18.071 19.167,17.58 20.037,17.03 "/> <polyline fill="%230099FF" points="19.167,19.299 14.536,16.796 13.804,17.223 12.948,17.729 18.349,20.786 19.963,19.737 19.167,19.299 "/> <polygon fill="%230099FF" points="20.476,10.744 14.786,7.955 13.075,8.855 18.78,11.733 "/> <polyline fill="%23003399" points="14.536,28.758 14.858,23.172 9.319,19.732 9.239,24.072 9.223,25.222 14.536,28.758 "/> <polyline fill="%230044B2" points="16.529,21.99 14.858,23.172 14.536,28.758 16.136,27.553 16.529,21.99 "/> <polyline fill="%230099FF" points="10.999,18.639 10.083,19.225 9.319,19.732 14.858,23.172 16.529,21.99 10.999,18.639 "/> <polyline fill="%23003399" points="11.14,31.33 11.471,25.575 5.766,22.031 5.683,26.503 5.666,27.687 11.14,31.33 "/> <polyline fill="%230044B2" points="13.193,24.358 11.471,25.575 11.14,31.33 12.787,30.088 13.193,24.358 "/> <polyline fill="%230099FF" points="7.496,20.905 6.552,21.51 5.766,22.031 11.471,25.575 13.193,24.358 7.496,20.905 "/> </svg>');
}
.blue.icon-attr-dropdownbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%230099FF" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23003399" points="17.084,10.998 14.004,9.468 13.969,15.073 11.289,13.689 15.415,22.015 20.009,18.2 17.049,16.668 "/> <polygon fill="%230099FF" points="12.715,12.962 11.289,13.689 13.969,15.073 13.969,13.661 "/> <polygon fill="%230044B2" points="17.049,16.668 18.482,16 18.482,11.821 17.083,11.086 "/> <polygon fill="%230099FF" points="20.009,18.2 21.402,17.338 18.482,16 17.049,16.668 "/> <polygon fill="%230044B2" points="24.526,15.073 26.174,14.017 26.493,9.468 24.787,10.47 "/> <polygon fill="%23003399" points="7.507,1.741 24.787,10.47 24.526,15.073 7.776,6.273 "/> <polygon fill="%230044B2" points="21.402,17.338 17.208,20.986 15.415,22.015 20.009,18.2 "/> </svg>');
}
.blue.icon-attr-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="7.11,7.559 2.23,12.439 6.361,16.571 2.23,20.703 7.11,25.583 11.241,21.451 15.373,25.583 20.254,20.703 16.122,16.571 20.254,12.439 15.373,8.559 11.241,11.69 7.11,7.559 7.11,7.559 7.11,7.559 "/> <polygon fill="%23003399" points="11.242,18.623 7.11,22.755 5.058,20.703 9.19,16.571 5.058,12.439 7.11,10.387 11.242,14.519 15.373,10.387 17.425,12.439 13.294,16.571 17.425,20.703 15.373,22.755 "/> </svg>');
}
.blue.icon-attr-download{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%230044B2" points="16.013,21.087 4.278,21.896 4.429,24.323 16.013,23.514 16.013,21.087 "/> <polyline fill="%230044B2" points="18.003,15.213 12.593,18.746 14.395,19.976 18.003,17.597 18.003,15.213 "/> <polygon fill="%230099FF" points="14.724,13.078 18.003,15.213 12.593,18.746 16.013,21.087 4.278,21.896 6.144,14.346 9.304,16.503 "/> </svg>');
}
.blue.icon-attr-upload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23003399" points="4.374,19.059 4.601,21.837 8.009,24.148 7.835,21.338 4.374,19.059 "/> <polyline fill="%23003399" points="6.772,17.746 9.007,16.52 5.687,14.448 5.871,17.171 6.772,17.746 "/> <polyline fill="%23003399" points="16.169,23.758 16.114,20.947 12.479,18.69 12.588,21.468 16.169,23.758 "/> <polyline fill="%230044B2" points="7.835,21.338 8.009,24.148 12.588,21.468 12.479,18.69 7.835,21.338 "/> <polyline fill="%230044B2" points="16.114,20.947 16.169,23.758 17.59,16.488 17.558,13.775 16.114,20.947 "/> <polyline fill="%230099FF" points="9.007,16.52 6.772,17.746 4.374,19.059 7.835,21.338 12.479,18.69 16.114,20.947 17.558,13.775 5.687,14.448 9.007,16.52 "/> </svg>');
}
.blue.icon-attr-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230044B2" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%230044B2" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%230044B2" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%230099FF" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg>');
}
.lightBlue.icon-attr-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.lightBlue.icon-attr-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232189a5" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%232189a5" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%2333CCFF" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%2333CCFF" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23269FBF" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.lightBlue.icon-attr-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.994,5.442 9.236,4.522 9.946,18.945 10.186,18.803 10.193,18.81 11.465,18.07 10.994,5.442 "/> <polygon fill="%23676767" points="26.613,9.467 24.908,10.469 23.778,29.717 25.274,28.588 "/> <polyline fill="%23CCCCCC" points="11.465,18.07 10.193,18.81 9.946,18.953 22.155,26.905 22.245,24.915 11.465,18.07 "/> <polygon fill="%23CCCCCC" points="24.908,10.469 26.613,9.467 9.34,0.999 7.627,1.739 "/> <path fill="%23999999" d="M7.627,1.739L8.69,19.671l15.089,10.047l1.13-19.248L7.627,1.739z M22.155,26.905L9.947,18.952L9.236,4.522 l13.6,7.122L22.155,26.905z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.245,12.68 21.842,24.559 12.267,31.768 "/> <path fill="%232189a5" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23269FBF" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> </svg>');
}
.lightBlue.icon-attr-root-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.876,5.442 9.118,4.522 9.829,18.945 10.068,18.803 10.075,18.81 11.347,18.07 10.876,5.442 "/> <polygon fill="%23676767" points="26.496,9.467 24.79,10.469 23.66,29.717 25.156,28.588 "/> <polyline fill="%23CCCCCC" points="11.347,18.07 10.075,18.81 9.829,18.953 22.037,26.905 22.127,24.915 11.347,18.07 "/> <polygon fill="%23CCCCCC" points="24.79,10.469 26.496,9.467 9.223,0.999 7.51,1.739 "/> <path fill="%23999999" d="M7.51,1.739l1.062,17.931L23.66,29.717l1.13-19.248L7.51,1.739z M22.037,26.905L9.829,18.952L9.118,4.522 l13.6,7.122L22.037,26.905z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 22.718,11.644 21.834,24.572 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%232189a5" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%23269FBF" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%2333CCFF" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%23269FBF" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%2333CCFF" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg>');
}
.lightBlue.icon-attr-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="2.584,24.487 1.219,12.853 12.06,8.114 22.263,13.056 21.537,24.487 12.06,31.666 "/> <path fill="%232189a5" d="M12.061,29.157l7.59-5.75l1.093-9.315l-8.683,4.945V29.157z"/> <path fill="%23269FBF" d="M4.471,23.407l7.59,5.75v-10.12l-8.683-4.945L4.471,23.407z"/> <path fill="%2333CCFF" d="M20.743,14.092l-8.683-3.795l-8.683,3.795l8.683,4.945L20.743,14.092z"/> </svg>');
}
.lightBlue.icon-attr-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.5,9.468 25.794,10.471 24.665,29.718 26.161,28.589 "/> <polyline fill="%23676767" points="11.88,5.444 10.122,4.523 10.833,18.946 11.072,18.804 11.08,18.812 12.351,18.071 11.88,5.444 "/> <polyline fill="%23CCCCCC" points="12.351,18.071 11.08,18.812 10.833,18.954 23.041,26.906 23.131,24.916 12.351,18.071 "/> <polygon fill="%23CCCCCC" points="25.794,10.471 27.5,9.468 10.227,1 8.514,1.741 "/> <path fill="%23999999" d="M8.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L8.514,1.741z M23.041,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L23.041,26.906z"/> <polygon fill="%232189a5" points="24.262,11.216 22.501,12.245 21.334,32 22.879,30.841 "/> <polyline fill="%232189a5" points="8.129,7.085 6.314,6.141 7.048,20.944 7.295,20.798 7.303,20.806 8.616,20.045 8.129,7.085 "/> <polyline fill="%2333CCFF" points="8.616,20.045 7.303,20.806 7.048,20.951 19.657,29.113 19.75,27.071 8.616,20.045 "/> <polygon fill="%2333CCFF" points="22.501,12.245 24.262,11.216 6.422,2.525 4.653,3.285 "/> <path fill="%23269FBF" d="M4.653,3.285L5.75,21.689L21.334,32l1.167-19.755L4.653,3.285z M19.657,29.113L7.048,20.951L6.314,6.141 L20.36,13.45L19.657,29.113z"/> </svg>');
}
.lightBlue.icon-attr-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M12.255,27.129c-0.179,0.022-0.358,0.034-0.538,0.034c-1.576,0-2.866-0.839-3.671-1.542 c-1.821-1.594-3.111-4.128-3.538-6.953c-0.424-2.798,0.089-6.36,2.813-7.621l-0.013-0.099l0.883-0.2 c0.133-0.03,0.466-0.097,0.859-0.177c0.557-0.112,1.442-0.289,1.638-0.343c0.412-0.102,0.771-0.146,1.132-0.146 c2.426,0,4.208,1.953,4.862,2.793c1.123,1.445,1.926,3.317,2.262,5.272c0.297,1.737,0.365,4.224-0.991,6.207 c-0.741,1.083-2.172,1.646-3.967,2.26l-0.809,0.285l-0.877,0.332L12.255,27.129z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.8776" y1="12.0814" x2="12.8776" y2="25.0583"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="0.2588" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M11.24,12.151c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C14.227,12.976,12.775,11.778,11.24,12.151"/> <path fill="%23269FBF" d="M8.462,12.745c-2.154,0.693-2.251,3.814-1.977,5.624c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C12.828,14.925,10.847,11.984,8.462,12.745z"/> </svg>');
}
.lightBlue.icon-attr-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M8.373,11.645c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.373,21.207,8.373,16.426,8.373,11.645L8.373,11.645z"/> <path fill="%23FFFFFF" d="M4.733,6.743c-0.724,0-1.405,0.185-2.025,0.55C2.097,7.652,1.61,8.143,1.26,8.753 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.138,6.928,5.456,6.743,4.733,6.743L4.733,6.743z"/> <rect x="3.092" y="13.645" fill="%23269FBF" width="3.281" height="10.342"/> <path fill="%23269FBF" d="M6.735,10.745c0,2.421-3.668,2.669-3.987,0.268C2.384,8.274,6.735,7.99,6.735,10.745z"/> <path fill="%23FFFFFF" d="M21.563,13.838c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.811,18.12,21.791,15.769,21.563,13.838z"/> <path fill="%23269FBF" d="M19.655,16.868c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V9.749c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.791,13.629,19.655,15.316,19.655,16.868z M16.159,16.868c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.425,19.907,16.159,18.051,16.159,16.868z"/> </svg>');
}
.lightBlue.icon-attr-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="none" points="10.055,18.948 12.536,18.948 11.334,15.149 "/> <g> <polygon fill="%23269FBF" points="13.383,24.988 12.719,22.868 9.794,22.868 9.101,24.988 3.286,24.988 9.188,8.749 13.295,8.749 19.197,24.988 "/> <path fill="%23FFFFFF" d="M12.594,9.749l5.176,14.238h-3.652l-0.664-2.119H9.069l-0.693,2.119H4.713L9.889,9.749H12.594 M10.055,18.948h2.48l-1.201-3.799L10.055,18.948 M13.995,7.749h-1.401H9.889H8.488L8.009,9.066L2.834,23.304l-0.975,2.683h2.855 h3.662h1.45l0.451-1.378l0.242-0.741h1.466l0.225,0.717l0.439,1.402h1.469h3.652h2.855l-0.975-2.683L14.474,9.066L13.995,7.749 L13.995,7.749z"/> </g> </svg>');
}
.lightBlue.icon-attr-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M12.131,7.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,8.181,13.305,7.926,12.131,7.926L12.131,7.926z"/> <path fill="%23269FBF" d="M16.867,20.027c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.044,22.532,7.78,21.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V15.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,19.044,16.867,19.506,16.867,20.027z"/> </svg>');
}
.lightBlue.icon-attr-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="0,21.163 8.256,13.622 8.256,19.463 6.388,21.172 8.256,22.888 8.256,28.734 "/> <polygon fill="%23FFFFFF" points="16.238,22.888 18.105,21.172 16.238,19.463 16.238,13.622 24.144,21.163 16.238,28.734 "/> <rect x="9.68" y="15.184" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4219 8.9277)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23269FBF" d="M7.256,26.46l-5.775-5.295l5.775-5.275v3.133L4.908,21.17l2.348,2.157V26.46z"/> <path fill="%23269FBF" d="M23.013,21.164l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147V15.89L23.013,21.164z"/> <rect x="7.256" y="19.608" fill="%23269FBF" width="9.982" height="3.133"/> </svg>');
}
.lightBlue.icon-attr-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.794,10.47 23.665,29.718 25.161,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.946 10.072,18.804 10.08,18.811 11.351,18.07 10.88,5.443 "/> <path fill="%23CCCCCC" d="M11.351,18.07l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.351,18.07 M24.794,10.47L26.5,9.468 L9.227,1L7.514,1.74L24.794,10.47z"/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M4.342,17.846c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.455,18.261,5.452,17.846,4.342,17.846L4.342,17.846z"/> <path fill="%23FFFFFF" d="M12.829,7.631c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,8.528,15.09,7.631,12.829,7.631L12.829,7.631z"/> <path fill="%23269FBF" d="M18.244,16.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,13.781,18.247,15.385,18.244,16.868z M14.748,16.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,20.991,14.748,18.334,14.748,16.868z"/> <path fill="%23269FBF" d="M6.441,21.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615S3.268,23.84,2.857,23.43 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,21.366,6.441,21.946z"/> </svg>');
}
.lightBlue.icon-attr-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M19.77,21.03c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272V21.03H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.603 2.322,22.28 0,19.957 3.133,16.824 5.456,19.146 7.778,16.824 10.912,19.957 8.589,22.28 10.912,24.603 7.778,27.737 5.456,25.414 3.133,27.737 "/> <polygon fill="%23269FBF" points="9.498,19.957 7.778,18.238 5.456,20.56 3.133,18.238 1.414,19.957 3.736,22.28 1.414,24.603 3.133,26.322 5.456,23.999 7.778,26.322 9.498,24.603 7.175,22.28 "/> <path fill="%23269FBF" d="M19.243,25.989H9.878V23.03l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333L14.38,23.03h4.863V25.989z"/> </svg>');
}
.lightBlue.icon-attr-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <circle fill="%23FFFFFF" cx="11.708" cy="16.285" r="8.429"/> <path fill="%23269FBF" d="M11.702,9.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,9.856,11.702,9.856z"/> <path fill="none" d="M3.993,8.57h15.431V24H3.993V8.57z"/> <polygon fill="%23FFFFFF" points="15.79,20.179 10.518,16.987 10.518,11.03 12.518,11.03 12.518,15.86 16.825,18.468 "/> </svg>');
}
.lightBlue.icon-attr-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.834,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.228,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.515,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.515,1.741z M22.042,26.906L9.834,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="21.816,11.17 18.308,9.333 10.301,17.34 6.09,13.129 1.14,18.078 10.301,27.24 22.575,14.966 22.704,12.059 "/> <polygon fill="%23269FBF" points="10.301,24.411 3.969,18.078 6.09,15.957 10.301,20.168 19.144,11.326 21.265,13.447 "/> </svg>');
}
.lightBlue.icon-attr-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.717 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.522 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.522 l13.6,7.122L22.041,26.905z"/> <polygon fill="%23FFFFFF" points="15.282,7.748 3.994,7.748 3.994,14.863 7.5,14.863 7.5,25.986 14.996,25.986 14.996,14.863 18.502,14.863 18.502,9.434 "/> <polygon fill="%23269FBF" points="16.502,12.863 12.996,12.863 12.996,23.986 9.5,23.986 9.5,12.863 5.994,12.863 5.994,9.748 16.502,9.748 "/> </svg>');
}
.lightBlue.icon-attr-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="4.632,5.845 4.632,24.323 21.109,24.323 21.109,17.369 17.109,17.322 17.109,11.369 11.586,11.369 11.586,5.845 11.586,5.845 "/> <polygon fill="%23269FBF" points="9.586,19.369 9.586,16.322 15.109,16.322 15.109,13.369 9.586,13.369 9.586,7.845 6.632,7.845 6.632,22.322 19.109,22.322 19.109,19.369 "/> </svg>');
}
.lightBlue.icon-attr-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.88,5.444 9.122,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.88,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.227,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.268,8.052 10.467,8.402 4.077,11.195 2.718,11.789 2.891,13.261 3.695,20.117 3.794,20.963 4.474,21.478 10.06,25.71 11.268,26.625 12.476,25.71 18.062,21.478 18.741,20.963 18.84,20.117 19.645,13.261 19.817,11.789 18.459,11.195 12.069,8.402 11.268,8.052 "/> <path fill="%232189a5" d="M11.268,24.116l5.586-4.232l0.804-6.856l-6.39,3.64V24.116z"/> <path fill="%23269FBF" d="M5.682,19.884l5.586,4.232v-7.448l-6.39-3.64L5.682,19.884z"/> <path fill="%2333CCFF" d="M17.658,13.028l-6.39-2.793l-6.39,2.793l6.39,3.64L17.658,13.028z"/> <path fill="%23676767" d="M3.689,21.67c0,0.562,0.161,0.97,0.484,1.223s0.795,0.386,1.418,0.397v1.157 c-1.047-0.011-1.857-0.251-2.43-0.719C2.586,23.26,2.3,22.601,2.3,21.753v-2.504c0-0.573-0.174-0.982-0.521-1.227 c-0.347-0.245-0.851-0.368-1.513-0.368v-1.165c0.716-0.011,1.234-0.143,1.554-0.397C2.14,15.837,2.3,15.446,2.3,14.917v-2.529 c0-0.854,0.298-1.518,0.893-1.992S4.587,9.685,5.59,9.685v1.149c-1.268,0.033-1.901,0.581-1.901,1.645v2.438 c0,1.185-0.615,1.885-1.843,2.099v0.099c1.229,0.215,1.843,0.915,1.843,2.099V21.67z"/> <path fill="%23676767" d="M20.635,17.016c-1.229-0.215-1.843-0.915-1.843-2.099v-2.438c0-1.063-0.625-1.612-1.876-1.645V9.685 c1.014,0,1.811,0.24,2.393,0.719s0.872,1.141,0.872,1.984v2.529c0,0.534,0.162,0.927,0.488,1.178 c0.325,0.251,0.846,0.381,1.562,0.393v1.165c-0.672,0-1.182,0.123-1.529,0.368c-0.347,0.245-0.521,0.654-0.521,1.227v2.504 c0,0.843-0.282,1.5-0.847,1.971c-0.565,0.471-1.371,0.712-2.418,0.723V23.29c0.612-0.011,1.077-0.143,1.397-0.397 c0.319-0.253,0.479-0.661,0.479-1.223v-2.455c0-0.628,0.152-1.108,0.455-1.438c0.303-0.331,0.766-0.551,1.389-0.661V17.016z"/> </svg>');
}
.lightBlue.icon-attr-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <polyline fill="%23CCCCCC" points="11.352,18.071 10.08,18.812 9.833,18.954 22.042,26.906 22.132,24.916 11.352,18.071 "/> <polygon fill="%23CCCCCC" points="24.795,10.471 26.5,9.468 9.227,1 7.514,1.741 "/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.388,5.593 9.757,7.86 2.247,18.304 1.102,19.896 2.67,21.072 10.181,26.705 11.386,27.609 12.587,26.7 20.039,21.067 21.591,19.894 20.461,18.31 13.009,7.866 11.388,5.593 "/> <path fill="%2333CCFF" d="M3.87,19.472l7.511,5.633V9.027L3.87,19.472z"/> <path fill="%232189a5" d="M11.381,25.105l7.452-5.633L11.381,9.027V25.105z"/> </svg>');
}
.lightBlue.icon-attr-password{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M18.649,14.023v-0.677c-0.002-1.906-0.792-3.635-2.069-4.913l-3.945-2.066 c-0.452-0.083-0.917-0.131-1.394-0.131c-4.083,0-7.406,3.189-7.408,7.109v0.679C2.99,14.581,2.45,15.523,2.45,16.571v7.259 c0,1.696,1.411,3.076,3.146,3.076h4.412h1.85h0.807h4.223c1.735,0,3.146-1.38,3.146-3.076v-7.259 C20.034,15.523,19.493,14.58,18.649,14.023z"/> <path fill="none" d="M11.242,9.731h-0.002c-2.101,0.003-3.813,1.625-3.816,3.614v2h7.632v-1.999 C15.056,11.356,13.345,9.734,11.242,9.731z"/> <path fill="none" d="M14.197,19.049c0-1.494-1.284-2.71-2.862-2.71s-2.862,1.216-2.862,2.71c0,1.016,0.593,1.929,1.533,2.394v3.612 h2.657v-3.612C13.604,20.979,14.197,20.065,14.197,19.049z"/> <line fill="none" stroke="%23269FBF" stroke-width="0" stroke-linecap="round" stroke-linejoin="round" x1="12.664" y1="25.055" x2="10.007" y2="25.055"/> <path fill="%23269FBF" d="M17.132,15.37l-0.333-0.06v-1.964c-0.002-2.9-2.495-5.259-5.558-5.259c-3.063,0-5.556,2.359-5.557,5.259 v1.964l-0.332,0.06C4.742,15.479,4.3,15.985,4.3,16.571v7.259c0,0.676,0.581,1.226,1.295,1.226h4.412v-3.612 c-0.94-0.465-1.533-1.378-1.533-2.394c0-1.494,1.284-2.71,2.862-2.71s2.862,1.216,2.862,2.71c0,1.016-0.593,1.929-1.533,2.394v3.612 h4.223c0.715,0,1.296-0.55,1.296-1.226v-7.259C18.183,15.985,17.741,15.479,17.132,15.37z M15.057,15.345H7.425v-2 c0.003-1.99,1.715-3.611,3.816-3.614h0.002c2.102,0.003,3.814,1.625,3.814,3.615V15.345z"/> </svg> ');
}
.lightBlue.icon-attr-email{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M10.531,28.709c-1.862,0-3.555-0.404-5.03-1.2c-1.515-0.816-2.711-1.979-3.557-3.457 c-0.833-1.455-1.255-3.132-1.255-4.984v-1.4c0-1.853,0.422-3.53,1.255-4.984c0.845-1.478,2.042-2.641,3.557-3.458 c1.476-0.795,3.168-1.199,5.03-1.199c1.832,0,3.509,0.399,4.982,1.186c1.514,0.808,2.714,1.962,3.567,3.43 c0.844,1.45,1.271,3.108,1.271,4.926v1.4c0,1.803-0.508,3.252-1.51,4.308c-0.456,0.479-0.977,0.857-1.549,1.128l0.906,1.752 l-1.638,0.959c-0.925,0.542-1.886,0.948-2.855,1.207C12.742,28.579,11.673,28.709,10.531,28.709z"/> <path fill="%23269FBF" d="M3.679,23.058c-0.66-1.154-0.99-2.484-0.99-3.991v-1.4c0-1.507,0.33-2.837,0.99-3.991 c0.66-1.154,1.583-2.051,2.771-2.691c1.187-0.64,2.547-0.96,4.081-0.96c1.507,0,2.854,0.316,4.041,0.95 c1.187,0.633,2.113,1.523,2.78,2.67s1,2.454,1,3.921v1.4c0,1.28-0.32,2.257-0.96,2.931c-0.641,0.673-1.447,1.01-2.421,1.01 c-0.6,0-1.113-0.113-1.54-0.34c-0.427-0.227-0.754-0.547-0.98-0.96c-0.427,0.867-1.28,1.3-2.561,1.3 c-2.014,0-3.021-1.207-3.021-3.621v-1.76c0-1.147,0.236-2.041,0.71-2.681s1.197-0.96,2.171-0.96c0.479,0,0.903,0.093,1.271,0.28 c0.366,0.187,0.637,0.434,0.81,0.74v-0.8h2.181v5.702c0,0.427,0.09,0.743,0.271,0.95c0.18,0.207,0.416,0.31,0.71,0.31 c0.373,0,0.653-0.164,0.84-0.49c0.187-0.327,0.28-0.857,0.28-1.59v-1.4c0-1.134-0.224-2.117-0.67-2.951 c-0.447-0.833-1.087-1.477-1.921-1.93c-0.833-0.454-1.83-0.68-2.99-0.68c-1.747,0-3.117,0.5-4.111,1.5 c-0.993,1-1.49,2.367-1.49,4.101v1.42c0,1.133,0.224,2.127,0.67,2.98c0.447,0.854,1.091,1.514,1.931,1.98s1.841,0.7,3.001,0.7 c0.8,0,1.52-0.083,2.16-0.25c0.64-0.167,1.3-0.423,1.98-0.771l0.88,1.701c-0.773,0.453-1.561,0.787-2.36,1s-1.687,0.32-2.66,0.32 c-1.534,0-2.895-0.32-4.081-0.96C5.262,25.109,4.339,24.212,3.679,23.058z M11.79,17.547c0-1.187-0.439-1.78-1.32-1.78 c-0.467,0-0.81,0.157-1.03,0.47c-0.22,0.313-0.33,0.743-0.33,1.29v1.641c0,0.6,0.107,1.06,0.32,1.38 c0.214,0.32,0.561,0.48,1.04,0.48c0.881,0,1.32-0.6,1.32-1.801V17.547z"/> </svg> ');
}
.lightBlue.icon-attr-listbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23269FBF" points="18.014,26.499 18.349,20.786 12.948,17.729 12.844,23.323 18.014,26.499 "/> <polygon fill="%23269FBF" points="18.78,11.733 13.075,8.855 12.963,15.036 13.804,15.505 18.408,18.071 "/> <polyline fill="%232189a5" points="18.349,20.786 18.014,26.499 19.569,25.406 19.963,19.737 18.349,20.786 "/> <polygon fill="%232189a5" points="20.476,10.744 18.78,11.733 18.408,18.071 19.167,17.58 20.037,17.03 "/> <polyline fill="%2333CCFF" points="19.167,19.299 14.536,16.796 13.804,17.223 12.948,17.729 18.349,20.786 19.963,19.737 19.167,19.299 "/> <polygon fill="%2333CCFF" points="20.476,10.744 14.786,7.955 13.075,8.855 18.78,11.733 "/> <polyline fill="%23269FBF" points="14.536,28.758 14.858,23.172 9.319,19.732 9.239,24.072 9.223,25.222 14.536,28.758 "/> <polyline fill="%232189a5" points="16.529,21.99 14.858,23.172 14.536,28.758 16.136,27.553 16.529,21.99 "/> <polyline fill="%2333CCFF" points="10.999,18.639 10.083,19.225 9.319,19.732 14.858,23.172 16.529,21.99 10.999,18.639 "/> <polyline fill="%23269FBF" points="11.14,31.33 11.471,25.575 5.766,22.031 5.683,26.503 5.666,27.687 11.14,31.33 "/> <polyline fill="%232189a5" points="13.193,24.358 11.471,25.575 11.14,31.33 12.787,30.088 13.193,24.358 "/> <polyline fill="%2333CCFF" points="7.496,20.905 6.552,21.51 5.766,22.031 11.471,25.575 13.193,24.358 7.496,20.905 "/> </svg>');
}
.lightBlue.icon-attr-dropdownbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%2333CCFF" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23269FBF" points="17.084,10.998 14.004,9.468 13.969,15.073 11.289,13.689 15.415,22.015 20.009,18.2 17.049,16.668 "/> <polygon fill="%2333CCFF" points="12.715,12.962 11.289,13.689 13.969,15.073 13.969,13.661 "/> <polygon fill="%232189a5" points="17.049,16.668 18.482,16 18.482,11.821 17.083,11.086 "/> <polygon fill="%2333CCFF" points="20.009,18.2 21.402,17.338 18.482,16 17.049,16.668 "/> <polygon fill="%232189a5" points="24.526,15.073 26.174,14.017 26.493,9.468 24.787,10.47 "/> <polygon fill="%23269FBF" points="7.507,1.741 24.787,10.47 24.526,15.073 7.776,6.273 "/> <polygon fill="%232189a5" points="21.402,17.338 17.208,20.986 15.415,22.015 20.009,18.2 "/> </svg>');
}
.lightBlue.icon-attr-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="7.11,7.559 2.23,12.439 6.361,16.571 2.23,20.703 7.11,25.583 11.241,21.451 15.373,25.583 20.254,20.703 16.122,16.571 20.254,12.439 15.373,8.559 11.241,11.69 7.11,7.559 7.11,7.559 7.11,7.559 "/> <polygon fill="%23269FBF" points="11.242,18.623 7.11,22.755 5.058,20.703 9.19,16.571 5.058,12.439 7.11,10.387 11.242,14.519 15.373,10.387 17.425,12.439 13.294,16.571 17.425,20.703 15.373,22.755 "/> </svg>');
}
.lightBlue.icon-attr-download{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%232189a5" points="16.013,21.087 4.278,21.896 4.429,24.323 16.013,23.514 16.013,21.087 "/> <polyline fill="%232189a5" points="18.003,15.213 12.593,18.746 14.395,19.976 18.003,17.597 18.003,15.213 "/> <polygon fill="%2333CCFF" points="14.724,13.078 18.003,15.213 12.593,18.746 16.013,21.087 4.278,21.896 6.144,14.346 9.304,16.503 "/> </svg>');
}
.lightBlue.icon-attr-upload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23269FBF" points="4.374,19.059 4.601,21.837 8.009,24.148 7.835,21.338 4.374,19.059 "/> <polyline fill="%23269FBF" points="6.772,17.746 9.007,16.52 5.687,14.448 5.871,17.171 6.772,17.746 "/> <polyline fill="%23269FBF" points="16.169,23.758 16.114,20.947 12.479,18.69 12.588,21.468 16.169,23.758 "/> <polyline fill="%232189a5" points="7.835,21.338 8.009,24.148 12.588,21.468 12.479,18.69 7.835,21.338 "/> <polyline fill="%232189a5" points="16.114,20.947 16.169,23.758 17.59,16.488 17.558,13.775 16.114,20.947 "/> <polyline fill="%2333CCFF" points="9.007,16.52 6.772,17.746 4.374,19.059 7.835,21.338 12.479,18.69 16.114,20.947 17.558,13.775 5.687,14.448 9.007,16.52 "/> </svg>');
}
.lightBlue.icon-attr-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232189a5" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%232189a5" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%232189a5" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%2333CCFF" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg>');
}
.green.icon-attr-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.green.icon-attr-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2321663c" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%2321663c" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%2339b563" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%2339b563" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%232f8c51" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.green.icon-attr-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.994,5.442 9.236,4.522 9.946,18.945 10.186,18.803 10.193,18.81 11.465,18.07 10.994,5.442 "/> <polygon fill="%23676767" points="26.613,9.467 24.908,10.469 23.778,29.717 25.274,28.588 "/> <polyline fill="%23CCCCCC" points="11.465,18.07 10.193,18.81 9.946,18.953 22.155,26.905 22.245,24.915 11.465,18.07 "/> <polygon fill="%23CCCCCC" points="24.908,10.469 26.613,9.467 9.34,0.999 7.627,1.739 "/> <path fill="%23999999" d="M7.627,1.739L8.69,19.671l15.089,10.047l1.13-19.248L7.627,1.739z M22.155,26.905L9.947,18.952L9.236,4.522 l13.6,7.122L22.155,26.905z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.245,12.68 21.842,24.559 12.267,31.768 "/> <path fill="%2321663c" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%232f8c51" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> </svg>');
}
.green.icon-attr-root-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.876,5.442 9.118,4.522 9.829,18.945 10.068,18.803 10.075,18.81 11.347,18.07 10.876,5.442 "/> <polygon fill="%23676767" points="26.496,9.467 24.79,10.469 23.66,29.717 25.156,28.588 "/> <polyline fill="%23CCCCCC" points="11.347,18.07 10.075,18.81 9.829,18.953 22.037,26.905 22.127,24.915 11.347,18.07 "/> <polygon fill="%23CCCCCC" points="24.79,10.469 26.496,9.467 9.223,0.999 7.51,1.739 "/> <path fill="%23999999" d="M7.51,1.739l1.062,17.931L23.66,29.717l1.13-19.248L7.51,1.739z M22.037,26.905L9.829,18.952L9.118,4.522 l13.6,7.122L22.037,26.905z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 22.718,11.644 21.834,24.572 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%2321663c" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%232f8c51" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%2339b563" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%232f8c51" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%2339b563" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg>');
}
.green.icon-attr-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="2.584,24.487 1.219,12.853 12.06,8.114 22.263,13.056 21.537,24.487 12.06,31.666 "/> <path fill="%2321663c" d="M12.061,29.157l7.59-5.75l1.093-9.315l-8.683,4.945V29.157z"/> <path fill="%232f8c51" d="M4.471,23.407l7.59,5.75v-10.12l-8.683-4.945L4.471,23.407z"/> <path fill="%2339b563" d="M20.743,14.092l-8.683-3.795l-8.683,3.795l8.683,4.945L20.743,14.092z"/> </svg>');
}
.green.icon-attr-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.5,9.468 25.794,10.471 24.665,29.718 26.161,28.589 "/> <polyline fill="%23676767" points="11.88,5.444 10.122,4.523 10.833,18.946 11.072,18.804 11.08,18.812 12.351,18.071 11.88,5.444 "/> <polyline fill="%23CCCCCC" points="12.351,18.071 11.08,18.812 10.833,18.954 23.041,26.906 23.131,24.916 12.351,18.071 "/> <polygon fill="%23CCCCCC" points="25.794,10.471 27.5,9.468 10.227,1 8.514,1.741 "/> <path fill="%23999999" d="M8.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L8.514,1.741z M23.041,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L23.041,26.906z"/> <polygon fill="%2321663c" points="24.262,11.216 22.501,12.245 21.334,32 22.879,30.841 "/> <polyline fill="%2321663c" points="8.129,7.085 6.314,6.141 7.048,20.944 7.295,20.798 7.303,20.806 8.616,20.045 8.129,7.085 "/> <polyline fill="%2339b563" points="8.616,20.045 7.303,20.806 7.048,20.951 19.657,29.113 19.75,27.071 8.616,20.045 "/> <polygon fill="%2339b563" points="22.501,12.245 24.262,11.216 6.422,2.525 4.653,3.285 "/> <path fill="%232f8c51" d="M4.653,3.285L5.75,21.689L21.334,32l1.167-19.755L4.653,3.285z M19.657,29.113L7.048,20.951L6.314,6.141 L20.36,13.45L19.657,29.113z"/> </svg>');
}
.green.icon-attr-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M12.255,27.129c-0.179,0.022-0.358,0.034-0.538,0.034c-1.576,0-2.866-0.839-3.671-1.542 c-1.821-1.594-3.111-4.128-3.538-6.953c-0.424-2.798,0.089-6.36,2.813-7.621l-0.013-0.099l0.883-0.2 c0.133-0.03,0.466-0.097,0.859-0.177c0.557-0.112,1.442-0.289,1.638-0.343c0.412-0.102,0.771-0.146,1.132-0.146 c2.426,0,4.208,1.953,4.862,2.793c1.123,1.445,1.926,3.317,2.262,5.272c0.297,1.737,0.365,4.224-0.991,6.207 c-0.741,1.083-2.172,1.646-3.967,2.26l-0.809,0.285l-0.877,0.332L12.255,27.129z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.8776" y1="12.0814" x2="12.8776" y2="25.0583"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="0.2588" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M11.24,12.151c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C14.227,12.976,12.775,11.778,11.24,12.151"/> <path fill="%232f8c51" d="M8.462,12.745c-2.154,0.693-2.251,3.814-1.977,5.624c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C12.828,14.925,10.847,11.984,8.462,12.745z"/> </svg>');
}
.green.icon-attr-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M8.373,11.645c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.373,21.207,8.373,16.426,8.373,11.645L8.373,11.645z"/> <path fill="%23FFFFFF" d="M4.733,6.743c-0.724,0-1.405,0.185-2.025,0.55C2.097,7.652,1.61,8.143,1.26,8.753 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.138,6.928,5.456,6.743,4.733,6.743L4.733,6.743z"/> <rect x="3.092" y="13.645" fill="%232f8c51" width="3.281" height="10.342"/> <path fill="%232f8c51" d="M6.735,10.745c0,2.421-3.668,2.669-3.987,0.268C2.384,8.274,6.735,7.99,6.735,10.745z"/> <path fill="%23FFFFFF" d="M21.563,13.838c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.811,18.12,21.791,15.769,21.563,13.838z"/> <path fill="%232f8c51" d="M19.655,16.868c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V9.749c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.791,13.629,19.655,15.316,19.655,16.868z M16.159,16.868c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.425,19.907,16.159,18.051,16.159,16.868z"/> </svg>');
}
.green.icon-attr-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="none" points="10.055,18.948 12.536,18.948 11.334,15.149 "/> <g> <polygon fill="%232f8c51" points="13.383,24.988 12.719,22.868 9.794,22.868 9.101,24.988 3.286,24.988 9.188,8.749 13.295,8.749 19.197,24.988 "/> <path fill="%23FFFFFF" d="M12.594,9.749l5.176,14.238h-3.652l-0.664-2.119H9.069l-0.693,2.119H4.713L9.889,9.749H12.594 M10.055,18.948h2.48l-1.201-3.799L10.055,18.948 M13.995,7.749h-1.401H9.889H8.488L8.009,9.066L2.834,23.304l-0.975,2.683h2.855 h3.662h1.45l0.451-1.378l0.242-0.741h1.466l0.225,0.717l0.439,1.402h1.469h3.652h2.855l-0.975-2.683L14.474,9.066L13.995,7.749 L13.995,7.749z"/> </g> </svg>');
}
.green.icon-attr-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M12.131,7.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,8.181,13.305,7.926,12.131,7.926L12.131,7.926z"/> <path fill="%232f8c51" d="M16.867,20.027c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.044,22.532,7.78,21.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V15.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,19.044,16.867,19.506,16.867,20.027z"/> </svg>');
}
.green.icon-attr-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="0,21.163 8.256,13.622 8.256,19.463 6.388,21.172 8.256,22.888 8.256,28.734 "/> <polygon fill="%23FFFFFF" points="16.238,22.888 18.105,21.172 16.238,19.463 16.238,13.622 24.144,21.163 16.238,28.734 "/> <rect x="9.68" y="15.184" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4219 8.9277)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%232f8c51" d="M7.256,26.46l-5.775-5.295l5.775-5.275v3.133L4.908,21.17l2.348,2.157V26.46z"/> <path fill="%232f8c51" d="M23.013,21.164l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147V15.89L23.013,21.164z"/> <rect x="7.256" y="19.608" fill="%232f8c51" width="9.982" height="3.133"/> </svg>');
}
.green.icon-attr-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.794,10.47 23.665,29.718 25.161,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.946 10.072,18.804 10.08,18.811 11.351,18.07 10.88,5.443 "/> <path fill="%23CCCCCC" d="M11.351,18.07l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.351,18.07 M24.794,10.47L26.5,9.468 L9.227,1L7.514,1.74L24.794,10.47z"/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M4.342,17.846c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.455,18.261,5.452,17.846,4.342,17.846L4.342,17.846z"/> <path fill="%23FFFFFF" d="M12.829,7.631c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,8.528,15.09,7.631,12.829,7.631L12.829,7.631z"/> <path fill="%232f8c51" d="M18.244,16.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,13.781,18.247,15.385,18.244,16.868z M14.748,16.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,20.991,14.748,18.334,14.748,16.868z"/> <path fill="%232f8c51" d="M6.441,21.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615S3.268,23.84,2.857,23.43 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,21.366,6.441,21.946z"/> </svg>');
}
.green.icon-attr-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M19.77,21.03c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272V21.03H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.603 2.322,22.28 0,19.957 3.133,16.824 5.456,19.146 7.778,16.824 10.912,19.957 8.589,22.28 10.912,24.603 7.778,27.737 5.456,25.414 3.133,27.737 "/> <polygon fill="%232f8c51" points="9.498,19.957 7.778,18.238 5.456,20.56 3.133,18.238 1.414,19.957 3.736,22.28 1.414,24.603 3.133,26.322 5.456,23.999 7.778,26.322 9.498,24.603 7.175,22.28 "/> <path fill="%232f8c51" d="M19.243,25.989H9.878V23.03l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333L14.38,23.03h4.863V25.989z"/> </svg>');
}
.green.icon-attr-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <circle fill="%23FFFFFF" cx="11.708" cy="16.285" r="8.429"/> <path fill="%232f8c51" d="M11.702,9.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,9.856,11.702,9.856z"/> <path fill="none" d="M3.993,8.57h15.431V24H3.993V8.57z"/> <polygon fill="%23FFFFFF" points="15.79,20.179 10.518,16.987 10.518,11.03 12.518,11.03 12.518,15.86 16.825,18.468 "/> </svg>');
}
.green.icon-attr-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.834,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.228,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.515,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.515,1.741z M22.042,26.906L9.834,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="21.816,11.17 18.308,9.333 10.301,17.34 6.09,13.129 1.14,18.078 10.301,27.24 22.575,14.966 22.704,12.059 "/> <polygon fill="%232f8c51" points="10.301,24.411 3.969,18.078 6.09,15.957 10.301,20.168 19.144,11.326 21.265,13.447 "/> </svg>');
}
.green.icon-attr-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.717 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.522 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.522 l13.6,7.122L22.041,26.905z"/> <polygon fill="%23FFFFFF" points="15.282,7.748 3.994,7.748 3.994,14.863 7.5,14.863 7.5,25.986 14.996,25.986 14.996,14.863 18.502,14.863 18.502,9.434 "/> <polygon fill="%232f8c51" points="16.502,12.863 12.996,12.863 12.996,23.986 9.5,23.986 9.5,12.863 5.994,12.863 5.994,9.748 16.502,9.748 "/> </svg>');
}
.green.icon-attr-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="4.632,5.845 4.632,24.323 21.109,24.323 21.109,17.369 17.109,17.322 17.109,11.369 11.586,11.369 11.586,5.845 11.586,5.845 "/> <polygon fill="%232f8c51" points="9.586,19.369 9.586,16.322 15.109,16.322 15.109,13.369 9.586,13.369 9.586,7.845 6.632,7.845 6.632,22.322 19.109,22.322 19.109,19.369 "/> </svg>');
}
.green.icon-attr-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.88,5.444 9.122,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.88,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.227,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.268,8.052 10.467,8.402 4.077,11.195 2.718,11.789 2.891,13.261 3.695,20.117 3.794,20.963 4.474,21.478 10.06,25.71 11.268,26.625 12.476,25.71 18.062,21.478 18.741,20.963 18.84,20.117 19.645,13.261 19.817,11.789 18.459,11.195 12.069,8.402 11.268,8.052 "/> <path fill="%2321663c" d="M11.268,24.116l5.586-4.232l0.804-6.856l-6.39,3.64V24.116z"/> <path fill="%232f8c51" d="M5.682,19.884l5.586,4.232v-7.448l-6.39-3.64L5.682,19.884z"/> <path fill="%2339b563" d="M17.658,13.028l-6.39-2.793l-6.39,2.793l6.39,3.64L17.658,13.028z"/> <path fill="%23676767" d="M3.689,21.67c0,0.562,0.161,0.97,0.484,1.223s0.795,0.386,1.418,0.397v1.157 c-1.047-0.011-1.857-0.251-2.43-0.719C2.586,23.26,2.3,22.601,2.3,21.753v-2.504c0-0.573-0.174-0.982-0.521-1.227 c-0.347-0.245-0.851-0.368-1.513-0.368v-1.165c0.716-0.011,1.234-0.143,1.554-0.397C2.14,15.837,2.3,15.446,2.3,14.917v-2.529 c0-0.854,0.298-1.518,0.893-1.992S4.587,9.685,5.59,9.685v1.149c-1.268,0.033-1.901,0.581-1.901,1.645v2.438 c0,1.185-0.615,1.885-1.843,2.099v0.099c1.229,0.215,1.843,0.915,1.843,2.099V21.67z"/> <path fill="%23676767" d="M20.635,17.016c-1.229-0.215-1.843-0.915-1.843-2.099v-2.438c0-1.063-0.625-1.612-1.876-1.645V9.685 c1.014,0,1.811,0.24,2.393,0.719s0.872,1.141,0.872,1.984v2.529c0,0.534,0.162,0.927,0.488,1.178 c0.325,0.251,0.846,0.381,1.562,0.393v1.165c-0.672,0-1.182,0.123-1.529,0.368c-0.347,0.245-0.521,0.654-0.521,1.227v2.504 c0,0.843-0.282,1.5-0.847,1.971c-0.565,0.471-1.371,0.712-2.418,0.723V23.29c0.612-0.011,1.077-0.143,1.397-0.397 c0.319-0.253,0.479-0.661,0.479-1.223v-2.455c0-0.628,0.152-1.108,0.455-1.438c0.303-0.331,0.766-0.551,1.389-0.661V17.016z"/> </svg>');
}
.green.icon-attr-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <polyline fill="%23CCCCCC" points="11.352,18.071 10.08,18.812 9.833,18.954 22.042,26.906 22.132,24.916 11.352,18.071 "/> <polygon fill="%23CCCCCC" points="24.795,10.471 26.5,9.468 9.227,1 7.514,1.741 "/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.388,5.593 9.757,7.86 2.247,18.304 1.102,19.896 2.67,21.072 10.181,26.705 11.386,27.609 12.587,26.7 20.039,21.067 21.591,19.894 20.461,18.31 13.009,7.866 11.388,5.593 "/> <path fill="%2339b563" d="M3.87,19.472l7.511,5.633V9.027L3.87,19.472z"/> <path fill="%2321663c" d="M11.381,25.105l7.452-5.633L11.381,9.027V25.105z"/> </svg>');
}
.green.icon-attr-password{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M18.649,14.023v-0.677c-0.002-1.906-0.792-3.635-2.069-4.913l-3.945-2.066 c-0.452-0.083-0.917-0.131-1.394-0.131c-4.083,0-7.406,3.189-7.408,7.109v0.679C2.99,14.581,2.45,15.523,2.45,16.571v7.259 c0,1.696,1.411,3.076,3.146,3.076h4.412h1.85h0.807h4.223c1.735,0,3.146-1.38,3.146-3.076v-7.259 C20.034,15.523,19.493,14.58,18.649,14.023z"/> <path fill="none" d="M11.242,9.731h-0.002c-2.101,0.003-3.813,1.625-3.816,3.614v2h7.632v-1.999 C15.056,11.356,13.345,9.734,11.242,9.731z"/> <path fill="none" d="M14.197,19.049c0-1.494-1.284-2.71-2.862-2.71s-2.862,1.216-2.862,2.71c0,1.016,0.593,1.929,1.533,2.394v3.612 h2.657v-3.612C13.604,20.979,14.197,20.065,14.197,19.049z"/> <line fill="none" stroke="%232f8c51" stroke-width="0" stroke-linecap="round" stroke-linejoin="round" x1="12.664" y1="25.055" x2="10.007" y2="25.055"/> <path fill="%232f8c51" d="M17.132,15.37l-0.333-0.06v-1.964c-0.002-2.9-2.495-5.259-5.558-5.259c-3.063,0-5.556,2.359-5.557,5.259 v1.964l-0.332,0.06C4.742,15.479,4.3,15.985,4.3,16.571v7.259c0,0.676,0.581,1.226,1.295,1.226h4.412v-3.612 c-0.94-0.465-1.533-1.378-1.533-2.394c0-1.494,1.284-2.71,2.862-2.71s2.862,1.216,2.862,2.71c0,1.016-0.593,1.929-1.533,2.394v3.612 h4.223c0.715,0,1.296-0.55,1.296-1.226v-7.259C18.183,15.985,17.741,15.479,17.132,15.37z M15.057,15.345H7.425v-2 c0.003-1.99,1.715-3.611,3.816-3.614h0.002c2.102,0.003,3.814,1.625,3.814,3.615V15.345z"/> </svg> ');
}
.green.icon-attr-email{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M10.531,28.709c-1.862,0-3.555-0.404-5.03-1.2c-1.515-0.816-2.711-1.979-3.557-3.457 c-0.833-1.455-1.255-3.132-1.255-4.984v-1.4c0-1.853,0.422-3.53,1.255-4.984c0.845-1.478,2.042-2.641,3.557-3.458 c1.476-0.795,3.168-1.199,5.03-1.199c1.832,0,3.509,0.399,4.982,1.186c1.514,0.808,2.714,1.962,3.567,3.43 c0.844,1.45,1.271,3.108,1.271,4.926v1.4c0,1.803-0.508,3.252-1.51,4.308c-0.456,0.479-0.977,0.857-1.549,1.128l0.906,1.752 l-1.638,0.959c-0.925,0.542-1.886,0.948-2.855,1.207C12.742,28.579,11.673,28.709,10.531,28.709z"/> <path fill="%232f8c51" d="M3.679,23.058c-0.66-1.154-0.99-2.484-0.99-3.991v-1.4c0-1.507,0.33-2.837,0.99-3.991 c0.66-1.154,1.583-2.051,2.771-2.691c1.187-0.64,2.547-0.96,4.081-0.96c1.507,0,2.854,0.316,4.041,0.95 c1.187,0.633,2.113,1.523,2.78,2.67s1,2.454,1,3.921v1.4c0,1.28-0.32,2.257-0.96,2.931c-0.641,0.673-1.447,1.01-2.421,1.01 c-0.6,0-1.113-0.113-1.54-0.34c-0.427-0.227-0.754-0.547-0.98-0.96c-0.427,0.867-1.28,1.3-2.561,1.3 c-2.014,0-3.021-1.207-3.021-3.621v-1.76c0-1.147,0.236-2.041,0.71-2.681s1.197-0.96,2.171-0.96c0.479,0,0.903,0.093,1.271,0.28 c0.366,0.187,0.637,0.434,0.81,0.74v-0.8h2.181v5.702c0,0.427,0.09,0.743,0.271,0.95c0.18,0.207,0.416,0.31,0.71,0.31 c0.373,0,0.653-0.164,0.84-0.49c0.187-0.327,0.28-0.857,0.28-1.59v-1.4c0-1.134-0.224-2.117-0.67-2.951 c-0.447-0.833-1.087-1.477-1.921-1.93c-0.833-0.454-1.83-0.68-2.99-0.68c-1.747,0-3.117,0.5-4.111,1.5 c-0.993,1-1.49,2.367-1.49,4.101v1.42c0,1.133,0.224,2.127,0.67,2.98c0.447,0.854,1.091,1.514,1.931,1.98s1.841,0.7,3.001,0.7 c0.8,0,1.52-0.083,2.16-0.25c0.64-0.167,1.3-0.423,1.98-0.771l0.88,1.701c-0.773,0.453-1.561,0.787-2.36,1s-1.687,0.32-2.66,0.32 c-1.534,0-2.895-0.32-4.081-0.96C5.262,25.109,4.339,24.212,3.679,23.058z M11.79,17.547c0-1.187-0.439-1.78-1.32-1.78 c-0.467,0-0.81,0.157-1.03,0.47c-0.22,0.313-0.33,0.743-0.33,1.29v1.641c0,0.6,0.107,1.06,0.32,1.38 c0.214,0.32,0.561,0.48,1.04,0.48c0.881,0,1.32-0.6,1.32-1.801V17.547z"/> </svg> ');
}
.green.icon-attr-listbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%232f8c51" points="18.014,26.499 18.349,20.786 12.948,17.729 12.844,23.323 18.014,26.499 "/> <polygon fill="%232f8c51" points="18.78,11.733 13.075,8.855 12.963,15.036 13.804,15.505 18.408,18.071 "/> <polyline fill="%2321663c" points="18.349,20.786 18.014,26.499 19.569,25.406 19.963,19.737 18.349,20.786 "/> <polygon fill="%2321663c" points="20.476,10.744 18.78,11.733 18.408,18.071 19.167,17.58 20.037,17.03 "/> <polyline fill="%2339b563" points="19.167,19.299 14.536,16.796 13.804,17.223 12.948,17.729 18.349,20.786 19.963,19.737 19.167,19.299 "/> <polygon fill="%2339b563" points="20.476,10.744 14.786,7.955 13.075,8.855 18.78,11.733 "/> <polyline fill="%232f8c51" points="14.536,28.758 14.858,23.172 9.319,19.732 9.239,24.072 9.223,25.222 14.536,28.758 "/> <polyline fill="%2321663c" points="16.529,21.99 14.858,23.172 14.536,28.758 16.136,27.553 16.529,21.99 "/> <polyline fill="%2339b563" points="10.999,18.639 10.083,19.225 9.319,19.732 14.858,23.172 16.529,21.99 10.999,18.639 "/> <polyline fill="%232f8c51" points="11.14,31.33 11.471,25.575 5.766,22.031 5.683,26.503 5.666,27.687 11.14,31.33 "/> <polyline fill="%2321663c" points="13.193,24.358 11.471,25.575 11.14,31.33 12.787,30.088 13.193,24.358 "/> <polyline fill="%2339b563" points="7.496,20.905 6.552,21.51 5.766,22.031 11.471,25.575 13.193,24.358 7.496,20.905 "/> </svg>');
}
.green.icon-attr-dropdownbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%2339b563" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%232f8c51" points="17.084,10.998 14.004,9.468 13.969,15.073 11.289,13.689 15.415,22.015 20.009,18.2 17.049,16.668 "/> <polygon fill="%2339b563" points="12.715,12.962 11.289,13.689 13.969,15.073 13.969,13.661 "/> <polygon fill="%2321663c" points="17.049,16.668 18.482,16 18.482,11.821 17.083,11.086 "/> <polygon fill="%2339b563" points="20.009,18.2 21.402,17.338 18.482,16 17.049,16.668 "/> <polygon fill="%2321663c" points="24.526,15.073 26.174,14.017 26.493,9.468 24.787,10.47 "/> <polygon fill="%232f8c51" points="7.507,1.741 24.787,10.47 24.526,15.073 7.776,6.273 "/> <polygon fill="%2321663c" points="21.402,17.338 17.208,20.986 15.415,22.015 20.009,18.2 "/> </svg>');
}
.green.icon-attr-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="7.11,7.559 2.23,12.439 6.361,16.571 2.23,20.703 7.11,25.583 11.241,21.451 15.373,25.583 20.254,20.703 16.122,16.571 20.254,12.439 15.373,8.559 11.241,11.69 7.11,7.559 7.11,7.559 7.11,7.559 "/> <polygon fill="%232f8c51" points="11.242,18.623 7.11,22.755 5.058,20.703 9.19,16.571 5.058,12.439 7.11,10.387 11.242,14.519 15.373,10.387 17.425,12.439 13.294,16.571 17.425,20.703 15.373,22.755 "/> </svg>');
}
.green.icon-attr-download{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%2321663c" points="16.013,21.087 4.278,21.896 4.429,24.323 16.013,23.514 16.013,21.087 "/> <polyline fill="%2321663c" points="18.003,15.213 12.593,18.746 14.395,19.976 18.003,17.597 18.003,15.213 "/> <polygon fill="%2339b563" points="14.724,13.078 18.003,15.213 12.593,18.746 16.013,21.087 4.278,21.896 6.144,14.346 9.304,16.503 "/> </svg>');
}
.green.icon-attr-upload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%232f8c51" points="4.374,19.059 4.601,21.837 8.009,24.148 7.835,21.338 4.374,19.059 "/> <polyline fill="%232f8c51" points="6.772,17.746 9.007,16.52 5.687,14.448 5.871,17.171 6.772,17.746 "/> <polyline fill="%232f8c51" points="16.169,23.758 16.114,20.947 12.479,18.69 12.588,21.468 16.169,23.758 "/> <polyline fill="%2321663c" points="7.835,21.338 8.009,24.148 12.588,21.468 12.479,18.69 7.835,21.338 "/> <polyline fill="%2321663c" points="16.114,20.947 16.169,23.758 17.59,16.488 17.558,13.775 16.114,20.947 "/> <polyline fill="%2339b563" points="9.007,16.52 6.772,17.746 4.374,19.059 7.835,21.338 12.479,18.69 16.114,20.947 17.558,13.775 5.687,14.448 9.007,16.52 "/> </svg>');
}
.green.icon-attr-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2321663c" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%2321663c" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%2321663c" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%2339b563" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg>');
}
.lightGreen.icon-attr-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.lightGreen.icon-attr-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23009900" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23009900" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%2300e500" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%2300e500" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%2300b200" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.lightGreen.icon-attr-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.994,5.442 9.236,4.522 9.946,18.945 10.186,18.803 10.193,18.81 11.465,18.07 10.994,5.442 "/> <polygon fill="%23676767" points="26.613,9.467 24.908,10.469 23.778,29.717 25.274,28.588 "/> <polyline fill="%23CCCCCC" points="11.465,18.07 10.193,18.81 9.946,18.953 22.155,26.905 22.245,24.915 11.465,18.07 "/> <polygon fill="%23CCCCCC" points="24.908,10.469 26.613,9.467 9.34,0.999 7.627,1.739 "/> <path fill="%23999999" d="M7.627,1.739L8.69,19.671l15.089,10.047l1.13-19.248L7.627,1.739z M22.155,26.905L9.947,18.952L9.236,4.522 l13.6,7.122L22.155,26.905z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.245,12.68 21.842,24.559 12.267,31.768 "/> <path fill="%23009900" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%2300b200" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> </svg>');
}
.lightGreen.icon-attr-root-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.876,5.442 9.118,4.522 9.829,18.945 10.068,18.803 10.075,18.81 11.347,18.07 10.876,5.442 "/> <polygon fill="%23676767" points="26.496,9.467 24.79,10.469 23.66,29.717 25.156,28.588 "/> <polyline fill="%23CCCCCC" points="11.347,18.07 10.075,18.81 9.829,18.953 22.037,26.905 22.127,24.915 11.347,18.07 "/> <polygon fill="%23CCCCCC" points="24.79,10.469 26.496,9.467 9.223,0.999 7.51,1.739 "/> <path fill="%23999999" d="M7.51,1.739l1.062,17.931L23.66,29.717l1.13-19.248L7.51,1.739z M22.037,26.905L9.829,18.952L9.118,4.522 l13.6,7.122L22.037,26.905z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 22.718,11.644 21.834,24.572 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%23009900" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%2300b200" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%2300e500" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%2300b200" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%2300e500" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg>');
}
.lightGreen.icon-attr-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="2.584,24.487 1.219,12.853 12.06,8.114 22.263,13.056 21.537,24.487 12.06,31.666 "/> <path fill="%23009900" d="M12.061,29.157l7.59-5.75l1.093-9.315l-8.683,4.945V29.157z"/> <path fill="%2300b200" d="M4.471,23.407l7.59,5.75v-10.12l-8.683-4.945L4.471,23.407z"/> <path fill="%2300e500" d="M20.743,14.092l-8.683-3.795l-8.683,3.795l8.683,4.945L20.743,14.092z"/> </svg>');
}
.lightGreen.icon-attr-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.5,9.468 25.794,10.471 24.665,29.718 26.161,28.589 "/> <polyline fill="%23676767" points="11.88,5.444 10.122,4.523 10.833,18.946 11.072,18.804 11.08,18.812 12.351,18.071 11.88,5.444 "/> <polyline fill="%23CCCCCC" points="12.351,18.071 11.08,18.812 10.833,18.954 23.041,26.906 23.131,24.916 12.351,18.071 "/> <polygon fill="%23CCCCCC" points="25.794,10.471 27.5,9.468 10.227,1 8.514,1.741 "/> <path fill="%23999999" d="M8.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L8.514,1.741z M23.041,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L23.041,26.906z"/> <polygon fill="%23009900" points="24.262,11.216 22.501,12.245 21.334,32 22.879,30.841 "/> <polyline fill="%23009900" points="8.129,7.085 6.314,6.141 7.048,20.944 7.295,20.798 7.303,20.806 8.616,20.045 8.129,7.085 "/> <polyline fill="%2300e500" points="8.616,20.045 7.303,20.806 7.048,20.951 19.657,29.113 19.75,27.071 8.616,20.045 "/> <polygon fill="%2300e500" points="22.501,12.245 24.262,11.216 6.422,2.525 4.653,3.285 "/> <path fill="%2300b200" d="M4.653,3.285L5.75,21.689L21.334,32l1.167-19.755L4.653,3.285z M19.657,29.113L7.048,20.951L6.314,6.141 L20.36,13.45L19.657,29.113z"/> </svg>');
}
.lightGreen.icon-attr-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M12.255,27.129c-0.179,0.022-0.358,0.034-0.538,0.034c-1.576,0-2.866-0.839-3.671-1.542 c-1.821-1.594-3.111-4.128-3.538-6.953c-0.424-2.798,0.089-6.36,2.813-7.621l-0.013-0.099l0.883-0.2 c0.133-0.03,0.466-0.097,0.859-0.177c0.557-0.112,1.442-0.289,1.638-0.343c0.412-0.102,0.771-0.146,1.132-0.146 c2.426,0,4.208,1.953,4.862,2.793c1.123,1.445,1.926,3.317,2.262,5.272c0.297,1.737,0.365,4.224-0.991,6.207 c-0.741,1.083-2.172,1.646-3.967,2.26l-0.809,0.285l-0.877,0.332L12.255,27.129z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.8776" y1="12.0814" x2="12.8776" y2="25.0583"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="0.2588" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M11.24,12.151c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C14.227,12.976,12.775,11.778,11.24,12.151"/> <path fill="%2300b200" d="M8.462,12.745c-2.154,0.693-2.251,3.814-1.977,5.624c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C12.828,14.925,10.847,11.984,8.462,12.745z"/> </svg>');
}
.lightGreen.icon-attr-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M8.373,11.645c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.373,21.207,8.373,16.426,8.373,11.645L8.373,11.645z"/> <path fill="%23FFFFFF" d="M4.733,6.743c-0.724,0-1.405,0.185-2.025,0.55C2.097,7.652,1.61,8.143,1.26,8.753 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.138,6.928,5.456,6.743,4.733,6.743L4.733,6.743z"/> <rect x="3.092" y="13.645" fill="%2300b200" width="3.281" height="10.342"/> <path fill="%2300b200" d="M6.735,10.745c0,2.421-3.668,2.669-3.987,0.268C2.384,8.274,6.735,7.99,6.735,10.745z"/> <path fill="%23FFFFFF" d="M21.563,13.838c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.811,18.12,21.791,15.769,21.563,13.838z"/> <path fill="%2300b200" d="M19.655,16.868c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V9.749c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.791,13.629,19.655,15.316,19.655,16.868z M16.159,16.868c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.425,19.907,16.159,18.051,16.159,16.868z"/> </svg>');
}
.lightGreen.icon-attr-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="none" points="10.055,18.948 12.536,18.948 11.334,15.149 "/> <g> <polygon fill="%2300b200" points="13.383,24.988 12.719,22.868 9.794,22.868 9.101,24.988 3.286,24.988 9.188,8.749 13.295,8.749 19.197,24.988 "/> <path fill="%23FFFFFF" d="M12.594,9.749l5.176,14.238h-3.652l-0.664-2.119H9.069l-0.693,2.119H4.713L9.889,9.749H12.594 M10.055,18.948h2.48l-1.201-3.799L10.055,18.948 M13.995,7.749h-1.401H9.889H8.488L8.009,9.066L2.834,23.304l-0.975,2.683h2.855 h3.662h1.45l0.451-1.378l0.242-0.741h1.466l0.225,0.717l0.439,1.402h1.469h3.652h2.855l-0.975-2.683L14.474,9.066L13.995,7.749 L13.995,7.749z"/> </g> </svg>');
}
.lightGreen.icon-attr-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M12.131,7.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,8.181,13.305,7.926,12.131,7.926L12.131,7.926z"/> <path fill="%2300b200" d="M16.867,20.027c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.044,22.532,7.78,21.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V15.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,19.044,16.867,19.506,16.867,20.027z"/> </svg>');
}
.lightGreen.icon-attr-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="0,21.163 8.256,13.622 8.256,19.463 6.388,21.172 8.256,22.888 8.256,28.734 "/> <polygon fill="%23FFFFFF" points="16.238,22.888 18.105,21.172 16.238,19.463 16.238,13.622 24.144,21.163 16.238,28.734 "/> <rect x="9.68" y="15.184" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4219 8.9277)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%2300b200" d="M7.256,26.46l-5.775-5.295l5.775-5.275v3.133L4.908,21.17l2.348,2.157V26.46z"/> <path fill="%2300b200" d="M23.013,21.164l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147V15.89L23.013,21.164z"/> <rect x="7.256" y="19.608" fill="%2300b200" width="9.982" height="3.133"/> </svg>');
}
.lightGreen.icon-attr-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.794,10.47 23.665,29.718 25.161,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.946 10.072,18.804 10.08,18.811 11.351,18.07 10.88,5.443 "/> <path fill="%23CCCCCC" d="M11.351,18.07l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.351,18.07 M24.794,10.47L26.5,9.468 L9.227,1L7.514,1.74L24.794,10.47z"/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M4.342,17.846c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.455,18.261,5.452,17.846,4.342,17.846L4.342,17.846z"/> <path fill="%23FFFFFF" d="M12.829,7.631c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,8.528,15.09,7.631,12.829,7.631L12.829,7.631z"/> <path fill="%2300b200" d="M18.244,16.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,13.781,18.247,15.385,18.244,16.868z M14.748,16.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,20.991,14.748,18.334,14.748,16.868z"/> <path fill="%2300b200" d="M6.441,21.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615S3.268,23.84,2.857,23.43 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,21.366,6.441,21.946z"/> </svg>');
}
.lightGreen.icon-attr-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M19.77,21.03c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272V21.03H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.603 2.322,22.28 0,19.957 3.133,16.824 5.456,19.146 7.778,16.824 10.912,19.957 8.589,22.28 10.912,24.603 7.778,27.737 5.456,25.414 3.133,27.737 "/> <polygon fill="%2300b200" points="9.498,19.957 7.778,18.238 5.456,20.56 3.133,18.238 1.414,19.957 3.736,22.28 1.414,24.603 3.133,26.322 5.456,23.999 7.778,26.322 9.498,24.603 7.175,22.28 "/> <path fill="%2300b200" d="M19.243,25.989H9.878V23.03l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333L14.38,23.03h4.863V25.989z"/> </svg>');
}
.lightGreen.icon-attr-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <circle fill="%23FFFFFF" cx="11.708" cy="16.285" r="8.429"/> <path fill="%2300b200" d="M11.702,9.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,9.856,11.702,9.856z"/> <path fill="none" d="M3.993,8.57h15.431V24H3.993V8.57z"/> <polygon fill="%23FFFFFF" points="15.79,20.179 10.518,16.987 10.518,11.03 12.518,11.03 12.518,15.86 16.825,18.468 "/> </svg>');
}
.lightGreen.icon-attr-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.834,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.228,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.515,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.515,1.741z M22.042,26.906L9.834,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="21.816,11.17 18.308,9.333 10.301,17.34 6.09,13.129 1.14,18.078 10.301,27.24 22.575,14.966 22.704,12.059 "/> <polygon fill="%2300b200" points="10.301,24.411 3.969,18.078 6.09,15.957 10.301,20.168 19.144,11.326 21.265,13.447 "/> </svg>');
}
.lightGreen.icon-attr-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.717 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.522 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.522 l13.6,7.122L22.041,26.905z"/> <polygon fill="%23FFFFFF" points="15.282,7.748 3.994,7.748 3.994,14.863 7.5,14.863 7.5,25.986 14.996,25.986 14.996,14.863 18.502,14.863 18.502,9.434 "/> <polygon fill="%2300b200" points="16.502,12.863 12.996,12.863 12.996,23.986 9.5,23.986 9.5,12.863 5.994,12.863 5.994,9.748 16.502,9.748 "/> </svg>');
}
.lightGreen.icon-attr-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="4.632,5.845 4.632,24.323 21.109,24.323 21.109,17.369 17.109,17.322 17.109,11.369 11.586,11.369 11.586,5.845 11.586,5.845 "/> <polygon fill="%2300b200" points="9.586,19.369 9.586,16.322 15.109,16.322 15.109,13.369 9.586,13.369 9.586,7.845 6.632,7.845 6.632,22.322 19.109,22.322 19.109,19.369 "/> </svg>');
}
.lightGreen.icon-attr-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.88,5.444 9.122,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.88,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.227,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.268,8.052 10.467,8.402 4.077,11.195 2.718,11.789 2.891,13.261 3.695,20.117 3.794,20.963 4.474,21.478 10.06,25.71 11.268,26.625 12.476,25.71 18.062,21.478 18.741,20.963 18.84,20.117 19.645,13.261 19.817,11.789 18.459,11.195 12.069,8.402 11.268,8.052 "/> <path fill="%23009900" d="M11.268,24.116l5.586-4.232l0.804-6.856l-6.39,3.64V24.116z"/> <path fill="%2300b200" d="M5.682,19.884l5.586,4.232v-7.448l-6.39-3.64L5.682,19.884z"/> <path fill="%2300e500" d="M17.658,13.028l-6.39-2.793l-6.39,2.793l6.39,3.64L17.658,13.028z"/> <path fill="%23676767" d="M3.689,21.67c0,0.562,0.161,0.97,0.484,1.223s0.795,0.386,1.418,0.397v1.157 c-1.047-0.011-1.857-0.251-2.43-0.719C2.586,23.26,2.3,22.601,2.3,21.753v-2.504c0-0.573-0.174-0.982-0.521-1.227 c-0.347-0.245-0.851-0.368-1.513-0.368v-1.165c0.716-0.011,1.234-0.143,1.554-0.397C2.14,15.837,2.3,15.446,2.3,14.917v-2.529 c0-0.854,0.298-1.518,0.893-1.992S4.587,9.685,5.59,9.685v1.149c-1.268,0.033-1.901,0.581-1.901,1.645v2.438 c0,1.185-0.615,1.885-1.843,2.099v0.099c1.229,0.215,1.843,0.915,1.843,2.099V21.67z"/> <path fill="%23676767" d="M20.635,17.016c-1.229-0.215-1.843-0.915-1.843-2.099v-2.438c0-1.063-0.625-1.612-1.876-1.645V9.685 c1.014,0,1.811,0.24,2.393,0.719s0.872,1.141,0.872,1.984v2.529c0,0.534,0.162,0.927,0.488,1.178 c0.325,0.251,0.846,0.381,1.562,0.393v1.165c-0.672,0-1.182,0.123-1.529,0.368c-0.347,0.245-0.521,0.654-0.521,1.227v2.504 c0,0.843-0.282,1.5-0.847,1.971c-0.565,0.471-1.371,0.712-2.418,0.723V23.29c0.612-0.011,1.077-0.143,1.397-0.397 c0.319-0.253,0.479-0.661,0.479-1.223v-2.455c0-0.628,0.152-1.108,0.455-1.438c0.303-0.331,0.766-0.551,1.389-0.661V17.016z"/> </svg>');
}
.lightGreen.icon-attr-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <polyline fill="%23CCCCCC" points="11.352,18.071 10.08,18.812 9.833,18.954 22.042,26.906 22.132,24.916 11.352,18.071 "/> <polygon fill="%23CCCCCC" points="24.795,10.471 26.5,9.468 9.227,1 7.514,1.741 "/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.388,5.593 9.757,7.86 2.247,18.304 1.102,19.896 2.67,21.072 10.181,26.705 11.386,27.609 12.587,26.7 20.039,21.067 21.591,19.894 20.461,18.31 13.009,7.866 11.388,5.593 "/> <path fill="%2300e500" d="M3.87,19.472l7.511,5.633V9.027L3.87,19.472z"/> <path fill="%23009900" d="M11.381,25.105l7.452-5.633L11.381,9.027V25.105z"/> </svg>');
}
.lightGreen.icon-attr-password{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M18.649,14.023v-0.677c-0.002-1.906-0.792-3.635-2.069-4.913l-3.945-2.066 c-0.452-0.083-0.917-0.131-1.394-0.131c-4.083,0-7.406,3.189-7.408,7.109v0.679C2.99,14.581,2.45,15.523,2.45,16.571v7.259 c0,1.696,1.411,3.076,3.146,3.076h4.412h1.85h0.807h4.223c1.735,0,3.146-1.38,3.146-3.076v-7.259 C20.034,15.523,19.493,14.58,18.649,14.023z"/> <path fill="none" d="M11.242,9.731h-0.002c-2.101,0.003-3.813,1.625-3.816,3.614v2h7.632v-1.999 C15.056,11.356,13.345,9.734,11.242,9.731z"/> <path fill="none" d="M14.197,19.049c0-1.494-1.284-2.71-2.862-2.71s-2.862,1.216-2.862,2.71c0,1.016,0.593,1.929,1.533,2.394v3.612 h2.657v-3.612C13.604,20.979,14.197,20.065,14.197,19.049z"/> <line fill="none" stroke="%2300b200" stroke-width="0" stroke-linecap="round" stroke-linejoin="round" x1="12.664" y1="25.055" x2="10.007" y2="25.055"/> <path fill="%2300b200" d="M17.132,15.37l-0.333-0.06v-1.964c-0.002-2.9-2.495-5.259-5.558-5.259c-3.063,0-5.556,2.359-5.557,5.259 v1.964l-0.332,0.06C4.742,15.479,4.3,15.985,4.3,16.571v7.259c0,0.676,0.581,1.226,1.295,1.226h4.412v-3.612 c-0.94-0.465-1.533-1.378-1.533-2.394c0-1.494,1.284-2.71,2.862-2.71s2.862,1.216,2.862,2.71c0,1.016-0.593,1.929-1.533,2.394v3.612 h4.223c0.715,0,1.296-0.55,1.296-1.226v-7.259C18.183,15.985,17.741,15.479,17.132,15.37z M15.057,15.345H7.425v-2 c0.003-1.99,1.715-3.611,3.816-3.614h0.002c2.102,0.003,3.814,1.625,3.814,3.615V15.345z"/> </svg> ');
}
.lightGreen.icon-attr-email{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M10.531,28.709c-1.862,0-3.555-0.404-5.03-1.2c-1.515-0.816-2.711-1.979-3.557-3.457 c-0.833-1.455-1.255-3.132-1.255-4.984v-1.4c0-1.853,0.422-3.53,1.255-4.984c0.845-1.478,2.042-2.641,3.557-3.458 c1.476-0.795,3.168-1.199,5.03-1.199c1.832,0,3.509,0.399,4.982,1.186c1.514,0.808,2.714,1.962,3.567,3.43 c0.844,1.45,1.271,3.108,1.271,4.926v1.4c0,1.803-0.508,3.252-1.51,4.308c-0.456,0.479-0.977,0.857-1.549,1.128l0.906,1.752 l-1.638,0.959c-0.925,0.542-1.886,0.948-2.855,1.207C12.742,28.579,11.673,28.709,10.531,28.709z"/> <path fill="%2300b200" d="M3.679,23.058c-0.66-1.154-0.99-2.484-0.99-3.991v-1.4c0-1.507,0.33-2.837,0.99-3.991 c0.66-1.154,1.583-2.051,2.771-2.691c1.187-0.64,2.547-0.96,4.081-0.96c1.507,0,2.854,0.316,4.041,0.95 c1.187,0.633,2.113,1.523,2.78,2.67s1,2.454,1,3.921v1.4c0,1.28-0.32,2.257-0.96,2.931c-0.641,0.673-1.447,1.01-2.421,1.01 c-0.6,0-1.113-0.113-1.54-0.34c-0.427-0.227-0.754-0.547-0.98-0.96c-0.427,0.867-1.28,1.3-2.561,1.3 c-2.014,0-3.021-1.207-3.021-3.621v-1.76c0-1.147,0.236-2.041,0.71-2.681s1.197-0.96,2.171-0.96c0.479,0,0.903,0.093,1.271,0.28 c0.366,0.187,0.637,0.434,0.81,0.74v-0.8h2.181v5.702c0,0.427,0.09,0.743,0.271,0.95c0.18,0.207,0.416,0.31,0.71,0.31 c0.373,0,0.653-0.164,0.84-0.49c0.187-0.327,0.28-0.857,0.28-1.59v-1.4c0-1.134-0.224-2.117-0.67-2.951 c-0.447-0.833-1.087-1.477-1.921-1.93c-0.833-0.454-1.83-0.68-2.99-0.68c-1.747,0-3.117,0.5-4.111,1.5 c-0.993,1-1.49,2.367-1.49,4.101v1.42c0,1.133,0.224,2.127,0.67,2.98c0.447,0.854,1.091,1.514,1.931,1.98s1.841,0.7,3.001,0.7 c0.8,0,1.52-0.083,2.16-0.25c0.64-0.167,1.3-0.423,1.98-0.771l0.88,1.701c-0.773,0.453-1.561,0.787-2.36,1s-1.687,0.32-2.66,0.32 c-1.534,0-2.895-0.32-4.081-0.96C5.262,25.109,4.339,24.212,3.679,23.058z M11.79,17.547c0-1.187-0.439-1.78-1.32-1.78 c-0.467,0-0.81,0.157-1.03,0.47c-0.22,0.313-0.33,0.743-0.33,1.29v1.641c0,0.6,0.107,1.06,0.32,1.38 c0.214,0.32,0.561,0.48,1.04,0.48c0.881,0,1.32-0.6,1.32-1.801V17.547z"/> </svg> ');
}
.lightGreen.icon-attr-listbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%2300b200" points="18.014,26.499 18.349,20.786 12.948,17.729 12.844,23.323 18.014,26.499 "/> <polygon fill="%2300b200" points="18.78,11.733 13.075,8.855 12.963,15.036 13.804,15.505 18.408,18.071 "/> <polyline fill="%23009900" points="18.349,20.786 18.014,26.499 19.569,25.406 19.963,19.737 18.349,20.786 "/> <polygon fill="%23009900" points="20.476,10.744 18.78,11.733 18.408,18.071 19.167,17.58 20.037,17.03 "/> <polyline fill="%2300e500" points="19.167,19.299 14.536,16.796 13.804,17.223 12.948,17.729 18.349,20.786 19.963,19.737 19.167,19.299 "/> <polygon fill="%2300e500" points="20.476,10.744 14.786,7.955 13.075,8.855 18.78,11.733 "/> <polyline fill="%2300b200" points="14.536,28.758 14.858,23.172 9.319,19.732 9.239,24.072 9.223,25.222 14.536,28.758 "/> <polyline fill="%23009900" points="16.529,21.99 14.858,23.172 14.536,28.758 16.136,27.553 16.529,21.99 "/> <polyline fill="%2300e500" points="10.999,18.639 10.083,19.225 9.319,19.732 14.858,23.172 16.529,21.99 10.999,18.639 "/> <polyline fill="%2300b200" points="11.14,31.33 11.471,25.575 5.766,22.031 5.683,26.503 5.666,27.687 11.14,31.33 "/> <polyline fill="%23009900" points="13.193,24.358 11.471,25.575 11.14,31.33 12.787,30.088 13.193,24.358 "/> <polyline fill="%2300e500" points="7.496,20.905 6.552,21.51 5.766,22.031 11.471,25.575 13.193,24.358 7.496,20.905 "/> </svg>');
}
.lightGreen.icon-attr-dropdownbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%2300e500" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%2300b200" points="17.084,10.998 14.004,9.468 13.969,15.073 11.289,13.689 15.415,22.015 20.009,18.2 17.049,16.668 "/> <polygon fill="%2300e500" points="12.715,12.962 11.289,13.689 13.969,15.073 13.969,13.661 "/> <polygon fill="%23009900" points="17.049,16.668 18.482,16 18.482,11.821 17.083,11.086 "/> <polygon fill="%2300e500" points="20.009,18.2 21.402,17.338 18.482,16 17.049,16.668 "/> <polygon fill="%23009900" points="24.526,15.073 26.174,14.017 26.493,9.468 24.787,10.47 "/> <polygon fill="%2300b200" points="7.507,1.741 24.787,10.47 24.526,15.073 7.776,6.273 "/> <polygon fill="%23009900" points="21.402,17.338 17.208,20.986 15.415,22.015 20.009,18.2 "/> </svg>');
}
.lightGreen.icon-attr-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="7.11,7.559 2.23,12.439 6.361,16.571 2.23,20.703 7.11,25.583 11.241,21.451 15.373,25.583 20.254,20.703 16.122,16.571 20.254,12.439 15.373,8.559 11.241,11.69 7.11,7.559 7.11,7.559 7.11,7.559 "/> <polygon fill="%2300b200" points="11.242,18.623 7.11,22.755 5.058,20.703 9.19,16.571 5.058,12.439 7.11,10.387 11.242,14.519 15.373,10.387 17.425,12.439 13.294,16.571 17.425,20.703 15.373,22.755 "/> </svg>');
}
.lightGreen.icon-attr-download{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23009900" points="16.013,21.087 4.278,21.896 4.429,24.323 16.013,23.514 16.013,21.087 "/> <polyline fill="%23009900" points="18.003,15.213 12.593,18.746 14.395,19.976 18.003,17.597 18.003,15.213 "/> <polygon fill="%2300e500" points="14.724,13.078 18.003,15.213 12.593,18.746 16.013,21.087 4.278,21.896 6.144,14.346 9.304,16.503 "/> </svg>');
}
.lightGreen.icon-attr-upload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%2300b200" points="4.374,19.059 4.601,21.837 8.009,24.148 7.835,21.338 4.374,19.059 "/> <polyline fill="%2300b200" points="6.772,17.746 9.007,16.52 5.687,14.448 5.871,17.171 6.772,17.746 "/> <polyline fill="%2300b200" points="16.169,23.758 16.114,20.947 12.479,18.69 12.588,21.468 16.169,23.758 "/> <polyline fill="%23009900" points="7.835,21.338 8.009,24.148 12.588,21.468 12.479,18.69 7.835,21.338 "/> <polyline fill="%23009900" points="16.114,20.947 16.169,23.758 17.59,16.488 17.558,13.775 16.114,20.947 "/> <polyline fill="%2300e500" points="9.007,16.52 6.772,17.746 4.374,19.059 7.835,21.338 12.479,18.69 16.114,20.947 17.558,13.775 5.687,14.448 9.007,16.52 "/> </svg>');
}
.lightGreen.icon-attr-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23009900" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%23009900" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%23009900" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%2300e500" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg>');
}
.yellow.icon-attr-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.yellow.icon-attr-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23a58d00" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23a58d00" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23f9e100" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23f9e100" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23ccaa00" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.yellow.icon-attr-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.994,5.442 9.236,4.522 9.946,18.945 10.186,18.803 10.193,18.81 11.465,18.07 10.994,5.442 "/> <polygon fill="%23676767" points="26.613,9.467 24.908,10.469 23.778,29.717 25.274,28.588 "/> <polyline fill="%23CCCCCC" points="11.465,18.07 10.193,18.81 9.946,18.953 22.155,26.905 22.245,24.915 11.465,18.07 "/> <polygon fill="%23CCCCCC" points="24.908,10.469 26.613,9.467 9.34,0.999 7.627,1.739 "/> <path fill="%23999999" d="M7.627,1.739L8.69,19.671l15.089,10.047l1.13-19.248L7.627,1.739z M22.155,26.905L9.947,18.952L9.236,4.522 l13.6,7.122L22.155,26.905z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.245,12.68 21.842,24.559 12.267,31.768 "/> <path fill="%23a58d00" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23ccaa00" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> </svg>');
}
.yellow.icon-attr-root-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.876,5.442 9.118,4.522 9.829,18.945 10.068,18.803 10.075,18.81 11.347,18.07 10.876,5.442 "/> <polygon fill="%23676767" points="26.496,9.467 24.79,10.469 23.66,29.717 25.156,28.588 "/> <polyline fill="%23CCCCCC" points="11.347,18.07 10.075,18.81 9.829,18.953 22.037,26.905 22.127,24.915 11.347,18.07 "/> <polygon fill="%23CCCCCC" points="24.79,10.469 26.496,9.467 9.223,0.999 7.51,1.739 "/> <path fill="%23999999" d="M7.51,1.739l1.062,17.931L23.66,29.717l1.13-19.248L7.51,1.739z M22.037,26.905L9.829,18.952L9.118,4.522 l13.6,7.122L22.037,26.905z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 22.718,11.644 21.834,24.572 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%23a58d00" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%23ccaa00" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%23f9e100" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%23ccaa00" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%23f9e100" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg>');
}
.yellow.icon-attr-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="2.584,24.487 1.219,12.853 12.06,8.114 22.263,13.056 21.537,24.487 12.06,31.666 "/> <path fill="%23a58d00" d="M12.061,29.157l7.59-5.75l1.093-9.315l-8.683,4.945V29.157z"/> <path fill="%23ccaa00" d="M4.471,23.407l7.59,5.75v-10.12l-8.683-4.945L4.471,23.407z"/> <path fill="%23f9e100" d="M20.743,14.092l-8.683-3.795l-8.683,3.795l8.683,4.945L20.743,14.092z"/> </svg>');
}
.yellow.icon-attr-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.5,9.468 25.794,10.471 24.665,29.718 26.161,28.589 "/> <polyline fill="%23676767" points="11.88,5.444 10.122,4.523 10.833,18.946 11.072,18.804 11.08,18.812 12.351,18.071 11.88,5.444 "/> <polyline fill="%23CCCCCC" points="12.351,18.071 11.08,18.812 10.833,18.954 23.041,26.906 23.131,24.916 12.351,18.071 "/> <polygon fill="%23CCCCCC" points="25.794,10.471 27.5,9.468 10.227,1 8.514,1.741 "/> <path fill="%23999999" d="M8.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L8.514,1.741z M23.041,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L23.041,26.906z"/> <polygon fill="%23a58d00" points="24.262,11.216 22.501,12.245 21.334,32 22.879,30.841 "/> <polyline fill="%23a58d00" points="8.129,7.085 6.314,6.141 7.048,20.944 7.295,20.798 7.303,20.806 8.616,20.045 8.129,7.085 "/> <polyline fill="%23f9e100" points="8.616,20.045 7.303,20.806 7.048,20.951 19.657,29.113 19.75,27.071 8.616,20.045 "/> <polygon fill="%23f9e100" points="22.501,12.245 24.262,11.216 6.422,2.525 4.653,3.285 "/> <path fill="%23ccaa00" d="M4.653,3.285L5.75,21.689L21.334,32l1.167-19.755L4.653,3.285z M19.657,29.113L7.048,20.951L6.314,6.141 L20.36,13.45L19.657,29.113z"/> </svg>');
}
.yellow.icon-attr-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M12.255,27.129c-0.179,0.022-0.358,0.034-0.538,0.034c-1.576,0-2.866-0.839-3.671-1.542 c-1.821-1.594-3.111-4.128-3.538-6.953c-0.424-2.798,0.089-6.36,2.813-7.621l-0.013-0.099l0.883-0.2 c0.133-0.03,0.466-0.097,0.859-0.177c0.557-0.112,1.442-0.289,1.638-0.343c0.412-0.102,0.771-0.146,1.132-0.146 c2.426,0,4.208,1.953,4.862,2.793c1.123,1.445,1.926,3.317,2.262,5.272c0.297,1.737,0.365,4.224-0.991,6.207 c-0.741,1.083-2.172,1.646-3.967,2.26l-0.809,0.285l-0.877,0.332L12.255,27.129z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.8776" y1="12.0814" x2="12.8776" y2="25.0583"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="0.2588" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M11.24,12.151c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C14.227,12.976,12.775,11.778,11.24,12.151"/> <path fill="%23ccaa00" d="M8.462,12.745c-2.154,0.693-2.251,3.814-1.977,5.624c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C12.828,14.925,10.847,11.984,8.462,12.745z"/> </svg>');
}
.yellow.icon-attr-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M8.373,11.645c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.373,21.207,8.373,16.426,8.373,11.645L8.373,11.645z"/> <path fill="%23FFFFFF" d="M4.733,6.743c-0.724,0-1.405,0.185-2.025,0.55C2.097,7.652,1.61,8.143,1.26,8.753 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.138,6.928,5.456,6.743,4.733,6.743L4.733,6.743z"/> <rect x="3.092" y="13.645" fill="%23ccaa00" width="3.281" height="10.342"/> <path fill="%23ccaa00" d="M6.735,10.745c0,2.421-3.668,2.669-3.987,0.268C2.384,8.274,6.735,7.99,6.735,10.745z"/> <path fill="%23FFFFFF" d="M21.563,13.838c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.811,18.12,21.791,15.769,21.563,13.838z"/> <path fill="%23ccaa00" d="M19.655,16.868c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V9.749c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.791,13.629,19.655,15.316,19.655,16.868z M16.159,16.868c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.425,19.907,16.159,18.051,16.159,16.868z"/> </svg>');
}
.yellow.icon-attr-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="none" points="10.055,18.948 12.536,18.948 11.334,15.149 "/> <g> <polygon fill="%23ccaa00" points="13.383,24.988 12.719,22.868 9.794,22.868 9.101,24.988 3.286,24.988 9.188,8.749 13.295,8.749 19.197,24.988 "/> <path fill="%23FFFFFF" d="M12.594,9.749l5.176,14.238h-3.652l-0.664-2.119H9.069l-0.693,2.119H4.713L9.889,9.749H12.594 M10.055,18.948h2.48l-1.201-3.799L10.055,18.948 M13.995,7.749h-1.401H9.889H8.488L8.009,9.066L2.834,23.304l-0.975,2.683h2.855 h3.662h1.45l0.451-1.378l0.242-0.741h1.466l0.225,0.717l0.439,1.402h1.469h3.652h2.855l-0.975-2.683L14.474,9.066L13.995,7.749 L13.995,7.749z"/> </g> </svg>');
}
.yellow.icon-attr-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M12.131,7.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,8.181,13.305,7.926,12.131,7.926L12.131,7.926z"/> <path fill="%23ccaa00" d="M16.867,20.027c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.044,22.532,7.78,21.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V15.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,19.044,16.867,19.506,16.867,20.027z"/> </svg>');
}
.yellow.icon-attr-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="0,21.163 8.256,13.622 8.256,19.463 6.388,21.172 8.256,22.888 8.256,28.734 "/> <polygon fill="%23FFFFFF" points="16.238,22.888 18.105,21.172 16.238,19.463 16.238,13.622 24.144,21.163 16.238,28.734 "/> <rect x="9.68" y="15.184" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4219 8.9277)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23ccaa00" d="M7.256,26.46l-5.775-5.295l5.775-5.275v3.133L4.908,21.17l2.348,2.157V26.46z"/> <path fill="%23ccaa00" d="M23.013,21.164l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147V15.89L23.013,21.164z"/> <rect x="7.256" y="19.608" fill="%23ccaa00" width="9.982" height="3.133"/> </svg>');
}
.yellow.icon-attr-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.794,10.47 23.665,29.718 25.161,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.946 10.072,18.804 10.08,18.811 11.351,18.07 10.88,5.443 "/> <path fill="%23CCCCCC" d="M11.351,18.07l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.351,18.07 M24.794,10.47L26.5,9.468 L9.227,1L7.514,1.74L24.794,10.47z"/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M4.342,17.846c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.455,18.261,5.452,17.846,4.342,17.846L4.342,17.846z"/> <path fill="%23FFFFFF" d="M12.829,7.631c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,8.528,15.09,7.631,12.829,7.631L12.829,7.631z"/> <path fill="%23ccaa00" d="M18.244,16.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,13.781,18.247,15.385,18.244,16.868z M14.748,16.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,20.991,14.748,18.334,14.748,16.868z"/> <path fill="%23ccaa00" d="M6.441,21.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615S3.268,23.84,2.857,23.43 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,21.366,6.441,21.946z"/> </svg>');
}
.yellow.icon-attr-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M19.77,21.03c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272V21.03H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.603 2.322,22.28 0,19.957 3.133,16.824 5.456,19.146 7.778,16.824 10.912,19.957 8.589,22.28 10.912,24.603 7.778,27.737 5.456,25.414 3.133,27.737 "/> <polygon fill="%23ccaa00" points="9.498,19.957 7.778,18.238 5.456,20.56 3.133,18.238 1.414,19.957 3.736,22.28 1.414,24.603 3.133,26.322 5.456,23.999 7.778,26.322 9.498,24.603 7.175,22.28 "/> <path fill="%23ccaa00" d="M19.243,25.989H9.878V23.03l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333L14.38,23.03h4.863V25.989z"/> </svg>');
}
.yellow.icon-attr-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <circle fill="%23FFFFFF" cx="11.708" cy="16.285" r="8.429"/> <path fill="%23ccaa00" d="M11.702,9.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,9.856,11.702,9.856z"/> <path fill="none" d="M3.993,8.57h15.431V24H3.993V8.57z"/> <polygon fill="%23FFFFFF" points="15.79,20.179 10.518,16.987 10.518,11.03 12.518,11.03 12.518,15.86 16.825,18.468 "/> </svg>');
}
.yellow.icon-attr-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.834,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.228,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.515,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.515,1.741z M22.042,26.906L9.834,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="21.816,11.17 18.308,9.333 10.301,17.34 6.09,13.129 1.14,18.078 10.301,27.24 22.575,14.966 22.704,12.059 "/> <polygon fill="%23ccaa00" points="10.301,24.411 3.969,18.078 6.09,15.957 10.301,20.168 19.144,11.326 21.265,13.447 "/> </svg>');
}
.yellow.icon-attr-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.717 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.522 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.522 l13.6,7.122L22.041,26.905z"/> <polygon fill="%23FFFFFF" points="15.282,7.748 3.994,7.748 3.994,14.863 7.5,14.863 7.5,25.986 14.996,25.986 14.996,14.863 18.502,14.863 18.502,9.434 "/> <polygon fill="%23ccaa00" points="16.502,12.863 12.996,12.863 12.996,23.986 9.5,23.986 9.5,12.863 5.994,12.863 5.994,9.748 16.502,9.748 "/> </svg>');
}
.yellow.icon-attr-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="4.632,5.845 4.632,24.323 21.109,24.323 21.109,17.369 17.109,17.322 17.109,11.369 11.586,11.369 11.586,5.845 11.586,5.845 "/> <polygon fill="%23ccaa00" points="9.586,19.369 9.586,16.322 15.109,16.322 15.109,13.369 9.586,13.369 9.586,7.845 6.632,7.845 6.632,22.322 19.109,22.322 19.109,19.369 "/> </svg>');
}
.yellow.icon-attr-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.88,5.444 9.122,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.88,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.227,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.268,8.052 10.467,8.402 4.077,11.195 2.718,11.789 2.891,13.261 3.695,20.117 3.794,20.963 4.474,21.478 10.06,25.71 11.268,26.625 12.476,25.71 18.062,21.478 18.741,20.963 18.84,20.117 19.645,13.261 19.817,11.789 18.459,11.195 12.069,8.402 11.268,8.052 "/> <path fill="%23a58d00" d="M11.268,24.116l5.586-4.232l0.804-6.856l-6.39,3.64V24.116z"/> <path fill="%23ccaa00" d="M5.682,19.884l5.586,4.232v-7.448l-6.39-3.64L5.682,19.884z"/> <path fill="%23f9e100" d="M17.658,13.028l-6.39-2.793l-6.39,2.793l6.39,3.64L17.658,13.028z"/> <path fill="%23676767" d="M3.689,21.67c0,0.562,0.161,0.97,0.484,1.223s0.795,0.386,1.418,0.397v1.157 c-1.047-0.011-1.857-0.251-2.43-0.719C2.586,23.26,2.3,22.601,2.3,21.753v-2.504c0-0.573-0.174-0.982-0.521-1.227 c-0.347-0.245-0.851-0.368-1.513-0.368v-1.165c0.716-0.011,1.234-0.143,1.554-0.397C2.14,15.837,2.3,15.446,2.3,14.917v-2.529 c0-0.854,0.298-1.518,0.893-1.992S4.587,9.685,5.59,9.685v1.149c-1.268,0.033-1.901,0.581-1.901,1.645v2.438 c0,1.185-0.615,1.885-1.843,2.099v0.099c1.229,0.215,1.843,0.915,1.843,2.099V21.67z"/> <path fill="%23676767" d="M20.635,17.016c-1.229-0.215-1.843-0.915-1.843-2.099v-2.438c0-1.063-0.625-1.612-1.876-1.645V9.685 c1.014,0,1.811,0.24,2.393,0.719s0.872,1.141,0.872,1.984v2.529c0,0.534,0.162,0.927,0.488,1.178 c0.325,0.251,0.846,0.381,1.562,0.393v1.165c-0.672,0-1.182,0.123-1.529,0.368c-0.347,0.245-0.521,0.654-0.521,1.227v2.504 c0,0.843-0.282,1.5-0.847,1.971c-0.565,0.471-1.371,0.712-2.418,0.723V23.29c0.612-0.011,1.077-0.143,1.397-0.397 c0.319-0.253,0.479-0.661,0.479-1.223v-2.455c0-0.628,0.152-1.108,0.455-1.438c0.303-0.331,0.766-0.551,1.389-0.661V17.016z"/> </svg>');
}
.yellow.icon-attr-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <polyline fill="%23CCCCCC" points="11.352,18.071 10.08,18.812 9.833,18.954 22.042,26.906 22.132,24.916 11.352,18.071 "/> <polygon fill="%23CCCCCC" points="24.795,10.471 26.5,9.468 9.227,1 7.514,1.741 "/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.388,5.593 9.757,7.86 2.247,18.304 1.102,19.896 2.67,21.072 10.181,26.705 11.386,27.609 12.587,26.7 20.039,21.067 21.591,19.894 20.461,18.31 13.009,7.866 11.388,5.593 "/> <path fill="%23f9e100" d="M3.87,19.472l7.511,5.633V9.027L3.87,19.472z"/> <path fill="%23a58d00" d="M11.381,25.105l7.452-5.633L11.381,9.027V25.105z"/> </svg>');
}
.yellow.icon-attr-password{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M18.649,14.023v-0.677c-0.002-1.906-0.792-3.635-2.069-4.913l-3.945-2.066 c-0.452-0.083-0.917-0.131-1.394-0.131c-4.083,0-7.406,3.189-7.408,7.109v0.679C2.99,14.581,2.45,15.523,2.45,16.571v7.259 c0,1.696,1.411,3.076,3.146,3.076h4.412h1.85h0.807h4.223c1.735,0,3.146-1.38,3.146-3.076v-7.259 C20.034,15.523,19.493,14.58,18.649,14.023z"/> <path fill="none" d="M11.242,9.731h-0.002c-2.101,0.003-3.813,1.625-3.816,3.614v2h7.632v-1.999 C15.056,11.356,13.345,9.734,11.242,9.731z"/> <path fill="none" d="M14.197,19.049c0-1.494-1.284-2.71-2.862-2.71s-2.862,1.216-2.862,2.71c0,1.016,0.593,1.929,1.533,2.394v3.612 h2.657v-3.612C13.604,20.979,14.197,20.065,14.197,19.049z"/> <line fill="none" stroke="%23ccaa00" stroke-width="0" stroke-linecap="round" stroke-linejoin="round" x1="12.664" y1="25.055" x2="10.007" y2="25.055"/> <path fill="%23ccaa00" d="M17.132,15.37l-0.333-0.06v-1.964c-0.002-2.9-2.495-5.259-5.558-5.259c-3.063,0-5.556,2.359-5.557,5.259 v1.964l-0.332,0.06C4.742,15.479,4.3,15.985,4.3,16.571v7.259c0,0.676,0.581,1.226,1.295,1.226h4.412v-3.612 c-0.94-0.465-1.533-1.378-1.533-2.394c0-1.494,1.284-2.71,2.862-2.71s2.862,1.216,2.862,2.71c0,1.016-0.593,1.929-1.533,2.394v3.612 h4.223c0.715,0,1.296-0.55,1.296-1.226v-7.259C18.183,15.985,17.741,15.479,17.132,15.37z M15.057,15.345H7.425v-2 c0.003-1.99,1.715-3.611,3.816-3.614h0.002c2.102,0.003,3.814,1.625,3.814,3.615V15.345z"/> </svg> ');
}
.yellow.icon-attr-email{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M10.531,28.709c-1.862,0-3.555-0.404-5.03-1.2c-1.515-0.816-2.711-1.979-3.557-3.457 c-0.833-1.455-1.255-3.132-1.255-4.984v-1.4c0-1.853,0.422-3.53,1.255-4.984c0.845-1.478,2.042-2.641,3.557-3.458 c1.476-0.795,3.168-1.199,5.03-1.199c1.832,0,3.509,0.399,4.982,1.186c1.514,0.808,2.714,1.962,3.567,3.43 c0.844,1.45,1.271,3.108,1.271,4.926v1.4c0,1.803-0.508,3.252-1.51,4.308c-0.456,0.479-0.977,0.857-1.549,1.128l0.906,1.752 l-1.638,0.959c-0.925,0.542-1.886,0.948-2.855,1.207C12.742,28.579,11.673,28.709,10.531,28.709z"/> <path fill="%23ccaa00" d="M3.679,23.058c-0.66-1.154-0.99-2.484-0.99-3.991v-1.4c0-1.507,0.33-2.837,0.99-3.991 c0.66-1.154,1.583-2.051,2.771-2.691c1.187-0.64,2.547-0.96,4.081-0.96c1.507,0,2.854,0.316,4.041,0.95 c1.187,0.633,2.113,1.523,2.78,2.67s1,2.454,1,3.921v1.4c0,1.28-0.32,2.257-0.96,2.931c-0.641,0.673-1.447,1.01-2.421,1.01 c-0.6,0-1.113-0.113-1.54-0.34c-0.427-0.227-0.754-0.547-0.98-0.96c-0.427,0.867-1.28,1.3-2.561,1.3 c-2.014,0-3.021-1.207-3.021-3.621v-1.76c0-1.147,0.236-2.041,0.71-2.681s1.197-0.96,2.171-0.96c0.479,0,0.903,0.093,1.271,0.28 c0.366,0.187,0.637,0.434,0.81,0.74v-0.8h2.181v5.702c0,0.427,0.09,0.743,0.271,0.95c0.18,0.207,0.416,0.31,0.71,0.31 c0.373,0,0.653-0.164,0.84-0.49c0.187-0.327,0.28-0.857,0.28-1.59v-1.4c0-1.134-0.224-2.117-0.67-2.951 c-0.447-0.833-1.087-1.477-1.921-1.93c-0.833-0.454-1.83-0.68-2.99-0.68c-1.747,0-3.117,0.5-4.111,1.5 c-0.993,1-1.49,2.367-1.49,4.101v1.42c0,1.133,0.224,2.127,0.67,2.98c0.447,0.854,1.091,1.514,1.931,1.98s1.841,0.7,3.001,0.7 c0.8,0,1.52-0.083,2.16-0.25c0.64-0.167,1.3-0.423,1.98-0.771l0.88,1.701c-0.773,0.453-1.561,0.787-2.36,1s-1.687,0.32-2.66,0.32 c-1.534,0-2.895-0.32-4.081-0.96C5.262,25.109,4.339,24.212,3.679,23.058z M11.79,17.547c0-1.187-0.439-1.78-1.32-1.78 c-0.467,0-0.81,0.157-1.03,0.47c-0.22,0.313-0.33,0.743-0.33,1.29v1.641c0,0.6,0.107,1.06,0.32,1.38 c0.214,0.32,0.561,0.48,1.04,0.48c0.881,0,1.32-0.6,1.32-1.801V17.547z"/> </svg> ');
}
.yellow.icon-attr-listbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23ccaa00" points="18.014,26.499 18.349,20.786 12.948,17.729 12.844,23.323 18.014,26.499 "/> <polygon fill="%23ccaa00" points="18.78,11.733 13.075,8.855 12.963,15.036 13.804,15.505 18.408,18.071 "/> <polyline fill="%23a58d00" points="18.349,20.786 18.014,26.499 19.569,25.406 19.963,19.737 18.349,20.786 "/> <polygon fill="%23a58d00" points="20.476,10.744 18.78,11.733 18.408,18.071 19.167,17.58 20.037,17.03 "/> <polyline fill="%23f9e100" points="19.167,19.299 14.536,16.796 13.804,17.223 12.948,17.729 18.349,20.786 19.963,19.737 19.167,19.299 "/> <polygon fill="%23f9e100" points="20.476,10.744 14.786,7.955 13.075,8.855 18.78,11.733 "/> <polyline fill="%23ccaa00" points="14.536,28.758 14.858,23.172 9.319,19.732 9.239,24.072 9.223,25.222 14.536,28.758 "/> <polyline fill="%23a58d00" points="16.529,21.99 14.858,23.172 14.536,28.758 16.136,27.553 16.529,21.99 "/> <polyline fill="%23f9e100" points="10.999,18.639 10.083,19.225 9.319,19.732 14.858,23.172 16.529,21.99 10.999,18.639 "/> <polyline fill="%23ccaa00" points="11.14,31.33 11.471,25.575 5.766,22.031 5.683,26.503 5.666,27.687 11.14,31.33 "/> <polyline fill="%23a58d00" points="13.193,24.358 11.471,25.575 11.14,31.33 12.787,30.088 13.193,24.358 "/> <polyline fill="%23f9e100" points="7.496,20.905 6.552,21.51 5.766,22.031 11.471,25.575 13.193,24.358 7.496,20.905 "/> </svg>');
}
.yellow.icon-attr-dropdownbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23f9e100" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23ccaa00" points="17.084,10.998 14.004,9.468 13.969,15.073 11.289,13.689 15.415,22.015 20.009,18.2 17.049,16.668 "/> <polygon fill="%23f9e100" points="12.715,12.962 11.289,13.689 13.969,15.073 13.969,13.661 "/> <polygon fill="%23a58d00" points="17.049,16.668 18.482,16 18.482,11.821 17.083,11.086 "/> <polygon fill="%23f9e100" points="20.009,18.2 21.402,17.338 18.482,16 17.049,16.668 "/> <polygon fill="%23a58d00" points="24.526,15.073 26.174,14.017 26.493,9.468 24.787,10.47 "/> <polygon fill="%23ccaa00" points="7.507,1.741 24.787,10.47 24.526,15.073 7.776,6.273 "/> <polygon fill="%23a58d00" points="21.402,17.338 17.208,20.986 15.415,22.015 20.009,18.2 "/> </svg>');
}
.yellow.icon-attr-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="7.11,7.559 2.23,12.439 6.361,16.571 2.23,20.703 7.11,25.583 11.241,21.451 15.373,25.583 20.254,20.703 16.122,16.571 20.254,12.439 15.373,8.559 11.241,11.69 7.11,7.559 7.11,7.559 7.11,7.559 "/> <polygon fill="%23ccaa00" points="11.242,18.623 7.11,22.755 5.058,20.703 9.19,16.571 5.058,12.439 7.11,10.387 11.242,14.519 15.373,10.387 17.425,12.439 13.294,16.571 17.425,20.703 15.373,22.755 "/> </svg>');
}
.yellow.icon-attr-download{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23a58d00" points="16.013,21.087 4.278,21.896 4.429,24.323 16.013,23.514 16.013,21.087 "/> <polyline fill="%23a58d00" points="18.003,15.213 12.593,18.746 14.395,19.976 18.003,17.597 18.003,15.213 "/> <polygon fill="%23f9e100" points="14.724,13.078 18.003,15.213 12.593,18.746 16.013,21.087 4.278,21.896 6.144,14.346 9.304,16.503 "/> </svg>');
}
.yellow.icon-attr-upload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23ccaa00" points="4.374,19.059 4.601,21.837 8.009,24.148 7.835,21.338 4.374,19.059 "/> <polyline fill="%23ccaa00" points="6.772,17.746 9.007,16.52 5.687,14.448 5.871,17.171 6.772,17.746 "/> <polyline fill="%23ccaa00" points="16.169,23.758 16.114,20.947 12.479,18.69 12.588,21.468 16.169,23.758 "/> <polyline fill="%23a58d00" points="7.835,21.338 8.009,24.148 12.588,21.468 12.479,18.69 7.835,21.338 "/> <polyline fill="%23a58d00" points="16.114,20.947 16.169,23.758 17.59,16.488 17.558,13.775 16.114,20.947 "/> <polyline fill="%23f9e100" points="9.007,16.52 6.772,17.746 4.374,19.059 7.835,21.338 12.479,18.69 16.114,20.947 17.558,13.775 5.687,14.448 9.007,16.52 "/> </svg>');
}
.yellow.icon-attr-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a58d00" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%23a58d00" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%23a58d00" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%23f9e100" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg>');
}
.purple.icon-attr-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.purple.icon-attr-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23990099" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23990099" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23FF99FF" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23FF99FF" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23FF66FF" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.purple.icon-attr-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.994,5.442 9.236,4.522 9.946,18.945 10.186,18.803 10.193,18.81 11.465,18.07 10.994,5.442 "/> <polygon fill="%23676767" points="26.613,9.467 24.908,10.469 23.778,29.717 25.274,28.588 "/> <polyline fill="%23CCCCCC" points="11.465,18.07 10.193,18.81 9.946,18.953 22.155,26.905 22.245,24.915 11.465,18.07 "/> <polygon fill="%23CCCCCC" points="24.908,10.469 26.613,9.467 9.34,0.999 7.627,1.739 "/> <path fill="%23999999" d="M7.627,1.739L8.69,19.671l15.089,10.047l1.13-19.248L7.627,1.739z M22.155,26.905L9.947,18.952L9.236,4.522 l13.6,7.122L22.155,26.905z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.245,12.68 21.842,24.559 12.267,31.768 "/> <path fill="%23990099" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23FF66FF" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> </svg>');
}
.purple.icon-attr-root-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.876,5.442 9.118,4.522 9.829,18.945 10.068,18.803 10.075,18.81 11.347,18.07 10.876,5.442 "/> <polygon fill="%23676767" points="26.496,9.467 24.79,10.469 23.66,29.717 25.156,28.588 "/> <polyline fill="%23CCCCCC" points="11.347,18.07 10.075,18.81 9.829,18.953 22.037,26.905 22.127,24.915 11.347,18.07 "/> <polygon fill="%23CCCCCC" points="24.79,10.469 26.496,9.467 9.223,0.999 7.51,1.739 "/> <path fill="%23999999" d="M7.51,1.739l1.062,17.931L23.66,29.717l1.13-19.248L7.51,1.739z M22.037,26.905L9.829,18.952L9.118,4.522 l13.6,7.122L22.037,26.905z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 22.718,11.644 21.834,24.572 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%23990099" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%23FF66FF" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%23FF99FF" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%23FF66FF" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%23FF99FF" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg>');
}
.purple.icon-attr-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="2.584,24.487 1.219,12.853 12.06,8.114 22.263,13.056 21.537,24.487 12.06,31.666 "/> <path fill="%23990099" d="M12.061,29.157l7.59-5.75l1.093-9.315l-8.683,4.945V29.157z"/> <path fill="%23FF66FF" d="M4.471,23.407l7.59,5.75v-10.12l-8.683-4.945L4.471,23.407z"/> <path fill="%23FF99FF" d="M20.743,14.092l-8.683-3.795l-8.683,3.795l8.683,4.945L20.743,14.092z"/> </svg>');
}
.purple.icon-attr-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.5,9.468 25.794,10.471 24.665,29.718 26.161,28.589 "/> <polyline fill="%23676767" points="11.88,5.444 10.122,4.523 10.833,18.946 11.072,18.804 11.08,18.812 12.351,18.071 11.88,5.444 "/> <polyline fill="%23CCCCCC" points="12.351,18.071 11.08,18.812 10.833,18.954 23.041,26.906 23.131,24.916 12.351,18.071 "/> <polygon fill="%23CCCCCC" points="25.794,10.471 27.5,9.468 10.227,1 8.514,1.741 "/> <path fill="%23999999" d="M8.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L8.514,1.741z M23.041,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L23.041,26.906z"/> <polygon fill="%23990099" points="24.262,11.216 22.501,12.245 21.334,32 22.879,30.841 "/> <polyline fill="%23990099" points="8.129,7.085 6.314,6.141 7.048,20.944 7.295,20.798 7.303,20.806 8.616,20.045 8.129,7.085 "/> <polyline fill="%23FF99FF" points="8.616,20.045 7.303,20.806 7.048,20.951 19.657,29.113 19.75,27.071 8.616,20.045 "/> <polygon fill="%23FF99FF" points="22.501,12.245 24.262,11.216 6.422,2.525 4.653,3.285 "/> <path fill="%23FF66FF" d="M4.653,3.285L5.75,21.689L21.334,32l1.167-19.755L4.653,3.285z M19.657,29.113L7.048,20.951L6.314,6.141 L20.36,13.45L19.657,29.113z"/> </svg>');
}
.purple.icon-attr-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M12.255,27.129c-0.179,0.022-0.358,0.034-0.538,0.034c-1.576,0-2.866-0.839-3.671-1.542 c-1.821-1.594-3.111-4.128-3.538-6.953c-0.424-2.798,0.089-6.36,2.813-7.621l-0.013-0.099l0.883-0.2 c0.133-0.03,0.466-0.097,0.859-0.177c0.557-0.112,1.442-0.289,1.638-0.343c0.412-0.102,0.771-0.146,1.132-0.146 c2.426,0,4.208,1.953,4.862,2.793c1.123,1.445,1.926,3.317,2.262,5.272c0.297,1.737,0.365,4.224-0.991,6.207 c-0.741,1.083-2.172,1.646-3.967,2.26l-0.809,0.285l-0.877,0.332L12.255,27.129z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.8776" y1="12.0814" x2="12.8776" y2="25.0583"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="0.2588" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M11.24,12.151c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C14.227,12.976,12.775,11.778,11.24,12.151"/> <path fill="%23FF66FF" d="M8.462,12.745c-2.154,0.693-2.251,3.814-1.977,5.624c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C12.828,14.925,10.847,11.984,8.462,12.745z"/> </svg>');
}
.purple.icon-attr-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M8.373,11.645c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.373,21.207,8.373,16.426,8.373,11.645L8.373,11.645z"/> <path fill="%23FFFFFF" d="M4.733,6.743c-0.724,0-1.405,0.185-2.025,0.55C2.097,7.652,1.61,8.143,1.26,8.753 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.138,6.928,5.456,6.743,4.733,6.743L4.733,6.743z"/> <rect x="3.092" y="13.645" fill="%23FF66FF" width="3.281" height="10.342"/> <path fill="%23FF66FF" d="M6.735,10.745c0,2.421-3.668,2.669-3.987,0.268C2.384,8.274,6.735,7.99,6.735,10.745z"/> <path fill="%23FFFFFF" d="M21.563,13.838c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.811,18.12,21.791,15.769,21.563,13.838z"/> <path fill="%23FF66FF" d="M19.655,16.868c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V9.749c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.791,13.629,19.655,15.316,19.655,16.868z M16.159,16.868c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.425,19.907,16.159,18.051,16.159,16.868z"/> </svg>');
}
.purple.icon-attr-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="none" points="10.055,18.948 12.536,18.948 11.334,15.149 "/> <g> <polygon fill="%23FF66FF" points="13.383,24.988 12.719,22.868 9.794,22.868 9.101,24.988 3.286,24.988 9.188,8.749 13.295,8.749 19.197,24.988 "/> <path fill="%23FFFFFF" d="M12.594,9.749l5.176,14.238h-3.652l-0.664-2.119H9.069l-0.693,2.119H4.713L9.889,9.749H12.594 M10.055,18.948h2.48l-1.201-3.799L10.055,18.948 M13.995,7.749h-1.401H9.889H8.488L8.009,9.066L2.834,23.304l-0.975,2.683h2.855 h3.662h1.45l0.451-1.378l0.242-0.741h1.466l0.225,0.717l0.439,1.402h1.469h3.652h2.855l-0.975-2.683L14.474,9.066L13.995,7.749 L13.995,7.749z"/> </g> </svg>');
}
.purple.icon-attr-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M12.131,7.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,8.181,13.305,7.926,12.131,7.926L12.131,7.926z"/> <path fill="%23FF66FF" d="M16.867,20.027c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.044,22.532,7.78,21.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V15.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,19.044,16.867,19.506,16.867,20.027z"/> </svg>');
}
.purple.icon-attr-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="0,21.163 8.256,13.622 8.256,19.463 6.388,21.172 8.256,22.888 8.256,28.734 "/> <polygon fill="%23FFFFFF" points="16.238,22.888 18.105,21.172 16.238,19.463 16.238,13.622 24.144,21.163 16.238,28.734 "/> <rect x="9.68" y="15.184" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4219 8.9277)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23FF66FF" d="M7.256,26.46l-5.775-5.295l5.775-5.275v3.133L4.908,21.17l2.348,2.157V26.46z"/> <path fill="%23FF66FF" d="M23.013,21.164l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147V15.89L23.013,21.164z"/> <rect x="7.256" y="19.608" fill="%23FF66FF" width="9.982" height="3.133"/> </svg>');
}
.purple.icon-attr-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.794,10.47 23.665,29.718 25.161,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.946 10.072,18.804 10.08,18.811 11.351,18.07 10.88,5.443 "/> <path fill="%23CCCCCC" d="M11.351,18.07l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.351,18.07 M24.794,10.47L26.5,9.468 L9.227,1L7.514,1.74L24.794,10.47z"/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M4.342,17.846c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.455,18.261,5.452,17.846,4.342,17.846L4.342,17.846z"/> <path fill="%23FFFFFF" d="M12.829,7.631c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,8.528,15.09,7.631,12.829,7.631L12.829,7.631z"/> <path fill="%23FF66FF" d="M18.244,16.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,13.781,18.247,15.385,18.244,16.868z M14.748,16.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,20.991,14.748,18.334,14.748,16.868z"/> <path fill="%23FF66FF" d="M6.441,21.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615S3.268,23.84,2.857,23.43 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,21.366,6.441,21.946z"/> </svg>');
}
.purple.icon-attr-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M19.77,21.03c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272V21.03H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.603 2.322,22.28 0,19.957 3.133,16.824 5.456,19.146 7.778,16.824 10.912,19.957 8.589,22.28 10.912,24.603 7.778,27.737 5.456,25.414 3.133,27.737 "/> <polygon fill="%23FF66FF" points="9.498,19.957 7.778,18.238 5.456,20.56 3.133,18.238 1.414,19.957 3.736,22.28 1.414,24.603 3.133,26.322 5.456,23.999 7.778,26.322 9.498,24.603 7.175,22.28 "/> <path fill="%23FF66FF" d="M19.243,25.989H9.878V23.03l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333L14.38,23.03h4.863V25.989z"/> </svg>');
}
.purple.icon-attr-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <circle fill="%23FFFFFF" cx="11.708" cy="16.285" r="8.429"/> <path fill="%23FF66FF" d="M11.702,9.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,9.856,11.702,9.856z"/> <path fill="none" d="M3.993,8.57h15.431V24H3.993V8.57z"/> <polygon fill="%23FFFFFF" points="15.79,20.179 10.518,16.987 10.518,11.03 12.518,11.03 12.518,15.86 16.825,18.468 "/> </svg>');
}
.purple.icon-attr-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.834,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.228,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.515,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.515,1.741z M22.042,26.906L9.834,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="21.816,11.17 18.308,9.333 10.301,17.34 6.09,13.129 1.14,18.078 10.301,27.24 22.575,14.966 22.704,12.059 "/> <polygon fill="%23FF66FF" points="10.301,24.411 3.969,18.078 6.09,15.957 10.301,20.168 19.144,11.326 21.265,13.447 "/> </svg>');
}
.purple.icon-attr-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.717 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.522 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.522 l13.6,7.122L22.041,26.905z"/> <polygon fill="%23FFFFFF" points="15.282,7.748 3.994,7.748 3.994,14.863 7.5,14.863 7.5,25.986 14.996,25.986 14.996,14.863 18.502,14.863 18.502,9.434 "/> <polygon fill="%23FF66FF" points="16.502,12.863 12.996,12.863 12.996,23.986 9.5,23.986 9.5,12.863 5.994,12.863 5.994,9.748 16.502,9.748 "/> </svg>');
}
.purple.icon-attr-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="4.632,5.845 4.632,24.323 21.109,24.323 21.109,17.369 17.109,17.322 17.109,11.369 11.586,11.369 11.586,5.845 11.586,5.845 "/> <polygon fill="%23FF66FF" points="9.586,19.369 9.586,16.322 15.109,16.322 15.109,13.369 9.586,13.369 9.586,7.845 6.632,7.845 6.632,22.322 19.109,22.322 19.109,19.369 "/> </svg>');
}
.purple.icon-attr-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.88,5.444 9.122,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.88,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.227,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.268,8.052 10.467,8.402 4.077,11.195 2.718,11.789 2.891,13.261 3.695,20.117 3.794,20.963 4.474,21.478 10.06,25.71 11.268,26.625 12.476,25.71 18.062,21.478 18.741,20.963 18.84,20.117 19.645,13.261 19.817,11.789 18.459,11.195 12.069,8.402 11.268,8.052 "/> <path fill="%23990099" d="M11.268,24.116l5.586-4.232l0.804-6.856l-6.39,3.64V24.116z"/> <path fill="%23FF66FF" d="M5.682,19.884l5.586,4.232v-7.448l-6.39-3.64L5.682,19.884z"/> <path fill="%23FF99FF" d="M17.658,13.028l-6.39-2.793l-6.39,2.793l6.39,3.64L17.658,13.028z"/> <path fill="%23676767" d="M3.689,21.67c0,0.562,0.161,0.97,0.484,1.223s0.795,0.386,1.418,0.397v1.157 c-1.047-0.011-1.857-0.251-2.43-0.719C2.586,23.26,2.3,22.601,2.3,21.753v-2.504c0-0.573-0.174-0.982-0.521-1.227 c-0.347-0.245-0.851-0.368-1.513-0.368v-1.165c0.716-0.011,1.234-0.143,1.554-0.397C2.14,15.837,2.3,15.446,2.3,14.917v-2.529 c0-0.854,0.298-1.518,0.893-1.992S4.587,9.685,5.59,9.685v1.149c-1.268,0.033-1.901,0.581-1.901,1.645v2.438 c0,1.185-0.615,1.885-1.843,2.099v0.099c1.229,0.215,1.843,0.915,1.843,2.099V21.67z"/> <path fill="%23676767" d="M20.635,17.016c-1.229-0.215-1.843-0.915-1.843-2.099v-2.438c0-1.063-0.625-1.612-1.876-1.645V9.685 c1.014,0,1.811,0.24,2.393,0.719s0.872,1.141,0.872,1.984v2.529c0,0.534,0.162,0.927,0.488,1.178 c0.325,0.251,0.846,0.381,1.562,0.393v1.165c-0.672,0-1.182,0.123-1.529,0.368c-0.347,0.245-0.521,0.654-0.521,1.227v2.504 c0,0.843-0.282,1.5-0.847,1.971c-0.565,0.471-1.371,0.712-2.418,0.723V23.29c0.612-0.011,1.077-0.143,1.397-0.397 c0.319-0.253,0.479-0.661,0.479-1.223v-2.455c0-0.628,0.152-1.108,0.455-1.438c0.303-0.331,0.766-0.551,1.389-0.661V17.016z"/> </svg>');
}
.purple.icon-attr-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <polyline fill="%23CCCCCC" points="11.352,18.071 10.08,18.812 9.833,18.954 22.042,26.906 22.132,24.916 11.352,18.071 "/> <polygon fill="%23CCCCCC" points="24.795,10.471 26.5,9.468 9.227,1 7.514,1.741 "/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.388,5.593 9.757,7.86 2.247,18.304 1.102,19.896 2.67,21.072 10.181,26.705 11.386,27.609 12.587,26.7 20.039,21.067 21.591,19.894 20.461,18.31 13.009,7.866 11.388,5.593 "/> <path fill="%23FF99FF" d="M3.87,19.472l7.511,5.633V9.027L3.87,19.472z"/> <path fill="%23990099" d="M11.381,25.105l7.452-5.633L11.381,9.027V25.105z"/> </svg>');
}
.purple.icon-attr-password{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M18.649,14.023v-0.677c-0.002-1.906-0.792-3.635-2.069-4.913l-3.945-2.066 c-0.452-0.083-0.917-0.131-1.394-0.131c-4.083,0-7.406,3.189-7.408,7.109v0.679C2.99,14.581,2.45,15.523,2.45,16.571v7.259 c0,1.696,1.411,3.076,3.146,3.076h4.412h1.85h0.807h4.223c1.735,0,3.146-1.38,3.146-3.076v-7.259 C20.034,15.523,19.493,14.58,18.649,14.023z"/> <path fill="none" d="M11.242,9.731h-0.002c-2.101,0.003-3.813,1.625-3.816,3.614v2h7.632v-1.999 C15.056,11.356,13.345,9.734,11.242,9.731z"/> <path fill="none" d="M14.197,19.049c0-1.494-1.284-2.71-2.862-2.71s-2.862,1.216-2.862,2.71c0,1.016,0.593,1.929,1.533,2.394v3.612 h2.657v-3.612C13.604,20.979,14.197,20.065,14.197,19.049z"/> <line fill="none" stroke="%23FF66FF" stroke-width="0" stroke-linecap="round" stroke-linejoin="round" x1="12.664" y1="25.055" x2="10.007" y2="25.055"/> <path fill="%23FF66FF" d="M17.132,15.37l-0.333-0.06v-1.964c-0.002-2.9-2.495-5.259-5.558-5.259c-3.063,0-5.556,2.359-5.557,5.259 v1.964l-0.332,0.06C4.742,15.479,4.3,15.985,4.3,16.571v7.259c0,0.676,0.581,1.226,1.295,1.226h4.412v-3.612 c-0.94-0.465-1.533-1.378-1.533-2.394c0-1.494,1.284-2.71,2.862-2.71s2.862,1.216,2.862,2.71c0,1.016-0.593,1.929-1.533,2.394v3.612 h4.223c0.715,0,1.296-0.55,1.296-1.226v-7.259C18.183,15.985,17.741,15.479,17.132,15.37z M15.057,15.345H7.425v-2 c0.003-1.99,1.715-3.611,3.816-3.614h0.002c2.102,0.003,3.814,1.625,3.814,3.615V15.345z"/> </svg> ');
}
.purple.icon-attr-email{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M10.531,28.709c-1.862,0-3.555-0.404-5.03-1.2c-1.515-0.816-2.711-1.979-3.557-3.457 c-0.833-1.455-1.255-3.132-1.255-4.984v-1.4c0-1.853,0.422-3.53,1.255-4.984c0.845-1.478,2.042-2.641,3.557-3.458 c1.476-0.795,3.168-1.199,5.03-1.199c1.832,0,3.509,0.399,4.982,1.186c1.514,0.808,2.714,1.962,3.567,3.43 c0.844,1.45,1.271,3.108,1.271,4.926v1.4c0,1.803-0.508,3.252-1.51,4.308c-0.456,0.479-0.977,0.857-1.549,1.128l0.906,1.752 l-1.638,0.959c-0.925,0.542-1.886,0.948-2.855,1.207C12.742,28.579,11.673,28.709,10.531,28.709z"/> <path fill="%23FF66FF" d="M3.679,23.058c-0.66-1.154-0.99-2.484-0.99-3.991v-1.4c0-1.507,0.33-2.837,0.99-3.991 c0.66-1.154,1.583-2.051,2.771-2.691c1.187-0.64,2.547-0.96,4.081-0.96c1.507,0,2.854,0.316,4.041,0.95 c1.187,0.633,2.113,1.523,2.78,2.67s1,2.454,1,3.921v1.4c0,1.28-0.32,2.257-0.96,2.931c-0.641,0.673-1.447,1.01-2.421,1.01 c-0.6,0-1.113-0.113-1.54-0.34c-0.427-0.227-0.754-0.547-0.98-0.96c-0.427,0.867-1.28,1.3-2.561,1.3 c-2.014,0-3.021-1.207-3.021-3.621v-1.76c0-1.147,0.236-2.041,0.71-2.681s1.197-0.96,2.171-0.96c0.479,0,0.903,0.093,1.271,0.28 c0.366,0.187,0.637,0.434,0.81,0.74v-0.8h2.181v5.702c0,0.427,0.09,0.743,0.271,0.95c0.18,0.207,0.416,0.31,0.71,0.31 c0.373,0,0.653-0.164,0.84-0.49c0.187-0.327,0.28-0.857,0.28-1.59v-1.4c0-1.134-0.224-2.117-0.67-2.951 c-0.447-0.833-1.087-1.477-1.921-1.93c-0.833-0.454-1.83-0.68-2.99-0.68c-1.747,0-3.117,0.5-4.111,1.5 c-0.993,1-1.49,2.367-1.49,4.101v1.42c0,1.133,0.224,2.127,0.67,2.98c0.447,0.854,1.091,1.514,1.931,1.98s1.841,0.7,3.001,0.7 c0.8,0,1.52-0.083,2.16-0.25c0.64-0.167,1.3-0.423,1.98-0.771l0.88,1.701c-0.773,0.453-1.561,0.787-2.36,1s-1.687,0.32-2.66,0.32 c-1.534,0-2.895-0.32-4.081-0.96C5.262,25.109,4.339,24.212,3.679,23.058z M11.79,17.547c0-1.187-0.439-1.78-1.32-1.78 c-0.467,0-0.81,0.157-1.03,0.47c-0.22,0.313-0.33,0.743-0.33,1.29v1.641c0,0.6,0.107,1.06,0.32,1.38 c0.214,0.32,0.561,0.48,1.04,0.48c0.881,0,1.32-0.6,1.32-1.801V17.547z"/> </svg> ');
}
.purple.icon-attr-listbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23FF66FF" points="18.014,26.499 18.349,20.786 12.948,17.729 12.844,23.323 18.014,26.499 "/> <polygon fill="%23FF66FF" points="18.78,11.733 13.075,8.855 12.963,15.036 13.804,15.505 18.408,18.071 "/> <polyline fill="%23990099" points="18.349,20.786 18.014,26.499 19.569,25.406 19.963,19.737 18.349,20.786 "/> <polygon fill="%23990099" points="20.476,10.744 18.78,11.733 18.408,18.071 19.167,17.58 20.037,17.03 "/> <polyline fill="%23FF99FF" points="19.167,19.299 14.536,16.796 13.804,17.223 12.948,17.729 18.349,20.786 19.963,19.737 19.167,19.299 "/> <polygon fill="%23FF99FF" points="20.476,10.744 14.786,7.955 13.075,8.855 18.78,11.733 "/> <polyline fill="%23FF66FF" points="14.536,28.758 14.858,23.172 9.319,19.732 9.239,24.072 9.223,25.222 14.536,28.758 "/> <polyline fill="%23990099" points="16.529,21.99 14.858,23.172 14.536,28.758 16.136,27.553 16.529,21.99 "/> <polyline fill="%23FF99FF" points="10.999,18.639 10.083,19.225 9.319,19.732 14.858,23.172 16.529,21.99 10.999,18.639 "/> <polyline fill="%23FF66FF" points="11.14,31.33 11.471,25.575 5.766,22.031 5.683,26.503 5.666,27.687 11.14,31.33 "/> <polyline fill="%23990099" points="13.193,24.358 11.471,25.575 11.14,31.33 12.787,30.088 13.193,24.358 "/> <polyline fill="%23FF99FF" points="7.496,20.905 6.552,21.51 5.766,22.031 11.471,25.575 13.193,24.358 7.496,20.905 "/> </svg>');
}
.purple.icon-attr-dropdownbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23FF99FF" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FF66FF" points="17.084,10.998 14.004,9.468 13.969,15.073 11.289,13.689 15.415,22.015 20.009,18.2 17.049,16.668 "/> <polygon fill="%23FF99FF" points="12.715,12.962 11.289,13.689 13.969,15.073 13.969,13.661 "/> <polygon fill="%23990099" points="17.049,16.668 18.482,16 18.482,11.821 17.083,11.086 "/> <polygon fill="%23FF99FF" points="20.009,18.2 21.402,17.338 18.482,16 17.049,16.668 "/> <polygon fill="%23990099" points="24.526,15.073 26.174,14.017 26.493,9.468 24.787,10.47 "/> <polygon fill="%23FF66FF" points="7.507,1.741 24.787,10.47 24.526,15.073 7.776,6.273 "/> <polygon fill="%23990099" points="21.402,17.338 17.208,20.986 15.415,22.015 20.009,18.2 "/> </svg>');
}
.purple.icon-attr-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="7.11,7.559 2.23,12.439 6.361,16.571 2.23,20.703 7.11,25.583 11.241,21.451 15.373,25.583 20.254,20.703 16.122,16.571 20.254,12.439 15.373,8.559 11.241,11.69 7.11,7.559 7.11,7.559 7.11,7.559 "/> <polygon fill="%23FF66FF" points="11.242,18.623 7.11,22.755 5.058,20.703 9.19,16.571 5.058,12.439 7.11,10.387 11.242,14.519 15.373,10.387 17.425,12.439 13.294,16.571 17.425,20.703 15.373,22.755 "/> </svg>');
}
.purple.icon-attr-download{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23990099" points="16.013,21.087 4.278,21.896 4.429,24.323 16.013,23.514 16.013,21.087 "/> <polyline fill="%23990099" points="18.003,15.213 12.593,18.746 14.395,19.976 18.003,17.597 18.003,15.213 "/> <polygon fill="%23FF99FF" points="14.724,13.078 18.003,15.213 12.593,18.746 16.013,21.087 4.278,21.896 6.144,14.346 9.304,16.503 "/> </svg>');
}
.purple.icon-attr-upload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23FF66FF" points="4.374,19.059 4.601,21.837 8.009,24.148 7.835,21.338 4.374,19.059 "/> <polyline fill="%23FF66FF" points="6.772,17.746 9.007,16.52 5.687,14.448 5.871,17.171 6.772,17.746 "/> <polyline fill="%23FF66FF" points="16.169,23.758 16.114,20.947 12.479,18.69 12.588,21.468 16.169,23.758 "/> <polyline fill="%23990099" points="7.835,21.338 8.009,24.148 12.588,21.468 12.479,18.69 7.835,21.338 "/> <polyline fill="%23990099" points="16.114,20.947 16.169,23.758 17.59,16.488 17.558,13.775 16.114,20.947 "/> <polyline fill="%23FF99FF" points="9.007,16.52 6.772,17.746 4.374,19.059 7.835,21.338 12.479,18.69 16.114,20.947 17.558,13.775 5.687,14.448 9.007,16.52 "/> </svg>');
}
.purple.icon-attr-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990099" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%23990099" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%23990099" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%23FF99FF" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg>');
}
.grey.icon-attr-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.grey.icon-attr-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.grey.icon-attr-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.994,5.442 9.236,4.522 9.946,18.945 10.186,18.803 10.193,18.81 11.465,18.07 10.994,5.442 "/> <polygon fill="%23676767" points="26.613,9.467 24.908,10.469 23.778,29.717 25.274,28.588 "/> <polyline fill="%23CCCCCC" points="11.465,18.07 10.193,18.81 9.946,18.953 22.155,26.905 22.245,24.915 11.465,18.07 "/> <polygon fill="%23CCCCCC" points="24.908,10.469 26.613,9.467 9.34,0.999 7.627,1.739 "/> <path fill="%23999999" d="M7.627,1.739L8.69,19.671l15.089,10.047l1.13-19.248L7.627,1.739z M22.155,26.905L9.947,18.952L9.236,4.522 l13.6,7.122L22.155,26.905z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.245,12.68 21.842,24.559 12.267,31.768 "/> <path fill="%23676767" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23999999" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> </svg>');
}
.grey.icon-attr-root-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.876,5.442 9.118,4.522 9.829,18.945 10.068,18.803 10.075,18.81 11.347,18.07 10.876,5.442 "/> <polygon fill="%23676767" points="26.496,9.467 24.79,10.469 23.66,29.717 25.156,28.588 "/> <polyline fill="%23CCCCCC" points="11.347,18.07 10.075,18.81 9.829,18.953 22.037,26.905 22.127,24.915 11.347,18.07 "/> <polygon fill="%23CCCCCC" points="24.79,10.469 26.496,9.467 9.223,0.999 7.51,1.739 "/> <path fill="%23999999" d="M7.51,1.739l1.062,17.931L23.66,29.717l1.13-19.248L7.51,1.739z M22.037,26.905L9.829,18.952L9.118,4.522 l13.6,7.122L22.037,26.905z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 22.718,11.644 21.834,24.572 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%23676767" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%23999999" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%23CCCCCC" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%23999999" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%23CCCCCC" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg>');
}
.grey.icon-attr-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="2.584,24.487 1.219,12.853 12.06,8.114 22.263,13.056 21.537,24.487 12.06,31.666 "/> <path fill="%23676767" d="M12.061,29.157l7.59-5.75l1.093-9.315l-8.683,4.945V29.157z"/> <path fill="%23999999" d="M4.471,23.407l7.59,5.75v-10.12l-8.683-4.945L4.471,23.407z"/> <path fill="%23CCCCCC" d="M20.743,14.092l-8.683-3.795l-8.683,3.795l8.683,4.945L20.743,14.092z"/> </svg>');
}
.grey.icon-attr-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.5,9.468 25.794,10.471 24.665,29.718 26.161,28.589 "/> <polyline fill="%23676767" points="11.88,5.444 10.122,4.523 10.833,18.946 11.072,18.804 11.08,18.812 12.351,18.071 11.88,5.444 "/> <polyline fill="%23CCCCCC" points="12.351,18.071 11.08,18.812 10.833,18.954 23.041,26.906 23.131,24.916 12.351,18.071 "/> <polygon fill="%23CCCCCC" points="25.794,10.471 27.5,9.468 10.227,1 8.514,1.741 "/> <path fill="%23999999" d="M8.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L8.514,1.741z M23.041,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L23.041,26.906z"/> <polygon fill="%23676767" points="24.262,11.216 22.501,12.245 21.334,32 22.879,30.841 "/> <polyline fill="%23676767" points="8.129,7.085 6.314,6.141 7.048,20.944 7.295,20.798 7.303,20.806 8.616,20.045 8.129,7.085 "/> <polyline fill="%23CCCCCC" points="8.616,20.045 7.303,20.806 7.048,20.951 19.657,29.113 19.75,27.071 8.616,20.045 "/> <polygon fill="%23CCCCCC" points="22.501,12.245 24.262,11.216 6.422,2.525 4.653,3.285 "/> <path fill="%23999999" d="M4.653,3.285L5.75,21.689L21.334,32l1.167-19.755L4.653,3.285z M19.657,29.113L7.048,20.951L6.314,6.141 L20.36,13.45L19.657,29.113z"/> </svg>');
}
.grey.icon-attr-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M12.255,27.129c-0.179,0.022-0.358,0.034-0.538,0.034c-1.576,0-2.866-0.839-3.671-1.542 c-1.821-1.594-3.111-4.128-3.538-6.953c-0.424-2.798,0.089-6.36,2.813-7.621l-0.013-0.099l0.883-0.2 c0.133-0.03,0.466-0.097,0.859-0.177c0.557-0.112,1.442-0.289,1.638-0.343c0.412-0.102,0.771-0.146,1.132-0.146 c2.426,0,4.208,1.953,4.862,2.793c1.123,1.445,1.926,3.317,2.262,5.272c0.297,1.737,0.365,4.224-0.991,6.207 c-0.741,1.083-2.172,1.646-3.967,2.26l-0.809,0.285l-0.877,0.332L12.255,27.129z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.8776" y1="12.0814" x2="12.8776" y2="25.0583"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.2588" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M11.24,12.151c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C14.227,12.976,12.775,11.778,11.24,12.151"/> <path fill="%23999999" d="M8.462,12.745c-2.154,0.693-2.251,3.814-1.977,5.624c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C12.828,14.925,10.847,11.984,8.462,12.745z"/> </svg>');
}
.grey.icon-attr-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M8.373,11.645c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.373,21.207,8.373,16.426,8.373,11.645L8.373,11.645z"/> <path fill="%23FFFFFF" d="M4.733,6.743c-0.724,0-1.405,0.185-2.025,0.55C2.097,7.652,1.61,8.143,1.26,8.753 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.138,6.928,5.456,6.743,4.733,6.743L4.733,6.743z"/> <rect x="3.092" y="13.645" fill="%23999999" width="3.281" height="10.342"/> <path fill="%23999999" d="M6.735,10.745c0,2.421-3.668,2.669-3.987,0.268C2.384,8.274,6.735,7.99,6.735,10.745z"/> <path fill="%23FFFFFF" d="M21.563,13.838c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.811,18.12,21.791,15.769,21.563,13.838z"/> <path fill="%23999999" d="M19.655,16.868c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V9.749c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.791,13.629,19.655,15.316,19.655,16.868z M16.159,16.868c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.425,19.907,16.159,18.051,16.159,16.868z"/> </svg>');
}
.grey.icon-attr-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="none" points="10.055,18.948 12.536,18.948 11.334,15.149 "/> <g> <polygon fill="%23999999" points="13.383,24.988 12.719,22.868 9.794,22.868 9.101,24.988 3.286,24.988 9.188,8.749 13.295,8.749 19.197,24.988 "/> <path fill="%23FFFFFF" d="M12.594,9.749l5.176,14.238h-3.652l-0.664-2.119H9.069l-0.693,2.119H4.713L9.889,9.749H12.594 M10.055,18.948h2.48l-1.201-3.799L10.055,18.948 M13.995,7.749h-1.401H9.889H8.488L8.009,9.066L2.834,23.304l-0.975,2.683h2.855 h3.662h1.45l0.451-1.378l0.242-0.741h1.466l0.225,0.717l0.439,1.402h1.469h3.652h2.855l-0.975-2.683L14.474,9.066L13.995,7.749 L13.995,7.749z"/> </g> </svg>');
}
.grey.icon-attr-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M12.131,7.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,8.181,13.305,7.926,12.131,7.926L12.131,7.926z"/> <path fill="%23999999" d="M16.867,20.027c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.044,22.532,7.78,21.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V15.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,19.044,16.867,19.506,16.867,20.027z"/> </svg>');
}
.grey.icon-attr-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="0,21.163 8.256,13.622 8.256,19.463 6.388,21.172 8.256,22.888 8.256,28.734 "/> <polygon fill="%23FFFFFF" points="16.238,22.888 18.105,21.172 16.238,19.463 16.238,13.622 24.144,21.163 16.238,28.734 "/> <rect x="9.68" y="15.184" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4219 8.9277)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23999999" d="M7.256,26.46l-5.775-5.295l5.775-5.275v3.133L4.908,21.17l2.348,2.157V26.46z"/> <path fill="%23999999" d="M23.013,21.164l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147V15.89L23.013,21.164z"/> <rect x="7.256" y="19.608" fill="%23999999" width="9.982" height="3.133"/> </svg>');
}
.grey.icon-attr-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.794,10.47 23.665,29.718 25.161,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.946 10.072,18.804 10.08,18.811 11.351,18.07 10.88,5.443 "/> <path fill="%23CCCCCC" d="M11.351,18.07l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.351,18.07 M24.794,10.47L26.5,9.468 L9.227,1L7.514,1.74L24.794,10.47z"/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M4.342,17.846c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.455,18.261,5.452,17.846,4.342,17.846L4.342,17.846z"/> <path fill="%23FFFFFF" d="M12.829,7.631c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,8.528,15.09,7.631,12.829,7.631L12.829,7.631z"/> <path fill="%23999999" d="M18.244,16.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,13.781,18.247,15.385,18.244,16.868z M14.748,16.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,20.991,14.748,18.334,14.748,16.868z"/> <path fill="%23999999" d="M6.441,21.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615S3.268,23.84,2.857,23.43 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,21.366,6.441,21.946z"/> </svg>');
}
.grey.icon-attr-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M19.77,21.03c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272V21.03H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.603 2.322,22.28 0,19.957 3.133,16.824 5.456,19.146 7.778,16.824 10.912,19.957 8.589,22.28 10.912,24.603 7.778,27.737 5.456,25.414 3.133,27.737 "/> <polygon fill="%23999999" points="9.498,19.957 7.778,18.238 5.456,20.56 3.133,18.238 1.414,19.957 3.736,22.28 1.414,24.603 3.133,26.322 5.456,23.999 7.778,26.322 9.498,24.603 7.175,22.28 "/> <path fill="%23999999" d="M19.243,25.989H9.878V23.03l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333L14.38,23.03h4.863V25.989z"/> </svg>');
}
.grey.icon-attr-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <circle fill="%23FFFFFF" cx="11.708" cy="16.285" r="8.429"/> <path fill="%23999999" d="M11.702,9.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,9.856,11.702,9.856z"/> <path fill="none" d="M3.993,8.57h15.431V24H3.993V8.57z"/> <polygon fill="%23FFFFFF" points="15.79,20.179 10.518,16.987 10.518,11.03 12.518,11.03 12.518,15.86 16.825,18.468 "/> </svg>');
}
.grey.icon-attr-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.834,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.228,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.515,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.515,1.741z M22.042,26.906L9.834,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="21.816,11.17 18.308,9.333 10.301,17.34 6.09,13.129 1.14,18.078 10.301,27.24 22.575,14.966 22.704,12.059 "/> <polygon fill="%23999999" points="10.301,24.411 3.969,18.078 6.09,15.957 10.301,20.168 19.144,11.326 21.265,13.447 "/> </svg>');
}
.grey.icon-attr-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.717 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.522 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.522 l13.6,7.122L22.041,26.905z"/> <polygon fill="%23FFFFFF" points="15.282,7.748 3.994,7.748 3.994,14.863 7.5,14.863 7.5,25.986 14.996,25.986 14.996,14.863 18.502,14.863 18.502,9.434 "/> <polygon fill="%23999999" points="16.502,12.863 12.996,12.863 12.996,23.986 9.5,23.986 9.5,12.863 5.994,12.863 5.994,9.748 16.502,9.748 "/> </svg>');
}
.grey.icon-attr-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="4.632,5.845 4.632,24.323 21.109,24.323 21.109,17.369 17.109,17.322 17.109,11.369 11.586,11.369 11.586,5.845 11.586,5.845 "/> <polygon fill="%23999999" points="9.586,19.369 9.586,16.322 15.109,16.322 15.109,13.369 9.586,13.369 9.586,7.845 6.632,7.845 6.632,22.322 19.109,22.322 19.109,19.369 "/> </svg>');
}
.grey.icon-attr-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.88,5.444 9.122,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.88,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.227,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.268,8.052 10.467,8.402 4.077,11.195 2.718,11.789 2.891,13.261 3.695,20.117 3.794,20.963 4.474,21.478 10.06,25.71 11.268,26.625 12.476,25.71 18.062,21.478 18.741,20.963 18.84,20.117 19.645,13.261 19.817,11.789 18.459,11.195 12.069,8.402 11.268,8.052 "/> <path fill="%23676767" d="M11.268,24.116l5.586-4.232l0.804-6.856l-6.39,3.64V24.116z"/> <path fill="%23999999" d="M5.682,19.884l5.586,4.232v-7.448l-6.39-3.64L5.682,19.884z"/> <path fill="%23CCCCCC" d="M17.658,13.028l-6.39-2.793l-6.39,2.793l6.39,3.64L17.658,13.028z"/> <path fill="%23676767" d="M3.689,21.67c0,0.562,0.161,0.97,0.484,1.223s0.795,0.386,1.418,0.397v1.157 c-1.047-0.011-1.857-0.251-2.43-0.719C2.586,23.26,2.3,22.601,2.3,21.753v-2.504c0-0.573-0.174-0.982-0.521-1.227 c-0.347-0.245-0.851-0.368-1.513-0.368v-1.165c0.716-0.011,1.234-0.143,1.554-0.397C2.14,15.837,2.3,15.446,2.3,14.917v-2.529 c0-0.854,0.298-1.518,0.893-1.992S4.587,9.685,5.59,9.685v1.149c-1.268,0.033-1.901,0.581-1.901,1.645v2.438 c0,1.185-0.615,1.885-1.843,2.099v0.099c1.229,0.215,1.843,0.915,1.843,2.099V21.67z"/> <path fill="%23676767" d="M20.635,17.016c-1.229-0.215-1.843-0.915-1.843-2.099v-2.438c0-1.063-0.625-1.612-1.876-1.645V9.685 c1.014,0,1.811,0.24,2.393,0.719s0.872,1.141,0.872,1.984v2.529c0,0.534,0.162,0.927,0.488,1.178 c0.325,0.251,0.846,0.381,1.562,0.393v1.165c-0.672,0-1.182,0.123-1.529,0.368c-0.347,0.245-0.521,0.654-0.521,1.227v2.504 c0,0.843-0.282,1.5-0.847,1.971c-0.565,0.471-1.371,0.712-2.418,0.723V23.29c0.612-0.011,1.077-0.143,1.397-0.397 c0.319-0.253,0.479-0.661,0.479-1.223v-2.455c0-0.628,0.152-1.108,0.455-1.438c0.303-0.331,0.766-0.551,1.389-0.661V17.016z"/> </svg>');
}
.grey.icon-attr-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <polyline fill="%23CCCCCC" points="11.352,18.071 10.08,18.812 9.833,18.954 22.042,26.906 22.132,24.916 11.352,18.071 "/> <polygon fill="%23CCCCCC" points="24.795,10.471 26.5,9.468 9.227,1 7.514,1.741 "/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.388,5.593 9.757,7.86 2.247,18.304 1.102,19.896 2.67,21.072 10.181,26.705 11.386,27.609 12.587,26.7 20.039,21.067 21.591,19.894 20.461,18.31 13.009,7.866 11.388,5.593 "/> <path fill="%23CCCCCC" d="M3.87,19.472l7.511,5.633V9.027L3.87,19.472z"/> <path fill="%23676767" d="M11.381,25.105l7.452-5.633L11.381,9.027V25.105z"/> </svg>');
}
.grey.icon-attr-password{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M18.649,14.023v-0.677c-0.002-1.906-0.792-3.635-2.069-4.913l-3.945-2.066 c-0.452-0.083-0.917-0.131-1.394-0.131c-4.083,0-7.406,3.189-7.408,7.109v0.679C2.99,14.581,2.45,15.523,2.45,16.571v7.259 c0,1.696,1.411,3.076,3.146,3.076h4.412h1.85h0.807h4.223c1.735,0,3.146-1.38,3.146-3.076v-7.259 C20.034,15.523,19.493,14.58,18.649,14.023z"/> <path fill="none" d="M11.242,9.731h-0.002c-2.101,0.003-3.813,1.625-3.816,3.614v2h7.632v-1.999 C15.056,11.356,13.345,9.734,11.242,9.731z"/> <path fill="none" d="M14.197,19.049c0-1.494-1.284-2.71-2.862-2.71s-2.862,1.216-2.862,2.71c0,1.016,0.593,1.929,1.533,2.394v3.612 h2.657v-3.612C13.604,20.979,14.197,20.065,14.197,19.049z"/> <line fill="none" stroke="%23999999" stroke-width="0" stroke-linecap="round" stroke-linejoin="round" x1="12.664" y1="25.055" x2="10.007" y2="25.055"/> <path fill="%23999999" d="M17.132,15.37l-0.333-0.06v-1.964c-0.002-2.9-2.495-5.259-5.558-5.259c-3.063,0-5.556,2.359-5.557,5.259 v1.964l-0.332,0.06C4.742,15.479,4.3,15.985,4.3,16.571v7.259c0,0.676,0.581,1.226,1.295,1.226h4.412v-3.612 c-0.94-0.465-1.533-1.378-1.533-2.394c0-1.494,1.284-2.71,2.862-2.71s2.862,1.216,2.862,2.71c0,1.016-0.593,1.929-1.533,2.394v3.612 h4.223c0.715,0,1.296-0.55,1.296-1.226v-7.259C18.183,15.985,17.741,15.479,17.132,15.37z M15.057,15.345H7.425v-2 c0.003-1.99,1.715-3.611,3.816-3.614h0.002c2.102,0.003,3.814,1.625,3.814,3.615V15.345z"/> </svg> ');
}
.grey.icon-attr-email{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M10.531,28.709c-1.862,0-3.555-0.404-5.03-1.2c-1.515-0.816-2.711-1.979-3.557-3.457 c-0.833-1.455-1.255-3.132-1.255-4.984v-1.4c0-1.853,0.422-3.53,1.255-4.984c0.845-1.478,2.042-2.641,3.557-3.458 c1.476-0.795,3.168-1.199,5.03-1.199c1.832,0,3.509,0.399,4.982,1.186c1.514,0.808,2.714,1.962,3.567,3.43 c0.844,1.45,1.271,3.108,1.271,4.926v1.4c0,1.803-0.508,3.252-1.51,4.308c-0.456,0.479-0.977,0.857-1.549,1.128l0.906,1.752 l-1.638,0.959c-0.925,0.542-1.886,0.948-2.855,1.207C12.742,28.579,11.673,28.709,10.531,28.709z"/> <path fill="%23999999" d="M3.679,23.058c-0.66-1.154-0.99-2.484-0.99-3.991v-1.4c0-1.507,0.33-2.837,0.99-3.991 c0.66-1.154,1.583-2.051,2.771-2.691c1.187-0.64,2.547-0.96,4.081-0.96c1.507,0,2.854,0.316,4.041,0.95 c1.187,0.633,2.113,1.523,2.78,2.67s1,2.454,1,3.921v1.4c0,1.28-0.32,2.257-0.96,2.931c-0.641,0.673-1.447,1.01-2.421,1.01 c-0.6,0-1.113-0.113-1.54-0.34c-0.427-0.227-0.754-0.547-0.98-0.96c-0.427,0.867-1.28,1.3-2.561,1.3 c-2.014,0-3.021-1.207-3.021-3.621v-1.76c0-1.147,0.236-2.041,0.71-2.681s1.197-0.96,2.171-0.96c0.479,0,0.903,0.093,1.271,0.28 c0.366,0.187,0.637,0.434,0.81,0.74v-0.8h2.181v5.702c0,0.427,0.09,0.743,0.271,0.95c0.18,0.207,0.416,0.31,0.71,0.31 c0.373,0,0.653-0.164,0.84-0.49c0.187-0.327,0.28-0.857,0.28-1.59v-1.4c0-1.134-0.224-2.117-0.67-2.951 c-0.447-0.833-1.087-1.477-1.921-1.93c-0.833-0.454-1.83-0.68-2.99-0.68c-1.747,0-3.117,0.5-4.111,1.5 c-0.993,1-1.49,2.367-1.49,4.101v1.42c0,1.133,0.224,2.127,0.67,2.98c0.447,0.854,1.091,1.514,1.931,1.98s1.841,0.7,3.001,0.7 c0.8,0,1.52-0.083,2.16-0.25c0.64-0.167,1.3-0.423,1.98-0.771l0.88,1.701c-0.773,0.453-1.561,0.787-2.36,1s-1.687,0.32-2.66,0.32 c-1.534,0-2.895-0.32-4.081-0.96C5.262,25.109,4.339,24.212,3.679,23.058z M11.79,17.547c0-1.187-0.439-1.78-1.32-1.78 c-0.467,0-0.81,0.157-1.03,0.47c-0.22,0.313-0.33,0.743-0.33,1.29v1.641c0,0.6,0.107,1.06,0.32,1.38 c0.214,0.32,0.561,0.48,1.04,0.48c0.881,0,1.32-0.6,1.32-1.801V17.547z"/> </svg> ');
}
.grey.icon-attr-listbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23999999" points="18.014,26.499 18.349,20.786 12.948,17.729 12.844,23.323 18.014,26.499 "/> <polygon fill="%23999999" points="18.78,11.733 13.075,8.855 12.963,15.036 13.804,15.505 18.408,18.071 "/> <polyline fill="%23676767" points="18.349,20.786 18.014,26.499 19.569,25.406 19.963,19.737 18.349,20.786 "/> <polygon fill="%23676767" points="20.476,10.744 18.78,11.733 18.408,18.071 19.167,17.58 20.037,17.03 "/> <polyline fill="%23CCCCCC" points="19.167,19.299 14.536,16.796 13.804,17.223 12.948,17.729 18.349,20.786 19.963,19.737 19.167,19.299 "/> <polygon fill="%23CCCCCC" points="20.476,10.744 14.786,7.955 13.075,8.855 18.78,11.733 "/> <polyline fill="%23999999" points="14.536,28.758 14.858,23.172 9.319,19.732 9.239,24.072 9.223,25.222 14.536,28.758 "/> <polyline fill="%23676767" points="16.529,21.99 14.858,23.172 14.536,28.758 16.136,27.553 16.529,21.99 "/> <polyline fill="%23CCCCCC" points="10.999,18.639 10.083,19.225 9.319,19.732 14.858,23.172 16.529,21.99 10.999,18.639 "/> <polyline fill="%23999999" points="11.14,31.33 11.471,25.575 5.766,22.031 5.683,26.503 5.666,27.687 11.14,31.33 "/> <polyline fill="%23676767" points="13.193,24.358 11.471,25.575 11.14,31.33 12.787,30.088 13.193,24.358 "/> <polyline fill="%23CCCCCC" points="7.496,20.905 6.552,21.51 5.766,22.031 11.471,25.575 13.193,24.358 7.496,20.905 "/> </svg>');
}
.grey.icon-attr-dropdownbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23999999" points="17.084,10.998 14.004,9.468 13.969,15.073 11.289,13.689 15.415,22.015 20.009,18.2 17.049,16.668 "/> <polygon fill="%23CCCCCC" points="12.715,12.962 11.289,13.689 13.969,15.073 13.969,13.661 "/> <polygon fill="%23676767" points="17.049,16.668 18.482,16 18.482,11.821 17.083,11.086 "/> <polygon fill="%23CCCCCC" points="20.009,18.2 21.402,17.338 18.482,16 17.049,16.668 "/> <polygon fill="%23676767" points="24.526,15.073 26.174,14.017 26.493,9.468 24.787,10.47 "/> <polygon fill="%23999999" points="7.507,1.741 24.787,10.47 24.526,15.073 7.776,6.273 "/> <polygon fill="%23676767" points="21.402,17.338 17.208,20.986 15.415,22.015 20.009,18.2 "/> </svg>');
}
.grey.icon-attr-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="7.11,7.559 2.23,12.439 6.361,16.571 2.23,20.703 7.11,25.583 11.241,21.451 15.373,25.583 20.254,20.703 16.122,16.571 20.254,12.439 15.373,8.559 11.241,11.69 7.11,7.559 7.11,7.559 7.11,7.559 "/> <polygon fill="%23999999" points="11.242,18.623 7.11,22.755 5.058,20.703 9.19,16.571 5.058,12.439 7.11,10.387 11.242,14.519 15.373,10.387 17.425,12.439 13.294,16.571 17.425,20.703 15.373,22.755 "/> </svg>');
}
.grey.icon-attr-download{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23676767" points="16.013,21.087 4.278,21.896 4.429,24.323 16.013,23.514 16.013,21.087 "/> <polyline fill="%23676767" points="18.003,15.213 12.593,18.746 14.395,19.976 18.003,17.597 18.003,15.213 "/> <polygon fill="%23CCCCCC" points="14.724,13.078 18.003,15.213 12.593,18.746 16.013,21.087 4.278,21.896 6.144,14.346 9.304,16.503 "/> </svg>');
}
.grey.icon-attr-upload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23999999" points="4.374,19.059 4.601,21.837 8.009,24.148 7.835,21.338 4.374,19.059 "/> <polyline fill="%23999999" points="6.772,17.746 9.007,16.52 5.687,14.448 5.871,17.171 6.772,17.746 "/> <polyline fill="%23999999" points="16.169,23.758 16.114,20.947 12.479,18.69 12.588,21.468 16.169,23.758 "/> <polyline fill="%23676767" points="7.835,21.338 8.009,24.148 12.588,21.468 12.479,18.69 7.835,21.338 "/> <polyline fill="%23676767" points="16.114,20.947 16.169,23.758 17.59,16.488 17.558,13.775 16.114,20.947 "/> <polyline fill="%23CCCCCC" points="9.007,16.52 6.772,17.746 4.374,19.059 7.835,21.338 12.479,18.69 16.114,20.947 17.558,13.775 5.687,14.448 9.007,16.52 "/> </svg>');
}
.grey.icon-attr-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%23676767" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%23676767" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%23CCCCCC" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg>');
}
.orange.icon-attr-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.orange.icon-attr-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23a56600" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23a56600" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23ffbc00" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23ffbc00" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23d88500" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.orange.icon-attr-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.994,5.442 9.236,4.522 9.946,18.945 10.186,18.803 10.193,18.81 11.465,18.07 10.994,5.442 "/> <polygon fill="%23676767" points="26.613,9.467 24.908,10.469 23.778,29.717 25.274,28.588 "/> <polyline fill="%23CCCCCC" points="11.465,18.07 10.193,18.81 9.946,18.953 22.155,26.905 22.245,24.915 11.465,18.07 "/> <polygon fill="%23CCCCCC" points="24.908,10.469 26.613,9.467 9.34,0.999 7.627,1.739 "/> <path fill="%23999999" d="M7.627,1.739L8.69,19.671l15.089,10.047l1.13-19.248L7.627,1.739z M22.155,26.905L9.947,18.952L9.236,4.522 l13.6,7.122L22.155,26.905z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.245,12.68 21.842,24.559 12.267,31.768 "/> <path fill="%23a56600" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23d88500" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> </svg>');
}
.orange.icon-attr-root-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.876,5.442 9.118,4.522 9.829,18.945 10.068,18.803 10.075,18.81 11.347,18.07 10.876,5.442 "/> <polygon fill="%23676767" points="26.496,9.467 24.79,10.469 23.66,29.717 25.156,28.588 "/> <polyline fill="%23CCCCCC" points="11.347,18.07 10.075,18.81 9.829,18.953 22.037,26.905 22.127,24.915 11.347,18.07 "/> <polygon fill="%23CCCCCC" points="24.79,10.469 26.496,9.467 9.223,0.999 7.51,1.739 "/> <path fill="%23999999" d="M7.51,1.739l1.062,17.931L23.66,29.717l1.13-19.248L7.51,1.739z M22.037,26.905L9.829,18.952L9.118,4.522 l13.6,7.122L22.037,26.905z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 22.718,11.644 21.834,24.572 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%23a56600" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%23d88500" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%23ffbc00" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%23d88500" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%23ffbc00" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg>');
}
.orange.icon-attr-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="2.584,24.487 1.219,12.853 12.06,8.114 22.263,13.056 21.537,24.487 12.06,31.666 "/> <path fill="%23a56600" d="M12.061,29.157l7.59-5.75l1.093-9.315l-8.683,4.945V29.157z"/> <path fill="%23d88500" d="M4.471,23.407l7.59,5.75v-10.12l-8.683-4.945L4.471,23.407z"/> <path fill="%23ffbc00" d="M20.743,14.092l-8.683-3.795l-8.683,3.795l8.683,4.945L20.743,14.092z"/> </svg>');
}
.orange.icon-attr-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.5,9.468 25.794,10.471 24.665,29.718 26.161,28.589 "/> <polyline fill="%23676767" points="11.88,5.444 10.122,4.523 10.833,18.946 11.072,18.804 11.08,18.812 12.351,18.071 11.88,5.444 "/> <polyline fill="%23CCCCCC" points="12.351,18.071 11.08,18.812 10.833,18.954 23.041,26.906 23.131,24.916 12.351,18.071 "/> <polygon fill="%23CCCCCC" points="25.794,10.471 27.5,9.468 10.227,1 8.514,1.741 "/> <path fill="%23999999" d="M8.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L8.514,1.741z M23.041,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L23.041,26.906z"/> <polygon fill="%23a56600" points="24.262,11.216 22.501,12.245 21.334,32 22.879,30.841 "/> <polyline fill="%23a56600" points="8.129,7.085 6.314,6.141 7.048,20.944 7.295,20.798 7.303,20.806 8.616,20.045 8.129,7.085 "/> <polyline fill="%23ffbc00" points="8.616,20.045 7.303,20.806 7.048,20.951 19.657,29.113 19.75,27.071 8.616,20.045 "/> <polygon fill="%23ffbc00" points="22.501,12.245 24.262,11.216 6.422,2.525 4.653,3.285 "/> <path fill="%23d88500" d="M4.653,3.285L5.75,21.689L21.334,32l1.167-19.755L4.653,3.285z M19.657,29.113L7.048,20.951L6.314,6.141 L20.36,13.45L19.657,29.113z"/> </svg>');
}
.orange.icon-attr-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M12.255,27.129c-0.179,0.022-0.358,0.034-0.538,0.034c-1.576,0-2.866-0.839-3.671-1.542 c-1.821-1.594-3.111-4.128-3.538-6.953c-0.424-2.798,0.089-6.36,2.813-7.621l-0.013-0.099l0.883-0.2 c0.133-0.03,0.466-0.097,0.859-0.177c0.557-0.112,1.442-0.289,1.638-0.343c0.412-0.102,0.771-0.146,1.132-0.146 c2.426,0,4.208,1.953,4.862,2.793c1.123,1.445,1.926,3.317,2.262,5.272c0.297,1.737,0.365,4.224-0.991,6.207 c-0.741,1.083-2.172,1.646-3.967,2.26l-0.809,0.285l-0.877,0.332L12.255,27.129z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.8776" y1="12.0814" x2="12.8776" y2="25.0583"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="0.2588" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M11.24,12.151c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C14.227,12.976,12.775,11.778,11.24,12.151"/> <path fill="%23d88500" d="M8.462,12.745c-2.154,0.693-2.251,3.814-1.977,5.624c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C12.828,14.925,10.847,11.984,8.462,12.745z"/> </svg>');
}
.orange.icon-attr-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M8.373,11.645c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.373,21.207,8.373,16.426,8.373,11.645L8.373,11.645z"/> <path fill="%23FFFFFF" d="M4.733,6.743c-0.724,0-1.405,0.185-2.025,0.55C2.097,7.652,1.61,8.143,1.26,8.753 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.138,6.928,5.456,6.743,4.733,6.743L4.733,6.743z"/> <rect x="3.092" y="13.645" fill="%23d88500" width="3.281" height="10.342"/> <path fill="%23d88500" d="M6.735,10.745c0,2.421-3.668,2.669-3.987,0.268C2.384,8.274,6.735,7.99,6.735,10.745z"/> <path fill="%23FFFFFF" d="M21.563,13.838c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.811,18.12,21.791,15.769,21.563,13.838z"/> <path fill="%23d88500" d="M19.655,16.868c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V9.749c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.791,13.629,19.655,15.316,19.655,16.868z M16.159,16.868c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.425,19.907,16.159,18.051,16.159,16.868z"/> </svg>');
}
.orange.icon-attr-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="none" points="10.055,18.948 12.536,18.948 11.334,15.149 "/> <g> <polygon fill="%23d88500" points="13.383,24.988 12.719,22.868 9.794,22.868 9.101,24.988 3.286,24.988 9.188,8.749 13.295,8.749 19.197,24.988 "/> <path fill="%23FFFFFF" d="M12.594,9.749l5.176,14.238h-3.652l-0.664-2.119H9.069l-0.693,2.119H4.713L9.889,9.749H12.594 M10.055,18.948h2.48l-1.201-3.799L10.055,18.948 M13.995,7.749h-1.401H9.889H8.488L8.009,9.066L2.834,23.304l-0.975,2.683h2.855 h3.662h1.45l0.451-1.378l0.242-0.741h1.466l0.225,0.717l0.439,1.402h1.469h3.652h2.855l-0.975-2.683L14.474,9.066L13.995,7.749 L13.995,7.749z"/> </g> </svg>');
}
.orange.icon-attr-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M12.131,7.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,8.181,13.305,7.926,12.131,7.926L12.131,7.926z"/> <path fill="%23d88500" d="M16.867,20.027c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.044,22.532,7.78,21.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V15.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,19.044,16.867,19.506,16.867,20.027z"/> </svg>');
}
.orange.icon-attr-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="0,21.163 8.256,13.622 8.256,19.463 6.388,21.172 8.256,22.888 8.256,28.734 "/> <polygon fill="%23FFFFFF" points="16.238,22.888 18.105,21.172 16.238,19.463 16.238,13.622 24.144,21.163 16.238,28.734 "/> <rect x="9.68" y="15.184" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4219 8.9277)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23d88500" d="M7.256,26.46l-5.775-5.295l5.775-5.275v3.133L4.908,21.17l2.348,2.157V26.46z"/> <path fill="%23d88500" d="M23.013,21.164l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147V15.89L23.013,21.164z"/> <rect x="7.256" y="19.608" fill="%23d88500" width="9.982" height="3.133"/> </svg>');
}
.orange.icon-attr-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.794,10.47 23.665,29.718 25.161,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.946 10.072,18.804 10.08,18.811 11.351,18.07 10.88,5.443 "/> <path fill="%23CCCCCC" d="M11.351,18.07l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.351,18.07 M24.794,10.47L26.5,9.468 L9.227,1L7.514,1.74L24.794,10.47z"/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M4.342,17.846c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.455,18.261,5.452,17.846,4.342,17.846L4.342,17.846z"/> <path fill="%23FFFFFF" d="M12.829,7.631c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,8.528,15.09,7.631,12.829,7.631L12.829,7.631z"/> <path fill="%23d88500" d="M18.244,16.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,13.781,18.247,15.385,18.244,16.868z M14.748,16.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,20.991,14.748,18.334,14.748,16.868z"/> <path fill="%23d88500" d="M6.441,21.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615S3.268,23.84,2.857,23.43 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,21.366,6.441,21.946z"/> </svg>');
}
.orange.icon-attr-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M19.77,21.03c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272V21.03H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.603 2.322,22.28 0,19.957 3.133,16.824 5.456,19.146 7.778,16.824 10.912,19.957 8.589,22.28 10.912,24.603 7.778,27.737 5.456,25.414 3.133,27.737 "/> <polygon fill="%23d88500" points="9.498,19.957 7.778,18.238 5.456,20.56 3.133,18.238 1.414,19.957 3.736,22.28 1.414,24.603 3.133,26.322 5.456,23.999 7.778,26.322 9.498,24.603 7.175,22.28 "/> <path fill="%23d88500" d="M19.243,25.989H9.878V23.03l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333L14.38,23.03h4.863V25.989z"/> </svg>');
}
.orange.icon-attr-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <circle fill="%23FFFFFF" cx="11.708" cy="16.285" r="8.429"/> <path fill="%23d88500" d="M11.702,9.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,9.856,11.702,9.856z"/> <path fill="none" d="M3.993,8.57h15.431V24H3.993V8.57z"/> <polygon fill="%23FFFFFF" points="15.79,20.179 10.518,16.987 10.518,11.03 12.518,11.03 12.518,15.86 16.825,18.468 "/> </svg>');
}
.orange.icon-attr-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.834,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.228,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.515,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.515,1.741z M22.042,26.906L9.834,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="21.816,11.17 18.308,9.333 10.301,17.34 6.09,13.129 1.14,18.078 10.301,27.24 22.575,14.966 22.704,12.059 "/> <polygon fill="%23d88500" points="10.301,24.411 3.969,18.078 6.09,15.957 10.301,20.168 19.144,11.326 21.265,13.447 "/> </svg>');
}
.orange.icon-attr-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.717 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.522 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.522 l13.6,7.122L22.041,26.905z"/> <polygon fill="%23FFFFFF" points="15.282,7.748 3.994,7.748 3.994,14.863 7.5,14.863 7.5,25.986 14.996,25.986 14.996,14.863 18.502,14.863 18.502,9.434 "/> <polygon fill="%23d88500" points="16.502,12.863 12.996,12.863 12.996,23.986 9.5,23.986 9.5,12.863 5.994,12.863 5.994,9.748 16.502,9.748 "/> </svg>');
}
.orange.icon-attr-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="4.632,5.845 4.632,24.323 21.109,24.323 21.109,17.369 17.109,17.322 17.109,11.369 11.586,11.369 11.586,5.845 11.586,5.845 "/> <polygon fill="%23d88500" points="9.586,19.369 9.586,16.322 15.109,16.322 15.109,13.369 9.586,13.369 9.586,7.845 6.632,7.845 6.632,22.322 19.109,22.322 19.109,19.369 "/> </svg>');
}
.orange.icon-attr-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.88,5.444 9.122,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.88,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.227,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.268,8.052 10.467,8.402 4.077,11.195 2.718,11.789 2.891,13.261 3.695,20.117 3.794,20.963 4.474,21.478 10.06,25.71 11.268,26.625 12.476,25.71 18.062,21.478 18.741,20.963 18.84,20.117 19.645,13.261 19.817,11.789 18.459,11.195 12.069,8.402 11.268,8.052 "/> <path fill="%23a56600" d="M11.268,24.116l5.586-4.232l0.804-6.856l-6.39,3.64V24.116z"/> <path fill="%23d88500" d="M5.682,19.884l5.586,4.232v-7.448l-6.39-3.64L5.682,19.884z"/> <path fill="%23ffbc00" d="M17.658,13.028l-6.39-2.793l-6.39,2.793l6.39,3.64L17.658,13.028z"/> <path fill="%23676767" d="M3.689,21.67c0,0.562,0.161,0.97,0.484,1.223s0.795,0.386,1.418,0.397v1.157 c-1.047-0.011-1.857-0.251-2.43-0.719C2.586,23.26,2.3,22.601,2.3,21.753v-2.504c0-0.573-0.174-0.982-0.521-1.227 c-0.347-0.245-0.851-0.368-1.513-0.368v-1.165c0.716-0.011,1.234-0.143,1.554-0.397C2.14,15.837,2.3,15.446,2.3,14.917v-2.529 c0-0.854,0.298-1.518,0.893-1.992S4.587,9.685,5.59,9.685v1.149c-1.268,0.033-1.901,0.581-1.901,1.645v2.438 c0,1.185-0.615,1.885-1.843,2.099v0.099c1.229,0.215,1.843,0.915,1.843,2.099V21.67z"/> <path fill="%23676767" d="M20.635,17.016c-1.229-0.215-1.843-0.915-1.843-2.099v-2.438c0-1.063-0.625-1.612-1.876-1.645V9.685 c1.014,0,1.811,0.24,2.393,0.719s0.872,1.141,0.872,1.984v2.529c0,0.534,0.162,0.927,0.488,1.178 c0.325,0.251,0.846,0.381,1.562,0.393v1.165c-0.672,0-1.182,0.123-1.529,0.368c-0.347,0.245-0.521,0.654-0.521,1.227v2.504 c0,0.843-0.282,1.5-0.847,1.971c-0.565,0.471-1.371,0.712-2.418,0.723V23.29c0.612-0.011,1.077-0.143,1.397-0.397 c0.319-0.253,0.479-0.661,0.479-1.223v-2.455c0-0.628,0.152-1.108,0.455-1.438c0.303-0.331,0.766-0.551,1.389-0.661V17.016z"/> </svg>');
}
.orange.icon-attr-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <polyline fill="%23CCCCCC" points="11.352,18.071 10.08,18.812 9.833,18.954 22.042,26.906 22.132,24.916 11.352,18.071 "/> <polygon fill="%23CCCCCC" points="24.795,10.471 26.5,9.468 9.227,1 7.514,1.741 "/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.388,5.593 9.757,7.86 2.247,18.304 1.102,19.896 2.67,21.072 10.181,26.705 11.386,27.609 12.587,26.7 20.039,21.067 21.591,19.894 20.461,18.31 13.009,7.866 11.388,5.593 "/> <path fill="%23ffbc00" d="M3.87,19.472l7.511,5.633V9.027L3.87,19.472z"/> <path fill="%23a56600" d="M11.381,25.105l7.452-5.633L11.381,9.027V25.105z"/> </svg>');
}
.orange.icon-attr-password{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M18.649,14.023v-0.677c-0.002-1.906-0.792-3.635-2.069-4.913l-3.945-2.066 c-0.452-0.083-0.917-0.131-1.394-0.131c-4.083,0-7.406,3.189-7.408,7.109v0.679C2.99,14.581,2.45,15.523,2.45,16.571v7.259 c0,1.696,1.411,3.076,3.146,3.076h4.412h1.85h0.807h4.223c1.735,0,3.146-1.38,3.146-3.076v-7.259 C20.034,15.523,19.493,14.58,18.649,14.023z"/> <path fill="none" d="M11.242,9.731h-0.002c-2.101,0.003-3.813,1.625-3.816,3.614v2h7.632v-1.999 C15.056,11.356,13.345,9.734,11.242,9.731z"/> <path fill="none" d="M14.197,19.049c0-1.494-1.284-2.71-2.862-2.71s-2.862,1.216-2.862,2.71c0,1.016,0.593,1.929,1.533,2.394v3.612 h2.657v-3.612C13.604,20.979,14.197,20.065,14.197,19.049z"/> <line fill="none" stroke="%23d88500" stroke-width="0" stroke-linecap="round" stroke-linejoin="round" x1="12.664" y1="25.055" x2="10.007" y2="25.055"/> <path fill="%23d88500" d="M17.132,15.37l-0.333-0.06v-1.964c-0.002-2.9-2.495-5.259-5.558-5.259c-3.063,0-5.556,2.359-5.557,5.259 v1.964l-0.332,0.06C4.742,15.479,4.3,15.985,4.3,16.571v7.259c0,0.676,0.581,1.226,1.295,1.226h4.412v-3.612 c-0.94-0.465-1.533-1.378-1.533-2.394c0-1.494,1.284-2.71,2.862-2.71s2.862,1.216,2.862,2.71c0,1.016-0.593,1.929-1.533,2.394v3.612 h4.223c0.715,0,1.296-0.55,1.296-1.226v-7.259C18.183,15.985,17.741,15.479,17.132,15.37z M15.057,15.345H7.425v-2 c0.003-1.99,1.715-3.611,3.816-3.614h0.002c2.102,0.003,3.814,1.625,3.814,3.615V15.345z"/> </svg> ');
}
.orange.icon-attr-email{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M10.531,28.709c-1.862,0-3.555-0.404-5.03-1.2c-1.515-0.816-2.711-1.979-3.557-3.457 c-0.833-1.455-1.255-3.132-1.255-4.984v-1.4c0-1.853,0.422-3.53,1.255-4.984c0.845-1.478,2.042-2.641,3.557-3.458 c1.476-0.795,3.168-1.199,5.03-1.199c1.832,0,3.509,0.399,4.982,1.186c1.514,0.808,2.714,1.962,3.567,3.43 c0.844,1.45,1.271,3.108,1.271,4.926v1.4c0,1.803-0.508,3.252-1.51,4.308c-0.456,0.479-0.977,0.857-1.549,1.128l0.906,1.752 l-1.638,0.959c-0.925,0.542-1.886,0.948-2.855,1.207C12.742,28.579,11.673,28.709,10.531,28.709z"/> <path fill="%23d88500" d="M3.679,23.058c-0.66-1.154-0.99-2.484-0.99-3.991v-1.4c0-1.507,0.33-2.837,0.99-3.991 c0.66-1.154,1.583-2.051,2.771-2.691c1.187-0.64,2.547-0.96,4.081-0.96c1.507,0,2.854,0.316,4.041,0.95 c1.187,0.633,2.113,1.523,2.78,2.67s1,2.454,1,3.921v1.4c0,1.28-0.32,2.257-0.96,2.931c-0.641,0.673-1.447,1.01-2.421,1.01 c-0.6,0-1.113-0.113-1.54-0.34c-0.427-0.227-0.754-0.547-0.98-0.96c-0.427,0.867-1.28,1.3-2.561,1.3 c-2.014,0-3.021-1.207-3.021-3.621v-1.76c0-1.147,0.236-2.041,0.71-2.681s1.197-0.96,2.171-0.96c0.479,0,0.903,0.093,1.271,0.28 c0.366,0.187,0.637,0.434,0.81,0.74v-0.8h2.181v5.702c0,0.427,0.09,0.743,0.271,0.95c0.18,0.207,0.416,0.31,0.71,0.31 c0.373,0,0.653-0.164,0.84-0.49c0.187-0.327,0.28-0.857,0.28-1.59v-1.4c0-1.134-0.224-2.117-0.67-2.951 c-0.447-0.833-1.087-1.477-1.921-1.93c-0.833-0.454-1.83-0.68-2.99-0.68c-1.747,0-3.117,0.5-4.111,1.5 c-0.993,1-1.49,2.367-1.49,4.101v1.42c0,1.133,0.224,2.127,0.67,2.98c0.447,0.854,1.091,1.514,1.931,1.98s1.841,0.7,3.001,0.7 c0.8,0,1.52-0.083,2.16-0.25c0.64-0.167,1.3-0.423,1.98-0.771l0.88,1.701c-0.773,0.453-1.561,0.787-2.36,1s-1.687,0.32-2.66,0.32 c-1.534,0-2.895-0.32-4.081-0.96C5.262,25.109,4.339,24.212,3.679,23.058z M11.79,17.547c0-1.187-0.439-1.78-1.32-1.78 c-0.467,0-0.81,0.157-1.03,0.47c-0.22,0.313-0.33,0.743-0.33,1.29v1.641c0,0.6,0.107,1.06,0.32,1.38 c0.214,0.32,0.561,0.48,1.04,0.48c0.881,0,1.32-0.6,1.32-1.801V17.547z"/> </svg> ');
}
.orange.icon-attr-listbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23d88500" points="18.014,26.499 18.349,20.786 12.948,17.729 12.844,23.323 18.014,26.499 "/> <polygon fill="%23d88500" points="18.78,11.733 13.075,8.855 12.963,15.036 13.804,15.505 18.408,18.071 "/> <polyline fill="%23a56600" points="18.349,20.786 18.014,26.499 19.569,25.406 19.963,19.737 18.349,20.786 "/> <polygon fill="%23a56600" points="20.476,10.744 18.78,11.733 18.408,18.071 19.167,17.58 20.037,17.03 "/> <polyline fill="%23ffbc00" points="19.167,19.299 14.536,16.796 13.804,17.223 12.948,17.729 18.349,20.786 19.963,19.737 19.167,19.299 "/> <polygon fill="%23ffbc00" points="20.476,10.744 14.786,7.955 13.075,8.855 18.78,11.733 "/> <polyline fill="%23d88500" points="14.536,28.758 14.858,23.172 9.319,19.732 9.239,24.072 9.223,25.222 14.536,28.758 "/> <polyline fill="%23a56600" points="16.529,21.99 14.858,23.172 14.536,28.758 16.136,27.553 16.529,21.99 "/> <polyline fill="%23ffbc00" points="10.999,18.639 10.083,19.225 9.319,19.732 14.858,23.172 16.529,21.99 10.999,18.639 "/> <polyline fill="%23d88500" points="11.14,31.33 11.471,25.575 5.766,22.031 5.683,26.503 5.666,27.687 11.14,31.33 "/> <polyline fill="%23a56600" points="13.193,24.358 11.471,25.575 11.14,31.33 12.787,30.088 13.193,24.358 "/> <polyline fill="%23ffbc00" points="7.496,20.905 6.552,21.51 5.766,22.031 11.471,25.575 13.193,24.358 7.496,20.905 "/> </svg>');
}
.orange.icon-attr-dropdownbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23ffbc00" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23d88500" points="17.084,10.998 14.004,9.468 13.969,15.073 11.289,13.689 15.415,22.015 20.009,18.2 17.049,16.668 "/> <polygon fill="%23ffbc00" points="12.715,12.962 11.289,13.689 13.969,15.073 13.969,13.661 "/> <polygon fill="%23a56600" points="17.049,16.668 18.482,16 18.482,11.821 17.083,11.086 "/> <polygon fill="%23ffbc00" points="20.009,18.2 21.402,17.338 18.482,16 17.049,16.668 "/> <polygon fill="%23a56600" points="24.526,15.073 26.174,14.017 26.493,9.468 24.787,10.47 "/> <polygon fill="%23d88500" points="7.507,1.741 24.787,10.47 24.526,15.073 7.776,6.273 "/> <polygon fill="%23a56600" points="21.402,17.338 17.208,20.986 15.415,22.015 20.009,18.2 "/> </svg>');
}
.orange.icon-attr-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="7.11,7.559 2.23,12.439 6.361,16.571 2.23,20.703 7.11,25.583 11.241,21.451 15.373,25.583 20.254,20.703 16.122,16.571 20.254,12.439 15.373,8.559 11.241,11.69 7.11,7.559 7.11,7.559 7.11,7.559 "/> <polygon fill="%23d88500" points="11.242,18.623 7.11,22.755 5.058,20.703 9.19,16.571 5.058,12.439 7.11,10.387 11.242,14.519 15.373,10.387 17.425,12.439 13.294,16.571 17.425,20.703 15.373,22.755 "/> </svg>');
}
.orange.icon-attr-download{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23a56600" points="16.013,21.087 4.278,21.896 4.429,24.323 16.013,23.514 16.013,21.087 "/> <polyline fill="%23a56600" points="18.003,15.213 12.593,18.746 14.395,19.976 18.003,17.597 18.003,15.213 "/> <polygon fill="%23ffbc00" points="14.724,13.078 18.003,15.213 12.593,18.746 16.013,21.087 4.278,21.896 6.144,14.346 9.304,16.503 "/> </svg>');
}
.orange.icon-attr-upload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23d88500" points="4.374,19.059 4.601,21.837 8.009,24.148 7.835,21.338 4.374,19.059 "/> <polyline fill="%23d88500" points="6.772,17.746 9.007,16.52 5.687,14.448 5.871,17.171 6.772,17.746 "/> <polyline fill="%23d88500" points="16.169,23.758 16.114,20.947 12.479,18.69 12.588,21.468 16.169,23.758 "/> <polyline fill="%23a56600" points="7.835,21.338 8.009,24.148 12.588,21.468 12.479,18.69 7.835,21.338 "/> <polyline fill="%23a56600" points="16.114,20.947 16.169,23.758 17.59,16.488 17.558,13.775 16.114,20.947 "/> <polyline fill="%23ffbc00" points="9.007,16.52 6.772,17.746 4.374,19.059 7.835,21.338 12.479,18.69 16.114,20.947 17.558,13.775 5.687,14.448 9.007,16.52 "/> </svg>');
}
.orange.icon-attr-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a56600" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%23a56600" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%23a56600" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%23ffbc00" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg>');
}
.red.icon-attr-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.red.icon-attr-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23990000" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23990000" points="10.88,5.443 9.122,4.523 9.833,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23FF0000" points="11.351,18.07 10.079,18.811 9.833,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23FF0000" points="24.794,10.47 26.5,9.467 9.227,0.999 7.514,1.74 "/> <path fill="%23CC0000" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> </svg>');
}
.red.icon-attr-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.994,5.442 9.236,4.522 9.946,18.945 10.186,18.803 10.193,18.81 11.465,18.07 10.994,5.442 "/> <polygon fill="%23676767" points="26.613,9.467 24.908,10.469 23.778,29.717 25.274,28.588 "/> <polyline fill="%23CCCCCC" points="11.465,18.07 10.193,18.81 9.946,18.953 22.155,26.905 22.245,24.915 11.465,18.07 "/> <polygon fill="%23CCCCCC" points="24.908,10.469 26.613,9.467 9.34,0.999 7.627,1.739 "/> <path fill="%23999999" d="M7.627,1.739L8.69,19.671l15.089,10.047l1.13-19.248L7.627,1.739z M22.155,26.905L9.947,18.952L9.236,4.522 l13.6,7.122L22.155,26.905z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.245,12.68 21.842,24.559 12.267,31.768 "/> <path fill="%23990000" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23CC0000" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> </svg>');
}
.red.icon-attr-root-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.876,5.442 9.118,4.522 9.829,18.945 10.068,18.803 10.075,18.81 11.347,18.07 10.876,5.442 "/> <polygon fill="%23676767" points="26.496,9.467 24.79,10.469 23.66,29.717 25.156,28.588 "/> <polyline fill="%23CCCCCC" points="11.347,18.07 10.075,18.81 9.829,18.953 22.037,26.905 22.127,24.915 11.347,18.07 "/> <polygon fill="%23CCCCCC" points="24.79,10.469 26.496,9.467 9.223,0.999 7.51,1.739 "/> <path fill="%23999999" d="M7.51,1.739l1.062,17.931L23.66,29.717l1.13-19.248L7.51,1.739z M22.037,26.905L9.829,18.952L9.118,4.522 l13.6,7.122L22.037,26.905z"/> <polygon fill="%23FFFFFF" points="0.082,24.835 3.619,21.86 2.711,12.679 0.319,9.299 0.459,4.786 9.248,8.313 15.005,7.983 22.718,11.644 21.834,24.572 12.689,30.494 10.334,32.001 7.298,32 "/> <path fill="%23990000" d="M13.242,27.767l7.511-4.876l1.081-10.935l-8.592,4.186L13.242,27.767z"/> <path fill="%23CC0000" d="M5.731,22.891l7.511,4.876l0-11.625L4.65,11.956L5.731,22.891z"/> <path fill="%23FF0000" d="M13.242,9.089L4.65,11.956l8.592,4.186l8.592-4.186L13.242,9.089z"/> <polygon fill="%23676767" points="5.731,22.891 13.242,18.791 13.242,16.142 4.65,11.956 "/> <polygon fill="%23CC0000" points="4.65,11.956 1.354,7.3 11.738,11.467 13.242,16.142 "/> <polygon fill="%23FF0000" points="5.731,22.891 2.302,25.062 10.373,31.67 13.242,27.767 "/> </svg>');
}
.red.icon-attr-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="2.584,24.487 1.219,12.853 12.06,8.114 22.263,13.056 21.537,24.487 12.06,31.666 "/> <path fill="%23990000" d="M12.061,29.157l7.59-5.75l1.093-9.315l-8.683,4.945V29.157z"/> <path fill="%23CC0000" d="M4.471,23.407l7.59,5.75v-10.12l-8.683-4.945L4.471,23.407z"/> <path fill="%23FF0000" d="M20.743,14.092l-8.683-3.795l-8.683,3.795l8.683,4.945L20.743,14.092z"/> </svg>');
}
.red.icon-attr-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.5,9.468 25.794,10.471 24.665,29.718 26.161,28.589 "/> <polyline fill="%23676767" points="11.88,5.444 10.122,4.523 10.833,18.946 11.072,18.804 11.08,18.812 12.351,18.071 11.88,5.444 "/> <polyline fill="%23CCCCCC" points="12.351,18.071 11.08,18.812 10.833,18.954 23.041,26.906 23.131,24.916 12.351,18.071 "/> <polygon fill="%23CCCCCC" points="25.794,10.471 27.5,9.468 10.227,1 8.514,1.741 "/> <path fill="%23999999" d="M8.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L8.514,1.741z M23.041,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L23.041,26.906z"/> <polygon fill="%23990000" points="24.262,11.216 22.501,12.245 21.334,32 22.879,30.841 "/> <polyline fill="%23990000" points="8.129,7.085 6.314,6.141 7.048,20.944 7.295,20.798 7.303,20.806 8.616,20.045 8.129,7.085 "/> <polyline fill="%23FF0000" points="8.616,20.045 7.303,20.806 7.048,20.951 19.657,29.113 19.75,27.071 8.616,20.045 "/> <polygon fill="%23FF0000" points="22.501,12.245 24.262,11.216 6.422,2.525 4.653,3.285 "/> <path fill="%23CC0000" d="M4.653,3.285L5.75,21.689L21.334,32l1.167-19.755L4.653,3.285z M19.657,29.113L7.048,20.951L6.314,6.141 L20.36,13.45L19.657,29.113z"/> </svg>');
}
.red.icon-attr-choice{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M12.255,27.129c-0.179,0.022-0.358,0.034-0.538,0.034c-1.576,0-2.866-0.839-3.671-1.542 c-1.821-1.594-3.111-4.128-3.538-6.953c-0.424-2.798,0.089-6.36,2.813-7.621l-0.013-0.099l0.883-0.2 c0.133-0.03,0.466-0.097,0.859-0.177c0.557-0.112,1.442-0.289,1.638-0.343c0.412-0.102,0.771-0.146,1.132-0.146 c2.426,0,4.208,1.953,4.862,2.793c1.123,1.445,1.926,3.317,2.262,5.272c0.297,1.737,0.365,4.224-0.991,6.207 c-0.741,1.083-2.172,1.646-3.967,2.26l-0.809,0.285l-0.877,0.332L12.255,27.129z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.8776" y1="12.0814" x2="12.8776" y2="25.0583"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="0.2588" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M11.24,12.151c-0.351,0.101-2.249,0.467-2.605,0.548c2.701-0.224,4.095,3.188,4.75,5.316 c0.632,2.054,1.362,5.832-0.997,7.043c0.889-0.369,3.343-0.998,3.915-1.834c0.917-1.341,0.935-3.196,0.671-4.739 c-0.267-1.558-0.895-3.13-1.869-4.382C14.227,12.976,12.775,11.778,11.24,12.151"/> <path fill="%23CC0000" d="M8.462,12.745c-2.154,0.693-2.251,3.814-1.977,5.624c0.317,2.096,1.255,4.327,2.877,5.746 c0.763,0.667,1.798,1.226,2.844,0.996c0.919-0.203,1.556-1.018,1.885-1.855c0.805-2.047,0.343-4.549-0.489-6.509 C12.828,14.925,10.847,11.984,8.462,12.745z"/> </svg>');
}
.red.icon-attr-id{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M8.373,11.645c-2.427,0-4.854,0-7.281,0c0,4.781,0,9.561,0,14.342c2.427,0,4.854,0,7.281,0 C8.373,21.207,8.373,16.426,8.373,11.645L8.373,11.645z"/> <path fill="%23FFFFFF" d="M4.733,6.743c-0.724,0-1.405,0.185-2.025,0.55C2.097,7.652,1.61,8.143,1.26,8.753 c-0.351,0.612-0.529,1.282-0.529,1.992c0,0.721,0.182,1.399,0.541,2.014c0.352,0.604,0.838,1.09,1.443,1.445 c0.615,0.36,1.293,0.543,2.017,0.543s1.403-0.183,2.017-0.543c0.605-0.355,1.091-0.841,1.443-1.445 c0.359-0.615,0.541-1.293,0.541-2.014c0-0.71-0.178-1.38-0.529-1.992c-0.35-0.61-0.837-1.101-1.448-1.46 C6.138,6.928,5.456,6.743,4.733,6.743L4.733,6.743z"/> <rect x="3.092" y="13.645" fill="%23CC0000" width="3.281" height="10.342"/> <path fill="%23CC0000" d="M6.735,10.745c0,2.421-3.668,2.669-3.987,0.268C2.384,8.274,6.735,7.99,6.735,10.745z"/> <path fill="%23FFFFFF" d="M21.563,13.838c-0.169-1.426-0.734-2.648-1.567-3.618l-4.572-2.394c-0.356-0.047-0.718-0.078-1.086-0.078 c-2.426,0-4.852,0-7.278,0c0,5.143,0,10.285,0,15.428c0,0.937,0,1.874,0,2.81c2.803,0,5.754,0.292,8.531-0.08 c3.09-0.413,5.526-2.746,5.956-5.863C21.811,18.12,21.791,15.769,21.563,13.838z"/> <path fill="%23CC0000" d="M19.655,16.868c0,1.555,0.131,3.234-0.649,4.641c-0.965,1.74-2.769,2.447-4.673,2.478 c-1.757,0.028-3.516,0-5.273,0V9.749c1.757,0,3.517-0.03,5.273,0c1.911,0.033,3.699,0.739,4.673,2.478 C19.791,13.629,19.655,15.316,19.655,16.868z M16.159,16.868c0-1.176,0.269-3.037-0.946-3.742c-0.739-0.429-1.835-0.262-2.658-0.262 v8.008c0.823,0,1.919,0.167,2.658-0.262C16.425,19.907,16.159,18.051,16.159,16.868z"/> </svg>');
}
.red.icon-attr-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="none" points="10.055,18.948 12.536,18.948 11.334,15.149 "/> <g> <polygon fill="%23CC0000" points="13.383,24.988 12.719,22.868 9.794,22.868 9.101,24.988 3.286,24.988 9.188,8.749 13.295,8.749 19.197,24.988 "/> <path fill="%23FFFFFF" d="M12.594,9.749l5.176,14.238h-3.652l-0.664-2.119H9.069l-0.693,2.119H4.713L9.889,9.749H12.594 M10.055,18.948h2.48l-1.201-3.799L10.055,18.948 M13.995,7.749h-1.401H9.889H8.488L8.009,9.066L2.834,23.304l-0.975,2.683h2.855 h3.662h1.45l0.451-1.378l0.242-0.741h1.466l0.225,0.717l0.439,1.402h1.469h3.652h2.855l-0.975-2.683L14.474,9.066L13.995,7.749 L13.995,7.749z"/> </g> </svg>');
}
.red.icon-attr-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M12.131,7.926c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H5.385v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C14.399,8.181,13.305,7.926,12.131,7.926L12.131,7.926z"/> <path fill="%23CC0000" d="M16.867,20.027c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795S8.044,22.532,7.78,21.96c-0.264-0.572-0.396-1.242-0.396-2.01h3.281 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459V15.59h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H7.551c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C16.789,19.044,16.867,19.506,16.867,20.027z"/> </svg>');
}
.red.icon-attr-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <polygon fill="%23FFFFFF" points="0,21.163 8.256,13.622 8.256,19.463 6.388,21.172 8.256,22.888 8.256,28.734 "/> <polygon fill="%23FFFFFF" points="16.238,22.888 18.105,21.172 16.238,19.463 16.238,13.622 24.144,21.163 16.238,28.734 "/> <rect x="9.68" y="15.184" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4219 8.9277)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23CC0000" d="M7.256,26.46l-5.775-5.295l5.775-5.275v3.133L4.908,21.17l2.348,2.157V26.46z"/> <path fill="%23CC0000" d="M23.013,21.164l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147V15.89L23.013,21.164z"/> <rect x="7.256" y="19.608" fill="%23CC0000" width="9.982" height="3.133"/> </svg>');
}
.red.icon-attr-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.794,10.47 23.665,29.718 25.161,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.523 9.833,18.946 10.072,18.804 10.08,18.811 11.351,18.07 10.88,5.443 "/> <path fill="%23CCCCCC" d="M11.351,18.07l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.351,18.07 M24.794,10.47L26.5,9.468 L9.227,1L7.514,1.74L24.794,10.47z"/> <path fill="%23999999" d="M7.514,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.74z M22.041,26.905L9.833,18.953L9.122,4.523 l13.6,7.122L22.041,26.905z"/> <path fill="%23FFFFFF" d="M4.342,17.846c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.455,18.261,5.452,17.846,4.342,17.846L4.342,17.846z"/> <path fill="%23FFFFFF" d="M12.829,7.631c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.216,8.528,15.09,7.631,12.829,7.631L12.829,7.631z"/> <path fill="%23CC0000" d="M18.244,16.868c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.306,13.781,18.247,15.385,18.244,16.868z M14.748,16.868c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.943,20.991,14.748,18.334,14.748,16.868z"/> <path fill="%23CC0000" d="M6.441,21.946c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615S3.268,23.84,2.857,23.43 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.441,21.366,6.441,21.946z"/> </svg>');
}
.red.icon-attr-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.874,5.444 9.116,4.523 9.826,18.946 10.066,18.804 10.073,18.812 11.345,18.071 10.874,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.788,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.788,10.471z"/> <path fill="%23999999" d="M7.507,1.741L8.57,19.672l15.089,10.047l1.13-19.248L7.507,1.741z M22.035,26.906L9.827,18.954L9.116,4.523 l13.6,7.122L22.035,26.906z"/> <path fill="%23FFFFFF" d="M19.77,21.03c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934l13.365-2.272V21.03H19.77z"/> <polygon fill="%23FFFFFF" points="0,24.603 2.322,22.28 0,19.957 3.133,16.824 5.456,19.146 7.778,16.824 10.912,19.957 8.589,22.28 10.912,24.603 7.778,27.737 5.456,25.414 3.133,27.737 "/> <polygon fill="%23CC0000" points="9.498,19.957 7.778,18.238 5.456,20.56 3.133,18.238 1.414,19.957 3.736,22.28 1.414,24.603 3.133,26.322 5.456,23.999 7.778,26.322 9.498,24.603 7.175,22.28 "/> <path fill="%23CC0000" d="M19.243,25.989H9.878V23.03l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.878 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504c0.696-0.342,1.472-0.513,2.324-0.513 c0.645,0,1.243,0.091,1.797,0.273c0.554,0.182,1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309 c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431c-0.237,0.453-0.576,0.892-1.016,1.318 s-0.962,0.871-1.567,1.333L14.38,23.03h4.863V25.989z"/> </svg>');
}
.red.icon-attr-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <circle fill="%23FFFFFF" cx="11.708" cy="16.285" r="8.429"/> <path fill="%23CC0000" d="M11.702,9.856c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S15.257,9.856,11.702,9.856z"/> <path fill="none" d="M3.993,8.57h15.431V24H3.993V8.57z"/> <polygon fill="%23FFFFFF" points="15.79,20.179 10.518,16.987 10.518,11.03 12.518,11.03 12.518,15.86 16.825,18.468 "/> </svg>');
}
.red.icon-attr-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.834,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.228,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.515,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.515,1.741z M22.042,26.906L9.834,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="21.816,11.17 18.308,9.333 10.301,17.34 6.09,13.129 1.14,18.078 10.301,27.24 22.575,14.966 22.704,12.059 "/> <polygon fill="%23CC0000" points="10.301,24.411 3.969,18.078 6.09,15.957 10.301,20.168 19.144,11.326 21.265,13.447 "/> </svg>');
}
.red.icon-attr-text{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.499,9.467 24.794,10.47 23.664,29.717 25.16,28.588 "/> <polyline fill="%23676767" points="10.88,5.443 9.122,4.522 9.832,18.945 10.072,18.803 10.079,18.811 11.351,18.07 10.88,5.443 "/> <polyline fill="%23CCCCCC" points="11.351,18.07 10.079,18.811 9.832,18.953 22.041,26.905 22.131,24.915 11.351,18.07 "/> <polygon fill="%23CCCCCC" points="24.794,10.47 26.499,9.467 9.226,0.999 7.513,1.74 "/> <path fill="%23999999" d="M7.513,1.74l1.062,17.931l15.089,10.047l1.13-19.248L7.513,1.74z M22.041,26.905L9.832,18.953L9.122,4.522 l13.6,7.122L22.041,26.905z"/> <polygon fill="%23FFFFFF" points="15.282,7.748 3.994,7.748 3.994,14.863 7.5,14.863 7.5,25.986 14.996,25.986 14.996,14.863 18.502,14.863 18.502,9.434 "/> <polygon fill="%23CC0000" points="16.502,12.863 12.996,12.863 12.996,23.986 9.5,23.986 9.5,12.863 5.994,12.863 5.994,9.748 16.502,9.748 "/> </svg>');
}
.red.icon-attr-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="4.632,5.845 4.632,24.323 21.109,24.323 21.109,17.369 17.109,17.322 17.109,11.369 11.586,11.369 11.586,5.845 11.586,5.845 "/> <polygon fill="%23CC0000" points="9.586,19.369 9.586,16.322 15.109,16.322 15.109,13.369 9.586,13.369 9.586,7.845 6.632,7.845 6.632,22.322 19.109,22.322 19.109,19.369 "/> </svg>');
}
.red.icon-attr-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.88,5.444 9.122,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.88,5.444 "/> <path fill="%23CCCCCC" d="M11.352,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.352,18.071 M24.795,10.471L26.5,9.468 L9.227,1L7.514,1.741L24.795,10.471z"/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.268,8.052 10.467,8.402 4.077,11.195 2.718,11.789 2.891,13.261 3.695,20.117 3.794,20.963 4.474,21.478 10.06,25.71 11.268,26.625 12.476,25.71 18.062,21.478 18.741,20.963 18.84,20.117 19.645,13.261 19.817,11.789 18.459,11.195 12.069,8.402 11.268,8.052 "/> <path fill="%23990000" d="M11.268,24.116l5.586-4.232l0.804-6.856l-6.39,3.64V24.116z"/> <path fill="%23CC0000" d="M5.682,19.884l5.586,4.232v-7.448l-6.39-3.64L5.682,19.884z"/> <path fill="%23FF0000" d="M17.658,13.028l-6.39-2.793l-6.39,2.793l6.39,3.64L17.658,13.028z"/> <path fill="%23676767" d="M3.689,21.67c0,0.562,0.161,0.97,0.484,1.223s0.795,0.386,1.418,0.397v1.157 c-1.047-0.011-1.857-0.251-2.43-0.719C2.586,23.26,2.3,22.601,2.3,21.753v-2.504c0-0.573-0.174-0.982-0.521-1.227 c-0.347-0.245-0.851-0.368-1.513-0.368v-1.165c0.716-0.011,1.234-0.143,1.554-0.397C2.14,15.837,2.3,15.446,2.3,14.917v-2.529 c0-0.854,0.298-1.518,0.893-1.992S4.587,9.685,5.59,9.685v1.149c-1.268,0.033-1.901,0.581-1.901,1.645v2.438 c0,1.185-0.615,1.885-1.843,2.099v0.099c1.229,0.215,1.843,0.915,1.843,2.099V21.67z"/> <path fill="%23676767" d="M20.635,17.016c-1.229-0.215-1.843-0.915-1.843-2.099v-2.438c0-1.063-0.625-1.612-1.876-1.645V9.685 c1.014,0,1.811,0.24,2.393,0.719s0.872,1.141,0.872,1.984v2.529c0,0.534,0.162,0.927,0.488,1.178 c0.325,0.251,0.846,0.381,1.562,0.393v1.165c-0.672,0-1.182,0.123-1.529,0.368c-0.347,0.245-0.521,0.654-0.521,1.227v2.504 c0,0.843-0.282,1.5-0.847,1.971c-0.565,0.471-1.371,0.712-2.418,0.723V23.29c0.612-0.011,1.077-0.143,1.397-0.397 c0.319-0.253,0.479-0.661,0.479-1.223v-2.455c0-0.628,0.152-1.108,0.455-1.438c0.303-0.331,0.766-0.551,1.389-0.661V17.016z"/> </svg>');
}
.red.icon-attr-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.468 24.795,10.471 23.665,29.718 25.161,28.589 "/> <polyline fill="%23676767" points="10.881,5.444 9.123,4.523 9.833,18.946 10.073,18.804 10.08,18.812 11.352,18.071 10.881,5.444 "/> <polyline fill="%23CCCCCC" points="11.352,18.071 10.08,18.812 9.833,18.954 22.042,26.906 22.132,24.916 11.352,18.071 "/> <polygon fill="%23CCCCCC" points="24.795,10.471 26.5,9.468 9.227,1 7.514,1.741 "/> <path fill="%23999999" d="M7.514,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.514,1.741z M22.042,26.906L9.833,18.954L9.123,4.523 l13.6,7.122L22.042,26.906z"/> <polygon fill="%23FFFFFF" points="11.388,5.593 9.757,7.86 2.247,18.304 1.102,19.896 2.67,21.072 10.181,26.705 11.386,27.609 12.587,26.7 20.039,21.067 21.591,19.894 20.461,18.31 13.009,7.866 11.388,5.593 "/> <path fill="%23FF0000" d="M3.87,19.472l7.511,5.633V9.027L3.87,19.472z"/> <path fill="%23990000" d="M11.381,25.105l7.452-5.633L11.381,9.027V25.105z"/> </svg>');
}
.red.icon-attr-password{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M18.649,14.023v-0.677c-0.002-1.906-0.792-3.635-2.069-4.913l-3.945-2.066 c-0.452-0.083-0.917-0.131-1.394-0.131c-4.083,0-7.406,3.189-7.408,7.109v0.679C2.99,14.581,2.45,15.523,2.45,16.571v7.259 c0,1.696,1.411,3.076,3.146,3.076h4.412h1.85h0.807h4.223c1.735,0,3.146-1.38,3.146-3.076v-7.259 C20.034,15.523,19.493,14.58,18.649,14.023z"/> <path fill="none" d="M11.242,9.731h-0.002c-2.101,0.003-3.813,1.625-3.816,3.614v2h7.632v-1.999 C15.056,11.356,13.345,9.734,11.242,9.731z"/> <path fill="none" d="M14.197,19.049c0-1.494-1.284-2.71-2.862-2.71s-2.862,1.216-2.862,2.71c0,1.016,0.593,1.929,1.533,2.394v3.612 h2.657v-3.612C13.604,20.979,14.197,20.065,14.197,19.049z"/> <line fill="none" stroke="%23CC0000" stroke-width="0" stroke-linecap="round" stroke-linejoin="round" x1="12.664" y1="25.055" x2="10.007" y2="25.055"/> <path fill="%23CC0000" d="M17.132,15.37l-0.333-0.06v-1.964c-0.002-2.9-2.495-5.259-5.558-5.259c-3.063,0-5.556,2.359-5.557,5.259 v1.964l-0.332,0.06C4.742,15.479,4.3,15.985,4.3,16.571v7.259c0,0.676,0.581,1.226,1.295,1.226h4.412v-3.612 c-0.94-0.465-1.533-1.378-1.533-2.394c0-1.494,1.284-2.71,2.862-2.71s2.862,1.216,2.862,2.71c0,1.016-0.593,1.929-1.533,2.394v3.612 h4.223c0.715,0,1.296-0.55,1.296-1.226v-7.259C18.183,15.985,17.741,15.479,17.132,15.37z M15.057,15.345H7.425v-2 c0.003-1.99,1.715-3.611,3.816-3.614h0.002c2.102,0.003,3.814,1.625,3.814,3.615V15.345z"/> </svg> ');
}
.red.icon-attr-email{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.788,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <path fill="%23FFFFFF" d="M10.531,28.709c-1.862,0-3.555-0.404-5.03-1.2c-1.515-0.816-2.711-1.979-3.557-3.457 c-0.833-1.455-1.255-3.132-1.255-4.984v-1.4c0-1.853,0.422-3.53,1.255-4.984c0.845-1.478,2.042-2.641,3.557-3.458 c1.476-0.795,3.168-1.199,5.03-1.199c1.832,0,3.509,0.399,4.982,1.186c1.514,0.808,2.714,1.962,3.567,3.43 c0.844,1.45,1.271,3.108,1.271,4.926v1.4c0,1.803-0.508,3.252-1.51,4.308c-0.456,0.479-0.977,0.857-1.549,1.128l0.906,1.752 l-1.638,0.959c-0.925,0.542-1.886,0.948-2.855,1.207C12.742,28.579,11.673,28.709,10.531,28.709z"/> <path fill="%23CC0000" d="M3.679,23.058c-0.66-1.154-0.99-2.484-0.99-3.991v-1.4c0-1.507,0.33-2.837,0.99-3.991 c0.66-1.154,1.583-2.051,2.771-2.691c1.187-0.64,2.547-0.96,4.081-0.96c1.507,0,2.854,0.316,4.041,0.95 c1.187,0.633,2.113,1.523,2.78,2.67s1,2.454,1,3.921v1.4c0,1.28-0.32,2.257-0.96,2.931c-0.641,0.673-1.447,1.01-2.421,1.01 c-0.6,0-1.113-0.113-1.54-0.34c-0.427-0.227-0.754-0.547-0.98-0.96c-0.427,0.867-1.28,1.3-2.561,1.3 c-2.014,0-3.021-1.207-3.021-3.621v-1.76c0-1.147,0.236-2.041,0.71-2.681s1.197-0.96,2.171-0.96c0.479,0,0.903,0.093,1.271,0.28 c0.366,0.187,0.637,0.434,0.81,0.74v-0.8h2.181v5.702c0,0.427,0.09,0.743,0.271,0.95c0.18,0.207,0.416,0.31,0.71,0.31 c0.373,0,0.653-0.164,0.84-0.49c0.187-0.327,0.28-0.857,0.28-1.59v-1.4c0-1.134-0.224-2.117-0.67-2.951 c-0.447-0.833-1.087-1.477-1.921-1.93c-0.833-0.454-1.83-0.68-2.99-0.68c-1.747,0-3.117,0.5-4.111,1.5 c-0.993,1-1.49,2.367-1.49,4.101v1.42c0,1.133,0.224,2.127,0.67,2.98c0.447,0.854,1.091,1.514,1.931,1.98s1.841,0.7,3.001,0.7 c0.8,0,1.52-0.083,2.16-0.25c0.64-0.167,1.3-0.423,1.98-0.771l0.88,1.701c-0.773,0.453-1.561,0.787-2.36,1s-1.687,0.32-2.66,0.32 c-1.534,0-2.895-0.32-4.081-0.96C5.262,25.109,4.339,24.212,3.679,23.058z M11.79,17.547c0-1.187-0.439-1.78-1.32-1.78 c-0.467,0-0.81,0.157-1.03,0.47c-0.22,0.313-0.33,0.743-0.33,1.29v1.641c0,0.6,0.107,1.06,0.32,1.38 c0.214,0.32,0.561,0.48,1.04,0.48c0.881,0,1.32-0.6,1.32-1.801V17.547z"/> </svg> ');
}
.red.icon-attr-listbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23CC0000" points="18.014,26.499 18.349,20.786 12.948,17.729 12.844,23.323 18.014,26.499 "/> <polygon fill="%23CC0000" points="18.78,11.733 13.075,8.855 12.963,15.036 13.804,15.505 18.408,18.071 "/> <polyline fill="%23990000" points="18.349,20.786 18.014,26.499 19.569,25.406 19.963,19.737 18.349,20.786 "/> <polygon fill="%23990000" points="20.476,10.744 18.78,11.733 18.408,18.071 19.167,17.58 20.037,17.03 "/> <polyline fill="%23FF0000" points="19.167,19.299 14.536,16.796 13.804,17.223 12.948,17.729 18.349,20.786 19.963,19.737 19.167,19.299 "/> <polygon fill="%23FF0000" points="20.476,10.744 14.786,7.955 13.075,8.855 18.78,11.733 "/> <polyline fill="%23CC0000" points="14.536,28.758 14.858,23.172 9.319,19.732 9.239,24.072 9.223,25.222 14.536,28.758 "/> <polyline fill="%23990000" points="16.529,21.99 14.858,23.172 14.536,28.758 16.136,27.553 16.529,21.99 "/> <polyline fill="%23FF0000" points="10.999,18.639 10.083,19.225 9.319,19.732 14.858,23.172 16.529,21.99 10.999,18.639 "/> <polyline fill="%23CC0000" points="11.14,31.33 11.471,25.575 5.766,22.031 5.683,26.503 5.666,27.687 11.14,31.33 "/> <polyline fill="%23990000" points="13.193,24.358 11.471,25.575 11.14,31.33 12.787,30.088 13.193,24.358 "/> <polyline fill="%23FF0000" points="7.496,20.905 6.552,21.51 5.766,22.031 11.471,25.575 13.193,24.358 7.496,20.905 "/> </svg>');
}
.red.icon-attr-dropdownbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23FF0000" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23CC0000" points="17.084,10.998 14.004,9.468 13.969,15.073 11.289,13.689 15.415,22.015 20.009,18.2 17.049,16.668 "/> <polygon fill="%23FF0000" points="12.715,12.962 11.289,13.689 13.969,15.073 13.969,13.661 "/> <polygon fill="%23990000" points="17.049,16.668 18.482,16 18.482,11.821 17.083,11.086 "/> <polygon fill="%23FF0000" points="20.009,18.2 21.402,17.338 18.482,16 17.049,16.668 "/> <polygon fill="%23990000" points="24.526,15.073 26.174,14.017 26.493,9.468 24.787,10.47 "/> <polygon fill="%23CC0000" points="7.507,1.741 24.787,10.47 24.526,15.073 7.776,6.273 "/> <polygon fill="%23990000" points="21.402,17.338 17.208,20.986 15.415,22.015 20.009,18.2 "/> </svg>');
}
.red.icon-attr-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <path fill="%23CCCCCC" d="M11.345,18.071l-1.272,0.741l-0.247,0.142l12.208,7.952l0.09-1.99L11.345,18.071 M24.787,10.471l1.706-1.002 L9.22,1L7.507,1.741L24.787,10.471z"/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%23FFFFFF" points="7.11,7.559 2.23,12.439 6.361,16.571 2.23,20.703 7.11,25.583 11.241,21.451 15.373,25.583 20.254,20.703 16.122,16.571 20.254,12.439 15.373,8.559 11.241,11.69 7.11,7.559 7.11,7.559 7.11,7.559 "/> <polygon fill="%23CC0000" points="11.242,18.623 7.11,22.755 5.058,20.703 9.19,16.571 5.058,12.439 7.11,10.387 11.242,14.519 15.373,10.387 17.425,12.439 13.294,16.571 17.425,20.703 15.373,22.755 "/> </svg>');
}
.red.icon-attr-download{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23990000" points="16.013,21.087 4.278,21.896 4.429,24.323 16.013,23.514 16.013,21.087 "/> <polyline fill="%23990000" points="18.003,15.213 12.593,18.746 14.395,19.976 18.003,17.597 18.003,15.213 "/> <polygon fill="%23FF0000" points="14.724,13.078 18.003,15.213 12.593,18.746 16.013,21.087 4.278,21.896 6.144,14.346 9.304,16.503 "/> </svg>');
}
.red.icon-attr-upload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%23CCCCCC" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polyline fill="%23CC0000" points="4.374,19.059 4.601,21.837 8.009,24.148 7.835,21.338 4.374,19.059 "/> <polyline fill="%23CC0000" points="6.772,17.746 9.007,16.52 5.687,14.448 5.871,17.171 6.772,17.746 "/> <polyline fill="%23CC0000" points="16.169,23.758 16.114,20.947 12.479,18.69 12.588,21.468 16.169,23.758 "/> <polyline fill="%23990000" points="7.835,21.338 8.009,24.148 12.588,21.468 12.479,18.69 7.835,21.338 "/> <polyline fill="%23990000" points="16.114,20.947 16.169,23.758 17.59,16.488 17.558,13.775 16.114,20.947 "/> <polyline fill="%23FF0000" points="9.007,16.52 6.772,17.746 4.374,19.059 7.835,21.338 12.479,18.69 16.114,20.947 17.558,13.775 5.687,14.448 9.007,16.52 "/> </svg>');
}
.red.icon-attr-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990000" points="12.482,15.832 12.463,20.519 14.894,18.153 12.482,15.832 "/> <polyline fill="%23990000" points="24.534,23.138 23.471,22.068 23.335,23.994 24.534,23.138 "/> <polygon fill="%23990000" points="17.26,15.858 17.28,28.337 19.257,26.917 20.379,26.114 20.683,19.281 "/> <path fill="%23FF0000" d="M17.26,15.858l-2.366,2.295l-2.431,2.366l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L17.26,15.858z"/> <path fill="%23999999" d="M9.183,6.769L10.7,7.56l10.269,5.381l-0.285,6.34l-0.305,6.833l-1.122,0.804l2.528,1.686l0.979-16.68 L7.789,4.357l0.908,15.306l1.07-1.083L9.183,6.769z"/> <path fill="%23676767" d="M10.7,7.56L9.183,6.769l0.583,11.812l1.303-1.316L10.7,7.56 M24.242,11.054l-1.478,0.869l-0.979,16.68 l1.297-0.979l0.253-3.63l0.136-1.925L24.242,11.054z"/> <path fill="%23CCCCCC" d="M22.764,11.923l1.478-0.869L9.273,3.715L7.789,4.357L22.764,11.923z"/> <radialGradient id="SVGID_1_" cx="-791.3849" cy="1433.5298" r="4.4337" gradientTransform="matrix(1 0 0 -1 803 1444.05)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M14.784,9.662c-0.398-0.398-0.853-0.659-1.365-0.782c-0.231-0.056-0.473-0.083-0.726-0.083 c-0.818,0-1.516,0.289-2.093,0.866c-0.577,0.578-0.866,1.276-0.866,2.093c0,0.818,0.289,1.516,0.866,2.093 c0.099,0.099,0.202,0.19,0.309,0.272c0.512,0.396,1.107,0.594,1.784,0.594c0.086,0,0.171-0.003,0.254-0.009 c0.708-0.054,1.32-0.34,1.837-0.857c0.578-0.577,0.868-1.275,0.868-2.093c0-0.676-0.198-1.271-0.595-1.784 C14.974,9.864,14.883,9.761,14.784,9.662z"/> </svg>');
}


.blue.icon-button-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <path fill="%230099FF" d="M9.139,17.096l0.02-0.012c-0.005,0.005-0.01,0.01-0.016,0.014l6.716,4.389v-2.938l-6.877-4.195L9.139,17.096 z"/> <path fill="%23003399" d="M15.94,21.437l0.025-0.016c0.003-0.001,0.005-0.002,0.006-0.004l6.617-4.319l-0.172-0.101l0.031,0.018 c0.002,0.001,0.003,0.002,0.004,0.002l0.141,0.079l0.162-2.87l-6.891,4.319v2.942l0.014-0.01c0.002,0,0.003-0.001,0.004-0.002 C15.902,21.462,15.921,21.449,15.94,21.437"/> <path fill="%23003399" d="M15.856,15.56c0-0.197,0-0.395,0-0.592L5.48,9.154l0.256,3.221l3.245,1.978l6.877,4.195l0.002-0.19 L15.856,15.56z"/> <path fill="%230044B2" d="M15.856,14.968c0,0.197,0,0.395,0,0.592l0.004,2.799l0.002,0.186l6.891-4.319l3.466-2.17l0.247-2.902 L15.856,14.968z"/> <path fill="%23CCCCCC" d="M15.861,22.51l-0.002-1.023l-6.716-4.389l-6.317,3.603l13.036,9.676L15.861,22.51z"/> <path fill="%23797979" d="M15.965,21.421l-0.102,0.069v0.21c0,0.016-0.001,0.032-0.002,0.049v0.044c0.001,0.224,0.001,0.447,0,0.671 v0.046l0.002,7.867l13.043-9.676l-6.317-3.603l-6.617,4.319C15.97,21.419,15.968,21.42,15.965,21.421z"/> <polyline fill="%230099FF" points="5.48,9.154 15.856,14.968 26.468,9.154 15.854,4.298 5.48,9.154 "/> </svg> ');
}
.lightBlue.icon-button-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <path fill="%2333CCFF" d="M9.139,17.096l0.02-0.012c-0.005,0.005-0.01,0.01-0.016,0.014l6.716,4.389v-2.938l-6.877-4.195L9.139,17.096 z"/> <path fill="%23269FBF" d="M15.94,21.437l0.025-0.016c0.003-0.001,0.005-0.002,0.006-0.004l6.617-4.319l-0.172-0.101l0.031,0.018 c0.002,0.001,0.003,0.002,0.004,0.002l0.141,0.079l0.162-2.87l-6.891,4.319v2.942l0.014-0.01c0.002,0,0.003-0.001,0.004-0.002 C15.902,21.462,15.921,21.449,15.94,21.437"/> <path fill="%23269FBF" d="M15.856,15.56c0-0.197,0-0.395,0-0.592L5.48,9.154l0.256,3.221l3.245,1.978l6.877,4.195l0.002-0.19 L15.856,15.56z"/> <path fill="%232189a5" d="M15.856,14.968c0,0.197,0,0.395,0,0.592l0.004,2.799l0.002,0.186l6.891-4.319l3.466-2.17l0.247-2.902 L15.856,14.968z"/> <path fill="%23CCCCCC" d="M15.861,22.51l-0.002-1.023l-6.716-4.389l-6.317,3.603l13.036,9.676L15.861,22.51z"/> <path fill="%23797979" d="M15.965,21.421l-0.102,0.069v0.21c0,0.016-0.001,0.032-0.002,0.049v0.044c0.001,0.224,0.001,0.447,0,0.671 v0.046l0.002,7.867l13.043-9.676l-6.317-3.603l-6.617,4.319C15.97,21.419,15.968,21.42,15.965,21.421z"/> <polyline fill="%2333CCFF" points="5.48,9.154 15.856,14.968 26.468,9.154 15.854,4.298 5.48,9.154 "/> </svg> ');
}
.green.icon-button-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <path fill="%2339b563" d="M9.139,17.096l0.02-0.012c-0.005,0.005-0.01,0.01-0.016,0.014l6.716,4.389v-2.938l-6.877-4.195L9.139,17.096 z"/> <path fill="%232f8c51" d="M15.94,21.437l0.025-0.016c0.003-0.001,0.005-0.002,0.006-0.004l6.617-4.319l-0.172-0.101l0.031,0.018 c0.002,0.001,0.003,0.002,0.004,0.002l0.141,0.079l0.162-2.87l-6.891,4.319v2.942l0.014-0.01c0.002,0,0.003-0.001,0.004-0.002 C15.902,21.462,15.921,21.449,15.94,21.437"/> <path fill="%232f8c51" d="M15.856,15.56c0-0.197,0-0.395,0-0.592L5.48,9.154l0.256,3.221l3.245,1.978l6.877,4.195l0.002-0.19 L15.856,15.56z"/> <path fill="%2321663c" d="M15.856,14.968c0,0.197,0,0.395,0,0.592l0.004,2.799l0.002,0.186l6.891-4.319l3.466-2.17l0.247-2.902 L15.856,14.968z"/> <path fill="%23CCCCCC" d="M15.861,22.51l-0.002-1.023l-6.716-4.389l-6.317,3.603l13.036,9.676L15.861,22.51z"/> <path fill="%23797979" d="M15.965,21.421l-0.102,0.069v0.21c0,0.016-0.001,0.032-0.002,0.049v0.044c0.001,0.224,0.001,0.447,0,0.671 v0.046l0.002,7.867l13.043-9.676l-6.317-3.603l-6.617,4.319C15.97,21.419,15.968,21.42,15.965,21.421z"/> <polyline fill="%2339b563" points="5.48,9.154 15.856,14.968 26.468,9.154 15.854,4.298 5.48,9.154 "/> </svg> ');
}
.lightGreen.icon-button-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <path fill="%2300e500" d="M9.139,17.096l0.02-0.012c-0.005,0.005-0.01,0.01-0.016,0.014l6.716,4.389v-2.938l-6.877-4.195L9.139,17.096 z"/> <path fill="%2300b200" d="M15.94,21.437l0.025-0.016c0.003-0.001,0.005-0.002,0.006-0.004l6.617-4.319l-0.172-0.101l0.031,0.018 c0.002,0.001,0.003,0.002,0.004,0.002l0.141,0.079l0.162-2.87l-6.891,4.319v2.942l0.014-0.01c0.002,0,0.003-0.001,0.004-0.002 C15.902,21.462,15.921,21.449,15.94,21.437"/> <path fill="%2300b200" d="M15.856,15.56c0-0.197,0-0.395,0-0.592L5.48,9.154l0.256,3.221l3.245,1.978l6.877,4.195l0.002-0.19 L15.856,15.56z"/> <path fill="%23009900" d="M15.856,14.968c0,0.197,0,0.395,0,0.592l0.004,2.799l0.002,0.186l6.891-4.319l3.466-2.17l0.247-2.902 L15.856,14.968z"/> <path fill="%23CCCCCC" d="M15.861,22.51l-0.002-1.023l-6.716-4.389l-6.317,3.603l13.036,9.676L15.861,22.51z"/> <path fill="%23797979" d="M15.965,21.421l-0.102,0.069v0.21c0,0.016-0.001,0.032-0.002,0.049v0.044c0.001,0.224,0.001,0.447,0,0.671 v0.046l0.002,7.867l13.043-9.676l-6.317-3.603l-6.617,4.319C15.97,21.419,15.968,21.42,15.965,21.421z"/> <polyline fill="%2300e500" points="5.48,9.154 15.856,14.968 26.468,9.154 15.854,4.298 5.48,9.154 "/> </svg> ');
}
.yellow.icon-button-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <path fill="%23f9e100" d="M9.139,17.096l0.02-0.012c-0.005,0.005-0.01,0.01-0.016,0.014l6.716,4.389v-2.938l-6.877-4.195L9.139,17.096 z"/> <path fill="%23ccaa00" d="M15.94,21.437l0.025-0.016c0.003-0.001,0.005-0.002,0.006-0.004l6.617-4.319l-0.172-0.101l0.031,0.018 c0.002,0.001,0.003,0.002,0.004,0.002l0.141,0.079l0.162-2.87l-6.891,4.319v2.942l0.014-0.01c0.002,0,0.003-0.001,0.004-0.002 C15.902,21.462,15.921,21.449,15.94,21.437"/> <path fill="%23ccaa00" d="M15.856,15.56c0-0.197,0-0.395,0-0.592L5.48,9.154l0.256,3.221l3.245,1.978l6.877,4.195l0.002-0.19 L15.856,15.56z"/> <path fill="%23a58d00" d="M15.856,14.968c0,0.197,0,0.395,0,0.592l0.004,2.799l0.002,0.186l6.891-4.319l3.466-2.17l0.247-2.902 L15.856,14.968z"/> <path fill="%23CCCCCC" d="M15.861,22.51l-0.002-1.023l-6.716-4.389l-6.317,3.603l13.036,9.676L15.861,22.51z"/> <path fill="%23797979" d="M15.965,21.421l-0.102,0.069v0.21c0,0.016-0.001,0.032-0.002,0.049v0.044c0.001,0.224,0.001,0.447,0,0.671 v0.046l0.002,7.867l13.043-9.676l-6.317-3.603l-6.617,4.319C15.97,21.419,15.968,21.42,15.965,21.421z"/> <polyline fill="%23f9e100" points="5.48,9.154 15.856,14.968 26.468,9.154 15.854,4.298 5.48,9.154 "/> </svg> ');
}
.purple.icon-button-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <path fill="%23FF99FF" d="M9.139,17.096l0.02-0.012c-0.005,0.005-0.01,0.01-0.016,0.014l6.716,4.389v-2.938l-6.877-4.195L9.139,17.096 z"/> <path fill="%23FF66FF" d="M15.94,21.437l0.025-0.016c0.003-0.001,0.005-0.002,0.006-0.004l6.617-4.319l-0.172-0.101l0.031,0.018 c0.002,0.001,0.003,0.002,0.004,0.002l0.141,0.079l0.162-2.87l-6.891,4.319v2.942l0.014-0.01c0.002,0,0.003-0.001,0.004-0.002 C15.902,21.462,15.921,21.449,15.94,21.437"/> <path fill="%23FF66FF" d="M15.856,15.56c0-0.197,0-0.395,0-0.592L5.48,9.154l0.256,3.221l3.245,1.978l6.877,4.195l0.002-0.19 L15.856,15.56z"/> <path fill="%23990099" d="M15.856,14.968c0,0.197,0,0.395,0,0.592l0.004,2.799l0.002,0.186l6.891-4.319l3.466-2.17l0.247-2.902 L15.856,14.968z"/> <path fill="%23CCCCCC" d="M15.861,22.51l-0.002-1.023l-6.716-4.389l-6.317,3.603l13.036,9.676L15.861,22.51z"/> <path fill="%23797979" d="M15.965,21.421l-0.102,0.069v0.21c0,0.016-0.001,0.032-0.002,0.049v0.044c0.001,0.224,0.001,0.447,0,0.671 v0.046l0.002,7.867l13.043-9.676l-6.317-3.603l-6.617,4.319C15.97,21.419,15.968,21.42,15.965,21.421z"/> <polyline fill="%23FF99FF" points="5.48,9.154 15.856,14.968 26.468,9.154 15.854,4.298 5.48,9.154 "/> </svg> ');
}
.grey.icon-button-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <path fill="%23CCCCCC" d="M9.139,17.096l0.02-0.012c-0.005,0.005-0.01,0.01-0.016,0.014l6.716,4.389v-2.938l-6.877-4.195L9.139,17.096 z"/> <path fill="%23999999" d="M15.94,21.437l0.025-0.016c0.003-0.001,0.005-0.002,0.006-0.004l6.617-4.319l-0.172-0.101l0.031,0.018 c0.002,0.001,0.003,0.002,0.004,0.002l0.141,0.079l0.162-2.87l-6.891,4.319v2.942l0.014-0.01c0.002,0,0.003-0.001,0.004-0.002 C15.902,21.462,15.921,21.449,15.94,21.437"/> <path fill="%23999999" d="M15.856,15.56c0-0.197,0-0.395,0-0.592L5.48,9.154l0.256,3.221l3.245,1.978l6.877,4.195l0.002-0.19 L15.856,15.56z"/> <path fill="%23676767" d="M15.856,14.968c0,0.197,0,0.395,0,0.592l0.004,2.799l0.002,0.186l6.891-4.319l3.466-2.17l0.247-2.902 L15.856,14.968z"/> <path fill="%23CCCCCC" d="M15.861,22.51l-0.002-1.023l-6.716-4.389l-6.317,3.603l13.036,9.676L15.861,22.51z"/> <path fill="%23797979" d="M15.965,21.421l-0.102,0.069v0.21c0,0.016-0.001,0.032-0.002,0.049v0.044c0.001,0.224,0.001,0.447,0,0.671 v0.046l0.002,7.867l13.043-9.676l-6.317-3.603l-6.617,4.319C15.97,21.419,15.968,21.42,15.965,21.421z"/> <polyline fill="%23CCCCCC" points="5.48,9.154 15.856,14.968 26.468,9.154 15.854,4.298 5.48,9.154 "/> </svg> ');
}
.orange.icon-button-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <path fill="%23ffbc00" d="M9.139,17.096l0.02-0.012c-0.005,0.005-0.01,0.01-0.016,0.014l6.716,4.389v-2.938l-6.877-4.195L9.139,17.096 z"/> <path fill="%23d88500" d="M15.94,21.437l0.025-0.016c0.003-0.001,0.005-0.002,0.006-0.004l6.617-4.319l-0.172-0.101l0.031,0.018 c0.002,0.001,0.003,0.002,0.004,0.002l0.141,0.079l0.162-2.87l-6.891,4.319v2.942l0.014-0.01c0.002,0,0.003-0.001,0.004-0.002 C15.902,21.462,15.921,21.449,15.94,21.437"/> <path fill="%23d88500" d="M15.856,15.56c0-0.197,0-0.395,0-0.592L5.48,9.154l0.256,3.221l3.245,1.978l6.877,4.195l0.002-0.19 L15.856,15.56z"/> <path fill="%23a56600" d="M15.856,14.968c0,0.197,0,0.395,0,0.592l0.004,2.799l0.002,0.186l6.891-4.319l3.466-2.17l0.247-2.902 L15.856,14.968z"/> <path fill="%23CCCCCC" d="M15.861,22.51l-0.002-1.023l-6.716-4.389l-6.317,3.603l13.036,9.676L15.861,22.51z"/> <path fill="%23797979" d="M15.965,21.421l-0.102,0.069v0.21c0,0.016-0.001,0.032-0.002,0.049v0.044c0.001,0.224,0.001,0.447,0,0.671 v0.046l0.002,7.867l13.043-9.676l-6.317-3.603l-6.617,4.319C15.97,21.419,15.968,21.42,15.965,21.421z"/> <polyline fill="%23ffbc00" points="5.48,9.154 15.856,14.968 26.468,9.154 15.854,4.298 5.48,9.154 "/> </svg> ');
}
.red.icon-button-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <path fill="%23FF0000" d="M9.139,17.096l0.02-0.012c-0.005,0.005-0.01,0.01-0.016,0.014l6.716,4.389v-2.938l-6.877-4.195L9.139,17.096 z"/> <path fill="%23CC0000" d="M15.94,21.437l0.025-0.016c0.003-0.001,0.005-0.002,0.006-0.004l6.617-4.319l-0.172-0.101l0.031,0.018 c0.002,0.001,0.003,0.002,0.004,0.002l0.141,0.079l0.162-2.87l-6.891,4.319v2.942l0.014-0.01c0.002,0,0.003-0.001,0.004-0.002 C15.902,21.462,15.921,21.449,15.94,21.437"/> <path fill="%23CC0000" d="M15.856,15.56c0-0.197,0-0.395,0-0.592L5.48,9.154l0.256,3.221l3.245,1.978l6.877,4.195l0.002-0.19 L15.856,15.56z"/> <path fill="%23990000" d="M15.856,14.968c0,0.197,0,0.395,0,0.592l0.004,2.799l0.002,0.186l6.891-4.319l3.466-2.17l0.247-2.902 L15.856,14.968z"/> <path fill="%23CCCCCC" d="M15.861,22.51l-0.002-1.023l-6.716-4.389l-6.317,3.603l13.036,9.676L15.861,22.51z"/> <path fill="%23797979" d="M15.965,21.421l-0.102,0.069v0.21c0,0.016-0.001,0.032-0.002,0.049v0.044c0.001,0.224,0.001,0.447,0,0.671 v0.046l0.002,7.867l13.043-9.676l-6.317-3.603l-6.617,4.319C15.97,21.419,15.968,21.42,15.965,21.421z"/> <polyline fill="%23FF0000" points="5.48,9.154 15.856,14.968 26.468,9.154 15.854,4.298 5.48,9.154 "/> </svg> ');
}


.blue.icon-security-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%230044B2" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%230099FF" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%230044B2" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%230099FF" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%230044B2" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%230044B2" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%23003399" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.blue.icon-security-provider{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%230099FF" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%230099FF" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%230099FF" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%230099FF" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%230099FF" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%230099FF" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%230099FF" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%230044B2" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%230044B2" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%230044B2" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23003399" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23003399" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.blue.icon-security-provider.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%230099FF" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%230099FF" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%230099FF" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%230099FF" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%230099FF" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%230099FF" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%230099FF" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%230044B2" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%230044B2" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%230044B2" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23003399" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23003399" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.blue.icon-security-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M10.879,5.935c-0.357-0.219-0.7-0.321-1.029-0.307C9.462,5.636,9.134,5.807,8.866,6.141 c-0.03,0.041-0.06,0.082-0.089,0.123c-0.393,0.59-0.572,1.507-0.538,2.752l0.344,11.592c0,0.041-0.002,0.066-0.007,0.074l4.507-2.79 L13.044,8.42C12.382,7.23,11.66,6.402,10.879,5.935z"/> <polygon fill="%23003399" points="11.489,19.619 11.179,6.969 12.943,8.077 13.208,20.865 "/> <polygon fill="%23003399" points="15.388,22.021 17.079,23.193 17.079,10.035 15.274,8.93 "/> <polygon fill="%230044B2" points="13.208,20.865 14.439,20.216 14.343,7.668 12.943,8.077 "/> <polygon fill="%230044B2" points="17.079,23.193 18.355,22.292 18.447,9.469 17.079,10.035 "/> <polygon fill="%23003399" points="9.537,11.562 9.537,13.968 20.241,19.557 20.241,17.154 13.047,13.396 "/> <polygon fill="%230099FF" points="14.386,13.058 13.047,13.396 15.317,14.581 15.317,13.495 "/> <polygon fill="%230099FF" points="9.537,11.562 10.623,11.378 11.293,11.679 11.293,12.479 "/> <polygon fill="%230099FF" points="17.079,15.502 18.413,14.971 21.522,16.426 20.241,17.154 "/> <polygon fill="%230044B2" points="20.241,19.557 21.522,18.712 21.522,16.426 20.241,17.154 "/> <polygon fill="%230099FF" points="12.943,8.077 14.343,7.668 12.584,6.653 11.179,6.969 "/> <polygon fill="%230099FF" points="15.274,8.93 16.68,8.416 18.447,9.469 17.079,10.035 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.0086" y1="4.77" x2="28.412" y2="24.1734"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.377,4.953c-1.293-1.17-2.614-1.963-3.962-2.379C16.489,2.285,15.621,2.2,14.81,2.319 c-0.522,0.08-0.997,0.242-1.424,0.484c-0.03,0.015-0.057,0.033-0.083,0.054l-4.5,2.118C9.167,4.831,9.56,4.746,9.982,4.721 c0.498-0.03,1.019,0.02,1.56,0.15c0.338,0.08,0.686,0.193,1.045,0.337c1.314,0.522,2.61,1.41,3.888,2.663 c0.259,0.254,0.51,0.516,0.752,0.783c1.121,1.229,2.091,2.629,2.911,4.201c0.626,1.199,1.112,2.391,1.455,3.574 c0.219,0.762,0.38,1.519,0.484,2.27c0.095,0.735,0.123,1.538,0.083,2.408l-0.404,8.627l4.478-3.382l0.009-0.036l0.685-8.477 c0.074-0.856,0.069-1.649-0.016-2.379c-0.213-1.896-0.824-3.796-1.835-5.701C24.082,7.883,22.849,6.281,21.377,4.953z"/> <path fill="%23999999" d="M22.078,18.698c-0.104-0.751-0.266-1.508-0.484-2.27c-0.344-1.183-0.829-2.374-1.455-3.574 c-0.82-1.571-1.79-2.972-2.911-4.201c-0.243-0.268-0.493-0.529-0.752-0.783c-1.278-1.253-2.574-2.141-3.888-2.663 C12.228,5.063,11.88,4.95,11.542,4.87c-0.542-0.129-1.062-0.179-1.56-0.15C9.56,4.746,9.167,4.831,8.804,4.975 C8.67,5.026,8.54,5.085,8.415,5.154c-0.312,0.165-0.6,0.379-0.864,0.643C6.94,6.412,6.516,7.238,6.281,8.274 c-0.183,0.82-0.24,1.732-0.17,2.736l0.596,8.366c0,0.009-0.002,0.022-0.007,0.038c0,0.015,0.004,0.027,0.013,0.036l1.849,1.262 c-0.032-1.596-0.138-6.781-0.165-7.79c-0.021-0.772-0.75-5.116,2.296-5.155c2.04-0.026,4.557,2.056,5.812,4.016 c1.129,1.762,2.376,4.104,2.786,7.947c0.198,1.858-0.023,6.747-0.098,8.249l2.561,1.754l0.404-8.627 C22.2,20.236,22.173,19.433,22.078,18.698z"/> </svg>');
}
.blue.icon-security-role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%23003399" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%230099FF" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.blue.icon-security-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230099FF" d="M13.594,16.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C14.034,16.205,13.816,16.25,13.594,16.267z"/> <path fill="%230044B2" d="M24.849,25.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C24.815,26.219,24.836,25.962,24.849,25.704z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.8038" y1="4.3206" x2="16.8038" y2="18.2687"> <stop offset="0.3216" style="stop-color:%230099FF"/> <stop offset="0.8492" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.732,9.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C20.949,13.115,20.901,10.994,20.732,9.3z"/> <path fill="%23003399" d="M14.866,5.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C11.377,6.129,12.65,4.436,14.866,5.257z"/> </svg>');
}
.blue.icon-security-user-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230099FF" d="M17.351,14.463c-0.931,0.065-1.855-0.423-2.78-0.242c-0.823,0.162-1.64,0.637-2.413,0.952 c1.032-0.422,2.169,0.365,3.239,0.168c0.879-0.162,1.74-0.675,2.559-1.017C17.762,14.406,17.559,14.447,17.351,14.463z"/> <path fill="%23676767" d="M27.85,23.266c0.062-1.179-0.233-2.365-0.96-3.304c-1.373-1.773-3.647-2.47-4.682-4.588l-2.169,0.957 c0.398,0.815,0.957,1.513,1.641,2.106c0.953,0.828,2.106,1.427,2.923,2.406c0.964,1.154,1.348,2.788,1.053,4.263l2.112-1.124 C27.818,23.746,27.838,23.507,27.85,23.266z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="20.3455" y1="3.3206" x2="20.3455" y2="16.3309"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.01,7.965c-0.148-1.461-0.949-2.87-2.08-3.796c-1.805-1.477-3.376-0.712-5.338-0.05 c1.287-0.434,2.64,0.344,3.514,1.247c1.505,1.556,1.857,3.589,1.737,5.689c-0.062,1.091-0.246,2.305-0.952,3.183 c-0.322,0.401-0.738,0.707-0.885,1.222c-0.076,0.267-0.098,0.559,0.01,0.82c0,0,0,0,0,0c0.008,0.016,0.016,0.033,0.024,0.05 l2.169-0.957c-0.003-0.005-0.012-0.022-0.024-0.049c0,0,0,0,0,0c-0.414-0.971,0.726-1.709,1.155-2.399 C24.212,11.523,24.167,9.546,24.01,7.965z"/> <path fill="%23999999" d="M18.538,4.194c2.219,0.822,3.343,3.22,3.458,5.437c0.065,1.254,0.024,2.623-0.475,3.796 c-0.366,0.86-1.437,1.459-1.426,2.456c0.021,1.875,2.749,3.211,3.943,4.245c1.424,1.234,2.152,3.096,1.772,4.979 c-4.781-2.382-9.562-4.765-14.344-7.147c-0.093-0.738-0.127-1.746,0.3-2.386c0.545-0.816,1.444-0.599,2.278-0.448 c0.727,0.132,2.033,0.371,2.519-0.445c0.319-0.535-0.079-1.344-0.302-1.843c-0.87-1.954-1.324-3.788-1.138-5.959 C15.284,5.008,16.471,3.428,18.538,4.194z"/> <path fill="%230099FF" d="M10.594,17.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C11.034,17.205,10.816,17.25,10.594,17.267z"/> <path fill="%230044B2" d="M21.85,26.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C21.815,27.219,21.836,26.962,21.85,26.704z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.8039" y1="5.3206" x2="13.8039" y2="19.2687"> <stop offset="0.3216" style="stop-color:%230099FF"/> <stop offset="0.8492" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.732,10.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C17.95,14.115,17.901,11.994,17.732,10.3z"/> <path fill="%23003399" d="M11.867,6.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C8.378,7.129,9.65,5.436,11.867,6.257z"/> </svg>');
}
.blue.icon-security-access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230044B2" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%230044B2" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%230099FF" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%23003399" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.blue.icon-security-access2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23003399" points="4.454,21.399 2.448,19.95 3.032,28.164 4.946,29.678 4.454,21.399 "/> <polyline fill="%23003399" points="9.341,21.691 7.454,22.794 7.563,25.429 9.496,26.851 9.341,21.691 "/> <path fill="%23003399" d="M15.978,17.798l-1.249,0.729c0.202,0.281,0.436,0.515,0.702,0.702c0.08,0.06,0.162,0.115,0.246,0.164 l1.641,1.058c-0.25-0.188-0.469-0.422-0.656-0.702C16.292,19.199,16.064,18.548,15.978,17.798"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.0727" y1="9.0764" x2="26.627" y2="9.0764"> <stop offset="0.5477" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.484,3.685c-0.074-0.036-0.15-0.07-0.228-0.1c-0.827-0.322-1.757-0.292-2.79,0.091 c-0.796,0.292-1.592,0.763-2.389,1.413c-1.38,1.118-2.55,2.568-3.51,4.349c-0.749,1.392-1.248,2.762-1.495,4.112l2.033,1.24h0.009 c0.024-0.117,0.049-0.235,0.073-0.356c0.097-0.418,0.215-0.837,0.356-1.258c0.275-0.83,0.64-1.669,1.094-2.516 c0.596-1.112,1.267-2.1,2.015-2.963c0.465-0.526,0.958-1.006,1.477-1.441c0.79-0.663,1.58-1.152,2.37-1.468 c0.694-0.28,1.341-0.399,1.942-0.356c0.297,0.021,0.582,0.081,0.857,0.182c0.044,0.016,0.154,0.062,0.328,0.137l-2.042-1.012 c-0.008-0.007-0.017-0.013-0.027-0.018C24.534,3.709,24.51,3.697,24.484,3.685z"/> <polyline fill="%230099FF" points="16.106,14.789 14.073,13.549 2.448,19.95 4.454,21.399 16.106,14.789 "/> <path fill="%230099FF" d="M23.892,7.733c0.231,0.484,0.325,1.119,0.283,1.905c-0.061,1.07-0.392,2.17-0.994,3.3 c-0.577,1.088-1.289,1.984-2.133,2.69c-0.841,0.7-1.622,1.068-2.343,1.103c0.215,0.551,0.589,0.919,1.121,1.103 c0.594,0.202,1.238,0.138,1.933-0.191c0.413-0.197,0.845-0.489,1.295-0.875c0.833-0.717,1.541-1.626,2.124-2.726 c0.602-1.137,0.939-2.24,1.012-3.31c0.02-0.296,0.02-0.569,0-0.821c-0.074-1.103-0.512-1.793-1.313-2.07 C24.564,7.734,24.236,7.697,23.892,7.733z"/> <path fill="%230044B2" d="M25.442,4.432c-0.601-0.043-1.248,0.076-1.942,0.356c-0.79,0.316-1.58,0.805-2.37,1.468 C20.61,6.69,20.118,7.17,19.652,7.696c-0.748,0.863-1.419,1.851-2.015,2.963c-0.454,0.847-0.819,1.686-1.094,2.516 c-0.14,0.421-0.259,0.841-0.356,1.258c-0.024,0.12-0.049,0.239-0.073,0.356h-0.009l-11.652,6.61l0.492,8.278l2.307-1.441 l-0.228-5.188l0.429-0.255l1.887-1.103l0.155,5.16l2.179-1.358l-0.082-5.124l3.136-1.842l1.249-0.729 c0.086,0.75,0.313,1.401,0.684,1.951c0.188,0.28,0.407,0.514,0.656,0.702c0.237,0.178,0.487,0.315,0.748,0.41 c0.827,0.298,1.763,0.24,2.808-0.173c0.79-0.322,1.577-0.811,2.361-1.468c1.368-1.149,2.535-2.617,3.501-4.404 c0.985-1.836,1.547-3.629,1.687-5.379c0.085-1.045-0.006-1.969-0.274-2.772c-0.303-0.914-0.813-1.552-1.532-1.915h0.009 c-0.174-0.075-0.284-0.121-0.328-0.137C26.024,4.514,25.738,4.453,25.442,4.432 M23.892,7.733c0.344-0.035,0.672,0.001,0.985,0.109 c0.801,0.277,1.239,0.967,1.313,2.07c0.02,0.251,0.02,0.525,0,0.821c-0.073,1.07-0.41,2.173-1.012,3.31 c-0.583,1.1-1.292,2.009-2.124,2.726c-0.45,0.386-0.882,0.678-1.295,0.875c-0.695,0.329-1.339,0.393-1.933,0.191 c-0.533-0.184-0.907-0.552-1.121-1.103c-0.178-0.463-0.242-1.059-0.191-1.787c0.073-1.07,0.41-2.176,1.012-3.319 c0.583-1.1,1.292-2.009,2.124-2.726C22.456,8.207,23.203,7.818,23.892,7.733z"/> </svg>');
}
.blue.icon-security-access3{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23003399" points="22.51,13.101 20.507,14.26 20.402,16.711 22.256,17.818 22.51,13.101 "/> <polygon fill="%23003399" points="24.267,12.09 24.092,14.867 25.629,15.745 25.981,11.098 "/> <path fill="%230099FF" d="M25.937,6.494l-7.863,4.261c0.343,0.5,0.577,1.092,0.703,1.775l9.093-5.069L25.937,6.494"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="8.4712" y1="17.7293" x2="16.495" y2="17.7293"> <stop offset="0.5477" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.516,12.626c-0.103-0.012-0.209-0.018-0.316-0.018c0.221,0.412,0.344,0.904,0.369,1.476 c0.047,1.101-0.24,2.252-0.861,3.453c-0.574,1.113-1.303,2.035-2.188,2.767c-0.486,0.41-0.984,0.723-1.494,0.94 c-0.546,0.235-1.064,0.337-1.555,0.307c0.06,0.131,0.127,0.254,0.202,0.369c0.351,0.533,0.849,0.838,1.494,0.914 c0.551,0.059,1.139-0.056,1.766-0.343c0.171-0.077,0.341-0.165,0.51-0.264c0.329-0.196,0.654-0.433,0.975-0.712 c0.879-0.756,1.608-1.693,2.188-2.811c0.489-0.947,0.776-1.86,0.861-2.741c0.025-0.245,0.034-0.488,0.026-0.729 c-0.023-0.679-0.185-1.248-0.483-1.704C15.658,12.998,15.16,12.697,14.516,12.626"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="3.4819" y1="16.6467" x2="16.8876" y2="16.6467"> <stop offset="0.5477" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.773,8.734c-0.82,0.363-1.625,0.881-2.416,1.555c-1.429,1.212-2.603,2.729-3.523,4.551 c-1.002,1.974-1.447,3.848-1.335,5.623c0.07,1.095,0.363,2.006,0.879,2.732c0.323,0.45,0.654,0.787,0.993,1.01l1.353,0.914 c-0.17-0.158-0.329-0.34-0.474-0.545c-0.021-0.03-0.041-0.059-0.062-0.088c-0.477-0.718-0.74-1.608-0.791-2.671 c-0.088-1.786,0.372-3.675,1.379-5.667c0.92-1.833,2.091-3.371,3.514-4.612c0.791-0.691,1.59-1.227,2.398-1.608 c1.007-0.48,1.962-0.685,2.864-0.615c0.114,0.009,0.225,0.02,0.334,0.035c0.365,0.062,0.698,0.17,1.002,0.325l-1.687-0.931 c-0.146-0.096-0.301-0.181-0.466-0.255c-0.333-0.148-0.699-0.245-1.098-0.29C12.735,8.105,11.78,8.283,10.773,8.734z"/> <path fill="%230044B2" d="M15.552,9.314c-0.902-0.07-1.857,0.135-2.864,0.615c-0.808,0.381-1.608,0.917-2.398,1.608 c-1.423,1.242-2.595,2.779-3.514,4.612c-1.007,1.991-1.467,3.88-1.379,5.667c0.051,1.062,0.314,1.953,0.791,2.671 c0.02,0.029,0.041,0.058,0.062,0.088c0.146,0.205,0.304,0.387,0.474,0.545c0.538,0.49,1.209,0.768,2.012,0.835 c0.896,0.07,1.851-0.138,2.864-0.624c0.814-0.387,1.614-0.922,2.398-1.608c1.423-1.248,2.595-2.785,3.514-4.612 c0.673-1.331,1.101-2.617,1.283-3.857l1.713-0.993l2.003-1.16l-0.255,4.718l1.713-1.054l0.123-1.898l0.176-2.776l1.713-0.993 l-0.351,4.648l1.625-0.993l0.615-7.292l-9.093,5.069c-0.125-0.683-0.36-1.275-0.703-1.775c-0.015-0.021-0.029-0.041-0.044-0.061 c-0.3-0.425-0.66-0.753-1.081-0.984c-0.02-0.011-0.04-0.023-0.061-0.035c-0.303-0.155-0.637-0.263-1.002-0.325 C15.777,9.335,15.666,9.323,15.552,9.314 M14.199,12.609c0.108,0,0.213,0.005,0.316,0.018c0.644,0.07,1.142,0.372,1.494,0.905 c0.299,0.457,0.46,1.025,0.483,1.704c0.008,0.241-0.001,0.484-0.026,0.729c-0.085,0.881-0.372,1.794-0.861,2.741 c-0.58,1.119-1.309,2.056-2.188,2.811c-0.321,0.279-0.646,0.516-0.975,0.712c-0.169,0.098-0.339,0.186-0.51,0.264 c-0.627,0.287-1.215,0.401-1.766,0.343c-0.644-0.076-1.142-0.381-1.494-0.914c-0.075-0.115-0.142-0.238-0.202-0.369 c-0.168-0.382-0.259-0.827-0.272-1.335c-0.035-1.095,0.258-2.252,0.879-3.47c0.58-1.119,1.309-2.056,2.188-2.811 c0.486-0.422,0.981-0.747,1.485-0.975C13.259,12.727,13.742,12.61,14.199,12.609z"/> </svg>');
}
.blue.icon-security-manager{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23003399" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%230099FF" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%23003399" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%230099FF" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%230044B2" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%230099FF" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%230099FF" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%230044B2" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%230099FF" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%230099FF" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%230044B2" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%230099FF" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%23003399" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%230099FF" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%230099FF" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%23003399" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%230099FF" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%230099FF" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%230099FF" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%230044B2" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.lightBlue.icon-security-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%232189a5" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%2333CCFF" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%232189a5" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%2333CCFF" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%232189a5" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%232189a5" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%23269FBF" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.lightBlue.icon-security-provider{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%2333CCFF" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%2333CCFF" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%2333CCFF" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%2333CCFF" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%2333CCFF" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%2333CCFF" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%2333CCFF" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%232189a5" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%232189a5" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%232189a5" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23269FBF" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23269FBF" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.lightBlue.icon-security-provider.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%2333CCFF" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%2333CCFF" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%2333CCFF" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%2333CCFF" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%2333CCFF" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%2333CCFF" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%2333CCFF" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%232189a5" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%232189a5" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%232189a5" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23269FBF" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23269FBF" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.lightBlue.icon-security-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M10.879,5.935c-0.357-0.219-0.7-0.321-1.029-0.307C9.462,5.636,9.134,5.807,8.866,6.141 c-0.03,0.041-0.06,0.082-0.089,0.123c-0.393,0.59-0.572,1.507-0.538,2.752l0.344,11.592c0,0.041-0.002,0.066-0.007,0.074l4.507-2.79 L13.044,8.42C12.382,7.23,11.66,6.402,10.879,5.935z"/> <polygon fill="%23269FBF" points="11.489,19.619 11.179,6.969 12.943,8.077 13.208,20.865 "/> <polygon fill="%23269FBF" points="15.388,22.021 17.079,23.193 17.079,10.035 15.274,8.93 "/> <polygon fill="%232189a5" points="13.208,20.865 14.439,20.216 14.343,7.668 12.943,8.077 "/> <polygon fill="%232189a5" points="17.079,23.193 18.355,22.292 18.447,9.469 17.079,10.035 "/> <polygon fill="%23269FBF" points="9.537,11.562 9.537,13.968 20.241,19.557 20.241,17.154 13.047,13.396 "/> <polygon fill="%2333CCFF" points="14.386,13.058 13.047,13.396 15.317,14.581 15.317,13.495 "/> <polygon fill="%2333CCFF" points="9.537,11.562 10.623,11.378 11.293,11.679 11.293,12.479 "/> <polygon fill="%2333CCFF" points="17.079,15.502 18.413,14.971 21.522,16.426 20.241,17.154 "/> <polygon fill="%232189a5" points="20.241,19.557 21.522,18.712 21.522,16.426 20.241,17.154 "/> <polygon fill="%2333CCFF" points="12.943,8.077 14.343,7.668 12.584,6.653 11.179,6.969 "/> <polygon fill="%2333CCFF" points="15.274,8.93 16.68,8.416 18.447,9.469 17.079,10.035 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.0086" y1="4.77" x2="28.412" y2="24.1734"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.377,4.953c-1.293-1.17-2.614-1.963-3.962-2.379C16.489,2.285,15.621,2.2,14.81,2.319 c-0.522,0.08-0.997,0.242-1.424,0.484c-0.03,0.015-0.057,0.033-0.083,0.054l-4.5,2.118C9.167,4.831,9.56,4.746,9.982,4.721 c0.498-0.03,1.019,0.02,1.56,0.15c0.338,0.08,0.686,0.193,1.045,0.337c1.314,0.522,2.61,1.41,3.888,2.663 c0.259,0.254,0.51,0.516,0.752,0.783c1.121,1.229,2.091,2.629,2.911,4.201c0.626,1.199,1.112,2.391,1.455,3.574 c0.219,0.762,0.38,1.519,0.484,2.27c0.095,0.735,0.123,1.538,0.083,2.408l-0.404,8.627l4.478-3.382l0.009-0.036l0.685-8.477 c0.074-0.856,0.069-1.649-0.016-2.379c-0.213-1.896-0.824-3.796-1.835-5.701C24.082,7.883,22.849,6.281,21.377,4.953z"/> <path fill="%23999999" d="M22.078,18.698c-0.104-0.751-0.266-1.508-0.484-2.27c-0.344-1.183-0.829-2.374-1.455-3.574 c-0.82-1.571-1.79-2.972-2.911-4.201c-0.243-0.268-0.493-0.529-0.752-0.783c-1.278-1.253-2.574-2.141-3.888-2.663 C12.228,5.063,11.88,4.95,11.542,4.87c-0.542-0.129-1.062-0.179-1.56-0.15C9.56,4.746,9.167,4.831,8.804,4.975 C8.67,5.026,8.54,5.085,8.415,5.154c-0.312,0.165-0.6,0.379-0.864,0.643C6.94,6.412,6.516,7.238,6.281,8.274 c-0.183,0.82-0.24,1.732-0.17,2.736l0.596,8.366c0,0.009-0.002,0.022-0.007,0.038c0,0.015,0.004,0.027,0.013,0.036l1.849,1.262 c-0.032-1.596-0.138-6.781-0.165-7.79c-0.021-0.772-0.75-5.116,2.296-5.155c2.04-0.026,4.557,2.056,5.812,4.016 c1.129,1.762,2.376,4.104,2.786,7.947c0.198,1.858-0.023,6.747-0.098,8.249l2.561,1.754l0.404-8.627 C22.2,20.236,22.173,19.433,22.078,18.698z"/> </svg>');
}
.lightBlue.icon-security-role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%23269FBF" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%2333CCFF" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.lightBlue.icon-security-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2333CCFF" d="M13.594,16.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C14.034,16.205,13.816,16.25,13.594,16.267z"/> <path fill="%232189a5" d="M24.849,25.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C24.815,26.219,24.836,25.962,24.849,25.704z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.8038" y1="4.3206" x2="16.8038" y2="18.2687"> <stop offset="0.3216" style="stop-color:%2333CCFF"/> <stop offset="0.8492" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.732,9.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C20.949,13.115,20.901,10.994,20.732,9.3z"/> <path fill="%23269FBF" d="M14.866,5.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C11.377,6.129,12.65,4.436,14.866,5.257z"/> </svg>');
}
.lightBlue.icon-security-user-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2333CCFF" d="M17.351,14.463c-0.931,0.065-1.855-0.423-2.78-0.242c-0.823,0.162-1.64,0.637-2.413,0.952 c1.032-0.422,2.169,0.365,3.239,0.168c0.879-0.162,1.74-0.675,2.559-1.017C17.762,14.406,17.559,14.447,17.351,14.463z"/> <path fill="%23676767" d="M27.85,23.266c0.062-1.179-0.233-2.365-0.96-3.304c-1.373-1.773-3.647-2.47-4.682-4.588l-2.169,0.957 c0.398,0.815,0.957,1.513,1.641,2.106c0.953,0.828,2.106,1.427,2.923,2.406c0.964,1.154,1.348,2.788,1.053,4.263l2.112-1.124 C27.818,23.746,27.838,23.507,27.85,23.266z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="20.3455" y1="3.3206" x2="20.3455" y2="16.3309"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.01,7.965c-0.148-1.461-0.949-2.87-2.08-3.796c-1.805-1.477-3.376-0.712-5.338-0.05 c1.287-0.434,2.64,0.344,3.514,1.247c1.505,1.556,1.857,3.589,1.737,5.689c-0.062,1.091-0.246,2.305-0.952,3.183 c-0.322,0.401-0.738,0.707-0.885,1.222c-0.076,0.267-0.098,0.559,0.01,0.82c0,0,0,0,0,0c0.008,0.016,0.016,0.033,0.024,0.05 l2.169-0.957c-0.003-0.005-0.012-0.022-0.024-0.049c0,0,0,0,0,0c-0.414-0.971,0.726-1.709,1.155-2.399 C24.212,11.523,24.167,9.546,24.01,7.965z"/> <path fill="%23999999" d="M18.538,4.194c2.219,0.822,3.343,3.22,3.458,5.437c0.065,1.254,0.024,2.623-0.475,3.796 c-0.366,0.86-1.437,1.459-1.426,2.456c0.021,1.875,2.749,3.211,3.943,4.245c1.424,1.234,2.152,3.096,1.772,4.979 c-4.781-2.382-9.562-4.765-14.344-7.147c-0.093-0.738-0.127-1.746,0.3-2.386c0.545-0.816,1.444-0.599,2.278-0.448 c0.727,0.132,2.033,0.371,2.519-0.445c0.319-0.535-0.079-1.344-0.302-1.843c-0.87-1.954-1.324-3.788-1.138-5.959 C15.284,5.008,16.471,3.428,18.538,4.194z"/> <path fill="%2333CCFF" d="M10.594,17.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C11.034,17.205,10.816,17.25,10.594,17.267z"/> <path fill="%232189a5" d="M21.85,26.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C21.815,27.219,21.836,26.962,21.85,26.704z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.8039" y1="5.3206" x2="13.8039" y2="19.2687"> <stop offset="0.3216" style="stop-color:%2333CCFF"/> <stop offset="0.8492" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.732,10.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C17.95,14.115,17.901,11.994,17.732,10.3z"/> <path fill="%23269FBF" d="M11.867,6.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C8.378,7.129,9.65,5.436,11.867,6.257z"/> </svg>');
}
.lightBlue.icon-security-access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232189a5" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%232189a5" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%2333CCFF" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%23269FBF" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.lightBlue.icon-security-access2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23269FBF" points="4.454,21.399 2.448,19.95 3.032,28.164 4.946,29.678 4.454,21.399 "/> <polyline fill="%23269FBF" points="9.341,21.691 7.454,22.794 7.563,25.429 9.496,26.851 9.341,21.691 "/> <path fill="%23269FBF" d="M15.978,17.798l-1.249,0.729c0.202,0.281,0.436,0.515,0.702,0.702c0.08,0.06,0.162,0.115,0.246,0.164 l1.641,1.058c-0.25-0.188-0.469-0.422-0.656-0.702C16.292,19.199,16.064,18.548,15.978,17.798"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.0727" y1="9.0764" x2="26.627" y2="9.0764"> <stop offset="0.5477" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.484,3.685c-0.074-0.036-0.15-0.07-0.228-0.1c-0.827-0.322-1.757-0.292-2.79,0.091 c-0.796,0.292-1.592,0.763-2.389,1.413c-1.38,1.118-2.55,2.568-3.51,4.349c-0.749,1.392-1.248,2.762-1.495,4.112l2.033,1.24h0.009 c0.024-0.117,0.049-0.235,0.073-0.356c0.097-0.418,0.215-0.837,0.356-1.258c0.275-0.83,0.64-1.669,1.094-2.516 c0.596-1.112,1.267-2.1,2.015-2.963c0.465-0.526,0.958-1.006,1.477-1.441c0.79-0.663,1.58-1.152,2.37-1.468 c0.694-0.28,1.341-0.399,1.942-0.356c0.297,0.021,0.582,0.081,0.857,0.182c0.044,0.016,0.154,0.062,0.328,0.137l-2.042-1.012 c-0.008-0.007-0.017-0.013-0.027-0.018C24.534,3.709,24.51,3.697,24.484,3.685z"/> <polyline fill="%2333CCFF" points="16.106,14.789 14.073,13.549 2.448,19.95 4.454,21.399 16.106,14.789 "/> <path fill="%2333CCFF" d="M23.892,7.733c0.231,0.484,0.325,1.119,0.283,1.905c-0.061,1.07-0.392,2.17-0.994,3.3 c-0.577,1.088-1.289,1.984-2.133,2.69c-0.841,0.7-1.622,1.068-2.343,1.103c0.215,0.551,0.589,0.919,1.121,1.103 c0.594,0.202,1.238,0.138,1.933-0.191c0.413-0.197,0.845-0.489,1.295-0.875c0.833-0.717,1.541-1.626,2.124-2.726 c0.602-1.137,0.939-2.24,1.012-3.31c0.02-0.296,0.02-0.569,0-0.821c-0.074-1.103-0.512-1.793-1.313-2.07 C24.564,7.734,24.236,7.697,23.892,7.733z"/> <path fill="%232189a5" d="M25.442,4.432c-0.601-0.043-1.248,0.076-1.942,0.356c-0.79,0.316-1.58,0.805-2.37,1.468 C20.61,6.69,20.118,7.17,19.652,7.696c-0.748,0.863-1.419,1.851-2.015,2.963c-0.454,0.847-0.819,1.686-1.094,2.516 c-0.14,0.421-0.259,0.841-0.356,1.258c-0.024,0.12-0.049,0.239-0.073,0.356h-0.009l-11.652,6.61l0.492,8.278l2.307-1.441 l-0.228-5.188l0.429-0.255l1.887-1.103l0.155,5.16l2.179-1.358l-0.082-5.124l3.136-1.842l1.249-0.729 c0.086,0.75,0.313,1.401,0.684,1.951c0.188,0.28,0.407,0.514,0.656,0.702c0.237,0.178,0.487,0.315,0.748,0.41 c0.827,0.298,1.763,0.24,2.808-0.173c0.79-0.322,1.577-0.811,2.361-1.468c1.368-1.149,2.535-2.617,3.501-4.404 c0.985-1.836,1.547-3.629,1.687-5.379c0.085-1.045-0.006-1.969-0.274-2.772c-0.303-0.914-0.813-1.552-1.532-1.915h0.009 c-0.174-0.075-0.284-0.121-0.328-0.137C26.024,4.514,25.738,4.453,25.442,4.432 M23.892,7.733c0.344-0.035,0.672,0.001,0.985,0.109 c0.801,0.277,1.239,0.967,1.313,2.07c0.02,0.251,0.02,0.525,0,0.821c-0.073,1.07-0.41,2.173-1.012,3.31 c-0.583,1.1-1.292,2.009-2.124,2.726c-0.45,0.386-0.882,0.678-1.295,0.875c-0.695,0.329-1.339,0.393-1.933,0.191 c-0.533-0.184-0.907-0.552-1.121-1.103c-0.178-0.463-0.242-1.059-0.191-1.787c0.073-1.07,0.41-2.176,1.012-3.319 c0.583-1.1,1.292-2.009,2.124-2.726C22.456,8.207,23.203,7.818,23.892,7.733z"/> </svg>');
}
.lightBlue.icon-security-access3{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23269FBF" points="22.51,13.101 20.507,14.26 20.402,16.711 22.256,17.818 22.51,13.101 "/> <polygon fill="%23269FBF" points="24.267,12.09 24.092,14.867 25.629,15.745 25.981,11.098 "/> <path fill="%2333CCFF" d="M25.937,6.494l-7.863,4.261c0.343,0.5,0.577,1.092,0.703,1.775l9.093-5.069L25.937,6.494"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="8.4712" y1="17.7293" x2="16.495" y2="17.7293"> <stop offset="0.5477" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.516,12.626c-0.103-0.012-0.209-0.018-0.316-0.018c0.221,0.412,0.344,0.904,0.369,1.476 c0.047,1.101-0.24,2.252-0.861,3.453c-0.574,1.113-1.303,2.035-2.188,2.767c-0.486,0.41-0.984,0.723-1.494,0.94 c-0.546,0.235-1.064,0.337-1.555,0.307c0.06,0.131,0.127,0.254,0.202,0.369c0.351,0.533,0.849,0.838,1.494,0.914 c0.551,0.059,1.139-0.056,1.766-0.343c0.171-0.077,0.341-0.165,0.51-0.264c0.329-0.196,0.654-0.433,0.975-0.712 c0.879-0.756,1.608-1.693,2.188-2.811c0.489-0.947,0.776-1.86,0.861-2.741c0.025-0.245,0.034-0.488,0.026-0.729 c-0.023-0.679-0.185-1.248-0.483-1.704C15.658,12.998,15.16,12.697,14.516,12.626"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="3.4819" y1="16.6467" x2="16.8876" y2="16.6467"> <stop offset="0.5477" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.773,8.734c-0.82,0.363-1.625,0.881-2.416,1.555c-1.429,1.212-2.603,2.729-3.523,4.551 c-1.002,1.974-1.447,3.848-1.335,5.623c0.07,1.095,0.363,2.006,0.879,2.732c0.323,0.45,0.654,0.787,0.993,1.01l1.353,0.914 c-0.17-0.158-0.329-0.34-0.474-0.545c-0.021-0.03-0.041-0.059-0.062-0.088c-0.477-0.718-0.74-1.608-0.791-2.671 c-0.088-1.786,0.372-3.675,1.379-5.667c0.92-1.833,2.091-3.371,3.514-4.612c0.791-0.691,1.59-1.227,2.398-1.608 c1.007-0.48,1.962-0.685,2.864-0.615c0.114,0.009,0.225,0.02,0.334,0.035c0.365,0.062,0.698,0.17,1.002,0.325l-1.687-0.931 c-0.146-0.096-0.301-0.181-0.466-0.255c-0.333-0.148-0.699-0.245-1.098-0.29C12.735,8.105,11.78,8.283,10.773,8.734z"/> <path fill="%232189a5" d="M15.552,9.314c-0.902-0.07-1.857,0.135-2.864,0.615c-0.808,0.381-1.608,0.917-2.398,1.608 c-1.423,1.242-2.595,2.779-3.514,4.612c-1.007,1.991-1.467,3.88-1.379,5.667c0.051,1.062,0.314,1.953,0.791,2.671 c0.02,0.029,0.041,0.058,0.062,0.088c0.146,0.205,0.304,0.387,0.474,0.545c0.538,0.49,1.209,0.768,2.012,0.835 c0.896,0.07,1.851-0.138,2.864-0.624c0.814-0.387,1.614-0.922,2.398-1.608c1.423-1.248,2.595-2.785,3.514-4.612 c0.673-1.331,1.101-2.617,1.283-3.857l1.713-0.993l2.003-1.16l-0.255,4.718l1.713-1.054l0.123-1.898l0.176-2.776l1.713-0.993 l-0.351,4.648l1.625-0.993l0.615-7.292l-9.093,5.069c-0.125-0.683-0.36-1.275-0.703-1.775c-0.015-0.021-0.029-0.041-0.044-0.061 c-0.3-0.425-0.66-0.753-1.081-0.984c-0.02-0.011-0.04-0.023-0.061-0.035c-0.303-0.155-0.637-0.263-1.002-0.325 C15.777,9.335,15.666,9.323,15.552,9.314 M14.199,12.609c0.108,0,0.213,0.005,0.316,0.018c0.644,0.07,1.142,0.372,1.494,0.905 c0.299,0.457,0.46,1.025,0.483,1.704c0.008,0.241-0.001,0.484-0.026,0.729c-0.085,0.881-0.372,1.794-0.861,2.741 c-0.58,1.119-1.309,2.056-2.188,2.811c-0.321,0.279-0.646,0.516-0.975,0.712c-0.169,0.098-0.339,0.186-0.51,0.264 c-0.627,0.287-1.215,0.401-1.766,0.343c-0.644-0.076-1.142-0.381-1.494-0.914c-0.075-0.115-0.142-0.238-0.202-0.369 c-0.168-0.382-0.259-0.827-0.272-1.335c-0.035-1.095,0.258-2.252,0.879-3.47c0.58-1.119,1.309-2.056,2.188-2.811 c0.486-0.422,0.981-0.747,1.485-0.975C13.259,12.727,13.742,12.61,14.199,12.609z"/> </svg>');
}
.lightBlue.icon-security-manager{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23269FBF" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%2333CCFF" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%23269FBF" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%2333CCFF" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%232189a5" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%2333CCFF" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%2333CCFF" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%232189a5" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%2333CCFF" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%2333CCFF" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%232189a5" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%2333CCFF" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%23269FBF" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%2333CCFF" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%2333CCFF" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%23269FBF" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%2333CCFF" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%2333CCFF" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%2333CCFF" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%232189a5" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.green.icon-security-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%2321663c" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%2339b563" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%2321663c" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%2339b563" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%2321663c" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%2321663c" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%232f8c51" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.green.icon-security-provider{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%2339b563" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%2339b563" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%2339b563" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%2339b563" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%2339b563" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%2339b563" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%2339b563" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%2321663c" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%2321663c" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%2321663c" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%232f8c51" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%232f8c51" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.green.icon-security-provider.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%2339b563" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%2339b563" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%2339b563" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%2339b563" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%2339b563" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%2339b563" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%2339b563" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%2321663c" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%2321663c" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%2321663c" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%232f8c51" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%232f8c51" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.green.icon-security-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M10.879,5.935c-0.357-0.219-0.7-0.321-1.029-0.307C9.462,5.636,9.134,5.807,8.866,6.141 c-0.03,0.041-0.06,0.082-0.089,0.123c-0.393,0.59-0.572,1.507-0.538,2.752l0.344,11.592c0,0.041-0.002,0.066-0.007,0.074l4.507-2.79 L13.044,8.42C12.382,7.23,11.66,6.402,10.879,5.935z"/> <polygon fill="%232f8c51" points="11.489,19.619 11.179,6.969 12.943,8.077 13.208,20.865 "/> <polygon fill="%232f8c51" points="15.388,22.021 17.079,23.193 17.079,10.035 15.274,8.93 "/> <polygon fill="%2321663c" points="13.208,20.865 14.439,20.216 14.343,7.668 12.943,8.077 "/> <polygon fill="%2321663c" points="17.079,23.193 18.355,22.292 18.447,9.469 17.079,10.035 "/> <polygon fill="%232f8c51" points="9.537,11.562 9.537,13.968 20.241,19.557 20.241,17.154 13.047,13.396 "/> <polygon fill="%2339b563" points="14.386,13.058 13.047,13.396 15.317,14.581 15.317,13.495 "/> <polygon fill="%2339b563" points="9.537,11.562 10.623,11.378 11.293,11.679 11.293,12.479 "/> <polygon fill="%2339b563" points="17.079,15.502 18.413,14.971 21.522,16.426 20.241,17.154 "/> <polygon fill="%2321663c" points="20.241,19.557 21.522,18.712 21.522,16.426 20.241,17.154 "/> <polygon fill="%2339b563" points="12.943,8.077 14.343,7.668 12.584,6.653 11.179,6.969 "/> <polygon fill="%2339b563" points="15.274,8.93 16.68,8.416 18.447,9.469 17.079,10.035 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.0086" y1="4.77" x2="28.412" y2="24.1734"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.377,4.953c-1.293-1.17-2.614-1.963-3.962-2.379C16.489,2.285,15.621,2.2,14.81,2.319 c-0.522,0.08-0.997,0.242-1.424,0.484c-0.03,0.015-0.057,0.033-0.083,0.054l-4.5,2.118C9.167,4.831,9.56,4.746,9.982,4.721 c0.498-0.03,1.019,0.02,1.56,0.15c0.338,0.08,0.686,0.193,1.045,0.337c1.314,0.522,2.61,1.41,3.888,2.663 c0.259,0.254,0.51,0.516,0.752,0.783c1.121,1.229,2.091,2.629,2.911,4.201c0.626,1.199,1.112,2.391,1.455,3.574 c0.219,0.762,0.38,1.519,0.484,2.27c0.095,0.735,0.123,1.538,0.083,2.408l-0.404,8.627l4.478-3.382l0.009-0.036l0.685-8.477 c0.074-0.856,0.069-1.649-0.016-2.379c-0.213-1.896-0.824-3.796-1.835-5.701C24.082,7.883,22.849,6.281,21.377,4.953z"/> <path fill="%23999999" d="M22.078,18.698c-0.104-0.751-0.266-1.508-0.484-2.27c-0.344-1.183-0.829-2.374-1.455-3.574 c-0.82-1.571-1.79-2.972-2.911-4.201c-0.243-0.268-0.493-0.529-0.752-0.783c-1.278-1.253-2.574-2.141-3.888-2.663 C12.228,5.063,11.88,4.95,11.542,4.87c-0.542-0.129-1.062-0.179-1.56-0.15C9.56,4.746,9.167,4.831,8.804,4.975 C8.67,5.026,8.54,5.085,8.415,5.154c-0.312,0.165-0.6,0.379-0.864,0.643C6.94,6.412,6.516,7.238,6.281,8.274 c-0.183,0.82-0.24,1.732-0.17,2.736l0.596,8.366c0,0.009-0.002,0.022-0.007,0.038c0,0.015,0.004,0.027,0.013,0.036l1.849,1.262 c-0.032-1.596-0.138-6.781-0.165-7.79c-0.021-0.772-0.75-5.116,2.296-5.155c2.04-0.026,4.557,2.056,5.812,4.016 c1.129,1.762,2.376,4.104,2.786,7.947c0.198,1.858-0.023,6.747-0.098,8.249l2.561,1.754l0.404-8.627 C22.2,20.236,22.173,19.433,22.078,18.698z"/> </svg>');
}
.green.icon-security-role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%232f8c51" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%2339b563" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.green.icon-security-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2339b563" d="M13.594,16.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C14.034,16.205,13.816,16.25,13.594,16.267z"/> <path fill="%2321663c" d="M24.849,25.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C24.815,26.219,24.836,25.962,24.849,25.704z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.8038" y1="4.3206" x2="16.8038" y2="18.2687"> <stop offset="0.3216" style="stop-color:%2339b563"/> <stop offset="0.8492" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.732,9.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C20.949,13.115,20.901,10.994,20.732,9.3z"/> <path fill="%232f8c51" d="M14.866,5.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C11.377,6.129,12.65,4.436,14.866,5.257z"/> </svg>');
}
.green.icon-security-user-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2339b563" d="M17.351,14.463c-0.931,0.065-1.855-0.423-2.78-0.242c-0.823,0.162-1.64,0.637-2.413,0.952 c1.032-0.422,2.169,0.365,3.239,0.168c0.879-0.162,1.74-0.675,2.559-1.017C17.762,14.406,17.559,14.447,17.351,14.463z"/> <path fill="%23676767" d="M27.85,23.266c0.062-1.179-0.233-2.365-0.96-3.304c-1.373-1.773-3.647-2.47-4.682-4.588l-2.169,0.957 c0.398,0.815,0.957,1.513,1.641,2.106c0.953,0.828,2.106,1.427,2.923,2.406c0.964,1.154,1.348,2.788,1.053,4.263l2.112-1.124 C27.818,23.746,27.838,23.507,27.85,23.266z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="20.3455" y1="3.3206" x2="20.3455" y2="16.3309"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.01,7.965c-0.148-1.461-0.949-2.87-2.08-3.796c-1.805-1.477-3.376-0.712-5.338-0.05 c1.287-0.434,2.64,0.344,3.514,1.247c1.505,1.556,1.857,3.589,1.737,5.689c-0.062,1.091-0.246,2.305-0.952,3.183 c-0.322,0.401-0.738,0.707-0.885,1.222c-0.076,0.267-0.098,0.559,0.01,0.82c0,0,0,0,0,0c0.008,0.016,0.016,0.033,0.024,0.05 l2.169-0.957c-0.003-0.005-0.012-0.022-0.024-0.049c0,0,0,0,0,0c-0.414-0.971,0.726-1.709,1.155-2.399 C24.212,11.523,24.167,9.546,24.01,7.965z"/> <path fill="%23999999" d="M18.538,4.194c2.219,0.822,3.343,3.22,3.458,5.437c0.065,1.254,0.024,2.623-0.475,3.796 c-0.366,0.86-1.437,1.459-1.426,2.456c0.021,1.875,2.749,3.211,3.943,4.245c1.424,1.234,2.152,3.096,1.772,4.979 c-4.781-2.382-9.562-4.765-14.344-7.147c-0.093-0.738-0.127-1.746,0.3-2.386c0.545-0.816,1.444-0.599,2.278-0.448 c0.727,0.132,2.033,0.371,2.519-0.445c0.319-0.535-0.079-1.344-0.302-1.843c-0.87-1.954-1.324-3.788-1.138-5.959 C15.284,5.008,16.471,3.428,18.538,4.194z"/> <path fill="%2339b563" d="M10.594,17.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C11.034,17.205,10.816,17.25,10.594,17.267z"/> <path fill="%2321663c" d="M21.85,26.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C21.815,27.219,21.836,26.962,21.85,26.704z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.8039" y1="5.3206" x2="13.8039" y2="19.2687"> <stop offset="0.3216" style="stop-color:%2339b563"/> <stop offset="0.8492" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.732,10.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C17.95,14.115,17.901,11.994,17.732,10.3z"/> <path fill="%232f8c51" d="M11.867,6.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C8.378,7.129,9.65,5.436,11.867,6.257z"/> </svg>');
}
.green.icon-security-access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2321663c" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%2321663c" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%2339b563" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%232f8c51" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.green.icon-security-access2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232f8c51" points="4.454,21.399 2.448,19.95 3.032,28.164 4.946,29.678 4.454,21.399 "/> <polyline fill="%232f8c51" points="9.341,21.691 7.454,22.794 7.563,25.429 9.496,26.851 9.341,21.691 "/> <path fill="%232f8c51" d="M15.978,17.798l-1.249,0.729c0.202,0.281,0.436,0.515,0.702,0.702c0.08,0.06,0.162,0.115,0.246,0.164 l1.641,1.058c-0.25-0.188-0.469-0.422-0.656-0.702C16.292,19.199,16.064,18.548,15.978,17.798"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.0727" y1="9.0764" x2="26.627" y2="9.0764"> <stop offset="0.5477" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.484,3.685c-0.074-0.036-0.15-0.07-0.228-0.1c-0.827-0.322-1.757-0.292-2.79,0.091 c-0.796,0.292-1.592,0.763-2.389,1.413c-1.38,1.118-2.55,2.568-3.51,4.349c-0.749,1.392-1.248,2.762-1.495,4.112l2.033,1.24h0.009 c0.024-0.117,0.049-0.235,0.073-0.356c0.097-0.418,0.215-0.837,0.356-1.258c0.275-0.83,0.64-1.669,1.094-2.516 c0.596-1.112,1.267-2.1,2.015-2.963c0.465-0.526,0.958-1.006,1.477-1.441c0.79-0.663,1.58-1.152,2.37-1.468 c0.694-0.28,1.341-0.399,1.942-0.356c0.297,0.021,0.582,0.081,0.857,0.182c0.044,0.016,0.154,0.062,0.328,0.137l-2.042-1.012 c-0.008-0.007-0.017-0.013-0.027-0.018C24.534,3.709,24.51,3.697,24.484,3.685z"/> <polyline fill="%2339b563" points="16.106,14.789 14.073,13.549 2.448,19.95 4.454,21.399 16.106,14.789 "/> <path fill="%2339b563" d="M23.892,7.733c0.231,0.484,0.325,1.119,0.283,1.905c-0.061,1.07-0.392,2.17-0.994,3.3 c-0.577,1.088-1.289,1.984-2.133,2.69c-0.841,0.7-1.622,1.068-2.343,1.103c0.215,0.551,0.589,0.919,1.121,1.103 c0.594,0.202,1.238,0.138,1.933-0.191c0.413-0.197,0.845-0.489,1.295-0.875c0.833-0.717,1.541-1.626,2.124-2.726 c0.602-1.137,0.939-2.24,1.012-3.31c0.02-0.296,0.02-0.569,0-0.821c-0.074-1.103-0.512-1.793-1.313-2.07 C24.564,7.734,24.236,7.697,23.892,7.733z"/> <path fill="%2321663c" d="M25.442,4.432c-0.601-0.043-1.248,0.076-1.942,0.356c-0.79,0.316-1.58,0.805-2.37,1.468 C20.61,6.69,20.118,7.17,19.652,7.696c-0.748,0.863-1.419,1.851-2.015,2.963c-0.454,0.847-0.819,1.686-1.094,2.516 c-0.14,0.421-0.259,0.841-0.356,1.258c-0.024,0.12-0.049,0.239-0.073,0.356h-0.009l-11.652,6.61l0.492,8.278l2.307-1.441 l-0.228-5.188l0.429-0.255l1.887-1.103l0.155,5.16l2.179-1.358l-0.082-5.124l3.136-1.842l1.249-0.729 c0.086,0.75,0.313,1.401,0.684,1.951c0.188,0.28,0.407,0.514,0.656,0.702c0.237,0.178,0.487,0.315,0.748,0.41 c0.827,0.298,1.763,0.24,2.808-0.173c0.79-0.322,1.577-0.811,2.361-1.468c1.368-1.149,2.535-2.617,3.501-4.404 c0.985-1.836,1.547-3.629,1.687-5.379c0.085-1.045-0.006-1.969-0.274-2.772c-0.303-0.914-0.813-1.552-1.532-1.915h0.009 c-0.174-0.075-0.284-0.121-0.328-0.137C26.024,4.514,25.738,4.453,25.442,4.432 M23.892,7.733c0.344-0.035,0.672,0.001,0.985,0.109 c0.801,0.277,1.239,0.967,1.313,2.07c0.02,0.251,0.02,0.525,0,0.821c-0.073,1.07-0.41,2.173-1.012,3.31 c-0.583,1.1-1.292,2.009-2.124,2.726c-0.45,0.386-0.882,0.678-1.295,0.875c-0.695,0.329-1.339,0.393-1.933,0.191 c-0.533-0.184-0.907-0.552-1.121-1.103c-0.178-0.463-0.242-1.059-0.191-1.787c0.073-1.07,0.41-2.176,1.012-3.319 c0.583-1.1,1.292-2.009,2.124-2.726C22.456,8.207,23.203,7.818,23.892,7.733z"/> </svg>');
}
.green.icon-security-access3{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232f8c51" points="22.51,13.101 20.507,14.26 20.402,16.711 22.256,17.818 22.51,13.101 "/> <polygon fill="%232f8c51" points="24.267,12.09 24.092,14.867 25.629,15.745 25.981,11.098 "/> <path fill="%2339b563" d="M25.937,6.494l-7.863,4.261c0.343,0.5,0.577,1.092,0.703,1.775l9.093-5.069L25.937,6.494"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="8.4712" y1="17.7293" x2="16.495" y2="17.7293"> <stop offset="0.5477" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.516,12.626c-0.103-0.012-0.209-0.018-0.316-0.018c0.221,0.412,0.344,0.904,0.369,1.476 c0.047,1.101-0.24,2.252-0.861,3.453c-0.574,1.113-1.303,2.035-2.188,2.767c-0.486,0.41-0.984,0.723-1.494,0.94 c-0.546,0.235-1.064,0.337-1.555,0.307c0.06,0.131,0.127,0.254,0.202,0.369c0.351,0.533,0.849,0.838,1.494,0.914 c0.551,0.059,1.139-0.056,1.766-0.343c0.171-0.077,0.341-0.165,0.51-0.264c0.329-0.196,0.654-0.433,0.975-0.712 c0.879-0.756,1.608-1.693,2.188-2.811c0.489-0.947,0.776-1.86,0.861-2.741c0.025-0.245,0.034-0.488,0.026-0.729 c-0.023-0.679-0.185-1.248-0.483-1.704C15.658,12.998,15.16,12.697,14.516,12.626"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="3.4819" y1="16.6467" x2="16.8876" y2="16.6467"> <stop offset="0.5477" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.773,8.734c-0.82,0.363-1.625,0.881-2.416,1.555c-1.429,1.212-2.603,2.729-3.523,4.551 c-1.002,1.974-1.447,3.848-1.335,5.623c0.07,1.095,0.363,2.006,0.879,2.732c0.323,0.45,0.654,0.787,0.993,1.01l1.353,0.914 c-0.17-0.158-0.329-0.34-0.474-0.545c-0.021-0.03-0.041-0.059-0.062-0.088c-0.477-0.718-0.74-1.608-0.791-2.671 c-0.088-1.786,0.372-3.675,1.379-5.667c0.92-1.833,2.091-3.371,3.514-4.612c0.791-0.691,1.59-1.227,2.398-1.608 c1.007-0.48,1.962-0.685,2.864-0.615c0.114,0.009,0.225,0.02,0.334,0.035c0.365,0.062,0.698,0.17,1.002,0.325l-1.687-0.931 c-0.146-0.096-0.301-0.181-0.466-0.255c-0.333-0.148-0.699-0.245-1.098-0.29C12.735,8.105,11.78,8.283,10.773,8.734z"/> <path fill="%2321663c" d="M15.552,9.314c-0.902-0.07-1.857,0.135-2.864,0.615c-0.808,0.381-1.608,0.917-2.398,1.608 c-1.423,1.242-2.595,2.779-3.514,4.612c-1.007,1.991-1.467,3.88-1.379,5.667c0.051,1.062,0.314,1.953,0.791,2.671 c0.02,0.029,0.041,0.058,0.062,0.088c0.146,0.205,0.304,0.387,0.474,0.545c0.538,0.49,1.209,0.768,2.012,0.835 c0.896,0.07,1.851-0.138,2.864-0.624c0.814-0.387,1.614-0.922,2.398-1.608c1.423-1.248,2.595-2.785,3.514-4.612 c0.673-1.331,1.101-2.617,1.283-3.857l1.713-0.993l2.003-1.16l-0.255,4.718l1.713-1.054l0.123-1.898l0.176-2.776l1.713-0.993 l-0.351,4.648l1.625-0.993l0.615-7.292l-9.093,5.069c-0.125-0.683-0.36-1.275-0.703-1.775c-0.015-0.021-0.029-0.041-0.044-0.061 c-0.3-0.425-0.66-0.753-1.081-0.984c-0.02-0.011-0.04-0.023-0.061-0.035c-0.303-0.155-0.637-0.263-1.002-0.325 C15.777,9.335,15.666,9.323,15.552,9.314 M14.199,12.609c0.108,0,0.213,0.005,0.316,0.018c0.644,0.07,1.142,0.372,1.494,0.905 c0.299,0.457,0.46,1.025,0.483,1.704c0.008,0.241-0.001,0.484-0.026,0.729c-0.085,0.881-0.372,1.794-0.861,2.741 c-0.58,1.119-1.309,2.056-2.188,2.811c-0.321,0.279-0.646,0.516-0.975,0.712c-0.169,0.098-0.339,0.186-0.51,0.264 c-0.627,0.287-1.215,0.401-1.766,0.343c-0.644-0.076-1.142-0.381-1.494-0.914c-0.075-0.115-0.142-0.238-0.202-0.369 c-0.168-0.382-0.259-0.827-0.272-1.335c-0.035-1.095,0.258-2.252,0.879-3.47c0.58-1.119,1.309-2.056,2.188-2.811 c0.486-0.422,0.981-0.747,1.485-0.975C13.259,12.727,13.742,12.61,14.199,12.609z"/> </svg>');
}
.green.icon-security-manager{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232f8c51" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%2339b563" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%232f8c51" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%2339b563" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%2321663c" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%2339b563" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%2339b563" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%2321663c" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%2339b563" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%2339b563" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%2321663c" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%2339b563" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%232f8c51" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%2339b563" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%2339b563" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%232f8c51" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%2339b563" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%2339b563" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%2339b563" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%2321663c" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.lightGreen.icon-security-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23009900" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%2300e500" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%23009900" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%2300e500" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%23009900" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%23009900" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%2300b200" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.lightGreen.icon-security-provider{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%2300e500" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%2300e500" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%2300e500" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%2300e500" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%2300e500" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%2300e500" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%2300e500" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23009900" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23009900" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23009900" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%2300b200" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%2300b200" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.lightGreen.icon-security-provider.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%2300e500" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%2300e500" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%2300e500" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%2300e500" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%2300e500" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%2300e500" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%2300e500" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23009900" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23009900" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23009900" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%2300b200" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%2300b200" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.lightGreen.icon-security-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M10.879,5.935c-0.357-0.219-0.7-0.321-1.029-0.307C9.462,5.636,9.134,5.807,8.866,6.141 c-0.03,0.041-0.06,0.082-0.089,0.123c-0.393,0.59-0.572,1.507-0.538,2.752l0.344,11.592c0,0.041-0.002,0.066-0.007,0.074l4.507-2.79 L13.044,8.42C12.382,7.23,11.66,6.402,10.879,5.935z"/> <polygon fill="%2300b200" points="11.489,19.619 11.179,6.969 12.943,8.077 13.208,20.865 "/> <polygon fill="%2300b200" points="15.388,22.021 17.079,23.193 17.079,10.035 15.274,8.93 "/> <polygon fill="%23009900" points="13.208,20.865 14.439,20.216 14.343,7.668 12.943,8.077 "/> <polygon fill="%23009900" points="17.079,23.193 18.355,22.292 18.447,9.469 17.079,10.035 "/> <polygon fill="%2300b200" points="9.537,11.562 9.537,13.968 20.241,19.557 20.241,17.154 13.047,13.396 "/> <polygon fill="%2300e500" points="14.386,13.058 13.047,13.396 15.317,14.581 15.317,13.495 "/> <polygon fill="%2300e500" points="9.537,11.562 10.623,11.378 11.293,11.679 11.293,12.479 "/> <polygon fill="%2300e500" points="17.079,15.502 18.413,14.971 21.522,16.426 20.241,17.154 "/> <polygon fill="%23009900" points="20.241,19.557 21.522,18.712 21.522,16.426 20.241,17.154 "/> <polygon fill="%2300e500" points="12.943,8.077 14.343,7.668 12.584,6.653 11.179,6.969 "/> <polygon fill="%2300e500" points="15.274,8.93 16.68,8.416 18.447,9.469 17.079,10.035 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.0086" y1="4.77" x2="28.412" y2="24.1734"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.377,4.953c-1.293-1.17-2.614-1.963-3.962-2.379C16.489,2.285,15.621,2.2,14.81,2.319 c-0.522,0.08-0.997,0.242-1.424,0.484c-0.03,0.015-0.057,0.033-0.083,0.054l-4.5,2.118C9.167,4.831,9.56,4.746,9.982,4.721 c0.498-0.03,1.019,0.02,1.56,0.15c0.338,0.08,0.686,0.193,1.045,0.337c1.314,0.522,2.61,1.41,3.888,2.663 c0.259,0.254,0.51,0.516,0.752,0.783c1.121,1.229,2.091,2.629,2.911,4.201c0.626,1.199,1.112,2.391,1.455,3.574 c0.219,0.762,0.38,1.519,0.484,2.27c0.095,0.735,0.123,1.538,0.083,2.408l-0.404,8.627l4.478-3.382l0.009-0.036l0.685-8.477 c0.074-0.856,0.069-1.649-0.016-2.379c-0.213-1.896-0.824-3.796-1.835-5.701C24.082,7.883,22.849,6.281,21.377,4.953z"/> <path fill="%23999999" d="M22.078,18.698c-0.104-0.751-0.266-1.508-0.484-2.27c-0.344-1.183-0.829-2.374-1.455-3.574 c-0.82-1.571-1.79-2.972-2.911-4.201c-0.243-0.268-0.493-0.529-0.752-0.783c-1.278-1.253-2.574-2.141-3.888-2.663 C12.228,5.063,11.88,4.95,11.542,4.87c-0.542-0.129-1.062-0.179-1.56-0.15C9.56,4.746,9.167,4.831,8.804,4.975 C8.67,5.026,8.54,5.085,8.415,5.154c-0.312,0.165-0.6,0.379-0.864,0.643C6.94,6.412,6.516,7.238,6.281,8.274 c-0.183,0.82-0.24,1.732-0.17,2.736l0.596,8.366c0,0.009-0.002,0.022-0.007,0.038c0,0.015,0.004,0.027,0.013,0.036l1.849,1.262 c-0.032-1.596-0.138-6.781-0.165-7.79c-0.021-0.772-0.75-5.116,2.296-5.155c2.04-0.026,4.557,2.056,5.812,4.016 c1.129,1.762,2.376,4.104,2.786,7.947c0.198,1.858-0.023,6.747-0.098,8.249l2.561,1.754l0.404-8.627 C22.2,20.236,22.173,19.433,22.078,18.698z"/> </svg>');
}
.lightGreen.icon-security-role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%2300b200" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%2300e500" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.lightGreen.icon-security-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300e500" d="M13.594,16.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C14.034,16.205,13.816,16.25,13.594,16.267z"/> <path fill="%23009900" d="M24.849,25.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C24.815,26.219,24.836,25.962,24.849,25.704z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.8038" y1="4.3206" x2="16.8038" y2="18.2687"> <stop offset="0.3216" style="stop-color:%2300e500"/> <stop offset="0.8492" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.732,9.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C20.949,13.115,20.901,10.994,20.732,9.3z"/> <path fill="%2300b200" d="M14.866,5.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C11.377,6.129,12.65,4.436,14.866,5.257z"/> </svg>');
}
.lightGreen.icon-security-user-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300e500" d="M17.351,14.463c-0.931,0.065-1.855-0.423-2.78-0.242c-0.823,0.162-1.64,0.637-2.413,0.952 c1.032-0.422,2.169,0.365,3.239,0.168c0.879-0.162,1.74-0.675,2.559-1.017C17.762,14.406,17.559,14.447,17.351,14.463z"/> <path fill="%23676767" d="M27.85,23.266c0.062-1.179-0.233-2.365-0.96-3.304c-1.373-1.773-3.647-2.47-4.682-4.588l-2.169,0.957 c0.398,0.815,0.957,1.513,1.641,2.106c0.953,0.828,2.106,1.427,2.923,2.406c0.964,1.154,1.348,2.788,1.053,4.263l2.112-1.124 C27.818,23.746,27.838,23.507,27.85,23.266z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="20.3455" y1="3.3206" x2="20.3455" y2="16.3309"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.01,7.965c-0.148-1.461-0.949-2.87-2.08-3.796c-1.805-1.477-3.376-0.712-5.338-0.05 c1.287-0.434,2.64,0.344,3.514,1.247c1.505,1.556,1.857,3.589,1.737,5.689c-0.062,1.091-0.246,2.305-0.952,3.183 c-0.322,0.401-0.738,0.707-0.885,1.222c-0.076,0.267-0.098,0.559,0.01,0.82c0,0,0,0,0,0c0.008,0.016,0.016,0.033,0.024,0.05 l2.169-0.957c-0.003-0.005-0.012-0.022-0.024-0.049c0,0,0,0,0,0c-0.414-0.971,0.726-1.709,1.155-2.399 C24.212,11.523,24.167,9.546,24.01,7.965z"/> <path fill="%23999999" d="M18.538,4.194c2.219,0.822,3.343,3.22,3.458,5.437c0.065,1.254,0.024,2.623-0.475,3.796 c-0.366,0.86-1.437,1.459-1.426,2.456c0.021,1.875,2.749,3.211,3.943,4.245c1.424,1.234,2.152,3.096,1.772,4.979 c-4.781-2.382-9.562-4.765-14.344-7.147c-0.093-0.738-0.127-1.746,0.3-2.386c0.545-0.816,1.444-0.599,2.278-0.448 c0.727,0.132,2.033,0.371,2.519-0.445c0.319-0.535-0.079-1.344-0.302-1.843c-0.87-1.954-1.324-3.788-1.138-5.959 C15.284,5.008,16.471,3.428,18.538,4.194z"/> <path fill="%2300e500" d="M10.594,17.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C11.034,17.205,10.816,17.25,10.594,17.267z"/> <path fill="%23009900" d="M21.85,26.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C21.815,27.219,21.836,26.962,21.85,26.704z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.8039" y1="5.3206" x2="13.8039" y2="19.2687"> <stop offset="0.3216" style="stop-color:%2300e500"/> <stop offset="0.8492" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.732,10.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C17.95,14.115,17.901,11.994,17.732,10.3z"/> <path fill="%2300b200" d="M11.867,6.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C8.378,7.129,9.65,5.436,11.867,6.257z"/> </svg>');
}
.lightGreen.icon-security-access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23009900" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%23009900" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%2300e500" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%2300b200" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.lightGreen.icon-security-access2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300b200" points="4.454,21.399 2.448,19.95 3.032,28.164 4.946,29.678 4.454,21.399 "/> <polyline fill="%2300b200" points="9.341,21.691 7.454,22.794 7.563,25.429 9.496,26.851 9.341,21.691 "/> <path fill="%2300b200" d="M15.978,17.798l-1.249,0.729c0.202,0.281,0.436,0.515,0.702,0.702c0.08,0.06,0.162,0.115,0.246,0.164 l1.641,1.058c-0.25-0.188-0.469-0.422-0.656-0.702C16.292,19.199,16.064,18.548,15.978,17.798"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.0727" y1="9.0764" x2="26.627" y2="9.0764"> <stop offset="0.5477" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.484,3.685c-0.074-0.036-0.15-0.07-0.228-0.1c-0.827-0.322-1.757-0.292-2.79,0.091 c-0.796,0.292-1.592,0.763-2.389,1.413c-1.38,1.118-2.55,2.568-3.51,4.349c-0.749,1.392-1.248,2.762-1.495,4.112l2.033,1.24h0.009 c0.024-0.117,0.049-0.235,0.073-0.356c0.097-0.418,0.215-0.837,0.356-1.258c0.275-0.83,0.64-1.669,1.094-2.516 c0.596-1.112,1.267-2.1,2.015-2.963c0.465-0.526,0.958-1.006,1.477-1.441c0.79-0.663,1.58-1.152,2.37-1.468 c0.694-0.28,1.341-0.399,1.942-0.356c0.297,0.021,0.582,0.081,0.857,0.182c0.044,0.016,0.154,0.062,0.328,0.137l-2.042-1.012 c-0.008-0.007-0.017-0.013-0.027-0.018C24.534,3.709,24.51,3.697,24.484,3.685z"/> <polyline fill="%2300e500" points="16.106,14.789 14.073,13.549 2.448,19.95 4.454,21.399 16.106,14.789 "/> <path fill="%2300e500" d="M23.892,7.733c0.231,0.484,0.325,1.119,0.283,1.905c-0.061,1.07-0.392,2.17-0.994,3.3 c-0.577,1.088-1.289,1.984-2.133,2.69c-0.841,0.7-1.622,1.068-2.343,1.103c0.215,0.551,0.589,0.919,1.121,1.103 c0.594,0.202,1.238,0.138,1.933-0.191c0.413-0.197,0.845-0.489,1.295-0.875c0.833-0.717,1.541-1.626,2.124-2.726 c0.602-1.137,0.939-2.24,1.012-3.31c0.02-0.296,0.02-0.569,0-0.821c-0.074-1.103-0.512-1.793-1.313-2.07 C24.564,7.734,24.236,7.697,23.892,7.733z"/> <path fill="%23009900" d="M25.442,4.432c-0.601-0.043-1.248,0.076-1.942,0.356c-0.79,0.316-1.58,0.805-2.37,1.468 C20.61,6.69,20.118,7.17,19.652,7.696c-0.748,0.863-1.419,1.851-2.015,2.963c-0.454,0.847-0.819,1.686-1.094,2.516 c-0.14,0.421-0.259,0.841-0.356,1.258c-0.024,0.12-0.049,0.239-0.073,0.356h-0.009l-11.652,6.61l0.492,8.278l2.307-1.441 l-0.228-5.188l0.429-0.255l1.887-1.103l0.155,5.16l2.179-1.358l-0.082-5.124l3.136-1.842l1.249-0.729 c0.086,0.75,0.313,1.401,0.684,1.951c0.188,0.28,0.407,0.514,0.656,0.702c0.237,0.178,0.487,0.315,0.748,0.41 c0.827,0.298,1.763,0.24,2.808-0.173c0.79-0.322,1.577-0.811,2.361-1.468c1.368-1.149,2.535-2.617,3.501-4.404 c0.985-1.836,1.547-3.629,1.687-5.379c0.085-1.045-0.006-1.969-0.274-2.772c-0.303-0.914-0.813-1.552-1.532-1.915h0.009 c-0.174-0.075-0.284-0.121-0.328-0.137C26.024,4.514,25.738,4.453,25.442,4.432 M23.892,7.733c0.344-0.035,0.672,0.001,0.985,0.109 c0.801,0.277,1.239,0.967,1.313,2.07c0.02,0.251,0.02,0.525,0,0.821c-0.073,1.07-0.41,2.173-1.012,3.31 c-0.583,1.1-1.292,2.009-2.124,2.726c-0.45,0.386-0.882,0.678-1.295,0.875c-0.695,0.329-1.339,0.393-1.933,0.191 c-0.533-0.184-0.907-0.552-1.121-1.103c-0.178-0.463-0.242-1.059-0.191-1.787c0.073-1.07,0.41-2.176,1.012-3.319 c0.583-1.1,1.292-2.009,2.124-2.726C22.456,8.207,23.203,7.818,23.892,7.733z"/> </svg>');
}
.lightGreen.icon-security-access3{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300b200" points="22.51,13.101 20.507,14.26 20.402,16.711 22.256,17.818 22.51,13.101 "/> <polygon fill="%2300b200" points="24.267,12.09 24.092,14.867 25.629,15.745 25.981,11.098 "/> <path fill="%2300e500" d="M25.937,6.494l-7.863,4.261c0.343,0.5,0.577,1.092,0.703,1.775l9.093-5.069L25.937,6.494"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="8.4712" y1="17.7293" x2="16.495" y2="17.7293"> <stop offset="0.5477" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.516,12.626c-0.103-0.012-0.209-0.018-0.316-0.018c0.221,0.412,0.344,0.904,0.369,1.476 c0.047,1.101-0.24,2.252-0.861,3.453c-0.574,1.113-1.303,2.035-2.188,2.767c-0.486,0.41-0.984,0.723-1.494,0.94 c-0.546,0.235-1.064,0.337-1.555,0.307c0.06,0.131,0.127,0.254,0.202,0.369c0.351,0.533,0.849,0.838,1.494,0.914 c0.551,0.059,1.139-0.056,1.766-0.343c0.171-0.077,0.341-0.165,0.51-0.264c0.329-0.196,0.654-0.433,0.975-0.712 c0.879-0.756,1.608-1.693,2.188-2.811c0.489-0.947,0.776-1.86,0.861-2.741c0.025-0.245,0.034-0.488,0.026-0.729 c-0.023-0.679-0.185-1.248-0.483-1.704C15.658,12.998,15.16,12.697,14.516,12.626"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="3.4819" y1="16.6467" x2="16.8876" y2="16.6467"> <stop offset="0.5477" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.773,8.734c-0.82,0.363-1.625,0.881-2.416,1.555c-1.429,1.212-2.603,2.729-3.523,4.551 c-1.002,1.974-1.447,3.848-1.335,5.623c0.07,1.095,0.363,2.006,0.879,2.732c0.323,0.45,0.654,0.787,0.993,1.01l1.353,0.914 c-0.17-0.158-0.329-0.34-0.474-0.545c-0.021-0.03-0.041-0.059-0.062-0.088c-0.477-0.718-0.74-1.608-0.791-2.671 c-0.088-1.786,0.372-3.675,1.379-5.667c0.92-1.833,2.091-3.371,3.514-4.612c0.791-0.691,1.59-1.227,2.398-1.608 c1.007-0.48,1.962-0.685,2.864-0.615c0.114,0.009,0.225,0.02,0.334,0.035c0.365,0.062,0.698,0.17,1.002,0.325l-1.687-0.931 c-0.146-0.096-0.301-0.181-0.466-0.255c-0.333-0.148-0.699-0.245-1.098-0.29C12.735,8.105,11.78,8.283,10.773,8.734z"/> <path fill="%23009900" d="M15.552,9.314c-0.902-0.07-1.857,0.135-2.864,0.615c-0.808,0.381-1.608,0.917-2.398,1.608 c-1.423,1.242-2.595,2.779-3.514,4.612c-1.007,1.991-1.467,3.88-1.379,5.667c0.051,1.062,0.314,1.953,0.791,2.671 c0.02,0.029,0.041,0.058,0.062,0.088c0.146,0.205,0.304,0.387,0.474,0.545c0.538,0.49,1.209,0.768,2.012,0.835 c0.896,0.07,1.851-0.138,2.864-0.624c0.814-0.387,1.614-0.922,2.398-1.608c1.423-1.248,2.595-2.785,3.514-4.612 c0.673-1.331,1.101-2.617,1.283-3.857l1.713-0.993l2.003-1.16l-0.255,4.718l1.713-1.054l0.123-1.898l0.176-2.776l1.713-0.993 l-0.351,4.648l1.625-0.993l0.615-7.292l-9.093,5.069c-0.125-0.683-0.36-1.275-0.703-1.775c-0.015-0.021-0.029-0.041-0.044-0.061 c-0.3-0.425-0.66-0.753-1.081-0.984c-0.02-0.011-0.04-0.023-0.061-0.035c-0.303-0.155-0.637-0.263-1.002-0.325 C15.777,9.335,15.666,9.323,15.552,9.314 M14.199,12.609c0.108,0,0.213,0.005,0.316,0.018c0.644,0.07,1.142,0.372,1.494,0.905 c0.299,0.457,0.46,1.025,0.483,1.704c0.008,0.241-0.001,0.484-0.026,0.729c-0.085,0.881-0.372,1.794-0.861,2.741 c-0.58,1.119-1.309,2.056-2.188,2.811c-0.321,0.279-0.646,0.516-0.975,0.712c-0.169,0.098-0.339,0.186-0.51,0.264 c-0.627,0.287-1.215,0.401-1.766,0.343c-0.644-0.076-1.142-0.381-1.494-0.914c-0.075-0.115-0.142-0.238-0.202-0.369 c-0.168-0.382-0.259-0.827-0.272-1.335c-0.035-1.095,0.258-2.252,0.879-3.47c0.58-1.119,1.309-2.056,2.188-2.811 c0.486-0.422,0.981-0.747,1.485-0.975C13.259,12.727,13.742,12.61,14.199,12.609z"/> </svg>');
}
.lightGreen.icon-security-manager{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300b200" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%2300e500" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%2300b200" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%2300e500" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%23009900" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%2300e500" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%2300e500" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%23009900" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%2300e500" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%2300e500" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%23009900" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%2300e500" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%2300b200" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%2300e500" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%2300e500" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%2300b200" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%2300e500" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%2300e500" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%2300e500" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%23009900" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.yellow.icon-security-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23a58d00" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%23f9e100" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%23a58d00" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%23f9e100" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%23a58d00" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%23a58d00" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%23ccaa00" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.yellow.icon-security-provider{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%23f9e100" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%23f9e100" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%23f9e100" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%23f9e100" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%23f9e100" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%23f9e100" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%23f9e100" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23a58d00" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23a58d00" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23a58d00" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23ccaa00" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23ccaa00" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.yellow.icon-security-provider.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%23f9e100" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%23f9e100" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%23f9e100" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%23f9e100" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%23f9e100" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%23f9e100" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%23f9e100" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23a58d00" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23a58d00" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23a58d00" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23ccaa00" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23ccaa00" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.yellow.icon-security-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M10.879,5.935c-0.357-0.219-0.7-0.321-1.029-0.307C9.462,5.636,9.134,5.807,8.866,6.141 c-0.03,0.041-0.06,0.082-0.089,0.123c-0.393,0.59-0.572,1.507-0.538,2.752l0.344,11.592c0,0.041-0.002,0.066-0.007,0.074l4.507-2.79 L13.044,8.42C12.382,7.23,11.66,6.402,10.879,5.935z"/> <polygon fill="%23ccaa00" points="11.489,19.619 11.179,6.969 12.943,8.077 13.208,20.865 "/> <polygon fill="%23ccaa00" points="15.388,22.021 17.079,23.193 17.079,10.035 15.274,8.93 "/> <polygon fill="%23a58d00" points="13.208,20.865 14.439,20.216 14.343,7.668 12.943,8.077 "/> <polygon fill="%23a58d00" points="17.079,23.193 18.355,22.292 18.447,9.469 17.079,10.035 "/> <polygon fill="%23ccaa00" points="9.537,11.562 9.537,13.968 20.241,19.557 20.241,17.154 13.047,13.396 "/> <polygon fill="%23f9e100" points="14.386,13.058 13.047,13.396 15.317,14.581 15.317,13.495 "/> <polygon fill="%23f9e100" points="9.537,11.562 10.623,11.378 11.293,11.679 11.293,12.479 "/> <polygon fill="%23f9e100" points="17.079,15.502 18.413,14.971 21.522,16.426 20.241,17.154 "/> <polygon fill="%23a58d00" points="20.241,19.557 21.522,18.712 21.522,16.426 20.241,17.154 "/> <polygon fill="%23f9e100" points="12.943,8.077 14.343,7.668 12.584,6.653 11.179,6.969 "/> <polygon fill="%23f9e100" points="15.274,8.93 16.68,8.416 18.447,9.469 17.079,10.035 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.0086" y1="4.77" x2="28.412" y2="24.1734"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.377,4.953c-1.293-1.17-2.614-1.963-3.962-2.379C16.489,2.285,15.621,2.2,14.81,2.319 c-0.522,0.08-0.997,0.242-1.424,0.484c-0.03,0.015-0.057,0.033-0.083,0.054l-4.5,2.118C9.167,4.831,9.56,4.746,9.982,4.721 c0.498-0.03,1.019,0.02,1.56,0.15c0.338,0.08,0.686,0.193,1.045,0.337c1.314,0.522,2.61,1.41,3.888,2.663 c0.259,0.254,0.51,0.516,0.752,0.783c1.121,1.229,2.091,2.629,2.911,4.201c0.626,1.199,1.112,2.391,1.455,3.574 c0.219,0.762,0.38,1.519,0.484,2.27c0.095,0.735,0.123,1.538,0.083,2.408l-0.404,8.627l4.478-3.382l0.009-0.036l0.685-8.477 c0.074-0.856,0.069-1.649-0.016-2.379c-0.213-1.896-0.824-3.796-1.835-5.701C24.082,7.883,22.849,6.281,21.377,4.953z"/> <path fill="%23999999" d="M22.078,18.698c-0.104-0.751-0.266-1.508-0.484-2.27c-0.344-1.183-0.829-2.374-1.455-3.574 c-0.82-1.571-1.79-2.972-2.911-4.201c-0.243-0.268-0.493-0.529-0.752-0.783c-1.278-1.253-2.574-2.141-3.888-2.663 C12.228,5.063,11.88,4.95,11.542,4.87c-0.542-0.129-1.062-0.179-1.56-0.15C9.56,4.746,9.167,4.831,8.804,4.975 C8.67,5.026,8.54,5.085,8.415,5.154c-0.312,0.165-0.6,0.379-0.864,0.643C6.94,6.412,6.516,7.238,6.281,8.274 c-0.183,0.82-0.24,1.732-0.17,2.736l0.596,8.366c0,0.009-0.002,0.022-0.007,0.038c0,0.015,0.004,0.027,0.013,0.036l1.849,1.262 c-0.032-1.596-0.138-6.781-0.165-7.79c-0.021-0.772-0.75-5.116,2.296-5.155c2.04-0.026,4.557,2.056,5.812,4.016 c1.129,1.762,2.376,4.104,2.786,7.947c0.198,1.858-0.023,6.747-0.098,8.249l2.561,1.754l0.404-8.627 C22.2,20.236,22.173,19.433,22.078,18.698z"/> </svg>');
}
.yellow.icon-security-role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%23ccaa00" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%23f9e100" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.yellow.icon-security-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23f9e100" d="M13.594,16.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C14.034,16.205,13.816,16.25,13.594,16.267z"/> <path fill="%23a58d00" d="M24.849,25.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C24.815,26.219,24.836,25.962,24.849,25.704z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.8038" y1="4.3206" x2="16.8038" y2="18.2687"> <stop offset="0.3216" style="stop-color:%23f9e100"/> <stop offset="0.8492" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.732,9.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C20.949,13.115,20.901,10.994,20.732,9.3z"/> <path fill="%23ccaa00" d="M14.866,5.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C11.377,6.129,12.65,4.436,14.866,5.257z"/> </svg>');
}
.yellow.icon-security-user-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23f9e100" d="M17.351,14.463c-0.931,0.065-1.855-0.423-2.78-0.242c-0.823,0.162-1.64,0.637-2.413,0.952 c1.032-0.422,2.169,0.365,3.239,0.168c0.879-0.162,1.74-0.675,2.559-1.017C17.762,14.406,17.559,14.447,17.351,14.463z"/> <path fill="%23676767" d="M27.85,23.266c0.062-1.179-0.233-2.365-0.96-3.304c-1.373-1.773-3.647-2.47-4.682-4.588l-2.169,0.957 c0.398,0.815,0.957,1.513,1.641,2.106c0.953,0.828,2.106,1.427,2.923,2.406c0.964,1.154,1.348,2.788,1.053,4.263l2.112-1.124 C27.818,23.746,27.838,23.507,27.85,23.266z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="20.3455" y1="3.3206" x2="20.3455" y2="16.3309"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.01,7.965c-0.148-1.461-0.949-2.87-2.08-3.796c-1.805-1.477-3.376-0.712-5.338-0.05 c1.287-0.434,2.64,0.344,3.514,1.247c1.505,1.556,1.857,3.589,1.737,5.689c-0.062,1.091-0.246,2.305-0.952,3.183 c-0.322,0.401-0.738,0.707-0.885,1.222c-0.076,0.267-0.098,0.559,0.01,0.82c0,0,0,0,0,0c0.008,0.016,0.016,0.033,0.024,0.05 l2.169-0.957c-0.003-0.005-0.012-0.022-0.024-0.049c0,0,0,0,0,0c-0.414-0.971,0.726-1.709,1.155-2.399 C24.212,11.523,24.167,9.546,24.01,7.965z"/> <path fill="%23999999" d="M18.538,4.194c2.219,0.822,3.343,3.22,3.458,5.437c0.065,1.254,0.024,2.623-0.475,3.796 c-0.366,0.86-1.437,1.459-1.426,2.456c0.021,1.875,2.749,3.211,3.943,4.245c1.424,1.234,2.152,3.096,1.772,4.979 c-4.781-2.382-9.562-4.765-14.344-7.147c-0.093-0.738-0.127-1.746,0.3-2.386c0.545-0.816,1.444-0.599,2.278-0.448 c0.727,0.132,2.033,0.371,2.519-0.445c0.319-0.535-0.079-1.344-0.302-1.843c-0.87-1.954-1.324-3.788-1.138-5.959 C15.284,5.008,16.471,3.428,18.538,4.194z"/> <path fill="%23f9e100" d="M10.594,17.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C11.034,17.205,10.816,17.25,10.594,17.267z"/> <path fill="%23a58d00" d="M21.85,26.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C21.815,27.219,21.836,26.962,21.85,26.704z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.8039" y1="5.3206" x2="13.8039" y2="19.2687"> <stop offset="0.3216" style="stop-color:%23f9e100"/> <stop offset="0.8492" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.732,10.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C17.95,14.115,17.901,11.994,17.732,10.3z"/> <path fill="%23ccaa00" d="M11.867,6.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C8.378,7.129,9.65,5.436,11.867,6.257z"/> </svg>');
}
.yellow.icon-security-access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a58d00" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%23a58d00" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%23f9e100" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%23ccaa00" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.yellow.icon-security-access2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ccaa00" points="4.454,21.399 2.448,19.95 3.032,28.164 4.946,29.678 4.454,21.399 "/> <polyline fill="%23ccaa00" points="9.341,21.691 7.454,22.794 7.563,25.429 9.496,26.851 9.341,21.691 "/> <path fill="%23ccaa00" d="M15.978,17.798l-1.249,0.729c0.202,0.281,0.436,0.515,0.702,0.702c0.08,0.06,0.162,0.115,0.246,0.164 l1.641,1.058c-0.25-0.188-0.469-0.422-0.656-0.702C16.292,19.199,16.064,18.548,15.978,17.798"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.0727" y1="9.0764" x2="26.627" y2="9.0764"> <stop offset="0.5477" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.484,3.685c-0.074-0.036-0.15-0.07-0.228-0.1c-0.827-0.322-1.757-0.292-2.79,0.091 c-0.796,0.292-1.592,0.763-2.389,1.413c-1.38,1.118-2.55,2.568-3.51,4.349c-0.749,1.392-1.248,2.762-1.495,4.112l2.033,1.24h0.009 c0.024-0.117,0.049-0.235,0.073-0.356c0.097-0.418,0.215-0.837,0.356-1.258c0.275-0.83,0.64-1.669,1.094-2.516 c0.596-1.112,1.267-2.1,2.015-2.963c0.465-0.526,0.958-1.006,1.477-1.441c0.79-0.663,1.58-1.152,2.37-1.468 c0.694-0.28,1.341-0.399,1.942-0.356c0.297,0.021,0.582,0.081,0.857,0.182c0.044,0.016,0.154,0.062,0.328,0.137l-2.042-1.012 c-0.008-0.007-0.017-0.013-0.027-0.018C24.534,3.709,24.51,3.697,24.484,3.685z"/> <polyline fill="%23f9e100" points="16.106,14.789 14.073,13.549 2.448,19.95 4.454,21.399 16.106,14.789 "/> <path fill="%23f9e100" d="M23.892,7.733c0.231,0.484,0.325,1.119,0.283,1.905c-0.061,1.07-0.392,2.17-0.994,3.3 c-0.577,1.088-1.289,1.984-2.133,2.69c-0.841,0.7-1.622,1.068-2.343,1.103c0.215,0.551,0.589,0.919,1.121,1.103 c0.594,0.202,1.238,0.138,1.933-0.191c0.413-0.197,0.845-0.489,1.295-0.875c0.833-0.717,1.541-1.626,2.124-2.726 c0.602-1.137,0.939-2.24,1.012-3.31c0.02-0.296,0.02-0.569,0-0.821c-0.074-1.103-0.512-1.793-1.313-2.07 C24.564,7.734,24.236,7.697,23.892,7.733z"/> <path fill="%23a58d00" d="M25.442,4.432c-0.601-0.043-1.248,0.076-1.942,0.356c-0.79,0.316-1.58,0.805-2.37,1.468 C20.61,6.69,20.118,7.17,19.652,7.696c-0.748,0.863-1.419,1.851-2.015,2.963c-0.454,0.847-0.819,1.686-1.094,2.516 c-0.14,0.421-0.259,0.841-0.356,1.258c-0.024,0.12-0.049,0.239-0.073,0.356h-0.009l-11.652,6.61l0.492,8.278l2.307-1.441 l-0.228-5.188l0.429-0.255l1.887-1.103l0.155,5.16l2.179-1.358l-0.082-5.124l3.136-1.842l1.249-0.729 c0.086,0.75,0.313,1.401,0.684,1.951c0.188,0.28,0.407,0.514,0.656,0.702c0.237,0.178,0.487,0.315,0.748,0.41 c0.827,0.298,1.763,0.24,2.808-0.173c0.79-0.322,1.577-0.811,2.361-1.468c1.368-1.149,2.535-2.617,3.501-4.404 c0.985-1.836,1.547-3.629,1.687-5.379c0.085-1.045-0.006-1.969-0.274-2.772c-0.303-0.914-0.813-1.552-1.532-1.915h0.009 c-0.174-0.075-0.284-0.121-0.328-0.137C26.024,4.514,25.738,4.453,25.442,4.432 M23.892,7.733c0.344-0.035,0.672,0.001,0.985,0.109 c0.801,0.277,1.239,0.967,1.313,2.07c0.02,0.251,0.02,0.525,0,0.821c-0.073,1.07-0.41,2.173-1.012,3.31 c-0.583,1.1-1.292,2.009-2.124,2.726c-0.45,0.386-0.882,0.678-1.295,0.875c-0.695,0.329-1.339,0.393-1.933,0.191 c-0.533-0.184-0.907-0.552-1.121-1.103c-0.178-0.463-0.242-1.059-0.191-1.787c0.073-1.07,0.41-2.176,1.012-3.319 c0.583-1.1,1.292-2.009,2.124-2.726C22.456,8.207,23.203,7.818,23.892,7.733z"/> </svg>');
}
.yellow.icon-security-access3{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ccaa00" points="22.51,13.101 20.507,14.26 20.402,16.711 22.256,17.818 22.51,13.101 "/> <polygon fill="%23ccaa00" points="24.267,12.09 24.092,14.867 25.629,15.745 25.981,11.098 "/> <path fill="%23f9e100" d="M25.937,6.494l-7.863,4.261c0.343,0.5,0.577,1.092,0.703,1.775l9.093-5.069L25.937,6.494"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="8.4712" y1="17.7293" x2="16.495" y2="17.7293"> <stop offset="0.5477" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.516,12.626c-0.103-0.012-0.209-0.018-0.316-0.018c0.221,0.412,0.344,0.904,0.369,1.476 c0.047,1.101-0.24,2.252-0.861,3.453c-0.574,1.113-1.303,2.035-2.188,2.767c-0.486,0.41-0.984,0.723-1.494,0.94 c-0.546,0.235-1.064,0.337-1.555,0.307c0.06,0.131,0.127,0.254,0.202,0.369c0.351,0.533,0.849,0.838,1.494,0.914 c0.551,0.059,1.139-0.056,1.766-0.343c0.171-0.077,0.341-0.165,0.51-0.264c0.329-0.196,0.654-0.433,0.975-0.712 c0.879-0.756,1.608-1.693,2.188-2.811c0.489-0.947,0.776-1.86,0.861-2.741c0.025-0.245,0.034-0.488,0.026-0.729 c-0.023-0.679-0.185-1.248-0.483-1.704C15.658,12.998,15.16,12.697,14.516,12.626"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="3.4819" y1="16.6467" x2="16.8876" y2="16.6467"> <stop offset="0.5477" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.773,8.734c-0.82,0.363-1.625,0.881-2.416,1.555c-1.429,1.212-2.603,2.729-3.523,4.551 c-1.002,1.974-1.447,3.848-1.335,5.623c0.07,1.095,0.363,2.006,0.879,2.732c0.323,0.45,0.654,0.787,0.993,1.01l1.353,0.914 c-0.17-0.158-0.329-0.34-0.474-0.545c-0.021-0.03-0.041-0.059-0.062-0.088c-0.477-0.718-0.74-1.608-0.791-2.671 c-0.088-1.786,0.372-3.675,1.379-5.667c0.92-1.833,2.091-3.371,3.514-4.612c0.791-0.691,1.59-1.227,2.398-1.608 c1.007-0.48,1.962-0.685,2.864-0.615c0.114,0.009,0.225,0.02,0.334,0.035c0.365,0.062,0.698,0.17,1.002,0.325l-1.687-0.931 c-0.146-0.096-0.301-0.181-0.466-0.255c-0.333-0.148-0.699-0.245-1.098-0.29C12.735,8.105,11.78,8.283,10.773,8.734z"/> <path fill="%23a58d00" d="M15.552,9.314c-0.902-0.07-1.857,0.135-2.864,0.615c-0.808,0.381-1.608,0.917-2.398,1.608 c-1.423,1.242-2.595,2.779-3.514,4.612c-1.007,1.991-1.467,3.88-1.379,5.667c0.051,1.062,0.314,1.953,0.791,2.671 c0.02,0.029,0.041,0.058,0.062,0.088c0.146,0.205,0.304,0.387,0.474,0.545c0.538,0.49,1.209,0.768,2.012,0.835 c0.896,0.07,1.851-0.138,2.864-0.624c0.814-0.387,1.614-0.922,2.398-1.608c1.423-1.248,2.595-2.785,3.514-4.612 c0.673-1.331,1.101-2.617,1.283-3.857l1.713-0.993l2.003-1.16l-0.255,4.718l1.713-1.054l0.123-1.898l0.176-2.776l1.713-0.993 l-0.351,4.648l1.625-0.993l0.615-7.292l-9.093,5.069c-0.125-0.683-0.36-1.275-0.703-1.775c-0.015-0.021-0.029-0.041-0.044-0.061 c-0.3-0.425-0.66-0.753-1.081-0.984c-0.02-0.011-0.04-0.023-0.061-0.035c-0.303-0.155-0.637-0.263-1.002-0.325 C15.777,9.335,15.666,9.323,15.552,9.314 M14.199,12.609c0.108,0,0.213,0.005,0.316,0.018c0.644,0.07,1.142,0.372,1.494,0.905 c0.299,0.457,0.46,1.025,0.483,1.704c0.008,0.241-0.001,0.484-0.026,0.729c-0.085,0.881-0.372,1.794-0.861,2.741 c-0.58,1.119-1.309,2.056-2.188,2.811c-0.321,0.279-0.646,0.516-0.975,0.712c-0.169,0.098-0.339,0.186-0.51,0.264 c-0.627,0.287-1.215,0.401-1.766,0.343c-0.644-0.076-1.142-0.381-1.494-0.914c-0.075-0.115-0.142-0.238-0.202-0.369 c-0.168-0.382-0.259-0.827-0.272-1.335c-0.035-1.095,0.258-2.252,0.879-3.47c0.58-1.119,1.309-2.056,2.188-2.811 c0.486-0.422,0.981-0.747,1.485-0.975C13.259,12.727,13.742,12.61,14.199,12.609z"/> </svg>');
}
.yellow.icon-security-manager{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ccaa00" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%23f9e100" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%23ccaa00" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%23f9e100" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%23a58d00" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%23f9e100" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%23f9e100" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%23a58d00" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%23f9e100" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%23f9e100" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%23a58d00" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%23f9e100" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%23ccaa00" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%23f9e100" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%23f9e100" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%23ccaa00" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%23f9e100" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%23f9e100" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%23f9e100" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%23a58d00" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.purple.icon-security-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23990099" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%23FF99FF" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%23990099" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%23FF99FF" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%23990099" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%23990099" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%23FF66FF" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.purple.icon-security-provider{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%23FF99FF" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%23FF99FF" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%23FF99FF" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%23FF99FF" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%23FF99FF" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%23FF99FF" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%23FF99FF" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23990099" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23990099" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23990099" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23FF66FF" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23FF66FF" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.purple.icon-security-provider.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%23FF99FF" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%23FF99FF" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%23FF99FF" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%23FF99FF" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%23FF99FF" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%23FF99FF" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%23FF99FF" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23990099" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23990099" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23990099" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23FF66FF" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23FF66FF" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.purple.icon-security-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M10.879,5.935c-0.357-0.219-0.7-0.321-1.029-0.307C9.462,5.636,9.134,5.807,8.866,6.141 c-0.03,0.041-0.06,0.082-0.089,0.123c-0.393,0.59-0.572,1.507-0.538,2.752l0.344,11.592c0,0.041-0.002,0.066-0.007,0.074l4.507-2.79 L13.044,8.42C12.382,7.23,11.66,6.402,10.879,5.935z"/> <polygon fill="%23FF66FF" points="11.489,19.619 11.179,6.969 12.943,8.077 13.208,20.865 "/> <polygon fill="%23FF66FF" points="15.388,22.021 17.079,23.193 17.079,10.035 15.274,8.93 "/> <polygon fill="%23990099" points="13.208,20.865 14.439,20.216 14.343,7.668 12.943,8.077 "/> <polygon fill="%23990099" points="17.079,23.193 18.355,22.292 18.447,9.469 17.079,10.035 "/> <polygon fill="%23FF66FF" points="9.537,11.562 9.537,13.968 20.241,19.557 20.241,17.154 13.047,13.396 "/> <polygon fill="%23FF99FF" points="14.386,13.058 13.047,13.396 15.317,14.581 15.317,13.495 "/> <polygon fill="%23FF99FF" points="9.537,11.562 10.623,11.378 11.293,11.679 11.293,12.479 "/> <polygon fill="%23FF99FF" points="17.079,15.502 18.413,14.971 21.522,16.426 20.241,17.154 "/> <polygon fill="%23990099" points="20.241,19.557 21.522,18.712 21.522,16.426 20.241,17.154 "/> <polygon fill="%23FF99FF" points="12.943,8.077 14.343,7.668 12.584,6.653 11.179,6.969 "/> <polygon fill="%23FF99FF" points="15.274,8.93 16.68,8.416 18.447,9.469 17.079,10.035 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.0086" y1="4.77" x2="28.412" y2="24.1734"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.377,4.953c-1.293-1.17-2.614-1.963-3.962-2.379C16.489,2.285,15.621,2.2,14.81,2.319 c-0.522,0.08-0.997,0.242-1.424,0.484c-0.03,0.015-0.057,0.033-0.083,0.054l-4.5,2.118C9.167,4.831,9.56,4.746,9.982,4.721 c0.498-0.03,1.019,0.02,1.56,0.15c0.338,0.08,0.686,0.193,1.045,0.337c1.314,0.522,2.61,1.41,3.888,2.663 c0.259,0.254,0.51,0.516,0.752,0.783c1.121,1.229,2.091,2.629,2.911,4.201c0.626,1.199,1.112,2.391,1.455,3.574 c0.219,0.762,0.38,1.519,0.484,2.27c0.095,0.735,0.123,1.538,0.083,2.408l-0.404,8.627l4.478-3.382l0.009-0.036l0.685-8.477 c0.074-0.856,0.069-1.649-0.016-2.379c-0.213-1.896-0.824-3.796-1.835-5.701C24.082,7.883,22.849,6.281,21.377,4.953z"/> <path fill="%23999999" d="M22.078,18.698c-0.104-0.751-0.266-1.508-0.484-2.27c-0.344-1.183-0.829-2.374-1.455-3.574 c-0.82-1.571-1.79-2.972-2.911-4.201c-0.243-0.268-0.493-0.529-0.752-0.783c-1.278-1.253-2.574-2.141-3.888-2.663 C12.228,5.063,11.88,4.95,11.542,4.87c-0.542-0.129-1.062-0.179-1.56-0.15C9.56,4.746,9.167,4.831,8.804,4.975 C8.67,5.026,8.54,5.085,8.415,5.154c-0.312,0.165-0.6,0.379-0.864,0.643C6.94,6.412,6.516,7.238,6.281,8.274 c-0.183,0.82-0.24,1.732-0.17,2.736l0.596,8.366c0,0.009-0.002,0.022-0.007,0.038c0,0.015,0.004,0.027,0.013,0.036l1.849,1.262 c-0.032-1.596-0.138-6.781-0.165-7.79c-0.021-0.772-0.75-5.116,2.296-5.155c2.04-0.026,4.557,2.056,5.812,4.016 c1.129,1.762,2.376,4.104,2.786,7.947c0.198,1.858-0.023,6.747-0.098,8.249l2.561,1.754l0.404-8.627 C22.2,20.236,22.173,19.433,22.078,18.698z"/> </svg>');
}
.purple.icon-security-role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%23FF66FF" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%23FF99FF" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.purple.icon-security-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF99FF" d="M13.594,16.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C14.034,16.205,13.816,16.25,13.594,16.267z"/> <path fill="%23990099" d="M24.849,25.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C24.815,26.219,24.836,25.962,24.849,25.704z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.8038" y1="4.3206" x2="16.8038" y2="18.2687"> <stop offset="0.3216" style="stop-color:%23FF99FF"/> <stop offset="0.8492" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.732,9.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C20.949,13.115,20.901,10.994,20.732,9.3z"/> <path fill="%23FF66FF" d="M14.866,5.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C11.377,6.129,12.65,4.436,14.866,5.257z"/> </svg>');
}
.purple.icon-security-user-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF99FF" d="M17.351,14.463c-0.931,0.065-1.855-0.423-2.78-0.242c-0.823,0.162-1.64,0.637-2.413,0.952 c1.032-0.422,2.169,0.365,3.239,0.168c0.879-0.162,1.74-0.675,2.559-1.017C17.762,14.406,17.559,14.447,17.351,14.463z"/> <path fill="%23676767" d="M27.85,23.266c0.062-1.179-0.233-2.365-0.96-3.304c-1.373-1.773-3.647-2.47-4.682-4.588l-2.169,0.957 c0.398,0.815,0.957,1.513,1.641,2.106c0.953,0.828,2.106,1.427,2.923,2.406c0.964,1.154,1.348,2.788,1.053,4.263l2.112-1.124 C27.818,23.746,27.838,23.507,27.85,23.266z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="20.3455" y1="3.3206" x2="20.3455" y2="16.3309"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.01,7.965c-0.148-1.461-0.949-2.87-2.08-3.796c-1.805-1.477-3.376-0.712-5.338-0.05 c1.287-0.434,2.64,0.344,3.514,1.247c1.505,1.556,1.857,3.589,1.737,5.689c-0.062,1.091-0.246,2.305-0.952,3.183 c-0.322,0.401-0.738,0.707-0.885,1.222c-0.076,0.267-0.098,0.559,0.01,0.82c0,0,0,0,0,0c0.008,0.016,0.016,0.033,0.024,0.05 l2.169-0.957c-0.003-0.005-0.012-0.022-0.024-0.049c0,0,0,0,0,0c-0.414-0.971,0.726-1.709,1.155-2.399 C24.212,11.523,24.167,9.546,24.01,7.965z"/> <path fill="%23999999" d="M18.538,4.194c2.219,0.822,3.343,3.22,3.458,5.437c0.065,1.254,0.024,2.623-0.475,3.796 c-0.366,0.86-1.437,1.459-1.426,2.456c0.021,1.875,2.749,3.211,3.943,4.245c1.424,1.234,2.152,3.096,1.772,4.979 c-4.781-2.382-9.562-4.765-14.344-7.147c-0.093-0.738-0.127-1.746,0.3-2.386c0.545-0.816,1.444-0.599,2.278-0.448 c0.727,0.132,2.033,0.371,2.519-0.445c0.319-0.535-0.079-1.344-0.302-1.843c-0.87-1.954-1.324-3.788-1.138-5.959 C15.284,5.008,16.471,3.428,18.538,4.194z"/> <path fill="%23FF99FF" d="M10.594,17.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C11.034,17.205,10.816,17.25,10.594,17.267z"/> <path fill="%23990099" d="M21.85,26.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C21.815,27.219,21.836,26.962,21.85,26.704z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.8039" y1="5.3206" x2="13.8039" y2="19.2687"> <stop offset="0.3216" style="stop-color:%23FF99FF"/> <stop offset="0.8492" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.732,10.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C17.95,14.115,17.901,11.994,17.732,10.3z"/> <path fill="%23FF66FF" d="M11.867,6.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C8.378,7.129,9.65,5.436,11.867,6.257z"/> </svg>');
}
.purple.icon-security-access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990099" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%23990099" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%23FF99FF" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%23FF66FF" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.purple.icon-security-access2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF66FF" points="4.454,21.399 2.448,19.95 3.032,28.164 4.946,29.678 4.454,21.399 "/> <polyline fill="%23FF66FF" points="9.341,21.691 7.454,22.794 7.563,25.429 9.496,26.851 9.341,21.691 "/> <path fill="%23FF66FF" d="M15.978,17.798l-1.249,0.729c0.202,0.281,0.436,0.515,0.702,0.702c0.08,0.06,0.162,0.115,0.246,0.164 l1.641,1.058c-0.25-0.188-0.469-0.422-0.656-0.702C16.292,19.199,16.064,18.548,15.978,17.798"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.0727" y1="9.0764" x2="26.627" y2="9.0764"> <stop offset="0.5477" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.484,3.685c-0.074-0.036-0.15-0.07-0.228-0.1c-0.827-0.322-1.757-0.292-2.79,0.091 c-0.796,0.292-1.592,0.763-2.389,1.413c-1.38,1.118-2.55,2.568-3.51,4.349c-0.749,1.392-1.248,2.762-1.495,4.112l2.033,1.24h0.009 c0.024-0.117,0.049-0.235,0.073-0.356c0.097-0.418,0.215-0.837,0.356-1.258c0.275-0.83,0.64-1.669,1.094-2.516 c0.596-1.112,1.267-2.1,2.015-2.963c0.465-0.526,0.958-1.006,1.477-1.441c0.79-0.663,1.58-1.152,2.37-1.468 c0.694-0.28,1.341-0.399,1.942-0.356c0.297,0.021,0.582,0.081,0.857,0.182c0.044,0.016,0.154,0.062,0.328,0.137l-2.042-1.012 c-0.008-0.007-0.017-0.013-0.027-0.018C24.534,3.709,24.51,3.697,24.484,3.685z"/> <polyline fill="%23FF99FF" points="16.106,14.789 14.073,13.549 2.448,19.95 4.454,21.399 16.106,14.789 "/> <path fill="%23FF99FF" d="M23.892,7.733c0.231,0.484,0.325,1.119,0.283,1.905c-0.061,1.07-0.392,2.17-0.994,3.3 c-0.577,1.088-1.289,1.984-2.133,2.69c-0.841,0.7-1.622,1.068-2.343,1.103c0.215,0.551,0.589,0.919,1.121,1.103 c0.594,0.202,1.238,0.138,1.933-0.191c0.413-0.197,0.845-0.489,1.295-0.875c0.833-0.717,1.541-1.626,2.124-2.726 c0.602-1.137,0.939-2.24,1.012-3.31c0.02-0.296,0.02-0.569,0-0.821c-0.074-1.103-0.512-1.793-1.313-2.07 C24.564,7.734,24.236,7.697,23.892,7.733z"/> <path fill="%23990099" d="M25.442,4.432c-0.601-0.043-1.248,0.076-1.942,0.356c-0.79,0.316-1.58,0.805-2.37,1.468 C20.61,6.69,20.118,7.17,19.652,7.696c-0.748,0.863-1.419,1.851-2.015,2.963c-0.454,0.847-0.819,1.686-1.094,2.516 c-0.14,0.421-0.259,0.841-0.356,1.258c-0.024,0.12-0.049,0.239-0.073,0.356h-0.009l-11.652,6.61l0.492,8.278l2.307-1.441 l-0.228-5.188l0.429-0.255l1.887-1.103l0.155,5.16l2.179-1.358l-0.082-5.124l3.136-1.842l1.249-0.729 c0.086,0.75,0.313,1.401,0.684,1.951c0.188,0.28,0.407,0.514,0.656,0.702c0.237,0.178,0.487,0.315,0.748,0.41 c0.827,0.298,1.763,0.24,2.808-0.173c0.79-0.322,1.577-0.811,2.361-1.468c1.368-1.149,2.535-2.617,3.501-4.404 c0.985-1.836,1.547-3.629,1.687-5.379c0.085-1.045-0.006-1.969-0.274-2.772c-0.303-0.914-0.813-1.552-1.532-1.915h0.009 c-0.174-0.075-0.284-0.121-0.328-0.137C26.024,4.514,25.738,4.453,25.442,4.432 M23.892,7.733c0.344-0.035,0.672,0.001,0.985,0.109 c0.801,0.277,1.239,0.967,1.313,2.07c0.02,0.251,0.02,0.525,0,0.821c-0.073,1.07-0.41,2.173-1.012,3.31 c-0.583,1.1-1.292,2.009-2.124,2.726c-0.45,0.386-0.882,0.678-1.295,0.875c-0.695,0.329-1.339,0.393-1.933,0.191 c-0.533-0.184-0.907-0.552-1.121-1.103c-0.178-0.463-0.242-1.059-0.191-1.787c0.073-1.07,0.41-2.176,1.012-3.319 c0.583-1.1,1.292-2.009,2.124-2.726C22.456,8.207,23.203,7.818,23.892,7.733z"/> </svg>');
}
.purple.icon-security-access3{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF66FF" points="22.51,13.101 20.507,14.26 20.402,16.711 22.256,17.818 22.51,13.101 "/> <polygon fill="%23FF66FF" points="24.267,12.09 24.092,14.867 25.629,15.745 25.981,11.098 "/> <path fill="%23FF99FF" d="M25.937,6.494l-7.863,4.261c0.343,0.5,0.577,1.092,0.703,1.775l9.093-5.069L25.937,6.494"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="8.4712" y1="17.7293" x2="16.495" y2="17.7293"> <stop offset="0.5477" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.516,12.626c-0.103-0.012-0.209-0.018-0.316-0.018c0.221,0.412,0.344,0.904,0.369,1.476 c0.047,1.101-0.24,2.252-0.861,3.453c-0.574,1.113-1.303,2.035-2.188,2.767c-0.486,0.41-0.984,0.723-1.494,0.94 c-0.546,0.235-1.064,0.337-1.555,0.307c0.06,0.131,0.127,0.254,0.202,0.369c0.351,0.533,0.849,0.838,1.494,0.914 c0.551,0.059,1.139-0.056,1.766-0.343c0.171-0.077,0.341-0.165,0.51-0.264c0.329-0.196,0.654-0.433,0.975-0.712 c0.879-0.756,1.608-1.693,2.188-2.811c0.489-0.947,0.776-1.86,0.861-2.741c0.025-0.245,0.034-0.488,0.026-0.729 c-0.023-0.679-0.185-1.248-0.483-1.704C15.658,12.998,15.16,12.697,14.516,12.626"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="3.4819" y1="16.6467" x2="16.8876" y2="16.6467"> <stop offset="0.5477" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.773,8.734c-0.82,0.363-1.625,0.881-2.416,1.555c-1.429,1.212-2.603,2.729-3.523,4.551 c-1.002,1.974-1.447,3.848-1.335,5.623c0.07,1.095,0.363,2.006,0.879,2.732c0.323,0.45,0.654,0.787,0.993,1.01l1.353,0.914 c-0.17-0.158-0.329-0.34-0.474-0.545c-0.021-0.03-0.041-0.059-0.062-0.088c-0.477-0.718-0.74-1.608-0.791-2.671 c-0.088-1.786,0.372-3.675,1.379-5.667c0.92-1.833,2.091-3.371,3.514-4.612c0.791-0.691,1.59-1.227,2.398-1.608 c1.007-0.48,1.962-0.685,2.864-0.615c0.114,0.009,0.225,0.02,0.334,0.035c0.365,0.062,0.698,0.17,1.002,0.325l-1.687-0.931 c-0.146-0.096-0.301-0.181-0.466-0.255c-0.333-0.148-0.699-0.245-1.098-0.29C12.735,8.105,11.78,8.283,10.773,8.734z"/> <path fill="%23990099" d="M15.552,9.314c-0.902-0.07-1.857,0.135-2.864,0.615c-0.808,0.381-1.608,0.917-2.398,1.608 c-1.423,1.242-2.595,2.779-3.514,4.612c-1.007,1.991-1.467,3.88-1.379,5.667c0.051,1.062,0.314,1.953,0.791,2.671 c0.02,0.029,0.041,0.058,0.062,0.088c0.146,0.205,0.304,0.387,0.474,0.545c0.538,0.49,1.209,0.768,2.012,0.835 c0.896,0.07,1.851-0.138,2.864-0.624c0.814-0.387,1.614-0.922,2.398-1.608c1.423-1.248,2.595-2.785,3.514-4.612 c0.673-1.331,1.101-2.617,1.283-3.857l1.713-0.993l2.003-1.16l-0.255,4.718l1.713-1.054l0.123-1.898l0.176-2.776l1.713-0.993 l-0.351,4.648l1.625-0.993l0.615-7.292l-9.093,5.069c-0.125-0.683-0.36-1.275-0.703-1.775c-0.015-0.021-0.029-0.041-0.044-0.061 c-0.3-0.425-0.66-0.753-1.081-0.984c-0.02-0.011-0.04-0.023-0.061-0.035c-0.303-0.155-0.637-0.263-1.002-0.325 C15.777,9.335,15.666,9.323,15.552,9.314 M14.199,12.609c0.108,0,0.213,0.005,0.316,0.018c0.644,0.07,1.142,0.372,1.494,0.905 c0.299,0.457,0.46,1.025,0.483,1.704c0.008,0.241-0.001,0.484-0.026,0.729c-0.085,0.881-0.372,1.794-0.861,2.741 c-0.58,1.119-1.309,2.056-2.188,2.811c-0.321,0.279-0.646,0.516-0.975,0.712c-0.169,0.098-0.339,0.186-0.51,0.264 c-0.627,0.287-1.215,0.401-1.766,0.343c-0.644-0.076-1.142-0.381-1.494-0.914c-0.075-0.115-0.142-0.238-0.202-0.369 c-0.168-0.382-0.259-0.827-0.272-1.335c-0.035-1.095,0.258-2.252,0.879-3.47c0.58-1.119,1.309-2.056,2.188-2.811 c0.486-0.422,0.981-0.747,1.485-0.975C13.259,12.727,13.742,12.61,14.199,12.609z"/> </svg>');
}
.purple.icon-security-manager{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF66FF" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%23FF99FF" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%23FF66FF" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%23FF99FF" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%23990099" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%23FF99FF" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%23FF99FF" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%23990099" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%23FF99FF" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%23FF99FF" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%23990099" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%23FF99FF" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%23FF66FF" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%23FF99FF" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%23FF99FF" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%23FF66FF" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%23FF99FF" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%23FF99FF" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%23FF99FF" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%23990099" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.grey.icon-security-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23676767" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%23CCCCCC" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%23676767" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%23CCCCCC" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%23676767" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%23676767" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%23999999" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.grey.icon-security-provider{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%23CCCCCC" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%23CCCCCC" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%23CCCCCC" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%23CCCCCC" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%23CCCCCC" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%23CCCCCC" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%23CCCCCC" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23676767" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23676767" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23676767" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23999999" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23999999" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.grey.icon-security-provider.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%23CCCCCC" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%23CCCCCC" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%23CCCCCC" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%23CCCCCC" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%23CCCCCC" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%23CCCCCC" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%23CCCCCC" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23676767" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23676767" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23676767" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23999999" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23999999" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.grey.icon-security-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M10.879,5.935c-0.357-0.219-0.7-0.321-1.029-0.307C9.462,5.636,9.134,5.807,8.866,6.141 c-0.03,0.041-0.06,0.082-0.089,0.123c-0.393,0.59-0.572,1.507-0.538,2.752l0.344,11.592c0,0.041-0.002,0.066-0.007,0.074l4.507-2.79 L13.044,8.42C12.382,7.23,11.66,6.402,10.879,5.935z"/> <polygon fill="%23999999" points="11.489,19.619 11.179,6.969 12.943,8.077 13.208,20.865 "/> <polygon fill="%23999999" points="15.388,22.021 17.079,23.193 17.079,10.035 15.274,8.93 "/> <polygon fill="%23676767" points="13.208,20.865 14.439,20.216 14.343,7.668 12.943,8.077 "/> <polygon fill="%23676767" points="17.079,23.193 18.355,22.292 18.447,9.469 17.079,10.035 "/> <polygon fill="%23999999" points="9.537,11.562 9.537,13.968 20.241,19.557 20.241,17.154 13.047,13.396 "/> <polygon fill="%23CCCCCC" points="14.386,13.058 13.047,13.396 15.317,14.581 15.317,13.495 "/> <polygon fill="%23CCCCCC" points="9.537,11.562 10.623,11.378 11.293,11.679 11.293,12.479 "/> <polygon fill="%23CCCCCC" points="17.079,15.502 18.413,14.971 21.522,16.426 20.241,17.154 "/> <polygon fill="%23676767" points="20.241,19.557 21.522,18.712 21.522,16.426 20.241,17.154 "/> <polygon fill="%23CCCCCC" points="12.943,8.077 14.343,7.668 12.584,6.653 11.179,6.969 "/> <polygon fill="%23CCCCCC" points="15.274,8.93 16.68,8.416 18.447,9.469 17.079,10.035 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.0086" y1="4.77" x2="28.412" y2="24.1734"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.377,4.953c-1.293-1.17-2.614-1.963-3.962-2.379C16.489,2.285,15.621,2.2,14.81,2.319 c-0.522,0.08-0.997,0.242-1.424,0.484c-0.03,0.015-0.057,0.033-0.083,0.054l-4.5,2.118C9.167,4.831,9.56,4.746,9.982,4.721 c0.498-0.03,1.019,0.02,1.56,0.15c0.338,0.08,0.686,0.193,1.045,0.337c1.314,0.522,2.61,1.41,3.888,2.663 c0.259,0.254,0.51,0.516,0.752,0.783c1.121,1.229,2.091,2.629,2.911,4.201c0.626,1.199,1.112,2.391,1.455,3.574 c0.219,0.762,0.38,1.519,0.484,2.27c0.095,0.735,0.123,1.538,0.083,2.408l-0.404,8.627l4.478-3.382l0.009-0.036l0.685-8.477 c0.074-0.856,0.069-1.649-0.016-2.379c-0.213-1.896-0.824-3.796-1.835-5.701C24.082,7.883,22.849,6.281,21.377,4.953z"/> <path fill="%23999999" d="M22.078,18.698c-0.104-0.751-0.266-1.508-0.484-2.27c-0.344-1.183-0.829-2.374-1.455-3.574 c-0.82-1.571-1.79-2.972-2.911-4.201c-0.243-0.268-0.493-0.529-0.752-0.783c-1.278-1.253-2.574-2.141-3.888-2.663 C12.228,5.063,11.88,4.95,11.542,4.87c-0.542-0.129-1.062-0.179-1.56-0.15C9.56,4.746,9.167,4.831,8.804,4.975 C8.67,5.026,8.54,5.085,8.415,5.154c-0.312,0.165-0.6,0.379-0.864,0.643C6.94,6.412,6.516,7.238,6.281,8.274 c-0.183,0.82-0.24,1.732-0.17,2.736l0.596,8.366c0,0.009-0.002,0.022-0.007,0.038c0,0.015,0.004,0.027,0.013,0.036l1.849,1.262 c-0.032-1.596-0.138-6.781-0.165-7.79c-0.021-0.772-0.75-5.116,2.296-5.155c2.04-0.026,4.557,2.056,5.812,4.016 c1.129,1.762,2.376,4.104,2.786,7.947c0.198,1.858-0.023,6.747-0.098,8.249l2.561,1.754l0.404-8.627 C22.2,20.236,22.173,19.433,22.078,18.698z"/> </svg>');
}
.grey.icon-security-role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%23999999" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%23CCCCCC" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.grey.icon-security-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M13.594,16.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C14.034,16.205,13.816,16.25,13.594,16.267z"/> <path fill="%23676767" d="M24.849,25.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C24.815,26.219,24.836,25.962,24.849,25.704z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.8038" y1="4.3206" x2="16.8038" y2="18.2687"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.732,9.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C20.949,13.115,20.901,10.994,20.732,9.3z"/> <path fill="%23999999" d="M14.866,5.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C11.377,6.129,12.65,4.436,14.866,5.257z"/> </svg>');
}
.grey.icon-security-user-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M17.351,14.463c-0.931,0.065-1.855-0.423-2.78-0.242c-0.823,0.162-1.64,0.637-2.413,0.952 c1.032-0.422,2.169,0.365,3.239,0.168c0.879-0.162,1.74-0.675,2.559-1.017C17.762,14.406,17.559,14.447,17.351,14.463z"/> <path fill="%23676767" d="M27.85,23.266c0.062-1.179-0.233-2.365-0.96-3.304c-1.373-1.773-3.647-2.47-4.682-4.588l-2.169,0.957 c0.398,0.815,0.957,1.513,1.641,2.106c0.953,0.828,2.106,1.427,2.923,2.406c0.964,1.154,1.348,2.788,1.053,4.263l2.112-1.124 C27.818,23.746,27.838,23.507,27.85,23.266z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="20.3455" y1="3.3206" x2="20.3455" y2="16.3309"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.01,7.965c-0.148-1.461-0.949-2.87-2.08-3.796c-1.805-1.477-3.376-0.712-5.338-0.05 c1.287-0.434,2.64,0.344,3.514,1.247c1.505,1.556,1.857,3.589,1.737,5.689c-0.062,1.091-0.246,2.305-0.952,3.183 c-0.322,0.401-0.738,0.707-0.885,1.222c-0.076,0.267-0.098,0.559,0.01,0.82c0,0,0,0,0,0c0.008,0.016,0.016,0.033,0.024,0.05 l2.169-0.957c-0.003-0.005-0.012-0.022-0.024-0.049c0,0,0,0,0,0c-0.414-0.971,0.726-1.709,1.155-2.399 C24.212,11.523,24.167,9.546,24.01,7.965z"/> <path fill="%23999999" d="M18.538,4.194c2.219,0.822,3.343,3.22,3.458,5.437c0.065,1.254,0.024,2.623-0.475,3.796 c-0.366,0.86-1.437,1.459-1.426,2.456c0.021,1.875,2.749,3.211,3.943,4.245c1.424,1.234,2.152,3.096,1.772,4.979 c-4.781-2.382-9.562-4.765-14.344-7.147c-0.093-0.738-0.127-1.746,0.3-2.386c0.545-0.816,1.444-0.599,2.278-0.448 c0.727,0.132,2.033,0.371,2.519-0.445c0.319-0.535-0.079-1.344-0.302-1.843c-0.87-1.954-1.324-3.788-1.138-5.959 C15.284,5.008,16.471,3.428,18.538,4.194z"/> <path fill="%23CCCCCC" d="M10.594,17.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C11.034,17.205,10.816,17.25,10.594,17.267z"/> <path fill="%23676767" d="M21.85,26.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C21.815,27.219,21.836,26.962,21.85,26.704z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.8039" y1="5.3206" x2="13.8039" y2="19.2687"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.732,10.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C17.95,14.115,17.901,11.994,17.732,10.3z"/> <path fill="%23999999" d="M11.867,6.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C8.378,7.129,9.65,5.436,11.867,6.257z"/> </svg>');
}
.grey.icon-security-access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%23676767" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%23CCCCCC" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%23999999" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.grey.icon-security-access2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="4.454,21.399 2.448,19.95 3.032,28.164 4.946,29.678 4.454,21.399 "/> <polyline fill="%23999999" points="9.341,21.691 7.454,22.794 7.563,25.429 9.496,26.851 9.341,21.691 "/> <path fill="%23999999" d="M15.978,17.798l-1.249,0.729c0.202,0.281,0.436,0.515,0.702,0.702c0.08,0.06,0.162,0.115,0.246,0.164 l1.641,1.058c-0.25-0.188-0.469-0.422-0.656-0.702C16.292,19.199,16.064,18.548,15.978,17.798"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.0727" y1="9.0764" x2="26.627" y2="9.0764"> <stop offset="0.5477" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.484,3.685c-0.074-0.036-0.15-0.07-0.228-0.1c-0.827-0.322-1.757-0.292-2.79,0.091 c-0.796,0.292-1.592,0.763-2.389,1.413c-1.38,1.118-2.55,2.568-3.51,4.349c-0.749,1.392-1.248,2.762-1.495,4.112l2.033,1.24h0.009 c0.024-0.117,0.049-0.235,0.073-0.356c0.097-0.418,0.215-0.837,0.356-1.258c0.275-0.83,0.64-1.669,1.094-2.516 c0.596-1.112,1.267-2.1,2.015-2.963c0.465-0.526,0.958-1.006,1.477-1.441c0.79-0.663,1.58-1.152,2.37-1.468 c0.694-0.28,1.341-0.399,1.942-0.356c0.297,0.021,0.582,0.081,0.857,0.182c0.044,0.016,0.154,0.062,0.328,0.137l-2.042-1.012 c-0.008-0.007-0.017-0.013-0.027-0.018C24.534,3.709,24.51,3.697,24.484,3.685z"/> <polyline fill="%23CCCCCC" points="16.106,14.789 14.073,13.549 2.448,19.95 4.454,21.399 16.106,14.789 "/> <path fill="%23CCCCCC" d="M23.892,7.733c0.231,0.484,0.325,1.119,0.283,1.905c-0.061,1.07-0.392,2.17-0.994,3.3 c-0.577,1.088-1.289,1.984-2.133,2.69c-0.841,0.7-1.622,1.068-2.343,1.103c0.215,0.551,0.589,0.919,1.121,1.103 c0.594,0.202,1.238,0.138,1.933-0.191c0.413-0.197,0.845-0.489,1.295-0.875c0.833-0.717,1.541-1.626,2.124-2.726 c0.602-1.137,0.939-2.24,1.012-3.31c0.02-0.296,0.02-0.569,0-0.821c-0.074-1.103-0.512-1.793-1.313-2.07 C24.564,7.734,24.236,7.697,23.892,7.733z"/> <path fill="%23676767" d="M25.442,4.432c-0.601-0.043-1.248,0.076-1.942,0.356c-0.79,0.316-1.58,0.805-2.37,1.468 C20.61,6.69,20.118,7.17,19.652,7.696c-0.748,0.863-1.419,1.851-2.015,2.963c-0.454,0.847-0.819,1.686-1.094,2.516 c-0.14,0.421-0.259,0.841-0.356,1.258c-0.024,0.12-0.049,0.239-0.073,0.356h-0.009l-11.652,6.61l0.492,8.278l2.307-1.441 l-0.228-5.188l0.429-0.255l1.887-1.103l0.155,5.16l2.179-1.358l-0.082-5.124l3.136-1.842l1.249-0.729 c0.086,0.75,0.313,1.401,0.684,1.951c0.188,0.28,0.407,0.514,0.656,0.702c0.237,0.178,0.487,0.315,0.748,0.41 c0.827,0.298,1.763,0.24,2.808-0.173c0.79-0.322,1.577-0.811,2.361-1.468c1.368-1.149,2.535-2.617,3.501-4.404 c0.985-1.836,1.547-3.629,1.687-5.379c0.085-1.045-0.006-1.969-0.274-2.772c-0.303-0.914-0.813-1.552-1.532-1.915h0.009 c-0.174-0.075-0.284-0.121-0.328-0.137C26.024,4.514,25.738,4.453,25.442,4.432 M23.892,7.733c0.344-0.035,0.672,0.001,0.985,0.109 c0.801,0.277,1.239,0.967,1.313,2.07c0.02,0.251,0.02,0.525,0,0.821c-0.073,1.07-0.41,2.173-1.012,3.31 c-0.583,1.1-1.292,2.009-2.124,2.726c-0.45,0.386-0.882,0.678-1.295,0.875c-0.695,0.329-1.339,0.393-1.933,0.191 c-0.533-0.184-0.907-0.552-1.121-1.103c-0.178-0.463-0.242-1.059-0.191-1.787c0.073-1.07,0.41-2.176,1.012-3.319 c0.583-1.1,1.292-2.009,2.124-2.726C22.456,8.207,23.203,7.818,23.892,7.733z"/> </svg>');
}
.grey.icon-security-access3{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="22.51,13.101 20.507,14.26 20.402,16.711 22.256,17.818 22.51,13.101 "/> <polygon fill="%23999999" points="24.267,12.09 24.092,14.867 25.629,15.745 25.981,11.098 "/> <path fill="%23CCCCCC" d="M25.937,6.494l-7.863,4.261c0.343,0.5,0.577,1.092,0.703,1.775l9.093-5.069L25.937,6.494"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="8.4712" y1="17.7293" x2="16.495" y2="17.7293"> <stop offset="0.5477" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.516,12.626c-0.103-0.012-0.209-0.018-0.316-0.018c0.221,0.412,0.344,0.904,0.369,1.476 c0.047,1.101-0.24,2.252-0.861,3.453c-0.574,1.113-1.303,2.035-2.188,2.767c-0.486,0.41-0.984,0.723-1.494,0.94 c-0.546,0.235-1.064,0.337-1.555,0.307c0.06,0.131,0.127,0.254,0.202,0.369c0.351,0.533,0.849,0.838,1.494,0.914 c0.551,0.059,1.139-0.056,1.766-0.343c0.171-0.077,0.341-0.165,0.51-0.264c0.329-0.196,0.654-0.433,0.975-0.712 c0.879-0.756,1.608-1.693,2.188-2.811c0.489-0.947,0.776-1.86,0.861-2.741c0.025-0.245,0.034-0.488,0.026-0.729 c-0.023-0.679-0.185-1.248-0.483-1.704C15.658,12.998,15.16,12.697,14.516,12.626"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="3.4819" y1="16.6467" x2="16.8876" y2="16.6467"> <stop offset="0.5477" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.773,8.734c-0.82,0.363-1.625,0.881-2.416,1.555c-1.429,1.212-2.603,2.729-3.523,4.551 c-1.002,1.974-1.447,3.848-1.335,5.623c0.07,1.095,0.363,2.006,0.879,2.732c0.323,0.45,0.654,0.787,0.993,1.01l1.353,0.914 c-0.17-0.158-0.329-0.34-0.474-0.545c-0.021-0.03-0.041-0.059-0.062-0.088c-0.477-0.718-0.74-1.608-0.791-2.671 c-0.088-1.786,0.372-3.675,1.379-5.667c0.92-1.833,2.091-3.371,3.514-4.612c0.791-0.691,1.59-1.227,2.398-1.608 c1.007-0.48,1.962-0.685,2.864-0.615c0.114,0.009,0.225,0.02,0.334,0.035c0.365,0.062,0.698,0.17,1.002,0.325l-1.687-0.931 c-0.146-0.096-0.301-0.181-0.466-0.255c-0.333-0.148-0.699-0.245-1.098-0.29C12.735,8.105,11.78,8.283,10.773,8.734z"/> <path fill="%23676767" d="M15.552,9.314c-0.902-0.07-1.857,0.135-2.864,0.615c-0.808,0.381-1.608,0.917-2.398,1.608 c-1.423,1.242-2.595,2.779-3.514,4.612c-1.007,1.991-1.467,3.88-1.379,5.667c0.051,1.062,0.314,1.953,0.791,2.671 c0.02,0.029,0.041,0.058,0.062,0.088c0.146,0.205,0.304,0.387,0.474,0.545c0.538,0.49,1.209,0.768,2.012,0.835 c0.896,0.07,1.851-0.138,2.864-0.624c0.814-0.387,1.614-0.922,2.398-1.608c1.423-1.248,2.595-2.785,3.514-4.612 c0.673-1.331,1.101-2.617,1.283-3.857l1.713-0.993l2.003-1.16l-0.255,4.718l1.713-1.054l0.123-1.898l0.176-2.776l1.713-0.993 l-0.351,4.648l1.625-0.993l0.615-7.292l-9.093,5.069c-0.125-0.683-0.36-1.275-0.703-1.775c-0.015-0.021-0.029-0.041-0.044-0.061 c-0.3-0.425-0.66-0.753-1.081-0.984c-0.02-0.011-0.04-0.023-0.061-0.035c-0.303-0.155-0.637-0.263-1.002-0.325 C15.777,9.335,15.666,9.323,15.552,9.314 M14.199,12.609c0.108,0,0.213,0.005,0.316,0.018c0.644,0.07,1.142,0.372,1.494,0.905 c0.299,0.457,0.46,1.025,0.483,1.704c0.008,0.241-0.001,0.484-0.026,0.729c-0.085,0.881-0.372,1.794-0.861,2.741 c-0.58,1.119-1.309,2.056-2.188,2.811c-0.321,0.279-0.646,0.516-0.975,0.712c-0.169,0.098-0.339,0.186-0.51,0.264 c-0.627,0.287-1.215,0.401-1.766,0.343c-0.644-0.076-1.142-0.381-1.494-0.914c-0.075-0.115-0.142-0.238-0.202-0.369 c-0.168-0.382-0.259-0.827-0.272-1.335c-0.035-1.095,0.258-2.252,0.879-3.47c0.58-1.119,1.309-2.056,2.188-2.811 c0.486-0.422,0.981-0.747,1.485-0.975C13.259,12.727,13.742,12.61,14.199,12.609z"/> </svg>');
}
.grey.icon-security-manager{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%23CCCCCC" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%23999999" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%23CCCCCC" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%23676767" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%23CCCCCC" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%23CCCCCC" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%23676767" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%23CCCCCC" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%23CCCCCC" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%23676767" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%23CCCCCC" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%23999999" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%23CCCCCC" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%23CCCCCC" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%23999999" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%23CCCCCC" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%23CCCCCC" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%23CCCCCC" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%23676767" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.orange.icon-security-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23a56600" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%23ffbc00" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%23a56600" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%23ffbc00" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%23a56600" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%23a56600" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%23d88500" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.orange.icon-security-provider{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%23ffbc00" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%23ffbc00" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%23ffbc00" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%23ffbc00" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%23ffbc00" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%23ffbc00" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%23ffbc00" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23a56600" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23a56600" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23a56600" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23d88500" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23d88500" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.orange.icon-security-provider.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%23ffbc00" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%23ffbc00" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%23ffbc00" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%23ffbc00" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%23ffbc00" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%23ffbc00" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%23ffbc00" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23a56600" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23a56600" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23a56600" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23d88500" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23d88500" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.orange.icon-security-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M10.879,5.935c-0.357-0.219-0.7-0.321-1.029-0.307C9.462,5.636,9.134,5.807,8.866,6.141 c-0.03,0.041-0.06,0.082-0.089,0.123c-0.393,0.59-0.572,1.507-0.538,2.752l0.344,11.592c0,0.041-0.002,0.066-0.007,0.074l4.507-2.79 L13.044,8.42C12.382,7.23,11.66,6.402,10.879,5.935z"/> <polygon fill="%23d88500" points="11.489,19.619 11.179,6.969 12.943,8.077 13.208,20.865 "/> <polygon fill="%23d88500" points="15.388,22.021 17.079,23.193 17.079,10.035 15.274,8.93 "/> <polygon fill="%23a56600" points="13.208,20.865 14.439,20.216 14.343,7.668 12.943,8.077 "/> <polygon fill="%23a56600" points="17.079,23.193 18.355,22.292 18.447,9.469 17.079,10.035 "/> <polygon fill="%23d88500" points="9.537,11.562 9.537,13.968 20.241,19.557 20.241,17.154 13.047,13.396 "/> <polygon fill="%23ffbc00" points="14.386,13.058 13.047,13.396 15.317,14.581 15.317,13.495 "/> <polygon fill="%23ffbc00" points="9.537,11.562 10.623,11.378 11.293,11.679 11.293,12.479 "/> <polygon fill="%23ffbc00" points="17.079,15.502 18.413,14.971 21.522,16.426 20.241,17.154 "/> <polygon fill="%23a56600" points="20.241,19.557 21.522,18.712 21.522,16.426 20.241,17.154 "/> <polygon fill="%23ffbc00" points="12.943,8.077 14.343,7.668 12.584,6.653 11.179,6.969 "/> <polygon fill="%23ffbc00" points="15.274,8.93 16.68,8.416 18.447,9.469 17.079,10.035 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.0086" y1="4.77" x2="28.412" y2="24.1734"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.377,4.953c-1.293-1.17-2.614-1.963-3.962-2.379C16.489,2.285,15.621,2.2,14.81,2.319 c-0.522,0.08-0.997,0.242-1.424,0.484c-0.03,0.015-0.057,0.033-0.083,0.054l-4.5,2.118C9.167,4.831,9.56,4.746,9.982,4.721 c0.498-0.03,1.019,0.02,1.56,0.15c0.338,0.08,0.686,0.193,1.045,0.337c1.314,0.522,2.61,1.41,3.888,2.663 c0.259,0.254,0.51,0.516,0.752,0.783c1.121,1.229,2.091,2.629,2.911,4.201c0.626,1.199,1.112,2.391,1.455,3.574 c0.219,0.762,0.38,1.519,0.484,2.27c0.095,0.735,0.123,1.538,0.083,2.408l-0.404,8.627l4.478-3.382l0.009-0.036l0.685-8.477 c0.074-0.856,0.069-1.649-0.016-2.379c-0.213-1.896-0.824-3.796-1.835-5.701C24.082,7.883,22.849,6.281,21.377,4.953z"/> <path fill="%23999999" d="M22.078,18.698c-0.104-0.751-0.266-1.508-0.484-2.27c-0.344-1.183-0.829-2.374-1.455-3.574 c-0.82-1.571-1.79-2.972-2.911-4.201c-0.243-0.268-0.493-0.529-0.752-0.783c-1.278-1.253-2.574-2.141-3.888-2.663 C12.228,5.063,11.88,4.95,11.542,4.87c-0.542-0.129-1.062-0.179-1.56-0.15C9.56,4.746,9.167,4.831,8.804,4.975 C8.67,5.026,8.54,5.085,8.415,5.154c-0.312,0.165-0.6,0.379-0.864,0.643C6.94,6.412,6.516,7.238,6.281,8.274 c-0.183,0.82-0.24,1.732-0.17,2.736l0.596,8.366c0,0.009-0.002,0.022-0.007,0.038c0,0.015,0.004,0.027,0.013,0.036l1.849,1.262 c-0.032-1.596-0.138-6.781-0.165-7.79c-0.021-0.772-0.75-5.116,2.296-5.155c2.04-0.026,4.557,2.056,5.812,4.016 c1.129,1.762,2.376,4.104,2.786,7.947c0.198,1.858-0.023,6.747-0.098,8.249l2.561,1.754l0.404-8.627 C22.2,20.236,22.173,19.433,22.078,18.698z"/> </svg>');
}
.orange.icon-security-role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%23d88500" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%23ffbc00" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.orange.icon-security-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ffbc00" d="M13.594,16.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C14.034,16.205,13.816,16.25,13.594,16.267z"/> <path fill="%23a56600" d="M24.849,25.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C24.815,26.219,24.836,25.962,24.849,25.704z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.8038" y1="4.3206" x2="16.8038" y2="18.2687"> <stop offset="0.3216" style="stop-color:%23ffbc00"/> <stop offset="0.8492" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.732,9.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C20.949,13.115,20.901,10.994,20.732,9.3z"/> <path fill="%23d88500" d="M14.866,5.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C11.377,6.129,12.65,4.436,14.866,5.257z"/> </svg>');
}
.orange.icon-security-user-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ffbc00" d="M17.351,14.463c-0.931,0.065-1.855-0.423-2.78-0.242c-0.823,0.162-1.64,0.637-2.413,0.952 c1.032-0.422,2.169,0.365,3.239,0.168c0.879-0.162,1.74-0.675,2.559-1.017C17.762,14.406,17.559,14.447,17.351,14.463z"/> <path fill="%23676767" d="M27.85,23.266c0.062-1.179-0.233-2.365-0.96-3.304c-1.373-1.773-3.647-2.47-4.682-4.588l-2.169,0.957 c0.398,0.815,0.957,1.513,1.641,2.106c0.953,0.828,2.106,1.427,2.923,2.406c0.964,1.154,1.348,2.788,1.053,4.263l2.112-1.124 C27.818,23.746,27.838,23.507,27.85,23.266z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="20.3455" y1="3.3206" x2="20.3455" y2="16.3309"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.01,7.965c-0.148-1.461-0.949-2.87-2.08-3.796c-1.805-1.477-3.376-0.712-5.338-0.05 c1.287-0.434,2.64,0.344,3.514,1.247c1.505,1.556,1.857,3.589,1.737,5.689c-0.062,1.091-0.246,2.305-0.952,3.183 c-0.322,0.401-0.738,0.707-0.885,1.222c-0.076,0.267-0.098,0.559,0.01,0.82c0,0,0,0,0,0c0.008,0.016,0.016,0.033,0.024,0.05 l2.169-0.957c-0.003-0.005-0.012-0.022-0.024-0.049c0,0,0,0,0,0c-0.414-0.971,0.726-1.709,1.155-2.399 C24.212,11.523,24.167,9.546,24.01,7.965z"/> <path fill="%23999999" d="M18.538,4.194c2.219,0.822,3.343,3.22,3.458,5.437c0.065,1.254,0.024,2.623-0.475,3.796 c-0.366,0.86-1.437,1.459-1.426,2.456c0.021,1.875,2.749,3.211,3.943,4.245c1.424,1.234,2.152,3.096,1.772,4.979 c-4.781-2.382-9.562-4.765-14.344-7.147c-0.093-0.738-0.127-1.746,0.3-2.386c0.545-0.816,1.444-0.599,2.278-0.448 c0.727,0.132,2.033,0.371,2.519-0.445c0.319-0.535-0.079-1.344-0.302-1.843c-0.87-1.954-1.324-3.788-1.138-5.959 C15.284,5.008,16.471,3.428,18.538,4.194z"/> <path fill="%23ffbc00" d="M10.594,17.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C11.034,17.205,10.816,17.25,10.594,17.267z"/> <path fill="%23a56600" d="M21.85,26.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C21.815,27.219,21.836,26.962,21.85,26.704z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.8039" y1="5.3206" x2="13.8039" y2="19.2687"> <stop offset="0.3216" style="stop-color:%23ffbc00"/> <stop offset="0.8492" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.732,10.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C17.95,14.115,17.901,11.994,17.732,10.3z"/> <path fill="%23d88500" d="M11.867,6.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C8.378,7.129,9.65,5.436,11.867,6.257z"/> </svg>');
}
.orange.icon-security-access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a56600" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%23a56600" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%23ffbc00" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%23d88500" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.orange.icon-security-access2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23d88500" points="4.454,21.399 2.448,19.95 3.032,28.164 4.946,29.678 4.454,21.399 "/> <polyline fill="%23d88500" points="9.341,21.691 7.454,22.794 7.563,25.429 9.496,26.851 9.341,21.691 "/> <path fill="%23d88500" d="M15.978,17.798l-1.249,0.729c0.202,0.281,0.436,0.515,0.702,0.702c0.08,0.06,0.162,0.115,0.246,0.164 l1.641,1.058c-0.25-0.188-0.469-0.422-0.656-0.702C16.292,19.199,16.064,18.548,15.978,17.798"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.0727" y1="9.0764" x2="26.627" y2="9.0764"> <stop offset="0.5477" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.484,3.685c-0.074-0.036-0.15-0.07-0.228-0.1c-0.827-0.322-1.757-0.292-2.79,0.091 c-0.796,0.292-1.592,0.763-2.389,1.413c-1.38,1.118-2.55,2.568-3.51,4.349c-0.749,1.392-1.248,2.762-1.495,4.112l2.033,1.24h0.009 c0.024-0.117,0.049-0.235,0.073-0.356c0.097-0.418,0.215-0.837,0.356-1.258c0.275-0.83,0.64-1.669,1.094-2.516 c0.596-1.112,1.267-2.1,2.015-2.963c0.465-0.526,0.958-1.006,1.477-1.441c0.79-0.663,1.58-1.152,2.37-1.468 c0.694-0.28,1.341-0.399,1.942-0.356c0.297,0.021,0.582,0.081,0.857,0.182c0.044,0.016,0.154,0.062,0.328,0.137l-2.042-1.012 c-0.008-0.007-0.017-0.013-0.027-0.018C24.534,3.709,24.51,3.697,24.484,3.685z"/> <polyline fill="%23ffbc00" points="16.106,14.789 14.073,13.549 2.448,19.95 4.454,21.399 16.106,14.789 "/> <path fill="%23ffbc00" d="M23.892,7.733c0.231,0.484,0.325,1.119,0.283,1.905c-0.061,1.07-0.392,2.17-0.994,3.3 c-0.577,1.088-1.289,1.984-2.133,2.69c-0.841,0.7-1.622,1.068-2.343,1.103c0.215,0.551,0.589,0.919,1.121,1.103 c0.594,0.202,1.238,0.138,1.933-0.191c0.413-0.197,0.845-0.489,1.295-0.875c0.833-0.717,1.541-1.626,2.124-2.726 c0.602-1.137,0.939-2.24,1.012-3.31c0.02-0.296,0.02-0.569,0-0.821c-0.074-1.103-0.512-1.793-1.313-2.07 C24.564,7.734,24.236,7.697,23.892,7.733z"/> <path fill="%23a56600" d="M25.442,4.432c-0.601-0.043-1.248,0.076-1.942,0.356c-0.79,0.316-1.58,0.805-2.37,1.468 C20.61,6.69,20.118,7.17,19.652,7.696c-0.748,0.863-1.419,1.851-2.015,2.963c-0.454,0.847-0.819,1.686-1.094,2.516 c-0.14,0.421-0.259,0.841-0.356,1.258c-0.024,0.12-0.049,0.239-0.073,0.356h-0.009l-11.652,6.61l0.492,8.278l2.307-1.441 l-0.228-5.188l0.429-0.255l1.887-1.103l0.155,5.16l2.179-1.358l-0.082-5.124l3.136-1.842l1.249-0.729 c0.086,0.75,0.313,1.401,0.684,1.951c0.188,0.28,0.407,0.514,0.656,0.702c0.237,0.178,0.487,0.315,0.748,0.41 c0.827,0.298,1.763,0.24,2.808-0.173c0.79-0.322,1.577-0.811,2.361-1.468c1.368-1.149,2.535-2.617,3.501-4.404 c0.985-1.836,1.547-3.629,1.687-5.379c0.085-1.045-0.006-1.969-0.274-2.772c-0.303-0.914-0.813-1.552-1.532-1.915h0.009 c-0.174-0.075-0.284-0.121-0.328-0.137C26.024,4.514,25.738,4.453,25.442,4.432 M23.892,7.733c0.344-0.035,0.672,0.001,0.985,0.109 c0.801,0.277,1.239,0.967,1.313,2.07c0.02,0.251,0.02,0.525,0,0.821c-0.073,1.07-0.41,2.173-1.012,3.31 c-0.583,1.1-1.292,2.009-2.124,2.726c-0.45,0.386-0.882,0.678-1.295,0.875c-0.695,0.329-1.339,0.393-1.933,0.191 c-0.533-0.184-0.907-0.552-1.121-1.103c-0.178-0.463-0.242-1.059-0.191-1.787c0.073-1.07,0.41-2.176,1.012-3.319 c0.583-1.1,1.292-2.009,2.124-2.726C22.456,8.207,23.203,7.818,23.892,7.733z"/> </svg>');
}
.orange.icon-security-access3{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23d88500" points="22.51,13.101 20.507,14.26 20.402,16.711 22.256,17.818 22.51,13.101 "/> <polygon fill="%23d88500" points="24.267,12.09 24.092,14.867 25.629,15.745 25.981,11.098 "/> <path fill="%23ffbc00" d="M25.937,6.494l-7.863,4.261c0.343,0.5,0.577,1.092,0.703,1.775l9.093-5.069L25.937,6.494"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="8.4712" y1="17.7293" x2="16.495" y2="17.7293"> <stop offset="0.5477" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.516,12.626c-0.103-0.012-0.209-0.018-0.316-0.018c0.221,0.412,0.344,0.904,0.369,1.476 c0.047,1.101-0.24,2.252-0.861,3.453c-0.574,1.113-1.303,2.035-2.188,2.767c-0.486,0.41-0.984,0.723-1.494,0.94 c-0.546,0.235-1.064,0.337-1.555,0.307c0.06,0.131,0.127,0.254,0.202,0.369c0.351,0.533,0.849,0.838,1.494,0.914 c0.551,0.059,1.139-0.056,1.766-0.343c0.171-0.077,0.341-0.165,0.51-0.264c0.329-0.196,0.654-0.433,0.975-0.712 c0.879-0.756,1.608-1.693,2.188-2.811c0.489-0.947,0.776-1.86,0.861-2.741c0.025-0.245,0.034-0.488,0.026-0.729 c-0.023-0.679-0.185-1.248-0.483-1.704C15.658,12.998,15.16,12.697,14.516,12.626"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="3.4819" y1="16.6467" x2="16.8876" y2="16.6467"> <stop offset="0.5477" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.773,8.734c-0.82,0.363-1.625,0.881-2.416,1.555c-1.429,1.212-2.603,2.729-3.523,4.551 c-1.002,1.974-1.447,3.848-1.335,5.623c0.07,1.095,0.363,2.006,0.879,2.732c0.323,0.45,0.654,0.787,0.993,1.01l1.353,0.914 c-0.17-0.158-0.329-0.34-0.474-0.545c-0.021-0.03-0.041-0.059-0.062-0.088c-0.477-0.718-0.74-1.608-0.791-2.671 c-0.088-1.786,0.372-3.675,1.379-5.667c0.92-1.833,2.091-3.371,3.514-4.612c0.791-0.691,1.59-1.227,2.398-1.608 c1.007-0.48,1.962-0.685,2.864-0.615c0.114,0.009,0.225,0.02,0.334,0.035c0.365,0.062,0.698,0.17,1.002,0.325l-1.687-0.931 c-0.146-0.096-0.301-0.181-0.466-0.255c-0.333-0.148-0.699-0.245-1.098-0.29C12.735,8.105,11.78,8.283,10.773,8.734z"/> <path fill="%23a56600" d="M15.552,9.314c-0.902-0.07-1.857,0.135-2.864,0.615c-0.808,0.381-1.608,0.917-2.398,1.608 c-1.423,1.242-2.595,2.779-3.514,4.612c-1.007,1.991-1.467,3.88-1.379,5.667c0.051,1.062,0.314,1.953,0.791,2.671 c0.02,0.029,0.041,0.058,0.062,0.088c0.146,0.205,0.304,0.387,0.474,0.545c0.538,0.49,1.209,0.768,2.012,0.835 c0.896,0.07,1.851-0.138,2.864-0.624c0.814-0.387,1.614-0.922,2.398-1.608c1.423-1.248,2.595-2.785,3.514-4.612 c0.673-1.331,1.101-2.617,1.283-3.857l1.713-0.993l2.003-1.16l-0.255,4.718l1.713-1.054l0.123-1.898l0.176-2.776l1.713-0.993 l-0.351,4.648l1.625-0.993l0.615-7.292l-9.093,5.069c-0.125-0.683-0.36-1.275-0.703-1.775c-0.015-0.021-0.029-0.041-0.044-0.061 c-0.3-0.425-0.66-0.753-1.081-0.984c-0.02-0.011-0.04-0.023-0.061-0.035c-0.303-0.155-0.637-0.263-1.002-0.325 C15.777,9.335,15.666,9.323,15.552,9.314 M14.199,12.609c0.108,0,0.213,0.005,0.316,0.018c0.644,0.07,1.142,0.372,1.494,0.905 c0.299,0.457,0.46,1.025,0.483,1.704c0.008,0.241-0.001,0.484-0.026,0.729c-0.085,0.881-0.372,1.794-0.861,2.741 c-0.58,1.119-1.309,2.056-2.188,2.811c-0.321,0.279-0.646,0.516-0.975,0.712c-0.169,0.098-0.339,0.186-0.51,0.264 c-0.627,0.287-1.215,0.401-1.766,0.343c-0.644-0.076-1.142-0.381-1.494-0.914c-0.075-0.115-0.142-0.238-0.202-0.369 c-0.168-0.382-0.259-0.827-0.272-1.335c-0.035-1.095,0.258-2.252,0.879-3.47c0.58-1.119,1.309-2.056,2.188-2.811 c0.486-0.422,0.981-0.747,1.485-0.975C13.259,12.727,13.742,12.61,14.199,12.609z"/> </svg>');
}
.orange.icon-security-manager{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23d88500" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%23ffbc00" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%23d88500" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%23ffbc00" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%23a56600" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%23ffbc00" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%23ffbc00" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%23a56600" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%23ffbc00" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%23ffbc00" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%23a56600" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%23ffbc00" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%23d88500" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%23ffbc00" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%23ffbc00" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%23d88500" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%23ffbc00" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%23ffbc00" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%23ffbc00" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%23a56600" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.red.icon-security-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23990000" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%23FF0000" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%23990000" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%23FF0000" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%23990000" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%23990000" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%23CC0000" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.red.icon-security-provider{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%23FF0000" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%23FF0000" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%23FF0000" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%23FF0000" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%23FF0000" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%23FF0000" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%23FF0000" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23990000" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23990000" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23990000" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23CC0000" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23CC0000" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.red.icon-security-provider.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%23FF0000" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%23FF0000" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%23FF0000" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%23FF0000" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%23FF0000" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%23FF0000" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%23FF0000" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23990000" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23990000" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23990000" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23CC0000" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23CC0000" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.red.icon-security-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M10.879,5.935c-0.357-0.219-0.7-0.321-1.029-0.307C9.462,5.636,9.134,5.807,8.866,6.141 c-0.03,0.041-0.06,0.082-0.089,0.123c-0.393,0.59-0.572,1.507-0.538,2.752l0.344,11.592c0,0.041-0.002,0.066-0.007,0.074l4.507-2.79 L13.044,8.42C12.382,7.23,11.66,6.402,10.879,5.935z"/> <polygon fill="%23CC0000" points="11.489,19.619 11.179,6.969 12.943,8.077 13.208,20.865 "/> <polygon fill="%23CC0000" points="15.388,22.021 17.079,23.193 17.079,10.035 15.274,8.93 "/> <polygon fill="%23990000" points="13.208,20.865 14.439,20.216 14.343,7.668 12.943,8.077 "/> <polygon fill="%23990000" points="17.079,23.193 18.355,22.292 18.447,9.469 17.079,10.035 "/> <polygon fill="%23CC0000" points="9.537,11.562 9.537,13.968 20.241,19.557 20.241,17.154 13.047,13.396 "/> <polygon fill="%23FF0000" points="14.386,13.058 13.047,13.396 15.317,14.581 15.317,13.495 "/> <polygon fill="%23FF0000" points="9.537,11.562 10.623,11.378 11.293,11.679 11.293,12.479 "/> <polygon fill="%23FF0000" points="17.079,15.502 18.413,14.971 21.522,16.426 20.241,17.154 "/> <polygon fill="%23990000" points="20.241,19.557 21.522,18.712 21.522,16.426 20.241,17.154 "/> <polygon fill="%23FF0000" points="12.943,8.077 14.343,7.668 12.584,6.653 11.179,6.969 "/> <polygon fill="%23FF0000" points="15.274,8.93 16.68,8.416 18.447,9.469 17.079,10.035 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.0086" y1="4.77" x2="28.412" y2="24.1734"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.377,4.953c-1.293-1.17-2.614-1.963-3.962-2.379C16.489,2.285,15.621,2.2,14.81,2.319 c-0.522,0.08-0.997,0.242-1.424,0.484c-0.03,0.015-0.057,0.033-0.083,0.054l-4.5,2.118C9.167,4.831,9.56,4.746,9.982,4.721 c0.498-0.03,1.019,0.02,1.56,0.15c0.338,0.08,0.686,0.193,1.045,0.337c1.314,0.522,2.61,1.41,3.888,2.663 c0.259,0.254,0.51,0.516,0.752,0.783c1.121,1.229,2.091,2.629,2.911,4.201c0.626,1.199,1.112,2.391,1.455,3.574 c0.219,0.762,0.38,1.519,0.484,2.27c0.095,0.735,0.123,1.538,0.083,2.408l-0.404,8.627l4.478-3.382l0.009-0.036l0.685-8.477 c0.074-0.856,0.069-1.649-0.016-2.379c-0.213-1.896-0.824-3.796-1.835-5.701C24.082,7.883,22.849,6.281,21.377,4.953z"/> <path fill="%23999999" d="M22.078,18.698c-0.104-0.751-0.266-1.508-0.484-2.27c-0.344-1.183-0.829-2.374-1.455-3.574 c-0.82-1.571-1.79-2.972-2.911-4.201c-0.243-0.268-0.493-0.529-0.752-0.783c-1.278-1.253-2.574-2.141-3.888-2.663 C12.228,5.063,11.88,4.95,11.542,4.87c-0.542-0.129-1.062-0.179-1.56-0.15C9.56,4.746,9.167,4.831,8.804,4.975 C8.67,5.026,8.54,5.085,8.415,5.154c-0.312,0.165-0.6,0.379-0.864,0.643C6.94,6.412,6.516,7.238,6.281,8.274 c-0.183,0.82-0.24,1.732-0.17,2.736l0.596,8.366c0,0.009-0.002,0.022-0.007,0.038c0,0.015,0.004,0.027,0.013,0.036l1.849,1.262 c-0.032-1.596-0.138-6.781-0.165-7.79c-0.021-0.772-0.75-5.116,2.296-5.155c2.04-0.026,4.557,2.056,5.812,4.016 c1.129,1.762,2.376,4.104,2.786,7.947c0.198,1.858-0.023,6.747-0.098,8.249l2.561,1.754l0.404-8.627 C22.2,20.236,22.173,19.433,22.078,18.698z"/> </svg>');
}
.red.icon-security-role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%23CC0000" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%23FF0000" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.red.icon-security-user{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF0000" d="M13.594,16.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C14.034,16.205,13.816,16.25,13.594,16.267z"/> <path fill="%23990000" d="M24.849,25.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C24.815,26.219,24.836,25.962,24.849,25.704z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.8038" y1="4.3206" x2="16.8038" y2="18.2687"> <stop offset="0.3216" style="stop-color:%23FF0000"/> <stop offset="0.8492" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.732,9.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C20.949,13.115,20.901,10.994,20.732,9.3z"/> <path fill="%23CC0000" d="M14.866,5.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C11.377,6.129,12.65,4.436,14.866,5.257z"/> </svg>');
}
.red.icon-security-user-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF0000" d="M17.351,14.463c-0.931,0.065-1.855-0.423-2.78-0.242c-0.823,0.162-1.64,0.637-2.413,0.952 c1.032-0.422,2.169,0.365,3.239,0.168c0.879-0.162,1.74-0.675,2.559-1.017C17.762,14.406,17.559,14.447,17.351,14.463z"/> <path fill="%23676767" d="M27.85,23.266c0.062-1.179-0.233-2.365-0.96-3.304c-1.373-1.773-3.647-2.47-4.682-4.588l-2.169,0.957 c0.398,0.815,0.957,1.513,1.641,2.106c0.953,0.828,2.106,1.427,2.923,2.406c0.964,1.154,1.348,2.788,1.053,4.263l2.112-1.124 C27.818,23.746,27.838,23.507,27.85,23.266z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="20.3455" y1="3.3206" x2="20.3455" y2="16.3309"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.01,7.965c-0.148-1.461-0.949-2.87-2.08-3.796c-1.805-1.477-3.376-0.712-5.338-0.05 c1.287-0.434,2.64,0.344,3.514,1.247c1.505,1.556,1.857,3.589,1.737,5.689c-0.062,1.091-0.246,2.305-0.952,3.183 c-0.322,0.401-0.738,0.707-0.885,1.222c-0.076,0.267-0.098,0.559,0.01,0.82c0,0,0,0,0,0c0.008,0.016,0.016,0.033,0.024,0.05 l2.169-0.957c-0.003-0.005-0.012-0.022-0.024-0.049c0,0,0,0,0,0c-0.414-0.971,0.726-1.709,1.155-2.399 C24.212,11.523,24.167,9.546,24.01,7.965z"/> <path fill="%23999999" d="M18.538,4.194c2.219,0.822,3.343,3.22,3.458,5.437c0.065,1.254,0.024,2.623-0.475,3.796 c-0.366,0.86-1.437,1.459-1.426,2.456c0.021,1.875,2.749,3.211,3.943,4.245c1.424,1.234,2.152,3.096,1.772,4.979 c-4.781-2.382-9.562-4.765-14.344-7.147c-0.093-0.738-0.127-1.746,0.3-2.386c0.545-0.816,1.444-0.599,2.278-0.448 c0.727,0.132,2.033,0.371,2.519-0.445c0.319-0.535-0.079-1.344-0.302-1.843c-0.87-1.954-1.324-3.788-1.138-5.959 C15.284,5.008,16.471,3.428,18.538,4.194z"/> <path fill="%23FF0000" d="M10.594,17.267c-0.998,0.07-1.989-0.453-2.98-0.259c-0.883,0.173-1.758,0.683-2.587,1.02 c1.106-0.453,2.326,0.392,3.473,0.18c0.943-0.174,1.865-0.724,2.743-1.091C11.034,17.205,10.816,17.25,10.594,17.267z"/> <path fill="%23990000" d="M21.85,26.704c0.067-1.264-0.25-2.536-1.029-3.542c-1.472-1.901-3.91-2.648-5.019-4.919l-2.326,1.026 c0.427,0.873,1.026,1.622,1.759,2.258c1.022,0.887,2.257,1.53,3.134,2.58c1.033,1.237,1.445,2.989,1.129,4.57l2.264-1.205 C21.815,27.219,21.836,26.962,21.85,26.704z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.8039" y1="5.3206" x2="13.8039" y2="19.2687"> <stop offset="0.3216" style="stop-color:%23FF0000"/> <stop offset="0.8492" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M17.732,10.3c-0.158-1.566-1.017-3.077-2.23-4.07c-1.935-1.584-3.619-0.763-5.723-0.053 c1.379-0.465,2.83,0.369,3.767,1.337c1.614,1.668,1.991,3.847,1.863,6.099c-0.067,1.17-0.264,2.471-1.021,3.413 c-0.345,0.429-0.791,0.758-0.949,1.31c-0.082,0.287-0.106,0.6,0.011,0.879c0,0,0,0,0,0c0.009,0.018,0.017,0.036,0.026,0.053 l2.326-1.026c-0.003-0.005-0.013-0.023-0.025-0.052c0,0,0,0,0,0c-0.444-1.041,0.779-1.833,1.238-2.571 C17.95,14.115,17.901,11.994,17.732,10.3z"/> <path fill="%23CC0000" d="M11.867,6.257c2.379,0.882,3.584,3.453,3.707,5.829c0.07,1.344,0.025,2.812-0.51,4.069 c-0.393,0.923-1.54,1.564-1.528,2.633c0.022,2.011,2.948,3.442,4.227,4.551c1.527,1.323,2.308,3.32,1.9,5.338 c-5.126-2.554-10.252-5.108-15.378-7.662c-0.1-0.791-0.136-1.872,0.322-2.558c0.584-0.875,1.548-0.642,2.442-0.48 c0.78,0.141,2.18,0.397,2.701-0.477c0.342-0.574-0.085-1.441-0.324-1.976c-0.933-2.095-1.42-4.061-1.22-6.388 C8.378,7.129,9.65,5.436,11.867,6.257z"/> </svg>');
}
.red.icon-security-access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990000" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%23990000" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%23FF0000" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%23CC0000" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.red.icon-security-access2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC0000" points="4.454,21.399 2.448,19.95 3.032,28.164 4.946,29.678 4.454,21.399 "/> <polyline fill="%23CC0000" points="9.341,21.691 7.454,22.794 7.563,25.429 9.496,26.851 9.341,21.691 "/> <path fill="%23CC0000" d="M15.978,17.798l-1.249,0.729c0.202,0.281,0.436,0.515,0.702,0.702c0.08,0.06,0.162,0.115,0.246,0.164 l1.641,1.058c-0.25-0.188-0.469-0.422-0.656-0.702C16.292,19.199,16.064,18.548,15.978,17.798"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.0727" y1="9.0764" x2="26.627" y2="9.0764"> <stop offset="0.5477" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M24.484,3.685c-0.074-0.036-0.15-0.07-0.228-0.1c-0.827-0.322-1.757-0.292-2.79,0.091 c-0.796,0.292-1.592,0.763-2.389,1.413c-1.38,1.118-2.55,2.568-3.51,4.349c-0.749,1.392-1.248,2.762-1.495,4.112l2.033,1.24h0.009 c0.024-0.117,0.049-0.235,0.073-0.356c0.097-0.418,0.215-0.837,0.356-1.258c0.275-0.83,0.64-1.669,1.094-2.516 c0.596-1.112,1.267-2.1,2.015-2.963c0.465-0.526,0.958-1.006,1.477-1.441c0.79-0.663,1.58-1.152,2.37-1.468 c0.694-0.28,1.341-0.399,1.942-0.356c0.297,0.021,0.582,0.081,0.857,0.182c0.044,0.016,0.154,0.062,0.328,0.137l-2.042-1.012 c-0.008-0.007-0.017-0.013-0.027-0.018C24.534,3.709,24.51,3.697,24.484,3.685z"/> <polyline fill="%23FF0000" points="16.106,14.789 14.073,13.549 2.448,19.95 4.454,21.399 16.106,14.789 "/> <path fill="%23FF0000" d="M23.892,7.733c0.231,0.484,0.325,1.119,0.283,1.905c-0.061,1.07-0.392,2.17-0.994,3.3 c-0.577,1.088-1.289,1.984-2.133,2.69c-0.841,0.7-1.622,1.068-2.343,1.103c0.215,0.551,0.589,0.919,1.121,1.103 c0.594,0.202,1.238,0.138,1.933-0.191c0.413-0.197,0.845-0.489,1.295-0.875c0.833-0.717,1.541-1.626,2.124-2.726 c0.602-1.137,0.939-2.24,1.012-3.31c0.02-0.296,0.02-0.569,0-0.821c-0.074-1.103-0.512-1.793-1.313-2.07 C24.564,7.734,24.236,7.697,23.892,7.733z"/> <path fill="%23990000" d="M25.442,4.432c-0.601-0.043-1.248,0.076-1.942,0.356c-0.79,0.316-1.58,0.805-2.37,1.468 C20.61,6.69,20.118,7.17,19.652,7.696c-0.748,0.863-1.419,1.851-2.015,2.963c-0.454,0.847-0.819,1.686-1.094,2.516 c-0.14,0.421-0.259,0.841-0.356,1.258c-0.024,0.12-0.049,0.239-0.073,0.356h-0.009l-11.652,6.61l0.492,8.278l2.307-1.441 l-0.228-5.188l0.429-0.255l1.887-1.103l0.155,5.16l2.179-1.358l-0.082-5.124l3.136-1.842l1.249-0.729 c0.086,0.75,0.313,1.401,0.684,1.951c0.188,0.28,0.407,0.514,0.656,0.702c0.237,0.178,0.487,0.315,0.748,0.41 c0.827,0.298,1.763,0.24,2.808-0.173c0.79-0.322,1.577-0.811,2.361-1.468c1.368-1.149,2.535-2.617,3.501-4.404 c0.985-1.836,1.547-3.629,1.687-5.379c0.085-1.045-0.006-1.969-0.274-2.772c-0.303-0.914-0.813-1.552-1.532-1.915h0.009 c-0.174-0.075-0.284-0.121-0.328-0.137C26.024,4.514,25.738,4.453,25.442,4.432 M23.892,7.733c0.344-0.035,0.672,0.001,0.985,0.109 c0.801,0.277,1.239,0.967,1.313,2.07c0.02,0.251,0.02,0.525,0,0.821c-0.073,1.07-0.41,2.173-1.012,3.31 c-0.583,1.1-1.292,2.009-2.124,2.726c-0.45,0.386-0.882,0.678-1.295,0.875c-0.695,0.329-1.339,0.393-1.933,0.191 c-0.533-0.184-0.907-0.552-1.121-1.103c-0.178-0.463-0.242-1.059-0.191-1.787c0.073-1.07,0.41-2.176,1.012-3.319 c0.583-1.1,1.292-2.009,2.124-2.726C22.456,8.207,23.203,7.818,23.892,7.733z"/> </svg>');
}
.red.icon-security-access3{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC0000" points="22.51,13.101 20.507,14.26 20.402,16.711 22.256,17.818 22.51,13.101 "/> <polygon fill="%23CC0000" points="24.267,12.09 24.092,14.867 25.629,15.745 25.981,11.098 "/> <path fill="%23FF0000" d="M25.937,6.494l-7.863,4.261c0.343,0.5,0.577,1.092,0.703,1.775l9.093-5.069L25.937,6.494"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="8.4712" y1="17.7293" x2="16.495" y2="17.7293"> <stop offset="0.5477" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.516,12.626c-0.103-0.012-0.209-0.018-0.316-0.018c0.221,0.412,0.344,0.904,0.369,1.476 c0.047,1.101-0.24,2.252-0.861,3.453c-0.574,1.113-1.303,2.035-2.188,2.767c-0.486,0.41-0.984,0.723-1.494,0.94 c-0.546,0.235-1.064,0.337-1.555,0.307c0.06,0.131,0.127,0.254,0.202,0.369c0.351,0.533,0.849,0.838,1.494,0.914 c0.551,0.059,1.139-0.056,1.766-0.343c0.171-0.077,0.341-0.165,0.51-0.264c0.329-0.196,0.654-0.433,0.975-0.712 c0.879-0.756,1.608-1.693,2.188-2.811c0.489-0.947,0.776-1.86,0.861-2.741c0.025-0.245,0.034-0.488,0.026-0.729 c-0.023-0.679-0.185-1.248-0.483-1.704C15.658,12.998,15.16,12.697,14.516,12.626"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="3.4819" y1="16.6467" x2="16.8876" y2="16.6467"> <stop offset="0.5477" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.773,8.734c-0.82,0.363-1.625,0.881-2.416,1.555c-1.429,1.212-2.603,2.729-3.523,4.551 c-1.002,1.974-1.447,3.848-1.335,5.623c0.07,1.095,0.363,2.006,0.879,2.732c0.323,0.45,0.654,0.787,0.993,1.01l1.353,0.914 c-0.17-0.158-0.329-0.34-0.474-0.545c-0.021-0.03-0.041-0.059-0.062-0.088c-0.477-0.718-0.74-1.608-0.791-2.671 c-0.088-1.786,0.372-3.675,1.379-5.667c0.92-1.833,2.091-3.371,3.514-4.612c0.791-0.691,1.59-1.227,2.398-1.608 c1.007-0.48,1.962-0.685,2.864-0.615c0.114,0.009,0.225,0.02,0.334,0.035c0.365,0.062,0.698,0.17,1.002,0.325l-1.687-0.931 c-0.146-0.096-0.301-0.181-0.466-0.255c-0.333-0.148-0.699-0.245-1.098-0.29C12.735,8.105,11.78,8.283,10.773,8.734z"/> <path fill="%23990000" d="M15.552,9.314c-0.902-0.07-1.857,0.135-2.864,0.615c-0.808,0.381-1.608,0.917-2.398,1.608 c-1.423,1.242-2.595,2.779-3.514,4.612c-1.007,1.991-1.467,3.88-1.379,5.667c0.051,1.062,0.314,1.953,0.791,2.671 c0.02,0.029,0.041,0.058,0.062,0.088c0.146,0.205,0.304,0.387,0.474,0.545c0.538,0.49,1.209,0.768,2.012,0.835 c0.896,0.07,1.851-0.138,2.864-0.624c0.814-0.387,1.614-0.922,2.398-1.608c1.423-1.248,2.595-2.785,3.514-4.612 c0.673-1.331,1.101-2.617,1.283-3.857l1.713-0.993l2.003-1.16l-0.255,4.718l1.713-1.054l0.123-1.898l0.176-2.776l1.713-0.993 l-0.351,4.648l1.625-0.993l0.615-7.292l-9.093,5.069c-0.125-0.683-0.36-1.275-0.703-1.775c-0.015-0.021-0.029-0.041-0.044-0.061 c-0.3-0.425-0.66-0.753-1.081-0.984c-0.02-0.011-0.04-0.023-0.061-0.035c-0.303-0.155-0.637-0.263-1.002-0.325 C15.777,9.335,15.666,9.323,15.552,9.314 M14.199,12.609c0.108,0,0.213,0.005,0.316,0.018c0.644,0.07,1.142,0.372,1.494,0.905 c0.299,0.457,0.46,1.025,0.483,1.704c0.008,0.241-0.001,0.484-0.026,0.729c-0.085,0.881-0.372,1.794-0.861,2.741 c-0.58,1.119-1.309,2.056-2.188,2.811c-0.321,0.279-0.646,0.516-0.975,0.712c-0.169,0.098-0.339,0.186-0.51,0.264 c-0.627,0.287-1.215,0.401-1.766,0.343c-0.644-0.076-1.142-0.381-1.494-0.914c-0.075-0.115-0.142-0.238-0.202-0.369 c-0.168-0.382-0.259-0.827-0.272-1.335c-0.035-1.095,0.258-2.252,0.879-3.47c0.58-1.119,1.309-2.056,2.188-2.811 c0.486-0.422,0.981-0.747,1.485-0.975C13.259,12.727,13.742,12.61,14.199,12.609z"/> </svg>');
}
.red.icon-security-manager{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CC0000" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%23FF0000" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%23CC0000" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%23FF0000" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%23990000" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%23FF0000" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%23FF0000" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%23990000" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%23FF0000" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%23FF0000" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%23990000" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%23FF0000" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%23CC0000" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%23FF0000" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%23FF0000" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%23CC0000" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%23FF0000" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%23FF0000" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%23FF0000" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%23990000" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}


.blue.icon-env-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%230044B2" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%230099FF" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%23003399" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.blue.icon-env-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23FFFFFF" d="M4.233,1.451L1.987,2.422l1.098,18.529l15.591,10.381l1.961-1.48l1.378-19.683L4.233,1.451z M16.662,25.031 l-9.828-6.24L6.405,7.288l10.797,5.654L16.662,25.031z"/> <polygon fill="%230044B2" points="21.493,10.469 19.787,11.472 18.658,30.719 20.154,29.59 "/> <polyline fill="%230099FF" points="6.345,19.072 5.073,19.812 4.826,19.955 17.034,27.907 17.124,25.917 6.345,19.072 "/> <polyline fill="%230044B2" points="5.873,6.444 4.115,5.524 4.826,19.947 5.065,19.805 5.073,19.812 6.345,19.072 5.873,6.444 "/> <polygon fill="%230099FF" points="19.787,11.472 21.493,10.469 4.22,2.001 2.507,2.742 "/> <path fill="%23003399" d="M2.507,2.742l1.062,17.931l15.089,10.047l1.13-19.248L2.507,2.742z M17.034,27.907L4.826,19.955L4.115,5.524 l13.6,7.122L17.034,27.907z"/> </svg>');
}
.blue.icon-env-scope-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23676767" d="M17.344,17.844c0,0.251-0.069,0.601,0,0.84c0.17,0.588,0.892,1.003,1.46,1.043 c1.259,0.091,2.065-1.183,1.851-2.333C20.337,19.032,18.095,19.301,17.344,17.844"/> <path fill="%23676767" d="M14.516,18.295c-0.256-0.26-0.417-0.561-0.484-0.901c-0.206,1.15,0.591,2.424,1.854,2.333 c0.55-0.04,1.163-0.388,1.387-0.918c0.125-0.295,0.071-0.641,0.071-0.966C16.805,18.912,15.355,19.15,14.516,18.295"/> <path fill="none" d="M17.344,17.4v0.84"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4257" y1="16.404" x2="20.6145" y2="25.3912"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="0.7538" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.942,19.88c1.358,0.908,2.294,2.517,2.764,4.048c0.427,1.392,0.65,3.4-0.449,4.557 c2.663-2.335,5.326-4.67,7.99-7.004c0.689-0.604,1.003-1.313,0.779-2.275c-0.306-1.314-1.41-2.391-2.793-2.142 c-1.933,0.349-3.857,0.757-5.785,1.135c-1.583,0.311-3.165,0.622-4.747,0.934C11.378,19.044,12.125,19.293,12.942,19.88"/> <path fill="%230044B2" d="M7.842,23.637c-0.03,0.03-0.061,0.058-0.093,0.086l0.893-0.661c-0.039-0.375-0.055-0.754-0.033-1.131 C8.517,22.553,8.303,23.188,7.842,23.637z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9103" y1="11.9175" x2="13.1939" y2="19.3369"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="0.7538" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.965,13.167c-3.64,0.432-7.269,1.034-10.9,1.548c1.429-0.103,2.648,1.201,3.34,2.307 c0.817,1.307,1.336,2.92,1.244,4.472c0.203-1.429,1.085-2.172,2.426-2.435c1.143-0.225,2.285-0.45,3.428-0.674 c0.79-0.155,1.325-0.56,1.964-1.078C17.808,16.221,16.864,12.961,14.965,13.167"/> <path fill="%23003399" d="M15.018,22.305c-0.786-1.443-2.456-3.417-4.318-3.173c-1.198,0.188-1.889,1.225-2.05,2.361 c0.128-2.152-0.879-4.64-2.569-6.005c-0.71-0.574-1.728-1.057-2.617-0.589c-0.901,0.474-1.177,1.604-1.214,2.538 c-0.084,2.126,0.899,4.559,2.567,5.913c1.67,1.355,3.48,0.701,3.794-1.42c-0.121,2.087,0.808,4.317,2.264,5.8 c1.227,1.25,3.407,2.27,4.635,0.437C16.634,26.489,15.896,23.918,15.018,22.305z"/> <path fill="%230044B2" d="M9.74,20.945c-1.004,1.535-0.257,3.803,0.656,5.189c0.846,1.284,3.138,3.129,4.39,1.26 c1.042-1.555,0.228-3.917-0.732-5.298C13.203,20.869,10.947,19.096,9.74,20.945"/> <path fill="%230044B2" d="M7.597,18.828c-0.46-1.286-1.744-3.461-3.413-3.135c-1.821,0.356-1.399,3.134-0.966,4.345 c0.456,1.274,1.675,3.338,3.297,3.147C8.443,22.959,8.045,20.058,7.597,18.828z"/> <path fill="%23FFFFFF" d="M3.347,17.502C3.13,18.979,3.781,20.68,4.785,21.76c1.1,1.184,2.786,1.281,3.121-0.567 c0.274-1.511-0.402-3.266-1.421-4.378C5.323,15.57,3.626,15.598,3.347,17.502z"/> <path fill="%23FFFFFF" d="M13.041,20.783c-1.42-1.073-3.07-0.558-3.28,1.283c-0.182,1.752,0.705,3.739,2.081,4.827 c1.552,1.228,3.278,0.574,3.389-1.448C15.326,23.725,14.411,21.819,13.041,20.783z"/> </svg>');
}
.blue.icon-env-scope-request{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M15.266,11.085h-2.194H8.951H6.758l0.202,2.184l0.879,9.502l0.037,0.405 c-0.505,0.67-0.769,1.459-0.769,2.312c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.85-0.261-1.637-0.759-2.307l0.038-0.409l0.879-9.502 L15.266,11.085L15.266,11.085z"/> <polygon fill="%23003399" points="13.072,13.085 12.193,22.587 9.83,22.587 8.951,13.085 "/> <path fill="%23003399" d="M12.906,25.487c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S12.906,24.973,12.906,25.487z"/> </svg>');
}
.blue.icon-env-scope-conversation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <ellipse fill="%23FFFFFF" cx="13.813" cy="20.453" rx="8.348" ry="5.736"/> <path fill="%230044B2" d="M14.001,16.657c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,17.15,11.948,16.657,14.001,16.657 M14.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,16.545,17.193,15.316,14.001,15.316L14.001,15.316 z"/> <path fill="%230099FF" d="M14.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,15.836,11.948,15.343,14.001,15.343 M14.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,15.23,17.193,14.001,14.001,14.001L14.001,14.001z "/> </svg>');
}
.blue.icon-env-scope-session{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.663c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.663z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.745,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M11.345,11.416c-2.439,0-4.568,1.739-4.952,4.045c-0.176,1.058-0.415,3.619,0.909,5.61 c-0.147,0.039-0.32,0.079-0.525,0.124c-0.704,0.156-1.581,0.351-2.392,0.928c-2.127,1.512-1.764,4.375-1.715,4.696l0.256,1.702 h1.721h6.697h6.697h1.721l0.256-1.702c0.048-0.321,0.412-3.184-1.715-4.697c-0.811-0.577-1.687-0.771-2.391-0.928 c-0.205-0.045-0.378-0.085-0.525-0.125c1.324-1.991,1.086-4.551,0.909-5.61C15.913,13.155,13.784,11.416,11.345,11.416 L11.345,11.416z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="%23003399" d="M17.145,23.752c-1.186-0.844-3.006-0.396-4.14-1.898 c0,0-0.422-0.475,0.527-1.635s1.028-3.006,0.791-4.43c-0.237-1.424-1.582-2.373-2.979-2.373s-2.742,0.949-2.979,2.373 c-0.237,1.424-0.158,3.27,0.791,4.43c0.949,1.16,0.527,1.635,0.527,1.635c-1.134,1.503-2.953,1.055-4.14,1.898 c-1.187,0.844-0.897,2.769-0.897,2.769h6.697h6.697C18.042,26.521,18.332,24.596,17.145,23.752z"/> </svg>');
}
.blue.icon-env-scope-project{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <polygon fill="%23FFFFFF" points="12.205,11.91 11.787,12.092 4.807,15.143 4.098,15.453 4.188,16.222 5.066,23.71 5.118,24.152 5.473,24.421 11.574,29.043 12.205,29.521 12.835,29.043 18.937,24.421 19.292,24.152 19.344,23.71 20.222,16.222 20.312,15.453 19.603,15.143 12.623,12.092 12.205,11.91 "/> <path fill="%230044B2" d="M12.205,28.211l6.102-4.623l0.878-7.488l-6.98,3.975V28.211z"/> <path fill="%23003399" d="M6.103,23.589l6.102,4.623v-8.136L5.225,16.1L6.103,23.589z"/> <path fill="%230099FF" d="M19.185,16.1l-6.98-3.051L5.225,16.1l6.98,3.975L19.185,16.1z"/> </svg>');
}
.blue.icon-env-scope-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%230099FF" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%230099FF" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%230099FF" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%230044B2" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%230044B2" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%230044B2" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%23003399" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%23003399" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%23003399" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg> ');
}
.blue.icon-env-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%230099FF" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%230099FF" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%230099FF" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%230044B2" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%230044B2" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%230044B2" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%23003399" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%23003399" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%23003399" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg>');
}
.blue.icon-env-server_web-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="25.873,20.434 20.098,15.159 19.538,14.648 20.074,13.031 17.767,13.031 17.309,12.612 17.309,13.031 15.238,13.031 14.035,13.031 13.657,14.172 10.658,23.22 10.658,22.826 10.658,22.095 10.12,21.6 9.11,20.672 10.117,19.751 10.658,19.256 10.658,18.522 10.658,15.389 10.658,11.612 7.87,14.159 2.095,19.434 0.751,20.661 2.092,21.891 7.867,27.187 8.999,28.225 8.908,28.502 8.182,30.691 10.489,30.691 13.018,30.691 14.22,30.691 14.599,29.55 17.593,20.515 17.85,20.75 18.856,21.672 17.847,22.6 17.309,23.095 17.309,23.826 17.309,26.959 17.309,30.746 20.1,28.187 25.875,22.891 27.216,21.661 "/> <path fill="%23003399" d="M17.767,14.696l-4.749,14.33h-2.529l4.749-14.33H17.767z"/> <path fill="%23003399" d="M8.993,25.959l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V25.959z"/> <path fill="%23003399" d="M24.749,21.664l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L24.749,21.664z"/> </svg>');
}
.blue.icon-env-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23003399" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%230044B2" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23003399" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.blue.icon-env-java-extension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="28.4,22.279 28.792,15.585 22.464,12.003 22.342,18.557 28.4,22.279 "/> <polygon fill="%23999999" points="29.298,4.977 22.612,1.604 22.481,8.847 23.466,9.396 28.862,12.403 "/> <polyline fill="%23676767" points="28.792,15.585 28.4,22.279 30.222,20.998 30.683,14.356 28.792,15.585 "/> <polygon fill="%23676767" points="31.285,3.817 29.298,4.977 28.862,12.403 29.751,11.828 30.771,11.183 "/> <polyline fill="%23CCCCCC" points="29.751,13.842 24.324,10.91 23.466,11.41 22.464,12.003 28.792,15.585 30.683,14.356 29.751,13.842 "/> <polygon fill="%23CCCCCC" points="31.247,3.839 24.596,0.578 22.596,1.63 29.265,4.995 "/> <polyline fill="%23999999" points="24.324,24.927 24.701,18.381 18.212,14.349 18.117,19.435 18.099,20.782 24.324,24.927 "/> <polyline fill="%23676767" points="26.66,16.996 24.701,18.381 24.324,24.927 26.199,23.514 26.66,16.996 "/> <polyline fill="%23CCCCCC" points="20.18,13.068 19.106,13.756 18.212,14.349 24.701,18.381 26.66,16.996 20.18,13.068 "/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23003399" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%230044B2" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23003399" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.blue.icon-env-java-runtime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.496,7.96c0.001,0.004-0.001,0.015-0.007,0.03l7.807,2.215c-0.002-0.009-0.002-0.016,0.002-0.022 l-0.032-0.042l0.039,0.012c0.002-0.039,0.005-0.061,0.009-0.066l0.248-0.702c0.082-0.225,0.17-0.447,0.264-0.666 c0.06-0.144,0.122-0.284,0.185-0.421c0.087-0.207,0.204-0.456,0.352-0.745c0.034-0.075,0.072-0.151,0.115-0.229 c0.01-0.017,0.02-0.036,0.029-0.057l0.351-0.62c0.007-0.011,0.012-0.017,0.017-0.018l-5.507-1.404l-2.311-0.583 c-0.004,0.001-0.008,0.004-0.012,0.01c-0.003,0.006-0.008,0.016-0.014,0.032l-0.335,0.555c-0.172,0.295-0.336,0.611-0.491,0.948 c-0.133,0.271-0.279,0.609-0.439,1.013L15.496,7.96"/> <path fill="%23CCCCCC" d="M31.913,5.683l0.034-0.037L29.8,5.151l-0.14,1.283c0.001,0.004,0.002,0.026,0.002,0.064l0.089,0.071 c0.15,0.125,0.291,0.291,0.424,0.499l0.049,0.081c0.009,0.036,0.019,0.057,0.03,0.064l0.007-0.002 c0.004-0.001,0.008-0.004,0.012-0.01L31.913,5.683"/> <path fill="%23CCCCCC" d="M18.183,18.322l0.008,0.005l7.239,2.634l-0.002-0.007l0.308-3.191l-0.002-0.007l-0.942-0.325l-1.734,1.72 l-0.007,0.002l-4.831-1.718l-0.06,0.855c-0.001,0.015,0.003,0.023,0.013,0.025C18.176,18.322,18.179,18.324,18.183,18.322"/> <path fill="%23CCCCCC" d="M16.778,11.376c-0.009,0.002-0.015,0.006-0.019,0.012l-1.922,2.232c-0.023,0.025-0.038,0.048-0.047,0.069 l7.633,2.551c0.002-0.01,0.007-0.021,0.014-0.032c0.024-0.02,0.039-0.036,0.046-0.047l1.874-2.409 c0.003-0.006,0.007-0.011,0.01-0.017L16.778,11.376"/> <path fill="%23CCCCCC" d="M28.1,3.327c0.003-0.006,0.009-0.012,0.017-0.018l-7.711-1.713c-0.012,0.008-0.02,0.017-0.022,0.027 l-0.612,3.219c-0.007,0.03-0.015,0.054-0.025,0.071l7.636,1.914c0.009-0.021,0.019-0.05,0.029-0.086L28.1,3.327z"/> <path fill="%23676767" d="M28.166,3.275c-0.026,0.011-0.042,0.022-0.049,0.034c-0.008,0.007-0.014,0.013-0.017,0.018L27.412,6.74 c-0.01,0.036-0.02,0.064-0.029,0.086c-0.007,0.011-0.014,0.02-0.022,0.027l-0.236,0.202c-0.03,0.031-0.061,0.063-0.091,0.094 c-0.174,0.172-0.341,0.36-0.5,0.564l-0.069,0.096c-0.012,0.008-0.02,0.015-0.024,0.02l-0.015-0.003l-0.002-0.007l-1.516-1.169 l-0.034-0.02c-0.004,0.001-0.01,0.007-0.017,0.018l-0.351,0.62c-0.009,0.021-0.019,0.04-0.029,0.057 c-0.043,0.077-0.081,0.154-0.115,0.229c-0.148,0.289-0.265,0.538-0.352,0.745c-0.064,0.137-0.125,0.278-0.185,0.421 c-0.094,0.219-0.182,0.441-0.264,0.666l-0.248,0.702c-0.003,0.006-0.006,0.028-0.009,0.066c-0.003,0.006-0.006,0.016-0.007,0.03 c-0.003,0.006-0.004,0.013-0.002,0.022l-7.807-2.215l1.453,1.664c0.02,0.024,0.034,0.042,0.042,0.054l7.645,2.255 c-0.002,0.01-0.005,0.02-0.007,0.03c-0.077,0.343-0.139,0.708-0.187,1.094c-0.019,0.134-0.037,0.312-0.053,0.535 c-0.007,0.049-0.012,0.086-0.015,0.111c-0.003,0.006-0.007,0.011-0.01,0.017l-1.874,2.409c-0.007,0.011-0.022,0.027-0.046,0.047 c-0.007,0.011-0.011,0.022-0.014,0.032c-0.007,0.011-0.009,0.021-0.007,0.03l0.008,0.12c0.006,0.082,0.013,0.167,0.02,0.256 c0.062,0.635,0.163,1.196,0.302,1.681c0.032,0.111,0.069,0.22,0.11,0.327c0.055,0.163,0.115,0.32,0.181,0.47 c0.004,0.018,0.009,0.029,0.015,0.032l0.007-0.002l1.734-1.72l0.251-0.255c0.006-0.006,0.012-0.005,0.019,0.003 c0.001,0.004,0.003,0.013,0.007,0.027l0.022,0.03l0.166,0.181c0.065,0.07,0.143,0.136,0.235,0.199l0.185,0.112 c0.03,0.007,0.049,0.016,0.057,0.029l0.002,0.007l-0.308,3.191l0.002,0.007c0.001,0.004,0.008,0.005,0.022,0.002l0.253-0.02 c0.189-0.018,0.381-0.063,0.578-0.136c0.189-0.066,0.388-0.156,0.598-0.27l0.435-0.279c0.008-0.007,0.016-0.013,0.024-0.02 c0.009-0.021,0.016-0.049,0.022-0.084l0.646-3.124c-0.001-0.004,0.003-0.008,0.012-0.01c0.01-0.017,0.03-0.041,0.061-0.072 l0.079-0.084c0.164-0.174,0.326-0.362,0.486-0.564c0.042-0.063,0.084-0.123,0.127-0.182l0.068-0.103 c0.019-0.021,0.03-0.032,0.035-0.034l0.007-0.002l1.173,0.736c0.011,0.007,0.03,0.024,0.055,0.051l0.008,0.005 c0.006,0.003,0.013,0.006,0.024,0.008c0.009-0.002,0.017-0.009,0.024-0.02c0.18-0.34,0.341-0.668,0.482-0.985 c0.289-0.622,0.557-1.325,0.804-2.109l-0.977-1.475c-0.007-0.008-0.004-0.03,0.009-0.066l0.048-0.212 c0.081-0.406,0.14-0.792,0.179-1.156c0.004-0.063,0.008-0.104,0.012-0.125c0.002-0.01,0.008-0.024,0.019-0.04 c0.009-0.021,0.024-0.049,0.044-0.082l1.428-1.916c0.036-0.047,0.059-0.079,0.069-0.096c0.003-0.006,0.009-0.013,0.016-0.022 c0.003-0.025,0.005-0.056,0.005-0.094c-0.008-0.379-0.023-0.718-0.044-1.015c-0.026-0.318-0.067-0.627-0.123-0.928l-0.169-0.741 l-0.013-0.025l-0.007-0.027l-0.034,0.037l-1.641,1.518c-0.003,0.006-0.007,0.009-0.012,0.01l-0.007,0.002 c-0.011-0.007-0.021-0.028-0.03-0.064l-0.049-0.081c-0.133-0.208-0.274-0.374-0.424-0.499l-0.089-0.071c0-0.038,0-0.059-0.002-0.064 l0.14-1.283l0.213-2.012l-0.002-0.007l-0.461-0.1c-0.37-0.042-0.757,0.009-1.16,0.151L28.166,3.275"/> <path fill="%23676767" d="M27.21,8.742c0.055-0.066,0.111-0.124,0.168-0.174l0.563-0.383c-0.001-0.004,0.001-0.007,0.005-0.008 c0.128-0.06,0.258-0.102,0.391-0.125l0.003-0.001c0.247-0.03,0.444-0.005,0.591,0.075l0.125,0.073 c0.124,0.079,0.239,0.194,0.343,0.344c0.032,0.054,0.065,0.11,0.099,0.169l0.089,0.185l0.21,0.731 c-0.003,0.006-0.004,0.013-0.002,0.022c0.001,0.004,0.003,0.011,0.005,0.02c-0.001,0.015,0,0.029,0.003,0.042l0.05,0.52 c0.004,0.037,0.007,0.077,0.008,0.12c0.001,0.062,0,0.126-0.002,0.194l-0.162,1.424c-0.016,0.071-0.032,0.141-0.048,0.212 c-0.072,0.306-0.155,0.6-0.25,0.881c-0.18,0.505-0.399,0.975-0.656,1.41c-0.308,0.508-0.618,0.896-0.931,1.164 c-0.129,0.113-0.259,0.205-0.39,0.275c-0.161,0.083-0.322,0.137-0.485,0.163c-0.43,0.073-0.783-0.091-1.059-0.492 c-0.001-0.004-0.004-0.008-0.01-0.012c-0.039-0.062-0.077-0.126-0.112-0.194c-0.065-0.137-0.122-0.285-0.171-0.444 c-0.049-0.159-0.087-0.33-0.113-0.512l-0.002-0.007c-0.109-0.738-0.058-1.557,0.154-2.455c0.003-0.006,0.005-0.011,0.003-0.015 c0.086-0.365,0.19-0.711,0.311-1.039c0.165-0.451,0.363-0.868,0.595-1.252c0.033-0.061,0.069-0.117,0.108-0.17 c0.081-0.135,0.165-0.258,0.252-0.37L27.21,8.742z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-92.0843" y1="-22.5988" x2="-87.7825" y2="-23.6641" gradientTransform="matrix(0.9707 -0.2404 -0.2404 -0.9707 109.3886 -32.005)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M27.378,8.569c-0.057,0.05-0.113,0.108-0.168,0.174l-0.316,0.371 c-0.087,0.112-0.171,0.235-0.252,0.37c-0.039,0.053-0.075,0.109-0.108,0.17c-0.232,0.384-0.43,0.801-0.595,1.252 c-0.121,0.328-0.225,0.674-0.311,1.039c0.001,0.004,0,0.01-0.003,0.015c-0.211,0.899-0.263,1.717-0.154,2.455l0.002,0.007 c0.026,0.182,0.063,0.353,0.113,0.512c0.049,0.159,0.106,0.307,0.171,0.444c0.036,0.067,0.073,0.132,0.112,0.194 c0.006,0.003,0.009,0.007,0.01,0.012c0.276,0.401,0.629,0.565,1.059,0.492c0.163-0.026,0.325-0.08,0.485-0.163 c0.13-0.07,0.26-0.162,0.39-0.275c0.313-0.268,0.623-0.656,0.931-1.164c0.257-0.435,0.475-0.906,0.656-1.41 c0.095-0.281,0.178-0.575,0.25-0.881c0.016-0.071,0.032-0.141,0.048-0.212l0.162-1.424c0.002-0.067,0.003-0.132,0.002-0.194 c-0.001-0.043-0.004-0.083-0.008-0.12l-0.05-0.52C29.8,9.7,29.799,9.685,29.8,9.671c-0.002-0.009-0.004-0.016-0.005-0.02 c-0.002-0.009-0.002-0.016,0.002-0.022l-0.21-0.731l-0.089-0.185c-0.034-0.058-0.067-0.115-0.099-0.169 c-0.104-0.151-0.218-0.265-0.343-0.344l-0.125-0.073c-0.147-0.08-0.344-0.105-0.591-0.075l-0.003,0.001 c-0.132,0.023-0.263,0.065-0.391,0.125c-0.004,0.001-0.006,0.004-0.005,0.008L27.378,8.569z"/> <path fill="%23999999" d="M28.881,15.981l-0.007,0.002c-0.004,0.001-0.016,0.012-0.035,0.034l-0.068,0.103 c-0.043,0.058-0.085,0.119-0.127,0.182l1.472,0.472l-0.008-0.005c-0.026-0.027-0.044-0.044-0.055-0.051L28.881,15.981"/> <path fill="%23999999" d="M25.493,17.617c-0.092-0.063-0.17-0.129-0.235-0.199l-0.166-0.181l-0.022-0.03 c-0.003-0.013-0.006-0.022-0.007-0.027c-0.007-0.008-0.013-0.009-0.019-0.003l-0.251,0.255l0.942,0.325 c-0.008-0.012-0.027-0.022-0.057-0.029L25.493,17.617"/> <path fill="%23999999" d="M14.798,13.836c0.078,0.679,0.214,1.296,0.408,1.851c0.104,0.286,0.215,0.539,0.331,0.758 c0.009,0.017,0.016,0.027,0.022,0.03l0.007-0.002l2.655,0.962l4.831,1.718c-0.006-0.003-0.011-0.014-0.015-0.032 c-0.066-0.151-0.126-0.307-0.181-0.47c-0.041-0.107-0.077-0.216-0.11-0.327c-0.139-0.485-0.24-1.046-0.302-1.681 c-0.008-0.089-0.014-0.174-0.02-0.256l-0.008-0.12c-0.002-0.009,0-0.019,0.007-0.03l-7.633-2.551 c-0.007,0.011-0.009,0.021-0.007,0.03L14.798,13.836"/> <path fill="%23999999" d="M16.781,11.332c-0.001,0.015-0.002,0.029-0.003,0.044l7.589,2.358c0.003-0.025,0.009-0.062,0.015-0.111 c0.016-0.223,0.034-0.402,0.053-0.535c0.047-0.386,0.11-0.751,0.187-1.094c0.002-0.01,0.005-0.02,0.007-0.03l-7.645-2.255 c0.002,0.009,0.002,0.016-0.002,0.022c-0.072,0.344-0.128,0.688-0.166,1.032l-0.036,0.506 C16.779,11.283,16.779,11.304,16.781,11.332"/> <path fill="%23999999" d="M19.478,5.126c-0.039,0.034-0.076,0.067-0.111,0.099l5.507,1.404l0.034,0.02l1.516,1.169l0.017,0.01 c0.003-0.006,0.011-0.012,0.024-0.02l0.069-0.096c0.159-0.204,0.326-0.392,0.5-0.564c0.03-0.031,0.061-0.063,0.091-0.094 l0.236-0.202c0.008-0.007,0.015-0.016,0.022-0.027l-7.636-1.914c-0.011,0.012-0.021,0.022-0.029,0.029L19.478,5.126"/> <path fill="%23999999" d="M22.363,1.469l-0.141-0.037c-0.087-0.026-0.183-0.045-0.286-0.058c-0.397-0.045-0.811-0.007-1.241,0.114 L20.45,1.57c-0.022,0.006-0.037,0.014-0.044,0.025l7.711,1.713c0.007-0.011,0.023-0.022,0.049-0.034l0.224-0.091 c0.403-0.143,0.79-0.193,1.16-0.151l-7.126-1.543c-0.001-0.004-0.01-0.01-0.025-0.015C22.381,1.474,22.368,1.472,22.363,1.469z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23003399" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%230044B2" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23003399" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.lightBlue.icon-env-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%232189a5" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%2333CCFF" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%23269FBF" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.lightBlue.icon-env-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23FFFFFF" d="M4.233,1.451L1.987,2.422l1.098,18.529l15.591,10.381l1.961-1.48l1.378-19.683L4.233,1.451z M16.662,25.031 l-9.828-6.24L6.405,7.288l10.797,5.654L16.662,25.031z"/> <polygon fill="%232189a5" points="21.493,10.469 19.787,11.472 18.658,30.719 20.154,29.59 "/> <polyline fill="%2333CCFF" points="6.345,19.072 5.073,19.812 4.826,19.955 17.034,27.907 17.124,25.917 6.345,19.072 "/> <polyline fill="%232189a5" points="5.873,6.444 4.115,5.524 4.826,19.947 5.065,19.805 5.073,19.812 6.345,19.072 5.873,6.444 "/> <polygon fill="%2333CCFF" points="19.787,11.472 21.493,10.469 4.22,2.001 2.507,2.742 "/> <path fill="%23269FBF" d="M2.507,2.742l1.062,17.931l15.089,10.047l1.13-19.248L2.507,2.742z M17.034,27.907L4.826,19.955L4.115,5.524 l13.6,7.122L17.034,27.907z"/> </svg>');
}
.lightBlue.icon-env-scope-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23676767" d="M17.344,17.844c0,0.251-0.069,0.601,0,0.84c0.17,0.588,0.892,1.003,1.46,1.043 c1.259,0.091,2.065-1.183,1.851-2.333C20.337,19.032,18.095,19.301,17.344,17.844"/> <path fill="%23676767" d="M14.516,18.295c-0.256-0.26-0.417-0.561-0.484-0.901c-0.206,1.15,0.591,2.424,1.854,2.333 c0.55-0.04,1.163-0.388,1.387-0.918c0.125-0.295,0.071-0.641,0.071-0.966C16.805,18.912,15.355,19.15,14.516,18.295"/> <path fill="none" d="M17.344,17.4v0.84"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4257" y1="16.404" x2="20.6145" y2="25.3912"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="0.7538" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.942,19.88c1.358,0.908,2.294,2.517,2.764,4.048c0.427,1.392,0.65,3.4-0.449,4.557 c2.663-2.335,5.326-4.67,7.99-7.004c0.689-0.604,1.003-1.313,0.779-2.275c-0.306-1.314-1.41-2.391-2.793-2.142 c-1.933,0.349-3.857,0.757-5.785,1.135c-1.583,0.311-3.165,0.622-4.747,0.934C11.378,19.044,12.125,19.293,12.942,19.88"/> <path fill="%232189a5" d="M7.842,23.637c-0.03,0.03-0.061,0.058-0.093,0.086l0.893-0.661c-0.039-0.375-0.055-0.754-0.033-1.131 C8.517,22.553,8.303,23.188,7.842,23.637z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9103" y1="11.9175" x2="13.1939" y2="19.3369"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="0.7538" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.965,13.167c-3.64,0.432-7.269,1.034-10.9,1.548c1.429-0.103,2.648,1.201,3.34,2.307 c0.817,1.307,1.336,2.92,1.244,4.472c0.203-1.429,1.085-2.172,2.426-2.435c1.143-0.225,2.285-0.45,3.428-0.674 c0.79-0.155,1.325-0.56,1.964-1.078C17.808,16.221,16.864,12.961,14.965,13.167"/> <path fill="%23269FBF" d="M15.018,22.305c-0.786-1.443-2.456-3.417-4.318-3.173c-1.198,0.188-1.889,1.225-2.05,2.361 c0.128-2.152-0.879-4.64-2.569-6.005c-0.71-0.574-1.728-1.057-2.617-0.589c-0.901,0.474-1.177,1.604-1.214,2.538 c-0.084,2.126,0.899,4.559,2.567,5.913c1.67,1.355,3.48,0.701,3.794-1.42c-0.121,2.087,0.808,4.317,2.264,5.8 c1.227,1.25,3.407,2.27,4.635,0.437C16.634,26.489,15.896,23.918,15.018,22.305z"/> <path fill="%232189a5" d="M9.74,20.945c-1.004,1.535-0.257,3.803,0.656,5.189c0.846,1.284,3.138,3.129,4.39,1.26 c1.042-1.555,0.228-3.917-0.732-5.298C13.203,20.869,10.947,19.096,9.74,20.945"/> <path fill="%232189a5" d="M7.597,18.828c-0.46-1.286-1.744-3.461-3.413-3.135c-1.821,0.356-1.399,3.134-0.966,4.345 c0.456,1.274,1.675,3.338,3.297,3.147C8.443,22.959,8.045,20.058,7.597,18.828z"/> <path fill="%23FFFFFF" d="M3.347,17.502C3.13,18.979,3.781,20.68,4.785,21.76c1.1,1.184,2.786,1.281,3.121-0.567 c0.274-1.511-0.402-3.266-1.421-4.378C5.323,15.57,3.626,15.598,3.347,17.502z"/> <path fill="%23FFFFFF" d="M13.041,20.783c-1.42-1.073-3.07-0.558-3.28,1.283c-0.182,1.752,0.705,3.739,2.081,4.827 c1.552,1.228,3.278,0.574,3.389-1.448C15.326,23.725,14.411,21.819,13.041,20.783z"/> </svg>');
}
.lightBlue.icon-env-scope-request{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M15.266,11.085h-2.194H8.951H6.758l0.202,2.184l0.879,9.502l0.037,0.405 c-0.505,0.67-0.769,1.459-0.769,2.312c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.85-0.261-1.637-0.759-2.307l0.038-0.409l0.879-9.502 L15.266,11.085L15.266,11.085z"/> <polygon fill="%23269FBF" points="13.072,13.085 12.193,22.587 9.83,22.587 8.951,13.085 "/> <path fill="%23269FBF" d="M12.906,25.487c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S12.906,24.973,12.906,25.487z"/> </svg>');
}
.lightBlue.icon-env-scope-conversation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <ellipse fill="%23FFFFFF" cx="13.813" cy="20.453" rx="8.348" ry="5.736"/> <path fill="%232189a5" d="M14.001,16.657c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,17.15,11.948,16.657,14.001,16.657 M14.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,16.545,17.193,15.316,14.001,15.316L14.001,15.316 z"/> <path fill="%2333CCFF" d="M14.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,15.836,11.948,15.343,14.001,15.343 M14.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,15.23,17.193,14.001,14.001,14.001L14.001,14.001z "/> </svg>');
}
.lightBlue.icon-env-scope-session{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.663c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.663z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.745,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M11.345,11.416c-2.439,0-4.568,1.739-4.952,4.045c-0.176,1.058-0.415,3.619,0.909,5.61 c-0.147,0.039-0.32,0.079-0.525,0.124c-0.704,0.156-1.581,0.351-2.392,0.928c-2.127,1.512-1.764,4.375-1.715,4.696l0.256,1.702 h1.721h6.697h6.697h1.721l0.256-1.702c0.048-0.321,0.412-3.184-1.715-4.697c-0.811-0.577-1.687-0.771-2.391-0.928 c-0.205-0.045-0.378-0.085-0.525-0.125c1.324-1.991,1.086-4.551,0.909-5.61C15.913,13.155,13.784,11.416,11.345,11.416 L11.345,11.416z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="%23269FBF" d="M17.145,23.752c-1.186-0.844-3.006-0.396-4.14-1.898 c0,0-0.422-0.475,0.527-1.635s1.028-3.006,0.791-4.43c-0.237-1.424-1.582-2.373-2.979-2.373s-2.742,0.949-2.979,2.373 c-0.237,1.424-0.158,3.27,0.791,4.43c0.949,1.16,0.527,1.635,0.527,1.635c-1.134,1.503-2.953,1.055-4.14,1.898 c-1.187,0.844-0.897,2.769-0.897,2.769h6.697h6.697C18.042,26.521,18.332,24.596,17.145,23.752z"/> </svg>');
}
.lightBlue.icon-env-scope-project{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <polygon fill="%23FFFFFF" points="12.205,11.91 11.787,12.092 4.807,15.143 4.098,15.453 4.188,16.222 5.066,23.71 5.118,24.152 5.473,24.421 11.574,29.043 12.205,29.521 12.835,29.043 18.937,24.421 19.292,24.152 19.344,23.71 20.222,16.222 20.312,15.453 19.603,15.143 12.623,12.092 12.205,11.91 "/> <path fill="%232189a5" d="M12.205,28.211l6.102-4.623l0.878-7.488l-6.98,3.975V28.211z"/> <path fill="%23269FBF" d="M6.103,23.589l6.102,4.623v-8.136L5.225,16.1L6.103,23.589z"/> <path fill="%2333CCFF" d="M19.185,16.1l-6.98-3.051L5.225,16.1l6.98,3.975L19.185,16.1z"/> </svg>');
}
.lightBlue.icon-env-scope-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%2333CCFF" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%2333CCFF" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%2333CCFF" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%232189a5" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%232189a5" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%232189a5" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%23269FBF" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%23269FBF" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%23269FBF" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg> ');
}
.lightBlue.icon-env-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%2333CCFF" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%2333CCFF" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%2333CCFF" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%232189a5" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%232189a5" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%232189a5" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%23269FBF" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%23269FBF" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%23269FBF" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg>');
}
.lightBlue.icon-env-server_web-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="25.873,20.434 20.098,15.159 19.538,14.648 20.074,13.031 17.767,13.031 17.309,12.612 17.309,13.031 15.238,13.031 14.035,13.031 13.657,14.172 10.658,23.22 10.658,22.826 10.658,22.095 10.12,21.6 9.11,20.672 10.117,19.751 10.658,19.256 10.658,18.522 10.658,15.389 10.658,11.612 7.87,14.159 2.095,19.434 0.751,20.661 2.092,21.891 7.867,27.187 8.999,28.225 8.908,28.502 8.182,30.691 10.489,30.691 13.018,30.691 14.22,30.691 14.599,29.55 17.593,20.515 17.85,20.75 18.856,21.672 17.847,22.6 17.309,23.095 17.309,23.826 17.309,26.959 17.309,30.746 20.1,28.187 25.875,22.891 27.216,21.661 "/> <path fill="%23269FBF" d="M17.767,14.696l-4.749,14.33h-2.529l4.749-14.33H17.767z"/> <path fill="%23269FBF" d="M8.993,25.959l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V25.959z"/> <path fill="%23269FBF" d="M24.749,21.664l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L24.749,21.664z"/> </svg>');
}
.lightBlue.icon-env-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23269FBF" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%232189a5" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23269FBF" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.lightBlue.icon-env-java-extension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="28.4,22.279 28.792,15.585 22.464,12.003 22.342,18.557 28.4,22.279 "/> <polygon fill="%23999999" points="29.298,4.977 22.612,1.604 22.481,8.847 23.466,9.396 28.862,12.403 "/> <polyline fill="%23676767" points="28.792,15.585 28.4,22.279 30.222,20.998 30.683,14.356 28.792,15.585 "/> <polygon fill="%23676767" points="31.285,3.817 29.298,4.977 28.862,12.403 29.751,11.828 30.771,11.183 "/> <polyline fill="%23CCCCCC" points="29.751,13.842 24.324,10.91 23.466,11.41 22.464,12.003 28.792,15.585 30.683,14.356 29.751,13.842 "/> <polygon fill="%23CCCCCC" points="31.247,3.839 24.596,0.578 22.596,1.63 29.265,4.995 "/> <polyline fill="%23999999" points="24.324,24.927 24.701,18.381 18.212,14.349 18.117,19.435 18.099,20.782 24.324,24.927 "/> <polyline fill="%23676767" points="26.66,16.996 24.701,18.381 24.324,24.927 26.199,23.514 26.66,16.996 "/> <polyline fill="%23CCCCCC" points="20.18,13.068 19.106,13.756 18.212,14.349 24.701,18.381 26.66,16.996 20.18,13.068 "/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23269FBF" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%232189a5" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23269FBF" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.lightBlue.icon-env-java-runtime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.496,7.96c0.001,0.004-0.001,0.015-0.007,0.03l7.807,2.215c-0.002-0.009-0.002-0.016,0.002-0.022 l-0.032-0.042l0.039,0.012c0.002-0.039,0.005-0.061,0.009-0.066l0.248-0.702c0.082-0.225,0.17-0.447,0.264-0.666 c0.06-0.144,0.122-0.284,0.185-0.421c0.087-0.207,0.204-0.456,0.352-0.745c0.034-0.075,0.072-0.151,0.115-0.229 c0.01-0.017,0.02-0.036,0.029-0.057l0.351-0.62c0.007-0.011,0.012-0.017,0.017-0.018l-5.507-1.404l-2.311-0.583 c-0.004,0.001-0.008,0.004-0.012,0.01c-0.003,0.006-0.008,0.016-0.014,0.032l-0.335,0.555c-0.172,0.295-0.336,0.611-0.491,0.948 c-0.133,0.271-0.279,0.609-0.439,1.013L15.496,7.96"/> <path fill="%23CCCCCC" d="M31.913,5.683l0.034-0.037L29.8,5.151l-0.14,1.283c0.001,0.004,0.002,0.026,0.002,0.064l0.089,0.071 c0.15,0.125,0.291,0.291,0.424,0.499l0.049,0.081c0.009,0.036,0.019,0.057,0.03,0.064l0.007-0.002 c0.004-0.001,0.008-0.004,0.012-0.01L31.913,5.683"/> <path fill="%23CCCCCC" d="M18.183,18.322l0.008,0.005l7.239,2.634l-0.002-0.007l0.308-3.191l-0.002-0.007l-0.942-0.325l-1.734,1.72 l-0.007,0.002l-4.831-1.718l-0.06,0.855c-0.001,0.015,0.003,0.023,0.013,0.025C18.176,18.322,18.179,18.324,18.183,18.322"/> <path fill="%23CCCCCC" d="M16.778,11.376c-0.009,0.002-0.015,0.006-0.019,0.012l-1.922,2.232c-0.023,0.025-0.038,0.048-0.047,0.069 l7.633,2.551c0.002-0.01,0.007-0.021,0.014-0.032c0.024-0.02,0.039-0.036,0.046-0.047l1.874-2.409 c0.003-0.006,0.007-0.011,0.01-0.017L16.778,11.376"/> <path fill="%23CCCCCC" d="M28.1,3.327c0.003-0.006,0.009-0.012,0.017-0.018l-7.711-1.713c-0.012,0.008-0.02,0.017-0.022,0.027 l-0.612,3.219c-0.007,0.03-0.015,0.054-0.025,0.071l7.636,1.914c0.009-0.021,0.019-0.05,0.029-0.086L28.1,3.327z"/> <path fill="%23676767" d="M28.166,3.275c-0.026,0.011-0.042,0.022-0.049,0.034c-0.008,0.007-0.014,0.013-0.017,0.018L27.412,6.74 c-0.01,0.036-0.02,0.064-0.029,0.086c-0.007,0.011-0.014,0.02-0.022,0.027l-0.236,0.202c-0.03,0.031-0.061,0.063-0.091,0.094 c-0.174,0.172-0.341,0.36-0.5,0.564l-0.069,0.096c-0.012,0.008-0.02,0.015-0.024,0.02l-0.015-0.003l-0.002-0.007l-1.516-1.169 l-0.034-0.02c-0.004,0.001-0.01,0.007-0.017,0.018l-0.351,0.62c-0.009,0.021-0.019,0.04-0.029,0.057 c-0.043,0.077-0.081,0.154-0.115,0.229c-0.148,0.289-0.265,0.538-0.352,0.745c-0.064,0.137-0.125,0.278-0.185,0.421 c-0.094,0.219-0.182,0.441-0.264,0.666l-0.248,0.702c-0.003,0.006-0.006,0.028-0.009,0.066c-0.003,0.006-0.006,0.016-0.007,0.03 c-0.003,0.006-0.004,0.013-0.002,0.022l-7.807-2.215l1.453,1.664c0.02,0.024,0.034,0.042,0.042,0.054l7.645,2.255 c-0.002,0.01-0.005,0.02-0.007,0.03c-0.077,0.343-0.139,0.708-0.187,1.094c-0.019,0.134-0.037,0.312-0.053,0.535 c-0.007,0.049-0.012,0.086-0.015,0.111c-0.003,0.006-0.007,0.011-0.01,0.017l-1.874,2.409c-0.007,0.011-0.022,0.027-0.046,0.047 c-0.007,0.011-0.011,0.022-0.014,0.032c-0.007,0.011-0.009,0.021-0.007,0.03l0.008,0.12c0.006,0.082,0.013,0.167,0.02,0.256 c0.062,0.635,0.163,1.196,0.302,1.681c0.032,0.111,0.069,0.22,0.11,0.327c0.055,0.163,0.115,0.32,0.181,0.47 c0.004,0.018,0.009,0.029,0.015,0.032l0.007-0.002l1.734-1.72l0.251-0.255c0.006-0.006,0.012-0.005,0.019,0.003 c0.001,0.004,0.003,0.013,0.007,0.027l0.022,0.03l0.166,0.181c0.065,0.07,0.143,0.136,0.235,0.199l0.185,0.112 c0.03,0.007,0.049,0.016,0.057,0.029l0.002,0.007l-0.308,3.191l0.002,0.007c0.001,0.004,0.008,0.005,0.022,0.002l0.253-0.02 c0.189-0.018,0.381-0.063,0.578-0.136c0.189-0.066,0.388-0.156,0.598-0.27l0.435-0.279c0.008-0.007,0.016-0.013,0.024-0.02 c0.009-0.021,0.016-0.049,0.022-0.084l0.646-3.124c-0.001-0.004,0.003-0.008,0.012-0.01c0.01-0.017,0.03-0.041,0.061-0.072 l0.079-0.084c0.164-0.174,0.326-0.362,0.486-0.564c0.042-0.063,0.084-0.123,0.127-0.182l0.068-0.103 c0.019-0.021,0.03-0.032,0.035-0.034l0.007-0.002l1.173,0.736c0.011,0.007,0.03,0.024,0.055,0.051l0.008,0.005 c0.006,0.003,0.013,0.006,0.024,0.008c0.009-0.002,0.017-0.009,0.024-0.02c0.18-0.34,0.341-0.668,0.482-0.985 c0.289-0.622,0.557-1.325,0.804-2.109l-0.977-1.475c-0.007-0.008-0.004-0.03,0.009-0.066l0.048-0.212 c0.081-0.406,0.14-0.792,0.179-1.156c0.004-0.063,0.008-0.104,0.012-0.125c0.002-0.01,0.008-0.024,0.019-0.04 c0.009-0.021,0.024-0.049,0.044-0.082l1.428-1.916c0.036-0.047,0.059-0.079,0.069-0.096c0.003-0.006,0.009-0.013,0.016-0.022 c0.003-0.025,0.005-0.056,0.005-0.094c-0.008-0.379-0.023-0.718-0.044-1.015c-0.026-0.318-0.067-0.627-0.123-0.928l-0.169-0.741 l-0.013-0.025l-0.007-0.027l-0.034,0.037l-1.641,1.518c-0.003,0.006-0.007,0.009-0.012,0.01l-0.007,0.002 c-0.011-0.007-0.021-0.028-0.03-0.064l-0.049-0.081c-0.133-0.208-0.274-0.374-0.424-0.499l-0.089-0.071c0-0.038,0-0.059-0.002-0.064 l0.14-1.283l0.213-2.012l-0.002-0.007l-0.461-0.1c-0.37-0.042-0.757,0.009-1.16,0.151L28.166,3.275"/> <path fill="%23676767" d="M27.21,8.742c0.055-0.066,0.111-0.124,0.168-0.174l0.563-0.383c-0.001-0.004,0.001-0.007,0.005-0.008 c0.128-0.06,0.258-0.102,0.391-0.125l0.003-0.001c0.247-0.03,0.444-0.005,0.591,0.075l0.125,0.073 c0.124,0.079,0.239,0.194,0.343,0.344c0.032,0.054,0.065,0.11,0.099,0.169l0.089,0.185l0.21,0.731 c-0.003,0.006-0.004,0.013-0.002,0.022c0.001,0.004,0.003,0.011,0.005,0.02c-0.001,0.015,0,0.029,0.003,0.042l0.05,0.52 c0.004,0.037,0.007,0.077,0.008,0.12c0.001,0.062,0,0.126-0.002,0.194l-0.162,1.424c-0.016,0.071-0.032,0.141-0.048,0.212 c-0.072,0.306-0.155,0.6-0.25,0.881c-0.18,0.505-0.399,0.975-0.656,1.41c-0.308,0.508-0.618,0.896-0.931,1.164 c-0.129,0.113-0.259,0.205-0.39,0.275c-0.161,0.083-0.322,0.137-0.485,0.163c-0.43,0.073-0.783-0.091-1.059-0.492 c-0.001-0.004-0.004-0.008-0.01-0.012c-0.039-0.062-0.077-0.126-0.112-0.194c-0.065-0.137-0.122-0.285-0.171-0.444 c-0.049-0.159-0.087-0.33-0.113-0.512l-0.002-0.007c-0.109-0.738-0.058-1.557,0.154-2.455c0.003-0.006,0.005-0.011,0.003-0.015 c0.086-0.365,0.19-0.711,0.311-1.039c0.165-0.451,0.363-0.868,0.595-1.252c0.033-0.061,0.069-0.117,0.108-0.17 c0.081-0.135,0.165-0.258,0.252-0.37L27.21,8.742z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-92.0843" y1="-22.5988" x2="-87.7825" y2="-23.6641" gradientTransform="matrix(0.9707 -0.2404 -0.2404 -0.9707 109.3886 -32.005)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M27.378,8.569c-0.057,0.05-0.113,0.108-0.168,0.174l-0.316,0.371 c-0.087,0.112-0.171,0.235-0.252,0.37c-0.039,0.053-0.075,0.109-0.108,0.17c-0.232,0.384-0.43,0.801-0.595,1.252 c-0.121,0.328-0.225,0.674-0.311,1.039c0.001,0.004,0,0.01-0.003,0.015c-0.211,0.899-0.263,1.717-0.154,2.455l0.002,0.007 c0.026,0.182,0.063,0.353,0.113,0.512c0.049,0.159,0.106,0.307,0.171,0.444c0.036,0.067,0.073,0.132,0.112,0.194 c0.006,0.003,0.009,0.007,0.01,0.012c0.276,0.401,0.629,0.565,1.059,0.492c0.163-0.026,0.325-0.08,0.485-0.163 c0.13-0.07,0.26-0.162,0.39-0.275c0.313-0.268,0.623-0.656,0.931-1.164c0.257-0.435,0.475-0.906,0.656-1.41 c0.095-0.281,0.178-0.575,0.25-0.881c0.016-0.071,0.032-0.141,0.048-0.212l0.162-1.424c0.002-0.067,0.003-0.132,0.002-0.194 c-0.001-0.043-0.004-0.083-0.008-0.12l-0.05-0.52C29.8,9.7,29.799,9.685,29.8,9.671c-0.002-0.009-0.004-0.016-0.005-0.02 c-0.002-0.009-0.002-0.016,0.002-0.022l-0.21-0.731l-0.089-0.185c-0.034-0.058-0.067-0.115-0.099-0.169 c-0.104-0.151-0.218-0.265-0.343-0.344l-0.125-0.073c-0.147-0.08-0.344-0.105-0.591-0.075l-0.003,0.001 c-0.132,0.023-0.263,0.065-0.391,0.125c-0.004,0.001-0.006,0.004-0.005,0.008L27.378,8.569z"/> <path fill="%23999999" d="M28.881,15.981l-0.007,0.002c-0.004,0.001-0.016,0.012-0.035,0.034l-0.068,0.103 c-0.043,0.058-0.085,0.119-0.127,0.182l1.472,0.472l-0.008-0.005c-0.026-0.027-0.044-0.044-0.055-0.051L28.881,15.981"/> <path fill="%23999999" d="M25.493,17.617c-0.092-0.063-0.17-0.129-0.235-0.199l-0.166-0.181l-0.022-0.03 c-0.003-0.013-0.006-0.022-0.007-0.027c-0.007-0.008-0.013-0.009-0.019-0.003l-0.251,0.255l0.942,0.325 c-0.008-0.012-0.027-0.022-0.057-0.029L25.493,17.617"/> <path fill="%23999999" d="M14.798,13.836c0.078,0.679,0.214,1.296,0.408,1.851c0.104,0.286,0.215,0.539,0.331,0.758 c0.009,0.017,0.016,0.027,0.022,0.03l0.007-0.002l2.655,0.962l4.831,1.718c-0.006-0.003-0.011-0.014-0.015-0.032 c-0.066-0.151-0.126-0.307-0.181-0.47c-0.041-0.107-0.077-0.216-0.11-0.327c-0.139-0.485-0.24-1.046-0.302-1.681 c-0.008-0.089-0.014-0.174-0.02-0.256l-0.008-0.12c-0.002-0.009,0-0.019,0.007-0.03l-7.633-2.551 c-0.007,0.011-0.009,0.021-0.007,0.03L14.798,13.836"/> <path fill="%23999999" d="M16.781,11.332c-0.001,0.015-0.002,0.029-0.003,0.044l7.589,2.358c0.003-0.025,0.009-0.062,0.015-0.111 c0.016-0.223,0.034-0.402,0.053-0.535c0.047-0.386,0.11-0.751,0.187-1.094c0.002-0.01,0.005-0.02,0.007-0.03l-7.645-2.255 c0.002,0.009,0.002,0.016-0.002,0.022c-0.072,0.344-0.128,0.688-0.166,1.032l-0.036,0.506 C16.779,11.283,16.779,11.304,16.781,11.332"/> <path fill="%23999999" d="M19.478,5.126c-0.039,0.034-0.076,0.067-0.111,0.099l5.507,1.404l0.034,0.02l1.516,1.169l0.017,0.01 c0.003-0.006,0.011-0.012,0.024-0.02l0.069-0.096c0.159-0.204,0.326-0.392,0.5-0.564c0.03-0.031,0.061-0.063,0.091-0.094 l0.236-0.202c0.008-0.007,0.015-0.016,0.022-0.027l-7.636-1.914c-0.011,0.012-0.021,0.022-0.029,0.029L19.478,5.126"/> <path fill="%23999999" d="M22.363,1.469l-0.141-0.037c-0.087-0.026-0.183-0.045-0.286-0.058c-0.397-0.045-0.811-0.007-1.241,0.114 L20.45,1.57c-0.022,0.006-0.037,0.014-0.044,0.025l7.711,1.713c0.007-0.011,0.023-0.022,0.049-0.034l0.224-0.091 c0.403-0.143,0.79-0.193,1.16-0.151l-7.126-1.543c-0.001-0.004-0.01-0.01-0.025-0.015C22.381,1.474,22.368,1.472,22.363,1.469z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23269FBF" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%232189a5" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23269FBF" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.green.icon-env-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%2321663c" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%2339b563" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%232f8c51" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.green.icon-env-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23FFFFFF" d="M4.233,1.451L1.987,2.422l1.098,18.529l15.591,10.381l1.961-1.48l1.378-19.683L4.233,1.451z M16.662,25.031 l-9.828-6.24L6.405,7.288l10.797,5.654L16.662,25.031z"/> <polygon fill="%2321663c" points="21.493,10.469 19.787,11.472 18.658,30.719 20.154,29.59 "/> <polyline fill="%2339b563" points="6.345,19.072 5.073,19.812 4.826,19.955 17.034,27.907 17.124,25.917 6.345,19.072 "/> <polyline fill="%2321663c" points="5.873,6.444 4.115,5.524 4.826,19.947 5.065,19.805 5.073,19.812 6.345,19.072 5.873,6.444 "/> <polygon fill="%2339b563" points="19.787,11.472 21.493,10.469 4.22,2.001 2.507,2.742 "/> <path fill="%232f8c51" d="M2.507,2.742l1.062,17.931l15.089,10.047l1.13-19.248L2.507,2.742z M17.034,27.907L4.826,19.955L4.115,5.524 l13.6,7.122L17.034,27.907z"/> </svg>');
}
.green.icon-env-scope-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23676767" d="M17.344,17.844c0,0.251-0.069,0.601,0,0.84c0.17,0.588,0.892,1.003,1.46,1.043 c1.259,0.091,2.065-1.183,1.851-2.333C20.337,19.032,18.095,19.301,17.344,17.844"/> <path fill="%23676767" d="M14.516,18.295c-0.256-0.26-0.417-0.561-0.484-0.901c-0.206,1.15,0.591,2.424,1.854,2.333 c0.55-0.04,1.163-0.388,1.387-0.918c0.125-0.295,0.071-0.641,0.071-0.966C16.805,18.912,15.355,19.15,14.516,18.295"/> <path fill="none" d="M17.344,17.4v0.84"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4257" y1="16.404" x2="20.6145" y2="25.3912"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="0.7538" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.942,19.88c1.358,0.908,2.294,2.517,2.764,4.048c0.427,1.392,0.65,3.4-0.449,4.557 c2.663-2.335,5.326-4.67,7.99-7.004c0.689-0.604,1.003-1.313,0.779-2.275c-0.306-1.314-1.41-2.391-2.793-2.142 c-1.933,0.349-3.857,0.757-5.785,1.135c-1.583,0.311-3.165,0.622-4.747,0.934C11.378,19.044,12.125,19.293,12.942,19.88"/> <path fill="%2321663c" d="M7.842,23.637c-0.03,0.03-0.061,0.058-0.093,0.086l0.893-0.661c-0.039-0.375-0.055-0.754-0.033-1.131 C8.517,22.553,8.303,23.188,7.842,23.637z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9103" y1="11.9175" x2="13.1939" y2="19.3369"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="0.7538" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.965,13.167c-3.64,0.432-7.269,1.034-10.9,1.548c1.429-0.103,2.648,1.201,3.34,2.307 c0.817,1.307,1.336,2.92,1.244,4.472c0.203-1.429,1.085-2.172,2.426-2.435c1.143-0.225,2.285-0.45,3.428-0.674 c0.79-0.155,1.325-0.56,1.964-1.078C17.808,16.221,16.864,12.961,14.965,13.167"/> <path fill="%232f8c51" d="M15.018,22.305c-0.786-1.443-2.456-3.417-4.318-3.173c-1.198,0.188-1.889,1.225-2.05,2.361 c0.128-2.152-0.879-4.64-2.569-6.005c-0.71-0.574-1.728-1.057-2.617-0.589c-0.901,0.474-1.177,1.604-1.214,2.538 c-0.084,2.126,0.899,4.559,2.567,5.913c1.67,1.355,3.48,0.701,3.794-1.42c-0.121,2.087,0.808,4.317,2.264,5.8 c1.227,1.25,3.407,2.27,4.635,0.437C16.634,26.489,15.896,23.918,15.018,22.305z"/> <path fill="%2321663c" d="M9.74,20.945c-1.004,1.535-0.257,3.803,0.656,5.189c0.846,1.284,3.138,3.129,4.39,1.26 c1.042-1.555,0.228-3.917-0.732-5.298C13.203,20.869,10.947,19.096,9.74,20.945"/> <path fill="%2321663c" d="M7.597,18.828c-0.46-1.286-1.744-3.461-3.413-3.135c-1.821,0.356-1.399,3.134-0.966,4.345 c0.456,1.274,1.675,3.338,3.297,3.147C8.443,22.959,8.045,20.058,7.597,18.828z"/> <path fill="%23FFFFFF" d="M3.347,17.502C3.13,18.979,3.781,20.68,4.785,21.76c1.1,1.184,2.786,1.281,3.121-0.567 c0.274-1.511-0.402-3.266-1.421-4.378C5.323,15.57,3.626,15.598,3.347,17.502z"/> <path fill="%23FFFFFF" d="M13.041,20.783c-1.42-1.073-3.07-0.558-3.28,1.283c-0.182,1.752,0.705,3.739,2.081,4.827 c1.552,1.228,3.278,0.574,3.389-1.448C15.326,23.725,14.411,21.819,13.041,20.783z"/> </svg>');
}
.green.icon-env-scope-request{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M15.266,11.085h-2.194H8.951H6.758l0.202,2.184l0.879,9.502l0.037,0.405 c-0.505,0.67-0.769,1.459-0.769,2.312c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.85-0.261-1.637-0.759-2.307l0.038-0.409l0.879-9.502 L15.266,11.085L15.266,11.085z"/> <polygon fill="%232f8c51" points="13.072,13.085 12.193,22.587 9.83,22.587 8.951,13.085 "/> <path fill="%232f8c51" d="M12.906,25.487c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S12.906,24.973,12.906,25.487z"/> </svg>');
}
.green.icon-env-scope-conversation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <ellipse fill="%23FFFFFF" cx="13.813" cy="20.453" rx="8.348" ry="5.736"/> <path fill="%2321663c" d="M14.001,16.657c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,17.15,11.948,16.657,14.001,16.657 M14.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,16.545,17.193,15.316,14.001,15.316L14.001,15.316 z"/> <path fill="%2339b563" d="M14.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,15.836,11.948,15.343,14.001,15.343 M14.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,15.23,17.193,14.001,14.001,14.001L14.001,14.001z "/> </svg>');
}
.green.icon-env-scope-session{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.663c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.663z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.745,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M11.345,11.416c-2.439,0-4.568,1.739-4.952,4.045c-0.176,1.058-0.415,3.619,0.909,5.61 c-0.147,0.039-0.32,0.079-0.525,0.124c-0.704,0.156-1.581,0.351-2.392,0.928c-2.127,1.512-1.764,4.375-1.715,4.696l0.256,1.702 h1.721h6.697h6.697h1.721l0.256-1.702c0.048-0.321,0.412-3.184-1.715-4.697c-0.811-0.577-1.687-0.771-2.391-0.928 c-0.205-0.045-0.378-0.085-0.525-0.125c1.324-1.991,1.086-4.551,0.909-5.61C15.913,13.155,13.784,11.416,11.345,11.416 L11.345,11.416z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="%232f8c51" d="M17.145,23.752c-1.186-0.844-3.006-0.396-4.14-1.898 c0,0-0.422-0.475,0.527-1.635s1.028-3.006,0.791-4.43c-0.237-1.424-1.582-2.373-2.979-2.373s-2.742,0.949-2.979,2.373 c-0.237,1.424-0.158,3.27,0.791,4.43c0.949,1.16,0.527,1.635,0.527,1.635c-1.134,1.503-2.953,1.055-4.14,1.898 c-1.187,0.844-0.897,2.769-0.897,2.769h6.697h6.697C18.042,26.521,18.332,24.596,17.145,23.752z"/> </svg>');
}
.green.icon-env-scope-project{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <polygon fill="%23FFFFFF" points="12.205,11.91 11.787,12.092 4.807,15.143 4.098,15.453 4.188,16.222 5.066,23.71 5.118,24.152 5.473,24.421 11.574,29.043 12.205,29.521 12.835,29.043 18.937,24.421 19.292,24.152 19.344,23.71 20.222,16.222 20.312,15.453 19.603,15.143 12.623,12.092 12.205,11.91 "/> <path fill="%2321663c" d="M12.205,28.211l6.102-4.623l0.878-7.488l-6.98,3.975V28.211z"/> <path fill="%232f8c51" d="M6.103,23.589l6.102,4.623v-8.136L5.225,16.1L6.103,23.589z"/> <path fill="%2339b563" d="M19.185,16.1l-6.98-3.051L5.225,16.1l6.98,3.975L19.185,16.1z"/> </svg>');
}
.green.icon-env-scope-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%2339b563" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%2339b563" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%2339b563" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%2321663c" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%2321663c" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%2321663c" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%232f8c51" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%232f8c51" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%232f8c51" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg> ');
}
.green.icon-env-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%2339b563" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%2339b563" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%2339b563" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%2321663c" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%2321663c" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%2321663c" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%232f8c51" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%232f8c51" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%232f8c51" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg>');
}
.green.icon-env-server_web-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="25.873,20.434 20.098,15.159 19.538,14.648 20.074,13.031 17.767,13.031 17.309,12.612 17.309,13.031 15.238,13.031 14.035,13.031 13.657,14.172 10.658,23.22 10.658,22.826 10.658,22.095 10.12,21.6 9.11,20.672 10.117,19.751 10.658,19.256 10.658,18.522 10.658,15.389 10.658,11.612 7.87,14.159 2.095,19.434 0.751,20.661 2.092,21.891 7.867,27.187 8.999,28.225 8.908,28.502 8.182,30.691 10.489,30.691 13.018,30.691 14.22,30.691 14.599,29.55 17.593,20.515 17.85,20.75 18.856,21.672 17.847,22.6 17.309,23.095 17.309,23.826 17.309,26.959 17.309,30.746 20.1,28.187 25.875,22.891 27.216,21.661 "/> <path fill="%232f8c51" d="M17.767,14.696l-4.749,14.33h-2.529l4.749-14.33H17.767z"/> <path fill="%232f8c51" d="M8.993,25.959l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V25.959z"/> <path fill="%232f8c51" d="M24.749,21.664l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L24.749,21.664z"/> </svg>');
}
.green.icon-env-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%232f8c51" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%2321663c" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%232f8c51" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.green.icon-env-java-extension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="28.4,22.279 28.792,15.585 22.464,12.003 22.342,18.557 28.4,22.279 "/> <polygon fill="%23999999" points="29.298,4.977 22.612,1.604 22.481,8.847 23.466,9.396 28.862,12.403 "/> <polyline fill="%23676767" points="28.792,15.585 28.4,22.279 30.222,20.998 30.683,14.356 28.792,15.585 "/> <polygon fill="%23676767" points="31.285,3.817 29.298,4.977 28.862,12.403 29.751,11.828 30.771,11.183 "/> <polyline fill="%23CCCCCC" points="29.751,13.842 24.324,10.91 23.466,11.41 22.464,12.003 28.792,15.585 30.683,14.356 29.751,13.842 "/> <polygon fill="%23CCCCCC" points="31.247,3.839 24.596,0.578 22.596,1.63 29.265,4.995 "/> <polyline fill="%23999999" points="24.324,24.927 24.701,18.381 18.212,14.349 18.117,19.435 18.099,20.782 24.324,24.927 "/> <polyline fill="%23676767" points="26.66,16.996 24.701,18.381 24.324,24.927 26.199,23.514 26.66,16.996 "/> <polyline fill="%23CCCCCC" points="20.18,13.068 19.106,13.756 18.212,14.349 24.701,18.381 26.66,16.996 20.18,13.068 "/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%232f8c51" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%2321663c" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%232f8c51" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.green.icon-env-java-runtime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.496,7.96c0.001,0.004-0.001,0.015-0.007,0.03l7.807,2.215c-0.002-0.009-0.002-0.016,0.002-0.022 l-0.032-0.042l0.039,0.012c0.002-0.039,0.005-0.061,0.009-0.066l0.248-0.702c0.082-0.225,0.17-0.447,0.264-0.666 c0.06-0.144,0.122-0.284,0.185-0.421c0.087-0.207,0.204-0.456,0.352-0.745c0.034-0.075,0.072-0.151,0.115-0.229 c0.01-0.017,0.02-0.036,0.029-0.057l0.351-0.62c0.007-0.011,0.012-0.017,0.017-0.018l-5.507-1.404l-2.311-0.583 c-0.004,0.001-0.008,0.004-0.012,0.01c-0.003,0.006-0.008,0.016-0.014,0.032l-0.335,0.555c-0.172,0.295-0.336,0.611-0.491,0.948 c-0.133,0.271-0.279,0.609-0.439,1.013L15.496,7.96"/> <path fill="%23CCCCCC" d="M31.913,5.683l0.034-0.037L29.8,5.151l-0.14,1.283c0.001,0.004,0.002,0.026,0.002,0.064l0.089,0.071 c0.15,0.125,0.291,0.291,0.424,0.499l0.049,0.081c0.009,0.036,0.019,0.057,0.03,0.064l0.007-0.002 c0.004-0.001,0.008-0.004,0.012-0.01L31.913,5.683"/> <path fill="%23CCCCCC" d="M18.183,18.322l0.008,0.005l7.239,2.634l-0.002-0.007l0.308-3.191l-0.002-0.007l-0.942-0.325l-1.734,1.72 l-0.007,0.002l-4.831-1.718l-0.06,0.855c-0.001,0.015,0.003,0.023,0.013,0.025C18.176,18.322,18.179,18.324,18.183,18.322"/> <path fill="%23CCCCCC" d="M16.778,11.376c-0.009,0.002-0.015,0.006-0.019,0.012l-1.922,2.232c-0.023,0.025-0.038,0.048-0.047,0.069 l7.633,2.551c0.002-0.01,0.007-0.021,0.014-0.032c0.024-0.02,0.039-0.036,0.046-0.047l1.874-2.409 c0.003-0.006,0.007-0.011,0.01-0.017L16.778,11.376"/> <path fill="%23CCCCCC" d="M28.1,3.327c0.003-0.006,0.009-0.012,0.017-0.018l-7.711-1.713c-0.012,0.008-0.02,0.017-0.022,0.027 l-0.612,3.219c-0.007,0.03-0.015,0.054-0.025,0.071l7.636,1.914c0.009-0.021,0.019-0.05,0.029-0.086L28.1,3.327z"/> <path fill="%23676767" d="M28.166,3.275c-0.026,0.011-0.042,0.022-0.049,0.034c-0.008,0.007-0.014,0.013-0.017,0.018L27.412,6.74 c-0.01,0.036-0.02,0.064-0.029,0.086c-0.007,0.011-0.014,0.02-0.022,0.027l-0.236,0.202c-0.03,0.031-0.061,0.063-0.091,0.094 c-0.174,0.172-0.341,0.36-0.5,0.564l-0.069,0.096c-0.012,0.008-0.02,0.015-0.024,0.02l-0.015-0.003l-0.002-0.007l-1.516-1.169 l-0.034-0.02c-0.004,0.001-0.01,0.007-0.017,0.018l-0.351,0.62c-0.009,0.021-0.019,0.04-0.029,0.057 c-0.043,0.077-0.081,0.154-0.115,0.229c-0.148,0.289-0.265,0.538-0.352,0.745c-0.064,0.137-0.125,0.278-0.185,0.421 c-0.094,0.219-0.182,0.441-0.264,0.666l-0.248,0.702c-0.003,0.006-0.006,0.028-0.009,0.066c-0.003,0.006-0.006,0.016-0.007,0.03 c-0.003,0.006-0.004,0.013-0.002,0.022l-7.807-2.215l1.453,1.664c0.02,0.024,0.034,0.042,0.042,0.054l7.645,2.255 c-0.002,0.01-0.005,0.02-0.007,0.03c-0.077,0.343-0.139,0.708-0.187,1.094c-0.019,0.134-0.037,0.312-0.053,0.535 c-0.007,0.049-0.012,0.086-0.015,0.111c-0.003,0.006-0.007,0.011-0.01,0.017l-1.874,2.409c-0.007,0.011-0.022,0.027-0.046,0.047 c-0.007,0.011-0.011,0.022-0.014,0.032c-0.007,0.011-0.009,0.021-0.007,0.03l0.008,0.12c0.006,0.082,0.013,0.167,0.02,0.256 c0.062,0.635,0.163,1.196,0.302,1.681c0.032,0.111,0.069,0.22,0.11,0.327c0.055,0.163,0.115,0.32,0.181,0.47 c0.004,0.018,0.009,0.029,0.015,0.032l0.007-0.002l1.734-1.72l0.251-0.255c0.006-0.006,0.012-0.005,0.019,0.003 c0.001,0.004,0.003,0.013,0.007,0.027l0.022,0.03l0.166,0.181c0.065,0.07,0.143,0.136,0.235,0.199l0.185,0.112 c0.03,0.007,0.049,0.016,0.057,0.029l0.002,0.007l-0.308,3.191l0.002,0.007c0.001,0.004,0.008,0.005,0.022,0.002l0.253-0.02 c0.189-0.018,0.381-0.063,0.578-0.136c0.189-0.066,0.388-0.156,0.598-0.27l0.435-0.279c0.008-0.007,0.016-0.013,0.024-0.02 c0.009-0.021,0.016-0.049,0.022-0.084l0.646-3.124c-0.001-0.004,0.003-0.008,0.012-0.01c0.01-0.017,0.03-0.041,0.061-0.072 l0.079-0.084c0.164-0.174,0.326-0.362,0.486-0.564c0.042-0.063,0.084-0.123,0.127-0.182l0.068-0.103 c0.019-0.021,0.03-0.032,0.035-0.034l0.007-0.002l1.173,0.736c0.011,0.007,0.03,0.024,0.055,0.051l0.008,0.005 c0.006,0.003,0.013,0.006,0.024,0.008c0.009-0.002,0.017-0.009,0.024-0.02c0.18-0.34,0.341-0.668,0.482-0.985 c0.289-0.622,0.557-1.325,0.804-2.109l-0.977-1.475c-0.007-0.008-0.004-0.03,0.009-0.066l0.048-0.212 c0.081-0.406,0.14-0.792,0.179-1.156c0.004-0.063,0.008-0.104,0.012-0.125c0.002-0.01,0.008-0.024,0.019-0.04 c0.009-0.021,0.024-0.049,0.044-0.082l1.428-1.916c0.036-0.047,0.059-0.079,0.069-0.096c0.003-0.006,0.009-0.013,0.016-0.022 c0.003-0.025,0.005-0.056,0.005-0.094c-0.008-0.379-0.023-0.718-0.044-1.015c-0.026-0.318-0.067-0.627-0.123-0.928l-0.169-0.741 l-0.013-0.025l-0.007-0.027l-0.034,0.037l-1.641,1.518c-0.003,0.006-0.007,0.009-0.012,0.01l-0.007,0.002 c-0.011-0.007-0.021-0.028-0.03-0.064l-0.049-0.081c-0.133-0.208-0.274-0.374-0.424-0.499l-0.089-0.071c0-0.038,0-0.059-0.002-0.064 l0.14-1.283l0.213-2.012l-0.002-0.007l-0.461-0.1c-0.37-0.042-0.757,0.009-1.16,0.151L28.166,3.275"/> <path fill="%23676767" d="M27.21,8.742c0.055-0.066,0.111-0.124,0.168-0.174l0.563-0.383c-0.001-0.004,0.001-0.007,0.005-0.008 c0.128-0.06,0.258-0.102,0.391-0.125l0.003-0.001c0.247-0.03,0.444-0.005,0.591,0.075l0.125,0.073 c0.124,0.079,0.239,0.194,0.343,0.344c0.032,0.054,0.065,0.11,0.099,0.169l0.089,0.185l0.21,0.731 c-0.003,0.006-0.004,0.013-0.002,0.022c0.001,0.004,0.003,0.011,0.005,0.02c-0.001,0.015,0,0.029,0.003,0.042l0.05,0.52 c0.004,0.037,0.007,0.077,0.008,0.12c0.001,0.062,0,0.126-0.002,0.194l-0.162,1.424c-0.016,0.071-0.032,0.141-0.048,0.212 c-0.072,0.306-0.155,0.6-0.25,0.881c-0.18,0.505-0.399,0.975-0.656,1.41c-0.308,0.508-0.618,0.896-0.931,1.164 c-0.129,0.113-0.259,0.205-0.39,0.275c-0.161,0.083-0.322,0.137-0.485,0.163c-0.43,0.073-0.783-0.091-1.059-0.492 c-0.001-0.004-0.004-0.008-0.01-0.012c-0.039-0.062-0.077-0.126-0.112-0.194c-0.065-0.137-0.122-0.285-0.171-0.444 c-0.049-0.159-0.087-0.33-0.113-0.512l-0.002-0.007c-0.109-0.738-0.058-1.557,0.154-2.455c0.003-0.006,0.005-0.011,0.003-0.015 c0.086-0.365,0.19-0.711,0.311-1.039c0.165-0.451,0.363-0.868,0.595-1.252c0.033-0.061,0.069-0.117,0.108-0.17 c0.081-0.135,0.165-0.258,0.252-0.37L27.21,8.742z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-92.0843" y1="-22.5988" x2="-87.7825" y2="-23.6641" gradientTransform="matrix(0.9707 -0.2404 -0.2404 -0.9707 109.3886 -32.005)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M27.378,8.569c-0.057,0.05-0.113,0.108-0.168,0.174l-0.316,0.371 c-0.087,0.112-0.171,0.235-0.252,0.37c-0.039,0.053-0.075,0.109-0.108,0.17c-0.232,0.384-0.43,0.801-0.595,1.252 c-0.121,0.328-0.225,0.674-0.311,1.039c0.001,0.004,0,0.01-0.003,0.015c-0.211,0.899-0.263,1.717-0.154,2.455l0.002,0.007 c0.026,0.182,0.063,0.353,0.113,0.512c0.049,0.159,0.106,0.307,0.171,0.444c0.036,0.067,0.073,0.132,0.112,0.194 c0.006,0.003,0.009,0.007,0.01,0.012c0.276,0.401,0.629,0.565,1.059,0.492c0.163-0.026,0.325-0.08,0.485-0.163 c0.13-0.07,0.26-0.162,0.39-0.275c0.313-0.268,0.623-0.656,0.931-1.164c0.257-0.435,0.475-0.906,0.656-1.41 c0.095-0.281,0.178-0.575,0.25-0.881c0.016-0.071,0.032-0.141,0.048-0.212l0.162-1.424c0.002-0.067,0.003-0.132,0.002-0.194 c-0.001-0.043-0.004-0.083-0.008-0.12l-0.05-0.52C29.8,9.7,29.799,9.685,29.8,9.671c-0.002-0.009-0.004-0.016-0.005-0.02 c-0.002-0.009-0.002-0.016,0.002-0.022l-0.21-0.731l-0.089-0.185c-0.034-0.058-0.067-0.115-0.099-0.169 c-0.104-0.151-0.218-0.265-0.343-0.344l-0.125-0.073c-0.147-0.08-0.344-0.105-0.591-0.075l-0.003,0.001 c-0.132,0.023-0.263,0.065-0.391,0.125c-0.004,0.001-0.006,0.004-0.005,0.008L27.378,8.569z"/> <path fill="%23999999" d="M28.881,15.981l-0.007,0.002c-0.004,0.001-0.016,0.012-0.035,0.034l-0.068,0.103 c-0.043,0.058-0.085,0.119-0.127,0.182l1.472,0.472l-0.008-0.005c-0.026-0.027-0.044-0.044-0.055-0.051L28.881,15.981"/> <path fill="%23999999" d="M25.493,17.617c-0.092-0.063-0.17-0.129-0.235-0.199l-0.166-0.181l-0.022-0.03 c-0.003-0.013-0.006-0.022-0.007-0.027c-0.007-0.008-0.013-0.009-0.019-0.003l-0.251,0.255l0.942,0.325 c-0.008-0.012-0.027-0.022-0.057-0.029L25.493,17.617"/> <path fill="%23999999" d="M14.798,13.836c0.078,0.679,0.214,1.296,0.408,1.851c0.104,0.286,0.215,0.539,0.331,0.758 c0.009,0.017,0.016,0.027,0.022,0.03l0.007-0.002l2.655,0.962l4.831,1.718c-0.006-0.003-0.011-0.014-0.015-0.032 c-0.066-0.151-0.126-0.307-0.181-0.47c-0.041-0.107-0.077-0.216-0.11-0.327c-0.139-0.485-0.24-1.046-0.302-1.681 c-0.008-0.089-0.014-0.174-0.02-0.256l-0.008-0.12c-0.002-0.009,0-0.019,0.007-0.03l-7.633-2.551 c-0.007,0.011-0.009,0.021-0.007,0.03L14.798,13.836"/> <path fill="%23999999" d="M16.781,11.332c-0.001,0.015-0.002,0.029-0.003,0.044l7.589,2.358c0.003-0.025,0.009-0.062,0.015-0.111 c0.016-0.223,0.034-0.402,0.053-0.535c0.047-0.386,0.11-0.751,0.187-1.094c0.002-0.01,0.005-0.02,0.007-0.03l-7.645-2.255 c0.002,0.009,0.002,0.016-0.002,0.022c-0.072,0.344-0.128,0.688-0.166,1.032l-0.036,0.506 C16.779,11.283,16.779,11.304,16.781,11.332"/> <path fill="%23999999" d="M19.478,5.126c-0.039,0.034-0.076,0.067-0.111,0.099l5.507,1.404l0.034,0.02l1.516,1.169l0.017,0.01 c0.003-0.006,0.011-0.012,0.024-0.02l0.069-0.096c0.159-0.204,0.326-0.392,0.5-0.564c0.03-0.031,0.061-0.063,0.091-0.094 l0.236-0.202c0.008-0.007,0.015-0.016,0.022-0.027l-7.636-1.914c-0.011,0.012-0.021,0.022-0.029,0.029L19.478,5.126"/> <path fill="%23999999" d="M22.363,1.469l-0.141-0.037c-0.087-0.026-0.183-0.045-0.286-0.058c-0.397-0.045-0.811-0.007-1.241,0.114 L20.45,1.57c-0.022,0.006-0.037,0.014-0.044,0.025l7.711,1.713c0.007-0.011,0.023-0.022,0.049-0.034l0.224-0.091 c0.403-0.143,0.79-0.193,1.16-0.151l-7.126-1.543c-0.001-0.004-0.01-0.01-0.025-0.015C22.381,1.474,22.368,1.472,22.363,1.469z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%232f8c51" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%2321663c" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%232f8c51" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.lightGreen.icon-env-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%23009900" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%2300e500" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%2300b200" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.lightGreen.icon-env-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23FFFFFF" d="M4.233,1.451L1.987,2.422l1.098,18.529l15.591,10.381l1.961-1.48l1.378-19.683L4.233,1.451z M16.662,25.031 l-9.828-6.24L6.405,7.288l10.797,5.654L16.662,25.031z"/> <polygon fill="%23009900" points="21.493,10.469 19.787,11.472 18.658,30.719 20.154,29.59 "/> <polyline fill="%2300e500" points="6.345,19.072 5.073,19.812 4.826,19.955 17.034,27.907 17.124,25.917 6.345,19.072 "/> <polyline fill="%23009900" points="5.873,6.444 4.115,5.524 4.826,19.947 5.065,19.805 5.073,19.812 6.345,19.072 5.873,6.444 "/> <polygon fill="%2300e500" points="19.787,11.472 21.493,10.469 4.22,2.001 2.507,2.742 "/> <path fill="%2300b200" d="M2.507,2.742l1.062,17.931l15.089,10.047l1.13-19.248L2.507,2.742z M17.034,27.907L4.826,19.955L4.115,5.524 l13.6,7.122L17.034,27.907z"/> </svg>');
}
.lightGreen.icon-env-scope-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23676767" d="M17.344,17.844c0,0.251-0.069,0.601,0,0.84c0.17,0.588,0.892,1.003,1.46,1.043 c1.259,0.091,2.065-1.183,1.851-2.333C20.337,19.032,18.095,19.301,17.344,17.844"/> <path fill="%23676767" d="M14.516,18.295c-0.256-0.26-0.417-0.561-0.484-0.901c-0.206,1.15,0.591,2.424,1.854,2.333 c0.55-0.04,1.163-0.388,1.387-0.918c0.125-0.295,0.071-0.641,0.071-0.966C16.805,18.912,15.355,19.15,14.516,18.295"/> <path fill="none" d="M17.344,17.4v0.84"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4257" y1="16.404" x2="20.6145" y2="25.3912"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="0.7538" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.942,19.88c1.358,0.908,2.294,2.517,2.764,4.048c0.427,1.392,0.65,3.4-0.449,4.557 c2.663-2.335,5.326-4.67,7.99-7.004c0.689-0.604,1.003-1.313,0.779-2.275c-0.306-1.314-1.41-2.391-2.793-2.142 c-1.933,0.349-3.857,0.757-5.785,1.135c-1.583,0.311-3.165,0.622-4.747,0.934C11.378,19.044,12.125,19.293,12.942,19.88"/> <path fill="%23009900" d="M7.842,23.637c-0.03,0.03-0.061,0.058-0.093,0.086l0.893-0.661c-0.039-0.375-0.055-0.754-0.033-1.131 C8.517,22.553,8.303,23.188,7.842,23.637z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9103" y1="11.9175" x2="13.1939" y2="19.3369"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="0.7538" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.965,13.167c-3.64,0.432-7.269,1.034-10.9,1.548c1.429-0.103,2.648,1.201,3.34,2.307 c0.817,1.307,1.336,2.92,1.244,4.472c0.203-1.429,1.085-2.172,2.426-2.435c1.143-0.225,2.285-0.45,3.428-0.674 c0.79-0.155,1.325-0.56,1.964-1.078C17.808,16.221,16.864,12.961,14.965,13.167"/> <path fill="%2300b200" d="M15.018,22.305c-0.786-1.443-2.456-3.417-4.318-3.173c-1.198,0.188-1.889,1.225-2.05,2.361 c0.128-2.152-0.879-4.64-2.569-6.005c-0.71-0.574-1.728-1.057-2.617-0.589c-0.901,0.474-1.177,1.604-1.214,2.538 c-0.084,2.126,0.899,4.559,2.567,5.913c1.67,1.355,3.48,0.701,3.794-1.42c-0.121,2.087,0.808,4.317,2.264,5.8 c1.227,1.25,3.407,2.27,4.635,0.437C16.634,26.489,15.896,23.918,15.018,22.305z"/> <path fill="%23009900" d="M9.74,20.945c-1.004,1.535-0.257,3.803,0.656,5.189c0.846,1.284,3.138,3.129,4.39,1.26 c1.042-1.555,0.228-3.917-0.732-5.298C13.203,20.869,10.947,19.096,9.74,20.945"/> <path fill="%23009900" d="M7.597,18.828c-0.46-1.286-1.744-3.461-3.413-3.135c-1.821,0.356-1.399,3.134-0.966,4.345 c0.456,1.274,1.675,3.338,3.297,3.147C8.443,22.959,8.045,20.058,7.597,18.828z"/> <path fill="%23FFFFFF" d="M3.347,17.502C3.13,18.979,3.781,20.68,4.785,21.76c1.1,1.184,2.786,1.281,3.121-0.567 c0.274-1.511-0.402-3.266-1.421-4.378C5.323,15.57,3.626,15.598,3.347,17.502z"/> <path fill="%23FFFFFF" d="M13.041,20.783c-1.42-1.073-3.07-0.558-3.28,1.283c-0.182,1.752,0.705,3.739,2.081,4.827 c1.552,1.228,3.278,0.574,3.389-1.448C15.326,23.725,14.411,21.819,13.041,20.783z"/> </svg>');
}
.lightGreen.icon-env-scope-request{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M15.266,11.085h-2.194H8.951H6.758l0.202,2.184l0.879,9.502l0.037,0.405 c-0.505,0.67-0.769,1.459-0.769,2.312c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.85-0.261-1.637-0.759-2.307l0.038-0.409l0.879-9.502 L15.266,11.085L15.266,11.085z"/> <polygon fill="%2300b200" points="13.072,13.085 12.193,22.587 9.83,22.587 8.951,13.085 "/> <path fill="%2300b200" d="M12.906,25.487c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S12.906,24.973,12.906,25.487z"/> </svg>');
}
.lightGreen.icon-env-scope-conversation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <ellipse fill="%23FFFFFF" cx="13.813" cy="20.453" rx="8.348" ry="5.736"/> <path fill="%23009900" d="M14.001,16.657c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,17.15,11.948,16.657,14.001,16.657 M14.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,16.545,17.193,15.316,14.001,15.316L14.001,15.316 z"/> <path fill="%2300e500" d="M14.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,15.836,11.948,15.343,14.001,15.343 M14.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,15.23,17.193,14.001,14.001,14.001L14.001,14.001z "/> </svg>');
}
.lightGreen.icon-env-scope-session{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.663c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.663z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.745,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M11.345,11.416c-2.439,0-4.568,1.739-4.952,4.045c-0.176,1.058-0.415,3.619,0.909,5.61 c-0.147,0.039-0.32,0.079-0.525,0.124c-0.704,0.156-1.581,0.351-2.392,0.928c-2.127,1.512-1.764,4.375-1.715,4.696l0.256,1.702 h1.721h6.697h6.697h1.721l0.256-1.702c0.048-0.321,0.412-3.184-1.715-4.697c-0.811-0.577-1.687-0.771-2.391-0.928 c-0.205-0.045-0.378-0.085-0.525-0.125c1.324-1.991,1.086-4.551,0.909-5.61C15.913,13.155,13.784,11.416,11.345,11.416 L11.345,11.416z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="%2300b200" d="M17.145,23.752c-1.186-0.844-3.006-0.396-4.14-1.898 c0,0-0.422-0.475,0.527-1.635s1.028-3.006,0.791-4.43c-0.237-1.424-1.582-2.373-2.979-2.373s-2.742,0.949-2.979,2.373 c-0.237,1.424-0.158,3.27,0.791,4.43c0.949,1.16,0.527,1.635,0.527,1.635c-1.134,1.503-2.953,1.055-4.14,1.898 c-1.187,0.844-0.897,2.769-0.897,2.769h6.697h6.697C18.042,26.521,18.332,24.596,17.145,23.752z"/> </svg>');
}
.lightGreen.icon-env-scope-project{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <polygon fill="%23FFFFFF" points="12.205,11.91 11.787,12.092 4.807,15.143 4.098,15.453 4.188,16.222 5.066,23.71 5.118,24.152 5.473,24.421 11.574,29.043 12.205,29.521 12.835,29.043 18.937,24.421 19.292,24.152 19.344,23.71 20.222,16.222 20.312,15.453 19.603,15.143 12.623,12.092 12.205,11.91 "/> <path fill="%23009900" d="M12.205,28.211l6.102-4.623l0.878-7.488l-6.98,3.975V28.211z"/> <path fill="%2300b200" d="M6.103,23.589l6.102,4.623v-8.136L5.225,16.1L6.103,23.589z"/> <path fill="%2300e500" d="M19.185,16.1l-6.98-3.051L5.225,16.1l6.98,3.975L19.185,16.1z"/> </svg>');
}
.lightGreen.icon-env-scope-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%2300e500" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%2300e500" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%2300e500" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%23009900" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%23009900" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%23009900" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%2300b200" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%2300b200" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%2300b200" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg> ');
}
.lightGreen.icon-env-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%2300e500" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%2300e500" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%2300e500" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%23009900" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%23009900" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%23009900" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%2300b200" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%2300b200" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%2300b200" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg>');
}
.lightGreen.icon-env-server_web-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="25.873,20.434 20.098,15.159 19.538,14.648 20.074,13.031 17.767,13.031 17.309,12.612 17.309,13.031 15.238,13.031 14.035,13.031 13.657,14.172 10.658,23.22 10.658,22.826 10.658,22.095 10.12,21.6 9.11,20.672 10.117,19.751 10.658,19.256 10.658,18.522 10.658,15.389 10.658,11.612 7.87,14.159 2.095,19.434 0.751,20.661 2.092,21.891 7.867,27.187 8.999,28.225 8.908,28.502 8.182,30.691 10.489,30.691 13.018,30.691 14.22,30.691 14.599,29.55 17.593,20.515 17.85,20.75 18.856,21.672 17.847,22.6 17.309,23.095 17.309,23.826 17.309,26.959 17.309,30.746 20.1,28.187 25.875,22.891 27.216,21.661 "/> <path fill="%2300b200" d="M17.767,14.696l-4.749,14.33h-2.529l4.749-14.33H17.767z"/> <path fill="%2300b200" d="M8.993,25.959l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V25.959z"/> <path fill="%2300b200" d="M24.749,21.664l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L24.749,21.664z"/> </svg>');
}
.lightGreen.icon-env-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%2300b200" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23009900" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%2300b200" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.lightGreen.icon-env-java-extension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="28.4,22.279 28.792,15.585 22.464,12.003 22.342,18.557 28.4,22.279 "/> <polygon fill="%23999999" points="29.298,4.977 22.612,1.604 22.481,8.847 23.466,9.396 28.862,12.403 "/> <polyline fill="%23676767" points="28.792,15.585 28.4,22.279 30.222,20.998 30.683,14.356 28.792,15.585 "/> <polygon fill="%23676767" points="31.285,3.817 29.298,4.977 28.862,12.403 29.751,11.828 30.771,11.183 "/> <polyline fill="%23CCCCCC" points="29.751,13.842 24.324,10.91 23.466,11.41 22.464,12.003 28.792,15.585 30.683,14.356 29.751,13.842 "/> <polygon fill="%23CCCCCC" points="31.247,3.839 24.596,0.578 22.596,1.63 29.265,4.995 "/> <polyline fill="%23999999" points="24.324,24.927 24.701,18.381 18.212,14.349 18.117,19.435 18.099,20.782 24.324,24.927 "/> <polyline fill="%23676767" points="26.66,16.996 24.701,18.381 24.324,24.927 26.199,23.514 26.66,16.996 "/> <polyline fill="%23CCCCCC" points="20.18,13.068 19.106,13.756 18.212,14.349 24.701,18.381 26.66,16.996 20.18,13.068 "/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%2300b200" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23009900" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%2300b200" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.lightGreen.icon-env-java-runtime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.496,7.96c0.001,0.004-0.001,0.015-0.007,0.03l7.807,2.215c-0.002-0.009-0.002-0.016,0.002-0.022 l-0.032-0.042l0.039,0.012c0.002-0.039,0.005-0.061,0.009-0.066l0.248-0.702c0.082-0.225,0.17-0.447,0.264-0.666 c0.06-0.144,0.122-0.284,0.185-0.421c0.087-0.207,0.204-0.456,0.352-0.745c0.034-0.075,0.072-0.151,0.115-0.229 c0.01-0.017,0.02-0.036,0.029-0.057l0.351-0.62c0.007-0.011,0.012-0.017,0.017-0.018l-5.507-1.404l-2.311-0.583 c-0.004,0.001-0.008,0.004-0.012,0.01c-0.003,0.006-0.008,0.016-0.014,0.032l-0.335,0.555c-0.172,0.295-0.336,0.611-0.491,0.948 c-0.133,0.271-0.279,0.609-0.439,1.013L15.496,7.96"/> <path fill="%23CCCCCC" d="M31.913,5.683l0.034-0.037L29.8,5.151l-0.14,1.283c0.001,0.004,0.002,0.026,0.002,0.064l0.089,0.071 c0.15,0.125,0.291,0.291,0.424,0.499l0.049,0.081c0.009,0.036,0.019,0.057,0.03,0.064l0.007-0.002 c0.004-0.001,0.008-0.004,0.012-0.01L31.913,5.683"/> <path fill="%23CCCCCC" d="M18.183,18.322l0.008,0.005l7.239,2.634l-0.002-0.007l0.308-3.191l-0.002-0.007l-0.942-0.325l-1.734,1.72 l-0.007,0.002l-4.831-1.718l-0.06,0.855c-0.001,0.015,0.003,0.023,0.013,0.025C18.176,18.322,18.179,18.324,18.183,18.322"/> <path fill="%23CCCCCC" d="M16.778,11.376c-0.009,0.002-0.015,0.006-0.019,0.012l-1.922,2.232c-0.023,0.025-0.038,0.048-0.047,0.069 l7.633,2.551c0.002-0.01,0.007-0.021,0.014-0.032c0.024-0.02,0.039-0.036,0.046-0.047l1.874-2.409 c0.003-0.006,0.007-0.011,0.01-0.017L16.778,11.376"/> <path fill="%23CCCCCC" d="M28.1,3.327c0.003-0.006,0.009-0.012,0.017-0.018l-7.711-1.713c-0.012,0.008-0.02,0.017-0.022,0.027 l-0.612,3.219c-0.007,0.03-0.015,0.054-0.025,0.071l7.636,1.914c0.009-0.021,0.019-0.05,0.029-0.086L28.1,3.327z"/> <path fill="%23676767" d="M28.166,3.275c-0.026,0.011-0.042,0.022-0.049,0.034c-0.008,0.007-0.014,0.013-0.017,0.018L27.412,6.74 c-0.01,0.036-0.02,0.064-0.029,0.086c-0.007,0.011-0.014,0.02-0.022,0.027l-0.236,0.202c-0.03,0.031-0.061,0.063-0.091,0.094 c-0.174,0.172-0.341,0.36-0.5,0.564l-0.069,0.096c-0.012,0.008-0.02,0.015-0.024,0.02l-0.015-0.003l-0.002-0.007l-1.516-1.169 l-0.034-0.02c-0.004,0.001-0.01,0.007-0.017,0.018l-0.351,0.62c-0.009,0.021-0.019,0.04-0.029,0.057 c-0.043,0.077-0.081,0.154-0.115,0.229c-0.148,0.289-0.265,0.538-0.352,0.745c-0.064,0.137-0.125,0.278-0.185,0.421 c-0.094,0.219-0.182,0.441-0.264,0.666l-0.248,0.702c-0.003,0.006-0.006,0.028-0.009,0.066c-0.003,0.006-0.006,0.016-0.007,0.03 c-0.003,0.006-0.004,0.013-0.002,0.022l-7.807-2.215l1.453,1.664c0.02,0.024,0.034,0.042,0.042,0.054l7.645,2.255 c-0.002,0.01-0.005,0.02-0.007,0.03c-0.077,0.343-0.139,0.708-0.187,1.094c-0.019,0.134-0.037,0.312-0.053,0.535 c-0.007,0.049-0.012,0.086-0.015,0.111c-0.003,0.006-0.007,0.011-0.01,0.017l-1.874,2.409c-0.007,0.011-0.022,0.027-0.046,0.047 c-0.007,0.011-0.011,0.022-0.014,0.032c-0.007,0.011-0.009,0.021-0.007,0.03l0.008,0.12c0.006,0.082,0.013,0.167,0.02,0.256 c0.062,0.635,0.163,1.196,0.302,1.681c0.032,0.111,0.069,0.22,0.11,0.327c0.055,0.163,0.115,0.32,0.181,0.47 c0.004,0.018,0.009,0.029,0.015,0.032l0.007-0.002l1.734-1.72l0.251-0.255c0.006-0.006,0.012-0.005,0.019,0.003 c0.001,0.004,0.003,0.013,0.007,0.027l0.022,0.03l0.166,0.181c0.065,0.07,0.143,0.136,0.235,0.199l0.185,0.112 c0.03,0.007,0.049,0.016,0.057,0.029l0.002,0.007l-0.308,3.191l0.002,0.007c0.001,0.004,0.008,0.005,0.022,0.002l0.253-0.02 c0.189-0.018,0.381-0.063,0.578-0.136c0.189-0.066,0.388-0.156,0.598-0.27l0.435-0.279c0.008-0.007,0.016-0.013,0.024-0.02 c0.009-0.021,0.016-0.049,0.022-0.084l0.646-3.124c-0.001-0.004,0.003-0.008,0.012-0.01c0.01-0.017,0.03-0.041,0.061-0.072 l0.079-0.084c0.164-0.174,0.326-0.362,0.486-0.564c0.042-0.063,0.084-0.123,0.127-0.182l0.068-0.103 c0.019-0.021,0.03-0.032,0.035-0.034l0.007-0.002l1.173,0.736c0.011,0.007,0.03,0.024,0.055,0.051l0.008,0.005 c0.006,0.003,0.013,0.006,0.024,0.008c0.009-0.002,0.017-0.009,0.024-0.02c0.18-0.34,0.341-0.668,0.482-0.985 c0.289-0.622,0.557-1.325,0.804-2.109l-0.977-1.475c-0.007-0.008-0.004-0.03,0.009-0.066l0.048-0.212 c0.081-0.406,0.14-0.792,0.179-1.156c0.004-0.063,0.008-0.104,0.012-0.125c0.002-0.01,0.008-0.024,0.019-0.04 c0.009-0.021,0.024-0.049,0.044-0.082l1.428-1.916c0.036-0.047,0.059-0.079,0.069-0.096c0.003-0.006,0.009-0.013,0.016-0.022 c0.003-0.025,0.005-0.056,0.005-0.094c-0.008-0.379-0.023-0.718-0.044-1.015c-0.026-0.318-0.067-0.627-0.123-0.928l-0.169-0.741 l-0.013-0.025l-0.007-0.027l-0.034,0.037l-1.641,1.518c-0.003,0.006-0.007,0.009-0.012,0.01l-0.007,0.002 c-0.011-0.007-0.021-0.028-0.03-0.064l-0.049-0.081c-0.133-0.208-0.274-0.374-0.424-0.499l-0.089-0.071c0-0.038,0-0.059-0.002-0.064 l0.14-1.283l0.213-2.012l-0.002-0.007l-0.461-0.1c-0.37-0.042-0.757,0.009-1.16,0.151L28.166,3.275"/> <path fill="%23676767" d="M27.21,8.742c0.055-0.066,0.111-0.124,0.168-0.174l0.563-0.383c-0.001-0.004,0.001-0.007,0.005-0.008 c0.128-0.06,0.258-0.102,0.391-0.125l0.003-0.001c0.247-0.03,0.444-0.005,0.591,0.075l0.125,0.073 c0.124,0.079,0.239,0.194,0.343,0.344c0.032,0.054,0.065,0.11,0.099,0.169l0.089,0.185l0.21,0.731 c-0.003,0.006-0.004,0.013-0.002,0.022c0.001,0.004,0.003,0.011,0.005,0.02c-0.001,0.015,0,0.029,0.003,0.042l0.05,0.52 c0.004,0.037,0.007,0.077,0.008,0.12c0.001,0.062,0,0.126-0.002,0.194l-0.162,1.424c-0.016,0.071-0.032,0.141-0.048,0.212 c-0.072,0.306-0.155,0.6-0.25,0.881c-0.18,0.505-0.399,0.975-0.656,1.41c-0.308,0.508-0.618,0.896-0.931,1.164 c-0.129,0.113-0.259,0.205-0.39,0.275c-0.161,0.083-0.322,0.137-0.485,0.163c-0.43,0.073-0.783-0.091-1.059-0.492 c-0.001-0.004-0.004-0.008-0.01-0.012c-0.039-0.062-0.077-0.126-0.112-0.194c-0.065-0.137-0.122-0.285-0.171-0.444 c-0.049-0.159-0.087-0.33-0.113-0.512l-0.002-0.007c-0.109-0.738-0.058-1.557,0.154-2.455c0.003-0.006,0.005-0.011,0.003-0.015 c0.086-0.365,0.19-0.711,0.311-1.039c0.165-0.451,0.363-0.868,0.595-1.252c0.033-0.061,0.069-0.117,0.108-0.17 c0.081-0.135,0.165-0.258,0.252-0.37L27.21,8.742z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-92.0843" y1="-22.5988" x2="-87.7825" y2="-23.6641" gradientTransform="matrix(0.9707 -0.2404 -0.2404 -0.9707 109.3886 -32.005)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M27.378,8.569c-0.057,0.05-0.113,0.108-0.168,0.174l-0.316,0.371 c-0.087,0.112-0.171,0.235-0.252,0.37c-0.039,0.053-0.075,0.109-0.108,0.17c-0.232,0.384-0.43,0.801-0.595,1.252 c-0.121,0.328-0.225,0.674-0.311,1.039c0.001,0.004,0,0.01-0.003,0.015c-0.211,0.899-0.263,1.717-0.154,2.455l0.002,0.007 c0.026,0.182,0.063,0.353,0.113,0.512c0.049,0.159,0.106,0.307,0.171,0.444c0.036,0.067,0.073,0.132,0.112,0.194 c0.006,0.003,0.009,0.007,0.01,0.012c0.276,0.401,0.629,0.565,1.059,0.492c0.163-0.026,0.325-0.08,0.485-0.163 c0.13-0.07,0.26-0.162,0.39-0.275c0.313-0.268,0.623-0.656,0.931-1.164c0.257-0.435,0.475-0.906,0.656-1.41 c0.095-0.281,0.178-0.575,0.25-0.881c0.016-0.071,0.032-0.141,0.048-0.212l0.162-1.424c0.002-0.067,0.003-0.132,0.002-0.194 c-0.001-0.043-0.004-0.083-0.008-0.12l-0.05-0.52C29.8,9.7,29.799,9.685,29.8,9.671c-0.002-0.009-0.004-0.016-0.005-0.02 c-0.002-0.009-0.002-0.016,0.002-0.022l-0.21-0.731l-0.089-0.185c-0.034-0.058-0.067-0.115-0.099-0.169 c-0.104-0.151-0.218-0.265-0.343-0.344l-0.125-0.073c-0.147-0.08-0.344-0.105-0.591-0.075l-0.003,0.001 c-0.132,0.023-0.263,0.065-0.391,0.125c-0.004,0.001-0.006,0.004-0.005,0.008L27.378,8.569z"/> <path fill="%23999999" d="M28.881,15.981l-0.007,0.002c-0.004,0.001-0.016,0.012-0.035,0.034l-0.068,0.103 c-0.043,0.058-0.085,0.119-0.127,0.182l1.472,0.472l-0.008-0.005c-0.026-0.027-0.044-0.044-0.055-0.051L28.881,15.981"/> <path fill="%23999999" d="M25.493,17.617c-0.092-0.063-0.17-0.129-0.235-0.199l-0.166-0.181l-0.022-0.03 c-0.003-0.013-0.006-0.022-0.007-0.027c-0.007-0.008-0.013-0.009-0.019-0.003l-0.251,0.255l0.942,0.325 c-0.008-0.012-0.027-0.022-0.057-0.029L25.493,17.617"/> <path fill="%23999999" d="M14.798,13.836c0.078,0.679,0.214,1.296,0.408,1.851c0.104,0.286,0.215,0.539,0.331,0.758 c0.009,0.017,0.016,0.027,0.022,0.03l0.007-0.002l2.655,0.962l4.831,1.718c-0.006-0.003-0.011-0.014-0.015-0.032 c-0.066-0.151-0.126-0.307-0.181-0.47c-0.041-0.107-0.077-0.216-0.11-0.327c-0.139-0.485-0.24-1.046-0.302-1.681 c-0.008-0.089-0.014-0.174-0.02-0.256l-0.008-0.12c-0.002-0.009,0-0.019,0.007-0.03l-7.633-2.551 c-0.007,0.011-0.009,0.021-0.007,0.03L14.798,13.836"/> <path fill="%23999999" d="M16.781,11.332c-0.001,0.015-0.002,0.029-0.003,0.044l7.589,2.358c0.003-0.025,0.009-0.062,0.015-0.111 c0.016-0.223,0.034-0.402,0.053-0.535c0.047-0.386,0.11-0.751,0.187-1.094c0.002-0.01,0.005-0.02,0.007-0.03l-7.645-2.255 c0.002,0.009,0.002,0.016-0.002,0.022c-0.072,0.344-0.128,0.688-0.166,1.032l-0.036,0.506 C16.779,11.283,16.779,11.304,16.781,11.332"/> <path fill="%23999999" d="M19.478,5.126c-0.039,0.034-0.076,0.067-0.111,0.099l5.507,1.404l0.034,0.02l1.516,1.169l0.017,0.01 c0.003-0.006,0.011-0.012,0.024-0.02l0.069-0.096c0.159-0.204,0.326-0.392,0.5-0.564c0.03-0.031,0.061-0.063,0.091-0.094 l0.236-0.202c0.008-0.007,0.015-0.016,0.022-0.027l-7.636-1.914c-0.011,0.012-0.021,0.022-0.029,0.029L19.478,5.126"/> <path fill="%23999999" d="M22.363,1.469l-0.141-0.037c-0.087-0.026-0.183-0.045-0.286-0.058c-0.397-0.045-0.811-0.007-1.241,0.114 L20.45,1.57c-0.022,0.006-0.037,0.014-0.044,0.025l7.711,1.713c0.007-0.011,0.023-0.022,0.049-0.034l0.224-0.091 c0.403-0.143,0.79-0.193,1.16-0.151l-7.126-1.543c-0.001-0.004-0.01-0.01-0.025-0.015C22.381,1.474,22.368,1.472,22.363,1.469z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%2300b200" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23009900" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%2300b200" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.yellow.icon-env-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%23a58d00" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%23f9e100" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%23ccaa00" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.yellow.icon-env-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23FFFFFF" d="M4.233,1.451L1.987,2.422l1.098,18.529l15.591,10.381l1.961-1.48l1.378-19.683L4.233,1.451z M16.662,25.031 l-9.828-6.24L6.405,7.288l10.797,5.654L16.662,25.031z"/> <polygon fill="%23a58d00" points="21.493,10.469 19.787,11.472 18.658,30.719 20.154,29.59 "/> <polyline fill="%23f9e100" points="6.345,19.072 5.073,19.812 4.826,19.955 17.034,27.907 17.124,25.917 6.345,19.072 "/> <polyline fill="%23a58d00" points="5.873,6.444 4.115,5.524 4.826,19.947 5.065,19.805 5.073,19.812 6.345,19.072 5.873,6.444 "/> <polygon fill="%23f9e100" points="19.787,11.472 21.493,10.469 4.22,2.001 2.507,2.742 "/> <path fill="%23ccaa00" d="M2.507,2.742l1.062,17.931l15.089,10.047l1.13-19.248L2.507,2.742z M17.034,27.907L4.826,19.955L4.115,5.524 l13.6,7.122L17.034,27.907z"/> </svg>');
}
.yellow.icon-env-scope-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23676767" d="M17.344,17.844c0,0.251-0.069,0.601,0,0.84c0.17,0.588,0.892,1.003,1.46,1.043 c1.259,0.091,2.065-1.183,1.851-2.333C20.337,19.032,18.095,19.301,17.344,17.844"/> <path fill="%23676767" d="M14.516,18.295c-0.256-0.26-0.417-0.561-0.484-0.901c-0.206,1.15,0.591,2.424,1.854,2.333 c0.55-0.04,1.163-0.388,1.387-0.918c0.125-0.295,0.071-0.641,0.071-0.966C16.805,18.912,15.355,19.15,14.516,18.295"/> <path fill="none" d="M17.344,17.4v0.84"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4257" y1="16.404" x2="20.6145" y2="25.3912"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="0.7538" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.942,19.88c1.358,0.908,2.294,2.517,2.764,4.048c0.427,1.392,0.65,3.4-0.449,4.557 c2.663-2.335,5.326-4.67,7.99-7.004c0.689-0.604,1.003-1.313,0.779-2.275c-0.306-1.314-1.41-2.391-2.793-2.142 c-1.933,0.349-3.857,0.757-5.785,1.135c-1.583,0.311-3.165,0.622-4.747,0.934C11.378,19.044,12.125,19.293,12.942,19.88"/> <path fill="%23a58d00" d="M7.842,23.637c-0.03,0.03-0.061,0.058-0.093,0.086l0.893-0.661c-0.039-0.375-0.055-0.754-0.033-1.131 C8.517,22.553,8.303,23.188,7.842,23.637z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9103" y1="11.9175" x2="13.1939" y2="19.3369"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="0.7538" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.965,13.167c-3.64,0.432-7.269,1.034-10.9,1.548c1.429-0.103,2.648,1.201,3.34,2.307 c0.817,1.307,1.336,2.92,1.244,4.472c0.203-1.429,1.085-2.172,2.426-2.435c1.143-0.225,2.285-0.45,3.428-0.674 c0.79-0.155,1.325-0.56,1.964-1.078C17.808,16.221,16.864,12.961,14.965,13.167"/> <path fill="%23ccaa00" d="M15.018,22.305c-0.786-1.443-2.456-3.417-4.318-3.173c-1.198,0.188-1.889,1.225-2.05,2.361 c0.128-2.152-0.879-4.64-2.569-6.005c-0.71-0.574-1.728-1.057-2.617-0.589c-0.901,0.474-1.177,1.604-1.214,2.538 c-0.084,2.126,0.899,4.559,2.567,5.913c1.67,1.355,3.48,0.701,3.794-1.42c-0.121,2.087,0.808,4.317,2.264,5.8 c1.227,1.25,3.407,2.27,4.635,0.437C16.634,26.489,15.896,23.918,15.018,22.305z"/> <path fill="%23a58d00" d="M9.74,20.945c-1.004,1.535-0.257,3.803,0.656,5.189c0.846,1.284,3.138,3.129,4.39,1.26 c1.042-1.555,0.228-3.917-0.732-5.298C13.203,20.869,10.947,19.096,9.74,20.945"/> <path fill="%23a58d00" d="M7.597,18.828c-0.46-1.286-1.744-3.461-3.413-3.135c-1.821,0.356-1.399,3.134-0.966,4.345 c0.456,1.274,1.675,3.338,3.297,3.147C8.443,22.959,8.045,20.058,7.597,18.828z"/> <path fill="%23FFFFFF" d="M3.347,17.502C3.13,18.979,3.781,20.68,4.785,21.76c1.1,1.184,2.786,1.281,3.121-0.567 c0.274-1.511-0.402-3.266-1.421-4.378C5.323,15.57,3.626,15.598,3.347,17.502z"/> <path fill="%23FFFFFF" d="M13.041,20.783c-1.42-1.073-3.07-0.558-3.28,1.283c-0.182,1.752,0.705,3.739,2.081,4.827 c1.552,1.228,3.278,0.574,3.389-1.448C15.326,23.725,14.411,21.819,13.041,20.783z"/> </svg>');
}
.yellow.icon-env-scope-request{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M15.266,11.085h-2.194H8.951H6.758l0.202,2.184l0.879,9.502l0.037,0.405 c-0.505,0.67-0.769,1.459-0.769,2.312c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.85-0.261-1.637-0.759-2.307l0.038-0.409l0.879-9.502 L15.266,11.085L15.266,11.085z"/> <polygon fill="%23ccaa00" points="13.072,13.085 12.193,22.587 9.83,22.587 8.951,13.085 "/> <path fill="%23ccaa00" d="M12.906,25.487c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S12.906,24.973,12.906,25.487z"/> </svg>');
}
.yellow.icon-env-scope-conversation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <ellipse fill="%23FFFFFF" cx="13.813" cy="20.453" rx="8.348" ry="5.736"/> <path fill="%23a58d00" d="M14.001,16.657c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,17.15,11.948,16.657,14.001,16.657 M14.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,16.545,17.193,15.316,14.001,15.316L14.001,15.316 z"/> <path fill="%23f9e100" d="M14.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,15.836,11.948,15.343,14.001,15.343 M14.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,15.23,17.193,14.001,14.001,14.001L14.001,14.001z "/> </svg>');
}
.yellow.icon-env-scope-session{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.663c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.663z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.745,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M11.345,11.416c-2.439,0-4.568,1.739-4.952,4.045c-0.176,1.058-0.415,3.619,0.909,5.61 c-0.147,0.039-0.32,0.079-0.525,0.124c-0.704,0.156-1.581,0.351-2.392,0.928c-2.127,1.512-1.764,4.375-1.715,4.696l0.256,1.702 h1.721h6.697h6.697h1.721l0.256-1.702c0.048-0.321,0.412-3.184-1.715-4.697c-0.811-0.577-1.687-0.771-2.391-0.928 c-0.205-0.045-0.378-0.085-0.525-0.125c1.324-1.991,1.086-4.551,0.909-5.61C15.913,13.155,13.784,11.416,11.345,11.416 L11.345,11.416z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="%23ccaa00" d="M17.145,23.752c-1.186-0.844-3.006-0.396-4.14-1.898 c0,0-0.422-0.475,0.527-1.635s1.028-3.006,0.791-4.43c-0.237-1.424-1.582-2.373-2.979-2.373s-2.742,0.949-2.979,2.373 c-0.237,1.424-0.158,3.27,0.791,4.43c0.949,1.16,0.527,1.635,0.527,1.635c-1.134,1.503-2.953,1.055-4.14,1.898 c-1.187,0.844-0.897,2.769-0.897,2.769h6.697h6.697C18.042,26.521,18.332,24.596,17.145,23.752z"/> </svg>');
}
.yellow.icon-env-scope-project{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <polygon fill="%23FFFFFF" points="12.205,11.91 11.787,12.092 4.807,15.143 4.098,15.453 4.188,16.222 5.066,23.71 5.118,24.152 5.473,24.421 11.574,29.043 12.205,29.521 12.835,29.043 18.937,24.421 19.292,24.152 19.344,23.71 20.222,16.222 20.312,15.453 19.603,15.143 12.623,12.092 12.205,11.91 "/> <path fill="%23a58d00" d="M12.205,28.211l6.102-4.623l0.878-7.488l-6.98,3.975V28.211z"/> <path fill="%23ccaa00" d="M6.103,23.589l6.102,4.623v-8.136L5.225,16.1L6.103,23.589z"/> <path fill="%23f9e100" d="M19.185,16.1l-6.98-3.051L5.225,16.1l6.98,3.975L19.185,16.1z"/> </svg>');
}
.yellow.icon-env-scope-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%23f9e100" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%23f9e100" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%23f9e100" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%23a58d00" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%23a58d00" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%23a58d00" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%23ccaa00" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%23ccaa00" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%23ccaa00" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg> ');
}
.yellow.icon-env-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%23f9e100" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%23f9e100" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%23f9e100" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%23a58d00" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%23a58d00" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%23a58d00" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%23ccaa00" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%23ccaa00" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%23ccaa00" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg>');
}
.yellow.icon-env-server_web-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="25.873,20.434 20.098,15.159 19.538,14.648 20.074,13.031 17.767,13.031 17.309,12.612 17.309,13.031 15.238,13.031 14.035,13.031 13.657,14.172 10.658,23.22 10.658,22.826 10.658,22.095 10.12,21.6 9.11,20.672 10.117,19.751 10.658,19.256 10.658,18.522 10.658,15.389 10.658,11.612 7.87,14.159 2.095,19.434 0.751,20.661 2.092,21.891 7.867,27.187 8.999,28.225 8.908,28.502 8.182,30.691 10.489,30.691 13.018,30.691 14.22,30.691 14.599,29.55 17.593,20.515 17.85,20.75 18.856,21.672 17.847,22.6 17.309,23.095 17.309,23.826 17.309,26.959 17.309,30.746 20.1,28.187 25.875,22.891 27.216,21.661 "/> <path fill="%23ccaa00" d="M17.767,14.696l-4.749,14.33h-2.529l4.749-14.33H17.767z"/> <path fill="%23ccaa00" d="M8.993,25.959l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V25.959z"/> <path fill="%23ccaa00" d="M24.749,21.664l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L24.749,21.664z"/> </svg>');
}
.yellow.icon-env-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ccaa00" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23a58d00" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23ccaa00" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.yellow.icon-env-java-extension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="28.4,22.279 28.792,15.585 22.464,12.003 22.342,18.557 28.4,22.279 "/> <polygon fill="%23999999" points="29.298,4.977 22.612,1.604 22.481,8.847 23.466,9.396 28.862,12.403 "/> <polyline fill="%23676767" points="28.792,15.585 28.4,22.279 30.222,20.998 30.683,14.356 28.792,15.585 "/> <polygon fill="%23676767" points="31.285,3.817 29.298,4.977 28.862,12.403 29.751,11.828 30.771,11.183 "/> <polyline fill="%23CCCCCC" points="29.751,13.842 24.324,10.91 23.466,11.41 22.464,12.003 28.792,15.585 30.683,14.356 29.751,13.842 "/> <polygon fill="%23CCCCCC" points="31.247,3.839 24.596,0.578 22.596,1.63 29.265,4.995 "/> <polyline fill="%23999999" points="24.324,24.927 24.701,18.381 18.212,14.349 18.117,19.435 18.099,20.782 24.324,24.927 "/> <polyline fill="%23676767" points="26.66,16.996 24.701,18.381 24.324,24.927 26.199,23.514 26.66,16.996 "/> <polyline fill="%23CCCCCC" points="20.18,13.068 19.106,13.756 18.212,14.349 24.701,18.381 26.66,16.996 20.18,13.068 "/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ccaa00" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23a58d00" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23ccaa00" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.yellow.icon-env-java-runtime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.496,7.96c0.001,0.004-0.001,0.015-0.007,0.03l7.807,2.215c-0.002-0.009-0.002-0.016,0.002-0.022 l-0.032-0.042l0.039,0.012c0.002-0.039,0.005-0.061,0.009-0.066l0.248-0.702c0.082-0.225,0.17-0.447,0.264-0.666 c0.06-0.144,0.122-0.284,0.185-0.421c0.087-0.207,0.204-0.456,0.352-0.745c0.034-0.075,0.072-0.151,0.115-0.229 c0.01-0.017,0.02-0.036,0.029-0.057l0.351-0.62c0.007-0.011,0.012-0.017,0.017-0.018l-5.507-1.404l-2.311-0.583 c-0.004,0.001-0.008,0.004-0.012,0.01c-0.003,0.006-0.008,0.016-0.014,0.032l-0.335,0.555c-0.172,0.295-0.336,0.611-0.491,0.948 c-0.133,0.271-0.279,0.609-0.439,1.013L15.496,7.96"/> <path fill="%23CCCCCC" d="M31.913,5.683l0.034-0.037L29.8,5.151l-0.14,1.283c0.001,0.004,0.002,0.026,0.002,0.064l0.089,0.071 c0.15,0.125,0.291,0.291,0.424,0.499l0.049,0.081c0.009,0.036,0.019,0.057,0.03,0.064l0.007-0.002 c0.004-0.001,0.008-0.004,0.012-0.01L31.913,5.683"/> <path fill="%23CCCCCC" d="M18.183,18.322l0.008,0.005l7.239,2.634l-0.002-0.007l0.308-3.191l-0.002-0.007l-0.942-0.325l-1.734,1.72 l-0.007,0.002l-4.831-1.718l-0.06,0.855c-0.001,0.015,0.003,0.023,0.013,0.025C18.176,18.322,18.179,18.324,18.183,18.322"/> <path fill="%23CCCCCC" d="M16.778,11.376c-0.009,0.002-0.015,0.006-0.019,0.012l-1.922,2.232c-0.023,0.025-0.038,0.048-0.047,0.069 l7.633,2.551c0.002-0.01,0.007-0.021,0.014-0.032c0.024-0.02,0.039-0.036,0.046-0.047l1.874-2.409 c0.003-0.006,0.007-0.011,0.01-0.017L16.778,11.376"/> <path fill="%23CCCCCC" d="M28.1,3.327c0.003-0.006,0.009-0.012,0.017-0.018l-7.711-1.713c-0.012,0.008-0.02,0.017-0.022,0.027 l-0.612,3.219c-0.007,0.03-0.015,0.054-0.025,0.071l7.636,1.914c0.009-0.021,0.019-0.05,0.029-0.086L28.1,3.327z"/> <path fill="%23676767" d="M28.166,3.275c-0.026,0.011-0.042,0.022-0.049,0.034c-0.008,0.007-0.014,0.013-0.017,0.018L27.412,6.74 c-0.01,0.036-0.02,0.064-0.029,0.086c-0.007,0.011-0.014,0.02-0.022,0.027l-0.236,0.202c-0.03,0.031-0.061,0.063-0.091,0.094 c-0.174,0.172-0.341,0.36-0.5,0.564l-0.069,0.096c-0.012,0.008-0.02,0.015-0.024,0.02l-0.015-0.003l-0.002-0.007l-1.516-1.169 l-0.034-0.02c-0.004,0.001-0.01,0.007-0.017,0.018l-0.351,0.62c-0.009,0.021-0.019,0.04-0.029,0.057 c-0.043,0.077-0.081,0.154-0.115,0.229c-0.148,0.289-0.265,0.538-0.352,0.745c-0.064,0.137-0.125,0.278-0.185,0.421 c-0.094,0.219-0.182,0.441-0.264,0.666l-0.248,0.702c-0.003,0.006-0.006,0.028-0.009,0.066c-0.003,0.006-0.006,0.016-0.007,0.03 c-0.003,0.006-0.004,0.013-0.002,0.022l-7.807-2.215l1.453,1.664c0.02,0.024,0.034,0.042,0.042,0.054l7.645,2.255 c-0.002,0.01-0.005,0.02-0.007,0.03c-0.077,0.343-0.139,0.708-0.187,1.094c-0.019,0.134-0.037,0.312-0.053,0.535 c-0.007,0.049-0.012,0.086-0.015,0.111c-0.003,0.006-0.007,0.011-0.01,0.017l-1.874,2.409c-0.007,0.011-0.022,0.027-0.046,0.047 c-0.007,0.011-0.011,0.022-0.014,0.032c-0.007,0.011-0.009,0.021-0.007,0.03l0.008,0.12c0.006,0.082,0.013,0.167,0.02,0.256 c0.062,0.635,0.163,1.196,0.302,1.681c0.032,0.111,0.069,0.22,0.11,0.327c0.055,0.163,0.115,0.32,0.181,0.47 c0.004,0.018,0.009,0.029,0.015,0.032l0.007-0.002l1.734-1.72l0.251-0.255c0.006-0.006,0.012-0.005,0.019,0.003 c0.001,0.004,0.003,0.013,0.007,0.027l0.022,0.03l0.166,0.181c0.065,0.07,0.143,0.136,0.235,0.199l0.185,0.112 c0.03,0.007,0.049,0.016,0.057,0.029l0.002,0.007l-0.308,3.191l0.002,0.007c0.001,0.004,0.008,0.005,0.022,0.002l0.253-0.02 c0.189-0.018,0.381-0.063,0.578-0.136c0.189-0.066,0.388-0.156,0.598-0.27l0.435-0.279c0.008-0.007,0.016-0.013,0.024-0.02 c0.009-0.021,0.016-0.049,0.022-0.084l0.646-3.124c-0.001-0.004,0.003-0.008,0.012-0.01c0.01-0.017,0.03-0.041,0.061-0.072 l0.079-0.084c0.164-0.174,0.326-0.362,0.486-0.564c0.042-0.063,0.084-0.123,0.127-0.182l0.068-0.103 c0.019-0.021,0.03-0.032,0.035-0.034l0.007-0.002l1.173,0.736c0.011,0.007,0.03,0.024,0.055,0.051l0.008,0.005 c0.006,0.003,0.013,0.006,0.024,0.008c0.009-0.002,0.017-0.009,0.024-0.02c0.18-0.34,0.341-0.668,0.482-0.985 c0.289-0.622,0.557-1.325,0.804-2.109l-0.977-1.475c-0.007-0.008-0.004-0.03,0.009-0.066l0.048-0.212 c0.081-0.406,0.14-0.792,0.179-1.156c0.004-0.063,0.008-0.104,0.012-0.125c0.002-0.01,0.008-0.024,0.019-0.04 c0.009-0.021,0.024-0.049,0.044-0.082l1.428-1.916c0.036-0.047,0.059-0.079,0.069-0.096c0.003-0.006,0.009-0.013,0.016-0.022 c0.003-0.025,0.005-0.056,0.005-0.094c-0.008-0.379-0.023-0.718-0.044-1.015c-0.026-0.318-0.067-0.627-0.123-0.928l-0.169-0.741 l-0.013-0.025l-0.007-0.027l-0.034,0.037l-1.641,1.518c-0.003,0.006-0.007,0.009-0.012,0.01l-0.007,0.002 c-0.011-0.007-0.021-0.028-0.03-0.064l-0.049-0.081c-0.133-0.208-0.274-0.374-0.424-0.499l-0.089-0.071c0-0.038,0-0.059-0.002-0.064 l0.14-1.283l0.213-2.012l-0.002-0.007l-0.461-0.1c-0.37-0.042-0.757,0.009-1.16,0.151L28.166,3.275"/> <path fill="%23676767" d="M27.21,8.742c0.055-0.066,0.111-0.124,0.168-0.174l0.563-0.383c-0.001-0.004,0.001-0.007,0.005-0.008 c0.128-0.06,0.258-0.102,0.391-0.125l0.003-0.001c0.247-0.03,0.444-0.005,0.591,0.075l0.125,0.073 c0.124,0.079,0.239,0.194,0.343,0.344c0.032,0.054,0.065,0.11,0.099,0.169l0.089,0.185l0.21,0.731 c-0.003,0.006-0.004,0.013-0.002,0.022c0.001,0.004,0.003,0.011,0.005,0.02c-0.001,0.015,0,0.029,0.003,0.042l0.05,0.52 c0.004,0.037,0.007,0.077,0.008,0.12c0.001,0.062,0,0.126-0.002,0.194l-0.162,1.424c-0.016,0.071-0.032,0.141-0.048,0.212 c-0.072,0.306-0.155,0.6-0.25,0.881c-0.18,0.505-0.399,0.975-0.656,1.41c-0.308,0.508-0.618,0.896-0.931,1.164 c-0.129,0.113-0.259,0.205-0.39,0.275c-0.161,0.083-0.322,0.137-0.485,0.163c-0.43,0.073-0.783-0.091-1.059-0.492 c-0.001-0.004-0.004-0.008-0.01-0.012c-0.039-0.062-0.077-0.126-0.112-0.194c-0.065-0.137-0.122-0.285-0.171-0.444 c-0.049-0.159-0.087-0.33-0.113-0.512l-0.002-0.007c-0.109-0.738-0.058-1.557,0.154-2.455c0.003-0.006,0.005-0.011,0.003-0.015 c0.086-0.365,0.19-0.711,0.311-1.039c0.165-0.451,0.363-0.868,0.595-1.252c0.033-0.061,0.069-0.117,0.108-0.17 c0.081-0.135,0.165-0.258,0.252-0.37L27.21,8.742z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-92.0843" y1="-22.5988" x2="-87.7825" y2="-23.6641" gradientTransform="matrix(0.9707 -0.2404 -0.2404 -0.9707 109.3886 -32.005)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M27.378,8.569c-0.057,0.05-0.113,0.108-0.168,0.174l-0.316,0.371 c-0.087,0.112-0.171,0.235-0.252,0.37c-0.039,0.053-0.075,0.109-0.108,0.17c-0.232,0.384-0.43,0.801-0.595,1.252 c-0.121,0.328-0.225,0.674-0.311,1.039c0.001,0.004,0,0.01-0.003,0.015c-0.211,0.899-0.263,1.717-0.154,2.455l0.002,0.007 c0.026,0.182,0.063,0.353,0.113,0.512c0.049,0.159,0.106,0.307,0.171,0.444c0.036,0.067,0.073,0.132,0.112,0.194 c0.006,0.003,0.009,0.007,0.01,0.012c0.276,0.401,0.629,0.565,1.059,0.492c0.163-0.026,0.325-0.08,0.485-0.163 c0.13-0.07,0.26-0.162,0.39-0.275c0.313-0.268,0.623-0.656,0.931-1.164c0.257-0.435,0.475-0.906,0.656-1.41 c0.095-0.281,0.178-0.575,0.25-0.881c0.016-0.071,0.032-0.141,0.048-0.212l0.162-1.424c0.002-0.067,0.003-0.132,0.002-0.194 c-0.001-0.043-0.004-0.083-0.008-0.12l-0.05-0.52C29.8,9.7,29.799,9.685,29.8,9.671c-0.002-0.009-0.004-0.016-0.005-0.02 c-0.002-0.009-0.002-0.016,0.002-0.022l-0.21-0.731l-0.089-0.185c-0.034-0.058-0.067-0.115-0.099-0.169 c-0.104-0.151-0.218-0.265-0.343-0.344l-0.125-0.073c-0.147-0.08-0.344-0.105-0.591-0.075l-0.003,0.001 c-0.132,0.023-0.263,0.065-0.391,0.125c-0.004,0.001-0.006,0.004-0.005,0.008L27.378,8.569z"/> <path fill="%23999999" d="M28.881,15.981l-0.007,0.002c-0.004,0.001-0.016,0.012-0.035,0.034l-0.068,0.103 c-0.043,0.058-0.085,0.119-0.127,0.182l1.472,0.472l-0.008-0.005c-0.026-0.027-0.044-0.044-0.055-0.051L28.881,15.981"/> <path fill="%23999999" d="M25.493,17.617c-0.092-0.063-0.17-0.129-0.235-0.199l-0.166-0.181l-0.022-0.03 c-0.003-0.013-0.006-0.022-0.007-0.027c-0.007-0.008-0.013-0.009-0.019-0.003l-0.251,0.255l0.942,0.325 c-0.008-0.012-0.027-0.022-0.057-0.029L25.493,17.617"/> <path fill="%23999999" d="M14.798,13.836c0.078,0.679,0.214,1.296,0.408,1.851c0.104,0.286,0.215,0.539,0.331,0.758 c0.009,0.017,0.016,0.027,0.022,0.03l0.007-0.002l2.655,0.962l4.831,1.718c-0.006-0.003-0.011-0.014-0.015-0.032 c-0.066-0.151-0.126-0.307-0.181-0.47c-0.041-0.107-0.077-0.216-0.11-0.327c-0.139-0.485-0.24-1.046-0.302-1.681 c-0.008-0.089-0.014-0.174-0.02-0.256l-0.008-0.12c-0.002-0.009,0-0.019,0.007-0.03l-7.633-2.551 c-0.007,0.011-0.009,0.021-0.007,0.03L14.798,13.836"/> <path fill="%23999999" d="M16.781,11.332c-0.001,0.015-0.002,0.029-0.003,0.044l7.589,2.358c0.003-0.025,0.009-0.062,0.015-0.111 c0.016-0.223,0.034-0.402,0.053-0.535c0.047-0.386,0.11-0.751,0.187-1.094c0.002-0.01,0.005-0.02,0.007-0.03l-7.645-2.255 c0.002,0.009,0.002,0.016-0.002,0.022c-0.072,0.344-0.128,0.688-0.166,1.032l-0.036,0.506 C16.779,11.283,16.779,11.304,16.781,11.332"/> <path fill="%23999999" d="M19.478,5.126c-0.039,0.034-0.076,0.067-0.111,0.099l5.507,1.404l0.034,0.02l1.516,1.169l0.017,0.01 c0.003-0.006,0.011-0.012,0.024-0.02l0.069-0.096c0.159-0.204,0.326-0.392,0.5-0.564c0.03-0.031,0.061-0.063,0.091-0.094 l0.236-0.202c0.008-0.007,0.015-0.016,0.022-0.027l-7.636-1.914c-0.011,0.012-0.021,0.022-0.029,0.029L19.478,5.126"/> <path fill="%23999999" d="M22.363,1.469l-0.141-0.037c-0.087-0.026-0.183-0.045-0.286-0.058c-0.397-0.045-0.811-0.007-1.241,0.114 L20.45,1.57c-0.022,0.006-0.037,0.014-0.044,0.025l7.711,1.713c0.007-0.011,0.023-0.022,0.049-0.034l0.224-0.091 c0.403-0.143,0.79-0.193,1.16-0.151l-7.126-1.543c-0.001-0.004-0.01-0.01-0.025-0.015C22.381,1.474,22.368,1.472,22.363,1.469z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ccaa00" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23a58d00" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23ccaa00" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.purple.icon-env-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%23990099" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%23FF99FF" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%23FF66FF" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.purple.icon-env-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23FFFFFF" d="M4.233,1.451L1.987,2.422l1.098,18.529l15.591,10.381l1.961-1.48l1.378-19.683L4.233,1.451z M16.662,25.031 l-9.828-6.24L6.405,7.288l10.797,5.654L16.662,25.031z"/> <polygon fill="%23990099" points="21.493,10.469 19.787,11.472 18.658,30.719 20.154,29.59 "/> <polyline fill="%23FF99FF" points="6.345,19.072 5.073,19.812 4.826,19.955 17.034,27.907 17.124,25.917 6.345,19.072 "/> <polyline fill="%23990099" points="5.873,6.444 4.115,5.524 4.826,19.947 5.065,19.805 5.073,19.812 6.345,19.072 5.873,6.444 "/> <polygon fill="%23FF99FF" points="19.787,11.472 21.493,10.469 4.22,2.001 2.507,2.742 "/> <path fill="%23FF66FF" d="M2.507,2.742l1.062,17.931l15.089,10.047l1.13-19.248L2.507,2.742z M17.034,27.907L4.826,19.955L4.115,5.524 l13.6,7.122L17.034,27.907z"/> </svg>');
}
.purple.icon-env-scope-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23676767" d="M17.344,17.844c0,0.251-0.069,0.601,0,0.84c0.17,0.588,0.892,1.003,1.46,1.043 c1.259,0.091,2.065-1.183,1.851-2.333C20.337,19.032,18.095,19.301,17.344,17.844"/> <path fill="%23676767" d="M14.516,18.295c-0.256-0.26-0.417-0.561-0.484-0.901c-0.206,1.15,0.591,2.424,1.854,2.333 c0.55-0.04,1.163-0.388,1.387-0.918c0.125-0.295,0.071-0.641,0.071-0.966C16.805,18.912,15.355,19.15,14.516,18.295"/> <path fill="none" d="M17.344,17.4v0.84"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4257" y1="16.404" x2="20.6145" y2="25.3912"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="0.7538" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.942,19.88c1.358,0.908,2.294,2.517,2.764,4.048c0.427,1.392,0.65,3.4-0.449,4.557 c2.663-2.335,5.326-4.67,7.99-7.004c0.689-0.604,1.003-1.313,0.779-2.275c-0.306-1.314-1.41-2.391-2.793-2.142 c-1.933,0.349-3.857,0.757-5.785,1.135c-1.583,0.311-3.165,0.622-4.747,0.934C11.378,19.044,12.125,19.293,12.942,19.88"/> <path fill="%23990099" d="M7.842,23.637c-0.03,0.03-0.061,0.058-0.093,0.086l0.893-0.661c-0.039-0.375-0.055-0.754-0.033-1.131 C8.517,22.553,8.303,23.188,7.842,23.637z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9103" y1="11.9175" x2="13.1939" y2="19.3369"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="0.7538" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.965,13.167c-3.64,0.432-7.269,1.034-10.9,1.548c1.429-0.103,2.648,1.201,3.34,2.307 c0.817,1.307,1.336,2.92,1.244,4.472c0.203-1.429,1.085-2.172,2.426-2.435c1.143-0.225,2.285-0.45,3.428-0.674 c0.79-0.155,1.325-0.56,1.964-1.078C17.808,16.221,16.864,12.961,14.965,13.167"/> <path fill="%23FF66FF" d="M15.018,22.305c-0.786-1.443-2.456-3.417-4.318-3.173c-1.198,0.188-1.889,1.225-2.05,2.361 c0.128-2.152-0.879-4.64-2.569-6.005c-0.71-0.574-1.728-1.057-2.617-0.589c-0.901,0.474-1.177,1.604-1.214,2.538 c-0.084,2.126,0.899,4.559,2.567,5.913c1.67,1.355,3.48,0.701,3.794-1.42c-0.121,2.087,0.808,4.317,2.264,5.8 c1.227,1.25,3.407,2.27,4.635,0.437C16.634,26.489,15.896,23.918,15.018,22.305z"/> <path fill="%23990099" d="M9.74,20.945c-1.004,1.535-0.257,3.803,0.656,5.189c0.846,1.284,3.138,3.129,4.39,1.26 c1.042-1.555,0.228-3.917-0.732-5.298C13.203,20.869,10.947,19.096,9.74,20.945"/> <path fill="%23990099" d="M7.597,18.828c-0.46-1.286-1.744-3.461-3.413-3.135c-1.821,0.356-1.399,3.134-0.966,4.345 c0.456,1.274,1.675,3.338,3.297,3.147C8.443,22.959,8.045,20.058,7.597,18.828z"/> <path fill="%23FFFFFF" d="M3.347,17.502C3.13,18.979,3.781,20.68,4.785,21.76c1.1,1.184,2.786,1.281,3.121-0.567 c0.274-1.511-0.402-3.266-1.421-4.378C5.323,15.57,3.626,15.598,3.347,17.502z"/> <path fill="%23FFFFFF" d="M13.041,20.783c-1.42-1.073-3.07-0.558-3.28,1.283c-0.182,1.752,0.705,3.739,2.081,4.827 c1.552,1.228,3.278,0.574,3.389-1.448C15.326,23.725,14.411,21.819,13.041,20.783z"/> </svg>');
}
.purple.icon-env-scope-request{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M15.266,11.085h-2.194H8.951H6.758l0.202,2.184l0.879,9.502l0.037,0.405 c-0.505,0.67-0.769,1.459-0.769,2.312c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.85-0.261-1.637-0.759-2.307l0.038-0.409l0.879-9.502 L15.266,11.085L15.266,11.085z"/> <polygon fill="%23FF66FF" points="13.072,13.085 12.193,22.587 9.83,22.587 8.951,13.085 "/> <path fill="%23FF66FF" d="M12.906,25.487c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S12.906,24.973,12.906,25.487z"/> </svg>');
}
.purple.icon-env-scope-conversation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <ellipse fill="%23FFFFFF" cx="13.813" cy="20.453" rx="8.348" ry="5.736"/> <path fill="%23990099" d="M14.001,16.657c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,17.15,11.948,16.657,14.001,16.657 M14.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,16.545,17.193,15.316,14.001,15.316L14.001,15.316 z"/> <path fill="%23FF99FF" d="M14.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,15.836,11.948,15.343,14.001,15.343 M14.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,15.23,17.193,14.001,14.001,14.001L14.001,14.001z "/> </svg>');
}
.purple.icon-env-scope-session{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.663c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.663z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.745,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M11.345,11.416c-2.439,0-4.568,1.739-4.952,4.045c-0.176,1.058-0.415,3.619,0.909,5.61 c-0.147,0.039-0.32,0.079-0.525,0.124c-0.704,0.156-1.581,0.351-2.392,0.928c-2.127,1.512-1.764,4.375-1.715,4.696l0.256,1.702 h1.721h6.697h6.697h1.721l0.256-1.702c0.048-0.321,0.412-3.184-1.715-4.697c-0.811-0.577-1.687-0.771-2.391-0.928 c-0.205-0.045-0.378-0.085-0.525-0.125c1.324-1.991,1.086-4.551,0.909-5.61C15.913,13.155,13.784,11.416,11.345,11.416 L11.345,11.416z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="%23FF66FF" d="M17.145,23.752c-1.186-0.844-3.006-0.396-4.14-1.898 c0,0-0.422-0.475,0.527-1.635s1.028-3.006,0.791-4.43c-0.237-1.424-1.582-2.373-2.979-2.373s-2.742,0.949-2.979,2.373 c-0.237,1.424-0.158,3.27,0.791,4.43c0.949,1.16,0.527,1.635,0.527,1.635c-1.134,1.503-2.953,1.055-4.14,1.898 c-1.187,0.844-0.897,2.769-0.897,2.769h6.697h6.697C18.042,26.521,18.332,24.596,17.145,23.752z"/> </svg>');
}
.purple.icon-env-scope-project{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <polygon fill="%23FFFFFF" points="12.205,11.91 11.787,12.092 4.807,15.143 4.098,15.453 4.188,16.222 5.066,23.71 5.118,24.152 5.473,24.421 11.574,29.043 12.205,29.521 12.835,29.043 18.937,24.421 19.292,24.152 19.344,23.71 20.222,16.222 20.312,15.453 19.603,15.143 12.623,12.092 12.205,11.91 "/> <path fill="%23990099" d="M12.205,28.211l6.102-4.623l0.878-7.488l-6.98,3.975V28.211z"/> <path fill="%23FF66FF" d="M6.103,23.589l6.102,4.623v-8.136L5.225,16.1L6.103,23.589z"/> <path fill="%23FF99FF" d="M19.185,16.1l-6.98-3.051L5.225,16.1l6.98,3.975L19.185,16.1z"/> </svg>');
}
.purple.icon-env-scope-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%23FF99FF" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%23FF99FF" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%23FF99FF" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%23990099" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%23990099" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%23990099" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%23FF66FF" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%23FF66FF" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%23FF66FF" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg> ');
}
.purple.icon-env-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%23FF99FF" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%23FF99FF" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%23FF99FF" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%23990099" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%23990099" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%23990099" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%23FF66FF" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%23FF66FF" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%23FF66FF" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg>');
}
.purple.icon-env-server_web-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="25.873,20.434 20.098,15.159 19.538,14.648 20.074,13.031 17.767,13.031 17.309,12.612 17.309,13.031 15.238,13.031 14.035,13.031 13.657,14.172 10.658,23.22 10.658,22.826 10.658,22.095 10.12,21.6 9.11,20.672 10.117,19.751 10.658,19.256 10.658,18.522 10.658,15.389 10.658,11.612 7.87,14.159 2.095,19.434 0.751,20.661 2.092,21.891 7.867,27.187 8.999,28.225 8.908,28.502 8.182,30.691 10.489,30.691 13.018,30.691 14.22,30.691 14.599,29.55 17.593,20.515 17.85,20.75 18.856,21.672 17.847,22.6 17.309,23.095 17.309,23.826 17.309,26.959 17.309,30.746 20.1,28.187 25.875,22.891 27.216,21.661 "/> <path fill="%23FF66FF" d="M17.767,14.696l-4.749,14.33h-2.529l4.749-14.33H17.767z"/> <path fill="%23FF66FF" d="M8.993,25.959l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V25.959z"/> <path fill="%23FF66FF" d="M24.749,21.664l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L24.749,21.664z"/> </svg>');
}
.purple.icon-env-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23FF66FF" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23990099" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23FF66FF" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.purple.icon-env-java-extension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="28.4,22.279 28.792,15.585 22.464,12.003 22.342,18.557 28.4,22.279 "/> <polygon fill="%23999999" points="29.298,4.977 22.612,1.604 22.481,8.847 23.466,9.396 28.862,12.403 "/> <polyline fill="%23676767" points="28.792,15.585 28.4,22.279 30.222,20.998 30.683,14.356 28.792,15.585 "/> <polygon fill="%23676767" points="31.285,3.817 29.298,4.977 28.862,12.403 29.751,11.828 30.771,11.183 "/> <polyline fill="%23CCCCCC" points="29.751,13.842 24.324,10.91 23.466,11.41 22.464,12.003 28.792,15.585 30.683,14.356 29.751,13.842 "/> <polygon fill="%23CCCCCC" points="31.247,3.839 24.596,0.578 22.596,1.63 29.265,4.995 "/> <polyline fill="%23999999" points="24.324,24.927 24.701,18.381 18.212,14.349 18.117,19.435 18.099,20.782 24.324,24.927 "/> <polyline fill="%23676767" points="26.66,16.996 24.701,18.381 24.324,24.927 26.199,23.514 26.66,16.996 "/> <polyline fill="%23CCCCCC" points="20.18,13.068 19.106,13.756 18.212,14.349 24.701,18.381 26.66,16.996 20.18,13.068 "/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23FF66FF" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23990099" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23FF66FF" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.purple.icon-env-java-runtime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.496,7.96c0.001,0.004-0.001,0.015-0.007,0.03l7.807,2.215c-0.002-0.009-0.002-0.016,0.002-0.022 l-0.032-0.042l0.039,0.012c0.002-0.039,0.005-0.061,0.009-0.066l0.248-0.702c0.082-0.225,0.17-0.447,0.264-0.666 c0.06-0.144,0.122-0.284,0.185-0.421c0.087-0.207,0.204-0.456,0.352-0.745c0.034-0.075,0.072-0.151,0.115-0.229 c0.01-0.017,0.02-0.036,0.029-0.057l0.351-0.62c0.007-0.011,0.012-0.017,0.017-0.018l-5.507-1.404l-2.311-0.583 c-0.004,0.001-0.008,0.004-0.012,0.01c-0.003,0.006-0.008,0.016-0.014,0.032l-0.335,0.555c-0.172,0.295-0.336,0.611-0.491,0.948 c-0.133,0.271-0.279,0.609-0.439,1.013L15.496,7.96"/> <path fill="%23CCCCCC" d="M31.913,5.683l0.034-0.037L29.8,5.151l-0.14,1.283c0.001,0.004,0.002,0.026,0.002,0.064l0.089,0.071 c0.15,0.125,0.291,0.291,0.424,0.499l0.049,0.081c0.009,0.036,0.019,0.057,0.03,0.064l0.007-0.002 c0.004-0.001,0.008-0.004,0.012-0.01L31.913,5.683"/> <path fill="%23CCCCCC" d="M18.183,18.322l0.008,0.005l7.239,2.634l-0.002-0.007l0.308-3.191l-0.002-0.007l-0.942-0.325l-1.734,1.72 l-0.007,0.002l-4.831-1.718l-0.06,0.855c-0.001,0.015,0.003,0.023,0.013,0.025C18.176,18.322,18.179,18.324,18.183,18.322"/> <path fill="%23CCCCCC" d="M16.778,11.376c-0.009,0.002-0.015,0.006-0.019,0.012l-1.922,2.232c-0.023,0.025-0.038,0.048-0.047,0.069 l7.633,2.551c0.002-0.01,0.007-0.021,0.014-0.032c0.024-0.02,0.039-0.036,0.046-0.047l1.874-2.409 c0.003-0.006,0.007-0.011,0.01-0.017L16.778,11.376"/> <path fill="%23CCCCCC" d="M28.1,3.327c0.003-0.006,0.009-0.012,0.017-0.018l-7.711-1.713c-0.012,0.008-0.02,0.017-0.022,0.027 l-0.612,3.219c-0.007,0.03-0.015,0.054-0.025,0.071l7.636,1.914c0.009-0.021,0.019-0.05,0.029-0.086L28.1,3.327z"/> <path fill="%23676767" d="M28.166,3.275c-0.026,0.011-0.042,0.022-0.049,0.034c-0.008,0.007-0.014,0.013-0.017,0.018L27.412,6.74 c-0.01,0.036-0.02,0.064-0.029,0.086c-0.007,0.011-0.014,0.02-0.022,0.027l-0.236,0.202c-0.03,0.031-0.061,0.063-0.091,0.094 c-0.174,0.172-0.341,0.36-0.5,0.564l-0.069,0.096c-0.012,0.008-0.02,0.015-0.024,0.02l-0.015-0.003l-0.002-0.007l-1.516-1.169 l-0.034-0.02c-0.004,0.001-0.01,0.007-0.017,0.018l-0.351,0.62c-0.009,0.021-0.019,0.04-0.029,0.057 c-0.043,0.077-0.081,0.154-0.115,0.229c-0.148,0.289-0.265,0.538-0.352,0.745c-0.064,0.137-0.125,0.278-0.185,0.421 c-0.094,0.219-0.182,0.441-0.264,0.666l-0.248,0.702c-0.003,0.006-0.006,0.028-0.009,0.066c-0.003,0.006-0.006,0.016-0.007,0.03 c-0.003,0.006-0.004,0.013-0.002,0.022l-7.807-2.215l1.453,1.664c0.02,0.024,0.034,0.042,0.042,0.054l7.645,2.255 c-0.002,0.01-0.005,0.02-0.007,0.03c-0.077,0.343-0.139,0.708-0.187,1.094c-0.019,0.134-0.037,0.312-0.053,0.535 c-0.007,0.049-0.012,0.086-0.015,0.111c-0.003,0.006-0.007,0.011-0.01,0.017l-1.874,2.409c-0.007,0.011-0.022,0.027-0.046,0.047 c-0.007,0.011-0.011,0.022-0.014,0.032c-0.007,0.011-0.009,0.021-0.007,0.03l0.008,0.12c0.006,0.082,0.013,0.167,0.02,0.256 c0.062,0.635,0.163,1.196,0.302,1.681c0.032,0.111,0.069,0.22,0.11,0.327c0.055,0.163,0.115,0.32,0.181,0.47 c0.004,0.018,0.009,0.029,0.015,0.032l0.007-0.002l1.734-1.72l0.251-0.255c0.006-0.006,0.012-0.005,0.019,0.003 c0.001,0.004,0.003,0.013,0.007,0.027l0.022,0.03l0.166,0.181c0.065,0.07,0.143,0.136,0.235,0.199l0.185,0.112 c0.03,0.007,0.049,0.016,0.057,0.029l0.002,0.007l-0.308,3.191l0.002,0.007c0.001,0.004,0.008,0.005,0.022,0.002l0.253-0.02 c0.189-0.018,0.381-0.063,0.578-0.136c0.189-0.066,0.388-0.156,0.598-0.27l0.435-0.279c0.008-0.007,0.016-0.013,0.024-0.02 c0.009-0.021,0.016-0.049,0.022-0.084l0.646-3.124c-0.001-0.004,0.003-0.008,0.012-0.01c0.01-0.017,0.03-0.041,0.061-0.072 l0.079-0.084c0.164-0.174,0.326-0.362,0.486-0.564c0.042-0.063,0.084-0.123,0.127-0.182l0.068-0.103 c0.019-0.021,0.03-0.032,0.035-0.034l0.007-0.002l1.173,0.736c0.011,0.007,0.03,0.024,0.055,0.051l0.008,0.005 c0.006,0.003,0.013,0.006,0.024,0.008c0.009-0.002,0.017-0.009,0.024-0.02c0.18-0.34,0.341-0.668,0.482-0.985 c0.289-0.622,0.557-1.325,0.804-2.109l-0.977-1.475c-0.007-0.008-0.004-0.03,0.009-0.066l0.048-0.212 c0.081-0.406,0.14-0.792,0.179-1.156c0.004-0.063,0.008-0.104,0.012-0.125c0.002-0.01,0.008-0.024,0.019-0.04 c0.009-0.021,0.024-0.049,0.044-0.082l1.428-1.916c0.036-0.047,0.059-0.079,0.069-0.096c0.003-0.006,0.009-0.013,0.016-0.022 c0.003-0.025,0.005-0.056,0.005-0.094c-0.008-0.379-0.023-0.718-0.044-1.015c-0.026-0.318-0.067-0.627-0.123-0.928l-0.169-0.741 l-0.013-0.025l-0.007-0.027l-0.034,0.037l-1.641,1.518c-0.003,0.006-0.007,0.009-0.012,0.01l-0.007,0.002 c-0.011-0.007-0.021-0.028-0.03-0.064l-0.049-0.081c-0.133-0.208-0.274-0.374-0.424-0.499l-0.089-0.071c0-0.038,0-0.059-0.002-0.064 l0.14-1.283l0.213-2.012l-0.002-0.007l-0.461-0.1c-0.37-0.042-0.757,0.009-1.16,0.151L28.166,3.275"/> <path fill="%23676767" d="M27.21,8.742c0.055-0.066,0.111-0.124,0.168-0.174l0.563-0.383c-0.001-0.004,0.001-0.007,0.005-0.008 c0.128-0.06,0.258-0.102,0.391-0.125l0.003-0.001c0.247-0.03,0.444-0.005,0.591,0.075l0.125,0.073 c0.124,0.079,0.239,0.194,0.343,0.344c0.032,0.054,0.065,0.11,0.099,0.169l0.089,0.185l0.21,0.731 c-0.003,0.006-0.004,0.013-0.002,0.022c0.001,0.004,0.003,0.011,0.005,0.02c-0.001,0.015,0,0.029,0.003,0.042l0.05,0.52 c0.004,0.037,0.007,0.077,0.008,0.12c0.001,0.062,0,0.126-0.002,0.194l-0.162,1.424c-0.016,0.071-0.032,0.141-0.048,0.212 c-0.072,0.306-0.155,0.6-0.25,0.881c-0.18,0.505-0.399,0.975-0.656,1.41c-0.308,0.508-0.618,0.896-0.931,1.164 c-0.129,0.113-0.259,0.205-0.39,0.275c-0.161,0.083-0.322,0.137-0.485,0.163c-0.43,0.073-0.783-0.091-1.059-0.492 c-0.001-0.004-0.004-0.008-0.01-0.012c-0.039-0.062-0.077-0.126-0.112-0.194c-0.065-0.137-0.122-0.285-0.171-0.444 c-0.049-0.159-0.087-0.33-0.113-0.512l-0.002-0.007c-0.109-0.738-0.058-1.557,0.154-2.455c0.003-0.006,0.005-0.011,0.003-0.015 c0.086-0.365,0.19-0.711,0.311-1.039c0.165-0.451,0.363-0.868,0.595-1.252c0.033-0.061,0.069-0.117,0.108-0.17 c0.081-0.135,0.165-0.258,0.252-0.37L27.21,8.742z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-92.0843" y1="-22.5988" x2="-87.7825" y2="-23.6641" gradientTransform="matrix(0.9707 -0.2404 -0.2404 -0.9707 109.3886 -32.005)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M27.378,8.569c-0.057,0.05-0.113,0.108-0.168,0.174l-0.316,0.371 c-0.087,0.112-0.171,0.235-0.252,0.37c-0.039,0.053-0.075,0.109-0.108,0.17c-0.232,0.384-0.43,0.801-0.595,1.252 c-0.121,0.328-0.225,0.674-0.311,1.039c0.001,0.004,0,0.01-0.003,0.015c-0.211,0.899-0.263,1.717-0.154,2.455l0.002,0.007 c0.026,0.182,0.063,0.353,0.113,0.512c0.049,0.159,0.106,0.307,0.171,0.444c0.036,0.067,0.073,0.132,0.112,0.194 c0.006,0.003,0.009,0.007,0.01,0.012c0.276,0.401,0.629,0.565,1.059,0.492c0.163-0.026,0.325-0.08,0.485-0.163 c0.13-0.07,0.26-0.162,0.39-0.275c0.313-0.268,0.623-0.656,0.931-1.164c0.257-0.435,0.475-0.906,0.656-1.41 c0.095-0.281,0.178-0.575,0.25-0.881c0.016-0.071,0.032-0.141,0.048-0.212l0.162-1.424c0.002-0.067,0.003-0.132,0.002-0.194 c-0.001-0.043-0.004-0.083-0.008-0.12l-0.05-0.52C29.8,9.7,29.799,9.685,29.8,9.671c-0.002-0.009-0.004-0.016-0.005-0.02 c-0.002-0.009-0.002-0.016,0.002-0.022l-0.21-0.731l-0.089-0.185c-0.034-0.058-0.067-0.115-0.099-0.169 c-0.104-0.151-0.218-0.265-0.343-0.344l-0.125-0.073c-0.147-0.08-0.344-0.105-0.591-0.075l-0.003,0.001 c-0.132,0.023-0.263,0.065-0.391,0.125c-0.004,0.001-0.006,0.004-0.005,0.008L27.378,8.569z"/> <path fill="%23999999" d="M28.881,15.981l-0.007,0.002c-0.004,0.001-0.016,0.012-0.035,0.034l-0.068,0.103 c-0.043,0.058-0.085,0.119-0.127,0.182l1.472,0.472l-0.008-0.005c-0.026-0.027-0.044-0.044-0.055-0.051L28.881,15.981"/> <path fill="%23999999" d="M25.493,17.617c-0.092-0.063-0.17-0.129-0.235-0.199l-0.166-0.181l-0.022-0.03 c-0.003-0.013-0.006-0.022-0.007-0.027c-0.007-0.008-0.013-0.009-0.019-0.003l-0.251,0.255l0.942,0.325 c-0.008-0.012-0.027-0.022-0.057-0.029L25.493,17.617"/> <path fill="%23999999" d="M14.798,13.836c0.078,0.679,0.214,1.296,0.408,1.851c0.104,0.286,0.215,0.539,0.331,0.758 c0.009,0.017,0.016,0.027,0.022,0.03l0.007-0.002l2.655,0.962l4.831,1.718c-0.006-0.003-0.011-0.014-0.015-0.032 c-0.066-0.151-0.126-0.307-0.181-0.47c-0.041-0.107-0.077-0.216-0.11-0.327c-0.139-0.485-0.24-1.046-0.302-1.681 c-0.008-0.089-0.014-0.174-0.02-0.256l-0.008-0.12c-0.002-0.009,0-0.019,0.007-0.03l-7.633-2.551 c-0.007,0.011-0.009,0.021-0.007,0.03L14.798,13.836"/> <path fill="%23999999" d="M16.781,11.332c-0.001,0.015-0.002,0.029-0.003,0.044l7.589,2.358c0.003-0.025,0.009-0.062,0.015-0.111 c0.016-0.223,0.034-0.402,0.053-0.535c0.047-0.386,0.11-0.751,0.187-1.094c0.002-0.01,0.005-0.02,0.007-0.03l-7.645-2.255 c0.002,0.009,0.002,0.016-0.002,0.022c-0.072,0.344-0.128,0.688-0.166,1.032l-0.036,0.506 C16.779,11.283,16.779,11.304,16.781,11.332"/> <path fill="%23999999" d="M19.478,5.126c-0.039,0.034-0.076,0.067-0.111,0.099l5.507,1.404l0.034,0.02l1.516,1.169l0.017,0.01 c0.003-0.006,0.011-0.012,0.024-0.02l0.069-0.096c0.159-0.204,0.326-0.392,0.5-0.564c0.03-0.031,0.061-0.063,0.091-0.094 l0.236-0.202c0.008-0.007,0.015-0.016,0.022-0.027l-7.636-1.914c-0.011,0.012-0.021,0.022-0.029,0.029L19.478,5.126"/> <path fill="%23999999" d="M22.363,1.469l-0.141-0.037c-0.087-0.026-0.183-0.045-0.286-0.058c-0.397-0.045-0.811-0.007-1.241,0.114 L20.45,1.57c-0.022,0.006-0.037,0.014-0.044,0.025l7.711,1.713c0.007-0.011,0.023-0.022,0.049-0.034l0.224-0.091 c0.403-0.143,0.79-0.193,1.16-0.151l-7.126-1.543c-0.001-0.004-0.01-0.01-0.025-0.015C22.381,1.474,22.368,1.472,22.363,1.469z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23FF66FF" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23990099" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23FF66FF" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.grey.icon-env-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%23676767" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%23CCCCCC" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%23999999" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.grey.icon-env-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23FFFFFF" d="M4.233,1.451L1.987,2.422l1.098,18.529l15.591,10.381l1.961-1.48l1.378-19.683L4.233,1.451z M16.662,25.031 l-9.828-6.24L6.405,7.288l10.797,5.654L16.662,25.031z"/> <polygon fill="%23676767" points="21.493,10.469 19.787,11.472 18.658,30.719 20.154,29.59 "/> <polyline fill="%23CCCCCC" points="6.345,19.072 5.073,19.812 4.826,19.955 17.034,27.907 17.124,25.917 6.345,19.072 "/> <polyline fill="%23676767" points="5.873,6.444 4.115,5.524 4.826,19.947 5.065,19.805 5.073,19.812 6.345,19.072 5.873,6.444 "/> <polygon fill="%23CCCCCC" points="19.787,11.472 21.493,10.469 4.22,2.001 2.507,2.742 "/> <path fill="%23999999" d="M2.507,2.742l1.062,17.931l15.089,10.047l1.13-19.248L2.507,2.742z M17.034,27.907L4.826,19.955L4.115,5.524 l13.6,7.122L17.034,27.907z"/> </svg>');
}
.grey.icon-env-scope-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23676767" d="M17.344,17.844c0,0.251-0.069,0.601,0,0.84c0.17,0.588,0.892,1.003,1.46,1.043 c1.259,0.091,2.065-1.183,1.851-2.333C20.337,19.032,18.095,19.301,17.344,17.844"/> <path fill="%23676767" d="M14.516,18.295c-0.256-0.26-0.417-0.561-0.484-0.901c-0.206,1.15,0.591,2.424,1.854,2.333 c0.55-0.04,1.163-0.388,1.387-0.918c0.125-0.295,0.071-0.641,0.071-0.966C16.805,18.912,15.355,19.15,14.516,18.295"/> <path fill="none" d="M17.344,17.4v0.84"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4257" y1="16.404" x2="20.6145" y2="25.3912"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.7538" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.942,19.88c1.358,0.908,2.294,2.517,2.764,4.048c0.427,1.392,0.65,3.4-0.449,4.557 c2.663-2.335,5.326-4.67,7.99-7.004c0.689-0.604,1.003-1.313,0.779-2.275c-0.306-1.314-1.41-2.391-2.793-2.142 c-1.933,0.349-3.857,0.757-5.785,1.135c-1.583,0.311-3.165,0.622-4.747,0.934C11.378,19.044,12.125,19.293,12.942,19.88"/> <path fill="%23676767" d="M7.842,23.637c-0.03,0.03-0.061,0.058-0.093,0.086l0.893-0.661c-0.039-0.375-0.055-0.754-0.033-1.131 C8.517,22.553,8.303,23.188,7.842,23.637z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9103" y1="11.9175" x2="13.1939" y2="19.3369"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.7538" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.965,13.167c-3.64,0.432-7.269,1.034-10.9,1.548c1.429-0.103,2.648,1.201,3.34,2.307 c0.817,1.307,1.336,2.92,1.244,4.472c0.203-1.429,1.085-2.172,2.426-2.435c1.143-0.225,2.285-0.45,3.428-0.674 c0.79-0.155,1.325-0.56,1.964-1.078C17.808,16.221,16.864,12.961,14.965,13.167"/> <path fill="%23999999" d="M15.018,22.305c-0.786-1.443-2.456-3.417-4.318-3.173c-1.198,0.188-1.889,1.225-2.05,2.361 c0.128-2.152-0.879-4.64-2.569-6.005c-0.71-0.574-1.728-1.057-2.617-0.589c-0.901,0.474-1.177,1.604-1.214,2.538 c-0.084,2.126,0.899,4.559,2.567,5.913c1.67,1.355,3.48,0.701,3.794-1.42c-0.121,2.087,0.808,4.317,2.264,5.8 c1.227,1.25,3.407,2.27,4.635,0.437C16.634,26.489,15.896,23.918,15.018,22.305z"/> <path fill="%23676767" d="M9.74,20.945c-1.004,1.535-0.257,3.803,0.656,5.189c0.846,1.284,3.138,3.129,4.39,1.26 c1.042-1.555,0.228-3.917-0.732-5.298C13.203,20.869,10.947,19.096,9.74,20.945"/> <path fill="%23676767" d="M7.597,18.828c-0.46-1.286-1.744-3.461-3.413-3.135c-1.821,0.356-1.399,3.134-0.966,4.345 c0.456,1.274,1.675,3.338,3.297,3.147C8.443,22.959,8.045,20.058,7.597,18.828z"/> <path fill="%23FFFFFF" d="M3.347,17.502C3.13,18.979,3.781,20.68,4.785,21.76c1.1,1.184,2.786,1.281,3.121-0.567 c0.274-1.511-0.402-3.266-1.421-4.378C5.323,15.57,3.626,15.598,3.347,17.502z"/> <path fill="%23FFFFFF" d="M13.041,20.783c-1.42-1.073-3.07-0.558-3.28,1.283c-0.182,1.752,0.705,3.739,2.081,4.827 c1.552,1.228,3.278,0.574,3.389-1.448C15.326,23.725,14.411,21.819,13.041,20.783z"/> </svg>');
}
.grey.icon-env-scope-request{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M15.266,11.085h-2.194H8.951H6.758l0.202,2.184l0.879,9.502l0.037,0.405 c-0.505,0.67-0.769,1.459-0.769,2.312c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.85-0.261-1.637-0.759-2.307l0.038-0.409l0.879-9.502 L15.266,11.085L15.266,11.085z"/> <polygon fill="%23999999" points="13.072,13.085 12.193,22.587 9.83,22.587 8.951,13.085 "/> <path fill="%23999999" d="M12.906,25.487c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S12.906,24.973,12.906,25.487z"/> </svg>');
}
.grey.icon-env-scope-conversation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <ellipse fill="%23FFFFFF" cx="13.813" cy="20.453" rx="8.348" ry="5.736"/> <path fill="%23676767" d="M14.001,16.657c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,17.15,11.948,16.657,14.001,16.657 M14.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,16.545,17.193,15.316,14.001,15.316L14.001,15.316 z"/> <path fill="%23CCCCCC" d="M14.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,15.836,11.948,15.343,14.001,15.343 M14.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,15.23,17.193,14.001,14.001,14.001L14.001,14.001z "/> </svg>');
}
.grey.icon-env-scope-session{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.663c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.663z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.745,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M11.345,11.416c-2.439,0-4.568,1.739-4.952,4.045c-0.176,1.058-0.415,3.619,0.909,5.61 c-0.147,0.039-0.32,0.079-0.525,0.124c-0.704,0.156-1.581,0.351-2.392,0.928c-2.127,1.512-1.764,4.375-1.715,4.696l0.256,1.702 h1.721h6.697h6.697h1.721l0.256-1.702c0.048-0.321,0.412-3.184-1.715-4.697c-0.811-0.577-1.687-0.771-2.391-0.928 c-0.205-0.045-0.378-0.085-0.525-0.125c1.324-1.991,1.086-4.551,0.909-5.61C15.913,13.155,13.784,11.416,11.345,11.416 L11.345,11.416z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="%23999999" d="M17.145,23.752c-1.186-0.844-3.006-0.396-4.14-1.898 c0,0-0.422-0.475,0.527-1.635s1.028-3.006,0.791-4.43c-0.237-1.424-1.582-2.373-2.979-2.373s-2.742,0.949-2.979,2.373 c-0.237,1.424-0.158,3.27,0.791,4.43c0.949,1.16,0.527,1.635,0.527,1.635c-1.134,1.503-2.953,1.055-4.14,1.898 c-1.187,0.844-0.897,2.769-0.897,2.769h6.697h6.697C18.042,26.521,18.332,24.596,17.145,23.752z"/> </svg>');
}
.grey.icon-env-scope-project{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <polygon fill="%23FFFFFF" points="12.205,11.91 11.787,12.092 4.807,15.143 4.098,15.453 4.188,16.222 5.066,23.71 5.118,24.152 5.473,24.421 11.574,29.043 12.205,29.521 12.835,29.043 18.937,24.421 19.292,24.152 19.344,23.71 20.222,16.222 20.312,15.453 19.603,15.143 12.623,12.092 12.205,11.91 "/> <path fill="%23676767" d="M12.205,28.211l6.102-4.623l0.878-7.488l-6.98,3.975V28.211z"/> <path fill="%23999999" d="M6.103,23.589l6.102,4.623v-8.136L5.225,16.1L6.103,23.589z"/> <path fill="%23CCCCCC" d="M19.185,16.1l-6.98-3.051L5.225,16.1l6.98,3.975L19.185,16.1z"/> </svg>');
}
.grey.icon-env-scope-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%23CCCCCC" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%23CCCCCC" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%23CCCCCC" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%23676767" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%23676767" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%23676767" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%23999999" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%23999999" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%23999999" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg> ');
}
.grey.icon-env-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%23CCCCCC" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%23CCCCCC" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%23CCCCCC" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%23676767" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%23676767" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%23676767" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%23999999" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%23999999" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%23999999" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg>');
}
.grey.icon-env-server_web-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="25.873,20.434 20.098,15.159 19.538,14.648 20.074,13.031 17.767,13.031 17.309,12.612 17.309,13.031 15.238,13.031 14.035,13.031 13.657,14.172 10.658,23.22 10.658,22.826 10.658,22.095 10.12,21.6 9.11,20.672 10.117,19.751 10.658,19.256 10.658,18.522 10.658,15.389 10.658,11.612 7.87,14.159 2.095,19.434 0.751,20.661 2.092,21.891 7.867,27.187 8.999,28.225 8.908,28.502 8.182,30.691 10.489,30.691 13.018,30.691 14.22,30.691 14.599,29.55 17.593,20.515 17.85,20.75 18.856,21.672 17.847,22.6 17.309,23.095 17.309,23.826 17.309,26.959 17.309,30.746 20.1,28.187 25.875,22.891 27.216,21.661 "/> <path fill="%23999999" d="M17.767,14.696l-4.749,14.33h-2.529l4.749-14.33H17.767z"/> <path fill="%23999999" d="M8.993,25.959l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V25.959z"/> <path fill="%23999999" d="M24.749,21.664l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L24.749,21.664z"/> </svg>');
}
.grey.icon-env-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23999999" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23676767" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23999999" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.grey.icon-env-java-extension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="28.4,22.279 28.792,15.585 22.464,12.003 22.342,18.557 28.4,22.279 "/> <polygon fill="%23999999" points="29.298,4.977 22.612,1.604 22.481,8.847 23.466,9.396 28.862,12.403 "/> <polyline fill="%23676767" points="28.792,15.585 28.4,22.279 30.222,20.998 30.683,14.356 28.792,15.585 "/> <polygon fill="%23676767" points="31.285,3.817 29.298,4.977 28.862,12.403 29.751,11.828 30.771,11.183 "/> <polyline fill="%23CCCCCC" points="29.751,13.842 24.324,10.91 23.466,11.41 22.464,12.003 28.792,15.585 30.683,14.356 29.751,13.842 "/> <polygon fill="%23CCCCCC" points="31.247,3.839 24.596,0.578 22.596,1.63 29.265,4.995 "/> <polyline fill="%23999999" points="24.324,24.927 24.701,18.381 18.212,14.349 18.117,19.435 18.099,20.782 24.324,24.927 "/> <polyline fill="%23676767" points="26.66,16.996 24.701,18.381 24.324,24.927 26.199,23.514 26.66,16.996 "/> <polyline fill="%23CCCCCC" points="20.18,13.068 19.106,13.756 18.212,14.349 24.701,18.381 26.66,16.996 20.18,13.068 "/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23999999" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23676767" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23999999" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.grey.icon-env-java-runtime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.496,7.96c0.001,0.004-0.001,0.015-0.007,0.03l7.807,2.215c-0.002-0.009-0.002-0.016,0.002-0.022 l-0.032-0.042l0.039,0.012c0.002-0.039,0.005-0.061,0.009-0.066l0.248-0.702c0.082-0.225,0.17-0.447,0.264-0.666 c0.06-0.144,0.122-0.284,0.185-0.421c0.087-0.207,0.204-0.456,0.352-0.745c0.034-0.075,0.072-0.151,0.115-0.229 c0.01-0.017,0.02-0.036,0.029-0.057l0.351-0.62c0.007-0.011,0.012-0.017,0.017-0.018l-5.507-1.404l-2.311-0.583 c-0.004,0.001-0.008,0.004-0.012,0.01c-0.003,0.006-0.008,0.016-0.014,0.032l-0.335,0.555c-0.172,0.295-0.336,0.611-0.491,0.948 c-0.133,0.271-0.279,0.609-0.439,1.013L15.496,7.96"/> <path fill="%23CCCCCC" d="M31.913,5.683l0.034-0.037L29.8,5.151l-0.14,1.283c0.001,0.004,0.002,0.026,0.002,0.064l0.089,0.071 c0.15,0.125,0.291,0.291,0.424,0.499l0.049,0.081c0.009,0.036,0.019,0.057,0.03,0.064l0.007-0.002 c0.004-0.001,0.008-0.004,0.012-0.01L31.913,5.683"/> <path fill="%23CCCCCC" d="M18.183,18.322l0.008,0.005l7.239,2.634l-0.002-0.007l0.308-3.191l-0.002-0.007l-0.942-0.325l-1.734,1.72 l-0.007,0.002l-4.831-1.718l-0.06,0.855c-0.001,0.015,0.003,0.023,0.013,0.025C18.176,18.322,18.179,18.324,18.183,18.322"/> <path fill="%23CCCCCC" d="M16.778,11.376c-0.009,0.002-0.015,0.006-0.019,0.012l-1.922,2.232c-0.023,0.025-0.038,0.048-0.047,0.069 l7.633,2.551c0.002-0.01,0.007-0.021,0.014-0.032c0.024-0.02,0.039-0.036,0.046-0.047l1.874-2.409 c0.003-0.006,0.007-0.011,0.01-0.017L16.778,11.376"/> <path fill="%23CCCCCC" d="M28.1,3.327c0.003-0.006,0.009-0.012,0.017-0.018l-7.711-1.713c-0.012,0.008-0.02,0.017-0.022,0.027 l-0.612,3.219c-0.007,0.03-0.015,0.054-0.025,0.071l7.636,1.914c0.009-0.021,0.019-0.05,0.029-0.086L28.1,3.327z"/> <path fill="%23676767" d="M28.166,3.275c-0.026,0.011-0.042,0.022-0.049,0.034c-0.008,0.007-0.014,0.013-0.017,0.018L27.412,6.74 c-0.01,0.036-0.02,0.064-0.029,0.086c-0.007,0.011-0.014,0.02-0.022,0.027l-0.236,0.202c-0.03,0.031-0.061,0.063-0.091,0.094 c-0.174,0.172-0.341,0.36-0.5,0.564l-0.069,0.096c-0.012,0.008-0.02,0.015-0.024,0.02l-0.015-0.003l-0.002-0.007l-1.516-1.169 l-0.034-0.02c-0.004,0.001-0.01,0.007-0.017,0.018l-0.351,0.62c-0.009,0.021-0.019,0.04-0.029,0.057 c-0.043,0.077-0.081,0.154-0.115,0.229c-0.148,0.289-0.265,0.538-0.352,0.745c-0.064,0.137-0.125,0.278-0.185,0.421 c-0.094,0.219-0.182,0.441-0.264,0.666l-0.248,0.702c-0.003,0.006-0.006,0.028-0.009,0.066c-0.003,0.006-0.006,0.016-0.007,0.03 c-0.003,0.006-0.004,0.013-0.002,0.022l-7.807-2.215l1.453,1.664c0.02,0.024,0.034,0.042,0.042,0.054l7.645,2.255 c-0.002,0.01-0.005,0.02-0.007,0.03c-0.077,0.343-0.139,0.708-0.187,1.094c-0.019,0.134-0.037,0.312-0.053,0.535 c-0.007,0.049-0.012,0.086-0.015,0.111c-0.003,0.006-0.007,0.011-0.01,0.017l-1.874,2.409c-0.007,0.011-0.022,0.027-0.046,0.047 c-0.007,0.011-0.011,0.022-0.014,0.032c-0.007,0.011-0.009,0.021-0.007,0.03l0.008,0.12c0.006,0.082,0.013,0.167,0.02,0.256 c0.062,0.635,0.163,1.196,0.302,1.681c0.032,0.111,0.069,0.22,0.11,0.327c0.055,0.163,0.115,0.32,0.181,0.47 c0.004,0.018,0.009,0.029,0.015,0.032l0.007-0.002l1.734-1.72l0.251-0.255c0.006-0.006,0.012-0.005,0.019,0.003 c0.001,0.004,0.003,0.013,0.007,0.027l0.022,0.03l0.166,0.181c0.065,0.07,0.143,0.136,0.235,0.199l0.185,0.112 c0.03,0.007,0.049,0.016,0.057,0.029l0.002,0.007l-0.308,3.191l0.002,0.007c0.001,0.004,0.008,0.005,0.022,0.002l0.253-0.02 c0.189-0.018,0.381-0.063,0.578-0.136c0.189-0.066,0.388-0.156,0.598-0.27l0.435-0.279c0.008-0.007,0.016-0.013,0.024-0.02 c0.009-0.021,0.016-0.049,0.022-0.084l0.646-3.124c-0.001-0.004,0.003-0.008,0.012-0.01c0.01-0.017,0.03-0.041,0.061-0.072 l0.079-0.084c0.164-0.174,0.326-0.362,0.486-0.564c0.042-0.063,0.084-0.123,0.127-0.182l0.068-0.103 c0.019-0.021,0.03-0.032,0.035-0.034l0.007-0.002l1.173,0.736c0.011,0.007,0.03,0.024,0.055,0.051l0.008,0.005 c0.006,0.003,0.013,0.006,0.024,0.008c0.009-0.002,0.017-0.009,0.024-0.02c0.18-0.34,0.341-0.668,0.482-0.985 c0.289-0.622,0.557-1.325,0.804-2.109l-0.977-1.475c-0.007-0.008-0.004-0.03,0.009-0.066l0.048-0.212 c0.081-0.406,0.14-0.792,0.179-1.156c0.004-0.063,0.008-0.104,0.012-0.125c0.002-0.01,0.008-0.024,0.019-0.04 c0.009-0.021,0.024-0.049,0.044-0.082l1.428-1.916c0.036-0.047,0.059-0.079,0.069-0.096c0.003-0.006,0.009-0.013,0.016-0.022 c0.003-0.025,0.005-0.056,0.005-0.094c-0.008-0.379-0.023-0.718-0.044-1.015c-0.026-0.318-0.067-0.627-0.123-0.928l-0.169-0.741 l-0.013-0.025l-0.007-0.027l-0.034,0.037l-1.641,1.518c-0.003,0.006-0.007,0.009-0.012,0.01l-0.007,0.002 c-0.011-0.007-0.021-0.028-0.03-0.064l-0.049-0.081c-0.133-0.208-0.274-0.374-0.424-0.499l-0.089-0.071c0-0.038,0-0.059-0.002-0.064 l0.14-1.283l0.213-2.012l-0.002-0.007l-0.461-0.1c-0.37-0.042-0.757,0.009-1.16,0.151L28.166,3.275"/> <path fill="%23676767" d="M27.21,8.742c0.055-0.066,0.111-0.124,0.168-0.174l0.563-0.383c-0.001-0.004,0.001-0.007,0.005-0.008 c0.128-0.06,0.258-0.102,0.391-0.125l0.003-0.001c0.247-0.03,0.444-0.005,0.591,0.075l0.125,0.073 c0.124,0.079,0.239,0.194,0.343,0.344c0.032,0.054,0.065,0.11,0.099,0.169l0.089,0.185l0.21,0.731 c-0.003,0.006-0.004,0.013-0.002,0.022c0.001,0.004,0.003,0.011,0.005,0.02c-0.001,0.015,0,0.029,0.003,0.042l0.05,0.52 c0.004,0.037,0.007,0.077,0.008,0.12c0.001,0.062,0,0.126-0.002,0.194l-0.162,1.424c-0.016,0.071-0.032,0.141-0.048,0.212 c-0.072,0.306-0.155,0.6-0.25,0.881c-0.18,0.505-0.399,0.975-0.656,1.41c-0.308,0.508-0.618,0.896-0.931,1.164 c-0.129,0.113-0.259,0.205-0.39,0.275c-0.161,0.083-0.322,0.137-0.485,0.163c-0.43,0.073-0.783-0.091-1.059-0.492 c-0.001-0.004-0.004-0.008-0.01-0.012c-0.039-0.062-0.077-0.126-0.112-0.194c-0.065-0.137-0.122-0.285-0.171-0.444 c-0.049-0.159-0.087-0.33-0.113-0.512l-0.002-0.007c-0.109-0.738-0.058-1.557,0.154-2.455c0.003-0.006,0.005-0.011,0.003-0.015 c0.086-0.365,0.19-0.711,0.311-1.039c0.165-0.451,0.363-0.868,0.595-1.252c0.033-0.061,0.069-0.117,0.108-0.17 c0.081-0.135,0.165-0.258,0.252-0.37L27.21,8.742z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-92.0843" y1="-22.5988" x2="-87.7825" y2="-23.6641" gradientTransform="matrix(0.9707 -0.2404 -0.2404 -0.9707 109.3886 -32.005)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M27.378,8.569c-0.057,0.05-0.113,0.108-0.168,0.174l-0.316,0.371 c-0.087,0.112-0.171,0.235-0.252,0.37c-0.039,0.053-0.075,0.109-0.108,0.17c-0.232,0.384-0.43,0.801-0.595,1.252 c-0.121,0.328-0.225,0.674-0.311,1.039c0.001,0.004,0,0.01-0.003,0.015c-0.211,0.899-0.263,1.717-0.154,2.455l0.002,0.007 c0.026,0.182,0.063,0.353,0.113,0.512c0.049,0.159,0.106,0.307,0.171,0.444c0.036,0.067,0.073,0.132,0.112,0.194 c0.006,0.003,0.009,0.007,0.01,0.012c0.276,0.401,0.629,0.565,1.059,0.492c0.163-0.026,0.325-0.08,0.485-0.163 c0.13-0.07,0.26-0.162,0.39-0.275c0.313-0.268,0.623-0.656,0.931-1.164c0.257-0.435,0.475-0.906,0.656-1.41 c0.095-0.281,0.178-0.575,0.25-0.881c0.016-0.071,0.032-0.141,0.048-0.212l0.162-1.424c0.002-0.067,0.003-0.132,0.002-0.194 c-0.001-0.043-0.004-0.083-0.008-0.12l-0.05-0.52C29.8,9.7,29.799,9.685,29.8,9.671c-0.002-0.009-0.004-0.016-0.005-0.02 c-0.002-0.009-0.002-0.016,0.002-0.022l-0.21-0.731l-0.089-0.185c-0.034-0.058-0.067-0.115-0.099-0.169 c-0.104-0.151-0.218-0.265-0.343-0.344l-0.125-0.073c-0.147-0.08-0.344-0.105-0.591-0.075l-0.003,0.001 c-0.132,0.023-0.263,0.065-0.391,0.125c-0.004,0.001-0.006,0.004-0.005,0.008L27.378,8.569z"/> <path fill="%23999999" d="M28.881,15.981l-0.007,0.002c-0.004,0.001-0.016,0.012-0.035,0.034l-0.068,0.103 c-0.043,0.058-0.085,0.119-0.127,0.182l1.472,0.472l-0.008-0.005c-0.026-0.027-0.044-0.044-0.055-0.051L28.881,15.981"/> <path fill="%23999999" d="M25.493,17.617c-0.092-0.063-0.17-0.129-0.235-0.199l-0.166-0.181l-0.022-0.03 c-0.003-0.013-0.006-0.022-0.007-0.027c-0.007-0.008-0.013-0.009-0.019-0.003l-0.251,0.255l0.942,0.325 c-0.008-0.012-0.027-0.022-0.057-0.029L25.493,17.617"/> <path fill="%23999999" d="M14.798,13.836c0.078,0.679,0.214,1.296,0.408,1.851c0.104,0.286,0.215,0.539,0.331,0.758 c0.009,0.017,0.016,0.027,0.022,0.03l0.007-0.002l2.655,0.962l4.831,1.718c-0.006-0.003-0.011-0.014-0.015-0.032 c-0.066-0.151-0.126-0.307-0.181-0.47c-0.041-0.107-0.077-0.216-0.11-0.327c-0.139-0.485-0.24-1.046-0.302-1.681 c-0.008-0.089-0.014-0.174-0.02-0.256l-0.008-0.12c-0.002-0.009,0-0.019,0.007-0.03l-7.633-2.551 c-0.007,0.011-0.009,0.021-0.007,0.03L14.798,13.836"/> <path fill="%23999999" d="M16.781,11.332c-0.001,0.015-0.002,0.029-0.003,0.044l7.589,2.358c0.003-0.025,0.009-0.062,0.015-0.111 c0.016-0.223,0.034-0.402,0.053-0.535c0.047-0.386,0.11-0.751,0.187-1.094c0.002-0.01,0.005-0.02,0.007-0.03l-7.645-2.255 c0.002,0.009,0.002,0.016-0.002,0.022c-0.072,0.344-0.128,0.688-0.166,1.032l-0.036,0.506 C16.779,11.283,16.779,11.304,16.781,11.332"/> <path fill="%23999999" d="M19.478,5.126c-0.039,0.034-0.076,0.067-0.111,0.099l5.507,1.404l0.034,0.02l1.516,1.169l0.017,0.01 c0.003-0.006,0.011-0.012,0.024-0.02l0.069-0.096c0.159-0.204,0.326-0.392,0.5-0.564c0.03-0.031,0.061-0.063,0.091-0.094 l0.236-0.202c0.008-0.007,0.015-0.016,0.022-0.027l-7.636-1.914c-0.011,0.012-0.021,0.022-0.029,0.029L19.478,5.126"/> <path fill="%23999999" d="M22.363,1.469l-0.141-0.037c-0.087-0.026-0.183-0.045-0.286-0.058c-0.397-0.045-0.811-0.007-1.241,0.114 L20.45,1.57c-0.022,0.006-0.037,0.014-0.044,0.025l7.711,1.713c0.007-0.011,0.023-0.022,0.049-0.034l0.224-0.091 c0.403-0.143,0.79-0.193,1.16-0.151l-7.126-1.543c-0.001-0.004-0.01-0.01-0.025-0.015C22.381,1.474,22.368,1.472,22.363,1.469z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23999999" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23676767" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23999999" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.orange.icon-env-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%23a56600" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%23ffbc00" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%23d88500" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.orange.icon-env-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23FFFFFF" d="M4.233,1.451L1.987,2.422l1.098,18.529l15.591,10.381l1.961-1.48l1.378-19.683L4.233,1.451z M16.662,25.031 l-9.828-6.24L6.405,7.288l10.797,5.654L16.662,25.031z"/> <polygon fill="%23a56600" points="21.493,10.469 19.787,11.472 18.658,30.719 20.154,29.59 "/> <polyline fill="%23ffbc00" points="6.345,19.072 5.073,19.812 4.826,19.955 17.034,27.907 17.124,25.917 6.345,19.072 "/> <polyline fill="%23a56600" points="5.873,6.444 4.115,5.524 4.826,19.947 5.065,19.805 5.073,19.812 6.345,19.072 5.873,6.444 "/> <polygon fill="%23ffbc00" points="19.787,11.472 21.493,10.469 4.22,2.001 2.507,2.742 "/> <path fill="%23d88500" d="M2.507,2.742l1.062,17.931l15.089,10.047l1.13-19.248L2.507,2.742z M17.034,27.907L4.826,19.955L4.115,5.524 l13.6,7.122L17.034,27.907z"/> </svg>');
}
.orange.icon-env-scope-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23676767" d="M17.344,17.844c0,0.251-0.069,0.601,0,0.84c0.17,0.588,0.892,1.003,1.46,1.043 c1.259,0.091,2.065-1.183,1.851-2.333C20.337,19.032,18.095,19.301,17.344,17.844"/> <path fill="%23676767" d="M14.516,18.295c-0.256-0.26-0.417-0.561-0.484-0.901c-0.206,1.15,0.591,2.424,1.854,2.333 c0.55-0.04,1.163-0.388,1.387-0.918c0.125-0.295,0.071-0.641,0.071-0.966C16.805,18.912,15.355,19.15,14.516,18.295"/> <path fill="none" d="M17.344,17.4v0.84"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4257" y1="16.404" x2="20.6145" y2="25.3912"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="0.7538" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.942,19.88c1.358,0.908,2.294,2.517,2.764,4.048c0.427,1.392,0.65,3.4-0.449,4.557 c2.663-2.335,5.326-4.67,7.99-7.004c0.689-0.604,1.003-1.313,0.779-2.275c-0.306-1.314-1.41-2.391-2.793-2.142 c-1.933,0.349-3.857,0.757-5.785,1.135c-1.583,0.311-3.165,0.622-4.747,0.934C11.378,19.044,12.125,19.293,12.942,19.88"/> <path fill="%23a56600" d="M7.842,23.637c-0.03,0.03-0.061,0.058-0.093,0.086l0.893-0.661c-0.039-0.375-0.055-0.754-0.033-1.131 C8.517,22.553,8.303,23.188,7.842,23.637z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9103" y1="11.9175" x2="13.1939" y2="19.3369"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="0.7538" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.965,13.167c-3.64,0.432-7.269,1.034-10.9,1.548c1.429-0.103,2.648,1.201,3.34,2.307 c0.817,1.307,1.336,2.92,1.244,4.472c0.203-1.429,1.085-2.172,2.426-2.435c1.143-0.225,2.285-0.45,3.428-0.674 c0.79-0.155,1.325-0.56,1.964-1.078C17.808,16.221,16.864,12.961,14.965,13.167"/> <path fill="%23d88500" d="M15.018,22.305c-0.786-1.443-2.456-3.417-4.318-3.173c-1.198,0.188-1.889,1.225-2.05,2.361 c0.128-2.152-0.879-4.64-2.569-6.005c-0.71-0.574-1.728-1.057-2.617-0.589c-0.901,0.474-1.177,1.604-1.214,2.538 c-0.084,2.126,0.899,4.559,2.567,5.913c1.67,1.355,3.48,0.701,3.794-1.42c-0.121,2.087,0.808,4.317,2.264,5.8 c1.227,1.25,3.407,2.27,4.635,0.437C16.634,26.489,15.896,23.918,15.018,22.305z"/> <path fill="%23a56600" d="M9.74,20.945c-1.004,1.535-0.257,3.803,0.656,5.189c0.846,1.284,3.138,3.129,4.39,1.26 c1.042-1.555,0.228-3.917-0.732-5.298C13.203,20.869,10.947,19.096,9.74,20.945"/> <path fill="%23a56600" d="M7.597,18.828c-0.46-1.286-1.744-3.461-3.413-3.135c-1.821,0.356-1.399,3.134-0.966,4.345 c0.456,1.274,1.675,3.338,3.297,3.147C8.443,22.959,8.045,20.058,7.597,18.828z"/> <path fill="%23FFFFFF" d="M3.347,17.502C3.13,18.979,3.781,20.68,4.785,21.76c1.1,1.184,2.786,1.281,3.121-0.567 c0.274-1.511-0.402-3.266-1.421-4.378C5.323,15.57,3.626,15.598,3.347,17.502z"/> <path fill="%23FFFFFF" d="M13.041,20.783c-1.42-1.073-3.07-0.558-3.28,1.283c-0.182,1.752,0.705,3.739,2.081,4.827 c1.552,1.228,3.278,0.574,3.389-1.448C15.326,23.725,14.411,21.819,13.041,20.783z"/> </svg>');
}
.orange.icon-env-scope-request{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M15.266,11.085h-2.194H8.951H6.758l0.202,2.184l0.879,9.502l0.037,0.405 c-0.505,0.67-0.769,1.459-0.769,2.312c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.85-0.261-1.637-0.759-2.307l0.038-0.409l0.879-9.502 L15.266,11.085L15.266,11.085z"/> <polygon fill="%23d88500" points="13.072,13.085 12.193,22.587 9.83,22.587 8.951,13.085 "/> <path fill="%23d88500" d="M12.906,25.487c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S12.906,24.973,12.906,25.487z"/> </svg>');
}
.orange.icon-env-scope-conversation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <ellipse fill="%23FFFFFF" cx="13.813" cy="20.453" rx="8.348" ry="5.736"/> <path fill="%23a56600" d="M14.001,16.657c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,17.15,11.948,16.657,14.001,16.657 M14.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,16.545,17.193,15.316,14.001,15.316L14.001,15.316 z"/> <path fill="%23ffbc00" d="M14.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,15.836,11.948,15.343,14.001,15.343 M14.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,15.23,17.193,14.001,14.001,14.001L14.001,14.001z "/> </svg>');
}
.orange.icon-env-scope-session{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.663c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.663z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.745,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M11.345,11.416c-2.439,0-4.568,1.739-4.952,4.045c-0.176,1.058-0.415,3.619,0.909,5.61 c-0.147,0.039-0.32,0.079-0.525,0.124c-0.704,0.156-1.581,0.351-2.392,0.928c-2.127,1.512-1.764,4.375-1.715,4.696l0.256,1.702 h1.721h6.697h6.697h1.721l0.256-1.702c0.048-0.321,0.412-3.184-1.715-4.697c-0.811-0.577-1.687-0.771-2.391-0.928 c-0.205-0.045-0.378-0.085-0.525-0.125c1.324-1.991,1.086-4.551,0.909-5.61C15.913,13.155,13.784,11.416,11.345,11.416 L11.345,11.416z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="%23d88500" d="M17.145,23.752c-1.186-0.844-3.006-0.396-4.14-1.898 c0,0-0.422-0.475,0.527-1.635s1.028-3.006,0.791-4.43c-0.237-1.424-1.582-2.373-2.979-2.373s-2.742,0.949-2.979,2.373 c-0.237,1.424-0.158,3.27,0.791,4.43c0.949,1.16,0.527,1.635,0.527,1.635c-1.134,1.503-2.953,1.055-4.14,1.898 c-1.187,0.844-0.897,2.769-0.897,2.769h6.697h6.697C18.042,26.521,18.332,24.596,17.145,23.752z"/> </svg>');
}
.orange.icon-env-scope-project{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <polygon fill="%23FFFFFF" points="12.205,11.91 11.787,12.092 4.807,15.143 4.098,15.453 4.188,16.222 5.066,23.71 5.118,24.152 5.473,24.421 11.574,29.043 12.205,29.521 12.835,29.043 18.937,24.421 19.292,24.152 19.344,23.71 20.222,16.222 20.312,15.453 19.603,15.143 12.623,12.092 12.205,11.91 "/> <path fill="%23a56600" d="M12.205,28.211l6.102-4.623l0.878-7.488l-6.98,3.975V28.211z"/> <path fill="%23d88500" d="M6.103,23.589l6.102,4.623v-8.136L5.225,16.1L6.103,23.589z"/> <path fill="%23ffbc00" d="M19.185,16.1l-6.98-3.051L5.225,16.1l6.98,3.975L19.185,16.1z"/> </svg>');
}
.orange.icon-env-scope-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%23ffbc00" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%23ffbc00" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%23ffbc00" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%23a56600" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%23a56600" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%23a56600" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%23d88500" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%23d88500" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%23d88500" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg> ');
}
.orange.icon-env-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%23ffbc00" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%23ffbc00" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%23ffbc00" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%23a56600" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%23a56600" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%23a56600" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%23d88500" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%23d88500" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%23d88500" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg>');
}
.orange.icon-env-server_web-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="25.873,20.434 20.098,15.159 19.538,14.648 20.074,13.031 17.767,13.031 17.309,12.612 17.309,13.031 15.238,13.031 14.035,13.031 13.657,14.172 10.658,23.22 10.658,22.826 10.658,22.095 10.12,21.6 9.11,20.672 10.117,19.751 10.658,19.256 10.658,18.522 10.658,15.389 10.658,11.612 7.87,14.159 2.095,19.434 0.751,20.661 2.092,21.891 7.867,27.187 8.999,28.225 8.908,28.502 8.182,30.691 10.489,30.691 13.018,30.691 14.22,30.691 14.599,29.55 17.593,20.515 17.85,20.75 18.856,21.672 17.847,22.6 17.309,23.095 17.309,23.826 17.309,26.959 17.309,30.746 20.1,28.187 25.875,22.891 27.216,21.661 "/> <path fill="%23d88500" d="M17.767,14.696l-4.749,14.33h-2.529l4.749-14.33H17.767z"/> <path fill="%23d88500" d="M8.993,25.959l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V25.959z"/> <path fill="%23d88500" d="M24.749,21.664l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L24.749,21.664z"/> </svg>');
}
.orange.icon-env-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23d88500" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23a56600" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23d88500" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.orange.icon-env-java-extension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="28.4,22.279 28.792,15.585 22.464,12.003 22.342,18.557 28.4,22.279 "/> <polygon fill="%23999999" points="29.298,4.977 22.612,1.604 22.481,8.847 23.466,9.396 28.862,12.403 "/> <polyline fill="%23676767" points="28.792,15.585 28.4,22.279 30.222,20.998 30.683,14.356 28.792,15.585 "/> <polygon fill="%23676767" points="31.285,3.817 29.298,4.977 28.862,12.403 29.751,11.828 30.771,11.183 "/> <polyline fill="%23CCCCCC" points="29.751,13.842 24.324,10.91 23.466,11.41 22.464,12.003 28.792,15.585 30.683,14.356 29.751,13.842 "/> <polygon fill="%23CCCCCC" points="31.247,3.839 24.596,0.578 22.596,1.63 29.265,4.995 "/> <polyline fill="%23999999" points="24.324,24.927 24.701,18.381 18.212,14.349 18.117,19.435 18.099,20.782 24.324,24.927 "/> <polyline fill="%23676767" points="26.66,16.996 24.701,18.381 24.324,24.927 26.199,23.514 26.66,16.996 "/> <polyline fill="%23CCCCCC" points="20.18,13.068 19.106,13.756 18.212,14.349 24.701,18.381 26.66,16.996 20.18,13.068 "/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23d88500" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23a56600" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23d88500" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.orange.icon-env-java-runtime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.496,7.96c0.001,0.004-0.001,0.015-0.007,0.03l7.807,2.215c-0.002-0.009-0.002-0.016,0.002-0.022 l-0.032-0.042l0.039,0.012c0.002-0.039,0.005-0.061,0.009-0.066l0.248-0.702c0.082-0.225,0.17-0.447,0.264-0.666 c0.06-0.144,0.122-0.284,0.185-0.421c0.087-0.207,0.204-0.456,0.352-0.745c0.034-0.075,0.072-0.151,0.115-0.229 c0.01-0.017,0.02-0.036,0.029-0.057l0.351-0.62c0.007-0.011,0.012-0.017,0.017-0.018l-5.507-1.404l-2.311-0.583 c-0.004,0.001-0.008,0.004-0.012,0.01c-0.003,0.006-0.008,0.016-0.014,0.032l-0.335,0.555c-0.172,0.295-0.336,0.611-0.491,0.948 c-0.133,0.271-0.279,0.609-0.439,1.013L15.496,7.96"/> <path fill="%23CCCCCC" d="M31.913,5.683l0.034-0.037L29.8,5.151l-0.14,1.283c0.001,0.004,0.002,0.026,0.002,0.064l0.089,0.071 c0.15,0.125,0.291,0.291,0.424,0.499l0.049,0.081c0.009,0.036,0.019,0.057,0.03,0.064l0.007-0.002 c0.004-0.001,0.008-0.004,0.012-0.01L31.913,5.683"/> <path fill="%23CCCCCC" d="M18.183,18.322l0.008,0.005l7.239,2.634l-0.002-0.007l0.308-3.191l-0.002-0.007l-0.942-0.325l-1.734,1.72 l-0.007,0.002l-4.831-1.718l-0.06,0.855c-0.001,0.015,0.003,0.023,0.013,0.025C18.176,18.322,18.179,18.324,18.183,18.322"/> <path fill="%23CCCCCC" d="M16.778,11.376c-0.009,0.002-0.015,0.006-0.019,0.012l-1.922,2.232c-0.023,0.025-0.038,0.048-0.047,0.069 l7.633,2.551c0.002-0.01,0.007-0.021,0.014-0.032c0.024-0.02,0.039-0.036,0.046-0.047l1.874-2.409 c0.003-0.006,0.007-0.011,0.01-0.017L16.778,11.376"/> <path fill="%23CCCCCC" d="M28.1,3.327c0.003-0.006,0.009-0.012,0.017-0.018l-7.711-1.713c-0.012,0.008-0.02,0.017-0.022,0.027 l-0.612,3.219c-0.007,0.03-0.015,0.054-0.025,0.071l7.636,1.914c0.009-0.021,0.019-0.05,0.029-0.086L28.1,3.327z"/> <path fill="%23676767" d="M28.166,3.275c-0.026,0.011-0.042,0.022-0.049,0.034c-0.008,0.007-0.014,0.013-0.017,0.018L27.412,6.74 c-0.01,0.036-0.02,0.064-0.029,0.086c-0.007,0.011-0.014,0.02-0.022,0.027l-0.236,0.202c-0.03,0.031-0.061,0.063-0.091,0.094 c-0.174,0.172-0.341,0.36-0.5,0.564l-0.069,0.096c-0.012,0.008-0.02,0.015-0.024,0.02l-0.015-0.003l-0.002-0.007l-1.516-1.169 l-0.034-0.02c-0.004,0.001-0.01,0.007-0.017,0.018l-0.351,0.62c-0.009,0.021-0.019,0.04-0.029,0.057 c-0.043,0.077-0.081,0.154-0.115,0.229c-0.148,0.289-0.265,0.538-0.352,0.745c-0.064,0.137-0.125,0.278-0.185,0.421 c-0.094,0.219-0.182,0.441-0.264,0.666l-0.248,0.702c-0.003,0.006-0.006,0.028-0.009,0.066c-0.003,0.006-0.006,0.016-0.007,0.03 c-0.003,0.006-0.004,0.013-0.002,0.022l-7.807-2.215l1.453,1.664c0.02,0.024,0.034,0.042,0.042,0.054l7.645,2.255 c-0.002,0.01-0.005,0.02-0.007,0.03c-0.077,0.343-0.139,0.708-0.187,1.094c-0.019,0.134-0.037,0.312-0.053,0.535 c-0.007,0.049-0.012,0.086-0.015,0.111c-0.003,0.006-0.007,0.011-0.01,0.017l-1.874,2.409c-0.007,0.011-0.022,0.027-0.046,0.047 c-0.007,0.011-0.011,0.022-0.014,0.032c-0.007,0.011-0.009,0.021-0.007,0.03l0.008,0.12c0.006,0.082,0.013,0.167,0.02,0.256 c0.062,0.635,0.163,1.196,0.302,1.681c0.032,0.111,0.069,0.22,0.11,0.327c0.055,0.163,0.115,0.32,0.181,0.47 c0.004,0.018,0.009,0.029,0.015,0.032l0.007-0.002l1.734-1.72l0.251-0.255c0.006-0.006,0.012-0.005,0.019,0.003 c0.001,0.004,0.003,0.013,0.007,0.027l0.022,0.03l0.166,0.181c0.065,0.07,0.143,0.136,0.235,0.199l0.185,0.112 c0.03,0.007,0.049,0.016,0.057,0.029l0.002,0.007l-0.308,3.191l0.002,0.007c0.001,0.004,0.008,0.005,0.022,0.002l0.253-0.02 c0.189-0.018,0.381-0.063,0.578-0.136c0.189-0.066,0.388-0.156,0.598-0.27l0.435-0.279c0.008-0.007,0.016-0.013,0.024-0.02 c0.009-0.021,0.016-0.049,0.022-0.084l0.646-3.124c-0.001-0.004,0.003-0.008,0.012-0.01c0.01-0.017,0.03-0.041,0.061-0.072 l0.079-0.084c0.164-0.174,0.326-0.362,0.486-0.564c0.042-0.063,0.084-0.123,0.127-0.182l0.068-0.103 c0.019-0.021,0.03-0.032,0.035-0.034l0.007-0.002l1.173,0.736c0.011,0.007,0.03,0.024,0.055,0.051l0.008,0.005 c0.006,0.003,0.013,0.006,0.024,0.008c0.009-0.002,0.017-0.009,0.024-0.02c0.18-0.34,0.341-0.668,0.482-0.985 c0.289-0.622,0.557-1.325,0.804-2.109l-0.977-1.475c-0.007-0.008-0.004-0.03,0.009-0.066l0.048-0.212 c0.081-0.406,0.14-0.792,0.179-1.156c0.004-0.063,0.008-0.104,0.012-0.125c0.002-0.01,0.008-0.024,0.019-0.04 c0.009-0.021,0.024-0.049,0.044-0.082l1.428-1.916c0.036-0.047,0.059-0.079,0.069-0.096c0.003-0.006,0.009-0.013,0.016-0.022 c0.003-0.025,0.005-0.056,0.005-0.094c-0.008-0.379-0.023-0.718-0.044-1.015c-0.026-0.318-0.067-0.627-0.123-0.928l-0.169-0.741 l-0.013-0.025l-0.007-0.027l-0.034,0.037l-1.641,1.518c-0.003,0.006-0.007,0.009-0.012,0.01l-0.007,0.002 c-0.011-0.007-0.021-0.028-0.03-0.064l-0.049-0.081c-0.133-0.208-0.274-0.374-0.424-0.499l-0.089-0.071c0-0.038,0-0.059-0.002-0.064 l0.14-1.283l0.213-2.012l-0.002-0.007l-0.461-0.1c-0.37-0.042-0.757,0.009-1.16,0.151L28.166,3.275"/> <path fill="%23676767" d="M27.21,8.742c0.055-0.066,0.111-0.124,0.168-0.174l0.563-0.383c-0.001-0.004,0.001-0.007,0.005-0.008 c0.128-0.06,0.258-0.102,0.391-0.125l0.003-0.001c0.247-0.03,0.444-0.005,0.591,0.075l0.125,0.073 c0.124,0.079,0.239,0.194,0.343,0.344c0.032,0.054,0.065,0.11,0.099,0.169l0.089,0.185l0.21,0.731 c-0.003,0.006-0.004,0.013-0.002,0.022c0.001,0.004,0.003,0.011,0.005,0.02c-0.001,0.015,0,0.029,0.003,0.042l0.05,0.52 c0.004,0.037,0.007,0.077,0.008,0.12c0.001,0.062,0,0.126-0.002,0.194l-0.162,1.424c-0.016,0.071-0.032,0.141-0.048,0.212 c-0.072,0.306-0.155,0.6-0.25,0.881c-0.18,0.505-0.399,0.975-0.656,1.41c-0.308,0.508-0.618,0.896-0.931,1.164 c-0.129,0.113-0.259,0.205-0.39,0.275c-0.161,0.083-0.322,0.137-0.485,0.163c-0.43,0.073-0.783-0.091-1.059-0.492 c-0.001-0.004-0.004-0.008-0.01-0.012c-0.039-0.062-0.077-0.126-0.112-0.194c-0.065-0.137-0.122-0.285-0.171-0.444 c-0.049-0.159-0.087-0.33-0.113-0.512l-0.002-0.007c-0.109-0.738-0.058-1.557,0.154-2.455c0.003-0.006,0.005-0.011,0.003-0.015 c0.086-0.365,0.19-0.711,0.311-1.039c0.165-0.451,0.363-0.868,0.595-1.252c0.033-0.061,0.069-0.117,0.108-0.17 c0.081-0.135,0.165-0.258,0.252-0.37L27.21,8.742z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-92.0843" y1="-22.5988" x2="-87.7825" y2="-23.6641" gradientTransform="matrix(0.9707 -0.2404 -0.2404 -0.9707 109.3886 -32.005)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M27.378,8.569c-0.057,0.05-0.113,0.108-0.168,0.174l-0.316,0.371 c-0.087,0.112-0.171,0.235-0.252,0.37c-0.039,0.053-0.075,0.109-0.108,0.17c-0.232,0.384-0.43,0.801-0.595,1.252 c-0.121,0.328-0.225,0.674-0.311,1.039c0.001,0.004,0,0.01-0.003,0.015c-0.211,0.899-0.263,1.717-0.154,2.455l0.002,0.007 c0.026,0.182,0.063,0.353,0.113,0.512c0.049,0.159,0.106,0.307,0.171,0.444c0.036,0.067,0.073,0.132,0.112,0.194 c0.006,0.003,0.009,0.007,0.01,0.012c0.276,0.401,0.629,0.565,1.059,0.492c0.163-0.026,0.325-0.08,0.485-0.163 c0.13-0.07,0.26-0.162,0.39-0.275c0.313-0.268,0.623-0.656,0.931-1.164c0.257-0.435,0.475-0.906,0.656-1.41 c0.095-0.281,0.178-0.575,0.25-0.881c0.016-0.071,0.032-0.141,0.048-0.212l0.162-1.424c0.002-0.067,0.003-0.132,0.002-0.194 c-0.001-0.043-0.004-0.083-0.008-0.12l-0.05-0.52C29.8,9.7,29.799,9.685,29.8,9.671c-0.002-0.009-0.004-0.016-0.005-0.02 c-0.002-0.009-0.002-0.016,0.002-0.022l-0.21-0.731l-0.089-0.185c-0.034-0.058-0.067-0.115-0.099-0.169 c-0.104-0.151-0.218-0.265-0.343-0.344l-0.125-0.073c-0.147-0.08-0.344-0.105-0.591-0.075l-0.003,0.001 c-0.132,0.023-0.263,0.065-0.391,0.125c-0.004,0.001-0.006,0.004-0.005,0.008L27.378,8.569z"/> <path fill="%23999999" d="M28.881,15.981l-0.007,0.002c-0.004,0.001-0.016,0.012-0.035,0.034l-0.068,0.103 c-0.043,0.058-0.085,0.119-0.127,0.182l1.472,0.472l-0.008-0.005c-0.026-0.027-0.044-0.044-0.055-0.051L28.881,15.981"/> <path fill="%23999999" d="M25.493,17.617c-0.092-0.063-0.17-0.129-0.235-0.199l-0.166-0.181l-0.022-0.03 c-0.003-0.013-0.006-0.022-0.007-0.027c-0.007-0.008-0.013-0.009-0.019-0.003l-0.251,0.255l0.942,0.325 c-0.008-0.012-0.027-0.022-0.057-0.029L25.493,17.617"/> <path fill="%23999999" d="M14.798,13.836c0.078,0.679,0.214,1.296,0.408,1.851c0.104,0.286,0.215,0.539,0.331,0.758 c0.009,0.017,0.016,0.027,0.022,0.03l0.007-0.002l2.655,0.962l4.831,1.718c-0.006-0.003-0.011-0.014-0.015-0.032 c-0.066-0.151-0.126-0.307-0.181-0.47c-0.041-0.107-0.077-0.216-0.11-0.327c-0.139-0.485-0.24-1.046-0.302-1.681 c-0.008-0.089-0.014-0.174-0.02-0.256l-0.008-0.12c-0.002-0.009,0-0.019,0.007-0.03l-7.633-2.551 c-0.007,0.011-0.009,0.021-0.007,0.03L14.798,13.836"/> <path fill="%23999999" d="M16.781,11.332c-0.001,0.015-0.002,0.029-0.003,0.044l7.589,2.358c0.003-0.025,0.009-0.062,0.015-0.111 c0.016-0.223,0.034-0.402,0.053-0.535c0.047-0.386,0.11-0.751,0.187-1.094c0.002-0.01,0.005-0.02,0.007-0.03l-7.645-2.255 c0.002,0.009,0.002,0.016-0.002,0.022c-0.072,0.344-0.128,0.688-0.166,1.032l-0.036,0.506 C16.779,11.283,16.779,11.304,16.781,11.332"/> <path fill="%23999999" d="M19.478,5.126c-0.039,0.034-0.076,0.067-0.111,0.099l5.507,1.404l0.034,0.02l1.516,1.169l0.017,0.01 c0.003-0.006,0.011-0.012,0.024-0.02l0.069-0.096c0.159-0.204,0.326-0.392,0.5-0.564c0.03-0.031,0.061-0.063,0.091-0.094 l0.236-0.202c0.008-0.007,0.015-0.016,0.022-0.027l-7.636-1.914c-0.011,0.012-0.021,0.022-0.029,0.029L19.478,5.126"/> <path fill="%23999999" d="M22.363,1.469l-0.141-0.037c-0.087-0.026-0.183-0.045-0.286-0.058c-0.397-0.045-0.811-0.007-1.241,0.114 L20.45,1.57c-0.022,0.006-0.037,0.014-0.044,0.025l7.711,1.713c0.007-0.011,0.023-0.022,0.049-0.034l0.224-0.091 c0.403-0.143,0.79-0.193,1.16-0.151l-7.126-1.543c-0.001-0.004-0.01-0.01-0.025-0.015C22.381,1.474,22.368,1.472,22.363,1.469z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23d88500" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23a56600" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23d88500" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.red.icon-env-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%23990000" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%23FF0000" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%23CC0000" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.red.icon-env-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23FFFFFF" d="M4.233,1.451L1.987,2.422l1.098,18.529l15.591,10.381l1.961-1.48l1.378-19.683L4.233,1.451z M16.662,25.031 l-9.828-6.24L6.405,7.288l10.797,5.654L16.662,25.031z"/> <polygon fill="%23990000" points="21.493,10.469 19.787,11.472 18.658,30.719 20.154,29.59 "/> <polyline fill="%23FF0000" points="6.345,19.072 5.073,19.812 4.826,19.955 17.034,27.907 17.124,25.917 6.345,19.072 "/> <polyline fill="%23990000" points="5.873,6.444 4.115,5.524 4.826,19.947 5.065,19.805 5.073,19.812 6.345,19.072 5.873,6.444 "/> <polygon fill="%23FF0000" points="19.787,11.472 21.493,10.469 4.22,2.001 2.507,2.742 "/> <path fill="%23CC0000" d="M2.507,2.742l1.062,17.931l15.089,10.047l1.13-19.248L2.507,2.742z M17.034,27.907L4.826,19.955L4.115,5.524 l13.6,7.122L17.034,27.907z"/> </svg>');
}
.red.icon-env-scope-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="%23676767" d="M17.344,17.844c0,0.251-0.069,0.601,0,0.84c0.17,0.588,0.892,1.003,1.46,1.043 c1.259,0.091,2.065-1.183,1.851-2.333C20.337,19.032,18.095,19.301,17.344,17.844"/> <path fill="%23676767" d="M14.516,18.295c-0.256-0.26-0.417-0.561-0.484-0.901c-0.206,1.15,0.591,2.424,1.854,2.333 c0.55-0.04,1.163-0.388,1.387-0.918c0.125-0.295,0.071-0.641,0.071-0.966C16.805,18.912,15.355,19.15,14.516,18.295"/> <path fill="none" d="M17.344,17.4v0.84"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4257" y1="16.404" x2="20.6145" y2="25.3912"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="0.7538" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.942,19.88c1.358,0.908,2.294,2.517,2.764,4.048c0.427,1.392,0.65,3.4-0.449,4.557 c2.663-2.335,5.326-4.67,7.99-7.004c0.689-0.604,1.003-1.313,0.779-2.275c-0.306-1.314-1.41-2.391-2.793-2.142 c-1.933,0.349-3.857,0.757-5.785,1.135c-1.583,0.311-3.165,0.622-4.747,0.934C11.378,19.044,12.125,19.293,12.942,19.88"/> <path fill="%23990000" d="M7.842,23.637c-0.03,0.03-0.061,0.058-0.093,0.086l0.893-0.661c-0.039-0.375-0.055-0.754-0.033-1.131 C8.517,22.553,8.303,23.188,7.842,23.637z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="8.9103" y1="11.9175" x2="13.1939" y2="19.3369"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="0.7538" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.965,13.167c-3.64,0.432-7.269,1.034-10.9,1.548c1.429-0.103,2.648,1.201,3.34,2.307 c0.817,1.307,1.336,2.92,1.244,4.472c0.203-1.429,1.085-2.172,2.426-2.435c1.143-0.225,2.285-0.45,3.428-0.674 c0.79-0.155,1.325-0.56,1.964-1.078C17.808,16.221,16.864,12.961,14.965,13.167"/> <path fill="%23CC0000" d="M15.018,22.305c-0.786-1.443-2.456-3.417-4.318-3.173c-1.198,0.188-1.889,1.225-2.05,2.361 c0.128-2.152-0.879-4.64-2.569-6.005c-0.71-0.574-1.728-1.057-2.617-0.589c-0.901,0.474-1.177,1.604-1.214,2.538 c-0.084,2.126,0.899,4.559,2.567,5.913c1.67,1.355,3.48,0.701,3.794-1.42c-0.121,2.087,0.808,4.317,2.264,5.8 c1.227,1.25,3.407,2.27,4.635,0.437C16.634,26.489,15.896,23.918,15.018,22.305z"/> <path fill="%23990000" d="M9.74,20.945c-1.004,1.535-0.257,3.803,0.656,5.189c0.846,1.284,3.138,3.129,4.39,1.26 c1.042-1.555,0.228-3.917-0.732-5.298C13.203,20.869,10.947,19.096,9.74,20.945"/> <path fill="%23990000" d="M7.597,18.828c-0.46-1.286-1.744-3.461-3.413-3.135c-1.821,0.356-1.399,3.134-0.966,4.345 c0.456,1.274,1.675,3.338,3.297,3.147C8.443,22.959,8.045,20.058,7.597,18.828z"/> <path fill="%23FFFFFF" d="M3.347,17.502C3.13,18.979,3.781,20.68,4.785,21.76c1.1,1.184,2.786,1.281,3.121-0.567 c0.274-1.511-0.402-3.266-1.421-4.378C5.323,15.57,3.626,15.598,3.347,17.502z"/> <path fill="%23FFFFFF" d="M13.041,20.783c-1.42-1.073-3.07-0.558-3.28,1.283c-0.182,1.752,0.705,3.739,2.081,4.827 c1.552,1.228,3.278,0.574,3.389-1.448C15.326,23.725,14.411,21.819,13.041,20.783z"/> </svg>');
}
.red.icon-env-scope-request{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M15.266,11.085h-2.194H8.951H6.758l0.202,2.184l0.879,9.502l0.037,0.405 c-0.505,0.67-0.769,1.459-0.769,2.312c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.85-0.261-1.637-0.759-2.307l0.038-0.409l0.879-9.502 L15.266,11.085L15.266,11.085z"/> <polygon fill="%23CC0000" points="13.072,13.085 12.193,22.587 9.83,22.587 8.951,13.085 "/> <path fill="%23CC0000" d="M12.906,25.487c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S12.906,24.973,12.906,25.487z"/> </svg>');
}
.red.icon-env-scope-conversation{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <ellipse fill="%23FFFFFF" cx="13.813" cy="20.453" rx="8.348" ry="5.736"/> <path fill="%23990000" d="M14.001,16.657c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,17.15,11.948,16.657,14.001,16.657 M14.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,16.545,17.193,15.316,14.001,15.316L14.001,15.316 z"/> <path fill="%23FF0000" d="M14.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C9.761,15.836,11.948,15.343,14.001,15.343 M14.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C21.593,15.23,17.193,14.001,14.001,14.001L14.001,14.001z "/> </svg>');
}
.red.icon-env-scope-session{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.663c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.663z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.745,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23FFFFFF" d="M11.345,11.416c-2.439,0-4.568,1.739-4.952,4.045c-0.176,1.058-0.415,3.619,0.909,5.61 c-0.147,0.039-0.32,0.079-0.525,0.124c-0.704,0.156-1.581,0.351-2.392,0.928c-2.127,1.512-1.764,4.375-1.715,4.696l0.256,1.702 h1.721h6.697h6.697h1.721l0.256-1.702c0.048-0.321,0.412-3.184-1.715-4.697c-0.811-0.577-1.687-0.771-2.391-0.928 c-0.205-0.045-0.378-0.085-0.525-0.125c1.324-1.991,1.086-4.551,0.909-5.61C15.913,13.155,13.784,11.416,11.345,11.416 L11.345,11.416z"/> <path fill-rule="evenodd" clip-rule="evenodd" fill="%23CC0000" d="M17.145,23.752c-1.186-0.844-3.006-0.396-4.14-1.898 c0,0-0.422-0.475,0.527-1.635s1.028-3.006,0.791-4.43c-0.237-1.424-1.582-2.373-2.979-2.373s-2.742,0.949-2.979,2.373 c-0.237,1.424-0.158,3.27,0.791,4.43c0.949,1.16,0.527,1.635,0.527,1.635c-1.134,1.503-2.953,1.055-4.14,1.898 c-1.187,0.844-0.897,2.769-0.897,2.769h6.697h6.697C18.042,26.521,18.332,24.596,17.145,23.752z"/> </svg>');
}
.red.icon-env-scope-project{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.53,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <polygon fill="%23FFFFFF" points="12.205,11.91 11.787,12.092 4.807,15.143 4.098,15.453 4.188,16.222 5.066,23.71 5.118,24.152 5.473,24.421 11.574,29.043 12.205,29.521 12.835,29.043 18.937,24.421 19.292,24.152 19.344,23.71 20.222,16.222 20.312,15.453 19.603,15.143 12.623,12.092 12.205,11.91 "/> <path fill="%23990000" d="M12.205,28.211l6.102-4.623l0.878-7.488l-6.98,3.975V28.211z"/> <path fill="%23CC0000" d="M6.103,23.589l6.102,4.623v-8.136L5.225,16.1L6.103,23.589z"/> <path fill="%23FF0000" d="M19.185,16.1l-6.98-3.051L5.225,16.1l6.98,3.975L19.185,16.1z"/> </svg>');
}
.red.icon-env-scope-app{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%23FF0000" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%23FF0000" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%23FF0000" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%23990000" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%23990000" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%23990000" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%23CC0000" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%23CC0000" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%23CC0000" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg> ');
}
.red.icon-env-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="3.107,25.454 2.773,22.63 3.312,22.343 2.701,21.917 2.341,18.834 2.907,18.556 2.254,18.143 1.862,14.755 11.753,10.469 21.636,14.755 21.244,18.144 20.59,18.556 21.157,18.834 20.802,21.917 20.19,22.343 20.728,22.629 20.399,25.454 11.753,31.976 "/> <polyline fill="%23FF0000" points="11.753,18.422 3.31,22.911 11.753,28.955 20.192,22.911 11.753,18.422 "/> <polyline fill="%23FF0000" points="3.966,18.593 2.878,19.127 11.745,24.927 11.753,24.923 20.62,19.127 19.532,18.593 11.753,15.001 3.97,18.593 3.966,18.593 "/> <polyline fill="%23FF0000" points="2.402,15.066 11.745,20.524 21.096,15.066 11.753,11.014 2.402,15.066 "/> <polyline fill="%23990000" points="19.927,25.183 20.192,22.911 11.753,28.955 11.753,31.35 19.927,25.183 "/> <polyline fill="%23990000" points="11.753,24.923 11.753,27.607 20.331,21.636 20.62,19.127 11.753,24.923 "/> <polyline fill="%23990000" points="11.745,20.524 11.745,23.542 20.775,17.848 21.096,15.066 11.745,20.524 "/> <polyline fill="%23CC0000" points="3.31,22.911 3.579,25.183 11.753,31.35 11.753,28.955 3.31,22.911 "/> <polyline fill="%23CC0000" points="11.753,24.923 11.745,24.927 2.878,19.127 3.171,21.636 11.749,27.607 11.753,27.607 11.753,24.923 "/> <polyline fill="%23CC0000" points="2.402,15.066 2.723,17.848 11.745,23.546 11.745,23.542 11.745,20.524 2.402,15.066 "/> </svg>');
}
.red.icon-env-server_web-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <polygon fill="%23FFFFFF" points="25.873,20.434 20.098,15.159 19.538,14.648 20.074,13.031 17.767,13.031 17.309,12.612 17.309,13.031 15.238,13.031 14.035,13.031 13.657,14.172 10.658,23.22 10.658,22.826 10.658,22.095 10.12,21.6 9.11,20.672 10.117,19.751 10.658,19.256 10.658,18.522 10.658,15.389 10.658,11.612 7.87,14.159 2.095,19.434 0.751,20.661 2.092,21.891 7.867,27.187 8.999,28.225 8.908,28.502 8.182,30.691 10.489,30.691 13.018,30.691 14.22,30.691 14.599,29.55 17.593,20.515 17.85,20.75 18.856,21.672 17.847,22.6 17.309,23.095 17.309,23.826 17.309,26.959 17.309,30.746 20.1,28.187 25.875,22.891 27.216,21.661 "/> <path fill="%23CC0000" d="M17.767,14.696l-4.749,14.33h-2.529l4.749-14.33H17.767z"/> <path fill="%23CC0000" d="M8.993,25.959l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V25.959z"/> <path fill="%23CC0000" d="M24.749,21.664l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L24.749,21.664z"/> </svg>');
}
.red.icon-env-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23CC0000" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23990000" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23CC0000" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.red.icon-env-java-extension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="28.4,22.279 28.792,15.585 22.464,12.003 22.342,18.557 28.4,22.279 "/> <polygon fill="%23999999" points="29.298,4.977 22.612,1.604 22.481,8.847 23.466,9.396 28.862,12.403 "/> <polyline fill="%23676767" points="28.792,15.585 28.4,22.279 30.222,20.998 30.683,14.356 28.792,15.585 "/> <polygon fill="%23676767" points="31.285,3.817 29.298,4.977 28.862,12.403 29.751,11.828 30.771,11.183 "/> <polyline fill="%23CCCCCC" points="29.751,13.842 24.324,10.91 23.466,11.41 22.464,12.003 28.792,15.585 30.683,14.356 29.751,13.842 "/> <polygon fill="%23CCCCCC" points="31.247,3.839 24.596,0.578 22.596,1.63 29.265,4.995 "/> <polyline fill="%23999999" points="24.324,24.927 24.701,18.381 18.212,14.349 18.117,19.435 18.099,20.782 24.324,24.927 "/> <polyline fill="%23676767" points="26.66,16.996 24.701,18.381 24.324,24.927 26.199,23.514 26.66,16.996 "/> <polyline fill="%23CCCCCC" points="20.18,13.068 19.106,13.756 18.212,14.349 24.701,18.381 26.66,16.996 20.18,13.068 "/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23CC0000" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23990000" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23CC0000" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_5_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.red.icon-env-java-runtime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.496,7.96c0.001,0.004-0.001,0.015-0.007,0.03l7.807,2.215c-0.002-0.009-0.002-0.016,0.002-0.022 l-0.032-0.042l0.039,0.012c0.002-0.039,0.005-0.061,0.009-0.066l0.248-0.702c0.082-0.225,0.17-0.447,0.264-0.666 c0.06-0.144,0.122-0.284,0.185-0.421c0.087-0.207,0.204-0.456,0.352-0.745c0.034-0.075,0.072-0.151,0.115-0.229 c0.01-0.017,0.02-0.036,0.029-0.057l0.351-0.62c0.007-0.011,0.012-0.017,0.017-0.018l-5.507-1.404l-2.311-0.583 c-0.004,0.001-0.008,0.004-0.012,0.01c-0.003,0.006-0.008,0.016-0.014,0.032l-0.335,0.555c-0.172,0.295-0.336,0.611-0.491,0.948 c-0.133,0.271-0.279,0.609-0.439,1.013L15.496,7.96"/> <path fill="%23CCCCCC" d="M31.913,5.683l0.034-0.037L29.8,5.151l-0.14,1.283c0.001,0.004,0.002,0.026,0.002,0.064l0.089,0.071 c0.15,0.125,0.291,0.291,0.424,0.499l0.049,0.081c0.009,0.036,0.019,0.057,0.03,0.064l0.007-0.002 c0.004-0.001,0.008-0.004,0.012-0.01L31.913,5.683"/> <path fill="%23CCCCCC" d="M18.183,18.322l0.008,0.005l7.239,2.634l-0.002-0.007l0.308-3.191l-0.002-0.007l-0.942-0.325l-1.734,1.72 l-0.007,0.002l-4.831-1.718l-0.06,0.855c-0.001,0.015,0.003,0.023,0.013,0.025C18.176,18.322,18.179,18.324,18.183,18.322"/> <path fill="%23CCCCCC" d="M16.778,11.376c-0.009,0.002-0.015,0.006-0.019,0.012l-1.922,2.232c-0.023,0.025-0.038,0.048-0.047,0.069 l7.633,2.551c0.002-0.01,0.007-0.021,0.014-0.032c0.024-0.02,0.039-0.036,0.046-0.047l1.874-2.409 c0.003-0.006,0.007-0.011,0.01-0.017L16.778,11.376"/> <path fill="%23CCCCCC" d="M28.1,3.327c0.003-0.006,0.009-0.012,0.017-0.018l-7.711-1.713c-0.012,0.008-0.02,0.017-0.022,0.027 l-0.612,3.219c-0.007,0.03-0.015,0.054-0.025,0.071l7.636,1.914c0.009-0.021,0.019-0.05,0.029-0.086L28.1,3.327z"/> <path fill="%23676767" d="M28.166,3.275c-0.026,0.011-0.042,0.022-0.049,0.034c-0.008,0.007-0.014,0.013-0.017,0.018L27.412,6.74 c-0.01,0.036-0.02,0.064-0.029,0.086c-0.007,0.011-0.014,0.02-0.022,0.027l-0.236,0.202c-0.03,0.031-0.061,0.063-0.091,0.094 c-0.174,0.172-0.341,0.36-0.5,0.564l-0.069,0.096c-0.012,0.008-0.02,0.015-0.024,0.02l-0.015-0.003l-0.002-0.007l-1.516-1.169 l-0.034-0.02c-0.004,0.001-0.01,0.007-0.017,0.018l-0.351,0.62c-0.009,0.021-0.019,0.04-0.029,0.057 c-0.043,0.077-0.081,0.154-0.115,0.229c-0.148,0.289-0.265,0.538-0.352,0.745c-0.064,0.137-0.125,0.278-0.185,0.421 c-0.094,0.219-0.182,0.441-0.264,0.666l-0.248,0.702c-0.003,0.006-0.006,0.028-0.009,0.066c-0.003,0.006-0.006,0.016-0.007,0.03 c-0.003,0.006-0.004,0.013-0.002,0.022l-7.807-2.215l1.453,1.664c0.02,0.024,0.034,0.042,0.042,0.054l7.645,2.255 c-0.002,0.01-0.005,0.02-0.007,0.03c-0.077,0.343-0.139,0.708-0.187,1.094c-0.019,0.134-0.037,0.312-0.053,0.535 c-0.007,0.049-0.012,0.086-0.015,0.111c-0.003,0.006-0.007,0.011-0.01,0.017l-1.874,2.409c-0.007,0.011-0.022,0.027-0.046,0.047 c-0.007,0.011-0.011,0.022-0.014,0.032c-0.007,0.011-0.009,0.021-0.007,0.03l0.008,0.12c0.006,0.082,0.013,0.167,0.02,0.256 c0.062,0.635,0.163,1.196,0.302,1.681c0.032,0.111,0.069,0.22,0.11,0.327c0.055,0.163,0.115,0.32,0.181,0.47 c0.004,0.018,0.009,0.029,0.015,0.032l0.007-0.002l1.734-1.72l0.251-0.255c0.006-0.006,0.012-0.005,0.019,0.003 c0.001,0.004,0.003,0.013,0.007,0.027l0.022,0.03l0.166,0.181c0.065,0.07,0.143,0.136,0.235,0.199l0.185,0.112 c0.03,0.007,0.049,0.016,0.057,0.029l0.002,0.007l-0.308,3.191l0.002,0.007c0.001,0.004,0.008,0.005,0.022,0.002l0.253-0.02 c0.189-0.018,0.381-0.063,0.578-0.136c0.189-0.066,0.388-0.156,0.598-0.27l0.435-0.279c0.008-0.007,0.016-0.013,0.024-0.02 c0.009-0.021,0.016-0.049,0.022-0.084l0.646-3.124c-0.001-0.004,0.003-0.008,0.012-0.01c0.01-0.017,0.03-0.041,0.061-0.072 l0.079-0.084c0.164-0.174,0.326-0.362,0.486-0.564c0.042-0.063,0.084-0.123,0.127-0.182l0.068-0.103 c0.019-0.021,0.03-0.032,0.035-0.034l0.007-0.002l1.173,0.736c0.011,0.007,0.03,0.024,0.055,0.051l0.008,0.005 c0.006,0.003,0.013,0.006,0.024,0.008c0.009-0.002,0.017-0.009,0.024-0.02c0.18-0.34,0.341-0.668,0.482-0.985 c0.289-0.622,0.557-1.325,0.804-2.109l-0.977-1.475c-0.007-0.008-0.004-0.03,0.009-0.066l0.048-0.212 c0.081-0.406,0.14-0.792,0.179-1.156c0.004-0.063,0.008-0.104,0.012-0.125c0.002-0.01,0.008-0.024,0.019-0.04 c0.009-0.021,0.024-0.049,0.044-0.082l1.428-1.916c0.036-0.047,0.059-0.079,0.069-0.096c0.003-0.006,0.009-0.013,0.016-0.022 c0.003-0.025,0.005-0.056,0.005-0.094c-0.008-0.379-0.023-0.718-0.044-1.015c-0.026-0.318-0.067-0.627-0.123-0.928l-0.169-0.741 l-0.013-0.025l-0.007-0.027l-0.034,0.037l-1.641,1.518c-0.003,0.006-0.007,0.009-0.012,0.01l-0.007,0.002 c-0.011-0.007-0.021-0.028-0.03-0.064l-0.049-0.081c-0.133-0.208-0.274-0.374-0.424-0.499l-0.089-0.071c0-0.038,0-0.059-0.002-0.064 l0.14-1.283l0.213-2.012l-0.002-0.007l-0.461-0.1c-0.37-0.042-0.757,0.009-1.16,0.151L28.166,3.275"/> <path fill="%23676767" d="M27.21,8.742c0.055-0.066,0.111-0.124,0.168-0.174l0.563-0.383c-0.001-0.004,0.001-0.007,0.005-0.008 c0.128-0.06,0.258-0.102,0.391-0.125l0.003-0.001c0.247-0.03,0.444-0.005,0.591,0.075l0.125,0.073 c0.124,0.079,0.239,0.194,0.343,0.344c0.032,0.054,0.065,0.11,0.099,0.169l0.089,0.185l0.21,0.731 c-0.003,0.006-0.004,0.013-0.002,0.022c0.001,0.004,0.003,0.011,0.005,0.02c-0.001,0.015,0,0.029,0.003,0.042l0.05,0.52 c0.004,0.037,0.007,0.077,0.008,0.12c0.001,0.062,0,0.126-0.002,0.194l-0.162,1.424c-0.016,0.071-0.032,0.141-0.048,0.212 c-0.072,0.306-0.155,0.6-0.25,0.881c-0.18,0.505-0.399,0.975-0.656,1.41c-0.308,0.508-0.618,0.896-0.931,1.164 c-0.129,0.113-0.259,0.205-0.39,0.275c-0.161,0.083-0.322,0.137-0.485,0.163c-0.43,0.073-0.783-0.091-1.059-0.492 c-0.001-0.004-0.004-0.008-0.01-0.012c-0.039-0.062-0.077-0.126-0.112-0.194c-0.065-0.137-0.122-0.285-0.171-0.444 c-0.049-0.159-0.087-0.33-0.113-0.512l-0.002-0.007c-0.109-0.738-0.058-1.557,0.154-2.455c0.003-0.006,0.005-0.011,0.003-0.015 c0.086-0.365,0.19-0.711,0.311-1.039c0.165-0.451,0.363-0.868,0.595-1.252c0.033-0.061,0.069-0.117,0.108-0.17 c0.081-0.135,0.165-0.258,0.252-0.37L27.21,8.742z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-92.0843" y1="-22.5988" x2="-87.7825" y2="-23.6641" gradientTransform="matrix(0.9707 -0.2404 -0.2404 -0.9707 109.3886 -32.005)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M27.378,8.569c-0.057,0.05-0.113,0.108-0.168,0.174l-0.316,0.371 c-0.087,0.112-0.171,0.235-0.252,0.37c-0.039,0.053-0.075,0.109-0.108,0.17c-0.232,0.384-0.43,0.801-0.595,1.252 c-0.121,0.328-0.225,0.674-0.311,1.039c0.001,0.004,0,0.01-0.003,0.015c-0.211,0.899-0.263,1.717-0.154,2.455l0.002,0.007 c0.026,0.182,0.063,0.353,0.113,0.512c0.049,0.159,0.106,0.307,0.171,0.444c0.036,0.067,0.073,0.132,0.112,0.194 c0.006,0.003,0.009,0.007,0.01,0.012c0.276,0.401,0.629,0.565,1.059,0.492c0.163-0.026,0.325-0.08,0.485-0.163 c0.13-0.07,0.26-0.162,0.39-0.275c0.313-0.268,0.623-0.656,0.931-1.164c0.257-0.435,0.475-0.906,0.656-1.41 c0.095-0.281,0.178-0.575,0.25-0.881c0.016-0.071,0.032-0.141,0.048-0.212l0.162-1.424c0.002-0.067,0.003-0.132,0.002-0.194 c-0.001-0.043-0.004-0.083-0.008-0.12l-0.05-0.52C29.8,9.7,29.799,9.685,29.8,9.671c-0.002-0.009-0.004-0.016-0.005-0.02 c-0.002-0.009-0.002-0.016,0.002-0.022l-0.21-0.731l-0.089-0.185c-0.034-0.058-0.067-0.115-0.099-0.169 c-0.104-0.151-0.218-0.265-0.343-0.344l-0.125-0.073c-0.147-0.08-0.344-0.105-0.591-0.075l-0.003,0.001 c-0.132,0.023-0.263,0.065-0.391,0.125c-0.004,0.001-0.006,0.004-0.005,0.008L27.378,8.569z"/> <path fill="%23999999" d="M28.881,15.981l-0.007,0.002c-0.004,0.001-0.016,0.012-0.035,0.034l-0.068,0.103 c-0.043,0.058-0.085,0.119-0.127,0.182l1.472,0.472l-0.008-0.005c-0.026-0.027-0.044-0.044-0.055-0.051L28.881,15.981"/> <path fill="%23999999" d="M25.493,17.617c-0.092-0.063-0.17-0.129-0.235-0.199l-0.166-0.181l-0.022-0.03 c-0.003-0.013-0.006-0.022-0.007-0.027c-0.007-0.008-0.013-0.009-0.019-0.003l-0.251,0.255l0.942,0.325 c-0.008-0.012-0.027-0.022-0.057-0.029L25.493,17.617"/> <path fill="%23999999" d="M14.798,13.836c0.078,0.679,0.214,1.296,0.408,1.851c0.104,0.286,0.215,0.539,0.331,0.758 c0.009,0.017,0.016,0.027,0.022,0.03l0.007-0.002l2.655,0.962l4.831,1.718c-0.006-0.003-0.011-0.014-0.015-0.032 c-0.066-0.151-0.126-0.307-0.181-0.47c-0.041-0.107-0.077-0.216-0.11-0.327c-0.139-0.485-0.24-1.046-0.302-1.681 c-0.008-0.089-0.014-0.174-0.02-0.256l-0.008-0.12c-0.002-0.009,0-0.019,0.007-0.03l-7.633-2.551 c-0.007,0.011-0.009,0.021-0.007,0.03L14.798,13.836"/> <path fill="%23999999" d="M16.781,11.332c-0.001,0.015-0.002,0.029-0.003,0.044l7.589,2.358c0.003-0.025,0.009-0.062,0.015-0.111 c0.016-0.223,0.034-0.402,0.053-0.535c0.047-0.386,0.11-0.751,0.187-1.094c0.002-0.01,0.005-0.02,0.007-0.03l-7.645-2.255 c0.002,0.009,0.002,0.016-0.002,0.022c-0.072,0.344-0.128,0.688-0.166,1.032l-0.036,0.506 C16.779,11.283,16.779,11.304,16.781,11.332"/> <path fill="%23999999" d="M19.478,5.126c-0.039,0.034-0.076,0.067-0.111,0.099l5.507,1.404l0.034,0.02l1.516,1.169l0.017,0.01 c0.003-0.006,0.011-0.012,0.024-0.02l0.069-0.096c0.159-0.204,0.326-0.392,0.5-0.564c0.03-0.031,0.061-0.063,0.091-0.094 l0.236-0.202c0.008-0.007,0.015-0.016,0.022-0.027l-7.636-1.914c-0.011,0.012-0.021,0.022-0.029,0.029L19.478,5.126"/> <path fill="%23999999" d="M22.363,1.469l-0.141-0.037c-0.087-0.026-0.183-0.045-0.286-0.058c-0.397-0.045-0.811-0.007-1.241,0.114 L20.45,1.57c-0.022,0.006-0.037,0.014-0.044,0.025l7.711,1.713c0.007-0.011,0.023-0.022,0.049-0.034l0.224-0.091 c0.403-0.143,0.79-0.193,1.16-0.151l-7.126-1.543c-0.001-0.004-0.01-0.01-0.025-0.015C22.381,1.474,22.368,1.472,22.363,1.469z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23CC0000" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23990000" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23CC0000" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_4_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}


.blue.icon-option{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <path fill="none" d="M19.556,18.9v1.186"/> <path fill="%23FFFFFF" d="M12.012,11.026c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l-0.493,2.76l2.92,3.4l0.493,0.728 c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648 c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617C15.258,11.559,13.752,11.026,12.012,11.026L12.012,11.026z"/> <path fill="%23003399" d="M16.484,17.226c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H7.529c0-0.67,0.119-1.271,0.356-1.802c0.237-0.531,0.557-0.972,0.957-1.323 s0.872-0.622,1.416-0.811s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104S16.484,15.897,16.484,17.226z M13.984,25.546 c0,0.508-0.186,0.951-0.557,1.328S12.61,27.44,12.09,27.44c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S13.984,25.032,13.984,25.546z"/> </svg>');
}
.blue.icon-option-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.blue.icon-option-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%230099FF" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%230044B2" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%230044B2" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%230044B2" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%230044B2" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%230099FF" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%230099FF" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%230099FF" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.blue.icon-option-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <polygon fill="%23FFFFFF" points="15.278,10.749 3.99,10.749 3.99,17.864 7.496,17.864 7.496,28.987 14.992,28.987 14.992,17.864 18.498,17.864 18.498,10.749 "/> <polygon fill="%23003399" points="16.498,15.864 12.992,15.864 12.992,26.987 9.496,26.987 9.496,15.864 5.99,15.864 5.99,12.749 16.498,12.749 "/> </svg>');
}
.blue.icon-option-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M11.125,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H4.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C13.393,11.181,12.299,10.927,11.125,10.927L11.125,10.927z"/> <path fill="%23003399" d="M15.861,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01H9.66 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H6.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C15.783,22.045,15.861,22.507,15.861,23.028z"/> </svg>');
}
.blue.icon-option-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23003399" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23003399" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%23003399" width="9.982" height="3.133"/> </svg>');
}
.blue.icon-option-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%23003399" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%23003399" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.blue.icon-option-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23003399" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23003399" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.blue.icon-option-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%23003399" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.blue.icon-option-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%23003399" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.blue.icon-option-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%23003399" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%23003399" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%23003399" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.blue.icon-option-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%23003399" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.blue.icon-option-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%230044B2" d="M18.564,23.467c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,23.852,20.168,23.467,18.564,23.467 M18.564,22.419c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.499,0.983-3.793,0.703c0.961-0.567,1.838-0.611,1.542-1.8 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,23.379,16.07,22.419,18.564,22.419 L18.564,22.419z"/> <path fill="%230099FF" d="M18.564,22.44c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,22.825,20.168,22.44,18.564,22.44 M18.564,21.392 c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.401,1.342-3.793,1.555c0.961-0.567,1.838-1.463,1.542-2.652 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,22.352,16.07,21.392,18.564,21.392 L18.564,21.392z"/> <ellipse fill="%230099FF" cx="18.312" cy="25.914" rx="6.523" ry="4.482"/> <ellipse fill="%23FFFFFF" cx="9.813" cy="20.454" rx="8.348" ry="5.736"/> <path fill="%230044B2" d="M10.001,16.658c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,17.151,7.948,16.658,10.001,16.658 M10.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,16.545,13.193,15.316,10.001,15.316L10.001,15.316 z"/> <path fill="%230099FF" d="M10.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,15.836,7.948,15.343,10.001,15.343 M10.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,15.23,13.193,14.001,10.001,14.001L10.001,14.001z "/> </svg>');
}
.blue.icon-option-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23003399" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%230044B2" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23003399" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.lightBlue.icon-option{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <path fill="none" d="M19.556,18.9v1.186"/> <path fill="%23FFFFFF" d="M12.012,11.026c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l-0.493,2.76l2.92,3.4l0.493,0.728 c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648 c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617C15.258,11.559,13.752,11.026,12.012,11.026L12.012,11.026z"/> <path fill="%23269FBF" d="M16.484,17.226c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H7.529c0-0.67,0.119-1.271,0.356-1.802c0.237-0.531,0.557-0.972,0.957-1.323 s0.872-0.622,1.416-0.811s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104S16.484,15.897,16.484,17.226z M13.984,25.546 c0,0.508-0.186,0.951-0.557,1.328S12.61,27.44,12.09,27.44c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S13.984,25.032,13.984,25.546z"/> </svg>');
}
.lightBlue.icon-option-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.lightBlue.icon-option-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%2333CCFF" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%232189a5" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%232189a5" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%232189a5" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%232189a5" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%2333CCFF" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%2333CCFF" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%2333CCFF" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.lightBlue.icon-option-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <polygon fill="%23FFFFFF" points="15.278,10.749 3.99,10.749 3.99,17.864 7.496,17.864 7.496,28.987 14.992,28.987 14.992,17.864 18.498,17.864 18.498,10.749 "/> <polygon fill="%23269FBF" points="16.498,15.864 12.992,15.864 12.992,26.987 9.496,26.987 9.496,15.864 5.99,15.864 5.99,12.749 16.498,12.749 "/> </svg>');
}
.lightBlue.icon-option-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M11.125,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H4.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C13.393,11.181,12.299,10.927,11.125,10.927L11.125,10.927z"/> <path fill="%23269FBF" d="M15.861,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01H9.66 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H6.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C15.783,22.045,15.861,22.507,15.861,23.028z"/> </svg>');
}
.lightBlue.icon-option-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23269FBF" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23269FBF" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%23269FBF" width="9.982" height="3.133"/> </svg>');
}
.lightBlue.icon-option-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%23269FBF" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%23269FBF" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.lightBlue.icon-option-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23269FBF" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23269FBF" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.lightBlue.icon-option-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%23269FBF" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.lightBlue.icon-option-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%23269FBF" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.lightBlue.icon-option-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%23269FBF" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%23269FBF" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%23269FBF" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.lightBlue.icon-option-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%23269FBF" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.lightBlue.icon-option-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%232189a5" d="M18.564,23.467c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,23.852,20.168,23.467,18.564,23.467 M18.564,22.419c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.499,0.983-3.793,0.703c0.961-0.567,1.838-0.611,1.542-1.8 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,23.379,16.07,22.419,18.564,22.419 L18.564,22.419z"/> <path fill="%2333CCFF" d="M18.564,22.44c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,22.825,20.168,22.44,18.564,22.44 M18.564,21.392 c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.401,1.342-3.793,1.555c0.961-0.567,1.838-1.463,1.542-2.652 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,22.352,16.07,21.392,18.564,21.392 L18.564,21.392z"/> <ellipse fill="%2333CCFF" cx="18.312" cy="25.914" rx="6.523" ry="4.482"/> <ellipse fill="%23FFFFFF" cx="9.813" cy="20.454" rx="8.348" ry="5.736"/> <path fill="%232189a5" d="M10.001,16.658c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,17.151,7.948,16.658,10.001,16.658 M10.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,16.545,13.193,15.316,10.001,15.316L10.001,15.316 z"/> <path fill="%2333CCFF" d="M10.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,15.836,7.948,15.343,10.001,15.343 M10.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,15.23,13.193,14.001,10.001,14.001L10.001,14.001z "/> </svg>');
}
.lightBlue.icon-option-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23269FBF" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%232189a5" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23269FBF" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.green.icon-option{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <path fill="none" d="M19.556,18.9v1.186"/> <path fill="%23FFFFFF" d="M12.012,11.026c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l-0.493,2.76l2.92,3.4l0.493,0.728 c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648 c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617C15.258,11.559,13.752,11.026,12.012,11.026L12.012,11.026z"/> <path fill="%232f8c51" d="M16.484,17.226c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H7.529c0-0.67,0.119-1.271,0.356-1.802c0.237-0.531,0.557-0.972,0.957-1.323 s0.872-0.622,1.416-0.811s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104S16.484,15.897,16.484,17.226z M13.984,25.546 c0,0.508-0.186,0.951-0.557,1.328S12.61,27.44,12.09,27.44c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S13.984,25.032,13.984,25.546z"/> </svg>');
}
.green.icon-option-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.green.icon-option-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%2339b563" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%2321663c" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%2321663c" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%2321663c" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%2321663c" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%2339b563" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%2339b563" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%2339b563" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.green.icon-option-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <polygon fill="%23FFFFFF" points="15.278,10.749 3.99,10.749 3.99,17.864 7.496,17.864 7.496,28.987 14.992,28.987 14.992,17.864 18.498,17.864 18.498,10.749 "/> <polygon fill="%232f8c51" points="16.498,15.864 12.992,15.864 12.992,26.987 9.496,26.987 9.496,15.864 5.99,15.864 5.99,12.749 16.498,12.749 "/> </svg>');
}
.green.icon-option-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M11.125,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H4.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C13.393,11.181,12.299,10.927,11.125,10.927L11.125,10.927z"/> <path fill="%232f8c51" d="M15.861,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01H9.66 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H6.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C15.783,22.045,15.861,22.507,15.861,23.028z"/> </svg>');
}
.green.icon-option-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%232f8c51" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%232f8c51" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%232f8c51" width="9.982" height="3.133"/> </svg>');
}
.green.icon-option-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%232f8c51" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%232f8c51" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.green.icon-option-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%232f8c51" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%232f8c51" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.green.icon-option-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%232f8c51" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.green.icon-option-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%232f8c51" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.green.icon-option-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%232f8c51" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%232f8c51" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%232f8c51" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.green.icon-option-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%232f8c51" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.green.icon-option-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%2321663c" d="M18.564,23.467c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,23.852,20.168,23.467,18.564,23.467 M18.564,22.419c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.499,0.983-3.793,0.703c0.961-0.567,1.838-0.611,1.542-1.8 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,23.379,16.07,22.419,18.564,22.419 L18.564,22.419z"/> <path fill="%2339b563" d="M18.564,22.44c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,22.825,20.168,22.44,18.564,22.44 M18.564,21.392 c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.401,1.342-3.793,1.555c0.961-0.567,1.838-1.463,1.542-2.652 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,22.352,16.07,21.392,18.564,21.392 L18.564,21.392z"/> <ellipse fill="%2339b563" cx="18.312" cy="25.914" rx="6.523" ry="4.482"/> <ellipse fill="%23FFFFFF" cx="9.813" cy="20.454" rx="8.348" ry="5.736"/> <path fill="%2321663c" d="M10.001,16.658c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,17.151,7.948,16.658,10.001,16.658 M10.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,16.545,13.193,15.316,10.001,15.316L10.001,15.316 z"/> <path fill="%2339b563" d="M10.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,15.836,7.948,15.343,10.001,15.343 M10.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,15.23,13.193,14.001,10.001,14.001L10.001,14.001z "/> </svg>');
}
.green.icon-option-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%232f8c51" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%2321663c" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%232f8c51" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.lightGreen.icon-option{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <path fill="none" d="M19.556,18.9v1.186"/> <path fill="%23FFFFFF" d="M12.012,11.026c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l-0.493,2.76l2.92,3.4l0.493,0.728 c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648 c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617C15.258,11.559,13.752,11.026,12.012,11.026L12.012,11.026z"/> <path fill="%2300b200" d="M16.484,17.226c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H7.529c0-0.67,0.119-1.271,0.356-1.802c0.237-0.531,0.557-0.972,0.957-1.323 s0.872-0.622,1.416-0.811s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104S16.484,15.897,16.484,17.226z M13.984,25.546 c0,0.508-0.186,0.951-0.557,1.328S12.61,27.44,12.09,27.44c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S13.984,25.032,13.984,25.546z"/> </svg>');
}
.lightGreen.icon-option-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.lightGreen.icon-option-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%2300e500" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23009900" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23009900" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23009900" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23009900" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%2300e500" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%2300e500" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%2300e500" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.lightGreen.icon-option-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <polygon fill="%23FFFFFF" points="15.278,10.749 3.99,10.749 3.99,17.864 7.496,17.864 7.496,28.987 14.992,28.987 14.992,17.864 18.498,17.864 18.498,10.749 "/> <polygon fill="%2300b200" points="16.498,15.864 12.992,15.864 12.992,26.987 9.496,26.987 9.496,15.864 5.99,15.864 5.99,12.749 16.498,12.749 "/> </svg>');
}
.lightGreen.icon-option-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M11.125,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H4.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C13.393,11.181,12.299,10.927,11.125,10.927L11.125,10.927z"/> <path fill="%2300b200" d="M15.861,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01H9.66 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H6.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C15.783,22.045,15.861,22.507,15.861,23.028z"/> </svg>');
}
.lightGreen.icon-option-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%2300b200" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%2300b200" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%2300b200" width="9.982" height="3.133"/> </svg>');
}
.lightGreen.icon-option-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%2300b200" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%2300b200" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.lightGreen.icon-option-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%2300b200" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%2300b200" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.lightGreen.icon-option-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%2300b200" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.lightGreen.icon-option-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%2300b200" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.lightGreen.icon-option-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%2300b200" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%2300b200" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%2300b200" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.lightGreen.icon-option-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%2300b200" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.lightGreen.icon-option-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23009900" d="M18.564,23.467c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,23.852,20.168,23.467,18.564,23.467 M18.564,22.419c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.499,0.983-3.793,0.703c0.961-0.567,1.838-0.611,1.542-1.8 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,23.379,16.07,22.419,18.564,22.419 L18.564,22.419z"/> <path fill="%2300e500" d="M18.564,22.44c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,22.825,20.168,22.44,18.564,22.44 M18.564,21.392 c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.401,1.342-3.793,1.555c0.961-0.567,1.838-1.463,1.542-2.652 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,22.352,16.07,21.392,18.564,21.392 L18.564,21.392z"/> <ellipse fill="%2300e500" cx="18.312" cy="25.914" rx="6.523" ry="4.482"/> <ellipse fill="%23FFFFFF" cx="9.813" cy="20.454" rx="8.348" ry="5.736"/> <path fill="%23009900" d="M10.001,16.658c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,17.151,7.948,16.658,10.001,16.658 M10.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,16.545,13.193,15.316,10.001,15.316L10.001,15.316 z"/> <path fill="%2300e500" d="M10.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,15.836,7.948,15.343,10.001,15.343 M10.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,15.23,13.193,14.001,10.001,14.001L10.001,14.001z "/> </svg>');
}
.lightGreen.icon-option-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%2300b200" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23009900" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%2300b200" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.yellow.icon-option{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <path fill="none" d="M19.556,18.9v1.186"/> <path fill="%23FFFFFF" d="M12.012,11.026c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l-0.493,2.76l2.92,3.4l0.493,0.728 c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648 c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617C15.258,11.559,13.752,11.026,12.012,11.026L12.012,11.026z"/> <path fill="%23ccaa00" d="M16.484,17.226c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H7.529c0-0.67,0.119-1.271,0.356-1.802c0.237-0.531,0.557-0.972,0.957-1.323 s0.872-0.622,1.416-0.811s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104S16.484,15.897,16.484,17.226z M13.984,25.546 c0,0.508-0.186,0.951-0.557,1.328S12.61,27.44,12.09,27.44c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S13.984,25.032,13.984,25.546z"/> </svg>');
}
.yellow.icon-option-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.yellow.icon-option-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23f9e100" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23a58d00" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23a58d00" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23a58d00" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23a58d00" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23f9e100" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23f9e100" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23f9e100" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.yellow.icon-option-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <polygon fill="%23FFFFFF" points="15.278,10.749 3.99,10.749 3.99,17.864 7.496,17.864 7.496,28.987 14.992,28.987 14.992,17.864 18.498,17.864 18.498,10.749 "/> <polygon fill="%23ccaa00" points="16.498,15.864 12.992,15.864 12.992,26.987 9.496,26.987 9.496,15.864 5.99,15.864 5.99,12.749 16.498,12.749 "/> </svg>');
}
.yellow.icon-option-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M11.125,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H4.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C13.393,11.181,12.299,10.927,11.125,10.927L11.125,10.927z"/> <path fill="%23ccaa00" d="M15.861,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01H9.66 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H6.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C15.783,22.045,15.861,22.507,15.861,23.028z"/> </svg>');
}
.yellow.icon-option-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23ccaa00" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23ccaa00" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%23ccaa00" width="9.982" height="3.133"/> </svg>');
}
.yellow.icon-option-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%23ccaa00" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%23ccaa00" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.yellow.icon-option-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23ccaa00" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23ccaa00" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.yellow.icon-option-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%23ccaa00" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.yellow.icon-option-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%23ccaa00" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.yellow.icon-option-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%23ccaa00" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%23ccaa00" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%23ccaa00" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.yellow.icon-option-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%23ccaa00" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.yellow.icon-option-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23a58d00" d="M18.564,23.467c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,23.852,20.168,23.467,18.564,23.467 M18.564,22.419c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.499,0.983-3.793,0.703c0.961-0.567,1.838-0.611,1.542-1.8 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,23.379,16.07,22.419,18.564,22.419 L18.564,22.419z"/> <path fill="%23f9e100" d="M18.564,22.44c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,22.825,20.168,22.44,18.564,22.44 M18.564,21.392 c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.401,1.342-3.793,1.555c0.961-0.567,1.838-1.463,1.542-2.652 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,22.352,16.07,21.392,18.564,21.392 L18.564,21.392z"/> <ellipse fill="%23f9e100" cx="18.312" cy="25.914" rx="6.523" ry="4.482"/> <ellipse fill="%23FFFFFF" cx="9.813" cy="20.454" rx="8.348" ry="5.736"/> <path fill="%23a58d00" d="M10.001,16.658c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,17.151,7.948,16.658,10.001,16.658 M10.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,16.545,13.193,15.316,10.001,15.316L10.001,15.316 z"/> <path fill="%23f9e100" d="M10.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,15.836,7.948,15.343,10.001,15.343 M10.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,15.23,13.193,14.001,10.001,14.001L10.001,14.001z "/> </svg>');
}
.yellow.icon-option-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ccaa00" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23a58d00" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23ccaa00" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.purple.icon-option{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <path fill="none" d="M19.556,18.9v1.186"/> <path fill="%23FFFFFF" d="M12.012,11.026c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l-0.493,2.76l2.92,3.4l0.493,0.728 c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648 c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617C15.258,11.559,13.752,11.026,12.012,11.026L12.012,11.026z"/> <path fill="%23FF66FF" d="M16.484,17.226c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H7.529c0-0.67,0.119-1.271,0.356-1.802c0.237-0.531,0.557-0.972,0.957-1.323 s0.872-0.622,1.416-0.811s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104S16.484,15.897,16.484,17.226z M13.984,25.546 c0,0.508-0.186,0.951-0.557,1.328S12.61,27.44,12.09,27.44c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S13.984,25.032,13.984,25.546z"/> </svg>');
}
.purple.icon-option-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.purple.icon-option-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23FF99FF" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23990099" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23990099" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23990099" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23990099" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23FF99FF" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23FF99FF" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23FF99FF" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.purple.icon-option-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <polygon fill="%23FFFFFF" points="15.278,10.749 3.99,10.749 3.99,17.864 7.496,17.864 7.496,28.987 14.992,28.987 14.992,17.864 18.498,17.864 18.498,10.749 "/> <polygon fill="%23FF66FF" points="16.498,15.864 12.992,15.864 12.992,26.987 9.496,26.987 9.496,15.864 5.99,15.864 5.99,12.749 16.498,12.749 "/> </svg>');
}
.purple.icon-option-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M11.125,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H4.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C13.393,11.181,12.299,10.927,11.125,10.927L11.125,10.927z"/> <path fill="%23FF66FF" d="M15.861,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01H9.66 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H6.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C15.783,22.045,15.861,22.507,15.861,23.028z"/> </svg>');
}
.purple.icon-option-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23FF66FF" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23FF66FF" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%23FF66FF" width="9.982" height="3.133"/> </svg>');
}
.purple.icon-option-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%23FF66FF" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%23FF66FF" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.purple.icon-option-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23FF66FF" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23FF66FF" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.purple.icon-option-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%23FF66FF" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.purple.icon-option-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%23FF66FF" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.purple.icon-option-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%23FF66FF" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%23FF66FF" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%23FF66FF" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.purple.icon-option-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%23FF66FF" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.purple.icon-option-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23990099" d="M18.564,23.467c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,23.852,20.168,23.467,18.564,23.467 M18.564,22.419c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.499,0.983-3.793,0.703c0.961-0.567,1.838-0.611,1.542-1.8 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,23.379,16.07,22.419,18.564,22.419 L18.564,22.419z"/> <path fill="%23FF99FF" d="M18.564,22.44c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,22.825,20.168,22.44,18.564,22.44 M18.564,21.392 c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.401,1.342-3.793,1.555c0.961-0.567,1.838-1.463,1.542-2.652 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,22.352,16.07,21.392,18.564,21.392 L18.564,21.392z"/> <ellipse fill="%23FF99FF" cx="18.312" cy="25.914" rx="6.523" ry="4.482"/> <ellipse fill="%23FFFFFF" cx="9.813" cy="20.454" rx="8.348" ry="5.736"/> <path fill="%23990099" d="M10.001,16.658c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,17.151,7.948,16.658,10.001,16.658 M10.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,16.545,13.193,15.316,10.001,15.316L10.001,15.316 z"/> <path fill="%23FF99FF" d="M10.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,15.836,7.948,15.343,10.001,15.343 M10.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,15.23,13.193,14.001,10.001,14.001L10.001,14.001z "/> </svg>');
}
.purple.icon-option-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23FF66FF" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23990099" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23FF66FF" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.grey.icon-option{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <path fill="none" d="M19.556,18.9v1.186"/> <path fill="%23FFFFFF" d="M12.012,11.026c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l-0.493,2.76l2.92,3.4l0.493,0.728 c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648 c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617C15.258,11.559,13.752,11.026,12.012,11.026L12.012,11.026z"/> <path fill="%23999999" d="M16.484,17.226c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H7.529c0-0.67,0.119-1.271,0.356-1.802c0.237-0.531,0.557-0.972,0.957-1.323 s0.872-0.622,1.416-0.811s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104S16.484,15.897,16.484,17.226z M13.984,25.546 c0,0.508-0.186,0.951-0.557,1.328S12.61,27.44,12.09,27.44c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S13.984,25.032,13.984,25.546z"/> </svg>');
}
.grey.icon-option-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.grey.icon-option-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.grey.icon-option-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <polygon fill="%23FFFFFF" points="15.278,10.749 3.99,10.749 3.99,17.864 7.496,17.864 7.496,28.987 14.992,28.987 14.992,17.864 18.498,17.864 18.498,10.749 "/> <polygon fill="%23999999" points="16.498,15.864 12.992,15.864 12.992,26.987 9.496,26.987 9.496,15.864 5.99,15.864 5.99,12.749 16.498,12.749 "/> </svg>');
}
.grey.icon-option-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M11.125,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H4.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C13.393,11.181,12.299,10.927,11.125,10.927L11.125,10.927z"/> <path fill="%23999999" d="M15.861,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01H9.66 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H6.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C15.783,22.045,15.861,22.507,15.861,23.028z"/> </svg>');
}
.grey.icon-option-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23999999" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23999999" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%23999999" width="9.982" height="3.133"/> </svg>');
}
.grey.icon-option-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%23999999" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%23999999" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.grey.icon-option-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23999999" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23999999" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.grey.icon-option-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%23999999" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.grey.icon-option-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%23999999" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.grey.icon-option-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%23999999" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%23999999" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%23999999" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.grey.icon-option-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%23999999" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.grey.icon-option-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M18.564,23.467c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,23.852,20.168,23.467,18.564,23.467 M18.564,22.419c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.499,0.983-3.793,0.703c0.961-0.567,1.838-0.611,1.542-1.8 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,23.379,16.07,22.419,18.564,22.419 L18.564,22.419z"/> <path fill="%23CCCCCC" d="M18.564,22.44c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,22.825,20.168,22.44,18.564,22.44 M18.564,21.392 c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.401,1.342-3.793,1.555c0.961-0.567,1.838-1.463,1.542-2.652 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,22.352,16.07,21.392,18.564,21.392 L18.564,21.392z"/> <ellipse fill="%23CCCCCC" cx="18.312" cy="25.914" rx="6.523" ry="4.482"/> <ellipse fill="%23FFFFFF" cx="9.813" cy="20.454" rx="8.348" ry="5.736"/> <path fill="%23676767" d="M10.001,16.658c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,17.151,7.948,16.658,10.001,16.658 M10.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,16.545,13.193,15.316,10.001,15.316L10.001,15.316 z"/> <path fill="%23CCCCCC" d="M10.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,15.836,7.948,15.343,10.001,15.343 M10.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,15.23,13.193,14.001,10.001,14.001L10.001,14.001z "/> </svg>');
}
.grey.icon-option-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23999999" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23676767" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23999999" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.orange.icon-option{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <path fill="none" d="M19.556,18.9v1.186"/> <path fill="%23FFFFFF" d="M12.012,11.026c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l-0.493,2.76l2.92,3.4l0.493,0.728 c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648 c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617C15.258,11.559,13.752,11.026,12.012,11.026L12.012,11.026z"/> <path fill="%23d88500" d="M16.484,17.226c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H7.529c0-0.67,0.119-1.271,0.356-1.802c0.237-0.531,0.557-0.972,0.957-1.323 s0.872-0.622,1.416-0.811s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104S16.484,15.897,16.484,17.226z M13.984,25.546 c0,0.508-0.186,0.951-0.557,1.328S12.61,27.44,12.09,27.44c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S13.984,25.032,13.984,25.546z"/> </svg>');
}
.orange.icon-option-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.orange.icon-option-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23ffbc00" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23a56600" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23a56600" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23a56600" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23a56600" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23ffbc00" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23ffbc00" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23ffbc00" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.orange.icon-option-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <polygon fill="%23FFFFFF" points="15.278,10.749 3.99,10.749 3.99,17.864 7.496,17.864 7.496,28.987 14.992,28.987 14.992,17.864 18.498,17.864 18.498,10.749 "/> <polygon fill="%23d88500" points="16.498,15.864 12.992,15.864 12.992,26.987 9.496,26.987 9.496,15.864 5.99,15.864 5.99,12.749 16.498,12.749 "/> </svg>');
}
.orange.icon-option-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M11.125,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H4.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C13.393,11.181,12.299,10.927,11.125,10.927L11.125,10.927z"/> <path fill="%23d88500" d="M15.861,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01H9.66 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H6.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C15.783,22.045,15.861,22.507,15.861,23.028z"/> </svg>');
}
.orange.icon-option-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23d88500" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23d88500" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%23d88500" width="9.982" height="3.133"/> </svg>');
}
.orange.icon-option-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%23d88500" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%23d88500" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.orange.icon-option-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23d88500" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23d88500" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.orange.icon-option-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%23d88500" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.orange.icon-option-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%23d88500" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.orange.icon-option-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%23d88500" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%23d88500" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%23d88500" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.orange.icon-option-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%23d88500" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.orange.icon-option-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23a56600" d="M18.564,23.467c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,23.852,20.168,23.467,18.564,23.467 M18.564,22.419c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.499,0.983-3.793,0.703c0.961-0.567,1.838-0.611,1.542-1.8 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,23.379,16.07,22.419,18.564,22.419 L18.564,22.419z"/> <path fill="%23ffbc00" d="M18.564,22.44c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,22.825,20.168,22.44,18.564,22.44 M18.564,21.392 c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.401,1.342-3.793,1.555c0.961-0.567,1.838-1.463,1.542-2.652 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,22.352,16.07,21.392,18.564,21.392 L18.564,21.392z"/> <ellipse fill="%23ffbc00" cx="18.312" cy="25.914" rx="6.523" ry="4.482"/> <ellipse fill="%23FFFFFF" cx="9.813" cy="20.454" rx="8.348" ry="5.736"/> <path fill="%23a56600" d="M10.001,16.658c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,17.151,7.948,16.658,10.001,16.658 M10.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,16.545,13.193,15.316,10.001,15.316L10.001,15.316 z"/> <path fill="%23ffbc00" d="M10.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,15.836,7.948,15.343,10.001,15.343 M10.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,15.23,13.193,14.001,10.001,14.001L10.001,14.001z "/> </svg>');
}
.orange.icon-option-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23d88500" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23a56600" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23d88500" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}
.red.icon-option{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <path fill="none" d="M19.556,18.9v1.186"/> <path fill="%23FFFFFF" d="M12.012,11.026c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l-0.493,2.76l2.92,3.4l0.493,0.728 c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.705,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648 c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617C15.258,11.559,13.752,11.026,12.012,11.026L12.012,11.026z"/> <path fill="%23CC0000" d="M16.484,17.226c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H7.529c0-0.67,0.119-1.271,0.356-1.802c0.237-0.531,0.557-0.972,0.957-1.323 s0.872-0.622,1.416-0.811s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104S16.484,15.897,16.484,17.226z M13.984,25.546 c0,0.508-0.186,0.951-0.557,1.328S12.61,27.44,12.09,27.44c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S13.984,25.032,13.984,25.546z"/> </svg>');
}
.red.icon-option-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.red.icon-option-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23FF0000" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23990000" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23990000" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23990000" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23990000" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23FF0000" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23FF0000" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23FF0000" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> </svg>');
}
.red.icon-option-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.843,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.082,9.375,23.843,7.634,23.843,5.664z"/> <path fill="%23CCCCCC" d="M19.732,10.522 M23.841,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.614,7.585,23.797,6.758,23.841,5.562"/> <path fill="%23676767" d="M15.621,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.801,7.531,15.664,6.746,15.621,5.562z"/> <path fill="%23676767" d="M19.452,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,14.367z"/> <path fill="%23676767" d="M24.278,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.823,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.315,10.819,16.079,10.825,14.823,9.763z"/> <path fill="%23CCCCCC" d="M19.452,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.452,13.261z"/> <path fill="%23CCCCCC" d="M21.132,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.132,12.139"/> <path fill="%23CCCCCC" d="M14.823,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.315,10.819,16.079,9.719,14.823,8.657z"/> <polygon fill="%23FFFFFF" points="15.278,10.749 3.99,10.749 3.99,17.864 7.496,17.864 7.496,28.987 14.992,28.987 14.992,17.864 18.498,17.864 18.498,10.749 "/> <polygon fill="%23CC0000" points="16.498,15.864 12.992,15.864 12.992,26.987 9.496,26.987 9.496,15.864 5.99,15.864 5.99,12.749 16.498,12.749 "/> </svg>');
}
.red.icon-option-integer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M11.125,10.927c-1.169,0-2.255,0.247-3.227,0.735c-1.025,0.515-1.849,1.266-2.448,2.233 c-0.601,0.97-0.905,2.089-0.905,3.329v2h2.062v1.728H4.378v2c0,1.055,0.195,2.013,0.579,2.847c0.395,0.856,0.949,1.572,1.647,2.13 c0.656,0.524,1.394,0.91,2.195,1.149c0.741,0.22,1.523,0.332,2.325,0.332c0.838,0,1.659-0.128,2.438-0.381 c0.821-0.266,1.556-0.664,2.181-1.184c0.663-0.553,1.188-1.251,1.563-2.078c0.368-0.81,0.555-1.732,0.555-2.739 c0-0.766-0.124-1.475-0.369-2.108c-0.141-0.363-0.31-0.699-0.507-1.006c0.475-0.794,0.72-1.725,0.72-2.765 c0-1.169-0.297-2.25-0.881-3.213c-0.587-0.967-1.41-1.725-2.447-2.253C13.393,11.181,12.299,10.927,11.125,10.927L11.125,10.927z"/> <path fill="%23CC0000" d="M15.861,23.028c0,0.722-0.125,1.36-0.376,1.913c-0.251,0.553-0.591,1.008-1.021,1.367 c-0.43,0.357-0.936,0.631-1.519,0.819c-0.583,0.189-1.189,0.283-1.821,0.283c-0.612,0-1.196-0.083-1.753-0.249 c-0.557-0.166-1.063-0.431-1.519-0.795s-0.815-0.833-1.079-1.404c-0.264-0.572-0.396-1.242-0.396-2.01H9.66 c0,0.48,0.139,0.85,0.415,1.11c0.276,0.259,0.627,0.389,1.05,0.389c0.442,0,0.796-0.128,1.06-0.385 c0.264-0.256,0.396-0.634,0.396-1.134c0-0.441-0.14-0.801-0.42-1.081c-0.28-0.279-0.645-0.418-1.094-0.418h-0.459v-2.842h0.459 c0.456,0,0.796-0.135,1.021-0.405s0.337-0.584,0.337-0.942c0-0.43-0.127-0.763-0.381-1.001s-0.56-0.356-0.918-0.356 s-0.664,0.121-0.918,0.361s-0.381,0.566-0.381,0.977H6.544c0-0.866,0.202-1.625,0.605-2.275s0.952-1.151,1.646-1.499 s1.47-0.522,2.329-0.522s1.641,0.179,2.344,0.538s1.252,0.861,1.646,1.51c0.394,0.648,0.591,1.373,0.591,2.174 c0,1.225-0.495,2.153-1.484,2.785c0.293,0.195,0.562,0.428,0.806,0.698s0.444,0.606,0.601,1.01 C15.783,22.045,15.861,22.507,15.861,23.028z"/> </svg>');
}
.red.icon-option-long{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="0.001,21.161 8.257,13.621 8.257,19.462 6.389,21.17 8.257,22.886 8.257,28.732 "/> <polygon fill="%23FFFFFF" points="16.239,22.886 18.106,21.17 16.239,19.462 16.239,13.621 24.145,21.161 16.239,28.732 "/> <rect x="9.682" y="15.182" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 33.4215 8.9251)" fill="%23FFFFFF" width="5.133" height="11.982"/> <path fill="%23CC0000" d="M7.257,26.458l-5.775-5.295l5.775-5.275v3.133l-2.348,2.147l2.348,2.157V26.458z"/> <path fill="%23CC0000" d="M23.014,21.163l-5.775,5.295v-3.133l2.345-2.157l-2.345-2.147v-3.133L23.014,21.163z"/> <rect x="7.257" y="19.607" fill="%23CC0000" width="9.982" height="3.133"/> </svg>');
}
.red.icon-option-double{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M19.771,21.028c0.268-0.337,0.496-0.686,0.683-1.041c0.388-0.741,0.585-1.534,0.585-2.359 c0-0.905-0.174-1.752-0.517-2.517c-0.345-0.77-0.842-1.442-1.476-1.996c-0.618-0.541-1.341-0.95-2.146-1.215 c-0.754-0.248-1.568-0.374-2.422-0.374c-1.157,0-2.236,0.241-3.205,0.717c-1.035,0.508-1.869,1.263-2.479,2.245 c-0.607,0.979-0.916,2.117-0.916,3.384v2h2.791l-2.791,2.181v5.934h13.365v-6.959H19.771z"/> <polygon fill="%23FFFFFF" points="0.001,24.601 2.323,22.279 0.001,19.955 3.134,16.822 5.457,19.145 7.779,16.822 10.913,19.955 8.59,22.279 10.913,24.601 7.779,27.736 5.457,25.412 3.134,27.736 "/> <polygon fill="%23CC0000" points="9.499,19.955 7.779,18.237 5.457,20.559 3.134,18.237 1.415,19.955 3.737,22.279 1.415,24.601 3.134,26.321 5.457,23.998 7.779,26.321 9.499,24.601 7.176,22.279 "/> <path fill="%23CC0000" d="M19.244,25.987H9.879v-2.959l4.424-3.457c0.495-0.391,0.861-0.728,1.099-1.011s0.356-0.568,0.356-0.854 c0-0.377-0.112-0.675-0.337-0.894s-0.539-0.327-0.942-0.327c-0.364,0-0.676,0.106-0.933,0.317s-0.386,0.568-0.386,1.069H9.879 c0-0.892,0.205-1.668,0.615-2.329c0.41-0.661,0.964-1.162,1.66-1.504s1.472-0.513,2.324-0.513c0.645,0,1.243,0.091,1.797,0.273 s1.038,0.456,1.455,0.82s0.739,0.801,0.967,1.309c0.228,0.508,0.342,1.074,0.342,1.699c0,0.501-0.119,0.978-0.356,1.431 s-0.576,0.892-1.016,1.318s-0.962,0.871-1.567,1.333l-1.719,1.318h4.863V25.987z"/> </svg>');
}
.red.icon-option-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23CC0000" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23CC0000" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.red.icon-option-datetime{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <circle fill="%23FFFFFF" cx="12.711" cy="19.284" r="8.429"/> <path fill="%23CC0000" d="M12.704,12.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S16.26,12.854,12.704,12.854z"/> <polygon fill="%23FFFFFF" points="16.793,23.177 11.52,19.985 11.52,14.029 13.52,14.029 13.52,18.858 17.828,21.467 "/> </svg>');
}
.red.icon-option-checkbox{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="20.811,12.168 17.303,10.332 9.451,18.115 5.085,14.127 0.135,19.077 9.296,28.238 21.57,15.965 21.699,13.057 "/> <polygon fill="%23CC0000" points="9.296,25.41 2.964,19.077 5.085,16.956 9.296,21.167 18.138,12.325 20.26,14.446 "/> </svg>');
}
.red.icon-option-binary{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <path fill="%23FFFFFF" d="M5.737,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.179,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.815,0.985-1.355c0.234-0.532,0.352-1.133,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C6.841,16.732,6.3,16.643,5.737,16.643L5.737,16.643z"/> <polygon fill="%23FFFFFF" points="15.837,16.733 15.057,16.733 12.497,16.733 12.205,16.733 11.985,16.923 9.615,18.969 9.348,19.201 9.348,19.552 9.348,22.255 9.348,23.95 10.639,22.839 11.717,21.912 11.717,26.74 11.717,27.513 12.497,27.513 15.057,27.513 15.837,27.513 15.837,26.74 15.837,17.506 15.837,16.733 "/> <path fill="%23FFFFFF" d="M20.151,16.643c-0.558,0-1.096,0.09-1.6,0.266c-0.517,0.181-0.982,0.455-1.384,0.813 c-0.406,0.362-0.732,0.81-0.97,1.332c-0.239,0.524-0.36,1.129-0.36,1.797v2.552c0,0.875,0.205,1.643,0.611,2.282 c0.404,0.638,0.95,1.125,1.624,1.449c0.647,0.311,1.346,0.469,2.079,0.469c0.541,0,1.074-0.089,1.584-0.265 c0.521-0.18,0.989-0.447,1.393-0.794c0.416-0.359,0.748-0.814,0.985-1.355c0.234-0.532,0.352-1.134,0.352-1.787v-2.552 c0-0.664-0.117-1.267-0.349-1.792c-0.234-0.53-0.562-0.982-0.975-1.345c-0.403-0.354-0.868-0.625-1.383-0.805 C21.255,16.732,20.714,16.643,20.151,16.643L20.151,16.643z"/> <path fill="%23CC0000" d="M9.278,23.403c0,0.548-0.096,1.041-0.287,1.476C8.8,25.314,8.54,25.674,8.21,25.958 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 s0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223c0.423,0.148,0.799,0.367,1.129,0.657 c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M6.742,23.418v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83c0.191,0.196,0.43,0.294,0.717,0.294 s0.526-0.096,0.717-0.287C6.646,24.064,6.742,23.785,6.742,23.418z"/> <path fill="%23CC0000" d="M15.005,26.74h-2.537v-6.523l-2.348,2.038v-2.703l2.348-2.046h2.537V26.74z"/> <path fill="%23CC0000" d="M23.692,23.403c0,0.548-0.096,1.041-0.287,1.476c-0.191,0.435-0.451,0.795-0.781,1.08 c-0.33,0.284-0.71,0.501-1.14,0.649c-0.43,0.148-0.874,0.223-1.333,0.223c-0.619,0-1.2-0.131-1.744-0.393s-0.979-0.65-1.306-1.166 c-0.327-0.516-0.491-1.139-0.491-1.869v-2.552c0-0.559,0.097-1.051,0.291-1.476c0.194-0.425,0.454-0.784,0.781-1.076 c0.327-0.292,0.702-0.512,1.125-0.661c0.423-0.148,0.87-0.223,1.344-0.223c0.478,0,0.929,0.074,1.351,0.223 c0.423,0.148,0.799,0.367,1.129,0.657c0.33,0.29,0.589,0.648,0.778,1.076c0.189,0.428,0.283,0.921,0.283,1.48V23.403z M21.155,23.418v-2.567c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83s0.43,0.294,0.717,0.294s0.526-0.096,0.717-0.287 C21.06,24.064,21.155,23.785,21.155,23.418z"/> <path fill="%23FFFFFF" d="M20.151,24.543c0.287,0,0.526-0.095,0.717-0.287c0.191-0.191,0.287-0.471,0.287-0.838v-2.567 c0-0.377-0.096-0.663-0.287-0.857c-0.191-0.194-0.43-0.291-0.717-0.291s-0.526,0.099-0.717,0.298 c-0.191,0.199-0.287,0.482-0.287,0.849v2.567c0,0.357,0.096,0.634,0.287,0.83C19.625,24.444,19.864,24.543,20.151,24.543"/> </svg>');
}
.red.icon-option-path{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.841,5.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C21.08,9.375,23.841,7.634,23.841,5.664z"/> <path fill="%23CCCCCC" d="M19.73,10.522 M23.839,5.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C22.612,7.585,23.795,6.758,23.839,5.562"/> <path fill="%23676767" d="M15.619,5.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C16.798,7.531,15.662,6.746,15.619,5.562z"/> <path fill="%23676767" d="M19.45,14.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,14.367z"/> <path fill="%23676767" d="M24.276,15.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M14.821,9.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C17.313,10.819,16.077,10.825,14.821,9.763z"/> <path fill="%23CCCCCC" d="M19.45,13.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L19.45,13.261z"/> <path fill="%23CCCCCC" d="M21.129,12.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L21.129,12.139"/> <path fill="%23CCCCCC" d="M14.821,8.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C17.313,10.819,16.077,9.719,14.821,8.657z"/> <polygon fill="%23FFFFFF" points="6.635,12.551 6.635,28.321 23.111,28.321 22.243,21.358 19.111,21.321 19.111,15.367 13.588,15.367 13.588,9.844 13.588,9.844 10.184,9.844 "/> <polygon fill="%23CC0000" points="11.588,23.368 11.588,20.321 17.111,20.321 17.111,17.367 11.588,17.367 11.588,11.844 8.635,11.844 8.635,26.321 21.111,26.321 21.111,23.368 "/> </svg>');
}
.red.icon-option-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23676767" d="M24.841,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.08,8.375,24.841,6.634,24.841,4.664z"/> <path fill="%23CCCCCC" d="M20.731,9.522 M24.839,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.612,6.585,24.795,5.758,24.839,4.562"/> <path fill="%23676767" d="M16.619,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.799,6.531,16.662,5.746,16.619,4.562z"/> <path fill="%23676767" d="M20.45,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,13.367z"/> <path fill="%23676767" d="M25.277,14.916c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.821,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.313,9.819,17.077,9.825,15.821,8.763z"/> <path fill="%23CCCCCC" d="M20.45,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.45,12.261z"/> <path fill="%23CCCCCC" d="M22.13,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.13,11.139"/> <path fill="%23CCCCCC" d="M15.821,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.313,9.819,17.077,8.719,15.821,7.657z"/> <path fill="%23990000" d="M18.564,23.467c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,23.852,20.168,23.467,18.564,23.467 M18.564,22.419c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.499,0.983-3.793,0.703c0.961-0.567,1.838-0.611,1.542-1.8 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,23.379,16.07,22.419,18.564,22.419 L18.564,22.419z"/> <path fill="%23FF0000" d="M18.564,22.44c-1.806,0-3.983,0.495-5.202,1.923c-0.63,0.738-0.832,1.678-0.376,2.552 c0.157,0.302,0.398,0.545,0.542,0.853c0.221,0.47,0.344,0.995,0.328,1.513c0.361-0.223,0.68-0.543,1.132-0.543 c0.373,0,0.736,0.209,1.09,0.311c0.864,0.25,1.773,0.355,2.673,0.337c1.624-0.033,3.413-0.469,4.642-1.571 c0.593-0.532,1.061-1.275,0.978-2.092c-0.08-0.779-0.606-1.435-1.212-1.904C21.877,22.825,20.168,22.44,18.564,22.44 M18.564,21.392 c1.808,0,3.709,0.446,5.168,1.537c1.42,1.062,2.207,2.829,1.325,4.482c-0.832,1.559-2.637,2.424-4.314,2.792 c-1.888,0.415-3.955,0.295-5.755-0.417c-1.131,0.835-2.401,1.342-3.793,1.555c0.961-0.567,1.838-1.463,1.542-2.652 c-0.161-0.646-0.67-1.107-0.895-1.733c-0.228-0.633-0.247-1.315-0.044-1.958C12.631,22.352,16.07,21.392,18.564,21.392 L18.564,21.392z"/> <ellipse fill="%23FF0000" cx="18.312" cy="25.914" rx="6.523" ry="4.482"/> <ellipse fill="%23FFFFFF" cx="9.813" cy="20.454" rx="8.348" ry="5.736"/> <path fill="%23990000" d="M10.001,16.658c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,17.151,7.948,16.658,10.001,16.658 M10.001,15.316c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.198,1.258,4.854,0.899c-1.23-0.726-2.352-0.781-1.974-2.303 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,16.545,13.193,15.316,10.001,15.316L10.001,15.316 z"/> <path fill="%23FF0000" d="M10.001,15.343c2.312,0,5.097,0.633,6.658,2.46c0.806,0.944,1.065,2.147,0.481,3.266 c-0.201,0.386-0.509,0.697-0.694,1.092c-0.283,0.601-0.441,1.273-0.419,1.937c-0.461-0.285-0.87-0.695-1.449-0.695 c-0.477,0-0.942,0.267-1.396,0.398c-1.106,0.32-2.269,0.454-3.421,0.431c-2.079-0.042-4.368-0.601-5.941-2.011 c-0.759-0.681-1.358-1.631-1.251-2.678c0.102-0.996,0.775-1.837,1.551-2.437C5.761,15.836,7.948,15.343,10.001,15.343 M10.001,14.001c-2.314,0-4.747,0.571-6.615,1.967c-1.818,1.359-2.825,3.621-1.696,5.736c1.065,1.995,3.375,3.102,5.521,3.574 c2.417,0.531,5.061,0.378,7.365-0.534c1.447,1.068,3.073,1.718,4.854,1.99c-1.23-0.726-2.352-1.872-1.974-3.394 c0.206-0.827,0.857-1.417,1.146-2.217c0.292-0.81,0.316-1.683,0.057-2.505C17.593,15.23,13.193,14.001,10.001,14.001L10.001,14.001z "/> </svg>');
}
.red.icon-option-java{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.843,4.664c0-0.034-0.001-0.068-0.002-0.102c-0.043,1.176-1.17,1.964-1.935,2.745 c-0.724,0.738-1.448,1.476-2.172,2.214C22.082,8.375,24.843,6.634,24.843,4.664z"/> <path fill="%23CCCCCC" d="M20.732,9.522 M24.841,4.562c0.074-2.275-3.053-3.201-4.11-1.108c-0.73-1.418-2.709-1.606-3.671-0.329 c-0.869,1.153-0.341,2.341,0.559,3.22c1.06,1.035,2.077,2.119,3.114,3.177c0.701-0.714,1.402-1.429,2.103-2.143 C23.614,6.585,24.797,5.758,24.841,4.562"/> <path fill="%23676767" d="M16.621,4.562c-0.061,2.03,2.729,3.783,4.112,4.957c-0.721-0.735-1.441-1.469-2.162-2.204 C17.801,6.53,16.664,5.746,16.621,4.562z"/> <path fill="%23676767" d="M20.452,13.367c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,13.367z"/> <path fill="%23676767" d="M25.278,14.915c0.965,0.855,2.246,1.27,3.433,0.488c1.377-0.907,1.119-2.77-0.354-3.412 c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796c-1.056,0.955-2.178,0.741-3.262,1.664"/> <path fill="%23676767" d="M15.823,8.763c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-2.999,3.34-3.94 C18.315,9.819,17.079,9.825,15.823,8.763z"/> <path fill="%23CCCCCC" d="M20.452,12.261c-0.962,0.976-1.901,1.98-2.882,2.937c-0.878,0.856-1.351,2.039-0.533,3.157 c0.949,1.296,2.96,1.137,3.688-0.305c0.797,1.547,3.039,1.589,3.859,0.037c0.611-1.156,0.061-2.139-0.765-2.947 c-1.053-1.03-2.064-2.106-3.097-3.156L20.452,12.261z"/> <path fill="%23CCCCCC" d="M22.132,11.139c1.048,0.89,2.118,1.759,3.147,2.671c0.965,0.855,2.246,1.27,3.433,0.488 c1.377-0.907,1.119-2.77-0.354-3.412c1.614-0.719,1.696-2.771,0.097-3.562c-1.283-0.635-2.406-0.065-3.357,0.796 c-1.056,0.955-2.178,1.847-3.262,2.77L22.132,11.139"/> <path fill="%23CCCCCC" d="M15.823,7.657c-0.973-0.83-2.589-0.797-3.493,0.123c-1.011,1.029-0.552,2.554,0.72,3.108 c-1.607,0.716-1.68,2.777-0.097,3.561c1.242,0.615,2.362,0.113,3.28-0.73c1.073-0.985,2.227-1.893,3.34-2.834 C18.315,9.819,17.079,8.719,15.823,7.657z"/> <path fill="none" d="M20.753,22.07c0.05-0.043,0.123-0.089,0.166-0.13c-0.036,0.001-0.067,0.01-0.103,0.014 C20.795,21.992,20.779,22.034,20.753,22.07z"/> <path fill="%23FFFFFF" d="M23.695,26.283c-0.269-0.547-0.753-0.975-1.3-1.167c-0.18-0.063-0.365-0.093-0.548-0.093 c-0.517,0-1.018,0.243-1.337,0.677c-0.076,0.103-0.138,0.213-0.187,0.328c-0.365,0.081-0.85,0.157-1.43,0.226 c0.062-0.22,0.095-0.449,0.061-0.684c-0.011-0.079-0.044-0.15-0.066-0.225c0.048,0.004,0.093,0.023,0.142,0.023 c0.048,0,0.097-0.002,0.146-0.006c0.985-0.086,2.703-0.79,3.221-1.056c1.268-0.651,2.126-1.436,2.552-2.335 c0.768-1.61,0.055-3.402-1.696-4.258c-0.644-0.313-1.346-0.471-2.092-0.471c0,0,0,0,0,0l-0.18,0.003 c-0.414,0.014-1.822,0.124-2.549,0.951c-0.068,0.077-0.108,0.169-0.16,0.255c-0.044,0.006-0.085,0.008-0.129,0.014l-0.177,0.026 l-0.132,0.016c-0.101,0.013-0.202,0.024-0.303,0.036c0.078-0.219,0.154-0.441,0.174-0.692c0.087-1.129-0.596-2.173-1.01-2.695 l-0.205-0.256c-0.091-0.112-0.2-0.248-0.288-0.364c0.005-0.005,0.009-0.01,0.014-0.015c0.274-0.281,0.591-0.518,1.014-0.808 c0.515-0.354,1.402-0.861,2.012-1.179l0.737-0.393c0.547-0.271,0.925-0.835,0.925-1.486c0-0.911-0.73-1.65-1.639-1.658 c-0.007,0-0.015,0-0.022,0c-0.027,0-0.055,0.001-0.082,0.002c-0.047,0.002-0.093,0.006-0.139,0.013 c-0.334,0.041-0.769,0.157-1.401,0.351c0.169-0.444,0.298-0.906,0.343-1.416c0.011-0.115,0.248-2.943-1.558-3.762 c-0.219-0.099-0.453-0.148-0.685-0.148c-0.36,0-0.716,0.117-1.012,0.344c-0.486,0.374-0.726,0.985-0.624,1.59 c0.126,0.747,0.11,0.958-0.107,1.406c-0.311,0.643-0.835,1.065-1.693,1.62c-0.814,0.527-2.121,1.456-2.854,2.03 c-0.619,0.489-1.487,1.234-1.934,2.112c-0.932,1.831,0.137,3.201,0.65,3.859c0.143,0.183,0.293,0.34,0.44,0.504 c-1.438,0.082-3.81,0.663-4.885,1.221c-1.334,0.691-1.247,1.786-1.188,2.105c0.222,1.209,1.347,1.574,2.365,1.739 c-0.008,0.049-0.026,0.092-0.03,0.142C4.818,23.04,4.853,24,5.884,24.654c-0.023,0.053-0.047,0.106-0.065,0.162 c-0.888,0.042-4.025,0.287-5.191,1.664c-0.477,0.563-0.635,1.262-0.431,1.917c0.354,1.139,1.546,1.463,1.995,1.585 c0.567,0.154,1.331,0.279,2.268,0.378c0.194,0.313,0.484,0.568,0.854,0.697c1.404,0.49,4.165,0.706,4.978,0.761 c0.764,0.052,1.597,0.079,2.475,0.079c0.937,0,1.921-0.03,2.924-0.089c2.358-0.139,5.053-0.363,7.195-1.267 c0.727-0.308,1.936-0.973,2.278-2.082c0.058-0.169,0.09-0.35,0.09-0.539C25.255,27.04,24.564,26.335,23.695,26.283z M20.259,20.993 c0.029-0.041,0.046-0.087,0.071-0.13c0.039-0.004,0.074-0.014,0.114-0.015C20.396,20.895,20.315,20.946,20.259,20.993z"/> <path id="path36_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23CC0000" d="M19.677,19.29c0.668,0.087,0.852,0.122,1.175,0.314 c0.564,0.418,0.639,1.511,0.383,2.113c-0.347,0.815-0.797,1.262-1.744,1.756c-0.162,0.085-0.319,0.149-0.46,0.236 c0.61-0.054,2.058-0.597,2.609-0.88c0.703-0.361,1.487-0.887,1.811-1.57c0.462-0.969-0.21-1.708-0.926-2.058 c-0.412-0.2-0.909-0.32-1.487-0.3C20.594,18.916,19.876,19.063,19.677,19.29"/> <path fill="%23990000" d="M22.127,26.854L22.127,26.854c-0.089-0.082-0.203-0.146-0.28-0.173c0.724,0.97-3.671,1.318-4.153,1.358 c-1.802,0.151-3.611,0.218-5.418,0.255c-2.343,0.048-4.699,0.026-7.021-0.325c-0.371-0.056-1.738-0.12-1.592-0.687 c0.178-0.697,2.254-0.62,2.783-0.798c-0.903-0.111-1.908,0.08-2.782,0.29c-0.314,0.075-2.688,0.79-1.628,1.388c0,0-0.007,0-0.007,0 c1.728,0.839,6.947,2.31,12.98,2.024c1.64-0.078,6.055-0.231,8.584-2.262L22.127,26.854z"/> <path fill="%23CC0000" d="M18.953,20.032c0,0-0.017,0.005-0.045,0.012c0.002-0.001,0.005-0.002,0.006-0.004 c-2.905,0.101-5.781,0.635-8.705,0.636c-1.088,0-2.254,0.049-3.321-0.19c-1.763-0.395,1.766-1.214,2.235-1.336 c-0.921-0.072-1.91,0.183-2.794,0.409c-0.222,0.057-2.571,0.74-2.085,1.095c0,0-0.004-0.001-0.004-0.001 c1.178,0.844,2.153,1.858,2.67,3.229c0.191,0.507,0.233,1.181,0.49,1.642c0.317,0.569,1.107,0.709,1.702,0.827 c1.578,0.312,3.279,0.32,4.875,0.148c0.957-0.103,2.537-0.153,3.337-0.692C16.765,24.025,17.706,21.356,18.953,20.032z"/> <path id="path22_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M12.991,19.314 c0.975-0.949-0.507-2.625-0.809-3.328c-0.781-1.819-0.537-2.567,0.541-3.48c1.158-0.981,2.813-1.6,3.595-2.932 c0.414-0.705,0.485-3.389-0.599-3.881c0.591,3.507-2.991,4.829-5.267,6.638c-1.318,1.047-2.195,2.128-0.999,3.646 C10.275,17.017,11.528,16.868,12.991,19.314"/> <path id="path26_2_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M13.751,19.941 c0.298-0.085,1.178-0.684,1.415-0.886c0.311-0.268,0.841-0.764,0.886-1.338c0.04-0.521-0.392-1.199-0.656-1.532 c-0.835-1.052-1.502-1.654-0.372-2.82c0.378-0.388,0.787-0.693,1.266-1.021c0.573-0.394,1.512-0.932,2.184-1.282l0.766-0.409 c-0.405,0.044-1.479,0.401-1.902,0.533c-0.569,0.178-1.225,0.449-1.722,0.687c-1.706,0.82-3.383,2.102-2.697,3.875 c0.464,1.199,1.816,1.918,1.719,2.817C14.58,19.115,13.943,19.666,13.751,19.941"/> </svg>');
}


.blue.icon-view-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.blue.icon-view-design{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%230044B2" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%230099FF" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23003399" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%230099FF" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%230044B2" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%230099FF" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23003399" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.blue.icon-view-tailor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%23003399" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%230044B2" d="M21.642,14.489c-0.049-2.743,1.378-5.594,1.378-5.594H8.972c0,0,1.064,3.231,1.009,5.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.287,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23676767" cx="15.996" cy="8.895" rx="7.024" ry="2.83"/> <ellipse fill="%23333333" cx="15.996" cy="8.895" rx="5.689" ry="2.292"/> <ellipse transform="matrix(0.7719 -0.6358 0.6358 0.7719 0.0192 10.5321)" fill="%230099FF" cx="14.686" cy="5.239" rx="7.024" ry="2.83"/> </svg> ');
}
.blue.icon-view-tailor.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%23003399" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%230044B2" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%230099FF" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> </svg>');
}
.blue.icon-view-tailor-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23003399" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%230044B2" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%230099FF" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> <path fill="%23003399" d="M4.52,14.587c0,0,2.135-2.558,5.783-2.558s6.08,2.558,6.08,2.558s2.058-2.558,5.83-2.558 s5.973,2.264,5.973,2.264s-1.117,4.829-9.382,5.198c-0.328,0.015-2.105,1.804-2.452,1.804c-0.393,0-2.214-1.791-2.583-1.809 C5.61,19.097,4.52,14.587,4.52,14.587z"/> <path fill="%23FFFFFF" d="M7.71,15.244c0,0,1.532-1.551,3.983-1.216s3.181,2.474,3.181,2.474s-1.649,0.755-3.793,0.377 C8.935,16.502,7.71,15.244,7.71,15.244z"/> <path fill="%23FFFFFF" d="M24.986,15.244c0,0-1.467-1.551-3.814-1.216s-3.046,2.474-3.046,2.474s1.579,0.755,3.633,0.377 C23.812,16.502,24.986,15.244,24.986,15.244z"/> </svg> ');
}
.blue.icon-view-tailor-label{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23003399" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%230044B2" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%230099FF" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> </svg>');
}
.blue.icon-view-tailor-switch{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%23CCCCCC" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> <polygon fill="%23676767" points="11.559,17.064 12.155,14.359 19.845,14.359 20.515,17.064 "/> <polygon fill="%230044B2" points="17.629,14.788 17.831,16.54 10.577,9.761 12.981,8.092 "/> <polygon fill="%23003399" points="17.831,16.54 14.262,16.532 10.787,11.524 13.192,9.855 "/> <polygon fill="%230099FF" points="12.981,8.092 13.192,9.855 10.787,11.524 10.577,9.761 "/> </svg>');
}
.blue.icon-view-tailor-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="16.146" cy="11.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.17,5.895H9.122c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.437,8.823,23.17,5.895,23.17,5.895z"/> <ellipse fill="%23CCCCCC" cx="16.146" cy="5.895" rx="7.024" ry="2.83"/> <g> <polygon fill="%23FFFFFF" points="17.557,11.303 14.787,11.303 11.145,11.303 9.652,11.303 9.228,12.734 8.77,14.276 8.304,12.727 7.876,11.303 6.389,11.303 2.766,11.303 0,11.303 0.867,13.93 5.564,28.168 6.017,29.541 7.463,29.541 10.071,29.541 11.515,29.541 11.969,28.17 16.686,13.932 "/> <path fill="%23FFFFFF" d="M31.55,17.203c-0.362-0.819-0.872-1.522-1.516-2.087c-0.618-0.543-1.331-0.958-2.117-1.234 c-0.758-0.266-1.569-0.401-2.41-0.401c-0.835,0-1.642,0.135-2.401,0.401c-0.792,0.278-1.507,0.698-2.125,1.25 c-0.629,0.561-1.133,1.252-1.499,2.054c-0.369,0.809-0.556,1.731-0.556,2.739v1.78c-0.485-0.2-1.01-0.303-1.563-0.303 c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899c0,1.111,0.415,2.113,1.201,2.899 c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.188-0.188,0.352-0.39,0.497-0.602 c0.472,0.467,1.009,0.86,1.624,1.156c0.973,0.468,2.024,0.706,3.123,0.706c0.812,0,1.611-0.134,2.375-0.397 c0.794-0.274,1.51-0.682,2.128-1.215c0.653-0.562,1.17-1.271,1.537-2.108c0.358-0.816,0.54-1.729,0.54-2.713v-3.301 C32.086,18.925,31.906,18.009,31.55,17.203z"/> </g> <path fill="%23003399" d="M14.787,13.303l-4.717,14.238H7.463L2.766,13.303h3.623l2.393,7.959l2.363-7.959H14.787z"/> <path fill="%23003399" d="M19.463,25.5c0,0.58-0.205,1.074-0.615,1.484S17.943,27.6,17.364,27.6s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S19.463,24.921,19.463,25.5z"/> <path fill="%23003399" d="M30.086,23.225c0,0.709-0.124,1.346-0.371,1.909s-0.584,1.029-1.011,1.396s-0.918,0.648-1.475,0.84 s-1.131,0.288-1.724,0.288c-0.801,0-1.553-0.169-2.256-0.508s-1.267-0.841-1.689-1.509s-0.635-1.473-0.635-2.417v-3.301 c0-0.723,0.125-1.359,0.376-1.909s0.588-1.014,1.011-1.392s0.908-0.663,1.455-0.854s1.126-0.288,1.738-0.288 c0.618,0,1.201,0.096,1.748,0.288s1.033,0.475,1.46,0.85s0.762,0.838,1.006,1.392s0.366,1.191,0.366,1.914V23.225z M26.805,23.244 v-3.32c0-0.488-0.124-0.858-0.371-1.108s-0.557-0.376-0.928-0.376s-0.681,0.128-0.928,0.386s-0.371,0.624-0.371,1.099v3.32 c0,0.462,0.124,0.82,0.371,1.074s0.557,0.381,0.928,0.381s0.681-0.124,0.928-0.371S26.805,23.72,26.805,23.244z"/> </svg>');
}
.lightBlue.icon-view-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.lightBlue.icon-view-design{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%232189a5" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%2333CCFF" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23269FBF" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%2333CCFF" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%232189a5" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%2333CCFF" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23269FBF" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.lightBlue.icon-view-tailor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%23269FBF" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%232189a5" d="M21.642,14.489c-0.049-2.743,1.378-5.594,1.378-5.594H8.972c0,0,1.064,3.231,1.009,5.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.287,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23676767" cx="15.996" cy="8.895" rx="7.024" ry="2.83"/> <ellipse fill="%23333333" cx="15.996" cy="8.895" rx="5.689" ry="2.292"/> <ellipse transform="matrix(0.7719 -0.6358 0.6358 0.7719 0.0192 10.5321)" fill="%2333CCFF" cx="14.686" cy="5.239" rx="7.024" ry="2.83"/> </svg> ');
}
.lightBlue.icon-view-tailor.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%23269FBF" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%232189a5" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%2333CCFF" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> </svg>');
}
.lightBlue.icon-view-tailor-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23269FBF" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%232189a5" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%2333CCFF" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> <path fill="%23269FBF" d="M4.52,14.587c0,0,2.135-2.558,5.783-2.558s6.08,2.558,6.08,2.558s2.058-2.558,5.83-2.558 s5.973,2.264,5.973,2.264s-1.117,4.829-9.382,5.198c-0.328,0.015-2.105,1.804-2.452,1.804c-0.393,0-2.214-1.791-2.583-1.809 C5.61,19.097,4.52,14.587,4.52,14.587z"/> <path fill="%23FFFFFF" d="M7.71,15.244c0,0,1.532-1.551,3.983-1.216s3.181,2.474,3.181,2.474s-1.649,0.755-3.793,0.377 C8.935,16.502,7.71,15.244,7.71,15.244z"/> <path fill="%23FFFFFF" d="M24.986,15.244c0,0-1.467-1.551-3.814-1.216s-3.046,2.474-3.046,2.474s1.579,0.755,3.633,0.377 C23.812,16.502,24.986,15.244,24.986,15.244z"/> </svg> ');
}
.lightBlue.icon-view-tailor-label{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23269FBF" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%232189a5" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%2333CCFF" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> </svg>');
}
.lightBlue.icon-view-tailor-switch{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%23CCCCCC" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> <polygon fill="%23676767" points="11.559,17.064 12.155,14.359 19.845,14.359 20.515,17.064 "/> <polygon fill="%232189a5" points="17.629,14.788 17.831,16.54 10.577,9.761 12.981,8.092 "/> <polygon fill="%23269FBF" points="17.831,16.54 14.262,16.532 10.787,11.524 13.192,9.855 "/> <polygon fill="%2333CCFF" points="12.981,8.092 13.192,9.855 10.787,11.524 10.577,9.761 "/> </svg>');
}
.lightBlue.icon-view-tailor-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="16.146" cy="11.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.17,5.895H9.122c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.437,8.823,23.17,5.895,23.17,5.895z"/> <ellipse fill="%23CCCCCC" cx="16.146" cy="5.895" rx="7.024" ry="2.83"/> <g> <polygon fill="%23FFFFFF" points="17.557,11.303 14.787,11.303 11.145,11.303 9.652,11.303 9.228,12.734 8.77,14.276 8.304,12.727 7.876,11.303 6.389,11.303 2.766,11.303 0,11.303 0.867,13.93 5.564,28.168 6.017,29.541 7.463,29.541 10.071,29.541 11.515,29.541 11.969,28.17 16.686,13.932 "/> <path fill="%23FFFFFF" d="M31.55,17.203c-0.362-0.819-0.872-1.522-1.516-2.087c-0.618-0.543-1.331-0.958-2.117-1.234 c-0.758-0.266-1.569-0.401-2.41-0.401c-0.835,0-1.642,0.135-2.401,0.401c-0.792,0.278-1.507,0.698-2.125,1.25 c-0.629,0.561-1.133,1.252-1.499,2.054c-0.369,0.809-0.556,1.731-0.556,2.739v1.78c-0.485-0.2-1.01-0.303-1.563-0.303 c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899c0,1.111,0.415,2.113,1.201,2.899 c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.188-0.188,0.352-0.39,0.497-0.602 c0.472,0.467,1.009,0.86,1.624,1.156c0.973,0.468,2.024,0.706,3.123,0.706c0.812,0,1.611-0.134,2.375-0.397 c0.794-0.274,1.51-0.682,2.128-1.215c0.653-0.562,1.17-1.271,1.537-2.108c0.358-0.816,0.54-1.729,0.54-2.713v-3.301 C32.086,18.925,31.906,18.009,31.55,17.203z"/> </g> <path fill="%23269FBF" d="M14.787,13.303l-4.717,14.238H7.463L2.766,13.303h3.623l2.393,7.959l2.363-7.959H14.787z"/> <path fill="%23269FBF" d="M19.463,25.5c0,0.58-0.205,1.074-0.615,1.484S17.943,27.6,17.364,27.6s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S19.463,24.921,19.463,25.5z"/> <path fill="%23269FBF" d="M30.086,23.225c0,0.709-0.124,1.346-0.371,1.909s-0.584,1.029-1.011,1.396s-0.918,0.648-1.475,0.84 s-1.131,0.288-1.724,0.288c-0.801,0-1.553-0.169-2.256-0.508s-1.267-0.841-1.689-1.509s-0.635-1.473-0.635-2.417v-3.301 c0-0.723,0.125-1.359,0.376-1.909s0.588-1.014,1.011-1.392s0.908-0.663,1.455-0.854s1.126-0.288,1.738-0.288 c0.618,0,1.201,0.096,1.748,0.288s1.033,0.475,1.46,0.85s0.762,0.838,1.006,1.392s0.366,1.191,0.366,1.914V23.225z M26.805,23.244 v-3.32c0-0.488-0.124-0.858-0.371-1.108s-0.557-0.376-0.928-0.376s-0.681,0.128-0.928,0.386s-0.371,0.624-0.371,1.099v3.32 c0,0.462,0.124,0.82,0.371,1.074s0.557,0.381,0.928,0.381s0.681-0.124,0.928-0.371S26.805,23.72,26.805,23.244z"/> </svg>');
}
.green.icon-view-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.green.icon-view-design{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%2321663c" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%2339b563" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%232f8c51" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%2339b563" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%2321663c" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%2339b563" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%232f8c51" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.green.icon-view-tailor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%232f8c51" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%2321663c" d="M21.642,14.489c-0.049-2.743,1.378-5.594,1.378-5.594H8.972c0,0,1.064,3.231,1.009,5.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.287,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23676767" cx="15.996" cy="8.895" rx="7.024" ry="2.83"/> <ellipse fill="%23333333" cx="15.996" cy="8.895" rx="5.689" ry="2.292"/> <ellipse transform="matrix(0.7719 -0.6358 0.6358 0.7719 0.0192 10.5321)" fill="%2339b563" cx="14.686" cy="5.239" rx="7.024" ry="2.83"/> </svg> ');
}
.green.icon-view-tailor.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%232f8c51" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%2321663c" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%2339b563" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> </svg>');
}
.green.icon-view-tailor-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%232f8c51" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%2321663c" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%2339b563" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> <path fill="%232f8c51" d="M4.52,14.587c0,0,2.135-2.558,5.783-2.558s6.08,2.558,6.08,2.558s2.058-2.558,5.83-2.558 s5.973,2.264,5.973,2.264s-1.117,4.829-9.382,5.198c-0.328,0.015-2.105,1.804-2.452,1.804c-0.393,0-2.214-1.791-2.583-1.809 C5.61,19.097,4.52,14.587,4.52,14.587z"/> <path fill="%23FFFFFF" d="M7.71,15.244c0,0,1.532-1.551,3.983-1.216s3.181,2.474,3.181,2.474s-1.649,0.755-3.793,0.377 C8.935,16.502,7.71,15.244,7.71,15.244z"/> <path fill="%23FFFFFF" d="M24.986,15.244c0,0-1.467-1.551-3.814-1.216s-3.046,2.474-3.046,2.474s1.579,0.755,3.633,0.377 C23.812,16.502,24.986,15.244,24.986,15.244z"/> </svg> ');
}
.green.icon-view-tailor-label{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%232f8c51" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%2321663c" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%2339b563" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> </svg>');
}
.green.icon-view-tailor-switch{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%23CCCCCC" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> <polygon fill="%23676767" points="11.559,17.064 12.155,14.359 19.845,14.359 20.515,17.064 "/> <polygon fill="%2321663c" points="17.629,14.788 17.831,16.54 10.577,9.761 12.981,8.092 "/> <polygon fill="%232f8c51" points="17.831,16.54 14.262,16.532 10.787,11.524 13.192,9.855 "/> <polygon fill="%2339b563" points="12.981,8.092 13.192,9.855 10.787,11.524 10.577,9.761 "/> </svg>');
}
.green.icon-view-tailor-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="16.146" cy="11.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.17,5.895H9.122c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.437,8.823,23.17,5.895,23.17,5.895z"/> <ellipse fill="%23CCCCCC" cx="16.146" cy="5.895" rx="7.024" ry="2.83"/> <g> <polygon fill="%23FFFFFF" points="17.557,11.303 14.787,11.303 11.145,11.303 9.652,11.303 9.228,12.734 8.77,14.276 8.304,12.727 7.876,11.303 6.389,11.303 2.766,11.303 0,11.303 0.867,13.93 5.564,28.168 6.017,29.541 7.463,29.541 10.071,29.541 11.515,29.541 11.969,28.17 16.686,13.932 "/> <path fill="%23FFFFFF" d="M31.55,17.203c-0.362-0.819-0.872-1.522-1.516-2.087c-0.618-0.543-1.331-0.958-2.117-1.234 c-0.758-0.266-1.569-0.401-2.41-0.401c-0.835,0-1.642,0.135-2.401,0.401c-0.792,0.278-1.507,0.698-2.125,1.25 c-0.629,0.561-1.133,1.252-1.499,2.054c-0.369,0.809-0.556,1.731-0.556,2.739v1.78c-0.485-0.2-1.01-0.303-1.563-0.303 c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899c0,1.111,0.415,2.113,1.201,2.899 c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.188-0.188,0.352-0.39,0.497-0.602 c0.472,0.467,1.009,0.86,1.624,1.156c0.973,0.468,2.024,0.706,3.123,0.706c0.812,0,1.611-0.134,2.375-0.397 c0.794-0.274,1.51-0.682,2.128-1.215c0.653-0.562,1.17-1.271,1.537-2.108c0.358-0.816,0.54-1.729,0.54-2.713v-3.301 C32.086,18.925,31.906,18.009,31.55,17.203z"/> </g> <path fill="%232f8c51" d="M14.787,13.303l-4.717,14.238H7.463L2.766,13.303h3.623l2.393,7.959l2.363-7.959H14.787z"/> <path fill="%232f8c51" d="M19.463,25.5c0,0.58-0.205,1.074-0.615,1.484S17.943,27.6,17.364,27.6s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S19.463,24.921,19.463,25.5z"/> <path fill="%232f8c51" d="M30.086,23.225c0,0.709-0.124,1.346-0.371,1.909s-0.584,1.029-1.011,1.396s-0.918,0.648-1.475,0.84 s-1.131,0.288-1.724,0.288c-0.801,0-1.553-0.169-2.256-0.508s-1.267-0.841-1.689-1.509s-0.635-1.473-0.635-2.417v-3.301 c0-0.723,0.125-1.359,0.376-1.909s0.588-1.014,1.011-1.392s0.908-0.663,1.455-0.854s1.126-0.288,1.738-0.288 c0.618,0,1.201,0.096,1.748,0.288s1.033,0.475,1.46,0.85s0.762,0.838,1.006,1.392s0.366,1.191,0.366,1.914V23.225z M26.805,23.244 v-3.32c0-0.488-0.124-0.858-0.371-1.108s-0.557-0.376-0.928-0.376s-0.681,0.128-0.928,0.386s-0.371,0.624-0.371,1.099v3.32 c0,0.462,0.124,0.82,0.371,1.074s0.557,0.381,0.928,0.381s0.681-0.124,0.928-0.371S26.805,23.72,26.805,23.244z"/> </svg>');
}
.lightGreen.icon-view-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.lightGreen.icon-view-design{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23009900" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%2300e500" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%2300b200" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%2300e500" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23009900" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%2300e500" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%2300b200" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.lightGreen.icon-view-tailor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%2300b200" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%23009900" d="M21.642,14.489c-0.049-2.743,1.378-5.594,1.378-5.594H8.972c0,0,1.064,3.231,1.009,5.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.287,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23676767" cx="15.996" cy="8.895" rx="7.024" ry="2.83"/> <ellipse fill="%23333333" cx="15.996" cy="8.895" rx="5.689" ry="2.292"/> <ellipse transform="matrix(0.7719 -0.6358 0.6358 0.7719 0.0192 10.5321)" fill="%2300e500" cx="14.686" cy="5.239" rx="7.024" ry="2.83"/> </svg> ');
}
.lightGreen.icon-view-tailor.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%2300b200" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%23009900" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%2300e500" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> </svg>');
}
.lightGreen.icon-view-tailor-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%2300b200" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23009900" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%2300e500" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> <path fill="%2300b200" d="M4.52,14.587c0,0,2.135-2.558,5.783-2.558s6.08,2.558,6.08,2.558s2.058-2.558,5.83-2.558 s5.973,2.264,5.973,2.264s-1.117,4.829-9.382,5.198c-0.328,0.015-2.105,1.804-2.452,1.804c-0.393,0-2.214-1.791-2.583-1.809 C5.61,19.097,4.52,14.587,4.52,14.587z"/> <path fill="%23FFFFFF" d="M7.71,15.244c0,0,1.532-1.551,3.983-1.216s3.181,2.474,3.181,2.474s-1.649,0.755-3.793,0.377 C8.935,16.502,7.71,15.244,7.71,15.244z"/> <path fill="%23FFFFFF" d="M24.986,15.244c0,0-1.467-1.551-3.814-1.216s-3.046,2.474-3.046,2.474s1.579,0.755,3.633,0.377 C23.812,16.502,24.986,15.244,24.986,15.244z"/> </svg> ');
}
.lightGreen.icon-view-tailor-label{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%2300b200" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23009900" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%2300e500" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> </svg>');
}
.lightGreen.icon-view-tailor-switch{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%23CCCCCC" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> <polygon fill="%23676767" points="11.559,17.064 12.155,14.359 19.845,14.359 20.515,17.064 "/> <polygon fill="%23009900" points="17.629,14.788 17.831,16.54 10.577,9.761 12.981,8.092 "/> <polygon fill="%2300b200" points="17.831,16.54 14.262,16.532 10.787,11.524 13.192,9.855 "/> <polygon fill="%2300e500" points="12.981,8.092 13.192,9.855 10.787,11.524 10.577,9.761 "/> </svg>');
}
.lightGreen.icon-view-tailor-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="16.146" cy="11.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.17,5.895H9.122c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.437,8.823,23.17,5.895,23.17,5.895z"/> <ellipse fill="%23CCCCCC" cx="16.146" cy="5.895" rx="7.024" ry="2.83"/> <g> <polygon fill="%23FFFFFF" points="17.557,11.303 14.787,11.303 11.145,11.303 9.652,11.303 9.228,12.734 8.77,14.276 8.304,12.727 7.876,11.303 6.389,11.303 2.766,11.303 0,11.303 0.867,13.93 5.564,28.168 6.017,29.541 7.463,29.541 10.071,29.541 11.515,29.541 11.969,28.17 16.686,13.932 "/> <path fill="%23FFFFFF" d="M31.55,17.203c-0.362-0.819-0.872-1.522-1.516-2.087c-0.618-0.543-1.331-0.958-2.117-1.234 c-0.758-0.266-1.569-0.401-2.41-0.401c-0.835,0-1.642,0.135-2.401,0.401c-0.792,0.278-1.507,0.698-2.125,1.25 c-0.629,0.561-1.133,1.252-1.499,2.054c-0.369,0.809-0.556,1.731-0.556,2.739v1.78c-0.485-0.2-1.01-0.303-1.563-0.303 c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899c0,1.111,0.415,2.113,1.201,2.899 c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.188-0.188,0.352-0.39,0.497-0.602 c0.472,0.467,1.009,0.86,1.624,1.156c0.973,0.468,2.024,0.706,3.123,0.706c0.812,0,1.611-0.134,2.375-0.397 c0.794-0.274,1.51-0.682,2.128-1.215c0.653-0.562,1.17-1.271,1.537-2.108c0.358-0.816,0.54-1.729,0.54-2.713v-3.301 C32.086,18.925,31.906,18.009,31.55,17.203z"/> </g> <path fill="%2300b200" d="M14.787,13.303l-4.717,14.238H7.463L2.766,13.303h3.623l2.393,7.959l2.363-7.959H14.787z"/> <path fill="%2300b200" d="M19.463,25.5c0,0.58-0.205,1.074-0.615,1.484S17.943,27.6,17.364,27.6s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S19.463,24.921,19.463,25.5z"/> <path fill="%2300b200" d="M30.086,23.225c0,0.709-0.124,1.346-0.371,1.909s-0.584,1.029-1.011,1.396s-0.918,0.648-1.475,0.84 s-1.131,0.288-1.724,0.288c-0.801,0-1.553-0.169-2.256-0.508s-1.267-0.841-1.689-1.509s-0.635-1.473-0.635-2.417v-3.301 c0-0.723,0.125-1.359,0.376-1.909s0.588-1.014,1.011-1.392s0.908-0.663,1.455-0.854s1.126-0.288,1.738-0.288 c0.618,0,1.201,0.096,1.748,0.288s1.033,0.475,1.46,0.85s0.762,0.838,1.006,1.392s0.366,1.191,0.366,1.914V23.225z M26.805,23.244 v-3.32c0-0.488-0.124-0.858-0.371-1.108s-0.557-0.376-0.928-0.376s-0.681,0.128-0.928,0.386s-0.371,0.624-0.371,1.099v3.32 c0,0.462,0.124,0.82,0.371,1.074s0.557,0.381,0.928,0.381s0.681-0.124,0.928-0.371S26.805,23.72,26.805,23.244z"/> </svg>');
}
.yellow.icon-view-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.yellow.icon-view-design{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23a58d00" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%23f9e100" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23ccaa00" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%23f9e100" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23a58d00" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%23f9e100" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23ccaa00" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.yellow.icon-view-tailor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%23ccaa00" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%23a58d00" d="M21.642,14.489c-0.049-2.743,1.378-5.594,1.378-5.594H8.972c0,0,1.064,3.231,1.009,5.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.287,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23676767" cx="15.996" cy="8.895" rx="7.024" ry="2.83"/> <ellipse fill="%23333333" cx="15.996" cy="8.895" rx="5.689" ry="2.292"/> <ellipse transform="matrix(0.7719 -0.6358 0.6358 0.7719 0.0192 10.5321)" fill="%23f9e100" cx="14.686" cy="5.239" rx="7.024" ry="2.83"/> </svg> ');
}
.yellow.icon-view-tailor.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%23ccaa00" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%23a58d00" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23f9e100" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> </svg>');
}
.yellow.icon-view-tailor-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23ccaa00" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23a58d00" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23f9e100" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> <path fill="%23ccaa00" d="M4.52,14.587c0,0,2.135-2.558,5.783-2.558s6.08,2.558,6.08,2.558s2.058-2.558,5.83-2.558 s5.973,2.264,5.973,2.264s-1.117,4.829-9.382,5.198c-0.328,0.015-2.105,1.804-2.452,1.804c-0.393,0-2.214-1.791-2.583-1.809 C5.61,19.097,4.52,14.587,4.52,14.587z"/> <path fill="%23FFFFFF" d="M7.71,15.244c0,0,1.532-1.551,3.983-1.216s3.181,2.474,3.181,2.474s-1.649,0.755-3.793,0.377 C8.935,16.502,7.71,15.244,7.71,15.244z"/> <path fill="%23FFFFFF" d="M24.986,15.244c0,0-1.467-1.551-3.814-1.216s-3.046,2.474-3.046,2.474s1.579,0.755,3.633,0.377 C23.812,16.502,24.986,15.244,24.986,15.244z"/> </svg> ');
}
.yellow.icon-view-tailor-label{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23ccaa00" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23a58d00" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%23f9e100" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> </svg>');
}
.yellow.icon-view-tailor-switch{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%23CCCCCC" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> <polygon fill="%23676767" points="11.559,17.064 12.155,14.359 19.845,14.359 20.515,17.064 "/> <polygon fill="%23a58d00" points="17.629,14.788 17.831,16.54 10.577,9.761 12.981,8.092 "/> <polygon fill="%23ccaa00" points="17.831,16.54 14.262,16.532 10.787,11.524 13.192,9.855 "/> <polygon fill="%23f9e100" points="12.981,8.092 13.192,9.855 10.787,11.524 10.577,9.761 "/> </svg>');
}
.yellow.icon-view-tailor-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="16.146" cy="11.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.17,5.895H9.122c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.437,8.823,23.17,5.895,23.17,5.895z"/> <ellipse fill="%23CCCCCC" cx="16.146" cy="5.895" rx="7.024" ry="2.83"/> <g> <polygon fill="%23FFFFFF" points="17.557,11.303 14.787,11.303 11.145,11.303 9.652,11.303 9.228,12.734 8.77,14.276 8.304,12.727 7.876,11.303 6.389,11.303 2.766,11.303 0,11.303 0.867,13.93 5.564,28.168 6.017,29.541 7.463,29.541 10.071,29.541 11.515,29.541 11.969,28.17 16.686,13.932 "/> <path fill="%23FFFFFF" d="M31.55,17.203c-0.362-0.819-0.872-1.522-1.516-2.087c-0.618-0.543-1.331-0.958-2.117-1.234 c-0.758-0.266-1.569-0.401-2.41-0.401c-0.835,0-1.642,0.135-2.401,0.401c-0.792,0.278-1.507,0.698-2.125,1.25 c-0.629,0.561-1.133,1.252-1.499,2.054c-0.369,0.809-0.556,1.731-0.556,2.739v1.78c-0.485-0.2-1.01-0.303-1.563-0.303 c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899c0,1.111,0.415,2.113,1.201,2.899 c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.188-0.188,0.352-0.39,0.497-0.602 c0.472,0.467,1.009,0.86,1.624,1.156c0.973,0.468,2.024,0.706,3.123,0.706c0.812,0,1.611-0.134,2.375-0.397 c0.794-0.274,1.51-0.682,2.128-1.215c0.653-0.562,1.17-1.271,1.537-2.108c0.358-0.816,0.54-1.729,0.54-2.713v-3.301 C32.086,18.925,31.906,18.009,31.55,17.203z"/> </g> <path fill="%23ccaa00" d="M14.787,13.303l-4.717,14.238H7.463L2.766,13.303h3.623l2.393,7.959l2.363-7.959H14.787z"/> <path fill="%23ccaa00" d="M19.463,25.5c0,0.58-0.205,1.074-0.615,1.484S17.943,27.6,17.364,27.6s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S19.463,24.921,19.463,25.5z"/> <path fill="%23ccaa00" d="M30.086,23.225c0,0.709-0.124,1.346-0.371,1.909s-0.584,1.029-1.011,1.396s-0.918,0.648-1.475,0.84 s-1.131,0.288-1.724,0.288c-0.801,0-1.553-0.169-2.256-0.508s-1.267-0.841-1.689-1.509s-0.635-1.473-0.635-2.417v-3.301 c0-0.723,0.125-1.359,0.376-1.909s0.588-1.014,1.011-1.392s0.908-0.663,1.455-0.854s1.126-0.288,1.738-0.288 c0.618,0,1.201,0.096,1.748,0.288s1.033,0.475,1.46,0.85s0.762,0.838,1.006,1.392s0.366,1.191,0.366,1.914V23.225z M26.805,23.244 v-3.32c0-0.488-0.124-0.858-0.371-1.108s-0.557-0.376-0.928-0.376s-0.681,0.128-0.928,0.386s-0.371,0.624-0.371,1.099v3.32 c0,0.462,0.124,0.82,0.371,1.074s0.557,0.381,0.928,0.381s0.681-0.124,0.928-0.371S26.805,23.72,26.805,23.244z"/> </svg>');
}
.purple.icon-view-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.purple.icon-view-design{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23990099" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%23FF99FF" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23FF66FF" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%23FF99FF" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23990099" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%23FF99FF" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23FF66FF" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.purple.icon-view-tailor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%23FF66FF" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%23990099" d="M21.642,14.489c-0.049-2.743,1.378-5.594,1.378-5.594H8.972c0,0,1.064,3.231,1.009,5.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.287,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23676767" cx="15.996" cy="8.895" rx="7.024" ry="2.83"/> <ellipse fill="%23333333" cx="15.996" cy="8.895" rx="5.689" ry="2.292"/> <ellipse transform="matrix(0.7719 -0.6358 0.6358 0.7719 0.0192 10.5321)" fill="%23FF99FF" cx="14.686" cy="5.239" rx="7.024" ry="2.83"/> </svg> ');
}
.purple.icon-view-tailor.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%23FF66FF" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%23990099" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23FF99FF" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> </svg>');
}
.purple.icon-view-tailor-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23FF66FF" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23990099" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23FF99FF" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> <path fill="%23FF66FF" d="M4.52,14.587c0,0,2.135-2.558,5.783-2.558s6.08,2.558,6.08,2.558s2.058-2.558,5.83-2.558 s5.973,2.264,5.973,2.264s-1.117,4.829-9.382,5.198c-0.328,0.015-2.105,1.804-2.452,1.804c-0.393,0-2.214-1.791-2.583-1.809 C5.61,19.097,4.52,14.587,4.52,14.587z"/> <path fill="%23FFFFFF" d="M7.71,15.244c0,0,1.532-1.551,3.983-1.216s3.181,2.474,3.181,2.474s-1.649,0.755-3.793,0.377 C8.935,16.502,7.71,15.244,7.71,15.244z"/> <path fill="%23FFFFFF" d="M24.986,15.244c0,0-1.467-1.551-3.814-1.216s-3.046,2.474-3.046,2.474s1.579,0.755,3.633,0.377 C23.812,16.502,24.986,15.244,24.986,15.244z"/> </svg> ');
}
.purple.icon-view-tailor-label{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23FF66FF" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23990099" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%23FF99FF" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> </svg>');
}
.purple.icon-view-tailor-switch{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%23CCCCCC" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> <polygon fill="%23676767" points="11.559,17.064 12.155,14.359 19.845,14.359 20.515,17.064 "/> <polygon fill="%23990099" points="17.629,14.788 17.831,16.54 10.577,9.761 12.981,8.092 "/> <polygon fill="%23FF66FF" points="17.831,16.54 14.262,16.532 10.787,11.524 13.192,9.855 "/> <polygon fill="%23FF99FF" points="12.981,8.092 13.192,9.855 10.787,11.524 10.577,9.761 "/> </svg>');
}
.purple.icon-view-tailor-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="16.146" cy="11.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.17,5.895H9.122c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.437,8.823,23.17,5.895,23.17,5.895z"/> <ellipse fill="%23CCCCCC" cx="16.146" cy="5.895" rx="7.024" ry="2.83"/> <g> <polygon fill="%23FFFFFF" points="17.557,11.303 14.787,11.303 11.145,11.303 9.652,11.303 9.228,12.734 8.77,14.276 8.304,12.727 7.876,11.303 6.389,11.303 2.766,11.303 0,11.303 0.867,13.93 5.564,28.168 6.017,29.541 7.463,29.541 10.071,29.541 11.515,29.541 11.969,28.17 16.686,13.932 "/> <path fill="%23FFFFFF" d="M31.55,17.203c-0.362-0.819-0.872-1.522-1.516-2.087c-0.618-0.543-1.331-0.958-2.117-1.234 c-0.758-0.266-1.569-0.401-2.41-0.401c-0.835,0-1.642,0.135-2.401,0.401c-0.792,0.278-1.507,0.698-2.125,1.25 c-0.629,0.561-1.133,1.252-1.499,2.054c-0.369,0.809-0.556,1.731-0.556,2.739v1.78c-0.485-0.2-1.01-0.303-1.563-0.303 c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899c0,1.111,0.415,2.113,1.201,2.899 c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.188-0.188,0.352-0.39,0.497-0.602 c0.472,0.467,1.009,0.86,1.624,1.156c0.973,0.468,2.024,0.706,3.123,0.706c0.812,0,1.611-0.134,2.375-0.397 c0.794-0.274,1.51-0.682,2.128-1.215c0.653-0.562,1.17-1.271,1.537-2.108c0.358-0.816,0.54-1.729,0.54-2.713v-3.301 C32.086,18.925,31.906,18.009,31.55,17.203z"/> </g> <path fill="%23FF66FF" d="M14.787,13.303l-4.717,14.238H7.463L2.766,13.303h3.623l2.393,7.959l2.363-7.959H14.787z"/> <path fill="%23FF66FF" d="M19.463,25.5c0,0.58-0.205,1.074-0.615,1.484S17.943,27.6,17.364,27.6s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S19.463,24.921,19.463,25.5z"/> <path fill="%23FF66FF" d="M30.086,23.225c0,0.709-0.124,1.346-0.371,1.909s-0.584,1.029-1.011,1.396s-0.918,0.648-1.475,0.84 s-1.131,0.288-1.724,0.288c-0.801,0-1.553-0.169-2.256-0.508s-1.267-0.841-1.689-1.509s-0.635-1.473-0.635-2.417v-3.301 c0-0.723,0.125-1.359,0.376-1.909s0.588-1.014,1.011-1.392s0.908-0.663,1.455-0.854s1.126-0.288,1.738-0.288 c0.618,0,1.201,0.096,1.748,0.288s1.033,0.475,1.46,0.85s0.762,0.838,1.006,1.392s0.366,1.191,0.366,1.914V23.225z M26.805,23.244 v-3.32c0-0.488-0.124-0.858-0.371-1.108s-0.557-0.376-0.928-0.376s-0.681,0.128-0.928,0.386s-0.371,0.624-0.371,1.099v3.32 c0,0.462,0.124,0.82,0.371,1.074s0.557,0.381,0.928,0.381s0.681-0.124,0.928-0.371S26.805,23.72,26.805,23.244z"/> </svg>');
}
.grey.icon-view-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.grey.icon-view-design{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23676767" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%23CCCCCC" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23999999" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%23CCCCCC" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23676767" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%23CCCCCC" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23999999" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.grey.icon-view-tailor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%23999999" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%23676767" d="M21.642,14.489c-0.049-2.743,1.378-5.594,1.378-5.594H8.972c0,0,1.064,3.231,1.009,5.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.287,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23676767" cx="15.996" cy="8.895" rx="7.024" ry="2.83"/> <ellipse fill="%23333333" cx="15.996" cy="8.895" rx="5.689" ry="2.292"/> <ellipse transform="matrix(0.7719 -0.6358 0.6358 0.7719 0.0192 10.5321)" fill="%23CCCCCC" cx="14.686" cy="5.239" rx="7.024" ry="2.83"/> </svg> ');
}
.grey.icon-view-tailor.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%23999999" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%23676767" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23CCCCCC" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> </svg>');
}
.grey.icon-view-tailor-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23CCCCCC" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> <path fill="%23999999" d="M4.52,14.587c0,0,2.135-2.558,5.783-2.558s6.08,2.558,6.08,2.558s2.058-2.558,5.83-2.558 s5.973,2.264,5.973,2.264s-1.117,4.829-9.382,5.198c-0.328,0.015-2.105,1.804-2.452,1.804c-0.393,0-2.214-1.791-2.583-1.809 C5.61,19.097,4.52,14.587,4.52,14.587z"/> <path fill="%23FFFFFF" d="M7.71,15.244c0,0,1.532-1.551,3.983-1.216s3.181,2.474,3.181,2.474s-1.649,0.755-3.793,0.377 C8.935,16.502,7.71,15.244,7.71,15.244z"/> <path fill="%23FFFFFF" d="M24.986,15.244c0,0-1.467-1.551-3.814-1.216s-3.046,2.474-3.046,2.474s1.579,0.755,3.633,0.377 C23.812,16.502,24.986,15.244,24.986,15.244z"/> </svg> ');
}
.grey.icon-view-tailor-label{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%23CCCCCC" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> </svg>');
}
.grey.icon-view-tailor-switch{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%23CCCCCC" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> <polygon fill="%23676767" points="11.559,17.064 12.155,14.359 19.845,14.359 20.515,17.064 "/> <polygon fill="%23676767" points="17.629,14.788 17.831,16.54 10.577,9.761 12.981,8.092 "/> <polygon fill="%23999999" points="17.831,16.54 14.262,16.532 10.787,11.524 13.192,9.855 "/> <polygon fill="%23CCCCCC" points="12.981,8.092 13.192,9.855 10.787,11.524 10.577,9.761 "/> </svg>');
}
.grey.icon-view-tailor-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="16.146" cy="11.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.17,5.895H9.122c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.437,8.823,23.17,5.895,23.17,5.895z"/> <ellipse fill="%23CCCCCC" cx="16.146" cy="5.895" rx="7.024" ry="2.83"/> <g> <polygon fill="%23FFFFFF" points="17.557,11.303 14.787,11.303 11.145,11.303 9.652,11.303 9.228,12.734 8.77,14.276 8.304,12.727 7.876,11.303 6.389,11.303 2.766,11.303 0,11.303 0.867,13.93 5.564,28.168 6.017,29.541 7.463,29.541 10.071,29.541 11.515,29.541 11.969,28.17 16.686,13.932 "/> <path fill="%23FFFFFF" d="M31.55,17.203c-0.362-0.819-0.872-1.522-1.516-2.087c-0.618-0.543-1.331-0.958-2.117-1.234 c-0.758-0.266-1.569-0.401-2.41-0.401c-0.835,0-1.642,0.135-2.401,0.401c-0.792,0.278-1.507,0.698-2.125,1.25 c-0.629,0.561-1.133,1.252-1.499,2.054c-0.369,0.809-0.556,1.731-0.556,2.739v1.78c-0.485-0.2-1.01-0.303-1.563-0.303 c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899c0,1.111,0.415,2.113,1.201,2.899 c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.188-0.188,0.352-0.39,0.497-0.602 c0.472,0.467,1.009,0.86,1.624,1.156c0.973,0.468,2.024,0.706,3.123,0.706c0.812,0,1.611-0.134,2.375-0.397 c0.794-0.274,1.51-0.682,2.128-1.215c0.653-0.562,1.17-1.271,1.537-2.108c0.358-0.816,0.54-1.729,0.54-2.713v-3.301 C32.086,18.925,31.906,18.009,31.55,17.203z"/> </g> <path fill="%23999999" d="M14.787,13.303l-4.717,14.238H7.463L2.766,13.303h3.623l2.393,7.959l2.363-7.959H14.787z"/> <path fill="%23999999" d="M19.463,25.5c0,0.58-0.205,1.074-0.615,1.484S17.943,27.6,17.364,27.6s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S19.463,24.921,19.463,25.5z"/> <path fill="%23999999" d="M30.086,23.225c0,0.709-0.124,1.346-0.371,1.909s-0.584,1.029-1.011,1.396s-0.918,0.648-1.475,0.84 s-1.131,0.288-1.724,0.288c-0.801,0-1.553-0.169-2.256-0.508s-1.267-0.841-1.689-1.509s-0.635-1.473-0.635-2.417v-3.301 c0-0.723,0.125-1.359,0.376-1.909s0.588-1.014,1.011-1.392s0.908-0.663,1.455-0.854s1.126-0.288,1.738-0.288 c0.618,0,1.201,0.096,1.748,0.288s1.033,0.475,1.46,0.85s0.762,0.838,1.006,1.392s0.366,1.191,0.366,1.914V23.225z M26.805,23.244 v-3.32c0-0.488-0.124-0.858-0.371-1.108s-0.557-0.376-0.928-0.376s-0.681,0.128-0.928,0.386s-0.371,0.624-0.371,1.099v3.32 c0,0.462,0.124,0.82,0.371,1.074s0.557,0.381,0.928,0.381s0.681-0.124,0.928-0.371S26.805,23.72,26.805,23.244z"/> </svg>');
}
.orange.icon-view-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.orange.icon-view-design{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23a56600" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%23ffbc00" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23d88500" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%23ffbc00" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23a56600" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%23ffbc00" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23d88500" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.orange.icon-view-tailor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%23d88500" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%23a56600" d="M21.642,14.489c-0.049-2.743,1.378-5.594,1.378-5.594H8.972c0,0,1.064,3.231,1.009,5.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.287,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23676767" cx="15.996" cy="8.895" rx="7.024" ry="2.83"/> <ellipse fill="%23333333" cx="15.996" cy="8.895" rx="5.689" ry="2.292"/> <ellipse transform="matrix(0.7719 -0.6358 0.6358 0.7719 0.0192 10.5321)" fill="%23ffbc00" cx="14.686" cy="5.239" rx="7.024" ry="2.83"/> </svg> ');
}
.orange.icon-view-tailor.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%23d88500" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%23a56600" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23ffbc00" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> </svg>');
}
.orange.icon-view-tailor-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23d88500" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23a56600" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23ffbc00" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> <path fill="%23d88500" d="M4.52,14.587c0,0,2.135-2.558,5.783-2.558s6.08,2.558,6.08,2.558s2.058-2.558,5.83-2.558 s5.973,2.264,5.973,2.264s-1.117,4.829-9.382,5.198c-0.328,0.015-2.105,1.804-2.452,1.804c-0.393,0-2.214-1.791-2.583-1.809 C5.61,19.097,4.52,14.587,4.52,14.587z"/> <path fill="%23FFFFFF" d="M7.71,15.244c0,0,1.532-1.551,3.983-1.216s3.181,2.474,3.181,2.474s-1.649,0.755-3.793,0.377 C8.935,16.502,7.71,15.244,7.71,15.244z"/> <path fill="%23FFFFFF" d="M24.986,15.244c0,0-1.467-1.551-3.814-1.216s-3.046,2.474-3.046,2.474s1.579,0.755,3.633,0.377 C23.812,16.502,24.986,15.244,24.986,15.244z"/> </svg> ');
}
.orange.icon-view-tailor-label{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23d88500" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23a56600" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%23ffbc00" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> </svg>');
}
.orange.icon-view-tailor-switch{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%23CCCCCC" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> <polygon fill="%23676767" points="11.559,17.064 12.155,14.359 19.845,14.359 20.515,17.064 "/> <polygon fill="%23a56600" points="17.629,14.788 17.831,16.54 10.577,9.761 12.981,8.092 "/> <polygon fill="%23d88500" points="17.831,16.54 14.262,16.532 10.787,11.524 13.192,9.855 "/> <polygon fill="%23ffbc00" points="12.981,8.092 13.192,9.855 10.787,11.524 10.577,9.761 "/> </svg>');
}
.orange.icon-view-tailor-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="16.146" cy="11.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.17,5.895H9.122c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.437,8.823,23.17,5.895,23.17,5.895z"/> <ellipse fill="%23CCCCCC" cx="16.146" cy="5.895" rx="7.024" ry="2.83"/> <g> <polygon fill="%23FFFFFF" points="17.557,11.303 14.787,11.303 11.145,11.303 9.652,11.303 9.228,12.734 8.77,14.276 8.304,12.727 7.876,11.303 6.389,11.303 2.766,11.303 0,11.303 0.867,13.93 5.564,28.168 6.017,29.541 7.463,29.541 10.071,29.541 11.515,29.541 11.969,28.17 16.686,13.932 "/> <path fill="%23FFFFFF" d="M31.55,17.203c-0.362-0.819-0.872-1.522-1.516-2.087c-0.618-0.543-1.331-0.958-2.117-1.234 c-0.758-0.266-1.569-0.401-2.41-0.401c-0.835,0-1.642,0.135-2.401,0.401c-0.792,0.278-1.507,0.698-2.125,1.25 c-0.629,0.561-1.133,1.252-1.499,2.054c-0.369,0.809-0.556,1.731-0.556,2.739v1.78c-0.485-0.2-1.01-0.303-1.563-0.303 c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899c0,1.111,0.415,2.113,1.201,2.899 c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.188-0.188,0.352-0.39,0.497-0.602 c0.472,0.467,1.009,0.86,1.624,1.156c0.973,0.468,2.024,0.706,3.123,0.706c0.812,0,1.611-0.134,2.375-0.397 c0.794-0.274,1.51-0.682,2.128-1.215c0.653-0.562,1.17-1.271,1.537-2.108c0.358-0.816,0.54-1.729,0.54-2.713v-3.301 C32.086,18.925,31.906,18.009,31.55,17.203z"/> </g> <path fill="%23d88500" d="M14.787,13.303l-4.717,14.238H7.463L2.766,13.303h3.623l2.393,7.959l2.363-7.959H14.787z"/> <path fill="%23d88500" d="M19.463,25.5c0,0.58-0.205,1.074-0.615,1.484S17.943,27.6,17.364,27.6s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S19.463,24.921,19.463,25.5z"/> <path fill="%23d88500" d="M30.086,23.225c0,0.709-0.124,1.346-0.371,1.909s-0.584,1.029-1.011,1.396s-0.918,0.648-1.475,0.84 s-1.131,0.288-1.724,0.288c-0.801,0-1.553-0.169-2.256-0.508s-1.267-0.841-1.689-1.509s-0.635-1.473-0.635-2.417v-3.301 c0-0.723,0.125-1.359,0.376-1.909s0.588-1.014,1.011-1.392s0.908-0.663,1.455-0.854s1.126-0.288,1.738-0.288 c0.618,0,1.201,0.096,1.748,0.288s1.033,0.475,1.46,0.85s0.762,0.838,1.006,1.392s0.366,1.191,0.366,1.914V23.225z M26.805,23.244 v-3.32c0-0.488-0.124-0.858-0.371-1.108s-0.557-0.376-0.928-0.376s-0.681,0.128-0.928,0.386s-0.371,0.624-0.371,1.099v3.32 c0,0.462,0.124,0.82,0.371,1.074s0.557,0.381,0.928,0.381s0.681-0.124,0.928-0.371S26.805,23.72,26.805,23.244z"/> </svg>');
}
.red.icon-view-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.red.icon-view-design{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23990000" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%23FF0000" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23CC0000" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%23FF0000" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23990000" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%23FF0000" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23CC0000" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.red.icon-view-tailor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%23CC0000" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%23990000" d="M21.642,14.489c-0.049-2.743,1.378-5.594,1.378-5.594H8.972c0,0,1.064,3.231,1.009,5.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.287,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23676767" cx="15.996" cy="8.895" rx="7.024" ry="2.83"/> <ellipse fill="%23333333" cx="15.996" cy="8.895" rx="5.689" ry="2.292"/> <ellipse transform="matrix(0.7719 -0.6358 0.6358 0.7719 0.0192 10.5321)" fill="%23FF0000" cx="14.686" cy="5.239" rx="7.024" ry="2.83"/> </svg> ');
}
.red.icon-view-tailor.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <ellipse fill="%23CC0000" cx="15.996" cy="21.773" rx="11" ry="5.291"/> <path fill="%23990000" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23FF0000" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> </svg>');
}
.red.icon-view-tailor-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23CC0000" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23990000" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.286,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%23FF0000" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> <path fill="%23CC0000" d="M4.52,14.587c0,0,2.135-2.558,5.783-2.558s6.08,2.558,6.08,2.558s2.058-2.558,5.83-2.558 s5.973,2.264,5.973,2.264s-1.117,4.829-9.382,5.198c-0.328,0.015-2.105,1.804-2.452,1.804c-0.393,0-2.214-1.791-2.583-1.809 C5.61,19.097,4.52,14.587,4.52,14.587z"/> <path fill="%23FFFFFF" d="M7.71,15.244c0,0,1.532-1.551,3.983-1.216s3.181,2.474,3.181,2.474s-1.649,0.755-3.793,0.377 C8.935,16.502,7.71,15.244,7.71,15.244z"/> <path fill="%23FFFFFF" d="M24.986,15.244c0,0-1.467-1.551-3.814-1.216s-3.046,2.474-3.046,2.474s1.579,0.755,3.633,0.377 C23.812,16.502,24.986,15.244,24.986,15.244z"/> </svg> ');
}
.red.icon-view-tailor-label{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23CC0000" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23990000" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%23FF0000" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> </svg>');
}
.red.icon-view-tailor-switch{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.019,15.895H8.972c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.287,18.823,23.019,15.895,23.019,15.895z"/> <ellipse fill="%23CCCCCC" cx="15.996" cy="15.895" rx="7.024" ry="2.83"/> <polygon fill="%23676767" points="11.559,17.064 12.155,14.359 19.845,14.359 20.515,17.064 "/> <polygon fill="%23990000" points="17.629,14.788 17.831,16.54 10.577,9.761 12.981,8.092 "/> <polygon fill="%23CC0000" points="17.831,16.54 14.262,16.532 10.787,11.524 13.192,9.855 "/> <polygon fill="%23FF0000" points="12.981,8.092 13.192,9.855 10.787,11.524 10.577,9.761 "/> </svg>');
}
.red.icon-view-tailor-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <ellipse fill="%23999999" cx="16.146" cy="11.773" rx="11" ry="5.291"/> </g> <path fill="%23676767" d="M23.17,5.895H9.122c0,0,0.407,3.26,0.139,4.542c-0.09,0.209-0.139,0.425-0.139,0.646 c0,1.805,3.145,3.268,7.024,3.268c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999 C22.437,8.823,23.17,5.895,23.17,5.895z"/> <ellipse fill="%23CCCCCC" cx="16.146" cy="5.895" rx="7.024" ry="2.83"/> <g> <polygon fill="%23FFFFFF" points="17.557,11.303 14.787,11.303 11.145,11.303 9.652,11.303 9.228,12.734 8.77,14.276 8.304,12.727 7.876,11.303 6.389,11.303 2.766,11.303 0,11.303 0.867,13.93 5.564,28.168 6.017,29.541 7.463,29.541 10.071,29.541 11.515,29.541 11.969,28.17 16.686,13.932 "/> <path fill="%23FFFFFF" d="M31.55,17.203c-0.362-0.819-0.872-1.522-1.516-2.087c-0.618-0.543-1.331-0.958-2.117-1.234 c-0.758-0.266-1.569-0.401-2.41-0.401c-0.835,0-1.642,0.135-2.401,0.401c-0.792,0.278-1.507,0.698-2.125,1.25 c-0.629,0.561-1.133,1.252-1.499,2.054c-0.369,0.809-0.556,1.731-0.556,2.739v1.78c-0.485-0.2-1.01-0.303-1.563-0.303 c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899c0,1.111,0.415,2.113,1.201,2.899 c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.188-0.188,0.352-0.39,0.497-0.602 c0.472,0.467,1.009,0.86,1.624,1.156c0.973,0.468,2.024,0.706,3.123,0.706c0.812,0,1.611-0.134,2.375-0.397 c0.794-0.274,1.51-0.682,2.128-1.215c0.653-0.562,1.17-1.271,1.537-2.108c0.358-0.816,0.54-1.729,0.54-2.713v-3.301 C32.086,18.925,31.906,18.009,31.55,17.203z"/> </g> <path fill="%23CC0000" d="M14.787,13.303l-4.717,14.238H7.463L2.766,13.303h3.623l2.393,7.959l2.363-7.959H14.787z"/> <path fill="%23CC0000" d="M19.463,25.5c0,0.58-0.205,1.074-0.615,1.484S17.943,27.6,17.364,27.6s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S19.463,24.921,19.463,25.5z"/> <path fill="%23CC0000" d="M30.086,23.225c0,0.709-0.124,1.346-0.371,1.909s-0.584,1.029-1.011,1.396s-0.918,0.648-1.475,0.84 s-1.131,0.288-1.724,0.288c-0.801,0-1.553-0.169-2.256-0.508s-1.267-0.841-1.689-1.509s-0.635-1.473-0.635-2.417v-3.301 c0-0.723,0.125-1.359,0.376-1.909s0.588-1.014,1.011-1.392s0.908-0.663,1.455-0.854s1.126-0.288,1.738-0.288 c0.618,0,1.201,0.096,1.748,0.288s1.033,0.475,1.46,0.85s0.762,0.838,1.006,1.392s0.366,1.191,0.366,1.914V23.225z M26.805,23.244 v-3.32c0-0.488-0.124-0.858-0.371-1.108s-0.557-0.376-0.928-0.376s-0.681,0.128-0.928,0.386s-0.371,0.624-0.371,1.099v3.32 c0,0.462,0.124,0.82,0.371,1.074s0.557,0.381,0.928,0.381s0.681-0.124,0.928-0.371S26.805,23.72,26.805,23.244z"/> </svg>');
}


.blue.icon-ext-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230099FF" d="M13.753,19.841c-0.104,0.02-0.21,0.035-0.319,0.045c-0.499,0.047-1.012-0.009-1.538-0.168 c-0.49-0.146-0.954-0.367-1.39-0.661c-0.389-0.258-0.594-0.392-0.616-0.403c-0.247-0.127-0.498-0.156-0.751-0.087 c-0.143,0.039-0.255,0.105-0.335,0.197c-0.026,0.032-0.048,0.066-0.068,0.103L6.519,21.96c0.081-0.104,0.196-0.177,0.345-0.219 c0.258-0.073,0.521-0.041,0.79,0.097c0.037,0.015,0.249,0.154,0.639,0.416c0.158,0.108,0.32,0.206,0.484,0.293 c0.312,0.17,0.636,0.307,0.971,0.41c0.553,0.17,1.089,0.233,1.609,0.19c0.062-0.004,0.124-0.011,0.184-0.019 c0.401-0.047,0.764-0.162,1.087-0.345c0.411-0.226,0.725-0.539,0.942-0.938c0.194-0.357,0.29-0.757,0.29-1.2 C13.86,20.379,13.824,20.111,13.753,19.841"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3123" y1="3.3676" x2="24.1834" y2="14.2388"> <stop offset="0.2965" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.807,6.431c0.768,0.636,1.309,1.405,1.625,2.306c0.334,0.974,0.299,1.871-0.106,2.69 c-0.016,0.035-0.033,0.069-0.052,0.103c-0.088,0.174-0.199,0.343-0.332,0.506c-0.015,0.018-0.03,0.036-0.045,0.055 c-0.005,0.008-0.012,0.016-0.019,0.023c-0.118,0.159-0.188,0.315-0.21,0.468c-0.028,0.232,0.025,0.461,0.158,0.687 c0.114,0.2,0.274,0.369,0.481,0.506c0.174,0.11,0.405,0.194,0.693,0.252l4.47,0.877l0.032,0.016l1.738-3.222 c-0.015-0.026-0.071-0.039-0.168-0.039l-4.083-0.761c-0.299-0.056-0.522-0.129-0.671-0.219c-0.204-0.12-0.368-0.278-0.49-0.474 c-0.131-0.215-0.186-0.436-0.164-0.664c0.01-0.124,0.047-0.244,0.113-0.361c0.021-0.034,0.043-0.069,0.068-0.103 c0.009-0.012,0.019-0.025,0.029-0.039c0.011-0.013,0.023-0.027,0.035-0.042c0.12-0.146,0.231-0.309,0.332-0.487 c0.452-0.821,0.522-1.719,0.213-2.693c-0.273-0.879-0.782-1.633-1.525-2.261c-0.757-0.636-1.617-1.018-2.58-1.145 c-1.064-0.142-1.973,0.085-2.725,0.68c-0.134,0.106-0.257,0.217-0.368,0.335c-0.093,0.1-0.178,0.205-0.255,0.313l-1.967,2.38 c0.077-0.072,0.159-0.142,0.245-0.21c0.364-0.285,0.763-0.487,1.197-0.606c0.502-0.138,1.05-0.165,1.645-0.081 C15.116,5.37,16.012,5.773,16.807,6.431"/> <path fill="%230099FF" d="M5.684,11.424c0.005-0.002,0.014-0.003,0.029-0.003l0.045,0.016l3.706,0.726 c0.411,0.075,0.642,0.115,0.693,0.119c0.28,0.011,0.508-0.063,0.687-0.223c0.178-0.161,0.266-0.371,0.261-0.629 c-0.011-0.228-0.085-0.447-0.223-0.658c-0.402-0.608-0.645-1.238-0.729-1.89L8.177,8.515c-0.015,0-0.024,0.001-0.029,0.003 C8.146,8.52,8.145,8.521,8.145,8.521L5.684,11.424z"/> <path fill="%230044B2" d="M25.247,11.714c0-0.006-0.002-0.011-0.006-0.016l-1.738,3.222l0.006,0.006l-0.758,14.681 c-0.001,0.003-0.002,0.005-0.003,0.006l1.603-3.564c0.006-0.003,0.01-0.01,0.013-0.019L25.247,11.714z"/> <path fill="%23003399" d="M18.433,8.737c-0.316-0.901-0.858-1.67-1.625-2.306c-0.796-0.658-1.691-1.061-2.686-1.209 c-0.595-0.084-1.143-0.057-1.645,0.081c-0.434,0.119-0.833,0.321-1.197,0.606c-0.086,0.068-0.168,0.138-0.245,0.21 c-0.582,0.558-0.885,1.268-0.909,2.129c-0.006,0.214,0.003,0.426,0.029,0.635c0.084,0.652,0.327,1.282,0.729,1.89 c0.138,0.211,0.212,0.43,0.223,0.658c0.004,0.258-0.083,0.468-0.261,0.629c-0.178,0.159-0.407,0.233-0.687,0.223 c-0.052-0.004-0.283-0.044-0.693-0.119l-3.706-0.726L5.713,11.42c-0.015,0-0.024,0.001-0.029,0.003 c-0.002,0.002-0.003,0.004-0.003,0.006l0.213,3.267c0.015,0.348,0.033,0.572,0.055,0.671c0.047,0.243,0.147,0.452,0.3,0.626 c0.159,0.189,0.357,0.333,0.593,0.432c0.252,0.105,0.493,0.132,0.726,0.081c0.062-0.015,0.16-0.046,0.293-0.094 c0.131-0.049,0.231-0.082,0.3-0.097c0.2-0.041,0.42-0.067,0.661-0.077c0.497-0.017,1,0.056,1.509,0.219 c0.479,0.153,0.932,0.374,1.358,0.664c0.432,0.284,0.814,0.62,1.145,1.009c0.348,0.411,0.612,0.848,0.79,1.313 c0.052,0.133,0.095,0.265,0.129,0.397c0.071,0.27,0.106,0.538,0.106,0.803c0,0.443-0.097,0.843-0.29,1.2 c-0.217,0.4-0.531,0.713-0.942,0.938c-0.323,0.183-0.686,0.298-1.087,0.345c-0.06,0.009-0.122,0.015-0.184,0.019 c-0.52,0.043-1.057-0.02-1.609-0.19c-0.335-0.103-0.658-0.239-0.971-0.41c-0.164-0.088-0.325-0.186-0.484-0.293 c-0.389-0.262-0.602-0.401-0.639-0.416c-0.269-0.138-0.532-0.17-0.79-0.097C6.715,21.783,6.6,21.856,6.519,21.96 c-0.041,0.053-0.073,0.115-0.097,0.184c-0.032,0.095-0.045,0.202-0.039,0.323c0,0.069,0.008,0.174,0.023,0.316l0.181,2.867 c0.006,0.017,0.01,0.041,0.01,0.071c0,0.009,0.002,0.017,0.006,0.023c0.007,0.013,0.021,0.022,0.042,0.026l16.029,3.838 c0.011,0.004,0.027,0.012,0.048,0.023c0.011,0.005,0.019,0.002,0.023-0.01c0.002,0,0.003-0.001,0.003-0.003v-0.003 c0.002-0.002,0.003-0.004,0.003-0.006l0.758-14.681l-0.006-0.006l-0.032-0.016L19,14.026c-0.288-0.058-0.519-0.142-0.693-0.252 c-0.206-0.138-0.367-0.306-0.481-0.506c-0.133-0.226-0.186-0.455-0.158-0.687c0.022-0.153,0.092-0.309,0.21-0.468 c0.007-0.007,0.014-0.014,0.019-0.023l0.429-0.664C18.732,10.608,18.767,9.711,18.433,8.737z"/> </svg>');
}
.blue.icon-ext-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%230099FF" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%230099FF" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%230099FF" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%23003399" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.lightBlue.icon-ext-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2333CCFF" d="M13.753,19.841c-0.104,0.02-0.21,0.035-0.319,0.045c-0.499,0.047-1.012-0.009-1.538-0.168 c-0.49-0.146-0.954-0.367-1.39-0.661c-0.389-0.258-0.594-0.392-0.616-0.403c-0.247-0.127-0.498-0.156-0.751-0.087 c-0.143,0.039-0.255,0.105-0.335,0.197c-0.026,0.032-0.048,0.066-0.068,0.103L6.519,21.96c0.081-0.104,0.196-0.177,0.345-0.219 c0.258-0.073,0.521-0.041,0.79,0.097c0.037,0.015,0.249,0.154,0.639,0.416c0.158,0.108,0.32,0.206,0.484,0.293 c0.312,0.17,0.636,0.307,0.971,0.41c0.553,0.17,1.089,0.233,1.609,0.19c0.062-0.004,0.124-0.011,0.184-0.019 c0.401-0.047,0.764-0.162,1.087-0.345c0.411-0.226,0.725-0.539,0.942-0.938c0.194-0.357,0.29-0.757,0.29-1.2 C13.86,20.379,13.824,20.111,13.753,19.841"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3123" y1="3.3676" x2="24.1834" y2="14.2388"> <stop offset="0.2965" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.807,6.431c0.768,0.636,1.309,1.405,1.625,2.306c0.334,0.974,0.299,1.871-0.106,2.69 c-0.016,0.035-0.033,0.069-0.052,0.103c-0.088,0.174-0.199,0.343-0.332,0.506c-0.015,0.018-0.03,0.036-0.045,0.055 c-0.005,0.008-0.012,0.016-0.019,0.023c-0.118,0.159-0.188,0.315-0.21,0.468c-0.028,0.232,0.025,0.461,0.158,0.687 c0.114,0.2,0.274,0.369,0.481,0.506c0.174,0.11,0.405,0.194,0.693,0.252l4.47,0.877l0.032,0.016l1.738-3.222 c-0.015-0.026-0.071-0.039-0.168-0.039l-4.083-0.761c-0.299-0.056-0.522-0.129-0.671-0.219c-0.204-0.12-0.368-0.278-0.49-0.474 c-0.131-0.215-0.186-0.436-0.164-0.664c0.01-0.124,0.047-0.244,0.113-0.361c0.021-0.034,0.043-0.069,0.068-0.103 c0.009-0.012,0.019-0.025,0.029-0.039c0.011-0.013,0.023-0.027,0.035-0.042c0.12-0.146,0.231-0.309,0.332-0.487 c0.452-0.821,0.522-1.719,0.213-2.693c-0.273-0.879-0.782-1.633-1.525-2.261c-0.757-0.636-1.617-1.018-2.58-1.145 c-1.064-0.142-1.973,0.085-2.725,0.68c-0.134,0.106-0.257,0.217-0.368,0.335c-0.093,0.1-0.178,0.205-0.255,0.313l-1.967,2.38 c0.077-0.072,0.159-0.142,0.245-0.21c0.364-0.285,0.763-0.487,1.197-0.606c0.502-0.138,1.05-0.165,1.645-0.081 C15.116,5.37,16.012,5.773,16.807,6.431"/> <path fill="%2333CCFF" d="M5.684,11.424c0.005-0.002,0.014-0.003,0.029-0.003l0.045,0.016l3.706,0.726 c0.411,0.075,0.642,0.115,0.693,0.119c0.28,0.011,0.508-0.063,0.687-0.223c0.178-0.161,0.266-0.371,0.261-0.629 c-0.011-0.228-0.085-0.447-0.223-0.658c-0.402-0.608-0.645-1.238-0.729-1.89L8.177,8.515c-0.015,0-0.024,0.001-0.029,0.003 C8.146,8.52,8.145,8.521,8.145,8.521L5.684,11.424z"/> <path fill="%232189a5" d="M25.247,11.714c0-0.006-0.002-0.011-0.006-0.016l-1.738,3.222l0.006,0.006l-0.758,14.681 c-0.001,0.003-0.002,0.005-0.003,0.006l1.603-3.564c0.006-0.003,0.01-0.01,0.013-0.019L25.247,11.714z"/> <path fill="%23269FBF" d="M18.433,8.737c-0.316-0.901-0.858-1.67-1.625-2.306c-0.796-0.658-1.691-1.061-2.686-1.209 c-0.595-0.084-1.143-0.057-1.645,0.081c-0.434,0.119-0.833,0.321-1.197,0.606c-0.086,0.068-0.168,0.138-0.245,0.21 c-0.582,0.558-0.885,1.268-0.909,2.129c-0.006,0.214,0.003,0.426,0.029,0.635c0.084,0.652,0.327,1.282,0.729,1.89 c0.138,0.211,0.212,0.43,0.223,0.658c0.004,0.258-0.083,0.468-0.261,0.629c-0.178,0.159-0.407,0.233-0.687,0.223 c-0.052-0.004-0.283-0.044-0.693-0.119l-3.706-0.726L5.713,11.42c-0.015,0-0.024,0.001-0.029,0.003 c-0.002,0.002-0.003,0.004-0.003,0.006l0.213,3.267c0.015,0.348,0.033,0.572,0.055,0.671c0.047,0.243,0.147,0.452,0.3,0.626 c0.159,0.189,0.357,0.333,0.593,0.432c0.252,0.105,0.493,0.132,0.726,0.081c0.062-0.015,0.16-0.046,0.293-0.094 c0.131-0.049,0.231-0.082,0.3-0.097c0.2-0.041,0.42-0.067,0.661-0.077c0.497-0.017,1,0.056,1.509,0.219 c0.479,0.153,0.932,0.374,1.358,0.664c0.432,0.284,0.814,0.62,1.145,1.009c0.348,0.411,0.612,0.848,0.79,1.313 c0.052,0.133,0.095,0.265,0.129,0.397c0.071,0.27,0.106,0.538,0.106,0.803c0,0.443-0.097,0.843-0.29,1.2 c-0.217,0.4-0.531,0.713-0.942,0.938c-0.323,0.183-0.686,0.298-1.087,0.345c-0.06,0.009-0.122,0.015-0.184,0.019 c-0.52,0.043-1.057-0.02-1.609-0.19c-0.335-0.103-0.658-0.239-0.971-0.41c-0.164-0.088-0.325-0.186-0.484-0.293 c-0.389-0.262-0.602-0.401-0.639-0.416c-0.269-0.138-0.532-0.17-0.79-0.097C6.715,21.783,6.6,21.856,6.519,21.96 c-0.041,0.053-0.073,0.115-0.097,0.184c-0.032,0.095-0.045,0.202-0.039,0.323c0,0.069,0.008,0.174,0.023,0.316l0.181,2.867 c0.006,0.017,0.01,0.041,0.01,0.071c0,0.009,0.002,0.017,0.006,0.023c0.007,0.013,0.021,0.022,0.042,0.026l16.029,3.838 c0.011,0.004,0.027,0.012,0.048,0.023c0.011,0.005,0.019,0.002,0.023-0.01c0.002,0,0.003-0.001,0.003-0.003v-0.003 c0.002-0.002,0.003-0.004,0.003-0.006l0.758-14.681l-0.006-0.006l-0.032-0.016L19,14.026c-0.288-0.058-0.519-0.142-0.693-0.252 c-0.206-0.138-0.367-0.306-0.481-0.506c-0.133-0.226-0.186-0.455-0.158-0.687c0.022-0.153,0.092-0.309,0.21-0.468 c0.007-0.007,0.014-0.014,0.019-0.023l0.429-0.664C18.732,10.608,18.767,9.711,18.433,8.737z"/> </svg>');
}
.lightBlue.icon-ext-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%2333CCFF" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%2333CCFF" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%2333CCFF" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%23269FBF" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.green.icon-ext-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2339b563" d="M13.753,19.841c-0.104,0.02-0.21,0.035-0.319,0.045c-0.499,0.047-1.012-0.009-1.538-0.168 c-0.49-0.146-0.954-0.367-1.39-0.661c-0.389-0.258-0.594-0.392-0.616-0.403c-0.247-0.127-0.498-0.156-0.751-0.087 c-0.143,0.039-0.255,0.105-0.335,0.197c-0.026,0.032-0.048,0.066-0.068,0.103L6.519,21.96c0.081-0.104,0.196-0.177,0.345-0.219 c0.258-0.073,0.521-0.041,0.79,0.097c0.037,0.015,0.249,0.154,0.639,0.416c0.158,0.108,0.32,0.206,0.484,0.293 c0.312,0.17,0.636,0.307,0.971,0.41c0.553,0.17,1.089,0.233,1.609,0.19c0.062-0.004,0.124-0.011,0.184-0.019 c0.401-0.047,0.764-0.162,1.087-0.345c0.411-0.226,0.725-0.539,0.942-0.938c0.194-0.357,0.29-0.757,0.29-1.2 C13.86,20.379,13.824,20.111,13.753,19.841"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3123" y1="3.3676" x2="24.1834" y2="14.2388"> <stop offset="0.2965" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.807,6.431c0.768,0.636,1.309,1.405,1.625,2.306c0.334,0.974,0.299,1.871-0.106,2.69 c-0.016,0.035-0.033,0.069-0.052,0.103c-0.088,0.174-0.199,0.343-0.332,0.506c-0.015,0.018-0.03,0.036-0.045,0.055 c-0.005,0.008-0.012,0.016-0.019,0.023c-0.118,0.159-0.188,0.315-0.21,0.468c-0.028,0.232,0.025,0.461,0.158,0.687 c0.114,0.2,0.274,0.369,0.481,0.506c0.174,0.11,0.405,0.194,0.693,0.252l4.47,0.877l0.032,0.016l1.738-3.222 c-0.015-0.026-0.071-0.039-0.168-0.039l-4.083-0.761c-0.299-0.056-0.522-0.129-0.671-0.219c-0.204-0.12-0.368-0.278-0.49-0.474 c-0.131-0.215-0.186-0.436-0.164-0.664c0.01-0.124,0.047-0.244,0.113-0.361c0.021-0.034,0.043-0.069,0.068-0.103 c0.009-0.012,0.019-0.025,0.029-0.039c0.011-0.013,0.023-0.027,0.035-0.042c0.12-0.146,0.231-0.309,0.332-0.487 c0.452-0.821,0.522-1.719,0.213-2.693c-0.273-0.879-0.782-1.633-1.525-2.261c-0.757-0.636-1.617-1.018-2.58-1.145 c-1.064-0.142-1.973,0.085-2.725,0.68c-0.134,0.106-0.257,0.217-0.368,0.335c-0.093,0.1-0.178,0.205-0.255,0.313l-1.967,2.38 c0.077-0.072,0.159-0.142,0.245-0.21c0.364-0.285,0.763-0.487,1.197-0.606c0.502-0.138,1.05-0.165,1.645-0.081 C15.116,5.37,16.012,5.773,16.807,6.431"/> <path fill="%2339b563" d="M5.684,11.424c0.005-0.002,0.014-0.003,0.029-0.003l0.045,0.016l3.706,0.726 c0.411,0.075,0.642,0.115,0.693,0.119c0.28,0.011,0.508-0.063,0.687-0.223c0.178-0.161,0.266-0.371,0.261-0.629 c-0.011-0.228-0.085-0.447-0.223-0.658c-0.402-0.608-0.645-1.238-0.729-1.89L8.177,8.515c-0.015,0-0.024,0.001-0.029,0.003 C8.146,8.52,8.145,8.521,8.145,8.521L5.684,11.424z"/> <path fill="%2321663c" d="M25.247,11.714c0-0.006-0.002-0.011-0.006-0.016l-1.738,3.222l0.006,0.006l-0.758,14.681 c-0.001,0.003-0.002,0.005-0.003,0.006l1.603-3.564c0.006-0.003,0.01-0.01,0.013-0.019L25.247,11.714z"/> <path fill="%232f8c51" d="M18.433,8.737c-0.316-0.901-0.858-1.67-1.625-2.306c-0.796-0.658-1.691-1.061-2.686-1.209 c-0.595-0.084-1.143-0.057-1.645,0.081c-0.434,0.119-0.833,0.321-1.197,0.606c-0.086,0.068-0.168,0.138-0.245,0.21 c-0.582,0.558-0.885,1.268-0.909,2.129c-0.006,0.214,0.003,0.426,0.029,0.635c0.084,0.652,0.327,1.282,0.729,1.89 c0.138,0.211,0.212,0.43,0.223,0.658c0.004,0.258-0.083,0.468-0.261,0.629c-0.178,0.159-0.407,0.233-0.687,0.223 c-0.052-0.004-0.283-0.044-0.693-0.119l-3.706-0.726L5.713,11.42c-0.015,0-0.024,0.001-0.029,0.003 c-0.002,0.002-0.003,0.004-0.003,0.006l0.213,3.267c0.015,0.348,0.033,0.572,0.055,0.671c0.047,0.243,0.147,0.452,0.3,0.626 c0.159,0.189,0.357,0.333,0.593,0.432c0.252,0.105,0.493,0.132,0.726,0.081c0.062-0.015,0.16-0.046,0.293-0.094 c0.131-0.049,0.231-0.082,0.3-0.097c0.2-0.041,0.42-0.067,0.661-0.077c0.497-0.017,1,0.056,1.509,0.219 c0.479,0.153,0.932,0.374,1.358,0.664c0.432,0.284,0.814,0.62,1.145,1.009c0.348,0.411,0.612,0.848,0.79,1.313 c0.052,0.133,0.095,0.265,0.129,0.397c0.071,0.27,0.106,0.538,0.106,0.803c0,0.443-0.097,0.843-0.29,1.2 c-0.217,0.4-0.531,0.713-0.942,0.938c-0.323,0.183-0.686,0.298-1.087,0.345c-0.06,0.009-0.122,0.015-0.184,0.019 c-0.52,0.043-1.057-0.02-1.609-0.19c-0.335-0.103-0.658-0.239-0.971-0.41c-0.164-0.088-0.325-0.186-0.484-0.293 c-0.389-0.262-0.602-0.401-0.639-0.416c-0.269-0.138-0.532-0.17-0.79-0.097C6.715,21.783,6.6,21.856,6.519,21.96 c-0.041,0.053-0.073,0.115-0.097,0.184c-0.032,0.095-0.045,0.202-0.039,0.323c0,0.069,0.008,0.174,0.023,0.316l0.181,2.867 c0.006,0.017,0.01,0.041,0.01,0.071c0,0.009,0.002,0.017,0.006,0.023c0.007,0.013,0.021,0.022,0.042,0.026l16.029,3.838 c0.011,0.004,0.027,0.012,0.048,0.023c0.011,0.005,0.019,0.002,0.023-0.01c0.002,0,0.003-0.001,0.003-0.003v-0.003 c0.002-0.002,0.003-0.004,0.003-0.006l0.758-14.681l-0.006-0.006l-0.032-0.016L19,14.026c-0.288-0.058-0.519-0.142-0.693-0.252 c-0.206-0.138-0.367-0.306-0.481-0.506c-0.133-0.226-0.186-0.455-0.158-0.687c0.022-0.153,0.092-0.309,0.21-0.468 c0.007-0.007,0.014-0.014,0.019-0.023l0.429-0.664C18.732,10.608,18.767,9.711,18.433,8.737z"/> </svg>');
}
.green.icon-ext-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%2339b563" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%2339b563" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%2339b563" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%232f8c51" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.lightGreen.icon-ext-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300e500" d="M13.753,19.841c-0.104,0.02-0.21,0.035-0.319,0.045c-0.499,0.047-1.012-0.009-1.538-0.168 c-0.49-0.146-0.954-0.367-1.39-0.661c-0.389-0.258-0.594-0.392-0.616-0.403c-0.247-0.127-0.498-0.156-0.751-0.087 c-0.143,0.039-0.255,0.105-0.335,0.197c-0.026,0.032-0.048,0.066-0.068,0.103L6.519,21.96c0.081-0.104,0.196-0.177,0.345-0.219 c0.258-0.073,0.521-0.041,0.79,0.097c0.037,0.015,0.249,0.154,0.639,0.416c0.158,0.108,0.32,0.206,0.484,0.293 c0.312,0.17,0.636,0.307,0.971,0.41c0.553,0.17,1.089,0.233,1.609,0.19c0.062-0.004,0.124-0.011,0.184-0.019 c0.401-0.047,0.764-0.162,1.087-0.345c0.411-0.226,0.725-0.539,0.942-0.938c0.194-0.357,0.29-0.757,0.29-1.2 C13.86,20.379,13.824,20.111,13.753,19.841"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3123" y1="3.3676" x2="24.1834" y2="14.2388"> <stop offset="0.2965" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.807,6.431c0.768,0.636,1.309,1.405,1.625,2.306c0.334,0.974,0.299,1.871-0.106,2.69 c-0.016,0.035-0.033,0.069-0.052,0.103c-0.088,0.174-0.199,0.343-0.332,0.506c-0.015,0.018-0.03,0.036-0.045,0.055 c-0.005,0.008-0.012,0.016-0.019,0.023c-0.118,0.159-0.188,0.315-0.21,0.468c-0.028,0.232,0.025,0.461,0.158,0.687 c0.114,0.2,0.274,0.369,0.481,0.506c0.174,0.11,0.405,0.194,0.693,0.252l4.47,0.877l0.032,0.016l1.738-3.222 c-0.015-0.026-0.071-0.039-0.168-0.039l-4.083-0.761c-0.299-0.056-0.522-0.129-0.671-0.219c-0.204-0.12-0.368-0.278-0.49-0.474 c-0.131-0.215-0.186-0.436-0.164-0.664c0.01-0.124,0.047-0.244,0.113-0.361c0.021-0.034,0.043-0.069,0.068-0.103 c0.009-0.012,0.019-0.025,0.029-0.039c0.011-0.013,0.023-0.027,0.035-0.042c0.12-0.146,0.231-0.309,0.332-0.487 c0.452-0.821,0.522-1.719,0.213-2.693c-0.273-0.879-0.782-1.633-1.525-2.261c-0.757-0.636-1.617-1.018-2.58-1.145 c-1.064-0.142-1.973,0.085-2.725,0.68c-0.134,0.106-0.257,0.217-0.368,0.335c-0.093,0.1-0.178,0.205-0.255,0.313l-1.967,2.38 c0.077-0.072,0.159-0.142,0.245-0.21c0.364-0.285,0.763-0.487,1.197-0.606c0.502-0.138,1.05-0.165,1.645-0.081 C15.116,5.37,16.012,5.773,16.807,6.431"/> <path fill="%2300e500" d="M5.684,11.424c0.005-0.002,0.014-0.003,0.029-0.003l0.045,0.016l3.706,0.726 c0.411,0.075,0.642,0.115,0.693,0.119c0.28,0.011,0.508-0.063,0.687-0.223c0.178-0.161,0.266-0.371,0.261-0.629 c-0.011-0.228-0.085-0.447-0.223-0.658c-0.402-0.608-0.645-1.238-0.729-1.89L8.177,8.515c-0.015,0-0.024,0.001-0.029,0.003 C8.146,8.52,8.145,8.521,8.145,8.521L5.684,11.424z"/> <path fill="%23009900" d="M25.247,11.714c0-0.006-0.002-0.011-0.006-0.016l-1.738,3.222l0.006,0.006l-0.758,14.681 c-0.001,0.003-0.002,0.005-0.003,0.006l1.603-3.564c0.006-0.003,0.01-0.01,0.013-0.019L25.247,11.714z"/> <path fill="%2300b200" d="M18.433,8.737c-0.316-0.901-0.858-1.67-1.625-2.306c-0.796-0.658-1.691-1.061-2.686-1.209 c-0.595-0.084-1.143-0.057-1.645,0.081c-0.434,0.119-0.833,0.321-1.197,0.606c-0.086,0.068-0.168,0.138-0.245,0.21 c-0.582,0.558-0.885,1.268-0.909,2.129c-0.006,0.214,0.003,0.426,0.029,0.635c0.084,0.652,0.327,1.282,0.729,1.89 c0.138,0.211,0.212,0.43,0.223,0.658c0.004,0.258-0.083,0.468-0.261,0.629c-0.178,0.159-0.407,0.233-0.687,0.223 c-0.052-0.004-0.283-0.044-0.693-0.119l-3.706-0.726L5.713,11.42c-0.015,0-0.024,0.001-0.029,0.003 c-0.002,0.002-0.003,0.004-0.003,0.006l0.213,3.267c0.015,0.348,0.033,0.572,0.055,0.671c0.047,0.243,0.147,0.452,0.3,0.626 c0.159,0.189,0.357,0.333,0.593,0.432c0.252,0.105,0.493,0.132,0.726,0.081c0.062-0.015,0.16-0.046,0.293-0.094 c0.131-0.049,0.231-0.082,0.3-0.097c0.2-0.041,0.42-0.067,0.661-0.077c0.497-0.017,1,0.056,1.509,0.219 c0.479,0.153,0.932,0.374,1.358,0.664c0.432,0.284,0.814,0.62,1.145,1.009c0.348,0.411,0.612,0.848,0.79,1.313 c0.052,0.133,0.095,0.265,0.129,0.397c0.071,0.27,0.106,0.538,0.106,0.803c0,0.443-0.097,0.843-0.29,1.2 c-0.217,0.4-0.531,0.713-0.942,0.938c-0.323,0.183-0.686,0.298-1.087,0.345c-0.06,0.009-0.122,0.015-0.184,0.019 c-0.52,0.043-1.057-0.02-1.609-0.19c-0.335-0.103-0.658-0.239-0.971-0.41c-0.164-0.088-0.325-0.186-0.484-0.293 c-0.389-0.262-0.602-0.401-0.639-0.416c-0.269-0.138-0.532-0.17-0.79-0.097C6.715,21.783,6.6,21.856,6.519,21.96 c-0.041,0.053-0.073,0.115-0.097,0.184c-0.032,0.095-0.045,0.202-0.039,0.323c0,0.069,0.008,0.174,0.023,0.316l0.181,2.867 c0.006,0.017,0.01,0.041,0.01,0.071c0,0.009,0.002,0.017,0.006,0.023c0.007,0.013,0.021,0.022,0.042,0.026l16.029,3.838 c0.011,0.004,0.027,0.012,0.048,0.023c0.011,0.005,0.019,0.002,0.023-0.01c0.002,0,0.003-0.001,0.003-0.003v-0.003 c0.002-0.002,0.003-0.004,0.003-0.006l0.758-14.681l-0.006-0.006l-0.032-0.016L19,14.026c-0.288-0.058-0.519-0.142-0.693-0.252 c-0.206-0.138-0.367-0.306-0.481-0.506c-0.133-0.226-0.186-0.455-0.158-0.687c0.022-0.153,0.092-0.309,0.21-0.468 c0.007-0.007,0.014-0.014,0.019-0.023l0.429-0.664C18.732,10.608,18.767,9.711,18.433,8.737z"/> </svg>');
}
.lightGreen.icon-ext-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%2300e500" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%2300e500" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%2300e500" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%2300b200" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.yellow.icon-ext-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23f9e100" d="M13.753,19.841c-0.104,0.02-0.21,0.035-0.319,0.045c-0.499,0.047-1.012-0.009-1.538-0.168 c-0.49-0.146-0.954-0.367-1.39-0.661c-0.389-0.258-0.594-0.392-0.616-0.403c-0.247-0.127-0.498-0.156-0.751-0.087 c-0.143,0.039-0.255,0.105-0.335,0.197c-0.026,0.032-0.048,0.066-0.068,0.103L6.519,21.96c0.081-0.104,0.196-0.177,0.345-0.219 c0.258-0.073,0.521-0.041,0.79,0.097c0.037,0.015,0.249,0.154,0.639,0.416c0.158,0.108,0.32,0.206,0.484,0.293 c0.312,0.17,0.636,0.307,0.971,0.41c0.553,0.17,1.089,0.233,1.609,0.19c0.062-0.004,0.124-0.011,0.184-0.019 c0.401-0.047,0.764-0.162,1.087-0.345c0.411-0.226,0.725-0.539,0.942-0.938c0.194-0.357,0.29-0.757,0.29-1.2 C13.86,20.379,13.824,20.111,13.753,19.841"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3123" y1="3.3676" x2="24.1834" y2="14.2388"> <stop offset="0.2965" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.807,6.431c0.768,0.636,1.309,1.405,1.625,2.306c0.334,0.974,0.299,1.871-0.106,2.69 c-0.016,0.035-0.033,0.069-0.052,0.103c-0.088,0.174-0.199,0.343-0.332,0.506c-0.015,0.018-0.03,0.036-0.045,0.055 c-0.005,0.008-0.012,0.016-0.019,0.023c-0.118,0.159-0.188,0.315-0.21,0.468c-0.028,0.232,0.025,0.461,0.158,0.687 c0.114,0.2,0.274,0.369,0.481,0.506c0.174,0.11,0.405,0.194,0.693,0.252l4.47,0.877l0.032,0.016l1.738-3.222 c-0.015-0.026-0.071-0.039-0.168-0.039l-4.083-0.761c-0.299-0.056-0.522-0.129-0.671-0.219c-0.204-0.12-0.368-0.278-0.49-0.474 c-0.131-0.215-0.186-0.436-0.164-0.664c0.01-0.124,0.047-0.244,0.113-0.361c0.021-0.034,0.043-0.069,0.068-0.103 c0.009-0.012,0.019-0.025,0.029-0.039c0.011-0.013,0.023-0.027,0.035-0.042c0.12-0.146,0.231-0.309,0.332-0.487 c0.452-0.821,0.522-1.719,0.213-2.693c-0.273-0.879-0.782-1.633-1.525-2.261c-0.757-0.636-1.617-1.018-2.58-1.145 c-1.064-0.142-1.973,0.085-2.725,0.68c-0.134,0.106-0.257,0.217-0.368,0.335c-0.093,0.1-0.178,0.205-0.255,0.313l-1.967,2.38 c0.077-0.072,0.159-0.142,0.245-0.21c0.364-0.285,0.763-0.487,1.197-0.606c0.502-0.138,1.05-0.165,1.645-0.081 C15.116,5.37,16.012,5.773,16.807,6.431"/> <path fill="%23f9e100" d="M5.684,11.424c0.005-0.002,0.014-0.003,0.029-0.003l0.045,0.016l3.706,0.726 c0.411,0.075,0.642,0.115,0.693,0.119c0.28,0.011,0.508-0.063,0.687-0.223c0.178-0.161,0.266-0.371,0.261-0.629 c-0.011-0.228-0.085-0.447-0.223-0.658c-0.402-0.608-0.645-1.238-0.729-1.89L8.177,8.515c-0.015,0-0.024,0.001-0.029,0.003 C8.146,8.52,8.145,8.521,8.145,8.521L5.684,11.424z"/> <path fill="%23a58d00" d="M25.247,11.714c0-0.006-0.002-0.011-0.006-0.016l-1.738,3.222l0.006,0.006l-0.758,14.681 c-0.001,0.003-0.002,0.005-0.003,0.006l1.603-3.564c0.006-0.003,0.01-0.01,0.013-0.019L25.247,11.714z"/> <path fill="%23ccaa00" d="M18.433,8.737c-0.316-0.901-0.858-1.67-1.625-2.306c-0.796-0.658-1.691-1.061-2.686-1.209 c-0.595-0.084-1.143-0.057-1.645,0.081c-0.434,0.119-0.833,0.321-1.197,0.606c-0.086,0.068-0.168,0.138-0.245,0.21 c-0.582,0.558-0.885,1.268-0.909,2.129c-0.006,0.214,0.003,0.426,0.029,0.635c0.084,0.652,0.327,1.282,0.729,1.89 c0.138,0.211,0.212,0.43,0.223,0.658c0.004,0.258-0.083,0.468-0.261,0.629c-0.178,0.159-0.407,0.233-0.687,0.223 c-0.052-0.004-0.283-0.044-0.693-0.119l-3.706-0.726L5.713,11.42c-0.015,0-0.024,0.001-0.029,0.003 c-0.002,0.002-0.003,0.004-0.003,0.006l0.213,3.267c0.015,0.348,0.033,0.572,0.055,0.671c0.047,0.243,0.147,0.452,0.3,0.626 c0.159,0.189,0.357,0.333,0.593,0.432c0.252,0.105,0.493,0.132,0.726,0.081c0.062-0.015,0.16-0.046,0.293-0.094 c0.131-0.049,0.231-0.082,0.3-0.097c0.2-0.041,0.42-0.067,0.661-0.077c0.497-0.017,1,0.056,1.509,0.219 c0.479,0.153,0.932,0.374,1.358,0.664c0.432,0.284,0.814,0.62,1.145,1.009c0.348,0.411,0.612,0.848,0.79,1.313 c0.052,0.133,0.095,0.265,0.129,0.397c0.071,0.27,0.106,0.538,0.106,0.803c0,0.443-0.097,0.843-0.29,1.2 c-0.217,0.4-0.531,0.713-0.942,0.938c-0.323,0.183-0.686,0.298-1.087,0.345c-0.06,0.009-0.122,0.015-0.184,0.019 c-0.52,0.043-1.057-0.02-1.609-0.19c-0.335-0.103-0.658-0.239-0.971-0.41c-0.164-0.088-0.325-0.186-0.484-0.293 c-0.389-0.262-0.602-0.401-0.639-0.416c-0.269-0.138-0.532-0.17-0.79-0.097C6.715,21.783,6.6,21.856,6.519,21.96 c-0.041,0.053-0.073,0.115-0.097,0.184c-0.032,0.095-0.045,0.202-0.039,0.323c0,0.069,0.008,0.174,0.023,0.316l0.181,2.867 c0.006,0.017,0.01,0.041,0.01,0.071c0,0.009,0.002,0.017,0.006,0.023c0.007,0.013,0.021,0.022,0.042,0.026l16.029,3.838 c0.011,0.004,0.027,0.012,0.048,0.023c0.011,0.005,0.019,0.002,0.023-0.01c0.002,0,0.003-0.001,0.003-0.003v-0.003 c0.002-0.002,0.003-0.004,0.003-0.006l0.758-14.681l-0.006-0.006l-0.032-0.016L19,14.026c-0.288-0.058-0.519-0.142-0.693-0.252 c-0.206-0.138-0.367-0.306-0.481-0.506c-0.133-0.226-0.186-0.455-0.158-0.687c0.022-0.153,0.092-0.309,0.21-0.468 c0.007-0.007,0.014-0.014,0.019-0.023l0.429-0.664C18.732,10.608,18.767,9.711,18.433,8.737z"/> </svg>');
}
.yellow.icon-ext-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%23f9e100" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%23f9e100" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%23f9e100" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%23ccaa00" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.purple.icon-ext-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF99FF" d="M13.753,19.841c-0.104,0.02-0.21,0.035-0.319,0.045c-0.499,0.047-1.012-0.009-1.538-0.168 c-0.49-0.146-0.954-0.367-1.39-0.661c-0.389-0.258-0.594-0.392-0.616-0.403c-0.247-0.127-0.498-0.156-0.751-0.087 c-0.143,0.039-0.255,0.105-0.335,0.197c-0.026,0.032-0.048,0.066-0.068,0.103L6.519,21.96c0.081-0.104,0.196-0.177,0.345-0.219 c0.258-0.073,0.521-0.041,0.79,0.097c0.037,0.015,0.249,0.154,0.639,0.416c0.158,0.108,0.32,0.206,0.484,0.293 c0.312,0.17,0.636,0.307,0.971,0.41c0.553,0.17,1.089,0.233,1.609,0.19c0.062-0.004,0.124-0.011,0.184-0.019 c0.401-0.047,0.764-0.162,1.087-0.345c0.411-0.226,0.725-0.539,0.942-0.938c0.194-0.357,0.29-0.757,0.29-1.2 C13.86,20.379,13.824,20.111,13.753,19.841"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3123" y1="3.3676" x2="24.1834" y2="14.2388"> <stop offset="0.2965" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.807,6.431c0.768,0.636,1.309,1.405,1.625,2.306c0.334,0.974,0.299,1.871-0.106,2.69 c-0.016,0.035-0.033,0.069-0.052,0.103c-0.088,0.174-0.199,0.343-0.332,0.506c-0.015,0.018-0.03,0.036-0.045,0.055 c-0.005,0.008-0.012,0.016-0.019,0.023c-0.118,0.159-0.188,0.315-0.21,0.468c-0.028,0.232,0.025,0.461,0.158,0.687 c0.114,0.2,0.274,0.369,0.481,0.506c0.174,0.11,0.405,0.194,0.693,0.252l4.47,0.877l0.032,0.016l1.738-3.222 c-0.015-0.026-0.071-0.039-0.168-0.039l-4.083-0.761c-0.299-0.056-0.522-0.129-0.671-0.219c-0.204-0.12-0.368-0.278-0.49-0.474 c-0.131-0.215-0.186-0.436-0.164-0.664c0.01-0.124,0.047-0.244,0.113-0.361c0.021-0.034,0.043-0.069,0.068-0.103 c0.009-0.012,0.019-0.025,0.029-0.039c0.011-0.013,0.023-0.027,0.035-0.042c0.12-0.146,0.231-0.309,0.332-0.487 c0.452-0.821,0.522-1.719,0.213-2.693c-0.273-0.879-0.782-1.633-1.525-2.261c-0.757-0.636-1.617-1.018-2.58-1.145 c-1.064-0.142-1.973,0.085-2.725,0.68c-0.134,0.106-0.257,0.217-0.368,0.335c-0.093,0.1-0.178,0.205-0.255,0.313l-1.967,2.38 c0.077-0.072,0.159-0.142,0.245-0.21c0.364-0.285,0.763-0.487,1.197-0.606c0.502-0.138,1.05-0.165,1.645-0.081 C15.116,5.37,16.012,5.773,16.807,6.431"/> <path fill="%23FF99FF" d="M5.684,11.424c0.005-0.002,0.014-0.003,0.029-0.003l0.045,0.016l3.706,0.726 c0.411,0.075,0.642,0.115,0.693,0.119c0.28,0.011,0.508-0.063,0.687-0.223c0.178-0.161,0.266-0.371,0.261-0.629 c-0.011-0.228-0.085-0.447-0.223-0.658c-0.402-0.608-0.645-1.238-0.729-1.89L8.177,8.515c-0.015,0-0.024,0.001-0.029,0.003 C8.146,8.52,8.145,8.521,8.145,8.521L5.684,11.424z"/> <path fill="%23990099" d="M25.247,11.714c0-0.006-0.002-0.011-0.006-0.016l-1.738,3.222l0.006,0.006l-0.758,14.681 c-0.001,0.003-0.002,0.005-0.003,0.006l1.603-3.564c0.006-0.003,0.01-0.01,0.013-0.019L25.247,11.714z"/> <path fill="%23FF66FF" d="M18.433,8.737c-0.316-0.901-0.858-1.67-1.625-2.306c-0.796-0.658-1.691-1.061-2.686-1.209 c-0.595-0.084-1.143-0.057-1.645,0.081c-0.434,0.119-0.833,0.321-1.197,0.606c-0.086,0.068-0.168,0.138-0.245,0.21 c-0.582,0.558-0.885,1.268-0.909,2.129c-0.006,0.214,0.003,0.426,0.029,0.635c0.084,0.652,0.327,1.282,0.729,1.89 c0.138,0.211,0.212,0.43,0.223,0.658c0.004,0.258-0.083,0.468-0.261,0.629c-0.178,0.159-0.407,0.233-0.687,0.223 c-0.052-0.004-0.283-0.044-0.693-0.119l-3.706-0.726L5.713,11.42c-0.015,0-0.024,0.001-0.029,0.003 c-0.002,0.002-0.003,0.004-0.003,0.006l0.213,3.267c0.015,0.348,0.033,0.572,0.055,0.671c0.047,0.243,0.147,0.452,0.3,0.626 c0.159,0.189,0.357,0.333,0.593,0.432c0.252,0.105,0.493,0.132,0.726,0.081c0.062-0.015,0.16-0.046,0.293-0.094 c0.131-0.049,0.231-0.082,0.3-0.097c0.2-0.041,0.42-0.067,0.661-0.077c0.497-0.017,1,0.056,1.509,0.219 c0.479,0.153,0.932,0.374,1.358,0.664c0.432,0.284,0.814,0.62,1.145,1.009c0.348,0.411,0.612,0.848,0.79,1.313 c0.052,0.133,0.095,0.265,0.129,0.397c0.071,0.27,0.106,0.538,0.106,0.803c0,0.443-0.097,0.843-0.29,1.2 c-0.217,0.4-0.531,0.713-0.942,0.938c-0.323,0.183-0.686,0.298-1.087,0.345c-0.06,0.009-0.122,0.015-0.184,0.019 c-0.52,0.043-1.057-0.02-1.609-0.19c-0.335-0.103-0.658-0.239-0.971-0.41c-0.164-0.088-0.325-0.186-0.484-0.293 c-0.389-0.262-0.602-0.401-0.639-0.416c-0.269-0.138-0.532-0.17-0.79-0.097C6.715,21.783,6.6,21.856,6.519,21.96 c-0.041,0.053-0.073,0.115-0.097,0.184c-0.032,0.095-0.045,0.202-0.039,0.323c0,0.069,0.008,0.174,0.023,0.316l0.181,2.867 c0.006,0.017,0.01,0.041,0.01,0.071c0,0.009,0.002,0.017,0.006,0.023c0.007,0.013,0.021,0.022,0.042,0.026l16.029,3.838 c0.011,0.004,0.027,0.012,0.048,0.023c0.011,0.005,0.019,0.002,0.023-0.01c0.002,0,0.003-0.001,0.003-0.003v-0.003 c0.002-0.002,0.003-0.004,0.003-0.006l0.758-14.681l-0.006-0.006l-0.032-0.016L19,14.026c-0.288-0.058-0.519-0.142-0.693-0.252 c-0.206-0.138-0.367-0.306-0.481-0.506c-0.133-0.226-0.186-0.455-0.158-0.687c0.022-0.153,0.092-0.309,0.21-0.468 c0.007-0.007,0.014-0.014,0.019-0.023l0.429-0.664C18.732,10.608,18.767,9.711,18.433,8.737z"/> </svg>');
}
.purple.icon-ext-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%23FF99FF" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%23FF99FF" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%23FF99FF" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%23FF66FF" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.grey.icon-ext-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M13.753,19.841c-0.104,0.02-0.21,0.035-0.319,0.045c-0.499,0.047-1.012-0.009-1.538-0.168 c-0.49-0.146-0.954-0.367-1.39-0.661c-0.389-0.258-0.594-0.392-0.616-0.403c-0.247-0.127-0.498-0.156-0.751-0.087 c-0.143,0.039-0.255,0.105-0.335,0.197c-0.026,0.032-0.048,0.066-0.068,0.103L6.519,21.96c0.081-0.104,0.196-0.177,0.345-0.219 c0.258-0.073,0.521-0.041,0.79,0.097c0.037,0.015,0.249,0.154,0.639,0.416c0.158,0.108,0.32,0.206,0.484,0.293 c0.312,0.17,0.636,0.307,0.971,0.41c0.553,0.17,1.089,0.233,1.609,0.19c0.062-0.004,0.124-0.011,0.184-0.019 c0.401-0.047,0.764-0.162,1.087-0.345c0.411-0.226,0.725-0.539,0.942-0.938c0.194-0.357,0.29-0.757,0.29-1.2 C13.86,20.379,13.824,20.111,13.753,19.841"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3123" y1="3.3676" x2="24.1834" y2="14.2388"> <stop offset="0.2965" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.807,6.431c0.768,0.636,1.309,1.405,1.625,2.306c0.334,0.974,0.299,1.871-0.106,2.69 c-0.016,0.035-0.033,0.069-0.052,0.103c-0.088,0.174-0.199,0.343-0.332,0.506c-0.015,0.018-0.03,0.036-0.045,0.055 c-0.005,0.008-0.012,0.016-0.019,0.023c-0.118,0.159-0.188,0.315-0.21,0.468c-0.028,0.232,0.025,0.461,0.158,0.687 c0.114,0.2,0.274,0.369,0.481,0.506c0.174,0.11,0.405,0.194,0.693,0.252l4.47,0.877l0.032,0.016l1.738-3.222 c-0.015-0.026-0.071-0.039-0.168-0.039l-4.083-0.761c-0.299-0.056-0.522-0.129-0.671-0.219c-0.204-0.12-0.368-0.278-0.49-0.474 c-0.131-0.215-0.186-0.436-0.164-0.664c0.01-0.124,0.047-0.244,0.113-0.361c0.021-0.034,0.043-0.069,0.068-0.103 c0.009-0.012,0.019-0.025,0.029-0.039c0.011-0.013,0.023-0.027,0.035-0.042c0.12-0.146,0.231-0.309,0.332-0.487 c0.452-0.821,0.522-1.719,0.213-2.693c-0.273-0.879-0.782-1.633-1.525-2.261c-0.757-0.636-1.617-1.018-2.58-1.145 c-1.064-0.142-1.973,0.085-2.725,0.68c-0.134,0.106-0.257,0.217-0.368,0.335c-0.093,0.1-0.178,0.205-0.255,0.313l-1.967,2.38 c0.077-0.072,0.159-0.142,0.245-0.21c0.364-0.285,0.763-0.487,1.197-0.606c0.502-0.138,1.05-0.165,1.645-0.081 C15.116,5.37,16.012,5.773,16.807,6.431"/> <path fill="%23CCCCCC" d="M5.684,11.424c0.005-0.002,0.014-0.003,0.029-0.003l0.045,0.016l3.706,0.726 c0.411,0.075,0.642,0.115,0.693,0.119c0.28,0.011,0.508-0.063,0.687-0.223c0.178-0.161,0.266-0.371,0.261-0.629 c-0.011-0.228-0.085-0.447-0.223-0.658c-0.402-0.608-0.645-1.238-0.729-1.89L8.177,8.515c-0.015,0-0.024,0.001-0.029,0.003 C8.146,8.52,8.145,8.521,8.145,8.521L5.684,11.424z"/> <path fill="%23676767" d="M25.247,11.714c0-0.006-0.002-0.011-0.006-0.016l-1.738,3.222l0.006,0.006l-0.758,14.681 c-0.001,0.003-0.002,0.005-0.003,0.006l1.603-3.564c0.006-0.003,0.01-0.01,0.013-0.019L25.247,11.714z"/> <path fill="%23999999" d="M18.433,8.737c-0.316-0.901-0.858-1.67-1.625-2.306c-0.796-0.658-1.691-1.061-2.686-1.209 c-0.595-0.084-1.143-0.057-1.645,0.081c-0.434,0.119-0.833,0.321-1.197,0.606c-0.086,0.068-0.168,0.138-0.245,0.21 c-0.582,0.558-0.885,1.268-0.909,2.129c-0.006,0.214,0.003,0.426,0.029,0.635c0.084,0.652,0.327,1.282,0.729,1.89 c0.138,0.211,0.212,0.43,0.223,0.658c0.004,0.258-0.083,0.468-0.261,0.629c-0.178,0.159-0.407,0.233-0.687,0.223 c-0.052-0.004-0.283-0.044-0.693-0.119l-3.706-0.726L5.713,11.42c-0.015,0-0.024,0.001-0.029,0.003 c-0.002,0.002-0.003,0.004-0.003,0.006l0.213,3.267c0.015,0.348,0.033,0.572,0.055,0.671c0.047,0.243,0.147,0.452,0.3,0.626 c0.159,0.189,0.357,0.333,0.593,0.432c0.252,0.105,0.493,0.132,0.726,0.081c0.062-0.015,0.16-0.046,0.293-0.094 c0.131-0.049,0.231-0.082,0.3-0.097c0.2-0.041,0.42-0.067,0.661-0.077c0.497-0.017,1,0.056,1.509,0.219 c0.479,0.153,0.932,0.374,1.358,0.664c0.432,0.284,0.814,0.62,1.145,1.009c0.348,0.411,0.612,0.848,0.79,1.313 c0.052,0.133,0.095,0.265,0.129,0.397c0.071,0.27,0.106,0.538,0.106,0.803c0,0.443-0.097,0.843-0.29,1.2 c-0.217,0.4-0.531,0.713-0.942,0.938c-0.323,0.183-0.686,0.298-1.087,0.345c-0.06,0.009-0.122,0.015-0.184,0.019 c-0.52,0.043-1.057-0.02-1.609-0.19c-0.335-0.103-0.658-0.239-0.971-0.41c-0.164-0.088-0.325-0.186-0.484-0.293 c-0.389-0.262-0.602-0.401-0.639-0.416c-0.269-0.138-0.532-0.17-0.79-0.097C6.715,21.783,6.6,21.856,6.519,21.96 c-0.041,0.053-0.073,0.115-0.097,0.184c-0.032,0.095-0.045,0.202-0.039,0.323c0,0.069,0.008,0.174,0.023,0.316l0.181,2.867 c0.006,0.017,0.01,0.041,0.01,0.071c0,0.009,0.002,0.017,0.006,0.023c0.007,0.013,0.021,0.022,0.042,0.026l16.029,3.838 c0.011,0.004,0.027,0.012,0.048,0.023c0.011,0.005,0.019,0.002,0.023-0.01c0.002,0,0.003-0.001,0.003-0.003v-0.003 c0.002-0.002,0.003-0.004,0.003-0.006l0.758-14.681l-0.006-0.006l-0.032-0.016L19,14.026c-0.288-0.058-0.519-0.142-0.693-0.252 c-0.206-0.138-0.367-0.306-0.481-0.506c-0.133-0.226-0.186-0.455-0.158-0.687c0.022-0.153,0.092-0.309,0.21-0.468 c0.007-0.007,0.014-0.014,0.019-0.023l0.429-0.664C18.732,10.608,18.767,9.711,18.433,8.737z"/> </svg>');
}
.grey.icon-ext-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%23CCCCCC" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%23CCCCCC" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%23CCCCCC" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%23999999" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.orange.icon-ext-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ffbc00" d="M13.753,19.841c-0.104,0.02-0.21,0.035-0.319,0.045c-0.499,0.047-1.012-0.009-1.538-0.168 c-0.49-0.146-0.954-0.367-1.39-0.661c-0.389-0.258-0.594-0.392-0.616-0.403c-0.247-0.127-0.498-0.156-0.751-0.087 c-0.143,0.039-0.255,0.105-0.335,0.197c-0.026,0.032-0.048,0.066-0.068,0.103L6.519,21.96c0.081-0.104,0.196-0.177,0.345-0.219 c0.258-0.073,0.521-0.041,0.79,0.097c0.037,0.015,0.249,0.154,0.639,0.416c0.158,0.108,0.32,0.206,0.484,0.293 c0.312,0.17,0.636,0.307,0.971,0.41c0.553,0.17,1.089,0.233,1.609,0.19c0.062-0.004,0.124-0.011,0.184-0.019 c0.401-0.047,0.764-0.162,1.087-0.345c0.411-0.226,0.725-0.539,0.942-0.938c0.194-0.357,0.29-0.757,0.29-1.2 C13.86,20.379,13.824,20.111,13.753,19.841"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3123" y1="3.3676" x2="24.1834" y2="14.2388"> <stop offset="0.2965" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.807,6.431c0.768,0.636,1.309,1.405,1.625,2.306c0.334,0.974,0.299,1.871-0.106,2.69 c-0.016,0.035-0.033,0.069-0.052,0.103c-0.088,0.174-0.199,0.343-0.332,0.506c-0.015,0.018-0.03,0.036-0.045,0.055 c-0.005,0.008-0.012,0.016-0.019,0.023c-0.118,0.159-0.188,0.315-0.21,0.468c-0.028,0.232,0.025,0.461,0.158,0.687 c0.114,0.2,0.274,0.369,0.481,0.506c0.174,0.11,0.405,0.194,0.693,0.252l4.47,0.877l0.032,0.016l1.738-3.222 c-0.015-0.026-0.071-0.039-0.168-0.039l-4.083-0.761c-0.299-0.056-0.522-0.129-0.671-0.219c-0.204-0.12-0.368-0.278-0.49-0.474 c-0.131-0.215-0.186-0.436-0.164-0.664c0.01-0.124,0.047-0.244,0.113-0.361c0.021-0.034,0.043-0.069,0.068-0.103 c0.009-0.012,0.019-0.025,0.029-0.039c0.011-0.013,0.023-0.027,0.035-0.042c0.12-0.146,0.231-0.309,0.332-0.487 c0.452-0.821,0.522-1.719,0.213-2.693c-0.273-0.879-0.782-1.633-1.525-2.261c-0.757-0.636-1.617-1.018-2.58-1.145 c-1.064-0.142-1.973,0.085-2.725,0.68c-0.134,0.106-0.257,0.217-0.368,0.335c-0.093,0.1-0.178,0.205-0.255,0.313l-1.967,2.38 c0.077-0.072,0.159-0.142,0.245-0.21c0.364-0.285,0.763-0.487,1.197-0.606c0.502-0.138,1.05-0.165,1.645-0.081 C15.116,5.37,16.012,5.773,16.807,6.431"/> <path fill="%23ffbc00" d="M5.684,11.424c0.005-0.002,0.014-0.003,0.029-0.003l0.045,0.016l3.706,0.726 c0.411,0.075,0.642,0.115,0.693,0.119c0.28,0.011,0.508-0.063,0.687-0.223c0.178-0.161,0.266-0.371,0.261-0.629 c-0.011-0.228-0.085-0.447-0.223-0.658c-0.402-0.608-0.645-1.238-0.729-1.89L8.177,8.515c-0.015,0-0.024,0.001-0.029,0.003 C8.146,8.52,8.145,8.521,8.145,8.521L5.684,11.424z"/> <path fill="%23a56600" d="M25.247,11.714c0-0.006-0.002-0.011-0.006-0.016l-1.738,3.222l0.006,0.006l-0.758,14.681 c-0.001,0.003-0.002,0.005-0.003,0.006l1.603-3.564c0.006-0.003,0.01-0.01,0.013-0.019L25.247,11.714z"/> <path fill="%23d88500" d="M18.433,8.737c-0.316-0.901-0.858-1.67-1.625-2.306c-0.796-0.658-1.691-1.061-2.686-1.209 c-0.595-0.084-1.143-0.057-1.645,0.081c-0.434,0.119-0.833,0.321-1.197,0.606c-0.086,0.068-0.168,0.138-0.245,0.21 c-0.582,0.558-0.885,1.268-0.909,2.129c-0.006,0.214,0.003,0.426,0.029,0.635c0.084,0.652,0.327,1.282,0.729,1.89 c0.138,0.211,0.212,0.43,0.223,0.658c0.004,0.258-0.083,0.468-0.261,0.629c-0.178,0.159-0.407,0.233-0.687,0.223 c-0.052-0.004-0.283-0.044-0.693-0.119l-3.706-0.726L5.713,11.42c-0.015,0-0.024,0.001-0.029,0.003 c-0.002,0.002-0.003,0.004-0.003,0.006l0.213,3.267c0.015,0.348,0.033,0.572,0.055,0.671c0.047,0.243,0.147,0.452,0.3,0.626 c0.159,0.189,0.357,0.333,0.593,0.432c0.252,0.105,0.493,0.132,0.726,0.081c0.062-0.015,0.16-0.046,0.293-0.094 c0.131-0.049,0.231-0.082,0.3-0.097c0.2-0.041,0.42-0.067,0.661-0.077c0.497-0.017,1,0.056,1.509,0.219 c0.479,0.153,0.932,0.374,1.358,0.664c0.432,0.284,0.814,0.62,1.145,1.009c0.348,0.411,0.612,0.848,0.79,1.313 c0.052,0.133,0.095,0.265,0.129,0.397c0.071,0.27,0.106,0.538,0.106,0.803c0,0.443-0.097,0.843-0.29,1.2 c-0.217,0.4-0.531,0.713-0.942,0.938c-0.323,0.183-0.686,0.298-1.087,0.345c-0.06,0.009-0.122,0.015-0.184,0.019 c-0.52,0.043-1.057-0.02-1.609-0.19c-0.335-0.103-0.658-0.239-0.971-0.41c-0.164-0.088-0.325-0.186-0.484-0.293 c-0.389-0.262-0.602-0.401-0.639-0.416c-0.269-0.138-0.532-0.17-0.79-0.097C6.715,21.783,6.6,21.856,6.519,21.96 c-0.041,0.053-0.073,0.115-0.097,0.184c-0.032,0.095-0.045,0.202-0.039,0.323c0,0.069,0.008,0.174,0.023,0.316l0.181,2.867 c0.006,0.017,0.01,0.041,0.01,0.071c0,0.009,0.002,0.017,0.006,0.023c0.007,0.013,0.021,0.022,0.042,0.026l16.029,3.838 c0.011,0.004,0.027,0.012,0.048,0.023c0.011,0.005,0.019,0.002,0.023-0.01c0.002,0,0.003-0.001,0.003-0.003v-0.003 c0.002-0.002,0.003-0.004,0.003-0.006l0.758-14.681l-0.006-0.006l-0.032-0.016L19,14.026c-0.288-0.058-0.519-0.142-0.693-0.252 c-0.206-0.138-0.367-0.306-0.481-0.506c-0.133-0.226-0.186-0.455-0.158-0.687c0.022-0.153,0.092-0.309,0.21-0.468 c0.007-0.007,0.014-0.014,0.019-0.023l0.429-0.664C18.732,10.608,18.767,9.711,18.433,8.737z"/> </svg>');
}
.orange.icon-ext-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%23ffbc00" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%23ffbc00" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%23ffbc00" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%23d88500" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.red.icon-ext-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF0000" d="M13.753,19.841c-0.104,0.02-0.21,0.035-0.319,0.045c-0.499,0.047-1.012-0.009-1.538-0.168 c-0.49-0.146-0.954-0.367-1.39-0.661c-0.389-0.258-0.594-0.392-0.616-0.403c-0.247-0.127-0.498-0.156-0.751-0.087 c-0.143,0.039-0.255,0.105-0.335,0.197c-0.026,0.032-0.048,0.066-0.068,0.103L6.519,21.96c0.081-0.104,0.196-0.177,0.345-0.219 c0.258-0.073,0.521-0.041,0.79,0.097c0.037,0.015,0.249,0.154,0.639,0.416c0.158,0.108,0.32,0.206,0.484,0.293 c0.312,0.17,0.636,0.307,0.971,0.41c0.553,0.17,1.089,0.233,1.609,0.19c0.062-0.004,0.124-0.011,0.184-0.019 c0.401-0.047,0.764-0.162,1.087-0.345c0.411-0.226,0.725-0.539,0.942-0.938c0.194-0.357,0.29-0.757,0.29-1.2 C13.86,20.379,13.824,20.111,13.753,19.841"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.3123" y1="3.3676" x2="24.1834" y2="14.2388"> <stop offset="0.2965" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.807,6.431c0.768,0.636,1.309,1.405,1.625,2.306c0.334,0.974,0.299,1.871-0.106,2.69 c-0.016,0.035-0.033,0.069-0.052,0.103c-0.088,0.174-0.199,0.343-0.332,0.506c-0.015,0.018-0.03,0.036-0.045,0.055 c-0.005,0.008-0.012,0.016-0.019,0.023c-0.118,0.159-0.188,0.315-0.21,0.468c-0.028,0.232,0.025,0.461,0.158,0.687 c0.114,0.2,0.274,0.369,0.481,0.506c0.174,0.11,0.405,0.194,0.693,0.252l4.47,0.877l0.032,0.016l1.738-3.222 c-0.015-0.026-0.071-0.039-0.168-0.039l-4.083-0.761c-0.299-0.056-0.522-0.129-0.671-0.219c-0.204-0.12-0.368-0.278-0.49-0.474 c-0.131-0.215-0.186-0.436-0.164-0.664c0.01-0.124,0.047-0.244,0.113-0.361c0.021-0.034,0.043-0.069,0.068-0.103 c0.009-0.012,0.019-0.025,0.029-0.039c0.011-0.013,0.023-0.027,0.035-0.042c0.12-0.146,0.231-0.309,0.332-0.487 c0.452-0.821,0.522-1.719,0.213-2.693c-0.273-0.879-0.782-1.633-1.525-2.261c-0.757-0.636-1.617-1.018-2.58-1.145 c-1.064-0.142-1.973,0.085-2.725,0.68c-0.134,0.106-0.257,0.217-0.368,0.335c-0.093,0.1-0.178,0.205-0.255,0.313l-1.967,2.38 c0.077-0.072,0.159-0.142,0.245-0.21c0.364-0.285,0.763-0.487,1.197-0.606c0.502-0.138,1.05-0.165,1.645-0.081 C15.116,5.37,16.012,5.773,16.807,6.431"/> <path fill="%23FF0000" d="M5.684,11.424c0.005-0.002,0.014-0.003,0.029-0.003l0.045,0.016l3.706,0.726 c0.411,0.075,0.642,0.115,0.693,0.119c0.28,0.011,0.508-0.063,0.687-0.223c0.178-0.161,0.266-0.371,0.261-0.629 c-0.011-0.228-0.085-0.447-0.223-0.658c-0.402-0.608-0.645-1.238-0.729-1.89L8.177,8.515c-0.015,0-0.024,0.001-0.029,0.003 C8.146,8.52,8.145,8.521,8.145,8.521L5.684,11.424z"/> <path fill="%23990000" d="M25.247,11.714c0-0.006-0.002-0.011-0.006-0.016l-1.738,3.222l0.006,0.006l-0.758,14.681 c-0.001,0.003-0.002,0.005-0.003,0.006l1.603-3.564c0.006-0.003,0.01-0.01,0.013-0.019L25.247,11.714z"/> <path fill="%23CC0000" d="M18.433,8.737c-0.316-0.901-0.858-1.67-1.625-2.306c-0.796-0.658-1.691-1.061-2.686-1.209 c-0.595-0.084-1.143-0.057-1.645,0.081c-0.434,0.119-0.833,0.321-1.197,0.606c-0.086,0.068-0.168,0.138-0.245,0.21 c-0.582,0.558-0.885,1.268-0.909,2.129c-0.006,0.214,0.003,0.426,0.029,0.635c0.084,0.652,0.327,1.282,0.729,1.89 c0.138,0.211,0.212,0.43,0.223,0.658c0.004,0.258-0.083,0.468-0.261,0.629c-0.178,0.159-0.407,0.233-0.687,0.223 c-0.052-0.004-0.283-0.044-0.693-0.119l-3.706-0.726L5.713,11.42c-0.015,0-0.024,0.001-0.029,0.003 c-0.002,0.002-0.003,0.004-0.003,0.006l0.213,3.267c0.015,0.348,0.033,0.572,0.055,0.671c0.047,0.243,0.147,0.452,0.3,0.626 c0.159,0.189,0.357,0.333,0.593,0.432c0.252,0.105,0.493,0.132,0.726,0.081c0.062-0.015,0.16-0.046,0.293-0.094 c0.131-0.049,0.231-0.082,0.3-0.097c0.2-0.041,0.42-0.067,0.661-0.077c0.497-0.017,1,0.056,1.509,0.219 c0.479,0.153,0.932,0.374,1.358,0.664c0.432,0.284,0.814,0.62,1.145,1.009c0.348,0.411,0.612,0.848,0.79,1.313 c0.052,0.133,0.095,0.265,0.129,0.397c0.071,0.27,0.106,0.538,0.106,0.803c0,0.443-0.097,0.843-0.29,1.2 c-0.217,0.4-0.531,0.713-0.942,0.938c-0.323,0.183-0.686,0.298-1.087,0.345c-0.06,0.009-0.122,0.015-0.184,0.019 c-0.52,0.043-1.057-0.02-1.609-0.19c-0.335-0.103-0.658-0.239-0.971-0.41c-0.164-0.088-0.325-0.186-0.484-0.293 c-0.389-0.262-0.602-0.401-0.639-0.416c-0.269-0.138-0.532-0.17-0.79-0.097C6.715,21.783,6.6,21.856,6.519,21.96 c-0.041,0.053-0.073,0.115-0.097,0.184c-0.032,0.095-0.045,0.202-0.039,0.323c0,0.069,0.008,0.174,0.023,0.316l0.181,2.867 c0.006,0.017,0.01,0.041,0.01,0.071c0,0.009,0.002,0.017,0.006,0.023c0.007,0.013,0.021,0.022,0.042,0.026l16.029,3.838 c0.011,0.004,0.027,0.012,0.048,0.023c0.011,0.005,0.019,0.002,0.023-0.01c0.002,0,0.003-0.001,0.003-0.003v-0.003 c0.002-0.002,0.003-0.004,0.003-0.006l0.758-14.681l-0.006-0.006l-0.032-0.016L19,14.026c-0.288-0.058-0.519-0.142-0.693-0.252 c-0.206-0.138-0.367-0.306-0.481-0.506c-0.133-0.226-0.186-0.455-0.158-0.687c0.022-0.153,0.092-0.309,0.21-0.468 c0.007-0.007,0.014-0.014,0.019-0.023l0.429-0.664C18.732,10.608,18.767,9.711,18.433,8.737z"/> </svg>');
}
.red.icon-ext-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%23FF0000" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%23FF0000" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%23FF0000" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%23CC0000" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}


.blue.icon-semaphore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="22.973,6.344 16.392,9.741 16.397,21.829 16.392,21.829 16.392,28.888 21.941,25.124 "/> <path fill="%23999999" d="M10.743,15.645c0.01-0.002,0.019-0.005,0.028-0.011l1.152-0.557c0.016-0.01,0.031-0.019,0.044-0.028 c0.066-0.039,0.138-0.07,0.215-0.094c0.467-0.143,0.979,0.037,1.538,0.54c0.393,0.353,0.718,0.799,0.975,1.339 c0.268,0.555,0.406,1.091,0.413,1.609c0.006,0.661-0.177,1.087-0.551,1.279c-0.017,0.012-0.036,0.021-0.055,0.028l-1.113,0.623 c-0.084,0.068-0.183,0.117-0.298,0.149c0.249,0.107,0.508,0.289,0.777,0.546c0.36,0.345,0.661,0.766,0.904,1.262 c0.061,0.124,0.114,0.245,0.16,0.364c0.156,0.398,0.237,0.78,0.242,1.146c0.004,0.301-0.05,0.553-0.16,0.755 c-0.082,0.153-0.192,0.263-0.331,0.331l-1.174,0.733c-0.009,0.007-0.018,0.013-0.028,0.017c-0.101,0.061-0.219,0.094-0.353,0.099 c-0.419,0.022-0.874-0.209-1.367-0.694c-0.103-0.102-0.202-0.21-0.298-0.325c-0.228-0.279-0.428-0.595-0.601-0.948 c-0.036-0.073-0.071-0.147-0.105-0.22l0.088,1.538l5.544,3.764v-7.06V9.741L9.847,6.363l0.499,9.624 C10.442,15.83,10.575,15.716,10.743,15.645z"/> <path fill="%23999999" d="M10.572,18.588c-0.034-0.07-0.065-0.14-0.094-0.209l0.165,3.075c0.074-0.111,0.162-0.196,0.265-0.254 c0.023-0.01,0.045-0.019,0.066-0.028l1.069-0.579c0.073-0.06,0.154-0.106,0.242-0.138c-0.237-0.1-0.485-0.271-0.744-0.513 C11.152,19.58,10.829,19.128,10.572,18.588"/> <polygon fill="%23CCCCCC" points="16.392,9.741 16.392,9.741 22.973,6.344 16.392,3.569 9.847,6.363 "/> <path fill="%23CC0000" d="M13.09,20.522c-0.003,0.002-0.007,0.004-0.011,0.006c-0.25,0.071-0.515,0.047-0.794-0.072 c-0.089,0.032-0.17,0.078-0.242,0.138l-1.069,0.579c0.078-0.032,0.165-0.05,0.259-0.055c0.164-0.007,0.331,0.022,0.502,0.088 c0.278,0.109,0.567,0.313,0.865,0.612c0.36,0.353,0.661,0.777,0.904,1.273c0.06,0.122,0.113,0.241,0.16,0.358 c0.157,0.403,0.239,0.789,0.248,1.157c0.003,0.12-0.003,0.232-0.017,0.336c-0.023,0.162-0.068,0.305-0.132,0.43 c-0.067,0.126-0.151,0.221-0.254,0.287l1.174-0.733c0.138-0.067,0.249-0.177,0.331-0.331c0.11-0.202,0.163-0.454,0.16-0.755 c-0.006-0.366-0.086-0.748-0.242-1.146c-0.046-0.119-0.099-0.24-0.16-0.364c-0.242-0.496-0.544-0.917-0.904-1.262 C13.599,20.811,13.34,20.629,13.09,20.522z"/> <path fill="%23FF0000" d="M10.605,21.525c-0.11,0.206-0.16,0.461-0.149,0.766c0.009,0.412,0.111,0.844,0.303,1.295 c0.034,0.074,0.069,0.147,0.105,0.22c0.172,0.352,0.373,0.668,0.601,0.948c0.095,0.115,0.194,0.223,0.298,0.325 c0.492,0.485,0.948,0.716,1.367,0.694c0.134-0.005,0.251-0.038,0.353-0.099c0.009-0.004,0.019-0.009,0.028-0.017 c0.102-0.065,0.187-0.161,0.254-0.287c0.065-0.125,0.109-0.268,0.132-0.43c0.014-0.104,0.019-0.216,0.017-0.336 c-0.009-0.369-0.091-0.754-0.248-1.157c-0.047-0.117-0.1-0.237-0.16-0.358c-0.242-0.496-0.544-0.92-0.904-1.273 c-0.299-0.299-0.587-0.503-0.865-0.612c-0.171-0.066-0.338-0.095-0.502-0.088c-0.094,0.005-0.181,0.023-0.259,0.055 c-0.021,0.009-0.044,0.018-0.066,0.028c-0.103,0.058-0.191,0.142-0.265,0.254C10.631,21.477,10.618,21.501,10.605,21.525z"/> <path fill="%23CC6600" d="M10.847,15.612c0.222-0.061,0.454-0.05,0.694,0.033c0.27,0.096,0.551,0.28,0.843,0.551 c0.389,0.364,0.713,0.816,0.97,1.356c0.268,0.562,0.41,1.102,0.424,1.62c0.006,0.236-0.013,0.441-0.055,0.617 c-0.061,0.259-0.173,0.453-0.336,0.584l1.113-0.623c0.019-0.007,0.038-0.016,0.055-0.028c0.374-0.191,0.558-0.617,0.551-1.279 c-0.007-0.518-0.145-1.054-0.413-1.609c-0.257-0.54-0.582-0.987-0.975-1.339c-0.558-0.503-1.071-0.683-1.538-0.54 c-0.077,0.023-0.149,0.055-0.215,0.094c-0.013,0.009-0.028,0.018-0.044,0.028l-1.152,0.557 C10.796,15.627,10.821,15.619,10.847,15.612z"/> <path fill="%23FFCC00" d="M10.77,15.634c-0.009,0.006-0.018,0.009-0.028,0.011c-0.168,0.071-0.3,0.185-0.397,0.342 c-0.142,0.232-0.209,0.559-0.198,0.981c0.013,0.453,0.123,0.924,0.331,1.411c0.029,0.069,0.06,0.139,0.094,0.209 c0.257,0.54,0.581,0.992,0.97,1.356c0.259,0.242,0.507,0.413,0.744,0.513c0.279,0.119,0.543,0.143,0.794,0.072 c0.004-0.001,0.008-0.003,0.011-0.006c0.114-0.032,0.213-0.081,0.298-0.149c0.163-0.131,0.275-0.326,0.336-0.584 c0.042-0.176,0.061-0.382,0.055-0.617c-0.015-0.518-0.156-1.058-0.424-1.62c-0.257-0.54-0.581-0.992-0.97-1.356 c-0.292-0.271-0.573-0.455-0.843-0.551c-0.241-0.083-0.472-0.094-0.694-0.033C10.821,15.619,10.796,15.627,10.77,15.634z"/> <path fill="%23339900" d="M10.888,9.437c0.25-0.046,0.503-0.011,0.758,0.103c0.287,0.132,0.577,0.36,0.872,0.686 c0.392,0.437,0.703,0.963,0.933,1.581c0.24,0.642,0.343,1.248,0.309,1.818c-0.017,0.259-0.057,0.483-0.12,0.672 c-0.092,0.278-0.233,0.48-0.425,0.608l1.281-0.576c0.022-0.005,0.043-0.014,0.063-0.025c0.428-0.174,0.671-0.623,0.728-1.349 c0.042-0.569-0.057-1.17-0.298-1.805c-0.23-0.617-0.543-1.138-0.941-1.563c-0.564-0.606-1.109-0.853-1.634-0.741 c-0.087,0.018-0.168,0.046-0.245,0.082c-0.016,0.008-0.033,0.017-0.051,0.026l-1.317,0.499C10.83,9.448,10.859,9.442,10.888,9.437z" /> <path fill="%2300FF00" d="M10.801,9.454c-0.01,0.005-0.02,0.009-0.031,0.009c-0.191,0.062-0.347,0.174-0.468,0.336 c-0.179,0.24-0.283,0.593-0.312,1.057c-0.03,0.498,0.046,1.025,0.226,1.579c0.025,0.079,0.053,0.158,0.083,0.239 c0.23,0.617,0.541,1.144,0.933,1.581c0.261,0.29,0.516,0.502,0.767,0.634c0.294,0.157,0.582,0.209,0.863,0.155 c0.005-0.001,0.009-0.003,0.013-0.005c0.128-0.024,0.242-0.068,0.341-0.134c0.192-0.128,0.333-0.331,0.425-0.608 c0.063-0.189,0.103-0.413,0.12-0.672c0.034-0.57-0.069-1.176-0.309-1.818c-0.23-0.617-0.541-1.144-0.933-1.581 C12.224,9.9,11.933,9.672,11.646,9.54c-0.256-0.115-0.509-0.149-0.758-0.103C10.859,9.442,10.83,9.448,10.801,9.454z"/> </svg> ');
}
.blue.icon-incident{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.0373" y1="27.5447" x2="15.3279" y2="22.2471"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.01,25.657c-0.085-1.252-1.005-3.819-2.585-3.824c-0.992-0.004-2.216,0.79-3.131,1.138 c1.984-0.753,4.091,4.823,2.167,5.558C17.998,27.941,20.149,27.705,20.01,25.657z"/> <path fill="%23FF0000" d="M15.329,23.192c1,0.679,1.611,2.037,1.777,3.204c0.155,1.086-0.251,2.807-1.662,1.92 c-0.963-0.605-1.55-1.993-1.746-3.067C13.507,24.198,13.838,22.179,15.329,23.192z"/> <polygon fill="%23FF0000" points="11.975,4.91 15.285,3.785 21.381,7.478 18.064,8.612 "/> <polygon fill="%23990000" points="18.064,8.612 21.381,7.478 20.336,20.482 17.037,21.624 "/> <polygon fill="%23CC0000" points="17.037,21.624 13.788,19.62 11.975,4.91 18.064,8.612 "/> </svg>');
}
.blue.icon-log{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.584,8.197 11.348,4.792 12.256,20.213 22.558,27.108 23.189,16.159 18.584,8.197 "/> <polygon fill="%23999999" points="19.775,7.583 18.584,8.197 23.189,16.159 24.353,15.467 "/> <polygon fill="%23676767" points="24.353,15.467 23.189,16.159 22.558,27.108 23.584,26.334 "/> <polygon fill="%23CCCCCC" points="12.554,4.31 11.348,4.792 18.584,8.197 19.775,7.583 "/> <polyline fill="%23CCCCCC" points="23.189,16.159 18.584,8.197 14.907,15.654 23.189,16.159 "/> <polyline fill="%23003399" points="4.673,22.687 4.868,25.067 7.787,27.047 7.638,24.639 4.673,22.687 "/> <polyline fill="%23003399" points="6.727,21.562 8.642,20.511 5.797,18.736 5.956,21.069 6.727,21.562 "/> <polyline fill="%23003399" points="14.778,26.712 14.731,24.304 11.617,22.371 11.71,24.751 14.778,26.712 "/> <polyline fill="%230044B2" points="7.638,24.639 7.787,27.047 11.71,24.751 11.617,22.371 7.638,24.639 "/> <polyline fill="%230044B2" points="14.731,24.304 14.778,26.712 15.996,20.484 15.968,18.159 14.731,24.304 "/> <polyline fill="%230099FF" points="8.642,20.511 6.727,21.562 4.673,22.687 7.638,24.639 11.617,22.371 14.731,24.304 15.968,18.159 5.797,18.736 8.642,20.511 "/> </svg> ');
}
.blue.icon-initialization{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-88.5832" y1="168.7441" x2="-76.1176" y2="168.7441" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.696,6.014c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.24,6.38,25.023,5.133,21.696,6.014z M23.597,13.201c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C28.073,10.067,26.578,12.413,23.597,13.201z"/> <path fill="%23CCCCCC" d="M21.478,5.19c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.022,5.557,24.806,4.31,21.478,5.19z M23.379,12.378c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C27.855,9.244,26.36,11.589,23.379,12.378z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-95.2165" y1="163.2574" x2="-80.6843" y2="177.7896" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.508,7.026C10.072,7.43,9.591,7.792,9.133,8.171c3.76-2.305,8.885,1.15,11.396,3.761 c2.424,2.52,5.683,7.858,3.145,11.347c1.021-1.187,2.091-2.243,2.309-3.877c0.35-2.62-0.985-5.328-2.5-7.376 c-1.53-2.068-3.595-3.891-5.929-4.996C15.453,6.034,12.465,5.358,10.508,7.026"/> <path fill="%23676767" d="M9.018,8.252c-2.622,2.587-0.475,7.191,1.251,9.62c1.998,2.813,4.996,5.366,8.393,6.238 c1.597,0.41,3.511,0.463,4.862-0.639c1.187-0.969,1.514-2.621,1.378-4.077c-0.332-3.563-2.837-6.86-5.483-9.097 C16.96,8.219,11.924,5.399,9.018,8.252z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-97.3985" y1="173.8823" x2="-88.2081" y2="173.8823" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.943,16.647c0.141-0.124,0.311-0.221,0.51-0.293c0.72-0.256,1.607-0.104,2.658,0.456 c0.05,0.027,0.1,0.054,0.149,0.081c0.722,0.419,1.382,0.972,1.983,1.659c0.3,0.348,0.553,0.698,0.759,1.049 c0.267,0.45,0.46,0.904,0.578,1.361c0.131,0.513,0.141,0.969,0.031,1.37c-0.056,0.202-0.143,0.375-0.261,0.521l2.965-3.194 c0.176-0.18,0.302-0.405,0.379-0.673c0.121-0.398,0.124-0.849,0.012-1.351c-0.182-0.82-0.611-1.618-1.288-2.393 c-0.635-0.731-1.345-1.288-2.129-1.673c-0.438-0.215-0.865-0.358-1.281-0.429c-0.519-0.084-0.972-0.039-1.358,0.133 c-0.131,0.058-0.248,0.127-0.352,0.206c-0.078,0.065-0.15,0.134-0.216,0.208L8.943,16.647z"/> <radialGradient id="SVGID_4_" cx="-207.8584" cy="119.4008" r="9.5408" gradientTransform="matrix(0.9668 -0.2557 -0.2557 -0.9668 238.411 82.5039)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_4_)" d="M4.393,19.034c-0.881,1.515-1.099,3.115-0.653,4.799c0.456,1.722,1.441,3.024,2.956,3.905 s3.133,1.094,4.855,0.638c1.685-0.446,2.968-1.426,3.849-2.941s1.094-3.133,0.638-4.855c-0.446-1.685-1.426-2.968-2.941-3.849 c-1.515-0.881-3.115-1.099-4.799-0.653C6.575,16.534,5.274,17.519,4.393,19.034z"/> </svg>');
}
.blue.icon-deploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230044B2" points="21.705,12.028 21.741,11.316 21.84,9.02 13.57,13.298 13.627,18.403 20.008,14.809 20.015,14.809 21.627,13.904 21.705,12.028 "/> <polyline fill="%230044B2" points="27.494,11.465 24.999,12.884 24.7,17.312 27.131,15.822 27.494,11.465 "/> <polyline fill="%230099FF" points="19.823,7.957 19.68,8.029 13.819,5.341 5.563,9.02 13.57,13.298 21.84,9.02 21.741,11.316 24.992,12.877 24.999,12.884 27.494,11.465 19.823,7.957 "/> <path fill="%23B6B6B6" d="M24.7,17.312l-0.064,0.955l-1.248,0.777v-0.007l-10.131,6.324l-0.806-0.52l0,0l0.1,4.399l0.642-0.421 l0.164-0.107c0-0.048,0-0.098,0-0.15c0.023-0.573,0.199-1.184,0.528-1.832c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.032-0.018,0.063-0.034,0.093-0.05c0.112-0.056,0.219-0.104,0.321-0.143 c0.2-0.065,0.39-0.096,0.57-0.093c0.385,0.014,0.673,0.176,0.863,0.485c0.091,0.152,0.153,0.328,0.185,0.528 c0.01,0.038,0.017,0.076,0.021,0.114c0.076,0.054,0.142,0.123,0.2,0.207c0.003,0.005,0.006,0.01,0.007,0.014l3.037-1.982 l0.307-0.207c0.012-0.002,0.021-0.004,0.029-0.007c0.029-0.57,0.197-1.169,0.506-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.089-0.089,0.179-0.172,0.271-0.25c0.052-0.041,0.104-0.082,0.157-0.121c0.04-0.03,0.081-0.058,0.121-0.086 c0.056-0.038,0.113-0.073,0.171-0.107c0.064-0.035,0.125-0.066,0.185-0.093c0.261-0.116,0.501-0.159,0.72-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.041,0.109,0.07,0.228,0.086,0.356c0.148,0.063,0.262,0.177,0.342,0.342l0.927-0.606 l0.349-4.1L24.7,17.312"/> <polyline fill="%23B6B6B6" points="6.191,18.467 4.943,19.13 12.429,23.921 12.394,22.345 6.191,18.467 "/> <polyline fill="%23676767" points="24.108,13.397 24.093,13.39 13.164,19.643 13.256,25.361 23.388,19.037 23.388,19.044 24.635,18.267 24.7,17.312 24.999,12.884 24.108,13.397 "/> <path fill="%23676767" d="M24.478,20.392c-0.166,0.114-0.34,0.263-0.52,0.449c-0.342,0.352-0.632,0.77-0.87,1.255 c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749c0.048,0.109,0.107,0.197,0.178,0.264 c0.065,0.059,0.139,0.102,0.221,0.128c0.057,0.02,0.119,0.032,0.185,0.036c0.404,0.024,0.846-0.212,1.326-0.706 c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476c0.019-0.299-0.019-0.551-0.114-0.756 c-0.005-0.01-0.009-0.022-0.014-0.036c-0.08-0.165-0.194-0.279-0.342-0.342c-0.002-0.001-0.007-0.003-0.014-0.007 c-0.065-0.024-0.139-0.039-0.221-0.043c-0.194-0.012-0.398,0.036-0.613,0.143C24.605,20.312,24.544,20.35,24.478,20.392"/> <path fill="%23676767" d="M15.966,25.974c-0.034,0.033-0.07,0.067-0.107,0.1c-0.346,0.36-0.641,0.78-0.884,1.262 c-0.07,0.139-0.132,0.277-0.185,0.414c-0.17,0.43-0.253,0.839-0.25,1.226c0.005,0.333,0.078,0.601,0.221,0.806 c0.019,0.027,0.038,0.053,0.057,0.078c0.165,0.189,0.39,0.276,0.677,0.264c0.456-0.019,0.946-0.278,1.469-0.777 c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64c0-0.325-0.071-0.589-0.214-0.791 c-0.001-0.005-0.004-0.009-0.007-0.014c-0.057-0.084-0.124-0.153-0.2-0.207c-0.145-0.1-0.323-0.145-0.535-0.135 C16.978,25.216,16.488,25.475,15.966,25.974"/> <polyline fill="%23676767" points="21.705,12.028 21.627,13.904 23.452,12.877 21.705,12.028 "/> <polyline fill="%23676767" points="5.884,13.904 4.594,14.538 4.943,19.13 6.191,18.467 6.191,18.467 5.884,13.904 "/> <polyline fill="%23999999" points="4.594,14.538 3.881,14.11 4.323,19.565 12.451,24.841 13.256,25.361 13.164,19.643 12.322,19.144 12.394,22.345 12.429,23.921 4.943,19.13 4.594,14.538 "/> <path fill="%23999999" d="M16.008,24.441c-0.03,0.016-0.061,0.032-0.093,0.05c-0.28,0.152-0.554,0.352-0.82,0.599 c-0.48,0.452-0.884,0.998-1.212,1.64c-0.329,0.649-0.505,1.26-0.528,1.832c0,0.052,0,0.102,0,0.15l-0.164,0.107l1.626,1.041 c-0.019-0.025-0.038-0.051-0.057-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.004-0.387,0.08-0.796,0.25-1.226 c0.053-0.136,0.115-0.274,0.185-0.414c0.243-0.481,0.538-0.902,0.884-1.262c0.037-0.033,0.072-0.067,0.107-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.212-0.009,0.39,0.036,0.535,0.135c-0.005-0.038-0.012-0.076-0.021-0.114l-1.618-0.92 C16.228,24.338,16.121,24.385,16.008,24.441"/> <path fill="%23999999" d="M24.022,19.386c-0.06,0.026-0.122,0.057-0.185,0.093c-0.058,0.033-0.115,0.069-0.171,0.107 c-0.041,0.027-0.081,0.056-0.121,0.086c-0.053,0.04-0.105,0.08-0.157,0.121c-0.092,0.078-0.182,0.161-0.271,0.25 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.478,1.226-0.506,1.797c-0.007,0.003-0.017,0.006-0.029,0.007l-0.307,0.207 l1.754,1.02c-0.071-0.067-0.13-0.155-0.178-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.18-0.186,0.354-0.336,0.52-0.449c0.065-0.042,0.127-0.08,0.185-0.114 c0.215-0.107,0.42-0.154,0.613-0.143c0.082,0.004,0.156,0.018,0.221,0.043L24.022,19.386"/> <polyline fill="%23CCCCCC" points="21.741,11.316 21.705,12.028 23.452,12.877 21.627,13.904 20.015,14.809 20.008,14.809 13.627,18.403 12.322,19.144 13.164,19.643 24.093,13.39 24.992,12.877 21.741,11.316 "/> <polyline fill="%23CCCCCC" points="5.007,20.014 5.335,24.263 12.55,29.24 12.451,24.841 5.007,20.014 "/> <polyline fill="%23CCCCCC" points="5.881,14.11 6.594,14.538 7.884,13.904 7.834,13.169 5.881,14.11 "/> <path fill="%23003399" d="M5.834,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.563,9.02 L5.834,13.169z"/> <path d="M24.742,19.258c-0.219-0.031-0.459,0.012-0.72,0.128l1.476,0.791c0.007,0.004,0.012,0.007,0.014,0.007 c-0.016-0.128-0.044-0.247-0.086-0.356C25.298,19.491,25.07,19.301,24.742,19.258"/> <path d="M17.948,25.219c-0.032-0.2-0.094-0.376-0.185-0.528c-0.19-0.309-0.478-0.471-0.863-0.485c-0.18-0.003-0.37,0.028-0.57,0.093 L17.948,25.219"/> </svg> ');
}
.blue.icon-undeploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- <path fill="%230044B2" d="M24.858,20.367l5.851-4.433l0.842-7.181l-6.693,3.812V20.367z"/> <path fill="%23003399" d="M19.007,15.934l5.851,4.433v-7.802l-6.693-3.812L19.007,15.934z"/> <path fill="%230099FF" d="M24.858,5.827l-6.693,2.926l6.693,3.812l6.693-3.812L24.858,5.827z"/> --> <g transform="translate(3, -1)"> <polyline fill="%230044B2" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%23003399" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.blue.icon-release{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%23003399" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%230099FF" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%23003399" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%230099FF" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.blue.icon-task{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%230099FF" points="15.717,22.466 13.393,21.817 21.959,6.194 24.304,6.791 "/> <polygon fill="%230099FF" points="7.617,22.13 5.308,21.479 7.376,17.705 9.69,18.343 "/> <polygon fill="%23003399" points="16.672,28.291 14.349,27.625 5.308,21.479 7.617,22.13 "/> <polygon fill="%230044B2" points="24.304,6.791 27.297,8.883 16.672,28.291 7.617,22.13 9.69,18.343 15.717,22.466 "/> <polygon fill="%23CCCCCC" points="11.884,13.727 10.529,13.348 15.525,4.236 16.893,4.585 "/> <polygon fill="%23CCCCCC" points="7.16,13.531 5.814,13.151 7.02,10.95 8.369,11.322 "/> <polygon fill="%23999999" points="12.441,17.124 11.086,16.735 5.814,13.151 7.16,13.531 "/> <polygon fill="%23676767" points="16.893,4.585 18.638,5.805 12.441,17.124 7.16,13.531 8.369,11.322 11.884,13.727 "/> </svg> ');
}
.blue.icon-monitor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23003399" d="M13.078,19.415c-0.041-0.212-0.091-0.431-0.151-0.656c-0.15-0.561-0.341-1.114-0.573-1.66 c-0.319-0.75-0.716-1.484-1.192-2.203c-0.392-0.589-0.802-1.109-1.23-1.561c-0.095-0.101-0.193-0.199-0.294-0.294 c-0.486-0.469-0.994-0.852-1.524-1.147c-0.44-0.247-0.86-0.405-1.26-0.475c-0.086-0.015-0.172-0.025-0.256-0.03 c-0.185-0.015-0.366-0.01-0.543,0.015c-0.719,0.101-1.25,0.528-1.592,1.282c-0.267,0.578-0.385,1.285-0.355,2.12 c0.025,0.649,0.136,1.345,0.332,2.09c0.357,1.333,0.945,2.618,1.765,3.855c0.92,1.383,1.936,2.384,3.048,3.002 c0.744,0.417,1.428,0.581,2.052,0.49c0.547-0.077,0.985-0.343,1.313-0.8c0.013-0.015,0.026-0.033,0.038-0.053l0.287-0.543 c0.287-0.68,0.383-1.502,0.287-2.467C13.2,20.075,13.15,19.753,13.078,19.415"/> <path fill="%23003399" d="M5.082,15.5c-0.02-0.644,0.075-1.189,0.287-1.637c0.277-0.573,0.694-0.893,1.252-0.958 c0.488-0.055,1.016,0.08,1.584,0.407c0.363,0.205,0.712,0.461,1.049,0.769c0.16,0.151,0.316,0.312,0.468,0.483 c0.285,0.319,0.559,0.679,0.822,1.079c0.405,0.615,0.734,1.246,0.988,1.893c0.145,0.357,0.265,0.719,0.362,1.086 c0.084,0.316,0.147,0.618,0.189,0.905c0.009,0.058,0.016,0.116,0.023,0.173c0.107,0.86,0.022,1.584-0.256,2.173 c-0.272,0.573-0.686,0.893-1.245,0.958c-0.488,0.055-1.016-0.08-1.584-0.407c-0.855-0.488-1.634-1.265-2.338-2.331 c-0.629-0.955-1.081-1.949-1.358-2.98C5.172,16.541,5.092,16.003,5.082,15.5"/> <polygon fill="%23003399" points="17.958,23.255 16.404,22.312 16.457,27.193 17.966,28.173 17.958,23.247 "/> <path d="M10.543,15.644c-0.263-0.4-0.537-0.76-0.822-1.079c-0.152-0.171-0.308-0.332-0.468-0.483 c-0.18,0.476-0.185,1.085-0.015,1.826c0.13,0.554,0.346,1.092,0.649,1.614c0.059,0.104,0.122,0.207,0.189,0.309 c0.079,0.121,0.16,0.237,0.241,0.347c0.386,0.507,0.808,0.887,1.267,1.139c0.171,0.096,0.337,0.167,0.498,0.211 c-0.042-0.287-0.105-0.589-0.189-0.905c-0.097-0.367-0.217-0.729-0.362-1.086C11.277,16.89,10.948,16.259,10.543,15.644z"/> <path fill="%230044B2" d="M5.368,13.863c-0.211,0.448-0.307,0.993-0.287,1.637c0.01,0.503,0.091,1.041,0.241,1.614 c0.277,1.031,0.729,2.024,1.358,2.98c0.704,1.066,1.484,1.843,2.338,2.331c0.568,0.327,1.096,0.463,1.584,0.407 c0.558-0.065,0.973-0.385,1.245-0.958c0.278-0.588,0.363-1.313,0.256-2.173c-0.006-0.058-0.014-0.115-0.023-0.173 c-0.161-0.044-0.327-0.115-0.498-0.211c-0.459-0.252-0.882-0.632-1.267-1.139c-0.082-0.11-0.162-0.226-0.241-0.347 c-0.067-0.103-0.13-0.206-0.189-0.309c-0.302-0.523-0.519-1.061-0.649-1.614c-0.17-0.741-0.165-1.349,0.015-1.826 c-0.336-0.308-0.686-0.565-1.049-0.769c-0.568-0.327-1.096-0.463-1.584-0.407C6.062,12.971,5.645,13.29,5.368,13.863"/> <polygon fill="%230044B2" points="19.475,27.193 19.52,22.304 17.966,23.247 17.958,23.247 17.966,28.173 "/> <path fill="%230099FF" d="M13.561,12.385c-0.276-0.148-0.54-0.228-0.792-0.241c-0.015-0.002-0.03-0.005-0.045-0.008l-3.161-0.385 l-2.708-0.332c0.4,0.07,0.82,0.229,1.26,0.475c0.53,0.295,1.038,0.677,1.524,1.147c0.101,0.095,0.199,0.193,0.294,0.294 c0.428,0.452,0.838,0.973,1.23,1.561c0.476,0.718,0.873,1.453,1.192,2.203c0.232,0.545,0.424,1.099,0.573,1.66 c0.06,0.225,0.11,0.444,0.151,0.656c0.072,0.338,0.122,0.659,0.151,0.966c0.096,0.964,0.001,1.787-0.287,2.467l1.064-1.991 l1.509-2.844c0.061-0.058,0.117-0.125,0.166-0.204c0.317-0.503,0.382-1.187,0.196-2.052c-0.032-0.151-0.073-0.302-0.121-0.453 c-0.153-0.498-0.384-0.983-0.694-1.456C14.624,13.174,14.124,12.686,13.561,12.385z"/> <path fill="%23CCCCCC" d="M17.958,12.792l0.008-0.008l8.569-4.42l-8.577-3.817L9.382,8.364L17.958,12.792z"/> <path fill="%23999999" d="M12.769,12.143c0.252,0.013,0.516,0.094,0.792,0.241c0.563,0.302,1.064,0.79,1.501,1.463 c0.31,0.473,0.541,0.958,0.694,1.456c0.048,0.15,0.088,0.301,0.121,0.453c0.186,0.865,0.121,1.549-0.196,2.052 c-0.049,0.078-0.105,0.146-0.166,0.204l-1.509,2.844l2.399,1.456l1.554,0.943v-0.008h0.008V12.785l-0.008,0.008L9.382,8.364 l0.181,3.387l3.161,0.385C12.738,12.139,12.753,12.141,12.769,12.143z"/> <path fill="%23676767" d="M25.992,18.382l0.543-10.018l-8.569,4.42v10.463l1.554-0.943L25.992,18.382z"/> </svg>');
}
.blue.icon-timer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104c-0.31-0.036-0.618-0.057-0.925-0.062 c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481c-0.995,0.715-1.766,1.59-2.312,2.626 c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686c0.083-0.855,0.331-1.673,0.743-2.454 c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428c0.566-0.107,1.166-0.157,1.8-0.149 c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62c0.626,0.996,0.98,2.063,1.06,3.201 c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112c0.525-1.106,0.74-2.261,0.644-3.465 C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351c-0.007,0.007-0.017,0.012-0.03,0.013 l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995c0.809,2.219,2.259,4,4.35,5.343 c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492c1.217-0.351,2.339-0.878,3.367-1.58 c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828c0.12-0.334,0.221-0.672,0.302-1.013 c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269c-1.086,0.726-2.276,1.269-3.569,1.629 c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091c-2.203-1.407-3.739-3.269-4.606-5.584 C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path fill="%230044B2" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path fill="%230099FF" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg>');
}
.blue.icon-timer-trigger{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%230044B2"/> <stop offset="1" style="stop-color:%230099FF"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%230044B2"/> <stop offset="1" style="stop-color:%230099FF"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="4.475343e-07" style="stop-color:%230044B2"/> <stop offset="0.6157" style="stop-color:%230099FF"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path opacity="0.3" fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104 c-0.31-0.036-0.618-0.057-0.925-0.062c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481 c-0.995,0.715-1.766,1.59-2.312,2.626c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686 c0.083-0.855,0.331-1.673,0.743-2.454c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428 c0.566-0.107,1.166-0.157,1.8-0.149c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path opacity="0.3" fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62 c0.626,0.996,0.98,2.063,1.06,3.201c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112 c0.525-1.106,0.74-2.261,0.644-3.465C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path opacity="0.3" fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path opacity="0.3" fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351 c-0.007,0.007-0.017,0.012-0.03,0.013l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995 c0.809,2.219,2.259,4,4.35,5.343c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492 c1.217-0.351,2.339-0.878,3.367-1.58c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828 c0.12-0.334,0.221-0.672,0.302-1.013c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269 c-1.086,0.726-2.276,1.269-3.569,1.629c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091 c-2.203-1.407-3.739-3.269-4.606-5.584C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path opacity="0.3" fill="%23676767" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path opacity="0.3" fill="%23CCCCCC" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg> ');
}
.blue.icon-timer-trigger-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230044B2" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%230044B2" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%230044B2" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%230044B2" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%230044B2" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%230044B2" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%230099FF" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%230099FF" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%230099FF" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.blue.icon-timer-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1778.1346" cy="-1417.7965" r="6.0466" fx="1781.8185" fy="-1419.4559" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="16.664" cy="9.775" r="4.166"/> <radialGradient id="SVGID_2_" cx="1783.0852" cy="-1424.8751" r="3.5805" fx="1785.2666" fy="-1425.8578" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="8.126" cy="11.095" r="2.467"/> <path fill="%23CCCCCC" d="M22.739,11.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,11.43,22.728,11.435,22.739,11.438"/> <path fill="%23676767" d="M19.326,12.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,11.988,17.803,12.076,19.326,12.388"/> <path fill="%23FFFFFF" d="M20.069,12.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,12.78,20.463,12.663,20.069,12.561"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="23.1481" x2="28.0832" y2="23.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M28.083,16.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,16.994"/> <polygon fill="%23676767" points="13.644,16.022 18.398,18.84 22.778,13.379 "/> <path fill="%23CCCCCC" d="M26.992,13.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,15.582,27.761,14.542,26.992,13.553z M26.7,17.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,14.831,26.876,15.914,26.7,17.054z"/> <polygon fill="%230044B2" points="26.043,9.567 16.664,13.618 19.322,18.28 "/> <polygon fill="%230099FF" points="13.504,13.787 16.664,13.618 26.043,9.567 "/> <path fill="%230099FF" d="M12.37,14.926c0.001,0.004,0.002,0.008,0.002,0.012c0.009,0.066,0.029,0.133,0.06,0.2 c0.196,0.428,0.761,0.738,1.695,0.929c0.636,0.131,1.322,0.17,2.058,0.116c0.765-0.053,1.433-0.197,2.005-0.431 c0.358-0.144,0.639-0.316,0.842-0.517c0.193-0.184,0.29-0.371,0.291-0.562c0.001-0.003,0.001-0.006,0-0.009c0-0.007,0-0.014,0-0.022 c-0.004-0.079-0.024-0.158-0.06-0.237c-0.193-0.428-0.757-0.74-1.695-0.934c-0.636-0.131-1.322-0.171-2.058-0.118 c-0.765,0.054-1.433,0.198-2.005,0.433c-0.362,0.147-0.644,0.319-0.847,0.515C12.445,14.507,12.349,14.715,12.37,14.926"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="12.3713" y1="17.1042" x2="19.4126" y2="17.1042"> <stop offset="0.2832" style="stop-color:%23003399"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M12.432,15.139c-0.031-0.067-0.051-0.134-0.06-0.2l0.317,3.136c0,0.007,0,0.014,0,0.02 c0.001,0.068,0.011,0.137,0.032,0.208c0.143,0.49,0.674,0.845,1.592,1.064c0.195,0.047,0.395,0.083,0.599,0.11 c0.454,0.06,0.932,0.072,1.434,0.036c0.37-0.026,0.715-0.075,1.037-0.149c0.338-0.076,0.65-0.178,0.936-0.306 c0.774-0.348,1.137-0.746,1.09-1.192l-0.087-3.192c-0.001,0.191-0.098,0.378-0.291,0.562c-0.203,0.201-0.484,0.373-0.842,0.517 c-0.572,0.235-1.24,0.379-2.005,0.431c-0.736,0.054-1.422,0.015-2.058-0.116C13.193,15.877,12.628,15.567,12.432,15.139"/> </svg> ');
}
.blue.icon-infra-devel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="6.784,9.77 8.837,10.907 11.197,9.77 9.141,8.678 6.784,9.77 "/> <polyline fill="%230099FF" points="12.537,17.163 13.699,15.15 11.739,14.027 10.602,15.993 12.537,17.163 "/> <path fill="%230099FF" d="M5.477,15.747c-0.385,0.672-0.645,1.447-0.779,2.324c-0.179,1.154-0.122,2.005,0.17,2.553 c0.11,0.207,0.255,0.377,0.436,0.511c0.023,0.017,0.045,0.033,0.067,0.047L7.2,22.467c-0.188-0.14-0.337-0.321-0.447-0.542 c-0.061-0.123-0.11-0.261-0.148-0.413c-0.13-0.517-0.126-1.203,0.011-2.058c0.007-0.043,0.015-0.087,0.022-0.131 c0.153-0.881,0.425-1.662,0.818-2.343c0.385-0.665,0.919-1.3,1.6-1.905l-1.986-1.195C6.381,14.476,5.849,15.099,5.477,15.747z"/> <path fill="%230044B2" d="M12.537,17.163c-0.007,0.583-0.155,1.138-0.444,1.665c-0.197,0.357-0.48,0.729-0.849,1.114 c-0.653,0.685-1.315,1.042-1.986,1.07c-0.67,0.03-1.065-0.128-1.184-0.472c-0.095-0.27-0.134-0.492-0.117-0.665 c-0.011-0.101-0.005-0.26,0.02-0.478c0.035-0.343,0.108-0.651,0.218-0.924c0.264-0.65,0.559-1.169,0.883-1.556 c0.326-0.387,0.726-0.71,1.201-0.969l1.067-1.846L11.197,9.77l-2.36,1.137l0.221,4.167c-0.681,0.605-1.215,1.24-1.6,1.905 c-0.393,0.681-0.666,1.463-0.818,2.343c-0.008,0.045-0.015,0.088-0.022,0.131c-0.137,0.855-0.141,1.541-0.011,2.058 c0.038,0.153,0.087,0.291,0.148,0.413c0.11,0.221,0.259,0.402,0.447,0.542c0.006,0.004,0.012,0.008,0.017,0.011 c0.411,0.296,1.001,0.401,1.771,0.316c0.704-0.076,1.409-0.392,2.114-0.947c0.665-0.516,1.245-1.171,1.74-1.966 c0.499-0.797,0.829-1.604,0.991-2.421c0.177-0.875,0.132-1.645-0.134-2.31L12.537,17.163z"/> <path fill="%23003399" d="M12.093,18.828c0.289-0.527,0.437-1.082,0.444-1.665l-1.935-1.17c0.02,0.465-0.064,0.964-0.254,1.494 c-0.196,0.536-0.46,1.005-0.793,1.408c-0.507,0.612-1.04,0.939-1.598,0.98C7.94,20.048,7.979,20.27,8.074,20.54 c0.119,0.344,0.514,0.502,1.184,0.472c0.671-0.028,1.333-0.384,1.986-1.07C11.613,19.557,11.896,19.185,12.093,18.828"/> <polygon fill="%23003399" points="8.837,10.907 6.784,9.77 7.072,13.879 9.058,15.074 "/> <polyline fill="%23676767" points="7.875,9.333 8.023,11.682 15.726,9.347 19.108,8.325 18.815,19.72 21.711,17.885 22.473,2.502 7.875,9.333 "/> <polyline fill="%23999999" points="19.108,8.325 15.726,9.347 15.731,22.153 18.815,23.988 19.108,8.325 "/> <polyline fill="%23999999" points="8.023,11.682 7.875,9.333 4.415,7.423 4.619,9.721 8.023,11.682 "/> <polyline fill="%23CCCCCC" points="22.473,2.502 18.988,1.08 4.415,7.423 7.875,9.333 22.473,2.502 "/> <polyline fill="%23CCCCCC" points="17.319,26.173 20.709,28.606 27.551,24.055 26.801,23.644 24.302,22.161 17.319,26.173 "/> <polygon fill="%23CCCCCC" points="27.794,20.119 24.302,18.436 17.92,21.671 17.917,21.671 17.036,22.135 20.6,24.466 "/> <polyline fill="%23676767" points="20.709,28.606 20.778,30.516 27.399,25.867 27.551,24.055 20.709,28.606 "/> <polyline fill="%230044B2" points="27.879,18.139 28.06,15.943 20.478,20.017 20.561,22.407 27.879,18.139 "/> <polygon fill="%23676767" points="20.6,24.466 20.676,26.596 27.63,22.108 27.794,20.119 "/> <polyline fill="%23999999" points="17.319,26.173 17.49,28.034 20.778,30.516 20.709,28.606 17.319,26.173 "/> <polyline fill="%23003399" points="16.724,17.824 16.937,20.115 20.561,22.407 20.478,20.017 16.724,17.824 "/> <polygon fill="%23999999" points="20.676,26.596 20.6,24.466 17.036,22.135 17.227,24.196 18.032,24.755 18.032,24.758 "/> <polyline fill="%230099FF" points="28.06,15.943 24.302,14.312 16.724,17.824 20.478,20.017 28.06,15.943 "/> </svg> ');
}
.blue.icon-infra-test{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M12.009,12.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C12.372,12.387,12.192,12.424,12.009,12.438z"/> <path fill="%23676767" d="M21.294,20.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C21.265,20.647,21.283,20.435,21.294,20.223z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.657" y1="2.5833" x2="14.657" y2="14.0892"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.898,6.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C18.077,9.837,18.037,8.088,17.898,6.69z"/> <path fill="%23999999" d="M13.059,3.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C10.181,4.075,11.23,2.678,13.059,3.356z"/> <polygon fill="%230099FF" points="16.717,23.466 14.393,22.818 22.959,7.194 25.304,7.792 "/> <polygon fill="%230099FF" points="8.617,23.131 6.308,22.48 8.376,18.706 10.69,19.344 "/> <polygon fill="%23003399" points="17.672,29.291 15.349,28.625 6.308,22.48 8.617,23.131 "/> <polygon fill="%230044B2" points="25.304,7.792 28.297,9.884 17.672,29.291 8.617,23.131 10.69,19.344 16.717,23.466 "/> </svg> ');
}
.blue.icon-infra-prod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M28.66,11.089c-0.059-0.058-0.127-0.103-0.202-0.133c-0.292-0.124-0.699-0.031-1.221,0.279l-12.528,7.493 c-0.652,0.388-1.156,0.849-1.512,1.382c-0.334,0.501-0.579,1.137-0.736,1.908c-0.183,0.868-0.046,1.503,0.412,1.908 c0.469,0.415,1.08,0.383,1.835-0.097l12.149-7.768c0.528-0.339,0.989-0.868,1.382-1.584c0.366-0.663,0.593-1.323,0.679-1.98 C29.005,11.817,28.919,11.348,28.66,11.089 M27.116,12.714c0.264-0.162,0.455-0.14,0.574,0.065c0.102,0.183,0.116,0.423,0.04,0.719 c-0.065,0.269-0.151,0.488-0.259,0.655c-0.119,0.194-0.286,0.358-0.501,0.493l-12.262,7.687c-0.296,0.189-0.539,0.199-0.727,0.032 c-0.178-0.162-0.232-0.415-0.162-0.76c0.065-0.302,0.162-0.552,0.291-0.752c0.14-0.216,0.339-0.401,0.598-0.558L27.116,12.714z"/> <path fill="%23003399" d="M27.69,12.779c-0.119-0.205-0.31-0.226-0.574-0.065l-12.407,7.582c-0.259,0.156-0.458,0.342-0.598,0.558 c-0.129,0.199-0.226,0.45-0.291,0.752c-0.07,0.345-0.016,0.598,0.162,0.76c0.189,0.167,0.431,0.156,0.727-0.032l12.262-7.687 c0.216-0.135,0.383-0.299,0.501-0.493c0.108-0.167,0.194-0.385,0.259-0.655C27.806,13.202,27.792,12.962,27.69,12.779z"/> <path fill="%230099FF" d="M19.922,6.85c-0.325-0.159-0.759-0.098-1.301,0.182L6.068,13.555c-0.63,0.329-1.126,0.857-1.487,1.584 c-0.323,0.652-0.474,1.318-0.453,1.996c0.025,0.646,0.202,1.112,0.529,1.398c0.001,0.001,0.003,0.003,0.004,0.004l8.212,5.387 c-0.458-0.404-0.595-1.04-0.412-1.908c0.156-0.771,0.401-1.406,0.736-1.908c0.356-0.533,0.859-0.994,1.512-1.382l12.528-7.493 c0.521-0.31,0.928-0.403,1.221-0.279L19.922,6.85z"/> <polyline fill="%23CCCCCC" points="16.382,5.987 22.145,8.824 24.166,7.701 18.411,4.969 16.382,5.987 "/> <polyline fill="%23CCCCCC" points="15.63,12.437 12.151,10.534 9.867,9.285 7.539,10.457 13.294,13.73 15.63,12.437 "/> <polyline fill="%23CCCCCC" points="16.362,8.101 14.289,7.046 12.114,8.145 17.885,11.184 20.052,9.98 16.362,8.101 "/> <polygon fill="%23CCCCCC" points="5.729,22.228 3.401,23.594 8.784,27.376 11.128,25.881 "/> <polyline fill="%23676767" points="22.145,8.824 21.984,12.437 23.956,11.281 24.166,7.701 22.145,8.824 "/> <polyline fill="%23676767" points="19.93,13.633 20.003,11.407 20.052,9.98 17.885,11.184 17.813,14.878 19.93,13.633 "/> <polyline fill="%23676767" points="15.622,13.658 15.63,12.437 13.294,13.73 13.335,17.497 15.614,16.163 15.622,13.658 "/> <polygon fill="%23676767" points="8.784,27.376 8.922,30.723 11.209,29.195 11.128,25.881 "/> <polyline fill="%23999999" points="13.335,17.497 13.294,13.73 7.539,10.457 7.701,14.127 13.335,17.497 "/> <polyline fill="%23999999" points="15.63,12.437 15.622,13.658 17.813,14.878 17.885,11.184 12.114,8.145 12.151,10.534 15.63,12.437 "/> <polyline fill="%23999999" points="16.382,5.987 16.362,8.101 20.052,9.98 20.003,11.407 21.984,12.437 22.145,8.824 16.382,5.987 "/> <polygon fill="%23999999" points="8.922,30.723 8.784,27.376 3.401,23.594 3.652,26.875 "/> </svg> ');
}
.lightBlue.icon-semaphore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="22.973,6.344 16.392,9.741 16.397,21.829 16.392,21.829 16.392,28.888 21.941,25.124 "/> <path fill="%23999999" d="M10.743,15.645c0.01-0.002,0.019-0.005,0.028-0.011l1.152-0.557c0.016-0.01,0.031-0.019,0.044-0.028 c0.066-0.039,0.138-0.07,0.215-0.094c0.467-0.143,0.979,0.037,1.538,0.54c0.393,0.353,0.718,0.799,0.975,1.339 c0.268,0.555,0.406,1.091,0.413,1.609c0.006,0.661-0.177,1.087-0.551,1.279c-0.017,0.012-0.036,0.021-0.055,0.028l-1.113,0.623 c-0.084,0.068-0.183,0.117-0.298,0.149c0.249,0.107,0.508,0.289,0.777,0.546c0.36,0.345,0.661,0.766,0.904,1.262 c0.061,0.124,0.114,0.245,0.16,0.364c0.156,0.398,0.237,0.78,0.242,1.146c0.004,0.301-0.05,0.553-0.16,0.755 c-0.082,0.153-0.192,0.263-0.331,0.331l-1.174,0.733c-0.009,0.007-0.018,0.013-0.028,0.017c-0.101,0.061-0.219,0.094-0.353,0.099 c-0.419,0.022-0.874-0.209-1.367-0.694c-0.103-0.102-0.202-0.21-0.298-0.325c-0.228-0.279-0.428-0.595-0.601-0.948 c-0.036-0.073-0.071-0.147-0.105-0.22l0.088,1.538l5.544,3.764v-7.06V9.741L9.847,6.363l0.499,9.624 C10.442,15.83,10.575,15.716,10.743,15.645z"/> <path fill="%23999999" d="M10.572,18.588c-0.034-0.07-0.065-0.14-0.094-0.209l0.165,3.075c0.074-0.111,0.162-0.196,0.265-0.254 c0.023-0.01,0.045-0.019,0.066-0.028l1.069-0.579c0.073-0.06,0.154-0.106,0.242-0.138c-0.237-0.1-0.485-0.271-0.744-0.513 C11.152,19.58,10.829,19.128,10.572,18.588"/> <polygon fill="%23CCCCCC" points="16.392,9.741 16.392,9.741 22.973,6.344 16.392,3.569 9.847,6.363 "/> <path fill="%23CC0000" d="M13.09,20.522c-0.003,0.002-0.007,0.004-0.011,0.006c-0.25,0.071-0.515,0.047-0.794-0.072 c-0.089,0.032-0.17,0.078-0.242,0.138l-1.069,0.579c0.078-0.032,0.165-0.05,0.259-0.055c0.164-0.007,0.331,0.022,0.502,0.088 c0.278,0.109,0.567,0.313,0.865,0.612c0.36,0.353,0.661,0.777,0.904,1.273c0.06,0.122,0.113,0.241,0.16,0.358 c0.157,0.403,0.239,0.789,0.248,1.157c0.003,0.12-0.003,0.232-0.017,0.336c-0.023,0.162-0.068,0.305-0.132,0.43 c-0.067,0.126-0.151,0.221-0.254,0.287l1.174-0.733c0.138-0.067,0.249-0.177,0.331-0.331c0.11-0.202,0.163-0.454,0.16-0.755 c-0.006-0.366-0.086-0.748-0.242-1.146c-0.046-0.119-0.099-0.24-0.16-0.364c-0.242-0.496-0.544-0.917-0.904-1.262 C13.599,20.811,13.34,20.629,13.09,20.522z"/> <path fill="%23FF0000" d="M10.605,21.525c-0.11,0.206-0.16,0.461-0.149,0.766c0.009,0.412,0.111,0.844,0.303,1.295 c0.034,0.074,0.069,0.147,0.105,0.22c0.172,0.352,0.373,0.668,0.601,0.948c0.095,0.115,0.194,0.223,0.298,0.325 c0.492,0.485,0.948,0.716,1.367,0.694c0.134-0.005,0.251-0.038,0.353-0.099c0.009-0.004,0.019-0.009,0.028-0.017 c0.102-0.065,0.187-0.161,0.254-0.287c0.065-0.125,0.109-0.268,0.132-0.43c0.014-0.104,0.019-0.216,0.017-0.336 c-0.009-0.369-0.091-0.754-0.248-1.157c-0.047-0.117-0.1-0.237-0.16-0.358c-0.242-0.496-0.544-0.92-0.904-1.273 c-0.299-0.299-0.587-0.503-0.865-0.612c-0.171-0.066-0.338-0.095-0.502-0.088c-0.094,0.005-0.181,0.023-0.259,0.055 c-0.021,0.009-0.044,0.018-0.066,0.028c-0.103,0.058-0.191,0.142-0.265,0.254C10.631,21.477,10.618,21.501,10.605,21.525z"/> <path fill="%23CC6600" d="M10.847,15.612c0.222-0.061,0.454-0.05,0.694,0.033c0.27,0.096,0.551,0.28,0.843,0.551 c0.389,0.364,0.713,0.816,0.97,1.356c0.268,0.562,0.41,1.102,0.424,1.62c0.006,0.236-0.013,0.441-0.055,0.617 c-0.061,0.259-0.173,0.453-0.336,0.584l1.113-0.623c0.019-0.007,0.038-0.016,0.055-0.028c0.374-0.191,0.558-0.617,0.551-1.279 c-0.007-0.518-0.145-1.054-0.413-1.609c-0.257-0.54-0.582-0.987-0.975-1.339c-0.558-0.503-1.071-0.683-1.538-0.54 c-0.077,0.023-0.149,0.055-0.215,0.094c-0.013,0.009-0.028,0.018-0.044,0.028l-1.152,0.557 C10.796,15.627,10.821,15.619,10.847,15.612z"/> <path fill="%23FFCC00" d="M10.77,15.634c-0.009,0.006-0.018,0.009-0.028,0.011c-0.168,0.071-0.3,0.185-0.397,0.342 c-0.142,0.232-0.209,0.559-0.198,0.981c0.013,0.453,0.123,0.924,0.331,1.411c0.029,0.069,0.06,0.139,0.094,0.209 c0.257,0.54,0.581,0.992,0.97,1.356c0.259,0.242,0.507,0.413,0.744,0.513c0.279,0.119,0.543,0.143,0.794,0.072 c0.004-0.001,0.008-0.003,0.011-0.006c0.114-0.032,0.213-0.081,0.298-0.149c0.163-0.131,0.275-0.326,0.336-0.584 c0.042-0.176,0.061-0.382,0.055-0.617c-0.015-0.518-0.156-1.058-0.424-1.62c-0.257-0.54-0.581-0.992-0.97-1.356 c-0.292-0.271-0.573-0.455-0.843-0.551c-0.241-0.083-0.472-0.094-0.694-0.033C10.821,15.619,10.796,15.627,10.77,15.634z"/> <path fill="%23339900" d="M10.888,9.437c0.25-0.046,0.503-0.011,0.758,0.103c0.287,0.132,0.577,0.36,0.872,0.686 c0.392,0.437,0.703,0.963,0.933,1.581c0.24,0.642,0.343,1.248,0.309,1.818c-0.017,0.259-0.057,0.483-0.12,0.672 c-0.092,0.278-0.233,0.48-0.425,0.608l1.281-0.576c0.022-0.005,0.043-0.014,0.063-0.025c0.428-0.174,0.671-0.623,0.728-1.349 c0.042-0.569-0.057-1.17-0.298-1.805c-0.23-0.617-0.543-1.138-0.941-1.563c-0.564-0.606-1.109-0.853-1.634-0.741 c-0.087,0.018-0.168,0.046-0.245,0.082c-0.016,0.008-0.033,0.017-0.051,0.026l-1.317,0.499C10.83,9.448,10.859,9.442,10.888,9.437z" /> <path fill="%2300FF00" d="M10.801,9.454c-0.01,0.005-0.02,0.009-0.031,0.009c-0.191,0.062-0.347,0.174-0.468,0.336 c-0.179,0.24-0.283,0.593-0.312,1.057c-0.03,0.498,0.046,1.025,0.226,1.579c0.025,0.079,0.053,0.158,0.083,0.239 c0.23,0.617,0.541,1.144,0.933,1.581c0.261,0.29,0.516,0.502,0.767,0.634c0.294,0.157,0.582,0.209,0.863,0.155 c0.005-0.001,0.009-0.003,0.013-0.005c0.128-0.024,0.242-0.068,0.341-0.134c0.192-0.128,0.333-0.331,0.425-0.608 c0.063-0.189,0.103-0.413,0.12-0.672c0.034-0.57-0.069-1.176-0.309-1.818c-0.23-0.617-0.541-1.144-0.933-1.581 C12.224,9.9,11.933,9.672,11.646,9.54c-0.256-0.115-0.509-0.149-0.758-0.103C10.859,9.442,10.83,9.448,10.801,9.454z"/> </svg> ');
}
.lightBlue.icon-incident{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.0373" y1="27.5447" x2="15.3279" y2="22.2471"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.01,25.657c-0.085-1.252-1.005-3.819-2.585-3.824c-0.992-0.004-2.216,0.79-3.131,1.138 c1.984-0.753,4.091,4.823,2.167,5.558C17.998,27.941,20.149,27.705,20.01,25.657z"/> <path fill="%23FF0000" d="M15.329,23.192c1,0.679,1.611,2.037,1.777,3.204c0.155,1.086-0.251,2.807-1.662,1.92 c-0.963-0.605-1.55-1.993-1.746-3.067C13.507,24.198,13.838,22.179,15.329,23.192z"/> <polygon fill="%23FF0000" points="11.975,4.91 15.285,3.785 21.381,7.478 18.064,8.612 "/> <polygon fill="%23990000" points="18.064,8.612 21.381,7.478 20.336,20.482 17.037,21.624 "/> <polygon fill="%23CC0000" points="17.037,21.624 13.788,19.62 11.975,4.91 18.064,8.612 "/> </svg>');
}
.lightBlue.icon-log{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.584,8.197 11.348,4.792 12.256,20.213 22.558,27.108 23.189,16.159 18.584,8.197 "/> <polygon fill="%23999999" points="19.775,7.583 18.584,8.197 23.189,16.159 24.353,15.467 "/> <polygon fill="%23676767" points="24.353,15.467 23.189,16.159 22.558,27.108 23.584,26.334 "/> <polygon fill="%23CCCCCC" points="12.554,4.31 11.348,4.792 18.584,8.197 19.775,7.583 "/> <polyline fill="%23CCCCCC" points="23.189,16.159 18.584,8.197 14.907,15.654 23.189,16.159 "/> <polyline fill="%23269FBF" points="4.673,22.687 4.868,25.067 7.787,27.047 7.638,24.639 4.673,22.687 "/> <polyline fill="%23269FBF" points="6.727,21.562 8.642,20.511 5.797,18.736 5.956,21.069 6.727,21.562 "/> <polyline fill="%23269FBF" points="14.778,26.712 14.731,24.304 11.617,22.371 11.71,24.751 14.778,26.712 "/> <polyline fill="%232189a5" points="7.638,24.639 7.787,27.047 11.71,24.751 11.617,22.371 7.638,24.639 "/> <polyline fill="%232189a5" points="14.731,24.304 14.778,26.712 15.996,20.484 15.968,18.159 14.731,24.304 "/> <polyline fill="%2333CCFF" points="8.642,20.511 6.727,21.562 4.673,22.687 7.638,24.639 11.617,22.371 14.731,24.304 15.968,18.159 5.797,18.736 8.642,20.511 "/> </svg> ');
}
.lightBlue.icon-initialization{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-88.5832" y1="168.7441" x2="-76.1176" y2="168.7441" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.696,6.014c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.24,6.38,25.023,5.133,21.696,6.014z M23.597,13.201c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C28.073,10.067,26.578,12.413,23.597,13.201z"/> <path fill="%23CCCCCC" d="M21.478,5.19c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.022,5.557,24.806,4.31,21.478,5.19z M23.379,12.378c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C27.855,9.244,26.36,11.589,23.379,12.378z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-95.2165" y1="163.2574" x2="-80.6843" y2="177.7896" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.508,7.026C10.072,7.43,9.591,7.792,9.133,8.171c3.76-2.305,8.885,1.15,11.396,3.761 c2.424,2.52,5.683,7.858,3.145,11.347c1.021-1.187,2.091-2.243,2.309-3.877c0.35-2.62-0.985-5.328-2.5-7.376 c-1.53-2.068-3.595-3.891-5.929-4.996C15.453,6.034,12.465,5.358,10.508,7.026"/> <path fill="%23676767" d="M9.018,8.252c-2.622,2.587-0.475,7.191,1.251,9.62c1.998,2.813,4.996,5.366,8.393,6.238 c1.597,0.41,3.511,0.463,4.862-0.639c1.187-0.969,1.514-2.621,1.378-4.077c-0.332-3.563-2.837-6.86-5.483-9.097 C16.96,8.219,11.924,5.399,9.018,8.252z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-97.3985" y1="173.8823" x2="-88.2081" y2="173.8823" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.943,16.647c0.141-0.124,0.311-0.221,0.51-0.293c0.72-0.256,1.607-0.104,2.658,0.456 c0.05,0.027,0.1,0.054,0.149,0.081c0.722,0.419,1.382,0.972,1.983,1.659c0.3,0.348,0.553,0.698,0.759,1.049 c0.267,0.45,0.46,0.904,0.578,1.361c0.131,0.513,0.141,0.969,0.031,1.37c-0.056,0.202-0.143,0.375-0.261,0.521l2.965-3.194 c0.176-0.18,0.302-0.405,0.379-0.673c0.121-0.398,0.124-0.849,0.012-1.351c-0.182-0.82-0.611-1.618-1.288-2.393 c-0.635-0.731-1.345-1.288-2.129-1.673c-0.438-0.215-0.865-0.358-1.281-0.429c-0.519-0.084-0.972-0.039-1.358,0.133 c-0.131,0.058-0.248,0.127-0.352,0.206c-0.078,0.065-0.15,0.134-0.216,0.208L8.943,16.647z"/> <radialGradient id="SVGID_4_" cx="-207.8584" cy="119.4008" r="9.5408" gradientTransform="matrix(0.9668 -0.2557 -0.2557 -0.9668 238.411 82.5039)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_4_)" d="M4.393,19.034c-0.881,1.515-1.099,3.115-0.653,4.799c0.456,1.722,1.441,3.024,2.956,3.905 s3.133,1.094,4.855,0.638c1.685-0.446,2.968-1.426,3.849-2.941s1.094-3.133,0.638-4.855c-0.446-1.685-1.426-2.968-2.941-3.849 c-1.515-0.881-3.115-1.099-4.799-0.653C6.575,16.534,5.274,17.519,4.393,19.034z"/> </svg>');
}
.lightBlue.icon-deploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232189a5" points="21.705,12.028 21.741,11.316 21.84,9.02 13.57,13.298 13.627,18.403 20.008,14.809 20.015,14.809 21.627,13.904 21.705,12.028 "/> <polyline fill="%232189a5" points="27.494,11.465 24.999,12.884 24.7,17.312 27.131,15.822 27.494,11.465 "/> <polyline fill="%2333CCFF" points="19.823,7.957 19.68,8.029 13.819,5.341 5.563,9.02 13.57,13.298 21.84,9.02 21.741,11.316 24.992,12.877 24.999,12.884 27.494,11.465 19.823,7.957 "/> <path fill="%23B6B6B6" d="M24.7,17.312l-0.064,0.955l-1.248,0.777v-0.007l-10.131,6.324l-0.806-0.52l0,0l0.1,4.399l0.642-0.421 l0.164-0.107c0-0.048,0-0.098,0-0.15c0.023-0.573,0.199-1.184,0.528-1.832c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.032-0.018,0.063-0.034,0.093-0.05c0.112-0.056,0.219-0.104,0.321-0.143 c0.2-0.065,0.39-0.096,0.57-0.093c0.385,0.014,0.673,0.176,0.863,0.485c0.091,0.152,0.153,0.328,0.185,0.528 c0.01,0.038,0.017,0.076,0.021,0.114c0.076,0.054,0.142,0.123,0.2,0.207c0.003,0.005,0.006,0.01,0.007,0.014l3.037-1.982 l0.307-0.207c0.012-0.002,0.021-0.004,0.029-0.007c0.029-0.57,0.197-1.169,0.506-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.089-0.089,0.179-0.172,0.271-0.25c0.052-0.041,0.104-0.082,0.157-0.121c0.04-0.03,0.081-0.058,0.121-0.086 c0.056-0.038,0.113-0.073,0.171-0.107c0.064-0.035,0.125-0.066,0.185-0.093c0.261-0.116,0.501-0.159,0.72-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.041,0.109,0.07,0.228,0.086,0.356c0.148,0.063,0.262,0.177,0.342,0.342l0.927-0.606 l0.349-4.1L24.7,17.312"/> <polyline fill="%23B6B6B6" points="6.191,18.467 4.943,19.13 12.429,23.921 12.394,22.345 6.191,18.467 "/> <polyline fill="%23676767" points="24.108,13.397 24.093,13.39 13.164,19.643 13.256,25.361 23.388,19.037 23.388,19.044 24.635,18.267 24.7,17.312 24.999,12.884 24.108,13.397 "/> <path fill="%23676767" d="M24.478,20.392c-0.166,0.114-0.34,0.263-0.52,0.449c-0.342,0.352-0.632,0.77-0.87,1.255 c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749c0.048,0.109,0.107,0.197,0.178,0.264 c0.065,0.059,0.139,0.102,0.221,0.128c0.057,0.02,0.119,0.032,0.185,0.036c0.404,0.024,0.846-0.212,1.326-0.706 c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476c0.019-0.299-0.019-0.551-0.114-0.756 c-0.005-0.01-0.009-0.022-0.014-0.036c-0.08-0.165-0.194-0.279-0.342-0.342c-0.002-0.001-0.007-0.003-0.014-0.007 c-0.065-0.024-0.139-0.039-0.221-0.043c-0.194-0.012-0.398,0.036-0.613,0.143C24.605,20.312,24.544,20.35,24.478,20.392"/> <path fill="%23676767" d="M15.966,25.974c-0.034,0.033-0.07,0.067-0.107,0.1c-0.346,0.36-0.641,0.78-0.884,1.262 c-0.07,0.139-0.132,0.277-0.185,0.414c-0.17,0.43-0.253,0.839-0.25,1.226c0.005,0.333,0.078,0.601,0.221,0.806 c0.019,0.027,0.038,0.053,0.057,0.078c0.165,0.189,0.39,0.276,0.677,0.264c0.456-0.019,0.946-0.278,1.469-0.777 c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64c0-0.325-0.071-0.589-0.214-0.791 c-0.001-0.005-0.004-0.009-0.007-0.014c-0.057-0.084-0.124-0.153-0.2-0.207c-0.145-0.1-0.323-0.145-0.535-0.135 C16.978,25.216,16.488,25.475,15.966,25.974"/> <polyline fill="%23676767" points="21.705,12.028 21.627,13.904 23.452,12.877 21.705,12.028 "/> <polyline fill="%23676767" points="5.884,13.904 4.594,14.538 4.943,19.13 6.191,18.467 6.191,18.467 5.884,13.904 "/> <polyline fill="%23999999" points="4.594,14.538 3.881,14.11 4.323,19.565 12.451,24.841 13.256,25.361 13.164,19.643 12.322,19.144 12.394,22.345 12.429,23.921 4.943,19.13 4.594,14.538 "/> <path fill="%23999999" d="M16.008,24.441c-0.03,0.016-0.061,0.032-0.093,0.05c-0.28,0.152-0.554,0.352-0.82,0.599 c-0.48,0.452-0.884,0.998-1.212,1.64c-0.329,0.649-0.505,1.26-0.528,1.832c0,0.052,0,0.102,0,0.15l-0.164,0.107l1.626,1.041 c-0.019-0.025-0.038-0.051-0.057-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.004-0.387,0.08-0.796,0.25-1.226 c0.053-0.136,0.115-0.274,0.185-0.414c0.243-0.481,0.538-0.902,0.884-1.262c0.037-0.033,0.072-0.067,0.107-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.212-0.009,0.39,0.036,0.535,0.135c-0.005-0.038-0.012-0.076-0.021-0.114l-1.618-0.92 C16.228,24.338,16.121,24.385,16.008,24.441"/> <path fill="%23999999" d="M24.022,19.386c-0.06,0.026-0.122,0.057-0.185,0.093c-0.058,0.033-0.115,0.069-0.171,0.107 c-0.041,0.027-0.081,0.056-0.121,0.086c-0.053,0.04-0.105,0.08-0.157,0.121c-0.092,0.078-0.182,0.161-0.271,0.25 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.478,1.226-0.506,1.797c-0.007,0.003-0.017,0.006-0.029,0.007l-0.307,0.207 l1.754,1.02c-0.071-0.067-0.13-0.155-0.178-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.18-0.186,0.354-0.336,0.52-0.449c0.065-0.042,0.127-0.08,0.185-0.114 c0.215-0.107,0.42-0.154,0.613-0.143c0.082,0.004,0.156,0.018,0.221,0.043L24.022,19.386"/> <polyline fill="%23CCCCCC" points="21.741,11.316 21.705,12.028 23.452,12.877 21.627,13.904 20.015,14.809 20.008,14.809 13.627,18.403 12.322,19.144 13.164,19.643 24.093,13.39 24.992,12.877 21.741,11.316 "/> <polyline fill="%23CCCCCC" points="5.007,20.014 5.335,24.263 12.55,29.24 12.451,24.841 5.007,20.014 "/> <polyline fill="%23CCCCCC" points="5.881,14.11 6.594,14.538 7.884,13.904 7.834,13.169 5.881,14.11 "/> <path fill="%23269FBF" d="M5.834,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.563,9.02 L5.834,13.169z"/> <path d="M24.742,19.258c-0.219-0.031-0.459,0.012-0.72,0.128l1.476,0.791c0.007,0.004,0.012,0.007,0.014,0.007 c-0.016-0.128-0.044-0.247-0.086-0.356C25.298,19.491,25.07,19.301,24.742,19.258"/> <path d="M17.948,25.219c-0.032-0.2-0.094-0.376-0.185-0.528c-0.19-0.309-0.478-0.471-0.863-0.485c-0.18-0.003-0.37,0.028-0.57,0.093 L17.948,25.219"/> </svg> ');
}
.lightBlue.icon-undeploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- <path fill="%232189a5" d="M24.858,20.367l5.851-4.433l0.842-7.181l-6.693,3.812V20.367z"/> <path fill="%23269FBF" d="M19.007,15.934l5.851,4.433v-7.802l-6.693-3.812L19.007,15.934z"/> <path fill="%2333CCFF" d="M24.858,5.827l-6.693,2.926l6.693,3.812l6.693-3.812L24.858,5.827z"/> --> <g transform="translate(3, -1)"> <polyline fill="%232189a5" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%23269FBF" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.lightBlue.icon-release{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%23269FBF" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%2333CCFF" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%23269FBF" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%2333CCFF" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.lightBlue.icon-task{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2333CCFF" points="15.717,22.466 13.393,21.817 21.959,6.194 24.304,6.791 "/> <polygon fill="%2333CCFF" points="7.617,22.13 5.308,21.479 7.376,17.705 9.69,18.343 "/> <polygon fill="%23269FBF" points="16.672,28.291 14.349,27.625 5.308,21.479 7.617,22.13 "/> <polygon fill="%232189a5" points="24.304,6.791 27.297,8.883 16.672,28.291 7.617,22.13 9.69,18.343 15.717,22.466 "/> <polygon fill="%23CCCCCC" points="11.884,13.727 10.529,13.348 15.525,4.236 16.893,4.585 "/> <polygon fill="%23CCCCCC" points="7.16,13.531 5.814,13.151 7.02,10.95 8.369,11.322 "/> <polygon fill="%23999999" points="12.441,17.124 11.086,16.735 5.814,13.151 7.16,13.531 "/> <polygon fill="%23676767" points="16.893,4.585 18.638,5.805 12.441,17.124 7.16,13.531 8.369,11.322 11.884,13.727 "/> </svg> ');
}
.lightBlue.icon-monitor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23269FBF" d="M13.078,19.415c-0.041-0.212-0.091-0.431-0.151-0.656c-0.15-0.561-0.341-1.114-0.573-1.66 c-0.319-0.75-0.716-1.484-1.192-2.203c-0.392-0.589-0.802-1.109-1.23-1.561c-0.095-0.101-0.193-0.199-0.294-0.294 c-0.486-0.469-0.994-0.852-1.524-1.147c-0.44-0.247-0.86-0.405-1.26-0.475c-0.086-0.015-0.172-0.025-0.256-0.03 c-0.185-0.015-0.366-0.01-0.543,0.015c-0.719,0.101-1.25,0.528-1.592,1.282c-0.267,0.578-0.385,1.285-0.355,2.12 c0.025,0.649,0.136,1.345,0.332,2.09c0.357,1.333,0.945,2.618,1.765,3.855c0.92,1.383,1.936,2.384,3.048,3.002 c0.744,0.417,1.428,0.581,2.052,0.49c0.547-0.077,0.985-0.343,1.313-0.8c0.013-0.015,0.026-0.033,0.038-0.053l0.287-0.543 c0.287-0.68,0.383-1.502,0.287-2.467C13.2,20.075,13.15,19.753,13.078,19.415"/> <path fill="%23269FBF" d="M5.082,15.5c-0.02-0.644,0.075-1.189,0.287-1.637c0.277-0.573,0.694-0.893,1.252-0.958 c0.488-0.055,1.016,0.08,1.584,0.407c0.363,0.205,0.712,0.461,1.049,0.769c0.16,0.151,0.316,0.312,0.468,0.483 c0.285,0.319,0.559,0.679,0.822,1.079c0.405,0.615,0.734,1.246,0.988,1.893c0.145,0.357,0.265,0.719,0.362,1.086 c0.084,0.316,0.147,0.618,0.189,0.905c0.009,0.058,0.016,0.116,0.023,0.173c0.107,0.86,0.022,1.584-0.256,2.173 c-0.272,0.573-0.686,0.893-1.245,0.958c-0.488,0.055-1.016-0.08-1.584-0.407c-0.855-0.488-1.634-1.265-2.338-2.331 c-0.629-0.955-1.081-1.949-1.358-2.98C5.172,16.541,5.092,16.003,5.082,15.5"/> <polygon fill="%23269FBF" points="17.958,23.255 16.404,22.312 16.457,27.193 17.966,28.173 17.958,23.247 "/> <path d="M10.543,15.644c-0.263-0.4-0.537-0.76-0.822-1.079c-0.152-0.171-0.308-0.332-0.468-0.483 c-0.18,0.476-0.185,1.085-0.015,1.826c0.13,0.554,0.346,1.092,0.649,1.614c0.059,0.104,0.122,0.207,0.189,0.309 c0.079,0.121,0.16,0.237,0.241,0.347c0.386,0.507,0.808,0.887,1.267,1.139c0.171,0.096,0.337,0.167,0.498,0.211 c-0.042-0.287-0.105-0.589-0.189-0.905c-0.097-0.367-0.217-0.729-0.362-1.086C11.277,16.89,10.948,16.259,10.543,15.644z"/> <path fill="%232189a5" d="M5.368,13.863c-0.211,0.448-0.307,0.993-0.287,1.637c0.01,0.503,0.091,1.041,0.241,1.614 c0.277,1.031,0.729,2.024,1.358,2.98c0.704,1.066,1.484,1.843,2.338,2.331c0.568,0.327,1.096,0.463,1.584,0.407 c0.558-0.065,0.973-0.385,1.245-0.958c0.278-0.588,0.363-1.313,0.256-2.173c-0.006-0.058-0.014-0.115-0.023-0.173 c-0.161-0.044-0.327-0.115-0.498-0.211c-0.459-0.252-0.882-0.632-1.267-1.139c-0.082-0.11-0.162-0.226-0.241-0.347 c-0.067-0.103-0.13-0.206-0.189-0.309c-0.302-0.523-0.519-1.061-0.649-1.614c-0.17-0.741-0.165-1.349,0.015-1.826 c-0.336-0.308-0.686-0.565-1.049-0.769c-0.568-0.327-1.096-0.463-1.584-0.407C6.062,12.971,5.645,13.29,5.368,13.863"/> <polygon fill="%232189a5" points="19.475,27.193 19.52,22.304 17.966,23.247 17.958,23.247 17.966,28.173 "/> <path fill="%2333CCFF" d="M13.561,12.385c-0.276-0.148-0.54-0.228-0.792-0.241c-0.015-0.002-0.03-0.005-0.045-0.008l-3.161-0.385 l-2.708-0.332c0.4,0.07,0.82,0.229,1.26,0.475c0.53,0.295,1.038,0.677,1.524,1.147c0.101,0.095,0.199,0.193,0.294,0.294 c0.428,0.452,0.838,0.973,1.23,1.561c0.476,0.718,0.873,1.453,1.192,2.203c0.232,0.545,0.424,1.099,0.573,1.66 c0.06,0.225,0.11,0.444,0.151,0.656c0.072,0.338,0.122,0.659,0.151,0.966c0.096,0.964,0.001,1.787-0.287,2.467l1.064-1.991 l1.509-2.844c0.061-0.058,0.117-0.125,0.166-0.204c0.317-0.503,0.382-1.187,0.196-2.052c-0.032-0.151-0.073-0.302-0.121-0.453 c-0.153-0.498-0.384-0.983-0.694-1.456C14.624,13.174,14.124,12.686,13.561,12.385z"/> <path fill="%23CCCCCC" d="M17.958,12.792l0.008-0.008l8.569-4.42l-8.577-3.817L9.382,8.364L17.958,12.792z"/> <path fill="%23999999" d="M12.769,12.143c0.252,0.013,0.516,0.094,0.792,0.241c0.563,0.302,1.064,0.79,1.501,1.463 c0.31,0.473,0.541,0.958,0.694,1.456c0.048,0.15,0.088,0.301,0.121,0.453c0.186,0.865,0.121,1.549-0.196,2.052 c-0.049,0.078-0.105,0.146-0.166,0.204l-1.509,2.844l2.399,1.456l1.554,0.943v-0.008h0.008V12.785l-0.008,0.008L9.382,8.364 l0.181,3.387l3.161,0.385C12.738,12.139,12.753,12.141,12.769,12.143z"/> <path fill="%23676767" d="M25.992,18.382l0.543-10.018l-8.569,4.42v10.463l1.554-0.943L25.992,18.382z"/> </svg>');
}
.lightBlue.icon-timer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104c-0.31-0.036-0.618-0.057-0.925-0.062 c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481c-0.995,0.715-1.766,1.59-2.312,2.626 c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686c0.083-0.855,0.331-1.673,0.743-2.454 c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428c0.566-0.107,1.166-0.157,1.8-0.149 c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62c0.626,0.996,0.98,2.063,1.06,3.201 c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112c0.525-1.106,0.74-2.261,0.644-3.465 C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351c-0.007,0.007-0.017,0.012-0.03,0.013 l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995c0.809,2.219,2.259,4,4.35,5.343 c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492c1.217-0.351,2.339-0.878,3.367-1.58 c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828c0.12-0.334,0.221-0.672,0.302-1.013 c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269c-1.086,0.726-2.276,1.269-3.569,1.629 c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091c-2.203-1.407-3.739-3.269-4.606-5.584 C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path fill="%232189a5" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path fill="%2333CCFF" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg>');
}
.lightBlue.icon-timer-trigger{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%232189a5"/> <stop offset="1" style="stop-color:%2333CCFF"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%232189a5"/> <stop offset="1" style="stop-color:%2333CCFF"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="4.475343e-07" style="stop-color:%232189a5"/> <stop offset="0.6157" style="stop-color:%2333CCFF"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path opacity="0.3" fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104 c-0.31-0.036-0.618-0.057-0.925-0.062c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481 c-0.995,0.715-1.766,1.59-2.312,2.626c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686 c0.083-0.855,0.331-1.673,0.743-2.454c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428 c0.566-0.107,1.166-0.157,1.8-0.149c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path opacity="0.3" fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62 c0.626,0.996,0.98,2.063,1.06,3.201c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112 c0.525-1.106,0.74-2.261,0.644-3.465C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path opacity="0.3" fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path opacity="0.3" fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351 c-0.007,0.007-0.017,0.012-0.03,0.013l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995 c0.809,2.219,2.259,4,4.35,5.343c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492 c1.217-0.351,2.339-0.878,3.367-1.58c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828 c0.12-0.334,0.221-0.672,0.302-1.013c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269 c-1.086,0.726-2.276,1.269-3.569,1.629c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091 c-2.203-1.407-3.739-3.269-4.606-5.584C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path opacity="0.3" fill="%23676767" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path opacity="0.3" fill="%23CCCCCC" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg> ');
}
.lightBlue.icon-timer-trigger-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232189a5" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%232189a5" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%232189a5" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%232189a5" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%232189a5" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%232189a5" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%2333CCFF" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%2333CCFF" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%2333CCFF" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.lightBlue.icon-timer-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1778.1346" cy="-1417.7965" r="6.0466" fx="1781.8185" fy="-1419.4559" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="16.664" cy="9.775" r="4.166"/> <radialGradient id="SVGID_2_" cx="1783.0852" cy="-1424.8751" r="3.5805" fx="1785.2666" fy="-1425.8578" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="8.126" cy="11.095" r="2.467"/> <path fill="%23CCCCCC" d="M22.739,11.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,11.43,22.728,11.435,22.739,11.438"/> <path fill="%23676767" d="M19.326,12.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,11.988,17.803,12.076,19.326,12.388"/> <path fill="%23FFFFFF" d="M20.069,12.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,12.78,20.463,12.663,20.069,12.561"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="23.1481" x2="28.0832" y2="23.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M28.083,16.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,16.994"/> <polygon fill="%23676767" points="13.644,16.022 18.398,18.84 22.778,13.379 "/> <path fill="%23CCCCCC" d="M26.992,13.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,15.582,27.761,14.542,26.992,13.553z M26.7,17.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,14.831,26.876,15.914,26.7,17.054z"/> <polygon fill="%232189a5" points="26.043,9.567 16.664,13.618 19.322,18.28 "/> <polygon fill="%2333CCFF" points="13.504,13.787 16.664,13.618 26.043,9.567 "/> <path fill="%2333CCFF" d="M12.37,14.926c0.001,0.004,0.002,0.008,0.002,0.012c0.009,0.066,0.029,0.133,0.06,0.2 c0.196,0.428,0.761,0.738,1.695,0.929c0.636,0.131,1.322,0.17,2.058,0.116c0.765-0.053,1.433-0.197,2.005-0.431 c0.358-0.144,0.639-0.316,0.842-0.517c0.193-0.184,0.29-0.371,0.291-0.562c0.001-0.003,0.001-0.006,0-0.009c0-0.007,0-0.014,0-0.022 c-0.004-0.079-0.024-0.158-0.06-0.237c-0.193-0.428-0.757-0.74-1.695-0.934c-0.636-0.131-1.322-0.171-2.058-0.118 c-0.765,0.054-1.433,0.198-2.005,0.433c-0.362,0.147-0.644,0.319-0.847,0.515C12.445,14.507,12.349,14.715,12.37,14.926"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="12.3713" y1="17.1042" x2="19.4126" y2="17.1042"> <stop offset="0.2832" style="stop-color:%23269FBF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M12.432,15.139c-0.031-0.067-0.051-0.134-0.06-0.2l0.317,3.136c0,0.007,0,0.014,0,0.02 c0.001,0.068,0.011,0.137,0.032,0.208c0.143,0.49,0.674,0.845,1.592,1.064c0.195,0.047,0.395,0.083,0.599,0.11 c0.454,0.06,0.932,0.072,1.434,0.036c0.37-0.026,0.715-0.075,1.037-0.149c0.338-0.076,0.65-0.178,0.936-0.306 c0.774-0.348,1.137-0.746,1.09-1.192l-0.087-3.192c-0.001,0.191-0.098,0.378-0.291,0.562c-0.203,0.201-0.484,0.373-0.842,0.517 c-0.572,0.235-1.24,0.379-2.005,0.431c-0.736,0.054-1.422,0.015-2.058-0.116C13.193,15.877,12.628,15.567,12.432,15.139"/> </svg> ');
}
.lightBlue.icon-infra-devel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="6.784,9.77 8.837,10.907 11.197,9.77 9.141,8.678 6.784,9.77 "/> <polyline fill="%2333CCFF" points="12.537,17.163 13.699,15.15 11.739,14.027 10.602,15.993 12.537,17.163 "/> <path fill="%2333CCFF" d="M5.477,15.747c-0.385,0.672-0.645,1.447-0.779,2.324c-0.179,1.154-0.122,2.005,0.17,2.553 c0.11,0.207,0.255,0.377,0.436,0.511c0.023,0.017,0.045,0.033,0.067,0.047L7.2,22.467c-0.188-0.14-0.337-0.321-0.447-0.542 c-0.061-0.123-0.11-0.261-0.148-0.413c-0.13-0.517-0.126-1.203,0.011-2.058c0.007-0.043,0.015-0.087,0.022-0.131 c0.153-0.881,0.425-1.662,0.818-2.343c0.385-0.665,0.919-1.3,1.6-1.905l-1.986-1.195C6.381,14.476,5.849,15.099,5.477,15.747z"/> <path fill="%232189a5" d="M12.537,17.163c-0.007,0.583-0.155,1.138-0.444,1.665c-0.197,0.357-0.48,0.729-0.849,1.114 c-0.653,0.685-1.315,1.042-1.986,1.07c-0.67,0.03-1.065-0.128-1.184-0.472c-0.095-0.27-0.134-0.492-0.117-0.665 c-0.011-0.101-0.005-0.26,0.02-0.478c0.035-0.343,0.108-0.651,0.218-0.924c0.264-0.65,0.559-1.169,0.883-1.556 c0.326-0.387,0.726-0.71,1.201-0.969l1.067-1.846L11.197,9.77l-2.36,1.137l0.221,4.167c-0.681,0.605-1.215,1.24-1.6,1.905 c-0.393,0.681-0.666,1.463-0.818,2.343c-0.008,0.045-0.015,0.088-0.022,0.131c-0.137,0.855-0.141,1.541-0.011,2.058 c0.038,0.153,0.087,0.291,0.148,0.413c0.11,0.221,0.259,0.402,0.447,0.542c0.006,0.004,0.012,0.008,0.017,0.011 c0.411,0.296,1.001,0.401,1.771,0.316c0.704-0.076,1.409-0.392,2.114-0.947c0.665-0.516,1.245-1.171,1.74-1.966 c0.499-0.797,0.829-1.604,0.991-2.421c0.177-0.875,0.132-1.645-0.134-2.31L12.537,17.163z"/> <path fill="%23269FBF" d="M12.093,18.828c0.289-0.527,0.437-1.082,0.444-1.665l-1.935-1.17c0.02,0.465-0.064,0.964-0.254,1.494 c-0.196,0.536-0.46,1.005-0.793,1.408c-0.507,0.612-1.04,0.939-1.598,0.98C7.94,20.048,7.979,20.27,8.074,20.54 c0.119,0.344,0.514,0.502,1.184,0.472c0.671-0.028,1.333-0.384,1.986-1.07C11.613,19.557,11.896,19.185,12.093,18.828"/> <polygon fill="%23269FBF" points="8.837,10.907 6.784,9.77 7.072,13.879 9.058,15.074 "/> <polyline fill="%23676767" points="7.875,9.333 8.023,11.682 15.726,9.347 19.108,8.325 18.815,19.72 21.711,17.885 22.473,2.502 7.875,9.333 "/> <polyline fill="%23999999" points="19.108,8.325 15.726,9.347 15.731,22.153 18.815,23.988 19.108,8.325 "/> <polyline fill="%23999999" points="8.023,11.682 7.875,9.333 4.415,7.423 4.619,9.721 8.023,11.682 "/> <polyline fill="%23CCCCCC" points="22.473,2.502 18.988,1.08 4.415,7.423 7.875,9.333 22.473,2.502 "/> <polyline fill="%23CCCCCC" points="17.319,26.173 20.709,28.606 27.551,24.055 26.801,23.644 24.302,22.161 17.319,26.173 "/> <polygon fill="%23CCCCCC" points="27.794,20.119 24.302,18.436 17.92,21.671 17.917,21.671 17.036,22.135 20.6,24.466 "/> <polyline fill="%23676767" points="20.709,28.606 20.778,30.516 27.399,25.867 27.551,24.055 20.709,28.606 "/> <polyline fill="%232189a5" points="27.879,18.139 28.06,15.943 20.478,20.017 20.561,22.407 27.879,18.139 "/> <polygon fill="%23676767" points="20.6,24.466 20.676,26.596 27.63,22.108 27.794,20.119 "/> <polyline fill="%23999999" points="17.319,26.173 17.49,28.034 20.778,30.516 20.709,28.606 17.319,26.173 "/> <polyline fill="%23269FBF" points="16.724,17.824 16.937,20.115 20.561,22.407 20.478,20.017 16.724,17.824 "/> <polygon fill="%23999999" points="20.676,26.596 20.6,24.466 17.036,22.135 17.227,24.196 18.032,24.755 18.032,24.758 "/> <polyline fill="%2333CCFF" points="28.06,15.943 24.302,14.312 16.724,17.824 20.478,20.017 28.06,15.943 "/> </svg> ');
}
.lightBlue.icon-infra-test{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M12.009,12.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C12.372,12.387,12.192,12.424,12.009,12.438z"/> <path fill="%23676767" d="M21.294,20.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C21.265,20.647,21.283,20.435,21.294,20.223z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.657" y1="2.5833" x2="14.657" y2="14.0892"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.898,6.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C18.077,9.837,18.037,8.088,17.898,6.69z"/> <path fill="%23999999" d="M13.059,3.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C10.181,4.075,11.23,2.678,13.059,3.356z"/> <polygon fill="%2333CCFF" points="16.717,23.466 14.393,22.818 22.959,7.194 25.304,7.792 "/> <polygon fill="%2333CCFF" points="8.617,23.131 6.308,22.48 8.376,18.706 10.69,19.344 "/> <polygon fill="%23269FBF" points="17.672,29.291 15.349,28.625 6.308,22.48 8.617,23.131 "/> <polygon fill="%232189a5" points="25.304,7.792 28.297,9.884 17.672,29.291 8.617,23.131 10.69,19.344 16.717,23.466 "/> </svg> ');
}
.lightBlue.icon-infra-prod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M28.66,11.089c-0.059-0.058-0.127-0.103-0.202-0.133c-0.292-0.124-0.699-0.031-1.221,0.279l-12.528,7.493 c-0.652,0.388-1.156,0.849-1.512,1.382c-0.334,0.501-0.579,1.137-0.736,1.908c-0.183,0.868-0.046,1.503,0.412,1.908 c0.469,0.415,1.08,0.383,1.835-0.097l12.149-7.768c0.528-0.339,0.989-0.868,1.382-1.584c0.366-0.663,0.593-1.323,0.679-1.98 C29.005,11.817,28.919,11.348,28.66,11.089 M27.116,12.714c0.264-0.162,0.455-0.14,0.574,0.065c0.102,0.183,0.116,0.423,0.04,0.719 c-0.065,0.269-0.151,0.488-0.259,0.655c-0.119,0.194-0.286,0.358-0.501,0.493l-12.262,7.687c-0.296,0.189-0.539,0.199-0.727,0.032 c-0.178-0.162-0.232-0.415-0.162-0.76c0.065-0.302,0.162-0.552,0.291-0.752c0.14-0.216,0.339-0.401,0.598-0.558L27.116,12.714z"/> <path fill="%23269FBF" d="M27.69,12.779c-0.119-0.205-0.31-0.226-0.574-0.065l-12.407,7.582c-0.259,0.156-0.458,0.342-0.598,0.558 c-0.129,0.199-0.226,0.45-0.291,0.752c-0.07,0.345-0.016,0.598,0.162,0.76c0.189,0.167,0.431,0.156,0.727-0.032l12.262-7.687 c0.216-0.135,0.383-0.299,0.501-0.493c0.108-0.167,0.194-0.385,0.259-0.655C27.806,13.202,27.792,12.962,27.69,12.779z"/> <path fill="%2333CCFF" d="M19.922,6.85c-0.325-0.159-0.759-0.098-1.301,0.182L6.068,13.555c-0.63,0.329-1.126,0.857-1.487,1.584 c-0.323,0.652-0.474,1.318-0.453,1.996c0.025,0.646,0.202,1.112,0.529,1.398c0.001,0.001,0.003,0.003,0.004,0.004l8.212,5.387 c-0.458-0.404-0.595-1.04-0.412-1.908c0.156-0.771,0.401-1.406,0.736-1.908c0.356-0.533,0.859-0.994,1.512-1.382l12.528-7.493 c0.521-0.31,0.928-0.403,1.221-0.279L19.922,6.85z"/> <polyline fill="%23CCCCCC" points="16.382,5.987 22.145,8.824 24.166,7.701 18.411,4.969 16.382,5.987 "/> <polyline fill="%23CCCCCC" points="15.63,12.437 12.151,10.534 9.867,9.285 7.539,10.457 13.294,13.73 15.63,12.437 "/> <polyline fill="%23CCCCCC" points="16.362,8.101 14.289,7.046 12.114,8.145 17.885,11.184 20.052,9.98 16.362,8.101 "/> <polygon fill="%23CCCCCC" points="5.729,22.228 3.401,23.594 8.784,27.376 11.128,25.881 "/> <polyline fill="%23676767" points="22.145,8.824 21.984,12.437 23.956,11.281 24.166,7.701 22.145,8.824 "/> <polyline fill="%23676767" points="19.93,13.633 20.003,11.407 20.052,9.98 17.885,11.184 17.813,14.878 19.93,13.633 "/> <polyline fill="%23676767" points="15.622,13.658 15.63,12.437 13.294,13.73 13.335,17.497 15.614,16.163 15.622,13.658 "/> <polygon fill="%23676767" points="8.784,27.376 8.922,30.723 11.209,29.195 11.128,25.881 "/> <polyline fill="%23999999" points="13.335,17.497 13.294,13.73 7.539,10.457 7.701,14.127 13.335,17.497 "/> <polyline fill="%23999999" points="15.63,12.437 15.622,13.658 17.813,14.878 17.885,11.184 12.114,8.145 12.151,10.534 15.63,12.437 "/> <polyline fill="%23999999" points="16.382,5.987 16.362,8.101 20.052,9.98 20.003,11.407 21.984,12.437 22.145,8.824 16.382,5.987 "/> <polygon fill="%23999999" points="8.922,30.723 8.784,27.376 3.401,23.594 3.652,26.875 "/> </svg> ');
}
.green.icon-semaphore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="22.973,6.344 16.392,9.741 16.397,21.829 16.392,21.829 16.392,28.888 21.941,25.124 "/> <path fill="%23999999" d="M10.743,15.645c0.01-0.002,0.019-0.005,0.028-0.011l1.152-0.557c0.016-0.01,0.031-0.019,0.044-0.028 c0.066-0.039,0.138-0.07,0.215-0.094c0.467-0.143,0.979,0.037,1.538,0.54c0.393,0.353,0.718,0.799,0.975,1.339 c0.268,0.555,0.406,1.091,0.413,1.609c0.006,0.661-0.177,1.087-0.551,1.279c-0.017,0.012-0.036,0.021-0.055,0.028l-1.113,0.623 c-0.084,0.068-0.183,0.117-0.298,0.149c0.249,0.107,0.508,0.289,0.777,0.546c0.36,0.345,0.661,0.766,0.904,1.262 c0.061,0.124,0.114,0.245,0.16,0.364c0.156,0.398,0.237,0.78,0.242,1.146c0.004,0.301-0.05,0.553-0.16,0.755 c-0.082,0.153-0.192,0.263-0.331,0.331l-1.174,0.733c-0.009,0.007-0.018,0.013-0.028,0.017c-0.101,0.061-0.219,0.094-0.353,0.099 c-0.419,0.022-0.874-0.209-1.367-0.694c-0.103-0.102-0.202-0.21-0.298-0.325c-0.228-0.279-0.428-0.595-0.601-0.948 c-0.036-0.073-0.071-0.147-0.105-0.22l0.088,1.538l5.544,3.764v-7.06V9.741L9.847,6.363l0.499,9.624 C10.442,15.83,10.575,15.716,10.743,15.645z"/> <path fill="%23999999" d="M10.572,18.588c-0.034-0.07-0.065-0.14-0.094-0.209l0.165,3.075c0.074-0.111,0.162-0.196,0.265-0.254 c0.023-0.01,0.045-0.019,0.066-0.028l1.069-0.579c0.073-0.06,0.154-0.106,0.242-0.138c-0.237-0.1-0.485-0.271-0.744-0.513 C11.152,19.58,10.829,19.128,10.572,18.588"/> <polygon fill="%23CCCCCC" points="16.392,9.741 16.392,9.741 22.973,6.344 16.392,3.569 9.847,6.363 "/> <path fill="%23CC0000" d="M13.09,20.522c-0.003,0.002-0.007,0.004-0.011,0.006c-0.25,0.071-0.515,0.047-0.794-0.072 c-0.089,0.032-0.17,0.078-0.242,0.138l-1.069,0.579c0.078-0.032,0.165-0.05,0.259-0.055c0.164-0.007,0.331,0.022,0.502,0.088 c0.278,0.109,0.567,0.313,0.865,0.612c0.36,0.353,0.661,0.777,0.904,1.273c0.06,0.122,0.113,0.241,0.16,0.358 c0.157,0.403,0.239,0.789,0.248,1.157c0.003,0.12-0.003,0.232-0.017,0.336c-0.023,0.162-0.068,0.305-0.132,0.43 c-0.067,0.126-0.151,0.221-0.254,0.287l1.174-0.733c0.138-0.067,0.249-0.177,0.331-0.331c0.11-0.202,0.163-0.454,0.16-0.755 c-0.006-0.366-0.086-0.748-0.242-1.146c-0.046-0.119-0.099-0.24-0.16-0.364c-0.242-0.496-0.544-0.917-0.904-1.262 C13.599,20.811,13.34,20.629,13.09,20.522z"/> <path fill="%23FF0000" d="M10.605,21.525c-0.11,0.206-0.16,0.461-0.149,0.766c0.009,0.412,0.111,0.844,0.303,1.295 c0.034,0.074,0.069,0.147,0.105,0.22c0.172,0.352,0.373,0.668,0.601,0.948c0.095,0.115,0.194,0.223,0.298,0.325 c0.492,0.485,0.948,0.716,1.367,0.694c0.134-0.005,0.251-0.038,0.353-0.099c0.009-0.004,0.019-0.009,0.028-0.017 c0.102-0.065,0.187-0.161,0.254-0.287c0.065-0.125,0.109-0.268,0.132-0.43c0.014-0.104,0.019-0.216,0.017-0.336 c-0.009-0.369-0.091-0.754-0.248-1.157c-0.047-0.117-0.1-0.237-0.16-0.358c-0.242-0.496-0.544-0.92-0.904-1.273 c-0.299-0.299-0.587-0.503-0.865-0.612c-0.171-0.066-0.338-0.095-0.502-0.088c-0.094,0.005-0.181,0.023-0.259,0.055 c-0.021,0.009-0.044,0.018-0.066,0.028c-0.103,0.058-0.191,0.142-0.265,0.254C10.631,21.477,10.618,21.501,10.605,21.525z"/> <path fill="%23CC6600" d="M10.847,15.612c0.222-0.061,0.454-0.05,0.694,0.033c0.27,0.096,0.551,0.28,0.843,0.551 c0.389,0.364,0.713,0.816,0.97,1.356c0.268,0.562,0.41,1.102,0.424,1.62c0.006,0.236-0.013,0.441-0.055,0.617 c-0.061,0.259-0.173,0.453-0.336,0.584l1.113-0.623c0.019-0.007,0.038-0.016,0.055-0.028c0.374-0.191,0.558-0.617,0.551-1.279 c-0.007-0.518-0.145-1.054-0.413-1.609c-0.257-0.54-0.582-0.987-0.975-1.339c-0.558-0.503-1.071-0.683-1.538-0.54 c-0.077,0.023-0.149,0.055-0.215,0.094c-0.013,0.009-0.028,0.018-0.044,0.028l-1.152,0.557 C10.796,15.627,10.821,15.619,10.847,15.612z"/> <path fill="%23FFCC00" d="M10.77,15.634c-0.009,0.006-0.018,0.009-0.028,0.011c-0.168,0.071-0.3,0.185-0.397,0.342 c-0.142,0.232-0.209,0.559-0.198,0.981c0.013,0.453,0.123,0.924,0.331,1.411c0.029,0.069,0.06,0.139,0.094,0.209 c0.257,0.54,0.581,0.992,0.97,1.356c0.259,0.242,0.507,0.413,0.744,0.513c0.279,0.119,0.543,0.143,0.794,0.072 c0.004-0.001,0.008-0.003,0.011-0.006c0.114-0.032,0.213-0.081,0.298-0.149c0.163-0.131,0.275-0.326,0.336-0.584 c0.042-0.176,0.061-0.382,0.055-0.617c-0.015-0.518-0.156-1.058-0.424-1.62c-0.257-0.54-0.581-0.992-0.97-1.356 c-0.292-0.271-0.573-0.455-0.843-0.551c-0.241-0.083-0.472-0.094-0.694-0.033C10.821,15.619,10.796,15.627,10.77,15.634z"/> <path fill="%23339900" d="M10.888,9.437c0.25-0.046,0.503-0.011,0.758,0.103c0.287,0.132,0.577,0.36,0.872,0.686 c0.392,0.437,0.703,0.963,0.933,1.581c0.24,0.642,0.343,1.248,0.309,1.818c-0.017,0.259-0.057,0.483-0.12,0.672 c-0.092,0.278-0.233,0.48-0.425,0.608l1.281-0.576c0.022-0.005,0.043-0.014,0.063-0.025c0.428-0.174,0.671-0.623,0.728-1.349 c0.042-0.569-0.057-1.17-0.298-1.805c-0.23-0.617-0.543-1.138-0.941-1.563c-0.564-0.606-1.109-0.853-1.634-0.741 c-0.087,0.018-0.168,0.046-0.245,0.082c-0.016,0.008-0.033,0.017-0.051,0.026l-1.317,0.499C10.83,9.448,10.859,9.442,10.888,9.437z" /> <path fill="%2300FF00" d="M10.801,9.454c-0.01,0.005-0.02,0.009-0.031,0.009c-0.191,0.062-0.347,0.174-0.468,0.336 c-0.179,0.24-0.283,0.593-0.312,1.057c-0.03,0.498,0.046,1.025,0.226,1.579c0.025,0.079,0.053,0.158,0.083,0.239 c0.23,0.617,0.541,1.144,0.933,1.581c0.261,0.29,0.516,0.502,0.767,0.634c0.294,0.157,0.582,0.209,0.863,0.155 c0.005-0.001,0.009-0.003,0.013-0.005c0.128-0.024,0.242-0.068,0.341-0.134c0.192-0.128,0.333-0.331,0.425-0.608 c0.063-0.189,0.103-0.413,0.12-0.672c0.034-0.57-0.069-1.176-0.309-1.818c-0.23-0.617-0.541-1.144-0.933-1.581 C12.224,9.9,11.933,9.672,11.646,9.54c-0.256-0.115-0.509-0.149-0.758-0.103C10.859,9.442,10.83,9.448,10.801,9.454z"/> </svg> ');
}
.green.icon-incident{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.0373" y1="27.5447" x2="15.3279" y2="22.2471"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.01,25.657c-0.085-1.252-1.005-3.819-2.585-3.824c-0.992-0.004-2.216,0.79-3.131,1.138 c1.984-0.753,4.091,4.823,2.167,5.558C17.998,27.941,20.149,27.705,20.01,25.657z"/> <path fill="%23FF0000" d="M15.329,23.192c1,0.679,1.611,2.037,1.777,3.204c0.155,1.086-0.251,2.807-1.662,1.92 c-0.963-0.605-1.55-1.993-1.746-3.067C13.507,24.198,13.838,22.179,15.329,23.192z"/> <polygon fill="%23FF0000" points="11.975,4.91 15.285,3.785 21.381,7.478 18.064,8.612 "/> <polygon fill="%23990000" points="18.064,8.612 21.381,7.478 20.336,20.482 17.037,21.624 "/> <polygon fill="%23CC0000" points="17.037,21.624 13.788,19.62 11.975,4.91 18.064,8.612 "/> </svg>');
}
.green.icon-log{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.584,8.197 11.348,4.792 12.256,20.213 22.558,27.108 23.189,16.159 18.584,8.197 "/> <polygon fill="%23999999" points="19.775,7.583 18.584,8.197 23.189,16.159 24.353,15.467 "/> <polygon fill="%23676767" points="24.353,15.467 23.189,16.159 22.558,27.108 23.584,26.334 "/> <polygon fill="%23CCCCCC" points="12.554,4.31 11.348,4.792 18.584,8.197 19.775,7.583 "/> <polyline fill="%23CCCCCC" points="23.189,16.159 18.584,8.197 14.907,15.654 23.189,16.159 "/> <polyline fill="%232f8c51" points="4.673,22.687 4.868,25.067 7.787,27.047 7.638,24.639 4.673,22.687 "/> <polyline fill="%232f8c51" points="6.727,21.562 8.642,20.511 5.797,18.736 5.956,21.069 6.727,21.562 "/> <polyline fill="%232f8c51" points="14.778,26.712 14.731,24.304 11.617,22.371 11.71,24.751 14.778,26.712 "/> <polyline fill="%2321663c" points="7.638,24.639 7.787,27.047 11.71,24.751 11.617,22.371 7.638,24.639 "/> <polyline fill="%2321663c" points="14.731,24.304 14.778,26.712 15.996,20.484 15.968,18.159 14.731,24.304 "/> <polyline fill="%2339b563" points="8.642,20.511 6.727,21.562 4.673,22.687 7.638,24.639 11.617,22.371 14.731,24.304 15.968,18.159 5.797,18.736 8.642,20.511 "/> </svg> ');
}
.green.icon-initialization{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-88.5832" y1="168.7441" x2="-76.1176" y2="168.7441" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.696,6.014c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.24,6.38,25.023,5.133,21.696,6.014z M23.597,13.201c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C28.073,10.067,26.578,12.413,23.597,13.201z"/> <path fill="%23CCCCCC" d="M21.478,5.19c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.022,5.557,24.806,4.31,21.478,5.19z M23.379,12.378c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C27.855,9.244,26.36,11.589,23.379,12.378z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-95.2165" y1="163.2574" x2="-80.6843" y2="177.7896" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.508,7.026C10.072,7.43,9.591,7.792,9.133,8.171c3.76-2.305,8.885,1.15,11.396,3.761 c2.424,2.52,5.683,7.858,3.145,11.347c1.021-1.187,2.091-2.243,2.309-3.877c0.35-2.62-0.985-5.328-2.5-7.376 c-1.53-2.068-3.595-3.891-5.929-4.996C15.453,6.034,12.465,5.358,10.508,7.026"/> <path fill="%23676767" d="M9.018,8.252c-2.622,2.587-0.475,7.191,1.251,9.62c1.998,2.813,4.996,5.366,8.393,6.238 c1.597,0.41,3.511,0.463,4.862-0.639c1.187-0.969,1.514-2.621,1.378-4.077c-0.332-3.563-2.837-6.86-5.483-9.097 C16.96,8.219,11.924,5.399,9.018,8.252z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-97.3985" y1="173.8823" x2="-88.2081" y2="173.8823" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.943,16.647c0.141-0.124,0.311-0.221,0.51-0.293c0.72-0.256,1.607-0.104,2.658,0.456 c0.05,0.027,0.1,0.054,0.149,0.081c0.722,0.419,1.382,0.972,1.983,1.659c0.3,0.348,0.553,0.698,0.759,1.049 c0.267,0.45,0.46,0.904,0.578,1.361c0.131,0.513,0.141,0.969,0.031,1.37c-0.056,0.202-0.143,0.375-0.261,0.521l2.965-3.194 c0.176-0.18,0.302-0.405,0.379-0.673c0.121-0.398,0.124-0.849,0.012-1.351c-0.182-0.82-0.611-1.618-1.288-2.393 c-0.635-0.731-1.345-1.288-2.129-1.673c-0.438-0.215-0.865-0.358-1.281-0.429c-0.519-0.084-0.972-0.039-1.358,0.133 c-0.131,0.058-0.248,0.127-0.352,0.206c-0.078,0.065-0.15,0.134-0.216,0.208L8.943,16.647z"/> <radialGradient id="SVGID_4_" cx="-207.8584" cy="119.4008" r="9.5408" gradientTransform="matrix(0.9668 -0.2557 -0.2557 -0.9668 238.411 82.5039)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_4_)" d="M4.393,19.034c-0.881,1.515-1.099,3.115-0.653,4.799c0.456,1.722,1.441,3.024,2.956,3.905 s3.133,1.094,4.855,0.638c1.685-0.446,2.968-1.426,3.849-2.941s1.094-3.133,0.638-4.855c-0.446-1.685-1.426-2.968-2.941-3.849 c-1.515-0.881-3.115-1.099-4.799-0.653C6.575,16.534,5.274,17.519,4.393,19.034z"/> </svg>');
}
.green.icon-deploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2321663c" points="21.705,12.028 21.741,11.316 21.84,9.02 13.57,13.298 13.627,18.403 20.008,14.809 20.015,14.809 21.627,13.904 21.705,12.028 "/> <polyline fill="%2321663c" points="27.494,11.465 24.999,12.884 24.7,17.312 27.131,15.822 27.494,11.465 "/> <polyline fill="%2339b563" points="19.823,7.957 19.68,8.029 13.819,5.341 5.563,9.02 13.57,13.298 21.84,9.02 21.741,11.316 24.992,12.877 24.999,12.884 27.494,11.465 19.823,7.957 "/> <path fill="%23B6B6B6" d="M24.7,17.312l-0.064,0.955l-1.248,0.777v-0.007l-10.131,6.324l-0.806-0.52l0,0l0.1,4.399l0.642-0.421 l0.164-0.107c0-0.048,0-0.098,0-0.15c0.023-0.573,0.199-1.184,0.528-1.832c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.032-0.018,0.063-0.034,0.093-0.05c0.112-0.056,0.219-0.104,0.321-0.143 c0.2-0.065,0.39-0.096,0.57-0.093c0.385,0.014,0.673,0.176,0.863,0.485c0.091,0.152,0.153,0.328,0.185,0.528 c0.01,0.038,0.017,0.076,0.021,0.114c0.076,0.054,0.142,0.123,0.2,0.207c0.003,0.005,0.006,0.01,0.007,0.014l3.037-1.982 l0.307-0.207c0.012-0.002,0.021-0.004,0.029-0.007c0.029-0.57,0.197-1.169,0.506-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.089-0.089,0.179-0.172,0.271-0.25c0.052-0.041,0.104-0.082,0.157-0.121c0.04-0.03,0.081-0.058,0.121-0.086 c0.056-0.038,0.113-0.073,0.171-0.107c0.064-0.035,0.125-0.066,0.185-0.093c0.261-0.116,0.501-0.159,0.72-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.041,0.109,0.07,0.228,0.086,0.356c0.148,0.063,0.262,0.177,0.342,0.342l0.927-0.606 l0.349-4.1L24.7,17.312"/> <polyline fill="%23B6B6B6" points="6.191,18.467 4.943,19.13 12.429,23.921 12.394,22.345 6.191,18.467 "/> <polyline fill="%23676767" points="24.108,13.397 24.093,13.39 13.164,19.643 13.256,25.361 23.388,19.037 23.388,19.044 24.635,18.267 24.7,17.312 24.999,12.884 24.108,13.397 "/> <path fill="%23676767" d="M24.478,20.392c-0.166,0.114-0.34,0.263-0.52,0.449c-0.342,0.352-0.632,0.77-0.87,1.255 c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749c0.048,0.109,0.107,0.197,0.178,0.264 c0.065,0.059,0.139,0.102,0.221,0.128c0.057,0.02,0.119,0.032,0.185,0.036c0.404,0.024,0.846-0.212,1.326-0.706 c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476c0.019-0.299-0.019-0.551-0.114-0.756 c-0.005-0.01-0.009-0.022-0.014-0.036c-0.08-0.165-0.194-0.279-0.342-0.342c-0.002-0.001-0.007-0.003-0.014-0.007 c-0.065-0.024-0.139-0.039-0.221-0.043c-0.194-0.012-0.398,0.036-0.613,0.143C24.605,20.312,24.544,20.35,24.478,20.392"/> <path fill="%23676767" d="M15.966,25.974c-0.034,0.033-0.07,0.067-0.107,0.1c-0.346,0.36-0.641,0.78-0.884,1.262 c-0.07,0.139-0.132,0.277-0.185,0.414c-0.17,0.43-0.253,0.839-0.25,1.226c0.005,0.333,0.078,0.601,0.221,0.806 c0.019,0.027,0.038,0.053,0.057,0.078c0.165,0.189,0.39,0.276,0.677,0.264c0.456-0.019,0.946-0.278,1.469-0.777 c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64c0-0.325-0.071-0.589-0.214-0.791 c-0.001-0.005-0.004-0.009-0.007-0.014c-0.057-0.084-0.124-0.153-0.2-0.207c-0.145-0.1-0.323-0.145-0.535-0.135 C16.978,25.216,16.488,25.475,15.966,25.974"/> <polyline fill="%23676767" points="21.705,12.028 21.627,13.904 23.452,12.877 21.705,12.028 "/> <polyline fill="%23676767" points="5.884,13.904 4.594,14.538 4.943,19.13 6.191,18.467 6.191,18.467 5.884,13.904 "/> <polyline fill="%23999999" points="4.594,14.538 3.881,14.11 4.323,19.565 12.451,24.841 13.256,25.361 13.164,19.643 12.322,19.144 12.394,22.345 12.429,23.921 4.943,19.13 4.594,14.538 "/> <path fill="%23999999" d="M16.008,24.441c-0.03,0.016-0.061,0.032-0.093,0.05c-0.28,0.152-0.554,0.352-0.82,0.599 c-0.48,0.452-0.884,0.998-1.212,1.64c-0.329,0.649-0.505,1.26-0.528,1.832c0,0.052,0,0.102,0,0.15l-0.164,0.107l1.626,1.041 c-0.019-0.025-0.038-0.051-0.057-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.004-0.387,0.08-0.796,0.25-1.226 c0.053-0.136,0.115-0.274,0.185-0.414c0.243-0.481,0.538-0.902,0.884-1.262c0.037-0.033,0.072-0.067,0.107-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.212-0.009,0.39,0.036,0.535,0.135c-0.005-0.038-0.012-0.076-0.021-0.114l-1.618-0.92 C16.228,24.338,16.121,24.385,16.008,24.441"/> <path fill="%23999999" d="M24.022,19.386c-0.06,0.026-0.122,0.057-0.185,0.093c-0.058,0.033-0.115,0.069-0.171,0.107 c-0.041,0.027-0.081,0.056-0.121,0.086c-0.053,0.04-0.105,0.08-0.157,0.121c-0.092,0.078-0.182,0.161-0.271,0.25 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.478,1.226-0.506,1.797c-0.007,0.003-0.017,0.006-0.029,0.007l-0.307,0.207 l1.754,1.02c-0.071-0.067-0.13-0.155-0.178-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.18-0.186,0.354-0.336,0.52-0.449c0.065-0.042,0.127-0.08,0.185-0.114 c0.215-0.107,0.42-0.154,0.613-0.143c0.082,0.004,0.156,0.018,0.221,0.043L24.022,19.386"/> <polyline fill="%23CCCCCC" points="21.741,11.316 21.705,12.028 23.452,12.877 21.627,13.904 20.015,14.809 20.008,14.809 13.627,18.403 12.322,19.144 13.164,19.643 24.093,13.39 24.992,12.877 21.741,11.316 "/> <polyline fill="%23CCCCCC" points="5.007,20.014 5.335,24.263 12.55,29.24 12.451,24.841 5.007,20.014 "/> <polyline fill="%23CCCCCC" points="5.881,14.11 6.594,14.538 7.884,13.904 7.834,13.169 5.881,14.11 "/> <path fill="%232f8c51" d="M5.834,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.563,9.02 L5.834,13.169z"/> <path d="M24.742,19.258c-0.219-0.031-0.459,0.012-0.72,0.128l1.476,0.791c0.007,0.004,0.012,0.007,0.014,0.007 c-0.016-0.128-0.044-0.247-0.086-0.356C25.298,19.491,25.07,19.301,24.742,19.258"/> <path d="M17.948,25.219c-0.032-0.2-0.094-0.376-0.185-0.528c-0.19-0.309-0.478-0.471-0.863-0.485c-0.18-0.003-0.37,0.028-0.57,0.093 L17.948,25.219"/> </svg> ');
}
.green.icon-undeploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- <path fill="%2321663c" d="M24.858,20.367l5.851-4.433l0.842-7.181l-6.693,3.812V20.367z"/> <path fill="%232f8c51" d="M19.007,15.934l5.851,4.433v-7.802l-6.693-3.812L19.007,15.934z"/> <path fill="%2339b563" d="M24.858,5.827l-6.693,2.926l6.693,3.812l6.693-3.812L24.858,5.827z"/> --> <g transform="translate(3, -1)"> <polyline fill="%2321663c" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%232f8c51" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.green.icon-release{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%232f8c51" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%2339b563" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%232f8c51" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%2339b563" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.green.icon-task{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2339b563" points="15.717,22.466 13.393,21.817 21.959,6.194 24.304,6.791 "/> <polygon fill="%2339b563" points="7.617,22.13 5.308,21.479 7.376,17.705 9.69,18.343 "/> <polygon fill="%232f8c51" points="16.672,28.291 14.349,27.625 5.308,21.479 7.617,22.13 "/> <polygon fill="%2321663c" points="24.304,6.791 27.297,8.883 16.672,28.291 7.617,22.13 9.69,18.343 15.717,22.466 "/> <polygon fill="%23CCCCCC" points="11.884,13.727 10.529,13.348 15.525,4.236 16.893,4.585 "/> <polygon fill="%23CCCCCC" points="7.16,13.531 5.814,13.151 7.02,10.95 8.369,11.322 "/> <polygon fill="%23999999" points="12.441,17.124 11.086,16.735 5.814,13.151 7.16,13.531 "/> <polygon fill="%23676767" points="16.893,4.585 18.638,5.805 12.441,17.124 7.16,13.531 8.369,11.322 11.884,13.727 "/> </svg> ');
}
.green.icon-monitor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232f8c51" d="M13.078,19.415c-0.041-0.212-0.091-0.431-0.151-0.656c-0.15-0.561-0.341-1.114-0.573-1.66 c-0.319-0.75-0.716-1.484-1.192-2.203c-0.392-0.589-0.802-1.109-1.23-1.561c-0.095-0.101-0.193-0.199-0.294-0.294 c-0.486-0.469-0.994-0.852-1.524-1.147c-0.44-0.247-0.86-0.405-1.26-0.475c-0.086-0.015-0.172-0.025-0.256-0.03 c-0.185-0.015-0.366-0.01-0.543,0.015c-0.719,0.101-1.25,0.528-1.592,1.282c-0.267,0.578-0.385,1.285-0.355,2.12 c0.025,0.649,0.136,1.345,0.332,2.09c0.357,1.333,0.945,2.618,1.765,3.855c0.92,1.383,1.936,2.384,3.048,3.002 c0.744,0.417,1.428,0.581,2.052,0.49c0.547-0.077,0.985-0.343,1.313-0.8c0.013-0.015,0.026-0.033,0.038-0.053l0.287-0.543 c0.287-0.68,0.383-1.502,0.287-2.467C13.2,20.075,13.15,19.753,13.078,19.415"/> <path fill="%232f8c51" d="M5.082,15.5c-0.02-0.644,0.075-1.189,0.287-1.637c0.277-0.573,0.694-0.893,1.252-0.958 c0.488-0.055,1.016,0.08,1.584,0.407c0.363,0.205,0.712,0.461,1.049,0.769c0.16,0.151,0.316,0.312,0.468,0.483 c0.285,0.319,0.559,0.679,0.822,1.079c0.405,0.615,0.734,1.246,0.988,1.893c0.145,0.357,0.265,0.719,0.362,1.086 c0.084,0.316,0.147,0.618,0.189,0.905c0.009,0.058,0.016,0.116,0.023,0.173c0.107,0.86,0.022,1.584-0.256,2.173 c-0.272,0.573-0.686,0.893-1.245,0.958c-0.488,0.055-1.016-0.08-1.584-0.407c-0.855-0.488-1.634-1.265-2.338-2.331 c-0.629-0.955-1.081-1.949-1.358-2.98C5.172,16.541,5.092,16.003,5.082,15.5"/> <polygon fill="%232f8c51" points="17.958,23.255 16.404,22.312 16.457,27.193 17.966,28.173 17.958,23.247 "/> <path d="M10.543,15.644c-0.263-0.4-0.537-0.76-0.822-1.079c-0.152-0.171-0.308-0.332-0.468-0.483 c-0.18,0.476-0.185,1.085-0.015,1.826c0.13,0.554,0.346,1.092,0.649,1.614c0.059,0.104,0.122,0.207,0.189,0.309 c0.079,0.121,0.16,0.237,0.241,0.347c0.386,0.507,0.808,0.887,1.267,1.139c0.171,0.096,0.337,0.167,0.498,0.211 c-0.042-0.287-0.105-0.589-0.189-0.905c-0.097-0.367-0.217-0.729-0.362-1.086C11.277,16.89,10.948,16.259,10.543,15.644z"/> <path fill="%2321663c" d="M5.368,13.863c-0.211,0.448-0.307,0.993-0.287,1.637c0.01,0.503,0.091,1.041,0.241,1.614 c0.277,1.031,0.729,2.024,1.358,2.98c0.704,1.066,1.484,1.843,2.338,2.331c0.568,0.327,1.096,0.463,1.584,0.407 c0.558-0.065,0.973-0.385,1.245-0.958c0.278-0.588,0.363-1.313,0.256-2.173c-0.006-0.058-0.014-0.115-0.023-0.173 c-0.161-0.044-0.327-0.115-0.498-0.211c-0.459-0.252-0.882-0.632-1.267-1.139c-0.082-0.11-0.162-0.226-0.241-0.347 c-0.067-0.103-0.13-0.206-0.189-0.309c-0.302-0.523-0.519-1.061-0.649-1.614c-0.17-0.741-0.165-1.349,0.015-1.826 c-0.336-0.308-0.686-0.565-1.049-0.769c-0.568-0.327-1.096-0.463-1.584-0.407C6.062,12.971,5.645,13.29,5.368,13.863"/> <polygon fill="%2321663c" points="19.475,27.193 19.52,22.304 17.966,23.247 17.958,23.247 17.966,28.173 "/> <path fill="%2339b563" d="M13.561,12.385c-0.276-0.148-0.54-0.228-0.792-0.241c-0.015-0.002-0.03-0.005-0.045-0.008l-3.161-0.385 l-2.708-0.332c0.4,0.07,0.82,0.229,1.26,0.475c0.53,0.295,1.038,0.677,1.524,1.147c0.101,0.095,0.199,0.193,0.294,0.294 c0.428,0.452,0.838,0.973,1.23,1.561c0.476,0.718,0.873,1.453,1.192,2.203c0.232,0.545,0.424,1.099,0.573,1.66 c0.06,0.225,0.11,0.444,0.151,0.656c0.072,0.338,0.122,0.659,0.151,0.966c0.096,0.964,0.001,1.787-0.287,2.467l1.064-1.991 l1.509-2.844c0.061-0.058,0.117-0.125,0.166-0.204c0.317-0.503,0.382-1.187,0.196-2.052c-0.032-0.151-0.073-0.302-0.121-0.453 c-0.153-0.498-0.384-0.983-0.694-1.456C14.624,13.174,14.124,12.686,13.561,12.385z"/> <path fill="%23CCCCCC" d="M17.958,12.792l0.008-0.008l8.569-4.42l-8.577-3.817L9.382,8.364L17.958,12.792z"/> <path fill="%23999999" d="M12.769,12.143c0.252,0.013,0.516,0.094,0.792,0.241c0.563,0.302,1.064,0.79,1.501,1.463 c0.31,0.473,0.541,0.958,0.694,1.456c0.048,0.15,0.088,0.301,0.121,0.453c0.186,0.865,0.121,1.549-0.196,2.052 c-0.049,0.078-0.105,0.146-0.166,0.204l-1.509,2.844l2.399,1.456l1.554,0.943v-0.008h0.008V12.785l-0.008,0.008L9.382,8.364 l0.181,3.387l3.161,0.385C12.738,12.139,12.753,12.141,12.769,12.143z"/> <path fill="%23676767" d="M25.992,18.382l0.543-10.018l-8.569,4.42v10.463l1.554-0.943L25.992,18.382z"/> </svg>');
}
.green.icon-timer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104c-0.31-0.036-0.618-0.057-0.925-0.062 c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481c-0.995,0.715-1.766,1.59-2.312,2.626 c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686c0.083-0.855,0.331-1.673,0.743-2.454 c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428c0.566-0.107,1.166-0.157,1.8-0.149 c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62c0.626,0.996,0.98,2.063,1.06,3.201 c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112c0.525-1.106,0.74-2.261,0.644-3.465 C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351c-0.007,0.007-0.017,0.012-0.03,0.013 l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995c0.809,2.219,2.259,4,4.35,5.343 c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492c1.217-0.351,2.339-0.878,3.367-1.58 c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828c0.12-0.334,0.221-0.672,0.302-1.013 c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269c-1.086,0.726-2.276,1.269-3.569,1.629 c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091c-2.203-1.407-3.739-3.269-4.606-5.584 C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path fill="%2321663c" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path fill="%2339b563" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg>');
}
.green.icon-timer-trigger{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%2321663c"/> <stop offset="1" style="stop-color:%2339b563"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%2321663c"/> <stop offset="1" style="stop-color:%2339b563"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="4.475343e-07" style="stop-color:%2321663c"/> <stop offset="0.6157" style="stop-color:%2339b563"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path opacity="0.3" fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104 c-0.31-0.036-0.618-0.057-0.925-0.062c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481 c-0.995,0.715-1.766,1.59-2.312,2.626c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686 c0.083-0.855,0.331-1.673,0.743-2.454c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428 c0.566-0.107,1.166-0.157,1.8-0.149c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path opacity="0.3" fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62 c0.626,0.996,0.98,2.063,1.06,3.201c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112 c0.525-1.106,0.74-2.261,0.644-3.465C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path opacity="0.3" fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path opacity="0.3" fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351 c-0.007,0.007-0.017,0.012-0.03,0.013l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995 c0.809,2.219,2.259,4,4.35,5.343c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492 c1.217-0.351,2.339-0.878,3.367-1.58c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828 c0.12-0.334,0.221-0.672,0.302-1.013c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269 c-1.086,0.726-2.276,1.269-3.569,1.629c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091 c-2.203-1.407-3.739-3.269-4.606-5.584C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path opacity="0.3" fill="%23676767" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path opacity="0.3" fill="%23CCCCCC" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg> ');
}
.green.icon-timer-trigger-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2321663c" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%2321663c" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%2321663c" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%2321663c" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%2321663c" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%2321663c" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%2339b563" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%2339b563" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%2339b563" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.green.icon-timer-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1778.1346" cy="-1417.7965" r="6.0466" fx="1781.8185" fy="-1419.4559" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="16.664" cy="9.775" r="4.166"/> <radialGradient id="SVGID_2_" cx="1783.0852" cy="-1424.8751" r="3.5805" fx="1785.2666" fy="-1425.8578" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="8.126" cy="11.095" r="2.467"/> <path fill="%23CCCCCC" d="M22.739,11.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,11.43,22.728,11.435,22.739,11.438"/> <path fill="%23676767" d="M19.326,12.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,11.988,17.803,12.076,19.326,12.388"/> <path fill="%23FFFFFF" d="M20.069,12.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,12.78,20.463,12.663,20.069,12.561"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="23.1481" x2="28.0832" y2="23.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M28.083,16.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,16.994"/> <polygon fill="%23676767" points="13.644,16.022 18.398,18.84 22.778,13.379 "/> <path fill="%23CCCCCC" d="M26.992,13.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,15.582,27.761,14.542,26.992,13.553z M26.7,17.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,14.831,26.876,15.914,26.7,17.054z"/> <polygon fill="%2321663c" points="26.043,9.567 16.664,13.618 19.322,18.28 "/> <polygon fill="%2339b563" points="13.504,13.787 16.664,13.618 26.043,9.567 "/> <path fill="%2339b563" d="M12.37,14.926c0.001,0.004,0.002,0.008,0.002,0.012c0.009,0.066,0.029,0.133,0.06,0.2 c0.196,0.428,0.761,0.738,1.695,0.929c0.636,0.131,1.322,0.17,2.058,0.116c0.765-0.053,1.433-0.197,2.005-0.431 c0.358-0.144,0.639-0.316,0.842-0.517c0.193-0.184,0.29-0.371,0.291-0.562c0.001-0.003,0.001-0.006,0-0.009c0-0.007,0-0.014,0-0.022 c-0.004-0.079-0.024-0.158-0.06-0.237c-0.193-0.428-0.757-0.74-1.695-0.934c-0.636-0.131-1.322-0.171-2.058-0.118 c-0.765,0.054-1.433,0.198-2.005,0.433c-0.362,0.147-0.644,0.319-0.847,0.515C12.445,14.507,12.349,14.715,12.37,14.926"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="12.3713" y1="17.1042" x2="19.4126" y2="17.1042"> <stop offset="0.2832" style="stop-color:%232f8c51"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M12.432,15.139c-0.031-0.067-0.051-0.134-0.06-0.2l0.317,3.136c0,0.007,0,0.014,0,0.02 c0.001,0.068,0.011,0.137,0.032,0.208c0.143,0.49,0.674,0.845,1.592,1.064c0.195,0.047,0.395,0.083,0.599,0.11 c0.454,0.06,0.932,0.072,1.434,0.036c0.37-0.026,0.715-0.075,1.037-0.149c0.338-0.076,0.65-0.178,0.936-0.306 c0.774-0.348,1.137-0.746,1.09-1.192l-0.087-3.192c-0.001,0.191-0.098,0.378-0.291,0.562c-0.203,0.201-0.484,0.373-0.842,0.517 c-0.572,0.235-1.24,0.379-2.005,0.431c-0.736,0.054-1.422,0.015-2.058-0.116C13.193,15.877,12.628,15.567,12.432,15.139"/> </svg> ');
}
.green.icon-infra-devel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="6.784,9.77 8.837,10.907 11.197,9.77 9.141,8.678 6.784,9.77 "/> <polyline fill="%2339b563" points="12.537,17.163 13.699,15.15 11.739,14.027 10.602,15.993 12.537,17.163 "/> <path fill="%2339b563" d="M5.477,15.747c-0.385,0.672-0.645,1.447-0.779,2.324c-0.179,1.154-0.122,2.005,0.17,2.553 c0.11,0.207,0.255,0.377,0.436,0.511c0.023,0.017,0.045,0.033,0.067,0.047L7.2,22.467c-0.188-0.14-0.337-0.321-0.447-0.542 c-0.061-0.123-0.11-0.261-0.148-0.413c-0.13-0.517-0.126-1.203,0.011-2.058c0.007-0.043,0.015-0.087,0.022-0.131 c0.153-0.881,0.425-1.662,0.818-2.343c0.385-0.665,0.919-1.3,1.6-1.905l-1.986-1.195C6.381,14.476,5.849,15.099,5.477,15.747z"/> <path fill="%2321663c" d="M12.537,17.163c-0.007,0.583-0.155,1.138-0.444,1.665c-0.197,0.357-0.48,0.729-0.849,1.114 c-0.653,0.685-1.315,1.042-1.986,1.07c-0.67,0.03-1.065-0.128-1.184-0.472c-0.095-0.27-0.134-0.492-0.117-0.665 c-0.011-0.101-0.005-0.26,0.02-0.478c0.035-0.343,0.108-0.651,0.218-0.924c0.264-0.65,0.559-1.169,0.883-1.556 c0.326-0.387,0.726-0.71,1.201-0.969l1.067-1.846L11.197,9.77l-2.36,1.137l0.221,4.167c-0.681,0.605-1.215,1.24-1.6,1.905 c-0.393,0.681-0.666,1.463-0.818,2.343c-0.008,0.045-0.015,0.088-0.022,0.131c-0.137,0.855-0.141,1.541-0.011,2.058 c0.038,0.153,0.087,0.291,0.148,0.413c0.11,0.221,0.259,0.402,0.447,0.542c0.006,0.004,0.012,0.008,0.017,0.011 c0.411,0.296,1.001,0.401,1.771,0.316c0.704-0.076,1.409-0.392,2.114-0.947c0.665-0.516,1.245-1.171,1.74-1.966 c0.499-0.797,0.829-1.604,0.991-2.421c0.177-0.875,0.132-1.645-0.134-2.31L12.537,17.163z"/> <path fill="%232f8c51" d="M12.093,18.828c0.289-0.527,0.437-1.082,0.444-1.665l-1.935-1.17c0.02,0.465-0.064,0.964-0.254,1.494 c-0.196,0.536-0.46,1.005-0.793,1.408c-0.507,0.612-1.04,0.939-1.598,0.98C7.94,20.048,7.979,20.27,8.074,20.54 c0.119,0.344,0.514,0.502,1.184,0.472c0.671-0.028,1.333-0.384,1.986-1.07C11.613,19.557,11.896,19.185,12.093,18.828"/> <polygon fill="%232f8c51" points="8.837,10.907 6.784,9.77 7.072,13.879 9.058,15.074 "/> <polyline fill="%23676767" points="7.875,9.333 8.023,11.682 15.726,9.347 19.108,8.325 18.815,19.72 21.711,17.885 22.473,2.502 7.875,9.333 "/> <polyline fill="%23999999" points="19.108,8.325 15.726,9.347 15.731,22.153 18.815,23.988 19.108,8.325 "/> <polyline fill="%23999999" points="8.023,11.682 7.875,9.333 4.415,7.423 4.619,9.721 8.023,11.682 "/> <polyline fill="%23CCCCCC" points="22.473,2.502 18.988,1.08 4.415,7.423 7.875,9.333 22.473,2.502 "/> <polyline fill="%23CCCCCC" points="17.319,26.173 20.709,28.606 27.551,24.055 26.801,23.644 24.302,22.161 17.319,26.173 "/> <polygon fill="%23CCCCCC" points="27.794,20.119 24.302,18.436 17.92,21.671 17.917,21.671 17.036,22.135 20.6,24.466 "/> <polyline fill="%23676767" points="20.709,28.606 20.778,30.516 27.399,25.867 27.551,24.055 20.709,28.606 "/> <polyline fill="%2321663c" points="27.879,18.139 28.06,15.943 20.478,20.017 20.561,22.407 27.879,18.139 "/> <polygon fill="%23676767" points="20.6,24.466 20.676,26.596 27.63,22.108 27.794,20.119 "/> <polyline fill="%23999999" points="17.319,26.173 17.49,28.034 20.778,30.516 20.709,28.606 17.319,26.173 "/> <polyline fill="%232f8c51" points="16.724,17.824 16.937,20.115 20.561,22.407 20.478,20.017 16.724,17.824 "/> <polygon fill="%23999999" points="20.676,26.596 20.6,24.466 17.036,22.135 17.227,24.196 18.032,24.755 18.032,24.758 "/> <polyline fill="%2339b563" points="28.06,15.943 24.302,14.312 16.724,17.824 20.478,20.017 28.06,15.943 "/> </svg> ');
}
.green.icon-infra-test{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M12.009,12.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C12.372,12.387,12.192,12.424,12.009,12.438z"/> <path fill="%23676767" d="M21.294,20.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C21.265,20.647,21.283,20.435,21.294,20.223z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.657" y1="2.5833" x2="14.657" y2="14.0892"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.898,6.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C18.077,9.837,18.037,8.088,17.898,6.69z"/> <path fill="%23999999" d="M13.059,3.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C10.181,4.075,11.23,2.678,13.059,3.356z"/> <polygon fill="%2339b563" points="16.717,23.466 14.393,22.818 22.959,7.194 25.304,7.792 "/> <polygon fill="%2339b563" points="8.617,23.131 6.308,22.48 8.376,18.706 10.69,19.344 "/> <polygon fill="%232f8c51" points="17.672,29.291 15.349,28.625 6.308,22.48 8.617,23.131 "/> <polygon fill="%2321663c" points="25.304,7.792 28.297,9.884 17.672,29.291 8.617,23.131 10.69,19.344 16.717,23.466 "/> </svg> ');
}
.green.icon-infra-prod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M28.66,11.089c-0.059-0.058-0.127-0.103-0.202-0.133c-0.292-0.124-0.699-0.031-1.221,0.279l-12.528,7.493 c-0.652,0.388-1.156,0.849-1.512,1.382c-0.334,0.501-0.579,1.137-0.736,1.908c-0.183,0.868-0.046,1.503,0.412,1.908 c0.469,0.415,1.08,0.383,1.835-0.097l12.149-7.768c0.528-0.339,0.989-0.868,1.382-1.584c0.366-0.663,0.593-1.323,0.679-1.98 C29.005,11.817,28.919,11.348,28.66,11.089 M27.116,12.714c0.264-0.162,0.455-0.14,0.574,0.065c0.102,0.183,0.116,0.423,0.04,0.719 c-0.065,0.269-0.151,0.488-0.259,0.655c-0.119,0.194-0.286,0.358-0.501,0.493l-12.262,7.687c-0.296,0.189-0.539,0.199-0.727,0.032 c-0.178-0.162-0.232-0.415-0.162-0.76c0.065-0.302,0.162-0.552,0.291-0.752c0.14-0.216,0.339-0.401,0.598-0.558L27.116,12.714z"/> <path fill="%232f8c51" d="M27.69,12.779c-0.119-0.205-0.31-0.226-0.574-0.065l-12.407,7.582c-0.259,0.156-0.458,0.342-0.598,0.558 c-0.129,0.199-0.226,0.45-0.291,0.752c-0.07,0.345-0.016,0.598,0.162,0.76c0.189,0.167,0.431,0.156,0.727-0.032l12.262-7.687 c0.216-0.135,0.383-0.299,0.501-0.493c0.108-0.167,0.194-0.385,0.259-0.655C27.806,13.202,27.792,12.962,27.69,12.779z"/> <path fill="%2339b563" d="M19.922,6.85c-0.325-0.159-0.759-0.098-1.301,0.182L6.068,13.555c-0.63,0.329-1.126,0.857-1.487,1.584 c-0.323,0.652-0.474,1.318-0.453,1.996c0.025,0.646,0.202,1.112,0.529,1.398c0.001,0.001,0.003,0.003,0.004,0.004l8.212,5.387 c-0.458-0.404-0.595-1.04-0.412-1.908c0.156-0.771,0.401-1.406,0.736-1.908c0.356-0.533,0.859-0.994,1.512-1.382l12.528-7.493 c0.521-0.31,0.928-0.403,1.221-0.279L19.922,6.85z"/> <polyline fill="%23CCCCCC" points="16.382,5.987 22.145,8.824 24.166,7.701 18.411,4.969 16.382,5.987 "/> <polyline fill="%23CCCCCC" points="15.63,12.437 12.151,10.534 9.867,9.285 7.539,10.457 13.294,13.73 15.63,12.437 "/> <polyline fill="%23CCCCCC" points="16.362,8.101 14.289,7.046 12.114,8.145 17.885,11.184 20.052,9.98 16.362,8.101 "/> <polygon fill="%23CCCCCC" points="5.729,22.228 3.401,23.594 8.784,27.376 11.128,25.881 "/> <polyline fill="%23676767" points="22.145,8.824 21.984,12.437 23.956,11.281 24.166,7.701 22.145,8.824 "/> <polyline fill="%23676767" points="19.93,13.633 20.003,11.407 20.052,9.98 17.885,11.184 17.813,14.878 19.93,13.633 "/> <polyline fill="%23676767" points="15.622,13.658 15.63,12.437 13.294,13.73 13.335,17.497 15.614,16.163 15.622,13.658 "/> <polygon fill="%23676767" points="8.784,27.376 8.922,30.723 11.209,29.195 11.128,25.881 "/> <polyline fill="%23999999" points="13.335,17.497 13.294,13.73 7.539,10.457 7.701,14.127 13.335,17.497 "/> <polyline fill="%23999999" points="15.63,12.437 15.622,13.658 17.813,14.878 17.885,11.184 12.114,8.145 12.151,10.534 15.63,12.437 "/> <polyline fill="%23999999" points="16.382,5.987 16.362,8.101 20.052,9.98 20.003,11.407 21.984,12.437 22.145,8.824 16.382,5.987 "/> <polygon fill="%23999999" points="8.922,30.723 8.784,27.376 3.401,23.594 3.652,26.875 "/> </svg> ');
}
.lightGreen.icon-semaphore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="22.973,6.344 16.392,9.741 16.397,21.829 16.392,21.829 16.392,28.888 21.941,25.124 "/> <path fill="%23999999" d="M10.743,15.645c0.01-0.002,0.019-0.005,0.028-0.011l1.152-0.557c0.016-0.01,0.031-0.019,0.044-0.028 c0.066-0.039,0.138-0.07,0.215-0.094c0.467-0.143,0.979,0.037,1.538,0.54c0.393,0.353,0.718,0.799,0.975,1.339 c0.268,0.555,0.406,1.091,0.413,1.609c0.006,0.661-0.177,1.087-0.551,1.279c-0.017,0.012-0.036,0.021-0.055,0.028l-1.113,0.623 c-0.084,0.068-0.183,0.117-0.298,0.149c0.249,0.107,0.508,0.289,0.777,0.546c0.36,0.345,0.661,0.766,0.904,1.262 c0.061,0.124,0.114,0.245,0.16,0.364c0.156,0.398,0.237,0.78,0.242,1.146c0.004,0.301-0.05,0.553-0.16,0.755 c-0.082,0.153-0.192,0.263-0.331,0.331l-1.174,0.733c-0.009,0.007-0.018,0.013-0.028,0.017c-0.101,0.061-0.219,0.094-0.353,0.099 c-0.419,0.022-0.874-0.209-1.367-0.694c-0.103-0.102-0.202-0.21-0.298-0.325c-0.228-0.279-0.428-0.595-0.601-0.948 c-0.036-0.073-0.071-0.147-0.105-0.22l0.088,1.538l5.544,3.764v-7.06V9.741L9.847,6.363l0.499,9.624 C10.442,15.83,10.575,15.716,10.743,15.645z"/> <path fill="%23999999" d="M10.572,18.588c-0.034-0.07-0.065-0.14-0.094-0.209l0.165,3.075c0.074-0.111,0.162-0.196,0.265-0.254 c0.023-0.01,0.045-0.019,0.066-0.028l1.069-0.579c0.073-0.06,0.154-0.106,0.242-0.138c-0.237-0.1-0.485-0.271-0.744-0.513 C11.152,19.58,10.829,19.128,10.572,18.588"/> <polygon fill="%23CCCCCC" points="16.392,9.741 16.392,9.741 22.973,6.344 16.392,3.569 9.847,6.363 "/> <path fill="%23CC0000" d="M13.09,20.522c-0.003,0.002-0.007,0.004-0.011,0.006c-0.25,0.071-0.515,0.047-0.794-0.072 c-0.089,0.032-0.17,0.078-0.242,0.138l-1.069,0.579c0.078-0.032,0.165-0.05,0.259-0.055c0.164-0.007,0.331,0.022,0.502,0.088 c0.278,0.109,0.567,0.313,0.865,0.612c0.36,0.353,0.661,0.777,0.904,1.273c0.06,0.122,0.113,0.241,0.16,0.358 c0.157,0.403,0.239,0.789,0.248,1.157c0.003,0.12-0.003,0.232-0.017,0.336c-0.023,0.162-0.068,0.305-0.132,0.43 c-0.067,0.126-0.151,0.221-0.254,0.287l1.174-0.733c0.138-0.067,0.249-0.177,0.331-0.331c0.11-0.202,0.163-0.454,0.16-0.755 c-0.006-0.366-0.086-0.748-0.242-1.146c-0.046-0.119-0.099-0.24-0.16-0.364c-0.242-0.496-0.544-0.917-0.904-1.262 C13.599,20.811,13.34,20.629,13.09,20.522z"/> <path fill="%23FF0000" d="M10.605,21.525c-0.11,0.206-0.16,0.461-0.149,0.766c0.009,0.412,0.111,0.844,0.303,1.295 c0.034,0.074,0.069,0.147,0.105,0.22c0.172,0.352,0.373,0.668,0.601,0.948c0.095,0.115,0.194,0.223,0.298,0.325 c0.492,0.485,0.948,0.716,1.367,0.694c0.134-0.005,0.251-0.038,0.353-0.099c0.009-0.004,0.019-0.009,0.028-0.017 c0.102-0.065,0.187-0.161,0.254-0.287c0.065-0.125,0.109-0.268,0.132-0.43c0.014-0.104,0.019-0.216,0.017-0.336 c-0.009-0.369-0.091-0.754-0.248-1.157c-0.047-0.117-0.1-0.237-0.16-0.358c-0.242-0.496-0.544-0.92-0.904-1.273 c-0.299-0.299-0.587-0.503-0.865-0.612c-0.171-0.066-0.338-0.095-0.502-0.088c-0.094,0.005-0.181,0.023-0.259,0.055 c-0.021,0.009-0.044,0.018-0.066,0.028c-0.103,0.058-0.191,0.142-0.265,0.254C10.631,21.477,10.618,21.501,10.605,21.525z"/> <path fill="%23CC6600" d="M10.847,15.612c0.222-0.061,0.454-0.05,0.694,0.033c0.27,0.096,0.551,0.28,0.843,0.551 c0.389,0.364,0.713,0.816,0.97,1.356c0.268,0.562,0.41,1.102,0.424,1.62c0.006,0.236-0.013,0.441-0.055,0.617 c-0.061,0.259-0.173,0.453-0.336,0.584l1.113-0.623c0.019-0.007,0.038-0.016,0.055-0.028c0.374-0.191,0.558-0.617,0.551-1.279 c-0.007-0.518-0.145-1.054-0.413-1.609c-0.257-0.54-0.582-0.987-0.975-1.339c-0.558-0.503-1.071-0.683-1.538-0.54 c-0.077,0.023-0.149,0.055-0.215,0.094c-0.013,0.009-0.028,0.018-0.044,0.028l-1.152,0.557 C10.796,15.627,10.821,15.619,10.847,15.612z"/> <path fill="%23FFCC00" d="M10.77,15.634c-0.009,0.006-0.018,0.009-0.028,0.011c-0.168,0.071-0.3,0.185-0.397,0.342 c-0.142,0.232-0.209,0.559-0.198,0.981c0.013,0.453,0.123,0.924,0.331,1.411c0.029,0.069,0.06,0.139,0.094,0.209 c0.257,0.54,0.581,0.992,0.97,1.356c0.259,0.242,0.507,0.413,0.744,0.513c0.279,0.119,0.543,0.143,0.794,0.072 c0.004-0.001,0.008-0.003,0.011-0.006c0.114-0.032,0.213-0.081,0.298-0.149c0.163-0.131,0.275-0.326,0.336-0.584 c0.042-0.176,0.061-0.382,0.055-0.617c-0.015-0.518-0.156-1.058-0.424-1.62c-0.257-0.54-0.581-0.992-0.97-1.356 c-0.292-0.271-0.573-0.455-0.843-0.551c-0.241-0.083-0.472-0.094-0.694-0.033C10.821,15.619,10.796,15.627,10.77,15.634z"/> <path fill="%23339900" d="M10.888,9.437c0.25-0.046,0.503-0.011,0.758,0.103c0.287,0.132,0.577,0.36,0.872,0.686 c0.392,0.437,0.703,0.963,0.933,1.581c0.24,0.642,0.343,1.248,0.309,1.818c-0.017,0.259-0.057,0.483-0.12,0.672 c-0.092,0.278-0.233,0.48-0.425,0.608l1.281-0.576c0.022-0.005,0.043-0.014,0.063-0.025c0.428-0.174,0.671-0.623,0.728-1.349 c0.042-0.569-0.057-1.17-0.298-1.805c-0.23-0.617-0.543-1.138-0.941-1.563c-0.564-0.606-1.109-0.853-1.634-0.741 c-0.087,0.018-0.168,0.046-0.245,0.082c-0.016,0.008-0.033,0.017-0.051,0.026l-1.317,0.499C10.83,9.448,10.859,9.442,10.888,9.437z" /> <path fill="%2300FF00" d="M10.801,9.454c-0.01,0.005-0.02,0.009-0.031,0.009c-0.191,0.062-0.347,0.174-0.468,0.336 c-0.179,0.24-0.283,0.593-0.312,1.057c-0.03,0.498,0.046,1.025,0.226,1.579c0.025,0.079,0.053,0.158,0.083,0.239 c0.23,0.617,0.541,1.144,0.933,1.581c0.261,0.29,0.516,0.502,0.767,0.634c0.294,0.157,0.582,0.209,0.863,0.155 c0.005-0.001,0.009-0.003,0.013-0.005c0.128-0.024,0.242-0.068,0.341-0.134c0.192-0.128,0.333-0.331,0.425-0.608 c0.063-0.189,0.103-0.413,0.12-0.672c0.034-0.57-0.069-1.176-0.309-1.818c-0.23-0.617-0.541-1.144-0.933-1.581 C12.224,9.9,11.933,9.672,11.646,9.54c-0.256-0.115-0.509-0.149-0.758-0.103C10.859,9.442,10.83,9.448,10.801,9.454z"/> </svg> ');
}
.lightGreen.icon-incident{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.0373" y1="27.5447" x2="15.3279" y2="22.2471"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.01,25.657c-0.085-1.252-1.005-3.819-2.585-3.824c-0.992-0.004-2.216,0.79-3.131,1.138 c1.984-0.753,4.091,4.823,2.167,5.558C17.998,27.941,20.149,27.705,20.01,25.657z"/> <path fill="%23FF0000" d="M15.329,23.192c1,0.679,1.611,2.037,1.777,3.204c0.155,1.086-0.251,2.807-1.662,1.92 c-0.963-0.605-1.55-1.993-1.746-3.067C13.507,24.198,13.838,22.179,15.329,23.192z"/> <polygon fill="%23FF0000" points="11.975,4.91 15.285,3.785 21.381,7.478 18.064,8.612 "/> <polygon fill="%23990000" points="18.064,8.612 21.381,7.478 20.336,20.482 17.037,21.624 "/> <polygon fill="%23CC0000" points="17.037,21.624 13.788,19.62 11.975,4.91 18.064,8.612 "/> </svg>');
}
.lightGreen.icon-log{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.584,8.197 11.348,4.792 12.256,20.213 22.558,27.108 23.189,16.159 18.584,8.197 "/> <polygon fill="%23999999" points="19.775,7.583 18.584,8.197 23.189,16.159 24.353,15.467 "/> <polygon fill="%23676767" points="24.353,15.467 23.189,16.159 22.558,27.108 23.584,26.334 "/> <polygon fill="%23CCCCCC" points="12.554,4.31 11.348,4.792 18.584,8.197 19.775,7.583 "/> <polyline fill="%23CCCCCC" points="23.189,16.159 18.584,8.197 14.907,15.654 23.189,16.159 "/> <polyline fill="%2300b200" points="4.673,22.687 4.868,25.067 7.787,27.047 7.638,24.639 4.673,22.687 "/> <polyline fill="%2300b200" points="6.727,21.562 8.642,20.511 5.797,18.736 5.956,21.069 6.727,21.562 "/> <polyline fill="%2300b200" points="14.778,26.712 14.731,24.304 11.617,22.371 11.71,24.751 14.778,26.712 "/> <polyline fill="%23009900" points="7.638,24.639 7.787,27.047 11.71,24.751 11.617,22.371 7.638,24.639 "/> <polyline fill="%23009900" points="14.731,24.304 14.778,26.712 15.996,20.484 15.968,18.159 14.731,24.304 "/> <polyline fill="%2300e500" points="8.642,20.511 6.727,21.562 4.673,22.687 7.638,24.639 11.617,22.371 14.731,24.304 15.968,18.159 5.797,18.736 8.642,20.511 "/> </svg> ');
}
.lightGreen.icon-initialization{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-88.5832" y1="168.7441" x2="-76.1176" y2="168.7441" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.696,6.014c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.24,6.38,25.023,5.133,21.696,6.014z M23.597,13.201c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C28.073,10.067,26.578,12.413,23.597,13.201z"/> <path fill="%23CCCCCC" d="M21.478,5.19c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.022,5.557,24.806,4.31,21.478,5.19z M23.379,12.378c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C27.855,9.244,26.36,11.589,23.379,12.378z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-95.2165" y1="163.2574" x2="-80.6843" y2="177.7896" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.508,7.026C10.072,7.43,9.591,7.792,9.133,8.171c3.76-2.305,8.885,1.15,11.396,3.761 c2.424,2.52,5.683,7.858,3.145,11.347c1.021-1.187,2.091-2.243,2.309-3.877c0.35-2.62-0.985-5.328-2.5-7.376 c-1.53-2.068-3.595-3.891-5.929-4.996C15.453,6.034,12.465,5.358,10.508,7.026"/> <path fill="%23676767" d="M9.018,8.252c-2.622,2.587-0.475,7.191,1.251,9.62c1.998,2.813,4.996,5.366,8.393,6.238 c1.597,0.41,3.511,0.463,4.862-0.639c1.187-0.969,1.514-2.621,1.378-4.077c-0.332-3.563-2.837-6.86-5.483-9.097 C16.96,8.219,11.924,5.399,9.018,8.252z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-97.3985" y1="173.8823" x2="-88.2081" y2="173.8823" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.943,16.647c0.141-0.124,0.311-0.221,0.51-0.293c0.72-0.256,1.607-0.104,2.658,0.456 c0.05,0.027,0.1,0.054,0.149,0.081c0.722,0.419,1.382,0.972,1.983,1.659c0.3,0.348,0.553,0.698,0.759,1.049 c0.267,0.45,0.46,0.904,0.578,1.361c0.131,0.513,0.141,0.969,0.031,1.37c-0.056,0.202-0.143,0.375-0.261,0.521l2.965-3.194 c0.176-0.18,0.302-0.405,0.379-0.673c0.121-0.398,0.124-0.849,0.012-1.351c-0.182-0.82-0.611-1.618-1.288-2.393 c-0.635-0.731-1.345-1.288-2.129-1.673c-0.438-0.215-0.865-0.358-1.281-0.429c-0.519-0.084-0.972-0.039-1.358,0.133 c-0.131,0.058-0.248,0.127-0.352,0.206c-0.078,0.065-0.15,0.134-0.216,0.208L8.943,16.647z"/> <radialGradient id="SVGID_4_" cx="-207.8584" cy="119.4008" r="9.5408" gradientTransform="matrix(0.9668 -0.2557 -0.2557 -0.9668 238.411 82.5039)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_4_)" d="M4.393,19.034c-0.881,1.515-1.099,3.115-0.653,4.799c0.456,1.722,1.441,3.024,2.956,3.905 s3.133,1.094,4.855,0.638c1.685-0.446,2.968-1.426,3.849-2.941s1.094-3.133,0.638-4.855c-0.446-1.685-1.426-2.968-2.941-3.849 c-1.515-0.881-3.115-1.099-4.799-0.653C6.575,16.534,5.274,17.519,4.393,19.034z"/> </svg>');
}
.lightGreen.icon-deploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23009900" points="21.705,12.028 21.741,11.316 21.84,9.02 13.57,13.298 13.627,18.403 20.008,14.809 20.015,14.809 21.627,13.904 21.705,12.028 "/> <polyline fill="%23009900" points="27.494,11.465 24.999,12.884 24.7,17.312 27.131,15.822 27.494,11.465 "/> <polyline fill="%2300e500" points="19.823,7.957 19.68,8.029 13.819,5.341 5.563,9.02 13.57,13.298 21.84,9.02 21.741,11.316 24.992,12.877 24.999,12.884 27.494,11.465 19.823,7.957 "/> <path fill="%23B6B6B6" d="M24.7,17.312l-0.064,0.955l-1.248,0.777v-0.007l-10.131,6.324l-0.806-0.52l0,0l0.1,4.399l0.642-0.421 l0.164-0.107c0-0.048,0-0.098,0-0.15c0.023-0.573,0.199-1.184,0.528-1.832c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.032-0.018,0.063-0.034,0.093-0.05c0.112-0.056,0.219-0.104,0.321-0.143 c0.2-0.065,0.39-0.096,0.57-0.093c0.385,0.014,0.673,0.176,0.863,0.485c0.091,0.152,0.153,0.328,0.185,0.528 c0.01,0.038,0.017,0.076,0.021,0.114c0.076,0.054,0.142,0.123,0.2,0.207c0.003,0.005,0.006,0.01,0.007,0.014l3.037-1.982 l0.307-0.207c0.012-0.002,0.021-0.004,0.029-0.007c0.029-0.57,0.197-1.169,0.506-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.089-0.089,0.179-0.172,0.271-0.25c0.052-0.041,0.104-0.082,0.157-0.121c0.04-0.03,0.081-0.058,0.121-0.086 c0.056-0.038,0.113-0.073,0.171-0.107c0.064-0.035,0.125-0.066,0.185-0.093c0.261-0.116,0.501-0.159,0.72-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.041,0.109,0.07,0.228,0.086,0.356c0.148,0.063,0.262,0.177,0.342,0.342l0.927-0.606 l0.349-4.1L24.7,17.312"/> <polyline fill="%23B6B6B6" points="6.191,18.467 4.943,19.13 12.429,23.921 12.394,22.345 6.191,18.467 "/> <polyline fill="%23676767" points="24.108,13.397 24.093,13.39 13.164,19.643 13.256,25.361 23.388,19.037 23.388,19.044 24.635,18.267 24.7,17.312 24.999,12.884 24.108,13.397 "/> <path fill="%23676767" d="M24.478,20.392c-0.166,0.114-0.34,0.263-0.52,0.449c-0.342,0.352-0.632,0.77-0.87,1.255 c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749c0.048,0.109,0.107,0.197,0.178,0.264 c0.065,0.059,0.139,0.102,0.221,0.128c0.057,0.02,0.119,0.032,0.185,0.036c0.404,0.024,0.846-0.212,1.326-0.706 c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476c0.019-0.299-0.019-0.551-0.114-0.756 c-0.005-0.01-0.009-0.022-0.014-0.036c-0.08-0.165-0.194-0.279-0.342-0.342c-0.002-0.001-0.007-0.003-0.014-0.007 c-0.065-0.024-0.139-0.039-0.221-0.043c-0.194-0.012-0.398,0.036-0.613,0.143C24.605,20.312,24.544,20.35,24.478,20.392"/> <path fill="%23676767" d="M15.966,25.974c-0.034,0.033-0.07,0.067-0.107,0.1c-0.346,0.36-0.641,0.78-0.884,1.262 c-0.07,0.139-0.132,0.277-0.185,0.414c-0.17,0.43-0.253,0.839-0.25,1.226c0.005,0.333,0.078,0.601,0.221,0.806 c0.019,0.027,0.038,0.053,0.057,0.078c0.165,0.189,0.39,0.276,0.677,0.264c0.456-0.019,0.946-0.278,1.469-0.777 c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64c0-0.325-0.071-0.589-0.214-0.791 c-0.001-0.005-0.004-0.009-0.007-0.014c-0.057-0.084-0.124-0.153-0.2-0.207c-0.145-0.1-0.323-0.145-0.535-0.135 C16.978,25.216,16.488,25.475,15.966,25.974"/> <polyline fill="%23676767" points="21.705,12.028 21.627,13.904 23.452,12.877 21.705,12.028 "/> <polyline fill="%23676767" points="5.884,13.904 4.594,14.538 4.943,19.13 6.191,18.467 6.191,18.467 5.884,13.904 "/> <polyline fill="%23999999" points="4.594,14.538 3.881,14.11 4.323,19.565 12.451,24.841 13.256,25.361 13.164,19.643 12.322,19.144 12.394,22.345 12.429,23.921 4.943,19.13 4.594,14.538 "/> <path fill="%23999999" d="M16.008,24.441c-0.03,0.016-0.061,0.032-0.093,0.05c-0.28,0.152-0.554,0.352-0.82,0.599 c-0.48,0.452-0.884,0.998-1.212,1.64c-0.329,0.649-0.505,1.26-0.528,1.832c0,0.052,0,0.102,0,0.15l-0.164,0.107l1.626,1.041 c-0.019-0.025-0.038-0.051-0.057-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.004-0.387,0.08-0.796,0.25-1.226 c0.053-0.136,0.115-0.274,0.185-0.414c0.243-0.481,0.538-0.902,0.884-1.262c0.037-0.033,0.072-0.067,0.107-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.212-0.009,0.39,0.036,0.535,0.135c-0.005-0.038-0.012-0.076-0.021-0.114l-1.618-0.92 C16.228,24.338,16.121,24.385,16.008,24.441"/> <path fill="%23999999" d="M24.022,19.386c-0.06,0.026-0.122,0.057-0.185,0.093c-0.058,0.033-0.115,0.069-0.171,0.107 c-0.041,0.027-0.081,0.056-0.121,0.086c-0.053,0.04-0.105,0.08-0.157,0.121c-0.092,0.078-0.182,0.161-0.271,0.25 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.478,1.226-0.506,1.797c-0.007,0.003-0.017,0.006-0.029,0.007l-0.307,0.207 l1.754,1.02c-0.071-0.067-0.13-0.155-0.178-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.18-0.186,0.354-0.336,0.52-0.449c0.065-0.042,0.127-0.08,0.185-0.114 c0.215-0.107,0.42-0.154,0.613-0.143c0.082,0.004,0.156,0.018,0.221,0.043L24.022,19.386"/> <polyline fill="%23CCCCCC" points="21.741,11.316 21.705,12.028 23.452,12.877 21.627,13.904 20.015,14.809 20.008,14.809 13.627,18.403 12.322,19.144 13.164,19.643 24.093,13.39 24.992,12.877 21.741,11.316 "/> <polyline fill="%23CCCCCC" points="5.007,20.014 5.335,24.263 12.55,29.24 12.451,24.841 5.007,20.014 "/> <polyline fill="%23CCCCCC" points="5.881,14.11 6.594,14.538 7.884,13.904 7.834,13.169 5.881,14.11 "/> <path fill="%2300b200" d="M5.834,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.563,9.02 L5.834,13.169z"/> <path d="M24.742,19.258c-0.219-0.031-0.459,0.012-0.72,0.128l1.476,0.791c0.007,0.004,0.012,0.007,0.014,0.007 c-0.016-0.128-0.044-0.247-0.086-0.356C25.298,19.491,25.07,19.301,24.742,19.258"/> <path d="M17.948,25.219c-0.032-0.2-0.094-0.376-0.185-0.528c-0.19-0.309-0.478-0.471-0.863-0.485c-0.18-0.003-0.37,0.028-0.57,0.093 L17.948,25.219"/> </svg> ');
}
.lightGreen.icon-undeploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- <path fill="%23009900" d="M24.858,20.367l5.851-4.433l0.842-7.181l-6.693,3.812V20.367z"/> <path fill="%2300b200" d="M19.007,15.934l5.851,4.433v-7.802l-6.693-3.812L19.007,15.934z"/> <path fill="%2300e500" d="M24.858,5.827l-6.693,2.926l6.693,3.812l6.693-3.812L24.858,5.827z"/> --> <g transform="translate(3, -1)"> <polyline fill="%23009900" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%2300b200" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.lightGreen.icon-release{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%2300b200" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%2300e500" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%2300b200" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%2300e500" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.lightGreen.icon-task{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300e500" points="15.717,22.466 13.393,21.817 21.959,6.194 24.304,6.791 "/> <polygon fill="%2300e500" points="7.617,22.13 5.308,21.479 7.376,17.705 9.69,18.343 "/> <polygon fill="%2300b200" points="16.672,28.291 14.349,27.625 5.308,21.479 7.617,22.13 "/> <polygon fill="%23009900" points="24.304,6.791 27.297,8.883 16.672,28.291 7.617,22.13 9.69,18.343 15.717,22.466 "/> <polygon fill="%23CCCCCC" points="11.884,13.727 10.529,13.348 15.525,4.236 16.893,4.585 "/> <polygon fill="%23CCCCCC" points="7.16,13.531 5.814,13.151 7.02,10.95 8.369,11.322 "/> <polygon fill="%23999999" points="12.441,17.124 11.086,16.735 5.814,13.151 7.16,13.531 "/> <polygon fill="%23676767" points="16.893,4.585 18.638,5.805 12.441,17.124 7.16,13.531 8.369,11.322 11.884,13.727 "/> </svg> ');
}
.lightGreen.icon-monitor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300b200" d="M13.078,19.415c-0.041-0.212-0.091-0.431-0.151-0.656c-0.15-0.561-0.341-1.114-0.573-1.66 c-0.319-0.75-0.716-1.484-1.192-2.203c-0.392-0.589-0.802-1.109-1.23-1.561c-0.095-0.101-0.193-0.199-0.294-0.294 c-0.486-0.469-0.994-0.852-1.524-1.147c-0.44-0.247-0.86-0.405-1.26-0.475c-0.086-0.015-0.172-0.025-0.256-0.03 c-0.185-0.015-0.366-0.01-0.543,0.015c-0.719,0.101-1.25,0.528-1.592,1.282c-0.267,0.578-0.385,1.285-0.355,2.12 c0.025,0.649,0.136,1.345,0.332,2.09c0.357,1.333,0.945,2.618,1.765,3.855c0.92,1.383,1.936,2.384,3.048,3.002 c0.744,0.417,1.428,0.581,2.052,0.49c0.547-0.077,0.985-0.343,1.313-0.8c0.013-0.015,0.026-0.033,0.038-0.053l0.287-0.543 c0.287-0.68,0.383-1.502,0.287-2.467C13.2,20.075,13.15,19.753,13.078,19.415"/> <path fill="%2300b200" d="M5.082,15.5c-0.02-0.644,0.075-1.189,0.287-1.637c0.277-0.573,0.694-0.893,1.252-0.958 c0.488-0.055,1.016,0.08,1.584,0.407c0.363,0.205,0.712,0.461,1.049,0.769c0.16,0.151,0.316,0.312,0.468,0.483 c0.285,0.319,0.559,0.679,0.822,1.079c0.405,0.615,0.734,1.246,0.988,1.893c0.145,0.357,0.265,0.719,0.362,1.086 c0.084,0.316,0.147,0.618,0.189,0.905c0.009,0.058,0.016,0.116,0.023,0.173c0.107,0.86,0.022,1.584-0.256,2.173 c-0.272,0.573-0.686,0.893-1.245,0.958c-0.488,0.055-1.016-0.08-1.584-0.407c-0.855-0.488-1.634-1.265-2.338-2.331 c-0.629-0.955-1.081-1.949-1.358-2.98C5.172,16.541,5.092,16.003,5.082,15.5"/> <polygon fill="%2300b200" points="17.958,23.255 16.404,22.312 16.457,27.193 17.966,28.173 17.958,23.247 "/> <path d="M10.543,15.644c-0.263-0.4-0.537-0.76-0.822-1.079c-0.152-0.171-0.308-0.332-0.468-0.483 c-0.18,0.476-0.185,1.085-0.015,1.826c0.13,0.554,0.346,1.092,0.649,1.614c0.059,0.104,0.122,0.207,0.189,0.309 c0.079,0.121,0.16,0.237,0.241,0.347c0.386,0.507,0.808,0.887,1.267,1.139c0.171,0.096,0.337,0.167,0.498,0.211 c-0.042-0.287-0.105-0.589-0.189-0.905c-0.097-0.367-0.217-0.729-0.362-1.086C11.277,16.89,10.948,16.259,10.543,15.644z"/> <path fill="%23009900" d="M5.368,13.863c-0.211,0.448-0.307,0.993-0.287,1.637c0.01,0.503,0.091,1.041,0.241,1.614 c0.277,1.031,0.729,2.024,1.358,2.98c0.704,1.066,1.484,1.843,2.338,2.331c0.568,0.327,1.096,0.463,1.584,0.407 c0.558-0.065,0.973-0.385,1.245-0.958c0.278-0.588,0.363-1.313,0.256-2.173c-0.006-0.058-0.014-0.115-0.023-0.173 c-0.161-0.044-0.327-0.115-0.498-0.211c-0.459-0.252-0.882-0.632-1.267-1.139c-0.082-0.11-0.162-0.226-0.241-0.347 c-0.067-0.103-0.13-0.206-0.189-0.309c-0.302-0.523-0.519-1.061-0.649-1.614c-0.17-0.741-0.165-1.349,0.015-1.826 c-0.336-0.308-0.686-0.565-1.049-0.769c-0.568-0.327-1.096-0.463-1.584-0.407C6.062,12.971,5.645,13.29,5.368,13.863"/> <polygon fill="%23009900" points="19.475,27.193 19.52,22.304 17.966,23.247 17.958,23.247 17.966,28.173 "/> <path fill="%2300e500" d="M13.561,12.385c-0.276-0.148-0.54-0.228-0.792-0.241c-0.015-0.002-0.03-0.005-0.045-0.008l-3.161-0.385 l-2.708-0.332c0.4,0.07,0.82,0.229,1.26,0.475c0.53,0.295,1.038,0.677,1.524,1.147c0.101,0.095,0.199,0.193,0.294,0.294 c0.428,0.452,0.838,0.973,1.23,1.561c0.476,0.718,0.873,1.453,1.192,2.203c0.232,0.545,0.424,1.099,0.573,1.66 c0.06,0.225,0.11,0.444,0.151,0.656c0.072,0.338,0.122,0.659,0.151,0.966c0.096,0.964,0.001,1.787-0.287,2.467l1.064-1.991 l1.509-2.844c0.061-0.058,0.117-0.125,0.166-0.204c0.317-0.503,0.382-1.187,0.196-2.052c-0.032-0.151-0.073-0.302-0.121-0.453 c-0.153-0.498-0.384-0.983-0.694-1.456C14.624,13.174,14.124,12.686,13.561,12.385z"/> <path fill="%23CCCCCC" d="M17.958,12.792l0.008-0.008l8.569-4.42l-8.577-3.817L9.382,8.364L17.958,12.792z"/> <path fill="%23999999" d="M12.769,12.143c0.252,0.013,0.516,0.094,0.792,0.241c0.563,0.302,1.064,0.79,1.501,1.463 c0.31,0.473,0.541,0.958,0.694,1.456c0.048,0.15,0.088,0.301,0.121,0.453c0.186,0.865,0.121,1.549-0.196,2.052 c-0.049,0.078-0.105,0.146-0.166,0.204l-1.509,2.844l2.399,1.456l1.554,0.943v-0.008h0.008V12.785l-0.008,0.008L9.382,8.364 l0.181,3.387l3.161,0.385C12.738,12.139,12.753,12.141,12.769,12.143z"/> <path fill="%23676767" d="M25.992,18.382l0.543-10.018l-8.569,4.42v10.463l1.554-0.943L25.992,18.382z"/> </svg>');
}
.lightGreen.icon-timer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104c-0.31-0.036-0.618-0.057-0.925-0.062 c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481c-0.995,0.715-1.766,1.59-2.312,2.626 c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686c0.083-0.855,0.331-1.673,0.743-2.454 c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428c0.566-0.107,1.166-0.157,1.8-0.149 c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62c0.626,0.996,0.98,2.063,1.06,3.201 c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112c0.525-1.106,0.74-2.261,0.644-3.465 C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351c-0.007,0.007-0.017,0.012-0.03,0.013 l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995c0.809,2.219,2.259,4,4.35,5.343 c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492c1.217-0.351,2.339-0.878,3.367-1.58 c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828c0.12-0.334,0.221-0.672,0.302-1.013 c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269c-1.086,0.726-2.276,1.269-3.569,1.629 c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091c-2.203-1.407-3.739-3.269-4.606-5.584 C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path fill="%23009900" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path fill="%2300e500" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg>');
}
.lightGreen.icon-timer-trigger{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23009900"/> <stop offset="1" style="stop-color:%2300e500"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23009900"/> <stop offset="1" style="stop-color:%2300e500"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="4.475343e-07" style="stop-color:%23009900"/> <stop offset="0.6157" style="stop-color:%2300e500"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path opacity="0.3" fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104 c-0.31-0.036-0.618-0.057-0.925-0.062c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481 c-0.995,0.715-1.766,1.59-2.312,2.626c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686 c0.083-0.855,0.331-1.673,0.743-2.454c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428 c0.566-0.107,1.166-0.157,1.8-0.149c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path opacity="0.3" fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62 c0.626,0.996,0.98,2.063,1.06,3.201c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112 c0.525-1.106,0.74-2.261,0.644-3.465C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path opacity="0.3" fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path opacity="0.3" fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351 c-0.007,0.007-0.017,0.012-0.03,0.013l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995 c0.809,2.219,2.259,4,4.35,5.343c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492 c1.217-0.351,2.339-0.878,3.367-1.58c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828 c0.12-0.334,0.221-0.672,0.302-1.013c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269 c-1.086,0.726-2.276,1.269-3.569,1.629c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091 c-2.203-1.407-3.739-3.269-4.606-5.584C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path opacity="0.3" fill="%23676767" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path opacity="0.3" fill="%23CCCCCC" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg> ');
}
.lightGreen.icon-timer-trigger-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23009900" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%23009900" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%23009900" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%23009900" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%23009900" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%23009900" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%2300e500" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%2300e500" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%2300e500" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.lightGreen.icon-timer-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1778.1346" cy="-1417.7965" r="6.0466" fx="1781.8185" fy="-1419.4559" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="16.664" cy="9.775" r="4.166"/> <radialGradient id="SVGID_2_" cx="1783.0852" cy="-1424.8751" r="3.5805" fx="1785.2666" fy="-1425.8578" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="8.126" cy="11.095" r="2.467"/> <path fill="%23CCCCCC" d="M22.739,11.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,11.43,22.728,11.435,22.739,11.438"/> <path fill="%23676767" d="M19.326,12.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,11.988,17.803,12.076,19.326,12.388"/> <path fill="%23FFFFFF" d="M20.069,12.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,12.78,20.463,12.663,20.069,12.561"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="23.1481" x2="28.0832" y2="23.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M28.083,16.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,16.994"/> <polygon fill="%23676767" points="13.644,16.022 18.398,18.84 22.778,13.379 "/> <path fill="%23CCCCCC" d="M26.992,13.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,15.582,27.761,14.542,26.992,13.553z M26.7,17.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,14.831,26.876,15.914,26.7,17.054z"/> <polygon fill="%23009900" points="26.043,9.567 16.664,13.618 19.322,18.28 "/> <polygon fill="%2300e500" points="13.504,13.787 16.664,13.618 26.043,9.567 "/> <path fill="%2300e500" d="M12.37,14.926c0.001,0.004,0.002,0.008,0.002,0.012c0.009,0.066,0.029,0.133,0.06,0.2 c0.196,0.428,0.761,0.738,1.695,0.929c0.636,0.131,1.322,0.17,2.058,0.116c0.765-0.053,1.433-0.197,2.005-0.431 c0.358-0.144,0.639-0.316,0.842-0.517c0.193-0.184,0.29-0.371,0.291-0.562c0.001-0.003,0.001-0.006,0-0.009c0-0.007,0-0.014,0-0.022 c-0.004-0.079-0.024-0.158-0.06-0.237c-0.193-0.428-0.757-0.74-1.695-0.934c-0.636-0.131-1.322-0.171-2.058-0.118 c-0.765,0.054-1.433,0.198-2.005,0.433c-0.362,0.147-0.644,0.319-0.847,0.515C12.445,14.507,12.349,14.715,12.37,14.926"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="12.3713" y1="17.1042" x2="19.4126" y2="17.1042"> <stop offset="0.2832" style="stop-color:%2300b200"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M12.432,15.139c-0.031-0.067-0.051-0.134-0.06-0.2l0.317,3.136c0,0.007,0,0.014,0,0.02 c0.001,0.068,0.011,0.137,0.032,0.208c0.143,0.49,0.674,0.845,1.592,1.064c0.195,0.047,0.395,0.083,0.599,0.11 c0.454,0.06,0.932,0.072,1.434,0.036c0.37-0.026,0.715-0.075,1.037-0.149c0.338-0.076,0.65-0.178,0.936-0.306 c0.774-0.348,1.137-0.746,1.09-1.192l-0.087-3.192c-0.001,0.191-0.098,0.378-0.291,0.562c-0.203,0.201-0.484,0.373-0.842,0.517 c-0.572,0.235-1.24,0.379-2.005,0.431c-0.736,0.054-1.422,0.015-2.058-0.116C13.193,15.877,12.628,15.567,12.432,15.139"/> </svg> ');
}
.lightGreen.icon-infra-devel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="6.784,9.77 8.837,10.907 11.197,9.77 9.141,8.678 6.784,9.77 "/> <polyline fill="%2300e500" points="12.537,17.163 13.699,15.15 11.739,14.027 10.602,15.993 12.537,17.163 "/> <path fill="%2300e500" d="M5.477,15.747c-0.385,0.672-0.645,1.447-0.779,2.324c-0.179,1.154-0.122,2.005,0.17,2.553 c0.11,0.207,0.255,0.377,0.436,0.511c0.023,0.017,0.045,0.033,0.067,0.047L7.2,22.467c-0.188-0.14-0.337-0.321-0.447-0.542 c-0.061-0.123-0.11-0.261-0.148-0.413c-0.13-0.517-0.126-1.203,0.011-2.058c0.007-0.043,0.015-0.087,0.022-0.131 c0.153-0.881,0.425-1.662,0.818-2.343c0.385-0.665,0.919-1.3,1.6-1.905l-1.986-1.195C6.381,14.476,5.849,15.099,5.477,15.747z"/> <path fill="%23009900" d="M12.537,17.163c-0.007,0.583-0.155,1.138-0.444,1.665c-0.197,0.357-0.48,0.729-0.849,1.114 c-0.653,0.685-1.315,1.042-1.986,1.07c-0.67,0.03-1.065-0.128-1.184-0.472c-0.095-0.27-0.134-0.492-0.117-0.665 c-0.011-0.101-0.005-0.26,0.02-0.478c0.035-0.343,0.108-0.651,0.218-0.924c0.264-0.65,0.559-1.169,0.883-1.556 c0.326-0.387,0.726-0.71,1.201-0.969l1.067-1.846L11.197,9.77l-2.36,1.137l0.221,4.167c-0.681,0.605-1.215,1.24-1.6,1.905 c-0.393,0.681-0.666,1.463-0.818,2.343c-0.008,0.045-0.015,0.088-0.022,0.131c-0.137,0.855-0.141,1.541-0.011,2.058 c0.038,0.153,0.087,0.291,0.148,0.413c0.11,0.221,0.259,0.402,0.447,0.542c0.006,0.004,0.012,0.008,0.017,0.011 c0.411,0.296,1.001,0.401,1.771,0.316c0.704-0.076,1.409-0.392,2.114-0.947c0.665-0.516,1.245-1.171,1.74-1.966 c0.499-0.797,0.829-1.604,0.991-2.421c0.177-0.875,0.132-1.645-0.134-2.31L12.537,17.163z"/> <path fill="%2300b200" d="M12.093,18.828c0.289-0.527,0.437-1.082,0.444-1.665l-1.935-1.17c0.02,0.465-0.064,0.964-0.254,1.494 c-0.196,0.536-0.46,1.005-0.793,1.408c-0.507,0.612-1.04,0.939-1.598,0.98C7.94,20.048,7.979,20.27,8.074,20.54 c0.119,0.344,0.514,0.502,1.184,0.472c0.671-0.028,1.333-0.384,1.986-1.07C11.613,19.557,11.896,19.185,12.093,18.828"/> <polygon fill="%2300b200" points="8.837,10.907 6.784,9.77 7.072,13.879 9.058,15.074 "/> <polyline fill="%23676767" points="7.875,9.333 8.023,11.682 15.726,9.347 19.108,8.325 18.815,19.72 21.711,17.885 22.473,2.502 7.875,9.333 "/> <polyline fill="%23999999" points="19.108,8.325 15.726,9.347 15.731,22.153 18.815,23.988 19.108,8.325 "/> <polyline fill="%23999999" points="8.023,11.682 7.875,9.333 4.415,7.423 4.619,9.721 8.023,11.682 "/> <polyline fill="%23CCCCCC" points="22.473,2.502 18.988,1.08 4.415,7.423 7.875,9.333 22.473,2.502 "/> <polyline fill="%23CCCCCC" points="17.319,26.173 20.709,28.606 27.551,24.055 26.801,23.644 24.302,22.161 17.319,26.173 "/> <polygon fill="%23CCCCCC" points="27.794,20.119 24.302,18.436 17.92,21.671 17.917,21.671 17.036,22.135 20.6,24.466 "/> <polyline fill="%23676767" points="20.709,28.606 20.778,30.516 27.399,25.867 27.551,24.055 20.709,28.606 "/> <polyline fill="%23009900" points="27.879,18.139 28.06,15.943 20.478,20.017 20.561,22.407 27.879,18.139 "/> <polygon fill="%23676767" points="20.6,24.466 20.676,26.596 27.63,22.108 27.794,20.119 "/> <polyline fill="%23999999" points="17.319,26.173 17.49,28.034 20.778,30.516 20.709,28.606 17.319,26.173 "/> <polyline fill="%2300b200" points="16.724,17.824 16.937,20.115 20.561,22.407 20.478,20.017 16.724,17.824 "/> <polygon fill="%23999999" points="20.676,26.596 20.6,24.466 17.036,22.135 17.227,24.196 18.032,24.755 18.032,24.758 "/> <polyline fill="%2300e500" points="28.06,15.943 24.302,14.312 16.724,17.824 20.478,20.017 28.06,15.943 "/> </svg> ');
}
.lightGreen.icon-infra-test{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M12.009,12.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C12.372,12.387,12.192,12.424,12.009,12.438z"/> <path fill="%23676767" d="M21.294,20.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C21.265,20.647,21.283,20.435,21.294,20.223z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.657" y1="2.5833" x2="14.657" y2="14.0892"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.898,6.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C18.077,9.837,18.037,8.088,17.898,6.69z"/> <path fill="%23999999" d="M13.059,3.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C10.181,4.075,11.23,2.678,13.059,3.356z"/> <polygon fill="%2300e500" points="16.717,23.466 14.393,22.818 22.959,7.194 25.304,7.792 "/> <polygon fill="%2300e500" points="8.617,23.131 6.308,22.48 8.376,18.706 10.69,19.344 "/> <polygon fill="%2300b200" points="17.672,29.291 15.349,28.625 6.308,22.48 8.617,23.131 "/> <polygon fill="%23009900" points="25.304,7.792 28.297,9.884 17.672,29.291 8.617,23.131 10.69,19.344 16.717,23.466 "/> </svg> ');
}
.lightGreen.icon-infra-prod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M28.66,11.089c-0.059-0.058-0.127-0.103-0.202-0.133c-0.292-0.124-0.699-0.031-1.221,0.279l-12.528,7.493 c-0.652,0.388-1.156,0.849-1.512,1.382c-0.334,0.501-0.579,1.137-0.736,1.908c-0.183,0.868-0.046,1.503,0.412,1.908 c0.469,0.415,1.08,0.383,1.835-0.097l12.149-7.768c0.528-0.339,0.989-0.868,1.382-1.584c0.366-0.663,0.593-1.323,0.679-1.98 C29.005,11.817,28.919,11.348,28.66,11.089 M27.116,12.714c0.264-0.162,0.455-0.14,0.574,0.065c0.102,0.183,0.116,0.423,0.04,0.719 c-0.065,0.269-0.151,0.488-0.259,0.655c-0.119,0.194-0.286,0.358-0.501,0.493l-12.262,7.687c-0.296,0.189-0.539,0.199-0.727,0.032 c-0.178-0.162-0.232-0.415-0.162-0.76c0.065-0.302,0.162-0.552,0.291-0.752c0.14-0.216,0.339-0.401,0.598-0.558L27.116,12.714z"/> <path fill="%2300b200" d="M27.69,12.779c-0.119-0.205-0.31-0.226-0.574-0.065l-12.407,7.582c-0.259,0.156-0.458,0.342-0.598,0.558 c-0.129,0.199-0.226,0.45-0.291,0.752c-0.07,0.345-0.016,0.598,0.162,0.76c0.189,0.167,0.431,0.156,0.727-0.032l12.262-7.687 c0.216-0.135,0.383-0.299,0.501-0.493c0.108-0.167,0.194-0.385,0.259-0.655C27.806,13.202,27.792,12.962,27.69,12.779z"/> <path fill="%2300e500" d="M19.922,6.85c-0.325-0.159-0.759-0.098-1.301,0.182L6.068,13.555c-0.63,0.329-1.126,0.857-1.487,1.584 c-0.323,0.652-0.474,1.318-0.453,1.996c0.025,0.646,0.202,1.112,0.529,1.398c0.001,0.001,0.003,0.003,0.004,0.004l8.212,5.387 c-0.458-0.404-0.595-1.04-0.412-1.908c0.156-0.771,0.401-1.406,0.736-1.908c0.356-0.533,0.859-0.994,1.512-1.382l12.528-7.493 c0.521-0.31,0.928-0.403,1.221-0.279L19.922,6.85z"/> <polyline fill="%23CCCCCC" points="16.382,5.987 22.145,8.824 24.166,7.701 18.411,4.969 16.382,5.987 "/> <polyline fill="%23CCCCCC" points="15.63,12.437 12.151,10.534 9.867,9.285 7.539,10.457 13.294,13.73 15.63,12.437 "/> <polyline fill="%23CCCCCC" points="16.362,8.101 14.289,7.046 12.114,8.145 17.885,11.184 20.052,9.98 16.362,8.101 "/> <polygon fill="%23CCCCCC" points="5.729,22.228 3.401,23.594 8.784,27.376 11.128,25.881 "/> <polyline fill="%23676767" points="22.145,8.824 21.984,12.437 23.956,11.281 24.166,7.701 22.145,8.824 "/> <polyline fill="%23676767" points="19.93,13.633 20.003,11.407 20.052,9.98 17.885,11.184 17.813,14.878 19.93,13.633 "/> <polyline fill="%23676767" points="15.622,13.658 15.63,12.437 13.294,13.73 13.335,17.497 15.614,16.163 15.622,13.658 "/> <polygon fill="%23676767" points="8.784,27.376 8.922,30.723 11.209,29.195 11.128,25.881 "/> <polyline fill="%23999999" points="13.335,17.497 13.294,13.73 7.539,10.457 7.701,14.127 13.335,17.497 "/> <polyline fill="%23999999" points="15.63,12.437 15.622,13.658 17.813,14.878 17.885,11.184 12.114,8.145 12.151,10.534 15.63,12.437 "/> <polyline fill="%23999999" points="16.382,5.987 16.362,8.101 20.052,9.98 20.003,11.407 21.984,12.437 22.145,8.824 16.382,5.987 "/> <polygon fill="%23999999" points="8.922,30.723 8.784,27.376 3.401,23.594 3.652,26.875 "/> </svg> ');
}
.yellow.icon-semaphore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="22.973,6.344 16.392,9.741 16.397,21.829 16.392,21.829 16.392,28.888 21.941,25.124 "/> <path fill="%23999999" d="M10.743,15.645c0.01-0.002,0.019-0.005,0.028-0.011l1.152-0.557c0.016-0.01,0.031-0.019,0.044-0.028 c0.066-0.039,0.138-0.07,0.215-0.094c0.467-0.143,0.979,0.037,1.538,0.54c0.393,0.353,0.718,0.799,0.975,1.339 c0.268,0.555,0.406,1.091,0.413,1.609c0.006,0.661-0.177,1.087-0.551,1.279c-0.017,0.012-0.036,0.021-0.055,0.028l-1.113,0.623 c-0.084,0.068-0.183,0.117-0.298,0.149c0.249,0.107,0.508,0.289,0.777,0.546c0.36,0.345,0.661,0.766,0.904,1.262 c0.061,0.124,0.114,0.245,0.16,0.364c0.156,0.398,0.237,0.78,0.242,1.146c0.004,0.301-0.05,0.553-0.16,0.755 c-0.082,0.153-0.192,0.263-0.331,0.331l-1.174,0.733c-0.009,0.007-0.018,0.013-0.028,0.017c-0.101,0.061-0.219,0.094-0.353,0.099 c-0.419,0.022-0.874-0.209-1.367-0.694c-0.103-0.102-0.202-0.21-0.298-0.325c-0.228-0.279-0.428-0.595-0.601-0.948 c-0.036-0.073-0.071-0.147-0.105-0.22l0.088,1.538l5.544,3.764v-7.06V9.741L9.847,6.363l0.499,9.624 C10.442,15.83,10.575,15.716,10.743,15.645z"/> <path fill="%23999999" d="M10.572,18.588c-0.034-0.07-0.065-0.14-0.094-0.209l0.165,3.075c0.074-0.111,0.162-0.196,0.265-0.254 c0.023-0.01,0.045-0.019,0.066-0.028l1.069-0.579c0.073-0.06,0.154-0.106,0.242-0.138c-0.237-0.1-0.485-0.271-0.744-0.513 C11.152,19.58,10.829,19.128,10.572,18.588"/> <polygon fill="%23CCCCCC" points="16.392,9.741 16.392,9.741 22.973,6.344 16.392,3.569 9.847,6.363 "/> <path fill="%23CC0000" d="M13.09,20.522c-0.003,0.002-0.007,0.004-0.011,0.006c-0.25,0.071-0.515,0.047-0.794-0.072 c-0.089,0.032-0.17,0.078-0.242,0.138l-1.069,0.579c0.078-0.032,0.165-0.05,0.259-0.055c0.164-0.007,0.331,0.022,0.502,0.088 c0.278,0.109,0.567,0.313,0.865,0.612c0.36,0.353,0.661,0.777,0.904,1.273c0.06,0.122,0.113,0.241,0.16,0.358 c0.157,0.403,0.239,0.789,0.248,1.157c0.003,0.12-0.003,0.232-0.017,0.336c-0.023,0.162-0.068,0.305-0.132,0.43 c-0.067,0.126-0.151,0.221-0.254,0.287l1.174-0.733c0.138-0.067,0.249-0.177,0.331-0.331c0.11-0.202,0.163-0.454,0.16-0.755 c-0.006-0.366-0.086-0.748-0.242-1.146c-0.046-0.119-0.099-0.24-0.16-0.364c-0.242-0.496-0.544-0.917-0.904-1.262 C13.599,20.811,13.34,20.629,13.09,20.522z"/> <path fill="%23FF0000" d="M10.605,21.525c-0.11,0.206-0.16,0.461-0.149,0.766c0.009,0.412,0.111,0.844,0.303,1.295 c0.034,0.074,0.069,0.147,0.105,0.22c0.172,0.352,0.373,0.668,0.601,0.948c0.095,0.115,0.194,0.223,0.298,0.325 c0.492,0.485,0.948,0.716,1.367,0.694c0.134-0.005,0.251-0.038,0.353-0.099c0.009-0.004,0.019-0.009,0.028-0.017 c0.102-0.065,0.187-0.161,0.254-0.287c0.065-0.125,0.109-0.268,0.132-0.43c0.014-0.104,0.019-0.216,0.017-0.336 c-0.009-0.369-0.091-0.754-0.248-1.157c-0.047-0.117-0.1-0.237-0.16-0.358c-0.242-0.496-0.544-0.92-0.904-1.273 c-0.299-0.299-0.587-0.503-0.865-0.612c-0.171-0.066-0.338-0.095-0.502-0.088c-0.094,0.005-0.181,0.023-0.259,0.055 c-0.021,0.009-0.044,0.018-0.066,0.028c-0.103,0.058-0.191,0.142-0.265,0.254C10.631,21.477,10.618,21.501,10.605,21.525z"/> <path fill="%23CC6600" d="M10.847,15.612c0.222-0.061,0.454-0.05,0.694,0.033c0.27,0.096,0.551,0.28,0.843,0.551 c0.389,0.364,0.713,0.816,0.97,1.356c0.268,0.562,0.41,1.102,0.424,1.62c0.006,0.236-0.013,0.441-0.055,0.617 c-0.061,0.259-0.173,0.453-0.336,0.584l1.113-0.623c0.019-0.007,0.038-0.016,0.055-0.028c0.374-0.191,0.558-0.617,0.551-1.279 c-0.007-0.518-0.145-1.054-0.413-1.609c-0.257-0.54-0.582-0.987-0.975-1.339c-0.558-0.503-1.071-0.683-1.538-0.54 c-0.077,0.023-0.149,0.055-0.215,0.094c-0.013,0.009-0.028,0.018-0.044,0.028l-1.152,0.557 C10.796,15.627,10.821,15.619,10.847,15.612z"/> <path fill="%23FFCC00" d="M10.77,15.634c-0.009,0.006-0.018,0.009-0.028,0.011c-0.168,0.071-0.3,0.185-0.397,0.342 c-0.142,0.232-0.209,0.559-0.198,0.981c0.013,0.453,0.123,0.924,0.331,1.411c0.029,0.069,0.06,0.139,0.094,0.209 c0.257,0.54,0.581,0.992,0.97,1.356c0.259,0.242,0.507,0.413,0.744,0.513c0.279,0.119,0.543,0.143,0.794,0.072 c0.004-0.001,0.008-0.003,0.011-0.006c0.114-0.032,0.213-0.081,0.298-0.149c0.163-0.131,0.275-0.326,0.336-0.584 c0.042-0.176,0.061-0.382,0.055-0.617c-0.015-0.518-0.156-1.058-0.424-1.62c-0.257-0.54-0.581-0.992-0.97-1.356 c-0.292-0.271-0.573-0.455-0.843-0.551c-0.241-0.083-0.472-0.094-0.694-0.033C10.821,15.619,10.796,15.627,10.77,15.634z"/> <path fill="%23339900" d="M10.888,9.437c0.25-0.046,0.503-0.011,0.758,0.103c0.287,0.132,0.577,0.36,0.872,0.686 c0.392,0.437,0.703,0.963,0.933,1.581c0.24,0.642,0.343,1.248,0.309,1.818c-0.017,0.259-0.057,0.483-0.12,0.672 c-0.092,0.278-0.233,0.48-0.425,0.608l1.281-0.576c0.022-0.005,0.043-0.014,0.063-0.025c0.428-0.174,0.671-0.623,0.728-1.349 c0.042-0.569-0.057-1.17-0.298-1.805c-0.23-0.617-0.543-1.138-0.941-1.563c-0.564-0.606-1.109-0.853-1.634-0.741 c-0.087,0.018-0.168,0.046-0.245,0.082c-0.016,0.008-0.033,0.017-0.051,0.026l-1.317,0.499C10.83,9.448,10.859,9.442,10.888,9.437z" /> <path fill="%2300FF00" d="M10.801,9.454c-0.01,0.005-0.02,0.009-0.031,0.009c-0.191,0.062-0.347,0.174-0.468,0.336 c-0.179,0.24-0.283,0.593-0.312,1.057c-0.03,0.498,0.046,1.025,0.226,1.579c0.025,0.079,0.053,0.158,0.083,0.239 c0.23,0.617,0.541,1.144,0.933,1.581c0.261,0.29,0.516,0.502,0.767,0.634c0.294,0.157,0.582,0.209,0.863,0.155 c0.005-0.001,0.009-0.003,0.013-0.005c0.128-0.024,0.242-0.068,0.341-0.134c0.192-0.128,0.333-0.331,0.425-0.608 c0.063-0.189,0.103-0.413,0.12-0.672c0.034-0.57-0.069-1.176-0.309-1.818c-0.23-0.617-0.541-1.144-0.933-1.581 C12.224,9.9,11.933,9.672,11.646,9.54c-0.256-0.115-0.509-0.149-0.758-0.103C10.859,9.442,10.83,9.448,10.801,9.454z"/> </svg> ');
}
.yellow.icon-incident{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.0373" y1="27.5447" x2="15.3279" y2="22.2471"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.01,25.657c-0.085-1.252-1.005-3.819-2.585-3.824c-0.992-0.004-2.216,0.79-3.131,1.138 c1.984-0.753,4.091,4.823,2.167,5.558C17.998,27.941,20.149,27.705,20.01,25.657z"/> <path fill="%23FF0000" d="M15.329,23.192c1,0.679,1.611,2.037,1.777,3.204c0.155,1.086-0.251,2.807-1.662,1.92 c-0.963-0.605-1.55-1.993-1.746-3.067C13.507,24.198,13.838,22.179,15.329,23.192z"/> <polygon fill="%23FF0000" points="11.975,4.91 15.285,3.785 21.381,7.478 18.064,8.612 "/> <polygon fill="%23990000" points="18.064,8.612 21.381,7.478 20.336,20.482 17.037,21.624 "/> <polygon fill="%23CC0000" points="17.037,21.624 13.788,19.62 11.975,4.91 18.064,8.612 "/> </svg>');
}
.yellow.icon-log{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.584,8.197 11.348,4.792 12.256,20.213 22.558,27.108 23.189,16.159 18.584,8.197 "/> <polygon fill="%23999999" points="19.775,7.583 18.584,8.197 23.189,16.159 24.353,15.467 "/> <polygon fill="%23676767" points="24.353,15.467 23.189,16.159 22.558,27.108 23.584,26.334 "/> <polygon fill="%23CCCCCC" points="12.554,4.31 11.348,4.792 18.584,8.197 19.775,7.583 "/> <polyline fill="%23CCCCCC" points="23.189,16.159 18.584,8.197 14.907,15.654 23.189,16.159 "/> <polyline fill="%23ccaa00" points="4.673,22.687 4.868,25.067 7.787,27.047 7.638,24.639 4.673,22.687 "/> <polyline fill="%23ccaa00" points="6.727,21.562 8.642,20.511 5.797,18.736 5.956,21.069 6.727,21.562 "/> <polyline fill="%23ccaa00" points="14.778,26.712 14.731,24.304 11.617,22.371 11.71,24.751 14.778,26.712 "/> <polyline fill="%23a58d00" points="7.638,24.639 7.787,27.047 11.71,24.751 11.617,22.371 7.638,24.639 "/> <polyline fill="%23a58d00" points="14.731,24.304 14.778,26.712 15.996,20.484 15.968,18.159 14.731,24.304 "/> <polyline fill="%23f9e100" points="8.642,20.511 6.727,21.562 4.673,22.687 7.638,24.639 11.617,22.371 14.731,24.304 15.968,18.159 5.797,18.736 8.642,20.511 "/> </svg> ');
}
.yellow.icon-initialization{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-88.5832" y1="168.7441" x2="-76.1176" y2="168.7441" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.696,6.014c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.24,6.38,25.023,5.133,21.696,6.014z M23.597,13.201c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C28.073,10.067,26.578,12.413,23.597,13.201z"/> <path fill="%23CCCCCC" d="M21.478,5.19c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.022,5.557,24.806,4.31,21.478,5.19z M23.379,12.378c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C27.855,9.244,26.36,11.589,23.379,12.378z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-95.2165" y1="163.2574" x2="-80.6843" y2="177.7896" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.508,7.026C10.072,7.43,9.591,7.792,9.133,8.171c3.76-2.305,8.885,1.15,11.396,3.761 c2.424,2.52,5.683,7.858,3.145,11.347c1.021-1.187,2.091-2.243,2.309-3.877c0.35-2.62-0.985-5.328-2.5-7.376 c-1.53-2.068-3.595-3.891-5.929-4.996C15.453,6.034,12.465,5.358,10.508,7.026"/> <path fill="%23676767" d="M9.018,8.252c-2.622,2.587-0.475,7.191,1.251,9.62c1.998,2.813,4.996,5.366,8.393,6.238 c1.597,0.41,3.511,0.463,4.862-0.639c1.187-0.969,1.514-2.621,1.378-4.077c-0.332-3.563-2.837-6.86-5.483-9.097 C16.96,8.219,11.924,5.399,9.018,8.252z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-97.3985" y1="173.8823" x2="-88.2081" y2="173.8823" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.943,16.647c0.141-0.124,0.311-0.221,0.51-0.293c0.72-0.256,1.607-0.104,2.658,0.456 c0.05,0.027,0.1,0.054,0.149,0.081c0.722,0.419,1.382,0.972,1.983,1.659c0.3,0.348,0.553,0.698,0.759,1.049 c0.267,0.45,0.46,0.904,0.578,1.361c0.131,0.513,0.141,0.969,0.031,1.37c-0.056,0.202-0.143,0.375-0.261,0.521l2.965-3.194 c0.176-0.18,0.302-0.405,0.379-0.673c0.121-0.398,0.124-0.849,0.012-1.351c-0.182-0.82-0.611-1.618-1.288-2.393 c-0.635-0.731-1.345-1.288-2.129-1.673c-0.438-0.215-0.865-0.358-1.281-0.429c-0.519-0.084-0.972-0.039-1.358,0.133 c-0.131,0.058-0.248,0.127-0.352,0.206c-0.078,0.065-0.15,0.134-0.216,0.208L8.943,16.647z"/> <radialGradient id="SVGID_4_" cx="-207.8584" cy="119.4008" r="9.5408" gradientTransform="matrix(0.9668 -0.2557 -0.2557 -0.9668 238.411 82.5039)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_4_)" d="M4.393,19.034c-0.881,1.515-1.099,3.115-0.653,4.799c0.456,1.722,1.441,3.024,2.956,3.905 s3.133,1.094,4.855,0.638c1.685-0.446,2.968-1.426,3.849-2.941s1.094-3.133,0.638-4.855c-0.446-1.685-1.426-2.968-2.941-3.849 c-1.515-0.881-3.115-1.099-4.799-0.653C6.575,16.534,5.274,17.519,4.393,19.034z"/> </svg>');
}
.yellow.icon-deploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a58d00" points="21.705,12.028 21.741,11.316 21.84,9.02 13.57,13.298 13.627,18.403 20.008,14.809 20.015,14.809 21.627,13.904 21.705,12.028 "/> <polyline fill="%23a58d00" points="27.494,11.465 24.999,12.884 24.7,17.312 27.131,15.822 27.494,11.465 "/> <polyline fill="%23f9e100" points="19.823,7.957 19.68,8.029 13.819,5.341 5.563,9.02 13.57,13.298 21.84,9.02 21.741,11.316 24.992,12.877 24.999,12.884 27.494,11.465 19.823,7.957 "/> <path fill="%23B6B6B6" d="M24.7,17.312l-0.064,0.955l-1.248,0.777v-0.007l-10.131,6.324l-0.806-0.52l0,0l0.1,4.399l0.642-0.421 l0.164-0.107c0-0.048,0-0.098,0-0.15c0.023-0.573,0.199-1.184,0.528-1.832c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.032-0.018,0.063-0.034,0.093-0.05c0.112-0.056,0.219-0.104,0.321-0.143 c0.2-0.065,0.39-0.096,0.57-0.093c0.385,0.014,0.673,0.176,0.863,0.485c0.091,0.152,0.153,0.328,0.185,0.528 c0.01,0.038,0.017,0.076,0.021,0.114c0.076,0.054,0.142,0.123,0.2,0.207c0.003,0.005,0.006,0.01,0.007,0.014l3.037-1.982 l0.307-0.207c0.012-0.002,0.021-0.004,0.029-0.007c0.029-0.57,0.197-1.169,0.506-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.089-0.089,0.179-0.172,0.271-0.25c0.052-0.041,0.104-0.082,0.157-0.121c0.04-0.03,0.081-0.058,0.121-0.086 c0.056-0.038,0.113-0.073,0.171-0.107c0.064-0.035,0.125-0.066,0.185-0.093c0.261-0.116,0.501-0.159,0.72-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.041,0.109,0.07,0.228,0.086,0.356c0.148,0.063,0.262,0.177,0.342,0.342l0.927-0.606 l0.349-4.1L24.7,17.312"/> <polyline fill="%23B6B6B6" points="6.191,18.467 4.943,19.13 12.429,23.921 12.394,22.345 6.191,18.467 "/> <polyline fill="%23676767" points="24.108,13.397 24.093,13.39 13.164,19.643 13.256,25.361 23.388,19.037 23.388,19.044 24.635,18.267 24.7,17.312 24.999,12.884 24.108,13.397 "/> <path fill="%23676767" d="M24.478,20.392c-0.166,0.114-0.34,0.263-0.52,0.449c-0.342,0.352-0.632,0.77-0.87,1.255 c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749c0.048,0.109,0.107,0.197,0.178,0.264 c0.065,0.059,0.139,0.102,0.221,0.128c0.057,0.02,0.119,0.032,0.185,0.036c0.404,0.024,0.846-0.212,1.326-0.706 c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476c0.019-0.299-0.019-0.551-0.114-0.756 c-0.005-0.01-0.009-0.022-0.014-0.036c-0.08-0.165-0.194-0.279-0.342-0.342c-0.002-0.001-0.007-0.003-0.014-0.007 c-0.065-0.024-0.139-0.039-0.221-0.043c-0.194-0.012-0.398,0.036-0.613,0.143C24.605,20.312,24.544,20.35,24.478,20.392"/> <path fill="%23676767" d="M15.966,25.974c-0.034,0.033-0.07,0.067-0.107,0.1c-0.346,0.36-0.641,0.78-0.884,1.262 c-0.07,0.139-0.132,0.277-0.185,0.414c-0.17,0.43-0.253,0.839-0.25,1.226c0.005,0.333,0.078,0.601,0.221,0.806 c0.019,0.027,0.038,0.053,0.057,0.078c0.165,0.189,0.39,0.276,0.677,0.264c0.456-0.019,0.946-0.278,1.469-0.777 c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64c0-0.325-0.071-0.589-0.214-0.791 c-0.001-0.005-0.004-0.009-0.007-0.014c-0.057-0.084-0.124-0.153-0.2-0.207c-0.145-0.1-0.323-0.145-0.535-0.135 C16.978,25.216,16.488,25.475,15.966,25.974"/> <polyline fill="%23676767" points="21.705,12.028 21.627,13.904 23.452,12.877 21.705,12.028 "/> <polyline fill="%23676767" points="5.884,13.904 4.594,14.538 4.943,19.13 6.191,18.467 6.191,18.467 5.884,13.904 "/> <polyline fill="%23999999" points="4.594,14.538 3.881,14.11 4.323,19.565 12.451,24.841 13.256,25.361 13.164,19.643 12.322,19.144 12.394,22.345 12.429,23.921 4.943,19.13 4.594,14.538 "/> <path fill="%23999999" d="M16.008,24.441c-0.03,0.016-0.061,0.032-0.093,0.05c-0.28,0.152-0.554,0.352-0.82,0.599 c-0.48,0.452-0.884,0.998-1.212,1.64c-0.329,0.649-0.505,1.26-0.528,1.832c0,0.052,0,0.102,0,0.15l-0.164,0.107l1.626,1.041 c-0.019-0.025-0.038-0.051-0.057-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.004-0.387,0.08-0.796,0.25-1.226 c0.053-0.136,0.115-0.274,0.185-0.414c0.243-0.481,0.538-0.902,0.884-1.262c0.037-0.033,0.072-0.067,0.107-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.212-0.009,0.39,0.036,0.535,0.135c-0.005-0.038-0.012-0.076-0.021-0.114l-1.618-0.92 C16.228,24.338,16.121,24.385,16.008,24.441"/> <path fill="%23999999" d="M24.022,19.386c-0.06,0.026-0.122,0.057-0.185,0.093c-0.058,0.033-0.115,0.069-0.171,0.107 c-0.041,0.027-0.081,0.056-0.121,0.086c-0.053,0.04-0.105,0.08-0.157,0.121c-0.092,0.078-0.182,0.161-0.271,0.25 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.478,1.226-0.506,1.797c-0.007,0.003-0.017,0.006-0.029,0.007l-0.307,0.207 l1.754,1.02c-0.071-0.067-0.13-0.155-0.178-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.18-0.186,0.354-0.336,0.52-0.449c0.065-0.042,0.127-0.08,0.185-0.114 c0.215-0.107,0.42-0.154,0.613-0.143c0.082,0.004,0.156,0.018,0.221,0.043L24.022,19.386"/> <polyline fill="%23CCCCCC" points="21.741,11.316 21.705,12.028 23.452,12.877 21.627,13.904 20.015,14.809 20.008,14.809 13.627,18.403 12.322,19.144 13.164,19.643 24.093,13.39 24.992,12.877 21.741,11.316 "/> <polyline fill="%23CCCCCC" points="5.007,20.014 5.335,24.263 12.55,29.24 12.451,24.841 5.007,20.014 "/> <polyline fill="%23CCCCCC" points="5.881,14.11 6.594,14.538 7.884,13.904 7.834,13.169 5.881,14.11 "/> <path fill="%23ccaa00" d="M5.834,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.563,9.02 L5.834,13.169z"/> <path d="M24.742,19.258c-0.219-0.031-0.459,0.012-0.72,0.128l1.476,0.791c0.007,0.004,0.012,0.007,0.014,0.007 c-0.016-0.128-0.044-0.247-0.086-0.356C25.298,19.491,25.07,19.301,24.742,19.258"/> <path d="M17.948,25.219c-0.032-0.2-0.094-0.376-0.185-0.528c-0.19-0.309-0.478-0.471-0.863-0.485c-0.18-0.003-0.37,0.028-0.57,0.093 L17.948,25.219"/> </svg> ');
}
.yellow.icon-undeploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- <path fill="%23a58d00" d="M24.858,20.367l5.851-4.433l0.842-7.181l-6.693,3.812V20.367z"/> <path fill="%23ccaa00" d="M19.007,15.934l5.851,4.433v-7.802l-6.693-3.812L19.007,15.934z"/> <path fill="%23f9e100" d="M24.858,5.827l-6.693,2.926l6.693,3.812l6.693-3.812L24.858,5.827z"/> --> <g transform="translate(3, -1)"> <polyline fill="%23a58d00" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%23ccaa00" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.yellow.icon-release{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%23ccaa00" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%23f9e100" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%23ccaa00" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%23f9e100" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.yellow.icon-task{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23f9e100" points="15.717,22.466 13.393,21.817 21.959,6.194 24.304,6.791 "/> <polygon fill="%23f9e100" points="7.617,22.13 5.308,21.479 7.376,17.705 9.69,18.343 "/> <polygon fill="%23ccaa00" points="16.672,28.291 14.349,27.625 5.308,21.479 7.617,22.13 "/> <polygon fill="%23a58d00" points="24.304,6.791 27.297,8.883 16.672,28.291 7.617,22.13 9.69,18.343 15.717,22.466 "/> <polygon fill="%23CCCCCC" points="11.884,13.727 10.529,13.348 15.525,4.236 16.893,4.585 "/> <polygon fill="%23CCCCCC" points="7.16,13.531 5.814,13.151 7.02,10.95 8.369,11.322 "/> <polygon fill="%23999999" points="12.441,17.124 11.086,16.735 5.814,13.151 7.16,13.531 "/> <polygon fill="%23676767" points="16.893,4.585 18.638,5.805 12.441,17.124 7.16,13.531 8.369,11.322 11.884,13.727 "/> </svg> ');
}
.yellow.icon-monitor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ccaa00" d="M13.078,19.415c-0.041-0.212-0.091-0.431-0.151-0.656c-0.15-0.561-0.341-1.114-0.573-1.66 c-0.319-0.75-0.716-1.484-1.192-2.203c-0.392-0.589-0.802-1.109-1.23-1.561c-0.095-0.101-0.193-0.199-0.294-0.294 c-0.486-0.469-0.994-0.852-1.524-1.147c-0.44-0.247-0.86-0.405-1.26-0.475c-0.086-0.015-0.172-0.025-0.256-0.03 c-0.185-0.015-0.366-0.01-0.543,0.015c-0.719,0.101-1.25,0.528-1.592,1.282c-0.267,0.578-0.385,1.285-0.355,2.12 c0.025,0.649,0.136,1.345,0.332,2.09c0.357,1.333,0.945,2.618,1.765,3.855c0.92,1.383,1.936,2.384,3.048,3.002 c0.744,0.417,1.428,0.581,2.052,0.49c0.547-0.077,0.985-0.343,1.313-0.8c0.013-0.015,0.026-0.033,0.038-0.053l0.287-0.543 c0.287-0.68,0.383-1.502,0.287-2.467C13.2,20.075,13.15,19.753,13.078,19.415"/> <path fill="%23ccaa00" d="M5.082,15.5c-0.02-0.644,0.075-1.189,0.287-1.637c0.277-0.573,0.694-0.893,1.252-0.958 c0.488-0.055,1.016,0.08,1.584,0.407c0.363,0.205,0.712,0.461,1.049,0.769c0.16,0.151,0.316,0.312,0.468,0.483 c0.285,0.319,0.559,0.679,0.822,1.079c0.405,0.615,0.734,1.246,0.988,1.893c0.145,0.357,0.265,0.719,0.362,1.086 c0.084,0.316,0.147,0.618,0.189,0.905c0.009,0.058,0.016,0.116,0.023,0.173c0.107,0.86,0.022,1.584-0.256,2.173 c-0.272,0.573-0.686,0.893-1.245,0.958c-0.488,0.055-1.016-0.08-1.584-0.407c-0.855-0.488-1.634-1.265-2.338-2.331 c-0.629-0.955-1.081-1.949-1.358-2.98C5.172,16.541,5.092,16.003,5.082,15.5"/> <polygon fill="%23ccaa00" points="17.958,23.255 16.404,22.312 16.457,27.193 17.966,28.173 17.958,23.247 "/> <path d="M10.543,15.644c-0.263-0.4-0.537-0.76-0.822-1.079c-0.152-0.171-0.308-0.332-0.468-0.483 c-0.18,0.476-0.185,1.085-0.015,1.826c0.13,0.554,0.346,1.092,0.649,1.614c0.059,0.104,0.122,0.207,0.189,0.309 c0.079,0.121,0.16,0.237,0.241,0.347c0.386,0.507,0.808,0.887,1.267,1.139c0.171,0.096,0.337,0.167,0.498,0.211 c-0.042-0.287-0.105-0.589-0.189-0.905c-0.097-0.367-0.217-0.729-0.362-1.086C11.277,16.89,10.948,16.259,10.543,15.644z"/> <path fill="%23a58d00" d="M5.368,13.863c-0.211,0.448-0.307,0.993-0.287,1.637c0.01,0.503,0.091,1.041,0.241,1.614 c0.277,1.031,0.729,2.024,1.358,2.98c0.704,1.066,1.484,1.843,2.338,2.331c0.568,0.327,1.096,0.463,1.584,0.407 c0.558-0.065,0.973-0.385,1.245-0.958c0.278-0.588,0.363-1.313,0.256-2.173c-0.006-0.058-0.014-0.115-0.023-0.173 c-0.161-0.044-0.327-0.115-0.498-0.211c-0.459-0.252-0.882-0.632-1.267-1.139c-0.082-0.11-0.162-0.226-0.241-0.347 c-0.067-0.103-0.13-0.206-0.189-0.309c-0.302-0.523-0.519-1.061-0.649-1.614c-0.17-0.741-0.165-1.349,0.015-1.826 c-0.336-0.308-0.686-0.565-1.049-0.769c-0.568-0.327-1.096-0.463-1.584-0.407C6.062,12.971,5.645,13.29,5.368,13.863"/> <polygon fill="%23a58d00" points="19.475,27.193 19.52,22.304 17.966,23.247 17.958,23.247 17.966,28.173 "/> <path fill="%23f9e100" d="M13.561,12.385c-0.276-0.148-0.54-0.228-0.792-0.241c-0.015-0.002-0.03-0.005-0.045-0.008l-3.161-0.385 l-2.708-0.332c0.4,0.07,0.82,0.229,1.26,0.475c0.53,0.295,1.038,0.677,1.524,1.147c0.101,0.095,0.199,0.193,0.294,0.294 c0.428,0.452,0.838,0.973,1.23,1.561c0.476,0.718,0.873,1.453,1.192,2.203c0.232,0.545,0.424,1.099,0.573,1.66 c0.06,0.225,0.11,0.444,0.151,0.656c0.072,0.338,0.122,0.659,0.151,0.966c0.096,0.964,0.001,1.787-0.287,2.467l1.064-1.991 l1.509-2.844c0.061-0.058,0.117-0.125,0.166-0.204c0.317-0.503,0.382-1.187,0.196-2.052c-0.032-0.151-0.073-0.302-0.121-0.453 c-0.153-0.498-0.384-0.983-0.694-1.456C14.624,13.174,14.124,12.686,13.561,12.385z"/> <path fill="%23CCCCCC" d="M17.958,12.792l0.008-0.008l8.569-4.42l-8.577-3.817L9.382,8.364L17.958,12.792z"/> <path fill="%23999999" d="M12.769,12.143c0.252,0.013,0.516,0.094,0.792,0.241c0.563,0.302,1.064,0.79,1.501,1.463 c0.31,0.473,0.541,0.958,0.694,1.456c0.048,0.15,0.088,0.301,0.121,0.453c0.186,0.865,0.121,1.549-0.196,2.052 c-0.049,0.078-0.105,0.146-0.166,0.204l-1.509,2.844l2.399,1.456l1.554,0.943v-0.008h0.008V12.785l-0.008,0.008L9.382,8.364 l0.181,3.387l3.161,0.385C12.738,12.139,12.753,12.141,12.769,12.143z"/> <path fill="%23676767" d="M25.992,18.382l0.543-10.018l-8.569,4.42v10.463l1.554-0.943L25.992,18.382z"/> </svg>');
}
.yellow.icon-timer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104c-0.31-0.036-0.618-0.057-0.925-0.062 c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481c-0.995,0.715-1.766,1.59-2.312,2.626 c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686c0.083-0.855,0.331-1.673,0.743-2.454 c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428c0.566-0.107,1.166-0.157,1.8-0.149 c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62c0.626,0.996,0.98,2.063,1.06,3.201 c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112c0.525-1.106,0.74-2.261,0.644-3.465 C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351c-0.007,0.007-0.017,0.012-0.03,0.013 l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995c0.809,2.219,2.259,4,4.35,5.343 c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492c1.217-0.351,2.339-0.878,3.367-1.58 c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828c0.12-0.334,0.221-0.672,0.302-1.013 c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269c-1.086,0.726-2.276,1.269-3.569,1.629 c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091c-2.203-1.407-3.739-3.269-4.606-5.584 C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path fill="%23a58d00" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path fill="%23f9e100" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg>');
}
.yellow.icon-timer-trigger{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23a58d00"/> <stop offset="1" style="stop-color:%23f9e100"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23a58d00"/> <stop offset="1" style="stop-color:%23f9e100"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="4.475343e-07" style="stop-color:%23a58d00"/> <stop offset="0.6157" style="stop-color:%23f9e100"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path opacity="0.3" fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104 c-0.31-0.036-0.618-0.057-0.925-0.062c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481 c-0.995,0.715-1.766,1.59-2.312,2.626c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686 c0.083-0.855,0.331-1.673,0.743-2.454c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428 c0.566-0.107,1.166-0.157,1.8-0.149c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path opacity="0.3" fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62 c0.626,0.996,0.98,2.063,1.06,3.201c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112 c0.525-1.106,0.74-2.261,0.644-3.465C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path opacity="0.3" fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path opacity="0.3" fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351 c-0.007,0.007-0.017,0.012-0.03,0.013l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995 c0.809,2.219,2.259,4,4.35,5.343c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492 c1.217-0.351,2.339-0.878,3.367-1.58c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828 c0.12-0.334,0.221-0.672,0.302-1.013c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269 c-1.086,0.726-2.276,1.269-3.569,1.629c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091 c-2.203-1.407-3.739-3.269-4.606-5.584C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path opacity="0.3" fill="%23676767" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path opacity="0.3" fill="%23CCCCCC" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg> ');
}
.yellow.icon-timer-trigger-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a58d00" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%23a58d00" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%23a58d00" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%23a58d00" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%23a58d00" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%23a58d00" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%23f9e100" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%23f9e100" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%23f9e100" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.yellow.icon-timer-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1778.1346" cy="-1417.7965" r="6.0466" fx="1781.8185" fy="-1419.4559" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="16.664" cy="9.775" r="4.166"/> <radialGradient id="SVGID_2_" cx="1783.0852" cy="-1424.8751" r="3.5805" fx="1785.2666" fy="-1425.8578" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="8.126" cy="11.095" r="2.467"/> <path fill="%23CCCCCC" d="M22.739,11.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,11.43,22.728,11.435,22.739,11.438"/> <path fill="%23676767" d="M19.326,12.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,11.988,17.803,12.076,19.326,12.388"/> <path fill="%23FFFFFF" d="M20.069,12.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,12.78,20.463,12.663,20.069,12.561"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="23.1481" x2="28.0832" y2="23.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M28.083,16.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,16.994"/> <polygon fill="%23676767" points="13.644,16.022 18.398,18.84 22.778,13.379 "/> <path fill="%23CCCCCC" d="M26.992,13.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,15.582,27.761,14.542,26.992,13.553z M26.7,17.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,14.831,26.876,15.914,26.7,17.054z"/> <polygon fill="%23a58d00" points="26.043,9.567 16.664,13.618 19.322,18.28 "/> <polygon fill="%23f9e100" points="13.504,13.787 16.664,13.618 26.043,9.567 "/> <path fill="%23f9e100" d="M12.37,14.926c0.001,0.004,0.002,0.008,0.002,0.012c0.009,0.066,0.029,0.133,0.06,0.2 c0.196,0.428,0.761,0.738,1.695,0.929c0.636,0.131,1.322,0.17,2.058,0.116c0.765-0.053,1.433-0.197,2.005-0.431 c0.358-0.144,0.639-0.316,0.842-0.517c0.193-0.184,0.29-0.371,0.291-0.562c0.001-0.003,0.001-0.006,0-0.009c0-0.007,0-0.014,0-0.022 c-0.004-0.079-0.024-0.158-0.06-0.237c-0.193-0.428-0.757-0.74-1.695-0.934c-0.636-0.131-1.322-0.171-2.058-0.118 c-0.765,0.054-1.433,0.198-2.005,0.433c-0.362,0.147-0.644,0.319-0.847,0.515C12.445,14.507,12.349,14.715,12.37,14.926"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="12.3713" y1="17.1042" x2="19.4126" y2="17.1042"> <stop offset="0.2832" style="stop-color:%23ccaa00"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M12.432,15.139c-0.031-0.067-0.051-0.134-0.06-0.2l0.317,3.136c0,0.007,0,0.014,0,0.02 c0.001,0.068,0.011,0.137,0.032,0.208c0.143,0.49,0.674,0.845,1.592,1.064c0.195,0.047,0.395,0.083,0.599,0.11 c0.454,0.06,0.932,0.072,1.434,0.036c0.37-0.026,0.715-0.075,1.037-0.149c0.338-0.076,0.65-0.178,0.936-0.306 c0.774-0.348,1.137-0.746,1.09-1.192l-0.087-3.192c-0.001,0.191-0.098,0.378-0.291,0.562c-0.203,0.201-0.484,0.373-0.842,0.517 c-0.572,0.235-1.24,0.379-2.005,0.431c-0.736,0.054-1.422,0.015-2.058-0.116C13.193,15.877,12.628,15.567,12.432,15.139"/> </svg> ');
}
.yellow.icon-infra-devel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="6.784,9.77 8.837,10.907 11.197,9.77 9.141,8.678 6.784,9.77 "/> <polyline fill="%23f9e100" points="12.537,17.163 13.699,15.15 11.739,14.027 10.602,15.993 12.537,17.163 "/> <path fill="%23f9e100" d="M5.477,15.747c-0.385,0.672-0.645,1.447-0.779,2.324c-0.179,1.154-0.122,2.005,0.17,2.553 c0.11,0.207,0.255,0.377,0.436,0.511c0.023,0.017,0.045,0.033,0.067,0.047L7.2,22.467c-0.188-0.14-0.337-0.321-0.447-0.542 c-0.061-0.123-0.11-0.261-0.148-0.413c-0.13-0.517-0.126-1.203,0.011-2.058c0.007-0.043,0.015-0.087,0.022-0.131 c0.153-0.881,0.425-1.662,0.818-2.343c0.385-0.665,0.919-1.3,1.6-1.905l-1.986-1.195C6.381,14.476,5.849,15.099,5.477,15.747z"/> <path fill="%23a58d00" d="M12.537,17.163c-0.007,0.583-0.155,1.138-0.444,1.665c-0.197,0.357-0.48,0.729-0.849,1.114 c-0.653,0.685-1.315,1.042-1.986,1.07c-0.67,0.03-1.065-0.128-1.184-0.472c-0.095-0.27-0.134-0.492-0.117-0.665 c-0.011-0.101-0.005-0.26,0.02-0.478c0.035-0.343,0.108-0.651,0.218-0.924c0.264-0.65,0.559-1.169,0.883-1.556 c0.326-0.387,0.726-0.71,1.201-0.969l1.067-1.846L11.197,9.77l-2.36,1.137l0.221,4.167c-0.681,0.605-1.215,1.24-1.6,1.905 c-0.393,0.681-0.666,1.463-0.818,2.343c-0.008,0.045-0.015,0.088-0.022,0.131c-0.137,0.855-0.141,1.541-0.011,2.058 c0.038,0.153,0.087,0.291,0.148,0.413c0.11,0.221,0.259,0.402,0.447,0.542c0.006,0.004,0.012,0.008,0.017,0.011 c0.411,0.296,1.001,0.401,1.771,0.316c0.704-0.076,1.409-0.392,2.114-0.947c0.665-0.516,1.245-1.171,1.74-1.966 c0.499-0.797,0.829-1.604,0.991-2.421c0.177-0.875,0.132-1.645-0.134-2.31L12.537,17.163z"/> <path fill="%23ccaa00" d="M12.093,18.828c0.289-0.527,0.437-1.082,0.444-1.665l-1.935-1.17c0.02,0.465-0.064,0.964-0.254,1.494 c-0.196,0.536-0.46,1.005-0.793,1.408c-0.507,0.612-1.04,0.939-1.598,0.98C7.94,20.048,7.979,20.27,8.074,20.54 c0.119,0.344,0.514,0.502,1.184,0.472c0.671-0.028,1.333-0.384,1.986-1.07C11.613,19.557,11.896,19.185,12.093,18.828"/> <polygon fill="%23ccaa00" points="8.837,10.907 6.784,9.77 7.072,13.879 9.058,15.074 "/> <polyline fill="%23676767" points="7.875,9.333 8.023,11.682 15.726,9.347 19.108,8.325 18.815,19.72 21.711,17.885 22.473,2.502 7.875,9.333 "/> <polyline fill="%23999999" points="19.108,8.325 15.726,9.347 15.731,22.153 18.815,23.988 19.108,8.325 "/> <polyline fill="%23999999" points="8.023,11.682 7.875,9.333 4.415,7.423 4.619,9.721 8.023,11.682 "/> <polyline fill="%23CCCCCC" points="22.473,2.502 18.988,1.08 4.415,7.423 7.875,9.333 22.473,2.502 "/> <polyline fill="%23CCCCCC" points="17.319,26.173 20.709,28.606 27.551,24.055 26.801,23.644 24.302,22.161 17.319,26.173 "/> <polygon fill="%23CCCCCC" points="27.794,20.119 24.302,18.436 17.92,21.671 17.917,21.671 17.036,22.135 20.6,24.466 "/> <polyline fill="%23676767" points="20.709,28.606 20.778,30.516 27.399,25.867 27.551,24.055 20.709,28.606 "/> <polyline fill="%23a58d00" points="27.879,18.139 28.06,15.943 20.478,20.017 20.561,22.407 27.879,18.139 "/> <polygon fill="%23676767" points="20.6,24.466 20.676,26.596 27.63,22.108 27.794,20.119 "/> <polyline fill="%23999999" points="17.319,26.173 17.49,28.034 20.778,30.516 20.709,28.606 17.319,26.173 "/> <polyline fill="%23ccaa00" points="16.724,17.824 16.937,20.115 20.561,22.407 20.478,20.017 16.724,17.824 "/> <polygon fill="%23999999" points="20.676,26.596 20.6,24.466 17.036,22.135 17.227,24.196 18.032,24.755 18.032,24.758 "/> <polyline fill="%23f9e100" points="28.06,15.943 24.302,14.312 16.724,17.824 20.478,20.017 28.06,15.943 "/> </svg> ');
}
.yellow.icon-infra-test{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M12.009,12.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C12.372,12.387,12.192,12.424,12.009,12.438z"/> <path fill="%23676767" d="M21.294,20.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C21.265,20.647,21.283,20.435,21.294,20.223z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.657" y1="2.5833" x2="14.657" y2="14.0892"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.898,6.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C18.077,9.837,18.037,8.088,17.898,6.69z"/> <path fill="%23999999" d="M13.059,3.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C10.181,4.075,11.23,2.678,13.059,3.356z"/> <polygon fill="%23f9e100" points="16.717,23.466 14.393,22.818 22.959,7.194 25.304,7.792 "/> <polygon fill="%23f9e100" points="8.617,23.131 6.308,22.48 8.376,18.706 10.69,19.344 "/> <polygon fill="%23ccaa00" points="17.672,29.291 15.349,28.625 6.308,22.48 8.617,23.131 "/> <polygon fill="%23a58d00" points="25.304,7.792 28.297,9.884 17.672,29.291 8.617,23.131 10.69,19.344 16.717,23.466 "/> </svg> ');
}
.yellow.icon-infra-prod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M28.66,11.089c-0.059-0.058-0.127-0.103-0.202-0.133c-0.292-0.124-0.699-0.031-1.221,0.279l-12.528,7.493 c-0.652,0.388-1.156,0.849-1.512,1.382c-0.334,0.501-0.579,1.137-0.736,1.908c-0.183,0.868-0.046,1.503,0.412,1.908 c0.469,0.415,1.08,0.383,1.835-0.097l12.149-7.768c0.528-0.339,0.989-0.868,1.382-1.584c0.366-0.663,0.593-1.323,0.679-1.98 C29.005,11.817,28.919,11.348,28.66,11.089 M27.116,12.714c0.264-0.162,0.455-0.14,0.574,0.065c0.102,0.183,0.116,0.423,0.04,0.719 c-0.065,0.269-0.151,0.488-0.259,0.655c-0.119,0.194-0.286,0.358-0.501,0.493l-12.262,7.687c-0.296,0.189-0.539,0.199-0.727,0.032 c-0.178-0.162-0.232-0.415-0.162-0.76c0.065-0.302,0.162-0.552,0.291-0.752c0.14-0.216,0.339-0.401,0.598-0.558L27.116,12.714z"/> <path fill="%23ccaa00" d="M27.69,12.779c-0.119-0.205-0.31-0.226-0.574-0.065l-12.407,7.582c-0.259,0.156-0.458,0.342-0.598,0.558 c-0.129,0.199-0.226,0.45-0.291,0.752c-0.07,0.345-0.016,0.598,0.162,0.76c0.189,0.167,0.431,0.156,0.727-0.032l12.262-7.687 c0.216-0.135,0.383-0.299,0.501-0.493c0.108-0.167,0.194-0.385,0.259-0.655C27.806,13.202,27.792,12.962,27.69,12.779z"/> <path fill="%23f9e100" d="M19.922,6.85c-0.325-0.159-0.759-0.098-1.301,0.182L6.068,13.555c-0.63,0.329-1.126,0.857-1.487,1.584 c-0.323,0.652-0.474,1.318-0.453,1.996c0.025,0.646,0.202,1.112,0.529,1.398c0.001,0.001,0.003,0.003,0.004,0.004l8.212,5.387 c-0.458-0.404-0.595-1.04-0.412-1.908c0.156-0.771,0.401-1.406,0.736-1.908c0.356-0.533,0.859-0.994,1.512-1.382l12.528-7.493 c0.521-0.31,0.928-0.403,1.221-0.279L19.922,6.85z"/> <polyline fill="%23CCCCCC" points="16.382,5.987 22.145,8.824 24.166,7.701 18.411,4.969 16.382,5.987 "/> <polyline fill="%23CCCCCC" points="15.63,12.437 12.151,10.534 9.867,9.285 7.539,10.457 13.294,13.73 15.63,12.437 "/> <polyline fill="%23CCCCCC" points="16.362,8.101 14.289,7.046 12.114,8.145 17.885,11.184 20.052,9.98 16.362,8.101 "/> <polygon fill="%23CCCCCC" points="5.729,22.228 3.401,23.594 8.784,27.376 11.128,25.881 "/> <polyline fill="%23676767" points="22.145,8.824 21.984,12.437 23.956,11.281 24.166,7.701 22.145,8.824 "/> <polyline fill="%23676767" points="19.93,13.633 20.003,11.407 20.052,9.98 17.885,11.184 17.813,14.878 19.93,13.633 "/> <polyline fill="%23676767" points="15.622,13.658 15.63,12.437 13.294,13.73 13.335,17.497 15.614,16.163 15.622,13.658 "/> <polygon fill="%23676767" points="8.784,27.376 8.922,30.723 11.209,29.195 11.128,25.881 "/> <polyline fill="%23999999" points="13.335,17.497 13.294,13.73 7.539,10.457 7.701,14.127 13.335,17.497 "/> <polyline fill="%23999999" points="15.63,12.437 15.622,13.658 17.813,14.878 17.885,11.184 12.114,8.145 12.151,10.534 15.63,12.437 "/> <polyline fill="%23999999" points="16.382,5.987 16.362,8.101 20.052,9.98 20.003,11.407 21.984,12.437 22.145,8.824 16.382,5.987 "/> <polygon fill="%23999999" points="8.922,30.723 8.784,27.376 3.401,23.594 3.652,26.875 "/> </svg> ');
}
.purple.icon-semaphore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="22.973,6.344 16.392,9.741 16.397,21.829 16.392,21.829 16.392,28.888 21.941,25.124 "/> <path fill="%23999999" d="M10.743,15.645c0.01-0.002,0.019-0.005,0.028-0.011l1.152-0.557c0.016-0.01,0.031-0.019,0.044-0.028 c0.066-0.039,0.138-0.07,0.215-0.094c0.467-0.143,0.979,0.037,1.538,0.54c0.393,0.353,0.718,0.799,0.975,1.339 c0.268,0.555,0.406,1.091,0.413,1.609c0.006,0.661-0.177,1.087-0.551,1.279c-0.017,0.012-0.036,0.021-0.055,0.028l-1.113,0.623 c-0.084,0.068-0.183,0.117-0.298,0.149c0.249,0.107,0.508,0.289,0.777,0.546c0.36,0.345,0.661,0.766,0.904,1.262 c0.061,0.124,0.114,0.245,0.16,0.364c0.156,0.398,0.237,0.78,0.242,1.146c0.004,0.301-0.05,0.553-0.16,0.755 c-0.082,0.153-0.192,0.263-0.331,0.331l-1.174,0.733c-0.009,0.007-0.018,0.013-0.028,0.017c-0.101,0.061-0.219,0.094-0.353,0.099 c-0.419,0.022-0.874-0.209-1.367-0.694c-0.103-0.102-0.202-0.21-0.298-0.325c-0.228-0.279-0.428-0.595-0.601-0.948 c-0.036-0.073-0.071-0.147-0.105-0.22l0.088,1.538l5.544,3.764v-7.06V9.741L9.847,6.363l0.499,9.624 C10.442,15.83,10.575,15.716,10.743,15.645z"/> <path fill="%23999999" d="M10.572,18.588c-0.034-0.07-0.065-0.14-0.094-0.209l0.165,3.075c0.074-0.111,0.162-0.196,0.265-0.254 c0.023-0.01,0.045-0.019,0.066-0.028l1.069-0.579c0.073-0.06,0.154-0.106,0.242-0.138c-0.237-0.1-0.485-0.271-0.744-0.513 C11.152,19.58,10.829,19.128,10.572,18.588"/> <polygon fill="%23CCCCCC" points="16.392,9.741 16.392,9.741 22.973,6.344 16.392,3.569 9.847,6.363 "/> <path fill="%23CC0000" d="M13.09,20.522c-0.003,0.002-0.007,0.004-0.011,0.006c-0.25,0.071-0.515,0.047-0.794-0.072 c-0.089,0.032-0.17,0.078-0.242,0.138l-1.069,0.579c0.078-0.032,0.165-0.05,0.259-0.055c0.164-0.007,0.331,0.022,0.502,0.088 c0.278,0.109,0.567,0.313,0.865,0.612c0.36,0.353,0.661,0.777,0.904,1.273c0.06,0.122,0.113,0.241,0.16,0.358 c0.157,0.403,0.239,0.789,0.248,1.157c0.003,0.12-0.003,0.232-0.017,0.336c-0.023,0.162-0.068,0.305-0.132,0.43 c-0.067,0.126-0.151,0.221-0.254,0.287l1.174-0.733c0.138-0.067,0.249-0.177,0.331-0.331c0.11-0.202,0.163-0.454,0.16-0.755 c-0.006-0.366-0.086-0.748-0.242-1.146c-0.046-0.119-0.099-0.24-0.16-0.364c-0.242-0.496-0.544-0.917-0.904-1.262 C13.599,20.811,13.34,20.629,13.09,20.522z"/> <path fill="%23FF0000" d="M10.605,21.525c-0.11,0.206-0.16,0.461-0.149,0.766c0.009,0.412,0.111,0.844,0.303,1.295 c0.034,0.074,0.069,0.147,0.105,0.22c0.172,0.352,0.373,0.668,0.601,0.948c0.095,0.115,0.194,0.223,0.298,0.325 c0.492,0.485,0.948,0.716,1.367,0.694c0.134-0.005,0.251-0.038,0.353-0.099c0.009-0.004,0.019-0.009,0.028-0.017 c0.102-0.065,0.187-0.161,0.254-0.287c0.065-0.125,0.109-0.268,0.132-0.43c0.014-0.104,0.019-0.216,0.017-0.336 c-0.009-0.369-0.091-0.754-0.248-1.157c-0.047-0.117-0.1-0.237-0.16-0.358c-0.242-0.496-0.544-0.92-0.904-1.273 c-0.299-0.299-0.587-0.503-0.865-0.612c-0.171-0.066-0.338-0.095-0.502-0.088c-0.094,0.005-0.181,0.023-0.259,0.055 c-0.021,0.009-0.044,0.018-0.066,0.028c-0.103,0.058-0.191,0.142-0.265,0.254C10.631,21.477,10.618,21.501,10.605,21.525z"/> <path fill="%23CC6600" d="M10.847,15.612c0.222-0.061,0.454-0.05,0.694,0.033c0.27,0.096,0.551,0.28,0.843,0.551 c0.389,0.364,0.713,0.816,0.97,1.356c0.268,0.562,0.41,1.102,0.424,1.62c0.006,0.236-0.013,0.441-0.055,0.617 c-0.061,0.259-0.173,0.453-0.336,0.584l1.113-0.623c0.019-0.007,0.038-0.016,0.055-0.028c0.374-0.191,0.558-0.617,0.551-1.279 c-0.007-0.518-0.145-1.054-0.413-1.609c-0.257-0.54-0.582-0.987-0.975-1.339c-0.558-0.503-1.071-0.683-1.538-0.54 c-0.077,0.023-0.149,0.055-0.215,0.094c-0.013,0.009-0.028,0.018-0.044,0.028l-1.152,0.557 C10.796,15.627,10.821,15.619,10.847,15.612z"/> <path fill="%23FFCC00" d="M10.77,15.634c-0.009,0.006-0.018,0.009-0.028,0.011c-0.168,0.071-0.3,0.185-0.397,0.342 c-0.142,0.232-0.209,0.559-0.198,0.981c0.013,0.453,0.123,0.924,0.331,1.411c0.029,0.069,0.06,0.139,0.094,0.209 c0.257,0.54,0.581,0.992,0.97,1.356c0.259,0.242,0.507,0.413,0.744,0.513c0.279,0.119,0.543,0.143,0.794,0.072 c0.004-0.001,0.008-0.003,0.011-0.006c0.114-0.032,0.213-0.081,0.298-0.149c0.163-0.131,0.275-0.326,0.336-0.584 c0.042-0.176,0.061-0.382,0.055-0.617c-0.015-0.518-0.156-1.058-0.424-1.62c-0.257-0.54-0.581-0.992-0.97-1.356 c-0.292-0.271-0.573-0.455-0.843-0.551c-0.241-0.083-0.472-0.094-0.694-0.033C10.821,15.619,10.796,15.627,10.77,15.634z"/> <path fill="%23339900" d="M10.888,9.437c0.25-0.046,0.503-0.011,0.758,0.103c0.287,0.132,0.577,0.36,0.872,0.686 c0.392,0.437,0.703,0.963,0.933,1.581c0.24,0.642,0.343,1.248,0.309,1.818c-0.017,0.259-0.057,0.483-0.12,0.672 c-0.092,0.278-0.233,0.48-0.425,0.608l1.281-0.576c0.022-0.005,0.043-0.014,0.063-0.025c0.428-0.174,0.671-0.623,0.728-1.349 c0.042-0.569-0.057-1.17-0.298-1.805c-0.23-0.617-0.543-1.138-0.941-1.563c-0.564-0.606-1.109-0.853-1.634-0.741 c-0.087,0.018-0.168,0.046-0.245,0.082c-0.016,0.008-0.033,0.017-0.051,0.026l-1.317,0.499C10.83,9.448,10.859,9.442,10.888,9.437z" /> <path fill="%2300FF00" d="M10.801,9.454c-0.01,0.005-0.02,0.009-0.031,0.009c-0.191,0.062-0.347,0.174-0.468,0.336 c-0.179,0.24-0.283,0.593-0.312,1.057c-0.03,0.498,0.046,1.025,0.226,1.579c0.025,0.079,0.053,0.158,0.083,0.239 c0.23,0.617,0.541,1.144,0.933,1.581c0.261,0.29,0.516,0.502,0.767,0.634c0.294,0.157,0.582,0.209,0.863,0.155 c0.005-0.001,0.009-0.003,0.013-0.005c0.128-0.024,0.242-0.068,0.341-0.134c0.192-0.128,0.333-0.331,0.425-0.608 c0.063-0.189,0.103-0.413,0.12-0.672c0.034-0.57-0.069-1.176-0.309-1.818c-0.23-0.617-0.541-1.144-0.933-1.581 C12.224,9.9,11.933,9.672,11.646,9.54c-0.256-0.115-0.509-0.149-0.758-0.103C10.859,9.442,10.83,9.448,10.801,9.454z"/> </svg> ');
}
.purple.icon-incident{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.0373" y1="27.5447" x2="15.3279" y2="22.2471"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.01,25.657c-0.085-1.252-1.005-3.819-2.585-3.824c-0.992-0.004-2.216,0.79-3.131,1.138 c1.984-0.753,4.091,4.823,2.167,5.558C17.998,27.941,20.149,27.705,20.01,25.657z"/> <path fill="%23FF0000" d="M15.329,23.192c1,0.679,1.611,2.037,1.777,3.204c0.155,1.086-0.251,2.807-1.662,1.92 c-0.963-0.605-1.55-1.993-1.746-3.067C13.507,24.198,13.838,22.179,15.329,23.192z"/> <polygon fill="%23FF0000" points="11.975,4.91 15.285,3.785 21.381,7.478 18.064,8.612 "/> <polygon fill="%23990000" points="18.064,8.612 21.381,7.478 20.336,20.482 17.037,21.624 "/> <polygon fill="%23CC0000" points="17.037,21.624 13.788,19.62 11.975,4.91 18.064,8.612 "/> </svg>');
}
.purple.icon-log{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.584,8.197 11.348,4.792 12.256,20.213 22.558,27.108 23.189,16.159 18.584,8.197 "/> <polygon fill="%23999999" points="19.775,7.583 18.584,8.197 23.189,16.159 24.353,15.467 "/> <polygon fill="%23676767" points="24.353,15.467 23.189,16.159 22.558,27.108 23.584,26.334 "/> <polygon fill="%23CCCCCC" points="12.554,4.31 11.348,4.792 18.584,8.197 19.775,7.583 "/> <polyline fill="%23CCCCCC" points="23.189,16.159 18.584,8.197 14.907,15.654 23.189,16.159 "/> <polyline fill="%23FF66FF" points="4.673,22.687 4.868,25.067 7.787,27.047 7.638,24.639 4.673,22.687 "/> <polyline fill="%23FF66FF" points="6.727,21.562 8.642,20.511 5.797,18.736 5.956,21.069 6.727,21.562 "/> <polyline fill="%23FF66FF" points="14.778,26.712 14.731,24.304 11.617,22.371 11.71,24.751 14.778,26.712 "/> <polyline fill="%23990099" points="7.638,24.639 7.787,27.047 11.71,24.751 11.617,22.371 7.638,24.639 "/> <polyline fill="%23990099" points="14.731,24.304 14.778,26.712 15.996,20.484 15.968,18.159 14.731,24.304 "/> <polyline fill="%23FF99FF" points="8.642,20.511 6.727,21.562 4.673,22.687 7.638,24.639 11.617,22.371 14.731,24.304 15.968,18.159 5.797,18.736 8.642,20.511 "/> </svg> ');
}
.purple.icon-initialization{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-88.5832" y1="168.7441" x2="-76.1176" y2="168.7441" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.696,6.014c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.24,6.38,25.023,5.133,21.696,6.014z M23.597,13.201c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C28.073,10.067,26.578,12.413,23.597,13.201z"/> <path fill="%23CCCCCC" d="M21.478,5.19c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.022,5.557,24.806,4.31,21.478,5.19z M23.379,12.378c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C27.855,9.244,26.36,11.589,23.379,12.378z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-95.2165" y1="163.2574" x2="-80.6843" y2="177.7896" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.508,7.026C10.072,7.43,9.591,7.792,9.133,8.171c3.76-2.305,8.885,1.15,11.396,3.761 c2.424,2.52,5.683,7.858,3.145,11.347c1.021-1.187,2.091-2.243,2.309-3.877c0.35-2.62-0.985-5.328-2.5-7.376 c-1.53-2.068-3.595-3.891-5.929-4.996C15.453,6.034,12.465,5.358,10.508,7.026"/> <path fill="%23676767" d="M9.018,8.252c-2.622,2.587-0.475,7.191,1.251,9.62c1.998,2.813,4.996,5.366,8.393,6.238 c1.597,0.41,3.511,0.463,4.862-0.639c1.187-0.969,1.514-2.621,1.378-4.077c-0.332-3.563-2.837-6.86-5.483-9.097 C16.96,8.219,11.924,5.399,9.018,8.252z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-97.3985" y1="173.8823" x2="-88.2081" y2="173.8823" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.943,16.647c0.141-0.124,0.311-0.221,0.51-0.293c0.72-0.256,1.607-0.104,2.658,0.456 c0.05,0.027,0.1,0.054,0.149,0.081c0.722,0.419,1.382,0.972,1.983,1.659c0.3,0.348,0.553,0.698,0.759,1.049 c0.267,0.45,0.46,0.904,0.578,1.361c0.131,0.513,0.141,0.969,0.031,1.37c-0.056,0.202-0.143,0.375-0.261,0.521l2.965-3.194 c0.176-0.18,0.302-0.405,0.379-0.673c0.121-0.398,0.124-0.849,0.012-1.351c-0.182-0.82-0.611-1.618-1.288-2.393 c-0.635-0.731-1.345-1.288-2.129-1.673c-0.438-0.215-0.865-0.358-1.281-0.429c-0.519-0.084-0.972-0.039-1.358,0.133 c-0.131,0.058-0.248,0.127-0.352,0.206c-0.078,0.065-0.15,0.134-0.216,0.208L8.943,16.647z"/> <radialGradient id="SVGID_4_" cx="-207.8584" cy="119.4008" r="9.5408" gradientTransform="matrix(0.9668 -0.2557 -0.2557 -0.9668 238.411 82.5039)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_4_)" d="M4.393,19.034c-0.881,1.515-1.099,3.115-0.653,4.799c0.456,1.722,1.441,3.024,2.956,3.905 s3.133,1.094,4.855,0.638c1.685-0.446,2.968-1.426,3.849-2.941s1.094-3.133,0.638-4.855c-0.446-1.685-1.426-2.968-2.941-3.849 c-1.515-0.881-3.115-1.099-4.799-0.653C6.575,16.534,5.274,17.519,4.393,19.034z"/> </svg>');
}
.purple.icon-deploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990099" points="21.705,12.028 21.741,11.316 21.84,9.02 13.57,13.298 13.627,18.403 20.008,14.809 20.015,14.809 21.627,13.904 21.705,12.028 "/> <polyline fill="%23990099" points="27.494,11.465 24.999,12.884 24.7,17.312 27.131,15.822 27.494,11.465 "/> <polyline fill="%23FF99FF" points="19.823,7.957 19.68,8.029 13.819,5.341 5.563,9.02 13.57,13.298 21.84,9.02 21.741,11.316 24.992,12.877 24.999,12.884 27.494,11.465 19.823,7.957 "/> <path fill="%23B6B6B6" d="M24.7,17.312l-0.064,0.955l-1.248,0.777v-0.007l-10.131,6.324l-0.806-0.52l0,0l0.1,4.399l0.642-0.421 l0.164-0.107c0-0.048,0-0.098,0-0.15c0.023-0.573,0.199-1.184,0.528-1.832c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.032-0.018,0.063-0.034,0.093-0.05c0.112-0.056,0.219-0.104,0.321-0.143 c0.2-0.065,0.39-0.096,0.57-0.093c0.385,0.014,0.673,0.176,0.863,0.485c0.091,0.152,0.153,0.328,0.185,0.528 c0.01,0.038,0.017,0.076,0.021,0.114c0.076,0.054,0.142,0.123,0.2,0.207c0.003,0.005,0.006,0.01,0.007,0.014l3.037-1.982 l0.307-0.207c0.012-0.002,0.021-0.004,0.029-0.007c0.029-0.57,0.197-1.169,0.506-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.089-0.089,0.179-0.172,0.271-0.25c0.052-0.041,0.104-0.082,0.157-0.121c0.04-0.03,0.081-0.058,0.121-0.086 c0.056-0.038,0.113-0.073,0.171-0.107c0.064-0.035,0.125-0.066,0.185-0.093c0.261-0.116,0.501-0.159,0.72-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.041,0.109,0.07,0.228,0.086,0.356c0.148,0.063,0.262,0.177,0.342,0.342l0.927-0.606 l0.349-4.1L24.7,17.312"/> <polyline fill="%23B6B6B6" points="6.191,18.467 4.943,19.13 12.429,23.921 12.394,22.345 6.191,18.467 "/> <polyline fill="%23676767" points="24.108,13.397 24.093,13.39 13.164,19.643 13.256,25.361 23.388,19.037 23.388,19.044 24.635,18.267 24.7,17.312 24.999,12.884 24.108,13.397 "/> <path fill="%23676767" d="M24.478,20.392c-0.166,0.114-0.34,0.263-0.52,0.449c-0.342,0.352-0.632,0.77-0.87,1.255 c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749c0.048,0.109,0.107,0.197,0.178,0.264 c0.065,0.059,0.139,0.102,0.221,0.128c0.057,0.02,0.119,0.032,0.185,0.036c0.404,0.024,0.846-0.212,1.326-0.706 c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476c0.019-0.299-0.019-0.551-0.114-0.756 c-0.005-0.01-0.009-0.022-0.014-0.036c-0.08-0.165-0.194-0.279-0.342-0.342c-0.002-0.001-0.007-0.003-0.014-0.007 c-0.065-0.024-0.139-0.039-0.221-0.043c-0.194-0.012-0.398,0.036-0.613,0.143C24.605,20.312,24.544,20.35,24.478,20.392"/> <path fill="%23676767" d="M15.966,25.974c-0.034,0.033-0.07,0.067-0.107,0.1c-0.346,0.36-0.641,0.78-0.884,1.262 c-0.07,0.139-0.132,0.277-0.185,0.414c-0.17,0.43-0.253,0.839-0.25,1.226c0.005,0.333,0.078,0.601,0.221,0.806 c0.019,0.027,0.038,0.053,0.057,0.078c0.165,0.189,0.39,0.276,0.677,0.264c0.456-0.019,0.946-0.278,1.469-0.777 c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64c0-0.325-0.071-0.589-0.214-0.791 c-0.001-0.005-0.004-0.009-0.007-0.014c-0.057-0.084-0.124-0.153-0.2-0.207c-0.145-0.1-0.323-0.145-0.535-0.135 C16.978,25.216,16.488,25.475,15.966,25.974"/> <polyline fill="%23676767" points="21.705,12.028 21.627,13.904 23.452,12.877 21.705,12.028 "/> <polyline fill="%23676767" points="5.884,13.904 4.594,14.538 4.943,19.13 6.191,18.467 6.191,18.467 5.884,13.904 "/> <polyline fill="%23999999" points="4.594,14.538 3.881,14.11 4.323,19.565 12.451,24.841 13.256,25.361 13.164,19.643 12.322,19.144 12.394,22.345 12.429,23.921 4.943,19.13 4.594,14.538 "/> <path fill="%23999999" d="M16.008,24.441c-0.03,0.016-0.061,0.032-0.093,0.05c-0.28,0.152-0.554,0.352-0.82,0.599 c-0.48,0.452-0.884,0.998-1.212,1.64c-0.329,0.649-0.505,1.26-0.528,1.832c0,0.052,0,0.102,0,0.15l-0.164,0.107l1.626,1.041 c-0.019-0.025-0.038-0.051-0.057-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.004-0.387,0.08-0.796,0.25-1.226 c0.053-0.136,0.115-0.274,0.185-0.414c0.243-0.481,0.538-0.902,0.884-1.262c0.037-0.033,0.072-0.067,0.107-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.212-0.009,0.39,0.036,0.535,0.135c-0.005-0.038-0.012-0.076-0.021-0.114l-1.618-0.92 C16.228,24.338,16.121,24.385,16.008,24.441"/> <path fill="%23999999" d="M24.022,19.386c-0.06,0.026-0.122,0.057-0.185,0.093c-0.058,0.033-0.115,0.069-0.171,0.107 c-0.041,0.027-0.081,0.056-0.121,0.086c-0.053,0.04-0.105,0.08-0.157,0.121c-0.092,0.078-0.182,0.161-0.271,0.25 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.478,1.226-0.506,1.797c-0.007,0.003-0.017,0.006-0.029,0.007l-0.307,0.207 l1.754,1.02c-0.071-0.067-0.13-0.155-0.178-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.18-0.186,0.354-0.336,0.52-0.449c0.065-0.042,0.127-0.08,0.185-0.114 c0.215-0.107,0.42-0.154,0.613-0.143c0.082,0.004,0.156,0.018,0.221,0.043L24.022,19.386"/> <polyline fill="%23CCCCCC" points="21.741,11.316 21.705,12.028 23.452,12.877 21.627,13.904 20.015,14.809 20.008,14.809 13.627,18.403 12.322,19.144 13.164,19.643 24.093,13.39 24.992,12.877 21.741,11.316 "/> <polyline fill="%23CCCCCC" points="5.007,20.014 5.335,24.263 12.55,29.24 12.451,24.841 5.007,20.014 "/> <polyline fill="%23CCCCCC" points="5.881,14.11 6.594,14.538 7.884,13.904 7.834,13.169 5.881,14.11 "/> <path fill="%23FF66FF" d="M5.834,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.563,9.02 L5.834,13.169z"/> <path d="M24.742,19.258c-0.219-0.031-0.459,0.012-0.72,0.128l1.476,0.791c0.007,0.004,0.012,0.007,0.014,0.007 c-0.016-0.128-0.044-0.247-0.086-0.356C25.298,19.491,25.07,19.301,24.742,19.258"/> <path d="M17.948,25.219c-0.032-0.2-0.094-0.376-0.185-0.528c-0.19-0.309-0.478-0.471-0.863-0.485c-0.18-0.003-0.37,0.028-0.57,0.093 L17.948,25.219"/> </svg> ');
}
.purple.icon-undeploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- <path fill="%23990099" d="M24.858,20.367l5.851-4.433l0.842-7.181l-6.693,3.812V20.367z"/> <path fill="%23FF66FF" d="M19.007,15.934l5.851,4.433v-7.802l-6.693-3.812L19.007,15.934z"/> <path fill="%23FF99FF" d="M24.858,5.827l-6.693,2.926l6.693,3.812l6.693-3.812L24.858,5.827z"/> --> <g transform="translate(3, -1)"> <polyline fill="%23990099" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%23FF66FF" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.purple.icon-release{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%23FF66FF" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%23FF99FF" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%23FF66FF" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%23FF99FF" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.purple.icon-task{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF99FF" points="15.717,22.466 13.393,21.817 21.959,6.194 24.304,6.791 "/> <polygon fill="%23FF99FF" points="7.617,22.13 5.308,21.479 7.376,17.705 9.69,18.343 "/> <polygon fill="%23FF66FF" points="16.672,28.291 14.349,27.625 5.308,21.479 7.617,22.13 "/> <polygon fill="%23990099" points="24.304,6.791 27.297,8.883 16.672,28.291 7.617,22.13 9.69,18.343 15.717,22.466 "/> <polygon fill="%23CCCCCC" points="11.884,13.727 10.529,13.348 15.525,4.236 16.893,4.585 "/> <polygon fill="%23CCCCCC" points="7.16,13.531 5.814,13.151 7.02,10.95 8.369,11.322 "/> <polygon fill="%23999999" points="12.441,17.124 11.086,16.735 5.814,13.151 7.16,13.531 "/> <polygon fill="%23676767" points="16.893,4.585 18.638,5.805 12.441,17.124 7.16,13.531 8.369,11.322 11.884,13.727 "/> </svg> ');
}
.purple.icon-monitor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF66FF" d="M13.078,19.415c-0.041-0.212-0.091-0.431-0.151-0.656c-0.15-0.561-0.341-1.114-0.573-1.66 c-0.319-0.75-0.716-1.484-1.192-2.203c-0.392-0.589-0.802-1.109-1.23-1.561c-0.095-0.101-0.193-0.199-0.294-0.294 c-0.486-0.469-0.994-0.852-1.524-1.147c-0.44-0.247-0.86-0.405-1.26-0.475c-0.086-0.015-0.172-0.025-0.256-0.03 c-0.185-0.015-0.366-0.01-0.543,0.015c-0.719,0.101-1.25,0.528-1.592,1.282c-0.267,0.578-0.385,1.285-0.355,2.12 c0.025,0.649,0.136,1.345,0.332,2.09c0.357,1.333,0.945,2.618,1.765,3.855c0.92,1.383,1.936,2.384,3.048,3.002 c0.744,0.417,1.428,0.581,2.052,0.49c0.547-0.077,0.985-0.343,1.313-0.8c0.013-0.015,0.026-0.033,0.038-0.053l0.287-0.543 c0.287-0.68,0.383-1.502,0.287-2.467C13.2,20.075,13.15,19.753,13.078,19.415"/> <path fill="%23FF66FF" d="M5.082,15.5c-0.02-0.644,0.075-1.189,0.287-1.637c0.277-0.573,0.694-0.893,1.252-0.958 c0.488-0.055,1.016,0.08,1.584,0.407c0.363,0.205,0.712,0.461,1.049,0.769c0.16,0.151,0.316,0.312,0.468,0.483 c0.285,0.319,0.559,0.679,0.822,1.079c0.405,0.615,0.734,1.246,0.988,1.893c0.145,0.357,0.265,0.719,0.362,1.086 c0.084,0.316,0.147,0.618,0.189,0.905c0.009,0.058,0.016,0.116,0.023,0.173c0.107,0.86,0.022,1.584-0.256,2.173 c-0.272,0.573-0.686,0.893-1.245,0.958c-0.488,0.055-1.016-0.08-1.584-0.407c-0.855-0.488-1.634-1.265-2.338-2.331 c-0.629-0.955-1.081-1.949-1.358-2.98C5.172,16.541,5.092,16.003,5.082,15.5"/> <polygon fill="%23FF66FF" points="17.958,23.255 16.404,22.312 16.457,27.193 17.966,28.173 17.958,23.247 "/> <path d="M10.543,15.644c-0.263-0.4-0.537-0.76-0.822-1.079c-0.152-0.171-0.308-0.332-0.468-0.483 c-0.18,0.476-0.185,1.085-0.015,1.826c0.13,0.554,0.346,1.092,0.649,1.614c0.059,0.104,0.122,0.207,0.189,0.309 c0.079,0.121,0.16,0.237,0.241,0.347c0.386,0.507,0.808,0.887,1.267,1.139c0.171,0.096,0.337,0.167,0.498,0.211 c-0.042-0.287-0.105-0.589-0.189-0.905c-0.097-0.367-0.217-0.729-0.362-1.086C11.277,16.89,10.948,16.259,10.543,15.644z"/> <path fill="%23990099" d="M5.368,13.863c-0.211,0.448-0.307,0.993-0.287,1.637c0.01,0.503,0.091,1.041,0.241,1.614 c0.277,1.031,0.729,2.024,1.358,2.98c0.704,1.066,1.484,1.843,2.338,2.331c0.568,0.327,1.096,0.463,1.584,0.407 c0.558-0.065,0.973-0.385,1.245-0.958c0.278-0.588,0.363-1.313,0.256-2.173c-0.006-0.058-0.014-0.115-0.023-0.173 c-0.161-0.044-0.327-0.115-0.498-0.211c-0.459-0.252-0.882-0.632-1.267-1.139c-0.082-0.11-0.162-0.226-0.241-0.347 c-0.067-0.103-0.13-0.206-0.189-0.309c-0.302-0.523-0.519-1.061-0.649-1.614c-0.17-0.741-0.165-1.349,0.015-1.826 c-0.336-0.308-0.686-0.565-1.049-0.769c-0.568-0.327-1.096-0.463-1.584-0.407C6.062,12.971,5.645,13.29,5.368,13.863"/> <polygon fill="%23990099" points="19.475,27.193 19.52,22.304 17.966,23.247 17.958,23.247 17.966,28.173 "/> <path fill="%23FF99FF" d="M13.561,12.385c-0.276-0.148-0.54-0.228-0.792-0.241c-0.015-0.002-0.03-0.005-0.045-0.008l-3.161-0.385 l-2.708-0.332c0.4,0.07,0.82,0.229,1.26,0.475c0.53,0.295,1.038,0.677,1.524,1.147c0.101,0.095,0.199,0.193,0.294,0.294 c0.428,0.452,0.838,0.973,1.23,1.561c0.476,0.718,0.873,1.453,1.192,2.203c0.232,0.545,0.424,1.099,0.573,1.66 c0.06,0.225,0.11,0.444,0.151,0.656c0.072,0.338,0.122,0.659,0.151,0.966c0.096,0.964,0.001,1.787-0.287,2.467l1.064-1.991 l1.509-2.844c0.061-0.058,0.117-0.125,0.166-0.204c0.317-0.503,0.382-1.187,0.196-2.052c-0.032-0.151-0.073-0.302-0.121-0.453 c-0.153-0.498-0.384-0.983-0.694-1.456C14.624,13.174,14.124,12.686,13.561,12.385z"/> <path fill="%23CCCCCC" d="M17.958,12.792l0.008-0.008l8.569-4.42l-8.577-3.817L9.382,8.364L17.958,12.792z"/> <path fill="%23999999" d="M12.769,12.143c0.252,0.013,0.516,0.094,0.792,0.241c0.563,0.302,1.064,0.79,1.501,1.463 c0.31,0.473,0.541,0.958,0.694,1.456c0.048,0.15,0.088,0.301,0.121,0.453c0.186,0.865,0.121,1.549-0.196,2.052 c-0.049,0.078-0.105,0.146-0.166,0.204l-1.509,2.844l2.399,1.456l1.554,0.943v-0.008h0.008V12.785l-0.008,0.008L9.382,8.364 l0.181,3.387l3.161,0.385C12.738,12.139,12.753,12.141,12.769,12.143z"/> <path fill="%23676767" d="M25.992,18.382l0.543-10.018l-8.569,4.42v10.463l1.554-0.943L25.992,18.382z"/> </svg>');
}
.purple.icon-timer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104c-0.31-0.036-0.618-0.057-0.925-0.062 c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481c-0.995,0.715-1.766,1.59-2.312,2.626 c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686c0.083-0.855,0.331-1.673,0.743-2.454 c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428c0.566-0.107,1.166-0.157,1.8-0.149 c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62c0.626,0.996,0.98,2.063,1.06,3.201 c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112c0.525-1.106,0.74-2.261,0.644-3.465 C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351c-0.007,0.007-0.017,0.012-0.03,0.013 l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995c0.809,2.219,2.259,4,4.35,5.343 c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492c1.217-0.351,2.339-0.878,3.367-1.58 c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828c0.12-0.334,0.221-0.672,0.302-1.013 c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269c-1.086,0.726-2.276,1.269-3.569,1.629 c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091c-2.203-1.407-3.739-3.269-4.606-5.584 C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path fill="%23990099" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path fill="%23FF99FF" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg>');
}
.purple.icon-timer-trigger{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23990099"/> <stop offset="1" style="stop-color:%23FF99FF"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23990099"/> <stop offset="1" style="stop-color:%23FF99FF"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="4.475343e-07" style="stop-color:%23990099"/> <stop offset="0.6157" style="stop-color:%23FF99FF"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path opacity="0.3" fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104 c-0.31-0.036-0.618-0.057-0.925-0.062c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481 c-0.995,0.715-1.766,1.59-2.312,2.626c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686 c0.083-0.855,0.331-1.673,0.743-2.454c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428 c0.566-0.107,1.166-0.157,1.8-0.149c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path opacity="0.3" fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62 c0.626,0.996,0.98,2.063,1.06,3.201c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112 c0.525-1.106,0.74-2.261,0.644-3.465C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path opacity="0.3" fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path opacity="0.3" fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351 c-0.007,0.007-0.017,0.012-0.03,0.013l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995 c0.809,2.219,2.259,4,4.35,5.343c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492 c1.217-0.351,2.339-0.878,3.367-1.58c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828 c0.12-0.334,0.221-0.672,0.302-1.013c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269 c-1.086,0.726-2.276,1.269-3.569,1.629c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091 c-2.203-1.407-3.739-3.269-4.606-5.584C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path opacity="0.3" fill="%23676767" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path opacity="0.3" fill="%23CCCCCC" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg> ');
}
.purple.icon-timer-trigger-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990099" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%23990099" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%23990099" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%23990099" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%23990099" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%23990099" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%23FF99FF" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%23FF99FF" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%23FF99FF" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.purple.icon-timer-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1778.1346" cy="-1417.7965" r="6.0466" fx="1781.8185" fy="-1419.4559" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="16.664" cy="9.775" r="4.166"/> <radialGradient id="SVGID_2_" cx="1783.0852" cy="-1424.8751" r="3.5805" fx="1785.2666" fy="-1425.8578" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="8.126" cy="11.095" r="2.467"/> <path fill="%23CCCCCC" d="M22.739,11.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,11.43,22.728,11.435,22.739,11.438"/> <path fill="%23676767" d="M19.326,12.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,11.988,17.803,12.076,19.326,12.388"/> <path fill="%23FFFFFF" d="M20.069,12.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,12.78,20.463,12.663,20.069,12.561"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="23.1481" x2="28.0832" y2="23.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M28.083,16.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,16.994"/> <polygon fill="%23676767" points="13.644,16.022 18.398,18.84 22.778,13.379 "/> <path fill="%23CCCCCC" d="M26.992,13.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,15.582,27.761,14.542,26.992,13.553z M26.7,17.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,14.831,26.876,15.914,26.7,17.054z"/> <polygon fill="%23990099" points="26.043,9.567 16.664,13.618 19.322,18.28 "/> <polygon fill="%23FF99FF" points="13.504,13.787 16.664,13.618 26.043,9.567 "/> <path fill="%23FF99FF" d="M12.37,14.926c0.001,0.004,0.002,0.008,0.002,0.012c0.009,0.066,0.029,0.133,0.06,0.2 c0.196,0.428,0.761,0.738,1.695,0.929c0.636,0.131,1.322,0.17,2.058,0.116c0.765-0.053,1.433-0.197,2.005-0.431 c0.358-0.144,0.639-0.316,0.842-0.517c0.193-0.184,0.29-0.371,0.291-0.562c0.001-0.003,0.001-0.006,0-0.009c0-0.007,0-0.014,0-0.022 c-0.004-0.079-0.024-0.158-0.06-0.237c-0.193-0.428-0.757-0.74-1.695-0.934c-0.636-0.131-1.322-0.171-2.058-0.118 c-0.765,0.054-1.433,0.198-2.005,0.433c-0.362,0.147-0.644,0.319-0.847,0.515C12.445,14.507,12.349,14.715,12.37,14.926"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="12.3713" y1="17.1042" x2="19.4126" y2="17.1042"> <stop offset="0.2832" style="stop-color:%23FF66FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M12.432,15.139c-0.031-0.067-0.051-0.134-0.06-0.2l0.317,3.136c0,0.007,0,0.014,0,0.02 c0.001,0.068,0.011,0.137,0.032,0.208c0.143,0.49,0.674,0.845,1.592,1.064c0.195,0.047,0.395,0.083,0.599,0.11 c0.454,0.06,0.932,0.072,1.434,0.036c0.37-0.026,0.715-0.075,1.037-0.149c0.338-0.076,0.65-0.178,0.936-0.306 c0.774-0.348,1.137-0.746,1.09-1.192l-0.087-3.192c-0.001,0.191-0.098,0.378-0.291,0.562c-0.203,0.201-0.484,0.373-0.842,0.517 c-0.572,0.235-1.24,0.379-2.005,0.431c-0.736,0.054-1.422,0.015-2.058-0.116C13.193,15.877,12.628,15.567,12.432,15.139"/> </svg> ');
}
.purple.icon-infra-devel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="6.784,9.77 8.837,10.907 11.197,9.77 9.141,8.678 6.784,9.77 "/> <polyline fill="%23FF99FF" points="12.537,17.163 13.699,15.15 11.739,14.027 10.602,15.993 12.537,17.163 "/> <path fill="%23FF99FF" d="M5.477,15.747c-0.385,0.672-0.645,1.447-0.779,2.324c-0.179,1.154-0.122,2.005,0.17,2.553 c0.11,0.207,0.255,0.377,0.436,0.511c0.023,0.017,0.045,0.033,0.067,0.047L7.2,22.467c-0.188-0.14-0.337-0.321-0.447-0.542 c-0.061-0.123-0.11-0.261-0.148-0.413c-0.13-0.517-0.126-1.203,0.011-2.058c0.007-0.043,0.015-0.087,0.022-0.131 c0.153-0.881,0.425-1.662,0.818-2.343c0.385-0.665,0.919-1.3,1.6-1.905l-1.986-1.195C6.381,14.476,5.849,15.099,5.477,15.747z"/> <path fill="%23990099" d="M12.537,17.163c-0.007,0.583-0.155,1.138-0.444,1.665c-0.197,0.357-0.48,0.729-0.849,1.114 c-0.653,0.685-1.315,1.042-1.986,1.07c-0.67,0.03-1.065-0.128-1.184-0.472c-0.095-0.27-0.134-0.492-0.117-0.665 c-0.011-0.101-0.005-0.26,0.02-0.478c0.035-0.343,0.108-0.651,0.218-0.924c0.264-0.65,0.559-1.169,0.883-1.556 c0.326-0.387,0.726-0.71,1.201-0.969l1.067-1.846L11.197,9.77l-2.36,1.137l0.221,4.167c-0.681,0.605-1.215,1.24-1.6,1.905 c-0.393,0.681-0.666,1.463-0.818,2.343c-0.008,0.045-0.015,0.088-0.022,0.131c-0.137,0.855-0.141,1.541-0.011,2.058 c0.038,0.153,0.087,0.291,0.148,0.413c0.11,0.221,0.259,0.402,0.447,0.542c0.006,0.004,0.012,0.008,0.017,0.011 c0.411,0.296,1.001,0.401,1.771,0.316c0.704-0.076,1.409-0.392,2.114-0.947c0.665-0.516,1.245-1.171,1.74-1.966 c0.499-0.797,0.829-1.604,0.991-2.421c0.177-0.875,0.132-1.645-0.134-2.31L12.537,17.163z"/> <path fill="%23FF66FF" d="M12.093,18.828c0.289-0.527,0.437-1.082,0.444-1.665l-1.935-1.17c0.02,0.465-0.064,0.964-0.254,1.494 c-0.196,0.536-0.46,1.005-0.793,1.408c-0.507,0.612-1.04,0.939-1.598,0.98C7.94,20.048,7.979,20.27,8.074,20.54 c0.119,0.344,0.514,0.502,1.184,0.472c0.671-0.028,1.333-0.384,1.986-1.07C11.613,19.557,11.896,19.185,12.093,18.828"/> <polygon fill="%23FF66FF" points="8.837,10.907 6.784,9.77 7.072,13.879 9.058,15.074 "/> <polyline fill="%23676767" points="7.875,9.333 8.023,11.682 15.726,9.347 19.108,8.325 18.815,19.72 21.711,17.885 22.473,2.502 7.875,9.333 "/> <polyline fill="%23999999" points="19.108,8.325 15.726,9.347 15.731,22.153 18.815,23.988 19.108,8.325 "/> <polyline fill="%23999999" points="8.023,11.682 7.875,9.333 4.415,7.423 4.619,9.721 8.023,11.682 "/> <polyline fill="%23CCCCCC" points="22.473,2.502 18.988,1.08 4.415,7.423 7.875,9.333 22.473,2.502 "/> <polyline fill="%23CCCCCC" points="17.319,26.173 20.709,28.606 27.551,24.055 26.801,23.644 24.302,22.161 17.319,26.173 "/> <polygon fill="%23CCCCCC" points="27.794,20.119 24.302,18.436 17.92,21.671 17.917,21.671 17.036,22.135 20.6,24.466 "/> <polyline fill="%23676767" points="20.709,28.606 20.778,30.516 27.399,25.867 27.551,24.055 20.709,28.606 "/> <polyline fill="%23990099" points="27.879,18.139 28.06,15.943 20.478,20.017 20.561,22.407 27.879,18.139 "/> <polygon fill="%23676767" points="20.6,24.466 20.676,26.596 27.63,22.108 27.794,20.119 "/> <polyline fill="%23999999" points="17.319,26.173 17.49,28.034 20.778,30.516 20.709,28.606 17.319,26.173 "/> <polyline fill="%23FF66FF" points="16.724,17.824 16.937,20.115 20.561,22.407 20.478,20.017 16.724,17.824 "/> <polygon fill="%23999999" points="20.676,26.596 20.6,24.466 17.036,22.135 17.227,24.196 18.032,24.755 18.032,24.758 "/> <polyline fill="%23FF99FF" points="28.06,15.943 24.302,14.312 16.724,17.824 20.478,20.017 28.06,15.943 "/> </svg> ');
}
.purple.icon-infra-test{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M12.009,12.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C12.372,12.387,12.192,12.424,12.009,12.438z"/> <path fill="%23676767" d="M21.294,20.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C21.265,20.647,21.283,20.435,21.294,20.223z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.657" y1="2.5833" x2="14.657" y2="14.0892"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.898,6.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C18.077,9.837,18.037,8.088,17.898,6.69z"/> <path fill="%23999999" d="M13.059,3.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C10.181,4.075,11.23,2.678,13.059,3.356z"/> <polygon fill="%23FF99FF" points="16.717,23.466 14.393,22.818 22.959,7.194 25.304,7.792 "/> <polygon fill="%23FF99FF" points="8.617,23.131 6.308,22.48 8.376,18.706 10.69,19.344 "/> <polygon fill="%23FF66FF" points="17.672,29.291 15.349,28.625 6.308,22.48 8.617,23.131 "/> <polygon fill="%23990099" points="25.304,7.792 28.297,9.884 17.672,29.291 8.617,23.131 10.69,19.344 16.717,23.466 "/> </svg> ');
}
.purple.icon-infra-prod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M28.66,11.089c-0.059-0.058-0.127-0.103-0.202-0.133c-0.292-0.124-0.699-0.031-1.221,0.279l-12.528,7.493 c-0.652,0.388-1.156,0.849-1.512,1.382c-0.334,0.501-0.579,1.137-0.736,1.908c-0.183,0.868-0.046,1.503,0.412,1.908 c0.469,0.415,1.08,0.383,1.835-0.097l12.149-7.768c0.528-0.339,0.989-0.868,1.382-1.584c0.366-0.663,0.593-1.323,0.679-1.98 C29.005,11.817,28.919,11.348,28.66,11.089 M27.116,12.714c0.264-0.162,0.455-0.14,0.574,0.065c0.102,0.183,0.116,0.423,0.04,0.719 c-0.065,0.269-0.151,0.488-0.259,0.655c-0.119,0.194-0.286,0.358-0.501,0.493l-12.262,7.687c-0.296,0.189-0.539,0.199-0.727,0.032 c-0.178-0.162-0.232-0.415-0.162-0.76c0.065-0.302,0.162-0.552,0.291-0.752c0.14-0.216,0.339-0.401,0.598-0.558L27.116,12.714z"/> <path fill="%23FF66FF" d="M27.69,12.779c-0.119-0.205-0.31-0.226-0.574-0.065l-12.407,7.582c-0.259,0.156-0.458,0.342-0.598,0.558 c-0.129,0.199-0.226,0.45-0.291,0.752c-0.07,0.345-0.016,0.598,0.162,0.76c0.189,0.167,0.431,0.156,0.727-0.032l12.262-7.687 c0.216-0.135,0.383-0.299,0.501-0.493c0.108-0.167,0.194-0.385,0.259-0.655C27.806,13.202,27.792,12.962,27.69,12.779z"/> <path fill="%23FF99FF" d="M19.922,6.85c-0.325-0.159-0.759-0.098-1.301,0.182L6.068,13.555c-0.63,0.329-1.126,0.857-1.487,1.584 c-0.323,0.652-0.474,1.318-0.453,1.996c0.025,0.646,0.202,1.112,0.529,1.398c0.001,0.001,0.003,0.003,0.004,0.004l8.212,5.387 c-0.458-0.404-0.595-1.04-0.412-1.908c0.156-0.771,0.401-1.406,0.736-1.908c0.356-0.533,0.859-0.994,1.512-1.382l12.528-7.493 c0.521-0.31,0.928-0.403,1.221-0.279L19.922,6.85z"/> <polyline fill="%23CCCCCC" points="16.382,5.987 22.145,8.824 24.166,7.701 18.411,4.969 16.382,5.987 "/> <polyline fill="%23CCCCCC" points="15.63,12.437 12.151,10.534 9.867,9.285 7.539,10.457 13.294,13.73 15.63,12.437 "/> <polyline fill="%23CCCCCC" points="16.362,8.101 14.289,7.046 12.114,8.145 17.885,11.184 20.052,9.98 16.362,8.101 "/> <polygon fill="%23CCCCCC" points="5.729,22.228 3.401,23.594 8.784,27.376 11.128,25.881 "/> <polyline fill="%23676767" points="22.145,8.824 21.984,12.437 23.956,11.281 24.166,7.701 22.145,8.824 "/> <polyline fill="%23676767" points="19.93,13.633 20.003,11.407 20.052,9.98 17.885,11.184 17.813,14.878 19.93,13.633 "/> <polyline fill="%23676767" points="15.622,13.658 15.63,12.437 13.294,13.73 13.335,17.497 15.614,16.163 15.622,13.658 "/> <polygon fill="%23676767" points="8.784,27.376 8.922,30.723 11.209,29.195 11.128,25.881 "/> <polyline fill="%23999999" points="13.335,17.497 13.294,13.73 7.539,10.457 7.701,14.127 13.335,17.497 "/> <polyline fill="%23999999" points="15.63,12.437 15.622,13.658 17.813,14.878 17.885,11.184 12.114,8.145 12.151,10.534 15.63,12.437 "/> <polyline fill="%23999999" points="16.382,5.987 16.362,8.101 20.052,9.98 20.003,11.407 21.984,12.437 22.145,8.824 16.382,5.987 "/> <polygon fill="%23999999" points="8.922,30.723 8.784,27.376 3.401,23.594 3.652,26.875 "/> </svg> ');
}
.grey.icon-semaphore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="22.973,6.344 16.392,9.741 16.397,21.829 16.392,21.829 16.392,28.888 21.941,25.124 "/> <path fill="%23999999" d="M10.743,15.645c0.01-0.002,0.019-0.005,0.028-0.011l1.152-0.557c0.016-0.01,0.031-0.019,0.044-0.028 c0.066-0.039,0.138-0.07,0.215-0.094c0.467-0.143,0.979,0.037,1.538,0.54c0.393,0.353,0.718,0.799,0.975,1.339 c0.268,0.555,0.406,1.091,0.413,1.609c0.006,0.661-0.177,1.087-0.551,1.279c-0.017,0.012-0.036,0.021-0.055,0.028l-1.113,0.623 c-0.084,0.068-0.183,0.117-0.298,0.149c0.249,0.107,0.508,0.289,0.777,0.546c0.36,0.345,0.661,0.766,0.904,1.262 c0.061,0.124,0.114,0.245,0.16,0.364c0.156,0.398,0.237,0.78,0.242,1.146c0.004,0.301-0.05,0.553-0.16,0.755 c-0.082,0.153-0.192,0.263-0.331,0.331l-1.174,0.733c-0.009,0.007-0.018,0.013-0.028,0.017c-0.101,0.061-0.219,0.094-0.353,0.099 c-0.419,0.022-0.874-0.209-1.367-0.694c-0.103-0.102-0.202-0.21-0.298-0.325c-0.228-0.279-0.428-0.595-0.601-0.948 c-0.036-0.073-0.071-0.147-0.105-0.22l0.088,1.538l5.544,3.764v-7.06V9.741L9.847,6.363l0.499,9.624 C10.442,15.83,10.575,15.716,10.743,15.645z"/> <path fill="%23999999" d="M10.572,18.588c-0.034-0.07-0.065-0.14-0.094-0.209l0.165,3.075c0.074-0.111,0.162-0.196,0.265-0.254 c0.023-0.01,0.045-0.019,0.066-0.028l1.069-0.579c0.073-0.06,0.154-0.106,0.242-0.138c-0.237-0.1-0.485-0.271-0.744-0.513 C11.152,19.58,10.829,19.128,10.572,18.588"/> <polygon fill="%23CCCCCC" points="16.392,9.741 16.392,9.741 22.973,6.344 16.392,3.569 9.847,6.363 "/> <path fill="%23CC0000" d="M13.09,20.522c-0.003,0.002-0.007,0.004-0.011,0.006c-0.25,0.071-0.515,0.047-0.794-0.072 c-0.089,0.032-0.17,0.078-0.242,0.138l-1.069,0.579c0.078-0.032,0.165-0.05,0.259-0.055c0.164-0.007,0.331,0.022,0.502,0.088 c0.278,0.109,0.567,0.313,0.865,0.612c0.36,0.353,0.661,0.777,0.904,1.273c0.06,0.122,0.113,0.241,0.16,0.358 c0.157,0.403,0.239,0.789,0.248,1.157c0.003,0.12-0.003,0.232-0.017,0.336c-0.023,0.162-0.068,0.305-0.132,0.43 c-0.067,0.126-0.151,0.221-0.254,0.287l1.174-0.733c0.138-0.067,0.249-0.177,0.331-0.331c0.11-0.202,0.163-0.454,0.16-0.755 c-0.006-0.366-0.086-0.748-0.242-1.146c-0.046-0.119-0.099-0.24-0.16-0.364c-0.242-0.496-0.544-0.917-0.904-1.262 C13.599,20.811,13.34,20.629,13.09,20.522z"/> <path fill="%23FF0000" d="M10.605,21.525c-0.11,0.206-0.16,0.461-0.149,0.766c0.009,0.412,0.111,0.844,0.303,1.295 c0.034,0.074,0.069,0.147,0.105,0.22c0.172,0.352,0.373,0.668,0.601,0.948c0.095,0.115,0.194,0.223,0.298,0.325 c0.492,0.485,0.948,0.716,1.367,0.694c0.134-0.005,0.251-0.038,0.353-0.099c0.009-0.004,0.019-0.009,0.028-0.017 c0.102-0.065,0.187-0.161,0.254-0.287c0.065-0.125,0.109-0.268,0.132-0.43c0.014-0.104,0.019-0.216,0.017-0.336 c-0.009-0.369-0.091-0.754-0.248-1.157c-0.047-0.117-0.1-0.237-0.16-0.358c-0.242-0.496-0.544-0.92-0.904-1.273 c-0.299-0.299-0.587-0.503-0.865-0.612c-0.171-0.066-0.338-0.095-0.502-0.088c-0.094,0.005-0.181,0.023-0.259,0.055 c-0.021,0.009-0.044,0.018-0.066,0.028c-0.103,0.058-0.191,0.142-0.265,0.254C10.631,21.477,10.618,21.501,10.605,21.525z"/> <path fill="%23CC6600" d="M10.847,15.612c0.222-0.061,0.454-0.05,0.694,0.033c0.27,0.096,0.551,0.28,0.843,0.551 c0.389,0.364,0.713,0.816,0.97,1.356c0.268,0.562,0.41,1.102,0.424,1.62c0.006,0.236-0.013,0.441-0.055,0.617 c-0.061,0.259-0.173,0.453-0.336,0.584l1.113-0.623c0.019-0.007,0.038-0.016,0.055-0.028c0.374-0.191,0.558-0.617,0.551-1.279 c-0.007-0.518-0.145-1.054-0.413-1.609c-0.257-0.54-0.582-0.987-0.975-1.339c-0.558-0.503-1.071-0.683-1.538-0.54 c-0.077,0.023-0.149,0.055-0.215,0.094c-0.013,0.009-0.028,0.018-0.044,0.028l-1.152,0.557 C10.796,15.627,10.821,15.619,10.847,15.612z"/> <path fill="%23FFCC00" d="M10.77,15.634c-0.009,0.006-0.018,0.009-0.028,0.011c-0.168,0.071-0.3,0.185-0.397,0.342 c-0.142,0.232-0.209,0.559-0.198,0.981c0.013,0.453,0.123,0.924,0.331,1.411c0.029,0.069,0.06,0.139,0.094,0.209 c0.257,0.54,0.581,0.992,0.97,1.356c0.259,0.242,0.507,0.413,0.744,0.513c0.279,0.119,0.543,0.143,0.794,0.072 c0.004-0.001,0.008-0.003,0.011-0.006c0.114-0.032,0.213-0.081,0.298-0.149c0.163-0.131,0.275-0.326,0.336-0.584 c0.042-0.176,0.061-0.382,0.055-0.617c-0.015-0.518-0.156-1.058-0.424-1.62c-0.257-0.54-0.581-0.992-0.97-1.356 c-0.292-0.271-0.573-0.455-0.843-0.551c-0.241-0.083-0.472-0.094-0.694-0.033C10.821,15.619,10.796,15.627,10.77,15.634z"/> <path fill="%23339900" d="M10.888,9.437c0.25-0.046,0.503-0.011,0.758,0.103c0.287,0.132,0.577,0.36,0.872,0.686 c0.392,0.437,0.703,0.963,0.933,1.581c0.24,0.642,0.343,1.248,0.309,1.818c-0.017,0.259-0.057,0.483-0.12,0.672 c-0.092,0.278-0.233,0.48-0.425,0.608l1.281-0.576c0.022-0.005,0.043-0.014,0.063-0.025c0.428-0.174,0.671-0.623,0.728-1.349 c0.042-0.569-0.057-1.17-0.298-1.805c-0.23-0.617-0.543-1.138-0.941-1.563c-0.564-0.606-1.109-0.853-1.634-0.741 c-0.087,0.018-0.168,0.046-0.245,0.082c-0.016,0.008-0.033,0.017-0.051,0.026l-1.317,0.499C10.83,9.448,10.859,9.442,10.888,9.437z" /> <path fill="%2300FF00" d="M10.801,9.454c-0.01,0.005-0.02,0.009-0.031,0.009c-0.191,0.062-0.347,0.174-0.468,0.336 c-0.179,0.24-0.283,0.593-0.312,1.057c-0.03,0.498,0.046,1.025,0.226,1.579c0.025,0.079,0.053,0.158,0.083,0.239 c0.23,0.617,0.541,1.144,0.933,1.581c0.261,0.29,0.516,0.502,0.767,0.634c0.294,0.157,0.582,0.209,0.863,0.155 c0.005-0.001,0.009-0.003,0.013-0.005c0.128-0.024,0.242-0.068,0.341-0.134c0.192-0.128,0.333-0.331,0.425-0.608 c0.063-0.189,0.103-0.413,0.12-0.672c0.034-0.57-0.069-1.176-0.309-1.818c-0.23-0.617-0.541-1.144-0.933-1.581 C12.224,9.9,11.933,9.672,11.646,9.54c-0.256-0.115-0.509-0.149-0.758-0.103C10.859,9.442,10.83,9.448,10.801,9.454z"/> </svg> ');
}
.grey.icon-incident{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.0373" y1="27.5447" x2="15.3279" y2="22.2471"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.01,25.657c-0.085-1.252-1.005-3.819-2.585-3.824c-0.992-0.004-2.216,0.79-3.131,1.138 c1.984-0.753,4.091,4.823,2.167,5.558C17.998,27.941,20.149,27.705,20.01,25.657z"/> <path fill="%23FF0000" d="M15.329,23.192c1,0.679,1.611,2.037,1.777,3.204c0.155,1.086-0.251,2.807-1.662,1.92 c-0.963-0.605-1.55-1.993-1.746-3.067C13.507,24.198,13.838,22.179,15.329,23.192z"/> <polygon fill="%23FF0000" points="11.975,4.91 15.285,3.785 21.381,7.478 18.064,8.612 "/> <polygon fill="%23990000" points="18.064,8.612 21.381,7.478 20.336,20.482 17.037,21.624 "/> <polygon fill="%23CC0000" points="17.037,21.624 13.788,19.62 11.975,4.91 18.064,8.612 "/> </svg>');
}
.grey.icon-log{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.584,8.197 11.348,4.792 12.256,20.213 22.558,27.108 23.189,16.159 18.584,8.197 "/> <polygon fill="%23999999" points="19.775,7.583 18.584,8.197 23.189,16.159 24.353,15.467 "/> <polygon fill="%23676767" points="24.353,15.467 23.189,16.159 22.558,27.108 23.584,26.334 "/> <polygon fill="%23CCCCCC" points="12.554,4.31 11.348,4.792 18.584,8.197 19.775,7.583 "/> <polyline fill="%23CCCCCC" points="23.189,16.159 18.584,8.197 14.907,15.654 23.189,16.159 "/> <polyline fill="%23999999" points="4.673,22.687 4.868,25.067 7.787,27.047 7.638,24.639 4.673,22.687 "/> <polyline fill="%23999999" points="6.727,21.562 8.642,20.511 5.797,18.736 5.956,21.069 6.727,21.562 "/> <polyline fill="%23999999" points="14.778,26.712 14.731,24.304 11.617,22.371 11.71,24.751 14.778,26.712 "/> <polyline fill="%23676767" points="7.638,24.639 7.787,27.047 11.71,24.751 11.617,22.371 7.638,24.639 "/> <polyline fill="%23676767" points="14.731,24.304 14.778,26.712 15.996,20.484 15.968,18.159 14.731,24.304 "/> <polyline fill="%23CCCCCC" points="8.642,20.511 6.727,21.562 4.673,22.687 7.638,24.639 11.617,22.371 14.731,24.304 15.968,18.159 5.797,18.736 8.642,20.511 "/> </svg> ');
}
.grey.icon-initialization{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-88.5832" y1="168.7441" x2="-76.1176" y2="168.7441" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.696,6.014c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.24,6.38,25.023,5.133,21.696,6.014z M23.597,13.201c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C28.073,10.067,26.578,12.413,23.597,13.201z"/> <path fill="%23CCCCCC" d="M21.478,5.19c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.022,5.557,24.806,4.31,21.478,5.19z M23.379,12.378c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C27.855,9.244,26.36,11.589,23.379,12.378z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-95.2165" y1="163.2574" x2="-80.6843" y2="177.7896" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.508,7.026C10.072,7.43,9.591,7.792,9.133,8.171c3.76-2.305,8.885,1.15,11.396,3.761 c2.424,2.52,5.683,7.858,3.145,11.347c1.021-1.187,2.091-2.243,2.309-3.877c0.35-2.62-0.985-5.328-2.5-7.376 c-1.53-2.068-3.595-3.891-5.929-4.996C15.453,6.034,12.465,5.358,10.508,7.026"/> <path fill="%23676767" d="M9.018,8.252c-2.622,2.587-0.475,7.191,1.251,9.62c1.998,2.813,4.996,5.366,8.393,6.238 c1.597,0.41,3.511,0.463,4.862-0.639c1.187-0.969,1.514-2.621,1.378-4.077c-0.332-3.563-2.837-6.86-5.483-9.097 C16.96,8.219,11.924,5.399,9.018,8.252z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-97.3985" y1="173.8823" x2="-88.2081" y2="173.8823" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.943,16.647c0.141-0.124,0.311-0.221,0.51-0.293c0.72-0.256,1.607-0.104,2.658,0.456 c0.05,0.027,0.1,0.054,0.149,0.081c0.722,0.419,1.382,0.972,1.983,1.659c0.3,0.348,0.553,0.698,0.759,1.049 c0.267,0.45,0.46,0.904,0.578,1.361c0.131,0.513,0.141,0.969,0.031,1.37c-0.056,0.202-0.143,0.375-0.261,0.521l2.965-3.194 c0.176-0.18,0.302-0.405,0.379-0.673c0.121-0.398,0.124-0.849,0.012-1.351c-0.182-0.82-0.611-1.618-1.288-2.393 c-0.635-0.731-1.345-1.288-2.129-1.673c-0.438-0.215-0.865-0.358-1.281-0.429c-0.519-0.084-0.972-0.039-1.358,0.133 c-0.131,0.058-0.248,0.127-0.352,0.206c-0.078,0.065-0.15,0.134-0.216,0.208L8.943,16.647z"/> <radialGradient id="SVGID_4_" cx="-207.8584" cy="119.4008" r="9.5408" gradientTransform="matrix(0.9668 -0.2557 -0.2557 -0.9668 238.411 82.5039)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_4_)" d="M4.393,19.034c-0.881,1.515-1.099,3.115-0.653,4.799c0.456,1.722,1.441,3.024,2.956,3.905 s3.133,1.094,4.855,0.638c1.685-0.446,2.968-1.426,3.849-2.941s1.094-3.133,0.638-4.855c-0.446-1.685-1.426-2.968-2.941-3.849 c-1.515-0.881-3.115-1.099-4.799-0.653C6.575,16.534,5.274,17.519,4.393,19.034z"/> </svg>');
}
.grey.icon-deploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.705,12.028 21.741,11.316 21.84,9.02 13.57,13.298 13.627,18.403 20.008,14.809 20.015,14.809 21.627,13.904 21.705,12.028 "/> <polyline fill="%23676767" points="27.494,11.465 24.999,12.884 24.7,17.312 27.131,15.822 27.494,11.465 "/> <polyline fill="%23CCCCCC" points="19.823,7.957 19.68,8.029 13.819,5.341 5.563,9.02 13.57,13.298 21.84,9.02 21.741,11.316 24.992,12.877 24.999,12.884 27.494,11.465 19.823,7.957 "/> <path fill="%23B6B6B6" d="M24.7,17.312l-0.064,0.955l-1.248,0.777v-0.007l-10.131,6.324l-0.806-0.52l0,0l0.1,4.399l0.642-0.421 l0.164-0.107c0-0.048,0-0.098,0-0.15c0.023-0.573,0.199-1.184,0.528-1.832c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.032-0.018,0.063-0.034,0.093-0.05c0.112-0.056,0.219-0.104,0.321-0.143 c0.2-0.065,0.39-0.096,0.57-0.093c0.385,0.014,0.673,0.176,0.863,0.485c0.091,0.152,0.153,0.328,0.185,0.528 c0.01,0.038,0.017,0.076,0.021,0.114c0.076,0.054,0.142,0.123,0.2,0.207c0.003,0.005,0.006,0.01,0.007,0.014l3.037-1.982 l0.307-0.207c0.012-0.002,0.021-0.004,0.029-0.007c0.029-0.57,0.197-1.169,0.506-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.089-0.089,0.179-0.172,0.271-0.25c0.052-0.041,0.104-0.082,0.157-0.121c0.04-0.03,0.081-0.058,0.121-0.086 c0.056-0.038,0.113-0.073,0.171-0.107c0.064-0.035,0.125-0.066,0.185-0.093c0.261-0.116,0.501-0.159,0.72-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.041,0.109,0.07,0.228,0.086,0.356c0.148,0.063,0.262,0.177,0.342,0.342l0.927-0.606 l0.349-4.1L24.7,17.312"/> <polyline fill="%23B6B6B6" points="6.191,18.467 4.943,19.13 12.429,23.921 12.394,22.345 6.191,18.467 "/> <polyline fill="%23676767" points="24.108,13.397 24.093,13.39 13.164,19.643 13.256,25.361 23.388,19.037 23.388,19.044 24.635,18.267 24.7,17.312 24.999,12.884 24.108,13.397 "/> <path fill="%23676767" d="M24.478,20.392c-0.166,0.114-0.34,0.263-0.52,0.449c-0.342,0.352-0.632,0.77-0.87,1.255 c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749c0.048,0.109,0.107,0.197,0.178,0.264 c0.065,0.059,0.139,0.102,0.221,0.128c0.057,0.02,0.119,0.032,0.185,0.036c0.404,0.024,0.846-0.212,1.326-0.706 c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476c0.019-0.299-0.019-0.551-0.114-0.756 c-0.005-0.01-0.009-0.022-0.014-0.036c-0.08-0.165-0.194-0.279-0.342-0.342c-0.002-0.001-0.007-0.003-0.014-0.007 c-0.065-0.024-0.139-0.039-0.221-0.043c-0.194-0.012-0.398,0.036-0.613,0.143C24.605,20.312,24.544,20.35,24.478,20.392"/> <path fill="%23676767" d="M15.966,25.974c-0.034,0.033-0.07,0.067-0.107,0.1c-0.346,0.36-0.641,0.78-0.884,1.262 c-0.07,0.139-0.132,0.277-0.185,0.414c-0.17,0.43-0.253,0.839-0.25,1.226c0.005,0.333,0.078,0.601,0.221,0.806 c0.019,0.027,0.038,0.053,0.057,0.078c0.165,0.189,0.39,0.276,0.677,0.264c0.456-0.019,0.946-0.278,1.469-0.777 c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64c0-0.325-0.071-0.589-0.214-0.791 c-0.001-0.005-0.004-0.009-0.007-0.014c-0.057-0.084-0.124-0.153-0.2-0.207c-0.145-0.1-0.323-0.145-0.535-0.135 C16.978,25.216,16.488,25.475,15.966,25.974"/> <polyline fill="%23676767" points="21.705,12.028 21.627,13.904 23.452,12.877 21.705,12.028 "/> <polyline fill="%23676767" points="5.884,13.904 4.594,14.538 4.943,19.13 6.191,18.467 6.191,18.467 5.884,13.904 "/> <polyline fill="%23999999" points="4.594,14.538 3.881,14.11 4.323,19.565 12.451,24.841 13.256,25.361 13.164,19.643 12.322,19.144 12.394,22.345 12.429,23.921 4.943,19.13 4.594,14.538 "/> <path fill="%23999999" d="M16.008,24.441c-0.03,0.016-0.061,0.032-0.093,0.05c-0.28,0.152-0.554,0.352-0.82,0.599 c-0.48,0.452-0.884,0.998-1.212,1.64c-0.329,0.649-0.505,1.26-0.528,1.832c0,0.052,0,0.102,0,0.15l-0.164,0.107l1.626,1.041 c-0.019-0.025-0.038-0.051-0.057-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.004-0.387,0.08-0.796,0.25-1.226 c0.053-0.136,0.115-0.274,0.185-0.414c0.243-0.481,0.538-0.902,0.884-1.262c0.037-0.033,0.072-0.067,0.107-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.212-0.009,0.39,0.036,0.535,0.135c-0.005-0.038-0.012-0.076-0.021-0.114l-1.618-0.92 C16.228,24.338,16.121,24.385,16.008,24.441"/> <path fill="%23999999" d="M24.022,19.386c-0.06,0.026-0.122,0.057-0.185,0.093c-0.058,0.033-0.115,0.069-0.171,0.107 c-0.041,0.027-0.081,0.056-0.121,0.086c-0.053,0.04-0.105,0.08-0.157,0.121c-0.092,0.078-0.182,0.161-0.271,0.25 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.478,1.226-0.506,1.797c-0.007,0.003-0.017,0.006-0.029,0.007l-0.307,0.207 l1.754,1.02c-0.071-0.067-0.13-0.155-0.178-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.18-0.186,0.354-0.336,0.52-0.449c0.065-0.042,0.127-0.08,0.185-0.114 c0.215-0.107,0.42-0.154,0.613-0.143c0.082,0.004,0.156,0.018,0.221,0.043L24.022,19.386"/> <polyline fill="%23CCCCCC" points="21.741,11.316 21.705,12.028 23.452,12.877 21.627,13.904 20.015,14.809 20.008,14.809 13.627,18.403 12.322,19.144 13.164,19.643 24.093,13.39 24.992,12.877 21.741,11.316 "/> <polyline fill="%23CCCCCC" points="5.007,20.014 5.335,24.263 12.55,29.24 12.451,24.841 5.007,20.014 "/> <polyline fill="%23CCCCCC" points="5.881,14.11 6.594,14.538 7.884,13.904 7.834,13.169 5.881,14.11 "/> <path fill="%23999999" d="M5.834,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.563,9.02 L5.834,13.169z"/> <path d="M24.742,19.258c-0.219-0.031-0.459,0.012-0.72,0.128l1.476,0.791c0.007,0.004,0.012,0.007,0.014,0.007 c-0.016-0.128-0.044-0.247-0.086-0.356C25.298,19.491,25.07,19.301,24.742,19.258"/> <path d="M17.948,25.219c-0.032-0.2-0.094-0.376-0.185-0.528c-0.19-0.309-0.478-0.471-0.863-0.485c-0.18-0.003-0.37,0.028-0.57,0.093 L17.948,25.219"/> </svg> ');
}
.grey.icon-undeploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- <path fill="%23676767" d="M24.858,20.367l5.851-4.433l0.842-7.181l-6.693,3.812V20.367z"/> <path fill="%23999999" d="M19.007,15.934l5.851,4.433v-7.802l-6.693-3.812L19.007,15.934z"/> <path fill="%23CCCCCC" d="M24.858,5.827l-6.693,2.926l6.693,3.812l6.693-3.812L24.858,5.827z"/> --> <g transform="translate(3, -1)"> <polyline fill="%23676767" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%23999999" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.grey.icon-release{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%23999999" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%23CCCCCC" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%23999999" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%23CCCCCC" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.grey.icon-task{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="15.717,22.466 13.393,21.817 21.959,6.194 24.304,6.791 "/> <polygon fill="%23CCCCCC" points="7.617,22.13 5.308,21.479 7.376,17.705 9.69,18.343 "/> <polygon fill="%23999999" points="16.672,28.291 14.349,27.625 5.308,21.479 7.617,22.13 "/> <polygon fill="%23676767" points="24.304,6.791 27.297,8.883 16.672,28.291 7.617,22.13 9.69,18.343 15.717,22.466 "/> <polygon fill="%23CCCCCC" points="11.884,13.727 10.529,13.348 15.525,4.236 16.893,4.585 "/> <polygon fill="%23CCCCCC" points="7.16,13.531 5.814,13.151 7.02,10.95 8.369,11.322 "/> <polygon fill="%23999999" points="12.441,17.124 11.086,16.735 5.814,13.151 7.16,13.531 "/> <polygon fill="%23676767" points="16.893,4.585 18.638,5.805 12.441,17.124 7.16,13.531 8.369,11.322 11.884,13.727 "/> </svg> ');
}
.grey.icon-monitor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M13.078,19.415c-0.041-0.212-0.091-0.431-0.151-0.656c-0.15-0.561-0.341-1.114-0.573-1.66 c-0.319-0.75-0.716-1.484-1.192-2.203c-0.392-0.589-0.802-1.109-1.23-1.561c-0.095-0.101-0.193-0.199-0.294-0.294 c-0.486-0.469-0.994-0.852-1.524-1.147c-0.44-0.247-0.86-0.405-1.26-0.475c-0.086-0.015-0.172-0.025-0.256-0.03 c-0.185-0.015-0.366-0.01-0.543,0.015c-0.719,0.101-1.25,0.528-1.592,1.282c-0.267,0.578-0.385,1.285-0.355,2.12 c0.025,0.649,0.136,1.345,0.332,2.09c0.357,1.333,0.945,2.618,1.765,3.855c0.92,1.383,1.936,2.384,3.048,3.002 c0.744,0.417,1.428,0.581,2.052,0.49c0.547-0.077,0.985-0.343,1.313-0.8c0.013-0.015,0.026-0.033,0.038-0.053l0.287-0.543 c0.287-0.68,0.383-1.502,0.287-2.467C13.2,20.075,13.15,19.753,13.078,19.415"/> <path fill="%23999999" d="M5.082,15.5c-0.02-0.644,0.075-1.189,0.287-1.637c0.277-0.573,0.694-0.893,1.252-0.958 c0.488-0.055,1.016,0.08,1.584,0.407c0.363,0.205,0.712,0.461,1.049,0.769c0.16,0.151,0.316,0.312,0.468,0.483 c0.285,0.319,0.559,0.679,0.822,1.079c0.405,0.615,0.734,1.246,0.988,1.893c0.145,0.357,0.265,0.719,0.362,1.086 c0.084,0.316,0.147,0.618,0.189,0.905c0.009,0.058,0.016,0.116,0.023,0.173c0.107,0.86,0.022,1.584-0.256,2.173 c-0.272,0.573-0.686,0.893-1.245,0.958c-0.488,0.055-1.016-0.08-1.584-0.407c-0.855-0.488-1.634-1.265-2.338-2.331 c-0.629-0.955-1.081-1.949-1.358-2.98C5.172,16.541,5.092,16.003,5.082,15.5"/> <polygon fill="%23999999" points="17.958,23.255 16.404,22.312 16.457,27.193 17.966,28.173 17.958,23.247 "/> <path d="M10.543,15.644c-0.263-0.4-0.537-0.76-0.822-1.079c-0.152-0.171-0.308-0.332-0.468-0.483 c-0.18,0.476-0.185,1.085-0.015,1.826c0.13,0.554,0.346,1.092,0.649,1.614c0.059,0.104,0.122,0.207,0.189,0.309 c0.079,0.121,0.16,0.237,0.241,0.347c0.386,0.507,0.808,0.887,1.267,1.139c0.171,0.096,0.337,0.167,0.498,0.211 c-0.042-0.287-0.105-0.589-0.189-0.905c-0.097-0.367-0.217-0.729-0.362-1.086C11.277,16.89,10.948,16.259,10.543,15.644z"/> <path fill="%23676767" d="M5.368,13.863c-0.211,0.448-0.307,0.993-0.287,1.637c0.01,0.503,0.091,1.041,0.241,1.614 c0.277,1.031,0.729,2.024,1.358,2.98c0.704,1.066,1.484,1.843,2.338,2.331c0.568,0.327,1.096,0.463,1.584,0.407 c0.558-0.065,0.973-0.385,1.245-0.958c0.278-0.588,0.363-1.313,0.256-2.173c-0.006-0.058-0.014-0.115-0.023-0.173 c-0.161-0.044-0.327-0.115-0.498-0.211c-0.459-0.252-0.882-0.632-1.267-1.139c-0.082-0.11-0.162-0.226-0.241-0.347 c-0.067-0.103-0.13-0.206-0.189-0.309c-0.302-0.523-0.519-1.061-0.649-1.614c-0.17-0.741-0.165-1.349,0.015-1.826 c-0.336-0.308-0.686-0.565-1.049-0.769c-0.568-0.327-1.096-0.463-1.584-0.407C6.062,12.971,5.645,13.29,5.368,13.863"/> <polygon fill="%23676767" points="19.475,27.193 19.52,22.304 17.966,23.247 17.958,23.247 17.966,28.173 "/> <path fill="%23CCCCCC" d="M13.561,12.385c-0.276-0.148-0.54-0.228-0.792-0.241c-0.015-0.002-0.03-0.005-0.045-0.008l-3.161-0.385 l-2.708-0.332c0.4,0.07,0.82,0.229,1.26,0.475c0.53,0.295,1.038,0.677,1.524,1.147c0.101,0.095,0.199,0.193,0.294,0.294 c0.428,0.452,0.838,0.973,1.23,1.561c0.476,0.718,0.873,1.453,1.192,2.203c0.232,0.545,0.424,1.099,0.573,1.66 c0.06,0.225,0.11,0.444,0.151,0.656c0.072,0.338,0.122,0.659,0.151,0.966c0.096,0.964,0.001,1.787-0.287,2.467l1.064-1.991 l1.509-2.844c0.061-0.058,0.117-0.125,0.166-0.204c0.317-0.503,0.382-1.187,0.196-2.052c-0.032-0.151-0.073-0.302-0.121-0.453 c-0.153-0.498-0.384-0.983-0.694-1.456C14.624,13.174,14.124,12.686,13.561,12.385z"/> <path fill="%23CCCCCC" d="M17.958,12.792l0.008-0.008l8.569-4.42l-8.577-3.817L9.382,8.364L17.958,12.792z"/> <path fill="%23999999" d="M12.769,12.143c0.252,0.013,0.516,0.094,0.792,0.241c0.563,0.302,1.064,0.79,1.501,1.463 c0.31,0.473,0.541,0.958,0.694,1.456c0.048,0.15,0.088,0.301,0.121,0.453c0.186,0.865,0.121,1.549-0.196,2.052 c-0.049,0.078-0.105,0.146-0.166,0.204l-1.509,2.844l2.399,1.456l1.554,0.943v-0.008h0.008V12.785l-0.008,0.008L9.382,8.364 l0.181,3.387l3.161,0.385C12.738,12.139,12.753,12.141,12.769,12.143z"/> <path fill="%23676767" d="M25.992,18.382l0.543-10.018l-8.569,4.42v10.463l1.554-0.943L25.992,18.382z"/> </svg>');
}
.grey.icon-timer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104c-0.31-0.036-0.618-0.057-0.925-0.062 c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481c-0.995,0.715-1.766,1.59-2.312,2.626 c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686c0.083-0.855,0.331-1.673,0.743-2.454 c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428c0.566-0.107,1.166-0.157,1.8-0.149 c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62c0.626,0.996,0.98,2.063,1.06,3.201 c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112c0.525-1.106,0.74-2.261,0.644-3.465 C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351c-0.007,0.007-0.017,0.012-0.03,0.013 l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995c0.809,2.219,2.259,4,4.35,5.343 c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492c1.217-0.351,2.339-0.878,3.367-1.58 c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828c0.12-0.334,0.221-0.672,0.302-1.013 c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269c-1.086,0.726-2.276,1.269-3.569,1.629 c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091c-2.203-1.407-3.739-3.269-4.606-5.584 C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path fill="%23676767" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path fill="%23CCCCCC" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg>');
}
.grey.icon-timer-trigger{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="4.475343e-07" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path opacity="0.3" fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104 c-0.31-0.036-0.618-0.057-0.925-0.062c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481 c-0.995,0.715-1.766,1.59-2.312,2.626c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686 c0.083-0.855,0.331-1.673,0.743-2.454c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428 c0.566-0.107,1.166-0.157,1.8-0.149c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path opacity="0.3" fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62 c0.626,0.996,0.98,2.063,1.06,3.201c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112 c0.525-1.106,0.74-2.261,0.644-3.465C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path opacity="0.3" fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path opacity="0.3" fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351 c-0.007,0.007-0.017,0.012-0.03,0.013l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995 c0.809,2.219,2.259,4,4.35,5.343c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492 c1.217-0.351,2.339-0.878,3.367-1.58c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828 c0.12-0.334,0.221-0.672,0.302-1.013c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269 c-1.086,0.726-2.276,1.269-3.569,1.629c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091 c-2.203-1.407-3.739-3.269-4.606-5.584C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path opacity="0.3" fill="%23676767" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path opacity="0.3" fill="%23CCCCCC" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg> ');
}
.grey.icon-timer-trigger-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%23676767" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%23676767" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%23676767" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%23676767" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%23676767" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%23CCCCCC" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%23CCCCCC" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%23CCCCCC" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.grey.icon-timer-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1778.1346" cy="-1417.7965" r="6.0466" fx="1781.8185" fy="-1419.4559" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="16.664" cy="9.775" r="4.166"/> <radialGradient id="SVGID_2_" cx="1783.0852" cy="-1424.8751" r="3.5805" fx="1785.2666" fy="-1425.8578" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="8.126" cy="11.095" r="2.467"/> <path fill="%23CCCCCC" d="M22.739,11.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,11.43,22.728,11.435,22.739,11.438"/> <path fill="%23676767" d="M19.326,12.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,11.988,17.803,12.076,19.326,12.388"/> <path fill="%23FFFFFF" d="M20.069,12.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,12.78,20.463,12.663,20.069,12.561"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="23.1481" x2="28.0832" y2="23.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M28.083,16.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,16.994"/> <polygon fill="%23676767" points="13.644,16.022 18.398,18.84 22.778,13.379 "/> <path fill="%23CCCCCC" d="M26.992,13.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,15.582,27.761,14.542,26.992,13.553z M26.7,17.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,14.831,26.876,15.914,26.7,17.054z"/> <polygon fill="%23676767" points="26.043,9.567 16.664,13.618 19.322,18.28 "/> <polygon fill="%23CCCCCC" points="13.504,13.787 16.664,13.618 26.043,9.567 "/> <path fill="%23CCCCCC" d="M12.37,14.926c0.001,0.004,0.002,0.008,0.002,0.012c0.009,0.066,0.029,0.133,0.06,0.2 c0.196,0.428,0.761,0.738,1.695,0.929c0.636,0.131,1.322,0.17,2.058,0.116c0.765-0.053,1.433-0.197,2.005-0.431 c0.358-0.144,0.639-0.316,0.842-0.517c0.193-0.184,0.29-0.371,0.291-0.562c0.001-0.003,0.001-0.006,0-0.009c0-0.007,0-0.014,0-0.022 c-0.004-0.079-0.024-0.158-0.06-0.237c-0.193-0.428-0.757-0.74-1.695-0.934c-0.636-0.131-1.322-0.171-2.058-0.118 c-0.765,0.054-1.433,0.198-2.005,0.433c-0.362,0.147-0.644,0.319-0.847,0.515C12.445,14.507,12.349,14.715,12.37,14.926"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="12.3713" y1="17.1042" x2="19.4126" y2="17.1042"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M12.432,15.139c-0.031-0.067-0.051-0.134-0.06-0.2l0.317,3.136c0,0.007,0,0.014,0,0.02 c0.001,0.068,0.011,0.137,0.032,0.208c0.143,0.49,0.674,0.845,1.592,1.064c0.195,0.047,0.395,0.083,0.599,0.11 c0.454,0.06,0.932,0.072,1.434,0.036c0.37-0.026,0.715-0.075,1.037-0.149c0.338-0.076,0.65-0.178,0.936-0.306 c0.774-0.348,1.137-0.746,1.09-1.192l-0.087-3.192c-0.001,0.191-0.098,0.378-0.291,0.562c-0.203,0.201-0.484,0.373-0.842,0.517 c-0.572,0.235-1.24,0.379-2.005,0.431c-0.736,0.054-1.422,0.015-2.058-0.116C13.193,15.877,12.628,15.567,12.432,15.139"/> </svg> ');
}
.grey.icon-infra-devel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="6.784,9.77 8.837,10.907 11.197,9.77 9.141,8.678 6.784,9.77 "/> <polyline fill="%23CCCCCC" points="12.537,17.163 13.699,15.15 11.739,14.027 10.602,15.993 12.537,17.163 "/> <path fill="%23CCCCCC" d="M5.477,15.747c-0.385,0.672-0.645,1.447-0.779,2.324c-0.179,1.154-0.122,2.005,0.17,2.553 c0.11,0.207,0.255,0.377,0.436,0.511c0.023,0.017,0.045,0.033,0.067,0.047L7.2,22.467c-0.188-0.14-0.337-0.321-0.447-0.542 c-0.061-0.123-0.11-0.261-0.148-0.413c-0.13-0.517-0.126-1.203,0.011-2.058c0.007-0.043,0.015-0.087,0.022-0.131 c0.153-0.881,0.425-1.662,0.818-2.343c0.385-0.665,0.919-1.3,1.6-1.905l-1.986-1.195C6.381,14.476,5.849,15.099,5.477,15.747z"/> <path fill="%23676767" d="M12.537,17.163c-0.007,0.583-0.155,1.138-0.444,1.665c-0.197,0.357-0.48,0.729-0.849,1.114 c-0.653,0.685-1.315,1.042-1.986,1.07c-0.67,0.03-1.065-0.128-1.184-0.472c-0.095-0.27-0.134-0.492-0.117-0.665 c-0.011-0.101-0.005-0.26,0.02-0.478c0.035-0.343,0.108-0.651,0.218-0.924c0.264-0.65,0.559-1.169,0.883-1.556 c0.326-0.387,0.726-0.71,1.201-0.969l1.067-1.846L11.197,9.77l-2.36,1.137l0.221,4.167c-0.681,0.605-1.215,1.24-1.6,1.905 c-0.393,0.681-0.666,1.463-0.818,2.343c-0.008,0.045-0.015,0.088-0.022,0.131c-0.137,0.855-0.141,1.541-0.011,2.058 c0.038,0.153,0.087,0.291,0.148,0.413c0.11,0.221,0.259,0.402,0.447,0.542c0.006,0.004,0.012,0.008,0.017,0.011 c0.411,0.296,1.001,0.401,1.771,0.316c0.704-0.076,1.409-0.392,2.114-0.947c0.665-0.516,1.245-1.171,1.74-1.966 c0.499-0.797,0.829-1.604,0.991-2.421c0.177-0.875,0.132-1.645-0.134-2.31L12.537,17.163z"/> <path fill="%23999999" d="M12.093,18.828c0.289-0.527,0.437-1.082,0.444-1.665l-1.935-1.17c0.02,0.465-0.064,0.964-0.254,1.494 c-0.196,0.536-0.46,1.005-0.793,1.408c-0.507,0.612-1.04,0.939-1.598,0.98C7.94,20.048,7.979,20.27,8.074,20.54 c0.119,0.344,0.514,0.502,1.184,0.472c0.671-0.028,1.333-0.384,1.986-1.07C11.613,19.557,11.896,19.185,12.093,18.828"/> <polygon fill="%23999999" points="8.837,10.907 6.784,9.77 7.072,13.879 9.058,15.074 "/> <polyline fill="%23676767" points="7.875,9.333 8.023,11.682 15.726,9.347 19.108,8.325 18.815,19.72 21.711,17.885 22.473,2.502 7.875,9.333 "/> <polyline fill="%23999999" points="19.108,8.325 15.726,9.347 15.731,22.153 18.815,23.988 19.108,8.325 "/> <polyline fill="%23999999" points="8.023,11.682 7.875,9.333 4.415,7.423 4.619,9.721 8.023,11.682 "/> <polyline fill="%23CCCCCC" points="22.473,2.502 18.988,1.08 4.415,7.423 7.875,9.333 22.473,2.502 "/> <polyline fill="%23CCCCCC" points="17.319,26.173 20.709,28.606 27.551,24.055 26.801,23.644 24.302,22.161 17.319,26.173 "/> <polygon fill="%23CCCCCC" points="27.794,20.119 24.302,18.436 17.92,21.671 17.917,21.671 17.036,22.135 20.6,24.466 "/> <polyline fill="%23676767" points="20.709,28.606 20.778,30.516 27.399,25.867 27.551,24.055 20.709,28.606 "/> <polyline fill="%23676767" points="27.879,18.139 28.06,15.943 20.478,20.017 20.561,22.407 27.879,18.139 "/> <polygon fill="%23676767" points="20.6,24.466 20.676,26.596 27.63,22.108 27.794,20.119 "/> <polyline fill="%23999999" points="17.319,26.173 17.49,28.034 20.778,30.516 20.709,28.606 17.319,26.173 "/> <polyline fill="%23999999" points="16.724,17.824 16.937,20.115 20.561,22.407 20.478,20.017 16.724,17.824 "/> <polygon fill="%23999999" points="20.676,26.596 20.6,24.466 17.036,22.135 17.227,24.196 18.032,24.755 18.032,24.758 "/> <polyline fill="%23CCCCCC" points="28.06,15.943 24.302,14.312 16.724,17.824 20.478,20.017 28.06,15.943 "/> </svg> ');
}
.grey.icon-infra-test{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M12.009,12.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C12.372,12.387,12.192,12.424,12.009,12.438z"/> <path fill="%23676767" d="M21.294,20.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C21.265,20.647,21.283,20.435,21.294,20.223z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.657" y1="2.5833" x2="14.657" y2="14.0892"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.898,6.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C18.077,9.837,18.037,8.088,17.898,6.69z"/> <path fill="%23999999" d="M13.059,3.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C10.181,4.075,11.23,2.678,13.059,3.356z"/> <polygon fill="%23CCCCCC" points="16.717,23.466 14.393,22.818 22.959,7.194 25.304,7.792 "/> <polygon fill="%23CCCCCC" points="8.617,23.131 6.308,22.48 8.376,18.706 10.69,19.344 "/> <polygon fill="%23999999" points="17.672,29.291 15.349,28.625 6.308,22.48 8.617,23.131 "/> <polygon fill="%23676767" points="25.304,7.792 28.297,9.884 17.672,29.291 8.617,23.131 10.69,19.344 16.717,23.466 "/> </svg> ');
}
.grey.icon-infra-prod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M28.66,11.089c-0.059-0.058-0.127-0.103-0.202-0.133c-0.292-0.124-0.699-0.031-1.221,0.279l-12.528,7.493 c-0.652,0.388-1.156,0.849-1.512,1.382c-0.334,0.501-0.579,1.137-0.736,1.908c-0.183,0.868-0.046,1.503,0.412,1.908 c0.469,0.415,1.08,0.383,1.835-0.097l12.149-7.768c0.528-0.339,0.989-0.868,1.382-1.584c0.366-0.663,0.593-1.323,0.679-1.98 C29.005,11.817,28.919,11.348,28.66,11.089 M27.116,12.714c0.264-0.162,0.455-0.14,0.574,0.065c0.102,0.183,0.116,0.423,0.04,0.719 c-0.065,0.269-0.151,0.488-0.259,0.655c-0.119,0.194-0.286,0.358-0.501,0.493l-12.262,7.687c-0.296,0.189-0.539,0.199-0.727,0.032 c-0.178-0.162-0.232-0.415-0.162-0.76c0.065-0.302,0.162-0.552,0.291-0.752c0.14-0.216,0.339-0.401,0.598-0.558L27.116,12.714z"/> <path fill="%23999999" d="M27.69,12.779c-0.119-0.205-0.31-0.226-0.574-0.065l-12.407,7.582c-0.259,0.156-0.458,0.342-0.598,0.558 c-0.129,0.199-0.226,0.45-0.291,0.752c-0.07,0.345-0.016,0.598,0.162,0.76c0.189,0.167,0.431,0.156,0.727-0.032l12.262-7.687 c0.216-0.135,0.383-0.299,0.501-0.493c0.108-0.167,0.194-0.385,0.259-0.655C27.806,13.202,27.792,12.962,27.69,12.779z"/> <path fill="%23CCCCCC" d="M19.922,6.85c-0.325-0.159-0.759-0.098-1.301,0.182L6.068,13.555c-0.63,0.329-1.126,0.857-1.487,1.584 c-0.323,0.652-0.474,1.318-0.453,1.996c0.025,0.646,0.202,1.112,0.529,1.398c0.001,0.001,0.003,0.003,0.004,0.004l8.212,5.387 c-0.458-0.404-0.595-1.04-0.412-1.908c0.156-0.771,0.401-1.406,0.736-1.908c0.356-0.533,0.859-0.994,1.512-1.382l12.528-7.493 c0.521-0.31,0.928-0.403,1.221-0.279L19.922,6.85z"/> <polyline fill="%23CCCCCC" points="16.382,5.987 22.145,8.824 24.166,7.701 18.411,4.969 16.382,5.987 "/> <polyline fill="%23CCCCCC" points="15.63,12.437 12.151,10.534 9.867,9.285 7.539,10.457 13.294,13.73 15.63,12.437 "/> <polyline fill="%23CCCCCC" points="16.362,8.101 14.289,7.046 12.114,8.145 17.885,11.184 20.052,9.98 16.362,8.101 "/> <polygon fill="%23CCCCCC" points="5.729,22.228 3.401,23.594 8.784,27.376 11.128,25.881 "/> <polyline fill="%23676767" points="22.145,8.824 21.984,12.437 23.956,11.281 24.166,7.701 22.145,8.824 "/> <polyline fill="%23676767" points="19.93,13.633 20.003,11.407 20.052,9.98 17.885,11.184 17.813,14.878 19.93,13.633 "/> <polyline fill="%23676767" points="15.622,13.658 15.63,12.437 13.294,13.73 13.335,17.497 15.614,16.163 15.622,13.658 "/> <polygon fill="%23676767" points="8.784,27.376 8.922,30.723 11.209,29.195 11.128,25.881 "/> <polyline fill="%23999999" points="13.335,17.497 13.294,13.73 7.539,10.457 7.701,14.127 13.335,17.497 "/> <polyline fill="%23999999" points="15.63,12.437 15.622,13.658 17.813,14.878 17.885,11.184 12.114,8.145 12.151,10.534 15.63,12.437 "/> <polyline fill="%23999999" points="16.382,5.987 16.362,8.101 20.052,9.98 20.003,11.407 21.984,12.437 22.145,8.824 16.382,5.987 "/> <polygon fill="%23999999" points="8.922,30.723 8.784,27.376 3.401,23.594 3.652,26.875 "/> </svg> ');
}
.orange.icon-semaphore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="22.973,6.344 16.392,9.741 16.397,21.829 16.392,21.829 16.392,28.888 21.941,25.124 "/> <path fill="%23999999" d="M10.743,15.645c0.01-0.002,0.019-0.005,0.028-0.011l1.152-0.557c0.016-0.01,0.031-0.019,0.044-0.028 c0.066-0.039,0.138-0.07,0.215-0.094c0.467-0.143,0.979,0.037,1.538,0.54c0.393,0.353,0.718,0.799,0.975,1.339 c0.268,0.555,0.406,1.091,0.413,1.609c0.006,0.661-0.177,1.087-0.551,1.279c-0.017,0.012-0.036,0.021-0.055,0.028l-1.113,0.623 c-0.084,0.068-0.183,0.117-0.298,0.149c0.249,0.107,0.508,0.289,0.777,0.546c0.36,0.345,0.661,0.766,0.904,1.262 c0.061,0.124,0.114,0.245,0.16,0.364c0.156,0.398,0.237,0.78,0.242,1.146c0.004,0.301-0.05,0.553-0.16,0.755 c-0.082,0.153-0.192,0.263-0.331,0.331l-1.174,0.733c-0.009,0.007-0.018,0.013-0.028,0.017c-0.101,0.061-0.219,0.094-0.353,0.099 c-0.419,0.022-0.874-0.209-1.367-0.694c-0.103-0.102-0.202-0.21-0.298-0.325c-0.228-0.279-0.428-0.595-0.601-0.948 c-0.036-0.073-0.071-0.147-0.105-0.22l0.088,1.538l5.544,3.764v-7.06V9.741L9.847,6.363l0.499,9.624 C10.442,15.83,10.575,15.716,10.743,15.645z"/> <path fill="%23999999" d="M10.572,18.588c-0.034-0.07-0.065-0.14-0.094-0.209l0.165,3.075c0.074-0.111,0.162-0.196,0.265-0.254 c0.023-0.01,0.045-0.019,0.066-0.028l1.069-0.579c0.073-0.06,0.154-0.106,0.242-0.138c-0.237-0.1-0.485-0.271-0.744-0.513 C11.152,19.58,10.829,19.128,10.572,18.588"/> <polygon fill="%23CCCCCC" points="16.392,9.741 16.392,9.741 22.973,6.344 16.392,3.569 9.847,6.363 "/> <path fill="%23CC0000" d="M13.09,20.522c-0.003,0.002-0.007,0.004-0.011,0.006c-0.25,0.071-0.515,0.047-0.794-0.072 c-0.089,0.032-0.17,0.078-0.242,0.138l-1.069,0.579c0.078-0.032,0.165-0.05,0.259-0.055c0.164-0.007,0.331,0.022,0.502,0.088 c0.278,0.109,0.567,0.313,0.865,0.612c0.36,0.353,0.661,0.777,0.904,1.273c0.06,0.122,0.113,0.241,0.16,0.358 c0.157,0.403,0.239,0.789,0.248,1.157c0.003,0.12-0.003,0.232-0.017,0.336c-0.023,0.162-0.068,0.305-0.132,0.43 c-0.067,0.126-0.151,0.221-0.254,0.287l1.174-0.733c0.138-0.067,0.249-0.177,0.331-0.331c0.11-0.202,0.163-0.454,0.16-0.755 c-0.006-0.366-0.086-0.748-0.242-1.146c-0.046-0.119-0.099-0.24-0.16-0.364c-0.242-0.496-0.544-0.917-0.904-1.262 C13.599,20.811,13.34,20.629,13.09,20.522z"/> <path fill="%23FF0000" d="M10.605,21.525c-0.11,0.206-0.16,0.461-0.149,0.766c0.009,0.412,0.111,0.844,0.303,1.295 c0.034,0.074,0.069,0.147,0.105,0.22c0.172,0.352,0.373,0.668,0.601,0.948c0.095,0.115,0.194,0.223,0.298,0.325 c0.492,0.485,0.948,0.716,1.367,0.694c0.134-0.005,0.251-0.038,0.353-0.099c0.009-0.004,0.019-0.009,0.028-0.017 c0.102-0.065,0.187-0.161,0.254-0.287c0.065-0.125,0.109-0.268,0.132-0.43c0.014-0.104,0.019-0.216,0.017-0.336 c-0.009-0.369-0.091-0.754-0.248-1.157c-0.047-0.117-0.1-0.237-0.16-0.358c-0.242-0.496-0.544-0.92-0.904-1.273 c-0.299-0.299-0.587-0.503-0.865-0.612c-0.171-0.066-0.338-0.095-0.502-0.088c-0.094,0.005-0.181,0.023-0.259,0.055 c-0.021,0.009-0.044,0.018-0.066,0.028c-0.103,0.058-0.191,0.142-0.265,0.254C10.631,21.477,10.618,21.501,10.605,21.525z"/> <path fill="%23CC6600" d="M10.847,15.612c0.222-0.061,0.454-0.05,0.694,0.033c0.27,0.096,0.551,0.28,0.843,0.551 c0.389,0.364,0.713,0.816,0.97,1.356c0.268,0.562,0.41,1.102,0.424,1.62c0.006,0.236-0.013,0.441-0.055,0.617 c-0.061,0.259-0.173,0.453-0.336,0.584l1.113-0.623c0.019-0.007,0.038-0.016,0.055-0.028c0.374-0.191,0.558-0.617,0.551-1.279 c-0.007-0.518-0.145-1.054-0.413-1.609c-0.257-0.54-0.582-0.987-0.975-1.339c-0.558-0.503-1.071-0.683-1.538-0.54 c-0.077,0.023-0.149,0.055-0.215,0.094c-0.013,0.009-0.028,0.018-0.044,0.028l-1.152,0.557 C10.796,15.627,10.821,15.619,10.847,15.612z"/> <path fill="%23FFCC00" d="M10.77,15.634c-0.009,0.006-0.018,0.009-0.028,0.011c-0.168,0.071-0.3,0.185-0.397,0.342 c-0.142,0.232-0.209,0.559-0.198,0.981c0.013,0.453,0.123,0.924,0.331,1.411c0.029,0.069,0.06,0.139,0.094,0.209 c0.257,0.54,0.581,0.992,0.97,1.356c0.259,0.242,0.507,0.413,0.744,0.513c0.279,0.119,0.543,0.143,0.794,0.072 c0.004-0.001,0.008-0.003,0.011-0.006c0.114-0.032,0.213-0.081,0.298-0.149c0.163-0.131,0.275-0.326,0.336-0.584 c0.042-0.176,0.061-0.382,0.055-0.617c-0.015-0.518-0.156-1.058-0.424-1.62c-0.257-0.54-0.581-0.992-0.97-1.356 c-0.292-0.271-0.573-0.455-0.843-0.551c-0.241-0.083-0.472-0.094-0.694-0.033C10.821,15.619,10.796,15.627,10.77,15.634z"/> <path fill="%23339900" d="M10.888,9.437c0.25-0.046,0.503-0.011,0.758,0.103c0.287,0.132,0.577,0.36,0.872,0.686 c0.392,0.437,0.703,0.963,0.933,1.581c0.24,0.642,0.343,1.248,0.309,1.818c-0.017,0.259-0.057,0.483-0.12,0.672 c-0.092,0.278-0.233,0.48-0.425,0.608l1.281-0.576c0.022-0.005,0.043-0.014,0.063-0.025c0.428-0.174,0.671-0.623,0.728-1.349 c0.042-0.569-0.057-1.17-0.298-1.805c-0.23-0.617-0.543-1.138-0.941-1.563c-0.564-0.606-1.109-0.853-1.634-0.741 c-0.087,0.018-0.168,0.046-0.245,0.082c-0.016,0.008-0.033,0.017-0.051,0.026l-1.317,0.499C10.83,9.448,10.859,9.442,10.888,9.437z" /> <path fill="%2300FF00" d="M10.801,9.454c-0.01,0.005-0.02,0.009-0.031,0.009c-0.191,0.062-0.347,0.174-0.468,0.336 c-0.179,0.24-0.283,0.593-0.312,1.057c-0.03,0.498,0.046,1.025,0.226,1.579c0.025,0.079,0.053,0.158,0.083,0.239 c0.23,0.617,0.541,1.144,0.933,1.581c0.261,0.29,0.516,0.502,0.767,0.634c0.294,0.157,0.582,0.209,0.863,0.155 c0.005-0.001,0.009-0.003,0.013-0.005c0.128-0.024,0.242-0.068,0.341-0.134c0.192-0.128,0.333-0.331,0.425-0.608 c0.063-0.189,0.103-0.413,0.12-0.672c0.034-0.57-0.069-1.176-0.309-1.818c-0.23-0.617-0.541-1.144-0.933-1.581 C12.224,9.9,11.933,9.672,11.646,9.54c-0.256-0.115-0.509-0.149-0.758-0.103C10.859,9.442,10.83,9.448,10.801,9.454z"/> </svg> ');
}
.orange.icon-incident{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.0373" y1="27.5447" x2="15.3279" y2="22.2471"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.01,25.657c-0.085-1.252-1.005-3.819-2.585-3.824c-0.992-0.004-2.216,0.79-3.131,1.138 c1.984-0.753,4.091,4.823,2.167,5.558C17.998,27.941,20.149,27.705,20.01,25.657z"/> <path fill="%23FF0000" d="M15.329,23.192c1,0.679,1.611,2.037,1.777,3.204c0.155,1.086-0.251,2.807-1.662,1.92 c-0.963-0.605-1.55-1.993-1.746-3.067C13.507,24.198,13.838,22.179,15.329,23.192z"/> <polygon fill="%23FF0000" points="11.975,4.91 15.285,3.785 21.381,7.478 18.064,8.612 "/> <polygon fill="%23990000" points="18.064,8.612 21.381,7.478 20.336,20.482 17.037,21.624 "/> <polygon fill="%23CC0000" points="17.037,21.624 13.788,19.62 11.975,4.91 18.064,8.612 "/> </svg>');
}
.orange.icon-log{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.584,8.197 11.348,4.792 12.256,20.213 22.558,27.108 23.189,16.159 18.584,8.197 "/> <polygon fill="%23999999" points="19.775,7.583 18.584,8.197 23.189,16.159 24.353,15.467 "/> <polygon fill="%23676767" points="24.353,15.467 23.189,16.159 22.558,27.108 23.584,26.334 "/> <polygon fill="%23CCCCCC" points="12.554,4.31 11.348,4.792 18.584,8.197 19.775,7.583 "/> <polyline fill="%23CCCCCC" points="23.189,16.159 18.584,8.197 14.907,15.654 23.189,16.159 "/> <polyline fill="%23d88500" points="4.673,22.687 4.868,25.067 7.787,27.047 7.638,24.639 4.673,22.687 "/> <polyline fill="%23d88500" points="6.727,21.562 8.642,20.511 5.797,18.736 5.956,21.069 6.727,21.562 "/> <polyline fill="%23d88500" points="14.778,26.712 14.731,24.304 11.617,22.371 11.71,24.751 14.778,26.712 "/> <polyline fill="%23a56600" points="7.638,24.639 7.787,27.047 11.71,24.751 11.617,22.371 7.638,24.639 "/> <polyline fill="%23a56600" points="14.731,24.304 14.778,26.712 15.996,20.484 15.968,18.159 14.731,24.304 "/> <polyline fill="%23ffbc00" points="8.642,20.511 6.727,21.562 4.673,22.687 7.638,24.639 11.617,22.371 14.731,24.304 15.968,18.159 5.797,18.736 8.642,20.511 "/> </svg> ');
}
.orange.icon-initialization{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-88.5832" y1="168.7441" x2="-76.1176" y2="168.7441" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.696,6.014c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.24,6.38,25.023,5.133,21.696,6.014z M23.597,13.201c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C28.073,10.067,26.578,12.413,23.597,13.201z"/> <path fill="%23CCCCCC" d="M21.478,5.19c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.022,5.557,24.806,4.31,21.478,5.19z M23.379,12.378c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C27.855,9.244,26.36,11.589,23.379,12.378z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-95.2165" y1="163.2574" x2="-80.6843" y2="177.7896" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.508,7.026C10.072,7.43,9.591,7.792,9.133,8.171c3.76-2.305,8.885,1.15,11.396,3.761 c2.424,2.52,5.683,7.858,3.145,11.347c1.021-1.187,2.091-2.243,2.309-3.877c0.35-2.62-0.985-5.328-2.5-7.376 c-1.53-2.068-3.595-3.891-5.929-4.996C15.453,6.034,12.465,5.358,10.508,7.026"/> <path fill="%23676767" d="M9.018,8.252c-2.622,2.587-0.475,7.191,1.251,9.62c1.998,2.813,4.996,5.366,8.393,6.238 c1.597,0.41,3.511,0.463,4.862-0.639c1.187-0.969,1.514-2.621,1.378-4.077c-0.332-3.563-2.837-6.86-5.483-9.097 C16.96,8.219,11.924,5.399,9.018,8.252z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-97.3985" y1="173.8823" x2="-88.2081" y2="173.8823" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.943,16.647c0.141-0.124,0.311-0.221,0.51-0.293c0.72-0.256,1.607-0.104,2.658,0.456 c0.05,0.027,0.1,0.054,0.149,0.081c0.722,0.419,1.382,0.972,1.983,1.659c0.3,0.348,0.553,0.698,0.759,1.049 c0.267,0.45,0.46,0.904,0.578,1.361c0.131,0.513,0.141,0.969,0.031,1.37c-0.056,0.202-0.143,0.375-0.261,0.521l2.965-3.194 c0.176-0.18,0.302-0.405,0.379-0.673c0.121-0.398,0.124-0.849,0.012-1.351c-0.182-0.82-0.611-1.618-1.288-2.393 c-0.635-0.731-1.345-1.288-2.129-1.673c-0.438-0.215-0.865-0.358-1.281-0.429c-0.519-0.084-0.972-0.039-1.358,0.133 c-0.131,0.058-0.248,0.127-0.352,0.206c-0.078,0.065-0.15,0.134-0.216,0.208L8.943,16.647z"/> <radialGradient id="SVGID_4_" cx="-207.8584" cy="119.4008" r="9.5408" gradientTransform="matrix(0.9668 -0.2557 -0.2557 -0.9668 238.411 82.5039)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_4_)" d="M4.393,19.034c-0.881,1.515-1.099,3.115-0.653,4.799c0.456,1.722,1.441,3.024,2.956,3.905 s3.133,1.094,4.855,0.638c1.685-0.446,2.968-1.426,3.849-2.941s1.094-3.133,0.638-4.855c-0.446-1.685-1.426-2.968-2.941-3.849 c-1.515-0.881-3.115-1.099-4.799-0.653C6.575,16.534,5.274,17.519,4.393,19.034z"/> </svg>');
}
.orange.icon-deploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a56600" points="21.705,12.028 21.741,11.316 21.84,9.02 13.57,13.298 13.627,18.403 20.008,14.809 20.015,14.809 21.627,13.904 21.705,12.028 "/> <polyline fill="%23a56600" points="27.494,11.465 24.999,12.884 24.7,17.312 27.131,15.822 27.494,11.465 "/> <polyline fill="%23ffbc00" points="19.823,7.957 19.68,8.029 13.819,5.341 5.563,9.02 13.57,13.298 21.84,9.02 21.741,11.316 24.992,12.877 24.999,12.884 27.494,11.465 19.823,7.957 "/> <path fill="%23B6B6B6" d="M24.7,17.312l-0.064,0.955l-1.248,0.777v-0.007l-10.131,6.324l-0.806-0.52l0,0l0.1,4.399l0.642-0.421 l0.164-0.107c0-0.048,0-0.098,0-0.15c0.023-0.573,0.199-1.184,0.528-1.832c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.032-0.018,0.063-0.034,0.093-0.05c0.112-0.056,0.219-0.104,0.321-0.143 c0.2-0.065,0.39-0.096,0.57-0.093c0.385,0.014,0.673,0.176,0.863,0.485c0.091,0.152,0.153,0.328,0.185,0.528 c0.01,0.038,0.017,0.076,0.021,0.114c0.076,0.054,0.142,0.123,0.2,0.207c0.003,0.005,0.006,0.01,0.007,0.014l3.037-1.982 l0.307-0.207c0.012-0.002,0.021-0.004,0.029-0.007c0.029-0.57,0.197-1.169,0.506-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.089-0.089,0.179-0.172,0.271-0.25c0.052-0.041,0.104-0.082,0.157-0.121c0.04-0.03,0.081-0.058,0.121-0.086 c0.056-0.038,0.113-0.073,0.171-0.107c0.064-0.035,0.125-0.066,0.185-0.093c0.261-0.116,0.501-0.159,0.72-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.041,0.109,0.07,0.228,0.086,0.356c0.148,0.063,0.262,0.177,0.342,0.342l0.927-0.606 l0.349-4.1L24.7,17.312"/> <polyline fill="%23B6B6B6" points="6.191,18.467 4.943,19.13 12.429,23.921 12.394,22.345 6.191,18.467 "/> <polyline fill="%23676767" points="24.108,13.397 24.093,13.39 13.164,19.643 13.256,25.361 23.388,19.037 23.388,19.044 24.635,18.267 24.7,17.312 24.999,12.884 24.108,13.397 "/> <path fill="%23676767" d="M24.478,20.392c-0.166,0.114-0.34,0.263-0.52,0.449c-0.342,0.352-0.632,0.77-0.87,1.255 c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749c0.048,0.109,0.107,0.197,0.178,0.264 c0.065,0.059,0.139,0.102,0.221,0.128c0.057,0.02,0.119,0.032,0.185,0.036c0.404,0.024,0.846-0.212,1.326-0.706 c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476c0.019-0.299-0.019-0.551-0.114-0.756 c-0.005-0.01-0.009-0.022-0.014-0.036c-0.08-0.165-0.194-0.279-0.342-0.342c-0.002-0.001-0.007-0.003-0.014-0.007 c-0.065-0.024-0.139-0.039-0.221-0.043c-0.194-0.012-0.398,0.036-0.613,0.143C24.605,20.312,24.544,20.35,24.478,20.392"/> <path fill="%23676767" d="M15.966,25.974c-0.034,0.033-0.07,0.067-0.107,0.1c-0.346,0.36-0.641,0.78-0.884,1.262 c-0.07,0.139-0.132,0.277-0.185,0.414c-0.17,0.43-0.253,0.839-0.25,1.226c0.005,0.333,0.078,0.601,0.221,0.806 c0.019,0.027,0.038,0.053,0.057,0.078c0.165,0.189,0.39,0.276,0.677,0.264c0.456-0.019,0.946-0.278,1.469-0.777 c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64c0-0.325-0.071-0.589-0.214-0.791 c-0.001-0.005-0.004-0.009-0.007-0.014c-0.057-0.084-0.124-0.153-0.2-0.207c-0.145-0.1-0.323-0.145-0.535-0.135 C16.978,25.216,16.488,25.475,15.966,25.974"/> <polyline fill="%23676767" points="21.705,12.028 21.627,13.904 23.452,12.877 21.705,12.028 "/> <polyline fill="%23676767" points="5.884,13.904 4.594,14.538 4.943,19.13 6.191,18.467 6.191,18.467 5.884,13.904 "/> <polyline fill="%23999999" points="4.594,14.538 3.881,14.11 4.323,19.565 12.451,24.841 13.256,25.361 13.164,19.643 12.322,19.144 12.394,22.345 12.429,23.921 4.943,19.13 4.594,14.538 "/> <path fill="%23999999" d="M16.008,24.441c-0.03,0.016-0.061,0.032-0.093,0.05c-0.28,0.152-0.554,0.352-0.82,0.599 c-0.48,0.452-0.884,0.998-1.212,1.64c-0.329,0.649-0.505,1.26-0.528,1.832c0,0.052,0,0.102,0,0.15l-0.164,0.107l1.626,1.041 c-0.019-0.025-0.038-0.051-0.057-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.004-0.387,0.08-0.796,0.25-1.226 c0.053-0.136,0.115-0.274,0.185-0.414c0.243-0.481,0.538-0.902,0.884-1.262c0.037-0.033,0.072-0.067,0.107-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.212-0.009,0.39,0.036,0.535,0.135c-0.005-0.038-0.012-0.076-0.021-0.114l-1.618-0.92 C16.228,24.338,16.121,24.385,16.008,24.441"/> <path fill="%23999999" d="M24.022,19.386c-0.06,0.026-0.122,0.057-0.185,0.093c-0.058,0.033-0.115,0.069-0.171,0.107 c-0.041,0.027-0.081,0.056-0.121,0.086c-0.053,0.04-0.105,0.08-0.157,0.121c-0.092,0.078-0.182,0.161-0.271,0.25 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.478,1.226-0.506,1.797c-0.007,0.003-0.017,0.006-0.029,0.007l-0.307,0.207 l1.754,1.02c-0.071-0.067-0.13-0.155-0.178-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.18-0.186,0.354-0.336,0.52-0.449c0.065-0.042,0.127-0.08,0.185-0.114 c0.215-0.107,0.42-0.154,0.613-0.143c0.082,0.004,0.156,0.018,0.221,0.043L24.022,19.386"/> <polyline fill="%23CCCCCC" points="21.741,11.316 21.705,12.028 23.452,12.877 21.627,13.904 20.015,14.809 20.008,14.809 13.627,18.403 12.322,19.144 13.164,19.643 24.093,13.39 24.992,12.877 21.741,11.316 "/> <polyline fill="%23CCCCCC" points="5.007,20.014 5.335,24.263 12.55,29.24 12.451,24.841 5.007,20.014 "/> <polyline fill="%23CCCCCC" points="5.881,14.11 6.594,14.538 7.884,13.904 7.834,13.169 5.881,14.11 "/> <path fill="%23d88500" d="M5.834,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.563,9.02 L5.834,13.169z"/> <path d="M24.742,19.258c-0.219-0.031-0.459,0.012-0.72,0.128l1.476,0.791c0.007,0.004,0.012,0.007,0.014,0.007 c-0.016-0.128-0.044-0.247-0.086-0.356C25.298,19.491,25.07,19.301,24.742,19.258"/> <path d="M17.948,25.219c-0.032-0.2-0.094-0.376-0.185-0.528c-0.19-0.309-0.478-0.471-0.863-0.485c-0.18-0.003-0.37,0.028-0.57,0.093 L17.948,25.219"/> </svg> ');
}
.orange.icon-undeploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- <path fill="%23a56600" d="M24.858,20.367l5.851-4.433l0.842-7.181l-6.693,3.812V20.367z"/> <path fill="%23d88500" d="M19.007,15.934l5.851,4.433v-7.802l-6.693-3.812L19.007,15.934z"/> <path fill="%23ffbc00" d="M24.858,5.827l-6.693,2.926l6.693,3.812l6.693-3.812L24.858,5.827z"/> --> <g transform="translate(3, -1)"> <polyline fill="%23a56600" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%23d88500" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.orange.icon-release{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%23d88500" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%23ffbc00" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%23d88500" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%23ffbc00" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.orange.icon-task{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ffbc00" points="15.717,22.466 13.393,21.817 21.959,6.194 24.304,6.791 "/> <polygon fill="%23ffbc00" points="7.617,22.13 5.308,21.479 7.376,17.705 9.69,18.343 "/> <polygon fill="%23d88500" points="16.672,28.291 14.349,27.625 5.308,21.479 7.617,22.13 "/> <polygon fill="%23a56600" points="24.304,6.791 27.297,8.883 16.672,28.291 7.617,22.13 9.69,18.343 15.717,22.466 "/> <polygon fill="%23CCCCCC" points="11.884,13.727 10.529,13.348 15.525,4.236 16.893,4.585 "/> <polygon fill="%23CCCCCC" points="7.16,13.531 5.814,13.151 7.02,10.95 8.369,11.322 "/> <polygon fill="%23999999" points="12.441,17.124 11.086,16.735 5.814,13.151 7.16,13.531 "/> <polygon fill="%23676767" points="16.893,4.585 18.638,5.805 12.441,17.124 7.16,13.531 8.369,11.322 11.884,13.727 "/> </svg> ');
}
.orange.icon-monitor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23d88500" d="M13.078,19.415c-0.041-0.212-0.091-0.431-0.151-0.656c-0.15-0.561-0.341-1.114-0.573-1.66 c-0.319-0.75-0.716-1.484-1.192-2.203c-0.392-0.589-0.802-1.109-1.23-1.561c-0.095-0.101-0.193-0.199-0.294-0.294 c-0.486-0.469-0.994-0.852-1.524-1.147c-0.44-0.247-0.86-0.405-1.26-0.475c-0.086-0.015-0.172-0.025-0.256-0.03 c-0.185-0.015-0.366-0.01-0.543,0.015c-0.719,0.101-1.25,0.528-1.592,1.282c-0.267,0.578-0.385,1.285-0.355,2.12 c0.025,0.649,0.136,1.345,0.332,2.09c0.357,1.333,0.945,2.618,1.765,3.855c0.92,1.383,1.936,2.384,3.048,3.002 c0.744,0.417,1.428,0.581,2.052,0.49c0.547-0.077,0.985-0.343,1.313-0.8c0.013-0.015,0.026-0.033,0.038-0.053l0.287-0.543 c0.287-0.68,0.383-1.502,0.287-2.467C13.2,20.075,13.15,19.753,13.078,19.415"/> <path fill="%23d88500" d="M5.082,15.5c-0.02-0.644,0.075-1.189,0.287-1.637c0.277-0.573,0.694-0.893,1.252-0.958 c0.488-0.055,1.016,0.08,1.584,0.407c0.363,0.205,0.712,0.461,1.049,0.769c0.16,0.151,0.316,0.312,0.468,0.483 c0.285,0.319,0.559,0.679,0.822,1.079c0.405,0.615,0.734,1.246,0.988,1.893c0.145,0.357,0.265,0.719,0.362,1.086 c0.084,0.316,0.147,0.618,0.189,0.905c0.009,0.058,0.016,0.116,0.023,0.173c0.107,0.86,0.022,1.584-0.256,2.173 c-0.272,0.573-0.686,0.893-1.245,0.958c-0.488,0.055-1.016-0.08-1.584-0.407c-0.855-0.488-1.634-1.265-2.338-2.331 c-0.629-0.955-1.081-1.949-1.358-2.98C5.172,16.541,5.092,16.003,5.082,15.5"/> <polygon fill="%23d88500" points="17.958,23.255 16.404,22.312 16.457,27.193 17.966,28.173 17.958,23.247 "/> <path d="M10.543,15.644c-0.263-0.4-0.537-0.76-0.822-1.079c-0.152-0.171-0.308-0.332-0.468-0.483 c-0.18,0.476-0.185,1.085-0.015,1.826c0.13,0.554,0.346,1.092,0.649,1.614c0.059,0.104,0.122,0.207,0.189,0.309 c0.079,0.121,0.16,0.237,0.241,0.347c0.386,0.507,0.808,0.887,1.267,1.139c0.171,0.096,0.337,0.167,0.498,0.211 c-0.042-0.287-0.105-0.589-0.189-0.905c-0.097-0.367-0.217-0.729-0.362-1.086C11.277,16.89,10.948,16.259,10.543,15.644z"/> <path fill="%23a56600" d="M5.368,13.863c-0.211,0.448-0.307,0.993-0.287,1.637c0.01,0.503,0.091,1.041,0.241,1.614 c0.277,1.031,0.729,2.024,1.358,2.98c0.704,1.066,1.484,1.843,2.338,2.331c0.568,0.327,1.096,0.463,1.584,0.407 c0.558-0.065,0.973-0.385,1.245-0.958c0.278-0.588,0.363-1.313,0.256-2.173c-0.006-0.058-0.014-0.115-0.023-0.173 c-0.161-0.044-0.327-0.115-0.498-0.211c-0.459-0.252-0.882-0.632-1.267-1.139c-0.082-0.11-0.162-0.226-0.241-0.347 c-0.067-0.103-0.13-0.206-0.189-0.309c-0.302-0.523-0.519-1.061-0.649-1.614c-0.17-0.741-0.165-1.349,0.015-1.826 c-0.336-0.308-0.686-0.565-1.049-0.769c-0.568-0.327-1.096-0.463-1.584-0.407C6.062,12.971,5.645,13.29,5.368,13.863"/> <polygon fill="%23a56600" points="19.475,27.193 19.52,22.304 17.966,23.247 17.958,23.247 17.966,28.173 "/> <path fill="%23ffbc00" d="M13.561,12.385c-0.276-0.148-0.54-0.228-0.792-0.241c-0.015-0.002-0.03-0.005-0.045-0.008l-3.161-0.385 l-2.708-0.332c0.4,0.07,0.82,0.229,1.26,0.475c0.53,0.295,1.038,0.677,1.524,1.147c0.101,0.095,0.199,0.193,0.294,0.294 c0.428,0.452,0.838,0.973,1.23,1.561c0.476,0.718,0.873,1.453,1.192,2.203c0.232,0.545,0.424,1.099,0.573,1.66 c0.06,0.225,0.11,0.444,0.151,0.656c0.072,0.338,0.122,0.659,0.151,0.966c0.096,0.964,0.001,1.787-0.287,2.467l1.064-1.991 l1.509-2.844c0.061-0.058,0.117-0.125,0.166-0.204c0.317-0.503,0.382-1.187,0.196-2.052c-0.032-0.151-0.073-0.302-0.121-0.453 c-0.153-0.498-0.384-0.983-0.694-1.456C14.624,13.174,14.124,12.686,13.561,12.385z"/> <path fill="%23CCCCCC" d="M17.958,12.792l0.008-0.008l8.569-4.42l-8.577-3.817L9.382,8.364L17.958,12.792z"/> <path fill="%23999999" d="M12.769,12.143c0.252,0.013,0.516,0.094,0.792,0.241c0.563,0.302,1.064,0.79,1.501,1.463 c0.31,0.473,0.541,0.958,0.694,1.456c0.048,0.15,0.088,0.301,0.121,0.453c0.186,0.865,0.121,1.549-0.196,2.052 c-0.049,0.078-0.105,0.146-0.166,0.204l-1.509,2.844l2.399,1.456l1.554,0.943v-0.008h0.008V12.785l-0.008,0.008L9.382,8.364 l0.181,3.387l3.161,0.385C12.738,12.139,12.753,12.141,12.769,12.143z"/> <path fill="%23676767" d="M25.992,18.382l0.543-10.018l-8.569,4.42v10.463l1.554-0.943L25.992,18.382z"/> </svg>');
}
.orange.icon-timer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104c-0.31-0.036-0.618-0.057-0.925-0.062 c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481c-0.995,0.715-1.766,1.59-2.312,2.626 c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686c0.083-0.855,0.331-1.673,0.743-2.454 c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428c0.566-0.107,1.166-0.157,1.8-0.149 c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62c0.626,0.996,0.98,2.063,1.06,3.201 c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112c0.525-1.106,0.74-2.261,0.644-3.465 C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351c-0.007,0.007-0.017,0.012-0.03,0.013 l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995c0.809,2.219,2.259,4,4.35,5.343 c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492c1.217-0.351,2.339-0.878,3.367-1.58 c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828c0.12-0.334,0.221-0.672,0.302-1.013 c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269c-1.086,0.726-2.276,1.269-3.569,1.629 c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091c-2.203-1.407-3.739-3.269-4.606-5.584 C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path fill="%23a56600" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path fill="%23ffbc00" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg>');
}
.orange.icon-timer-trigger{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23a56600"/> <stop offset="1" style="stop-color:%23ffbc00"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23a56600"/> <stop offset="1" style="stop-color:%23ffbc00"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="4.475343e-07" style="stop-color:%23a56600"/> <stop offset="0.6157" style="stop-color:%23ffbc00"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path opacity="0.3" fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104 c-0.31-0.036-0.618-0.057-0.925-0.062c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481 c-0.995,0.715-1.766,1.59-2.312,2.626c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686 c0.083-0.855,0.331-1.673,0.743-2.454c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428 c0.566-0.107,1.166-0.157,1.8-0.149c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path opacity="0.3" fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62 c0.626,0.996,0.98,2.063,1.06,3.201c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112 c0.525-1.106,0.74-2.261,0.644-3.465C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path opacity="0.3" fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path opacity="0.3" fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351 c-0.007,0.007-0.017,0.012-0.03,0.013l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995 c0.809,2.219,2.259,4,4.35,5.343c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492 c1.217-0.351,2.339-0.878,3.367-1.58c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828 c0.12-0.334,0.221-0.672,0.302-1.013c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269 c-1.086,0.726-2.276,1.269-3.569,1.629c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091 c-2.203-1.407-3.739-3.269-4.606-5.584C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path opacity="0.3" fill="%23676767" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path opacity="0.3" fill="%23CCCCCC" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg> ');
}
.orange.icon-timer-trigger-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a56600" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%23a56600" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%23a56600" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%23a56600" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%23a56600" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%23a56600" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%23ffbc00" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%23ffbc00" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%23ffbc00" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.orange.icon-timer-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1778.1346" cy="-1417.7965" r="6.0466" fx="1781.8185" fy="-1419.4559" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="16.664" cy="9.775" r="4.166"/> <radialGradient id="SVGID_2_" cx="1783.0852" cy="-1424.8751" r="3.5805" fx="1785.2666" fy="-1425.8578" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="8.126" cy="11.095" r="2.467"/> <path fill="%23CCCCCC" d="M22.739,11.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,11.43,22.728,11.435,22.739,11.438"/> <path fill="%23676767" d="M19.326,12.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,11.988,17.803,12.076,19.326,12.388"/> <path fill="%23FFFFFF" d="M20.069,12.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,12.78,20.463,12.663,20.069,12.561"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="23.1481" x2="28.0832" y2="23.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M28.083,16.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,16.994"/> <polygon fill="%23676767" points="13.644,16.022 18.398,18.84 22.778,13.379 "/> <path fill="%23CCCCCC" d="M26.992,13.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,15.582,27.761,14.542,26.992,13.553z M26.7,17.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,14.831,26.876,15.914,26.7,17.054z"/> <polygon fill="%23a56600" points="26.043,9.567 16.664,13.618 19.322,18.28 "/> <polygon fill="%23ffbc00" points="13.504,13.787 16.664,13.618 26.043,9.567 "/> <path fill="%23ffbc00" d="M12.37,14.926c0.001,0.004,0.002,0.008,0.002,0.012c0.009,0.066,0.029,0.133,0.06,0.2 c0.196,0.428,0.761,0.738,1.695,0.929c0.636,0.131,1.322,0.17,2.058,0.116c0.765-0.053,1.433-0.197,2.005-0.431 c0.358-0.144,0.639-0.316,0.842-0.517c0.193-0.184,0.29-0.371,0.291-0.562c0.001-0.003,0.001-0.006,0-0.009c0-0.007,0-0.014,0-0.022 c-0.004-0.079-0.024-0.158-0.06-0.237c-0.193-0.428-0.757-0.74-1.695-0.934c-0.636-0.131-1.322-0.171-2.058-0.118 c-0.765,0.054-1.433,0.198-2.005,0.433c-0.362,0.147-0.644,0.319-0.847,0.515C12.445,14.507,12.349,14.715,12.37,14.926"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="12.3713" y1="17.1042" x2="19.4126" y2="17.1042"> <stop offset="0.2832" style="stop-color:%23d88500"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M12.432,15.139c-0.031-0.067-0.051-0.134-0.06-0.2l0.317,3.136c0,0.007,0,0.014,0,0.02 c0.001,0.068,0.011,0.137,0.032,0.208c0.143,0.49,0.674,0.845,1.592,1.064c0.195,0.047,0.395,0.083,0.599,0.11 c0.454,0.06,0.932,0.072,1.434,0.036c0.37-0.026,0.715-0.075,1.037-0.149c0.338-0.076,0.65-0.178,0.936-0.306 c0.774-0.348,1.137-0.746,1.09-1.192l-0.087-3.192c-0.001,0.191-0.098,0.378-0.291,0.562c-0.203,0.201-0.484,0.373-0.842,0.517 c-0.572,0.235-1.24,0.379-2.005,0.431c-0.736,0.054-1.422,0.015-2.058-0.116C13.193,15.877,12.628,15.567,12.432,15.139"/> </svg> ');
}
.orange.icon-infra-devel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="6.784,9.77 8.837,10.907 11.197,9.77 9.141,8.678 6.784,9.77 "/> <polyline fill="%23ffbc00" points="12.537,17.163 13.699,15.15 11.739,14.027 10.602,15.993 12.537,17.163 "/> <path fill="%23ffbc00" d="M5.477,15.747c-0.385,0.672-0.645,1.447-0.779,2.324c-0.179,1.154-0.122,2.005,0.17,2.553 c0.11,0.207,0.255,0.377,0.436,0.511c0.023,0.017,0.045,0.033,0.067,0.047L7.2,22.467c-0.188-0.14-0.337-0.321-0.447-0.542 c-0.061-0.123-0.11-0.261-0.148-0.413c-0.13-0.517-0.126-1.203,0.011-2.058c0.007-0.043,0.015-0.087,0.022-0.131 c0.153-0.881,0.425-1.662,0.818-2.343c0.385-0.665,0.919-1.3,1.6-1.905l-1.986-1.195C6.381,14.476,5.849,15.099,5.477,15.747z"/> <path fill="%23a56600" d="M12.537,17.163c-0.007,0.583-0.155,1.138-0.444,1.665c-0.197,0.357-0.48,0.729-0.849,1.114 c-0.653,0.685-1.315,1.042-1.986,1.07c-0.67,0.03-1.065-0.128-1.184-0.472c-0.095-0.27-0.134-0.492-0.117-0.665 c-0.011-0.101-0.005-0.26,0.02-0.478c0.035-0.343,0.108-0.651,0.218-0.924c0.264-0.65,0.559-1.169,0.883-1.556 c0.326-0.387,0.726-0.71,1.201-0.969l1.067-1.846L11.197,9.77l-2.36,1.137l0.221,4.167c-0.681,0.605-1.215,1.24-1.6,1.905 c-0.393,0.681-0.666,1.463-0.818,2.343c-0.008,0.045-0.015,0.088-0.022,0.131c-0.137,0.855-0.141,1.541-0.011,2.058 c0.038,0.153,0.087,0.291,0.148,0.413c0.11,0.221,0.259,0.402,0.447,0.542c0.006,0.004,0.012,0.008,0.017,0.011 c0.411,0.296,1.001,0.401,1.771,0.316c0.704-0.076,1.409-0.392,2.114-0.947c0.665-0.516,1.245-1.171,1.74-1.966 c0.499-0.797,0.829-1.604,0.991-2.421c0.177-0.875,0.132-1.645-0.134-2.31L12.537,17.163z"/> <path fill="%23d88500" d="M12.093,18.828c0.289-0.527,0.437-1.082,0.444-1.665l-1.935-1.17c0.02,0.465-0.064,0.964-0.254,1.494 c-0.196,0.536-0.46,1.005-0.793,1.408c-0.507,0.612-1.04,0.939-1.598,0.98C7.94,20.048,7.979,20.27,8.074,20.54 c0.119,0.344,0.514,0.502,1.184,0.472c0.671-0.028,1.333-0.384,1.986-1.07C11.613,19.557,11.896,19.185,12.093,18.828"/> <polygon fill="%23d88500" points="8.837,10.907 6.784,9.77 7.072,13.879 9.058,15.074 "/> <polyline fill="%23676767" points="7.875,9.333 8.023,11.682 15.726,9.347 19.108,8.325 18.815,19.72 21.711,17.885 22.473,2.502 7.875,9.333 "/> <polyline fill="%23999999" points="19.108,8.325 15.726,9.347 15.731,22.153 18.815,23.988 19.108,8.325 "/> <polyline fill="%23999999" points="8.023,11.682 7.875,9.333 4.415,7.423 4.619,9.721 8.023,11.682 "/> <polyline fill="%23CCCCCC" points="22.473,2.502 18.988,1.08 4.415,7.423 7.875,9.333 22.473,2.502 "/> <polyline fill="%23CCCCCC" points="17.319,26.173 20.709,28.606 27.551,24.055 26.801,23.644 24.302,22.161 17.319,26.173 "/> <polygon fill="%23CCCCCC" points="27.794,20.119 24.302,18.436 17.92,21.671 17.917,21.671 17.036,22.135 20.6,24.466 "/> <polyline fill="%23676767" points="20.709,28.606 20.778,30.516 27.399,25.867 27.551,24.055 20.709,28.606 "/> <polyline fill="%23a56600" points="27.879,18.139 28.06,15.943 20.478,20.017 20.561,22.407 27.879,18.139 "/> <polygon fill="%23676767" points="20.6,24.466 20.676,26.596 27.63,22.108 27.794,20.119 "/> <polyline fill="%23999999" points="17.319,26.173 17.49,28.034 20.778,30.516 20.709,28.606 17.319,26.173 "/> <polyline fill="%23d88500" points="16.724,17.824 16.937,20.115 20.561,22.407 20.478,20.017 16.724,17.824 "/> <polygon fill="%23999999" points="20.676,26.596 20.6,24.466 17.036,22.135 17.227,24.196 18.032,24.755 18.032,24.758 "/> <polyline fill="%23ffbc00" points="28.06,15.943 24.302,14.312 16.724,17.824 20.478,20.017 28.06,15.943 "/> </svg> ');
}
.orange.icon-infra-test{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M12.009,12.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C12.372,12.387,12.192,12.424,12.009,12.438z"/> <path fill="%23676767" d="M21.294,20.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C21.265,20.647,21.283,20.435,21.294,20.223z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.657" y1="2.5833" x2="14.657" y2="14.0892"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.898,6.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C18.077,9.837,18.037,8.088,17.898,6.69z"/> <path fill="%23999999" d="M13.059,3.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C10.181,4.075,11.23,2.678,13.059,3.356z"/> <polygon fill="%23ffbc00" points="16.717,23.466 14.393,22.818 22.959,7.194 25.304,7.792 "/> <polygon fill="%23ffbc00" points="8.617,23.131 6.308,22.48 8.376,18.706 10.69,19.344 "/> <polygon fill="%23d88500" points="17.672,29.291 15.349,28.625 6.308,22.48 8.617,23.131 "/> <polygon fill="%23a56600" points="25.304,7.792 28.297,9.884 17.672,29.291 8.617,23.131 10.69,19.344 16.717,23.466 "/> </svg> ');
}
.orange.icon-infra-prod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M28.66,11.089c-0.059-0.058-0.127-0.103-0.202-0.133c-0.292-0.124-0.699-0.031-1.221,0.279l-12.528,7.493 c-0.652,0.388-1.156,0.849-1.512,1.382c-0.334,0.501-0.579,1.137-0.736,1.908c-0.183,0.868-0.046,1.503,0.412,1.908 c0.469,0.415,1.08,0.383,1.835-0.097l12.149-7.768c0.528-0.339,0.989-0.868,1.382-1.584c0.366-0.663,0.593-1.323,0.679-1.98 C29.005,11.817,28.919,11.348,28.66,11.089 M27.116,12.714c0.264-0.162,0.455-0.14,0.574,0.065c0.102,0.183,0.116,0.423,0.04,0.719 c-0.065,0.269-0.151,0.488-0.259,0.655c-0.119,0.194-0.286,0.358-0.501,0.493l-12.262,7.687c-0.296,0.189-0.539,0.199-0.727,0.032 c-0.178-0.162-0.232-0.415-0.162-0.76c0.065-0.302,0.162-0.552,0.291-0.752c0.14-0.216,0.339-0.401,0.598-0.558L27.116,12.714z"/> <path fill="%23d88500" d="M27.69,12.779c-0.119-0.205-0.31-0.226-0.574-0.065l-12.407,7.582c-0.259,0.156-0.458,0.342-0.598,0.558 c-0.129,0.199-0.226,0.45-0.291,0.752c-0.07,0.345-0.016,0.598,0.162,0.76c0.189,0.167,0.431,0.156,0.727-0.032l12.262-7.687 c0.216-0.135,0.383-0.299,0.501-0.493c0.108-0.167,0.194-0.385,0.259-0.655C27.806,13.202,27.792,12.962,27.69,12.779z"/> <path fill="%23ffbc00" d="M19.922,6.85c-0.325-0.159-0.759-0.098-1.301,0.182L6.068,13.555c-0.63,0.329-1.126,0.857-1.487,1.584 c-0.323,0.652-0.474,1.318-0.453,1.996c0.025,0.646,0.202,1.112,0.529,1.398c0.001,0.001,0.003,0.003,0.004,0.004l8.212,5.387 c-0.458-0.404-0.595-1.04-0.412-1.908c0.156-0.771,0.401-1.406,0.736-1.908c0.356-0.533,0.859-0.994,1.512-1.382l12.528-7.493 c0.521-0.31,0.928-0.403,1.221-0.279L19.922,6.85z"/> <polyline fill="%23CCCCCC" points="16.382,5.987 22.145,8.824 24.166,7.701 18.411,4.969 16.382,5.987 "/> <polyline fill="%23CCCCCC" points="15.63,12.437 12.151,10.534 9.867,9.285 7.539,10.457 13.294,13.73 15.63,12.437 "/> <polyline fill="%23CCCCCC" points="16.362,8.101 14.289,7.046 12.114,8.145 17.885,11.184 20.052,9.98 16.362,8.101 "/> <polygon fill="%23CCCCCC" points="5.729,22.228 3.401,23.594 8.784,27.376 11.128,25.881 "/> <polyline fill="%23676767" points="22.145,8.824 21.984,12.437 23.956,11.281 24.166,7.701 22.145,8.824 "/> <polyline fill="%23676767" points="19.93,13.633 20.003,11.407 20.052,9.98 17.885,11.184 17.813,14.878 19.93,13.633 "/> <polyline fill="%23676767" points="15.622,13.658 15.63,12.437 13.294,13.73 13.335,17.497 15.614,16.163 15.622,13.658 "/> <polygon fill="%23676767" points="8.784,27.376 8.922,30.723 11.209,29.195 11.128,25.881 "/> <polyline fill="%23999999" points="13.335,17.497 13.294,13.73 7.539,10.457 7.701,14.127 13.335,17.497 "/> <polyline fill="%23999999" points="15.63,12.437 15.622,13.658 17.813,14.878 17.885,11.184 12.114,8.145 12.151,10.534 15.63,12.437 "/> <polyline fill="%23999999" points="16.382,5.987 16.362,8.101 20.052,9.98 20.003,11.407 21.984,12.437 22.145,8.824 16.382,5.987 "/> <polygon fill="%23999999" points="8.922,30.723 8.784,27.376 3.401,23.594 3.652,26.875 "/> </svg> ');
}
.red.icon-semaphore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="22.973,6.344 16.392,9.741 16.397,21.829 16.392,21.829 16.392,28.888 21.941,25.124 "/> <path fill="%23999999" d="M10.743,15.645c0.01-0.002,0.019-0.005,0.028-0.011l1.152-0.557c0.016-0.01,0.031-0.019,0.044-0.028 c0.066-0.039,0.138-0.07,0.215-0.094c0.467-0.143,0.979,0.037,1.538,0.54c0.393,0.353,0.718,0.799,0.975,1.339 c0.268,0.555,0.406,1.091,0.413,1.609c0.006,0.661-0.177,1.087-0.551,1.279c-0.017,0.012-0.036,0.021-0.055,0.028l-1.113,0.623 c-0.084,0.068-0.183,0.117-0.298,0.149c0.249,0.107,0.508,0.289,0.777,0.546c0.36,0.345,0.661,0.766,0.904,1.262 c0.061,0.124,0.114,0.245,0.16,0.364c0.156,0.398,0.237,0.78,0.242,1.146c0.004,0.301-0.05,0.553-0.16,0.755 c-0.082,0.153-0.192,0.263-0.331,0.331l-1.174,0.733c-0.009,0.007-0.018,0.013-0.028,0.017c-0.101,0.061-0.219,0.094-0.353,0.099 c-0.419,0.022-0.874-0.209-1.367-0.694c-0.103-0.102-0.202-0.21-0.298-0.325c-0.228-0.279-0.428-0.595-0.601-0.948 c-0.036-0.073-0.071-0.147-0.105-0.22l0.088,1.538l5.544,3.764v-7.06V9.741L9.847,6.363l0.499,9.624 C10.442,15.83,10.575,15.716,10.743,15.645z"/> <path fill="%23999999" d="M10.572,18.588c-0.034-0.07-0.065-0.14-0.094-0.209l0.165,3.075c0.074-0.111,0.162-0.196,0.265-0.254 c0.023-0.01,0.045-0.019,0.066-0.028l1.069-0.579c0.073-0.06,0.154-0.106,0.242-0.138c-0.237-0.1-0.485-0.271-0.744-0.513 C11.152,19.58,10.829,19.128,10.572,18.588"/> <polygon fill="%23CCCCCC" points="16.392,9.741 16.392,9.741 22.973,6.344 16.392,3.569 9.847,6.363 "/> <path fill="%23CC0000" d="M13.09,20.522c-0.003,0.002-0.007,0.004-0.011,0.006c-0.25,0.071-0.515,0.047-0.794-0.072 c-0.089,0.032-0.17,0.078-0.242,0.138l-1.069,0.579c0.078-0.032,0.165-0.05,0.259-0.055c0.164-0.007,0.331,0.022,0.502,0.088 c0.278,0.109,0.567,0.313,0.865,0.612c0.36,0.353,0.661,0.777,0.904,1.273c0.06,0.122,0.113,0.241,0.16,0.358 c0.157,0.403,0.239,0.789,0.248,1.157c0.003,0.12-0.003,0.232-0.017,0.336c-0.023,0.162-0.068,0.305-0.132,0.43 c-0.067,0.126-0.151,0.221-0.254,0.287l1.174-0.733c0.138-0.067,0.249-0.177,0.331-0.331c0.11-0.202,0.163-0.454,0.16-0.755 c-0.006-0.366-0.086-0.748-0.242-1.146c-0.046-0.119-0.099-0.24-0.16-0.364c-0.242-0.496-0.544-0.917-0.904-1.262 C13.599,20.811,13.34,20.629,13.09,20.522z"/> <path fill="%23FF0000" d="M10.605,21.525c-0.11,0.206-0.16,0.461-0.149,0.766c0.009,0.412,0.111,0.844,0.303,1.295 c0.034,0.074,0.069,0.147,0.105,0.22c0.172,0.352,0.373,0.668,0.601,0.948c0.095,0.115,0.194,0.223,0.298,0.325 c0.492,0.485,0.948,0.716,1.367,0.694c0.134-0.005,0.251-0.038,0.353-0.099c0.009-0.004,0.019-0.009,0.028-0.017 c0.102-0.065,0.187-0.161,0.254-0.287c0.065-0.125,0.109-0.268,0.132-0.43c0.014-0.104,0.019-0.216,0.017-0.336 c-0.009-0.369-0.091-0.754-0.248-1.157c-0.047-0.117-0.1-0.237-0.16-0.358c-0.242-0.496-0.544-0.92-0.904-1.273 c-0.299-0.299-0.587-0.503-0.865-0.612c-0.171-0.066-0.338-0.095-0.502-0.088c-0.094,0.005-0.181,0.023-0.259,0.055 c-0.021,0.009-0.044,0.018-0.066,0.028c-0.103,0.058-0.191,0.142-0.265,0.254C10.631,21.477,10.618,21.501,10.605,21.525z"/> <path fill="%23CC6600" d="M10.847,15.612c0.222-0.061,0.454-0.05,0.694,0.033c0.27,0.096,0.551,0.28,0.843,0.551 c0.389,0.364,0.713,0.816,0.97,1.356c0.268,0.562,0.41,1.102,0.424,1.62c0.006,0.236-0.013,0.441-0.055,0.617 c-0.061,0.259-0.173,0.453-0.336,0.584l1.113-0.623c0.019-0.007,0.038-0.016,0.055-0.028c0.374-0.191,0.558-0.617,0.551-1.279 c-0.007-0.518-0.145-1.054-0.413-1.609c-0.257-0.54-0.582-0.987-0.975-1.339c-0.558-0.503-1.071-0.683-1.538-0.54 c-0.077,0.023-0.149,0.055-0.215,0.094c-0.013,0.009-0.028,0.018-0.044,0.028l-1.152,0.557 C10.796,15.627,10.821,15.619,10.847,15.612z"/> <path fill="%23FFCC00" d="M10.77,15.634c-0.009,0.006-0.018,0.009-0.028,0.011c-0.168,0.071-0.3,0.185-0.397,0.342 c-0.142,0.232-0.209,0.559-0.198,0.981c0.013,0.453,0.123,0.924,0.331,1.411c0.029,0.069,0.06,0.139,0.094,0.209 c0.257,0.54,0.581,0.992,0.97,1.356c0.259,0.242,0.507,0.413,0.744,0.513c0.279,0.119,0.543,0.143,0.794,0.072 c0.004-0.001,0.008-0.003,0.011-0.006c0.114-0.032,0.213-0.081,0.298-0.149c0.163-0.131,0.275-0.326,0.336-0.584 c0.042-0.176,0.061-0.382,0.055-0.617c-0.015-0.518-0.156-1.058-0.424-1.62c-0.257-0.54-0.581-0.992-0.97-1.356 c-0.292-0.271-0.573-0.455-0.843-0.551c-0.241-0.083-0.472-0.094-0.694-0.033C10.821,15.619,10.796,15.627,10.77,15.634z"/> <path fill="%23339900" d="M10.888,9.437c0.25-0.046,0.503-0.011,0.758,0.103c0.287,0.132,0.577,0.36,0.872,0.686 c0.392,0.437,0.703,0.963,0.933,1.581c0.24,0.642,0.343,1.248,0.309,1.818c-0.017,0.259-0.057,0.483-0.12,0.672 c-0.092,0.278-0.233,0.48-0.425,0.608l1.281-0.576c0.022-0.005,0.043-0.014,0.063-0.025c0.428-0.174,0.671-0.623,0.728-1.349 c0.042-0.569-0.057-1.17-0.298-1.805c-0.23-0.617-0.543-1.138-0.941-1.563c-0.564-0.606-1.109-0.853-1.634-0.741 c-0.087,0.018-0.168,0.046-0.245,0.082c-0.016,0.008-0.033,0.017-0.051,0.026l-1.317,0.499C10.83,9.448,10.859,9.442,10.888,9.437z" /> <path fill="%2300FF00" d="M10.801,9.454c-0.01,0.005-0.02,0.009-0.031,0.009c-0.191,0.062-0.347,0.174-0.468,0.336 c-0.179,0.24-0.283,0.593-0.312,1.057c-0.03,0.498,0.046,1.025,0.226,1.579c0.025,0.079,0.053,0.158,0.083,0.239 c0.23,0.617,0.541,1.144,0.933,1.581c0.261,0.29,0.516,0.502,0.767,0.634c0.294,0.157,0.582,0.209,0.863,0.155 c0.005-0.001,0.009-0.003,0.013-0.005c0.128-0.024,0.242-0.068,0.341-0.134c0.192-0.128,0.333-0.331,0.425-0.608 c0.063-0.189,0.103-0.413,0.12-0.672c0.034-0.57-0.069-1.176-0.309-1.818c-0.23-0.617-0.541-1.144-0.933-1.581 C12.224,9.9,11.933,9.672,11.646,9.54c-0.256-0.115-0.509-0.149-0.758-0.103C10.859,9.442,10.83,9.448,10.801,9.454z"/> </svg> ');
}
.red.icon-incident{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.0373" y1="27.5447" x2="15.3279" y2="22.2471"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.01,25.657c-0.085-1.252-1.005-3.819-2.585-3.824c-0.992-0.004-2.216,0.79-3.131,1.138 c1.984-0.753,4.091,4.823,2.167,5.558C17.998,27.941,20.149,27.705,20.01,25.657z"/> <path fill="%23FF0000" d="M15.329,23.192c1,0.679,1.611,2.037,1.777,3.204c0.155,1.086-0.251,2.807-1.662,1.92 c-0.963-0.605-1.55-1.993-1.746-3.067C13.507,24.198,13.838,22.179,15.329,23.192z"/> <polygon fill="%23FF0000" points="11.975,4.91 15.285,3.785 21.381,7.478 18.064,8.612 "/> <polygon fill="%23990000" points="18.064,8.612 21.381,7.478 20.336,20.482 17.037,21.624 "/> <polygon fill="%23CC0000" points="17.037,21.624 13.788,19.62 11.975,4.91 18.064,8.612 "/> </svg>');
}
.red.icon-log{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.584,8.197 11.348,4.792 12.256,20.213 22.558,27.108 23.189,16.159 18.584,8.197 "/> <polygon fill="%23999999" points="19.775,7.583 18.584,8.197 23.189,16.159 24.353,15.467 "/> <polygon fill="%23676767" points="24.353,15.467 23.189,16.159 22.558,27.108 23.584,26.334 "/> <polygon fill="%23CCCCCC" points="12.554,4.31 11.348,4.792 18.584,8.197 19.775,7.583 "/> <polyline fill="%23CCCCCC" points="23.189,16.159 18.584,8.197 14.907,15.654 23.189,16.159 "/> <polyline fill="%23CC0000" points="4.673,22.687 4.868,25.067 7.787,27.047 7.638,24.639 4.673,22.687 "/> <polyline fill="%23CC0000" points="6.727,21.562 8.642,20.511 5.797,18.736 5.956,21.069 6.727,21.562 "/> <polyline fill="%23CC0000" points="14.778,26.712 14.731,24.304 11.617,22.371 11.71,24.751 14.778,26.712 "/> <polyline fill="%23990000" points="7.638,24.639 7.787,27.047 11.71,24.751 11.617,22.371 7.638,24.639 "/> <polyline fill="%23990000" points="14.731,24.304 14.778,26.712 15.996,20.484 15.968,18.159 14.731,24.304 "/> <polyline fill="%23FF0000" points="8.642,20.511 6.727,21.562 4.673,22.687 7.638,24.639 11.617,22.371 14.731,24.304 15.968,18.159 5.797,18.736 8.642,20.511 "/> </svg> ');
}
.red.icon-initialization{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-88.5832" y1="168.7441" x2="-76.1176" y2="168.7441" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.696,6.014c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.24,6.38,25.023,5.133,21.696,6.014z M23.597,13.201c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C28.073,10.067,26.578,12.413,23.597,13.201z"/> <path fill="%23CCCCCC" d="M21.478,5.19c-3.328,0.88-5.507,3.554-4.867,5.972c0.64,2.418,3.856,3.665,7.184,2.785 c3.328-0.88,5.507-3.554,4.867-5.972C28.022,5.557,24.806,4.31,21.478,5.19z M23.379,12.378c-2.981,0.788-5.44-0.511-5.759-1.716 c-0.319-1.205,1.177-3.55,4.158-4.339s5.44,0.511,5.759,1.716C27.855,9.244,26.36,11.589,23.379,12.378z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-95.2165" y1="163.2574" x2="-80.6843" y2="177.7896" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.508,7.026C10.072,7.43,9.591,7.792,9.133,8.171c3.76-2.305,8.885,1.15,11.396,3.761 c2.424,2.52,5.683,7.858,3.145,11.347c1.021-1.187,2.091-2.243,2.309-3.877c0.35-2.62-0.985-5.328-2.5-7.376 c-1.53-2.068-3.595-3.891-5.929-4.996C15.453,6.034,12.465,5.358,10.508,7.026"/> <path fill="%23676767" d="M9.018,8.252c-2.622,2.587-0.475,7.191,1.251,9.62c1.998,2.813,4.996,5.366,8.393,6.238 c1.597,0.41,3.511,0.463,4.862-0.639c1.187-0.969,1.514-2.621,1.378-4.077c-0.332-3.563-2.837-6.86-5.483-9.097 C16.96,8.219,11.924,5.399,9.018,8.252z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-97.3985" y1="173.8823" x2="-88.2081" y2="173.8823" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3987" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.943,16.647c0.141-0.124,0.311-0.221,0.51-0.293c0.72-0.256,1.607-0.104,2.658,0.456 c0.05,0.027,0.1,0.054,0.149,0.081c0.722,0.419,1.382,0.972,1.983,1.659c0.3,0.348,0.553,0.698,0.759,1.049 c0.267,0.45,0.46,0.904,0.578,1.361c0.131,0.513,0.141,0.969,0.031,1.37c-0.056,0.202-0.143,0.375-0.261,0.521l2.965-3.194 c0.176-0.18,0.302-0.405,0.379-0.673c0.121-0.398,0.124-0.849,0.012-1.351c-0.182-0.82-0.611-1.618-1.288-2.393 c-0.635-0.731-1.345-1.288-2.129-1.673c-0.438-0.215-0.865-0.358-1.281-0.429c-0.519-0.084-0.972-0.039-1.358,0.133 c-0.131,0.058-0.248,0.127-0.352,0.206c-0.078,0.065-0.15,0.134-0.216,0.208L8.943,16.647z"/> <radialGradient id="SVGID_4_" cx="-207.8584" cy="119.4008" r="9.5408" gradientTransform="matrix(0.9668 -0.2557 -0.2557 -0.9668 238.411 82.5039)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_4_)" d="M4.393,19.034c-0.881,1.515-1.099,3.115-0.653,4.799c0.456,1.722,1.441,3.024,2.956,3.905 s3.133,1.094,4.855,0.638c1.685-0.446,2.968-1.426,3.849-2.941s1.094-3.133,0.638-4.855c-0.446-1.685-1.426-2.968-2.941-3.849 c-1.515-0.881-3.115-1.099-4.799-0.653C6.575,16.534,5.274,17.519,4.393,19.034z"/> </svg>');
}
.red.icon-deploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990000" points="21.705,12.028 21.741,11.316 21.84,9.02 13.57,13.298 13.627,18.403 20.008,14.809 20.015,14.809 21.627,13.904 21.705,12.028 "/> <polyline fill="%23990000" points="27.494,11.465 24.999,12.884 24.7,17.312 27.131,15.822 27.494,11.465 "/> <polyline fill="%23FF0000" points="19.823,7.957 19.68,8.029 13.819,5.341 5.563,9.02 13.57,13.298 21.84,9.02 21.741,11.316 24.992,12.877 24.999,12.884 27.494,11.465 19.823,7.957 "/> <path fill="%23B6B6B6" d="M24.7,17.312l-0.064,0.955l-1.248,0.777v-0.007l-10.131,6.324l-0.806-0.52l0,0l0.1,4.399l0.642-0.421 l0.164-0.107c0-0.048,0-0.098,0-0.15c0.023-0.573,0.199-1.184,0.528-1.832c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.032-0.018,0.063-0.034,0.093-0.05c0.112-0.056,0.219-0.104,0.321-0.143 c0.2-0.065,0.39-0.096,0.57-0.093c0.385,0.014,0.673,0.176,0.863,0.485c0.091,0.152,0.153,0.328,0.185,0.528 c0.01,0.038,0.017,0.076,0.021,0.114c0.076,0.054,0.142,0.123,0.2,0.207c0.003,0.005,0.006,0.01,0.007,0.014l3.037-1.982 l0.307-0.207c0.012-0.002,0.021-0.004,0.029-0.007c0.029-0.57,0.197-1.169,0.506-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.089-0.089,0.179-0.172,0.271-0.25c0.052-0.041,0.104-0.082,0.157-0.121c0.04-0.03,0.081-0.058,0.121-0.086 c0.056-0.038,0.113-0.073,0.171-0.107c0.064-0.035,0.125-0.066,0.185-0.093c0.261-0.116,0.501-0.159,0.72-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.041,0.109,0.07,0.228,0.086,0.356c0.148,0.063,0.262,0.177,0.342,0.342l0.927-0.606 l0.349-4.1L24.7,17.312"/> <polyline fill="%23B6B6B6" points="6.191,18.467 4.943,19.13 12.429,23.921 12.394,22.345 6.191,18.467 "/> <polyline fill="%23676767" points="24.108,13.397 24.093,13.39 13.164,19.643 13.256,25.361 23.388,19.037 23.388,19.044 24.635,18.267 24.7,17.312 24.999,12.884 24.108,13.397 "/> <path fill="%23676767" d="M24.478,20.392c-0.166,0.114-0.34,0.263-0.52,0.449c-0.342,0.352-0.632,0.77-0.87,1.255 c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749c0.048,0.109,0.107,0.197,0.178,0.264 c0.065,0.059,0.139,0.102,0.221,0.128c0.057,0.02,0.119,0.032,0.185,0.036c0.404,0.024,0.846-0.212,1.326-0.706 c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476c0.019-0.299-0.019-0.551-0.114-0.756 c-0.005-0.01-0.009-0.022-0.014-0.036c-0.08-0.165-0.194-0.279-0.342-0.342c-0.002-0.001-0.007-0.003-0.014-0.007 c-0.065-0.024-0.139-0.039-0.221-0.043c-0.194-0.012-0.398,0.036-0.613,0.143C24.605,20.312,24.544,20.35,24.478,20.392"/> <path fill="%23676767" d="M15.966,25.974c-0.034,0.033-0.07,0.067-0.107,0.1c-0.346,0.36-0.641,0.78-0.884,1.262 c-0.07,0.139-0.132,0.277-0.185,0.414c-0.17,0.43-0.253,0.839-0.25,1.226c0.005,0.333,0.078,0.601,0.221,0.806 c0.019,0.027,0.038,0.053,0.057,0.078c0.165,0.189,0.39,0.276,0.677,0.264c0.456-0.019,0.946-0.278,1.469-0.777 c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64c0-0.325-0.071-0.589-0.214-0.791 c-0.001-0.005-0.004-0.009-0.007-0.014c-0.057-0.084-0.124-0.153-0.2-0.207c-0.145-0.1-0.323-0.145-0.535-0.135 C16.978,25.216,16.488,25.475,15.966,25.974"/> <polyline fill="%23676767" points="21.705,12.028 21.627,13.904 23.452,12.877 21.705,12.028 "/> <polyline fill="%23676767" points="5.884,13.904 4.594,14.538 4.943,19.13 6.191,18.467 6.191,18.467 5.884,13.904 "/> <polyline fill="%23999999" points="4.594,14.538 3.881,14.11 4.323,19.565 12.451,24.841 13.256,25.361 13.164,19.643 12.322,19.144 12.394,22.345 12.429,23.921 4.943,19.13 4.594,14.538 "/> <path fill="%23999999" d="M16.008,24.441c-0.03,0.016-0.061,0.032-0.093,0.05c-0.28,0.152-0.554,0.352-0.82,0.599 c-0.48,0.452-0.884,0.998-1.212,1.64c-0.329,0.649-0.505,1.26-0.528,1.832c0,0.052,0,0.102,0,0.15l-0.164,0.107l1.626,1.041 c-0.019-0.025-0.038-0.051-0.057-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.004-0.387,0.08-0.796,0.25-1.226 c0.053-0.136,0.115-0.274,0.185-0.414c0.243-0.481,0.538-0.902,0.884-1.262c0.037-0.033,0.072-0.067,0.107-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.212-0.009,0.39,0.036,0.535,0.135c-0.005-0.038-0.012-0.076-0.021-0.114l-1.618-0.92 C16.228,24.338,16.121,24.385,16.008,24.441"/> <path fill="%23999999" d="M24.022,19.386c-0.06,0.026-0.122,0.057-0.185,0.093c-0.058,0.033-0.115,0.069-0.171,0.107 c-0.041,0.027-0.081,0.056-0.121,0.086c-0.053,0.04-0.105,0.08-0.157,0.121c-0.092,0.078-0.182,0.161-0.271,0.25 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.478,1.226-0.506,1.797c-0.007,0.003-0.017,0.006-0.029,0.007l-0.307,0.207 l1.754,1.02c-0.071-0.067-0.13-0.155-0.178-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.18-0.186,0.354-0.336,0.52-0.449c0.065-0.042,0.127-0.08,0.185-0.114 c0.215-0.107,0.42-0.154,0.613-0.143c0.082,0.004,0.156,0.018,0.221,0.043L24.022,19.386"/> <polyline fill="%23CCCCCC" points="21.741,11.316 21.705,12.028 23.452,12.877 21.627,13.904 20.015,14.809 20.008,14.809 13.627,18.403 12.322,19.144 13.164,19.643 24.093,13.39 24.992,12.877 21.741,11.316 "/> <polyline fill="%23CCCCCC" points="5.007,20.014 5.335,24.263 12.55,29.24 12.451,24.841 5.007,20.014 "/> <polyline fill="%23CCCCCC" points="5.881,14.11 6.594,14.538 7.884,13.904 7.834,13.169 5.881,14.11 "/> <path fill="%23CC0000" d="M5.834,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.563,9.02 L5.834,13.169z"/> <path d="M24.742,19.258c-0.219-0.031-0.459,0.012-0.72,0.128l1.476,0.791c0.007,0.004,0.012,0.007,0.014,0.007 c-0.016-0.128-0.044-0.247-0.086-0.356C25.298,19.491,25.07,19.301,24.742,19.258"/> <path d="M17.948,25.219c-0.032-0.2-0.094-0.376-0.185-0.528c-0.19-0.309-0.478-0.471-0.863-0.485c-0.18-0.003-0.37,0.028-0.57,0.093 L17.948,25.219"/> </svg> ');
}
.red.icon-undeploy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- <path fill="%23990000" d="M24.858,20.367l5.851-4.433l0.842-7.181l-6.693,3.812V20.367z"/> <path fill="%23CC0000" d="M19.007,15.934l5.851,4.433v-7.802l-6.693-3.812L19.007,15.934z"/> <path fill="%23FF0000" d="M24.858,5.827l-6.693,2.926l6.693,3.812l6.693-3.812L24.858,5.827z"/> --> <g transform="translate(3, -1)"> <polyline fill="%23990000" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%23CC0000" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.red.icon-release{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%23CC0000" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%23FF0000" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%23CC0000" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%23FF0000" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.red.icon-task{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF0000" points="15.717,22.466 13.393,21.817 21.959,6.194 24.304,6.791 "/> <polygon fill="%23FF0000" points="7.617,22.13 5.308,21.479 7.376,17.705 9.69,18.343 "/> <polygon fill="%23CC0000" points="16.672,28.291 14.349,27.625 5.308,21.479 7.617,22.13 "/> <polygon fill="%23990000" points="24.304,6.791 27.297,8.883 16.672,28.291 7.617,22.13 9.69,18.343 15.717,22.466 "/> <polygon fill="%23CCCCCC" points="11.884,13.727 10.529,13.348 15.525,4.236 16.893,4.585 "/> <polygon fill="%23CCCCCC" points="7.16,13.531 5.814,13.151 7.02,10.95 8.369,11.322 "/> <polygon fill="%23999999" points="12.441,17.124 11.086,16.735 5.814,13.151 7.16,13.531 "/> <polygon fill="%23676767" points="16.893,4.585 18.638,5.805 12.441,17.124 7.16,13.531 8.369,11.322 11.884,13.727 "/> </svg> ');
}
.red.icon-monitor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M13.078,19.415c-0.041-0.212-0.091-0.431-0.151-0.656c-0.15-0.561-0.341-1.114-0.573-1.66 c-0.319-0.75-0.716-1.484-1.192-2.203c-0.392-0.589-0.802-1.109-1.23-1.561c-0.095-0.101-0.193-0.199-0.294-0.294 c-0.486-0.469-0.994-0.852-1.524-1.147c-0.44-0.247-0.86-0.405-1.26-0.475c-0.086-0.015-0.172-0.025-0.256-0.03 c-0.185-0.015-0.366-0.01-0.543,0.015c-0.719,0.101-1.25,0.528-1.592,1.282c-0.267,0.578-0.385,1.285-0.355,2.12 c0.025,0.649,0.136,1.345,0.332,2.09c0.357,1.333,0.945,2.618,1.765,3.855c0.92,1.383,1.936,2.384,3.048,3.002 c0.744,0.417,1.428,0.581,2.052,0.49c0.547-0.077,0.985-0.343,1.313-0.8c0.013-0.015,0.026-0.033,0.038-0.053l0.287-0.543 c0.287-0.68,0.383-1.502,0.287-2.467C13.2,20.075,13.15,19.753,13.078,19.415"/> <path fill="%23CC0000" d="M5.082,15.5c-0.02-0.644,0.075-1.189,0.287-1.637c0.277-0.573,0.694-0.893,1.252-0.958 c0.488-0.055,1.016,0.08,1.584,0.407c0.363,0.205,0.712,0.461,1.049,0.769c0.16,0.151,0.316,0.312,0.468,0.483 c0.285,0.319,0.559,0.679,0.822,1.079c0.405,0.615,0.734,1.246,0.988,1.893c0.145,0.357,0.265,0.719,0.362,1.086 c0.084,0.316,0.147,0.618,0.189,0.905c0.009,0.058,0.016,0.116,0.023,0.173c0.107,0.86,0.022,1.584-0.256,2.173 c-0.272,0.573-0.686,0.893-1.245,0.958c-0.488,0.055-1.016-0.08-1.584-0.407c-0.855-0.488-1.634-1.265-2.338-2.331 c-0.629-0.955-1.081-1.949-1.358-2.98C5.172,16.541,5.092,16.003,5.082,15.5"/> <polygon fill="%23CC0000" points="17.958,23.255 16.404,22.312 16.457,27.193 17.966,28.173 17.958,23.247 "/> <path d="M10.543,15.644c-0.263-0.4-0.537-0.76-0.822-1.079c-0.152-0.171-0.308-0.332-0.468-0.483 c-0.18,0.476-0.185,1.085-0.015,1.826c0.13,0.554,0.346,1.092,0.649,1.614c0.059,0.104,0.122,0.207,0.189,0.309 c0.079,0.121,0.16,0.237,0.241,0.347c0.386,0.507,0.808,0.887,1.267,1.139c0.171,0.096,0.337,0.167,0.498,0.211 c-0.042-0.287-0.105-0.589-0.189-0.905c-0.097-0.367-0.217-0.729-0.362-1.086C11.277,16.89,10.948,16.259,10.543,15.644z"/> <path fill="%23990000" d="M5.368,13.863c-0.211,0.448-0.307,0.993-0.287,1.637c0.01,0.503,0.091,1.041,0.241,1.614 c0.277,1.031,0.729,2.024,1.358,2.98c0.704,1.066,1.484,1.843,2.338,2.331c0.568,0.327,1.096,0.463,1.584,0.407 c0.558-0.065,0.973-0.385,1.245-0.958c0.278-0.588,0.363-1.313,0.256-2.173c-0.006-0.058-0.014-0.115-0.023-0.173 c-0.161-0.044-0.327-0.115-0.498-0.211c-0.459-0.252-0.882-0.632-1.267-1.139c-0.082-0.11-0.162-0.226-0.241-0.347 c-0.067-0.103-0.13-0.206-0.189-0.309c-0.302-0.523-0.519-1.061-0.649-1.614c-0.17-0.741-0.165-1.349,0.015-1.826 c-0.336-0.308-0.686-0.565-1.049-0.769c-0.568-0.327-1.096-0.463-1.584-0.407C6.062,12.971,5.645,13.29,5.368,13.863"/> <polygon fill="%23990000" points="19.475,27.193 19.52,22.304 17.966,23.247 17.958,23.247 17.966,28.173 "/> <path fill="%23FF0000" d="M13.561,12.385c-0.276-0.148-0.54-0.228-0.792-0.241c-0.015-0.002-0.03-0.005-0.045-0.008l-3.161-0.385 l-2.708-0.332c0.4,0.07,0.82,0.229,1.26,0.475c0.53,0.295,1.038,0.677,1.524,1.147c0.101,0.095,0.199,0.193,0.294,0.294 c0.428,0.452,0.838,0.973,1.23,1.561c0.476,0.718,0.873,1.453,1.192,2.203c0.232,0.545,0.424,1.099,0.573,1.66 c0.06,0.225,0.11,0.444,0.151,0.656c0.072,0.338,0.122,0.659,0.151,0.966c0.096,0.964,0.001,1.787-0.287,2.467l1.064-1.991 l1.509-2.844c0.061-0.058,0.117-0.125,0.166-0.204c0.317-0.503,0.382-1.187,0.196-2.052c-0.032-0.151-0.073-0.302-0.121-0.453 c-0.153-0.498-0.384-0.983-0.694-1.456C14.624,13.174,14.124,12.686,13.561,12.385z"/> <path fill="%23CCCCCC" d="M17.958,12.792l0.008-0.008l8.569-4.42l-8.577-3.817L9.382,8.364L17.958,12.792z"/> <path fill="%23999999" d="M12.769,12.143c0.252,0.013,0.516,0.094,0.792,0.241c0.563,0.302,1.064,0.79,1.501,1.463 c0.31,0.473,0.541,0.958,0.694,1.456c0.048,0.15,0.088,0.301,0.121,0.453c0.186,0.865,0.121,1.549-0.196,2.052 c-0.049,0.078-0.105,0.146-0.166,0.204l-1.509,2.844l2.399,1.456l1.554,0.943v-0.008h0.008V12.785l-0.008,0.008L9.382,8.364 l0.181,3.387l3.161,0.385C12.738,12.139,12.753,12.141,12.769,12.143z"/> <path fill="%23676767" d="M25.992,18.382l0.543-10.018l-8.569,4.42v10.463l1.554-0.943L25.992,18.382z"/> </svg>');
}
.red.icon-timer{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104c-0.31-0.036-0.618-0.057-0.925-0.062 c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481c-0.995,0.715-1.766,1.59-2.312,2.626 c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686c0.083-0.855,0.331-1.673,0.743-2.454 c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428c0.566-0.107,1.166-0.157,1.8-0.149 c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62c0.626,0.996,0.98,2.063,1.06,3.201 c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112c0.525-1.106,0.74-2.261,0.644-3.465 C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351c-0.007,0.007-0.017,0.012-0.03,0.013 l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995c0.809,2.219,2.259,4,4.35,5.343 c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492c1.217-0.351,2.339-0.878,3.367-1.58 c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828c0.12-0.334,0.221-0.672,0.302-1.013 c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269c-1.086,0.726-2.276,1.269-3.569,1.629 c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091c-2.203-1.407-3.739-3.269-4.606-5.584 C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path fill="%23990000" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path fill="%23FF0000" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg>');
}
.red.icon-timer-trigger{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23990000"/> <stop offset="1" style="stop-color:%23FF0000"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23990000"/> <stop offset="1" style="stop-color:%23FF0000"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="4.475343e-07" style="stop-color:%23990000"/> <stop offset="0.6157" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path opacity="0.3" fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104 c-0.31-0.036-0.618-0.057-0.925-0.062c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481 c-0.995,0.715-1.766,1.59-2.312,2.626c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686 c0.083-0.855,0.331-1.673,0.743-2.454c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428 c0.566-0.107,1.166-0.157,1.8-0.149c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path opacity="0.3" fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62 c0.626,0.996,0.98,2.063,1.06,3.201c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112 c0.525-1.106,0.74-2.261,0.644-3.465C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path opacity="0.3" fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path opacity="0.3" fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351 c-0.007,0.007-0.017,0.012-0.03,0.013l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995 c0.809,2.219,2.259,4,4.35,5.343c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492 c1.217-0.351,2.339-0.878,3.367-1.58c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828 c0.12-0.334,0.221-0.672,0.302-1.013c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269 c-1.086,0.726-2.276,1.269-3.569,1.629c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091 c-2.203-1.407-3.739-3.269-4.606-5.584C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path opacity="0.3" fill="%23676767" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path opacity="0.3" fill="%23CCCCCC" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg> ');
}
.red.icon-timer-trigger-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990000" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%23990000" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%23990000" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%23990000" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%23990000" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%23990000" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%23FF0000" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%23FF0000" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%23FF0000" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.red.icon-timer-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1778.1346" cy="-1417.7965" r="6.0466" fx="1781.8185" fy="-1419.4559" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="16.664" cy="9.775" r="4.166"/> <radialGradient id="SVGID_2_" cx="1783.0852" cy="-1424.8751" r="3.5805" fx="1785.2666" fy="-1425.8578" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="8.126" cy="11.095" r="2.467"/> <path fill="%23CCCCCC" d="M22.739,11.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,11.43,22.728,11.435,22.739,11.438"/> <path fill="%23676767" d="M19.326,12.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,11.988,17.803,12.076,19.326,12.388"/> <path fill="%23FFFFFF" d="M20.069,12.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,12.78,20.463,12.663,20.069,12.561"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="23.1481" x2="28.0832" y2="23.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M28.083,16.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,16.994"/> <polygon fill="%23676767" points="13.644,16.022 18.398,18.84 22.778,13.379 "/> <path fill="%23CCCCCC" d="M26.992,13.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,15.582,27.761,14.542,26.992,13.553z M26.7,17.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,14.831,26.876,15.914,26.7,17.054z"/> <polygon fill="%23990000" points="26.043,9.567 16.664,13.618 19.322,18.28 "/> <polygon fill="%23FF0000" points="13.504,13.787 16.664,13.618 26.043,9.567 "/> <path fill="%23FF0000" d="M12.37,14.926c0.001,0.004,0.002,0.008,0.002,0.012c0.009,0.066,0.029,0.133,0.06,0.2 c0.196,0.428,0.761,0.738,1.695,0.929c0.636,0.131,1.322,0.17,2.058,0.116c0.765-0.053,1.433-0.197,2.005-0.431 c0.358-0.144,0.639-0.316,0.842-0.517c0.193-0.184,0.29-0.371,0.291-0.562c0.001-0.003,0.001-0.006,0-0.009c0-0.007,0-0.014,0-0.022 c-0.004-0.079-0.024-0.158-0.06-0.237c-0.193-0.428-0.757-0.74-1.695-0.934c-0.636-0.131-1.322-0.171-2.058-0.118 c-0.765,0.054-1.433,0.198-2.005,0.433c-0.362,0.147-0.644,0.319-0.847,0.515C12.445,14.507,12.349,14.715,12.37,14.926"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="12.3713" y1="17.1042" x2="19.4126" y2="17.1042"> <stop offset="0.2832" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M12.432,15.139c-0.031-0.067-0.051-0.134-0.06-0.2l0.317,3.136c0,0.007,0,0.014,0,0.02 c0.001,0.068,0.011,0.137,0.032,0.208c0.143,0.49,0.674,0.845,1.592,1.064c0.195,0.047,0.395,0.083,0.599,0.11 c0.454,0.06,0.932,0.072,1.434,0.036c0.37-0.026,0.715-0.075,1.037-0.149c0.338-0.076,0.65-0.178,0.936-0.306 c0.774-0.348,1.137-0.746,1.09-1.192l-0.087-3.192c-0.001,0.191-0.098,0.378-0.291,0.562c-0.203,0.201-0.484,0.373-0.842,0.517 c-0.572,0.235-1.24,0.379-2.005,0.431c-0.736,0.054-1.422,0.015-2.058-0.116C13.193,15.877,12.628,15.567,12.432,15.139"/> </svg> ');
}
.red.icon-infra-devel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="6.784,9.77 8.837,10.907 11.197,9.77 9.141,8.678 6.784,9.77 "/> <polyline fill="%23FF0000" points="12.537,17.163 13.699,15.15 11.739,14.027 10.602,15.993 12.537,17.163 "/> <path fill="%23FF0000" d="M5.477,15.747c-0.385,0.672-0.645,1.447-0.779,2.324c-0.179,1.154-0.122,2.005,0.17,2.553 c0.11,0.207,0.255,0.377,0.436,0.511c0.023,0.017,0.045,0.033,0.067,0.047L7.2,22.467c-0.188-0.14-0.337-0.321-0.447-0.542 c-0.061-0.123-0.11-0.261-0.148-0.413c-0.13-0.517-0.126-1.203,0.011-2.058c0.007-0.043,0.015-0.087,0.022-0.131 c0.153-0.881,0.425-1.662,0.818-2.343c0.385-0.665,0.919-1.3,1.6-1.905l-1.986-1.195C6.381,14.476,5.849,15.099,5.477,15.747z"/> <path fill="%23990000" d="M12.537,17.163c-0.007,0.583-0.155,1.138-0.444,1.665c-0.197,0.357-0.48,0.729-0.849,1.114 c-0.653,0.685-1.315,1.042-1.986,1.07c-0.67,0.03-1.065-0.128-1.184-0.472c-0.095-0.27-0.134-0.492-0.117-0.665 c-0.011-0.101-0.005-0.26,0.02-0.478c0.035-0.343,0.108-0.651,0.218-0.924c0.264-0.65,0.559-1.169,0.883-1.556 c0.326-0.387,0.726-0.71,1.201-0.969l1.067-1.846L11.197,9.77l-2.36,1.137l0.221,4.167c-0.681,0.605-1.215,1.24-1.6,1.905 c-0.393,0.681-0.666,1.463-0.818,2.343c-0.008,0.045-0.015,0.088-0.022,0.131c-0.137,0.855-0.141,1.541-0.011,2.058 c0.038,0.153,0.087,0.291,0.148,0.413c0.11,0.221,0.259,0.402,0.447,0.542c0.006,0.004,0.012,0.008,0.017,0.011 c0.411,0.296,1.001,0.401,1.771,0.316c0.704-0.076,1.409-0.392,2.114-0.947c0.665-0.516,1.245-1.171,1.74-1.966 c0.499-0.797,0.829-1.604,0.991-2.421c0.177-0.875,0.132-1.645-0.134-2.31L12.537,17.163z"/> <path fill="%23CC0000" d="M12.093,18.828c0.289-0.527,0.437-1.082,0.444-1.665l-1.935-1.17c0.02,0.465-0.064,0.964-0.254,1.494 c-0.196,0.536-0.46,1.005-0.793,1.408c-0.507,0.612-1.04,0.939-1.598,0.98C7.94,20.048,7.979,20.27,8.074,20.54 c0.119,0.344,0.514,0.502,1.184,0.472c0.671-0.028,1.333-0.384,1.986-1.07C11.613,19.557,11.896,19.185,12.093,18.828"/> <polygon fill="%23CC0000" points="8.837,10.907 6.784,9.77 7.072,13.879 9.058,15.074 "/> <polyline fill="%23676767" points="7.875,9.333 8.023,11.682 15.726,9.347 19.108,8.325 18.815,19.72 21.711,17.885 22.473,2.502 7.875,9.333 "/> <polyline fill="%23999999" points="19.108,8.325 15.726,9.347 15.731,22.153 18.815,23.988 19.108,8.325 "/> <polyline fill="%23999999" points="8.023,11.682 7.875,9.333 4.415,7.423 4.619,9.721 8.023,11.682 "/> <polyline fill="%23CCCCCC" points="22.473,2.502 18.988,1.08 4.415,7.423 7.875,9.333 22.473,2.502 "/> <polyline fill="%23CCCCCC" points="17.319,26.173 20.709,28.606 27.551,24.055 26.801,23.644 24.302,22.161 17.319,26.173 "/> <polygon fill="%23CCCCCC" points="27.794,20.119 24.302,18.436 17.92,21.671 17.917,21.671 17.036,22.135 20.6,24.466 "/> <polyline fill="%23676767" points="20.709,28.606 20.778,30.516 27.399,25.867 27.551,24.055 20.709,28.606 "/> <polyline fill="%23990000" points="27.879,18.139 28.06,15.943 20.478,20.017 20.561,22.407 27.879,18.139 "/> <polygon fill="%23676767" points="20.6,24.466 20.676,26.596 27.63,22.108 27.794,20.119 "/> <polyline fill="%23999999" points="17.319,26.173 17.49,28.034 20.778,30.516 20.709,28.606 17.319,26.173 "/> <polyline fill="%23CC0000" points="16.724,17.824 16.937,20.115 20.561,22.407 20.478,20.017 16.724,17.824 "/> <polygon fill="%23999999" points="20.676,26.596 20.6,24.466 17.036,22.135 17.227,24.196 18.032,24.755 18.032,24.758 "/> <polyline fill="%23FF0000" points="28.06,15.943 24.302,14.312 16.724,17.824 20.478,20.017 28.06,15.943 "/> </svg> ');
}
.red.icon-infra-test{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M12.009,12.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C12.372,12.387,12.192,12.424,12.009,12.438z"/> <path fill="%23676767" d="M21.294,20.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C21.265,20.647,21.283,20.435,21.294,20.223z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.657" y1="2.5833" x2="14.657" y2="14.0892"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.898,6.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C18.077,9.837,18.037,8.088,17.898,6.69z"/> <path fill="%23999999" d="M13.059,3.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C10.181,4.075,11.23,2.678,13.059,3.356z"/> <polygon fill="%23FF0000" points="16.717,23.466 14.393,22.818 22.959,7.194 25.304,7.792 "/> <polygon fill="%23FF0000" points="8.617,23.131 6.308,22.48 8.376,18.706 10.69,19.344 "/> <polygon fill="%23CC0000" points="17.672,29.291 15.349,28.625 6.308,22.48 8.617,23.131 "/> <polygon fill="%23990000" points="25.304,7.792 28.297,9.884 17.672,29.291 8.617,23.131 10.69,19.344 16.717,23.466 "/> </svg> ');
}
.red.icon-infra-prod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M28.66,11.089c-0.059-0.058-0.127-0.103-0.202-0.133c-0.292-0.124-0.699-0.031-1.221,0.279l-12.528,7.493 c-0.652,0.388-1.156,0.849-1.512,1.382c-0.334,0.501-0.579,1.137-0.736,1.908c-0.183,0.868-0.046,1.503,0.412,1.908 c0.469,0.415,1.08,0.383,1.835-0.097l12.149-7.768c0.528-0.339,0.989-0.868,1.382-1.584c0.366-0.663,0.593-1.323,0.679-1.98 C29.005,11.817,28.919,11.348,28.66,11.089 M27.116,12.714c0.264-0.162,0.455-0.14,0.574,0.065c0.102,0.183,0.116,0.423,0.04,0.719 c-0.065,0.269-0.151,0.488-0.259,0.655c-0.119,0.194-0.286,0.358-0.501,0.493l-12.262,7.687c-0.296,0.189-0.539,0.199-0.727,0.032 c-0.178-0.162-0.232-0.415-0.162-0.76c0.065-0.302,0.162-0.552,0.291-0.752c0.14-0.216,0.339-0.401,0.598-0.558L27.116,12.714z"/> <path fill="%23CC0000" d="M27.69,12.779c-0.119-0.205-0.31-0.226-0.574-0.065l-12.407,7.582c-0.259,0.156-0.458,0.342-0.598,0.558 c-0.129,0.199-0.226,0.45-0.291,0.752c-0.07,0.345-0.016,0.598,0.162,0.76c0.189,0.167,0.431,0.156,0.727-0.032l12.262-7.687 c0.216-0.135,0.383-0.299,0.501-0.493c0.108-0.167,0.194-0.385,0.259-0.655C27.806,13.202,27.792,12.962,27.69,12.779z"/> <path fill="%23FF0000" d="M19.922,6.85c-0.325-0.159-0.759-0.098-1.301,0.182L6.068,13.555c-0.63,0.329-1.126,0.857-1.487,1.584 c-0.323,0.652-0.474,1.318-0.453,1.996c0.025,0.646,0.202,1.112,0.529,1.398c0.001,0.001,0.003,0.003,0.004,0.004l8.212,5.387 c-0.458-0.404-0.595-1.04-0.412-1.908c0.156-0.771,0.401-1.406,0.736-1.908c0.356-0.533,0.859-0.994,1.512-1.382l12.528-7.493 c0.521-0.31,0.928-0.403,1.221-0.279L19.922,6.85z"/> <polyline fill="%23CCCCCC" points="16.382,5.987 22.145,8.824 24.166,7.701 18.411,4.969 16.382,5.987 "/> <polyline fill="%23CCCCCC" points="15.63,12.437 12.151,10.534 9.867,9.285 7.539,10.457 13.294,13.73 15.63,12.437 "/> <polyline fill="%23CCCCCC" points="16.362,8.101 14.289,7.046 12.114,8.145 17.885,11.184 20.052,9.98 16.362,8.101 "/> <polygon fill="%23CCCCCC" points="5.729,22.228 3.401,23.594 8.784,27.376 11.128,25.881 "/> <polyline fill="%23676767" points="22.145,8.824 21.984,12.437 23.956,11.281 24.166,7.701 22.145,8.824 "/> <polyline fill="%23676767" points="19.93,13.633 20.003,11.407 20.052,9.98 17.885,11.184 17.813,14.878 19.93,13.633 "/> <polyline fill="%23676767" points="15.622,13.658 15.63,12.437 13.294,13.73 13.335,17.497 15.614,16.163 15.622,13.658 "/> <polygon fill="%23676767" points="8.784,27.376 8.922,30.723 11.209,29.195 11.128,25.881 "/> <polyline fill="%23999999" points="13.335,17.497 13.294,13.73 7.539,10.457 7.701,14.127 13.335,17.497 "/> <polyline fill="%23999999" points="15.63,12.437 15.622,13.658 17.813,14.878 17.885,11.184 12.114,8.145 12.151,10.534 15.63,12.437 "/> <polyline fill="%23999999" points="16.382,5.987 16.362,8.101 20.052,9.98 20.003,11.407 21.984,12.437 22.145,8.824 16.382,5.987 "/> <polygon fill="%23999999" points="8.922,30.723 8.784,27.376 3.401,23.594 3.652,26.875 "/> </svg> ');
}


.blue.icon-suite-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%230099FF" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23797979" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23676767" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%230099FF" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%230044B2" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> <path fill="%230044B2" d="M27.819,15.436l2.004-1.5l-1.079-6.381L18.832,13.2l-2.796,1.593l2.231,7.819L27.819,15.436z"/> <path fill="%230044B2" d="M1.493,14.33l2.612-0.954L3.328,7.555L1.493,14.33z"/> <path fill="%23003399" d="M4.253,15.436l-2.004-1.5l1.079-6.381L13.24,13.2l2.796,1.593l-2.231,7.819L4.253,15.436z"/> </svg> ');
}
.blue.icon-suite-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23003399" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%230044B2" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%230099FF" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.blue.icon-suite-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%23999999" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%23999999" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%23676767" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.blue.icon-suite-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230044B2" points="16.043,23.278 16.035,23.646 16.043,30.996 26.404,17.341 16.043,23.278 "/> <polyline fill="%23676767" points="16.043,14.33 5.666,17.341 15.868,23.186 16.035,23.278 16.035,22.893 16.043,14.33 "/> <polyline fill="%23003399" points="16.035,23.646 16.035,23.286 15.868,23.186 5.666,17.341 16.043,30.996 16.035,23.646 "/> <polyline fill="%23CCCCCC" points="26.404,17.341 16.043,14.33 16.035,22.893 16.043,23.278 26.404,17.341 "/> <polygon fill="%23003399" points="16.043,14.33 5.666,17.341 10.855,2.01 "/> <polygon fill="%230099FF" points="5.666,2.01 5.666,17.341 16.043,23.278 "/> <polygon fill="%23003399" points="16.043,14.33 26.421,17.341 21.232,2.01 "/> <polygon fill="%230044B2" points="26.421,2.01 26.421,17.341 16.043,23.278 "/> </svg> ');
}
.blue.icon-suite-simple.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%23003399" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%23003399" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%230044B2" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.blue.icon-suite-multi{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M3.327,7.555L1.491,14.33l13.366-6.862L16.038,2L3.327,7.555z M13.98,6.795L3.048,12.407l1.119-4.128 l10.481-4.58L13.98,6.795z"/> <path fill="%230044B2" d="M28.754,7.555l1.836,6.776L17.224,7.468L16.043,2L28.754,7.555z M18.101,6.795l10.932,5.611l-1.119-4.128 l-10.481-4.58L18.101,6.795z"/> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23999999" d="M16.029,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.029,14.794z"/> <path fill="%23676767" d="M16.041,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.041,14.773z"/> <path fill="%23CCCCCC" d="M16.041,14.777v-0.003l6.137-3.543l-6.137-3.065l-6.149,3.065l0.017,0.01l6.12,3.532l0.002,0.021 l0.005-0.003l0.003-0.012L16.041,14.777z"/> <path fill="%230044B2" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23003399" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> <path fill="%230099FF" d="M13.238,13.199L3.327,7.555l-1.079,6.381l2.004,1.5l9.552,7.175l2.231-7.819L13.238,13.199z M13.241,20.938 l-9.905-7.437l0.739-4.37l10.783,6.141L13.241,20.938z"/> <path fill="%230099FF" d="M18.839,13.199l9.911-5.645l1.079,6.381l-2.004,1.5l-9.552,7.175l-2.231-7.819L18.839,13.199z M18.837,20.938l9.905-7.437l-0.739-4.37L17.22,15.272L18.837,20.938z"/> </svg> ');
}
.blue.icon-suite-multi.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.039,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.039,2v12.792l11.109,6.396l1.599-13.633 L16.039,2L16.039,2z"/> <path fill="%23676767" d="M15.039,3.528v10.685l-9.292,5.35L4.411,8.174L15.039,3.528 M16.039,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.039,2z"/> <path fill="%23CCCCCC" d="M16.039,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.039,15.946 M16.039,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.039,14.792L16.039,14.792z"/> <path fill="%23999999" d="M16.028,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,14.794z"/> <path fill="%23676767" d="M16.04,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,14.773z"/> <path fill="%23CCCCCC" d="M16.04,14.776v-0.003l6.137-3.543L16.04,8.165L9.891,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,14.776z"/> <path fill="%230099FF" d="M16.039,3.091l10.48,4.581l-10.48,5.969L5.559,7.672L16.039,3.091 M16.039,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.039,2L16.039,2z"/> <path fill="%230044B2" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23003399" d="M4.555,9.402l10.484,5.971v12.218l-9.165-6.943L4.555,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.lightBlue.icon-suite-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%2333CCFF" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23797979" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23676767" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%2333CCFF" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%232189a5" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> <path fill="%232189a5" d="M27.819,15.436l2.004-1.5l-1.079-6.381L18.832,13.2l-2.796,1.593l2.231,7.819L27.819,15.436z"/> <path fill="%232189a5" d="M1.493,14.33l2.612-0.954L3.328,7.555L1.493,14.33z"/> <path fill="%23269FBF" d="M4.253,15.436l-2.004-1.5l1.079-6.381L13.24,13.2l2.796,1.593l-2.231,7.819L4.253,15.436z"/> </svg> ');
}
.lightBlue.icon-suite-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23269FBF" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%232189a5" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%2333CCFF" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.lightBlue.icon-suite-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%23999999" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%23999999" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%23676767" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.lightBlue.icon-suite-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232189a5" points="16.043,23.278 16.035,23.646 16.043,30.996 26.404,17.341 16.043,23.278 "/> <polyline fill="%23676767" points="16.043,14.33 5.666,17.341 15.868,23.186 16.035,23.278 16.035,22.893 16.043,14.33 "/> <polyline fill="%23269FBF" points="16.035,23.646 16.035,23.286 15.868,23.186 5.666,17.341 16.043,30.996 16.035,23.646 "/> <polyline fill="%23CCCCCC" points="26.404,17.341 16.043,14.33 16.035,22.893 16.043,23.278 26.404,17.341 "/> <polygon fill="%23269FBF" points="16.043,14.33 5.666,17.341 10.855,2.01 "/> <polygon fill="%2333CCFF" points="5.666,2.01 5.666,17.341 16.043,23.278 "/> <polygon fill="%23269FBF" points="16.043,14.33 26.421,17.341 21.232,2.01 "/> <polygon fill="%232189a5" points="26.421,2.01 26.421,17.341 16.043,23.278 "/> </svg> ');
}
.lightBlue.icon-suite-simple.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%23269FBF" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%23269FBF" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%232189a5" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.lightBlue.icon-suite-multi{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M3.327,7.555L1.491,14.33l13.366-6.862L16.038,2L3.327,7.555z M13.98,6.795L3.048,12.407l1.119-4.128 l10.481-4.58L13.98,6.795z"/> <path fill="%232189a5" d="M28.754,7.555l1.836,6.776L17.224,7.468L16.043,2L28.754,7.555z M18.101,6.795l10.932,5.611l-1.119-4.128 l-10.481-4.58L18.101,6.795z"/> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23999999" d="M16.029,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.029,14.794z"/> <path fill="%23676767" d="M16.041,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.041,14.773z"/> <path fill="%23CCCCCC" d="M16.041,14.777v-0.003l6.137-3.543l-6.137-3.065l-6.149,3.065l0.017,0.01l6.12,3.532l0.002,0.021 l0.005-0.003l0.003-0.012L16.041,14.777z"/> <path fill="%232189a5" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23269FBF" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> <path fill="%2333CCFF" d="M13.238,13.199L3.327,7.555l-1.079,6.381l2.004,1.5l9.552,7.175l2.231-7.819L13.238,13.199z M13.241,20.938 l-9.905-7.437l0.739-4.37l10.783,6.141L13.241,20.938z"/> <path fill="%2333CCFF" d="M18.839,13.199l9.911-5.645l1.079,6.381l-2.004,1.5l-9.552,7.175l-2.231-7.819L18.839,13.199z M18.837,20.938l9.905-7.437l-0.739-4.37L17.22,15.272L18.837,20.938z"/> </svg> ');
}
.lightBlue.icon-suite-multi.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.039,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.039,2v12.792l11.109,6.396l1.599-13.633 L16.039,2L16.039,2z"/> <path fill="%23676767" d="M15.039,3.528v10.685l-9.292,5.35L4.411,8.174L15.039,3.528 M16.039,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.039,2z"/> <path fill="%23CCCCCC" d="M16.039,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.039,15.946 M16.039,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.039,14.792L16.039,14.792z"/> <path fill="%23999999" d="M16.028,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,14.794z"/> <path fill="%23676767" d="M16.04,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,14.773z"/> <path fill="%23CCCCCC" d="M16.04,14.776v-0.003l6.137-3.543L16.04,8.165L9.891,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,14.776z"/> <path fill="%2333CCFF" d="M16.039,3.091l10.48,4.581l-10.48,5.969L5.559,7.672L16.039,3.091 M16.039,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.039,2L16.039,2z"/> <path fill="%232189a5" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23269FBF" d="M4.555,9.402l10.484,5.971v12.218l-9.165-6.943L4.555,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.green.icon-suite-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%2339b563" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23797979" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23676767" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%2339b563" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%2321663c" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> <path fill="%2321663c" d="M27.819,15.436l2.004-1.5l-1.079-6.381L18.832,13.2l-2.796,1.593l2.231,7.819L27.819,15.436z"/> <path fill="%2321663c" d="M1.493,14.33l2.612-0.954L3.328,7.555L1.493,14.33z"/> <path fill="%232f8c51" d="M4.253,15.436l-2.004-1.5l1.079-6.381L13.24,13.2l2.796,1.593l-2.231,7.819L4.253,15.436z"/> </svg> ');
}
.green.icon-suite-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%232f8c51" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%2321663c" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%2339b563" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.green.icon-suite-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%23999999" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%23999999" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%23676767" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.green.icon-suite-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2321663c" points="16.043,23.278 16.035,23.646 16.043,30.996 26.404,17.341 16.043,23.278 "/> <polyline fill="%23676767" points="16.043,14.33 5.666,17.341 15.868,23.186 16.035,23.278 16.035,22.893 16.043,14.33 "/> <polyline fill="%232f8c51" points="16.035,23.646 16.035,23.286 15.868,23.186 5.666,17.341 16.043,30.996 16.035,23.646 "/> <polyline fill="%23CCCCCC" points="26.404,17.341 16.043,14.33 16.035,22.893 16.043,23.278 26.404,17.341 "/> <polygon fill="%232f8c51" points="16.043,14.33 5.666,17.341 10.855,2.01 "/> <polygon fill="%2339b563" points="5.666,2.01 5.666,17.341 16.043,23.278 "/> <polygon fill="%232f8c51" points="16.043,14.33 26.421,17.341 21.232,2.01 "/> <polygon fill="%2321663c" points="26.421,2.01 26.421,17.341 16.043,23.278 "/> </svg> ');
}
.green.icon-suite-simple.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%232f8c51" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%232f8c51" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%2321663c" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.green.icon-suite-multi{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M3.327,7.555L1.491,14.33l13.366-6.862L16.038,2L3.327,7.555z M13.98,6.795L3.048,12.407l1.119-4.128 l10.481-4.58L13.98,6.795z"/> <path fill="%2321663c" d="M28.754,7.555l1.836,6.776L17.224,7.468L16.043,2L28.754,7.555z M18.101,6.795l10.932,5.611l-1.119-4.128 l-10.481-4.58L18.101,6.795z"/> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23999999" d="M16.029,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.029,14.794z"/> <path fill="%23676767" d="M16.041,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.041,14.773z"/> <path fill="%23CCCCCC" d="M16.041,14.777v-0.003l6.137-3.543l-6.137-3.065l-6.149,3.065l0.017,0.01l6.12,3.532l0.002,0.021 l0.005-0.003l0.003-0.012L16.041,14.777z"/> <path fill="%2321663c" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%232f8c51" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> <path fill="%2339b563" d="M13.238,13.199L3.327,7.555l-1.079,6.381l2.004,1.5l9.552,7.175l2.231-7.819L13.238,13.199z M13.241,20.938 l-9.905-7.437l0.739-4.37l10.783,6.141L13.241,20.938z"/> <path fill="%2339b563" d="M18.839,13.199l9.911-5.645l1.079,6.381l-2.004,1.5l-9.552,7.175l-2.231-7.819L18.839,13.199z M18.837,20.938l9.905-7.437l-0.739-4.37L17.22,15.272L18.837,20.938z"/> </svg> ');
}
.green.icon-suite-multi.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.039,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.039,2v12.792l11.109,6.396l1.599-13.633 L16.039,2L16.039,2z"/> <path fill="%23676767" d="M15.039,3.528v10.685l-9.292,5.35L4.411,8.174L15.039,3.528 M16.039,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.039,2z"/> <path fill="%23CCCCCC" d="M16.039,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.039,15.946 M16.039,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.039,14.792L16.039,14.792z"/> <path fill="%23999999" d="M16.028,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,14.794z"/> <path fill="%23676767" d="M16.04,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,14.773z"/> <path fill="%23CCCCCC" d="M16.04,14.776v-0.003l6.137-3.543L16.04,8.165L9.891,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,14.776z"/> <path fill="%2339b563" d="M16.039,3.091l10.48,4.581l-10.48,5.969L5.559,7.672L16.039,3.091 M16.039,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.039,2L16.039,2z"/> <path fill="%2321663c" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%232f8c51" d="M4.555,9.402l10.484,5.971v12.218l-9.165-6.943L4.555,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.lightGreen.icon-suite-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%2300e500" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23797979" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23676767" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%2300e500" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23009900" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> <path fill="%23009900" d="M27.819,15.436l2.004-1.5l-1.079-6.381L18.832,13.2l-2.796,1.593l2.231,7.819L27.819,15.436z"/> <path fill="%23009900" d="M1.493,14.33l2.612-0.954L3.328,7.555L1.493,14.33z"/> <path fill="%2300b200" d="M4.253,15.436l-2.004-1.5l1.079-6.381L13.24,13.2l2.796,1.593l-2.231,7.819L4.253,15.436z"/> </svg> ');
}
.lightGreen.icon-suite-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%2300b200" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23009900" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%2300e500" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.lightGreen.icon-suite-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%23999999" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%23999999" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%23676767" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.lightGreen.icon-suite-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23009900" points="16.043,23.278 16.035,23.646 16.043,30.996 26.404,17.341 16.043,23.278 "/> <polyline fill="%23676767" points="16.043,14.33 5.666,17.341 15.868,23.186 16.035,23.278 16.035,22.893 16.043,14.33 "/> <polyline fill="%2300b200" points="16.035,23.646 16.035,23.286 15.868,23.186 5.666,17.341 16.043,30.996 16.035,23.646 "/> <polyline fill="%23CCCCCC" points="26.404,17.341 16.043,14.33 16.035,22.893 16.043,23.278 26.404,17.341 "/> <polygon fill="%2300b200" points="16.043,14.33 5.666,17.341 10.855,2.01 "/> <polygon fill="%2300e500" points="5.666,2.01 5.666,17.341 16.043,23.278 "/> <polygon fill="%2300b200" points="16.043,14.33 26.421,17.341 21.232,2.01 "/> <polygon fill="%23009900" points="26.421,2.01 26.421,17.341 16.043,23.278 "/> </svg> ');
}
.lightGreen.icon-suite-simple.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%2300b200" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%2300b200" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%23009900" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.lightGreen.icon-suite-multi{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M3.327,7.555L1.491,14.33l13.366-6.862L16.038,2L3.327,7.555z M13.98,6.795L3.048,12.407l1.119-4.128 l10.481-4.58L13.98,6.795z"/> <path fill="%23009900" d="M28.754,7.555l1.836,6.776L17.224,7.468L16.043,2L28.754,7.555z M18.101,6.795l10.932,5.611l-1.119-4.128 l-10.481-4.58L18.101,6.795z"/> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23999999" d="M16.029,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.029,14.794z"/> <path fill="%23676767" d="M16.041,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.041,14.773z"/> <path fill="%23CCCCCC" d="M16.041,14.777v-0.003l6.137-3.543l-6.137-3.065l-6.149,3.065l0.017,0.01l6.12,3.532l0.002,0.021 l0.005-0.003l0.003-0.012L16.041,14.777z"/> <path fill="%23009900" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%2300b200" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> <path fill="%2300e500" d="M13.238,13.199L3.327,7.555l-1.079,6.381l2.004,1.5l9.552,7.175l2.231-7.819L13.238,13.199z M13.241,20.938 l-9.905-7.437l0.739-4.37l10.783,6.141L13.241,20.938z"/> <path fill="%2300e500" d="M18.839,13.199l9.911-5.645l1.079,6.381l-2.004,1.5l-9.552,7.175l-2.231-7.819L18.839,13.199z M18.837,20.938l9.905-7.437l-0.739-4.37L17.22,15.272L18.837,20.938z"/> </svg> ');
}
.lightGreen.icon-suite-multi.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.039,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.039,2v12.792l11.109,6.396l1.599-13.633 L16.039,2L16.039,2z"/> <path fill="%23676767" d="M15.039,3.528v10.685l-9.292,5.35L4.411,8.174L15.039,3.528 M16.039,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.039,2z"/> <path fill="%23CCCCCC" d="M16.039,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.039,15.946 M16.039,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.039,14.792L16.039,14.792z"/> <path fill="%23999999" d="M16.028,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,14.794z"/> <path fill="%23676767" d="M16.04,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,14.773z"/> <path fill="%23CCCCCC" d="M16.04,14.776v-0.003l6.137-3.543L16.04,8.165L9.891,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,14.776z"/> <path fill="%2300e500" d="M16.039,3.091l10.48,4.581l-10.48,5.969L5.559,7.672L16.039,3.091 M16.039,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.039,2L16.039,2z"/> <path fill="%23009900" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%2300b200" d="M4.555,9.402l10.484,5.971v12.218l-9.165-6.943L4.555,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.yellow.icon-suite-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23f9e100" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23797979" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23676767" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23f9e100" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23a58d00" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> <path fill="%23a58d00" d="M27.819,15.436l2.004-1.5l-1.079-6.381L18.832,13.2l-2.796,1.593l2.231,7.819L27.819,15.436z"/> <path fill="%23a58d00" d="M1.493,14.33l2.612-0.954L3.328,7.555L1.493,14.33z"/> <path fill="%23ccaa00" d="M4.253,15.436l-2.004-1.5l1.079-6.381L13.24,13.2l2.796,1.593l-2.231,7.819L4.253,15.436z"/> </svg> ');
}
.yellow.icon-suite-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23ccaa00" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23a58d00" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23f9e100" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.yellow.icon-suite-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%23999999" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%23999999" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%23676767" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.yellow.icon-suite-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a58d00" points="16.043,23.278 16.035,23.646 16.043,30.996 26.404,17.341 16.043,23.278 "/> <polyline fill="%23676767" points="16.043,14.33 5.666,17.341 15.868,23.186 16.035,23.278 16.035,22.893 16.043,14.33 "/> <polyline fill="%23ccaa00" points="16.035,23.646 16.035,23.286 15.868,23.186 5.666,17.341 16.043,30.996 16.035,23.646 "/> <polyline fill="%23CCCCCC" points="26.404,17.341 16.043,14.33 16.035,22.893 16.043,23.278 26.404,17.341 "/> <polygon fill="%23ccaa00" points="16.043,14.33 5.666,17.341 10.855,2.01 "/> <polygon fill="%23f9e100" points="5.666,2.01 5.666,17.341 16.043,23.278 "/> <polygon fill="%23ccaa00" points="16.043,14.33 26.421,17.341 21.232,2.01 "/> <polygon fill="%23a58d00" points="26.421,2.01 26.421,17.341 16.043,23.278 "/> </svg> ');
}
.yellow.icon-suite-simple.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%23ccaa00" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%23ccaa00" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%23a58d00" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.yellow.icon-suite-multi{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M3.327,7.555L1.491,14.33l13.366-6.862L16.038,2L3.327,7.555z M13.98,6.795L3.048,12.407l1.119-4.128 l10.481-4.58L13.98,6.795z"/> <path fill="%23a58d00" d="M28.754,7.555l1.836,6.776L17.224,7.468L16.043,2L28.754,7.555z M18.101,6.795l10.932,5.611l-1.119-4.128 l-10.481-4.58L18.101,6.795z"/> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23999999" d="M16.029,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.029,14.794z"/> <path fill="%23676767" d="M16.041,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.041,14.773z"/> <path fill="%23CCCCCC" d="M16.041,14.777v-0.003l6.137-3.543l-6.137-3.065l-6.149,3.065l0.017,0.01l6.12,3.532l0.002,0.021 l0.005-0.003l0.003-0.012L16.041,14.777z"/> <path fill="%23a58d00" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23ccaa00" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> <path fill="%23f9e100" d="M13.238,13.199L3.327,7.555l-1.079,6.381l2.004,1.5l9.552,7.175l2.231-7.819L13.238,13.199z M13.241,20.938 l-9.905-7.437l0.739-4.37l10.783,6.141L13.241,20.938z"/> <path fill="%23f9e100" d="M18.839,13.199l9.911-5.645l1.079,6.381l-2.004,1.5l-9.552,7.175l-2.231-7.819L18.839,13.199z M18.837,20.938l9.905-7.437l-0.739-4.37L17.22,15.272L18.837,20.938z"/> </svg> ');
}
.yellow.icon-suite-multi.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.039,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.039,2v12.792l11.109,6.396l1.599-13.633 L16.039,2L16.039,2z"/> <path fill="%23676767" d="M15.039,3.528v10.685l-9.292,5.35L4.411,8.174L15.039,3.528 M16.039,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.039,2z"/> <path fill="%23CCCCCC" d="M16.039,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.039,15.946 M16.039,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.039,14.792L16.039,14.792z"/> <path fill="%23999999" d="M16.028,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,14.794z"/> <path fill="%23676767" d="M16.04,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,14.773z"/> <path fill="%23CCCCCC" d="M16.04,14.776v-0.003l6.137-3.543L16.04,8.165L9.891,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,14.776z"/> <path fill="%23f9e100" d="M16.039,3.091l10.48,4.581l-10.48,5.969L5.559,7.672L16.039,3.091 M16.039,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.039,2L16.039,2z"/> <path fill="%23a58d00" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23ccaa00" d="M4.555,9.402l10.484,5.971v12.218l-9.165-6.943L4.555,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.purple.icon-suite-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23FF99FF" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23797979" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23676767" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23FF99FF" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23990099" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> <path fill="%23990099" d="M27.819,15.436l2.004-1.5l-1.079-6.381L18.832,13.2l-2.796,1.593l2.231,7.819L27.819,15.436z"/> <path fill="%23990099" d="M1.493,14.33l2.612-0.954L3.328,7.555L1.493,14.33z"/> <path fill="%23FF66FF" d="M4.253,15.436l-2.004-1.5l1.079-6.381L13.24,13.2l2.796,1.593l-2.231,7.819L4.253,15.436z"/> </svg> ');
}
.purple.icon-suite-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23FF66FF" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23990099" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23FF99FF" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.purple.icon-suite-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%23999999" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%23999999" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%23676767" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.purple.icon-suite-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990099" points="16.043,23.278 16.035,23.646 16.043,30.996 26.404,17.341 16.043,23.278 "/> <polyline fill="%23676767" points="16.043,14.33 5.666,17.341 15.868,23.186 16.035,23.278 16.035,22.893 16.043,14.33 "/> <polyline fill="%23FF66FF" points="16.035,23.646 16.035,23.286 15.868,23.186 5.666,17.341 16.043,30.996 16.035,23.646 "/> <polyline fill="%23CCCCCC" points="26.404,17.341 16.043,14.33 16.035,22.893 16.043,23.278 26.404,17.341 "/> <polygon fill="%23FF66FF" points="16.043,14.33 5.666,17.341 10.855,2.01 "/> <polygon fill="%23FF99FF" points="5.666,2.01 5.666,17.341 16.043,23.278 "/> <polygon fill="%23FF66FF" points="16.043,14.33 26.421,17.341 21.232,2.01 "/> <polygon fill="%23990099" points="26.421,2.01 26.421,17.341 16.043,23.278 "/> </svg> ');
}
.purple.icon-suite-simple.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%23FF66FF" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%23FF66FF" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%23990099" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.purple.icon-suite-multi{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M3.327,7.555L1.491,14.33l13.366-6.862L16.038,2L3.327,7.555z M13.98,6.795L3.048,12.407l1.119-4.128 l10.481-4.58L13.98,6.795z"/> <path fill="%23990099" d="M28.754,7.555l1.836,6.776L17.224,7.468L16.043,2L28.754,7.555z M18.101,6.795l10.932,5.611l-1.119-4.128 l-10.481-4.58L18.101,6.795z"/> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23999999" d="M16.029,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.029,14.794z"/> <path fill="%23676767" d="M16.041,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.041,14.773z"/> <path fill="%23CCCCCC" d="M16.041,14.777v-0.003l6.137-3.543l-6.137-3.065l-6.149,3.065l0.017,0.01l6.12,3.532l0.002,0.021 l0.005-0.003l0.003-0.012L16.041,14.777z"/> <path fill="%23990099" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23FF66FF" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> <path fill="%23FF99FF" d="M13.238,13.199L3.327,7.555l-1.079,6.381l2.004,1.5l9.552,7.175l2.231-7.819L13.238,13.199z M13.241,20.938 l-9.905-7.437l0.739-4.37l10.783,6.141L13.241,20.938z"/> <path fill="%23FF99FF" d="M18.839,13.199l9.911-5.645l1.079,6.381l-2.004,1.5l-9.552,7.175l-2.231-7.819L18.839,13.199z M18.837,20.938l9.905-7.437l-0.739-4.37L17.22,15.272L18.837,20.938z"/> </svg> ');
}
.purple.icon-suite-multi.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.039,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.039,2v12.792l11.109,6.396l1.599-13.633 L16.039,2L16.039,2z"/> <path fill="%23676767" d="M15.039,3.528v10.685l-9.292,5.35L4.411,8.174L15.039,3.528 M16.039,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.039,2z"/> <path fill="%23CCCCCC" d="M16.039,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.039,15.946 M16.039,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.039,14.792L16.039,14.792z"/> <path fill="%23999999" d="M16.028,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,14.794z"/> <path fill="%23676767" d="M16.04,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,14.773z"/> <path fill="%23CCCCCC" d="M16.04,14.776v-0.003l6.137-3.543L16.04,8.165L9.891,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,14.776z"/> <path fill="%23FF99FF" d="M16.039,3.091l10.48,4.581l-10.48,5.969L5.559,7.672L16.039,3.091 M16.039,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.039,2L16.039,2z"/> <path fill="%23990099" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23FF66FF" d="M4.555,9.402l10.484,5.971v12.218l-9.165-6.943L4.555,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.grey.icon-suite-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23797979" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23676767" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23CCCCCC" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23676767" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> <path fill="%23676767" d="M27.819,15.436l2.004-1.5l-1.079-6.381L18.832,13.2l-2.796,1.593l2.231,7.819L27.819,15.436z"/> <path fill="%23676767" d="M1.493,14.33l2.612-0.954L3.328,7.555L1.493,14.33z"/> <path fill="%23999999" d="M4.253,15.436l-2.004-1.5l1.079-6.381L13.24,13.2l2.796,1.593l-2.231,7.819L4.253,15.436z"/> </svg> ');
}
.grey.icon-suite-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23999999" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23676767" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23CCCCCC" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.grey.icon-suite-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%23999999" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%23999999" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%23676767" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.grey.icon-suite-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="16.043,23.278 16.035,23.646 16.043,30.996 26.404,17.341 16.043,23.278 "/> <polyline fill="%23676767" points="16.043,14.33 5.666,17.341 15.868,23.186 16.035,23.278 16.035,22.893 16.043,14.33 "/> <polyline fill="%23999999" points="16.035,23.646 16.035,23.286 15.868,23.186 5.666,17.341 16.043,30.996 16.035,23.646 "/> <polyline fill="%23CCCCCC" points="26.404,17.341 16.043,14.33 16.035,22.893 16.043,23.278 26.404,17.341 "/> <polygon fill="%23999999" points="16.043,14.33 5.666,17.341 10.855,2.01 "/> <polygon fill="%23CCCCCC" points="5.666,2.01 5.666,17.341 16.043,23.278 "/> <polygon fill="%23999999" points="16.043,14.33 26.421,17.341 21.232,2.01 "/> <polygon fill="%23676767" points="26.421,2.01 26.421,17.341 16.043,23.278 "/> </svg> ');
}
.grey.icon-suite-simple.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%23999999" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%23999999" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%23676767" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.grey.icon-suite-multi{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.327,7.555L1.491,14.33l13.366-6.862L16.038,2L3.327,7.555z M13.98,6.795L3.048,12.407l1.119-4.128 l10.481-4.58L13.98,6.795z"/> <path fill="%23676767" d="M28.754,7.555l1.836,6.776L17.224,7.468L16.043,2L28.754,7.555z M18.101,6.795l10.932,5.611l-1.119-4.128 l-10.481-4.58L18.101,6.795z"/> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23999999" d="M16.029,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.029,14.794z"/> <path fill="%23676767" d="M16.041,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.041,14.773z"/> <path fill="%23CCCCCC" d="M16.041,14.777v-0.003l6.137-3.543l-6.137-3.065l-6.149,3.065l0.017,0.01l6.12,3.532l0.002,0.021 l0.005-0.003l0.003-0.012L16.041,14.777z"/> <path fill="%23676767" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23999999" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> <path fill="%23CCCCCC" d="M13.238,13.199L3.327,7.555l-1.079,6.381l2.004,1.5l9.552,7.175l2.231-7.819L13.238,13.199z M13.241,20.938 l-9.905-7.437l0.739-4.37l10.783,6.141L13.241,20.938z"/> <path fill="%23CCCCCC" d="M18.839,13.199l9.911-5.645l1.079,6.381l-2.004,1.5l-9.552,7.175l-2.231-7.819L18.839,13.199z M18.837,20.938l9.905-7.437l-0.739-4.37L17.22,15.272L18.837,20.938z"/> </svg> ');
}
.grey.icon-suite-multi.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.039,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.039,2v12.792l11.109,6.396l1.599-13.633 L16.039,2L16.039,2z"/> <path fill="%23676767" d="M15.039,3.528v10.685l-9.292,5.35L4.411,8.174L15.039,3.528 M16.039,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.039,2z"/> <path fill="%23CCCCCC" d="M16.039,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.039,15.946 M16.039,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.039,14.792L16.039,14.792z"/> <path fill="%23999999" d="M16.028,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,14.794z"/> <path fill="%23676767" d="M16.04,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,14.773z"/> <path fill="%23CCCCCC" d="M16.04,14.776v-0.003l6.137-3.543L16.04,8.165L9.891,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,14.776z"/> <path fill="%23CCCCCC" d="M16.039,3.091l10.48,4.581l-10.48,5.969L5.559,7.672L16.039,3.091 M16.039,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.039,2L16.039,2z"/> <path fill="%23676767" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23999999" d="M4.555,9.402l10.484,5.971v12.218l-9.165-6.943L4.555,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.orange.icon-suite-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23ffbc00" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23797979" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23676767" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23ffbc00" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23a56600" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> <path fill="%23a56600" d="M27.819,15.436l2.004-1.5l-1.079-6.381L18.832,13.2l-2.796,1.593l2.231,7.819L27.819,15.436z"/> <path fill="%23a56600" d="M1.493,14.33l2.612-0.954L3.328,7.555L1.493,14.33z"/> <path fill="%23d88500" d="M4.253,15.436l-2.004-1.5l1.079-6.381L13.24,13.2l2.796,1.593l-2.231,7.819L4.253,15.436z"/> </svg> ');
}
.orange.icon-suite-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23d88500" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23a56600" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23ffbc00" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.orange.icon-suite-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%23999999" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%23999999" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%23676767" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.orange.icon-suite-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a56600" points="16.043,23.278 16.035,23.646 16.043,30.996 26.404,17.341 16.043,23.278 "/> <polyline fill="%23676767" points="16.043,14.33 5.666,17.341 15.868,23.186 16.035,23.278 16.035,22.893 16.043,14.33 "/> <polyline fill="%23d88500" points="16.035,23.646 16.035,23.286 15.868,23.186 5.666,17.341 16.043,30.996 16.035,23.646 "/> <polyline fill="%23CCCCCC" points="26.404,17.341 16.043,14.33 16.035,22.893 16.043,23.278 26.404,17.341 "/> <polygon fill="%23d88500" points="16.043,14.33 5.666,17.341 10.855,2.01 "/> <polygon fill="%23ffbc00" points="5.666,2.01 5.666,17.341 16.043,23.278 "/> <polygon fill="%23d88500" points="16.043,14.33 26.421,17.341 21.232,2.01 "/> <polygon fill="%23a56600" points="26.421,2.01 26.421,17.341 16.043,23.278 "/> </svg> ');
}
.orange.icon-suite-simple.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%23d88500" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%23d88500" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%23a56600" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.orange.icon-suite-multi{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M3.327,7.555L1.491,14.33l13.366-6.862L16.038,2L3.327,7.555z M13.98,6.795L3.048,12.407l1.119-4.128 l10.481-4.58L13.98,6.795z"/> <path fill="%23a56600" d="M28.754,7.555l1.836,6.776L17.224,7.468L16.043,2L28.754,7.555z M18.101,6.795l10.932,5.611l-1.119-4.128 l-10.481-4.58L18.101,6.795z"/> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23999999" d="M16.029,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.029,14.794z"/> <path fill="%23676767" d="M16.041,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.041,14.773z"/> <path fill="%23CCCCCC" d="M16.041,14.777v-0.003l6.137-3.543l-6.137-3.065l-6.149,3.065l0.017,0.01l6.12,3.532l0.002,0.021 l0.005-0.003l0.003-0.012L16.041,14.777z"/> <path fill="%23a56600" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23d88500" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> <path fill="%23ffbc00" d="M13.238,13.199L3.327,7.555l-1.079,6.381l2.004,1.5l9.552,7.175l2.231-7.819L13.238,13.199z M13.241,20.938 l-9.905-7.437l0.739-4.37l10.783,6.141L13.241,20.938z"/> <path fill="%23ffbc00" d="M18.839,13.199l9.911-5.645l1.079,6.381l-2.004,1.5l-9.552,7.175l-2.231-7.819L18.839,13.199z M18.837,20.938l9.905-7.437l-0.739-4.37L17.22,15.272L18.837,20.938z"/> </svg> ');
}
.orange.icon-suite-multi.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.039,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.039,2v12.792l11.109,6.396l1.599-13.633 L16.039,2L16.039,2z"/> <path fill="%23676767" d="M15.039,3.528v10.685l-9.292,5.35L4.411,8.174L15.039,3.528 M16.039,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.039,2z"/> <path fill="%23CCCCCC" d="M16.039,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.039,15.946 M16.039,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.039,14.792L16.039,14.792z"/> <path fill="%23999999" d="M16.028,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,14.794z"/> <path fill="%23676767" d="M16.04,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,14.773z"/> <path fill="%23CCCCCC" d="M16.04,14.776v-0.003l6.137-3.543L16.04,8.165L9.891,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,14.776z"/> <path fill="%23ffbc00" d="M16.039,3.091l10.48,4.581l-10.48,5.969L5.559,7.672L16.039,3.091 M16.039,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.039,2L16.039,2z"/> <path fill="%23a56600" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23d88500" d="M4.555,9.402l10.484,5.971v12.218l-9.165-6.943L4.555,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}
.red.icon-suite-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23FF0000" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23797979" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23676767" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23FF0000" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23990000" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> <path fill="%23990000" d="M27.819,15.436l2.004-1.5l-1.079-6.381L18.832,13.2l-2.796,1.593l2.231,7.819L27.819,15.436z"/> <path fill="%23990000" d="M1.493,14.33l2.612-0.954L3.328,7.555L1.493,14.33z"/> <path fill="%23CC0000" d="M4.253,15.436l-2.004-1.5l1.079-6.381L13.24,13.2l2.796,1.593l-2.231,7.819L4.253,15.436z"/> </svg> ');
}
.red.icon-suite-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23CC0000" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23990000" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23FF0000" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.red.icon-suite-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%23999999" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%23999999" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%23676767" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.red.icon-suite-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990000" points="16.043,23.278 16.035,23.646 16.043,30.996 26.404,17.341 16.043,23.278 "/> <polyline fill="%23676767" points="16.043,14.33 5.666,17.341 15.868,23.186 16.035,23.278 16.035,22.893 16.043,14.33 "/> <polyline fill="%23CC0000" points="16.035,23.646 16.035,23.286 15.868,23.186 5.666,17.341 16.043,30.996 16.035,23.646 "/> <polyline fill="%23CCCCCC" points="26.404,17.341 16.043,14.33 16.035,22.893 16.043,23.278 26.404,17.341 "/> <polygon fill="%23CC0000" points="16.043,14.33 5.666,17.341 10.855,2.01 "/> <polygon fill="%23FF0000" points="5.666,2.01 5.666,17.341 16.043,23.278 "/> <polygon fill="%23CC0000" points="16.043,14.33 26.421,17.341 21.232,2.01 "/> <polygon fill="%23990000" points="26.421,2.01 26.421,17.341 16.043,23.278 "/> </svg> ');
}
.red.icon-suite-simple.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="16.038,1.01 5.669,17.341 15.871,23.186 16.038,23.278 16.038,22.893 16.038,1.01 "/> <polyline fill="%23CC0000" points="16.038,23.646 16.038,23.286 15.871,23.186 5.669,17.341 16.046,30.996 16.038,23.646 "/> <polyline fill="%23CC0000" points="26.407,17.341 16.038,1.01 16.038,22.893 16.046,23.278 26.407,17.341 "/> <polyline fill="%23990000" points="16.046,23.278 16.038,23.646 16.046,30.996 26.407,17.341 16.046,23.278 "/> </svg>');
}
.red.icon-suite-multi{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M3.327,7.555L1.491,14.33l13.366-6.862L16.038,2L3.327,7.555z M13.98,6.795L3.048,12.407l1.119-4.128 l10.481-4.58L13.98,6.795z"/> <path fill="%23990000" d="M28.754,7.555l1.836,6.776L17.224,7.468L16.043,2L28.754,7.555z M18.101,6.795l10.932,5.611l-1.119-4.128 l-10.481-4.58L18.101,6.795z"/> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%23999999" d="M16.029,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.029,14.794z"/> <path fill="%23676767" d="M16.041,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.041,14.773z"/> <path fill="%23CCCCCC" d="M16.041,14.777v-0.003l6.137-3.543l-6.137-3.065l-6.149,3.065l0.017,0.01l6.12,3.532l0.002,0.021 l0.005-0.003l0.003-0.012L16.041,14.777z"/> <path fill="%23990000" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23CC0000" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> <path fill="%23FF0000" d="M13.238,13.199L3.327,7.555l-1.079,6.381l2.004,1.5l9.552,7.175l2.231-7.819L13.238,13.199z M13.241,20.938 l-9.905-7.437l0.739-4.37l10.783,6.141L13.241,20.938z"/> <path fill="%23FF0000" d="M18.839,13.199l9.911-5.645l1.079,6.381l-2.004,1.5l-9.552,7.175l-2.231-7.819L18.839,13.199z M18.837,20.938l9.905-7.437l-0.739-4.37L17.22,15.272L18.837,20.938z"/> </svg> ');
}
.red.icon-suite-multi.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.039,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.039,2v12.792l11.109,6.396l1.599-13.633 L16.039,2L16.039,2z"/> <path fill="%23676767" d="M15.039,3.528v10.685l-9.292,5.35L4.411,8.174L15.039,3.528 M16.039,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.039,2z"/> <path fill="%23CCCCCC" d="M16.039,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.039,15.946 M16.039,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.039,14.792L16.039,14.792z"/> <path fill="%23999999" d="M16.028,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.028,14.794z"/> <path fill="%23676767" d="M16.04,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.04,14.773z"/> <path fill="%23CCCCCC" d="M16.04,14.776v-0.003l6.137-3.543L16.04,8.165L9.891,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.04,14.776z"/> <path fill="%23FF0000" d="M16.039,3.091l10.48,4.581l-10.48,5.969L5.559,7.672L16.039,3.091 M16.039,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.039,2L16.039,2z"/> <path fill="%23990000" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%23CC0000" d="M4.555,9.402l10.484,5.971v12.218l-9.165-6.943L4.555,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
}


.blue.icon-assoc-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%23999999" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%23676767" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.blue.icon-assoc-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%23003399" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%230044B2" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.blue.icon-assoc-port{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.blue.icon-assoc-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.1056" cy="12.0024" r="8.4831" fx="13.2738" fy="9.6742" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.578" cy="11.633" r="5.844"/> <path fill="%23CCCCCC" d="M10.304,13.13l13.885,8.479l1.152-0.791l-13.706-8.229C11.405,12.875,10.94,13.045,10.304,13.13z"/> <path fill="%23999999" d="M10.304,13.13c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.916,12.893"/> <polyline fill="%23676767" points="25.273,22.151 25.34,20.818 24.188,21.608 24.132,22.93 25.273,22.151 "/> </svg> ');
}
.blue.icon-assoc-one-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.453,9.809 6.302,10.452 23.201,20.736 24.353,19.946 7.453,9.809 "/> <polyline fill="%23999999" points="6.302,10.452 6.347,11.717 23.145,22.058 23.201,20.736 6.302,10.452 "/> <radialGradient id="SVGID_1_" cx="24.7957" cy="21.6029" r="9.3389" fx="30.4852" fy="19.0399" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="24.215" cy="21.197" r="6.434"/> </svg>');
}
.blue.icon-assoc-many-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.blue.icon-assoc-many-one-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%23003399" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%230044B2" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.blue.icon-assoc-one-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.475,9.714 6.323,10.358 23.223,20.642 24.375,19.851 7.475,9.714 "/> <polyline fill="%23999999" points="6.323,10.358 6.368,11.623 23.166,21.963 23.223,20.642 6.323,10.358 "/> <polyline fill="%230099FF" points="30.408,17.906 23.915,14.168 18.064,17.906 24.581,21.938 30.408,17.906 "/> <polyline fill="%23003399" points="18.064,17.906 17.963,24.547 24.265,28.669 24.581,21.938 18.064,17.906 "/> <polyline fill="%230044B2" points="29.923,24.547 30.408,17.906 24.581,21.938 24.265,28.669 29.923,24.547 "/> </svg>');
}
.blue.icon-assoc-many-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23003399" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%230044B2" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%230044B2" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%230099FF" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23003399" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%230044B2" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.blue.icon-assoc-many-one-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="1.827,11.429 7.123,15.089 7.084,3.396 1.827,11.429 "/> <polyline fill="%23003399" points="8.016,18.808 7.123,15.089 1.827,11.429 8.016,18.808 "/> <polyline fill="%23003399" points="7.123,15.089 13.312,11.429 7.084,3.396 7.123,15.089 "/> <polyline fill="%230044B2" points="13.312,11.429 7.123,15.089 8.016,18.808 13.312,11.429 "/> <polygon fill="%23CCCCCC" points="10.55,13.503 24.18,21.826 25.332,21.035 11.625,12.807 "/> <polyline fill="%23999999" points="10.55,13.503 10.123,14.481 24.123,23.147 24.18,21.826 10.55,13.503 "/> <polyline fill="%23676767" points="25.264,22.368 25.332,21.035 24.18,21.826 24.123,23.147 25.264,22.368 "/> </svg> ');
}
.blue.icon-assoc-one-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.476,9.645 6.324,10.288 23.224,20.572 24.376,19.782 7.476,9.645 "/> <polyline fill="%23999999" points="6.324,10.288 6.37,11.553 23.168,21.894 23.224,20.572 6.324,10.288 "/> <polyline fill="%230044B2" points="24.308,21.114 24.376,19.782 23.224,20.572 23.168,21.894 24.308,21.114 "/> <polyline fill="%230099FF" points="17.317,21.033 24.365,25.2 24.41,11.885 17.317,21.033 "/> <polyline fill="%23003399" points="24.365,25.2 30.395,21.033 24.41,11.885 24.365,25.2 "/> <polyline fill="%23003399" points="24.365,25.2 17.317,21.033 23.359,29.435 24.365,25.2 "/> <polyline fill="%230044B2" points="23.359,29.435 30.395,21.033 24.365,25.2 23.359,29.435 "/> </svg> ');
}
.blue.icon-assoc-many-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="1.326,10.801 6.622,14.46 6.582,2.767 1.326,10.801 "/> <polyline fill="%23003399" points="7.514,18.179 6.622,14.46 1.326,10.801 7.514,18.179 "/> <polyline fill="%23003399" points="6.622,14.46 12.81,10.801 6.582,2.767 6.622,14.46 "/> <polyline fill="%230044B2" points="12.81,10.801 6.622,14.46 7.514,18.179 12.81,10.801 "/> <polygon fill="%23CCCCCC" points="10.049,12.875 23.678,21.198 24.83,20.407 11.124,12.178 "/> <polyline fill="%23999999" points="10.049,12.875 9.621,13.853 23.622,22.519 23.678,21.198 10.049,12.875 "/> <polyline fill="%230044B2" points="24.762,21.74 24.83,20.407 23.678,21.198 23.622,22.519 24.762,21.74 "/> <polyline fill="%230099FF" points="17.771,21.658 24.818,25.825 24.864,12.51 17.771,21.658 "/> <polyline fill="%23003399" points="24.818,25.825 30.849,21.658 24.864,12.51 24.818,25.825 "/> <polyline fill="%23003399" points="24.818,25.825 17.771,21.658 23.813,30.06 24.818,25.825 "/> <polyline fill="%230044B2" points="23.813,30.06 30.849,21.658 24.818,25.825 23.813,30.06 "/> </svg> ');
}
.lightBlue.icon-assoc-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%23999999" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%23676767" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.lightBlue.icon-assoc-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%23269FBF" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%232189a5" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.lightBlue.icon-assoc-port{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.lightBlue.icon-assoc-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.1056" cy="12.0024" r="8.4831" fx="13.2738" fy="9.6742" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.578" cy="11.633" r="5.844"/> <path fill="%23CCCCCC" d="M10.304,13.13l13.885,8.479l1.152-0.791l-13.706-8.229C11.405,12.875,10.94,13.045,10.304,13.13z"/> <path fill="%23999999" d="M10.304,13.13c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.916,12.893"/> <polyline fill="%23676767" points="25.273,22.151 25.34,20.818 24.188,21.608 24.132,22.93 25.273,22.151 "/> </svg> ');
}
.lightBlue.icon-assoc-one-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.453,9.809 6.302,10.452 23.201,20.736 24.353,19.946 7.453,9.809 "/> <polyline fill="%23999999" points="6.302,10.452 6.347,11.717 23.145,22.058 23.201,20.736 6.302,10.452 "/> <radialGradient id="SVGID_1_" cx="24.7957" cy="21.6029" r="9.3389" fx="30.4852" fy="19.0399" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="24.215" cy="21.197" r="6.434"/> </svg>');
}
.lightBlue.icon-assoc-many-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.lightBlue.icon-assoc-many-one-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%23269FBF" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%232189a5" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.lightBlue.icon-assoc-one-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.475,9.714 6.323,10.358 23.223,20.642 24.375,19.851 7.475,9.714 "/> <polyline fill="%23999999" points="6.323,10.358 6.368,11.623 23.166,21.963 23.223,20.642 6.323,10.358 "/> <polyline fill="%2333CCFF" points="30.408,17.906 23.915,14.168 18.064,17.906 24.581,21.938 30.408,17.906 "/> <polyline fill="%23269FBF" points="18.064,17.906 17.963,24.547 24.265,28.669 24.581,21.938 18.064,17.906 "/> <polyline fill="%232189a5" points="29.923,24.547 30.408,17.906 24.581,21.938 24.265,28.669 29.923,24.547 "/> </svg>');
}
.lightBlue.icon-assoc-many-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23269FBF" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%232189a5" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%232189a5" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%2333CCFF" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23269FBF" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%232189a5" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.lightBlue.icon-assoc-many-one-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="1.827,11.429 7.123,15.089 7.084,3.396 1.827,11.429 "/> <polyline fill="%23269FBF" points="8.016,18.808 7.123,15.089 1.827,11.429 8.016,18.808 "/> <polyline fill="%23269FBF" points="7.123,15.089 13.312,11.429 7.084,3.396 7.123,15.089 "/> <polyline fill="%232189a5" points="13.312,11.429 7.123,15.089 8.016,18.808 13.312,11.429 "/> <polygon fill="%23CCCCCC" points="10.55,13.503 24.18,21.826 25.332,21.035 11.625,12.807 "/> <polyline fill="%23999999" points="10.55,13.503 10.123,14.481 24.123,23.147 24.18,21.826 10.55,13.503 "/> <polyline fill="%23676767" points="25.264,22.368 25.332,21.035 24.18,21.826 24.123,23.147 25.264,22.368 "/> </svg> ');
}
.lightBlue.icon-assoc-one-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.476,9.645 6.324,10.288 23.224,20.572 24.376,19.782 7.476,9.645 "/> <polyline fill="%23999999" points="6.324,10.288 6.37,11.553 23.168,21.894 23.224,20.572 6.324,10.288 "/> <polyline fill="%232189a5" points="24.308,21.114 24.376,19.782 23.224,20.572 23.168,21.894 24.308,21.114 "/> <polyline fill="%2333CCFF" points="17.317,21.033 24.365,25.2 24.41,11.885 17.317,21.033 "/> <polyline fill="%23269FBF" points="24.365,25.2 30.395,21.033 24.41,11.885 24.365,25.2 "/> <polyline fill="%23269FBF" points="24.365,25.2 17.317,21.033 23.359,29.435 24.365,25.2 "/> <polyline fill="%232189a5" points="23.359,29.435 30.395,21.033 24.365,25.2 23.359,29.435 "/> </svg> ');
}
.lightBlue.icon-assoc-many-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="1.326,10.801 6.622,14.46 6.582,2.767 1.326,10.801 "/> <polyline fill="%23269FBF" points="7.514,18.179 6.622,14.46 1.326,10.801 7.514,18.179 "/> <polyline fill="%23269FBF" points="6.622,14.46 12.81,10.801 6.582,2.767 6.622,14.46 "/> <polyline fill="%232189a5" points="12.81,10.801 6.622,14.46 7.514,18.179 12.81,10.801 "/> <polygon fill="%23CCCCCC" points="10.049,12.875 23.678,21.198 24.83,20.407 11.124,12.178 "/> <polyline fill="%23999999" points="10.049,12.875 9.621,13.853 23.622,22.519 23.678,21.198 10.049,12.875 "/> <polyline fill="%232189a5" points="24.762,21.74 24.83,20.407 23.678,21.198 23.622,22.519 24.762,21.74 "/> <polyline fill="%2333CCFF" points="17.771,21.658 24.818,25.825 24.864,12.51 17.771,21.658 "/> <polyline fill="%23269FBF" points="24.818,25.825 30.849,21.658 24.864,12.51 24.818,25.825 "/> <polyline fill="%23269FBF" points="24.818,25.825 17.771,21.658 23.813,30.06 24.818,25.825 "/> <polyline fill="%232189a5" points="23.813,30.06 30.849,21.658 24.818,25.825 23.813,30.06 "/> </svg> ');
}
.green.icon-assoc-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%23999999" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%23676767" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.green.icon-assoc-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%232f8c51" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%2321663c" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.green.icon-assoc-port{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.green.icon-assoc-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.1056" cy="12.0024" r="8.4831" fx="13.2738" fy="9.6742" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.578" cy="11.633" r="5.844"/> <path fill="%23CCCCCC" d="M10.304,13.13l13.885,8.479l1.152-0.791l-13.706-8.229C11.405,12.875,10.94,13.045,10.304,13.13z"/> <path fill="%23999999" d="M10.304,13.13c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.916,12.893"/> <polyline fill="%23676767" points="25.273,22.151 25.34,20.818 24.188,21.608 24.132,22.93 25.273,22.151 "/> </svg> ');
}
.green.icon-assoc-one-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.453,9.809 6.302,10.452 23.201,20.736 24.353,19.946 7.453,9.809 "/> <polyline fill="%23999999" points="6.302,10.452 6.347,11.717 23.145,22.058 23.201,20.736 6.302,10.452 "/> <radialGradient id="SVGID_1_" cx="24.7957" cy="21.6029" r="9.3389" fx="30.4852" fy="19.0399" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="24.215" cy="21.197" r="6.434"/> </svg>');
}
.green.icon-assoc-many-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.green.icon-assoc-many-one-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%232f8c51" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%2321663c" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.green.icon-assoc-one-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.475,9.714 6.323,10.358 23.223,20.642 24.375,19.851 7.475,9.714 "/> <polyline fill="%23999999" points="6.323,10.358 6.368,11.623 23.166,21.963 23.223,20.642 6.323,10.358 "/> <polyline fill="%2339b563" points="30.408,17.906 23.915,14.168 18.064,17.906 24.581,21.938 30.408,17.906 "/> <polyline fill="%232f8c51" points="18.064,17.906 17.963,24.547 24.265,28.669 24.581,21.938 18.064,17.906 "/> <polyline fill="%2321663c" points="29.923,24.547 30.408,17.906 24.581,21.938 24.265,28.669 29.923,24.547 "/> </svg>');
}
.green.icon-assoc-many-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%232f8c51" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%2321663c" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%2321663c" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%2339b563" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%232f8c51" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%2321663c" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.green.icon-assoc-many-one-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="1.827,11.429 7.123,15.089 7.084,3.396 1.827,11.429 "/> <polyline fill="%232f8c51" points="8.016,18.808 7.123,15.089 1.827,11.429 8.016,18.808 "/> <polyline fill="%232f8c51" points="7.123,15.089 13.312,11.429 7.084,3.396 7.123,15.089 "/> <polyline fill="%2321663c" points="13.312,11.429 7.123,15.089 8.016,18.808 13.312,11.429 "/> <polygon fill="%23CCCCCC" points="10.55,13.503 24.18,21.826 25.332,21.035 11.625,12.807 "/> <polyline fill="%23999999" points="10.55,13.503 10.123,14.481 24.123,23.147 24.18,21.826 10.55,13.503 "/> <polyline fill="%23676767" points="25.264,22.368 25.332,21.035 24.18,21.826 24.123,23.147 25.264,22.368 "/> </svg> ');
}
.green.icon-assoc-one-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.476,9.645 6.324,10.288 23.224,20.572 24.376,19.782 7.476,9.645 "/> <polyline fill="%23999999" points="6.324,10.288 6.37,11.553 23.168,21.894 23.224,20.572 6.324,10.288 "/> <polyline fill="%2321663c" points="24.308,21.114 24.376,19.782 23.224,20.572 23.168,21.894 24.308,21.114 "/> <polyline fill="%2339b563" points="17.317,21.033 24.365,25.2 24.41,11.885 17.317,21.033 "/> <polyline fill="%232f8c51" points="24.365,25.2 30.395,21.033 24.41,11.885 24.365,25.2 "/> <polyline fill="%232f8c51" points="24.365,25.2 17.317,21.033 23.359,29.435 24.365,25.2 "/> <polyline fill="%2321663c" points="23.359,29.435 30.395,21.033 24.365,25.2 23.359,29.435 "/> </svg> ');
}
.green.icon-assoc-many-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="1.326,10.801 6.622,14.46 6.582,2.767 1.326,10.801 "/> <polyline fill="%232f8c51" points="7.514,18.179 6.622,14.46 1.326,10.801 7.514,18.179 "/> <polyline fill="%232f8c51" points="6.622,14.46 12.81,10.801 6.582,2.767 6.622,14.46 "/> <polyline fill="%2321663c" points="12.81,10.801 6.622,14.46 7.514,18.179 12.81,10.801 "/> <polygon fill="%23CCCCCC" points="10.049,12.875 23.678,21.198 24.83,20.407 11.124,12.178 "/> <polyline fill="%23999999" points="10.049,12.875 9.621,13.853 23.622,22.519 23.678,21.198 10.049,12.875 "/> <polyline fill="%2321663c" points="24.762,21.74 24.83,20.407 23.678,21.198 23.622,22.519 24.762,21.74 "/> <polyline fill="%2339b563" points="17.771,21.658 24.818,25.825 24.864,12.51 17.771,21.658 "/> <polyline fill="%232f8c51" points="24.818,25.825 30.849,21.658 24.864,12.51 24.818,25.825 "/> <polyline fill="%232f8c51" points="24.818,25.825 17.771,21.658 23.813,30.06 24.818,25.825 "/> <polyline fill="%2321663c" points="23.813,30.06 30.849,21.658 24.818,25.825 23.813,30.06 "/> </svg> ');
}
.lightGreen.icon-assoc-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%23999999" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%23676767" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.lightGreen.icon-assoc-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%2300b200" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%23009900" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.lightGreen.icon-assoc-port{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.lightGreen.icon-assoc-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.1056" cy="12.0024" r="8.4831" fx="13.2738" fy="9.6742" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.578" cy="11.633" r="5.844"/> <path fill="%23CCCCCC" d="M10.304,13.13l13.885,8.479l1.152-0.791l-13.706-8.229C11.405,12.875,10.94,13.045,10.304,13.13z"/> <path fill="%23999999" d="M10.304,13.13c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.916,12.893"/> <polyline fill="%23676767" points="25.273,22.151 25.34,20.818 24.188,21.608 24.132,22.93 25.273,22.151 "/> </svg> ');
}
.lightGreen.icon-assoc-one-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.453,9.809 6.302,10.452 23.201,20.736 24.353,19.946 7.453,9.809 "/> <polyline fill="%23999999" points="6.302,10.452 6.347,11.717 23.145,22.058 23.201,20.736 6.302,10.452 "/> <radialGradient id="SVGID_1_" cx="24.7957" cy="21.6029" r="9.3389" fx="30.4852" fy="19.0399" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="24.215" cy="21.197" r="6.434"/> </svg>');
}
.lightGreen.icon-assoc-many-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.lightGreen.icon-assoc-many-one-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%2300b200" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%23009900" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.lightGreen.icon-assoc-one-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.475,9.714 6.323,10.358 23.223,20.642 24.375,19.851 7.475,9.714 "/> <polyline fill="%23999999" points="6.323,10.358 6.368,11.623 23.166,21.963 23.223,20.642 6.323,10.358 "/> <polyline fill="%2300e500" points="30.408,17.906 23.915,14.168 18.064,17.906 24.581,21.938 30.408,17.906 "/> <polyline fill="%2300b200" points="18.064,17.906 17.963,24.547 24.265,28.669 24.581,21.938 18.064,17.906 "/> <polyline fill="%23009900" points="29.923,24.547 30.408,17.906 24.581,21.938 24.265,28.669 29.923,24.547 "/> </svg>');
}
.lightGreen.icon-assoc-many-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%2300b200" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23009900" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23009900" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%2300e500" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%2300b200" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23009900" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.lightGreen.icon-assoc-many-one-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="1.827,11.429 7.123,15.089 7.084,3.396 1.827,11.429 "/> <polyline fill="%2300b200" points="8.016,18.808 7.123,15.089 1.827,11.429 8.016,18.808 "/> <polyline fill="%2300b200" points="7.123,15.089 13.312,11.429 7.084,3.396 7.123,15.089 "/> <polyline fill="%23009900" points="13.312,11.429 7.123,15.089 8.016,18.808 13.312,11.429 "/> <polygon fill="%23CCCCCC" points="10.55,13.503 24.18,21.826 25.332,21.035 11.625,12.807 "/> <polyline fill="%23999999" points="10.55,13.503 10.123,14.481 24.123,23.147 24.18,21.826 10.55,13.503 "/> <polyline fill="%23676767" points="25.264,22.368 25.332,21.035 24.18,21.826 24.123,23.147 25.264,22.368 "/> </svg> ');
}
.lightGreen.icon-assoc-one-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.476,9.645 6.324,10.288 23.224,20.572 24.376,19.782 7.476,9.645 "/> <polyline fill="%23999999" points="6.324,10.288 6.37,11.553 23.168,21.894 23.224,20.572 6.324,10.288 "/> <polyline fill="%23009900" points="24.308,21.114 24.376,19.782 23.224,20.572 23.168,21.894 24.308,21.114 "/> <polyline fill="%2300e500" points="17.317,21.033 24.365,25.2 24.41,11.885 17.317,21.033 "/> <polyline fill="%2300b200" points="24.365,25.2 30.395,21.033 24.41,11.885 24.365,25.2 "/> <polyline fill="%2300b200" points="24.365,25.2 17.317,21.033 23.359,29.435 24.365,25.2 "/> <polyline fill="%23009900" points="23.359,29.435 30.395,21.033 24.365,25.2 23.359,29.435 "/> </svg> ');
}
.lightGreen.icon-assoc-many-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="1.326,10.801 6.622,14.46 6.582,2.767 1.326,10.801 "/> <polyline fill="%2300b200" points="7.514,18.179 6.622,14.46 1.326,10.801 7.514,18.179 "/> <polyline fill="%2300b200" points="6.622,14.46 12.81,10.801 6.582,2.767 6.622,14.46 "/> <polyline fill="%23009900" points="12.81,10.801 6.622,14.46 7.514,18.179 12.81,10.801 "/> <polygon fill="%23CCCCCC" points="10.049,12.875 23.678,21.198 24.83,20.407 11.124,12.178 "/> <polyline fill="%23999999" points="10.049,12.875 9.621,13.853 23.622,22.519 23.678,21.198 10.049,12.875 "/> <polyline fill="%23009900" points="24.762,21.74 24.83,20.407 23.678,21.198 23.622,22.519 24.762,21.74 "/> <polyline fill="%2300e500" points="17.771,21.658 24.818,25.825 24.864,12.51 17.771,21.658 "/> <polyline fill="%2300b200" points="24.818,25.825 30.849,21.658 24.864,12.51 24.818,25.825 "/> <polyline fill="%2300b200" points="24.818,25.825 17.771,21.658 23.813,30.06 24.818,25.825 "/> <polyline fill="%23009900" points="23.813,30.06 30.849,21.658 24.818,25.825 23.813,30.06 "/> </svg> ');
}
.yellow.icon-assoc-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%23999999" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%23676767" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.yellow.icon-assoc-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%23ccaa00" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%23a58d00" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.yellow.icon-assoc-port{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.yellow.icon-assoc-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.1056" cy="12.0024" r="8.4831" fx="13.2738" fy="9.6742" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.578" cy="11.633" r="5.844"/> <path fill="%23CCCCCC" d="M10.304,13.13l13.885,8.479l1.152-0.791l-13.706-8.229C11.405,12.875,10.94,13.045,10.304,13.13z"/> <path fill="%23999999" d="M10.304,13.13c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.916,12.893"/> <polyline fill="%23676767" points="25.273,22.151 25.34,20.818 24.188,21.608 24.132,22.93 25.273,22.151 "/> </svg> ');
}
.yellow.icon-assoc-one-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.453,9.809 6.302,10.452 23.201,20.736 24.353,19.946 7.453,9.809 "/> <polyline fill="%23999999" points="6.302,10.452 6.347,11.717 23.145,22.058 23.201,20.736 6.302,10.452 "/> <radialGradient id="SVGID_1_" cx="24.7957" cy="21.6029" r="9.3389" fx="30.4852" fy="19.0399" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="24.215" cy="21.197" r="6.434"/> </svg>');
}
.yellow.icon-assoc-many-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.yellow.icon-assoc-many-one-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%23ccaa00" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%23a58d00" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.yellow.icon-assoc-one-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.475,9.714 6.323,10.358 23.223,20.642 24.375,19.851 7.475,9.714 "/> <polyline fill="%23999999" points="6.323,10.358 6.368,11.623 23.166,21.963 23.223,20.642 6.323,10.358 "/> <polyline fill="%23f9e100" points="30.408,17.906 23.915,14.168 18.064,17.906 24.581,21.938 30.408,17.906 "/> <polyline fill="%23ccaa00" points="18.064,17.906 17.963,24.547 24.265,28.669 24.581,21.938 18.064,17.906 "/> <polyline fill="%23a58d00" points="29.923,24.547 30.408,17.906 24.581,21.938 24.265,28.669 29.923,24.547 "/> </svg>');
}
.yellow.icon-assoc-many-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23ccaa00" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23a58d00" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23a58d00" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%23f9e100" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23ccaa00" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23a58d00" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.yellow.icon-assoc-many-one-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="1.827,11.429 7.123,15.089 7.084,3.396 1.827,11.429 "/> <polyline fill="%23ccaa00" points="8.016,18.808 7.123,15.089 1.827,11.429 8.016,18.808 "/> <polyline fill="%23ccaa00" points="7.123,15.089 13.312,11.429 7.084,3.396 7.123,15.089 "/> <polyline fill="%23a58d00" points="13.312,11.429 7.123,15.089 8.016,18.808 13.312,11.429 "/> <polygon fill="%23CCCCCC" points="10.55,13.503 24.18,21.826 25.332,21.035 11.625,12.807 "/> <polyline fill="%23999999" points="10.55,13.503 10.123,14.481 24.123,23.147 24.18,21.826 10.55,13.503 "/> <polyline fill="%23676767" points="25.264,22.368 25.332,21.035 24.18,21.826 24.123,23.147 25.264,22.368 "/> </svg> ');
}
.yellow.icon-assoc-one-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.476,9.645 6.324,10.288 23.224,20.572 24.376,19.782 7.476,9.645 "/> <polyline fill="%23999999" points="6.324,10.288 6.37,11.553 23.168,21.894 23.224,20.572 6.324,10.288 "/> <polyline fill="%23a58d00" points="24.308,21.114 24.376,19.782 23.224,20.572 23.168,21.894 24.308,21.114 "/> <polyline fill="%23f9e100" points="17.317,21.033 24.365,25.2 24.41,11.885 17.317,21.033 "/> <polyline fill="%23ccaa00" points="24.365,25.2 30.395,21.033 24.41,11.885 24.365,25.2 "/> <polyline fill="%23ccaa00" points="24.365,25.2 17.317,21.033 23.359,29.435 24.365,25.2 "/> <polyline fill="%23a58d00" points="23.359,29.435 30.395,21.033 24.365,25.2 23.359,29.435 "/> </svg> ');
}
.yellow.icon-assoc-many-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="1.326,10.801 6.622,14.46 6.582,2.767 1.326,10.801 "/> <polyline fill="%23ccaa00" points="7.514,18.179 6.622,14.46 1.326,10.801 7.514,18.179 "/> <polyline fill="%23ccaa00" points="6.622,14.46 12.81,10.801 6.582,2.767 6.622,14.46 "/> <polyline fill="%23a58d00" points="12.81,10.801 6.622,14.46 7.514,18.179 12.81,10.801 "/> <polygon fill="%23CCCCCC" points="10.049,12.875 23.678,21.198 24.83,20.407 11.124,12.178 "/> <polyline fill="%23999999" points="10.049,12.875 9.621,13.853 23.622,22.519 23.678,21.198 10.049,12.875 "/> <polyline fill="%23a58d00" points="24.762,21.74 24.83,20.407 23.678,21.198 23.622,22.519 24.762,21.74 "/> <polyline fill="%23f9e100" points="17.771,21.658 24.818,25.825 24.864,12.51 17.771,21.658 "/> <polyline fill="%23ccaa00" points="24.818,25.825 30.849,21.658 24.864,12.51 24.818,25.825 "/> <polyline fill="%23ccaa00" points="24.818,25.825 17.771,21.658 23.813,30.06 24.818,25.825 "/> <polyline fill="%23a58d00" points="23.813,30.06 30.849,21.658 24.818,25.825 23.813,30.06 "/> </svg> ');
}
.purple.icon-assoc-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%23999999" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%23676767" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.purple.icon-assoc-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%23FF66FF" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%23990099" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.purple.icon-assoc-port{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.purple.icon-assoc-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.1056" cy="12.0024" r="8.4831" fx="13.2738" fy="9.6742" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.578" cy="11.633" r="5.844"/> <path fill="%23CCCCCC" d="M10.304,13.13l13.885,8.479l1.152-0.791l-13.706-8.229C11.405,12.875,10.94,13.045,10.304,13.13z"/> <path fill="%23999999" d="M10.304,13.13c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.916,12.893"/> <polyline fill="%23676767" points="25.273,22.151 25.34,20.818 24.188,21.608 24.132,22.93 25.273,22.151 "/> </svg> ');
}
.purple.icon-assoc-one-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.453,9.809 6.302,10.452 23.201,20.736 24.353,19.946 7.453,9.809 "/> <polyline fill="%23999999" points="6.302,10.452 6.347,11.717 23.145,22.058 23.201,20.736 6.302,10.452 "/> <radialGradient id="SVGID_1_" cx="24.7957" cy="21.6029" r="9.3389" fx="30.4852" fy="19.0399" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="24.215" cy="21.197" r="6.434"/> </svg>');
}
.purple.icon-assoc-many-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.purple.icon-assoc-many-one-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%23FF66FF" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%23990099" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.purple.icon-assoc-one-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.475,9.714 6.323,10.358 23.223,20.642 24.375,19.851 7.475,9.714 "/> <polyline fill="%23999999" points="6.323,10.358 6.368,11.623 23.166,21.963 23.223,20.642 6.323,10.358 "/> <polyline fill="%23FF99FF" points="30.408,17.906 23.915,14.168 18.064,17.906 24.581,21.938 30.408,17.906 "/> <polyline fill="%23FF66FF" points="18.064,17.906 17.963,24.547 24.265,28.669 24.581,21.938 18.064,17.906 "/> <polyline fill="%23990099" points="29.923,24.547 30.408,17.906 24.581,21.938 24.265,28.669 29.923,24.547 "/> </svg>');
}
.purple.icon-assoc-many-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23FF66FF" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23990099" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23990099" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%23FF99FF" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23FF66FF" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23990099" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.purple.icon-assoc-many-one-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="1.827,11.429 7.123,15.089 7.084,3.396 1.827,11.429 "/> <polyline fill="%23FF66FF" points="8.016,18.808 7.123,15.089 1.827,11.429 8.016,18.808 "/> <polyline fill="%23FF66FF" points="7.123,15.089 13.312,11.429 7.084,3.396 7.123,15.089 "/> <polyline fill="%23990099" points="13.312,11.429 7.123,15.089 8.016,18.808 13.312,11.429 "/> <polygon fill="%23CCCCCC" points="10.55,13.503 24.18,21.826 25.332,21.035 11.625,12.807 "/> <polyline fill="%23999999" points="10.55,13.503 10.123,14.481 24.123,23.147 24.18,21.826 10.55,13.503 "/> <polyline fill="%23676767" points="25.264,22.368 25.332,21.035 24.18,21.826 24.123,23.147 25.264,22.368 "/> </svg> ');
}
.purple.icon-assoc-one-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.476,9.645 6.324,10.288 23.224,20.572 24.376,19.782 7.476,9.645 "/> <polyline fill="%23999999" points="6.324,10.288 6.37,11.553 23.168,21.894 23.224,20.572 6.324,10.288 "/> <polyline fill="%23990099" points="24.308,21.114 24.376,19.782 23.224,20.572 23.168,21.894 24.308,21.114 "/> <polyline fill="%23FF99FF" points="17.317,21.033 24.365,25.2 24.41,11.885 17.317,21.033 "/> <polyline fill="%23FF66FF" points="24.365,25.2 30.395,21.033 24.41,11.885 24.365,25.2 "/> <polyline fill="%23FF66FF" points="24.365,25.2 17.317,21.033 23.359,29.435 24.365,25.2 "/> <polyline fill="%23990099" points="23.359,29.435 30.395,21.033 24.365,25.2 23.359,29.435 "/> </svg> ');
}
.purple.icon-assoc-many-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="1.326,10.801 6.622,14.46 6.582,2.767 1.326,10.801 "/> <polyline fill="%23FF66FF" points="7.514,18.179 6.622,14.46 1.326,10.801 7.514,18.179 "/> <polyline fill="%23FF66FF" points="6.622,14.46 12.81,10.801 6.582,2.767 6.622,14.46 "/> <polyline fill="%23990099" points="12.81,10.801 6.622,14.46 7.514,18.179 12.81,10.801 "/> <polygon fill="%23CCCCCC" points="10.049,12.875 23.678,21.198 24.83,20.407 11.124,12.178 "/> <polyline fill="%23999999" points="10.049,12.875 9.621,13.853 23.622,22.519 23.678,21.198 10.049,12.875 "/> <polyline fill="%23990099" points="24.762,21.74 24.83,20.407 23.678,21.198 23.622,22.519 24.762,21.74 "/> <polyline fill="%23FF99FF" points="17.771,21.658 24.818,25.825 24.864,12.51 17.771,21.658 "/> <polyline fill="%23FF66FF" points="24.818,25.825 30.849,21.658 24.864,12.51 24.818,25.825 "/> <polyline fill="%23FF66FF" points="24.818,25.825 17.771,21.658 23.813,30.06 24.818,25.825 "/> <polyline fill="%23990099" points="23.813,30.06 30.849,21.658 24.818,25.825 23.813,30.06 "/> </svg> ');
}
.grey.icon-assoc-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%23999999" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%23676767" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.grey.icon-assoc-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%23999999" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%23676767" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.grey.icon-assoc-port{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.grey.icon-assoc-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.1056" cy="12.0024" r="8.4831" fx="13.2738" fy="9.6742" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.578" cy="11.633" r="5.844"/> <path fill="%23CCCCCC" d="M10.304,13.13l13.885,8.479l1.152-0.791l-13.706-8.229C11.405,12.875,10.94,13.045,10.304,13.13z"/> <path fill="%23999999" d="M10.304,13.13c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.916,12.893"/> <polyline fill="%23676767" points="25.273,22.151 25.34,20.818 24.188,21.608 24.132,22.93 25.273,22.151 "/> </svg> ');
}
.grey.icon-assoc-one-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.453,9.809 6.302,10.452 23.201,20.736 24.353,19.946 7.453,9.809 "/> <polyline fill="%23999999" points="6.302,10.452 6.347,11.717 23.145,22.058 23.201,20.736 6.302,10.452 "/> <radialGradient id="SVGID_1_" cx="24.7957" cy="21.6029" r="9.3389" fx="30.4852" fy="19.0399" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="24.215" cy="21.197" r="6.434"/> </svg>');
}
.grey.icon-assoc-many-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.grey.icon-assoc-many-one-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%23999999" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%23676767" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.grey.icon-assoc-one-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.475,9.714 6.323,10.358 23.223,20.642 24.375,19.851 7.475,9.714 "/> <polyline fill="%23999999" points="6.323,10.358 6.368,11.623 23.166,21.963 23.223,20.642 6.323,10.358 "/> <polyline fill="%23CCCCCC" points="30.408,17.906 23.915,14.168 18.064,17.906 24.581,21.938 30.408,17.906 "/> <polyline fill="%23999999" points="18.064,17.906 17.963,24.547 24.265,28.669 24.581,21.938 18.064,17.906 "/> <polyline fill="%23676767" points="29.923,24.547 30.408,17.906 24.581,21.938 24.265,28.669 29.923,24.547 "/> </svg>');
}
.grey.icon-assoc-many-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23999999" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23676767" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23676767" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%23CCCCCC" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23999999" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23676767" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.grey.icon-assoc-many-one-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="1.827,11.429 7.123,15.089 7.084,3.396 1.827,11.429 "/> <polyline fill="%23999999" points="8.016,18.808 7.123,15.089 1.827,11.429 8.016,18.808 "/> <polyline fill="%23999999" points="7.123,15.089 13.312,11.429 7.084,3.396 7.123,15.089 "/> <polyline fill="%23676767" points="13.312,11.429 7.123,15.089 8.016,18.808 13.312,11.429 "/> <polygon fill="%23CCCCCC" points="10.55,13.503 24.18,21.826 25.332,21.035 11.625,12.807 "/> <polyline fill="%23999999" points="10.55,13.503 10.123,14.481 24.123,23.147 24.18,21.826 10.55,13.503 "/> <polyline fill="%23676767" points="25.264,22.368 25.332,21.035 24.18,21.826 24.123,23.147 25.264,22.368 "/> </svg> ');
}
.grey.icon-assoc-one-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.476,9.645 6.324,10.288 23.224,20.572 24.376,19.782 7.476,9.645 "/> <polyline fill="%23999999" points="6.324,10.288 6.37,11.553 23.168,21.894 23.224,20.572 6.324,10.288 "/> <polyline fill="%23676767" points="24.308,21.114 24.376,19.782 23.224,20.572 23.168,21.894 24.308,21.114 "/> <polyline fill="%23CCCCCC" points="17.317,21.033 24.365,25.2 24.41,11.885 17.317,21.033 "/> <polyline fill="%23999999" points="24.365,25.2 30.395,21.033 24.41,11.885 24.365,25.2 "/> <polyline fill="%23999999" points="24.365,25.2 17.317,21.033 23.359,29.435 24.365,25.2 "/> <polyline fill="%23676767" points="23.359,29.435 30.395,21.033 24.365,25.2 23.359,29.435 "/> </svg> ');
}
.grey.icon-assoc-many-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="1.326,10.801 6.622,14.46 6.582,2.767 1.326,10.801 "/> <polyline fill="%23999999" points="7.514,18.179 6.622,14.46 1.326,10.801 7.514,18.179 "/> <polyline fill="%23999999" points="6.622,14.46 12.81,10.801 6.582,2.767 6.622,14.46 "/> <polyline fill="%23676767" points="12.81,10.801 6.622,14.46 7.514,18.179 12.81,10.801 "/> <polygon fill="%23CCCCCC" points="10.049,12.875 23.678,21.198 24.83,20.407 11.124,12.178 "/> <polyline fill="%23999999" points="10.049,12.875 9.621,13.853 23.622,22.519 23.678,21.198 10.049,12.875 "/> <polyline fill="%23676767" points="24.762,21.74 24.83,20.407 23.678,21.198 23.622,22.519 24.762,21.74 "/> <polyline fill="%23CCCCCC" points="17.771,21.658 24.818,25.825 24.864,12.51 17.771,21.658 "/> <polyline fill="%23999999" points="24.818,25.825 30.849,21.658 24.864,12.51 24.818,25.825 "/> <polyline fill="%23999999" points="24.818,25.825 17.771,21.658 23.813,30.06 24.818,25.825 "/> <polyline fill="%23676767" points="23.813,30.06 30.849,21.658 24.818,25.825 23.813,30.06 "/> </svg> ');
}
.orange.icon-assoc-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%23999999" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%23676767" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.orange.icon-assoc-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%23d88500" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%23a56600" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.orange.icon-assoc-port{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.orange.icon-assoc-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.1056" cy="12.0024" r="8.4831" fx="13.2738" fy="9.6742" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.578" cy="11.633" r="5.844"/> <path fill="%23CCCCCC" d="M10.304,13.13l13.885,8.479l1.152-0.791l-13.706-8.229C11.405,12.875,10.94,13.045,10.304,13.13z"/> <path fill="%23999999" d="M10.304,13.13c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.916,12.893"/> <polyline fill="%23676767" points="25.273,22.151 25.34,20.818 24.188,21.608 24.132,22.93 25.273,22.151 "/> </svg> ');
}
.orange.icon-assoc-one-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.453,9.809 6.302,10.452 23.201,20.736 24.353,19.946 7.453,9.809 "/> <polyline fill="%23999999" points="6.302,10.452 6.347,11.717 23.145,22.058 23.201,20.736 6.302,10.452 "/> <radialGradient id="SVGID_1_" cx="24.7957" cy="21.6029" r="9.3389" fx="30.4852" fy="19.0399" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="24.215" cy="21.197" r="6.434"/> </svg>');
}
.orange.icon-assoc-many-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.orange.icon-assoc-many-one-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%23d88500" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%23a56600" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.orange.icon-assoc-one-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.475,9.714 6.323,10.358 23.223,20.642 24.375,19.851 7.475,9.714 "/> <polyline fill="%23999999" points="6.323,10.358 6.368,11.623 23.166,21.963 23.223,20.642 6.323,10.358 "/> <polyline fill="%23ffbc00" points="30.408,17.906 23.915,14.168 18.064,17.906 24.581,21.938 30.408,17.906 "/> <polyline fill="%23d88500" points="18.064,17.906 17.963,24.547 24.265,28.669 24.581,21.938 18.064,17.906 "/> <polyline fill="%23a56600" points="29.923,24.547 30.408,17.906 24.581,21.938 24.265,28.669 29.923,24.547 "/> </svg>');
}
.orange.icon-assoc-many-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23d88500" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23a56600" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23a56600" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%23ffbc00" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23d88500" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23a56600" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.orange.icon-assoc-many-one-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="1.827,11.429 7.123,15.089 7.084,3.396 1.827,11.429 "/> <polyline fill="%23d88500" points="8.016,18.808 7.123,15.089 1.827,11.429 8.016,18.808 "/> <polyline fill="%23d88500" points="7.123,15.089 13.312,11.429 7.084,3.396 7.123,15.089 "/> <polyline fill="%23a56600" points="13.312,11.429 7.123,15.089 8.016,18.808 13.312,11.429 "/> <polygon fill="%23CCCCCC" points="10.55,13.503 24.18,21.826 25.332,21.035 11.625,12.807 "/> <polyline fill="%23999999" points="10.55,13.503 10.123,14.481 24.123,23.147 24.18,21.826 10.55,13.503 "/> <polyline fill="%23676767" points="25.264,22.368 25.332,21.035 24.18,21.826 24.123,23.147 25.264,22.368 "/> </svg> ');
}
.orange.icon-assoc-one-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.476,9.645 6.324,10.288 23.224,20.572 24.376,19.782 7.476,9.645 "/> <polyline fill="%23999999" points="6.324,10.288 6.37,11.553 23.168,21.894 23.224,20.572 6.324,10.288 "/> <polyline fill="%23a56600" points="24.308,21.114 24.376,19.782 23.224,20.572 23.168,21.894 24.308,21.114 "/> <polyline fill="%23ffbc00" points="17.317,21.033 24.365,25.2 24.41,11.885 17.317,21.033 "/> <polyline fill="%23d88500" points="24.365,25.2 30.395,21.033 24.41,11.885 24.365,25.2 "/> <polyline fill="%23d88500" points="24.365,25.2 17.317,21.033 23.359,29.435 24.365,25.2 "/> <polyline fill="%23a56600" points="23.359,29.435 30.395,21.033 24.365,25.2 23.359,29.435 "/> </svg> ');
}
.orange.icon-assoc-many-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="1.326,10.801 6.622,14.46 6.582,2.767 1.326,10.801 "/> <polyline fill="%23d88500" points="7.514,18.179 6.622,14.46 1.326,10.801 7.514,18.179 "/> <polyline fill="%23d88500" points="6.622,14.46 12.81,10.801 6.582,2.767 6.622,14.46 "/> <polyline fill="%23a56600" points="12.81,10.801 6.622,14.46 7.514,18.179 12.81,10.801 "/> <polygon fill="%23CCCCCC" points="10.049,12.875 23.678,21.198 24.83,20.407 11.124,12.178 "/> <polyline fill="%23999999" points="10.049,12.875 9.621,13.853 23.622,22.519 23.678,21.198 10.049,12.875 "/> <polyline fill="%23a56600" points="24.762,21.74 24.83,20.407 23.678,21.198 23.622,22.519 24.762,21.74 "/> <polyline fill="%23ffbc00" points="17.771,21.658 24.818,25.825 24.864,12.51 17.771,21.658 "/> <polyline fill="%23d88500" points="24.818,25.825 30.849,21.658 24.864,12.51 24.818,25.825 "/> <polyline fill="%23d88500" points="24.818,25.825 17.771,21.658 23.813,30.06 24.818,25.825 "/> <polyline fill="%23a56600" points="23.813,30.06 30.849,21.658 24.818,25.825 23.813,30.06 "/> </svg> ');
}
.red.icon-assoc-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%23999999" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%23676767" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.red.icon-assoc-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="6.326,9.27 5,10.011 25.03,22.346 26.356,21.436 6.326,9.27 "/> <polyline fill="%23CC0000" points="5,10.011 5.052,11.467 24.965,23.867 25.03,22.346 5,10.011 "/> <polyline fill="%23990000" points="26.278,22.97 26.356,21.436 25.03,22.346 24.965,23.867 26.278,22.97 "/> </svg> ');
}
.red.icon-assoc-port{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.red.icon-assoc-many-one{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.1056" cy="12.0024" r="8.4831" fx="13.2738" fy="9.6742" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.578" cy="11.633" r="5.844"/> <path fill="%23CCCCCC" d="M10.304,13.13l13.885,8.479l1.152-0.791l-13.706-8.229C11.405,12.875,10.94,13.045,10.304,13.13z"/> <path fill="%23999999" d="M10.304,13.13c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.916,12.893"/> <polyline fill="%23676767" points="25.273,22.151 25.34,20.818 24.188,21.608 24.132,22.93 25.273,22.151 "/> </svg> ');
}
.red.icon-assoc-one-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.453,9.809 6.302,10.452 23.201,20.736 24.353,19.946 7.453,9.809 "/> <polyline fill="%23999999" points="6.302,10.452 6.347,11.717 23.145,22.058 23.201,20.736 6.302,10.452 "/> <radialGradient id="SVGID_1_" cx="24.7957" cy="21.6029" r="9.3389" fx="30.4852" fy="19.0399" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="24.215" cy="21.197" r="6.434"/> </svg>');
}
.red.icon-assoc-many-many{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.red.icon-assoc-many-one-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="7.815,5.339 1.977,8.41 7.273,11.674 13.135,8.41 7.815,5.339 "/> <polyline fill="%23CC0000" points="1.977,8.41 2.383,14.724 7.533,18.1 7.273,11.674 1.977,8.41 "/> <polyline fill="%23990000" points="13.214,14.724 13.135,8.41 7.273,11.674 7.533,18.1 13.214,14.724 "/> <polyline fill="%23CCCCCC" points="11.045,12.29 9.893,12.934 24.166,21.649 25.318,20.859 11.045,12.29 "/> <polyline fill="%23999999" points="9.893,12.934 9.939,14.199 24.109,22.971 24.166,21.649 9.893,12.934 "/> <polyline fill="%23676767" points="25.25,22.191 25.318,20.859 24.166,21.649 24.109,22.971 25.25,22.191 "/> </svg> ');
}
.red.icon-assoc-one-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.475,9.714 6.323,10.358 23.223,20.642 24.375,19.851 7.475,9.714 "/> <polyline fill="%23999999" points="6.323,10.358 6.368,11.623 23.166,21.963 23.223,20.642 6.323,10.358 "/> <polyline fill="%23FF0000" points="30.408,17.906 23.915,14.168 18.064,17.906 24.581,21.938 30.408,17.906 "/> <polyline fill="%23CC0000" points="18.064,17.906 17.963,24.547 24.265,28.669 24.581,21.938 18.064,17.906 "/> <polyline fill="%23990000" points="29.923,24.547 30.408,17.906 24.581,21.938 24.265,28.669 29.923,24.547 "/> </svg>');
}
.red.icon-assoc-many-many-table{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23CC0000" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23990000" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23990000" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%23FF0000" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23CC0000" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23990000" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.red.icon-assoc-many-one-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="1.827,11.429 7.123,15.089 7.084,3.396 1.827,11.429 "/> <polyline fill="%23CC0000" points="8.016,18.808 7.123,15.089 1.827,11.429 8.016,18.808 "/> <polyline fill="%23CC0000" points="7.123,15.089 13.312,11.429 7.084,3.396 7.123,15.089 "/> <polyline fill="%23990000" points="13.312,11.429 7.123,15.089 8.016,18.808 13.312,11.429 "/> <polygon fill="%23CCCCCC" points="10.55,13.503 24.18,21.826 25.332,21.035 11.625,12.807 "/> <polyline fill="%23999999" points="10.55,13.503 10.123,14.481 24.123,23.147 24.18,21.826 10.55,13.503 "/> <polyline fill="%23676767" points="25.264,22.368 25.332,21.035 24.18,21.826 24.123,23.147 25.264,22.368 "/> </svg> ');
}
.red.icon-assoc-one-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.476,9.645 6.324,10.288 23.224,20.572 24.376,19.782 7.476,9.645 "/> <polyline fill="%23999999" points="6.324,10.288 6.37,11.553 23.168,21.894 23.224,20.572 6.324,10.288 "/> <polyline fill="%23990000" points="24.308,21.114 24.376,19.782 23.224,20.572 23.168,21.894 24.308,21.114 "/> <polyline fill="%23FF0000" points="17.317,21.033 24.365,25.2 24.41,11.885 17.317,21.033 "/> <polyline fill="%23CC0000" points="24.365,25.2 30.395,21.033 24.41,11.885 24.365,25.2 "/> <polyline fill="%23CC0000" points="24.365,25.2 17.317,21.033 23.359,29.435 24.365,25.2 "/> <polyline fill="%23990000" points="23.359,29.435 30.395,21.033 24.365,25.2 23.359,29.435 "/> </svg> ');
}
.red.icon-assoc-many-many-tree{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="1.326,10.801 6.622,14.46 6.582,2.767 1.326,10.801 "/> <polyline fill="%23CC0000" points="7.514,18.179 6.622,14.46 1.326,10.801 7.514,18.179 "/> <polyline fill="%23CC0000" points="6.622,14.46 12.81,10.801 6.582,2.767 6.622,14.46 "/> <polyline fill="%23990000" points="12.81,10.801 6.622,14.46 7.514,18.179 12.81,10.801 "/> <polygon fill="%23CCCCCC" points="10.049,12.875 23.678,21.198 24.83,20.407 11.124,12.178 "/> <polyline fill="%23999999" points="10.049,12.875 9.621,13.853 23.622,22.519 23.678,21.198 10.049,12.875 "/> <polyline fill="%23990000" points="24.762,21.74 24.83,20.407 23.678,21.198 23.622,22.519 24.762,21.74 "/> <polyline fill="%23FF0000" points="17.771,21.658 24.818,25.825 24.864,12.51 17.771,21.658 "/> <polyline fill="%23CC0000" points="24.818,25.825 30.849,21.658 24.864,12.51 24.818,25.825 "/> <polyline fill="%23CC0000" points="24.818,25.825 17.771,21.658 23.813,30.06 24.818,25.825 "/> <polyline fill="%23990000" points="23.813,30.06 30.849,21.658 24.818,25.825 23.813,30.06 "/> </svg> ');
}


.blue.icon-process{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M23.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C23.841,20.892,23.644,19.363,23.162,17.779z M19.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C19.39,20.003,19.387,20.072,19.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.5647" y1="13.877" x2="19.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C18.217,22.531,18.67,22.183,18.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5026" y1="6.8829" x2="27.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C17.908,5.359,16.761,5.225,15.679,5.446z"/> <path fill="%23676767" d="M16.722,25.866c0.334-0.313,0.506-0.757,0.512-1.312c0.008-0.466-0.113-0.947-0.355-1.423 c-0.089-0.177-0.195-0.337-0.305-0.493c-0.224-0.048-0.452-0.116-0.689-0.22c-0.493-0.214-0.975-0.528-1.447-0.942 c-0.021-0.018-0.039-0.04-0.06-0.059c-0.018,0.002-0.037,0.001-0.055,0.004c-0.211,0.03-0.406,0.098-0.576,0.201l-1.614,0.961 l-1.313-2.178c0.171-0.268,0.29-0.641,0.268-1.159c-0.014-0.449-0.134-0.908-0.356-1.366c-0.209-0.428-0.475-0.796-0.794-1.095 c-0.018-0.017-0.036-0.033-0.054-0.049L9.866,16.34c0.242-0.091,0.477-0.195,0.7-0.31c0.408-0.209,0.729-0.43,0.995-0.653 c0-0.033-0.005-0.066-0.004-0.099c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.165-0.3,0.371-0.535,0.614-0.712l-0.108-4.495 l0.018-0.095L12.474,8.19c-0.013-0.223-0.063-0.445-0.148-0.655c-0.048-0.121-0.105-0.238-0.17-0.35 c-0.09,0.007-0.181,0.009-0.269,0.021c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.146,4.077,5.676c0.689,0.631,1.394,1.156,2.113,1.577l0.964-0.605L16.722,25.866z"/> <path fill="%23003399" d="M8.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C8.889,25.716,8.842,25.724,8.798,25.738"/> <path fill="%23003399" d="M5.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C4.669,19.1,4.6,19.339,4.622,19.692C4.641,20,4.734,20.321,4.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C5.848,19.208,5.766,19.137,5.685,19.079"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="10.8291" y1="22.2818" x2="8.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M9.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H9.521"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.4674" y1="17.5434" x2="8.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M8.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C7.805,19.788,8.89,19.777,8.907,18.514"/> <path fill="%230099FF" d="M2.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454C8.219,6.241,7.285,6.18,6.281,6.262 C5.24,6.346,4.329,6.571,3.55,6.936C3.057,7.165,2.672,7.432,2.395,7.738C2.106,8.057,1.976,8.381,2.004,8.709"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="6.8978" y1="17.7855" x2="8.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L4.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C9.134,17.404,9.018,17.317,8.905,17.255"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="11.9166" y1="23.8311" x2="13.6315" y2="26.8016"> <stop offset="0.2013" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M16.037,25.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L16.037,25.137"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="2.006" y1="12.0996" x2="11.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%23003399"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M2.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C3.125,10.189,2.355,9.707,2.088,9.04"/> </svg>');
}
.blue.icon-process-state{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%23003399" d="M17.058,9.658c-0.462-0.405-0.944-0.772-1.446-1.102l-0.026,2.735l-0.02,2.483 c0.648,0.581,1.211,1.286,1.69,2.113c0.472,0.818,0.8,1.656,0.986,2.514l2.403,1.307l2.099,1.142c-0.04-0.523-0.11-1.047-0.21-1.571 c-0.339-1.774-1.022-3.553-2.048-5.337c-0.423-0.736-0.875-1.419-1.355-2.048C18.491,11.052,17.8,10.307,17.058,9.658z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="15.9268" y1="8.2414" x2="26.3382" y2="18.6529"> <stop offset="0.3987" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M17.089,7.843l-1.477,0.713c0.502,0.33,0.984,0.697,1.446,1.102c0.742,0.649,1.433,1.394,2.073,2.235 c0.48,0.629,0.932,1.312,1.355,2.048c1.026,1.784,1.709,3.563,2.048,5.337c0.1,0.524,0.17,1.048,0.21,1.571l1.253-0.792l2.534-1.596 c-0.121-2.242-0.823-4.474-2.105-6.695c-1.297-2.248-2.893-3.963-4.789-5.147L17.089,7.843z"/> </svg>');
}
.blue.icon-process-state-interaction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%230099FF" d="M7.009,21.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C7.372,21.387,7.192,21.424,7.009,21.438z"/> <path fill="%230044B2" d="M16.294,29.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C16.265,29.647,16.283,29.435,16.294,29.223z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="9.657" y1="11.5833" x2="9.657" y2="23.0892"> <stop offset="0.3216" style="stop-color:%230099FF"/> <stop offset="0.8492" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.898,15.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.004-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C13.077,18.837,13.037,17.088,12.898,15.69z"/> <path fill="%23003399" d="M8.059,12.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C5.181,13.075,6.23,11.678,8.059,12.356z"/> </svg>');
}
.blue.icon-process-state-sequence{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M27.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C27.841,20.892,27.644,19.363,27.162,17.779z M23.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C23.39,20.003,23.387,20.072,23.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.5647" y1="13.877" x2="23.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M22.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C22.217,22.531,22.67,22.183,22.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.5026" y1="6.8829" x2="31.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M19.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C21.908,5.359,20.761,5.225,19.679,5.446z"/> <path fill="%23999999" d="M17.238,22.237c-0.169-0.555-0.386-1.119-0.651-1.692c-0.588-1.274-1.31-2.391-2.167-3.35 c-0.271-0.304-0.555-0.592-0.853-0.864c-0.774-0.711-1.578-1.24-2.412-1.588c-0.504-0.204-0.986-0.327-1.445-0.369 c-0.289-0.026-0.568-0.02-0.839,0.018c-0.251,0.035-0.486,0.096-0.706,0.181c-0.067,0.027-0.133,0.055-0.197,0.086 c-0.494,0.237-0.905,0.612-1.233,1.126c-0.426,0.673-0.668,1.497-0.726,2.471c-0.098,1.612,0.265,3.311,1.09,5.097 c0.777,1.673,1.785,3.077,3.025,4.212c0.687,0.628,1.394,1.117,2.12,1.464c0.911,0.43,1.767,0.589,2.568,0.477 c0.459-0.065,0.867-0.214,1.222-0.446c0.035-0.022,0.069-0.046,0.102-0.07c0.313-0.225,0.584-0.517,0.812-0.878 c0.073-0.115,0.141-0.234,0.203-0.358c0.301-0.597,0.476-1.301,0.523-2.113C17.742,24.546,17.596,23.412,17.238,22.237z M14.433,23.988c-0.026,0.419-0.126,0.784-0.298,1.095c-0.231,0.422-0.566,0.68-1.007,0.774c-0.135,0.028-0.274,0.04-0.418,0.036 c-0.277-0.009-0.568-0.081-0.873-0.215c-0.366-0.159-0.723-0.392-1.074-0.699c-0.625-0.55-1.138-1.241-1.54-2.075 c-0.423-0.875-0.622-1.715-0.597-2.522c0.014-0.483,0.116-0.897,0.306-1.242h0.002c0.232-0.423,0.568-0.681,1.009-0.774 c0.398-0.084,0.826-0.026,1.285,0.174c0.08,0.034,0.158,0.072,0.237,0.113c0.286,0.151,0.565,0.348,0.837,0.591 c0.625,0.55,1.138,1.24,1.539,2.07c0.423,0.875,0.622,1.715,0.597,2.522C14.439,23.887,14.437,23.938,14.433,23.988z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="8.633" y1="19.3416" x2="14.306" y2="25.0145"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M14.136,25.083c0.172-0.311,0.271-0.676,0.298-1.095c-0.301-0.135-0.595-0.319-0.882-0.554 c-0.637-0.521-1.154-1.191-1.552-2.011c-0.415-0.86-0.6-1.69-0.557-2.489c0.005-0.096,0.014-0.19,0.025-0.281 c-0.078-0.041-0.157-0.079-0.237-0.113c-0.459-0.2-0.887-0.257-1.285-0.174c-0.441,0.093-0.777,0.351-1.009,0.774H8.934 c-0.19,0.345-0.292,0.759-0.306,1.242c-0.025,0.806,0.174,1.647,0.597,2.522c0.401,0.834,0.915,1.526,1.54,2.075 c0.35,0.307,0.708,0.54,1.074,0.699c0.305,0.134,0.596,0.206,0.873,0.215c0.143,0.005,0.282-0.007,0.418-0.036 C13.569,25.763,13.905,25.505,14.136,25.083z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="8.587" y1="14.1521" x2="20.2442" y2="25.8093"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.686,13.086c-0.304,0.062-0.586,0.16-0.846,0.294l-2.674,1.194 c0.22-0.085,0.455-0.146,0.706-0.181c0.271-0.038,0.55-0.044,0.839-0.018c0.459,0.042,0.94,0.165,1.445,0.369 c0.834,0.348,1.638,0.877,2.412,1.588c0.298,0.272,0.582,0.56,0.853,0.864c0.857,0.959,1.579,2.076,2.167,3.35 c0.264,0.573,0.481,1.137,0.651,1.692c0.358,1.175,0.504,2.309,0.437,3.403c-0.048,0.812-0.222,1.516-0.523,2.113 c-0.062,0.124-0.129,0.244-0.203,0.358c-0.228,0.361-0.499,0.654-0.812,0.878l2.506-1.703c0.006-0.003,0.012-0.007,0.018-0.011 c0.401-0.248,0.744-0.589,1.027-1.023c0.43-0.662,0.686-1.468,0.769-2.418c0.141-1.601-0.195-3.274-1.007-5.02 c-0.771-1.656-1.788-3.019-3.052-4.088c-0.705-0.6-1.424-1.048-2.158-1.344C13.34,13.021,12.488,12.922,11.686,13.086z"/> <path fill="%23003399" d="M2.248,22.07c-0.046,0.017-0.092,0.035-0.138,0.053c-0.957,0.407-1.499,1.275-1.623,2.606 c-0.103,1.071,0.121,2.167,0.671,3.287c0.536,1.092,1.25,1.954,2.14,2.587c1.145,0.804,2.221,1.02,3.229,0.65 c0.211-0.077,0.404-0.175,0.577-0.295c0.005-0.003,0.009-0.006,0.012-0.01c0.467-0.322,0.796-0.797,0.988-1.425 c0.086-0.279,0.145-0.589,0.176-0.93c0.103-1.072-0.121-2.168-0.671-3.287c-0.531-1.092-1.245-1.954-2.14-2.587 c-0.522-0.368-1.03-0.613-1.524-0.734C3.361,21.841,2.795,21.869,2.248,22.07"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="3.1139" y1="21.1199" x2="10.6647" y2="28.6707"> <stop offset="0.3945" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M2.111,22.123c0.045-0.019,0.091-0.036,0.138-0.053c0.547-0.201,1.113-0.229,1.698-0.085 c0.494,0.122,1.002,0.366,1.524,0.734c0.895,0.633,1.609,1.495,2.14,2.587c0.551,1.119,0.775,2.215,0.671,3.287 c-0.031,0.341-0.09,0.651-0.176,0.93c-0.192,0.628-0.521,1.103-0.988,1.425l2.816-1.717c0.857-0.447,1.356-1.28,1.498-2.5 c0.116-1.068-0.096-2.149-0.635-3.244c-0.531-1.068-1.25-1.901-2.157-2.5c-1.129-0.736-2.193-0.907-3.193-0.512 c-0.052,0.021-0.103,0.042-0.152,0.065L2.111,22.123"/> </svg> ');
}
.blue.icon-process-state-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M26.162,14.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 C22,7.575,21.617,7.187,21.215,6.82c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C26.841,17.892,26.644,16.363,26.162,14.779z M22.382,17.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C22.39,17.003,22.387,17.072,22.382,17.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.5647" y1="10.877" x2="22.2104" y2="18.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.981,18.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C21.217,19.531,21.67,19.183,21.981,18.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="14.5026" y1="3.8829" x2="30.2136" y2="19.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.679,2.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C20.908,2.359,19.761,2.225,18.679,2.446z"/> <path fill="%23003399" d="M17.406,19.8c-0.247-0.809-0.563-1.631-0.949-2.467c-0.857-1.858-1.911-3.486-3.16-4.885 c-0.395-0.443-0.809-0.863-1.244-1.26c-1.129-1.037-2.302-1.809-3.518-2.316C7.799,8.575,7.097,8.395,6.428,8.334 C6.007,8.296,5.599,8.305,5.205,8.36c-0.366,0.052-0.709,0.14-1.03,0.264C4.078,8.663,3.982,8.704,3.887,8.749 c-0.721,0.345-1.32,0.892-1.798,1.641c-0.622,0.981-0.975,2.183-1.058,3.604c-0.143,2.351,0.387,4.828,1.589,7.433 c1.133,2.44,2.603,4.487,4.412,6.142c1.002,0.917,2.033,1.628,3.092,2.135c1.328,0.627,2.576,0.859,3.746,0.695 c0.669-0.095,1.264-0.312,1.783-0.651c0.051-0.033,0.101-0.067,0.149-0.102c0.457-0.327,0.851-0.754,1.184-1.281 c0.107-0.167,0.205-0.341,0.295-0.523c0.439-0.871,0.694-1.898,0.763-3.082C18.141,23.168,17.928,21.513,17.406,19.8z M13.315,22.354c-0.039,0.612-0.183,1.144-0.434,1.597c-0.336,0.615-0.826,0.991-1.469,1.129c-0.197,0.041-0.4,0.059-0.609,0.052 c-0.404-0.014-0.828-0.118-1.273-0.314c-0.533-0.232-1.055-0.571-1.566-1.019c-0.911-0.802-1.66-1.81-2.245-3.027 c-0.617-1.275-0.907-2.501-0.87-3.678c0.021-0.705,0.17-1.309,0.447-1.811h0.003c0.338-0.617,0.829-0.993,1.472-1.129 c0.58-0.122,1.205-0.037,1.874,0.254c0.116,0.05,0.231,0.105,0.345,0.165c0.416,0.22,0.823,0.508,1.221,0.863 c0.911,0.802,1.66,1.808,2.245,3.019c0.617,1.276,0.907,2.501,0.87,3.678C13.324,22.207,13.321,22.281,13.315,22.354z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8566" y1="15.5776" x2="13.13" y2="23.8509"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="0.3802" style="stop-color:%230099FF"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.881,23.951c0.251-0.453,0.395-0.985,0.434-1.597c-0.439-0.197-0.868-0.466-1.286-0.808 c-0.929-0.76-1.683-1.737-2.264-2.933c-0.605-1.255-0.876-2.465-0.813-3.63c0.007-0.14,0.02-0.277,0.037-0.41 c-0.114-0.06-0.229-0.114-0.345-0.165c-0.669-0.291-1.294-0.376-1.874-0.254c-0.643,0.136-1.133,0.512-1.472,1.129H5.296 c-0.277,0.502-0.426,1.106-0.447,1.811c-0.037,1.176,0.254,2.402,0.87,3.678c0.585,1.216,1.334,2.225,2.245,3.027 c0.511,0.448,1.032,0.788,1.566,1.019c0.445,0.195,0.869,0.3,1.273,0.314c0.209,0.007,0.412-0.011,0.609-0.052 C12.055,24.942,12.545,24.566,12.881,23.951z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="4.7895" y1="8.0093" x2="21.7902" y2="25.01"> <stop offset="0.3945" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M9.308,6.454C8.865,6.546,8.454,6.688,8.075,6.883l-3.9,1.741c0.321-0.124,0.664-0.212,1.03-0.264 c0.395-0.055,0.802-0.064,1.223-0.026c0.669,0.061,1.371,0.241,2.107,0.538c1.216,0.507,2.389,1.279,3.518,2.316 c0.435,0.397,0.849,0.817,1.244,1.26c1.249,1.399,2.303,3.027,3.16,4.885c0.386,0.836,0.702,1.659,0.949,2.467 c0.522,1.713,0.735,3.368,0.638,4.963c-0.069,1.184-0.324,2.211-0.763,3.082c-0.09,0.181-0.189,0.356-0.295,0.523 c-0.333,0.526-0.727,0.953-1.184,1.281l3.654-2.483c0.009-0.004,0.018-0.01,0.026-0.016c0.585-0.361,1.084-0.859,1.498-1.492 c0.627-0.965,1.001-2.141,1.121-3.526c0.206-2.335-0.284-4.775-1.469-7.321c-1.124-2.415-2.608-4.402-4.451-5.962 c-1.028-0.875-2.077-1.528-3.147-1.96C11.721,6.36,10.479,6.216,9.308,6.454z"/> </svg>');
}
.blue.icon-process-state-synchronized{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M20.366,20.647c-0.194,0.065-0.286,0.269-0.275,0.611c0.004,0.272,0.084,0.56,0.239,0.865 c0.142,0.28,0.315,0.522,0.517,0.724c0.289,0.289,0.562,0.427,0.82,0.414c0.109-0.007,0.195-0.042,0.258-0.107 c0.106-0.102,0.154-0.28,0.143-0.534c-0.004-0.266-0.084-0.552-0.239-0.859c-0.032-0.066-0.067-0.13-0.103-0.192 c-0.014-0.023-0.028-0.047-0.043-0.07c-0.108-0.172-0.232-0.328-0.372-0.468c-0.253-0.253-0.494-0.388-0.724-0.406 c-0.032-0.002-0.064-0.002-0.096,0C20.446,20.628,20.404,20.635,20.366,20.647"/> <path fill="%23999999" d="M17.613,14.759c-0.21-0.154-0.406-0.21-0.589-0.169c-0.015,0.003-0.03,0.007-0.045,0.011l-0.124,0.066 c-0.14,0.11-0.201,0.322-0.182,0.634c0.017,0.272,0.099,0.556,0.246,0.852c0.138,0.289,0.306,0.532,0.504,0.73 c0.293,0.293,0.562,0.414,0.807,0.363c0.023-0.005,0.044-0.011,0.064-0.019c0.041-0.015,0.078-0.037,0.109-0.064 c0.063-0.05,0.109-0.122,0.139-0.216c0.036-0.11,0.049-0.249,0.038-0.419c-0.017-0.272-0.097-0.557-0.239-0.854 c-0.142-0.288-0.313-0.53-0.51-0.728C17.757,14.873,17.684,14.811,17.613,14.759"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="22.1614" y1="17.5912" x2="19.6691" y2="19.0302"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.004,15.735c-0.171-0.392-0.352-0.595-0.545-0.611c-0.155-0.013-0.34,0.105-0.553,0.355 c-0.019,0.023-0.22,0.294-0.604,0.814c-0.265,0.359-0.498,0.613-0.701,0.762v0.002l1.939,3.483c0.303-0.12,0.604-0.177,0.901-0.171 c0.206,0.004,0.441,0.043,0.703,0.115c0.316,0.088,0.5,0.136,0.551,0.143c0.179,0.026,0.328-0.004,0.446-0.088 c0.199-0.141,0.271-0.364,0.216-0.668c-0.044-0.239-0.16-0.508-0.348-0.805l-2.005-3.33l-0.002-0.002H21.004"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="17.4208" y1="13.4016" x2="20.462" y2="13.4016"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.462,14.259l-0.002-1.113l-0.062-1.448c-0.388,0.101-0.804,0.17-1.249,0.205 c-0.605,0.05-1.181,0.034-1.728-0.049l0.162,2.433C19.488,15.386,20.447,15.377,20.462,14.259"/> <path fill="%23CCCCCC" d="M14.358,5.591c0.002,0.006,0.002,0.011,0.002,0.017c0.011,0.091,0.035,0.183,0.073,0.276 c0.236,0.589,0.917,1.016,2.042,1.279c0.766,0.181,1.592,0.234,2.48,0.16c0.921-0.073,1.726-0.271,2.415-0.594 c0.431-0.198,0.77-0.435,1.014-0.711c0.232-0.253,0.349-0.511,0.35-0.773c0.001-0.004,0.001-0.009,0-0.013c0-0.01,0-0.02,0-0.03 c-0.005-0.108-0.029-0.217-0.073-0.327C22.43,4.286,21.749,3.857,20.62,3.59c-0.766-0.181-1.593-0.235-2.48-0.162 c-0.921,0.074-1.726,0.273-2.415,0.596c-0.436,0.202-0.776,0.439-1.021,0.709C14.449,5.014,14.334,5.3,14.358,5.591"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="18.6855" y1="13.6158" x2="20.1867" y2="16.2158"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.46,13.147l0.002,1.113c-0.015,1.117-0.974,1.127-2.879,0.028l-0.604,0.314 c0.015-0.004,0.03-0.007,0.045-0.011c0.183-0.042,0.38,0.015,0.589,0.169c0.071,0.052,0.144,0.114,0.218,0.188 c0.198,0.198,0.368,0.441,0.51,0.728c0.142,0.298,0.222,0.582,0.239,0.854c0.01,0.169-0.003,0.309-0.038,0.419 c-0.03,0.093-0.076,0.165-0.139,0.216l0.199-0.109c0.202-0.149,0.436-0.404,0.701-0.762c0.384-0.52,0.586-0.791,0.604-0.814 c0.214-0.249,0.398-0.367,0.553-0.355c0.192,0.016,0.374,0.219,0.545,0.611l0.224-0.124c0.016-0.007,0.031-0.014,0.045-0.023 c0.169-0.107,0.247-0.325,0.233-0.654c-0.009-0.272-0.084-0.555-0.226-0.848c-0.138-0.283-0.308-0.52-0.51-0.709 C20.663,13.279,20.56,13.202,20.46,13.147"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="23.1229" y1="18.9611" x2="24.6393" y2="21.5874"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.767,20.115c0.113-0.107,0.17-0.283,0.173-0.53c0.004-0.268-0.069-0.55-0.22-0.848 c-0.138-0.275-0.313-0.507-0.523-0.696c-0.289-0.263-0.562-0.376-0.82-0.337c-0.07,0.01-0.131,0.031-0.184,0.062l-2.183,1.301 c0.188,0.298,0.304,0.566,0.348,0.805c0.056,0.305-0.016,0.528-0.216,0.668c-0.118,0.084-0.267,0.113-0.446,0.088 c-0.051-0.007-0.235-0.055-0.551-0.143c-0.262-0.073-0.496-0.111-0.703-0.115c-0.298-0.006-0.598,0.051-0.901,0.171l-0.175,0.107 c0.038-0.012,0.08-0.019,0.126-0.021c0.032-0.002,0.064-0.002,0.096,0c0.23,0.017,0.471,0.153,0.724,0.406 c0.139,0.139,0.263,0.295,0.372,0.468c0.014,0.024,0.029,0.047,0.043,0.07c0.036,0.062,0.07,0.126,0.103,0.192 c0.155,0.306,0.235,0.592,0.239,0.859c0.011,0.254-0.037,0.432-0.143,0.534L26.767,20.115"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="14.3604" y1="8.5885" x2="22.8438" y2="8.5885"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M14.433,5.883c-0.038-0.092-0.062-0.184-0.073-0.276l0.382,4.316c0,0.01,0,0.019,0,0.028 c0.001,0.094,0.014,0.189,0.038,0.286c0.172,0.675,0.812,1.163,1.918,1.465c0.235,0.064,0.476,0.115,0.722,0.152 c0.547,0.083,1.123,0.099,1.728,0.049c0.445-0.035,0.862-0.104,1.249-0.205c0.408-0.104,0.784-0.244,1.128-0.421 c0.932-0.48,1.37-1.026,1.313-1.64l-0.105-4.393c-0.001,0.263-0.118,0.52-0.35,0.773c-0.245,0.276-0.583,0.513-1.014,0.711 c-0.689,0.323-1.494,0.521-2.415,0.594c-0.887,0.074-1.714,0.021-2.48-0.16C15.35,6.899,14.669,6.473,14.433,5.883"/> <path fill="%23003399" d="M11.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C11.889,25.716,11.842,25.724,11.798,25.738"/> <path fill="%23003399" d="M8.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C7.669,19.1,7.6,19.339,7.622,19.692C7.641,20,7.734,20.321,7.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C8.848,19.208,8.766,19.137,8.685,19.079"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.8291" y1="22.2818" x2="11.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M12.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H12.521"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="8.4674" y1="17.5434" x2="11.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M11.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C10.805,19.788,11.89,19.777,11.907,18.514"/> <path fill="%230099FF" d="M5.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 C8.24,6.346,7.329,6.571,6.55,6.936C6.057,7.165,5.672,7.432,5.395,7.738C5.106,8.057,4.976,8.381,5.004,8.709"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="9.8978" y1="17.7855" x2="11.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M11.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L7.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C12.134,17.404,12.018,17.317,11.905,17.255"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="16.3567" y1="22.7536" x2="18.1782" y2="25.9086"> <stop offset="0.2013" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.024,23.166c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-5.455,3.442 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L22.024,23.166"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="5.0061" y1="12.0996" x2="14.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%23003399"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M5.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C6.125,10.189,5.355,9.707,5.088,9.04"/> </svg> ');
}
.blue.icon-process-state-command{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.798,24.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C16.889,24.716,16.842,24.724,16.798,24.738"/> <path fill="%23999999" d="M13.685,18.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 c-0.159,0.125-0.227,0.364-0.205,0.717c0.019,0.308,0.112,0.629,0.278,0.964c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C13.848,18.208,13.766,18.137,13.685,18.079"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="18.8291" y1="21.2818" x2="16.0102" y2="22.9093"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.521,19.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H17.521"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.4674" y1="16.5434" x2="16.907" y2="16.5434"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.907,17.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C15.805,18.788,16.89,18.777,16.907,17.514"/> <path fill="%230099FF" d="M10.004,7.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 c-1.042,0.084-1.952,0.308-2.732,0.674c-0.493,0.229-0.878,0.496-1.155,0.802C10.106,7.057,9.976,7.381,10.004,7.709"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="14.8978" y1="16.7855" x2="16.5956" y2="19.7262"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.905,16.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L12.967,17.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C17.134,16.404,17.018,16.317,16.905,16.255"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="19.9166" y1="22.8311" x2="21.6315" y2="25.8016"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.037,24.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L24.037,24.137"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="10.0061" y1="11.0996" x2="19.6009" y2="11.0996"> <stop offset="0.2832" style="stop-color:%23003399"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M10.088,8.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C11.125,9.189,10.355,8.707,10.088,8.04"/> </svg> ');
}
.blue.icon-process-state-final{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230044B2" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%230044B2" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%230044B2" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%230044B2" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%230044B2" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%230044B2" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%230099FF" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%230099FF" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%230099FF" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.lightBlue.icon-process{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M23.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C23.841,20.892,23.644,19.363,23.162,17.779z M19.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C19.39,20.003,19.387,20.072,19.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.5647" y1="13.877" x2="19.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C18.217,22.531,18.67,22.183,18.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5026" y1="6.8829" x2="27.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C17.908,5.359,16.761,5.225,15.679,5.446z"/> <path fill="%23676767" d="M16.722,25.866c0.334-0.313,0.506-0.757,0.512-1.312c0.008-0.466-0.113-0.947-0.355-1.423 c-0.089-0.177-0.195-0.337-0.305-0.493c-0.224-0.048-0.452-0.116-0.689-0.22c-0.493-0.214-0.975-0.528-1.447-0.942 c-0.021-0.018-0.039-0.04-0.06-0.059c-0.018,0.002-0.037,0.001-0.055,0.004c-0.211,0.03-0.406,0.098-0.576,0.201l-1.614,0.961 l-1.313-2.178c0.171-0.268,0.29-0.641,0.268-1.159c-0.014-0.449-0.134-0.908-0.356-1.366c-0.209-0.428-0.475-0.796-0.794-1.095 c-0.018-0.017-0.036-0.033-0.054-0.049L9.866,16.34c0.242-0.091,0.477-0.195,0.7-0.31c0.408-0.209,0.729-0.43,0.995-0.653 c0-0.033-0.005-0.066-0.004-0.099c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.165-0.3,0.371-0.535,0.614-0.712l-0.108-4.495 l0.018-0.095L12.474,8.19c-0.013-0.223-0.063-0.445-0.148-0.655c-0.048-0.121-0.105-0.238-0.17-0.35 c-0.09,0.007-0.181,0.009-0.269,0.021c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.146,4.077,5.676c0.689,0.631,1.394,1.156,2.113,1.577l0.964-0.605L16.722,25.866z"/> <path fill="%23269FBF" d="M8.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C8.889,25.716,8.842,25.724,8.798,25.738"/> <path fill="%23269FBF" d="M5.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C4.669,19.1,4.6,19.339,4.622,19.692C4.641,20,4.734,20.321,4.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C5.848,19.208,5.766,19.137,5.685,19.079"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="10.8291" y1="22.2818" x2="8.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M9.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H9.521"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.4674" y1="17.5434" x2="8.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M8.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C7.805,19.788,8.89,19.777,8.907,18.514"/> <path fill="%2333CCFF" d="M2.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454C8.219,6.241,7.285,6.18,6.281,6.262 C5.24,6.346,4.329,6.571,3.55,6.936C3.057,7.165,2.672,7.432,2.395,7.738C2.106,8.057,1.976,8.381,2.004,8.709"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="6.8978" y1="17.7855" x2="8.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L4.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C9.134,17.404,9.018,17.317,8.905,17.255"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="11.9166" y1="23.8311" x2="13.6315" y2="26.8016"> <stop offset="0.2013" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M16.037,25.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L16.037,25.137"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="2.006" y1="12.0996" x2="11.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%23269FBF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M2.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C3.125,10.189,2.355,9.707,2.088,9.04"/> </svg>');
}
.lightBlue.icon-process-state{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%23269FBF" d="M17.058,9.658c-0.462-0.405-0.944-0.772-1.446-1.102l-0.026,2.735l-0.02,2.483 c0.648,0.581,1.211,1.286,1.69,2.113c0.472,0.818,0.8,1.656,0.986,2.514l2.403,1.307l2.099,1.142c-0.04-0.523-0.11-1.047-0.21-1.571 c-0.339-1.774-1.022-3.553-2.048-5.337c-0.423-0.736-0.875-1.419-1.355-2.048C18.491,11.052,17.8,10.307,17.058,9.658z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="15.9268" y1="8.2414" x2="26.3382" y2="18.6529"> <stop offset="0.3987" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M17.089,7.843l-1.477,0.713c0.502,0.33,0.984,0.697,1.446,1.102c0.742,0.649,1.433,1.394,2.073,2.235 c0.48,0.629,0.932,1.312,1.355,2.048c1.026,1.784,1.709,3.563,2.048,5.337c0.1,0.524,0.17,1.048,0.21,1.571l1.253-0.792l2.534-1.596 c-0.121-2.242-0.823-4.474-2.105-6.695c-1.297-2.248-2.893-3.963-4.789-5.147L17.089,7.843z"/> </svg>');
}
.lightBlue.icon-process-state-interaction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%2333CCFF" d="M7.009,21.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C7.372,21.387,7.192,21.424,7.009,21.438z"/> <path fill="%232189a5" d="M16.294,29.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C16.265,29.647,16.283,29.435,16.294,29.223z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="9.657" y1="11.5833" x2="9.657" y2="23.0892"> <stop offset="0.3216" style="stop-color:%2333CCFF"/> <stop offset="0.8492" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.898,15.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.004-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C13.077,18.837,13.037,17.088,12.898,15.69z"/> <path fill="%23269FBF" d="M8.059,12.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C5.181,13.075,6.23,11.678,8.059,12.356z"/> </svg>');
}
.lightBlue.icon-process-state-sequence{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M27.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C27.841,20.892,27.644,19.363,27.162,17.779z M23.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C23.39,20.003,23.387,20.072,23.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.5647" y1="13.877" x2="23.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M22.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C22.217,22.531,22.67,22.183,22.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.5026" y1="6.8829" x2="31.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M19.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C21.908,5.359,20.761,5.225,19.679,5.446z"/> <path fill="%23999999" d="M17.238,22.237c-0.169-0.555-0.386-1.119-0.651-1.692c-0.588-1.274-1.31-2.391-2.167-3.35 c-0.271-0.304-0.555-0.592-0.853-0.864c-0.774-0.711-1.578-1.24-2.412-1.588c-0.504-0.204-0.986-0.327-1.445-0.369 c-0.289-0.026-0.568-0.02-0.839,0.018c-0.251,0.035-0.486,0.096-0.706,0.181c-0.067,0.027-0.133,0.055-0.197,0.086 c-0.494,0.237-0.905,0.612-1.233,1.126c-0.426,0.673-0.668,1.497-0.726,2.471c-0.098,1.612,0.265,3.311,1.09,5.097 c0.777,1.673,1.785,3.077,3.025,4.212c0.687,0.628,1.394,1.117,2.12,1.464c0.911,0.43,1.767,0.589,2.568,0.477 c0.459-0.065,0.867-0.214,1.222-0.446c0.035-0.022,0.069-0.046,0.102-0.07c0.313-0.225,0.584-0.517,0.812-0.878 c0.073-0.115,0.141-0.234,0.203-0.358c0.301-0.597,0.476-1.301,0.523-2.113C17.742,24.546,17.596,23.412,17.238,22.237z M14.433,23.988c-0.026,0.419-0.126,0.784-0.298,1.095c-0.231,0.422-0.566,0.68-1.007,0.774c-0.135,0.028-0.274,0.04-0.418,0.036 c-0.277-0.009-0.568-0.081-0.873-0.215c-0.366-0.159-0.723-0.392-1.074-0.699c-0.625-0.55-1.138-1.241-1.54-2.075 c-0.423-0.875-0.622-1.715-0.597-2.522c0.014-0.483,0.116-0.897,0.306-1.242h0.002c0.232-0.423,0.568-0.681,1.009-0.774 c0.398-0.084,0.826-0.026,1.285,0.174c0.08,0.034,0.158,0.072,0.237,0.113c0.286,0.151,0.565,0.348,0.837,0.591 c0.625,0.55,1.138,1.24,1.539,2.07c0.423,0.875,0.622,1.715,0.597,2.522C14.439,23.887,14.437,23.938,14.433,23.988z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="8.633" y1="19.3416" x2="14.306" y2="25.0145"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M14.136,25.083c0.172-0.311,0.271-0.676,0.298-1.095c-0.301-0.135-0.595-0.319-0.882-0.554 c-0.637-0.521-1.154-1.191-1.552-2.011c-0.415-0.86-0.6-1.69-0.557-2.489c0.005-0.096,0.014-0.19,0.025-0.281 c-0.078-0.041-0.157-0.079-0.237-0.113c-0.459-0.2-0.887-0.257-1.285-0.174c-0.441,0.093-0.777,0.351-1.009,0.774H8.934 c-0.19,0.345-0.292,0.759-0.306,1.242c-0.025,0.806,0.174,1.647,0.597,2.522c0.401,0.834,0.915,1.526,1.54,2.075 c0.35,0.307,0.708,0.54,1.074,0.699c0.305,0.134,0.596,0.206,0.873,0.215c0.143,0.005,0.282-0.007,0.418-0.036 C13.569,25.763,13.905,25.505,14.136,25.083z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="8.587" y1="14.1521" x2="20.2442" y2="25.8093"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.686,13.086c-0.304,0.062-0.586,0.16-0.846,0.294l-2.674,1.194 c0.22-0.085,0.455-0.146,0.706-0.181c0.271-0.038,0.55-0.044,0.839-0.018c0.459,0.042,0.94,0.165,1.445,0.369 c0.834,0.348,1.638,0.877,2.412,1.588c0.298,0.272,0.582,0.56,0.853,0.864c0.857,0.959,1.579,2.076,2.167,3.35 c0.264,0.573,0.481,1.137,0.651,1.692c0.358,1.175,0.504,2.309,0.437,3.403c-0.048,0.812-0.222,1.516-0.523,2.113 c-0.062,0.124-0.129,0.244-0.203,0.358c-0.228,0.361-0.499,0.654-0.812,0.878l2.506-1.703c0.006-0.003,0.012-0.007,0.018-0.011 c0.401-0.248,0.744-0.589,1.027-1.023c0.43-0.662,0.686-1.468,0.769-2.418c0.141-1.601-0.195-3.274-1.007-5.02 c-0.771-1.656-1.788-3.019-3.052-4.088c-0.705-0.6-1.424-1.048-2.158-1.344C13.34,13.021,12.488,12.922,11.686,13.086z"/> <path fill="%23269FBF" d="M2.248,22.07c-0.046,0.017-0.092,0.035-0.138,0.053c-0.957,0.407-1.499,1.275-1.623,2.606 c-0.103,1.071,0.121,2.167,0.671,3.287c0.536,1.092,1.25,1.954,2.14,2.587c1.145,0.804,2.221,1.02,3.229,0.65 c0.211-0.077,0.404-0.175,0.577-0.295c0.005-0.003,0.009-0.006,0.012-0.01c0.467-0.322,0.796-0.797,0.988-1.425 c0.086-0.279,0.145-0.589,0.176-0.93c0.103-1.072-0.121-2.168-0.671-3.287c-0.531-1.092-1.245-1.954-2.14-2.587 c-0.522-0.368-1.03-0.613-1.524-0.734C3.361,21.841,2.795,21.869,2.248,22.07"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="3.1139" y1="21.1199" x2="10.6647" y2="28.6707"> <stop offset="0.3945" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M2.111,22.123c0.045-0.019,0.091-0.036,0.138-0.053c0.547-0.201,1.113-0.229,1.698-0.085 c0.494,0.122,1.002,0.366,1.524,0.734c0.895,0.633,1.609,1.495,2.14,2.587c0.551,1.119,0.775,2.215,0.671,3.287 c-0.031,0.341-0.09,0.651-0.176,0.93c-0.192,0.628-0.521,1.103-0.988,1.425l2.816-1.717c0.857-0.447,1.356-1.28,1.498-2.5 c0.116-1.068-0.096-2.149-0.635-3.244c-0.531-1.068-1.25-1.901-2.157-2.5c-1.129-0.736-2.193-0.907-3.193-0.512 c-0.052,0.021-0.103,0.042-0.152,0.065L2.111,22.123"/> </svg> ');
}
.lightBlue.icon-process-state-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M26.162,14.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 C22,7.575,21.617,7.187,21.215,6.82c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C26.841,17.892,26.644,16.363,26.162,14.779z M22.382,17.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C22.39,17.003,22.387,17.072,22.382,17.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.5647" y1="10.877" x2="22.2104" y2="18.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.981,18.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C21.217,19.531,21.67,19.183,21.981,18.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="14.5026" y1="3.8829" x2="30.2136" y2="19.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.679,2.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C20.908,2.359,19.761,2.225,18.679,2.446z"/> <path fill="%23269FBF" d="M17.406,19.8c-0.247-0.809-0.563-1.631-0.949-2.467c-0.857-1.858-1.911-3.486-3.16-4.885 c-0.395-0.443-0.809-0.863-1.244-1.26c-1.129-1.037-2.302-1.809-3.518-2.316C7.799,8.575,7.097,8.395,6.428,8.334 C6.007,8.296,5.599,8.305,5.205,8.36c-0.366,0.052-0.709,0.14-1.03,0.264C4.078,8.663,3.982,8.704,3.887,8.749 c-0.721,0.345-1.32,0.892-1.798,1.641c-0.622,0.981-0.975,2.183-1.058,3.604c-0.143,2.351,0.387,4.828,1.589,7.433 c1.133,2.44,2.603,4.487,4.412,6.142c1.002,0.917,2.033,1.628,3.092,2.135c1.328,0.627,2.576,0.859,3.746,0.695 c0.669-0.095,1.264-0.312,1.783-0.651c0.051-0.033,0.101-0.067,0.149-0.102c0.457-0.327,0.851-0.754,1.184-1.281 c0.107-0.167,0.205-0.341,0.295-0.523c0.439-0.871,0.694-1.898,0.763-3.082C18.141,23.168,17.928,21.513,17.406,19.8z M13.315,22.354c-0.039,0.612-0.183,1.144-0.434,1.597c-0.336,0.615-0.826,0.991-1.469,1.129c-0.197,0.041-0.4,0.059-0.609,0.052 c-0.404-0.014-0.828-0.118-1.273-0.314c-0.533-0.232-1.055-0.571-1.566-1.019c-0.911-0.802-1.66-1.81-2.245-3.027 c-0.617-1.275-0.907-2.501-0.87-3.678c0.021-0.705,0.17-1.309,0.447-1.811h0.003c0.338-0.617,0.829-0.993,1.472-1.129 c0.58-0.122,1.205-0.037,1.874,0.254c0.116,0.05,0.231,0.105,0.345,0.165c0.416,0.22,0.823,0.508,1.221,0.863 c0.911,0.802,1.66,1.808,2.245,3.019c0.617,1.276,0.907,2.501,0.87,3.678C13.324,22.207,13.321,22.281,13.315,22.354z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8566" y1="15.5776" x2="13.13" y2="23.8509"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="0.3802" style="stop-color:%2333CCFF"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.881,23.951c0.251-0.453,0.395-0.985,0.434-1.597c-0.439-0.197-0.868-0.466-1.286-0.808 c-0.929-0.76-1.683-1.737-2.264-2.933c-0.605-1.255-0.876-2.465-0.813-3.63c0.007-0.14,0.02-0.277,0.037-0.41 c-0.114-0.06-0.229-0.114-0.345-0.165c-0.669-0.291-1.294-0.376-1.874-0.254c-0.643,0.136-1.133,0.512-1.472,1.129H5.296 c-0.277,0.502-0.426,1.106-0.447,1.811c-0.037,1.176,0.254,2.402,0.87,3.678c0.585,1.216,1.334,2.225,2.245,3.027 c0.511,0.448,1.032,0.788,1.566,1.019c0.445,0.195,0.869,0.3,1.273,0.314c0.209,0.007,0.412-0.011,0.609-0.052 C12.055,24.942,12.545,24.566,12.881,23.951z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="4.7895" y1="8.0093" x2="21.7902" y2="25.01"> <stop offset="0.3945" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M9.308,6.454C8.865,6.546,8.454,6.688,8.075,6.883l-3.9,1.741c0.321-0.124,0.664-0.212,1.03-0.264 c0.395-0.055,0.802-0.064,1.223-0.026c0.669,0.061,1.371,0.241,2.107,0.538c1.216,0.507,2.389,1.279,3.518,2.316 c0.435,0.397,0.849,0.817,1.244,1.26c1.249,1.399,2.303,3.027,3.16,4.885c0.386,0.836,0.702,1.659,0.949,2.467 c0.522,1.713,0.735,3.368,0.638,4.963c-0.069,1.184-0.324,2.211-0.763,3.082c-0.09,0.181-0.189,0.356-0.295,0.523 c-0.333,0.526-0.727,0.953-1.184,1.281l3.654-2.483c0.009-0.004,0.018-0.01,0.026-0.016c0.585-0.361,1.084-0.859,1.498-1.492 c0.627-0.965,1.001-2.141,1.121-3.526c0.206-2.335-0.284-4.775-1.469-7.321c-1.124-2.415-2.608-4.402-4.451-5.962 c-1.028-0.875-2.077-1.528-3.147-1.96C11.721,6.36,10.479,6.216,9.308,6.454z"/> </svg>');
}
.lightBlue.icon-process-state-synchronized{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M20.366,20.647c-0.194,0.065-0.286,0.269-0.275,0.611c0.004,0.272,0.084,0.56,0.239,0.865 c0.142,0.28,0.315,0.522,0.517,0.724c0.289,0.289,0.562,0.427,0.82,0.414c0.109-0.007,0.195-0.042,0.258-0.107 c0.106-0.102,0.154-0.28,0.143-0.534c-0.004-0.266-0.084-0.552-0.239-0.859c-0.032-0.066-0.067-0.13-0.103-0.192 c-0.014-0.023-0.028-0.047-0.043-0.07c-0.108-0.172-0.232-0.328-0.372-0.468c-0.253-0.253-0.494-0.388-0.724-0.406 c-0.032-0.002-0.064-0.002-0.096,0C20.446,20.628,20.404,20.635,20.366,20.647"/> <path fill="%23999999" d="M17.613,14.759c-0.21-0.154-0.406-0.21-0.589-0.169c-0.015,0.003-0.03,0.007-0.045,0.011l-0.124,0.066 c-0.14,0.11-0.201,0.322-0.182,0.634c0.017,0.272,0.099,0.556,0.246,0.852c0.138,0.289,0.306,0.532,0.504,0.73 c0.293,0.293,0.562,0.414,0.807,0.363c0.023-0.005,0.044-0.011,0.064-0.019c0.041-0.015,0.078-0.037,0.109-0.064 c0.063-0.05,0.109-0.122,0.139-0.216c0.036-0.11,0.049-0.249,0.038-0.419c-0.017-0.272-0.097-0.557-0.239-0.854 c-0.142-0.288-0.313-0.53-0.51-0.728C17.757,14.873,17.684,14.811,17.613,14.759"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="22.1614" y1="17.5912" x2="19.6691" y2="19.0302"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.004,15.735c-0.171-0.392-0.352-0.595-0.545-0.611c-0.155-0.013-0.34,0.105-0.553,0.355 c-0.019,0.023-0.22,0.294-0.604,0.814c-0.265,0.359-0.498,0.613-0.701,0.762v0.002l1.939,3.483c0.303-0.12,0.604-0.177,0.901-0.171 c0.206,0.004,0.441,0.043,0.703,0.115c0.316,0.088,0.5,0.136,0.551,0.143c0.179,0.026,0.328-0.004,0.446-0.088 c0.199-0.141,0.271-0.364,0.216-0.668c-0.044-0.239-0.16-0.508-0.348-0.805l-2.005-3.33l-0.002-0.002H21.004"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="17.4208" y1="13.4016" x2="20.462" y2="13.4016"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.462,14.259l-0.002-1.113l-0.062-1.448c-0.388,0.101-0.804,0.17-1.249,0.205 c-0.605,0.05-1.181,0.034-1.728-0.049l0.162,2.433C19.488,15.386,20.447,15.377,20.462,14.259"/> <path fill="%23CCCCCC" d="M14.358,5.591c0.002,0.006,0.002,0.011,0.002,0.017c0.011,0.091,0.035,0.183,0.073,0.276 c0.236,0.589,0.917,1.016,2.042,1.279c0.766,0.181,1.592,0.234,2.48,0.16c0.921-0.073,1.726-0.271,2.415-0.594 c0.431-0.198,0.77-0.435,1.014-0.711c0.232-0.253,0.349-0.511,0.35-0.773c0.001-0.004,0.001-0.009,0-0.013c0-0.01,0-0.02,0-0.03 c-0.005-0.108-0.029-0.217-0.073-0.327C22.43,4.286,21.749,3.857,20.62,3.59c-0.766-0.181-1.593-0.235-2.48-0.162 c-0.921,0.074-1.726,0.273-2.415,0.596c-0.436,0.202-0.776,0.439-1.021,0.709C14.449,5.014,14.334,5.3,14.358,5.591"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="18.6855" y1="13.6158" x2="20.1867" y2="16.2158"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.46,13.147l0.002,1.113c-0.015,1.117-0.974,1.127-2.879,0.028l-0.604,0.314 c0.015-0.004,0.03-0.007,0.045-0.011c0.183-0.042,0.38,0.015,0.589,0.169c0.071,0.052,0.144,0.114,0.218,0.188 c0.198,0.198,0.368,0.441,0.51,0.728c0.142,0.298,0.222,0.582,0.239,0.854c0.01,0.169-0.003,0.309-0.038,0.419 c-0.03,0.093-0.076,0.165-0.139,0.216l0.199-0.109c0.202-0.149,0.436-0.404,0.701-0.762c0.384-0.52,0.586-0.791,0.604-0.814 c0.214-0.249,0.398-0.367,0.553-0.355c0.192,0.016,0.374,0.219,0.545,0.611l0.224-0.124c0.016-0.007,0.031-0.014,0.045-0.023 c0.169-0.107,0.247-0.325,0.233-0.654c-0.009-0.272-0.084-0.555-0.226-0.848c-0.138-0.283-0.308-0.52-0.51-0.709 C20.663,13.279,20.56,13.202,20.46,13.147"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="23.1229" y1="18.9611" x2="24.6393" y2="21.5874"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.767,20.115c0.113-0.107,0.17-0.283,0.173-0.53c0.004-0.268-0.069-0.55-0.22-0.848 c-0.138-0.275-0.313-0.507-0.523-0.696c-0.289-0.263-0.562-0.376-0.82-0.337c-0.07,0.01-0.131,0.031-0.184,0.062l-2.183,1.301 c0.188,0.298,0.304,0.566,0.348,0.805c0.056,0.305-0.016,0.528-0.216,0.668c-0.118,0.084-0.267,0.113-0.446,0.088 c-0.051-0.007-0.235-0.055-0.551-0.143c-0.262-0.073-0.496-0.111-0.703-0.115c-0.298-0.006-0.598,0.051-0.901,0.171l-0.175,0.107 c0.038-0.012,0.08-0.019,0.126-0.021c0.032-0.002,0.064-0.002,0.096,0c0.23,0.017,0.471,0.153,0.724,0.406 c0.139,0.139,0.263,0.295,0.372,0.468c0.014,0.024,0.029,0.047,0.043,0.07c0.036,0.062,0.07,0.126,0.103,0.192 c0.155,0.306,0.235,0.592,0.239,0.859c0.011,0.254-0.037,0.432-0.143,0.534L26.767,20.115"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="14.3604" y1="8.5885" x2="22.8438" y2="8.5885"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M14.433,5.883c-0.038-0.092-0.062-0.184-0.073-0.276l0.382,4.316c0,0.01,0,0.019,0,0.028 c0.001,0.094,0.014,0.189,0.038,0.286c0.172,0.675,0.812,1.163,1.918,1.465c0.235,0.064,0.476,0.115,0.722,0.152 c0.547,0.083,1.123,0.099,1.728,0.049c0.445-0.035,0.862-0.104,1.249-0.205c0.408-0.104,0.784-0.244,1.128-0.421 c0.932-0.48,1.37-1.026,1.313-1.64l-0.105-4.393c-0.001,0.263-0.118,0.52-0.35,0.773c-0.245,0.276-0.583,0.513-1.014,0.711 c-0.689,0.323-1.494,0.521-2.415,0.594c-0.887,0.074-1.714,0.021-2.48-0.16C15.35,6.899,14.669,6.473,14.433,5.883"/> <path fill="%23269FBF" d="M11.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C11.889,25.716,11.842,25.724,11.798,25.738"/> <path fill="%23269FBF" d="M8.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C7.669,19.1,7.6,19.339,7.622,19.692C7.641,20,7.734,20.321,7.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C8.848,19.208,8.766,19.137,8.685,19.079"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.8291" y1="22.2818" x2="11.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M12.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H12.521"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="8.4674" y1="17.5434" x2="11.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M11.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C10.805,19.788,11.89,19.777,11.907,18.514"/> <path fill="%2333CCFF" d="M5.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 C8.24,6.346,7.329,6.571,6.55,6.936C6.057,7.165,5.672,7.432,5.395,7.738C5.106,8.057,4.976,8.381,5.004,8.709"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="9.8978" y1="17.7855" x2="11.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M11.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L7.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C12.134,17.404,12.018,17.317,11.905,17.255"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="16.3567" y1="22.7536" x2="18.1782" y2="25.9086"> <stop offset="0.2013" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.024,23.166c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-5.455,3.442 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L22.024,23.166"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="5.0061" y1="12.0996" x2="14.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%23269FBF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M5.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C6.125,10.189,5.355,9.707,5.088,9.04"/> </svg> ');
}
.lightBlue.icon-process-state-command{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.798,24.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C16.889,24.716,16.842,24.724,16.798,24.738"/> <path fill="%23999999" d="M13.685,18.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 c-0.159,0.125-0.227,0.364-0.205,0.717c0.019,0.308,0.112,0.629,0.278,0.964c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C13.848,18.208,13.766,18.137,13.685,18.079"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="18.8291" y1="21.2818" x2="16.0102" y2="22.9093"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.521,19.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H17.521"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.4674" y1="16.5434" x2="16.907" y2="16.5434"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.907,17.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C15.805,18.788,16.89,18.777,16.907,17.514"/> <path fill="%2333CCFF" d="M10.004,7.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 c-1.042,0.084-1.952,0.308-2.732,0.674c-0.493,0.229-0.878,0.496-1.155,0.802C10.106,7.057,9.976,7.381,10.004,7.709"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="14.8978" y1="16.7855" x2="16.5956" y2="19.7262"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.905,16.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L12.967,17.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C17.134,16.404,17.018,16.317,16.905,16.255"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="19.9166" y1="22.8311" x2="21.6315" y2="25.8016"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.037,24.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L24.037,24.137"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="10.0061" y1="11.0996" x2="19.6009" y2="11.0996"> <stop offset="0.2832" style="stop-color:%23269FBF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M10.088,8.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C11.125,9.189,10.355,8.707,10.088,8.04"/> </svg> ');
}
.lightBlue.icon-process-state-final{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232189a5" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%232189a5" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%232189a5" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%232189a5" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%232189a5" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%232189a5" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%2333CCFF" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%2333CCFF" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%2333CCFF" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.green.icon-process{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M23.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C23.841,20.892,23.644,19.363,23.162,17.779z M19.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C19.39,20.003,19.387,20.072,19.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.5647" y1="13.877" x2="19.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C18.217,22.531,18.67,22.183,18.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5026" y1="6.8829" x2="27.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C17.908,5.359,16.761,5.225,15.679,5.446z"/> <path fill="%23676767" d="M16.722,25.866c0.334-0.313,0.506-0.757,0.512-1.312c0.008-0.466-0.113-0.947-0.355-1.423 c-0.089-0.177-0.195-0.337-0.305-0.493c-0.224-0.048-0.452-0.116-0.689-0.22c-0.493-0.214-0.975-0.528-1.447-0.942 c-0.021-0.018-0.039-0.04-0.06-0.059c-0.018,0.002-0.037,0.001-0.055,0.004c-0.211,0.03-0.406,0.098-0.576,0.201l-1.614,0.961 l-1.313-2.178c0.171-0.268,0.29-0.641,0.268-1.159c-0.014-0.449-0.134-0.908-0.356-1.366c-0.209-0.428-0.475-0.796-0.794-1.095 c-0.018-0.017-0.036-0.033-0.054-0.049L9.866,16.34c0.242-0.091,0.477-0.195,0.7-0.31c0.408-0.209,0.729-0.43,0.995-0.653 c0-0.033-0.005-0.066-0.004-0.099c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.165-0.3,0.371-0.535,0.614-0.712l-0.108-4.495 l0.018-0.095L12.474,8.19c-0.013-0.223-0.063-0.445-0.148-0.655c-0.048-0.121-0.105-0.238-0.17-0.35 c-0.09,0.007-0.181,0.009-0.269,0.021c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.146,4.077,5.676c0.689,0.631,1.394,1.156,2.113,1.577l0.964-0.605L16.722,25.866z"/> <path fill="%232f8c51" d="M8.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C8.889,25.716,8.842,25.724,8.798,25.738"/> <path fill="%232f8c51" d="M5.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C4.669,19.1,4.6,19.339,4.622,19.692C4.641,20,4.734,20.321,4.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C5.848,19.208,5.766,19.137,5.685,19.079"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="10.8291" y1="22.2818" x2="8.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M9.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H9.521"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.4674" y1="17.5434" x2="8.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M8.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C7.805,19.788,8.89,19.777,8.907,18.514"/> <path fill="%2339b563" d="M2.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454C8.219,6.241,7.285,6.18,6.281,6.262 C5.24,6.346,4.329,6.571,3.55,6.936C3.057,7.165,2.672,7.432,2.395,7.738C2.106,8.057,1.976,8.381,2.004,8.709"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="6.8978" y1="17.7855" x2="8.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L4.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C9.134,17.404,9.018,17.317,8.905,17.255"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="11.9166" y1="23.8311" x2="13.6315" y2="26.8016"> <stop offset="0.2013" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M16.037,25.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L16.037,25.137"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="2.006" y1="12.0996" x2="11.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%232f8c51"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M2.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C3.125,10.189,2.355,9.707,2.088,9.04"/> </svg>');
}
.green.icon-process-state{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%232f8c51" d="M17.058,9.658c-0.462-0.405-0.944-0.772-1.446-1.102l-0.026,2.735l-0.02,2.483 c0.648,0.581,1.211,1.286,1.69,2.113c0.472,0.818,0.8,1.656,0.986,2.514l2.403,1.307l2.099,1.142c-0.04-0.523-0.11-1.047-0.21-1.571 c-0.339-1.774-1.022-3.553-2.048-5.337c-0.423-0.736-0.875-1.419-1.355-2.048C18.491,11.052,17.8,10.307,17.058,9.658z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="15.9268" y1="8.2414" x2="26.3382" y2="18.6529"> <stop offset="0.3987" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M17.089,7.843l-1.477,0.713c0.502,0.33,0.984,0.697,1.446,1.102c0.742,0.649,1.433,1.394,2.073,2.235 c0.48,0.629,0.932,1.312,1.355,2.048c1.026,1.784,1.709,3.563,2.048,5.337c0.1,0.524,0.17,1.048,0.21,1.571l1.253-0.792l2.534-1.596 c-0.121-2.242-0.823-4.474-2.105-6.695c-1.297-2.248-2.893-3.963-4.789-5.147L17.089,7.843z"/> </svg>');
}
.green.icon-process-state-interaction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%2339b563" d="M7.009,21.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C7.372,21.387,7.192,21.424,7.009,21.438z"/> <path fill="%2321663c" d="M16.294,29.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C16.265,29.647,16.283,29.435,16.294,29.223z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="9.657" y1="11.5833" x2="9.657" y2="23.0892"> <stop offset="0.3216" style="stop-color:%2339b563"/> <stop offset="0.8492" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.898,15.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.004-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C13.077,18.837,13.037,17.088,12.898,15.69z"/> <path fill="%232f8c51" d="M8.059,12.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C5.181,13.075,6.23,11.678,8.059,12.356z"/> </svg>');
}
.green.icon-process-state-sequence{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M27.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C27.841,20.892,27.644,19.363,27.162,17.779z M23.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C23.39,20.003,23.387,20.072,23.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.5647" y1="13.877" x2="23.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M22.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C22.217,22.531,22.67,22.183,22.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.5026" y1="6.8829" x2="31.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M19.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C21.908,5.359,20.761,5.225,19.679,5.446z"/> <path fill="%23999999" d="M17.238,22.237c-0.169-0.555-0.386-1.119-0.651-1.692c-0.588-1.274-1.31-2.391-2.167-3.35 c-0.271-0.304-0.555-0.592-0.853-0.864c-0.774-0.711-1.578-1.24-2.412-1.588c-0.504-0.204-0.986-0.327-1.445-0.369 c-0.289-0.026-0.568-0.02-0.839,0.018c-0.251,0.035-0.486,0.096-0.706,0.181c-0.067,0.027-0.133,0.055-0.197,0.086 c-0.494,0.237-0.905,0.612-1.233,1.126c-0.426,0.673-0.668,1.497-0.726,2.471c-0.098,1.612,0.265,3.311,1.09,5.097 c0.777,1.673,1.785,3.077,3.025,4.212c0.687,0.628,1.394,1.117,2.12,1.464c0.911,0.43,1.767,0.589,2.568,0.477 c0.459-0.065,0.867-0.214,1.222-0.446c0.035-0.022,0.069-0.046,0.102-0.07c0.313-0.225,0.584-0.517,0.812-0.878 c0.073-0.115,0.141-0.234,0.203-0.358c0.301-0.597,0.476-1.301,0.523-2.113C17.742,24.546,17.596,23.412,17.238,22.237z M14.433,23.988c-0.026,0.419-0.126,0.784-0.298,1.095c-0.231,0.422-0.566,0.68-1.007,0.774c-0.135,0.028-0.274,0.04-0.418,0.036 c-0.277-0.009-0.568-0.081-0.873-0.215c-0.366-0.159-0.723-0.392-1.074-0.699c-0.625-0.55-1.138-1.241-1.54-2.075 c-0.423-0.875-0.622-1.715-0.597-2.522c0.014-0.483,0.116-0.897,0.306-1.242h0.002c0.232-0.423,0.568-0.681,1.009-0.774 c0.398-0.084,0.826-0.026,1.285,0.174c0.08,0.034,0.158,0.072,0.237,0.113c0.286,0.151,0.565,0.348,0.837,0.591 c0.625,0.55,1.138,1.24,1.539,2.07c0.423,0.875,0.622,1.715,0.597,2.522C14.439,23.887,14.437,23.938,14.433,23.988z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="8.633" y1="19.3416" x2="14.306" y2="25.0145"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M14.136,25.083c0.172-0.311,0.271-0.676,0.298-1.095c-0.301-0.135-0.595-0.319-0.882-0.554 c-0.637-0.521-1.154-1.191-1.552-2.011c-0.415-0.86-0.6-1.69-0.557-2.489c0.005-0.096,0.014-0.19,0.025-0.281 c-0.078-0.041-0.157-0.079-0.237-0.113c-0.459-0.2-0.887-0.257-1.285-0.174c-0.441,0.093-0.777,0.351-1.009,0.774H8.934 c-0.19,0.345-0.292,0.759-0.306,1.242c-0.025,0.806,0.174,1.647,0.597,2.522c0.401,0.834,0.915,1.526,1.54,2.075 c0.35,0.307,0.708,0.54,1.074,0.699c0.305,0.134,0.596,0.206,0.873,0.215c0.143,0.005,0.282-0.007,0.418-0.036 C13.569,25.763,13.905,25.505,14.136,25.083z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="8.587" y1="14.1521" x2="20.2442" y2="25.8093"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.686,13.086c-0.304,0.062-0.586,0.16-0.846,0.294l-2.674,1.194 c0.22-0.085,0.455-0.146,0.706-0.181c0.271-0.038,0.55-0.044,0.839-0.018c0.459,0.042,0.94,0.165,1.445,0.369 c0.834,0.348,1.638,0.877,2.412,1.588c0.298,0.272,0.582,0.56,0.853,0.864c0.857,0.959,1.579,2.076,2.167,3.35 c0.264,0.573,0.481,1.137,0.651,1.692c0.358,1.175,0.504,2.309,0.437,3.403c-0.048,0.812-0.222,1.516-0.523,2.113 c-0.062,0.124-0.129,0.244-0.203,0.358c-0.228,0.361-0.499,0.654-0.812,0.878l2.506-1.703c0.006-0.003,0.012-0.007,0.018-0.011 c0.401-0.248,0.744-0.589,1.027-1.023c0.43-0.662,0.686-1.468,0.769-2.418c0.141-1.601-0.195-3.274-1.007-5.02 c-0.771-1.656-1.788-3.019-3.052-4.088c-0.705-0.6-1.424-1.048-2.158-1.344C13.34,13.021,12.488,12.922,11.686,13.086z"/> <path fill="%232f8c51" d="M2.248,22.07c-0.046,0.017-0.092,0.035-0.138,0.053c-0.957,0.407-1.499,1.275-1.623,2.606 c-0.103,1.071,0.121,2.167,0.671,3.287c0.536,1.092,1.25,1.954,2.14,2.587c1.145,0.804,2.221,1.02,3.229,0.65 c0.211-0.077,0.404-0.175,0.577-0.295c0.005-0.003,0.009-0.006,0.012-0.01c0.467-0.322,0.796-0.797,0.988-1.425 c0.086-0.279,0.145-0.589,0.176-0.93c0.103-1.072-0.121-2.168-0.671-3.287c-0.531-1.092-1.245-1.954-2.14-2.587 c-0.522-0.368-1.03-0.613-1.524-0.734C3.361,21.841,2.795,21.869,2.248,22.07"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="3.1139" y1="21.1199" x2="10.6647" y2="28.6707"> <stop offset="0.3945" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M2.111,22.123c0.045-0.019,0.091-0.036,0.138-0.053c0.547-0.201,1.113-0.229,1.698-0.085 c0.494,0.122,1.002,0.366,1.524,0.734c0.895,0.633,1.609,1.495,2.14,2.587c0.551,1.119,0.775,2.215,0.671,3.287 c-0.031,0.341-0.09,0.651-0.176,0.93c-0.192,0.628-0.521,1.103-0.988,1.425l2.816-1.717c0.857-0.447,1.356-1.28,1.498-2.5 c0.116-1.068-0.096-2.149-0.635-3.244c-0.531-1.068-1.25-1.901-2.157-2.5c-1.129-0.736-2.193-0.907-3.193-0.512 c-0.052,0.021-0.103,0.042-0.152,0.065L2.111,22.123"/> </svg> ');
}
.green.icon-process-state-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M26.162,14.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 C22,7.575,21.617,7.187,21.215,6.82c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C26.841,17.892,26.644,16.363,26.162,14.779z M22.382,17.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C22.39,17.003,22.387,17.072,22.382,17.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.5647" y1="10.877" x2="22.2104" y2="18.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.981,18.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C21.217,19.531,21.67,19.183,21.981,18.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="14.5026" y1="3.8829" x2="30.2136" y2="19.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.679,2.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C20.908,2.359,19.761,2.225,18.679,2.446z"/> <path fill="%232f8c51" d="M17.406,19.8c-0.247-0.809-0.563-1.631-0.949-2.467c-0.857-1.858-1.911-3.486-3.16-4.885 c-0.395-0.443-0.809-0.863-1.244-1.26c-1.129-1.037-2.302-1.809-3.518-2.316C7.799,8.575,7.097,8.395,6.428,8.334 C6.007,8.296,5.599,8.305,5.205,8.36c-0.366,0.052-0.709,0.14-1.03,0.264C4.078,8.663,3.982,8.704,3.887,8.749 c-0.721,0.345-1.32,0.892-1.798,1.641c-0.622,0.981-0.975,2.183-1.058,3.604c-0.143,2.351,0.387,4.828,1.589,7.433 c1.133,2.44,2.603,4.487,4.412,6.142c1.002,0.917,2.033,1.628,3.092,2.135c1.328,0.627,2.576,0.859,3.746,0.695 c0.669-0.095,1.264-0.312,1.783-0.651c0.051-0.033,0.101-0.067,0.149-0.102c0.457-0.327,0.851-0.754,1.184-1.281 c0.107-0.167,0.205-0.341,0.295-0.523c0.439-0.871,0.694-1.898,0.763-3.082C18.141,23.168,17.928,21.513,17.406,19.8z M13.315,22.354c-0.039,0.612-0.183,1.144-0.434,1.597c-0.336,0.615-0.826,0.991-1.469,1.129c-0.197,0.041-0.4,0.059-0.609,0.052 c-0.404-0.014-0.828-0.118-1.273-0.314c-0.533-0.232-1.055-0.571-1.566-1.019c-0.911-0.802-1.66-1.81-2.245-3.027 c-0.617-1.275-0.907-2.501-0.87-3.678c0.021-0.705,0.17-1.309,0.447-1.811h0.003c0.338-0.617,0.829-0.993,1.472-1.129 c0.58-0.122,1.205-0.037,1.874,0.254c0.116,0.05,0.231,0.105,0.345,0.165c0.416,0.22,0.823,0.508,1.221,0.863 c0.911,0.802,1.66,1.808,2.245,3.019c0.617,1.276,0.907,2.501,0.87,3.678C13.324,22.207,13.321,22.281,13.315,22.354z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8566" y1="15.5776" x2="13.13" y2="23.8509"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="0.3802" style="stop-color:%2339b563"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.881,23.951c0.251-0.453,0.395-0.985,0.434-1.597c-0.439-0.197-0.868-0.466-1.286-0.808 c-0.929-0.76-1.683-1.737-2.264-2.933c-0.605-1.255-0.876-2.465-0.813-3.63c0.007-0.14,0.02-0.277,0.037-0.41 c-0.114-0.06-0.229-0.114-0.345-0.165c-0.669-0.291-1.294-0.376-1.874-0.254c-0.643,0.136-1.133,0.512-1.472,1.129H5.296 c-0.277,0.502-0.426,1.106-0.447,1.811c-0.037,1.176,0.254,2.402,0.87,3.678c0.585,1.216,1.334,2.225,2.245,3.027 c0.511,0.448,1.032,0.788,1.566,1.019c0.445,0.195,0.869,0.3,1.273,0.314c0.209,0.007,0.412-0.011,0.609-0.052 C12.055,24.942,12.545,24.566,12.881,23.951z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="4.7895" y1="8.0093" x2="21.7902" y2="25.01"> <stop offset="0.3945" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M9.308,6.454C8.865,6.546,8.454,6.688,8.075,6.883l-3.9,1.741c0.321-0.124,0.664-0.212,1.03-0.264 c0.395-0.055,0.802-0.064,1.223-0.026c0.669,0.061,1.371,0.241,2.107,0.538c1.216,0.507,2.389,1.279,3.518,2.316 c0.435,0.397,0.849,0.817,1.244,1.26c1.249,1.399,2.303,3.027,3.16,4.885c0.386,0.836,0.702,1.659,0.949,2.467 c0.522,1.713,0.735,3.368,0.638,4.963c-0.069,1.184-0.324,2.211-0.763,3.082c-0.09,0.181-0.189,0.356-0.295,0.523 c-0.333,0.526-0.727,0.953-1.184,1.281l3.654-2.483c0.009-0.004,0.018-0.01,0.026-0.016c0.585-0.361,1.084-0.859,1.498-1.492 c0.627-0.965,1.001-2.141,1.121-3.526c0.206-2.335-0.284-4.775-1.469-7.321c-1.124-2.415-2.608-4.402-4.451-5.962 c-1.028-0.875-2.077-1.528-3.147-1.96C11.721,6.36,10.479,6.216,9.308,6.454z"/> </svg>');
}
.green.icon-process-state-synchronized{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M20.366,20.647c-0.194,0.065-0.286,0.269-0.275,0.611c0.004,0.272,0.084,0.56,0.239,0.865 c0.142,0.28,0.315,0.522,0.517,0.724c0.289,0.289,0.562,0.427,0.82,0.414c0.109-0.007,0.195-0.042,0.258-0.107 c0.106-0.102,0.154-0.28,0.143-0.534c-0.004-0.266-0.084-0.552-0.239-0.859c-0.032-0.066-0.067-0.13-0.103-0.192 c-0.014-0.023-0.028-0.047-0.043-0.07c-0.108-0.172-0.232-0.328-0.372-0.468c-0.253-0.253-0.494-0.388-0.724-0.406 c-0.032-0.002-0.064-0.002-0.096,0C20.446,20.628,20.404,20.635,20.366,20.647"/> <path fill="%23999999" d="M17.613,14.759c-0.21-0.154-0.406-0.21-0.589-0.169c-0.015,0.003-0.03,0.007-0.045,0.011l-0.124,0.066 c-0.14,0.11-0.201,0.322-0.182,0.634c0.017,0.272,0.099,0.556,0.246,0.852c0.138,0.289,0.306,0.532,0.504,0.73 c0.293,0.293,0.562,0.414,0.807,0.363c0.023-0.005,0.044-0.011,0.064-0.019c0.041-0.015,0.078-0.037,0.109-0.064 c0.063-0.05,0.109-0.122,0.139-0.216c0.036-0.11,0.049-0.249,0.038-0.419c-0.017-0.272-0.097-0.557-0.239-0.854 c-0.142-0.288-0.313-0.53-0.51-0.728C17.757,14.873,17.684,14.811,17.613,14.759"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="22.1614" y1="17.5912" x2="19.6691" y2="19.0302"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.004,15.735c-0.171-0.392-0.352-0.595-0.545-0.611c-0.155-0.013-0.34,0.105-0.553,0.355 c-0.019,0.023-0.22,0.294-0.604,0.814c-0.265,0.359-0.498,0.613-0.701,0.762v0.002l1.939,3.483c0.303-0.12,0.604-0.177,0.901-0.171 c0.206,0.004,0.441,0.043,0.703,0.115c0.316,0.088,0.5,0.136,0.551,0.143c0.179,0.026,0.328-0.004,0.446-0.088 c0.199-0.141,0.271-0.364,0.216-0.668c-0.044-0.239-0.16-0.508-0.348-0.805l-2.005-3.33l-0.002-0.002H21.004"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="17.4208" y1="13.4016" x2="20.462" y2="13.4016"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.462,14.259l-0.002-1.113l-0.062-1.448c-0.388,0.101-0.804,0.17-1.249,0.205 c-0.605,0.05-1.181,0.034-1.728-0.049l0.162,2.433C19.488,15.386,20.447,15.377,20.462,14.259"/> <path fill="%23CCCCCC" d="M14.358,5.591c0.002,0.006,0.002,0.011,0.002,0.017c0.011,0.091,0.035,0.183,0.073,0.276 c0.236,0.589,0.917,1.016,2.042,1.279c0.766,0.181,1.592,0.234,2.48,0.16c0.921-0.073,1.726-0.271,2.415-0.594 c0.431-0.198,0.77-0.435,1.014-0.711c0.232-0.253,0.349-0.511,0.35-0.773c0.001-0.004,0.001-0.009,0-0.013c0-0.01,0-0.02,0-0.03 c-0.005-0.108-0.029-0.217-0.073-0.327C22.43,4.286,21.749,3.857,20.62,3.59c-0.766-0.181-1.593-0.235-2.48-0.162 c-0.921,0.074-1.726,0.273-2.415,0.596c-0.436,0.202-0.776,0.439-1.021,0.709C14.449,5.014,14.334,5.3,14.358,5.591"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="18.6855" y1="13.6158" x2="20.1867" y2="16.2158"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.46,13.147l0.002,1.113c-0.015,1.117-0.974,1.127-2.879,0.028l-0.604,0.314 c0.015-0.004,0.03-0.007,0.045-0.011c0.183-0.042,0.38,0.015,0.589,0.169c0.071,0.052,0.144,0.114,0.218,0.188 c0.198,0.198,0.368,0.441,0.51,0.728c0.142,0.298,0.222,0.582,0.239,0.854c0.01,0.169-0.003,0.309-0.038,0.419 c-0.03,0.093-0.076,0.165-0.139,0.216l0.199-0.109c0.202-0.149,0.436-0.404,0.701-0.762c0.384-0.52,0.586-0.791,0.604-0.814 c0.214-0.249,0.398-0.367,0.553-0.355c0.192,0.016,0.374,0.219,0.545,0.611l0.224-0.124c0.016-0.007,0.031-0.014,0.045-0.023 c0.169-0.107,0.247-0.325,0.233-0.654c-0.009-0.272-0.084-0.555-0.226-0.848c-0.138-0.283-0.308-0.52-0.51-0.709 C20.663,13.279,20.56,13.202,20.46,13.147"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="23.1229" y1="18.9611" x2="24.6393" y2="21.5874"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.767,20.115c0.113-0.107,0.17-0.283,0.173-0.53c0.004-0.268-0.069-0.55-0.22-0.848 c-0.138-0.275-0.313-0.507-0.523-0.696c-0.289-0.263-0.562-0.376-0.82-0.337c-0.07,0.01-0.131,0.031-0.184,0.062l-2.183,1.301 c0.188,0.298,0.304,0.566,0.348,0.805c0.056,0.305-0.016,0.528-0.216,0.668c-0.118,0.084-0.267,0.113-0.446,0.088 c-0.051-0.007-0.235-0.055-0.551-0.143c-0.262-0.073-0.496-0.111-0.703-0.115c-0.298-0.006-0.598,0.051-0.901,0.171l-0.175,0.107 c0.038-0.012,0.08-0.019,0.126-0.021c0.032-0.002,0.064-0.002,0.096,0c0.23,0.017,0.471,0.153,0.724,0.406 c0.139,0.139,0.263,0.295,0.372,0.468c0.014,0.024,0.029,0.047,0.043,0.07c0.036,0.062,0.07,0.126,0.103,0.192 c0.155,0.306,0.235,0.592,0.239,0.859c0.011,0.254-0.037,0.432-0.143,0.534L26.767,20.115"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="14.3604" y1="8.5885" x2="22.8438" y2="8.5885"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M14.433,5.883c-0.038-0.092-0.062-0.184-0.073-0.276l0.382,4.316c0,0.01,0,0.019,0,0.028 c0.001,0.094,0.014,0.189,0.038,0.286c0.172,0.675,0.812,1.163,1.918,1.465c0.235,0.064,0.476,0.115,0.722,0.152 c0.547,0.083,1.123,0.099,1.728,0.049c0.445-0.035,0.862-0.104,1.249-0.205c0.408-0.104,0.784-0.244,1.128-0.421 c0.932-0.48,1.37-1.026,1.313-1.64l-0.105-4.393c-0.001,0.263-0.118,0.52-0.35,0.773c-0.245,0.276-0.583,0.513-1.014,0.711 c-0.689,0.323-1.494,0.521-2.415,0.594c-0.887,0.074-1.714,0.021-2.48-0.16C15.35,6.899,14.669,6.473,14.433,5.883"/> <path fill="%232f8c51" d="M11.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C11.889,25.716,11.842,25.724,11.798,25.738"/> <path fill="%232f8c51" d="M8.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C7.669,19.1,7.6,19.339,7.622,19.692C7.641,20,7.734,20.321,7.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C8.848,19.208,8.766,19.137,8.685,19.079"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.8291" y1="22.2818" x2="11.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M12.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H12.521"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="8.4674" y1="17.5434" x2="11.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M11.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C10.805,19.788,11.89,19.777,11.907,18.514"/> <path fill="%2339b563" d="M5.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 C8.24,6.346,7.329,6.571,6.55,6.936C6.057,7.165,5.672,7.432,5.395,7.738C5.106,8.057,4.976,8.381,5.004,8.709"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="9.8978" y1="17.7855" x2="11.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M11.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L7.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C12.134,17.404,12.018,17.317,11.905,17.255"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="16.3567" y1="22.7536" x2="18.1782" y2="25.9086"> <stop offset="0.2013" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.024,23.166c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-5.455,3.442 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L22.024,23.166"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="5.0061" y1="12.0996" x2="14.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%232f8c51"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M5.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C6.125,10.189,5.355,9.707,5.088,9.04"/> </svg> ');
}
.green.icon-process-state-command{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.798,24.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C16.889,24.716,16.842,24.724,16.798,24.738"/> <path fill="%23999999" d="M13.685,18.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 c-0.159,0.125-0.227,0.364-0.205,0.717c0.019,0.308,0.112,0.629,0.278,0.964c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C13.848,18.208,13.766,18.137,13.685,18.079"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="18.8291" y1="21.2818" x2="16.0102" y2="22.9093"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.521,19.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H17.521"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.4674" y1="16.5434" x2="16.907" y2="16.5434"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.907,17.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C15.805,18.788,16.89,18.777,16.907,17.514"/> <path fill="%2339b563" d="M10.004,7.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 c-1.042,0.084-1.952,0.308-2.732,0.674c-0.493,0.229-0.878,0.496-1.155,0.802C10.106,7.057,9.976,7.381,10.004,7.709"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="14.8978" y1="16.7855" x2="16.5956" y2="19.7262"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.905,16.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L12.967,17.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C17.134,16.404,17.018,16.317,16.905,16.255"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="19.9166" y1="22.8311" x2="21.6315" y2="25.8016"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.037,24.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L24.037,24.137"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="10.0061" y1="11.0996" x2="19.6009" y2="11.0996"> <stop offset="0.2832" style="stop-color:%232f8c51"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M10.088,8.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C11.125,9.189,10.355,8.707,10.088,8.04"/> </svg> ');
}
.green.icon-process-state-final{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2321663c" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%2321663c" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%2321663c" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%2321663c" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%2321663c" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%2321663c" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%2339b563" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%2339b563" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%2339b563" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.lightGreen.icon-process{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M23.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C23.841,20.892,23.644,19.363,23.162,17.779z M19.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C19.39,20.003,19.387,20.072,19.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.5647" y1="13.877" x2="19.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C18.217,22.531,18.67,22.183,18.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5026" y1="6.8829" x2="27.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C17.908,5.359,16.761,5.225,15.679,5.446z"/> <path fill="%23676767" d="M16.722,25.866c0.334-0.313,0.506-0.757,0.512-1.312c0.008-0.466-0.113-0.947-0.355-1.423 c-0.089-0.177-0.195-0.337-0.305-0.493c-0.224-0.048-0.452-0.116-0.689-0.22c-0.493-0.214-0.975-0.528-1.447-0.942 c-0.021-0.018-0.039-0.04-0.06-0.059c-0.018,0.002-0.037,0.001-0.055,0.004c-0.211,0.03-0.406,0.098-0.576,0.201l-1.614,0.961 l-1.313-2.178c0.171-0.268,0.29-0.641,0.268-1.159c-0.014-0.449-0.134-0.908-0.356-1.366c-0.209-0.428-0.475-0.796-0.794-1.095 c-0.018-0.017-0.036-0.033-0.054-0.049L9.866,16.34c0.242-0.091,0.477-0.195,0.7-0.31c0.408-0.209,0.729-0.43,0.995-0.653 c0-0.033-0.005-0.066-0.004-0.099c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.165-0.3,0.371-0.535,0.614-0.712l-0.108-4.495 l0.018-0.095L12.474,8.19c-0.013-0.223-0.063-0.445-0.148-0.655c-0.048-0.121-0.105-0.238-0.17-0.35 c-0.09,0.007-0.181,0.009-0.269,0.021c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.146,4.077,5.676c0.689,0.631,1.394,1.156,2.113,1.577l0.964-0.605L16.722,25.866z"/> <path fill="%2300b200" d="M8.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C8.889,25.716,8.842,25.724,8.798,25.738"/> <path fill="%2300b200" d="M5.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C4.669,19.1,4.6,19.339,4.622,19.692C4.641,20,4.734,20.321,4.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C5.848,19.208,5.766,19.137,5.685,19.079"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="10.8291" y1="22.2818" x2="8.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M9.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H9.521"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.4674" y1="17.5434" x2="8.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M8.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C7.805,19.788,8.89,19.777,8.907,18.514"/> <path fill="%2300e500" d="M2.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454C8.219,6.241,7.285,6.18,6.281,6.262 C5.24,6.346,4.329,6.571,3.55,6.936C3.057,7.165,2.672,7.432,2.395,7.738C2.106,8.057,1.976,8.381,2.004,8.709"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="6.8978" y1="17.7855" x2="8.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L4.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C9.134,17.404,9.018,17.317,8.905,17.255"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="11.9166" y1="23.8311" x2="13.6315" y2="26.8016"> <stop offset="0.2013" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M16.037,25.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L16.037,25.137"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="2.006" y1="12.0996" x2="11.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%2300b200"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M2.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C3.125,10.189,2.355,9.707,2.088,9.04"/> </svg>');
}
.lightGreen.icon-process-state{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%2300b200" d="M17.058,9.658c-0.462-0.405-0.944-0.772-1.446-1.102l-0.026,2.735l-0.02,2.483 c0.648,0.581,1.211,1.286,1.69,2.113c0.472,0.818,0.8,1.656,0.986,2.514l2.403,1.307l2.099,1.142c-0.04-0.523-0.11-1.047-0.21-1.571 c-0.339-1.774-1.022-3.553-2.048-5.337c-0.423-0.736-0.875-1.419-1.355-2.048C18.491,11.052,17.8,10.307,17.058,9.658z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="15.9268" y1="8.2414" x2="26.3382" y2="18.6529"> <stop offset="0.3987" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M17.089,7.843l-1.477,0.713c0.502,0.33,0.984,0.697,1.446,1.102c0.742,0.649,1.433,1.394,2.073,2.235 c0.48,0.629,0.932,1.312,1.355,2.048c1.026,1.784,1.709,3.563,2.048,5.337c0.1,0.524,0.17,1.048,0.21,1.571l1.253-0.792l2.534-1.596 c-0.121-2.242-0.823-4.474-2.105-6.695c-1.297-2.248-2.893-3.963-4.789-5.147L17.089,7.843z"/> </svg>');
}
.lightGreen.icon-process-state-interaction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%2300e500" d="M7.009,21.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C7.372,21.387,7.192,21.424,7.009,21.438z"/> <path fill="%23009900" d="M16.294,29.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C16.265,29.647,16.283,29.435,16.294,29.223z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="9.657" y1="11.5833" x2="9.657" y2="23.0892"> <stop offset="0.3216" style="stop-color:%2300e500"/> <stop offset="0.8492" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.898,15.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.004-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C13.077,18.837,13.037,17.088,12.898,15.69z"/> <path fill="%2300b200" d="M8.059,12.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C5.181,13.075,6.23,11.678,8.059,12.356z"/> </svg>');
}
.lightGreen.icon-process-state-sequence{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M27.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C27.841,20.892,27.644,19.363,27.162,17.779z M23.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C23.39,20.003,23.387,20.072,23.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.5647" y1="13.877" x2="23.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M22.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C22.217,22.531,22.67,22.183,22.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.5026" y1="6.8829" x2="31.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M19.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C21.908,5.359,20.761,5.225,19.679,5.446z"/> <path fill="%23999999" d="M17.238,22.237c-0.169-0.555-0.386-1.119-0.651-1.692c-0.588-1.274-1.31-2.391-2.167-3.35 c-0.271-0.304-0.555-0.592-0.853-0.864c-0.774-0.711-1.578-1.24-2.412-1.588c-0.504-0.204-0.986-0.327-1.445-0.369 c-0.289-0.026-0.568-0.02-0.839,0.018c-0.251,0.035-0.486,0.096-0.706,0.181c-0.067,0.027-0.133,0.055-0.197,0.086 c-0.494,0.237-0.905,0.612-1.233,1.126c-0.426,0.673-0.668,1.497-0.726,2.471c-0.098,1.612,0.265,3.311,1.09,5.097 c0.777,1.673,1.785,3.077,3.025,4.212c0.687,0.628,1.394,1.117,2.12,1.464c0.911,0.43,1.767,0.589,2.568,0.477 c0.459-0.065,0.867-0.214,1.222-0.446c0.035-0.022,0.069-0.046,0.102-0.07c0.313-0.225,0.584-0.517,0.812-0.878 c0.073-0.115,0.141-0.234,0.203-0.358c0.301-0.597,0.476-1.301,0.523-2.113C17.742,24.546,17.596,23.412,17.238,22.237z M14.433,23.988c-0.026,0.419-0.126,0.784-0.298,1.095c-0.231,0.422-0.566,0.68-1.007,0.774c-0.135,0.028-0.274,0.04-0.418,0.036 c-0.277-0.009-0.568-0.081-0.873-0.215c-0.366-0.159-0.723-0.392-1.074-0.699c-0.625-0.55-1.138-1.241-1.54-2.075 c-0.423-0.875-0.622-1.715-0.597-2.522c0.014-0.483,0.116-0.897,0.306-1.242h0.002c0.232-0.423,0.568-0.681,1.009-0.774 c0.398-0.084,0.826-0.026,1.285,0.174c0.08,0.034,0.158,0.072,0.237,0.113c0.286,0.151,0.565,0.348,0.837,0.591 c0.625,0.55,1.138,1.24,1.539,2.07c0.423,0.875,0.622,1.715,0.597,2.522C14.439,23.887,14.437,23.938,14.433,23.988z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="8.633" y1="19.3416" x2="14.306" y2="25.0145"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M14.136,25.083c0.172-0.311,0.271-0.676,0.298-1.095c-0.301-0.135-0.595-0.319-0.882-0.554 c-0.637-0.521-1.154-1.191-1.552-2.011c-0.415-0.86-0.6-1.69-0.557-2.489c0.005-0.096,0.014-0.19,0.025-0.281 c-0.078-0.041-0.157-0.079-0.237-0.113c-0.459-0.2-0.887-0.257-1.285-0.174c-0.441,0.093-0.777,0.351-1.009,0.774H8.934 c-0.19,0.345-0.292,0.759-0.306,1.242c-0.025,0.806,0.174,1.647,0.597,2.522c0.401,0.834,0.915,1.526,1.54,2.075 c0.35,0.307,0.708,0.54,1.074,0.699c0.305,0.134,0.596,0.206,0.873,0.215c0.143,0.005,0.282-0.007,0.418-0.036 C13.569,25.763,13.905,25.505,14.136,25.083z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="8.587" y1="14.1521" x2="20.2442" y2="25.8093"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.686,13.086c-0.304,0.062-0.586,0.16-0.846,0.294l-2.674,1.194 c0.22-0.085,0.455-0.146,0.706-0.181c0.271-0.038,0.55-0.044,0.839-0.018c0.459,0.042,0.94,0.165,1.445,0.369 c0.834,0.348,1.638,0.877,2.412,1.588c0.298,0.272,0.582,0.56,0.853,0.864c0.857,0.959,1.579,2.076,2.167,3.35 c0.264,0.573,0.481,1.137,0.651,1.692c0.358,1.175,0.504,2.309,0.437,3.403c-0.048,0.812-0.222,1.516-0.523,2.113 c-0.062,0.124-0.129,0.244-0.203,0.358c-0.228,0.361-0.499,0.654-0.812,0.878l2.506-1.703c0.006-0.003,0.012-0.007,0.018-0.011 c0.401-0.248,0.744-0.589,1.027-1.023c0.43-0.662,0.686-1.468,0.769-2.418c0.141-1.601-0.195-3.274-1.007-5.02 c-0.771-1.656-1.788-3.019-3.052-4.088c-0.705-0.6-1.424-1.048-2.158-1.344C13.34,13.021,12.488,12.922,11.686,13.086z"/> <path fill="%2300b200" d="M2.248,22.07c-0.046,0.017-0.092,0.035-0.138,0.053c-0.957,0.407-1.499,1.275-1.623,2.606 c-0.103,1.071,0.121,2.167,0.671,3.287c0.536,1.092,1.25,1.954,2.14,2.587c1.145,0.804,2.221,1.02,3.229,0.65 c0.211-0.077,0.404-0.175,0.577-0.295c0.005-0.003,0.009-0.006,0.012-0.01c0.467-0.322,0.796-0.797,0.988-1.425 c0.086-0.279,0.145-0.589,0.176-0.93c0.103-1.072-0.121-2.168-0.671-3.287c-0.531-1.092-1.245-1.954-2.14-2.587 c-0.522-0.368-1.03-0.613-1.524-0.734C3.361,21.841,2.795,21.869,2.248,22.07"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="3.1139" y1="21.1199" x2="10.6647" y2="28.6707"> <stop offset="0.3945" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M2.111,22.123c0.045-0.019,0.091-0.036,0.138-0.053c0.547-0.201,1.113-0.229,1.698-0.085 c0.494,0.122,1.002,0.366,1.524,0.734c0.895,0.633,1.609,1.495,2.14,2.587c0.551,1.119,0.775,2.215,0.671,3.287 c-0.031,0.341-0.09,0.651-0.176,0.93c-0.192,0.628-0.521,1.103-0.988,1.425l2.816-1.717c0.857-0.447,1.356-1.28,1.498-2.5 c0.116-1.068-0.096-2.149-0.635-3.244c-0.531-1.068-1.25-1.901-2.157-2.5c-1.129-0.736-2.193-0.907-3.193-0.512 c-0.052,0.021-0.103,0.042-0.152,0.065L2.111,22.123"/> </svg> ');
}
.lightGreen.icon-process-state-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M26.162,14.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 C22,7.575,21.617,7.187,21.215,6.82c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C26.841,17.892,26.644,16.363,26.162,14.779z M22.382,17.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C22.39,17.003,22.387,17.072,22.382,17.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.5647" y1="10.877" x2="22.2104" y2="18.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.981,18.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C21.217,19.531,21.67,19.183,21.981,18.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="14.5026" y1="3.8829" x2="30.2136" y2="19.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.679,2.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C20.908,2.359,19.761,2.225,18.679,2.446z"/> <path fill="%2300b200" d="M17.406,19.8c-0.247-0.809-0.563-1.631-0.949-2.467c-0.857-1.858-1.911-3.486-3.16-4.885 c-0.395-0.443-0.809-0.863-1.244-1.26c-1.129-1.037-2.302-1.809-3.518-2.316C7.799,8.575,7.097,8.395,6.428,8.334 C6.007,8.296,5.599,8.305,5.205,8.36c-0.366,0.052-0.709,0.14-1.03,0.264C4.078,8.663,3.982,8.704,3.887,8.749 c-0.721,0.345-1.32,0.892-1.798,1.641c-0.622,0.981-0.975,2.183-1.058,3.604c-0.143,2.351,0.387,4.828,1.589,7.433 c1.133,2.44,2.603,4.487,4.412,6.142c1.002,0.917,2.033,1.628,3.092,2.135c1.328,0.627,2.576,0.859,3.746,0.695 c0.669-0.095,1.264-0.312,1.783-0.651c0.051-0.033,0.101-0.067,0.149-0.102c0.457-0.327,0.851-0.754,1.184-1.281 c0.107-0.167,0.205-0.341,0.295-0.523c0.439-0.871,0.694-1.898,0.763-3.082C18.141,23.168,17.928,21.513,17.406,19.8z M13.315,22.354c-0.039,0.612-0.183,1.144-0.434,1.597c-0.336,0.615-0.826,0.991-1.469,1.129c-0.197,0.041-0.4,0.059-0.609,0.052 c-0.404-0.014-0.828-0.118-1.273-0.314c-0.533-0.232-1.055-0.571-1.566-1.019c-0.911-0.802-1.66-1.81-2.245-3.027 c-0.617-1.275-0.907-2.501-0.87-3.678c0.021-0.705,0.17-1.309,0.447-1.811h0.003c0.338-0.617,0.829-0.993,1.472-1.129 c0.58-0.122,1.205-0.037,1.874,0.254c0.116,0.05,0.231,0.105,0.345,0.165c0.416,0.22,0.823,0.508,1.221,0.863 c0.911,0.802,1.66,1.808,2.245,3.019c0.617,1.276,0.907,2.501,0.87,3.678C13.324,22.207,13.321,22.281,13.315,22.354z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8566" y1="15.5776" x2="13.13" y2="23.8509"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="0.3802" style="stop-color:%2300e500"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.881,23.951c0.251-0.453,0.395-0.985,0.434-1.597c-0.439-0.197-0.868-0.466-1.286-0.808 c-0.929-0.76-1.683-1.737-2.264-2.933c-0.605-1.255-0.876-2.465-0.813-3.63c0.007-0.14,0.02-0.277,0.037-0.41 c-0.114-0.06-0.229-0.114-0.345-0.165c-0.669-0.291-1.294-0.376-1.874-0.254c-0.643,0.136-1.133,0.512-1.472,1.129H5.296 c-0.277,0.502-0.426,1.106-0.447,1.811c-0.037,1.176,0.254,2.402,0.87,3.678c0.585,1.216,1.334,2.225,2.245,3.027 c0.511,0.448,1.032,0.788,1.566,1.019c0.445,0.195,0.869,0.3,1.273,0.314c0.209,0.007,0.412-0.011,0.609-0.052 C12.055,24.942,12.545,24.566,12.881,23.951z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="4.7895" y1="8.0093" x2="21.7902" y2="25.01"> <stop offset="0.3945" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M9.308,6.454C8.865,6.546,8.454,6.688,8.075,6.883l-3.9,1.741c0.321-0.124,0.664-0.212,1.03-0.264 c0.395-0.055,0.802-0.064,1.223-0.026c0.669,0.061,1.371,0.241,2.107,0.538c1.216,0.507,2.389,1.279,3.518,2.316 c0.435,0.397,0.849,0.817,1.244,1.26c1.249,1.399,2.303,3.027,3.16,4.885c0.386,0.836,0.702,1.659,0.949,2.467 c0.522,1.713,0.735,3.368,0.638,4.963c-0.069,1.184-0.324,2.211-0.763,3.082c-0.09,0.181-0.189,0.356-0.295,0.523 c-0.333,0.526-0.727,0.953-1.184,1.281l3.654-2.483c0.009-0.004,0.018-0.01,0.026-0.016c0.585-0.361,1.084-0.859,1.498-1.492 c0.627-0.965,1.001-2.141,1.121-3.526c0.206-2.335-0.284-4.775-1.469-7.321c-1.124-2.415-2.608-4.402-4.451-5.962 c-1.028-0.875-2.077-1.528-3.147-1.96C11.721,6.36,10.479,6.216,9.308,6.454z"/> </svg>');
}
.lightGreen.icon-process-state-synchronized{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M20.366,20.647c-0.194,0.065-0.286,0.269-0.275,0.611c0.004,0.272,0.084,0.56,0.239,0.865 c0.142,0.28,0.315,0.522,0.517,0.724c0.289,0.289,0.562,0.427,0.82,0.414c0.109-0.007,0.195-0.042,0.258-0.107 c0.106-0.102,0.154-0.28,0.143-0.534c-0.004-0.266-0.084-0.552-0.239-0.859c-0.032-0.066-0.067-0.13-0.103-0.192 c-0.014-0.023-0.028-0.047-0.043-0.07c-0.108-0.172-0.232-0.328-0.372-0.468c-0.253-0.253-0.494-0.388-0.724-0.406 c-0.032-0.002-0.064-0.002-0.096,0C20.446,20.628,20.404,20.635,20.366,20.647"/> <path fill="%23999999" d="M17.613,14.759c-0.21-0.154-0.406-0.21-0.589-0.169c-0.015,0.003-0.03,0.007-0.045,0.011l-0.124,0.066 c-0.14,0.11-0.201,0.322-0.182,0.634c0.017,0.272,0.099,0.556,0.246,0.852c0.138,0.289,0.306,0.532,0.504,0.73 c0.293,0.293,0.562,0.414,0.807,0.363c0.023-0.005,0.044-0.011,0.064-0.019c0.041-0.015,0.078-0.037,0.109-0.064 c0.063-0.05,0.109-0.122,0.139-0.216c0.036-0.11,0.049-0.249,0.038-0.419c-0.017-0.272-0.097-0.557-0.239-0.854 c-0.142-0.288-0.313-0.53-0.51-0.728C17.757,14.873,17.684,14.811,17.613,14.759"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="22.1614" y1="17.5912" x2="19.6691" y2="19.0302"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.004,15.735c-0.171-0.392-0.352-0.595-0.545-0.611c-0.155-0.013-0.34,0.105-0.553,0.355 c-0.019,0.023-0.22,0.294-0.604,0.814c-0.265,0.359-0.498,0.613-0.701,0.762v0.002l1.939,3.483c0.303-0.12,0.604-0.177,0.901-0.171 c0.206,0.004,0.441,0.043,0.703,0.115c0.316,0.088,0.5,0.136,0.551,0.143c0.179,0.026,0.328-0.004,0.446-0.088 c0.199-0.141,0.271-0.364,0.216-0.668c-0.044-0.239-0.16-0.508-0.348-0.805l-2.005-3.33l-0.002-0.002H21.004"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="17.4208" y1="13.4016" x2="20.462" y2="13.4016"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.462,14.259l-0.002-1.113l-0.062-1.448c-0.388,0.101-0.804,0.17-1.249,0.205 c-0.605,0.05-1.181,0.034-1.728-0.049l0.162,2.433C19.488,15.386,20.447,15.377,20.462,14.259"/> <path fill="%23CCCCCC" d="M14.358,5.591c0.002,0.006,0.002,0.011,0.002,0.017c0.011,0.091,0.035,0.183,0.073,0.276 c0.236,0.589,0.917,1.016,2.042,1.279c0.766,0.181,1.592,0.234,2.48,0.16c0.921-0.073,1.726-0.271,2.415-0.594 c0.431-0.198,0.77-0.435,1.014-0.711c0.232-0.253,0.349-0.511,0.35-0.773c0.001-0.004,0.001-0.009,0-0.013c0-0.01,0-0.02,0-0.03 c-0.005-0.108-0.029-0.217-0.073-0.327C22.43,4.286,21.749,3.857,20.62,3.59c-0.766-0.181-1.593-0.235-2.48-0.162 c-0.921,0.074-1.726,0.273-2.415,0.596c-0.436,0.202-0.776,0.439-1.021,0.709C14.449,5.014,14.334,5.3,14.358,5.591"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="18.6855" y1="13.6158" x2="20.1867" y2="16.2158"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.46,13.147l0.002,1.113c-0.015,1.117-0.974,1.127-2.879,0.028l-0.604,0.314 c0.015-0.004,0.03-0.007,0.045-0.011c0.183-0.042,0.38,0.015,0.589,0.169c0.071,0.052,0.144,0.114,0.218,0.188 c0.198,0.198,0.368,0.441,0.51,0.728c0.142,0.298,0.222,0.582,0.239,0.854c0.01,0.169-0.003,0.309-0.038,0.419 c-0.03,0.093-0.076,0.165-0.139,0.216l0.199-0.109c0.202-0.149,0.436-0.404,0.701-0.762c0.384-0.52,0.586-0.791,0.604-0.814 c0.214-0.249,0.398-0.367,0.553-0.355c0.192,0.016,0.374,0.219,0.545,0.611l0.224-0.124c0.016-0.007,0.031-0.014,0.045-0.023 c0.169-0.107,0.247-0.325,0.233-0.654c-0.009-0.272-0.084-0.555-0.226-0.848c-0.138-0.283-0.308-0.52-0.51-0.709 C20.663,13.279,20.56,13.202,20.46,13.147"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="23.1229" y1="18.9611" x2="24.6393" y2="21.5874"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.767,20.115c0.113-0.107,0.17-0.283,0.173-0.53c0.004-0.268-0.069-0.55-0.22-0.848 c-0.138-0.275-0.313-0.507-0.523-0.696c-0.289-0.263-0.562-0.376-0.82-0.337c-0.07,0.01-0.131,0.031-0.184,0.062l-2.183,1.301 c0.188,0.298,0.304,0.566,0.348,0.805c0.056,0.305-0.016,0.528-0.216,0.668c-0.118,0.084-0.267,0.113-0.446,0.088 c-0.051-0.007-0.235-0.055-0.551-0.143c-0.262-0.073-0.496-0.111-0.703-0.115c-0.298-0.006-0.598,0.051-0.901,0.171l-0.175,0.107 c0.038-0.012,0.08-0.019,0.126-0.021c0.032-0.002,0.064-0.002,0.096,0c0.23,0.017,0.471,0.153,0.724,0.406 c0.139,0.139,0.263,0.295,0.372,0.468c0.014,0.024,0.029,0.047,0.043,0.07c0.036,0.062,0.07,0.126,0.103,0.192 c0.155,0.306,0.235,0.592,0.239,0.859c0.011,0.254-0.037,0.432-0.143,0.534L26.767,20.115"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="14.3604" y1="8.5885" x2="22.8438" y2="8.5885"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M14.433,5.883c-0.038-0.092-0.062-0.184-0.073-0.276l0.382,4.316c0,0.01,0,0.019,0,0.028 c0.001,0.094,0.014,0.189,0.038,0.286c0.172,0.675,0.812,1.163,1.918,1.465c0.235,0.064,0.476,0.115,0.722,0.152 c0.547,0.083,1.123,0.099,1.728,0.049c0.445-0.035,0.862-0.104,1.249-0.205c0.408-0.104,0.784-0.244,1.128-0.421 c0.932-0.48,1.37-1.026,1.313-1.64l-0.105-4.393c-0.001,0.263-0.118,0.52-0.35,0.773c-0.245,0.276-0.583,0.513-1.014,0.711 c-0.689,0.323-1.494,0.521-2.415,0.594c-0.887,0.074-1.714,0.021-2.48-0.16C15.35,6.899,14.669,6.473,14.433,5.883"/> <path fill="%2300b200" d="M11.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C11.889,25.716,11.842,25.724,11.798,25.738"/> <path fill="%2300b200" d="M8.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C7.669,19.1,7.6,19.339,7.622,19.692C7.641,20,7.734,20.321,7.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C8.848,19.208,8.766,19.137,8.685,19.079"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.8291" y1="22.2818" x2="11.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M12.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H12.521"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="8.4674" y1="17.5434" x2="11.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M11.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C10.805,19.788,11.89,19.777,11.907,18.514"/> <path fill="%2300e500" d="M5.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 C8.24,6.346,7.329,6.571,6.55,6.936C6.057,7.165,5.672,7.432,5.395,7.738C5.106,8.057,4.976,8.381,5.004,8.709"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="9.8978" y1="17.7855" x2="11.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M11.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L7.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C12.134,17.404,12.018,17.317,11.905,17.255"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="16.3567" y1="22.7536" x2="18.1782" y2="25.9086"> <stop offset="0.2013" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.024,23.166c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-5.455,3.442 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L22.024,23.166"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="5.0061" y1="12.0996" x2="14.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%2300b200"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M5.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C6.125,10.189,5.355,9.707,5.088,9.04"/> </svg> ');
}
.lightGreen.icon-process-state-command{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.798,24.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C16.889,24.716,16.842,24.724,16.798,24.738"/> <path fill="%23999999" d="M13.685,18.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 c-0.159,0.125-0.227,0.364-0.205,0.717c0.019,0.308,0.112,0.629,0.278,0.964c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C13.848,18.208,13.766,18.137,13.685,18.079"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="18.8291" y1="21.2818" x2="16.0102" y2="22.9093"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.521,19.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H17.521"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.4674" y1="16.5434" x2="16.907" y2="16.5434"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.907,17.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C15.805,18.788,16.89,18.777,16.907,17.514"/> <path fill="%2300e500" d="M10.004,7.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 c-1.042,0.084-1.952,0.308-2.732,0.674c-0.493,0.229-0.878,0.496-1.155,0.802C10.106,7.057,9.976,7.381,10.004,7.709"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="14.8978" y1="16.7855" x2="16.5956" y2="19.7262"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.905,16.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L12.967,17.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C17.134,16.404,17.018,16.317,16.905,16.255"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="19.9166" y1="22.8311" x2="21.6315" y2="25.8016"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.037,24.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L24.037,24.137"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="10.0061" y1="11.0996" x2="19.6009" y2="11.0996"> <stop offset="0.2832" style="stop-color:%2300b200"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M10.088,8.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C11.125,9.189,10.355,8.707,10.088,8.04"/> </svg> ');
}
.lightGreen.icon-process-state-final{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23009900" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%23009900" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%23009900" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%23009900" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%23009900" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%23009900" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%2300e500" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%2300e500" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%2300e500" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.yellow.icon-process{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M23.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C23.841,20.892,23.644,19.363,23.162,17.779z M19.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C19.39,20.003,19.387,20.072,19.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.5647" y1="13.877" x2="19.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C18.217,22.531,18.67,22.183,18.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5026" y1="6.8829" x2="27.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C17.908,5.359,16.761,5.225,15.679,5.446z"/> <path fill="%23676767" d="M16.722,25.866c0.334-0.313,0.506-0.757,0.512-1.312c0.008-0.466-0.113-0.947-0.355-1.423 c-0.089-0.177-0.195-0.337-0.305-0.493c-0.224-0.048-0.452-0.116-0.689-0.22c-0.493-0.214-0.975-0.528-1.447-0.942 c-0.021-0.018-0.039-0.04-0.06-0.059c-0.018,0.002-0.037,0.001-0.055,0.004c-0.211,0.03-0.406,0.098-0.576,0.201l-1.614,0.961 l-1.313-2.178c0.171-0.268,0.29-0.641,0.268-1.159c-0.014-0.449-0.134-0.908-0.356-1.366c-0.209-0.428-0.475-0.796-0.794-1.095 c-0.018-0.017-0.036-0.033-0.054-0.049L9.866,16.34c0.242-0.091,0.477-0.195,0.7-0.31c0.408-0.209,0.729-0.43,0.995-0.653 c0-0.033-0.005-0.066-0.004-0.099c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.165-0.3,0.371-0.535,0.614-0.712l-0.108-4.495 l0.018-0.095L12.474,8.19c-0.013-0.223-0.063-0.445-0.148-0.655c-0.048-0.121-0.105-0.238-0.17-0.35 c-0.09,0.007-0.181,0.009-0.269,0.021c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.146,4.077,5.676c0.689,0.631,1.394,1.156,2.113,1.577l0.964-0.605L16.722,25.866z"/> <path fill="%23ccaa00" d="M8.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C8.889,25.716,8.842,25.724,8.798,25.738"/> <path fill="%23ccaa00" d="M5.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C4.669,19.1,4.6,19.339,4.622,19.692C4.641,20,4.734,20.321,4.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C5.848,19.208,5.766,19.137,5.685,19.079"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="10.8291" y1="22.2818" x2="8.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M9.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H9.521"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.4674" y1="17.5434" x2="8.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M8.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C7.805,19.788,8.89,19.777,8.907,18.514"/> <path fill="%23f9e100" d="M2.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454C8.219,6.241,7.285,6.18,6.281,6.262 C5.24,6.346,4.329,6.571,3.55,6.936C3.057,7.165,2.672,7.432,2.395,7.738C2.106,8.057,1.976,8.381,2.004,8.709"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="6.8978" y1="17.7855" x2="8.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L4.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C9.134,17.404,9.018,17.317,8.905,17.255"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="11.9166" y1="23.8311" x2="13.6315" y2="26.8016"> <stop offset="0.2013" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M16.037,25.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L16.037,25.137"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="2.006" y1="12.0996" x2="11.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%23ccaa00"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M2.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C3.125,10.189,2.355,9.707,2.088,9.04"/> </svg>');
}
.yellow.icon-process-state{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%23ccaa00" d="M17.058,9.658c-0.462-0.405-0.944-0.772-1.446-1.102l-0.026,2.735l-0.02,2.483 c0.648,0.581,1.211,1.286,1.69,2.113c0.472,0.818,0.8,1.656,0.986,2.514l2.403,1.307l2.099,1.142c-0.04-0.523-0.11-1.047-0.21-1.571 c-0.339-1.774-1.022-3.553-2.048-5.337c-0.423-0.736-0.875-1.419-1.355-2.048C18.491,11.052,17.8,10.307,17.058,9.658z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="15.9268" y1="8.2414" x2="26.3382" y2="18.6529"> <stop offset="0.3987" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M17.089,7.843l-1.477,0.713c0.502,0.33,0.984,0.697,1.446,1.102c0.742,0.649,1.433,1.394,2.073,2.235 c0.48,0.629,0.932,1.312,1.355,2.048c1.026,1.784,1.709,3.563,2.048,5.337c0.1,0.524,0.17,1.048,0.21,1.571l1.253-0.792l2.534-1.596 c-0.121-2.242-0.823-4.474-2.105-6.695c-1.297-2.248-2.893-3.963-4.789-5.147L17.089,7.843z"/> </svg>');
}
.yellow.icon-process-state-interaction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%23f9e100" d="M7.009,21.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C7.372,21.387,7.192,21.424,7.009,21.438z"/> <path fill="%23a58d00" d="M16.294,29.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C16.265,29.647,16.283,29.435,16.294,29.223z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="9.657" y1="11.5833" x2="9.657" y2="23.0892"> <stop offset="0.3216" style="stop-color:%23f9e100"/> <stop offset="0.8492" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.898,15.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.004-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C13.077,18.837,13.037,17.088,12.898,15.69z"/> <path fill="%23ccaa00" d="M8.059,12.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C5.181,13.075,6.23,11.678,8.059,12.356z"/> </svg>');
}
.yellow.icon-process-state-sequence{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M27.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C27.841,20.892,27.644,19.363,27.162,17.779z M23.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C23.39,20.003,23.387,20.072,23.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.5647" y1="13.877" x2="23.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M22.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C22.217,22.531,22.67,22.183,22.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.5026" y1="6.8829" x2="31.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M19.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C21.908,5.359,20.761,5.225,19.679,5.446z"/> <path fill="%23999999" d="M17.238,22.237c-0.169-0.555-0.386-1.119-0.651-1.692c-0.588-1.274-1.31-2.391-2.167-3.35 c-0.271-0.304-0.555-0.592-0.853-0.864c-0.774-0.711-1.578-1.24-2.412-1.588c-0.504-0.204-0.986-0.327-1.445-0.369 c-0.289-0.026-0.568-0.02-0.839,0.018c-0.251,0.035-0.486,0.096-0.706,0.181c-0.067,0.027-0.133,0.055-0.197,0.086 c-0.494,0.237-0.905,0.612-1.233,1.126c-0.426,0.673-0.668,1.497-0.726,2.471c-0.098,1.612,0.265,3.311,1.09,5.097 c0.777,1.673,1.785,3.077,3.025,4.212c0.687,0.628,1.394,1.117,2.12,1.464c0.911,0.43,1.767,0.589,2.568,0.477 c0.459-0.065,0.867-0.214,1.222-0.446c0.035-0.022,0.069-0.046,0.102-0.07c0.313-0.225,0.584-0.517,0.812-0.878 c0.073-0.115,0.141-0.234,0.203-0.358c0.301-0.597,0.476-1.301,0.523-2.113C17.742,24.546,17.596,23.412,17.238,22.237z M14.433,23.988c-0.026,0.419-0.126,0.784-0.298,1.095c-0.231,0.422-0.566,0.68-1.007,0.774c-0.135,0.028-0.274,0.04-0.418,0.036 c-0.277-0.009-0.568-0.081-0.873-0.215c-0.366-0.159-0.723-0.392-1.074-0.699c-0.625-0.55-1.138-1.241-1.54-2.075 c-0.423-0.875-0.622-1.715-0.597-2.522c0.014-0.483,0.116-0.897,0.306-1.242h0.002c0.232-0.423,0.568-0.681,1.009-0.774 c0.398-0.084,0.826-0.026,1.285,0.174c0.08,0.034,0.158,0.072,0.237,0.113c0.286,0.151,0.565,0.348,0.837,0.591 c0.625,0.55,1.138,1.24,1.539,2.07c0.423,0.875,0.622,1.715,0.597,2.522C14.439,23.887,14.437,23.938,14.433,23.988z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="8.633" y1="19.3416" x2="14.306" y2="25.0145"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M14.136,25.083c0.172-0.311,0.271-0.676,0.298-1.095c-0.301-0.135-0.595-0.319-0.882-0.554 c-0.637-0.521-1.154-1.191-1.552-2.011c-0.415-0.86-0.6-1.69-0.557-2.489c0.005-0.096,0.014-0.19,0.025-0.281 c-0.078-0.041-0.157-0.079-0.237-0.113c-0.459-0.2-0.887-0.257-1.285-0.174c-0.441,0.093-0.777,0.351-1.009,0.774H8.934 c-0.19,0.345-0.292,0.759-0.306,1.242c-0.025,0.806,0.174,1.647,0.597,2.522c0.401,0.834,0.915,1.526,1.54,2.075 c0.35,0.307,0.708,0.54,1.074,0.699c0.305,0.134,0.596,0.206,0.873,0.215c0.143,0.005,0.282-0.007,0.418-0.036 C13.569,25.763,13.905,25.505,14.136,25.083z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="8.587" y1="14.1521" x2="20.2442" y2="25.8093"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.686,13.086c-0.304,0.062-0.586,0.16-0.846,0.294l-2.674,1.194 c0.22-0.085,0.455-0.146,0.706-0.181c0.271-0.038,0.55-0.044,0.839-0.018c0.459,0.042,0.94,0.165,1.445,0.369 c0.834,0.348,1.638,0.877,2.412,1.588c0.298,0.272,0.582,0.56,0.853,0.864c0.857,0.959,1.579,2.076,2.167,3.35 c0.264,0.573,0.481,1.137,0.651,1.692c0.358,1.175,0.504,2.309,0.437,3.403c-0.048,0.812-0.222,1.516-0.523,2.113 c-0.062,0.124-0.129,0.244-0.203,0.358c-0.228,0.361-0.499,0.654-0.812,0.878l2.506-1.703c0.006-0.003,0.012-0.007,0.018-0.011 c0.401-0.248,0.744-0.589,1.027-1.023c0.43-0.662,0.686-1.468,0.769-2.418c0.141-1.601-0.195-3.274-1.007-5.02 c-0.771-1.656-1.788-3.019-3.052-4.088c-0.705-0.6-1.424-1.048-2.158-1.344C13.34,13.021,12.488,12.922,11.686,13.086z"/> <path fill="%23ccaa00" d="M2.248,22.07c-0.046,0.017-0.092,0.035-0.138,0.053c-0.957,0.407-1.499,1.275-1.623,2.606 c-0.103,1.071,0.121,2.167,0.671,3.287c0.536,1.092,1.25,1.954,2.14,2.587c1.145,0.804,2.221,1.02,3.229,0.65 c0.211-0.077,0.404-0.175,0.577-0.295c0.005-0.003,0.009-0.006,0.012-0.01c0.467-0.322,0.796-0.797,0.988-1.425 c0.086-0.279,0.145-0.589,0.176-0.93c0.103-1.072-0.121-2.168-0.671-3.287c-0.531-1.092-1.245-1.954-2.14-2.587 c-0.522-0.368-1.03-0.613-1.524-0.734C3.361,21.841,2.795,21.869,2.248,22.07"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="3.1139" y1="21.1199" x2="10.6647" y2="28.6707"> <stop offset="0.3945" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M2.111,22.123c0.045-0.019,0.091-0.036,0.138-0.053c0.547-0.201,1.113-0.229,1.698-0.085 c0.494,0.122,1.002,0.366,1.524,0.734c0.895,0.633,1.609,1.495,2.14,2.587c0.551,1.119,0.775,2.215,0.671,3.287 c-0.031,0.341-0.09,0.651-0.176,0.93c-0.192,0.628-0.521,1.103-0.988,1.425l2.816-1.717c0.857-0.447,1.356-1.28,1.498-2.5 c0.116-1.068-0.096-2.149-0.635-3.244c-0.531-1.068-1.25-1.901-2.157-2.5c-1.129-0.736-2.193-0.907-3.193-0.512 c-0.052,0.021-0.103,0.042-0.152,0.065L2.111,22.123"/> </svg> ');
}
.yellow.icon-process-state-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M26.162,14.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 C22,7.575,21.617,7.187,21.215,6.82c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C26.841,17.892,26.644,16.363,26.162,14.779z M22.382,17.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C22.39,17.003,22.387,17.072,22.382,17.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.5647" y1="10.877" x2="22.2104" y2="18.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.981,18.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C21.217,19.531,21.67,19.183,21.981,18.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="14.5026" y1="3.8829" x2="30.2136" y2="19.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.679,2.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C20.908,2.359,19.761,2.225,18.679,2.446z"/> <path fill="%23ccaa00" d="M17.406,19.8c-0.247-0.809-0.563-1.631-0.949-2.467c-0.857-1.858-1.911-3.486-3.16-4.885 c-0.395-0.443-0.809-0.863-1.244-1.26c-1.129-1.037-2.302-1.809-3.518-2.316C7.799,8.575,7.097,8.395,6.428,8.334 C6.007,8.296,5.599,8.305,5.205,8.36c-0.366,0.052-0.709,0.14-1.03,0.264C4.078,8.663,3.982,8.704,3.887,8.749 c-0.721,0.345-1.32,0.892-1.798,1.641c-0.622,0.981-0.975,2.183-1.058,3.604c-0.143,2.351,0.387,4.828,1.589,7.433 c1.133,2.44,2.603,4.487,4.412,6.142c1.002,0.917,2.033,1.628,3.092,2.135c1.328,0.627,2.576,0.859,3.746,0.695 c0.669-0.095,1.264-0.312,1.783-0.651c0.051-0.033,0.101-0.067,0.149-0.102c0.457-0.327,0.851-0.754,1.184-1.281 c0.107-0.167,0.205-0.341,0.295-0.523c0.439-0.871,0.694-1.898,0.763-3.082C18.141,23.168,17.928,21.513,17.406,19.8z M13.315,22.354c-0.039,0.612-0.183,1.144-0.434,1.597c-0.336,0.615-0.826,0.991-1.469,1.129c-0.197,0.041-0.4,0.059-0.609,0.052 c-0.404-0.014-0.828-0.118-1.273-0.314c-0.533-0.232-1.055-0.571-1.566-1.019c-0.911-0.802-1.66-1.81-2.245-3.027 c-0.617-1.275-0.907-2.501-0.87-3.678c0.021-0.705,0.17-1.309,0.447-1.811h0.003c0.338-0.617,0.829-0.993,1.472-1.129 c0.58-0.122,1.205-0.037,1.874,0.254c0.116,0.05,0.231,0.105,0.345,0.165c0.416,0.22,0.823,0.508,1.221,0.863 c0.911,0.802,1.66,1.808,2.245,3.019c0.617,1.276,0.907,2.501,0.87,3.678C13.324,22.207,13.321,22.281,13.315,22.354z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8566" y1="15.5776" x2="13.13" y2="23.8509"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="0.3802" style="stop-color:%23f9e100"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.881,23.951c0.251-0.453,0.395-0.985,0.434-1.597c-0.439-0.197-0.868-0.466-1.286-0.808 c-0.929-0.76-1.683-1.737-2.264-2.933c-0.605-1.255-0.876-2.465-0.813-3.63c0.007-0.14,0.02-0.277,0.037-0.41 c-0.114-0.06-0.229-0.114-0.345-0.165c-0.669-0.291-1.294-0.376-1.874-0.254c-0.643,0.136-1.133,0.512-1.472,1.129H5.296 c-0.277,0.502-0.426,1.106-0.447,1.811c-0.037,1.176,0.254,2.402,0.87,3.678c0.585,1.216,1.334,2.225,2.245,3.027 c0.511,0.448,1.032,0.788,1.566,1.019c0.445,0.195,0.869,0.3,1.273,0.314c0.209,0.007,0.412-0.011,0.609-0.052 C12.055,24.942,12.545,24.566,12.881,23.951z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="4.7895" y1="8.0093" x2="21.7902" y2="25.01"> <stop offset="0.3945" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M9.308,6.454C8.865,6.546,8.454,6.688,8.075,6.883l-3.9,1.741c0.321-0.124,0.664-0.212,1.03-0.264 c0.395-0.055,0.802-0.064,1.223-0.026c0.669,0.061,1.371,0.241,2.107,0.538c1.216,0.507,2.389,1.279,3.518,2.316 c0.435,0.397,0.849,0.817,1.244,1.26c1.249,1.399,2.303,3.027,3.16,4.885c0.386,0.836,0.702,1.659,0.949,2.467 c0.522,1.713,0.735,3.368,0.638,4.963c-0.069,1.184-0.324,2.211-0.763,3.082c-0.09,0.181-0.189,0.356-0.295,0.523 c-0.333,0.526-0.727,0.953-1.184,1.281l3.654-2.483c0.009-0.004,0.018-0.01,0.026-0.016c0.585-0.361,1.084-0.859,1.498-1.492 c0.627-0.965,1.001-2.141,1.121-3.526c0.206-2.335-0.284-4.775-1.469-7.321c-1.124-2.415-2.608-4.402-4.451-5.962 c-1.028-0.875-2.077-1.528-3.147-1.96C11.721,6.36,10.479,6.216,9.308,6.454z"/> </svg>');
}
.yellow.icon-process-state-synchronized{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M20.366,20.647c-0.194,0.065-0.286,0.269-0.275,0.611c0.004,0.272,0.084,0.56,0.239,0.865 c0.142,0.28,0.315,0.522,0.517,0.724c0.289,0.289,0.562,0.427,0.82,0.414c0.109-0.007,0.195-0.042,0.258-0.107 c0.106-0.102,0.154-0.28,0.143-0.534c-0.004-0.266-0.084-0.552-0.239-0.859c-0.032-0.066-0.067-0.13-0.103-0.192 c-0.014-0.023-0.028-0.047-0.043-0.07c-0.108-0.172-0.232-0.328-0.372-0.468c-0.253-0.253-0.494-0.388-0.724-0.406 c-0.032-0.002-0.064-0.002-0.096,0C20.446,20.628,20.404,20.635,20.366,20.647"/> <path fill="%23999999" d="M17.613,14.759c-0.21-0.154-0.406-0.21-0.589-0.169c-0.015,0.003-0.03,0.007-0.045,0.011l-0.124,0.066 c-0.14,0.11-0.201,0.322-0.182,0.634c0.017,0.272,0.099,0.556,0.246,0.852c0.138,0.289,0.306,0.532,0.504,0.73 c0.293,0.293,0.562,0.414,0.807,0.363c0.023-0.005,0.044-0.011,0.064-0.019c0.041-0.015,0.078-0.037,0.109-0.064 c0.063-0.05,0.109-0.122,0.139-0.216c0.036-0.11,0.049-0.249,0.038-0.419c-0.017-0.272-0.097-0.557-0.239-0.854 c-0.142-0.288-0.313-0.53-0.51-0.728C17.757,14.873,17.684,14.811,17.613,14.759"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="22.1614" y1="17.5912" x2="19.6691" y2="19.0302"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.004,15.735c-0.171-0.392-0.352-0.595-0.545-0.611c-0.155-0.013-0.34,0.105-0.553,0.355 c-0.019,0.023-0.22,0.294-0.604,0.814c-0.265,0.359-0.498,0.613-0.701,0.762v0.002l1.939,3.483c0.303-0.12,0.604-0.177,0.901-0.171 c0.206,0.004,0.441,0.043,0.703,0.115c0.316,0.088,0.5,0.136,0.551,0.143c0.179,0.026,0.328-0.004,0.446-0.088 c0.199-0.141,0.271-0.364,0.216-0.668c-0.044-0.239-0.16-0.508-0.348-0.805l-2.005-3.33l-0.002-0.002H21.004"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="17.4208" y1="13.4016" x2="20.462" y2="13.4016"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.462,14.259l-0.002-1.113l-0.062-1.448c-0.388,0.101-0.804,0.17-1.249,0.205 c-0.605,0.05-1.181,0.034-1.728-0.049l0.162,2.433C19.488,15.386,20.447,15.377,20.462,14.259"/> <path fill="%23CCCCCC" d="M14.358,5.591c0.002,0.006,0.002,0.011,0.002,0.017c0.011,0.091,0.035,0.183,0.073,0.276 c0.236,0.589,0.917,1.016,2.042,1.279c0.766,0.181,1.592,0.234,2.48,0.16c0.921-0.073,1.726-0.271,2.415-0.594 c0.431-0.198,0.77-0.435,1.014-0.711c0.232-0.253,0.349-0.511,0.35-0.773c0.001-0.004,0.001-0.009,0-0.013c0-0.01,0-0.02,0-0.03 c-0.005-0.108-0.029-0.217-0.073-0.327C22.43,4.286,21.749,3.857,20.62,3.59c-0.766-0.181-1.593-0.235-2.48-0.162 c-0.921,0.074-1.726,0.273-2.415,0.596c-0.436,0.202-0.776,0.439-1.021,0.709C14.449,5.014,14.334,5.3,14.358,5.591"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="18.6855" y1="13.6158" x2="20.1867" y2="16.2158"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.46,13.147l0.002,1.113c-0.015,1.117-0.974,1.127-2.879,0.028l-0.604,0.314 c0.015-0.004,0.03-0.007,0.045-0.011c0.183-0.042,0.38,0.015,0.589,0.169c0.071,0.052,0.144,0.114,0.218,0.188 c0.198,0.198,0.368,0.441,0.51,0.728c0.142,0.298,0.222,0.582,0.239,0.854c0.01,0.169-0.003,0.309-0.038,0.419 c-0.03,0.093-0.076,0.165-0.139,0.216l0.199-0.109c0.202-0.149,0.436-0.404,0.701-0.762c0.384-0.52,0.586-0.791,0.604-0.814 c0.214-0.249,0.398-0.367,0.553-0.355c0.192,0.016,0.374,0.219,0.545,0.611l0.224-0.124c0.016-0.007,0.031-0.014,0.045-0.023 c0.169-0.107,0.247-0.325,0.233-0.654c-0.009-0.272-0.084-0.555-0.226-0.848c-0.138-0.283-0.308-0.52-0.51-0.709 C20.663,13.279,20.56,13.202,20.46,13.147"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="23.1229" y1="18.9611" x2="24.6393" y2="21.5874"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.767,20.115c0.113-0.107,0.17-0.283,0.173-0.53c0.004-0.268-0.069-0.55-0.22-0.848 c-0.138-0.275-0.313-0.507-0.523-0.696c-0.289-0.263-0.562-0.376-0.82-0.337c-0.07,0.01-0.131,0.031-0.184,0.062l-2.183,1.301 c0.188,0.298,0.304,0.566,0.348,0.805c0.056,0.305-0.016,0.528-0.216,0.668c-0.118,0.084-0.267,0.113-0.446,0.088 c-0.051-0.007-0.235-0.055-0.551-0.143c-0.262-0.073-0.496-0.111-0.703-0.115c-0.298-0.006-0.598,0.051-0.901,0.171l-0.175,0.107 c0.038-0.012,0.08-0.019,0.126-0.021c0.032-0.002,0.064-0.002,0.096,0c0.23,0.017,0.471,0.153,0.724,0.406 c0.139,0.139,0.263,0.295,0.372,0.468c0.014,0.024,0.029,0.047,0.043,0.07c0.036,0.062,0.07,0.126,0.103,0.192 c0.155,0.306,0.235,0.592,0.239,0.859c0.011,0.254-0.037,0.432-0.143,0.534L26.767,20.115"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="14.3604" y1="8.5885" x2="22.8438" y2="8.5885"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M14.433,5.883c-0.038-0.092-0.062-0.184-0.073-0.276l0.382,4.316c0,0.01,0,0.019,0,0.028 c0.001,0.094,0.014,0.189,0.038,0.286c0.172,0.675,0.812,1.163,1.918,1.465c0.235,0.064,0.476,0.115,0.722,0.152 c0.547,0.083,1.123,0.099,1.728,0.049c0.445-0.035,0.862-0.104,1.249-0.205c0.408-0.104,0.784-0.244,1.128-0.421 c0.932-0.48,1.37-1.026,1.313-1.64l-0.105-4.393c-0.001,0.263-0.118,0.52-0.35,0.773c-0.245,0.276-0.583,0.513-1.014,0.711 c-0.689,0.323-1.494,0.521-2.415,0.594c-0.887,0.074-1.714,0.021-2.48-0.16C15.35,6.899,14.669,6.473,14.433,5.883"/> <path fill="%23ccaa00" d="M11.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C11.889,25.716,11.842,25.724,11.798,25.738"/> <path fill="%23ccaa00" d="M8.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C7.669,19.1,7.6,19.339,7.622,19.692C7.641,20,7.734,20.321,7.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C8.848,19.208,8.766,19.137,8.685,19.079"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.8291" y1="22.2818" x2="11.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M12.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H12.521"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="8.4674" y1="17.5434" x2="11.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M11.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C10.805,19.788,11.89,19.777,11.907,18.514"/> <path fill="%23f9e100" d="M5.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 C8.24,6.346,7.329,6.571,6.55,6.936C6.057,7.165,5.672,7.432,5.395,7.738C5.106,8.057,4.976,8.381,5.004,8.709"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="9.8978" y1="17.7855" x2="11.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M11.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L7.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C12.134,17.404,12.018,17.317,11.905,17.255"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="16.3567" y1="22.7536" x2="18.1782" y2="25.9086"> <stop offset="0.2013" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.024,23.166c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-5.455,3.442 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L22.024,23.166"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="5.0061" y1="12.0996" x2="14.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%23ccaa00"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M5.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C6.125,10.189,5.355,9.707,5.088,9.04"/> </svg> ');
}
.yellow.icon-process-state-command{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.798,24.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C16.889,24.716,16.842,24.724,16.798,24.738"/> <path fill="%23999999" d="M13.685,18.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 c-0.159,0.125-0.227,0.364-0.205,0.717c0.019,0.308,0.112,0.629,0.278,0.964c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C13.848,18.208,13.766,18.137,13.685,18.079"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="18.8291" y1="21.2818" x2="16.0102" y2="22.9093"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.521,19.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H17.521"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.4674" y1="16.5434" x2="16.907" y2="16.5434"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.907,17.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C15.805,18.788,16.89,18.777,16.907,17.514"/> <path fill="%23f9e100" d="M10.004,7.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 c-1.042,0.084-1.952,0.308-2.732,0.674c-0.493,0.229-0.878,0.496-1.155,0.802C10.106,7.057,9.976,7.381,10.004,7.709"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="14.8978" y1="16.7855" x2="16.5956" y2="19.7262"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.905,16.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L12.967,17.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C17.134,16.404,17.018,16.317,16.905,16.255"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="19.9166" y1="22.8311" x2="21.6315" y2="25.8016"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.037,24.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L24.037,24.137"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="10.0061" y1="11.0996" x2="19.6009" y2="11.0996"> <stop offset="0.2832" style="stop-color:%23ccaa00"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M10.088,8.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C11.125,9.189,10.355,8.707,10.088,8.04"/> </svg> ');
}
.yellow.icon-process-state-final{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a58d00" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%23a58d00" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%23a58d00" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%23a58d00" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%23a58d00" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%23a58d00" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%23f9e100" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%23f9e100" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%23f9e100" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.purple.icon-process{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M23.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C23.841,20.892,23.644,19.363,23.162,17.779z M19.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C19.39,20.003,19.387,20.072,19.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.5647" y1="13.877" x2="19.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C18.217,22.531,18.67,22.183,18.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5026" y1="6.8829" x2="27.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C17.908,5.359,16.761,5.225,15.679,5.446z"/> <path fill="%23676767" d="M16.722,25.866c0.334-0.313,0.506-0.757,0.512-1.312c0.008-0.466-0.113-0.947-0.355-1.423 c-0.089-0.177-0.195-0.337-0.305-0.493c-0.224-0.048-0.452-0.116-0.689-0.22c-0.493-0.214-0.975-0.528-1.447-0.942 c-0.021-0.018-0.039-0.04-0.06-0.059c-0.018,0.002-0.037,0.001-0.055,0.004c-0.211,0.03-0.406,0.098-0.576,0.201l-1.614,0.961 l-1.313-2.178c0.171-0.268,0.29-0.641,0.268-1.159c-0.014-0.449-0.134-0.908-0.356-1.366c-0.209-0.428-0.475-0.796-0.794-1.095 c-0.018-0.017-0.036-0.033-0.054-0.049L9.866,16.34c0.242-0.091,0.477-0.195,0.7-0.31c0.408-0.209,0.729-0.43,0.995-0.653 c0-0.033-0.005-0.066-0.004-0.099c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.165-0.3,0.371-0.535,0.614-0.712l-0.108-4.495 l0.018-0.095L12.474,8.19c-0.013-0.223-0.063-0.445-0.148-0.655c-0.048-0.121-0.105-0.238-0.17-0.35 c-0.09,0.007-0.181,0.009-0.269,0.021c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.146,4.077,5.676c0.689,0.631,1.394,1.156,2.113,1.577l0.964-0.605L16.722,25.866z"/> <path fill="%23FF66FF" d="M8.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C8.889,25.716,8.842,25.724,8.798,25.738"/> <path fill="%23FF66FF" d="M5.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C4.669,19.1,4.6,19.339,4.622,19.692C4.641,20,4.734,20.321,4.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C5.848,19.208,5.766,19.137,5.685,19.079"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="10.8291" y1="22.2818" x2="8.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M9.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H9.521"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.4674" y1="17.5434" x2="8.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M8.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C7.805,19.788,8.89,19.777,8.907,18.514"/> <path fill="%23FF99FF" d="M2.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454C8.219,6.241,7.285,6.18,6.281,6.262 C5.24,6.346,4.329,6.571,3.55,6.936C3.057,7.165,2.672,7.432,2.395,7.738C2.106,8.057,1.976,8.381,2.004,8.709"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="6.8978" y1="17.7855" x2="8.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L4.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C9.134,17.404,9.018,17.317,8.905,17.255"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="11.9166" y1="23.8311" x2="13.6315" y2="26.8016"> <stop offset="0.2013" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M16.037,25.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L16.037,25.137"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="2.006" y1="12.0996" x2="11.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%23FF66FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M2.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C3.125,10.189,2.355,9.707,2.088,9.04"/> </svg>');
}
.purple.icon-process-state{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%23FF66FF" d="M17.058,9.658c-0.462-0.405-0.944-0.772-1.446-1.102l-0.026,2.735l-0.02,2.483 c0.648,0.581,1.211,1.286,1.69,2.113c0.472,0.818,0.8,1.656,0.986,2.514l2.403,1.307l2.099,1.142c-0.04-0.523-0.11-1.047-0.21-1.571 c-0.339-1.774-1.022-3.553-2.048-5.337c-0.423-0.736-0.875-1.419-1.355-2.048C18.491,11.052,17.8,10.307,17.058,9.658z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="15.9268" y1="8.2414" x2="26.3382" y2="18.6529"> <stop offset="0.3987" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M17.089,7.843l-1.477,0.713c0.502,0.33,0.984,0.697,1.446,1.102c0.742,0.649,1.433,1.394,2.073,2.235 c0.48,0.629,0.932,1.312,1.355,2.048c1.026,1.784,1.709,3.563,2.048,5.337c0.1,0.524,0.17,1.048,0.21,1.571l1.253-0.792l2.534-1.596 c-0.121-2.242-0.823-4.474-2.105-6.695c-1.297-2.248-2.893-3.963-4.789-5.147L17.089,7.843z"/> </svg>');
}
.purple.icon-process-state-interaction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%23FF99FF" d="M7.009,21.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C7.372,21.387,7.192,21.424,7.009,21.438z"/> <path fill="%23990099" d="M16.294,29.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C16.265,29.647,16.283,29.435,16.294,29.223z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="9.657" y1="11.5833" x2="9.657" y2="23.0892"> <stop offset="0.3216" style="stop-color:%23FF99FF"/> <stop offset="0.8492" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.898,15.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.004-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C13.077,18.837,13.037,17.088,12.898,15.69z"/> <path fill="%23FF66FF" d="M8.059,12.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C5.181,13.075,6.23,11.678,8.059,12.356z"/> </svg>');
}
.purple.icon-process-state-sequence{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M27.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C27.841,20.892,27.644,19.363,27.162,17.779z M23.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C23.39,20.003,23.387,20.072,23.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.5647" y1="13.877" x2="23.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M22.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C22.217,22.531,22.67,22.183,22.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.5026" y1="6.8829" x2="31.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M19.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C21.908,5.359,20.761,5.225,19.679,5.446z"/> <path fill="%23999999" d="M17.238,22.237c-0.169-0.555-0.386-1.119-0.651-1.692c-0.588-1.274-1.31-2.391-2.167-3.35 c-0.271-0.304-0.555-0.592-0.853-0.864c-0.774-0.711-1.578-1.24-2.412-1.588c-0.504-0.204-0.986-0.327-1.445-0.369 c-0.289-0.026-0.568-0.02-0.839,0.018c-0.251,0.035-0.486,0.096-0.706,0.181c-0.067,0.027-0.133,0.055-0.197,0.086 c-0.494,0.237-0.905,0.612-1.233,1.126c-0.426,0.673-0.668,1.497-0.726,2.471c-0.098,1.612,0.265,3.311,1.09,5.097 c0.777,1.673,1.785,3.077,3.025,4.212c0.687,0.628,1.394,1.117,2.12,1.464c0.911,0.43,1.767,0.589,2.568,0.477 c0.459-0.065,0.867-0.214,1.222-0.446c0.035-0.022,0.069-0.046,0.102-0.07c0.313-0.225,0.584-0.517,0.812-0.878 c0.073-0.115,0.141-0.234,0.203-0.358c0.301-0.597,0.476-1.301,0.523-2.113C17.742,24.546,17.596,23.412,17.238,22.237z M14.433,23.988c-0.026,0.419-0.126,0.784-0.298,1.095c-0.231,0.422-0.566,0.68-1.007,0.774c-0.135,0.028-0.274,0.04-0.418,0.036 c-0.277-0.009-0.568-0.081-0.873-0.215c-0.366-0.159-0.723-0.392-1.074-0.699c-0.625-0.55-1.138-1.241-1.54-2.075 c-0.423-0.875-0.622-1.715-0.597-2.522c0.014-0.483,0.116-0.897,0.306-1.242h0.002c0.232-0.423,0.568-0.681,1.009-0.774 c0.398-0.084,0.826-0.026,1.285,0.174c0.08,0.034,0.158,0.072,0.237,0.113c0.286,0.151,0.565,0.348,0.837,0.591 c0.625,0.55,1.138,1.24,1.539,2.07c0.423,0.875,0.622,1.715,0.597,2.522C14.439,23.887,14.437,23.938,14.433,23.988z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="8.633" y1="19.3416" x2="14.306" y2="25.0145"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M14.136,25.083c0.172-0.311,0.271-0.676,0.298-1.095c-0.301-0.135-0.595-0.319-0.882-0.554 c-0.637-0.521-1.154-1.191-1.552-2.011c-0.415-0.86-0.6-1.69-0.557-2.489c0.005-0.096,0.014-0.19,0.025-0.281 c-0.078-0.041-0.157-0.079-0.237-0.113c-0.459-0.2-0.887-0.257-1.285-0.174c-0.441,0.093-0.777,0.351-1.009,0.774H8.934 c-0.19,0.345-0.292,0.759-0.306,1.242c-0.025,0.806,0.174,1.647,0.597,2.522c0.401,0.834,0.915,1.526,1.54,2.075 c0.35,0.307,0.708,0.54,1.074,0.699c0.305,0.134,0.596,0.206,0.873,0.215c0.143,0.005,0.282-0.007,0.418-0.036 C13.569,25.763,13.905,25.505,14.136,25.083z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="8.587" y1="14.1521" x2="20.2442" y2="25.8093"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.686,13.086c-0.304,0.062-0.586,0.16-0.846,0.294l-2.674,1.194 c0.22-0.085,0.455-0.146,0.706-0.181c0.271-0.038,0.55-0.044,0.839-0.018c0.459,0.042,0.94,0.165,1.445,0.369 c0.834,0.348,1.638,0.877,2.412,1.588c0.298,0.272,0.582,0.56,0.853,0.864c0.857,0.959,1.579,2.076,2.167,3.35 c0.264,0.573,0.481,1.137,0.651,1.692c0.358,1.175,0.504,2.309,0.437,3.403c-0.048,0.812-0.222,1.516-0.523,2.113 c-0.062,0.124-0.129,0.244-0.203,0.358c-0.228,0.361-0.499,0.654-0.812,0.878l2.506-1.703c0.006-0.003,0.012-0.007,0.018-0.011 c0.401-0.248,0.744-0.589,1.027-1.023c0.43-0.662,0.686-1.468,0.769-2.418c0.141-1.601-0.195-3.274-1.007-5.02 c-0.771-1.656-1.788-3.019-3.052-4.088c-0.705-0.6-1.424-1.048-2.158-1.344C13.34,13.021,12.488,12.922,11.686,13.086z"/> <path fill="%23FF66FF" d="M2.248,22.07c-0.046,0.017-0.092,0.035-0.138,0.053c-0.957,0.407-1.499,1.275-1.623,2.606 c-0.103,1.071,0.121,2.167,0.671,3.287c0.536,1.092,1.25,1.954,2.14,2.587c1.145,0.804,2.221,1.02,3.229,0.65 c0.211-0.077,0.404-0.175,0.577-0.295c0.005-0.003,0.009-0.006,0.012-0.01c0.467-0.322,0.796-0.797,0.988-1.425 c0.086-0.279,0.145-0.589,0.176-0.93c0.103-1.072-0.121-2.168-0.671-3.287c-0.531-1.092-1.245-1.954-2.14-2.587 c-0.522-0.368-1.03-0.613-1.524-0.734C3.361,21.841,2.795,21.869,2.248,22.07"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="3.1139" y1="21.1199" x2="10.6647" y2="28.6707"> <stop offset="0.3945" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M2.111,22.123c0.045-0.019,0.091-0.036,0.138-0.053c0.547-0.201,1.113-0.229,1.698-0.085 c0.494,0.122,1.002,0.366,1.524,0.734c0.895,0.633,1.609,1.495,2.14,2.587c0.551,1.119,0.775,2.215,0.671,3.287 c-0.031,0.341-0.09,0.651-0.176,0.93c-0.192,0.628-0.521,1.103-0.988,1.425l2.816-1.717c0.857-0.447,1.356-1.28,1.498-2.5 c0.116-1.068-0.096-2.149-0.635-3.244c-0.531-1.068-1.25-1.901-2.157-2.5c-1.129-0.736-2.193-0.907-3.193-0.512 c-0.052,0.021-0.103,0.042-0.152,0.065L2.111,22.123"/> </svg> ');
}
.purple.icon-process-state-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M26.162,14.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 C22,7.575,21.617,7.187,21.215,6.82c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C26.841,17.892,26.644,16.363,26.162,14.779z M22.382,17.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C22.39,17.003,22.387,17.072,22.382,17.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.5647" y1="10.877" x2="22.2104" y2="18.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.981,18.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C21.217,19.531,21.67,19.183,21.981,18.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="14.5026" y1="3.8829" x2="30.2136" y2="19.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.679,2.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C20.908,2.359,19.761,2.225,18.679,2.446z"/> <path fill="%23FF66FF" d="M17.406,19.8c-0.247-0.809-0.563-1.631-0.949-2.467c-0.857-1.858-1.911-3.486-3.16-4.885 c-0.395-0.443-0.809-0.863-1.244-1.26c-1.129-1.037-2.302-1.809-3.518-2.316C7.799,8.575,7.097,8.395,6.428,8.334 C6.007,8.296,5.599,8.305,5.205,8.36c-0.366,0.052-0.709,0.14-1.03,0.264C4.078,8.663,3.982,8.704,3.887,8.749 c-0.721,0.345-1.32,0.892-1.798,1.641c-0.622,0.981-0.975,2.183-1.058,3.604c-0.143,2.351,0.387,4.828,1.589,7.433 c1.133,2.44,2.603,4.487,4.412,6.142c1.002,0.917,2.033,1.628,3.092,2.135c1.328,0.627,2.576,0.859,3.746,0.695 c0.669-0.095,1.264-0.312,1.783-0.651c0.051-0.033,0.101-0.067,0.149-0.102c0.457-0.327,0.851-0.754,1.184-1.281 c0.107-0.167,0.205-0.341,0.295-0.523c0.439-0.871,0.694-1.898,0.763-3.082C18.141,23.168,17.928,21.513,17.406,19.8z M13.315,22.354c-0.039,0.612-0.183,1.144-0.434,1.597c-0.336,0.615-0.826,0.991-1.469,1.129c-0.197,0.041-0.4,0.059-0.609,0.052 c-0.404-0.014-0.828-0.118-1.273-0.314c-0.533-0.232-1.055-0.571-1.566-1.019c-0.911-0.802-1.66-1.81-2.245-3.027 c-0.617-1.275-0.907-2.501-0.87-3.678c0.021-0.705,0.17-1.309,0.447-1.811h0.003c0.338-0.617,0.829-0.993,1.472-1.129 c0.58-0.122,1.205-0.037,1.874,0.254c0.116,0.05,0.231,0.105,0.345,0.165c0.416,0.22,0.823,0.508,1.221,0.863 c0.911,0.802,1.66,1.808,2.245,3.019c0.617,1.276,0.907,2.501,0.87,3.678C13.324,22.207,13.321,22.281,13.315,22.354z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8566" y1="15.5776" x2="13.13" y2="23.8509"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="0.3802" style="stop-color:%23FF99FF"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.881,23.951c0.251-0.453,0.395-0.985,0.434-1.597c-0.439-0.197-0.868-0.466-1.286-0.808 c-0.929-0.76-1.683-1.737-2.264-2.933c-0.605-1.255-0.876-2.465-0.813-3.63c0.007-0.14,0.02-0.277,0.037-0.41 c-0.114-0.06-0.229-0.114-0.345-0.165c-0.669-0.291-1.294-0.376-1.874-0.254c-0.643,0.136-1.133,0.512-1.472,1.129H5.296 c-0.277,0.502-0.426,1.106-0.447,1.811c-0.037,1.176,0.254,2.402,0.87,3.678c0.585,1.216,1.334,2.225,2.245,3.027 c0.511,0.448,1.032,0.788,1.566,1.019c0.445,0.195,0.869,0.3,1.273,0.314c0.209,0.007,0.412-0.011,0.609-0.052 C12.055,24.942,12.545,24.566,12.881,23.951z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="4.7895" y1="8.0093" x2="21.7902" y2="25.01"> <stop offset="0.3945" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M9.308,6.454C8.865,6.546,8.454,6.688,8.075,6.883l-3.9,1.741c0.321-0.124,0.664-0.212,1.03-0.264 c0.395-0.055,0.802-0.064,1.223-0.026c0.669,0.061,1.371,0.241,2.107,0.538c1.216,0.507,2.389,1.279,3.518,2.316 c0.435,0.397,0.849,0.817,1.244,1.26c1.249,1.399,2.303,3.027,3.16,4.885c0.386,0.836,0.702,1.659,0.949,2.467 c0.522,1.713,0.735,3.368,0.638,4.963c-0.069,1.184-0.324,2.211-0.763,3.082c-0.09,0.181-0.189,0.356-0.295,0.523 c-0.333,0.526-0.727,0.953-1.184,1.281l3.654-2.483c0.009-0.004,0.018-0.01,0.026-0.016c0.585-0.361,1.084-0.859,1.498-1.492 c0.627-0.965,1.001-2.141,1.121-3.526c0.206-2.335-0.284-4.775-1.469-7.321c-1.124-2.415-2.608-4.402-4.451-5.962 c-1.028-0.875-2.077-1.528-3.147-1.96C11.721,6.36,10.479,6.216,9.308,6.454z"/> </svg>');
}
.purple.icon-process-state-synchronized{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M20.366,20.647c-0.194,0.065-0.286,0.269-0.275,0.611c0.004,0.272,0.084,0.56,0.239,0.865 c0.142,0.28,0.315,0.522,0.517,0.724c0.289,0.289,0.562,0.427,0.82,0.414c0.109-0.007,0.195-0.042,0.258-0.107 c0.106-0.102,0.154-0.28,0.143-0.534c-0.004-0.266-0.084-0.552-0.239-0.859c-0.032-0.066-0.067-0.13-0.103-0.192 c-0.014-0.023-0.028-0.047-0.043-0.07c-0.108-0.172-0.232-0.328-0.372-0.468c-0.253-0.253-0.494-0.388-0.724-0.406 c-0.032-0.002-0.064-0.002-0.096,0C20.446,20.628,20.404,20.635,20.366,20.647"/> <path fill="%23999999" d="M17.613,14.759c-0.21-0.154-0.406-0.21-0.589-0.169c-0.015,0.003-0.03,0.007-0.045,0.011l-0.124,0.066 c-0.14,0.11-0.201,0.322-0.182,0.634c0.017,0.272,0.099,0.556,0.246,0.852c0.138,0.289,0.306,0.532,0.504,0.73 c0.293,0.293,0.562,0.414,0.807,0.363c0.023-0.005,0.044-0.011,0.064-0.019c0.041-0.015,0.078-0.037,0.109-0.064 c0.063-0.05,0.109-0.122,0.139-0.216c0.036-0.11,0.049-0.249,0.038-0.419c-0.017-0.272-0.097-0.557-0.239-0.854 c-0.142-0.288-0.313-0.53-0.51-0.728C17.757,14.873,17.684,14.811,17.613,14.759"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="22.1614" y1="17.5912" x2="19.6691" y2="19.0302"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.004,15.735c-0.171-0.392-0.352-0.595-0.545-0.611c-0.155-0.013-0.34,0.105-0.553,0.355 c-0.019,0.023-0.22,0.294-0.604,0.814c-0.265,0.359-0.498,0.613-0.701,0.762v0.002l1.939,3.483c0.303-0.12,0.604-0.177,0.901-0.171 c0.206,0.004,0.441,0.043,0.703,0.115c0.316,0.088,0.5,0.136,0.551,0.143c0.179,0.026,0.328-0.004,0.446-0.088 c0.199-0.141,0.271-0.364,0.216-0.668c-0.044-0.239-0.16-0.508-0.348-0.805l-2.005-3.33l-0.002-0.002H21.004"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="17.4208" y1="13.4016" x2="20.462" y2="13.4016"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.462,14.259l-0.002-1.113l-0.062-1.448c-0.388,0.101-0.804,0.17-1.249,0.205 c-0.605,0.05-1.181,0.034-1.728-0.049l0.162,2.433C19.488,15.386,20.447,15.377,20.462,14.259"/> <path fill="%23CCCCCC" d="M14.358,5.591c0.002,0.006,0.002,0.011,0.002,0.017c0.011,0.091,0.035,0.183,0.073,0.276 c0.236,0.589,0.917,1.016,2.042,1.279c0.766,0.181,1.592,0.234,2.48,0.16c0.921-0.073,1.726-0.271,2.415-0.594 c0.431-0.198,0.77-0.435,1.014-0.711c0.232-0.253,0.349-0.511,0.35-0.773c0.001-0.004,0.001-0.009,0-0.013c0-0.01,0-0.02,0-0.03 c-0.005-0.108-0.029-0.217-0.073-0.327C22.43,4.286,21.749,3.857,20.62,3.59c-0.766-0.181-1.593-0.235-2.48-0.162 c-0.921,0.074-1.726,0.273-2.415,0.596c-0.436,0.202-0.776,0.439-1.021,0.709C14.449,5.014,14.334,5.3,14.358,5.591"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="18.6855" y1="13.6158" x2="20.1867" y2="16.2158"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.46,13.147l0.002,1.113c-0.015,1.117-0.974,1.127-2.879,0.028l-0.604,0.314 c0.015-0.004,0.03-0.007,0.045-0.011c0.183-0.042,0.38,0.015,0.589,0.169c0.071,0.052,0.144,0.114,0.218,0.188 c0.198,0.198,0.368,0.441,0.51,0.728c0.142,0.298,0.222,0.582,0.239,0.854c0.01,0.169-0.003,0.309-0.038,0.419 c-0.03,0.093-0.076,0.165-0.139,0.216l0.199-0.109c0.202-0.149,0.436-0.404,0.701-0.762c0.384-0.52,0.586-0.791,0.604-0.814 c0.214-0.249,0.398-0.367,0.553-0.355c0.192,0.016,0.374,0.219,0.545,0.611l0.224-0.124c0.016-0.007,0.031-0.014,0.045-0.023 c0.169-0.107,0.247-0.325,0.233-0.654c-0.009-0.272-0.084-0.555-0.226-0.848c-0.138-0.283-0.308-0.52-0.51-0.709 C20.663,13.279,20.56,13.202,20.46,13.147"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="23.1229" y1="18.9611" x2="24.6393" y2="21.5874"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.767,20.115c0.113-0.107,0.17-0.283,0.173-0.53c0.004-0.268-0.069-0.55-0.22-0.848 c-0.138-0.275-0.313-0.507-0.523-0.696c-0.289-0.263-0.562-0.376-0.82-0.337c-0.07,0.01-0.131,0.031-0.184,0.062l-2.183,1.301 c0.188,0.298,0.304,0.566,0.348,0.805c0.056,0.305-0.016,0.528-0.216,0.668c-0.118,0.084-0.267,0.113-0.446,0.088 c-0.051-0.007-0.235-0.055-0.551-0.143c-0.262-0.073-0.496-0.111-0.703-0.115c-0.298-0.006-0.598,0.051-0.901,0.171l-0.175,0.107 c0.038-0.012,0.08-0.019,0.126-0.021c0.032-0.002,0.064-0.002,0.096,0c0.23,0.017,0.471,0.153,0.724,0.406 c0.139,0.139,0.263,0.295,0.372,0.468c0.014,0.024,0.029,0.047,0.043,0.07c0.036,0.062,0.07,0.126,0.103,0.192 c0.155,0.306,0.235,0.592,0.239,0.859c0.011,0.254-0.037,0.432-0.143,0.534L26.767,20.115"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="14.3604" y1="8.5885" x2="22.8438" y2="8.5885"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M14.433,5.883c-0.038-0.092-0.062-0.184-0.073-0.276l0.382,4.316c0,0.01,0,0.019,0,0.028 c0.001,0.094,0.014,0.189,0.038,0.286c0.172,0.675,0.812,1.163,1.918,1.465c0.235,0.064,0.476,0.115,0.722,0.152 c0.547,0.083,1.123,0.099,1.728,0.049c0.445-0.035,0.862-0.104,1.249-0.205c0.408-0.104,0.784-0.244,1.128-0.421 c0.932-0.48,1.37-1.026,1.313-1.64l-0.105-4.393c-0.001,0.263-0.118,0.52-0.35,0.773c-0.245,0.276-0.583,0.513-1.014,0.711 c-0.689,0.323-1.494,0.521-2.415,0.594c-0.887,0.074-1.714,0.021-2.48-0.16C15.35,6.899,14.669,6.473,14.433,5.883"/> <path fill="%23FF66FF" d="M11.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C11.889,25.716,11.842,25.724,11.798,25.738"/> <path fill="%23FF66FF" d="M8.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C7.669,19.1,7.6,19.339,7.622,19.692C7.641,20,7.734,20.321,7.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C8.848,19.208,8.766,19.137,8.685,19.079"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.8291" y1="22.2818" x2="11.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M12.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H12.521"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="8.4674" y1="17.5434" x2="11.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M11.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C10.805,19.788,11.89,19.777,11.907,18.514"/> <path fill="%23FF99FF" d="M5.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 C8.24,6.346,7.329,6.571,6.55,6.936C6.057,7.165,5.672,7.432,5.395,7.738C5.106,8.057,4.976,8.381,5.004,8.709"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="9.8978" y1="17.7855" x2="11.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M11.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L7.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C12.134,17.404,12.018,17.317,11.905,17.255"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="16.3567" y1="22.7536" x2="18.1782" y2="25.9086"> <stop offset="0.2013" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.024,23.166c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-5.455,3.442 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L22.024,23.166"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="5.0061" y1="12.0996" x2="14.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%23FF66FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M5.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C6.125,10.189,5.355,9.707,5.088,9.04"/> </svg> ');
}
.purple.icon-process-state-command{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.798,24.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C16.889,24.716,16.842,24.724,16.798,24.738"/> <path fill="%23999999" d="M13.685,18.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 c-0.159,0.125-0.227,0.364-0.205,0.717c0.019,0.308,0.112,0.629,0.278,0.964c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C13.848,18.208,13.766,18.137,13.685,18.079"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="18.8291" y1="21.2818" x2="16.0102" y2="22.9093"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.521,19.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H17.521"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.4674" y1="16.5434" x2="16.907" y2="16.5434"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.907,17.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C15.805,18.788,16.89,18.777,16.907,17.514"/> <path fill="%23FF99FF" d="M10.004,7.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 c-1.042,0.084-1.952,0.308-2.732,0.674c-0.493,0.229-0.878,0.496-1.155,0.802C10.106,7.057,9.976,7.381,10.004,7.709"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="14.8978" y1="16.7855" x2="16.5956" y2="19.7262"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.905,16.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L12.967,17.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C17.134,16.404,17.018,16.317,16.905,16.255"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="19.9166" y1="22.8311" x2="21.6315" y2="25.8016"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.037,24.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L24.037,24.137"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="10.0061" y1="11.0996" x2="19.6009" y2="11.0996"> <stop offset="0.2832" style="stop-color:%23FF66FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M10.088,8.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C11.125,9.189,10.355,8.707,10.088,8.04"/> </svg> ');
}
.purple.icon-process-state-final{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990099" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%23990099" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%23990099" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%23990099" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%23990099" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%23990099" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%23FF99FF" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%23FF99FF" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%23FF99FF" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.grey.icon-process{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M23.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C23.841,20.892,23.644,19.363,23.162,17.779z M19.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C19.39,20.003,19.387,20.072,19.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.5647" y1="13.877" x2="19.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C18.217,22.531,18.67,22.183,18.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5026" y1="6.8829" x2="27.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C17.908,5.359,16.761,5.225,15.679,5.446z"/> <path fill="%23676767" d="M16.722,25.866c0.334-0.313,0.506-0.757,0.512-1.312c0.008-0.466-0.113-0.947-0.355-1.423 c-0.089-0.177-0.195-0.337-0.305-0.493c-0.224-0.048-0.452-0.116-0.689-0.22c-0.493-0.214-0.975-0.528-1.447-0.942 c-0.021-0.018-0.039-0.04-0.06-0.059c-0.018,0.002-0.037,0.001-0.055,0.004c-0.211,0.03-0.406,0.098-0.576,0.201l-1.614,0.961 l-1.313-2.178c0.171-0.268,0.29-0.641,0.268-1.159c-0.014-0.449-0.134-0.908-0.356-1.366c-0.209-0.428-0.475-0.796-0.794-1.095 c-0.018-0.017-0.036-0.033-0.054-0.049L9.866,16.34c0.242-0.091,0.477-0.195,0.7-0.31c0.408-0.209,0.729-0.43,0.995-0.653 c0-0.033-0.005-0.066-0.004-0.099c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.165-0.3,0.371-0.535,0.614-0.712l-0.108-4.495 l0.018-0.095L12.474,8.19c-0.013-0.223-0.063-0.445-0.148-0.655c-0.048-0.121-0.105-0.238-0.17-0.35 c-0.09,0.007-0.181,0.009-0.269,0.021c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.146,4.077,5.676c0.689,0.631,1.394,1.156,2.113,1.577l0.964-0.605L16.722,25.866z"/> <path fill="%23999999" d="M8.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C8.889,25.716,8.842,25.724,8.798,25.738"/> <path fill="%23999999" d="M5.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C4.669,19.1,4.6,19.339,4.622,19.692C4.641,20,4.734,20.321,4.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C5.848,19.208,5.766,19.137,5.685,19.079"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="10.8291" y1="22.2818" x2="8.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M9.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H9.521"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.4674" y1="17.5434" x2="8.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M8.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C7.805,19.788,8.89,19.777,8.907,18.514"/> <path fill="%23CCCCCC" d="M2.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454C8.219,6.241,7.285,6.18,6.281,6.262 C5.24,6.346,4.329,6.571,3.55,6.936C3.057,7.165,2.672,7.432,2.395,7.738C2.106,8.057,1.976,8.381,2.004,8.709"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="6.8978" y1="17.7855" x2="8.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L4.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C9.134,17.404,9.018,17.317,8.905,17.255"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="11.9166" y1="23.8311" x2="13.6315" y2="26.8016"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M16.037,25.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L16.037,25.137"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="2.006" y1="12.0996" x2="11.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M2.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C3.125,10.189,2.355,9.707,2.088,9.04"/> </svg>');
}
.grey.icon-process-state{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%23999999" d="M17.058,9.658c-0.462-0.405-0.944-0.772-1.446-1.102l-0.026,2.735l-0.02,2.483 c0.648,0.581,1.211,1.286,1.69,2.113c0.472,0.818,0.8,1.656,0.986,2.514l2.403,1.307l2.099,1.142c-0.04-0.523-0.11-1.047-0.21-1.571 c-0.339-1.774-1.022-3.553-2.048-5.337c-0.423-0.736-0.875-1.419-1.355-2.048C18.491,11.052,17.8,10.307,17.058,9.658z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="15.9268" y1="8.2414" x2="26.3382" y2="18.6529"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M17.089,7.843l-1.477,0.713c0.502,0.33,0.984,0.697,1.446,1.102c0.742,0.649,1.433,1.394,2.073,2.235 c0.48,0.629,0.932,1.312,1.355,2.048c1.026,1.784,1.709,3.563,2.048,5.337c0.1,0.524,0.17,1.048,0.21,1.571l1.253-0.792l2.534-1.596 c-0.121-2.242-0.823-4.474-2.105-6.695c-1.297-2.248-2.893-3.963-4.789-5.147L17.089,7.843z"/> </svg>');
}
.grey.icon-process-state-interaction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%23CCCCCC" d="M7.009,21.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C7.372,21.387,7.192,21.424,7.009,21.438z"/> <path fill="%23676767" d="M16.294,29.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C16.265,29.647,16.283,29.435,16.294,29.223z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="9.657" y1="11.5833" x2="9.657" y2="23.0892"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.898,15.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.004-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C13.077,18.837,13.037,17.088,12.898,15.69z"/> <path fill="%23999999" d="M8.059,12.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C5.181,13.075,6.23,11.678,8.059,12.356z"/> </svg>');
}
.grey.icon-process-state-sequence{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M27.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C27.841,20.892,27.644,19.363,27.162,17.779z M23.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C23.39,20.003,23.387,20.072,23.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.5647" y1="13.877" x2="23.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M22.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C22.217,22.531,22.67,22.183,22.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.5026" y1="6.8829" x2="31.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M19.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C21.908,5.359,20.761,5.225,19.679,5.446z"/> <path fill="%23999999" d="M17.238,22.237c-0.169-0.555-0.386-1.119-0.651-1.692c-0.588-1.274-1.31-2.391-2.167-3.35 c-0.271-0.304-0.555-0.592-0.853-0.864c-0.774-0.711-1.578-1.24-2.412-1.588c-0.504-0.204-0.986-0.327-1.445-0.369 c-0.289-0.026-0.568-0.02-0.839,0.018c-0.251,0.035-0.486,0.096-0.706,0.181c-0.067,0.027-0.133,0.055-0.197,0.086 c-0.494,0.237-0.905,0.612-1.233,1.126c-0.426,0.673-0.668,1.497-0.726,2.471c-0.098,1.612,0.265,3.311,1.09,5.097 c0.777,1.673,1.785,3.077,3.025,4.212c0.687,0.628,1.394,1.117,2.12,1.464c0.911,0.43,1.767,0.589,2.568,0.477 c0.459-0.065,0.867-0.214,1.222-0.446c0.035-0.022,0.069-0.046,0.102-0.07c0.313-0.225,0.584-0.517,0.812-0.878 c0.073-0.115,0.141-0.234,0.203-0.358c0.301-0.597,0.476-1.301,0.523-2.113C17.742,24.546,17.596,23.412,17.238,22.237z M14.433,23.988c-0.026,0.419-0.126,0.784-0.298,1.095c-0.231,0.422-0.566,0.68-1.007,0.774c-0.135,0.028-0.274,0.04-0.418,0.036 c-0.277-0.009-0.568-0.081-0.873-0.215c-0.366-0.159-0.723-0.392-1.074-0.699c-0.625-0.55-1.138-1.241-1.54-2.075 c-0.423-0.875-0.622-1.715-0.597-2.522c0.014-0.483,0.116-0.897,0.306-1.242h0.002c0.232-0.423,0.568-0.681,1.009-0.774 c0.398-0.084,0.826-0.026,1.285,0.174c0.08,0.034,0.158,0.072,0.237,0.113c0.286,0.151,0.565,0.348,0.837,0.591 c0.625,0.55,1.138,1.24,1.539,2.07c0.423,0.875,0.622,1.715,0.597,2.522C14.439,23.887,14.437,23.938,14.433,23.988z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="8.633" y1="19.3416" x2="14.306" y2="25.0145"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M14.136,25.083c0.172-0.311,0.271-0.676,0.298-1.095c-0.301-0.135-0.595-0.319-0.882-0.554 c-0.637-0.521-1.154-1.191-1.552-2.011c-0.415-0.86-0.6-1.69-0.557-2.489c0.005-0.096,0.014-0.19,0.025-0.281 c-0.078-0.041-0.157-0.079-0.237-0.113c-0.459-0.2-0.887-0.257-1.285-0.174c-0.441,0.093-0.777,0.351-1.009,0.774H8.934 c-0.19,0.345-0.292,0.759-0.306,1.242c-0.025,0.806,0.174,1.647,0.597,2.522c0.401,0.834,0.915,1.526,1.54,2.075 c0.35,0.307,0.708,0.54,1.074,0.699c0.305,0.134,0.596,0.206,0.873,0.215c0.143,0.005,0.282-0.007,0.418-0.036 C13.569,25.763,13.905,25.505,14.136,25.083z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="8.587" y1="14.1521" x2="20.2442" y2="25.8093"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.686,13.086c-0.304,0.062-0.586,0.16-0.846,0.294l-2.674,1.194 c0.22-0.085,0.455-0.146,0.706-0.181c0.271-0.038,0.55-0.044,0.839-0.018c0.459,0.042,0.94,0.165,1.445,0.369 c0.834,0.348,1.638,0.877,2.412,1.588c0.298,0.272,0.582,0.56,0.853,0.864c0.857,0.959,1.579,2.076,2.167,3.35 c0.264,0.573,0.481,1.137,0.651,1.692c0.358,1.175,0.504,2.309,0.437,3.403c-0.048,0.812-0.222,1.516-0.523,2.113 c-0.062,0.124-0.129,0.244-0.203,0.358c-0.228,0.361-0.499,0.654-0.812,0.878l2.506-1.703c0.006-0.003,0.012-0.007,0.018-0.011 c0.401-0.248,0.744-0.589,1.027-1.023c0.43-0.662,0.686-1.468,0.769-2.418c0.141-1.601-0.195-3.274-1.007-5.02 c-0.771-1.656-1.788-3.019-3.052-4.088c-0.705-0.6-1.424-1.048-2.158-1.344C13.34,13.021,12.488,12.922,11.686,13.086z"/> <path fill="%23999999" d="M2.248,22.07c-0.046,0.017-0.092,0.035-0.138,0.053c-0.957,0.407-1.499,1.275-1.623,2.606 c-0.103,1.071,0.121,2.167,0.671,3.287c0.536,1.092,1.25,1.954,2.14,2.587c1.145,0.804,2.221,1.02,3.229,0.65 c0.211-0.077,0.404-0.175,0.577-0.295c0.005-0.003,0.009-0.006,0.012-0.01c0.467-0.322,0.796-0.797,0.988-1.425 c0.086-0.279,0.145-0.589,0.176-0.93c0.103-1.072-0.121-2.168-0.671-3.287c-0.531-1.092-1.245-1.954-2.14-2.587 c-0.522-0.368-1.03-0.613-1.524-0.734C3.361,21.841,2.795,21.869,2.248,22.07"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="3.1139" y1="21.1199" x2="10.6647" y2="28.6707"> <stop offset="0.3945" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M2.111,22.123c0.045-0.019,0.091-0.036,0.138-0.053c0.547-0.201,1.113-0.229,1.698-0.085 c0.494,0.122,1.002,0.366,1.524,0.734c0.895,0.633,1.609,1.495,2.14,2.587c0.551,1.119,0.775,2.215,0.671,3.287 c-0.031,0.341-0.09,0.651-0.176,0.93c-0.192,0.628-0.521,1.103-0.988,1.425l2.816-1.717c0.857-0.447,1.356-1.28,1.498-2.5 c0.116-1.068-0.096-2.149-0.635-3.244c-0.531-1.068-1.25-1.901-2.157-2.5c-1.129-0.736-2.193-0.907-3.193-0.512 c-0.052,0.021-0.103,0.042-0.152,0.065L2.111,22.123"/> </svg> ');
}
.grey.icon-process-state-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M26.162,14.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 C22,7.575,21.617,7.187,21.215,6.82c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C26.841,17.892,26.644,16.363,26.162,14.779z M22.382,17.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C22.39,17.003,22.387,17.072,22.382,17.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.5647" y1="10.877" x2="22.2104" y2="18.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.981,18.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C21.217,19.531,21.67,19.183,21.981,18.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="14.5026" y1="3.8829" x2="30.2136" y2="19.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.679,2.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C20.908,2.359,19.761,2.225,18.679,2.446z"/> <path fill="%23999999" d="M17.406,19.8c-0.247-0.809-0.563-1.631-0.949-2.467c-0.857-1.858-1.911-3.486-3.16-4.885 c-0.395-0.443-0.809-0.863-1.244-1.26c-1.129-1.037-2.302-1.809-3.518-2.316C7.799,8.575,7.097,8.395,6.428,8.334 C6.007,8.296,5.599,8.305,5.205,8.36c-0.366,0.052-0.709,0.14-1.03,0.264C4.078,8.663,3.982,8.704,3.887,8.749 c-0.721,0.345-1.32,0.892-1.798,1.641c-0.622,0.981-0.975,2.183-1.058,3.604c-0.143,2.351,0.387,4.828,1.589,7.433 c1.133,2.44,2.603,4.487,4.412,6.142c1.002,0.917,2.033,1.628,3.092,2.135c1.328,0.627,2.576,0.859,3.746,0.695 c0.669-0.095,1.264-0.312,1.783-0.651c0.051-0.033,0.101-0.067,0.149-0.102c0.457-0.327,0.851-0.754,1.184-1.281 c0.107-0.167,0.205-0.341,0.295-0.523c0.439-0.871,0.694-1.898,0.763-3.082C18.141,23.168,17.928,21.513,17.406,19.8z M13.315,22.354c-0.039,0.612-0.183,1.144-0.434,1.597c-0.336,0.615-0.826,0.991-1.469,1.129c-0.197,0.041-0.4,0.059-0.609,0.052 c-0.404-0.014-0.828-0.118-1.273-0.314c-0.533-0.232-1.055-0.571-1.566-1.019c-0.911-0.802-1.66-1.81-2.245-3.027 c-0.617-1.275-0.907-2.501-0.87-3.678c0.021-0.705,0.17-1.309,0.447-1.811h0.003c0.338-0.617,0.829-0.993,1.472-1.129 c0.58-0.122,1.205-0.037,1.874,0.254c0.116,0.05,0.231,0.105,0.345,0.165c0.416,0.22,0.823,0.508,1.221,0.863 c0.911,0.802,1.66,1.808,2.245,3.019c0.617,1.276,0.907,2.501,0.87,3.678C13.324,22.207,13.321,22.281,13.315,22.354z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8566" y1="15.5776" x2="13.13" y2="23.8509"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.881,23.951c0.251-0.453,0.395-0.985,0.434-1.597c-0.439-0.197-0.868-0.466-1.286-0.808 c-0.929-0.76-1.683-1.737-2.264-2.933c-0.605-1.255-0.876-2.465-0.813-3.63c0.007-0.14,0.02-0.277,0.037-0.41 c-0.114-0.06-0.229-0.114-0.345-0.165c-0.669-0.291-1.294-0.376-1.874-0.254c-0.643,0.136-1.133,0.512-1.472,1.129H5.296 c-0.277,0.502-0.426,1.106-0.447,1.811c-0.037,1.176,0.254,2.402,0.87,3.678c0.585,1.216,1.334,2.225,2.245,3.027 c0.511,0.448,1.032,0.788,1.566,1.019c0.445,0.195,0.869,0.3,1.273,0.314c0.209,0.007,0.412-0.011,0.609-0.052 C12.055,24.942,12.545,24.566,12.881,23.951z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="4.7895" y1="8.0093" x2="21.7902" y2="25.01"> <stop offset="0.3945" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M9.308,6.454C8.865,6.546,8.454,6.688,8.075,6.883l-3.9,1.741c0.321-0.124,0.664-0.212,1.03-0.264 c0.395-0.055,0.802-0.064,1.223-0.026c0.669,0.061,1.371,0.241,2.107,0.538c1.216,0.507,2.389,1.279,3.518,2.316 c0.435,0.397,0.849,0.817,1.244,1.26c1.249,1.399,2.303,3.027,3.16,4.885c0.386,0.836,0.702,1.659,0.949,2.467 c0.522,1.713,0.735,3.368,0.638,4.963c-0.069,1.184-0.324,2.211-0.763,3.082c-0.09,0.181-0.189,0.356-0.295,0.523 c-0.333,0.526-0.727,0.953-1.184,1.281l3.654-2.483c0.009-0.004,0.018-0.01,0.026-0.016c0.585-0.361,1.084-0.859,1.498-1.492 c0.627-0.965,1.001-2.141,1.121-3.526c0.206-2.335-0.284-4.775-1.469-7.321c-1.124-2.415-2.608-4.402-4.451-5.962 c-1.028-0.875-2.077-1.528-3.147-1.96C11.721,6.36,10.479,6.216,9.308,6.454z"/> </svg>');
}
.grey.icon-process-state-synchronized{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M20.366,20.647c-0.194,0.065-0.286,0.269-0.275,0.611c0.004,0.272,0.084,0.56,0.239,0.865 c0.142,0.28,0.315,0.522,0.517,0.724c0.289,0.289,0.562,0.427,0.82,0.414c0.109-0.007,0.195-0.042,0.258-0.107 c0.106-0.102,0.154-0.28,0.143-0.534c-0.004-0.266-0.084-0.552-0.239-0.859c-0.032-0.066-0.067-0.13-0.103-0.192 c-0.014-0.023-0.028-0.047-0.043-0.07c-0.108-0.172-0.232-0.328-0.372-0.468c-0.253-0.253-0.494-0.388-0.724-0.406 c-0.032-0.002-0.064-0.002-0.096,0C20.446,20.628,20.404,20.635,20.366,20.647"/> <path fill="%23999999" d="M17.613,14.759c-0.21-0.154-0.406-0.21-0.589-0.169c-0.015,0.003-0.03,0.007-0.045,0.011l-0.124,0.066 c-0.14,0.11-0.201,0.322-0.182,0.634c0.017,0.272,0.099,0.556,0.246,0.852c0.138,0.289,0.306,0.532,0.504,0.73 c0.293,0.293,0.562,0.414,0.807,0.363c0.023-0.005,0.044-0.011,0.064-0.019c0.041-0.015,0.078-0.037,0.109-0.064 c0.063-0.05,0.109-0.122,0.139-0.216c0.036-0.11,0.049-0.249,0.038-0.419c-0.017-0.272-0.097-0.557-0.239-0.854 c-0.142-0.288-0.313-0.53-0.51-0.728C17.757,14.873,17.684,14.811,17.613,14.759"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="22.1614" y1="17.5912" x2="19.6691" y2="19.0302"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.004,15.735c-0.171-0.392-0.352-0.595-0.545-0.611c-0.155-0.013-0.34,0.105-0.553,0.355 c-0.019,0.023-0.22,0.294-0.604,0.814c-0.265,0.359-0.498,0.613-0.701,0.762v0.002l1.939,3.483c0.303-0.12,0.604-0.177,0.901-0.171 c0.206,0.004,0.441,0.043,0.703,0.115c0.316,0.088,0.5,0.136,0.551,0.143c0.179,0.026,0.328-0.004,0.446-0.088 c0.199-0.141,0.271-0.364,0.216-0.668c-0.044-0.239-0.16-0.508-0.348-0.805l-2.005-3.33l-0.002-0.002H21.004"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="17.4208" y1="13.4016" x2="20.462" y2="13.4016"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.462,14.259l-0.002-1.113l-0.062-1.448c-0.388,0.101-0.804,0.17-1.249,0.205 c-0.605,0.05-1.181,0.034-1.728-0.049l0.162,2.433C19.488,15.386,20.447,15.377,20.462,14.259"/> <path fill="%23CCCCCC" d="M14.358,5.591c0.002,0.006,0.002,0.011,0.002,0.017c0.011,0.091,0.035,0.183,0.073,0.276 c0.236,0.589,0.917,1.016,2.042,1.279c0.766,0.181,1.592,0.234,2.48,0.16c0.921-0.073,1.726-0.271,2.415-0.594 c0.431-0.198,0.77-0.435,1.014-0.711c0.232-0.253,0.349-0.511,0.35-0.773c0.001-0.004,0.001-0.009,0-0.013c0-0.01,0-0.02,0-0.03 c-0.005-0.108-0.029-0.217-0.073-0.327C22.43,4.286,21.749,3.857,20.62,3.59c-0.766-0.181-1.593-0.235-2.48-0.162 c-0.921,0.074-1.726,0.273-2.415,0.596c-0.436,0.202-0.776,0.439-1.021,0.709C14.449,5.014,14.334,5.3,14.358,5.591"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="18.6855" y1="13.6158" x2="20.1867" y2="16.2158"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.46,13.147l0.002,1.113c-0.015,1.117-0.974,1.127-2.879,0.028l-0.604,0.314 c0.015-0.004,0.03-0.007,0.045-0.011c0.183-0.042,0.38,0.015,0.589,0.169c0.071,0.052,0.144,0.114,0.218,0.188 c0.198,0.198,0.368,0.441,0.51,0.728c0.142,0.298,0.222,0.582,0.239,0.854c0.01,0.169-0.003,0.309-0.038,0.419 c-0.03,0.093-0.076,0.165-0.139,0.216l0.199-0.109c0.202-0.149,0.436-0.404,0.701-0.762c0.384-0.52,0.586-0.791,0.604-0.814 c0.214-0.249,0.398-0.367,0.553-0.355c0.192,0.016,0.374,0.219,0.545,0.611l0.224-0.124c0.016-0.007,0.031-0.014,0.045-0.023 c0.169-0.107,0.247-0.325,0.233-0.654c-0.009-0.272-0.084-0.555-0.226-0.848c-0.138-0.283-0.308-0.52-0.51-0.709 C20.663,13.279,20.56,13.202,20.46,13.147"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="23.1229" y1="18.9611" x2="24.6393" y2="21.5874"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.767,20.115c0.113-0.107,0.17-0.283,0.173-0.53c0.004-0.268-0.069-0.55-0.22-0.848 c-0.138-0.275-0.313-0.507-0.523-0.696c-0.289-0.263-0.562-0.376-0.82-0.337c-0.07,0.01-0.131,0.031-0.184,0.062l-2.183,1.301 c0.188,0.298,0.304,0.566,0.348,0.805c0.056,0.305-0.016,0.528-0.216,0.668c-0.118,0.084-0.267,0.113-0.446,0.088 c-0.051-0.007-0.235-0.055-0.551-0.143c-0.262-0.073-0.496-0.111-0.703-0.115c-0.298-0.006-0.598,0.051-0.901,0.171l-0.175,0.107 c0.038-0.012,0.08-0.019,0.126-0.021c0.032-0.002,0.064-0.002,0.096,0c0.23,0.017,0.471,0.153,0.724,0.406 c0.139,0.139,0.263,0.295,0.372,0.468c0.014,0.024,0.029,0.047,0.043,0.07c0.036,0.062,0.07,0.126,0.103,0.192 c0.155,0.306,0.235,0.592,0.239,0.859c0.011,0.254-0.037,0.432-0.143,0.534L26.767,20.115"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="14.3604" y1="8.5885" x2="22.8438" y2="8.5885"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M14.433,5.883c-0.038-0.092-0.062-0.184-0.073-0.276l0.382,4.316c0,0.01,0,0.019,0,0.028 c0.001,0.094,0.014,0.189,0.038,0.286c0.172,0.675,0.812,1.163,1.918,1.465c0.235,0.064,0.476,0.115,0.722,0.152 c0.547,0.083,1.123,0.099,1.728,0.049c0.445-0.035,0.862-0.104,1.249-0.205c0.408-0.104,0.784-0.244,1.128-0.421 c0.932-0.48,1.37-1.026,1.313-1.64l-0.105-4.393c-0.001,0.263-0.118,0.52-0.35,0.773c-0.245,0.276-0.583,0.513-1.014,0.711 c-0.689,0.323-1.494,0.521-2.415,0.594c-0.887,0.074-1.714,0.021-2.48-0.16C15.35,6.899,14.669,6.473,14.433,5.883"/> <path fill="%23999999" d="M11.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C11.889,25.716,11.842,25.724,11.798,25.738"/> <path fill="%23999999" d="M8.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C7.669,19.1,7.6,19.339,7.622,19.692C7.641,20,7.734,20.321,7.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C8.848,19.208,8.766,19.137,8.685,19.079"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.8291" y1="22.2818" x2="11.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M12.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H12.521"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="8.4674" y1="17.5434" x2="11.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M11.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C10.805,19.788,11.89,19.777,11.907,18.514"/> <path fill="%23CCCCCC" d="M5.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 C8.24,6.346,7.329,6.571,6.55,6.936C6.057,7.165,5.672,7.432,5.395,7.738C5.106,8.057,4.976,8.381,5.004,8.709"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="9.8978" y1="17.7855" x2="11.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M11.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L7.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C12.134,17.404,12.018,17.317,11.905,17.255"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="16.3567" y1="22.7536" x2="18.1782" y2="25.9086"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.024,23.166c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-5.455,3.442 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L22.024,23.166"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="5.0061" y1="12.0996" x2="14.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M5.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C6.125,10.189,5.355,9.707,5.088,9.04"/> </svg> ');
}
.grey.icon-process-state-command{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.798,24.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C16.889,24.716,16.842,24.724,16.798,24.738"/> <path fill="%23999999" d="M13.685,18.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 c-0.159,0.125-0.227,0.364-0.205,0.717c0.019,0.308,0.112,0.629,0.278,0.964c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C13.848,18.208,13.766,18.137,13.685,18.079"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="18.8291" y1="21.2818" x2="16.0102" y2="22.9093"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.521,19.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H17.521"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.4674" y1="16.5434" x2="16.907" y2="16.5434"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.907,17.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C15.805,18.788,16.89,18.777,16.907,17.514"/> <path fill="%23CCCCCC" d="M10.004,7.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 c-1.042,0.084-1.952,0.308-2.732,0.674c-0.493,0.229-0.878,0.496-1.155,0.802C10.106,7.057,9.976,7.381,10.004,7.709"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="14.8978" y1="16.7855" x2="16.5956" y2="19.7262"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.905,16.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L12.967,17.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C17.134,16.404,17.018,16.317,16.905,16.255"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="19.9166" y1="22.8311" x2="21.6315" y2="25.8016"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.037,24.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L24.037,24.137"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="10.0061" y1="11.0996" x2="19.6009" y2="11.0996"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M10.088,8.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C11.125,9.189,10.355,8.707,10.088,8.04"/> </svg> ');
}
.grey.icon-process-state-final{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%23676767" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%23676767" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%23676767" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%23676767" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%23676767" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%23CCCCCC" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%23CCCCCC" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%23CCCCCC" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.orange.icon-process{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M23.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C23.841,20.892,23.644,19.363,23.162,17.779z M19.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C19.39,20.003,19.387,20.072,19.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.5647" y1="13.877" x2="19.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C18.217,22.531,18.67,22.183,18.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5026" y1="6.8829" x2="27.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C17.908,5.359,16.761,5.225,15.679,5.446z"/> <path fill="%23676767" d="M16.722,25.866c0.334-0.313,0.506-0.757,0.512-1.312c0.008-0.466-0.113-0.947-0.355-1.423 c-0.089-0.177-0.195-0.337-0.305-0.493c-0.224-0.048-0.452-0.116-0.689-0.22c-0.493-0.214-0.975-0.528-1.447-0.942 c-0.021-0.018-0.039-0.04-0.06-0.059c-0.018,0.002-0.037,0.001-0.055,0.004c-0.211,0.03-0.406,0.098-0.576,0.201l-1.614,0.961 l-1.313-2.178c0.171-0.268,0.29-0.641,0.268-1.159c-0.014-0.449-0.134-0.908-0.356-1.366c-0.209-0.428-0.475-0.796-0.794-1.095 c-0.018-0.017-0.036-0.033-0.054-0.049L9.866,16.34c0.242-0.091,0.477-0.195,0.7-0.31c0.408-0.209,0.729-0.43,0.995-0.653 c0-0.033-0.005-0.066-0.004-0.099c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.165-0.3,0.371-0.535,0.614-0.712l-0.108-4.495 l0.018-0.095L12.474,8.19c-0.013-0.223-0.063-0.445-0.148-0.655c-0.048-0.121-0.105-0.238-0.17-0.35 c-0.09,0.007-0.181,0.009-0.269,0.021c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.146,4.077,5.676c0.689,0.631,1.394,1.156,2.113,1.577l0.964-0.605L16.722,25.866z"/> <path fill="%23d88500" d="M8.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C8.889,25.716,8.842,25.724,8.798,25.738"/> <path fill="%23d88500" d="M5.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C4.669,19.1,4.6,19.339,4.622,19.692C4.641,20,4.734,20.321,4.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C5.848,19.208,5.766,19.137,5.685,19.079"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="10.8291" y1="22.2818" x2="8.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M9.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H9.521"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.4674" y1="17.5434" x2="8.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M8.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C7.805,19.788,8.89,19.777,8.907,18.514"/> <path fill="%23ffbc00" d="M2.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454C8.219,6.241,7.285,6.18,6.281,6.262 C5.24,6.346,4.329,6.571,3.55,6.936C3.057,7.165,2.672,7.432,2.395,7.738C2.106,8.057,1.976,8.381,2.004,8.709"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="6.8978" y1="17.7855" x2="8.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L4.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C9.134,17.404,9.018,17.317,8.905,17.255"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="11.9166" y1="23.8311" x2="13.6315" y2="26.8016"> <stop offset="0.2013" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M16.037,25.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L16.037,25.137"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="2.006" y1="12.0996" x2="11.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%23d88500"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M2.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C3.125,10.189,2.355,9.707,2.088,9.04"/> </svg>');
}
.orange.icon-process-state{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%23d88500" d="M17.058,9.658c-0.462-0.405-0.944-0.772-1.446-1.102l-0.026,2.735l-0.02,2.483 c0.648,0.581,1.211,1.286,1.69,2.113c0.472,0.818,0.8,1.656,0.986,2.514l2.403,1.307l2.099,1.142c-0.04-0.523-0.11-1.047-0.21-1.571 c-0.339-1.774-1.022-3.553-2.048-5.337c-0.423-0.736-0.875-1.419-1.355-2.048C18.491,11.052,17.8,10.307,17.058,9.658z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="15.9268" y1="8.2414" x2="26.3382" y2="18.6529"> <stop offset="0.3987" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M17.089,7.843l-1.477,0.713c0.502,0.33,0.984,0.697,1.446,1.102c0.742,0.649,1.433,1.394,2.073,2.235 c0.48,0.629,0.932,1.312,1.355,2.048c1.026,1.784,1.709,3.563,2.048,5.337c0.1,0.524,0.17,1.048,0.21,1.571l1.253-0.792l2.534-1.596 c-0.121-2.242-0.823-4.474-2.105-6.695c-1.297-2.248-2.893-3.963-4.789-5.147L17.089,7.843z"/> </svg>');
}
.orange.icon-process-state-interaction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%23ffbc00" d="M7.009,21.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C7.372,21.387,7.192,21.424,7.009,21.438z"/> <path fill="%23a56600" d="M16.294,29.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C16.265,29.647,16.283,29.435,16.294,29.223z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="9.657" y1="11.5833" x2="9.657" y2="23.0892"> <stop offset="0.3216" style="stop-color:%23ffbc00"/> <stop offset="0.8492" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.898,15.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.004-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C13.077,18.837,13.037,17.088,12.898,15.69z"/> <path fill="%23d88500" d="M8.059,12.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C5.181,13.075,6.23,11.678,8.059,12.356z"/> </svg>');
}
.orange.icon-process-state-sequence{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M27.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C27.841,20.892,27.644,19.363,27.162,17.779z M23.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C23.39,20.003,23.387,20.072,23.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.5647" y1="13.877" x2="23.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M22.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C22.217,22.531,22.67,22.183,22.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.5026" y1="6.8829" x2="31.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M19.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C21.908,5.359,20.761,5.225,19.679,5.446z"/> <path fill="%23999999" d="M17.238,22.237c-0.169-0.555-0.386-1.119-0.651-1.692c-0.588-1.274-1.31-2.391-2.167-3.35 c-0.271-0.304-0.555-0.592-0.853-0.864c-0.774-0.711-1.578-1.24-2.412-1.588c-0.504-0.204-0.986-0.327-1.445-0.369 c-0.289-0.026-0.568-0.02-0.839,0.018c-0.251,0.035-0.486,0.096-0.706,0.181c-0.067,0.027-0.133,0.055-0.197,0.086 c-0.494,0.237-0.905,0.612-1.233,1.126c-0.426,0.673-0.668,1.497-0.726,2.471c-0.098,1.612,0.265,3.311,1.09,5.097 c0.777,1.673,1.785,3.077,3.025,4.212c0.687,0.628,1.394,1.117,2.12,1.464c0.911,0.43,1.767,0.589,2.568,0.477 c0.459-0.065,0.867-0.214,1.222-0.446c0.035-0.022,0.069-0.046,0.102-0.07c0.313-0.225,0.584-0.517,0.812-0.878 c0.073-0.115,0.141-0.234,0.203-0.358c0.301-0.597,0.476-1.301,0.523-2.113C17.742,24.546,17.596,23.412,17.238,22.237z M14.433,23.988c-0.026,0.419-0.126,0.784-0.298,1.095c-0.231,0.422-0.566,0.68-1.007,0.774c-0.135,0.028-0.274,0.04-0.418,0.036 c-0.277-0.009-0.568-0.081-0.873-0.215c-0.366-0.159-0.723-0.392-1.074-0.699c-0.625-0.55-1.138-1.241-1.54-2.075 c-0.423-0.875-0.622-1.715-0.597-2.522c0.014-0.483,0.116-0.897,0.306-1.242h0.002c0.232-0.423,0.568-0.681,1.009-0.774 c0.398-0.084,0.826-0.026,1.285,0.174c0.08,0.034,0.158,0.072,0.237,0.113c0.286,0.151,0.565,0.348,0.837,0.591 c0.625,0.55,1.138,1.24,1.539,2.07c0.423,0.875,0.622,1.715,0.597,2.522C14.439,23.887,14.437,23.938,14.433,23.988z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="8.633" y1="19.3416" x2="14.306" y2="25.0145"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M14.136,25.083c0.172-0.311,0.271-0.676,0.298-1.095c-0.301-0.135-0.595-0.319-0.882-0.554 c-0.637-0.521-1.154-1.191-1.552-2.011c-0.415-0.86-0.6-1.69-0.557-2.489c0.005-0.096,0.014-0.19,0.025-0.281 c-0.078-0.041-0.157-0.079-0.237-0.113c-0.459-0.2-0.887-0.257-1.285-0.174c-0.441,0.093-0.777,0.351-1.009,0.774H8.934 c-0.19,0.345-0.292,0.759-0.306,1.242c-0.025,0.806,0.174,1.647,0.597,2.522c0.401,0.834,0.915,1.526,1.54,2.075 c0.35,0.307,0.708,0.54,1.074,0.699c0.305,0.134,0.596,0.206,0.873,0.215c0.143,0.005,0.282-0.007,0.418-0.036 C13.569,25.763,13.905,25.505,14.136,25.083z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="8.587" y1="14.1521" x2="20.2442" y2="25.8093"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.686,13.086c-0.304,0.062-0.586,0.16-0.846,0.294l-2.674,1.194 c0.22-0.085,0.455-0.146,0.706-0.181c0.271-0.038,0.55-0.044,0.839-0.018c0.459,0.042,0.94,0.165,1.445,0.369 c0.834,0.348,1.638,0.877,2.412,1.588c0.298,0.272,0.582,0.56,0.853,0.864c0.857,0.959,1.579,2.076,2.167,3.35 c0.264,0.573,0.481,1.137,0.651,1.692c0.358,1.175,0.504,2.309,0.437,3.403c-0.048,0.812-0.222,1.516-0.523,2.113 c-0.062,0.124-0.129,0.244-0.203,0.358c-0.228,0.361-0.499,0.654-0.812,0.878l2.506-1.703c0.006-0.003,0.012-0.007,0.018-0.011 c0.401-0.248,0.744-0.589,1.027-1.023c0.43-0.662,0.686-1.468,0.769-2.418c0.141-1.601-0.195-3.274-1.007-5.02 c-0.771-1.656-1.788-3.019-3.052-4.088c-0.705-0.6-1.424-1.048-2.158-1.344C13.34,13.021,12.488,12.922,11.686,13.086z"/> <path fill="%23d88500" d="M2.248,22.07c-0.046,0.017-0.092,0.035-0.138,0.053c-0.957,0.407-1.499,1.275-1.623,2.606 c-0.103,1.071,0.121,2.167,0.671,3.287c0.536,1.092,1.25,1.954,2.14,2.587c1.145,0.804,2.221,1.02,3.229,0.65 c0.211-0.077,0.404-0.175,0.577-0.295c0.005-0.003,0.009-0.006,0.012-0.01c0.467-0.322,0.796-0.797,0.988-1.425 c0.086-0.279,0.145-0.589,0.176-0.93c0.103-1.072-0.121-2.168-0.671-3.287c-0.531-1.092-1.245-1.954-2.14-2.587 c-0.522-0.368-1.03-0.613-1.524-0.734C3.361,21.841,2.795,21.869,2.248,22.07"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="3.1139" y1="21.1199" x2="10.6647" y2="28.6707"> <stop offset="0.3945" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M2.111,22.123c0.045-0.019,0.091-0.036,0.138-0.053c0.547-0.201,1.113-0.229,1.698-0.085 c0.494,0.122,1.002,0.366,1.524,0.734c0.895,0.633,1.609,1.495,2.14,2.587c0.551,1.119,0.775,2.215,0.671,3.287 c-0.031,0.341-0.09,0.651-0.176,0.93c-0.192,0.628-0.521,1.103-0.988,1.425l2.816-1.717c0.857-0.447,1.356-1.28,1.498-2.5 c0.116-1.068-0.096-2.149-0.635-3.244c-0.531-1.068-1.25-1.901-2.157-2.5c-1.129-0.736-2.193-0.907-3.193-0.512 c-0.052,0.021-0.103,0.042-0.152,0.065L2.111,22.123"/> </svg> ');
}
.orange.icon-process-state-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M26.162,14.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 C22,7.575,21.617,7.187,21.215,6.82c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C26.841,17.892,26.644,16.363,26.162,14.779z M22.382,17.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C22.39,17.003,22.387,17.072,22.382,17.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.5647" y1="10.877" x2="22.2104" y2="18.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.981,18.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C21.217,19.531,21.67,19.183,21.981,18.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="14.5026" y1="3.8829" x2="30.2136" y2="19.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.679,2.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C20.908,2.359,19.761,2.225,18.679,2.446z"/> <path fill="%23d88500" d="M17.406,19.8c-0.247-0.809-0.563-1.631-0.949-2.467c-0.857-1.858-1.911-3.486-3.16-4.885 c-0.395-0.443-0.809-0.863-1.244-1.26c-1.129-1.037-2.302-1.809-3.518-2.316C7.799,8.575,7.097,8.395,6.428,8.334 C6.007,8.296,5.599,8.305,5.205,8.36c-0.366,0.052-0.709,0.14-1.03,0.264C4.078,8.663,3.982,8.704,3.887,8.749 c-0.721,0.345-1.32,0.892-1.798,1.641c-0.622,0.981-0.975,2.183-1.058,3.604c-0.143,2.351,0.387,4.828,1.589,7.433 c1.133,2.44,2.603,4.487,4.412,6.142c1.002,0.917,2.033,1.628,3.092,2.135c1.328,0.627,2.576,0.859,3.746,0.695 c0.669-0.095,1.264-0.312,1.783-0.651c0.051-0.033,0.101-0.067,0.149-0.102c0.457-0.327,0.851-0.754,1.184-1.281 c0.107-0.167,0.205-0.341,0.295-0.523c0.439-0.871,0.694-1.898,0.763-3.082C18.141,23.168,17.928,21.513,17.406,19.8z M13.315,22.354c-0.039,0.612-0.183,1.144-0.434,1.597c-0.336,0.615-0.826,0.991-1.469,1.129c-0.197,0.041-0.4,0.059-0.609,0.052 c-0.404-0.014-0.828-0.118-1.273-0.314c-0.533-0.232-1.055-0.571-1.566-1.019c-0.911-0.802-1.66-1.81-2.245-3.027 c-0.617-1.275-0.907-2.501-0.87-3.678c0.021-0.705,0.17-1.309,0.447-1.811h0.003c0.338-0.617,0.829-0.993,1.472-1.129 c0.58-0.122,1.205-0.037,1.874,0.254c0.116,0.05,0.231,0.105,0.345,0.165c0.416,0.22,0.823,0.508,1.221,0.863 c0.911,0.802,1.66,1.808,2.245,3.019c0.617,1.276,0.907,2.501,0.87,3.678C13.324,22.207,13.321,22.281,13.315,22.354z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8566" y1="15.5776" x2="13.13" y2="23.8509"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="0.3802" style="stop-color:%23ffbc00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.881,23.951c0.251-0.453,0.395-0.985,0.434-1.597c-0.439-0.197-0.868-0.466-1.286-0.808 c-0.929-0.76-1.683-1.737-2.264-2.933c-0.605-1.255-0.876-2.465-0.813-3.63c0.007-0.14,0.02-0.277,0.037-0.41 c-0.114-0.06-0.229-0.114-0.345-0.165c-0.669-0.291-1.294-0.376-1.874-0.254c-0.643,0.136-1.133,0.512-1.472,1.129H5.296 c-0.277,0.502-0.426,1.106-0.447,1.811c-0.037,1.176,0.254,2.402,0.87,3.678c0.585,1.216,1.334,2.225,2.245,3.027 c0.511,0.448,1.032,0.788,1.566,1.019c0.445,0.195,0.869,0.3,1.273,0.314c0.209,0.007,0.412-0.011,0.609-0.052 C12.055,24.942,12.545,24.566,12.881,23.951z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="4.7895" y1="8.0093" x2="21.7902" y2="25.01"> <stop offset="0.3945" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M9.308,6.454C8.865,6.546,8.454,6.688,8.075,6.883l-3.9,1.741c0.321-0.124,0.664-0.212,1.03-0.264 c0.395-0.055,0.802-0.064,1.223-0.026c0.669,0.061,1.371,0.241,2.107,0.538c1.216,0.507,2.389,1.279,3.518,2.316 c0.435,0.397,0.849,0.817,1.244,1.26c1.249,1.399,2.303,3.027,3.16,4.885c0.386,0.836,0.702,1.659,0.949,2.467 c0.522,1.713,0.735,3.368,0.638,4.963c-0.069,1.184-0.324,2.211-0.763,3.082c-0.09,0.181-0.189,0.356-0.295,0.523 c-0.333,0.526-0.727,0.953-1.184,1.281l3.654-2.483c0.009-0.004,0.018-0.01,0.026-0.016c0.585-0.361,1.084-0.859,1.498-1.492 c0.627-0.965,1.001-2.141,1.121-3.526c0.206-2.335-0.284-4.775-1.469-7.321c-1.124-2.415-2.608-4.402-4.451-5.962 c-1.028-0.875-2.077-1.528-3.147-1.96C11.721,6.36,10.479,6.216,9.308,6.454z"/> </svg>');
}
.orange.icon-process-state-synchronized{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M20.366,20.647c-0.194,0.065-0.286,0.269-0.275,0.611c0.004,0.272,0.084,0.56,0.239,0.865 c0.142,0.28,0.315,0.522,0.517,0.724c0.289,0.289,0.562,0.427,0.82,0.414c0.109-0.007,0.195-0.042,0.258-0.107 c0.106-0.102,0.154-0.28,0.143-0.534c-0.004-0.266-0.084-0.552-0.239-0.859c-0.032-0.066-0.067-0.13-0.103-0.192 c-0.014-0.023-0.028-0.047-0.043-0.07c-0.108-0.172-0.232-0.328-0.372-0.468c-0.253-0.253-0.494-0.388-0.724-0.406 c-0.032-0.002-0.064-0.002-0.096,0C20.446,20.628,20.404,20.635,20.366,20.647"/> <path fill="%23999999" d="M17.613,14.759c-0.21-0.154-0.406-0.21-0.589-0.169c-0.015,0.003-0.03,0.007-0.045,0.011l-0.124,0.066 c-0.14,0.11-0.201,0.322-0.182,0.634c0.017,0.272,0.099,0.556,0.246,0.852c0.138,0.289,0.306,0.532,0.504,0.73 c0.293,0.293,0.562,0.414,0.807,0.363c0.023-0.005,0.044-0.011,0.064-0.019c0.041-0.015,0.078-0.037,0.109-0.064 c0.063-0.05,0.109-0.122,0.139-0.216c0.036-0.11,0.049-0.249,0.038-0.419c-0.017-0.272-0.097-0.557-0.239-0.854 c-0.142-0.288-0.313-0.53-0.51-0.728C17.757,14.873,17.684,14.811,17.613,14.759"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="22.1614" y1="17.5912" x2="19.6691" y2="19.0302"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.004,15.735c-0.171-0.392-0.352-0.595-0.545-0.611c-0.155-0.013-0.34,0.105-0.553,0.355 c-0.019,0.023-0.22,0.294-0.604,0.814c-0.265,0.359-0.498,0.613-0.701,0.762v0.002l1.939,3.483c0.303-0.12,0.604-0.177,0.901-0.171 c0.206,0.004,0.441,0.043,0.703,0.115c0.316,0.088,0.5,0.136,0.551,0.143c0.179,0.026,0.328-0.004,0.446-0.088 c0.199-0.141,0.271-0.364,0.216-0.668c-0.044-0.239-0.16-0.508-0.348-0.805l-2.005-3.33l-0.002-0.002H21.004"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="17.4208" y1="13.4016" x2="20.462" y2="13.4016"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.462,14.259l-0.002-1.113l-0.062-1.448c-0.388,0.101-0.804,0.17-1.249,0.205 c-0.605,0.05-1.181,0.034-1.728-0.049l0.162,2.433C19.488,15.386,20.447,15.377,20.462,14.259"/> <path fill="%23CCCCCC" d="M14.358,5.591c0.002,0.006,0.002,0.011,0.002,0.017c0.011,0.091,0.035,0.183,0.073,0.276 c0.236,0.589,0.917,1.016,2.042,1.279c0.766,0.181,1.592,0.234,2.48,0.16c0.921-0.073,1.726-0.271,2.415-0.594 c0.431-0.198,0.77-0.435,1.014-0.711c0.232-0.253,0.349-0.511,0.35-0.773c0.001-0.004,0.001-0.009,0-0.013c0-0.01,0-0.02,0-0.03 c-0.005-0.108-0.029-0.217-0.073-0.327C22.43,4.286,21.749,3.857,20.62,3.59c-0.766-0.181-1.593-0.235-2.48-0.162 c-0.921,0.074-1.726,0.273-2.415,0.596c-0.436,0.202-0.776,0.439-1.021,0.709C14.449,5.014,14.334,5.3,14.358,5.591"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="18.6855" y1="13.6158" x2="20.1867" y2="16.2158"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.46,13.147l0.002,1.113c-0.015,1.117-0.974,1.127-2.879,0.028l-0.604,0.314 c0.015-0.004,0.03-0.007,0.045-0.011c0.183-0.042,0.38,0.015,0.589,0.169c0.071,0.052,0.144,0.114,0.218,0.188 c0.198,0.198,0.368,0.441,0.51,0.728c0.142,0.298,0.222,0.582,0.239,0.854c0.01,0.169-0.003,0.309-0.038,0.419 c-0.03,0.093-0.076,0.165-0.139,0.216l0.199-0.109c0.202-0.149,0.436-0.404,0.701-0.762c0.384-0.52,0.586-0.791,0.604-0.814 c0.214-0.249,0.398-0.367,0.553-0.355c0.192,0.016,0.374,0.219,0.545,0.611l0.224-0.124c0.016-0.007,0.031-0.014,0.045-0.023 c0.169-0.107,0.247-0.325,0.233-0.654c-0.009-0.272-0.084-0.555-0.226-0.848c-0.138-0.283-0.308-0.52-0.51-0.709 C20.663,13.279,20.56,13.202,20.46,13.147"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="23.1229" y1="18.9611" x2="24.6393" y2="21.5874"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.767,20.115c0.113-0.107,0.17-0.283,0.173-0.53c0.004-0.268-0.069-0.55-0.22-0.848 c-0.138-0.275-0.313-0.507-0.523-0.696c-0.289-0.263-0.562-0.376-0.82-0.337c-0.07,0.01-0.131,0.031-0.184,0.062l-2.183,1.301 c0.188,0.298,0.304,0.566,0.348,0.805c0.056,0.305-0.016,0.528-0.216,0.668c-0.118,0.084-0.267,0.113-0.446,0.088 c-0.051-0.007-0.235-0.055-0.551-0.143c-0.262-0.073-0.496-0.111-0.703-0.115c-0.298-0.006-0.598,0.051-0.901,0.171l-0.175,0.107 c0.038-0.012,0.08-0.019,0.126-0.021c0.032-0.002,0.064-0.002,0.096,0c0.23,0.017,0.471,0.153,0.724,0.406 c0.139,0.139,0.263,0.295,0.372,0.468c0.014,0.024,0.029,0.047,0.043,0.07c0.036,0.062,0.07,0.126,0.103,0.192 c0.155,0.306,0.235,0.592,0.239,0.859c0.011,0.254-0.037,0.432-0.143,0.534L26.767,20.115"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="14.3604" y1="8.5885" x2="22.8438" y2="8.5885"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M14.433,5.883c-0.038-0.092-0.062-0.184-0.073-0.276l0.382,4.316c0,0.01,0,0.019,0,0.028 c0.001,0.094,0.014,0.189,0.038,0.286c0.172,0.675,0.812,1.163,1.918,1.465c0.235,0.064,0.476,0.115,0.722,0.152 c0.547,0.083,1.123,0.099,1.728,0.049c0.445-0.035,0.862-0.104,1.249-0.205c0.408-0.104,0.784-0.244,1.128-0.421 c0.932-0.48,1.37-1.026,1.313-1.64l-0.105-4.393c-0.001,0.263-0.118,0.52-0.35,0.773c-0.245,0.276-0.583,0.513-1.014,0.711 c-0.689,0.323-1.494,0.521-2.415,0.594c-0.887,0.074-1.714,0.021-2.48-0.16C15.35,6.899,14.669,6.473,14.433,5.883"/> <path fill="%23d88500" d="M11.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C11.889,25.716,11.842,25.724,11.798,25.738"/> <path fill="%23d88500" d="M8.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C7.669,19.1,7.6,19.339,7.622,19.692C7.641,20,7.734,20.321,7.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C8.848,19.208,8.766,19.137,8.685,19.079"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.8291" y1="22.2818" x2="11.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M12.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H12.521"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="8.4674" y1="17.5434" x2="11.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M11.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C10.805,19.788,11.89,19.777,11.907,18.514"/> <path fill="%23ffbc00" d="M5.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 C8.24,6.346,7.329,6.571,6.55,6.936C6.057,7.165,5.672,7.432,5.395,7.738C5.106,8.057,4.976,8.381,5.004,8.709"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="9.8978" y1="17.7855" x2="11.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M11.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L7.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C12.134,17.404,12.018,17.317,11.905,17.255"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="16.3567" y1="22.7536" x2="18.1782" y2="25.9086"> <stop offset="0.2013" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.024,23.166c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-5.455,3.442 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L22.024,23.166"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="5.0061" y1="12.0996" x2="14.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%23d88500"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M5.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C6.125,10.189,5.355,9.707,5.088,9.04"/> </svg> ');
}
.orange.icon-process-state-command{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.798,24.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C16.889,24.716,16.842,24.724,16.798,24.738"/> <path fill="%23999999" d="M13.685,18.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 c-0.159,0.125-0.227,0.364-0.205,0.717c0.019,0.308,0.112,0.629,0.278,0.964c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C13.848,18.208,13.766,18.137,13.685,18.079"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="18.8291" y1="21.2818" x2="16.0102" y2="22.9093"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.521,19.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H17.521"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.4674" y1="16.5434" x2="16.907" y2="16.5434"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.907,17.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C15.805,18.788,16.89,18.777,16.907,17.514"/> <path fill="%23ffbc00" d="M10.004,7.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 c-1.042,0.084-1.952,0.308-2.732,0.674c-0.493,0.229-0.878,0.496-1.155,0.802C10.106,7.057,9.976,7.381,10.004,7.709"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="14.8978" y1="16.7855" x2="16.5956" y2="19.7262"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.905,16.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L12.967,17.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C17.134,16.404,17.018,16.317,16.905,16.255"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="19.9166" y1="22.8311" x2="21.6315" y2="25.8016"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.037,24.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L24.037,24.137"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="10.0061" y1="11.0996" x2="19.6009" y2="11.0996"> <stop offset="0.2832" style="stop-color:%23d88500"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M10.088,8.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C11.125,9.189,10.355,8.707,10.088,8.04"/> </svg> ');
}
.orange.icon-process-state-final{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a56600" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%23a56600" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%23a56600" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%23a56600" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%23a56600" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%23a56600" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%23ffbc00" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%23ffbc00" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%23ffbc00" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}
.red.icon-process{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M23.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C23.841,20.892,23.644,19.363,23.162,17.779z M19.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C19.39,20.003,19.387,20.072,19.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.5647" y1="13.877" x2="19.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C18.217,22.531,18.67,22.183,18.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5026" y1="6.8829" x2="27.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C17.908,5.359,16.761,5.225,15.679,5.446z"/> <path fill="%23676767" d="M16.722,25.866c0.334-0.313,0.506-0.757,0.512-1.312c0.008-0.466-0.113-0.947-0.355-1.423 c-0.089-0.177-0.195-0.337-0.305-0.493c-0.224-0.048-0.452-0.116-0.689-0.22c-0.493-0.214-0.975-0.528-1.447-0.942 c-0.021-0.018-0.039-0.04-0.06-0.059c-0.018,0.002-0.037,0.001-0.055,0.004c-0.211,0.03-0.406,0.098-0.576,0.201l-1.614,0.961 l-1.313-2.178c0.171-0.268,0.29-0.641,0.268-1.159c-0.014-0.449-0.134-0.908-0.356-1.366c-0.209-0.428-0.475-0.796-0.794-1.095 c-0.018-0.017-0.036-0.033-0.054-0.049L9.866,16.34c0.242-0.091,0.477-0.195,0.7-0.31c0.408-0.209,0.729-0.43,0.995-0.653 c0-0.033-0.005-0.066-0.004-0.099c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.165-0.3,0.371-0.535,0.614-0.712l-0.108-4.495 l0.018-0.095L12.474,8.19c-0.013-0.223-0.063-0.445-0.148-0.655c-0.048-0.121-0.105-0.238-0.17-0.35 c-0.09,0.007-0.181,0.009-0.269,0.021c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.146,4.077,5.676c0.689,0.631,1.394,1.156,2.113,1.577l0.964-0.605L16.722,25.866z"/> <path fill="%23CC0000" d="M8.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C8.889,25.716,8.842,25.724,8.798,25.738"/> <path fill="%23CC0000" d="M5.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C4.669,19.1,4.6,19.339,4.622,19.692C4.641,20,4.734,20.321,4.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C5.848,19.208,5.766,19.137,5.685,19.079"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="10.8291" y1="22.2818" x2="8.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M9.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H9.521"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.4674" y1="17.5434" x2="8.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M8.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C7.805,19.788,8.89,19.777,8.907,18.514"/> <path fill="%23FF0000" d="M2.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454C8.219,6.241,7.285,6.18,6.281,6.262 C5.24,6.346,4.329,6.571,3.55,6.936C3.057,7.165,2.672,7.432,2.395,7.738C2.106,8.057,1.976,8.381,2.004,8.709"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="6.8978" y1="17.7855" x2="8.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L4.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C9.134,17.404,9.018,17.317,8.905,17.255"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="11.9166" y1="23.8311" x2="13.6315" y2="26.8016"> <stop offset="0.2013" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M16.037,25.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L16.037,25.137"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="2.006" y1="12.0996" x2="11.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M2.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C3.125,10.189,2.355,9.707,2.088,9.04"/> </svg>');
}
.red.icon-process-state{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%23CC0000" d="M17.058,9.658c-0.462-0.405-0.944-0.772-1.446-1.102l-0.026,2.735l-0.02,2.483 c0.648,0.581,1.211,1.286,1.69,2.113c0.472,0.818,0.8,1.656,0.986,2.514l2.403,1.307l2.099,1.142c-0.04-0.523-0.11-1.047-0.21-1.571 c-0.339-1.774-1.022-3.553-2.048-5.337c-0.423-0.736-0.875-1.419-1.355-2.048C18.491,11.052,17.8,10.307,17.058,9.658z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="15.9268" y1="8.2414" x2="26.3382" y2="18.6529"> <stop offset="0.3987" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M17.089,7.843l-1.477,0.713c0.502,0.33,0.984,0.697,1.446,1.102c0.742,0.649,1.433,1.394,2.073,2.235 c0.48,0.629,0.932,1.312,1.355,2.048c1.026,1.784,1.709,3.563,2.048,5.337c0.1,0.524,0.17,1.048,0.21,1.571l1.253-0.792l2.534-1.596 c-0.121-2.242-0.823-4.474-2.105-6.695c-1.297-2.248-2.893-3.963-4.789-5.147L17.089,7.843z"/> </svg>');
}
.red.icon-process-state-interaction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C22.841,20.892,22.644,19.363,22.162,17.779z M18.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C18.39,20.003,18.387,20.072,18.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.5647" y1="13.877" x2="18.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C17.217,22.531,17.67,22.183,17.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.5026" y1="6.8829" x2="26.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396L9.935,7.451c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C16.908,5.359,15.761,5.225,14.679,5.446z"/> <path fill="%23FF0000" d="M7.009,21.438c-0.823,0.057-1.641-0.374-2.458-0.214c-0.728,0.143-1.45,0.564-2.134,0.842 c0.912-0.373,1.919,0.323,2.865,0.149c0.778-0.143,1.538-0.597,2.263-0.9C7.372,21.387,7.192,21.424,7.009,21.438z"/> <path fill="%23990000" d="M16.294,29.223c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C16.265,29.647,16.283,29.435,16.294,29.223z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="9.657" y1="11.5833" x2="9.657" y2="23.0892"> <stop offset="0.3216" style="stop-color:%23FF0000"/> <stop offset="0.8492" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.898,15.69c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.004-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C13.077,18.837,13.037,17.088,12.898,15.69z"/> <path fill="%23CC0000" d="M8.059,12.356c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C5.181,13.075,6.23,11.678,8.059,12.356z"/> </svg>');
}
.red.icon-process-state-sequence{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M27.162,17.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 c-0.365-0.409-0.748-0.797-1.15-1.164c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C27.841,20.892,27.644,19.363,27.162,17.779z M23.382,20.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C23.39,20.003,23.387,20.072,23.382,20.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.5647" y1="13.877" x2="23.2104" y2="21.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M22.981,21.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C22.217,22.531,22.67,22.183,22.981,21.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="15.5026" y1="6.8829" x2="31.2136" y2="22.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M19.679,5.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C21.908,5.359,20.761,5.225,19.679,5.446z"/> <path fill="%23999999" d="M17.238,22.237c-0.169-0.555-0.386-1.119-0.651-1.692c-0.588-1.274-1.31-2.391-2.167-3.35 c-0.271-0.304-0.555-0.592-0.853-0.864c-0.774-0.711-1.578-1.24-2.412-1.588c-0.504-0.204-0.986-0.327-1.445-0.369 c-0.289-0.026-0.568-0.02-0.839,0.018c-0.251,0.035-0.486,0.096-0.706,0.181c-0.067,0.027-0.133,0.055-0.197,0.086 c-0.494,0.237-0.905,0.612-1.233,1.126c-0.426,0.673-0.668,1.497-0.726,2.471c-0.098,1.612,0.265,3.311,1.09,5.097 c0.777,1.673,1.785,3.077,3.025,4.212c0.687,0.628,1.394,1.117,2.12,1.464c0.911,0.43,1.767,0.589,2.568,0.477 c0.459-0.065,0.867-0.214,1.222-0.446c0.035-0.022,0.069-0.046,0.102-0.07c0.313-0.225,0.584-0.517,0.812-0.878 c0.073-0.115,0.141-0.234,0.203-0.358c0.301-0.597,0.476-1.301,0.523-2.113C17.742,24.546,17.596,23.412,17.238,22.237z M14.433,23.988c-0.026,0.419-0.126,0.784-0.298,1.095c-0.231,0.422-0.566,0.68-1.007,0.774c-0.135,0.028-0.274,0.04-0.418,0.036 c-0.277-0.009-0.568-0.081-0.873-0.215c-0.366-0.159-0.723-0.392-1.074-0.699c-0.625-0.55-1.138-1.241-1.54-2.075 c-0.423-0.875-0.622-1.715-0.597-2.522c0.014-0.483,0.116-0.897,0.306-1.242h0.002c0.232-0.423,0.568-0.681,1.009-0.774 c0.398-0.084,0.826-0.026,1.285,0.174c0.08,0.034,0.158,0.072,0.237,0.113c0.286,0.151,0.565,0.348,0.837,0.591 c0.625,0.55,1.138,1.24,1.539,2.07c0.423,0.875,0.622,1.715,0.597,2.522C14.439,23.887,14.437,23.938,14.433,23.988z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="8.633" y1="19.3416" x2="14.306" y2="25.0145"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M14.136,25.083c0.172-0.311,0.271-0.676,0.298-1.095c-0.301-0.135-0.595-0.319-0.882-0.554 c-0.637-0.521-1.154-1.191-1.552-2.011c-0.415-0.86-0.6-1.69-0.557-2.489c0.005-0.096,0.014-0.19,0.025-0.281 c-0.078-0.041-0.157-0.079-0.237-0.113c-0.459-0.2-0.887-0.257-1.285-0.174c-0.441,0.093-0.777,0.351-1.009,0.774H8.934 c-0.19,0.345-0.292,0.759-0.306,1.242c-0.025,0.806,0.174,1.647,0.597,2.522c0.401,0.834,0.915,1.526,1.54,2.075 c0.35,0.307,0.708,0.54,1.074,0.699c0.305,0.134,0.596,0.206,0.873,0.215c0.143,0.005,0.282-0.007,0.418-0.036 C13.569,25.763,13.905,25.505,14.136,25.083z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="8.587" y1="14.1521" x2="20.2442" y2="25.8093"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.686,13.086c-0.304,0.062-0.586,0.16-0.846,0.294l-2.674,1.194 c0.22-0.085,0.455-0.146,0.706-0.181c0.271-0.038,0.55-0.044,0.839-0.018c0.459,0.042,0.94,0.165,1.445,0.369 c0.834,0.348,1.638,0.877,2.412,1.588c0.298,0.272,0.582,0.56,0.853,0.864c0.857,0.959,1.579,2.076,2.167,3.35 c0.264,0.573,0.481,1.137,0.651,1.692c0.358,1.175,0.504,2.309,0.437,3.403c-0.048,0.812-0.222,1.516-0.523,2.113 c-0.062,0.124-0.129,0.244-0.203,0.358c-0.228,0.361-0.499,0.654-0.812,0.878l2.506-1.703c0.006-0.003,0.012-0.007,0.018-0.011 c0.401-0.248,0.744-0.589,1.027-1.023c0.43-0.662,0.686-1.468,0.769-2.418c0.141-1.601-0.195-3.274-1.007-5.02 c-0.771-1.656-1.788-3.019-3.052-4.088c-0.705-0.6-1.424-1.048-2.158-1.344C13.34,13.021,12.488,12.922,11.686,13.086z"/> <path fill="%23CC0000" d="M2.248,22.07c-0.046,0.017-0.092,0.035-0.138,0.053c-0.957,0.407-1.499,1.275-1.623,2.606 c-0.103,1.071,0.121,2.167,0.671,3.287c0.536,1.092,1.25,1.954,2.14,2.587c1.145,0.804,2.221,1.02,3.229,0.65 c0.211-0.077,0.404-0.175,0.577-0.295c0.005-0.003,0.009-0.006,0.012-0.01c0.467-0.322,0.796-0.797,0.988-1.425 c0.086-0.279,0.145-0.589,0.176-0.93c0.103-1.072-0.121-2.168-0.671-3.287c-0.531-1.092-1.245-1.954-2.14-2.587 c-0.522-0.368-1.03-0.613-1.524-0.734C3.361,21.841,2.795,21.869,2.248,22.07"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="3.1139" y1="21.1199" x2="10.6647" y2="28.6707"> <stop offset="0.3945" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M2.111,22.123c0.045-0.019,0.091-0.036,0.138-0.053c0.547-0.201,1.113-0.229,1.698-0.085 c0.494,0.122,1.002,0.366,1.524,0.734c0.895,0.633,1.609,1.495,2.14,2.587c0.551,1.119,0.775,2.215,0.671,3.287 c-0.031,0.341-0.09,0.651-0.176,0.93c-0.192,0.628-0.521,1.103-0.988,1.425l2.816-1.717c0.857-0.447,1.356-1.28,1.498-2.5 c0.116-1.068-0.096-2.149-0.635-3.244c-0.531-1.068-1.25-1.901-2.157-2.5c-1.129-0.736-2.193-0.907-3.193-0.512 c-0.052,0.021-0.103,0.042-0.152,0.065L2.111,22.123"/> </svg> ');
}
.red.icon-process-state-group{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M26.162,14.779c-0.228-0.748-0.521-1.508-0.877-2.28c-0.792-1.717-1.766-3.222-2.92-4.515 C22,7.575,21.617,7.187,21.215,6.82c-1.043-0.958-2.127-1.671-3.251-2.14c-0.68-0.275-1.329-0.441-1.947-0.498 c-0.389-0.035-0.766-0.027-1.13,0.024c-0.338,0.048-0.655,0.129-0.952,0.244c-0.09,0.036-0.179,0.074-0.266,0.116 c-0.666,0.319-1.22,0.825-1.662,1.517c-0.575,0.907-0.901,2.017-0.978,3.331c-0.132,2.172,0.358,4.462,1.469,6.87 c1.047,2.254,2.406,4.147,4.077,5.676c0.926,0.847,1.878,1.505,2.858,1.973c1.227,0.58,2.381,0.794,3.461,0.643 c0.619-0.088,1.168-0.288,1.647-0.601c0.047-0.03,0.093-0.062,0.138-0.094c0.422-0.303,0.787-0.697,1.094-1.184 c0.099-0.154,0.19-0.316,0.273-0.483c0.406-0.805,0.641-1.754,0.705-2.848C26.841,17.892,26.644,16.363,26.162,14.779z M22.382,17.139c-0.036,0.565-0.169,1.057-0.401,1.476c-0.311,0.568-0.763,0.916-1.358,1.043c-0.182,0.038-0.37,0.054-0.563,0.048 c-0.373-0.013-0.765-0.109-1.176-0.29c-0.493-0.214-0.975-0.528-1.447-0.942c-0.842-0.741-1.534-1.673-2.075-2.797 c-0.57-1.179-0.838-2.312-0.804-3.399c0.019-0.652,0.157-1.21,0.413-1.674h0.002c0.312-0.57,0.766-0.918,1.36-1.044 c0.536-0.113,1.114-0.035,1.732,0.234c0.107,0.046,0.214,0.097,0.319,0.152c0.385,0.203,0.761,0.469,1.128,0.797 c0.842,0.741,1.534,1.671,2.075,2.79c0.57,1.179,0.838,2.312,0.804,3.399C22.39,17.003,22.387,17.072,22.382,17.139z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.5647" y1="10.877" x2="22.2104" y2="18.5227"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.981,18.615c0.232-0.419,0.365-0.911,0.401-1.476c-0.406-0.182-0.802-0.43-1.188-0.746 c-0.858-0.702-1.556-1.605-2.092-2.71c-0.559-1.159-0.809-2.278-0.751-3.355c0.007-0.13,0.018-0.256,0.034-0.379 c-0.105-0.055-0.211-0.106-0.319-0.152c-0.618-0.269-1.196-0.347-1.732-0.234c-0.594,0.126-1.048,0.473-1.36,1.043h-0.002 c-0.256,0.464-0.394,1.022-0.413,1.674c-0.034,1.087,0.234,2.22,0.804,3.399c0.541,1.124,1.233,2.056,2.075,2.797 c0.472,0.414,0.954,0.728,1.447,0.942c0.411,0.181,0.803,0.277,1.176,0.29c0.193,0.006,0.38-0.01,0.563-0.048 C21.217,19.531,21.67,19.183,21.981,18.615z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="14.5026" y1="3.8829" x2="30.2136" y2="19.5939"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.679,2.446c-0.41,0.084-0.79,0.216-1.14,0.396l-3.604,1.609c0.297-0.115,0.614-0.196,0.952-0.244 c0.365-0.051,0.741-0.059,1.13-0.024c0.618,0.057,1.267,0.223,1.947,0.498c1.124,0.469,2.208,1.182,3.251,2.14 c0.402,0.367,0.785,0.755,1.15,1.164c1.154,1.293,2.128,2.797,2.92,4.514c0.356,0.773,0.649,1.533,0.877,2.28 c0.483,1.583,0.679,3.112,0.589,4.587c-0.064,1.094-0.299,2.043-0.705,2.848c-0.083,0.168-0.174,0.329-0.273,0.483 c-0.308,0.486-0.672,0.881-1.094,1.184l3.377-2.295c0.009-0.004,0.017-0.009,0.024-0.014c0.541-0.334,1.002-0.794,1.384-1.379 c0.58-0.892,0.925-1.978,1.036-3.258c0.19-2.158-0.262-4.413-1.357-6.766c-1.039-2.232-2.41-4.068-4.114-5.51 c-0.95-0.808-1.919-1.412-2.908-1.812C20.908,2.359,19.761,2.225,18.679,2.446z"/> <path fill="%23CC0000" d="M17.406,19.8c-0.247-0.809-0.563-1.631-0.949-2.467c-0.857-1.858-1.911-3.486-3.16-4.885 c-0.395-0.443-0.809-0.863-1.244-1.26c-1.129-1.037-2.302-1.809-3.518-2.316C7.799,8.575,7.097,8.395,6.428,8.334 C6.007,8.296,5.599,8.305,5.205,8.36c-0.366,0.052-0.709,0.14-1.03,0.264C4.078,8.663,3.982,8.704,3.887,8.749 c-0.721,0.345-1.32,0.892-1.798,1.641c-0.622,0.981-0.975,2.183-1.058,3.604c-0.143,2.351,0.387,4.828,1.589,7.433 c1.133,2.44,2.603,4.487,4.412,6.142c1.002,0.917,2.033,1.628,3.092,2.135c1.328,0.627,2.576,0.859,3.746,0.695 c0.669-0.095,1.264-0.312,1.783-0.651c0.051-0.033,0.101-0.067,0.149-0.102c0.457-0.327,0.851-0.754,1.184-1.281 c0.107-0.167,0.205-0.341,0.295-0.523c0.439-0.871,0.694-1.898,0.763-3.082C18.141,23.168,17.928,21.513,17.406,19.8z M13.315,22.354c-0.039,0.612-0.183,1.144-0.434,1.597c-0.336,0.615-0.826,0.991-1.469,1.129c-0.197,0.041-0.4,0.059-0.609,0.052 c-0.404-0.014-0.828-0.118-1.273-0.314c-0.533-0.232-1.055-0.571-1.566-1.019c-0.911-0.802-1.66-1.81-2.245-3.027 c-0.617-1.275-0.907-2.501-0.87-3.678c0.021-0.705,0.17-1.309,0.447-1.811h0.003c0.338-0.617,0.829-0.993,1.472-1.129 c0.58-0.122,1.205-0.037,1.874,0.254c0.116,0.05,0.231,0.105,0.345,0.165c0.416,0.22,0.823,0.508,1.221,0.863 c0.911,0.802,1.66,1.808,2.245,3.019c0.617,1.276,0.907,2.501,0.87,3.678C13.324,22.207,13.321,22.281,13.315,22.354z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8566" y1="15.5776" x2="13.13" y2="23.8509"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.3802" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M12.881,23.951c0.251-0.453,0.395-0.985,0.434-1.597c-0.439-0.197-0.868-0.466-1.286-0.808 c-0.929-0.76-1.683-1.737-2.264-2.933c-0.605-1.255-0.876-2.465-0.813-3.63c0.007-0.14,0.02-0.277,0.037-0.41 c-0.114-0.06-0.229-0.114-0.345-0.165c-0.669-0.291-1.294-0.376-1.874-0.254c-0.643,0.136-1.133,0.512-1.472,1.129H5.296 c-0.277,0.502-0.426,1.106-0.447,1.811c-0.037,1.176,0.254,2.402,0.87,3.678c0.585,1.216,1.334,2.225,2.245,3.027 c0.511,0.448,1.032,0.788,1.566,1.019c0.445,0.195,0.869,0.3,1.273,0.314c0.209,0.007,0.412-0.011,0.609-0.052 C12.055,24.942,12.545,24.566,12.881,23.951z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="4.7895" y1="8.0093" x2="21.7902" y2="25.01"> <stop offset="0.3945" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M9.308,6.454C8.865,6.546,8.454,6.688,8.075,6.883l-3.9,1.741c0.321-0.124,0.664-0.212,1.03-0.264 c0.395-0.055,0.802-0.064,1.223-0.026c0.669,0.061,1.371,0.241,2.107,0.538c1.216,0.507,2.389,1.279,3.518,2.316 c0.435,0.397,0.849,0.817,1.244,1.26c1.249,1.399,2.303,3.027,3.16,4.885c0.386,0.836,0.702,1.659,0.949,2.467 c0.522,1.713,0.735,3.368,0.638,4.963c-0.069,1.184-0.324,2.211-0.763,3.082c-0.09,0.181-0.189,0.356-0.295,0.523 c-0.333,0.526-0.727,0.953-1.184,1.281l3.654-2.483c0.009-0.004,0.018-0.01,0.026-0.016c0.585-0.361,1.084-0.859,1.498-1.492 c0.627-0.965,1.001-2.141,1.121-3.526c0.206-2.335-0.284-4.775-1.469-7.321c-1.124-2.415-2.608-4.402-4.451-5.962 c-1.028-0.875-2.077-1.528-3.147-1.96C11.721,6.36,10.479,6.216,9.308,6.454z"/> </svg>');
}
.red.icon-process-state-synchronized{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M20.366,20.647c-0.194,0.065-0.286,0.269-0.275,0.611c0.004,0.272,0.084,0.56,0.239,0.865 c0.142,0.28,0.315,0.522,0.517,0.724c0.289,0.289,0.562,0.427,0.82,0.414c0.109-0.007,0.195-0.042,0.258-0.107 c0.106-0.102,0.154-0.28,0.143-0.534c-0.004-0.266-0.084-0.552-0.239-0.859c-0.032-0.066-0.067-0.13-0.103-0.192 c-0.014-0.023-0.028-0.047-0.043-0.07c-0.108-0.172-0.232-0.328-0.372-0.468c-0.253-0.253-0.494-0.388-0.724-0.406 c-0.032-0.002-0.064-0.002-0.096,0C20.446,20.628,20.404,20.635,20.366,20.647"/> <path fill="%23999999" d="M17.613,14.759c-0.21-0.154-0.406-0.21-0.589-0.169c-0.015,0.003-0.03,0.007-0.045,0.011l-0.124,0.066 c-0.14,0.11-0.201,0.322-0.182,0.634c0.017,0.272,0.099,0.556,0.246,0.852c0.138,0.289,0.306,0.532,0.504,0.73 c0.293,0.293,0.562,0.414,0.807,0.363c0.023-0.005,0.044-0.011,0.064-0.019c0.041-0.015,0.078-0.037,0.109-0.064 c0.063-0.05,0.109-0.122,0.139-0.216c0.036-0.11,0.049-0.249,0.038-0.419c-0.017-0.272-0.097-0.557-0.239-0.854 c-0.142-0.288-0.313-0.53-0.51-0.728C17.757,14.873,17.684,14.811,17.613,14.759"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="22.1614" y1="17.5912" x2="19.6691" y2="19.0302"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.004,15.735c-0.171-0.392-0.352-0.595-0.545-0.611c-0.155-0.013-0.34,0.105-0.553,0.355 c-0.019,0.023-0.22,0.294-0.604,0.814c-0.265,0.359-0.498,0.613-0.701,0.762v0.002l1.939,3.483c0.303-0.12,0.604-0.177,0.901-0.171 c0.206,0.004,0.441,0.043,0.703,0.115c0.316,0.088,0.5,0.136,0.551,0.143c0.179,0.026,0.328-0.004,0.446-0.088 c0.199-0.141,0.271-0.364,0.216-0.668c-0.044-0.239-0.16-0.508-0.348-0.805l-2.005-3.33l-0.002-0.002H21.004"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="17.4208" y1="13.4016" x2="20.462" y2="13.4016"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.462,14.259l-0.002-1.113l-0.062-1.448c-0.388,0.101-0.804,0.17-1.249,0.205 c-0.605,0.05-1.181,0.034-1.728-0.049l0.162,2.433C19.488,15.386,20.447,15.377,20.462,14.259"/> <path fill="%23CCCCCC" d="M14.358,5.591c0.002,0.006,0.002,0.011,0.002,0.017c0.011,0.091,0.035,0.183,0.073,0.276 c0.236,0.589,0.917,1.016,2.042,1.279c0.766,0.181,1.592,0.234,2.48,0.16c0.921-0.073,1.726-0.271,2.415-0.594 c0.431-0.198,0.77-0.435,1.014-0.711c0.232-0.253,0.349-0.511,0.35-0.773c0.001-0.004,0.001-0.009,0-0.013c0-0.01,0-0.02,0-0.03 c-0.005-0.108-0.029-0.217-0.073-0.327C22.43,4.286,21.749,3.857,20.62,3.59c-0.766-0.181-1.593-0.235-2.48-0.162 c-0.921,0.074-1.726,0.273-2.415,0.596c-0.436,0.202-0.776,0.439-1.021,0.709C14.449,5.014,14.334,5.3,14.358,5.591"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="18.6855" y1="13.6158" x2="20.1867" y2="16.2158"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.46,13.147l0.002,1.113c-0.015,1.117-0.974,1.127-2.879,0.028l-0.604,0.314 c0.015-0.004,0.03-0.007,0.045-0.011c0.183-0.042,0.38,0.015,0.589,0.169c0.071,0.052,0.144,0.114,0.218,0.188 c0.198,0.198,0.368,0.441,0.51,0.728c0.142,0.298,0.222,0.582,0.239,0.854c0.01,0.169-0.003,0.309-0.038,0.419 c-0.03,0.093-0.076,0.165-0.139,0.216l0.199-0.109c0.202-0.149,0.436-0.404,0.701-0.762c0.384-0.52,0.586-0.791,0.604-0.814 c0.214-0.249,0.398-0.367,0.553-0.355c0.192,0.016,0.374,0.219,0.545,0.611l0.224-0.124c0.016-0.007,0.031-0.014,0.045-0.023 c0.169-0.107,0.247-0.325,0.233-0.654c-0.009-0.272-0.084-0.555-0.226-0.848c-0.138-0.283-0.308-0.52-0.51-0.709 C20.663,13.279,20.56,13.202,20.46,13.147"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="23.1229" y1="18.9611" x2="24.6393" y2="21.5874"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.767,20.115c0.113-0.107,0.17-0.283,0.173-0.53c0.004-0.268-0.069-0.55-0.22-0.848 c-0.138-0.275-0.313-0.507-0.523-0.696c-0.289-0.263-0.562-0.376-0.82-0.337c-0.07,0.01-0.131,0.031-0.184,0.062l-2.183,1.301 c0.188,0.298,0.304,0.566,0.348,0.805c0.056,0.305-0.016,0.528-0.216,0.668c-0.118,0.084-0.267,0.113-0.446,0.088 c-0.051-0.007-0.235-0.055-0.551-0.143c-0.262-0.073-0.496-0.111-0.703-0.115c-0.298-0.006-0.598,0.051-0.901,0.171l-0.175,0.107 c0.038-0.012,0.08-0.019,0.126-0.021c0.032-0.002,0.064-0.002,0.096,0c0.23,0.017,0.471,0.153,0.724,0.406 c0.139,0.139,0.263,0.295,0.372,0.468c0.014,0.024,0.029,0.047,0.043,0.07c0.036,0.062,0.07,0.126,0.103,0.192 c0.155,0.306,0.235,0.592,0.239,0.859c0.011,0.254-0.037,0.432-0.143,0.534L26.767,20.115"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="14.3604" y1="8.5885" x2="22.8438" y2="8.5885"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M14.433,5.883c-0.038-0.092-0.062-0.184-0.073-0.276l0.382,4.316c0,0.01,0,0.019,0,0.028 c0.001,0.094,0.014,0.189,0.038,0.286c0.172,0.675,0.812,1.163,1.918,1.465c0.235,0.064,0.476,0.115,0.722,0.152 c0.547,0.083,1.123,0.099,1.728,0.049c0.445-0.035,0.862-0.104,1.249-0.205c0.408-0.104,0.784-0.244,1.128-0.421 c0.932-0.48,1.37-1.026,1.313-1.64l-0.105-4.393c-0.001,0.263-0.118,0.52-0.35,0.773c-0.245,0.276-0.583,0.513-1.014,0.711 c-0.689,0.323-1.494,0.521-2.415,0.594c-0.887,0.074-1.714,0.021-2.48-0.16C15.35,6.899,14.669,6.473,14.433,5.883"/> <path fill="%23CC0000" d="M11.798,25.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C11.889,25.716,11.842,25.724,11.798,25.738"/> <path fill="%23CC0000" d="M8.685,19.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 C7.669,19.1,7.6,19.339,7.622,19.692C7.641,20,7.734,20.321,7.9,20.656c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C8.848,19.208,8.766,19.137,8.685,19.079"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.8291" y1="22.2818" x2="11.0102" y2="23.9093"> <stop offset="0.3205" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M12.521,20.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H12.521"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="8.4674" y1="17.5434" x2="11.907" y2="17.5434"> <stop offset="0.2832" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M11.907,18.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C10.805,19.788,11.89,19.777,11.907,18.514"/> <path fill="%23FF0000" d="M5.004,8.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 C8.24,6.346,7.329,6.571,6.55,6.936C6.057,7.165,5.672,7.432,5.395,7.738C5.106,8.057,4.976,8.381,5.004,8.709"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="9.8978" y1="17.7855" x2="11.5956" y2="20.7262"> <stop offset="0.2013" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M11.905,17.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L7.967,18.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C12.134,17.404,12.018,17.317,11.905,17.255"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="16.3567" y1="22.7536" x2="18.1782" y2="25.9086"> <stop offset="0.2013" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.024,23.166c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-5.455,3.442 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L22.024,23.166"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="5.0061" y1="12.0996" x2="14.6009" y2="12.0996"> <stop offset="0.2832" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M5.088,9.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C6.125,10.189,5.355,9.707,5.088,9.04"/> </svg> ');
}
.red.icon-process-state-command{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.798,24.738c-0.22,0.073-0.324,0.304-0.312,0.691c0.005,0.308,0.095,0.634,0.271,0.978 c0.161,0.317,0.356,0.59,0.585,0.819c0.327,0.327,0.636,0.483,0.928,0.469c0.123-0.007,0.22-0.048,0.292-0.121 c0.12-0.116,0.174-0.317,0.162-0.604c-0.005-0.301-0.095-0.625-0.271-0.971c-0.037-0.074-0.075-0.147-0.116-0.217 c-0.016-0.026-0.032-0.053-0.048-0.08c-0.123-0.195-0.263-0.371-0.42-0.529c-0.286-0.286-0.559-0.439-0.819-0.459 c-0.036-0.003-0.072-0.003-0.109,0C16.889,24.716,16.842,24.724,16.798,24.738"/> <path fill="%23999999" d="M13.685,18.079c-0.237-0.174-0.459-0.238-0.667-0.191c-0.017,0.004-0.034,0.008-0.051,0.012l-0.14,0.075 c-0.159,0.125-0.227,0.364-0.205,0.717c0.019,0.308,0.112,0.629,0.278,0.964c0.156,0.327,0.346,0.602,0.57,0.826 c0.332,0.332,0.636,0.469,0.913,0.411c0.026-0.006,0.05-0.013,0.072-0.022c0.047-0.017,0.088-0.042,0.123-0.072 c0.071-0.057,0.123-0.138,0.157-0.244c0.041-0.124,0.055-0.282,0.043-0.473c-0.019-0.308-0.11-0.63-0.271-0.966 c-0.161-0.325-0.353-0.6-0.577-0.824C13.848,18.208,13.766,18.137,13.685,18.079"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="18.8291" y1="21.2818" x2="16.0102" y2="22.9093"> <stop offset="0.3205" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.521,19.183c-0.193-0.443-0.399-0.673-0.616-0.691c-0.176-0.014-0.384,0.119-0.626,0.401 c-0.021,0.026-0.249,0.333-0.684,0.92c-0.3,0.406-0.564,0.693-0.792,0.862v0.002l2.193,3.94c0.343-0.135,0.683-0.2,1.019-0.193 c0.233,0.005,0.498,0.048,0.795,0.13c0.357,0.1,0.565,0.154,0.623,0.162c0.203,0.029,0.371-0.004,0.505-0.099 c0.225-0.159,0.307-0.411,0.244-0.756c-0.05-0.271-0.181-0.574-0.394-0.911l-2.268-3.766l-0.002-0.002H17.521"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="13.4674" y1="16.5434" x2="16.907" y2="16.5434"> <stop offset="0.2832" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.907,17.514l-0.002-1.258l-0.07-1.638c-0.438,0.115-0.909,0.192-1.413,0.232 c-0.684,0.057-1.336,0.038-1.954-0.056l0.184,2.751C15.805,18.788,16.89,18.777,16.907,17.514"/> <path fill="%23FF0000" d="M10.004,7.709c0.002,0.006,0.003,0.013,0.002,0.019c0.012,0.103,0.04,0.207,0.082,0.312 c0.267,0.667,1.037,1.149,2.309,1.447c0.866,0.205,1.801,0.265,2.804,0.181c1.042-0.082,1.952-0.306,2.732-0.671 c0.488-0.224,0.87-0.492,1.147-0.804c0.263-0.286,0.395-0.577,0.396-0.874c0.001-0.005,0.001-0.01,0-0.014c0-0.011,0-0.023,0-0.034 c-0.006-0.122-0.033-0.245-0.082-0.37c-0.262-0.667-1.032-1.151-2.309-1.454c-0.866-0.205-1.801-0.266-2.804-0.184 c-1.042,0.084-1.952,0.308-2.732,0.674c-0.493,0.229-0.878,0.496-1.155,0.802C10.106,7.057,9.976,7.381,10.004,7.709"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="14.8978" y1="16.7855" x2="16.5956" y2="19.7262"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.905,16.255l0.002,1.258c-0.017,1.264-1.102,1.274-3.256,0.031L12.967,17.9 c0.017-0.004,0.034-0.008,0.051-0.012c0.207-0.047,0.43,0.017,0.667,0.191c0.081,0.058,0.163,0.129,0.246,0.213 c0.224,0.224,0.416,0.498,0.577,0.824c0.161,0.337,0.251,0.659,0.271,0.966c0.012,0.191-0.003,0.349-0.043,0.473 c-0.034,0.106-0.086,0.187-0.157,0.244l0.225-0.123c0.229-0.169,0.493-0.457,0.792-0.862c0.435-0.588,0.663-0.895,0.684-0.92 c0.242-0.282,0.45-0.415,0.626-0.401c0.217,0.018,0.423,0.248,0.616,0.691l0.254-0.14c0.018-0.007,0.035-0.016,0.051-0.027 c0.191-0.121,0.279-0.367,0.263-0.739c-0.01-0.308-0.095-0.627-0.256-0.959c-0.156-0.32-0.349-0.588-0.577-0.802 C17.134,16.404,17.018,16.317,16.905,16.255"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="19.9166" y1="22.8311" x2="21.6315" y2="25.8016"> <stop offset="0.2013" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.037,24.137c0.127-0.121,0.193-0.32,0.196-0.599c0.005-0.303-0.078-0.622-0.249-0.959 c-0.156-0.311-0.353-0.573-0.592-0.787c-0.327-0.298-0.636-0.425-0.928-0.382c-0.079,0.011-0.148,0.035-0.208,0.07l-2.469,1.471 c0.213,0.337,0.344,0.64,0.394,0.911c0.063,0.345-0.019,0.597-0.244,0.756c-0.134,0.095-0.302,0.128-0.505,0.099 c-0.058-0.008-0.266-0.062-0.623-0.162c-0.296-0.082-0.561-0.126-0.795-0.13c-0.337-0.006-0.676,0.058-1.019,0.193l-0.198,0.121 c0.043-0.014,0.091-0.022,0.143-0.024c0.036-0.003,0.072-0.003,0.109,0c0.26,0.02,0.533,0.173,0.819,0.459 c0.158,0.158,0.298,0.334,0.42,0.529c0.016,0.027,0.032,0.054,0.048,0.08c0.041,0.071,0.079,0.143,0.116,0.217 c0.176,0.346,0.266,0.67,0.271,0.971c0.012,0.287-0.042,0.488-0.162,0.604L24.037,24.137"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="10.0061" y1="11.0996" x2="19.6009" y2="11.0996"> <stop offset="0.2832" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M10.088,8.04c-0.043-0.104-0.07-0.208-0.082-0.312l0.432,4.882c0,0.011,0,0.021,0,0.031 c0.001,0.106,0.016,0.214,0.043,0.324c0.195,0.763,0.918,1.316,2.169,1.657c0.266,0.073,0.538,0.13,0.816,0.171 c0.619,0.094,1.27,0.112,1.954,0.056c0.504-0.04,0.975-0.117,1.413-0.232c0.461-0.118,0.886-0.276,1.275-0.476 c1.054-0.542,1.549-1.161,1.486-1.855l-0.118-4.969c-0.001,0.297-0.133,0.588-0.396,0.874c-0.277,0.312-0.659,0.581-1.147,0.804 c-0.779,0.366-1.69,0.589-2.732,0.671c-1.003,0.084-1.938,0.023-2.804-0.181C11.125,9.189,10.355,8.707,10.088,8.04"/> </svg> ');
}
.red.icon-process-state-final{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990000" points="19.543,12.603 23.306,10.435 23.62,6.507 19.707,8.765 19.543,12.603 "/> <polyline fill="%23990000" points="22.712,17.834 23.012,14.104 19.383,16.337 19.222,20.106 22.712,17.834 "/> <polyline fill="%23990000" points="12.4,20.631 12.398,24.548 14.747,23.019 14.749,23.017 16.04,22.178 16.04,18.392 12.4,20.631 "/> <polyline fill="%23990000" points="12.396,12.982 12.406,13.003 12.402,16.716 16.04,14.621 16.04,10.88 16.038,10.88 12.396,12.982 "/> <polyline fill="%23990000" points="19.383,16.337 19.543,12.603 16.04,14.621 16.04,18.392 19.383,16.337 "/> <polygon fill="%23990000" points="26.678,11.851 27.082,8.259 23.306,10.435 23.012,14.104 "/> <polyline fill="%23CCCCCC" points="23.012,14.104 22.712,17.834 26.263,15.524 26.678,11.851 23.012,14.104 "/> <polyline fill="%23FFFFFF" points="16.04,22.178 19.222,20.106 19.383,16.337 16.04,18.392 16.04,22.178 "/> <polyline fill="%23FF0000" points="5.43,16.457 5.575,19.948 8.751,22.089 8.751,18.44 5.43,16.457 "/> <polyline fill="%23FFFFFF" points="12.406,8.908 12.396,8.913 8.755,10.88 8.753,10.88 12.396,12.982 16.038,10.88 12.406,8.908 "/> <polyline fill="%23FFFFFF" points="23.62,6.507 19.899,4.862 15.988,6.97 19.705,8.765 16.038,10.88 16.04,10.88 16.04,14.621 19.543,12.603 19.707,8.765 23.62,6.507 "/> <polyline fill="%23FF0000" points="12.4,20.631 12.402,16.716 8.751,14.729 8.751,18.44 12.4,20.631 "/> <polyline fill="%23FF0000" points="8.751,10.88 8.751,10.878 5.111,8.777 5.109,8.777 5.28,12.861 5.319,12.859 8.751,14.729 8.751,10.88 "/> <polyline fill="%23FFFFFF" points="27.082,8.259 27.536,4.248 23.62,6.507 23.306,10.435 27.082,8.259 "/> <polygon fill="%23FFFFFF" points="23.012,14.104 23.306,10.435 19.543,12.603 19.383,16.337 "/> <polyline fill="%23CCCCCC" points="16.038,10.88 19.705,8.765 15.988,6.97 12.406,8.908 16.038,10.88 "/> <polyline fill="%23FFFFFF" points="10.132,23.019 10.132,23.019 12.398,24.548 12.4,20.631 8.751,18.44 8.751,22.089 10.13,23.019 10.132,23.019 "/> <polyline fill="%23FFFFFF" points="8.753,10.88 8.751,10.88 8.751,14.729 12.402,16.716 12.406,13.003 12.396,12.982 8.753,10.88 "/> <polyline fill="%23CCCCCC" points="12.396,8.913 12.396,8.902 8.924,7.017 5.111,8.777 8.751,10.878 8.753,10.88 8.755,10.88 12.396,8.913 "/> <polyline fill="%23CCCCCC" points="23.808,2.755 19.899,4.862 23.62,6.507 27.536,4.248 23.808,2.755 "/> <polyline fill="%23FFFFFF" points="12.402,16.716 12.4,20.631 16.04,18.392 16.04,14.621 12.402,16.716 "/> <polygon fill="%23FFFFFF" points="5.319,12.859 5.28,12.861 5.43,16.457 8.751,18.44 8.751,14.729 "/> <path fill="%23676767" d="M14.749,23.019h-0.002l-2.349,1.529l0.002,6.089l2.349-1.766V23.019z"/> <path fill="%23999999" d="M12.398,24.548l-2.266-1.529v5.912l2.268,1.706L12.398,24.548z"/> </svg>');
}


.blue.icon-pdf-source-pdf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.711 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.926 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.926 "/> <polyline fill="%23990000" points="22.996,13.95 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.95 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.926 21.631,14.758 22.996,13.95 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.246 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="8.268,13.053 7.467,13.403 1.077,16.196 0,16.667 0.156,18.874 0.695,25.118 0.794,25.964 1.474,26.479 7.06,30.711 8.268,31.626 9.476,30.711 15.062,26.479 15.741,25.964 15.84,25.118 16.645,18.262 16.817,16.79 15.459,16.196 9.069,13.403 8.268,13.053 "/> <path fill="%230044B2" d="M8.268,29.117l5.586-4.232l0.804-6.856l-6.39,3.64V29.117z"/> <path fill="%23003399" d="M2.682,24.885l5.586,4.232v-7.448l-6.39-3.64L2.682,24.885z"/> <path fill="%230099FF" d="M14.658,18.029l-6.39-2.793l-6.39,2.793l6.39,3.64L14.658,18.029z"/> </svg>');
}
.blue.icon-pdf-source-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.436,7.542 11.991,3.567 13.05,21.567 25.074,29.615 25.811,16.835 20.436,7.542 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.542 25.811,16.835 27.17,16.027 "/> <polygon fill="%23CCCCCC" points="13.398,3.004 11.991,3.567 20.436,7.542 21.826,6.824 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%23676767" points="27.17,16.027 25.811,16.835 25.074,29.615 26.272,28.711 "/> <polygon fill="%230044B2" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%230044B2" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%230099FF" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%230099FF" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%23003399" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg>');
}
.blue.icon-pdf-source-font{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23FFFFFF" points="3.482,28.765 3.233,21.762 0.267,20.057 0.156,14.067 4.924,12 16.861,17.688 16.371,23.638 12.657,26.018 12.562,28.764 8.024,31.868 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.71 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polyline fill="%230044B2" points="8.024,22.206 8.024,22.326 8.024,29.445 10.597,27.684 10.734,23.762 8.024,22.206 "/> <polygon fill="%230044B2" points="14.755,18.9 11.82,20.611 11.65,24.288 14.459,22.488 "/> <path fill="%23003399" d="M11.65,24.288l0.171-3.677l-9.874-5.14l0.24,3.383l3.006,1.727l0.252,7.102l2.579,1.761v-7.119L8.02,22.202 l0.004,0.004l2.711,1.557L11.65,24.288z"/> <path fill="%230099FF" d="M11.82,20.611l2.934-1.711l-9.87-4.704l-2.938,1.275L11.82,20.611z"/> </svg>');
}
.blue.icon-pdf-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.737,16.986 0.157,10.75 0.206,8.092 3.135,5.668 6.729,3.896 11.568,6.805 7.682,9.687 11.455,15.449 7.047,19.355 "/> <polyline fill="%23999999" points="17.446,7.542 9,3.567 10.06,21.567 22.084,29.615 22.821,16.835 17.446,7.542 "/> <polygon fill="%23999999" points="18.836,6.824 17.446,7.542 22.821,16.835 24.18,16.027 "/> <polygon fill="%23CCCCCC" points="10.408,3.004 9,3.567 17.446,7.542 18.836,6.824 "/> <polyline fill="%23CC0000" points="7.84,8.925 8.05,12.752 18.475,18.83 18.631,14.758 7.84,8.925 "/> <polyline fill="%23FF0000" points="9.2,8.285 7.84,8.925 18.631,14.758 19.996,13.949 9.2,8.285 "/> <polyline fill="%23CCCCCC" points="22.821,16.835 17.446,7.542 13.155,16.245 22.821,16.835 "/> <polyline fill="%23990000" points="19.996,13.949 18.631,14.758 18.475,18.83 19.792,17.991 19.996,13.949 "/> <polygon fill="%23676767" points="24.18,16.027 22.821,16.835 22.084,29.615 23.282,28.71 "/> <polyline fill="%230044B2" points="5.652,9.325 3.059,10.671 6.948,17.439 9.49,15.187 5.652,9.325 "/> <polygon fill="%230099FF" points="3.956,6.936 6.158,8.325 8.874,6.936 6.658,5.603 "/> <polygon fill="%23003399" points="3.059,10.671 6.158,8.325 3.956,6.936 1.069,9.325 4.876,15.956 6.948,17.439 "/> <path fill="%23333333" d="M5.652,9.325l3.222-2.389l-2.716,1.39l-3.099,2.346L5.652,9.325z"/> <polygon fill="%23FFFFFF" points="17.871,24.752 22.153,21.949 19.196,16.802 18.072,14.886 19.872,13.879 22.893,12.137 26.598,14.361 31.939,23.624 28.005,26.358 22.711,28.221 "/> <polyline fill="%230044B2" points="29.951,23.179 25.492,15.447 22.747,17.097 27.315,25.011 29.951,23.179 "/> <polyline fill="%230099FF" points="24.593,23.179 24.283,22.645 23.066,23.144 20.524,24.808 24.593,23.179 "/> <polyline fill="%230099FF" points="20.141,15.447 22.747,17.097 25.492,15.447 22.877,13.877 20.604,15.187 20.141,15.447 "/> <polyline fill="%23003399" points="22.747,17.097 20.141,15.447 20.497,16.054 24.283,22.645 24.593,23.179 20.524,24.808 22.95,26.547 27.315,25.011 22.747,17.097 "/> </svg> ');
}
.blue.icon-pdf-page-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="0.098,24.894 10.377,31.841 20.587,24.893 10.343,10.534 "/> <path fill="%230099FF" d="M2.867,24.47l7.511,5.633V14.026L2.867,24.47z"/> <path fill="%230044B2" d="M10.377,30.104l7.452-5.633l-7.452-10.445V30.104z"/> </svg>');
}
.blue.icon-pdf-page-item-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230099FF" d="M5.847,22.459l10.193,7.645V8.285L5.847,22.459z"/> <path fill="%230044B2" d="M16.04,30.104l10.113-7.645L16.04,8.285V30.104z"/> </svg>');
}
.blue.icon-pdf-page-item-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%230099FF" points="19.179,29.811 19.249,28.615 10.006,22.597 9.019,23.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%230044B2" points="22.17,18.026 20.811,18.835 20.074,31.614 21.272,30.71 "/> <polygon fill="%230099FF" points="8.398,5.003 6.99,5.566 15.436,9.541 16.826,8.824 "/> <path fill="%23003399" d="M8.087,7.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L8.087,7.183 M6.99,5.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L6.99,5.566L6.99,5.566z"/> <polygon fill="%230044B2" points="9.389,7.792 8.095,7.195 9.019,23.012 10.006,22.597 "/> <polygon fill="%23003399" points="16.826,8.824 15.436,9.541 20.811,18.835 22.17,18.026 "/> <polyline fill="%230099FF" points="20.821,18.835 15.446,9.542 11.155,18.245 20.821,18.835 "/> </svg>');
}
.blue.icon-pdf-page-item-date{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <circle fill="%23FFFFFF" cx="8.711" cy="23.284" r="8.429"/> <path fill="%23003399" d="M8.704,16.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S12.26,16.854,8.704,16.854z"/> <polygon fill="%23FFFFFF" points="12.793,27.177 7.52,23.985 7.52,18.029 9.52,18.029 9.52,22.858 13.828,25.467 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> </svg> ');
}
.blue.icon-pdf-page-item-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <path fill="%23FFFFFF" d="M4.338,23.567c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.451,23.983,5.449,23.567,4.338,23.567L4.338,23.567z"/> <path fill="%23FFFFFF" d="M12.825,13.353c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.213,14.249,15.087,13.353,12.825,13.353L12.825,13.353z"/> <path fill="%23003399" d="M18.24,22.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.303,19.78,18.243,21.384,18.24,22.867z M14.744,22.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,26.99,14.744,24.333,14.744,22.867z"/> <path fill="%23003399" d="M6.438,27.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.438,27.365,6.438,27.945z"/> </svg> ');
}
.blue.icon-pdf-page-item-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.169,27.812 24.239,26.615 14.996,20.597 14.01,21.012 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polygon fill="%23676767" points="27.16,16.026 25.801,16.835 25.064,29.614 26.262,28.71 "/> <polygon fill="%23CCCCCC" points="13.388,3.004 11.981,3.567 20.426,7.541 21.816,6.824 "/> <path fill="%23999999" d="M13.078,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.078,5.183 M11.981,3.567l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.981,3.567L11.981,3.567z"/> <polygon fill="%23676767" points="14.379,5.793 13.085,5.195 14.01,21.012 14.996,20.597 "/> <polygon fill="%23999999" points="21.816,6.824 20.426,7.541 25.801,16.835 27.16,16.026 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%230044B2" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%230044B2" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%230099FF" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%230099FF" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%23003399" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg> ');
}
.lightBlue.icon-pdf-source-pdf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.711 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.926 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.926 "/> <polyline fill="%23990000" points="22.996,13.95 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.95 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.926 21.631,14.758 22.996,13.95 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.246 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="8.268,13.053 7.467,13.403 1.077,16.196 0,16.667 0.156,18.874 0.695,25.118 0.794,25.964 1.474,26.479 7.06,30.711 8.268,31.626 9.476,30.711 15.062,26.479 15.741,25.964 15.84,25.118 16.645,18.262 16.817,16.79 15.459,16.196 9.069,13.403 8.268,13.053 "/> <path fill="%232189a5" d="M8.268,29.117l5.586-4.232l0.804-6.856l-6.39,3.64V29.117z"/> <path fill="%23269FBF" d="M2.682,24.885l5.586,4.232v-7.448l-6.39-3.64L2.682,24.885z"/> <path fill="%2333CCFF" d="M14.658,18.029l-6.39-2.793l-6.39,2.793l6.39,3.64L14.658,18.029z"/> </svg>');
}
.lightBlue.icon-pdf-source-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.436,7.542 11.991,3.567 13.05,21.567 25.074,29.615 25.811,16.835 20.436,7.542 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.542 25.811,16.835 27.17,16.027 "/> <polygon fill="%23CCCCCC" points="13.398,3.004 11.991,3.567 20.436,7.542 21.826,6.824 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%23676767" points="27.17,16.027 25.811,16.835 25.074,29.615 26.272,28.711 "/> <polygon fill="%232189a5" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%232189a5" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%2333CCFF" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%2333CCFF" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%23269FBF" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg>');
}
.lightBlue.icon-pdf-source-font{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23FFFFFF" points="3.482,28.765 3.233,21.762 0.267,20.057 0.156,14.067 4.924,12 16.861,17.688 16.371,23.638 12.657,26.018 12.562,28.764 8.024,31.868 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.71 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polyline fill="%232189a5" points="8.024,22.206 8.024,22.326 8.024,29.445 10.597,27.684 10.734,23.762 8.024,22.206 "/> <polygon fill="%232189a5" points="14.755,18.9 11.82,20.611 11.65,24.288 14.459,22.488 "/> <path fill="%23269FBF" d="M11.65,24.288l0.171-3.677l-9.874-5.14l0.24,3.383l3.006,1.727l0.252,7.102l2.579,1.761v-7.119L8.02,22.202 l0.004,0.004l2.711,1.557L11.65,24.288z"/> <path fill="%2333CCFF" d="M11.82,20.611l2.934-1.711l-9.87-4.704l-2.938,1.275L11.82,20.611z"/> </svg>');
}
.lightBlue.icon-pdf-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.737,16.986 0.157,10.75 0.206,8.092 3.135,5.668 6.729,3.896 11.568,6.805 7.682,9.687 11.455,15.449 7.047,19.355 "/> <polyline fill="%23999999" points="17.446,7.542 9,3.567 10.06,21.567 22.084,29.615 22.821,16.835 17.446,7.542 "/> <polygon fill="%23999999" points="18.836,6.824 17.446,7.542 22.821,16.835 24.18,16.027 "/> <polygon fill="%23CCCCCC" points="10.408,3.004 9,3.567 17.446,7.542 18.836,6.824 "/> <polyline fill="%23CC0000" points="7.84,8.925 8.05,12.752 18.475,18.83 18.631,14.758 7.84,8.925 "/> <polyline fill="%23FF0000" points="9.2,8.285 7.84,8.925 18.631,14.758 19.996,13.949 9.2,8.285 "/> <polyline fill="%23CCCCCC" points="22.821,16.835 17.446,7.542 13.155,16.245 22.821,16.835 "/> <polyline fill="%23990000" points="19.996,13.949 18.631,14.758 18.475,18.83 19.792,17.991 19.996,13.949 "/> <polygon fill="%23676767" points="24.18,16.027 22.821,16.835 22.084,29.615 23.282,28.71 "/> <polyline fill="%232189a5" points="5.652,9.325 3.059,10.671 6.948,17.439 9.49,15.187 5.652,9.325 "/> <polygon fill="%2333CCFF" points="3.956,6.936 6.158,8.325 8.874,6.936 6.658,5.603 "/> <polygon fill="%23269FBF" points="3.059,10.671 6.158,8.325 3.956,6.936 1.069,9.325 4.876,15.956 6.948,17.439 "/> <path fill="%23333333" d="M5.652,9.325l3.222-2.389l-2.716,1.39l-3.099,2.346L5.652,9.325z"/> <polygon fill="%23FFFFFF" points="17.871,24.752 22.153,21.949 19.196,16.802 18.072,14.886 19.872,13.879 22.893,12.137 26.598,14.361 31.939,23.624 28.005,26.358 22.711,28.221 "/> <polyline fill="%232189a5" points="29.951,23.179 25.492,15.447 22.747,17.097 27.315,25.011 29.951,23.179 "/> <polyline fill="%2333CCFF" points="24.593,23.179 24.283,22.645 23.066,23.144 20.524,24.808 24.593,23.179 "/> <polyline fill="%2333CCFF" points="20.141,15.447 22.747,17.097 25.492,15.447 22.877,13.877 20.604,15.187 20.141,15.447 "/> <polyline fill="%23269FBF" points="22.747,17.097 20.141,15.447 20.497,16.054 24.283,22.645 24.593,23.179 20.524,24.808 22.95,26.547 27.315,25.011 22.747,17.097 "/> </svg> ');
}
.lightBlue.icon-pdf-page-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="0.098,24.894 10.377,31.841 20.587,24.893 10.343,10.534 "/> <path fill="%2333CCFF" d="M2.867,24.47l7.511,5.633V14.026L2.867,24.47z"/> <path fill="%232189a5" d="M10.377,30.104l7.452-5.633l-7.452-10.445V30.104z"/> </svg>');
}
.lightBlue.icon-pdf-page-item-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2333CCFF" d="M5.847,22.459l10.193,7.645V8.285L5.847,22.459z"/> <path fill="%232189a5" d="M16.04,30.104l10.113-7.645L16.04,8.285V30.104z"/> </svg>');
}
.lightBlue.icon-pdf-page-item-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%2333CCFF" points="19.179,29.811 19.249,28.615 10.006,22.597 9.019,23.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%232189a5" points="22.17,18.026 20.811,18.835 20.074,31.614 21.272,30.71 "/> <polygon fill="%2333CCFF" points="8.398,5.003 6.99,5.566 15.436,9.541 16.826,8.824 "/> <path fill="%23269FBF" d="M8.087,7.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L8.087,7.183 M6.99,5.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L6.99,5.566L6.99,5.566z"/> <polygon fill="%232189a5" points="9.389,7.792 8.095,7.195 9.019,23.012 10.006,22.597 "/> <polygon fill="%23269FBF" points="16.826,8.824 15.436,9.541 20.811,18.835 22.17,18.026 "/> <polyline fill="%2333CCFF" points="20.821,18.835 15.446,9.542 11.155,18.245 20.821,18.835 "/> </svg>');
}
.lightBlue.icon-pdf-page-item-date{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <circle fill="%23FFFFFF" cx="8.711" cy="23.284" r="8.429"/> <path fill="%23269FBF" d="M8.704,16.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S12.26,16.854,8.704,16.854z"/> <polygon fill="%23FFFFFF" points="12.793,27.177 7.52,23.985 7.52,18.029 9.52,18.029 9.52,22.858 13.828,25.467 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> </svg> ');
}
.lightBlue.icon-pdf-page-item-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <path fill="%23FFFFFF" d="M4.338,23.567c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.451,23.983,5.449,23.567,4.338,23.567L4.338,23.567z"/> <path fill="%23FFFFFF" d="M12.825,13.353c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.213,14.249,15.087,13.353,12.825,13.353L12.825,13.353z"/> <path fill="%23269FBF" d="M18.24,22.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.303,19.78,18.243,21.384,18.24,22.867z M14.744,22.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,26.99,14.744,24.333,14.744,22.867z"/> <path fill="%23269FBF" d="M6.438,27.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.438,27.365,6.438,27.945z"/> </svg> ');
}
.lightBlue.icon-pdf-page-item-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.169,27.812 24.239,26.615 14.996,20.597 14.01,21.012 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polygon fill="%23676767" points="27.16,16.026 25.801,16.835 25.064,29.614 26.262,28.71 "/> <polygon fill="%23CCCCCC" points="13.388,3.004 11.981,3.567 20.426,7.541 21.816,6.824 "/> <path fill="%23999999" d="M13.078,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.078,5.183 M11.981,3.567l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.981,3.567L11.981,3.567z"/> <polygon fill="%23676767" points="14.379,5.793 13.085,5.195 14.01,21.012 14.996,20.597 "/> <polygon fill="%23999999" points="21.816,6.824 20.426,7.541 25.801,16.835 27.16,16.026 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%232189a5" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%232189a5" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%2333CCFF" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%2333CCFF" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%23269FBF" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg> ');
}
.green.icon-pdf-source-pdf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.711 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.926 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.926 "/> <polyline fill="%23990000" points="22.996,13.95 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.95 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.926 21.631,14.758 22.996,13.95 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.246 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="8.268,13.053 7.467,13.403 1.077,16.196 0,16.667 0.156,18.874 0.695,25.118 0.794,25.964 1.474,26.479 7.06,30.711 8.268,31.626 9.476,30.711 15.062,26.479 15.741,25.964 15.84,25.118 16.645,18.262 16.817,16.79 15.459,16.196 9.069,13.403 8.268,13.053 "/> <path fill="%2321663c" d="M8.268,29.117l5.586-4.232l0.804-6.856l-6.39,3.64V29.117z"/> <path fill="%232f8c51" d="M2.682,24.885l5.586,4.232v-7.448l-6.39-3.64L2.682,24.885z"/> <path fill="%2339b563" d="M14.658,18.029l-6.39-2.793l-6.39,2.793l6.39,3.64L14.658,18.029z"/> </svg>');
}
.green.icon-pdf-source-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.436,7.542 11.991,3.567 13.05,21.567 25.074,29.615 25.811,16.835 20.436,7.542 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.542 25.811,16.835 27.17,16.027 "/> <polygon fill="%23CCCCCC" points="13.398,3.004 11.991,3.567 20.436,7.542 21.826,6.824 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%23676767" points="27.17,16.027 25.811,16.835 25.074,29.615 26.272,28.711 "/> <polygon fill="%2321663c" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%2321663c" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%2339b563" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%2339b563" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%232f8c51" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg>');
}
.green.icon-pdf-source-font{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23FFFFFF" points="3.482,28.765 3.233,21.762 0.267,20.057 0.156,14.067 4.924,12 16.861,17.688 16.371,23.638 12.657,26.018 12.562,28.764 8.024,31.868 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.71 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polyline fill="%2321663c" points="8.024,22.206 8.024,22.326 8.024,29.445 10.597,27.684 10.734,23.762 8.024,22.206 "/> <polygon fill="%2321663c" points="14.755,18.9 11.82,20.611 11.65,24.288 14.459,22.488 "/> <path fill="%232f8c51" d="M11.65,24.288l0.171-3.677l-9.874-5.14l0.24,3.383l3.006,1.727l0.252,7.102l2.579,1.761v-7.119L8.02,22.202 l0.004,0.004l2.711,1.557L11.65,24.288z"/> <path fill="%2339b563" d="M11.82,20.611l2.934-1.711l-9.87-4.704l-2.938,1.275L11.82,20.611z"/> </svg>');
}
.green.icon-pdf-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.737,16.986 0.157,10.75 0.206,8.092 3.135,5.668 6.729,3.896 11.568,6.805 7.682,9.687 11.455,15.449 7.047,19.355 "/> <polyline fill="%23999999" points="17.446,7.542 9,3.567 10.06,21.567 22.084,29.615 22.821,16.835 17.446,7.542 "/> <polygon fill="%23999999" points="18.836,6.824 17.446,7.542 22.821,16.835 24.18,16.027 "/> <polygon fill="%23CCCCCC" points="10.408,3.004 9,3.567 17.446,7.542 18.836,6.824 "/> <polyline fill="%23CC0000" points="7.84,8.925 8.05,12.752 18.475,18.83 18.631,14.758 7.84,8.925 "/> <polyline fill="%23FF0000" points="9.2,8.285 7.84,8.925 18.631,14.758 19.996,13.949 9.2,8.285 "/> <polyline fill="%23CCCCCC" points="22.821,16.835 17.446,7.542 13.155,16.245 22.821,16.835 "/> <polyline fill="%23990000" points="19.996,13.949 18.631,14.758 18.475,18.83 19.792,17.991 19.996,13.949 "/> <polygon fill="%23676767" points="24.18,16.027 22.821,16.835 22.084,29.615 23.282,28.71 "/> <polyline fill="%2321663c" points="5.652,9.325 3.059,10.671 6.948,17.439 9.49,15.187 5.652,9.325 "/> <polygon fill="%2339b563" points="3.956,6.936 6.158,8.325 8.874,6.936 6.658,5.603 "/> <polygon fill="%232f8c51" points="3.059,10.671 6.158,8.325 3.956,6.936 1.069,9.325 4.876,15.956 6.948,17.439 "/> <path fill="%23333333" d="M5.652,9.325l3.222-2.389l-2.716,1.39l-3.099,2.346L5.652,9.325z"/> <polygon fill="%23FFFFFF" points="17.871,24.752 22.153,21.949 19.196,16.802 18.072,14.886 19.872,13.879 22.893,12.137 26.598,14.361 31.939,23.624 28.005,26.358 22.711,28.221 "/> <polyline fill="%2321663c" points="29.951,23.179 25.492,15.447 22.747,17.097 27.315,25.011 29.951,23.179 "/> <polyline fill="%2339b563" points="24.593,23.179 24.283,22.645 23.066,23.144 20.524,24.808 24.593,23.179 "/> <polyline fill="%2339b563" points="20.141,15.447 22.747,17.097 25.492,15.447 22.877,13.877 20.604,15.187 20.141,15.447 "/> <polyline fill="%232f8c51" points="22.747,17.097 20.141,15.447 20.497,16.054 24.283,22.645 24.593,23.179 20.524,24.808 22.95,26.547 27.315,25.011 22.747,17.097 "/> </svg> ');
}
.green.icon-pdf-page-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="0.098,24.894 10.377,31.841 20.587,24.893 10.343,10.534 "/> <path fill="%2339b563" d="M2.867,24.47l7.511,5.633V14.026L2.867,24.47z"/> <path fill="%2321663c" d="M10.377,30.104l7.452-5.633l-7.452-10.445V30.104z"/> </svg>');
}
.green.icon-pdf-page-item-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2339b563" d="M5.847,22.459l10.193,7.645V8.285L5.847,22.459z"/> <path fill="%2321663c" d="M16.04,30.104l10.113-7.645L16.04,8.285V30.104z"/> </svg>');
}
.green.icon-pdf-page-item-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%2339b563" points="19.179,29.811 19.249,28.615 10.006,22.597 9.019,23.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%2321663c" points="22.17,18.026 20.811,18.835 20.074,31.614 21.272,30.71 "/> <polygon fill="%2339b563" points="8.398,5.003 6.99,5.566 15.436,9.541 16.826,8.824 "/> <path fill="%232f8c51" d="M8.087,7.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L8.087,7.183 M6.99,5.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L6.99,5.566L6.99,5.566z"/> <polygon fill="%2321663c" points="9.389,7.792 8.095,7.195 9.019,23.012 10.006,22.597 "/> <polygon fill="%232f8c51" points="16.826,8.824 15.436,9.541 20.811,18.835 22.17,18.026 "/> <polyline fill="%2339b563" points="20.821,18.835 15.446,9.542 11.155,18.245 20.821,18.835 "/> </svg>');
}
.green.icon-pdf-page-item-date{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <circle fill="%23FFFFFF" cx="8.711" cy="23.284" r="8.429"/> <path fill="%232f8c51" d="M8.704,16.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S12.26,16.854,8.704,16.854z"/> <polygon fill="%23FFFFFF" points="12.793,27.177 7.52,23.985 7.52,18.029 9.52,18.029 9.52,22.858 13.828,25.467 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> </svg> ');
}
.green.icon-pdf-page-item-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <path fill="%23FFFFFF" d="M4.338,23.567c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.451,23.983,5.449,23.567,4.338,23.567L4.338,23.567z"/> <path fill="%23FFFFFF" d="M12.825,13.353c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.213,14.249,15.087,13.353,12.825,13.353L12.825,13.353z"/> <path fill="%232f8c51" d="M18.24,22.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.303,19.78,18.243,21.384,18.24,22.867z M14.744,22.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,26.99,14.744,24.333,14.744,22.867z"/> <path fill="%232f8c51" d="M6.438,27.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.438,27.365,6.438,27.945z"/> </svg> ');
}
.green.icon-pdf-page-item-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.169,27.812 24.239,26.615 14.996,20.597 14.01,21.012 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polygon fill="%23676767" points="27.16,16.026 25.801,16.835 25.064,29.614 26.262,28.71 "/> <polygon fill="%23CCCCCC" points="13.388,3.004 11.981,3.567 20.426,7.541 21.816,6.824 "/> <path fill="%23999999" d="M13.078,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.078,5.183 M11.981,3.567l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.981,3.567L11.981,3.567z"/> <polygon fill="%23676767" points="14.379,5.793 13.085,5.195 14.01,21.012 14.996,20.597 "/> <polygon fill="%23999999" points="21.816,6.824 20.426,7.541 25.801,16.835 27.16,16.026 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%2321663c" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%2321663c" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%2339b563" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%2339b563" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%232f8c51" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg> ');
}
.lightGreen.icon-pdf-source-pdf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.711 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.926 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.926 "/> <polyline fill="%23990000" points="22.996,13.95 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.95 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.926 21.631,14.758 22.996,13.95 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.246 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="8.268,13.053 7.467,13.403 1.077,16.196 0,16.667 0.156,18.874 0.695,25.118 0.794,25.964 1.474,26.479 7.06,30.711 8.268,31.626 9.476,30.711 15.062,26.479 15.741,25.964 15.84,25.118 16.645,18.262 16.817,16.79 15.459,16.196 9.069,13.403 8.268,13.053 "/> <path fill="%23009900" d="M8.268,29.117l5.586-4.232l0.804-6.856l-6.39,3.64V29.117z"/> <path fill="%2300b200" d="M2.682,24.885l5.586,4.232v-7.448l-6.39-3.64L2.682,24.885z"/> <path fill="%2300e500" d="M14.658,18.029l-6.39-2.793l-6.39,2.793l6.39,3.64L14.658,18.029z"/> </svg>');
}
.lightGreen.icon-pdf-source-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.436,7.542 11.991,3.567 13.05,21.567 25.074,29.615 25.811,16.835 20.436,7.542 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.542 25.811,16.835 27.17,16.027 "/> <polygon fill="%23CCCCCC" points="13.398,3.004 11.991,3.567 20.436,7.542 21.826,6.824 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%23676767" points="27.17,16.027 25.811,16.835 25.074,29.615 26.272,28.711 "/> <polygon fill="%23009900" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%23009900" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%2300e500" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%2300e500" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%2300b200" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg>');
}
.lightGreen.icon-pdf-source-font{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23FFFFFF" points="3.482,28.765 3.233,21.762 0.267,20.057 0.156,14.067 4.924,12 16.861,17.688 16.371,23.638 12.657,26.018 12.562,28.764 8.024,31.868 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.71 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polyline fill="%23009900" points="8.024,22.206 8.024,22.326 8.024,29.445 10.597,27.684 10.734,23.762 8.024,22.206 "/> <polygon fill="%23009900" points="14.755,18.9 11.82,20.611 11.65,24.288 14.459,22.488 "/> <path fill="%2300b200" d="M11.65,24.288l0.171-3.677l-9.874-5.14l0.24,3.383l3.006,1.727l0.252,7.102l2.579,1.761v-7.119L8.02,22.202 l0.004,0.004l2.711,1.557L11.65,24.288z"/> <path fill="%2300e500" d="M11.82,20.611l2.934-1.711l-9.87-4.704l-2.938,1.275L11.82,20.611z"/> </svg>');
}
.lightGreen.icon-pdf-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.737,16.986 0.157,10.75 0.206,8.092 3.135,5.668 6.729,3.896 11.568,6.805 7.682,9.687 11.455,15.449 7.047,19.355 "/> <polyline fill="%23999999" points="17.446,7.542 9,3.567 10.06,21.567 22.084,29.615 22.821,16.835 17.446,7.542 "/> <polygon fill="%23999999" points="18.836,6.824 17.446,7.542 22.821,16.835 24.18,16.027 "/> <polygon fill="%23CCCCCC" points="10.408,3.004 9,3.567 17.446,7.542 18.836,6.824 "/> <polyline fill="%23CC0000" points="7.84,8.925 8.05,12.752 18.475,18.83 18.631,14.758 7.84,8.925 "/> <polyline fill="%23FF0000" points="9.2,8.285 7.84,8.925 18.631,14.758 19.996,13.949 9.2,8.285 "/> <polyline fill="%23CCCCCC" points="22.821,16.835 17.446,7.542 13.155,16.245 22.821,16.835 "/> <polyline fill="%23990000" points="19.996,13.949 18.631,14.758 18.475,18.83 19.792,17.991 19.996,13.949 "/> <polygon fill="%23676767" points="24.18,16.027 22.821,16.835 22.084,29.615 23.282,28.71 "/> <polyline fill="%23009900" points="5.652,9.325 3.059,10.671 6.948,17.439 9.49,15.187 5.652,9.325 "/> <polygon fill="%2300e500" points="3.956,6.936 6.158,8.325 8.874,6.936 6.658,5.603 "/> <polygon fill="%2300b200" points="3.059,10.671 6.158,8.325 3.956,6.936 1.069,9.325 4.876,15.956 6.948,17.439 "/> <path fill="%23333333" d="M5.652,9.325l3.222-2.389l-2.716,1.39l-3.099,2.346L5.652,9.325z"/> <polygon fill="%23FFFFFF" points="17.871,24.752 22.153,21.949 19.196,16.802 18.072,14.886 19.872,13.879 22.893,12.137 26.598,14.361 31.939,23.624 28.005,26.358 22.711,28.221 "/> <polyline fill="%23009900" points="29.951,23.179 25.492,15.447 22.747,17.097 27.315,25.011 29.951,23.179 "/> <polyline fill="%2300e500" points="24.593,23.179 24.283,22.645 23.066,23.144 20.524,24.808 24.593,23.179 "/> <polyline fill="%2300e500" points="20.141,15.447 22.747,17.097 25.492,15.447 22.877,13.877 20.604,15.187 20.141,15.447 "/> <polyline fill="%2300b200" points="22.747,17.097 20.141,15.447 20.497,16.054 24.283,22.645 24.593,23.179 20.524,24.808 22.95,26.547 27.315,25.011 22.747,17.097 "/> </svg> ');
}
.lightGreen.icon-pdf-page-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="0.098,24.894 10.377,31.841 20.587,24.893 10.343,10.534 "/> <path fill="%2300e500" d="M2.867,24.47l7.511,5.633V14.026L2.867,24.47z"/> <path fill="%23009900" d="M10.377,30.104l7.452-5.633l-7.452-10.445V30.104z"/> </svg>');
}
.lightGreen.icon-pdf-page-item-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300e500" d="M5.847,22.459l10.193,7.645V8.285L5.847,22.459z"/> <path fill="%23009900" d="M16.04,30.104l10.113-7.645L16.04,8.285V30.104z"/> </svg>');
}
.lightGreen.icon-pdf-page-item-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%2300e500" points="19.179,29.811 19.249,28.615 10.006,22.597 9.019,23.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%23009900" points="22.17,18.026 20.811,18.835 20.074,31.614 21.272,30.71 "/> <polygon fill="%2300e500" points="8.398,5.003 6.99,5.566 15.436,9.541 16.826,8.824 "/> <path fill="%2300b200" d="M8.087,7.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L8.087,7.183 M6.99,5.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L6.99,5.566L6.99,5.566z"/> <polygon fill="%23009900" points="9.389,7.792 8.095,7.195 9.019,23.012 10.006,22.597 "/> <polygon fill="%2300b200" points="16.826,8.824 15.436,9.541 20.811,18.835 22.17,18.026 "/> <polyline fill="%2300e500" points="20.821,18.835 15.446,9.542 11.155,18.245 20.821,18.835 "/> </svg>');
}
.lightGreen.icon-pdf-page-item-date{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <circle fill="%23FFFFFF" cx="8.711" cy="23.284" r="8.429"/> <path fill="%2300b200" d="M8.704,16.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S12.26,16.854,8.704,16.854z"/> <polygon fill="%23FFFFFF" points="12.793,27.177 7.52,23.985 7.52,18.029 9.52,18.029 9.52,22.858 13.828,25.467 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> </svg> ');
}
.lightGreen.icon-pdf-page-item-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <path fill="%23FFFFFF" d="M4.338,23.567c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.451,23.983,5.449,23.567,4.338,23.567L4.338,23.567z"/> <path fill="%23FFFFFF" d="M12.825,13.353c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.213,14.249,15.087,13.353,12.825,13.353L12.825,13.353z"/> <path fill="%2300b200" d="M18.24,22.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.303,19.78,18.243,21.384,18.24,22.867z M14.744,22.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,26.99,14.744,24.333,14.744,22.867z"/> <path fill="%2300b200" d="M6.438,27.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.438,27.365,6.438,27.945z"/> </svg> ');
}
.lightGreen.icon-pdf-page-item-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.169,27.812 24.239,26.615 14.996,20.597 14.01,21.012 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polygon fill="%23676767" points="27.16,16.026 25.801,16.835 25.064,29.614 26.262,28.71 "/> <polygon fill="%23CCCCCC" points="13.388,3.004 11.981,3.567 20.426,7.541 21.816,6.824 "/> <path fill="%23999999" d="M13.078,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.078,5.183 M11.981,3.567l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.981,3.567L11.981,3.567z"/> <polygon fill="%23676767" points="14.379,5.793 13.085,5.195 14.01,21.012 14.996,20.597 "/> <polygon fill="%23999999" points="21.816,6.824 20.426,7.541 25.801,16.835 27.16,16.026 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%23009900" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%23009900" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%2300e500" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%2300e500" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%2300b200" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg> ');
}
.yellow.icon-pdf-source-pdf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.711 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.926 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.926 "/> <polyline fill="%23990000" points="22.996,13.95 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.95 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.926 21.631,14.758 22.996,13.95 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.246 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="8.268,13.053 7.467,13.403 1.077,16.196 0,16.667 0.156,18.874 0.695,25.118 0.794,25.964 1.474,26.479 7.06,30.711 8.268,31.626 9.476,30.711 15.062,26.479 15.741,25.964 15.84,25.118 16.645,18.262 16.817,16.79 15.459,16.196 9.069,13.403 8.268,13.053 "/> <path fill="%23a58d00" d="M8.268,29.117l5.586-4.232l0.804-6.856l-6.39,3.64V29.117z"/> <path fill="%23ccaa00" d="M2.682,24.885l5.586,4.232v-7.448l-6.39-3.64L2.682,24.885z"/> <path fill="%23f9e100" d="M14.658,18.029l-6.39-2.793l-6.39,2.793l6.39,3.64L14.658,18.029z"/> </svg>');
}
.yellow.icon-pdf-source-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.436,7.542 11.991,3.567 13.05,21.567 25.074,29.615 25.811,16.835 20.436,7.542 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.542 25.811,16.835 27.17,16.027 "/> <polygon fill="%23CCCCCC" points="13.398,3.004 11.991,3.567 20.436,7.542 21.826,6.824 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%23676767" points="27.17,16.027 25.811,16.835 25.074,29.615 26.272,28.711 "/> <polygon fill="%23a58d00" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%23a58d00" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%23f9e100" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%23f9e100" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%23ccaa00" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg>');
}
.yellow.icon-pdf-source-font{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23FFFFFF" points="3.482,28.765 3.233,21.762 0.267,20.057 0.156,14.067 4.924,12 16.861,17.688 16.371,23.638 12.657,26.018 12.562,28.764 8.024,31.868 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.71 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polyline fill="%23a58d00" points="8.024,22.206 8.024,22.326 8.024,29.445 10.597,27.684 10.734,23.762 8.024,22.206 "/> <polygon fill="%23a58d00" points="14.755,18.9 11.82,20.611 11.65,24.288 14.459,22.488 "/> <path fill="%23ccaa00" d="M11.65,24.288l0.171-3.677l-9.874-5.14l0.24,3.383l3.006,1.727l0.252,7.102l2.579,1.761v-7.119L8.02,22.202 l0.004,0.004l2.711,1.557L11.65,24.288z"/> <path fill="%23f9e100" d="M11.82,20.611l2.934-1.711l-9.87-4.704l-2.938,1.275L11.82,20.611z"/> </svg>');
}
.yellow.icon-pdf-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.737,16.986 0.157,10.75 0.206,8.092 3.135,5.668 6.729,3.896 11.568,6.805 7.682,9.687 11.455,15.449 7.047,19.355 "/> <polyline fill="%23999999" points="17.446,7.542 9,3.567 10.06,21.567 22.084,29.615 22.821,16.835 17.446,7.542 "/> <polygon fill="%23999999" points="18.836,6.824 17.446,7.542 22.821,16.835 24.18,16.027 "/> <polygon fill="%23CCCCCC" points="10.408,3.004 9,3.567 17.446,7.542 18.836,6.824 "/> <polyline fill="%23CC0000" points="7.84,8.925 8.05,12.752 18.475,18.83 18.631,14.758 7.84,8.925 "/> <polyline fill="%23FF0000" points="9.2,8.285 7.84,8.925 18.631,14.758 19.996,13.949 9.2,8.285 "/> <polyline fill="%23CCCCCC" points="22.821,16.835 17.446,7.542 13.155,16.245 22.821,16.835 "/> <polyline fill="%23990000" points="19.996,13.949 18.631,14.758 18.475,18.83 19.792,17.991 19.996,13.949 "/> <polygon fill="%23676767" points="24.18,16.027 22.821,16.835 22.084,29.615 23.282,28.71 "/> <polyline fill="%23a58d00" points="5.652,9.325 3.059,10.671 6.948,17.439 9.49,15.187 5.652,9.325 "/> <polygon fill="%23f9e100" points="3.956,6.936 6.158,8.325 8.874,6.936 6.658,5.603 "/> <polygon fill="%23ccaa00" points="3.059,10.671 6.158,8.325 3.956,6.936 1.069,9.325 4.876,15.956 6.948,17.439 "/> <path fill="%23333333" d="M5.652,9.325l3.222-2.389l-2.716,1.39l-3.099,2.346L5.652,9.325z"/> <polygon fill="%23FFFFFF" points="17.871,24.752 22.153,21.949 19.196,16.802 18.072,14.886 19.872,13.879 22.893,12.137 26.598,14.361 31.939,23.624 28.005,26.358 22.711,28.221 "/> <polyline fill="%23a58d00" points="29.951,23.179 25.492,15.447 22.747,17.097 27.315,25.011 29.951,23.179 "/> <polyline fill="%23f9e100" points="24.593,23.179 24.283,22.645 23.066,23.144 20.524,24.808 24.593,23.179 "/> <polyline fill="%23f9e100" points="20.141,15.447 22.747,17.097 25.492,15.447 22.877,13.877 20.604,15.187 20.141,15.447 "/> <polyline fill="%23ccaa00" points="22.747,17.097 20.141,15.447 20.497,16.054 24.283,22.645 24.593,23.179 20.524,24.808 22.95,26.547 27.315,25.011 22.747,17.097 "/> </svg> ');
}
.yellow.icon-pdf-page-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="0.098,24.894 10.377,31.841 20.587,24.893 10.343,10.534 "/> <path fill="%23f9e100" d="M2.867,24.47l7.511,5.633V14.026L2.867,24.47z"/> <path fill="%23a58d00" d="M10.377,30.104l7.452-5.633l-7.452-10.445V30.104z"/> </svg>');
}
.yellow.icon-pdf-page-item-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23f9e100" d="M5.847,22.459l10.193,7.645V8.285L5.847,22.459z"/> <path fill="%23a58d00" d="M16.04,30.104l10.113-7.645L16.04,8.285V30.104z"/> </svg>');
}
.yellow.icon-pdf-page-item-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%23f9e100" points="19.179,29.811 19.249,28.615 10.006,22.597 9.019,23.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%23a58d00" points="22.17,18.026 20.811,18.835 20.074,31.614 21.272,30.71 "/> <polygon fill="%23f9e100" points="8.398,5.003 6.99,5.566 15.436,9.541 16.826,8.824 "/> <path fill="%23ccaa00" d="M8.087,7.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L8.087,7.183 M6.99,5.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L6.99,5.566L6.99,5.566z"/> <polygon fill="%23a58d00" points="9.389,7.792 8.095,7.195 9.019,23.012 10.006,22.597 "/> <polygon fill="%23ccaa00" points="16.826,8.824 15.436,9.541 20.811,18.835 22.17,18.026 "/> <polyline fill="%23f9e100" points="20.821,18.835 15.446,9.542 11.155,18.245 20.821,18.835 "/> </svg>');
}
.yellow.icon-pdf-page-item-date{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <circle fill="%23FFFFFF" cx="8.711" cy="23.284" r="8.429"/> <path fill="%23ccaa00" d="M8.704,16.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S12.26,16.854,8.704,16.854z"/> <polygon fill="%23FFFFFF" points="12.793,27.177 7.52,23.985 7.52,18.029 9.52,18.029 9.52,22.858 13.828,25.467 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> </svg> ');
}
.yellow.icon-pdf-page-item-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <path fill="%23FFFFFF" d="M4.338,23.567c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.451,23.983,5.449,23.567,4.338,23.567L4.338,23.567z"/> <path fill="%23FFFFFF" d="M12.825,13.353c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.213,14.249,15.087,13.353,12.825,13.353L12.825,13.353z"/> <path fill="%23ccaa00" d="M18.24,22.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.303,19.78,18.243,21.384,18.24,22.867z M14.744,22.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,26.99,14.744,24.333,14.744,22.867z"/> <path fill="%23ccaa00" d="M6.438,27.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.438,27.365,6.438,27.945z"/> </svg> ');
}
.yellow.icon-pdf-page-item-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.169,27.812 24.239,26.615 14.996,20.597 14.01,21.012 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polygon fill="%23676767" points="27.16,16.026 25.801,16.835 25.064,29.614 26.262,28.71 "/> <polygon fill="%23CCCCCC" points="13.388,3.004 11.981,3.567 20.426,7.541 21.816,6.824 "/> <path fill="%23999999" d="M13.078,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.078,5.183 M11.981,3.567l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.981,3.567L11.981,3.567z"/> <polygon fill="%23676767" points="14.379,5.793 13.085,5.195 14.01,21.012 14.996,20.597 "/> <polygon fill="%23999999" points="21.816,6.824 20.426,7.541 25.801,16.835 27.16,16.026 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%23a58d00" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%23a58d00" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%23f9e100" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%23f9e100" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%23ccaa00" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg> ');
}
.purple.icon-pdf-source-pdf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.711 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.926 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.926 "/> <polyline fill="%23990000" points="22.996,13.95 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.95 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.926 21.631,14.758 22.996,13.95 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.246 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="8.268,13.053 7.467,13.403 1.077,16.196 0,16.667 0.156,18.874 0.695,25.118 0.794,25.964 1.474,26.479 7.06,30.711 8.268,31.626 9.476,30.711 15.062,26.479 15.741,25.964 15.84,25.118 16.645,18.262 16.817,16.79 15.459,16.196 9.069,13.403 8.268,13.053 "/> <path fill="%23990099" d="M8.268,29.117l5.586-4.232l0.804-6.856l-6.39,3.64V29.117z"/> <path fill="%23FF66FF" d="M2.682,24.885l5.586,4.232v-7.448l-6.39-3.64L2.682,24.885z"/> <path fill="%23FF99FF" d="M14.658,18.029l-6.39-2.793l-6.39,2.793l6.39,3.64L14.658,18.029z"/> </svg>');
}
.purple.icon-pdf-source-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.436,7.542 11.991,3.567 13.05,21.567 25.074,29.615 25.811,16.835 20.436,7.542 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.542 25.811,16.835 27.17,16.027 "/> <polygon fill="%23CCCCCC" points="13.398,3.004 11.991,3.567 20.436,7.542 21.826,6.824 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%23676767" points="27.17,16.027 25.811,16.835 25.074,29.615 26.272,28.711 "/> <polygon fill="%23990099" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%23990099" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%23FF99FF" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%23FF99FF" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%23FF66FF" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg>');
}
.purple.icon-pdf-source-font{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23FFFFFF" points="3.482,28.765 3.233,21.762 0.267,20.057 0.156,14.067 4.924,12 16.861,17.688 16.371,23.638 12.657,26.018 12.562,28.764 8.024,31.868 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.71 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polyline fill="%23990099" points="8.024,22.206 8.024,22.326 8.024,29.445 10.597,27.684 10.734,23.762 8.024,22.206 "/> <polygon fill="%23990099" points="14.755,18.9 11.82,20.611 11.65,24.288 14.459,22.488 "/> <path fill="%23FF66FF" d="M11.65,24.288l0.171-3.677l-9.874-5.14l0.24,3.383l3.006,1.727l0.252,7.102l2.579,1.761v-7.119L8.02,22.202 l0.004,0.004l2.711,1.557L11.65,24.288z"/> <path fill="%23FF99FF" d="M11.82,20.611l2.934-1.711l-9.87-4.704l-2.938,1.275L11.82,20.611z"/> </svg>');
}
.purple.icon-pdf-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.737,16.986 0.157,10.75 0.206,8.092 3.135,5.668 6.729,3.896 11.568,6.805 7.682,9.687 11.455,15.449 7.047,19.355 "/> <polyline fill="%23999999" points="17.446,7.542 9,3.567 10.06,21.567 22.084,29.615 22.821,16.835 17.446,7.542 "/> <polygon fill="%23999999" points="18.836,6.824 17.446,7.542 22.821,16.835 24.18,16.027 "/> <polygon fill="%23CCCCCC" points="10.408,3.004 9,3.567 17.446,7.542 18.836,6.824 "/> <polyline fill="%23CC0000" points="7.84,8.925 8.05,12.752 18.475,18.83 18.631,14.758 7.84,8.925 "/> <polyline fill="%23FF0000" points="9.2,8.285 7.84,8.925 18.631,14.758 19.996,13.949 9.2,8.285 "/> <polyline fill="%23CCCCCC" points="22.821,16.835 17.446,7.542 13.155,16.245 22.821,16.835 "/> <polyline fill="%23990000" points="19.996,13.949 18.631,14.758 18.475,18.83 19.792,17.991 19.996,13.949 "/> <polygon fill="%23676767" points="24.18,16.027 22.821,16.835 22.084,29.615 23.282,28.71 "/> <polyline fill="%23990099" points="5.652,9.325 3.059,10.671 6.948,17.439 9.49,15.187 5.652,9.325 "/> <polygon fill="%23FF99FF" points="3.956,6.936 6.158,8.325 8.874,6.936 6.658,5.603 "/> <polygon fill="%23FF66FF" points="3.059,10.671 6.158,8.325 3.956,6.936 1.069,9.325 4.876,15.956 6.948,17.439 "/> <path fill="%23333333" d="M5.652,9.325l3.222-2.389l-2.716,1.39l-3.099,2.346L5.652,9.325z"/> <polygon fill="%23FFFFFF" points="17.871,24.752 22.153,21.949 19.196,16.802 18.072,14.886 19.872,13.879 22.893,12.137 26.598,14.361 31.939,23.624 28.005,26.358 22.711,28.221 "/> <polyline fill="%23990099" points="29.951,23.179 25.492,15.447 22.747,17.097 27.315,25.011 29.951,23.179 "/> <polyline fill="%23FF99FF" points="24.593,23.179 24.283,22.645 23.066,23.144 20.524,24.808 24.593,23.179 "/> <polyline fill="%23FF99FF" points="20.141,15.447 22.747,17.097 25.492,15.447 22.877,13.877 20.604,15.187 20.141,15.447 "/> <polyline fill="%23FF66FF" points="22.747,17.097 20.141,15.447 20.497,16.054 24.283,22.645 24.593,23.179 20.524,24.808 22.95,26.547 27.315,25.011 22.747,17.097 "/> </svg> ');
}
.purple.icon-pdf-page-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="0.098,24.894 10.377,31.841 20.587,24.893 10.343,10.534 "/> <path fill="%23FF99FF" d="M2.867,24.47l7.511,5.633V14.026L2.867,24.47z"/> <path fill="%23990099" d="M10.377,30.104l7.452-5.633l-7.452-10.445V30.104z"/> </svg>');
}
.purple.icon-pdf-page-item-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF99FF" d="M5.847,22.459l10.193,7.645V8.285L5.847,22.459z"/> <path fill="%23990099" d="M16.04,30.104l10.113-7.645L16.04,8.285V30.104z"/> </svg>');
}
.purple.icon-pdf-page-item-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%23FF99FF" points="19.179,29.811 19.249,28.615 10.006,22.597 9.019,23.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%23990099" points="22.17,18.026 20.811,18.835 20.074,31.614 21.272,30.71 "/> <polygon fill="%23FF99FF" points="8.398,5.003 6.99,5.566 15.436,9.541 16.826,8.824 "/> <path fill="%23FF66FF" d="M8.087,7.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L8.087,7.183 M6.99,5.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L6.99,5.566L6.99,5.566z"/> <polygon fill="%23990099" points="9.389,7.792 8.095,7.195 9.019,23.012 10.006,22.597 "/> <polygon fill="%23FF66FF" points="16.826,8.824 15.436,9.541 20.811,18.835 22.17,18.026 "/> <polyline fill="%23FF99FF" points="20.821,18.835 15.446,9.542 11.155,18.245 20.821,18.835 "/> </svg>');
}
.purple.icon-pdf-page-item-date{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <circle fill="%23FFFFFF" cx="8.711" cy="23.284" r="8.429"/> <path fill="%23FF66FF" d="M8.704,16.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S12.26,16.854,8.704,16.854z"/> <polygon fill="%23FFFFFF" points="12.793,27.177 7.52,23.985 7.52,18.029 9.52,18.029 9.52,22.858 13.828,25.467 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> </svg> ');
}
.purple.icon-pdf-page-item-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <path fill="%23FFFFFF" d="M4.338,23.567c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.451,23.983,5.449,23.567,4.338,23.567L4.338,23.567z"/> <path fill="%23FFFFFF" d="M12.825,13.353c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.213,14.249,15.087,13.353,12.825,13.353L12.825,13.353z"/> <path fill="%23FF66FF" d="M18.24,22.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.303,19.78,18.243,21.384,18.24,22.867z M14.744,22.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,26.99,14.744,24.333,14.744,22.867z"/> <path fill="%23FF66FF" d="M6.438,27.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.438,27.365,6.438,27.945z"/> </svg> ');
}
.purple.icon-pdf-page-item-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.169,27.812 24.239,26.615 14.996,20.597 14.01,21.012 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polygon fill="%23676767" points="27.16,16.026 25.801,16.835 25.064,29.614 26.262,28.71 "/> <polygon fill="%23CCCCCC" points="13.388,3.004 11.981,3.567 20.426,7.541 21.816,6.824 "/> <path fill="%23999999" d="M13.078,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.078,5.183 M11.981,3.567l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.981,3.567L11.981,3.567z"/> <polygon fill="%23676767" points="14.379,5.793 13.085,5.195 14.01,21.012 14.996,20.597 "/> <polygon fill="%23999999" points="21.816,6.824 20.426,7.541 25.801,16.835 27.16,16.026 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%23990099" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%23990099" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%23FF99FF" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%23FF99FF" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%23FF66FF" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg> ');
}
.grey.icon-pdf-source-pdf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.711 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.926 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.926 "/> <polyline fill="%23990000" points="22.996,13.95 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.95 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.926 21.631,14.758 22.996,13.95 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.246 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="8.268,13.053 7.467,13.403 1.077,16.196 0,16.667 0.156,18.874 0.695,25.118 0.794,25.964 1.474,26.479 7.06,30.711 8.268,31.626 9.476,30.711 15.062,26.479 15.741,25.964 15.84,25.118 16.645,18.262 16.817,16.79 15.459,16.196 9.069,13.403 8.268,13.053 "/> <path fill="%23676767" d="M8.268,29.117l5.586-4.232l0.804-6.856l-6.39,3.64V29.117z"/> <path fill="%23999999" d="M2.682,24.885l5.586,4.232v-7.448l-6.39-3.64L2.682,24.885z"/> <path fill="%23CCCCCC" d="M14.658,18.029l-6.39-2.793l-6.39,2.793l6.39,3.64L14.658,18.029z"/> </svg>');
}
.grey.icon-pdf-source-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.436,7.542 11.991,3.567 13.05,21.567 25.074,29.615 25.811,16.835 20.436,7.542 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.542 25.811,16.835 27.17,16.027 "/> <polygon fill="%23CCCCCC" points="13.398,3.004 11.991,3.567 20.436,7.542 21.826,6.824 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%23676767" points="27.17,16.027 25.811,16.835 25.074,29.615 26.272,28.711 "/> <polygon fill="%23676767" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%23676767" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%23CCCCCC" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%23CCCCCC" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%23999999" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg>');
}
.grey.icon-pdf-source-font{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23FFFFFF" points="3.482,28.765 3.233,21.762 0.267,20.057 0.156,14.067 4.924,12 16.861,17.688 16.371,23.638 12.657,26.018 12.562,28.764 8.024,31.868 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.71 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polyline fill="%23676767" points="8.024,22.206 8.024,22.326 8.024,29.445 10.597,27.684 10.734,23.762 8.024,22.206 "/> <polygon fill="%23676767" points="14.755,18.9 11.82,20.611 11.65,24.288 14.459,22.488 "/> <path fill="%23999999" d="M11.65,24.288l0.171-3.677l-9.874-5.14l0.24,3.383l3.006,1.727l0.252,7.102l2.579,1.761v-7.119L8.02,22.202 l0.004,0.004l2.711,1.557L11.65,24.288z"/> <path fill="%23CCCCCC" d="M11.82,20.611l2.934-1.711l-9.87-4.704l-2.938,1.275L11.82,20.611z"/> </svg>');
}
.grey.icon-pdf-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.737,16.986 0.157,10.75 0.206,8.092 3.135,5.668 6.729,3.896 11.568,6.805 7.682,9.687 11.455,15.449 7.047,19.355 "/> <polyline fill="%23999999" points="17.446,7.542 9,3.567 10.06,21.567 22.084,29.615 22.821,16.835 17.446,7.542 "/> <polygon fill="%23999999" points="18.836,6.824 17.446,7.542 22.821,16.835 24.18,16.027 "/> <polygon fill="%23CCCCCC" points="10.408,3.004 9,3.567 17.446,7.542 18.836,6.824 "/> <polyline fill="%23CC0000" points="7.84,8.925 8.05,12.752 18.475,18.83 18.631,14.758 7.84,8.925 "/> <polyline fill="%23FF0000" points="9.2,8.285 7.84,8.925 18.631,14.758 19.996,13.949 9.2,8.285 "/> <polyline fill="%23CCCCCC" points="22.821,16.835 17.446,7.542 13.155,16.245 22.821,16.835 "/> <polyline fill="%23990000" points="19.996,13.949 18.631,14.758 18.475,18.83 19.792,17.991 19.996,13.949 "/> <polygon fill="%23676767" points="24.18,16.027 22.821,16.835 22.084,29.615 23.282,28.71 "/> <polyline fill="%23676767" points="5.652,9.325 3.059,10.671 6.948,17.439 9.49,15.187 5.652,9.325 "/> <polygon fill="%23CCCCCC" points="3.956,6.936 6.158,8.325 8.874,6.936 6.658,5.603 "/> <polygon fill="%23999999" points="3.059,10.671 6.158,8.325 3.956,6.936 1.069,9.325 4.876,15.956 6.948,17.439 "/> <path fill="%23333333" d="M5.652,9.325l3.222-2.389l-2.716,1.39l-3.099,2.346L5.652,9.325z"/> <polygon fill="%23FFFFFF" points="17.871,24.752 22.153,21.949 19.196,16.802 18.072,14.886 19.872,13.879 22.893,12.137 26.598,14.361 31.939,23.624 28.005,26.358 22.711,28.221 "/> <polyline fill="%23676767" points="29.951,23.179 25.492,15.447 22.747,17.097 27.315,25.011 29.951,23.179 "/> <polyline fill="%23CCCCCC" points="24.593,23.179 24.283,22.645 23.066,23.144 20.524,24.808 24.593,23.179 "/> <polyline fill="%23CCCCCC" points="20.141,15.447 22.747,17.097 25.492,15.447 22.877,13.877 20.604,15.187 20.141,15.447 "/> <polyline fill="%23999999" points="22.747,17.097 20.141,15.447 20.497,16.054 24.283,22.645 24.593,23.179 20.524,24.808 22.95,26.547 27.315,25.011 22.747,17.097 "/> </svg> ');
}
.grey.icon-pdf-page-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="0.098,24.894 10.377,31.841 20.587,24.893 10.343,10.534 "/> <path fill="%23CCCCCC" d="M2.867,24.47l7.511,5.633V14.026L2.867,24.47z"/> <path fill="%23676767" d="M10.377,30.104l7.452-5.633l-7.452-10.445V30.104z"/> </svg>');
}
.grey.icon-pdf-page-item-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M5.847,22.459l10.193,7.645V8.285L5.847,22.459z"/> <path fill="%23676767" d="M16.04,30.104l10.113-7.645L16.04,8.285V30.104z"/> </svg>');
}
.grey.icon-pdf-page-item-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%23CCCCCC" points="19.179,29.811 19.249,28.615 10.006,22.597 9.019,23.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%23676767" points="22.17,18.026 20.811,18.835 20.074,31.614 21.272,30.71 "/> <polygon fill="%23CCCCCC" points="8.398,5.003 6.99,5.566 15.436,9.541 16.826,8.824 "/> <path fill="%23999999" d="M8.087,7.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L8.087,7.183 M6.99,5.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L6.99,5.566L6.99,5.566z"/> <polygon fill="%23676767" points="9.389,7.792 8.095,7.195 9.019,23.012 10.006,22.597 "/> <polygon fill="%23999999" points="16.826,8.824 15.436,9.541 20.811,18.835 22.17,18.026 "/> <polyline fill="%23CCCCCC" points="20.821,18.835 15.446,9.542 11.155,18.245 20.821,18.835 "/> </svg>');
}
.grey.icon-pdf-page-item-date{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <circle fill="%23FFFFFF" cx="8.711" cy="23.284" r="8.429"/> <path fill="%23999999" d="M8.704,16.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S12.26,16.854,8.704,16.854z"/> <polygon fill="%23FFFFFF" points="12.793,27.177 7.52,23.985 7.52,18.029 9.52,18.029 9.52,22.858 13.828,25.467 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> </svg> ');
}
.grey.icon-pdf-page-item-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <path fill="%23FFFFFF" d="M4.338,23.567c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.451,23.983,5.449,23.567,4.338,23.567L4.338,23.567z"/> <path fill="%23FFFFFF" d="M12.825,13.353c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.213,14.249,15.087,13.353,12.825,13.353L12.825,13.353z"/> <path fill="%23999999" d="M18.24,22.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.303,19.78,18.243,21.384,18.24,22.867z M14.744,22.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,26.99,14.744,24.333,14.744,22.867z"/> <path fill="%23999999" d="M6.438,27.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.438,27.365,6.438,27.945z"/> </svg> ');
}
.grey.icon-pdf-page-item-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.169,27.812 24.239,26.615 14.996,20.597 14.01,21.012 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polygon fill="%23676767" points="27.16,16.026 25.801,16.835 25.064,29.614 26.262,28.71 "/> <polygon fill="%23CCCCCC" points="13.388,3.004 11.981,3.567 20.426,7.541 21.816,6.824 "/> <path fill="%23999999" d="M13.078,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.078,5.183 M11.981,3.567l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.981,3.567L11.981,3.567z"/> <polygon fill="%23676767" points="14.379,5.793 13.085,5.195 14.01,21.012 14.996,20.597 "/> <polygon fill="%23999999" points="21.816,6.824 20.426,7.541 25.801,16.835 27.16,16.026 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%23676767" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%23676767" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%23CCCCCC" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%23CCCCCC" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%23999999" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg> ');
}
.orange.icon-pdf-source-pdf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.711 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.926 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.926 "/> <polyline fill="%23990000" points="22.996,13.95 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.95 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.926 21.631,14.758 22.996,13.95 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.246 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="8.268,13.053 7.467,13.403 1.077,16.196 0,16.667 0.156,18.874 0.695,25.118 0.794,25.964 1.474,26.479 7.06,30.711 8.268,31.626 9.476,30.711 15.062,26.479 15.741,25.964 15.84,25.118 16.645,18.262 16.817,16.79 15.459,16.196 9.069,13.403 8.268,13.053 "/> <path fill="%23a56600" d="M8.268,29.117l5.586-4.232l0.804-6.856l-6.39,3.64V29.117z"/> <path fill="%23d88500" d="M2.682,24.885l5.586,4.232v-7.448l-6.39-3.64L2.682,24.885z"/> <path fill="%23ffbc00" d="M14.658,18.029l-6.39-2.793l-6.39,2.793l6.39,3.64L14.658,18.029z"/> </svg>');
}
.orange.icon-pdf-source-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.436,7.542 11.991,3.567 13.05,21.567 25.074,29.615 25.811,16.835 20.436,7.542 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.542 25.811,16.835 27.17,16.027 "/> <polygon fill="%23CCCCCC" points="13.398,3.004 11.991,3.567 20.436,7.542 21.826,6.824 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%23676767" points="27.17,16.027 25.811,16.835 25.074,29.615 26.272,28.711 "/> <polygon fill="%23a56600" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%23a56600" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%23ffbc00" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%23ffbc00" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%23d88500" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg>');
}
.orange.icon-pdf-source-font{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23FFFFFF" points="3.482,28.765 3.233,21.762 0.267,20.057 0.156,14.067 4.924,12 16.861,17.688 16.371,23.638 12.657,26.018 12.562,28.764 8.024,31.868 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.71 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polyline fill="%23a56600" points="8.024,22.206 8.024,22.326 8.024,29.445 10.597,27.684 10.734,23.762 8.024,22.206 "/> <polygon fill="%23a56600" points="14.755,18.9 11.82,20.611 11.65,24.288 14.459,22.488 "/> <path fill="%23d88500" d="M11.65,24.288l0.171-3.677l-9.874-5.14l0.24,3.383l3.006,1.727l0.252,7.102l2.579,1.761v-7.119L8.02,22.202 l0.004,0.004l2.711,1.557L11.65,24.288z"/> <path fill="%23ffbc00" d="M11.82,20.611l2.934-1.711l-9.87-4.704l-2.938,1.275L11.82,20.611z"/> </svg>');
}
.orange.icon-pdf-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.737,16.986 0.157,10.75 0.206,8.092 3.135,5.668 6.729,3.896 11.568,6.805 7.682,9.687 11.455,15.449 7.047,19.355 "/> <polyline fill="%23999999" points="17.446,7.542 9,3.567 10.06,21.567 22.084,29.615 22.821,16.835 17.446,7.542 "/> <polygon fill="%23999999" points="18.836,6.824 17.446,7.542 22.821,16.835 24.18,16.027 "/> <polygon fill="%23CCCCCC" points="10.408,3.004 9,3.567 17.446,7.542 18.836,6.824 "/> <polyline fill="%23CC0000" points="7.84,8.925 8.05,12.752 18.475,18.83 18.631,14.758 7.84,8.925 "/> <polyline fill="%23FF0000" points="9.2,8.285 7.84,8.925 18.631,14.758 19.996,13.949 9.2,8.285 "/> <polyline fill="%23CCCCCC" points="22.821,16.835 17.446,7.542 13.155,16.245 22.821,16.835 "/> <polyline fill="%23990000" points="19.996,13.949 18.631,14.758 18.475,18.83 19.792,17.991 19.996,13.949 "/> <polygon fill="%23676767" points="24.18,16.027 22.821,16.835 22.084,29.615 23.282,28.71 "/> <polyline fill="%23a56600" points="5.652,9.325 3.059,10.671 6.948,17.439 9.49,15.187 5.652,9.325 "/> <polygon fill="%23ffbc00" points="3.956,6.936 6.158,8.325 8.874,6.936 6.658,5.603 "/> <polygon fill="%23d88500" points="3.059,10.671 6.158,8.325 3.956,6.936 1.069,9.325 4.876,15.956 6.948,17.439 "/> <path fill="%23333333" d="M5.652,9.325l3.222-2.389l-2.716,1.39l-3.099,2.346L5.652,9.325z"/> <polygon fill="%23FFFFFF" points="17.871,24.752 22.153,21.949 19.196,16.802 18.072,14.886 19.872,13.879 22.893,12.137 26.598,14.361 31.939,23.624 28.005,26.358 22.711,28.221 "/> <polyline fill="%23a56600" points="29.951,23.179 25.492,15.447 22.747,17.097 27.315,25.011 29.951,23.179 "/> <polyline fill="%23ffbc00" points="24.593,23.179 24.283,22.645 23.066,23.144 20.524,24.808 24.593,23.179 "/> <polyline fill="%23ffbc00" points="20.141,15.447 22.747,17.097 25.492,15.447 22.877,13.877 20.604,15.187 20.141,15.447 "/> <polyline fill="%23d88500" points="22.747,17.097 20.141,15.447 20.497,16.054 24.283,22.645 24.593,23.179 20.524,24.808 22.95,26.547 27.315,25.011 22.747,17.097 "/> </svg> ');
}
.orange.icon-pdf-page-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="0.098,24.894 10.377,31.841 20.587,24.893 10.343,10.534 "/> <path fill="%23ffbc00" d="M2.867,24.47l7.511,5.633V14.026L2.867,24.47z"/> <path fill="%23a56600" d="M10.377,30.104l7.452-5.633l-7.452-10.445V30.104z"/> </svg>');
}
.orange.icon-pdf-page-item-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ffbc00" d="M5.847,22.459l10.193,7.645V8.285L5.847,22.459z"/> <path fill="%23a56600" d="M16.04,30.104l10.113-7.645L16.04,8.285V30.104z"/> </svg>');
}
.orange.icon-pdf-page-item-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%23ffbc00" points="19.179,29.811 19.249,28.615 10.006,22.597 9.019,23.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%23a56600" points="22.17,18.026 20.811,18.835 20.074,31.614 21.272,30.71 "/> <polygon fill="%23ffbc00" points="8.398,5.003 6.99,5.566 15.436,9.541 16.826,8.824 "/> <path fill="%23d88500" d="M8.087,7.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L8.087,7.183 M6.99,5.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L6.99,5.566L6.99,5.566z"/> <polygon fill="%23a56600" points="9.389,7.792 8.095,7.195 9.019,23.012 10.006,22.597 "/> <polygon fill="%23d88500" points="16.826,8.824 15.436,9.541 20.811,18.835 22.17,18.026 "/> <polyline fill="%23ffbc00" points="20.821,18.835 15.446,9.542 11.155,18.245 20.821,18.835 "/> </svg>');
}
.orange.icon-pdf-page-item-date{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <circle fill="%23FFFFFF" cx="8.711" cy="23.284" r="8.429"/> <path fill="%23d88500" d="M8.704,16.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S12.26,16.854,8.704,16.854z"/> <polygon fill="%23FFFFFF" points="12.793,27.177 7.52,23.985 7.52,18.029 9.52,18.029 9.52,22.858 13.828,25.467 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> </svg> ');
}
.orange.icon-pdf-page-item-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <path fill="%23FFFFFF" d="M4.338,23.567c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.451,23.983,5.449,23.567,4.338,23.567L4.338,23.567z"/> <path fill="%23FFFFFF" d="M12.825,13.353c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.213,14.249,15.087,13.353,12.825,13.353L12.825,13.353z"/> <path fill="%23d88500" d="M18.24,22.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.303,19.78,18.243,21.384,18.24,22.867z M14.744,22.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,26.99,14.744,24.333,14.744,22.867z"/> <path fill="%23d88500" d="M6.438,27.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.438,27.365,6.438,27.945z"/> </svg> ');
}
.orange.icon-pdf-page-item-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.169,27.812 24.239,26.615 14.996,20.597 14.01,21.012 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polygon fill="%23676767" points="27.16,16.026 25.801,16.835 25.064,29.614 26.262,28.71 "/> <polygon fill="%23CCCCCC" points="13.388,3.004 11.981,3.567 20.426,7.541 21.816,6.824 "/> <path fill="%23999999" d="M13.078,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.078,5.183 M11.981,3.567l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.981,3.567L11.981,3.567z"/> <polygon fill="%23676767" points="14.379,5.793 13.085,5.195 14.01,21.012 14.996,20.597 "/> <polygon fill="%23999999" points="21.816,6.824 20.426,7.541 25.801,16.835 27.16,16.026 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%23a56600" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%23a56600" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%23ffbc00" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%23ffbc00" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%23d88500" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg> ');
}
.red.icon-pdf-source-pdf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.711 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.926 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.926 "/> <polyline fill="%23990000" points="22.996,13.95 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.95 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.926 21.631,14.758 22.996,13.95 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.246 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="8.268,13.053 7.467,13.403 1.077,16.196 0,16.667 0.156,18.874 0.695,25.118 0.794,25.964 1.474,26.479 7.06,30.711 8.268,31.626 9.476,30.711 15.062,26.479 15.741,25.964 15.84,25.118 16.645,18.262 16.817,16.79 15.459,16.196 9.069,13.403 8.268,13.053 "/> <path fill="%23990000" d="M8.268,29.117l5.586-4.232l0.804-6.856l-6.39,3.64V29.117z"/> <path fill="%23CC0000" d="M2.682,24.885l5.586,4.232v-7.448l-6.39-3.64L2.682,24.885z"/> <path fill="%23FF0000" d="M14.658,18.029l-6.39-2.793l-6.39,2.793l6.39,3.64L14.658,18.029z"/> </svg>');
}
.red.icon-pdf-source-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.436,7.542 11.991,3.567 13.05,21.567 25.074,29.615 25.811,16.835 20.436,7.542 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.542 25.811,16.835 27.17,16.027 "/> <polygon fill="%23CCCCCC" points="13.398,3.004 11.991,3.567 20.436,7.542 21.826,6.824 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%23676767" points="27.17,16.027 25.811,16.835 25.074,29.615 26.272,28.711 "/> <polygon fill="%23990000" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%23990000" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%23FF0000" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%23FF0000" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%23CC0000" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg>');
}
.red.icon-pdf-source-font{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.446,7.542 12,3.567 13.06,21.567 25.084,29.615 25.821,16.835 20.446,7.542 "/> <polygon fill="%23FFFFFF" points="3.482,28.765 3.233,21.762 0.267,20.057 0.156,14.067 4.924,12 16.861,17.688 16.371,23.638 12.657,26.018 12.562,28.764 8.024,31.868 "/> <polygon fill="%23999999" points="21.836,6.824 20.446,7.542 25.821,16.835 27.18,16.027 "/> <polygon fill="%23676767" points="27.18,16.027 25.821,16.835 25.084,29.615 26.282,28.71 "/> <polygon fill="%23CCCCCC" points="13.408,3.004 12,3.567 20.446,7.542 21.836,6.824 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polyline fill="%23990000" points="8.024,22.206 8.024,22.326 8.024,29.445 10.597,27.684 10.734,23.762 8.024,22.206 "/> <polygon fill="%23990000" points="14.755,18.9 11.82,20.611 11.65,24.288 14.459,22.488 "/> <path fill="%23CC0000" d="M11.65,24.288l0.171-3.677l-9.874-5.14l0.24,3.383l3.006,1.727l0.252,7.102l2.579,1.761v-7.119L8.02,22.202 l0.004,0.004l2.711,1.557L11.65,24.288z"/> <path fill="%23FF0000" d="M11.82,20.611l2.934-1.711l-9.87-4.704l-2.938,1.275L11.82,20.611z"/> </svg>');
}
.red.icon-pdf-page{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.737,16.986 0.157,10.75 0.206,8.092 3.135,5.668 6.729,3.896 11.568,6.805 7.682,9.687 11.455,15.449 7.047,19.355 "/> <polyline fill="%23999999" points="17.446,7.542 9,3.567 10.06,21.567 22.084,29.615 22.821,16.835 17.446,7.542 "/> <polygon fill="%23999999" points="18.836,6.824 17.446,7.542 22.821,16.835 24.18,16.027 "/> <polygon fill="%23CCCCCC" points="10.408,3.004 9,3.567 17.446,7.542 18.836,6.824 "/> <polyline fill="%23CC0000" points="7.84,8.925 8.05,12.752 18.475,18.83 18.631,14.758 7.84,8.925 "/> <polyline fill="%23FF0000" points="9.2,8.285 7.84,8.925 18.631,14.758 19.996,13.949 9.2,8.285 "/> <polyline fill="%23CCCCCC" points="22.821,16.835 17.446,7.542 13.155,16.245 22.821,16.835 "/> <polyline fill="%23990000" points="19.996,13.949 18.631,14.758 18.475,18.83 19.792,17.991 19.996,13.949 "/> <polygon fill="%23676767" points="24.18,16.027 22.821,16.835 22.084,29.615 23.282,28.71 "/> <polyline fill="%23990000" points="5.652,9.325 3.059,10.671 6.948,17.439 9.49,15.187 5.652,9.325 "/> <polygon fill="%23FF0000" points="3.956,6.936 6.158,8.325 8.874,6.936 6.658,5.603 "/> <polygon fill="%23CC0000" points="3.059,10.671 6.158,8.325 3.956,6.936 1.069,9.325 4.876,15.956 6.948,17.439 "/> <path fill="%23333333" d="M5.652,9.325l3.222-2.389l-2.716,1.39l-3.099,2.346L5.652,9.325z"/> <polygon fill="%23FFFFFF" points="17.871,24.752 22.153,21.949 19.196,16.802 18.072,14.886 19.872,13.879 22.893,12.137 26.598,14.361 31.939,23.624 28.005,26.358 22.711,28.221 "/> <polyline fill="%23990000" points="29.951,23.179 25.492,15.447 22.747,17.097 27.315,25.011 29.951,23.179 "/> <polyline fill="%23FF0000" points="24.593,23.179 24.283,22.645 23.066,23.144 20.524,24.808 24.593,23.179 "/> <polyline fill="%23FF0000" points="20.141,15.447 22.747,17.097 25.492,15.447 22.877,13.877 20.604,15.187 20.141,15.447 "/> <polyline fill="%23CC0000" points="22.747,17.097 20.141,15.447 20.497,16.054 24.283,22.645 24.593,23.179 20.524,24.808 22.95,26.547 27.315,25.011 22.747,17.097 "/> </svg> ');
}
.red.icon-pdf-page-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="26.5,9.467 24.794,10.47 23.664,29.718 25.16,28.588 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%23FFFFFF" points="0.098,24.894 10.377,31.841 20.587,24.893 10.343,10.534 "/> <path fill="%23FF0000" d="M2.867,24.47l7.511,5.633V14.026L2.867,24.47z"/> <path fill="%23990000" d="M10.377,30.104l7.452-5.633l-7.452-10.445V30.104z"/> </svg>');
}
.red.icon-pdf-page-item-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF0000" d="M5.847,22.459l10.193,7.645V8.285L5.847,22.459z"/> <path fill="%23990000" d="M16.04,30.104l10.113-7.645L16.04,8.285V30.104z"/> </svg>');
}
.red.icon-pdf-page-item-template{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%23FF0000" points="19.179,29.811 19.249,28.615 10.006,22.597 9.019,23.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%23990000" points="22.17,18.026 20.811,18.835 20.074,31.614 21.272,30.71 "/> <polygon fill="%23FF0000" points="8.398,5.003 6.99,5.566 15.436,9.541 16.826,8.824 "/> <path fill="%23CC0000" d="M8.087,7.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L8.087,7.183 M6.99,5.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L6.99,5.566L6.99,5.566z"/> <polygon fill="%23990000" points="9.389,7.792 8.095,7.195 9.019,23.012 10.006,22.597 "/> <polygon fill="%23CC0000" points="16.826,8.824 15.436,9.541 20.811,18.835 22.17,18.026 "/> <polyline fill="%23FF0000" points="20.821,18.835 15.446,9.542 11.155,18.245 20.821,18.835 "/> </svg>');
}
.red.icon-pdf-page-item-date{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <circle fill="%23FFFFFF" cx="8.711" cy="23.284" r="8.429"/> <path fill="%23CC0000" d="M8.704,16.854c-3.549,0-6.423,2.88-6.423,6.429s2.874,6.429,6.423,6.429c3.555,0,6.436-2.88,6.436-6.429 S12.26,16.854,8.704,16.854z"/> <polygon fill="%23FFFFFF" points="12.793,27.177 7.52,23.985 7.52,18.029 9.52,18.029 9.52,22.858 13.828,25.467 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> </svg> ');
}
.red.icon-pdf-page-item-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23FF0000" points="12.2,8.285 10.84,8.925 21.631,14.758 22.996,13.949 12.2,8.285 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <path fill="%23FFFFFF" d="M4.338,23.567c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.451,23.983,5.449,23.567,4.338,23.567L4.338,23.567z"/> <path fill="%23FFFFFF" d="M12.825,13.353c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.213,14.249,15.087,13.353,12.825,13.353L12.825,13.353z"/> <path fill="%23CC0000" d="M18.24,22.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.303,19.78,18.243,21.384,18.24,22.867z M14.744,22.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,26.99,14.744,24.333,14.744,22.867z"/> <path fill="%23CC0000" d="M6.438,27.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.438,27.365,6.438,27.945z"/> </svg> ');
}
.red.icon-pdf-page-item-image{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.169,27.812 24.239,26.615 14.996,20.597 14.01,21.012 "/> <polyline fill="%23990000" points="22.986,13.95 21.621,14.758 21.465,18.83 22.783,17.991 22.986,13.95 "/> <polygon fill="%23676767" points="27.16,16.026 25.801,16.835 25.064,29.614 26.262,28.71 "/> <polygon fill="%23CCCCCC" points="13.388,3.004 11.981,3.567 20.426,7.541 21.816,6.824 "/> <path fill="%23999999" d="M13.078,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.078,5.183 M11.981,3.567l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.981,3.567L11.981,3.567z"/> <polygon fill="%23676767" points="14.379,5.793 13.085,5.195 14.01,21.012 14.996,20.597 "/> <polygon fill="%23999999" points="21.816,6.824 20.426,7.541 25.801,16.835 27.16,16.026 "/> <polyline fill="%23CC0000" points="10.83,8.926 11.04,12.752 21.465,18.83 21.621,14.758 10.83,8.926 "/> <polyline fill="%23FF0000" points="12.19,8.285 10.83,8.926 21.621,14.758 22.986,13.95 12.19,8.285 "/> <polyline fill="%23CCCCCC" points="25.811,16.835 20.436,7.542 16.145,16.246 25.811,16.835 "/> <path fill="%23FFFFFF" d="M2.64,24.587L1.84,12.65l2.633-1.264l11.753,5.591L15.14,30.25l-2.279,1.376L2.64,24.587z M10.02,23.043 l0.113-2.541l-2.301-1.205l0.09,2.414L10.02,23.043z"/> <polygon fill="%23990000" points="14.48,17.999 13.506,18.571 12.861,29.557 13.715,28.913 "/> <polyline fill="%23990000" points="5.564,15.702 4.561,15.177 4.967,23.409 5.103,23.328 5.108,23.332 5.833,22.909 5.564,15.702 "/> <polyline fill="%23FF0000" points="5.833,22.909 5.108,23.332 4.967,23.413 11.935,27.952 11.986,26.816 5.833,22.909 "/> <polygon fill="%23FF0000" points="13.506,18.571 14.48,17.999 4.621,13.166 3.643,13.589 "/> <path fill="%23CC0000" d="M3.643,13.589l0.606,10.235l8.612,5.734l0.645-10.986L3.643,13.589z M11.935,27.952l-6.968-4.539 l-0.406-8.236l7.762,4.065L11.935,27.952z"/> </svg> ');
}


.blue.icon-soa{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%230099FF"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.blue.icon-soa.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.2459" cy="15.3861" r="5.8597" fx="11.8158" fy="13.7779" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.882" cy="15.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="17.9798" cy="14.2733" r="13.4445" fx="26.1707" fy="10.5835" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="17.144" cy="13.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="21.473" cy="22.9233" r="8.6145" fx="26.7213" fy="20.559" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="20.937" cy="22.549" r="5.935"/> </svg> ');
}
.blue.icon-soa-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.blue.icon-soa-server-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1745.8325" cy="-1433.0897" r="5.8597" fx="1749.4025" fy="-1434.6979" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.3782 233.8359)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <polyline fill="%230099FF" points="8.97,17.794 14.276,21.602 24.986,14.479 23.812,13.836 19.901,11.515 8.97,17.794 "/> <polyline fill="%230099FF" points="25.783,4.912 19.901,2.359 8.038,7.856 13.915,11.288 25.783,4.912 "/> <polygon fill="%230099FF" points="25.366,9.883 19.901,7.248 9.911,12.313 9.906,12.313 8.527,13.038 14.106,16.687 "/> <polyline fill="%230044B2" points="14.276,21.602 14.384,24.592 24.749,17.315 24.986,14.479 14.276,21.602 "/> <polyline fill="%230044B2" points="25.5,8.35 25.783,4.912 13.915,11.288 14.044,15.03 25.5,8.35 "/> <polygon fill="%230044B2" points="14.106,16.687 14.224,20.022 25.109,12.997 25.366,9.883 "/> <polyline fill="%23003399" points="8.97,17.794 9.237,20.707 14.384,24.592 14.276,21.602 8.97,17.794 "/> <polyline fill="%23003399" points="8.038,7.856 8.373,11.443 14.044,15.03 13.915,11.288 8.038,7.856 "/> <polygon fill="%23003399" points="14.224,20.022 14.106,16.687 8.527,13.038 8.825,16.265 10.086,17.14 10.086,17.145 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="456.6467" y1="571.0664" x2="463.6522" y2="571.015" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.8223 -697.0154)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </svg> ');
}
.blue.icon-soa-server-service{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="15.0626" cy="14.2438" r="10.684" fx="21.5716" fy="11.3116" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M19.312,18.175c1.762-1.762,2.659-4.057,2.704-6.366c-0.385-1.013-0.979-1.964-1.794-2.78 c-3.088-3.087-8.093-3.087-11.181,0c-3.027,3.027-3.079,7.893-0.17,10.992C12.296,21.608,16.488,20.999,19.312,18.175z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%230099FF"/> <stop offset="0.6834" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_4_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.blue.icon-soa-client{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.blue.icon-soa-client-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%230044B2" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%230099FF"/> <stop offset="0.8492" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%23003399" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.blue.icon-soa-client-call{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%230099FF"/> <stop offset="0.6834" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.blue.icon-soa-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23003399" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23003399" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%230099FF" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%230099FF" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%230044B2" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.blue.icon-soa-schema-interface{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23999999" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23999999" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23CCCCCC" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%230099FF" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23676767" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> <polygon fill="%230044B2" points="10.357,11.176 10.724,17.435 25.478,9.335 25.832,3.358 "/> </g> </svg> ');
}
.blue.icon-soa-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polyline fill="%230044B2" points="26.904,22.442 22.445,14.71 19.7,16.36 24.269,24.274 26.904,22.442 "/> <polyline fill="%230044B2" points="10.209,11.678 7.617,13.024 11.506,19.792 12.179,19.395 12.186,19.359 12.469,15.6 10.209,11.678 "/> <polygon fill="%230044B2" points="18.094,10.128 15.321,11.625 14.155,23.297 16.645,21.725 17.45,15.317 17.094,14.71 17.557,14.45 "/> <polyline fill="%230099FF" points="21.546,22.442 21.236,21.908 20.02,22.407 17.478,24.071 21.546,22.442 "/> <polyline fill="%230099FF" points="17.094,14.71 19.7,16.36 22.445,14.71 19.83,13.14 17.557,14.45 17.094,14.71 "/> <polygon fill="%230099FF" points="8.514,9.288 10.716,10.678 13.432,9.288 11.216,7.956 "/> <polygon fill="%230099FF" points="18.094,10.128 15.638,8.693 12.873,10.128 15.321,11.625 "/> <polyline fill="%23003399" points="19.7,16.36 17.094,14.71 17.45,15.317 21.236,21.908 21.546,22.442 17.478,24.071 19.903,25.81 24.269,24.274 19.7,16.36 "/> <polyline fill="%23003399" points="12.186,19.359 12.005,21.725 14.155,23.297 15.321,11.625 12.873,10.128 12.469,15.6 12.186,19.359 "/> <polygon fill="%23003399" points="7.617,13.024 10.716,10.678 8.514,9.288 5.627,11.678 9.434,18.309 11.506,19.792 "/> <path fill="%23333333" d="M10.209,11.678l3.222-2.389l-2.716,1.39l-3.099,2.346L10.209,11.678z"/> </svg> ');
}
.blue.icon-soa-rest{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polygon fill="%23676767" points="23.682,19.692 23.622,21.255 24.256,20.685 24.374,19.207 "/> <polygon fill="%23333333" points="23.622,21.255 22.845,20.738 22.845,20.231 23.682,19.692 "/> <polygon fill="%230099FF" points="18.51,15.927 14.933,13.896 7.768,17.856 15.561,23.249 15.448,17.807 "/> <polyline fill="%230044B2" points="14.933,13.782 14.941,13.425 14.948,8.835 7.302,12.559 7.671,17.791 7.768,17.856 14.933,13.896 14.933,13.782 "/> <polygon fill="%23676767" points="16.335,18.375 16.41,23.558 16.417,23.745 16.41,23.745 16.432,24.89 24.371,19.257 24.762,13.132 "/> <polyline fill="%23003399" points="14.948,8.827 14.948,8.835 14.941,13.425 14.941,13.774 14.933,13.782 14.933,13.896 18.51,15.927 23.124,13.116 18.901,10.898 18.893,10.898 14.948,8.827 "/> <polygon fill="%23003399" points="7.302,12.559 6.551,12.072 7.017,18.286 15.591,24.297 16.432,24.89 16.41,23.745 16.41,23.558 16.335,18.375 15.448,17.807 15.561,23.249 7.768,17.856 7.671,17.791 "/> <polyline fill="%230099FF" points="14.948,8.039 6.551,12.072 7.302,12.559 14.948,8.835 14.948,8.827 23.124,13.116 18.51,15.927 15.448,17.807 16.335,18.375 24.747,13.124 14.948,8.039 "/> <polygon fill="%23999999" points="7.708,18.771 7.768,20.334 7.135,19.765 7.017,18.286 "/> <polygon fill="%23999999" points="16.436,24.899 16.453,26.462 15.562,25.673 15.531,24.211 "/> <polygon fill="%23676767" points="16.432,24.89 16.453,26.462 17.367,25.673 17.397,24.211 "/> <polygon fill="%23676767" points="7.768,20.334 8.546,19.817 8.546,19.31 7.708,18.771 "/> <polygon fill="%230099FF" points="21.447,10.953 21.506,14.102 23.124,13.116 23.124,10.027 14.933,5.723 13.233,6.575 "/> <polygon fill="%23003399" points="13.414,14.735 13.233,6.575 21.447,10.953 21.506,14.102 17.033,16.833 "/> <polygon fill="%230044B2" points="23.124,10.027 21.447,10.953 21.506,14.102 23.124,13.116 "/> </svg>');
}
.blue.icon-soa-mqtt{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%230044B2" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%23003399" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg>');
}
.blue.icon-soa-mqtt.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%230044B2" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%23003399" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%230099FF" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.blue.icon-soa-mqtt-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%230044B2" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23003399" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.blue.icon-soa-mqtt-topic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%230044B2" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%230044B2" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%230044B2" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%230044B2" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%230099FF" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%230099FF" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%230099FF" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%230099FF" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%230044B2" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%23003399" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%230099FF" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%230044B2" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%23003399" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.blue.icon-soa-websocket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%230044B2" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%23003399" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%230099FF" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%23003399" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%230099FF" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.blue.icon-soa-websocket-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%230044B2" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23003399" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%23003399"/> </linearGradient> <path fill="%230099FF" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.lightBlue.icon-soa{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%2333CCFF"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.lightBlue.icon-soa.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.2459" cy="15.3861" r="5.8597" fx="11.8158" fy="13.7779" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.882" cy="15.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="17.9798" cy="14.2733" r="13.4445" fx="26.1707" fy="10.5835" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="17.144" cy="13.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="21.473" cy="22.9233" r="8.6145" fx="26.7213" fy="20.559" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="20.937" cy="22.549" r="5.935"/> </svg> ');
}
.lightBlue.icon-soa-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.lightBlue.icon-soa-server-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1745.8325" cy="-1433.0897" r="5.8597" fx="1749.4025" fy="-1434.6979" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.3782 233.8359)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <polyline fill="%2333CCFF" points="8.97,17.794 14.276,21.602 24.986,14.479 23.812,13.836 19.901,11.515 8.97,17.794 "/> <polyline fill="%2333CCFF" points="25.783,4.912 19.901,2.359 8.038,7.856 13.915,11.288 25.783,4.912 "/> <polygon fill="%2333CCFF" points="25.366,9.883 19.901,7.248 9.911,12.313 9.906,12.313 8.527,13.038 14.106,16.687 "/> <polyline fill="%232189a5" points="14.276,21.602 14.384,24.592 24.749,17.315 24.986,14.479 14.276,21.602 "/> <polyline fill="%232189a5" points="25.5,8.35 25.783,4.912 13.915,11.288 14.044,15.03 25.5,8.35 "/> <polygon fill="%232189a5" points="14.106,16.687 14.224,20.022 25.109,12.997 25.366,9.883 "/> <polyline fill="%23269FBF" points="8.97,17.794 9.237,20.707 14.384,24.592 14.276,21.602 8.97,17.794 "/> <polyline fill="%23269FBF" points="8.038,7.856 8.373,11.443 14.044,15.03 13.915,11.288 8.038,7.856 "/> <polygon fill="%23269FBF" points="14.224,20.022 14.106,16.687 8.527,13.038 8.825,16.265 10.086,17.14 10.086,17.145 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="456.6467" y1="571.0664" x2="463.6522" y2="571.015" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.8223 -697.0154)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </svg> ');
}
.lightBlue.icon-soa-server-service{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="15.0626" cy="14.2438" r="10.684" fx="21.5716" fy="11.3116" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M19.312,18.175c1.762-1.762,2.659-4.057,2.704-6.366c-0.385-1.013-0.979-1.964-1.794-2.78 c-3.088-3.087-8.093-3.087-11.181,0c-3.027,3.027-3.079,7.893-0.17,10.992C12.296,21.608,16.488,20.999,19.312,18.175z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%2333CCFF"/> <stop offset="0.6834" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_4_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.lightBlue.icon-soa-client{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.lightBlue.icon-soa-client-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%232189a5" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%2333CCFF"/> <stop offset="0.8492" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%23269FBF" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.lightBlue.icon-soa-client-call{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%2333CCFF"/> <stop offset="0.6834" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.lightBlue.icon-soa-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23269FBF" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23269FBF" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%2333CCFF" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%2333CCFF" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%232189a5" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.lightBlue.icon-soa-schema-interface{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23999999" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23999999" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23CCCCCC" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%2333CCFF" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23676767" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> <polygon fill="%232189a5" points="10.357,11.176 10.724,17.435 25.478,9.335 25.832,3.358 "/> </g> </svg> ');
}
.lightBlue.icon-soa-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polyline fill="%232189a5" points="26.904,22.442 22.445,14.71 19.7,16.36 24.269,24.274 26.904,22.442 "/> <polyline fill="%232189a5" points="10.209,11.678 7.617,13.024 11.506,19.792 12.179,19.395 12.186,19.359 12.469,15.6 10.209,11.678 "/> <polygon fill="%232189a5" points="18.094,10.128 15.321,11.625 14.155,23.297 16.645,21.725 17.45,15.317 17.094,14.71 17.557,14.45 "/> <polyline fill="%2333CCFF" points="21.546,22.442 21.236,21.908 20.02,22.407 17.478,24.071 21.546,22.442 "/> <polyline fill="%2333CCFF" points="17.094,14.71 19.7,16.36 22.445,14.71 19.83,13.14 17.557,14.45 17.094,14.71 "/> <polygon fill="%2333CCFF" points="8.514,9.288 10.716,10.678 13.432,9.288 11.216,7.956 "/> <polygon fill="%2333CCFF" points="18.094,10.128 15.638,8.693 12.873,10.128 15.321,11.625 "/> <polyline fill="%23269FBF" points="19.7,16.36 17.094,14.71 17.45,15.317 21.236,21.908 21.546,22.442 17.478,24.071 19.903,25.81 24.269,24.274 19.7,16.36 "/> <polyline fill="%23269FBF" points="12.186,19.359 12.005,21.725 14.155,23.297 15.321,11.625 12.873,10.128 12.469,15.6 12.186,19.359 "/> <polygon fill="%23269FBF" points="7.617,13.024 10.716,10.678 8.514,9.288 5.627,11.678 9.434,18.309 11.506,19.792 "/> <path fill="%23333333" d="M10.209,11.678l3.222-2.389l-2.716,1.39l-3.099,2.346L10.209,11.678z"/> </svg> ');
}
.lightBlue.icon-soa-rest{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polygon fill="%23676767" points="23.682,19.692 23.622,21.255 24.256,20.685 24.374,19.207 "/> <polygon fill="%23333333" points="23.622,21.255 22.845,20.738 22.845,20.231 23.682,19.692 "/> <polygon fill="%2333CCFF" points="18.51,15.927 14.933,13.896 7.768,17.856 15.561,23.249 15.448,17.807 "/> <polyline fill="%232189a5" points="14.933,13.782 14.941,13.425 14.948,8.835 7.302,12.559 7.671,17.791 7.768,17.856 14.933,13.896 14.933,13.782 "/> <polygon fill="%23676767" points="16.335,18.375 16.41,23.558 16.417,23.745 16.41,23.745 16.432,24.89 24.371,19.257 24.762,13.132 "/> <polyline fill="%23269FBF" points="14.948,8.827 14.948,8.835 14.941,13.425 14.941,13.774 14.933,13.782 14.933,13.896 18.51,15.927 23.124,13.116 18.901,10.898 18.893,10.898 14.948,8.827 "/> <polygon fill="%23269FBF" points="7.302,12.559 6.551,12.072 7.017,18.286 15.591,24.297 16.432,24.89 16.41,23.745 16.41,23.558 16.335,18.375 15.448,17.807 15.561,23.249 7.768,17.856 7.671,17.791 "/> <polyline fill="%2333CCFF" points="14.948,8.039 6.551,12.072 7.302,12.559 14.948,8.835 14.948,8.827 23.124,13.116 18.51,15.927 15.448,17.807 16.335,18.375 24.747,13.124 14.948,8.039 "/> <polygon fill="%23999999" points="7.708,18.771 7.768,20.334 7.135,19.765 7.017,18.286 "/> <polygon fill="%23999999" points="16.436,24.899 16.453,26.462 15.562,25.673 15.531,24.211 "/> <polygon fill="%23676767" points="16.432,24.89 16.453,26.462 17.367,25.673 17.397,24.211 "/> <polygon fill="%23676767" points="7.768,20.334 8.546,19.817 8.546,19.31 7.708,18.771 "/> <polygon fill="%2333CCFF" points="21.447,10.953 21.506,14.102 23.124,13.116 23.124,10.027 14.933,5.723 13.233,6.575 "/> <polygon fill="%23269FBF" points="13.414,14.735 13.233,6.575 21.447,10.953 21.506,14.102 17.033,16.833 "/> <polygon fill="%232189a5" points="23.124,10.027 21.447,10.953 21.506,14.102 23.124,13.116 "/> </svg>');
}
.lightBlue.icon-soa-mqtt{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%232189a5" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%23269FBF" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg>');
}
.lightBlue.icon-soa-mqtt.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%232189a5" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%23269FBF" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%2333CCFF" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.lightBlue.icon-soa-mqtt-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%232189a5" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23269FBF" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.lightBlue.icon-soa-mqtt-topic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%232189a5" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%232189a5" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%232189a5" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%232189a5" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%2333CCFF" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%2333CCFF" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%2333CCFF" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%2333CCFF" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%232189a5" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%23269FBF" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%2333CCFF" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%232189a5" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%23269FBF" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.lightBlue.icon-soa-websocket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%232189a5" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%23269FBF" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%2333CCFF" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%23269FBF" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%2333CCFF" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.lightBlue.icon-soa-websocket-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%232189a5" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23269FBF" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%23269FBF"/> </linearGradient> <path fill="%2333CCFF" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.green.icon-soa{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%2339b563"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.green.icon-soa.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.2459" cy="15.3861" r="5.8597" fx="11.8158" fy="13.7779" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.882" cy="15.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="17.9798" cy="14.2733" r="13.4445" fx="26.1707" fy="10.5835" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="17.144" cy="13.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="21.473" cy="22.9233" r="8.6145" fx="26.7213" fy="20.559" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="20.937" cy="22.549" r="5.935"/> </svg> ');
}
.green.icon-soa-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.green.icon-soa-server-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1745.8325" cy="-1433.0897" r="5.8597" fx="1749.4025" fy="-1434.6979" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.3782 233.8359)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <polyline fill="%2339b563" points="8.97,17.794 14.276,21.602 24.986,14.479 23.812,13.836 19.901,11.515 8.97,17.794 "/> <polyline fill="%2339b563" points="25.783,4.912 19.901,2.359 8.038,7.856 13.915,11.288 25.783,4.912 "/> <polygon fill="%2339b563" points="25.366,9.883 19.901,7.248 9.911,12.313 9.906,12.313 8.527,13.038 14.106,16.687 "/> <polyline fill="%2321663c" points="14.276,21.602 14.384,24.592 24.749,17.315 24.986,14.479 14.276,21.602 "/> <polyline fill="%2321663c" points="25.5,8.35 25.783,4.912 13.915,11.288 14.044,15.03 25.5,8.35 "/> <polygon fill="%2321663c" points="14.106,16.687 14.224,20.022 25.109,12.997 25.366,9.883 "/> <polyline fill="%232f8c51" points="8.97,17.794 9.237,20.707 14.384,24.592 14.276,21.602 8.97,17.794 "/> <polyline fill="%232f8c51" points="8.038,7.856 8.373,11.443 14.044,15.03 13.915,11.288 8.038,7.856 "/> <polygon fill="%232f8c51" points="14.224,20.022 14.106,16.687 8.527,13.038 8.825,16.265 10.086,17.14 10.086,17.145 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="456.6467" y1="571.0664" x2="463.6522" y2="571.015" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.8223 -697.0154)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </svg> ');
}
.green.icon-soa-server-service{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="15.0626" cy="14.2438" r="10.684" fx="21.5716" fy="11.3116" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M19.312,18.175c1.762-1.762,2.659-4.057,2.704-6.366c-0.385-1.013-0.979-1.964-1.794-2.78 c-3.088-3.087-8.093-3.087-11.181,0c-3.027,3.027-3.079,7.893-0.17,10.992C12.296,21.608,16.488,20.999,19.312,18.175z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%2339b563"/> <stop offset="0.6834" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_4_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.green.icon-soa-client{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.green.icon-soa-client-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%2321663c" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%2339b563"/> <stop offset="0.8492" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%232f8c51" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.green.icon-soa-client-call{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%2339b563"/> <stop offset="0.6834" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.green.icon-soa-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%232f8c51" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%232f8c51" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%2339b563" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%2339b563" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%2321663c" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.green.icon-soa-schema-interface{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23999999" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23999999" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23CCCCCC" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%2339b563" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23676767" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> <polygon fill="%2321663c" points="10.357,11.176 10.724,17.435 25.478,9.335 25.832,3.358 "/> </g> </svg> ');
}
.green.icon-soa-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polyline fill="%2321663c" points="26.904,22.442 22.445,14.71 19.7,16.36 24.269,24.274 26.904,22.442 "/> <polyline fill="%2321663c" points="10.209,11.678 7.617,13.024 11.506,19.792 12.179,19.395 12.186,19.359 12.469,15.6 10.209,11.678 "/> <polygon fill="%2321663c" points="18.094,10.128 15.321,11.625 14.155,23.297 16.645,21.725 17.45,15.317 17.094,14.71 17.557,14.45 "/> <polyline fill="%2339b563" points="21.546,22.442 21.236,21.908 20.02,22.407 17.478,24.071 21.546,22.442 "/> <polyline fill="%2339b563" points="17.094,14.71 19.7,16.36 22.445,14.71 19.83,13.14 17.557,14.45 17.094,14.71 "/> <polygon fill="%2339b563" points="8.514,9.288 10.716,10.678 13.432,9.288 11.216,7.956 "/> <polygon fill="%2339b563" points="18.094,10.128 15.638,8.693 12.873,10.128 15.321,11.625 "/> <polyline fill="%232f8c51" points="19.7,16.36 17.094,14.71 17.45,15.317 21.236,21.908 21.546,22.442 17.478,24.071 19.903,25.81 24.269,24.274 19.7,16.36 "/> <polyline fill="%232f8c51" points="12.186,19.359 12.005,21.725 14.155,23.297 15.321,11.625 12.873,10.128 12.469,15.6 12.186,19.359 "/> <polygon fill="%232f8c51" points="7.617,13.024 10.716,10.678 8.514,9.288 5.627,11.678 9.434,18.309 11.506,19.792 "/> <path fill="%23333333" d="M10.209,11.678l3.222-2.389l-2.716,1.39l-3.099,2.346L10.209,11.678z"/> </svg> ');
}
.green.icon-soa-rest{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polygon fill="%23676767" points="23.682,19.692 23.622,21.255 24.256,20.685 24.374,19.207 "/> <polygon fill="%23333333" points="23.622,21.255 22.845,20.738 22.845,20.231 23.682,19.692 "/> <polygon fill="%2339b563" points="18.51,15.927 14.933,13.896 7.768,17.856 15.561,23.249 15.448,17.807 "/> <polyline fill="%2321663c" points="14.933,13.782 14.941,13.425 14.948,8.835 7.302,12.559 7.671,17.791 7.768,17.856 14.933,13.896 14.933,13.782 "/> <polygon fill="%23676767" points="16.335,18.375 16.41,23.558 16.417,23.745 16.41,23.745 16.432,24.89 24.371,19.257 24.762,13.132 "/> <polyline fill="%232f8c51" points="14.948,8.827 14.948,8.835 14.941,13.425 14.941,13.774 14.933,13.782 14.933,13.896 18.51,15.927 23.124,13.116 18.901,10.898 18.893,10.898 14.948,8.827 "/> <polygon fill="%232f8c51" points="7.302,12.559 6.551,12.072 7.017,18.286 15.591,24.297 16.432,24.89 16.41,23.745 16.41,23.558 16.335,18.375 15.448,17.807 15.561,23.249 7.768,17.856 7.671,17.791 "/> <polyline fill="%2339b563" points="14.948,8.039 6.551,12.072 7.302,12.559 14.948,8.835 14.948,8.827 23.124,13.116 18.51,15.927 15.448,17.807 16.335,18.375 24.747,13.124 14.948,8.039 "/> <polygon fill="%23999999" points="7.708,18.771 7.768,20.334 7.135,19.765 7.017,18.286 "/> <polygon fill="%23999999" points="16.436,24.899 16.453,26.462 15.562,25.673 15.531,24.211 "/> <polygon fill="%23676767" points="16.432,24.89 16.453,26.462 17.367,25.673 17.397,24.211 "/> <polygon fill="%23676767" points="7.768,20.334 8.546,19.817 8.546,19.31 7.708,18.771 "/> <polygon fill="%2339b563" points="21.447,10.953 21.506,14.102 23.124,13.116 23.124,10.027 14.933,5.723 13.233,6.575 "/> <polygon fill="%232f8c51" points="13.414,14.735 13.233,6.575 21.447,10.953 21.506,14.102 17.033,16.833 "/> <polygon fill="%2321663c" points="23.124,10.027 21.447,10.953 21.506,14.102 23.124,13.116 "/> </svg>');
}
.green.icon-soa-mqtt{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%2321663c" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%232f8c51" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg>');
}
.green.icon-soa-mqtt.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%2321663c" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%232f8c51" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%2339b563" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.green.icon-soa-mqtt-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%2321663c" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%232f8c51" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.green.icon-soa-mqtt-topic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%2321663c" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%2321663c" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%2321663c" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%2321663c" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%2339b563" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%2339b563" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%2339b563" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%2339b563" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%2321663c" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%232f8c51" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%2339b563" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%2321663c" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%232f8c51" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.green.icon-soa-websocket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%2321663c" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%232f8c51" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%2339b563" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%232f8c51" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%2339b563" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.green.icon-soa-websocket-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%2321663c" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%232f8c51" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%232f8c51"/> </linearGradient> <path fill="%2339b563" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.lightGreen.icon-soa{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%2300e500"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.lightGreen.icon-soa.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.2459" cy="15.3861" r="5.8597" fx="11.8158" fy="13.7779" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.882" cy="15.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="17.9798" cy="14.2733" r="13.4445" fx="26.1707" fy="10.5835" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="17.144" cy="13.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="21.473" cy="22.9233" r="8.6145" fx="26.7213" fy="20.559" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="20.937" cy="22.549" r="5.935"/> </svg> ');
}
.lightGreen.icon-soa-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.lightGreen.icon-soa-server-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1745.8325" cy="-1433.0897" r="5.8597" fx="1749.4025" fy="-1434.6979" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.3782 233.8359)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <polyline fill="%2300e500" points="8.97,17.794 14.276,21.602 24.986,14.479 23.812,13.836 19.901,11.515 8.97,17.794 "/> <polyline fill="%2300e500" points="25.783,4.912 19.901,2.359 8.038,7.856 13.915,11.288 25.783,4.912 "/> <polygon fill="%2300e500" points="25.366,9.883 19.901,7.248 9.911,12.313 9.906,12.313 8.527,13.038 14.106,16.687 "/> <polyline fill="%23009900" points="14.276,21.602 14.384,24.592 24.749,17.315 24.986,14.479 14.276,21.602 "/> <polyline fill="%23009900" points="25.5,8.35 25.783,4.912 13.915,11.288 14.044,15.03 25.5,8.35 "/> <polygon fill="%23009900" points="14.106,16.687 14.224,20.022 25.109,12.997 25.366,9.883 "/> <polyline fill="%2300b200" points="8.97,17.794 9.237,20.707 14.384,24.592 14.276,21.602 8.97,17.794 "/> <polyline fill="%2300b200" points="8.038,7.856 8.373,11.443 14.044,15.03 13.915,11.288 8.038,7.856 "/> <polygon fill="%2300b200" points="14.224,20.022 14.106,16.687 8.527,13.038 8.825,16.265 10.086,17.14 10.086,17.145 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="456.6467" y1="571.0664" x2="463.6522" y2="571.015" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.8223 -697.0154)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </svg> ');
}
.lightGreen.icon-soa-server-service{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="15.0626" cy="14.2438" r="10.684" fx="21.5716" fy="11.3116" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M19.312,18.175c1.762-1.762,2.659-4.057,2.704-6.366c-0.385-1.013-0.979-1.964-1.794-2.78 c-3.088-3.087-8.093-3.087-11.181,0c-3.027,3.027-3.079,7.893-0.17,10.992C12.296,21.608,16.488,20.999,19.312,18.175z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%2300e500"/> <stop offset="0.6834" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_4_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.lightGreen.icon-soa-client{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.lightGreen.icon-soa-client-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%23009900" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%2300e500"/> <stop offset="0.8492" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%2300b200" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.lightGreen.icon-soa-client-call{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%2300e500"/> <stop offset="0.6834" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.lightGreen.icon-soa-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%2300b200" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%2300b200" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%2300e500" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%2300e500" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23009900" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.lightGreen.icon-soa-schema-interface{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23999999" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23999999" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23CCCCCC" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%2300e500" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23676767" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> <polygon fill="%23009900" points="10.357,11.176 10.724,17.435 25.478,9.335 25.832,3.358 "/> </g> </svg> ');
}
.lightGreen.icon-soa-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polyline fill="%23009900" points="26.904,22.442 22.445,14.71 19.7,16.36 24.269,24.274 26.904,22.442 "/> <polyline fill="%23009900" points="10.209,11.678 7.617,13.024 11.506,19.792 12.179,19.395 12.186,19.359 12.469,15.6 10.209,11.678 "/> <polygon fill="%23009900" points="18.094,10.128 15.321,11.625 14.155,23.297 16.645,21.725 17.45,15.317 17.094,14.71 17.557,14.45 "/> <polyline fill="%2300e500" points="21.546,22.442 21.236,21.908 20.02,22.407 17.478,24.071 21.546,22.442 "/> <polyline fill="%2300e500" points="17.094,14.71 19.7,16.36 22.445,14.71 19.83,13.14 17.557,14.45 17.094,14.71 "/> <polygon fill="%2300e500" points="8.514,9.288 10.716,10.678 13.432,9.288 11.216,7.956 "/> <polygon fill="%2300e500" points="18.094,10.128 15.638,8.693 12.873,10.128 15.321,11.625 "/> <polyline fill="%2300b200" points="19.7,16.36 17.094,14.71 17.45,15.317 21.236,21.908 21.546,22.442 17.478,24.071 19.903,25.81 24.269,24.274 19.7,16.36 "/> <polyline fill="%2300b200" points="12.186,19.359 12.005,21.725 14.155,23.297 15.321,11.625 12.873,10.128 12.469,15.6 12.186,19.359 "/> <polygon fill="%2300b200" points="7.617,13.024 10.716,10.678 8.514,9.288 5.627,11.678 9.434,18.309 11.506,19.792 "/> <path fill="%23333333" d="M10.209,11.678l3.222-2.389l-2.716,1.39l-3.099,2.346L10.209,11.678z"/> </svg> ');
}
.lightGreen.icon-soa-rest{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polygon fill="%23676767" points="23.682,19.692 23.622,21.255 24.256,20.685 24.374,19.207 "/> <polygon fill="%23333333" points="23.622,21.255 22.845,20.738 22.845,20.231 23.682,19.692 "/> <polygon fill="%2300e500" points="18.51,15.927 14.933,13.896 7.768,17.856 15.561,23.249 15.448,17.807 "/> <polyline fill="%23009900" points="14.933,13.782 14.941,13.425 14.948,8.835 7.302,12.559 7.671,17.791 7.768,17.856 14.933,13.896 14.933,13.782 "/> <polygon fill="%23676767" points="16.335,18.375 16.41,23.558 16.417,23.745 16.41,23.745 16.432,24.89 24.371,19.257 24.762,13.132 "/> <polyline fill="%2300b200" points="14.948,8.827 14.948,8.835 14.941,13.425 14.941,13.774 14.933,13.782 14.933,13.896 18.51,15.927 23.124,13.116 18.901,10.898 18.893,10.898 14.948,8.827 "/> <polygon fill="%2300b200" points="7.302,12.559 6.551,12.072 7.017,18.286 15.591,24.297 16.432,24.89 16.41,23.745 16.41,23.558 16.335,18.375 15.448,17.807 15.561,23.249 7.768,17.856 7.671,17.791 "/> <polyline fill="%2300e500" points="14.948,8.039 6.551,12.072 7.302,12.559 14.948,8.835 14.948,8.827 23.124,13.116 18.51,15.927 15.448,17.807 16.335,18.375 24.747,13.124 14.948,8.039 "/> <polygon fill="%23999999" points="7.708,18.771 7.768,20.334 7.135,19.765 7.017,18.286 "/> <polygon fill="%23999999" points="16.436,24.899 16.453,26.462 15.562,25.673 15.531,24.211 "/> <polygon fill="%23676767" points="16.432,24.89 16.453,26.462 17.367,25.673 17.397,24.211 "/> <polygon fill="%23676767" points="7.768,20.334 8.546,19.817 8.546,19.31 7.708,18.771 "/> <polygon fill="%2300e500" points="21.447,10.953 21.506,14.102 23.124,13.116 23.124,10.027 14.933,5.723 13.233,6.575 "/> <polygon fill="%2300b200" points="13.414,14.735 13.233,6.575 21.447,10.953 21.506,14.102 17.033,16.833 "/> <polygon fill="%23009900" points="23.124,10.027 21.447,10.953 21.506,14.102 23.124,13.116 "/> </svg>');
}
.lightGreen.icon-soa-mqtt{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23009900" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%2300b200" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg>');
}
.lightGreen.icon-soa-mqtt.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23009900" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%2300b200" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%2300e500" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.lightGreen.icon-soa-mqtt-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23009900" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%2300b200" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.lightGreen.icon-soa-mqtt-topic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23009900" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%23009900" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%23009900" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%23009900" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%2300e500" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%2300e500" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%2300e500" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%2300e500" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%23009900" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%2300b200" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%2300e500" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%23009900" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%2300b200" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.lightGreen.icon-soa-websocket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23009900" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%2300b200" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%2300e500" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%2300b200" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%2300e500" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.lightGreen.icon-soa-websocket-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23009900" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%2300b200" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%2300b200"/> </linearGradient> <path fill="%2300e500" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.yellow.icon-soa{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23f9e100"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.yellow.icon-soa.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.2459" cy="15.3861" r="5.8597" fx="11.8158" fy="13.7779" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.882" cy="15.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="17.9798" cy="14.2733" r="13.4445" fx="26.1707" fy="10.5835" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="17.144" cy="13.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="21.473" cy="22.9233" r="8.6145" fx="26.7213" fy="20.559" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="20.937" cy="22.549" r="5.935"/> </svg> ');
}
.yellow.icon-soa-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.yellow.icon-soa-server-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1745.8325" cy="-1433.0897" r="5.8597" fx="1749.4025" fy="-1434.6979" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.3782 233.8359)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <polyline fill="%23f9e100" points="8.97,17.794 14.276,21.602 24.986,14.479 23.812,13.836 19.901,11.515 8.97,17.794 "/> <polyline fill="%23f9e100" points="25.783,4.912 19.901,2.359 8.038,7.856 13.915,11.288 25.783,4.912 "/> <polygon fill="%23f9e100" points="25.366,9.883 19.901,7.248 9.911,12.313 9.906,12.313 8.527,13.038 14.106,16.687 "/> <polyline fill="%23a58d00" points="14.276,21.602 14.384,24.592 24.749,17.315 24.986,14.479 14.276,21.602 "/> <polyline fill="%23a58d00" points="25.5,8.35 25.783,4.912 13.915,11.288 14.044,15.03 25.5,8.35 "/> <polygon fill="%23a58d00" points="14.106,16.687 14.224,20.022 25.109,12.997 25.366,9.883 "/> <polyline fill="%23ccaa00" points="8.97,17.794 9.237,20.707 14.384,24.592 14.276,21.602 8.97,17.794 "/> <polyline fill="%23ccaa00" points="8.038,7.856 8.373,11.443 14.044,15.03 13.915,11.288 8.038,7.856 "/> <polygon fill="%23ccaa00" points="14.224,20.022 14.106,16.687 8.527,13.038 8.825,16.265 10.086,17.14 10.086,17.145 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="456.6467" y1="571.0664" x2="463.6522" y2="571.015" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.8223 -697.0154)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </svg> ');
}
.yellow.icon-soa-server-service{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="15.0626" cy="14.2438" r="10.684" fx="21.5716" fy="11.3116" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M19.312,18.175c1.762-1.762,2.659-4.057,2.704-6.366c-0.385-1.013-0.979-1.964-1.794-2.78 c-3.088-3.087-8.093-3.087-11.181,0c-3.027,3.027-3.079,7.893-0.17,10.992C12.296,21.608,16.488,20.999,19.312,18.175z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%23f9e100"/> <stop offset="0.6834" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_4_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.yellow.icon-soa-client{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.yellow.icon-soa-client-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%23a58d00" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%23f9e100"/> <stop offset="0.8492" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%23ccaa00" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.yellow.icon-soa-client-call{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%23f9e100"/> <stop offset="0.6834" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.yellow.icon-soa-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23ccaa00" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23ccaa00" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23f9e100" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%23f9e100" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23a58d00" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.yellow.icon-soa-schema-interface{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23999999" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23999999" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23CCCCCC" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%23f9e100" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23676767" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> <polygon fill="%23a58d00" points="10.357,11.176 10.724,17.435 25.478,9.335 25.832,3.358 "/> </g> </svg> ');
}
.yellow.icon-soa-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polyline fill="%23a58d00" points="26.904,22.442 22.445,14.71 19.7,16.36 24.269,24.274 26.904,22.442 "/> <polyline fill="%23a58d00" points="10.209,11.678 7.617,13.024 11.506,19.792 12.179,19.395 12.186,19.359 12.469,15.6 10.209,11.678 "/> <polygon fill="%23a58d00" points="18.094,10.128 15.321,11.625 14.155,23.297 16.645,21.725 17.45,15.317 17.094,14.71 17.557,14.45 "/> <polyline fill="%23f9e100" points="21.546,22.442 21.236,21.908 20.02,22.407 17.478,24.071 21.546,22.442 "/> <polyline fill="%23f9e100" points="17.094,14.71 19.7,16.36 22.445,14.71 19.83,13.14 17.557,14.45 17.094,14.71 "/> <polygon fill="%23f9e100" points="8.514,9.288 10.716,10.678 13.432,9.288 11.216,7.956 "/> <polygon fill="%23f9e100" points="18.094,10.128 15.638,8.693 12.873,10.128 15.321,11.625 "/> <polyline fill="%23ccaa00" points="19.7,16.36 17.094,14.71 17.45,15.317 21.236,21.908 21.546,22.442 17.478,24.071 19.903,25.81 24.269,24.274 19.7,16.36 "/> <polyline fill="%23ccaa00" points="12.186,19.359 12.005,21.725 14.155,23.297 15.321,11.625 12.873,10.128 12.469,15.6 12.186,19.359 "/> <polygon fill="%23ccaa00" points="7.617,13.024 10.716,10.678 8.514,9.288 5.627,11.678 9.434,18.309 11.506,19.792 "/> <path fill="%23333333" d="M10.209,11.678l3.222-2.389l-2.716,1.39l-3.099,2.346L10.209,11.678z"/> </svg> ');
}
.yellow.icon-soa-rest{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polygon fill="%23676767" points="23.682,19.692 23.622,21.255 24.256,20.685 24.374,19.207 "/> <polygon fill="%23333333" points="23.622,21.255 22.845,20.738 22.845,20.231 23.682,19.692 "/> <polygon fill="%23f9e100" points="18.51,15.927 14.933,13.896 7.768,17.856 15.561,23.249 15.448,17.807 "/> <polyline fill="%23a58d00" points="14.933,13.782 14.941,13.425 14.948,8.835 7.302,12.559 7.671,17.791 7.768,17.856 14.933,13.896 14.933,13.782 "/> <polygon fill="%23676767" points="16.335,18.375 16.41,23.558 16.417,23.745 16.41,23.745 16.432,24.89 24.371,19.257 24.762,13.132 "/> <polyline fill="%23ccaa00" points="14.948,8.827 14.948,8.835 14.941,13.425 14.941,13.774 14.933,13.782 14.933,13.896 18.51,15.927 23.124,13.116 18.901,10.898 18.893,10.898 14.948,8.827 "/> <polygon fill="%23ccaa00" points="7.302,12.559 6.551,12.072 7.017,18.286 15.591,24.297 16.432,24.89 16.41,23.745 16.41,23.558 16.335,18.375 15.448,17.807 15.561,23.249 7.768,17.856 7.671,17.791 "/> <polyline fill="%23f9e100" points="14.948,8.039 6.551,12.072 7.302,12.559 14.948,8.835 14.948,8.827 23.124,13.116 18.51,15.927 15.448,17.807 16.335,18.375 24.747,13.124 14.948,8.039 "/> <polygon fill="%23999999" points="7.708,18.771 7.768,20.334 7.135,19.765 7.017,18.286 "/> <polygon fill="%23999999" points="16.436,24.899 16.453,26.462 15.562,25.673 15.531,24.211 "/> <polygon fill="%23676767" points="16.432,24.89 16.453,26.462 17.367,25.673 17.397,24.211 "/> <polygon fill="%23676767" points="7.768,20.334 8.546,19.817 8.546,19.31 7.708,18.771 "/> <polygon fill="%23f9e100" points="21.447,10.953 21.506,14.102 23.124,13.116 23.124,10.027 14.933,5.723 13.233,6.575 "/> <polygon fill="%23ccaa00" points="13.414,14.735 13.233,6.575 21.447,10.953 21.506,14.102 17.033,16.833 "/> <polygon fill="%23a58d00" points="23.124,10.027 21.447,10.953 21.506,14.102 23.124,13.116 "/> </svg>');
}
.yellow.icon-soa-mqtt{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23a58d00" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%23ccaa00" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg>');
}
.yellow.icon-soa-mqtt.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23a58d00" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%23ccaa00" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%23f9e100" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.yellow.icon-soa-mqtt-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23a58d00" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23ccaa00" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.yellow.icon-soa-mqtt-topic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23a58d00" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%23a58d00" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%23a58d00" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%23a58d00" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%23f9e100" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%23f9e100" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%23f9e100" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%23f9e100" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%23a58d00" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%23ccaa00" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%23f9e100" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%23a58d00" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%23ccaa00" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.yellow.icon-soa-websocket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23a58d00" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%23ccaa00" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%23f9e100" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%23ccaa00" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%23f9e100" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.yellow.icon-soa-websocket-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23a58d00" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23ccaa00" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23ccaa00"/> </linearGradient> <path fill="%23f9e100" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.purple.icon-soa{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23FF99FF"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.purple.icon-soa.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.2459" cy="15.3861" r="5.8597" fx="11.8158" fy="13.7779" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.882" cy="15.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="17.9798" cy="14.2733" r="13.4445" fx="26.1707" fy="10.5835" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="17.144" cy="13.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="21.473" cy="22.9233" r="8.6145" fx="26.7213" fy="20.559" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="20.937" cy="22.549" r="5.935"/> </svg> ');
}
.purple.icon-soa-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.purple.icon-soa-server-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1745.8325" cy="-1433.0897" r="5.8597" fx="1749.4025" fy="-1434.6979" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.3782 233.8359)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <polyline fill="%23FF99FF" points="8.97,17.794 14.276,21.602 24.986,14.479 23.812,13.836 19.901,11.515 8.97,17.794 "/> <polyline fill="%23FF99FF" points="25.783,4.912 19.901,2.359 8.038,7.856 13.915,11.288 25.783,4.912 "/> <polygon fill="%23FF99FF" points="25.366,9.883 19.901,7.248 9.911,12.313 9.906,12.313 8.527,13.038 14.106,16.687 "/> <polyline fill="%23990099" points="14.276,21.602 14.384,24.592 24.749,17.315 24.986,14.479 14.276,21.602 "/> <polyline fill="%23990099" points="25.5,8.35 25.783,4.912 13.915,11.288 14.044,15.03 25.5,8.35 "/> <polygon fill="%23990099" points="14.106,16.687 14.224,20.022 25.109,12.997 25.366,9.883 "/> <polyline fill="%23FF66FF" points="8.97,17.794 9.237,20.707 14.384,24.592 14.276,21.602 8.97,17.794 "/> <polyline fill="%23FF66FF" points="8.038,7.856 8.373,11.443 14.044,15.03 13.915,11.288 8.038,7.856 "/> <polygon fill="%23FF66FF" points="14.224,20.022 14.106,16.687 8.527,13.038 8.825,16.265 10.086,17.14 10.086,17.145 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="456.6467" y1="571.0664" x2="463.6522" y2="571.015" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.8223 -697.0154)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </svg> ');
}
.purple.icon-soa-server-service{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="15.0626" cy="14.2438" r="10.684" fx="21.5716" fy="11.3116" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M19.312,18.175c1.762-1.762,2.659-4.057,2.704-6.366c-0.385-1.013-0.979-1.964-1.794-2.78 c-3.088-3.087-8.093-3.087-11.181,0c-3.027,3.027-3.079,7.893-0.17,10.992C12.296,21.608,16.488,20.999,19.312,18.175z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%23FF99FF"/> <stop offset="0.6834" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_4_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.purple.icon-soa-client{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.purple.icon-soa-client-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%23990099" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%23FF99FF"/> <stop offset="0.8492" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%23FF66FF" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.purple.icon-soa-client-call{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%23FF99FF"/> <stop offset="0.6834" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.purple.icon-soa-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23FF66FF" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23FF66FF" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23FF99FF" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%23FF99FF" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23990099" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.purple.icon-soa-schema-interface{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23999999" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23999999" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23CCCCCC" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%23FF99FF" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23676767" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> <polygon fill="%23990099" points="10.357,11.176 10.724,17.435 25.478,9.335 25.832,3.358 "/> </g> </svg> ');
}
.purple.icon-soa-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polyline fill="%23990099" points="26.904,22.442 22.445,14.71 19.7,16.36 24.269,24.274 26.904,22.442 "/> <polyline fill="%23990099" points="10.209,11.678 7.617,13.024 11.506,19.792 12.179,19.395 12.186,19.359 12.469,15.6 10.209,11.678 "/> <polygon fill="%23990099" points="18.094,10.128 15.321,11.625 14.155,23.297 16.645,21.725 17.45,15.317 17.094,14.71 17.557,14.45 "/> <polyline fill="%23FF99FF" points="21.546,22.442 21.236,21.908 20.02,22.407 17.478,24.071 21.546,22.442 "/> <polyline fill="%23FF99FF" points="17.094,14.71 19.7,16.36 22.445,14.71 19.83,13.14 17.557,14.45 17.094,14.71 "/> <polygon fill="%23FF99FF" points="8.514,9.288 10.716,10.678 13.432,9.288 11.216,7.956 "/> <polygon fill="%23FF99FF" points="18.094,10.128 15.638,8.693 12.873,10.128 15.321,11.625 "/> <polyline fill="%23FF66FF" points="19.7,16.36 17.094,14.71 17.45,15.317 21.236,21.908 21.546,22.442 17.478,24.071 19.903,25.81 24.269,24.274 19.7,16.36 "/> <polyline fill="%23FF66FF" points="12.186,19.359 12.005,21.725 14.155,23.297 15.321,11.625 12.873,10.128 12.469,15.6 12.186,19.359 "/> <polygon fill="%23FF66FF" points="7.617,13.024 10.716,10.678 8.514,9.288 5.627,11.678 9.434,18.309 11.506,19.792 "/> <path fill="%23333333" d="M10.209,11.678l3.222-2.389l-2.716,1.39l-3.099,2.346L10.209,11.678z"/> </svg> ');
}
.purple.icon-soa-rest{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polygon fill="%23676767" points="23.682,19.692 23.622,21.255 24.256,20.685 24.374,19.207 "/> <polygon fill="%23333333" points="23.622,21.255 22.845,20.738 22.845,20.231 23.682,19.692 "/> <polygon fill="%23FF99FF" points="18.51,15.927 14.933,13.896 7.768,17.856 15.561,23.249 15.448,17.807 "/> <polyline fill="%23990099" points="14.933,13.782 14.941,13.425 14.948,8.835 7.302,12.559 7.671,17.791 7.768,17.856 14.933,13.896 14.933,13.782 "/> <polygon fill="%23676767" points="16.335,18.375 16.41,23.558 16.417,23.745 16.41,23.745 16.432,24.89 24.371,19.257 24.762,13.132 "/> <polyline fill="%23FF66FF" points="14.948,8.827 14.948,8.835 14.941,13.425 14.941,13.774 14.933,13.782 14.933,13.896 18.51,15.927 23.124,13.116 18.901,10.898 18.893,10.898 14.948,8.827 "/> <polygon fill="%23FF66FF" points="7.302,12.559 6.551,12.072 7.017,18.286 15.591,24.297 16.432,24.89 16.41,23.745 16.41,23.558 16.335,18.375 15.448,17.807 15.561,23.249 7.768,17.856 7.671,17.791 "/> <polyline fill="%23FF99FF" points="14.948,8.039 6.551,12.072 7.302,12.559 14.948,8.835 14.948,8.827 23.124,13.116 18.51,15.927 15.448,17.807 16.335,18.375 24.747,13.124 14.948,8.039 "/> <polygon fill="%23999999" points="7.708,18.771 7.768,20.334 7.135,19.765 7.017,18.286 "/> <polygon fill="%23999999" points="16.436,24.899 16.453,26.462 15.562,25.673 15.531,24.211 "/> <polygon fill="%23676767" points="16.432,24.89 16.453,26.462 17.367,25.673 17.397,24.211 "/> <polygon fill="%23676767" points="7.768,20.334 8.546,19.817 8.546,19.31 7.708,18.771 "/> <polygon fill="%23FF99FF" points="21.447,10.953 21.506,14.102 23.124,13.116 23.124,10.027 14.933,5.723 13.233,6.575 "/> <polygon fill="%23FF66FF" points="13.414,14.735 13.233,6.575 21.447,10.953 21.506,14.102 17.033,16.833 "/> <polygon fill="%23990099" points="23.124,10.027 21.447,10.953 21.506,14.102 23.124,13.116 "/> </svg>');
}
.purple.icon-soa-mqtt{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23990099" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%23FF66FF" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg>');
}
.purple.icon-soa-mqtt.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23990099" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%23FF66FF" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%23FF99FF" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.purple.icon-soa-mqtt-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23990099" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23FF66FF" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.purple.icon-soa-mqtt-topic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23990099" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%23990099" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%23990099" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%23990099" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%23FF99FF" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%23FF99FF" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%23FF99FF" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%23FF99FF" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%23990099" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%23FF66FF" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%23FF99FF" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%23990099" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%23FF66FF" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.purple.icon-soa-websocket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23990099" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%23FF66FF" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%23FF99FF" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%23FF66FF" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%23FF99FF" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.purple.icon-soa-websocket-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23990099" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23FF66FF" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23FF66FF"/> </linearGradient> <path fill="%23FF99FF" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.grey.icon-soa{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.grey.icon-soa.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.2459" cy="15.3861" r="5.8597" fx="11.8158" fy="13.7779" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.882" cy="15.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="17.9798" cy="14.2733" r="13.4445" fx="26.1707" fy="10.5835" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="17.144" cy="13.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="21.473" cy="22.9233" r="8.6145" fx="26.7213" fy="20.559" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="20.937" cy="22.549" r="5.935"/> </svg> ');
}
.grey.icon-soa-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.grey.icon-soa-server-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1745.8325" cy="-1433.0897" r="5.8597" fx="1749.4025" fy="-1434.6979" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.3782 233.8359)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <polyline fill="%23CCCCCC" points="8.97,17.794 14.276,21.602 24.986,14.479 23.812,13.836 19.901,11.515 8.97,17.794 "/> <polyline fill="%23CCCCCC" points="25.783,4.912 19.901,2.359 8.038,7.856 13.915,11.288 25.783,4.912 "/> <polygon fill="%23CCCCCC" points="25.366,9.883 19.901,7.248 9.911,12.313 9.906,12.313 8.527,13.038 14.106,16.687 "/> <polyline fill="%23676767" points="14.276,21.602 14.384,24.592 24.749,17.315 24.986,14.479 14.276,21.602 "/> <polyline fill="%23676767" points="25.5,8.35 25.783,4.912 13.915,11.288 14.044,15.03 25.5,8.35 "/> <polygon fill="%23676767" points="14.106,16.687 14.224,20.022 25.109,12.997 25.366,9.883 "/> <polyline fill="%23999999" points="8.97,17.794 9.237,20.707 14.384,24.592 14.276,21.602 8.97,17.794 "/> <polyline fill="%23999999" points="8.038,7.856 8.373,11.443 14.044,15.03 13.915,11.288 8.038,7.856 "/> <polygon fill="%23999999" points="14.224,20.022 14.106,16.687 8.527,13.038 8.825,16.265 10.086,17.14 10.086,17.145 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="456.6467" y1="571.0664" x2="463.6522" y2="571.015" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.8223 -697.0154)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </svg> ');
}
.grey.icon-soa-server-service{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="15.0626" cy="14.2438" r="10.684" fx="21.5716" fy="11.3116" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M19.312,18.175c1.762-1.762,2.659-4.057,2.704-6.366c-0.385-1.013-0.979-1.964-1.794-2.78 c-3.088-3.087-8.093-3.087-11.181,0c-3.027,3.027-3.079,7.893-0.17,10.992C12.296,21.608,16.488,20.999,19.312,18.175z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_4_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.grey.icon-soa-client{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.grey.icon-soa-client-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%23676767" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%23999999" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.grey.icon-soa-client-call{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.grey.icon-soa-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23999999" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23999999" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23CCCCCC" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%23CCCCCC" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23676767" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.grey.icon-soa-schema-interface{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23999999" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23999999" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23CCCCCC" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%23CCCCCC" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23676767" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> <polygon fill="%23676767" points="10.357,11.176 10.724,17.435 25.478,9.335 25.832,3.358 "/> </g> </svg> ');
}
.grey.icon-soa-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polyline fill="%23676767" points="26.904,22.442 22.445,14.71 19.7,16.36 24.269,24.274 26.904,22.442 "/> <polyline fill="%23676767" points="10.209,11.678 7.617,13.024 11.506,19.792 12.179,19.395 12.186,19.359 12.469,15.6 10.209,11.678 "/> <polygon fill="%23676767" points="18.094,10.128 15.321,11.625 14.155,23.297 16.645,21.725 17.45,15.317 17.094,14.71 17.557,14.45 "/> <polyline fill="%23CCCCCC" points="21.546,22.442 21.236,21.908 20.02,22.407 17.478,24.071 21.546,22.442 "/> <polyline fill="%23CCCCCC" points="17.094,14.71 19.7,16.36 22.445,14.71 19.83,13.14 17.557,14.45 17.094,14.71 "/> <polygon fill="%23CCCCCC" points="8.514,9.288 10.716,10.678 13.432,9.288 11.216,7.956 "/> <polygon fill="%23CCCCCC" points="18.094,10.128 15.638,8.693 12.873,10.128 15.321,11.625 "/> <polyline fill="%23999999" points="19.7,16.36 17.094,14.71 17.45,15.317 21.236,21.908 21.546,22.442 17.478,24.071 19.903,25.81 24.269,24.274 19.7,16.36 "/> <polyline fill="%23999999" points="12.186,19.359 12.005,21.725 14.155,23.297 15.321,11.625 12.873,10.128 12.469,15.6 12.186,19.359 "/> <polygon fill="%23999999" points="7.617,13.024 10.716,10.678 8.514,9.288 5.627,11.678 9.434,18.309 11.506,19.792 "/> <path fill="%23333333" d="M10.209,11.678l3.222-2.389l-2.716,1.39l-3.099,2.346L10.209,11.678z"/> </svg> ');
}
.grey.icon-soa-rest{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polygon fill="%23676767" points="23.682,19.692 23.622,21.255 24.256,20.685 24.374,19.207 "/> <polygon fill="%23333333" points="23.622,21.255 22.845,20.738 22.845,20.231 23.682,19.692 "/> <polygon fill="%23CCCCCC" points="18.51,15.927 14.933,13.896 7.768,17.856 15.561,23.249 15.448,17.807 "/> <polyline fill="%23676767" points="14.933,13.782 14.941,13.425 14.948,8.835 7.302,12.559 7.671,17.791 7.768,17.856 14.933,13.896 14.933,13.782 "/> <polygon fill="%23676767" points="16.335,18.375 16.41,23.558 16.417,23.745 16.41,23.745 16.432,24.89 24.371,19.257 24.762,13.132 "/> <polyline fill="%23999999" points="14.948,8.827 14.948,8.835 14.941,13.425 14.941,13.774 14.933,13.782 14.933,13.896 18.51,15.927 23.124,13.116 18.901,10.898 18.893,10.898 14.948,8.827 "/> <polygon fill="%23999999" points="7.302,12.559 6.551,12.072 7.017,18.286 15.591,24.297 16.432,24.89 16.41,23.745 16.41,23.558 16.335,18.375 15.448,17.807 15.561,23.249 7.768,17.856 7.671,17.791 "/> <polyline fill="%23CCCCCC" points="14.948,8.039 6.551,12.072 7.302,12.559 14.948,8.835 14.948,8.827 23.124,13.116 18.51,15.927 15.448,17.807 16.335,18.375 24.747,13.124 14.948,8.039 "/> <polygon fill="%23999999" points="7.708,18.771 7.768,20.334 7.135,19.765 7.017,18.286 "/> <polygon fill="%23999999" points="16.436,24.899 16.453,26.462 15.562,25.673 15.531,24.211 "/> <polygon fill="%23676767" points="16.432,24.89 16.453,26.462 17.367,25.673 17.397,24.211 "/> <polygon fill="%23676767" points="7.768,20.334 8.546,19.817 8.546,19.31 7.708,18.771 "/> <polygon fill="%23CCCCCC" points="21.447,10.953 21.506,14.102 23.124,13.116 23.124,10.027 14.933,5.723 13.233,6.575 "/> <polygon fill="%23999999" points="13.414,14.735 13.233,6.575 21.447,10.953 21.506,14.102 17.033,16.833 "/> <polygon fill="%23676767" points="23.124,10.027 21.447,10.953 21.506,14.102 23.124,13.116 "/> </svg>');
}
.grey.icon-soa-mqtt{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23676767" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%23999999" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg>');
}
.grey.icon-soa-mqtt.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23676767" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%23999999" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%23CCCCCC" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.grey.icon-soa-mqtt-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23676767" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23999999" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.grey.icon-soa-mqtt-topic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23676767" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%23676767" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%23676767" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%23676767" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%23CCCCCC" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%23CCCCCC" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%23CCCCCC" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%23CCCCCC" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%23676767" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%23999999" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%23CCCCCC" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%23676767" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%23999999" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.grey.icon-soa-websocket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23676767" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%23999999" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%23CCCCCC" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%23999999" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%23CCCCCC" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.grey.icon-soa-websocket-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23676767" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23999999" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="%23CCCCCC" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.orange.icon-soa{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23ffbc00"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.orange.icon-soa.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.2459" cy="15.3861" r="5.8597" fx="11.8158" fy="13.7779" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.882" cy="15.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="17.9798" cy="14.2733" r="13.4445" fx="26.1707" fy="10.5835" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="17.144" cy="13.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="21.473" cy="22.9233" r="8.6145" fx="26.7213" fy="20.559" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="20.937" cy="22.549" r="5.935"/> </svg> ');
}
.orange.icon-soa-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.orange.icon-soa-server-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1745.8325" cy="-1433.0897" r="5.8597" fx="1749.4025" fy="-1434.6979" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.3782 233.8359)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <polyline fill="%23ffbc00" points="8.97,17.794 14.276,21.602 24.986,14.479 23.812,13.836 19.901,11.515 8.97,17.794 "/> <polyline fill="%23ffbc00" points="25.783,4.912 19.901,2.359 8.038,7.856 13.915,11.288 25.783,4.912 "/> <polygon fill="%23ffbc00" points="25.366,9.883 19.901,7.248 9.911,12.313 9.906,12.313 8.527,13.038 14.106,16.687 "/> <polyline fill="%23a56600" points="14.276,21.602 14.384,24.592 24.749,17.315 24.986,14.479 14.276,21.602 "/> <polyline fill="%23a56600" points="25.5,8.35 25.783,4.912 13.915,11.288 14.044,15.03 25.5,8.35 "/> <polygon fill="%23a56600" points="14.106,16.687 14.224,20.022 25.109,12.997 25.366,9.883 "/> <polyline fill="%23d88500" points="8.97,17.794 9.237,20.707 14.384,24.592 14.276,21.602 8.97,17.794 "/> <polyline fill="%23d88500" points="8.038,7.856 8.373,11.443 14.044,15.03 13.915,11.288 8.038,7.856 "/> <polygon fill="%23d88500" points="14.224,20.022 14.106,16.687 8.527,13.038 8.825,16.265 10.086,17.14 10.086,17.145 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="456.6467" y1="571.0664" x2="463.6522" y2="571.015" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.8223 -697.0154)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </svg> ');
}
.orange.icon-soa-server-service{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="15.0626" cy="14.2438" r="10.684" fx="21.5716" fy="11.3116" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M19.312,18.175c1.762-1.762,2.659-4.057,2.704-6.366c-0.385-1.013-0.979-1.964-1.794-2.78 c-3.088-3.087-8.093-3.087-11.181,0c-3.027,3.027-3.079,7.893-0.17,10.992C12.296,21.608,16.488,20.999,19.312,18.175z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%23ffbc00"/> <stop offset="0.6834" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_4_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.orange.icon-soa-client{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.orange.icon-soa-client-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%23a56600" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%23ffbc00"/> <stop offset="0.8492" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%23d88500" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.orange.icon-soa-client-call{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%23ffbc00"/> <stop offset="0.6834" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.orange.icon-soa-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23d88500" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23d88500" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23ffbc00" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%23ffbc00" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23a56600" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.orange.icon-soa-schema-interface{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23999999" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23999999" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23CCCCCC" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%23ffbc00" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23676767" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> <polygon fill="%23a56600" points="10.357,11.176 10.724,17.435 25.478,9.335 25.832,3.358 "/> </g> </svg> ');
}
.orange.icon-soa-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polyline fill="%23a56600" points="26.904,22.442 22.445,14.71 19.7,16.36 24.269,24.274 26.904,22.442 "/> <polyline fill="%23a56600" points="10.209,11.678 7.617,13.024 11.506,19.792 12.179,19.395 12.186,19.359 12.469,15.6 10.209,11.678 "/> <polygon fill="%23a56600" points="18.094,10.128 15.321,11.625 14.155,23.297 16.645,21.725 17.45,15.317 17.094,14.71 17.557,14.45 "/> <polyline fill="%23ffbc00" points="21.546,22.442 21.236,21.908 20.02,22.407 17.478,24.071 21.546,22.442 "/> <polyline fill="%23ffbc00" points="17.094,14.71 19.7,16.36 22.445,14.71 19.83,13.14 17.557,14.45 17.094,14.71 "/> <polygon fill="%23ffbc00" points="8.514,9.288 10.716,10.678 13.432,9.288 11.216,7.956 "/> <polygon fill="%23ffbc00" points="18.094,10.128 15.638,8.693 12.873,10.128 15.321,11.625 "/> <polyline fill="%23d88500" points="19.7,16.36 17.094,14.71 17.45,15.317 21.236,21.908 21.546,22.442 17.478,24.071 19.903,25.81 24.269,24.274 19.7,16.36 "/> <polyline fill="%23d88500" points="12.186,19.359 12.005,21.725 14.155,23.297 15.321,11.625 12.873,10.128 12.469,15.6 12.186,19.359 "/> <polygon fill="%23d88500" points="7.617,13.024 10.716,10.678 8.514,9.288 5.627,11.678 9.434,18.309 11.506,19.792 "/> <path fill="%23333333" d="M10.209,11.678l3.222-2.389l-2.716,1.39l-3.099,2.346L10.209,11.678z"/> </svg> ');
}
.orange.icon-soa-rest{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polygon fill="%23676767" points="23.682,19.692 23.622,21.255 24.256,20.685 24.374,19.207 "/> <polygon fill="%23333333" points="23.622,21.255 22.845,20.738 22.845,20.231 23.682,19.692 "/> <polygon fill="%23ffbc00" points="18.51,15.927 14.933,13.896 7.768,17.856 15.561,23.249 15.448,17.807 "/> <polyline fill="%23a56600" points="14.933,13.782 14.941,13.425 14.948,8.835 7.302,12.559 7.671,17.791 7.768,17.856 14.933,13.896 14.933,13.782 "/> <polygon fill="%23676767" points="16.335,18.375 16.41,23.558 16.417,23.745 16.41,23.745 16.432,24.89 24.371,19.257 24.762,13.132 "/> <polyline fill="%23d88500" points="14.948,8.827 14.948,8.835 14.941,13.425 14.941,13.774 14.933,13.782 14.933,13.896 18.51,15.927 23.124,13.116 18.901,10.898 18.893,10.898 14.948,8.827 "/> <polygon fill="%23d88500" points="7.302,12.559 6.551,12.072 7.017,18.286 15.591,24.297 16.432,24.89 16.41,23.745 16.41,23.558 16.335,18.375 15.448,17.807 15.561,23.249 7.768,17.856 7.671,17.791 "/> <polyline fill="%23ffbc00" points="14.948,8.039 6.551,12.072 7.302,12.559 14.948,8.835 14.948,8.827 23.124,13.116 18.51,15.927 15.448,17.807 16.335,18.375 24.747,13.124 14.948,8.039 "/> <polygon fill="%23999999" points="7.708,18.771 7.768,20.334 7.135,19.765 7.017,18.286 "/> <polygon fill="%23999999" points="16.436,24.899 16.453,26.462 15.562,25.673 15.531,24.211 "/> <polygon fill="%23676767" points="16.432,24.89 16.453,26.462 17.367,25.673 17.397,24.211 "/> <polygon fill="%23676767" points="7.768,20.334 8.546,19.817 8.546,19.31 7.708,18.771 "/> <polygon fill="%23ffbc00" points="21.447,10.953 21.506,14.102 23.124,13.116 23.124,10.027 14.933,5.723 13.233,6.575 "/> <polygon fill="%23d88500" points="13.414,14.735 13.233,6.575 21.447,10.953 21.506,14.102 17.033,16.833 "/> <polygon fill="%23a56600" points="23.124,10.027 21.447,10.953 21.506,14.102 23.124,13.116 "/> </svg>');
}
.orange.icon-soa-mqtt{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23a56600" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%23d88500" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg>');
}
.orange.icon-soa-mqtt.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23a56600" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%23d88500" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%23ffbc00" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.orange.icon-soa-mqtt-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23a56600" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23d88500" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.orange.icon-soa-mqtt-topic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23a56600" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%23a56600" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%23a56600" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%23a56600" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%23ffbc00" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%23ffbc00" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%23ffbc00" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%23ffbc00" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%23a56600" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%23d88500" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%23ffbc00" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%23a56600" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%23d88500" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.orange.icon-soa-websocket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23a56600" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%23d88500" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%23ffbc00" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%23d88500" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%23ffbc00" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.orange.icon-soa-websocket-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23a56600" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23d88500" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23d88500"/> </linearGradient> <path fill="%23ffbc00" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.red.icon-soa{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23FF0000"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.red.icon-soa.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="8.2459" cy="15.3861" r="5.8597" fx="11.8158" fy="13.7779" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.882" cy="15.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="17.9798" cy="14.2733" r="13.4445" fx="26.1707" fy="10.5835" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="17.144" cy="13.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="21.473" cy="22.9233" r="8.6145" fx="26.7213" fy="20.559" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="20.937" cy="22.549" r="5.935"/> </svg> ');
}
.red.icon-soa-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.red.icon-soa-server-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1745.8325" cy="-1433.0897" r="5.8597" fx="1749.4025" fy="-1434.6979" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.3782 233.8359)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <polyline fill="%23FF0000" points="8.97,17.794 14.276,21.602 24.986,14.479 23.812,13.836 19.901,11.515 8.97,17.794 "/> <polyline fill="%23FF0000" points="25.783,4.912 19.901,2.359 8.038,7.856 13.915,11.288 25.783,4.912 "/> <polygon fill="%23FF0000" points="25.366,9.883 19.901,7.248 9.911,12.313 9.906,12.313 8.527,13.038 14.106,16.687 "/> <polyline fill="%23990000" points="14.276,21.602 14.384,24.592 24.749,17.315 24.986,14.479 14.276,21.602 "/> <polyline fill="%23990000" points="25.5,8.35 25.783,4.912 13.915,11.288 14.044,15.03 25.5,8.35 "/> <polygon fill="%23990000" points="14.106,16.687 14.224,20.022 25.109,12.997 25.366,9.883 "/> <polyline fill="%23CC0000" points="8.97,17.794 9.237,20.707 14.384,24.592 14.276,21.602 8.97,17.794 "/> <polyline fill="%23CC0000" points="8.038,7.856 8.373,11.443 14.044,15.03 13.915,11.288 8.038,7.856 "/> <polygon fill="%23CC0000" points="14.224,20.022 14.106,16.687 8.527,13.038 8.825,16.265 10.086,17.14 10.086,17.145 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="456.6467" y1="571.0664" x2="463.6522" y2="571.015" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.8223 -697.0154)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </svg> ');
}
.red.icon-soa-server-service{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="15.0626" cy="14.2438" r="10.684" fx="21.5716" fy="11.3116" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M19.312,18.175c1.762-1.762,2.659-4.057,2.704-6.366c-0.385-1.013-0.979-1.964-1.794-2.78 c-3.088-3.087-8.093-3.087-11.181,0c-3.027,3.027-3.079,7.893-0.17,10.992C12.296,21.608,16.488,20.999,19.312,18.175z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%23FF0000"/> <stop offset="0.6834" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_4_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.red.icon-soa-client{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.red.icon-soa-client-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%23990000" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%23FF0000"/> <stop offset="0.8492" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%23CC0000" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.red.icon-soa-client-call{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="9.057242e-07" style="stop-color:%23FF0000"/> <stop offset="0.6834" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.red.icon-soa-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23CC0000" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23CC0000" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23FF0000" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%23FF0000" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23990000" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.red.icon-soa-schema-interface{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23999999" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23999999" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23CCCCCC" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%23FF0000" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23676767" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> <polygon fill="%23990000" points="10.357,11.176 10.724,17.435 25.478,9.335 25.832,3.358 "/> </g> </svg> ');
}
.red.icon-soa-xml{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polyline fill="%23990000" points="26.904,22.442 22.445,14.71 19.7,16.36 24.269,24.274 26.904,22.442 "/> <polyline fill="%23990000" points="10.209,11.678 7.617,13.024 11.506,19.792 12.179,19.395 12.186,19.359 12.469,15.6 10.209,11.678 "/> <polygon fill="%23990000" points="18.094,10.128 15.321,11.625 14.155,23.297 16.645,21.725 17.45,15.317 17.094,14.71 17.557,14.45 "/> <polyline fill="%23FF0000" points="21.546,22.442 21.236,21.908 20.02,22.407 17.478,24.071 21.546,22.442 "/> <polyline fill="%23FF0000" points="17.094,14.71 19.7,16.36 22.445,14.71 19.83,13.14 17.557,14.45 17.094,14.71 "/> <polygon fill="%23FF0000" points="8.514,9.288 10.716,10.678 13.432,9.288 11.216,7.956 "/> <polygon fill="%23FF0000" points="18.094,10.128 15.638,8.693 12.873,10.128 15.321,11.625 "/> <polyline fill="%23CC0000" points="19.7,16.36 17.094,14.71 17.45,15.317 21.236,21.908 21.546,22.442 17.478,24.071 19.903,25.81 24.269,24.274 19.7,16.36 "/> <polyline fill="%23CC0000" points="12.186,19.359 12.005,21.725 14.155,23.297 15.321,11.625 12.873,10.128 12.469,15.6 12.186,19.359 "/> <polygon fill="%23CC0000" points="7.617,13.024 10.716,10.678 8.514,9.288 5.627,11.678 9.434,18.309 11.506,19.792 "/> <path fill="%23333333" d="M10.209,11.678l3.222-2.389l-2.716,1.39l-3.099,2.346L10.209,11.678z"/> </svg> ');
}
.red.icon-soa-rest{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <polygon fill="%23676767" points="23.682,19.692 23.622,21.255 24.256,20.685 24.374,19.207 "/> <polygon fill="%23333333" points="23.622,21.255 22.845,20.738 22.845,20.231 23.682,19.692 "/> <polygon fill="%23FF0000" points="18.51,15.927 14.933,13.896 7.768,17.856 15.561,23.249 15.448,17.807 "/> <polyline fill="%23990000" points="14.933,13.782 14.941,13.425 14.948,8.835 7.302,12.559 7.671,17.791 7.768,17.856 14.933,13.896 14.933,13.782 "/> <polygon fill="%23676767" points="16.335,18.375 16.41,23.558 16.417,23.745 16.41,23.745 16.432,24.89 24.371,19.257 24.762,13.132 "/> <polyline fill="%23CC0000" points="14.948,8.827 14.948,8.835 14.941,13.425 14.941,13.774 14.933,13.782 14.933,13.896 18.51,15.927 23.124,13.116 18.901,10.898 18.893,10.898 14.948,8.827 "/> <polygon fill="%23CC0000" points="7.302,12.559 6.551,12.072 7.017,18.286 15.591,24.297 16.432,24.89 16.41,23.745 16.41,23.558 16.335,18.375 15.448,17.807 15.561,23.249 7.768,17.856 7.671,17.791 "/> <polyline fill="%23FF0000" points="14.948,8.039 6.551,12.072 7.302,12.559 14.948,8.835 14.948,8.827 23.124,13.116 18.51,15.927 15.448,17.807 16.335,18.375 24.747,13.124 14.948,8.039 "/> <polygon fill="%23999999" points="7.708,18.771 7.768,20.334 7.135,19.765 7.017,18.286 "/> <polygon fill="%23999999" points="16.436,24.899 16.453,26.462 15.562,25.673 15.531,24.211 "/> <polygon fill="%23676767" points="16.432,24.89 16.453,26.462 17.367,25.673 17.397,24.211 "/> <polygon fill="%23676767" points="7.768,20.334 8.546,19.817 8.546,19.31 7.708,18.771 "/> <polygon fill="%23FF0000" points="21.447,10.953 21.506,14.102 23.124,13.116 23.124,10.027 14.933,5.723 13.233,6.575 "/> <polygon fill="%23CC0000" points="13.414,14.735 13.233,6.575 21.447,10.953 21.506,14.102 17.033,16.833 "/> <polygon fill="%23990000" points="23.124,10.027 21.447,10.953 21.506,14.102 23.124,13.116 "/> </svg>');
}
.red.icon-soa-mqtt{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23990000" d="M15.987 22.693l5.562-4.244.804-6.806-6.366 3.586v7.464z"/> <path fill="%23CC0000" d="M10.425 18.522l5.562 4.244v-7.464L9.62 11.716l.805 6.806z"/> <path fill="%23676767" d="M15.95 15.322v-6.4l-6.35 2.8 6.35 3.6z"/> <path fill="%23999999" d="M21.85 15.622l1-.75-.55-3.2-4.95 2.8-1.4.85 1.1 3.9 4.8-3.6z"/> <path fill="%23333333" d="M8.95 15.872l1.15-.5-.5-3.65-.65 4.15z"/> <path fill="%23CCCCCC" d="M22.3 11.722l-6.35-2.8V15.322l6.35-3.6z"/> </svg>');
}
.red.icon-soa-mqtt.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23990000" d="M16.074 22.7l5.561-4.245.805-6.805-6.366 3.585V22.7z"/> <path fill="%23CC0000" d="M10.512 18.528l5.562 4.245v-7.464l-6.367-3.586.805 6.805z"/> <path fill="%23FF0000" d="M16.074 8.942l-6.367 2.78 6.367 3.587 6.366-3.586-6.366-2.781z"/> </svg>');
}
.red.icon-soa-mqtt-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23990000" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23CC0000" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.red.icon-soa-mqtt-topic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23990000" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%23990000" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%23990000" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%23990000" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%23FF0000" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%23FF0000" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%23FF0000" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%23FF0000" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%23990000" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%23CC0000" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%23FF0000" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%23990000" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%23CC0000" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.red.icon-soa-websocket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23990000" d="M16.103,27.205l7.511-4.876l1.081-10.935l-8.592,4.186L16.103,27.205z"/> <path fill="%23CC0000" d="M8.592,22.328l7.511,4.876l0-11.625L7.51,11.393L8.592,22.328z"/> <path fill="%23FF0000" d="M16.103,8.526L7.51,11.393l8.592,4.186l8.592-4.186L16.103,8.526z"/> <polygon fill="%23676767" points="8.592,22.328 16.103,18.228 16.103,15.58 7.51,11.393 "/> <polygon fill="%23CC0000" points="7.51,11.393 4.215,6.738 14.598,10.904 16.103,15.58 "/> <polygon fill="%23FF0000" points="8.592,22.328 5.162,24.5 13.234,31.108 16.103,27.205 "/> </svg>');
}
.red.icon-soa-websocket-server{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <radialGradient id="SVGID_2_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_2_)" cx="23.926" cy="23.702" r="5.935"/> </g> <path fill="%23990000" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23CC0000" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23CC0000"/> </linearGradient> <path fill="%23FF0000" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}


.blue.icon-ai{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <g transform="translate(64,84) scale(0.75)"> <path fill="%23003399" d="M144.317 85.269h223.368c15.381 0 29.391 6.325 39.567 16.494l.025-.024c10.163 10.164 16.477 24.193 16.477 39.599v189.728c0 15.401-6.326 29.425-16.485 39.584-10.159 10.159-24.183 16.484-39.584 16.484H144.317c-15.4 0-29.437-6.313-39.601-16.476-10.152-10.152-16.47-24.167-16.47-39.592V141.338c0-15.374 6.306-29.379 16.463-39.558l.078-.078c10.178-10.139 24.168-16.433 39.53-16.433zm59.98 204.329h-39.825l30.577-117.964h58.32l30.577 117.964h-39.825l-3.051-18.686h-33.725l-3.048 18.686zm15.645-81.726l-5.801 33.032h19.945l-5.61-33.032h-8.534zm74.007 81.726V171.634h37.749v117.964h-37.749zm161.348-35.797v30.763c0 3.165 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.586 5.752-5.751v-30.763c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zm0-70.639v30.762c0 3.163 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.589 5.752-5.752v-30.762c0-3.168-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.584-5.752 5.752zm0 141.278v30.763c0 3.165 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.587 5.752-5.752V324.44c0-3.165-2.587-5.751-5.752-5.751h-45.199c-3.165 0-5.752 2.586-5.752 5.751zm0-211.92v30.763c0 3.164 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.587 5.752-5.751V112.52c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zM56.703 253.801v30.763c0 3.165-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.586-5.752-5.751v-30.763c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zm0-70.639v30.762c0 3.163-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.589-5.752-5.752v-30.762c0-3.168 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.584 5.752 5.752zm0 141.278v30.763c0 3.165-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.587-5.752-5.752V324.44c0-3.165 2.587-5.751 5.752-5.751h45.199c3.165 0 5.752 2.586 5.752 5.751zm0-211.92v30.763c0 3.164-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.587-5.752-5.751V112.52c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zM346.579 415.7h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752v-45.199c0-3.165 2.586-5.752 5.751-5.752zM346.579 0h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752V5.752c0-3.165 2.586-5.752 5.751-5.752zm233.027 111.097H144.317a30.11 30.11 0 00-21.35 8.844l-.049.049a30.117 30.117 0 00-8.844 21.348v189.728c0 8.292 3.414 15.847 8.9 21.333 5.494 5.493 13.058 8.907 21.343 8.907h223.368c8.273 0 15.833-3.421 21.326-8.914s8.915-13.053 8.915-21.326V141.338c0-8.283-3.414-15.848-8.908-21.341v-.049c-5.454-5.456-13.006-8.851-21.333-8.851z"/> </g> </svg>');
}
.blue.icon-ai-cloude{
background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?> <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"> <g transform="translate(32,62) scale(0.75)"> <g fill="%23181818"> <path d="M147.486878,0 C147.486878,0 217.568251,175.780074 217.568251,175.780074 C217.568251,175.780074 256,175.780074 256,175.780074 C256,175.780074 185.918621,0 185.918621,0 C185.918621,0 147.486878,0 147.486878,0 C147.486878,0 147.486878,0 147.486878,0 Z"></path> <path d="M66.1828124,106.221191 C66.1828124,106.221191 90.1624677,44.4471185 90.1624677,44.4471185 C90.1624677,44.4471185 114.142128,106.221191 114.142128,106.221191 C114.142128,106.221191 66.1828124,106.221191 66.1828124,106.221191 C66.1828124,106.221191 66.1828124,106.221191 66.1828124,106.221191 Z M70.0705318,0 C70.0705318,0 0,175.780074 0,175.780074 C0,175.780074 39.179211,175.780074 39.179211,175.780074 C39.179211,175.780074 53.5097704,138.86606 53.5097704,138.86606 C53.5097704,138.86606 126.817544,138.86606 126.817544,138.86606 C126.817544,138.86606 141.145724,175.780074 141.145724,175.780074 C141.145724,175.780074 180.324935,175.780074 180.324935,175.780074 C180.324935,175.780074 110.254409,0 110.254409,0 C110.254409,0 70.0705318,0 70.0705318,0 C70.0705318,0 70.0705318,0 70.0705318,0 Z"></path> </g> </g> </svg> ');
}
.blue.icon-ai-gpt{
background-image:url('data:image/svg+xml;utf8,<svg fill="%23000" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(4,4)"> <path d="M21.55 10.004a5.416 5.416 0 00-.478-4.501c-1.217-2.09-3.662-3.166-6.05-2.66A5.59 5.59 0 0010.831 1C8.39.995 6.224 2.546 5.473 4.838A5.553 5.553 0 001.76 7.496a5.487 5.487 0 00.691 6.5 5.416 5.416 0 00.477 4.502c1.217 2.09 3.662 3.165 6.05 2.66A5.586 5.586 0 0013.168 23c2.443.006 4.61-1.546 5.361-3.84a5.553 5.553 0 003.715-2.66 5.488 5.488 0 00-.693-6.497v.001zm-8.381 11.558a4.199 4.199 0 01-2.675-.954c.034-.018.093-.05.132-.074l4.44-2.53a.71.71 0 00.364-.623v-6.176l1.877 1.069c.02.01.033.029.036.05v5.115c-.003 2.274-1.87 4.118-4.174 4.123zM4.192 17.78a4.059 4.059 0 01-.498-2.763c.032.02.09.055.131.078l4.44 2.53c.225.13.504.13.73 0l5.42-3.088v2.138a.068.068 0 01-.027.057L9.9 19.288c-1.999 1.136-4.552.46-5.707-1.51h-.001zM3.023 8.216A4.15 4.15 0 015.198 6.41l-.002.151v5.06a.711.711 0 00.364.624l5.42 3.087-1.876 1.07a.067.067 0 01-.063.005l-4.489-2.559c-1.995-1.14-2.679-3.658-1.53-5.63h.001zm15.417 3.54l-5.42-3.088L14.896 7.6a.067.067 0 01.063-.006l4.489 2.557c1.998 1.14 2.683 3.662 1.529 5.633a4.163 4.163 0 01-2.174 1.807V12.38a.71.71 0 00-.363-.623zm1.867-2.773a6.04 6.04 0 00-.132-.078l-4.44-2.53a.731.731 0 00-.729 0l-5.42 3.088V7.325a.068.068 0 01.027-.057L14.1 4.713c2-1.137 4.555-.46 5.707 1.513.487.833.664 1.809.499 2.757h.001zm-11.741 3.81l-1.877-1.068a.065.065 0 01-.036-.051V6.559c.001-2.277 1.873-4.122 4.181-4.12.976 0 1.92.338 2.671.954-.034.018-.092.05-.131.073l-4.44 2.53a.71.71 0 00-.365.623l-.003 6.173v.002zm1.02-2.168L12 9.25l2.414 1.375v2.75L12 14.75l-2.415-1.375v-2.75z"></path> </g> </svg>');
}
.blue.icon-ai-assistent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- 3D telo - kocka v tmavej farbe --> <path fill="%23003399" d="M16,18 L26,22 L26,28 L16,24 Z"/> <path fill="%23003399" d="M16,18 L6,22 L6,28 L16,24 Z"/> <path fill="%230044B2" d="M6,22 L16,18 L26,22 L16,26 Z"/> <!-- <path fill="%23003399" d="M16,19 L26,23 L26,29 L16,25 Z"/> <path fill="%23003399" d="M16,19 L6,23 L6,29 L16,25 Z"/> <path fill="%230044B2" d="M6,23 L16,19 L26,23 L16,27 Z"/> --> <!-- Väčšia hlava - svetlá guľa --> <circle cx="16" cy="11" r="7" fill="%230099FF"/> <!-- Oči --> <circle cx="13.5" cy="10" r="1" fill="%23003399"/> <circle cx="18.5" cy="10" r="1" fill="%23003399"/> <!-- Úsmev --> <path d="M13 13 C14.5 15, 17.5 15, 19 13" stroke="%23003399" stroke-width="1.2" fill="none" stroke-linecap="round"/> <!-- Anténa --> <line x1="16" y1="3.5" x2="16" y2="5.5" stroke="%23003399" stroke-width="1.5"/> <circle cx="16" cy="3.5" r="1" fill="%23003399"/> </svg> ');
}
.blue.icon-ai-assistent2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Telo asistenta --> <path fill="%230044B2" d="M8 18 L24 18 L26 28 L6 28 Z"/> <!-- Hlava asistenta --> <rect x="10" y="6" width="12" height="10" rx="2" fill="%23003399"/> <!-- Oči (AI senzory) - posunuté o 1px vyššie --> <circle cx="13" cy="9" r="1.25" fill="%230099FF"/> <circle cx="19" cy="9" r="1.25" fill="%230099FF"/> <!-- Anténa --> <line x1="16" y1="2.5" x2="16" y2="6" stroke="%230099FF" stroke-width="2"/> <circle cx="16" cy="2.5" r="1" fill="%230099FF"/> <!-- Úsmev - posunutý o 1px vyššie --> <path d="M13 13 C14 15, 18 15, 19 13" stroke="%230099FF" stroke-width="1.5" fill="none" stroke-linecap="round"/> </svg> ');
}
.blue.icon-ai-chatbot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Hlava robota --> <path fill="%230099FF" d="M8 10a8 8 0 0116 0v8a8 8 0 01-16 0v-8z"/> <!-- Vrchný lesk --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> <!-- <path fill="%23FFFFFF" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> --> <!-- Tienik dole --> <path fill="%230044B2" d="M8 18c2 2 5 3 8 3s6-1 8-3v1a8 8 0 01-16 0v-1z"/> <!-- Oči hore --> <circle cx="12" cy="11" r="1.2" fill="%23003366"/> <circle cx="20" cy="11" r="1.2" fill="%23003366"/> <!-- Úsmev – mierne zakrivené konverzačné pásiky --> <path fill="%23003399" d="M11 17c2 1 8 1 10 0a1 1 0 000-1.5c-2 1-8 1-10 0a1 1 0 000 1.5z"/> </svg> ');
}
.blue.icon-ai-chatbot-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Bublina konverzácie --> <path fill="%230099FF" d="M4 6h22a2 2 0 012 2v12a2 2 0 01-2 2H10l-6 6V8a2 2 0 012-2z"/> <!-- Tieň --> <path fill="%230044B2" d="M10 22l-5 5v-5h5z"/> <!-- Textové riadky --> <rect x="8" y="10" width="14" height="2" fill="%23003399" rx="1"/> <rect x="8" y="14" width="10" height="2" fill="%23003399" rx="1"/> <!-- Lesk v hornom rohu --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M4 6h10c-3 0-5.5 1-7 3C5.5 8.5 4.5 7.5 4 6z"/> </svg> ');
}
.lightBlue.icon-ai{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <g transform="translate(64,84) scale(0.75)"> <path fill="%23269FBF" d="M144.317 85.269h223.368c15.381 0 29.391 6.325 39.567 16.494l.025-.024c10.163 10.164 16.477 24.193 16.477 39.599v189.728c0 15.401-6.326 29.425-16.485 39.584-10.159 10.159-24.183 16.484-39.584 16.484H144.317c-15.4 0-29.437-6.313-39.601-16.476-10.152-10.152-16.47-24.167-16.47-39.592V141.338c0-15.374 6.306-29.379 16.463-39.558l.078-.078c10.178-10.139 24.168-16.433 39.53-16.433zm59.98 204.329h-39.825l30.577-117.964h58.32l30.577 117.964h-39.825l-3.051-18.686h-33.725l-3.048 18.686zm15.645-81.726l-5.801 33.032h19.945l-5.61-33.032h-8.534zm74.007 81.726V171.634h37.749v117.964h-37.749zm161.348-35.797v30.763c0 3.165 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.586 5.752-5.751v-30.763c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zm0-70.639v30.762c0 3.163 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.589 5.752-5.752v-30.762c0-3.168-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.584-5.752 5.752zm0 141.278v30.763c0 3.165 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.587 5.752-5.752V324.44c0-3.165-2.587-5.751-5.752-5.751h-45.199c-3.165 0-5.752 2.586-5.752 5.751zm0-211.92v30.763c0 3.164 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.587 5.752-5.751V112.52c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zM56.703 253.801v30.763c0 3.165-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.586-5.752-5.751v-30.763c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zm0-70.639v30.762c0 3.163-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.589-5.752-5.752v-30.762c0-3.168 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.584 5.752 5.752zm0 141.278v30.763c0 3.165-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.587-5.752-5.752V324.44c0-3.165 2.587-5.751 5.752-5.751h45.199c3.165 0 5.752 2.586 5.752 5.751zm0-211.92v30.763c0 3.164-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.587-5.752-5.751V112.52c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zM346.579 415.7h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752v-45.199c0-3.165 2.586-5.752 5.751-5.752zM346.579 0h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752V5.752c0-3.165 2.586-5.752 5.751-5.752zm233.027 111.097H144.317a30.11 30.11 0 00-21.35 8.844l-.049.049a30.117 30.117 0 00-8.844 21.348v189.728c0 8.292 3.414 15.847 8.9 21.333 5.494 5.493 13.058 8.907 21.343 8.907h223.368c8.273 0 15.833-3.421 21.326-8.914s8.915-13.053 8.915-21.326V141.338c0-8.283-3.414-15.848-8.908-21.341v-.049c-5.454-5.456-13.006-8.851-21.333-8.851z"/> </g> </svg>');
}
.lightBlue.icon-ai-cloude{
background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?> <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"> <g transform="translate(32,62) scale(0.75)"> <g fill="%23181818"> <path d="M147.486878,0 C147.486878,0 217.568251,175.780074 217.568251,175.780074 C217.568251,175.780074 256,175.780074 256,175.780074 C256,175.780074 185.918621,0 185.918621,0 C185.918621,0 147.486878,0 147.486878,0 C147.486878,0 147.486878,0 147.486878,0 Z"></path> <path d="M66.1828124,106.221191 C66.1828124,106.221191 90.1624677,44.4471185 90.1624677,44.4471185 C90.1624677,44.4471185 114.142128,106.221191 114.142128,106.221191 C114.142128,106.221191 66.1828124,106.221191 66.1828124,106.221191 C66.1828124,106.221191 66.1828124,106.221191 66.1828124,106.221191 Z M70.0705318,0 C70.0705318,0 0,175.780074 0,175.780074 C0,175.780074 39.179211,175.780074 39.179211,175.780074 C39.179211,175.780074 53.5097704,138.86606 53.5097704,138.86606 C53.5097704,138.86606 126.817544,138.86606 126.817544,138.86606 C126.817544,138.86606 141.145724,175.780074 141.145724,175.780074 C141.145724,175.780074 180.324935,175.780074 180.324935,175.780074 C180.324935,175.780074 110.254409,0 110.254409,0 C110.254409,0 70.0705318,0 70.0705318,0 C70.0705318,0 70.0705318,0 70.0705318,0 Z"></path> </g> </g> </svg> ');
}
.lightBlue.icon-ai-gpt{
background-image:url('data:image/svg+xml;utf8,<svg fill="%23000" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(4,4)"> <path d="M21.55 10.004a5.416 5.416 0 00-.478-4.501c-1.217-2.09-3.662-3.166-6.05-2.66A5.59 5.59 0 0010.831 1C8.39.995 6.224 2.546 5.473 4.838A5.553 5.553 0 001.76 7.496a5.487 5.487 0 00.691 6.5 5.416 5.416 0 00.477 4.502c1.217 2.09 3.662 3.165 6.05 2.66A5.586 5.586 0 0013.168 23c2.443.006 4.61-1.546 5.361-3.84a5.553 5.553 0 003.715-2.66 5.488 5.488 0 00-.693-6.497v.001zm-8.381 11.558a4.199 4.199 0 01-2.675-.954c.034-.018.093-.05.132-.074l4.44-2.53a.71.71 0 00.364-.623v-6.176l1.877 1.069c.02.01.033.029.036.05v5.115c-.003 2.274-1.87 4.118-4.174 4.123zM4.192 17.78a4.059 4.059 0 01-.498-2.763c.032.02.09.055.131.078l4.44 2.53c.225.13.504.13.73 0l5.42-3.088v2.138a.068.068 0 01-.027.057L9.9 19.288c-1.999 1.136-4.552.46-5.707-1.51h-.001zM3.023 8.216A4.15 4.15 0 015.198 6.41l-.002.151v5.06a.711.711 0 00.364.624l5.42 3.087-1.876 1.07a.067.067 0 01-.063.005l-4.489-2.559c-1.995-1.14-2.679-3.658-1.53-5.63h.001zm15.417 3.54l-5.42-3.088L14.896 7.6a.067.067 0 01.063-.006l4.489 2.557c1.998 1.14 2.683 3.662 1.529 5.633a4.163 4.163 0 01-2.174 1.807V12.38a.71.71 0 00-.363-.623zm1.867-2.773a6.04 6.04 0 00-.132-.078l-4.44-2.53a.731.731 0 00-.729 0l-5.42 3.088V7.325a.068.068 0 01.027-.057L14.1 4.713c2-1.137 4.555-.46 5.707 1.513.487.833.664 1.809.499 2.757h.001zm-11.741 3.81l-1.877-1.068a.065.065 0 01-.036-.051V6.559c.001-2.277 1.873-4.122 4.181-4.12.976 0 1.92.338 2.671.954-.034.018-.092.05-.131.073l-4.44 2.53a.71.71 0 00-.365.623l-.003 6.173v.002zm1.02-2.168L12 9.25l2.414 1.375v2.75L12 14.75l-2.415-1.375v-2.75z"></path> </g> </svg>');
}
.lightBlue.icon-ai-assistent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- 3D telo - kocka v tmavej farbe --> <path fill="%23269FBF" d="M16,18 L26,22 L26,28 L16,24 Z"/> <path fill="%23269FBF" d="M16,18 L6,22 L6,28 L16,24 Z"/> <path fill="%232189a5" d="M6,22 L16,18 L26,22 L16,26 Z"/> <!-- <path fill="%23269FBF" d="M16,19 L26,23 L26,29 L16,25 Z"/> <path fill="%23269FBF" d="M16,19 L6,23 L6,29 L16,25 Z"/> <path fill="%232189a5" d="M6,23 L16,19 L26,23 L16,27 Z"/> --> <!-- Väčšia hlava - svetlá guľa --> <circle cx="16" cy="11" r="7" fill="%2333CCFF"/> <!-- Oči --> <circle cx="13.5" cy="10" r="1" fill="%23269FBF"/> <circle cx="18.5" cy="10" r="1" fill="%23269FBF"/> <!-- Úsmev --> <path d="M13 13 C14.5 15, 17.5 15, 19 13" stroke="%23269FBF" stroke-width="1.2" fill="none" stroke-linecap="round"/> <!-- Anténa --> <line x1="16" y1="3.5" x2="16" y2="5.5" stroke="%23269FBF" stroke-width="1.5"/> <circle cx="16" cy="3.5" r="1" fill="%23269FBF"/> </svg> ');
}
.lightBlue.icon-ai-assistent2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Telo asistenta --> <path fill="%232189a5" d="M8 18 L24 18 L26 28 L6 28 Z"/> <!-- Hlava asistenta --> <rect x="10" y="6" width="12" height="10" rx="2" fill="%23269FBF"/> <!-- Oči (AI senzory) - posunuté o 1px vyššie --> <circle cx="13" cy="9" r="1.25" fill="%2333CCFF"/> <circle cx="19" cy="9" r="1.25" fill="%2333CCFF"/> <!-- Anténa --> <line x1="16" y1="2.5" x2="16" y2="6" stroke="%2333CCFF" stroke-width="2"/> <circle cx="16" cy="2.5" r="1" fill="%2333CCFF"/> <!-- Úsmev - posunutý o 1px vyššie --> <path d="M13 13 C14 15, 18 15, 19 13" stroke="%2333CCFF" stroke-width="1.5" fill="none" stroke-linecap="round"/> </svg> ');
}
.lightBlue.icon-ai-chatbot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Hlava robota --> <path fill="%2333CCFF" d="M8 10a8 8 0 0116 0v8a8 8 0 01-16 0v-8z"/> <!-- Vrchný lesk --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> <!-- <path fill="%23FFFFFF" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> --> <!-- Tienik dole --> <path fill="%232189a5" d="M8 18c2 2 5 3 8 3s6-1 8-3v1a8 8 0 01-16 0v-1z"/> <!-- Oči hore --> <circle cx="12" cy="11" r="1.2" fill="%23003366"/> <circle cx="20" cy="11" r="1.2" fill="%23003366"/> <!-- Úsmev – mierne zakrivené konverzačné pásiky --> <path fill="%23269FBF" d="M11 17c2 1 8 1 10 0a1 1 0 000-1.5c-2 1-8 1-10 0a1 1 0 000 1.5z"/> </svg> ');
}
.lightBlue.icon-ai-chatbot-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Bublina konverzácie --> <path fill="%2333CCFF" d="M4 6h22a2 2 0 012 2v12a2 2 0 01-2 2H10l-6 6V8a2 2 0 012-2z"/> <!-- Tieň --> <path fill="%232189a5" d="M10 22l-5 5v-5h5z"/> <!-- Textové riadky --> <rect x="8" y="10" width="14" height="2" fill="%23269FBF" rx="1"/> <rect x="8" y="14" width="10" height="2" fill="%23269FBF" rx="1"/> <!-- Lesk v hornom rohu --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M4 6h10c-3 0-5.5 1-7 3C5.5 8.5 4.5 7.5 4 6z"/> </svg> ');
}
.green.icon-ai{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <g transform="translate(64,84) scale(0.75)"> <path fill="%232f8c51" d="M144.317 85.269h223.368c15.381 0 29.391 6.325 39.567 16.494l.025-.024c10.163 10.164 16.477 24.193 16.477 39.599v189.728c0 15.401-6.326 29.425-16.485 39.584-10.159 10.159-24.183 16.484-39.584 16.484H144.317c-15.4 0-29.437-6.313-39.601-16.476-10.152-10.152-16.47-24.167-16.47-39.592V141.338c0-15.374 6.306-29.379 16.463-39.558l.078-.078c10.178-10.139 24.168-16.433 39.53-16.433zm59.98 204.329h-39.825l30.577-117.964h58.32l30.577 117.964h-39.825l-3.051-18.686h-33.725l-3.048 18.686zm15.645-81.726l-5.801 33.032h19.945l-5.61-33.032h-8.534zm74.007 81.726V171.634h37.749v117.964h-37.749zm161.348-35.797v30.763c0 3.165 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.586 5.752-5.751v-30.763c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zm0-70.639v30.762c0 3.163 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.589 5.752-5.752v-30.762c0-3.168-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.584-5.752 5.752zm0 141.278v30.763c0 3.165 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.587 5.752-5.752V324.44c0-3.165-2.587-5.751-5.752-5.751h-45.199c-3.165 0-5.752 2.586-5.752 5.751zm0-211.92v30.763c0 3.164 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.587 5.752-5.751V112.52c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zM56.703 253.801v30.763c0 3.165-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.586-5.752-5.751v-30.763c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zm0-70.639v30.762c0 3.163-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.589-5.752-5.752v-30.762c0-3.168 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.584 5.752 5.752zm0 141.278v30.763c0 3.165-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.587-5.752-5.752V324.44c0-3.165 2.587-5.751 5.752-5.751h45.199c3.165 0 5.752 2.586 5.752 5.751zm0-211.92v30.763c0 3.164-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.587-5.752-5.751V112.52c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zM346.579 415.7h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752v-45.199c0-3.165 2.586-5.752 5.751-5.752zM346.579 0h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752V5.752c0-3.165 2.586-5.752 5.751-5.752zm233.027 111.097H144.317a30.11 30.11 0 00-21.35 8.844l-.049.049a30.117 30.117 0 00-8.844 21.348v189.728c0 8.292 3.414 15.847 8.9 21.333 5.494 5.493 13.058 8.907 21.343 8.907h223.368c8.273 0 15.833-3.421 21.326-8.914s8.915-13.053 8.915-21.326V141.338c0-8.283-3.414-15.848-8.908-21.341v-.049c-5.454-5.456-13.006-8.851-21.333-8.851z"/> </g> </svg>');
}
.green.icon-ai-cloude{
background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?> <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"> <g transform="translate(32,62) scale(0.75)"> <g fill="%23181818"> <path d="M147.486878,0 C147.486878,0 217.568251,175.780074 217.568251,175.780074 C217.568251,175.780074 256,175.780074 256,175.780074 C256,175.780074 185.918621,0 185.918621,0 C185.918621,0 147.486878,0 147.486878,0 C147.486878,0 147.486878,0 147.486878,0 Z"></path> <path d="M66.1828124,106.221191 C66.1828124,106.221191 90.1624677,44.4471185 90.1624677,44.4471185 C90.1624677,44.4471185 114.142128,106.221191 114.142128,106.221191 C114.142128,106.221191 66.1828124,106.221191 66.1828124,106.221191 C66.1828124,106.221191 66.1828124,106.221191 66.1828124,106.221191 Z M70.0705318,0 C70.0705318,0 0,175.780074 0,175.780074 C0,175.780074 39.179211,175.780074 39.179211,175.780074 C39.179211,175.780074 53.5097704,138.86606 53.5097704,138.86606 C53.5097704,138.86606 126.817544,138.86606 126.817544,138.86606 C126.817544,138.86606 141.145724,175.780074 141.145724,175.780074 C141.145724,175.780074 180.324935,175.780074 180.324935,175.780074 C180.324935,175.780074 110.254409,0 110.254409,0 C110.254409,0 70.0705318,0 70.0705318,0 C70.0705318,0 70.0705318,0 70.0705318,0 Z"></path> </g> </g> </svg> ');
}
.green.icon-ai-gpt{
background-image:url('data:image/svg+xml;utf8,<svg fill="%23000" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(4,4)"> <path d="M21.55 10.004a5.416 5.416 0 00-.478-4.501c-1.217-2.09-3.662-3.166-6.05-2.66A5.59 5.59 0 0010.831 1C8.39.995 6.224 2.546 5.473 4.838A5.553 5.553 0 001.76 7.496a5.487 5.487 0 00.691 6.5 5.416 5.416 0 00.477 4.502c1.217 2.09 3.662 3.165 6.05 2.66A5.586 5.586 0 0013.168 23c2.443.006 4.61-1.546 5.361-3.84a5.553 5.553 0 003.715-2.66 5.488 5.488 0 00-.693-6.497v.001zm-8.381 11.558a4.199 4.199 0 01-2.675-.954c.034-.018.093-.05.132-.074l4.44-2.53a.71.71 0 00.364-.623v-6.176l1.877 1.069c.02.01.033.029.036.05v5.115c-.003 2.274-1.87 4.118-4.174 4.123zM4.192 17.78a4.059 4.059 0 01-.498-2.763c.032.02.09.055.131.078l4.44 2.53c.225.13.504.13.73 0l5.42-3.088v2.138a.068.068 0 01-.027.057L9.9 19.288c-1.999 1.136-4.552.46-5.707-1.51h-.001zM3.023 8.216A4.15 4.15 0 015.198 6.41l-.002.151v5.06a.711.711 0 00.364.624l5.42 3.087-1.876 1.07a.067.067 0 01-.063.005l-4.489-2.559c-1.995-1.14-2.679-3.658-1.53-5.63h.001zm15.417 3.54l-5.42-3.088L14.896 7.6a.067.067 0 01.063-.006l4.489 2.557c1.998 1.14 2.683 3.662 1.529 5.633a4.163 4.163 0 01-2.174 1.807V12.38a.71.71 0 00-.363-.623zm1.867-2.773a6.04 6.04 0 00-.132-.078l-4.44-2.53a.731.731 0 00-.729 0l-5.42 3.088V7.325a.068.068 0 01.027-.057L14.1 4.713c2-1.137 4.555-.46 5.707 1.513.487.833.664 1.809.499 2.757h.001zm-11.741 3.81l-1.877-1.068a.065.065 0 01-.036-.051V6.559c.001-2.277 1.873-4.122 4.181-4.12.976 0 1.92.338 2.671.954-.034.018-.092.05-.131.073l-4.44 2.53a.71.71 0 00-.365.623l-.003 6.173v.002zm1.02-2.168L12 9.25l2.414 1.375v2.75L12 14.75l-2.415-1.375v-2.75z"></path> </g> </svg>');
}
.green.icon-ai-assistent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- 3D telo - kocka v tmavej farbe --> <path fill="%232f8c51" d="M16,18 L26,22 L26,28 L16,24 Z"/> <path fill="%232f8c51" d="M16,18 L6,22 L6,28 L16,24 Z"/> <path fill="%2321663c" d="M6,22 L16,18 L26,22 L16,26 Z"/> <!-- <path fill="%232f8c51" d="M16,19 L26,23 L26,29 L16,25 Z"/> <path fill="%232f8c51" d="M16,19 L6,23 L6,29 L16,25 Z"/> <path fill="%2321663c" d="M6,23 L16,19 L26,23 L16,27 Z"/> --> <!-- Väčšia hlava - svetlá guľa --> <circle cx="16" cy="11" r="7" fill="%2339b563"/> <!-- Oči --> <circle cx="13.5" cy="10" r="1" fill="%232f8c51"/> <circle cx="18.5" cy="10" r="1" fill="%232f8c51"/> <!-- Úsmev --> <path d="M13 13 C14.5 15, 17.5 15, 19 13" stroke="%232f8c51" stroke-width="1.2" fill="none" stroke-linecap="round"/> <!-- Anténa --> <line x1="16" y1="3.5" x2="16" y2="5.5" stroke="%232f8c51" stroke-width="1.5"/> <circle cx="16" cy="3.5" r="1" fill="%232f8c51"/> </svg> ');
}
.green.icon-ai-assistent2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Telo asistenta --> <path fill="%2321663c" d="M8 18 L24 18 L26 28 L6 28 Z"/> <!-- Hlava asistenta --> <rect x="10" y="6" width="12" height="10" rx="2" fill="%232f8c51"/> <!-- Oči (AI senzory) - posunuté o 1px vyššie --> <circle cx="13" cy="9" r="1.25" fill="%2339b563"/> <circle cx="19" cy="9" r="1.25" fill="%2339b563"/> <!-- Anténa --> <line x1="16" y1="2.5" x2="16" y2="6" stroke="%2339b563" stroke-width="2"/> <circle cx="16" cy="2.5" r="1" fill="%2339b563"/> <!-- Úsmev - posunutý o 1px vyššie --> <path d="M13 13 C14 15, 18 15, 19 13" stroke="%2339b563" stroke-width="1.5" fill="none" stroke-linecap="round"/> </svg> ');
}
.green.icon-ai-chatbot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Hlava robota --> <path fill="%2339b563" d="M8 10a8 8 0 0116 0v8a8 8 0 01-16 0v-8z"/> <!-- Vrchný lesk --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> <!-- <path fill="%23FFFFFF" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> --> <!-- Tienik dole --> <path fill="%2321663c" d="M8 18c2 2 5 3 8 3s6-1 8-3v1a8 8 0 01-16 0v-1z"/> <!-- Oči hore --> <circle cx="12" cy="11" r="1.2" fill="%23003366"/> <circle cx="20" cy="11" r="1.2" fill="%23003366"/> <!-- Úsmev – mierne zakrivené konverzačné pásiky --> <path fill="%232f8c51" d="M11 17c2 1 8 1 10 0a1 1 0 000-1.5c-2 1-8 1-10 0a1 1 0 000 1.5z"/> </svg> ');
}
.green.icon-ai-chatbot-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Bublina konverzácie --> <path fill="%2339b563" d="M4 6h22a2 2 0 012 2v12a2 2 0 01-2 2H10l-6 6V8a2 2 0 012-2z"/> <!-- Tieň --> <path fill="%2321663c" d="M10 22l-5 5v-5h5z"/> <!-- Textové riadky --> <rect x="8" y="10" width="14" height="2" fill="%232f8c51" rx="1"/> <rect x="8" y="14" width="10" height="2" fill="%232f8c51" rx="1"/> <!-- Lesk v hornom rohu --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M4 6h10c-3 0-5.5 1-7 3C5.5 8.5 4.5 7.5 4 6z"/> </svg> ');
}
.lightGreen.icon-ai{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <g transform="translate(64,84) scale(0.75)"> <path fill="%2300b200" d="M144.317 85.269h223.368c15.381 0 29.391 6.325 39.567 16.494l.025-.024c10.163 10.164 16.477 24.193 16.477 39.599v189.728c0 15.401-6.326 29.425-16.485 39.584-10.159 10.159-24.183 16.484-39.584 16.484H144.317c-15.4 0-29.437-6.313-39.601-16.476-10.152-10.152-16.47-24.167-16.47-39.592V141.338c0-15.374 6.306-29.379 16.463-39.558l.078-.078c10.178-10.139 24.168-16.433 39.53-16.433zm59.98 204.329h-39.825l30.577-117.964h58.32l30.577 117.964h-39.825l-3.051-18.686h-33.725l-3.048 18.686zm15.645-81.726l-5.801 33.032h19.945l-5.61-33.032h-8.534zm74.007 81.726V171.634h37.749v117.964h-37.749zm161.348-35.797v30.763c0 3.165 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.586 5.752-5.751v-30.763c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zm0-70.639v30.762c0 3.163 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.589 5.752-5.752v-30.762c0-3.168-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.584-5.752 5.752zm0 141.278v30.763c0 3.165 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.587 5.752-5.752V324.44c0-3.165-2.587-5.751-5.752-5.751h-45.199c-3.165 0-5.752 2.586-5.752 5.751zm0-211.92v30.763c0 3.164 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.587 5.752-5.751V112.52c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zM56.703 253.801v30.763c0 3.165-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.586-5.752-5.751v-30.763c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zm0-70.639v30.762c0 3.163-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.589-5.752-5.752v-30.762c0-3.168 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.584 5.752 5.752zm0 141.278v30.763c0 3.165-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.587-5.752-5.752V324.44c0-3.165 2.587-5.751 5.752-5.751h45.199c3.165 0 5.752 2.586 5.752 5.751zm0-211.92v30.763c0 3.164-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.587-5.752-5.751V112.52c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zM346.579 415.7h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752v-45.199c0-3.165 2.586-5.752 5.751-5.752zM346.579 0h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752V5.752c0-3.165 2.586-5.752 5.751-5.752zm233.027 111.097H144.317a30.11 30.11 0 00-21.35 8.844l-.049.049a30.117 30.117 0 00-8.844 21.348v189.728c0 8.292 3.414 15.847 8.9 21.333 5.494 5.493 13.058 8.907 21.343 8.907h223.368c8.273 0 15.833-3.421 21.326-8.914s8.915-13.053 8.915-21.326V141.338c0-8.283-3.414-15.848-8.908-21.341v-.049c-5.454-5.456-13.006-8.851-21.333-8.851z"/> </g> </svg>');
}
.lightGreen.icon-ai-cloude{
background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?> <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"> <g transform="translate(32,62) scale(0.75)"> <g fill="%23181818"> <path d="M147.486878,0 C147.486878,0 217.568251,175.780074 217.568251,175.780074 C217.568251,175.780074 256,175.780074 256,175.780074 C256,175.780074 185.918621,0 185.918621,0 C185.918621,0 147.486878,0 147.486878,0 C147.486878,0 147.486878,0 147.486878,0 Z"></path> <path d="M66.1828124,106.221191 C66.1828124,106.221191 90.1624677,44.4471185 90.1624677,44.4471185 C90.1624677,44.4471185 114.142128,106.221191 114.142128,106.221191 C114.142128,106.221191 66.1828124,106.221191 66.1828124,106.221191 C66.1828124,106.221191 66.1828124,106.221191 66.1828124,106.221191 Z M70.0705318,0 C70.0705318,0 0,175.780074 0,175.780074 C0,175.780074 39.179211,175.780074 39.179211,175.780074 C39.179211,175.780074 53.5097704,138.86606 53.5097704,138.86606 C53.5097704,138.86606 126.817544,138.86606 126.817544,138.86606 C126.817544,138.86606 141.145724,175.780074 141.145724,175.780074 C141.145724,175.780074 180.324935,175.780074 180.324935,175.780074 C180.324935,175.780074 110.254409,0 110.254409,0 C110.254409,0 70.0705318,0 70.0705318,0 C70.0705318,0 70.0705318,0 70.0705318,0 Z"></path> </g> </g> </svg> ');
}
.lightGreen.icon-ai-gpt{
background-image:url('data:image/svg+xml;utf8,<svg fill="%23000" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(4,4)"> <path d="M21.55 10.004a5.416 5.416 0 00-.478-4.501c-1.217-2.09-3.662-3.166-6.05-2.66A5.59 5.59 0 0010.831 1C8.39.995 6.224 2.546 5.473 4.838A5.553 5.553 0 001.76 7.496a5.487 5.487 0 00.691 6.5 5.416 5.416 0 00.477 4.502c1.217 2.09 3.662 3.165 6.05 2.66A5.586 5.586 0 0013.168 23c2.443.006 4.61-1.546 5.361-3.84a5.553 5.553 0 003.715-2.66 5.488 5.488 0 00-.693-6.497v.001zm-8.381 11.558a4.199 4.199 0 01-2.675-.954c.034-.018.093-.05.132-.074l4.44-2.53a.71.71 0 00.364-.623v-6.176l1.877 1.069c.02.01.033.029.036.05v5.115c-.003 2.274-1.87 4.118-4.174 4.123zM4.192 17.78a4.059 4.059 0 01-.498-2.763c.032.02.09.055.131.078l4.44 2.53c.225.13.504.13.73 0l5.42-3.088v2.138a.068.068 0 01-.027.057L9.9 19.288c-1.999 1.136-4.552.46-5.707-1.51h-.001zM3.023 8.216A4.15 4.15 0 015.198 6.41l-.002.151v5.06a.711.711 0 00.364.624l5.42 3.087-1.876 1.07a.067.067 0 01-.063.005l-4.489-2.559c-1.995-1.14-2.679-3.658-1.53-5.63h.001zm15.417 3.54l-5.42-3.088L14.896 7.6a.067.067 0 01.063-.006l4.489 2.557c1.998 1.14 2.683 3.662 1.529 5.633a4.163 4.163 0 01-2.174 1.807V12.38a.71.71 0 00-.363-.623zm1.867-2.773a6.04 6.04 0 00-.132-.078l-4.44-2.53a.731.731 0 00-.729 0l-5.42 3.088V7.325a.068.068 0 01.027-.057L14.1 4.713c2-1.137 4.555-.46 5.707 1.513.487.833.664 1.809.499 2.757h.001zm-11.741 3.81l-1.877-1.068a.065.065 0 01-.036-.051V6.559c.001-2.277 1.873-4.122 4.181-4.12.976 0 1.92.338 2.671.954-.034.018-.092.05-.131.073l-4.44 2.53a.71.71 0 00-.365.623l-.003 6.173v.002zm1.02-2.168L12 9.25l2.414 1.375v2.75L12 14.75l-2.415-1.375v-2.75z"></path> </g> </svg>');
}
.lightGreen.icon-ai-assistent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- 3D telo - kocka v tmavej farbe --> <path fill="%2300b200" d="M16,18 L26,22 L26,28 L16,24 Z"/> <path fill="%2300b200" d="M16,18 L6,22 L6,28 L16,24 Z"/> <path fill="%23009900" d="M6,22 L16,18 L26,22 L16,26 Z"/> <!-- <path fill="%2300b200" d="M16,19 L26,23 L26,29 L16,25 Z"/> <path fill="%2300b200" d="M16,19 L6,23 L6,29 L16,25 Z"/> <path fill="%23009900" d="M6,23 L16,19 L26,23 L16,27 Z"/> --> <!-- Väčšia hlava - svetlá guľa --> <circle cx="16" cy="11" r="7" fill="%2300e500"/> <!-- Oči --> <circle cx="13.5" cy="10" r="1" fill="%2300b200"/> <circle cx="18.5" cy="10" r="1" fill="%2300b200"/> <!-- Úsmev --> <path d="M13 13 C14.5 15, 17.5 15, 19 13" stroke="%2300b200" stroke-width="1.2" fill="none" stroke-linecap="round"/> <!-- Anténa --> <line x1="16" y1="3.5" x2="16" y2="5.5" stroke="%2300b200" stroke-width="1.5"/> <circle cx="16" cy="3.5" r="1" fill="%2300b200"/> </svg> ');
}
.lightGreen.icon-ai-assistent2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Telo asistenta --> <path fill="%23009900" d="M8 18 L24 18 L26 28 L6 28 Z"/> <!-- Hlava asistenta --> <rect x="10" y="6" width="12" height="10" rx="2" fill="%2300b200"/> <!-- Oči (AI senzory) - posunuté o 1px vyššie --> <circle cx="13" cy="9" r="1.25" fill="%2300e500"/> <circle cx="19" cy="9" r="1.25" fill="%2300e500"/> <!-- Anténa --> <line x1="16" y1="2.5" x2="16" y2="6" stroke="%2300e500" stroke-width="2"/> <circle cx="16" cy="2.5" r="1" fill="%2300e500"/> <!-- Úsmev - posunutý o 1px vyššie --> <path d="M13 13 C14 15, 18 15, 19 13" stroke="%2300e500" stroke-width="1.5" fill="none" stroke-linecap="round"/> </svg> ');
}
.lightGreen.icon-ai-chatbot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Hlava robota --> <path fill="%2300e500" d="M8 10a8 8 0 0116 0v8a8 8 0 01-16 0v-8z"/> <!-- Vrchný lesk --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> <!-- <path fill="%23FFFFFF" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> --> <!-- Tienik dole --> <path fill="%23009900" d="M8 18c2 2 5 3 8 3s6-1 8-3v1a8 8 0 01-16 0v-1z"/> <!-- Oči hore --> <circle cx="12" cy="11" r="1.2" fill="%23003366"/> <circle cx="20" cy="11" r="1.2" fill="%23003366"/> <!-- Úsmev – mierne zakrivené konverzačné pásiky --> <path fill="%2300b200" d="M11 17c2 1 8 1 10 0a1 1 0 000-1.5c-2 1-8 1-10 0a1 1 0 000 1.5z"/> </svg> ');
}
.lightGreen.icon-ai-chatbot-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Bublina konverzácie --> <path fill="%2300e500" d="M4 6h22a2 2 0 012 2v12a2 2 0 01-2 2H10l-6 6V8a2 2 0 012-2z"/> <!-- Tieň --> <path fill="%23009900" d="M10 22l-5 5v-5h5z"/> <!-- Textové riadky --> <rect x="8" y="10" width="14" height="2" fill="%2300b200" rx="1"/> <rect x="8" y="14" width="10" height="2" fill="%2300b200" rx="1"/> <!-- Lesk v hornom rohu --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M4 6h10c-3 0-5.5 1-7 3C5.5 8.5 4.5 7.5 4 6z"/> </svg> ');
}
.yellow.icon-ai{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <g transform="translate(64,84) scale(0.75)"> <path fill="%23ccaa00" d="M144.317 85.269h223.368c15.381 0 29.391 6.325 39.567 16.494l.025-.024c10.163 10.164 16.477 24.193 16.477 39.599v189.728c0 15.401-6.326 29.425-16.485 39.584-10.159 10.159-24.183 16.484-39.584 16.484H144.317c-15.4 0-29.437-6.313-39.601-16.476-10.152-10.152-16.47-24.167-16.47-39.592V141.338c0-15.374 6.306-29.379 16.463-39.558l.078-.078c10.178-10.139 24.168-16.433 39.53-16.433zm59.98 204.329h-39.825l30.577-117.964h58.32l30.577 117.964h-39.825l-3.051-18.686h-33.725l-3.048 18.686zm15.645-81.726l-5.801 33.032h19.945l-5.61-33.032h-8.534zm74.007 81.726V171.634h37.749v117.964h-37.749zm161.348-35.797v30.763c0 3.165 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.586 5.752-5.751v-30.763c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zm0-70.639v30.762c0 3.163 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.589 5.752-5.752v-30.762c0-3.168-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.584-5.752 5.752zm0 141.278v30.763c0 3.165 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.587 5.752-5.752V324.44c0-3.165-2.587-5.751-5.752-5.751h-45.199c-3.165 0-5.752 2.586-5.752 5.751zm0-211.92v30.763c0 3.164 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.587 5.752-5.751V112.52c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zM56.703 253.801v30.763c0 3.165-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.586-5.752-5.751v-30.763c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zm0-70.639v30.762c0 3.163-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.589-5.752-5.752v-30.762c0-3.168 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.584 5.752 5.752zm0 141.278v30.763c0 3.165-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.587-5.752-5.752V324.44c0-3.165 2.587-5.751 5.752-5.751h45.199c3.165 0 5.752 2.586 5.752 5.751zm0-211.92v30.763c0 3.164-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.587-5.752-5.751V112.52c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zM346.579 415.7h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752v-45.199c0-3.165 2.586-5.752 5.751-5.752zM346.579 0h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752V5.752c0-3.165 2.586-5.752 5.751-5.752zm233.027 111.097H144.317a30.11 30.11 0 00-21.35 8.844l-.049.049a30.117 30.117 0 00-8.844 21.348v189.728c0 8.292 3.414 15.847 8.9 21.333 5.494 5.493 13.058 8.907 21.343 8.907h223.368c8.273 0 15.833-3.421 21.326-8.914s8.915-13.053 8.915-21.326V141.338c0-8.283-3.414-15.848-8.908-21.341v-.049c-5.454-5.456-13.006-8.851-21.333-8.851z"/> </g> </svg>');
}
.yellow.icon-ai-cloude{
background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?> <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"> <g transform="translate(32,62) scale(0.75)"> <g fill="%23181818"> <path d="M147.486878,0 C147.486878,0 217.568251,175.780074 217.568251,175.780074 C217.568251,175.780074 256,175.780074 256,175.780074 C256,175.780074 185.918621,0 185.918621,0 C185.918621,0 147.486878,0 147.486878,0 C147.486878,0 147.486878,0 147.486878,0 Z"></path> <path d="M66.1828124,106.221191 C66.1828124,106.221191 90.1624677,44.4471185 90.1624677,44.4471185 C90.1624677,44.4471185 114.142128,106.221191 114.142128,106.221191 C114.142128,106.221191 66.1828124,106.221191 66.1828124,106.221191 C66.1828124,106.221191 66.1828124,106.221191 66.1828124,106.221191 Z M70.0705318,0 C70.0705318,0 0,175.780074 0,175.780074 C0,175.780074 39.179211,175.780074 39.179211,175.780074 C39.179211,175.780074 53.5097704,138.86606 53.5097704,138.86606 C53.5097704,138.86606 126.817544,138.86606 126.817544,138.86606 C126.817544,138.86606 141.145724,175.780074 141.145724,175.780074 C141.145724,175.780074 180.324935,175.780074 180.324935,175.780074 C180.324935,175.780074 110.254409,0 110.254409,0 C110.254409,0 70.0705318,0 70.0705318,0 C70.0705318,0 70.0705318,0 70.0705318,0 Z"></path> </g> </g> </svg> ');
}
.yellow.icon-ai-gpt{
background-image:url('data:image/svg+xml;utf8,<svg fill="%23000" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(4,4)"> <path d="M21.55 10.004a5.416 5.416 0 00-.478-4.501c-1.217-2.09-3.662-3.166-6.05-2.66A5.59 5.59 0 0010.831 1C8.39.995 6.224 2.546 5.473 4.838A5.553 5.553 0 001.76 7.496a5.487 5.487 0 00.691 6.5 5.416 5.416 0 00.477 4.502c1.217 2.09 3.662 3.165 6.05 2.66A5.586 5.586 0 0013.168 23c2.443.006 4.61-1.546 5.361-3.84a5.553 5.553 0 003.715-2.66 5.488 5.488 0 00-.693-6.497v.001zm-8.381 11.558a4.199 4.199 0 01-2.675-.954c.034-.018.093-.05.132-.074l4.44-2.53a.71.71 0 00.364-.623v-6.176l1.877 1.069c.02.01.033.029.036.05v5.115c-.003 2.274-1.87 4.118-4.174 4.123zM4.192 17.78a4.059 4.059 0 01-.498-2.763c.032.02.09.055.131.078l4.44 2.53c.225.13.504.13.73 0l5.42-3.088v2.138a.068.068 0 01-.027.057L9.9 19.288c-1.999 1.136-4.552.46-5.707-1.51h-.001zM3.023 8.216A4.15 4.15 0 015.198 6.41l-.002.151v5.06a.711.711 0 00.364.624l5.42 3.087-1.876 1.07a.067.067 0 01-.063.005l-4.489-2.559c-1.995-1.14-2.679-3.658-1.53-5.63h.001zm15.417 3.54l-5.42-3.088L14.896 7.6a.067.067 0 01.063-.006l4.489 2.557c1.998 1.14 2.683 3.662 1.529 5.633a4.163 4.163 0 01-2.174 1.807V12.38a.71.71 0 00-.363-.623zm1.867-2.773a6.04 6.04 0 00-.132-.078l-4.44-2.53a.731.731 0 00-.729 0l-5.42 3.088V7.325a.068.068 0 01.027-.057L14.1 4.713c2-1.137 4.555-.46 5.707 1.513.487.833.664 1.809.499 2.757h.001zm-11.741 3.81l-1.877-1.068a.065.065 0 01-.036-.051V6.559c.001-2.277 1.873-4.122 4.181-4.12.976 0 1.92.338 2.671.954-.034.018-.092.05-.131.073l-4.44 2.53a.71.71 0 00-.365.623l-.003 6.173v.002zm1.02-2.168L12 9.25l2.414 1.375v2.75L12 14.75l-2.415-1.375v-2.75z"></path> </g> </svg>');
}
.yellow.icon-ai-assistent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- 3D telo - kocka v tmavej farbe --> <path fill="%23ccaa00" d="M16,18 L26,22 L26,28 L16,24 Z"/> <path fill="%23ccaa00" d="M16,18 L6,22 L6,28 L16,24 Z"/> <path fill="%23a58d00" d="M6,22 L16,18 L26,22 L16,26 Z"/> <!-- <path fill="%23ccaa00" d="M16,19 L26,23 L26,29 L16,25 Z"/> <path fill="%23ccaa00" d="M16,19 L6,23 L6,29 L16,25 Z"/> <path fill="%23a58d00" d="M6,23 L16,19 L26,23 L16,27 Z"/> --> <!-- Väčšia hlava - svetlá guľa --> <circle cx="16" cy="11" r="7" fill="%23f9e100"/> <!-- Oči --> <circle cx="13.5" cy="10" r="1" fill="%23ccaa00"/> <circle cx="18.5" cy="10" r="1" fill="%23ccaa00"/> <!-- Úsmev --> <path d="M13 13 C14.5 15, 17.5 15, 19 13" stroke="%23ccaa00" stroke-width="1.2" fill="none" stroke-linecap="round"/> <!-- Anténa --> <line x1="16" y1="3.5" x2="16" y2="5.5" stroke="%23ccaa00" stroke-width="1.5"/> <circle cx="16" cy="3.5" r="1" fill="%23ccaa00"/> </svg> ');
}
.yellow.icon-ai-assistent2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Telo asistenta --> <path fill="%23a58d00" d="M8 18 L24 18 L26 28 L6 28 Z"/> <!-- Hlava asistenta --> <rect x="10" y="6" width="12" height="10" rx="2" fill="%23ccaa00"/> <!-- Oči (AI senzory) - posunuté o 1px vyššie --> <circle cx="13" cy="9" r="1.25" fill="%23f9e100"/> <circle cx="19" cy="9" r="1.25" fill="%23f9e100"/> <!-- Anténa --> <line x1="16" y1="2.5" x2="16" y2="6" stroke="%23f9e100" stroke-width="2"/> <circle cx="16" cy="2.5" r="1" fill="%23f9e100"/> <!-- Úsmev - posunutý o 1px vyššie --> <path d="M13 13 C14 15, 18 15, 19 13" stroke="%23f9e100" stroke-width="1.5" fill="none" stroke-linecap="round"/> </svg> ');
}
.yellow.icon-ai-chatbot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Hlava robota --> <path fill="%23f9e100" d="M8 10a8 8 0 0116 0v8a8 8 0 01-16 0v-8z"/> <!-- Vrchný lesk --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> <!-- <path fill="%23FFFFFF" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> --> <!-- Tienik dole --> <path fill="%23a58d00" d="M8 18c2 2 5 3 8 3s6-1 8-3v1a8 8 0 01-16 0v-1z"/> <!-- Oči hore --> <circle cx="12" cy="11" r="1.2" fill="%23003366"/> <circle cx="20" cy="11" r="1.2" fill="%23003366"/> <!-- Úsmev – mierne zakrivené konverzačné pásiky --> <path fill="%23ccaa00" d="M11 17c2 1 8 1 10 0a1 1 0 000-1.5c-2 1-8 1-10 0a1 1 0 000 1.5z"/> </svg> ');
}
.yellow.icon-ai-chatbot-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Bublina konverzácie --> <path fill="%23f9e100" d="M4 6h22a2 2 0 012 2v12a2 2 0 01-2 2H10l-6 6V8a2 2 0 012-2z"/> <!-- Tieň --> <path fill="%23a58d00" d="M10 22l-5 5v-5h5z"/> <!-- Textové riadky --> <rect x="8" y="10" width="14" height="2" fill="%23ccaa00" rx="1"/> <rect x="8" y="14" width="10" height="2" fill="%23ccaa00" rx="1"/> <!-- Lesk v hornom rohu --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M4 6h10c-3 0-5.5 1-7 3C5.5 8.5 4.5 7.5 4 6z"/> </svg> ');
}
.purple.icon-ai{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <g transform="translate(64,84) scale(0.75)"> <path fill="%23FF66FF" d="M144.317 85.269h223.368c15.381 0 29.391 6.325 39.567 16.494l.025-.024c10.163 10.164 16.477 24.193 16.477 39.599v189.728c0 15.401-6.326 29.425-16.485 39.584-10.159 10.159-24.183 16.484-39.584 16.484H144.317c-15.4 0-29.437-6.313-39.601-16.476-10.152-10.152-16.47-24.167-16.47-39.592V141.338c0-15.374 6.306-29.379 16.463-39.558l.078-.078c10.178-10.139 24.168-16.433 39.53-16.433zm59.98 204.329h-39.825l30.577-117.964h58.32l30.577 117.964h-39.825l-3.051-18.686h-33.725l-3.048 18.686zm15.645-81.726l-5.801 33.032h19.945l-5.61-33.032h-8.534zm74.007 81.726V171.634h37.749v117.964h-37.749zm161.348-35.797v30.763c0 3.165 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.586 5.752-5.751v-30.763c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zm0-70.639v30.762c0 3.163 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.589 5.752-5.752v-30.762c0-3.168-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.584-5.752 5.752zm0 141.278v30.763c0 3.165 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.587 5.752-5.752V324.44c0-3.165-2.587-5.751-5.752-5.751h-45.199c-3.165 0-5.752 2.586-5.752 5.751zm0-211.92v30.763c0 3.164 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.587 5.752-5.751V112.52c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zM56.703 253.801v30.763c0 3.165-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.586-5.752-5.751v-30.763c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zm0-70.639v30.762c0 3.163-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.589-5.752-5.752v-30.762c0-3.168 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.584 5.752 5.752zm0 141.278v30.763c0 3.165-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.587-5.752-5.752V324.44c0-3.165 2.587-5.751 5.752-5.751h45.199c3.165 0 5.752 2.586 5.752 5.751zm0-211.92v30.763c0 3.164-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.587-5.752-5.751V112.52c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zM346.579 415.7h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752v-45.199c0-3.165 2.586-5.752 5.751-5.752zM346.579 0h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752V5.752c0-3.165 2.586-5.752 5.751-5.752zm233.027 111.097H144.317a30.11 30.11 0 00-21.35 8.844l-.049.049a30.117 30.117 0 00-8.844 21.348v189.728c0 8.292 3.414 15.847 8.9 21.333 5.494 5.493 13.058 8.907 21.343 8.907h223.368c8.273 0 15.833-3.421 21.326-8.914s8.915-13.053 8.915-21.326V141.338c0-8.283-3.414-15.848-8.908-21.341v-.049c-5.454-5.456-13.006-8.851-21.333-8.851z"/> </g> </svg>');
}
.purple.icon-ai-cloude{
background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?> <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"> <g transform="translate(32,62) scale(0.75)"> <g fill="%23181818"> <path d="M147.486878,0 C147.486878,0 217.568251,175.780074 217.568251,175.780074 C217.568251,175.780074 256,175.780074 256,175.780074 C256,175.780074 185.918621,0 185.918621,0 C185.918621,0 147.486878,0 147.486878,0 C147.486878,0 147.486878,0 147.486878,0 Z"></path> <path d="M66.1828124,106.221191 C66.1828124,106.221191 90.1624677,44.4471185 90.1624677,44.4471185 C90.1624677,44.4471185 114.142128,106.221191 114.142128,106.221191 C114.142128,106.221191 66.1828124,106.221191 66.1828124,106.221191 C66.1828124,106.221191 66.1828124,106.221191 66.1828124,106.221191 Z M70.0705318,0 C70.0705318,0 0,175.780074 0,175.780074 C0,175.780074 39.179211,175.780074 39.179211,175.780074 C39.179211,175.780074 53.5097704,138.86606 53.5097704,138.86606 C53.5097704,138.86606 126.817544,138.86606 126.817544,138.86606 C126.817544,138.86606 141.145724,175.780074 141.145724,175.780074 C141.145724,175.780074 180.324935,175.780074 180.324935,175.780074 C180.324935,175.780074 110.254409,0 110.254409,0 C110.254409,0 70.0705318,0 70.0705318,0 C70.0705318,0 70.0705318,0 70.0705318,0 Z"></path> </g> </g> </svg> ');
}
.purple.icon-ai-gpt{
background-image:url('data:image/svg+xml;utf8,<svg fill="%23000" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(4,4)"> <path d="M21.55 10.004a5.416 5.416 0 00-.478-4.501c-1.217-2.09-3.662-3.166-6.05-2.66A5.59 5.59 0 0010.831 1C8.39.995 6.224 2.546 5.473 4.838A5.553 5.553 0 001.76 7.496a5.487 5.487 0 00.691 6.5 5.416 5.416 0 00.477 4.502c1.217 2.09 3.662 3.165 6.05 2.66A5.586 5.586 0 0013.168 23c2.443.006 4.61-1.546 5.361-3.84a5.553 5.553 0 003.715-2.66 5.488 5.488 0 00-.693-6.497v.001zm-8.381 11.558a4.199 4.199 0 01-2.675-.954c.034-.018.093-.05.132-.074l4.44-2.53a.71.71 0 00.364-.623v-6.176l1.877 1.069c.02.01.033.029.036.05v5.115c-.003 2.274-1.87 4.118-4.174 4.123zM4.192 17.78a4.059 4.059 0 01-.498-2.763c.032.02.09.055.131.078l4.44 2.53c.225.13.504.13.73 0l5.42-3.088v2.138a.068.068 0 01-.027.057L9.9 19.288c-1.999 1.136-4.552.46-5.707-1.51h-.001zM3.023 8.216A4.15 4.15 0 015.198 6.41l-.002.151v5.06a.711.711 0 00.364.624l5.42 3.087-1.876 1.07a.067.067 0 01-.063.005l-4.489-2.559c-1.995-1.14-2.679-3.658-1.53-5.63h.001zm15.417 3.54l-5.42-3.088L14.896 7.6a.067.067 0 01.063-.006l4.489 2.557c1.998 1.14 2.683 3.662 1.529 5.633a4.163 4.163 0 01-2.174 1.807V12.38a.71.71 0 00-.363-.623zm1.867-2.773a6.04 6.04 0 00-.132-.078l-4.44-2.53a.731.731 0 00-.729 0l-5.42 3.088V7.325a.068.068 0 01.027-.057L14.1 4.713c2-1.137 4.555-.46 5.707 1.513.487.833.664 1.809.499 2.757h.001zm-11.741 3.81l-1.877-1.068a.065.065 0 01-.036-.051V6.559c.001-2.277 1.873-4.122 4.181-4.12.976 0 1.92.338 2.671.954-.034.018-.092.05-.131.073l-4.44 2.53a.71.71 0 00-.365.623l-.003 6.173v.002zm1.02-2.168L12 9.25l2.414 1.375v2.75L12 14.75l-2.415-1.375v-2.75z"></path> </g> </svg>');
}
.purple.icon-ai-assistent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- 3D telo - kocka v tmavej farbe --> <path fill="%23FF66FF" d="M16,18 L26,22 L26,28 L16,24 Z"/> <path fill="%23FF66FF" d="M16,18 L6,22 L6,28 L16,24 Z"/> <path fill="%23990099" d="M6,22 L16,18 L26,22 L16,26 Z"/> <!-- <path fill="%23FF66FF" d="M16,19 L26,23 L26,29 L16,25 Z"/> <path fill="%23FF66FF" d="M16,19 L6,23 L6,29 L16,25 Z"/> <path fill="%23990099" d="M6,23 L16,19 L26,23 L16,27 Z"/> --> <!-- Väčšia hlava - svetlá guľa --> <circle cx="16" cy="11" r="7" fill="%23FF99FF"/> <!-- Oči --> <circle cx="13.5" cy="10" r="1" fill="%23FF66FF"/> <circle cx="18.5" cy="10" r="1" fill="%23FF66FF"/> <!-- Úsmev --> <path d="M13 13 C14.5 15, 17.5 15, 19 13" stroke="%23FF66FF" stroke-width="1.2" fill="none" stroke-linecap="round"/> <!-- Anténa --> <line x1="16" y1="3.5" x2="16" y2="5.5" stroke="%23FF66FF" stroke-width="1.5"/> <circle cx="16" cy="3.5" r="1" fill="%23FF66FF"/> </svg> ');
}
.purple.icon-ai-assistent2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Telo asistenta --> <path fill="%23990099" d="M8 18 L24 18 L26 28 L6 28 Z"/> <!-- Hlava asistenta --> <rect x="10" y="6" width="12" height="10" rx="2" fill="%23FF66FF"/> <!-- Oči (AI senzory) - posunuté o 1px vyššie --> <circle cx="13" cy="9" r="1.25" fill="%23FF99FF"/> <circle cx="19" cy="9" r="1.25" fill="%23FF99FF"/> <!-- Anténa --> <line x1="16" y1="2.5" x2="16" y2="6" stroke="%23FF99FF" stroke-width="2"/> <circle cx="16" cy="2.5" r="1" fill="%23FF99FF"/> <!-- Úsmev - posunutý o 1px vyššie --> <path d="M13 13 C14 15, 18 15, 19 13" stroke="%23FF99FF" stroke-width="1.5" fill="none" stroke-linecap="round"/> </svg> ');
}
.purple.icon-ai-chatbot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Hlava robota --> <path fill="%23FF99FF" d="M8 10a8 8 0 0116 0v8a8 8 0 01-16 0v-8z"/> <!-- Vrchný lesk --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> <!-- <path fill="%23FFFFFF" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> --> <!-- Tienik dole --> <path fill="%23990099" d="M8 18c2 2 5 3 8 3s6-1 8-3v1a8 8 0 01-16 0v-1z"/> <!-- Oči hore --> <circle cx="12" cy="11" r="1.2" fill="%23003366"/> <circle cx="20" cy="11" r="1.2" fill="%23003366"/> <!-- Úsmev – mierne zakrivené konverzačné pásiky --> <path fill="%23FF66FF" d="M11 17c2 1 8 1 10 0a1 1 0 000-1.5c-2 1-8 1-10 0a1 1 0 000 1.5z"/> </svg> ');
}
.purple.icon-ai-chatbot-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Bublina konverzácie --> <path fill="%23FF99FF" d="M4 6h22a2 2 0 012 2v12a2 2 0 01-2 2H10l-6 6V8a2 2 0 012-2z"/> <!-- Tieň --> <path fill="%23990099" d="M10 22l-5 5v-5h5z"/> <!-- Textové riadky --> <rect x="8" y="10" width="14" height="2" fill="%23FF66FF" rx="1"/> <rect x="8" y="14" width="10" height="2" fill="%23FF66FF" rx="1"/> <!-- Lesk v hornom rohu --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M4 6h10c-3 0-5.5 1-7 3C5.5 8.5 4.5 7.5 4 6z"/> </svg> ');
}
.grey.icon-ai{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <g transform="translate(64,84) scale(0.75)"> <path fill="%23999999" d="M144.317 85.269h223.368c15.381 0 29.391 6.325 39.567 16.494l.025-.024c10.163 10.164 16.477 24.193 16.477 39.599v189.728c0 15.401-6.326 29.425-16.485 39.584-10.159 10.159-24.183 16.484-39.584 16.484H144.317c-15.4 0-29.437-6.313-39.601-16.476-10.152-10.152-16.47-24.167-16.47-39.592V141.338c0-15.374 6.306-29.379 16.463-39.558l.078-.078c10.178-10.139 24.168-16.433 39.53-16.433zm59.98 204.329h-39.825l30.577-117.964h58.32l30.577 117.964h-39.825l-3.051-18.686h-33.725l-3.048 18.686zm15.645-81.726l-5.801 33.032h19.945l-5.61-33.032h-8.534zm74.007 81.726V171.634h37.749v117.964h-37.749zm161.348-35.797v30.763c0 3.165 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.586 5.752-5.751v-30.763c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zm0-70.639v30.762c0 3.163 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.589 5.752-5.752v-30.762c0-3.168-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.584-5.752 5.752zm0 141.278v30.763c0 3.165 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.587 5.752-5.752V324.44c0-3.165-2.587-5.751-5.752-5.751h-45.199c-3.165 0-5.752 2.586-5.752 5.751zm0-211.92v30.763c0 3.164 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.587 5.752-5.751V112.52c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zM56.703 253.801v30.763c0 3.165-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.586-5.752-5.751v-30.763c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zm0-70.639v30.762c0 3.163-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.589-5.752-5.752v-30.762c0-3.168 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.584 5.752 5.752zm0 141.278v30.763c0 3.165-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.587-5.752-5.752V324.44c0-3.165 2.587-5.751 5.752-5.751h45.199c3.165 0 5.752 2.586 5.752 5.751zm0-211.92v30.763c0 3.164-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.587-5.752-5.751V112.52c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zM346.579 415.7h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752v-45.199c0-3.165 2.586-5.752 5.751-5.752zM346.579 0h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752V5.752c0-3.165 2.586-5.752 5.751-5.752zm233.027 111.097H144.317a30.11 30.11 0 00-21.35 8.844l-.049.049a30.117 30.117 0 00-8.844 21.348v189.728c0 8.292 3.414 15.847 8.9 21.333 5.494 5.493 13.058 8.907 21.343 8.907h223.368c8.273 0 15.833-3.421 21.326-8.914s8.915-13.053 8.915-21.326V141.338c0-8.283-3.414-15.848-8.908-21.341v-.049c-5.454-5.456-13.006-8.851-21.333-8.851z"/> </g> </svg>');
}
.grey.icon-ai-cloude{
background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?> <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"> <g transform="translate(32,62) scale(0.75)"> <g fill="%23181818"> <path d="M147.486878,0 C147.486878,0 217.568251,175.780074 217.568251,175.780074 C217.568251,175.780074 256,175.780074 256,175.780074 C256,175.780074 185.918621,0 185.918621,0 C185.918621,0 147.486878,0 147.486878,0 C147.486878,0 147.486878,0 147.486878,0 Z"></path> <path d="M66.1828124,106.221191 C66.1828124,106.221191 90.1624677,44.4471185 90.1624677,44.4471185 C90.1624677,44.4471185 114.142128,106.221191 114.142128,106.221191 C114.142128,106.221191 66.1828124,106.221191 66.1828124,106.221191 C66.1828124,106.221191 66.1828124,106.221191 66.1828124,106.221191 Z M70.0705318,0 C70.0705318,0 0,175.780074 0,175.780074 C0,175.780074 39.179211,175.780074 39.179211,175.780074 C39.179211,175.780074 53.5097704,138.86606 53.5097704,138.86606 C53.5097704,138.86606 126.817544,138.86606 126.817544,138.86606 C126.817544,138.86606 141.145724,175.780074 141.145724,175.780074 C141.145724,175.780074 180.324935,175.780074 180.324935,175.780074 C180.324935,175.780074 110.254409,0 110.254409,0 C110.254409,0 70.0705318,0 70.0705318,0 C70.0705318,0 70.0705318,0 70.0705318,0 Z"></path> </g> </g> </svg> ');
}
.grey.icon-ai-gpt{
background-image:url('data:image/svg+xml;utf8,<svg fill="%23000" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(4,4)"> <path d="M21.55 10.004a5.416 5.416 0 00-.478-4.501c-1.217-2.09-3.662-3.166-6.05-2.66A5.59 5.59 0 0010.831 1C8.39.995 6.224 2.546 5.473 4.838A5.553 5.553 0 001.76 7.496a5.487 5.487 0 00.691 6.5 5.416 5.416 0 00.477 4.502c1.217 2.09 3.662 3.165 6.05 2.66A5.586 5.586 0 0013.168 23c2.443.006 4.61-1.546 5.361-3.84a5.553 5.553 0 003.715-2.66 5.488 5.488 0 00-.693-6.497v.001zm-8.381 11.558a4.199 4.199 0 01-2.675-.954c.034-.018.093-.05.132-.074l4.44-2.53a.71.71 0 00.364-.623v-6.176l1.877 1.069c.02.01.033.029.036.05v5.115c-.003 2.274-1.87 4.118-4.174 4.123zM4.192 17.78a4.059 4.059 0 01-.498-2.763c.032.02.09.055.131.078l4.44 2.53c.225.13.504.13.73 0l5.42-3.088v2.138a.068.068 0 01-.027.057L9.9 19.288c-1.999 1.136-4.552.46-5.707-1.51h-.001zM3.023 8.216A4.15 4.15 0 015.198 6.41l-.002.151v5.06a.711.711 0 00.364.624l5.42 3.087-1.876 1.07a.067.067 0 01-.063.005l-4.489-2.559c-1.995-1.14-2.679-3.658-1.53-5.63h.001zm15.417 3.54l-5.42-3.088L14.896 7.6a.067.067 0 01.063-.006l4.489 2.557c1.998 1.14 2.683 3.662 1.529 5.633a4.163 4.163 0 01-2.174 1.807V12.38a.71.71 0 00-.363-.623zm1.867-2.773a6.04 6.04 0 00-.132-.078l-4.44-2.53a.731.731 0 00-.729 0l-5.42 3.088V7.325a.068.068 0 01.027-.057L14.1 4.713c2-1.137 4.555-.46 5.707 1.513.487.833.664 1.809.499 2.757h.001zm-11.741 3.81l-1.877-1.068a.065.065 0 01-.036-.051V6.559c.001-2.277 1.873-4.122 4.181-4.12.976 0 1.92.338 2.671.954-.034.018-.092.05-.131.073l-4.44 2.53a.71.71 0 00-.365.623l-.003 6.173v.002zm1.02-2.168L12 9.25l2.414 1.375v2.75L12 14.75l-2.415-1.375v-2.75z"></path> </g> </svg>');
}
.grey.icon-ai-assistent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- 3D telo - kocka v tmavej farbe --> <path fill="%23999999" d="M16,18 L26,22 L26,28 L16,24 Z"/> <path fill="%23999999" d="M16,18 L6,22 L6,28 L16,24 Z"/> <path fill="%23676767" d="M6,22 L16,18 L26,22 L16,26 Z"/> <!-- <path fill="%23999999" d="M16,19 L26,23 L26,29 L16,25 Z"/> <path fill="%23999999" d="M16,19 L6,23 L6,29 L16,25 Z"/> <path fill="%23676767" d="M6,23 L16,19 L26,23 L16,27 Z"/> --> <!-- Väčšia hlava - svetlá guľa --> <circle cx="16" cy="11" r="7" fill="%23CCCCCC"/> <!-- Oči --> <circle cx="13.5" cy="10" r="1" fill="%23999999"/> <circle cx="18.5" cy="10" r="1" fill="%23999999"/> <!-- Úsmev --> <path d="M13 13 C14.5 15, 17.5 15, 19 13" stroke="%23999999" stroke-width="1.2" fill="none" stroke-linecap="round"/> <!-- Anténa --> <line x1="16" y1="3.5" x2="16" y2="5.5" stroke="%23999999" stroke-width="1.5"/> <circle cx="16" cy="3.5" r="1" fill="%23999999"/> </svg> ');
}
.grey.icon-ai-assistent2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Telo asistenta --> <path fill="%23676767" d="M8 18 L24 18 L26 28 L6 28 Z"/> <!-- Hlava asistenta --> <rect x="10" y="6" width="12" height="10" rx="2" fill="%23999999"/> <!-- Oči (AI senzory) - posunuté o 1px vyššie --> <circle cx="13" cy="9" r="1.25" fill="%23CCCCCC"/> <circle cx="19" cy="9" r="1.25" fill="%23CCCCCC"/> <!-- Anténa --> <line x1="16" y1="2.5" x2="16" y2="6" stroke="%23CCCCCC" stroke-width="2"/> <circle cx="16" cy="2.5" r="1" fill="%23CCCCCC"/> <!-- Úsmev - posunutý o 1px vyššie --> <path d="M13 13 C14 15, 18 15, 19 13" stroke="%23CCCCCC" stroke-width="1.5" fill="none" stroke-linecap="round"/> </svg> ');
}
.grey.icon-ai-chatbot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Hlava robota --> <path fill="%23CCCCCC" d="M8 10a8 8 0 0116 0v8a8 8 0 01-16 0v-8z"/> <!-- Vrchný lesk --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> <!-- <path fill="%23FFFFFF" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> --> <!-- Tienik dole --> <path fill="%23676767" d="M8 18c2 2 5 3 8 3s6-1 8-3v1a8 8 0 01-16 0v-1z"/> <!-- Oči hore --> <circle cx="12" cy="11" r="1.2" fill="%23003366"/> <circle cx="20" cy="11" r="1.2" fill="%23003366"/> <!-- Úsmev – mierne zakrivené konverzačné pásiky --> <path fill="%23999999" d="M11 17c2 1 8 1 10 0a1 1 0 000-1.5c-2 1-8 1-10 0a1 1 0 000 1.5z"/> </svg> ');
}
.grey.icon-ai-chatbot-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Bublina konverzácie --> <path fill="%23CCCCCC" d="M4 6h22a2 2 0 012 2v12a2 2 0 01-2 2H10l-6 6V8a2 2 0 012-2z"/> <!-- Tieň --> <path fill="%23676767" d="M10 22l-5 5v-5h5z"/> <!-- Textové riadky --> <rect x="8" y="10" width="14" height="2" fill="%23999999" rx="1"/> <rect x="8" y="14" width="10" height="2" fill="%23999999" rx="1"/> <!-- Lesk v hornom rohu --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M4 6h10c-3 0-5.5 1-7 3C5.5 8.5 4.5 7.5 4 6z"/> </svg> ');
}
.orange.icon-ai{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <g transform="translate(64,84) scale(0.75)"> <path fill="%23d88500" d="M144.317 85.269h223.368c15.381 0 29.391 6.325 39.567 16.494l.025-.024c10.163 10.164 16.477 24.193 16.477 39.599v189.728c0 15.401-6.326 29.425-16.485 39.584-10.159 10.159-24.183 16.484-39.584 16.484H144.317c-15.4 0-29.437-6.313-39.601-16.476-10.152-10.152-16.47-24.167-16.47-39.592V141.338c0-15.374 6.306-29.379 16.463-39.558l.078-.078c10.178-10.139 24.168-16.433 39.53-16.433zm59.98 204.329h-39.825l30.577-117.964h58.32l30.577 117.964h-39.825l-3.051-18.686h-33.725l-3.048 18.686zm15.645-81.726l-5.801 33.032h19.945l-5.61-33.032h-8.534zm74.007 81.726V171.634h37.749v117.964h-37.749zm161.348-35.797v30.763c0 3.165 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.586 5.752-5.751v-30.763c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zm0-70.639v30.762c0 3.163 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.589 5.752-5.752v-30.762c0-3.168-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.584-5.752 5.752zm0 141.278v30.763c0 3.165 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.587 5.752-5.752V324.44c0-3.165-2.587-5.751-5.752-5.751h-45.199c-3.165 0-5.752 2.586-5.752 5.751zm0-211.92v30.763c0 3.164 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.587 5.752-5.751V112.52c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zM56.703 253.801v30.763c0 3.165-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.586-5.752-5.751v-30.763c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zm0-70.639v30.762c0 3.163-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.589-5.752-5.752v-30.762c0-3.168 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.584 5.752 5.752zm0 141.278v30.763c0 3.165-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.587-5.752-5.752V324.44c0-3.165 2.587-5.751 5.752-5.751h45.199c3.165 0 5.752 2.586 5.752 5.751zm0-211.92v30.763c0 3.164-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.587-5.752-5.751V112.52c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zM346.579 415.7h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752v-45.199c0-3.165 2.586-5.752 5.751-5.752zM346.579 0h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752V5.752c0-3.165 2.586-5.752 5.751-5.752zm233.027 111.097H144.317a30.11 30.11 0 00-21.35 8.844l-.049.049a30.117 30.117 0 00-8.844 21.348v189.728c0 8.292 3.414 15.847 8.9 21.333 5.494 5.493 13.058 8.907 21.343 8.907h223.368c8.273 0 15.833-3.421 21.326-8.914s8.915-13.053 8.915-21.326V141.338c0-8.283-3.414-15.848-8.908-21.341v-.049c-5.454-5.456-13.006-8.851-21.333-8.851z"/> </g> </svg>');
}
.orange.icon-ai-cloude{
background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?> <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"> <g transform="translate(32,62) scale(0.75)"> <g fill="%23181818"> <path d="M147.486878,0 C147.486878,0 217.568251,175.780074 217.568251,175.780074 C217.568251,175.780074 256,175.780074 256,175.780074 C256,175.780074 185.918621,0 185.918621,0 C185.918621,0 147.486878,0 147.486878,0 C147.486878,0 147.486878,0 147.486878,0 Z"></path> <path d="M66.1828124,106.221191 C66.1828124,106.221191 90.1624677,44.4471185 90.1624677,44.4471185 C90.1624677,44.4471185 114.142128,106.221191 114.142128,106.221191 C114.142128,106.221191 66.1828124,106.221191 66.1828124,106.221191 C66.1828124,106.221191 66.1828124,106.221191 66.1828124,106.221191 Z M70.0705318,0 C70.0705318,0 0,175.780074 0,175.780074 C0,175.780074 39.179211,175.780074 39.179211,175.780074 C39.179211,175.780074 53.5097704,138.86606 53.5097704,138.86606 C53.5097704,138.86606 126.817544,138.86606 126.817544,138.86606 C126.817544,138.86606 141.145724,175.780074 141.145724,175.780074 C141.145724,175.780074 180.324935,175.780074 180.324935,175.780074 C180.324935,175.780074 110.254409,0 110.254409,0 C110.254409,0 70.0705318,0 70.0705318,0 C70.0705318,0 70.0705318,0 70.0705318,0 Z"></path> </g> </g> </svg> ');
}
.orange.icon-ai-gpt{
background-image:url('data:image/svg+xml;utf8,<svg fill="%23000" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(4,4)"> <path d="M21.55 10.004a5.416 5.416 0 00-.478-4.501c-1.217-2.09-3.662-3.166-6.05-2.66A5.59 5.59 0 0010.831 1C8.39.995 6.224 2.546 5.473 4.838A5.553 5.553 0 001.76 7.496a5.487 5.487 0 00.691 6.5 5.416 5.416 0 00.477 4.502c1.217 2.09 3.662 3.165 6.05 2.66A5.586 5.586 0 0013.168 23c2.443.006 4.61-1.546 5.361-3.84a5.553 5.553 0 003.715-2.66 5.488 5.488 0 00-.693-6.497v.001zm-8.381 11.558a4.199 4.199 0 01-2.675-.954c.034-.018.093-.05.132-.074l4.44-2.53a.71.71 0 00.364-.623v-6.176l1.877 1.069c.02.01.033.029.036.05v5.115c-.003 2.274-1.87 4.118-4.174 4.123zM4.192 17.78a4.059 4.059 0 01-.498-2.763c.032.02.09.055.131.078l4.44 2.53c.225.13.504.13.73 0l5.42-3.088v2.138a.068.068 0 01-.027.057L9.9 19.288c-1.999 1.136-4.552.46-5.707-1.51h-.001zM3.023 8.216A4.15 4.15 0 015.198 6.41l-.002.151v5.06a.711.711 0 00.364.624l5.42 3.087-1.876 1.07a.067.067 0 01-.063.005l-4.489-2.559c-1.995-1.14-2.679-3.658-1.53-5.63h.001zm15.417 3.54l-5.42-3.088L14.896 7.6a.067.067 0 01.063-.006l4.489 2.557c1.998 1.14 2.683 3.662 1.529 5.633a4.163 4.163 0 01-2.174 1.807V12.38a.71.71 0 00-.363-.623zm1.867-2.773a6.04 6.04 0 00-.132-.078l-4.44-2.53a.731.731 0 00-.729 0l-5.42 3.088V7.325a.068.068 0 01.027-.057L14.1 4.713c2-1.137 4.555-.46 5.707 1.513.487.833.664 1.809.499 2.757h.001zm-11.741 3.81l-1.877-1.068a.065.065 0 01-.036-.051V6.559c.001-2.277 1.873-4.122 4.181-4.12.976 0 1.92.338 2.671.954-.034.018-.092.05-.131.073l-4.44 2.53a.71.71 0 00-.365.623l-.003 6.173v.002zm1.02-2.168L12 9.25l2.414 1.375v2.75L12 14.75l-2.415-1.375v-2.75z"></path> </g> </svg>');
}
.orange.icon-ai-assistent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- 3D telo - kocka v tmavej farbe --> <path fill="%23d88500" d="M16,18 L26,22 L26,28 L16,24 Z"/> <path fill="%23d88500" d="M16,18 L6,22 L6,28 L16,24 Z"/> <path fill="%23a56600" d="M6,22 L16,18 L26,22 L16,26 Z"/> <!-- <path fill="%23d88500" d="M16,19 L26,23 L26,29 L16,25 Z"/> <path fill="%23d88500" d="M16,19 L6,23 L6,29 L16,25 Z"/> <path fill="%23a56600" d="M6,23 L16,19 L26,23 L16,27 Z"/> --> <!-- Väčšia hlava - svetlá guľa --> <circle cx="16" cy="11" r="7" fill="%23ffbc00"/> <!-- Oči --> <circle cx="13.5" cy="10" r="1" fill="%23d88500"/> <circle cx="18.5" cy="10" r="1" fill="%23d88500"/> <!-- Úsmev --> <path d="M13 13 C14.5 15, 17.5 15, 19 13" stroke="%23d88500" stroke-width="1.2" fill="none" stroke-linecap="round"/> <!-- Anténa --> <line x1="16" y1="3.5" x2="16" y2="5.5" stroke="%23d88500" stroke-width="1.5"/> <circle cx="16" cy="3.5" r="1" fill="%23d88500"/> </svg> ');
}
.orange.icon-ai-assistent2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Telo asistenta --> <path fill="%23a56600" d="M8 18 L24 18 L26 28 L6 28 Z"/> <!-- Hlava asistenta --> <rect x="10" y="6" width="12" height="10" rx="2" fill="%23d88500"/> <!-- Oči (AI senzory) - posunuté o 1px vyššie --> <circle cx="13" cy="9" r="1.25" fill="%23ffbc00"/> <circle cx="19" cy="9" r="1.25" fill="%23ffbc00"/> <!-- Anténa --> <line x1="16" y1="2.5" x2="16" y2="6" stroke="%23ffbc00" stroke-width="2"/> <circle cx="16" cy="2.5" r="1" fill="%23ffbc00"/> <!-- Úsmev - posunutý o 1px vyššie --> <path d="M13 13 C14 15, 18 15, 19 13" stroke="%23ffbc00" stroke-width="1.5" fill="none" stroke-linecap="round"/> </svg> ');
}
.orange.icon-ai-chatbot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Hlava robota --> <path fill="%23ffbc00" d="M8 10a8 8 0 0116 0v8a8 8 0 01-16 0v-8z"/> <!-- Vrchný lesk --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> <!-- <path fill="%23FFFFFF" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> --> <!-- Tienik dole --> <path fill="%23a56600" d="M8 18c2 2 5 3 8 3s6-1 8-3v1a8 8 0 01-16 0v-1z"/> <!-- Oči hore --> <circle cx="12" cy="11" r="1.2" fill="%23003366"/> <circle cx="20" cy="11" r="1.2" fill="%23003366"/> <!-- Úsmev – mierne zakrivené konverzačné pásiky --> <path fill="%23d88500" d="M11 17c2 1 8 1 10 0a1 1 0 000-1.5c-2 1-8 1-10 0a1 1 0 000 1.5z"/> </svg> ');
}
.orange.icon-ai-chatbot-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Bublina konverzácie --> <path fill="%23ffbc00" d="M4 6h22a2 2 0 012 2v12a2 2 0 01-2 2H10l-6 6V8a2 2 0 012-2z"/> <!-- Tieň --> <path fill="%23a56600" d="M10 22l-5 5v-5h5z"/> <!-- Textové riadky --> <rect x="8" y="10" width="14" height="2" fill="%23d88500" rx="1"/> <rect x="8" y="14" width="10" height="2" fill="%23d88500" rx="1"/> <!-- Lesk v hornom rohu --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M4 6h10c-3 0-5.5 1-7 3C5.5 8.5 4.5 7.5 4 6z"/> </svg> ');
}
.red.icon-ai{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <g transform="translate(64,84) scale(0.75)"> <path fill="%23CC0000" d="M144.317 85.269h223.368c15.381 0 29.391 6.325 39.567 16.494l.025-.024c10.163 10.164 16.477 24.193 16.477 39.599v189.728c0 15.401-6.326 29.425-16.485 39.584-10.159 10.159-24.183 16.484-39.584 16.484H144.317c-15.4 0-29.437-6.313-39.601-16.476-10.152-10.152-16.47-24.167-16.47-39.592V141.338c0-15.374 6.306-29.379 16.463-39.558l.078-.078c10.178-10.139 24.168-16.433 39.53-16.433zm59.98 204.329h-39.825l30.577-117.964h58.32l30.577 117.964h-39.825l-3.051-18.686h-33.725l-3.048 18.686zm15.645-81.726l-5.801 33.032h19.945l-5.61-33.032h-8.534zm74.007 81.726V171.634h37.749v117.964h-37.749zm161.348-35.797v30.763c0 3.165 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.586 5.752-5.751v-30.763c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zm0-70.639v30.762c0 3.163 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.589 5.752-5.752v-30.762c0-3.168-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.584-5.752 5.752zm0 141.278v30.763c0 3.165 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.587 5.752-5.752V324.44c0-3.165-2.587-5.751-5.752-5.751h-45.199c-3.165 0-5.752 2.586-5.752 5.751zm0-211.92v30.763c0 3.164 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.587 5.752-5.751V112.52c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zM56.703 253.801v30.763c0 3.165-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.586-5.752-5.751v-30.763c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zm0-70.639v30.762c0 3.163-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.589-5.752-5.752v-30.762c0-3.168 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.584 5.752 5.752zm0 141.278v30.763c0 3.165-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.587-5.752-5.752V324.44c0-3.165 2.587-5.751 5.752-5.751h45.199c3.165 0 5.752 2.586 5.752 5.751zm0-211.92v30.763c0 3.164-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.587-5.752-5.751V112.52c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zM346.579 415.7h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752v-45.199c0-3.165 2.586-5.752 5.751-5.752zM346.579 0h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752V5.752c0-3.165 2.586-5.752 5.751-5.752zm233.027 111.097H144.317a30.11 30.11 0 00-21.35 8.844l-.049.049a30.117 30.117 0 00-8.844 21.348v189.728c0 8.292 3.414 15.847 8.9 21.333 5.494 5.493 13.058 8.907 21.343 8.907h223.368c8.273 0 15.833-3.421 21.326-8.914s8.915-13.053 8.915-21.326V141.338c0-8.283-3.414-15.848-8.908-21.341v-.049c-5.454-5.456-13.006-8.851-21.333-8.851z"/> </g> </svg>');
}
.red.icon-ai-cloude{
background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?> <svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"> <g transform="translate(32,62) scale(0.75)"> <g fill="%23181818"> <path d="M147.486878,0 C147.486878,0 217.568251,175.780074 217.568251,175.780074 C217.568251,175.780074 256,175.780074 256,175.780074 C256,175.780074 185.918621,0 185.918621,0 C185.918621,0 147.486878,0 147.486878,0 C147.486878,0 147.486878,0 147.486878,0 Z"></path> <path d="M66.1828124,106.221191 C66.1828124,106.221191 90.1624677,44.4471185 90.1624677,44.4471185 C90.1624677,44.4471185 114.142128,106.221191 114.142128,106.221191 C114.142128,106.221191 66.1828124,106.221191 66.1828124,106.221191 C66.1828124,106.221191 66.1828124,106.221191 66.1828124,106.221191 Z M70.0705318,0 C70.0705318,0 0,175.780074 0,175.780074 C0,175.780074 39.179211,175.780074 39.179211,175.780074 C39.179211,175.780074 53.5097704,138.86606 53.5097704,138.86606 C53.5097704,138.86606 126.817544,138.86606 126.817544,138.86606 C126.817544,138.86606 141.145724,175.780074 141.145724,175.780074 C141.145724,175.780074 180.324935,175.780074 180.324935,175.780074 C180.324935,175.780074 110.254409,0 110.254409,0 C110.254409,0 70.0705318,0 70.0705318,0 C70.0705318,0 70.0705318,0 70.0705318,0 Z"></path> </g> </g> </svg> ');
}
.red.icon-ai-gpt{
background-image:url('data:image/svg+xml;utf8,<svg fill="%23000" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <g transform="translate(4,4)"> <path d="M21.55 10.004a5.416 5.416 0 00-.478-4.501c-1.217-2.09-3.662-3.166-6.05-2.66A5.59 5.59 0 0010.831 1C8.39.995 6.224 2.546 5.473 4.838A5.553 5.553 0 001.76 7.496a5.487 5.487 0 00.691 6.5 5.416 5.416 0 00.477 4.502c1.217 2.09 3.662 3.165 6.05 2.66A5.586 5.586 0 0013.168 23c2.443.006 4.61-1.546 5.361-3.84a5.553 5.553 0 003.715-2.66 5.488 5.488 0 00-.693-6.497v.001zm-8.381 11.558a4.199 4.199 0 01-2.675-.954c.034-.018.093-.05.132-.074l4.44-2.53a.71.71 0 00.364-.623v-6.176l1.877 1.069c.02.01.033.029.036.05v5.115c-.003 2.274-1.87 4.118-4.174 4.123zM4.192 17.78a4.059 4.059 0 01-.498-2.763c.032.02.09.055.131.078l4.44 2.53c.225.13.504.13.73 0l5.42-3.088v2.138a.068.068 0 01-.027.057L9.9 19.288c-1.999 1.136-4.552.46-5.707-1.51h-.001zM3.023 8.216A4.15 4.15 0 015.198 6.41l-.002.151v5.06a.711.711 0 00.364.624l5.42 3.087-1.876 1.07a.067.067 0 01-.063.005l-4.489-2.559c-1.995-1.14-2.679-3.658-1.53-5.63h.001zm15.417 3.54l-5.42-3.088L14.896 7.6a.067.067 0 01.063-.006l4.489 2.557c1.998 1.14 2.683 3.662 1.529 5.633a4.163 4.163 0 01-2.174 1.807V12.38a.71.71 0 00-.363-.623zm1.867-2.773a6.04 6.04 0 00-.132-.078l-4.44-2.53a.731.731 0 00-.729 0l-5.42 3.088V7.325a.068.068 0 01.027-.057L14.1 4.713c2-1.137 4.555-.46 5.707 1.513.487.833.664 1.809.499 2.757h.001zm-11.741 3.81l-1.877-1.068a.065.065 0 01-.036-.051V6.559c.001-2.277 1.873-4.122 4.181-4.12.976 0 1.92.338 2.671.954-.034.018-.092.05-.131.073l-4.44 2.53a.71.71 0 00-.365.623l-.003 6.173v.002zm1.02-2.168L12 9.25l2.414 1.375v2.75L12 14.75l-2.415-1.375v-2.75z"></path> </g> </svg>');
}
.red.icon-ai-assistent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- 3D telo - kocka v tmavej farbe --> <path fill="%23CC0000" d="M16,18 L26,22 L26,28 L16,24 Z"/> <path fill="%23CC0000" d="M16,18 L6,22 L6,28 L16,24 Z"/> <path fill="%23990000" d="M6,22 L16,18 L26,22 L16,26 Z"/> <!-- <path fill="%23CC0000" d="M16,19 L26,23 L26,29 L16,25 Z"/> <path fill="%23CC0000" d="M16,19 L6,23 L6,29 L16,25 Z"/> <path fill="%23990000" d="M6,23 L16,19 L26,23 L16,27 Z"/> --> <!-- Väčšia hlava - svetlá guľa --> <circle cx="16" cy="11" r="7" fill="%23FF0000"/> <!-- Oči --> <circle cx="13.5" cy="10" r="1" fill="%23CC0000"/> <circle cx="18.5" cy="10" r="1" fill="%23CC0000"/> <!-- Úsmev --> <path d="M13 13 C14.5 15, 17.5 15, 19 13" stroke="%23CC0000" stroke-width="1.2" fill="none" stroke-linecap="round"/> <!-- Anténa --> <line x1="16" y1="3.5" x2="16" y2="5.5" stroke="%23CC0000" stroke-width="1.5"/> <circle cx="16" cy="3.5" r="1" fill="%23CC0000"/> </svg> ');
}
.red.icon-ai-assistent2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Telo asistenta --> <path fill="%23990000" d="M8 18 L24 18 L26 28 L6 28 Z"/> <!-- Hlava asistenta --> <rect x="10" y="6" width="12" height="10" rx="2" fill="%23CC0000"/> <!-- Oči (AI senzory) - posunuté o 1px vyššie --> <circle cx="13" cy="9" r="1.25" fill="%23FF0000"/> <circle cx="19" cy="9" r="1.25" fill="%23FF0000"/> <!-- Anténa --> <line x1="16" y1="2.5" x2="16" y2="6" stroke="%23FF0000" stroke-width="2"/> <circle cx="16" cy="2.5" r="1" fill="%23FF0000"/> <!-- Úsmev - posunutý o 1px vyššie --> <path d="M13 13 C14 15, 18 15, 19 13" stroke="%23FF0000" stroke-width="1.5" fill="none" stroke-linecap="round"/> </svg> ');
}
.red.icon-ai-chatbot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Hlava robota --> <path fill="%23FF0000" d="M8 10a8 8 0 0116 0v8a8 8 0 01-16 0v-8z"/> <!-- Vrchný lesk --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> <!-- <path fill="%23FFFFFF" d="M16 4a8 8 0 00-8 6c2-1 5-2 8-2s6 1 8 2a8 8 0 00-8-6z"/> --> <!-- Tienik dole --> <path fill="%23990000" d="M8 18c2 2 5 3 8 3s6-1 8-3v1a8 8 0 01-16 0v-1z"/> <!-- Oči hore --> <circle cx="12" cy="11" r="1.2" fill="%23003366"/> <circle cx="20" cy="11" r="1.2" fill="%23003366"/> <!-- Úsmev – mierne zakrivené konverzačné pásiky --> <path fill="%23CC0000" d="M11 17c2 1 8 1 10 0a1 1 0 000-1.5c-2 1-8 1-10 0a1 1 0 000 1.5z"/> </svg> ');
}
.red.icon-ai-chatbot-item{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Bublina konverzácie --> <path fill="%23FF0000" d="M4 6h22a2 2 0 012 2v12a2 2 0 01-2 2H10l-6 6V8a2 2 0 012-2z"/> <!-- Tieň --> <path fill="%23990000" d="M10 22l-5 5v-5h5z"/> <!-- Textové riadky --> <rect x="8" y="10" width="14" height="2" fill="%23CC0000" rx="1"/> <rect x="8" y="14" width="10" height="2" fill="%23CC0000" rx="1"/> <!-- Lesk v hornom rohu --> <path fill="%23FFFFFF" style="fill-opacity: 0.75;" d="M4 6h10c-3 0-5.5 1-7 3C5.5 8.5 4.5 7.5 4 6z"/> </svg> ');
}


.blue.icon-olap-cube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%230099FF"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.blue.icon-olap-dimension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- KOCKA --> <!-- horná plocha --> <polygon fill="%23CCCCCC" points="10,8 16,5 22,8 16,11"/> <!-- ľavá stena --> <polygon fill="%23999999" points="10,8 10,16 16,19 16,11"/> <!-- pravá stena --> <polygon fill="%23676767" points="22,8 22,16 16,19 16,11"/> <!-- OSI DIMENZIÍ --> <!-- X --> <line x1="16" y1="19" x2="26" y2="23" stroke="%230099FF" stroke-width="1.2"/> <!-- Y --> <line x1="16" y1="19" x2="6" y2="23" stroke="%23003399" stroke-width="1.2"/> <!-- Z --> <line x1="16" y1="19" x2="16" y2="28" stroke="%230044B2" stroke-width="1.2"/> <!-- AKCENTNÉ HRANY KOCKY --> <polyline fill="none" stroke="%23003399" stroke-width="0.6" points="10,8 16,5 22,8 16,11 10,8"/> </svg> ');
}
.blue.icon-olap-indicator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%230099FF" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.blue.icon-olap-engine{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%230044B2" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%230044B2" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%230099FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23003399" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23003399" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23003399" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23003399" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23003399" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23003399" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%230044B2" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%230044B2" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%230044B2" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%230044B2" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%230044B2" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%230099FF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%230099FF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%230099FF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%230099FF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23003399" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23003399" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23003399" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23003399" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.blue.icon-olap-chart{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- PARAMETRE (pre prehľadnosť v kóde) stred top elipsy: (16,10) rx=10, ry=5, výška valca h=8 výrez: uhol 0° -> 60° (viditeľná predná časť) body: A (θ=0°): (26,10) B (θ=60°): (21,14.33) A" (spodok): (26,18) B" (spodok): (21,22.33) --> <!-- BOČNÁ STENA CELÉHO PIESU (predná polovica) --> <path d="M6,10 A10,5 0 0 0 26,10 L26,18 A10,5 0 0 1 6,18 Z" fill="%23999999"/> <!-- BOČNÁ STENA VÝREZU (prekrýva časť prednej steny) --> <path d="M26,10 A10,5 0 0 0 21,14.33 L21,22.33 A10,5 0 0 1 26,18 Z" fill="%23003399"/> <!-- HORNÁ PLOCHA – celý koláč --> <ellipse cx="16" cy="10" rx="10" ry="5" fill="%23CCCCCC" stroke="%23676767" stroke-width="0.5"/> <!-- HORNÁ PLOCHA – výrez --> <path d="M16,10 L26,10 A10,5 0 0 1 21,14.33 Z" fill="%230099FF" stroke="%230044B2" stroke-width="0.5"/> <!-- AKCENTNÉ HRANY výrezu (v štýle vzoru) --> <line x1="16" y1="10" x2="26" y2="10" stroke="%23003399" stroke-width="0.6"/> <line x1="16" y1="10" x2="21" y2="14.33" stroke="%23003399" stroke-width="0.6"/> </svg> ');
}
.lightBlue.icon-olap-cube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%2333CCFF"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.lightBlue.icon-olap-dimension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- KOCKA --> <!-- horná plocha --> <polygon fill="%23CCCCCC" points="10,8 16,5 22,8 16,11"/> <!-- ľavá stena --> <polygon fill="%23999999" points="10,8 10,16 16,19 16,11"/> <!-- pravá stena --> <polygon fill="%23676767" points="22,8 22,16 16,19 16,11"/> <!-- OSI DIMENZIÍ --> <!-- X --> <line x1="16" y1="19" x2="26" y2="23" stroke="%2333CCFF" stroke-width="1.2"/> <!-- Y --> <line x1="16" y1="19" x2="6" y2="23" stroke="%23269FBF" stroke-width="1.2"/> <!-- Z --> <line x1="16" y1="19" x2="16" y2="28" stroke="%232189a5" stroke-width="1.2"/> <!-- AKCENTNÉ HRANY KOCKY --> <polyline fill="none" stroke="%23269FBF" stroke-width="0.6" points="10,8 16,5 22,8 16,11 10,8"/> </svg> ');
}
.lightBlue.icon-olap-indicator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%2333CCFF" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.lightBlue.icon-olap-engine{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%232189a5" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%232189a5" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2333CCFF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23269FBF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23269FBF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23269FBF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23269FBF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23269FBF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23269FBF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%232189a5" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%232189a5" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%232189a5" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%232189a5" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%232189a5" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2333CCFF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2333CCFF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2333CCFF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2333CCFF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23269FBF" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23269FBF" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23269FBF" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23269FBF" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.lightBlue.icon-olap-chart{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- PARAMETRE (pre prehľadnosť v kóde) stred top elipsy: (16,10) rx=10, ry=5, výška valca h=8 výrez: uhol 0° -> 60° (viditeľná predná časť) body: A (θ=0°): (26,10) B (θ=60°): (21,14.33) A" (spodok): (26,18) B" (spodok): (21,22.33) --> <!-- BOČNÁ STENA CELÉHO PIESU (predná polovica) --> <path d="M6,10 A10,5 0 0 0 26,10 L26,18 A10,5 0 0 1 6,18 Z" fill="%23999999"/> <!-- BOČNÁ STENA VÝREZU (prekrýva časť prednej steny) --> <path d="M26,10 A10,5 0 0 0 21,14.33 L21,22.33 A10,5 0 0 1 26,18 Z" fill="%23269FBF"/> <!-- HORNÁ PLOCHA – celý koláč --> <ellipse cx="16" cy="10" rx="10" ry="5" fill="%23CCCCCC" stroke="%23676767" stroke-width="0.5"/> <!-- HORNÁ PLOCHA – výrez --> <path d="M16,10 L26,10 A10,5 0 0 1 21,14.33 Z" fill="%2333CCFF" stroke="%232189a5" stroke-width="0.5"/> <!-- AKCENTNÉ HRANY výrezu (v štýle vzoru) --> <line x1="16" y1="10" x2="26" y2="10" stroke="%23269FBF" stroke-width="0.6"/> <line x1="16" y1="10" x2="21" y2="14.33" stroke="%23269FBF" stroke-width="0.6"/> </svg> ');
}
.green.icon-olap-cube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%2339b563"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.green.icon-olap-dimension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- KOCKA --> <!-- horná plocha --> <polygon fill="%23CCCCCC" points="10,8 16,5 22,8 16,11"/> <!-- ľavá stena --> <polygon fill="%23999999" points="10,8 10,16 16,19 16,11"/> <!-- pravá stena --> <polygon fill="%23676767" points="22,8 22,16 16,19 16,11"/> <!-- OSI DIMENZIÍ --> <!-- X --> <line x1="16" y1="19" x2="26" y2="23" stroke="%2339b563" stroke-width="1.2"/> <!-- Y --> <line x1="16" y1="19" x2="6" y2="23" stroke="%232f8c51" stroke-width="1.2"/> <!-- Z --> <line x1="16" y1="19" x2="16" y2="28" stroke="%2321663c" stroke-width="1.2"/> <!-- AKCENTNÉ HRANY KOCKY --> <polyline fill="none" stroke="%232f8c51" stroke-width="0.6" points="10,8 16,5 22,8 16,11 10,8"/> </svg> ');
}
.green.icon-olap-indicator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%2339b563" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.green.icon-olap-engine{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%2321663c" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%2321663c" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2339b563" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%232f8c51" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%232f8c51" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%232f8c51" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%232f8c51" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%232f8c51" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%232f8c51" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%2321663c" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%2321663c" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%2321663c" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%2321663c" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%2321663c" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2339b563" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2339b563" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2339b563" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2339b563" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%232f8c51" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%232f8c51" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%232f8c51" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%232f8c51" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.green.icon-olap-chart{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- PARAMETRE (pre prehľadnosť v kóde) stred top elipsy: (16,10) rx=10, ry=5, výška valca h=8 výrez: uhol 0° -> 60° (viditeľná predná časť) body: A (θ=0°): (26,10) B (θ=60°): (21,14.33) A" (spodok): (26,18) B" (spodok): (21,22.33) --> <!-- BOČNÁ STENA CELÉHO PIESU (predná polovica) --> <path d="M6,10 A10,5 0 0 0 26,10 L26,18 A10,5 0 0 1 6,18 Z" fill="%23999999"/> <!-- BOČNÁ STENA VÝREZU (prekrýva časť prednej steny) --> <path d="M26,10 A10,5 0 0 0 21,14.33 L21,22.33 A10,5 0 0 1 26,18 Z" fill="%232f8c51"/> <!-- HORNÁ PLOCHA – celý koláč --> <ellipse cx="16" cy="10" rx="10" ry="5" fill="%23CCCCCC" stroke="%23676767" stroke-width="0.5"/> <!-- HORNÁ PLOCHA – výrez --> <path d="M16,10 L26,10 A10,5 0 0 1 21,14.33 Z" fill="%2339b563" stroke="%2321663c" stroke-width="0.5"/> <!-- AKCENTNÉ HRANY výrezu (v štýle vzoru) --> <line x1="16" y1="10" x2="26" y2="10" stroke="%232f8c51" stroke-width="0.6"/> <line x1="16" y1="10" x2="21" y2="14.33" stroke="%232f8c51" stroke-width="0.6"/> </svg> ');
}
.lightGreen.icon-olap-cube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%2300e500"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.lightGreen.icon-olap-dimension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- KOCKA --> <!-- horná plocha --> <polygon fill="%23CCCCCC" points="10,8 16,5 22,8 16,11"/> <!-- ľavá stena --> <polygon fill="%23999999" points="10,8 10,16 16,19 16,11"/> <!-- pravá stena --> <polygon fill="%23676767" points="22,8 22,16 16,19 16,11"/> <!-- OSI DIMENZIÍ --> <!-- X --> <line x1="16" y1="19" x2="26" y2="23" stroke="%2300e500" stroke-width="1.2"/> <!-- Y --> <line x1="16" y1="19" x2="6" y2="23" stroke="%2300b200" stroke-width="1.2"/> <!-- Z --> <line x1="16" y1="19" x2="16" y2="28" stroke="%23009900" stroke-width="1.2"/> <!-- AKCENTNÉ HRANY KOCKY --> <polyline fill="none" stroke="%2300b200" stroke-width="0.6" points="10,8 16,5 22,8 16,11 10,8"/> </svg> ');
}
.lightGreen.icon-olap-indicator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%2300e500" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.lightGreen.icon-olap-engine{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23009900" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23009900" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2300e500" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%2300b200" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%2300b200" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%2300b200" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%2300b200" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%2300b200" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%2300b200" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23009900" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23009900" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23009900" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23009900" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23009900" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2300e500" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2300e500" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2300e500" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2300e500" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%2300b200" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%2300b200" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%2300b200" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%2300b200" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.lightGreen.icon-olap-chart{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- PARAMETRE (pre prehľadnosť v kóde) stred top elipsy: (16,10) rx=10, ry=5, výška valca h=8 výrez: uhol 0° -> 60° (viditeľná predná časť) body: A (θ=0°): (26,10) B (θ=60°): (21,14.33) A" (spodok): (26,18) B" (spodok): (21,22.33) --> <!-- BOČNÁ STENA CELÉHO PIESU (predná polovica) --> <path d="M6,10 A10,5 0 0 0 26,10 L26,18 A10,5 0 0 1 6,18 Z" fill="%23999999"/> <!-- BOČNÁ STENA VÝREZU (prekrýva časť prednej steny) --> <path d="M26,10 A10,5 0 0 0 21,14.33 L21,22.33 A10,5 0 0 1 26,18 Z" fill="%2300b200"/> <!-- HORNÁ PLOCHA – celý koláč --> <ellipse cx="16" cy="10" rx="10" ry="5" fill="%23CCCCCC" stroke="%23676767" stroke-width="0.5"/> <!-- HORNÁ PLOCHA – výrez --> <path d="M16,10 L26,10 A10,5 0 0 1 21,14.33 Z" fill="%2300e500" stroke="%23009900" stroke-width="0.5"/> <!-- AKCENTNÉ HRANY výrezu (v štýle vzoru) --> <line x1="16" y1="10" x2="26" y2="10" stroke="%2300b200" stroke-width="0.6"/> <line x1="16" y1="10" x2="21" y2="14.33" stroke="%2300b200" stroke-width="0.6"/> </svg> ');
}
.yellow.icon-olap-cube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23f9e100"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.yellow.icon-olap-dimension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- KOCKA --> <!-- horná plocha --> <polygon fill="%23CCCCCC" points="10,8 16,5 22,8 16,11"/> <!-- ľavá stena --> <polygon fill="%23999999" points="10,8 10,16 16,19 16,11"/> <!-- pravá stena --> <polygon fill="%23676767" points="22,8 22,16 16,19 16,11"/> <!-- OSI DIMENZIÍ --> <!-- X --> <line x1="16" y1="19" x2="26" y2="23" stroke="%23f9e100" stroke-width="1.2"/> <!-- Y --> <line x1="16" y1="19" x2="6" y2="23" stroke="%23ccaa00" stroke-width="1.2"/> <!-- Z --> <line x1="16" y1="19" x2="16" y2="28" stroke="%23a58d00" stroke-width="1.2"/> <!-- AKCENTNÉ HRANY KOCKY --> <polyline fill="none" stroke="%23ccaa00" stroke-width="0.6" points="10,8 16,5 22,8 16,11 10,8"/> </svg> ');
}
.yellow.icon-olap-indicator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23f9e100" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.yellow.icon-olap-engine{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a58d00" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a58d00" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23f9e100" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23ccaa00" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23ccaa00" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23ccaa00" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23ccaa00" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23ccaa00" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23ccaa00" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23a58d00" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23a58d00" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23a58d00" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23a58d00" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23a58d00" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23f9e100" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23f9e100" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23f9e100" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23f9e100" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23ccaa00" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23ccaa00" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23ccaa00" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23ccaa00" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.yellow.icon-olap-chart{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- PARAMETRE (pre prehľadnosť v kóde) stred top elipsy: (16,10) rx=10, ry=5, výška valca h=8 výrez: uhol 0° -> 60° (viditeľná predná časť) body: A (θ=0°): (26,10) B (θ=60°): (21,14.33) A" (spodok): (26,18) B" (spodok): (21,22.33) --> <!-- BOČNÁ STENA CELÉHO PIESU (predná polovica) --> <path d="M6,10 A10,5 0 0 0 26,10 L26,18 A10,5 0 0 1 6,18 Z" fill="%23999999"/> <!-- BOČNÁ STENA VÝREZU (prekrýva časť prednej steny) --> <path d="M26,10 A10,5 0 0 0 21,14.33 L21,22.33 A10,5 0 0 1 26,18 Z" fill="%23ccaa00"/> <!-- HORNÁ PLOCHA – celý koláč --> <ellipse cx="16" cy="10" rx="10" ry="5" fill="%23CCCCCC" stroke="%23676767" stroke-width="0.5"/> <!-- HORNÁ PLOCHA – výrez --> <path d="M16,10 L26,10 A10,5 0 0 1 21,14.33 Z" fill="%23f9e100" stroke="%23a58d00" stroke-width="0.5"/> <!-- AKCENTNÉ HRANY výrezu (v štýle vzoru) --> <line x1="16" y1="10" x2="26" y2="10" stroke="%23ccaa00" stroke-width="0.6"/> <line x1="16" y1="10" x2="21" y2="14.33" stroke="%23ccaa00" stroke-width="0.6"/> </svg> ');
}
.purple.icon-olap-cube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23FF99FF"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.purple.icon-olap-dimension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- KOCKA --> <!-- horná plocha --> <polygon fill="%23CCCCCC" points="10,8 16,5 22,8 16,11"/> <!-- ľavá stena --> <polygon fill="%23999999" points="10,8 10,16 16,19 16,11"/> <!-- pravá stena --> <polygon fill="%23676767" points="22,8 22,16 16,19 16,11"/> <!-- OSI DIMENZIÍ --> <!-- X --> <line x1="16" y1="19" x2="26" y2="23" stroke="%23FF99FF" stroke-width="1.2"/> <!-- Y --> <line x1="16" y1="19" x2="6" y2="23" stroke="%23FF66FF" stroke-width="1.2"/> <!-- Z --> <line x1="16" y1="19" x2="16" y2="28" stroke="%23990099" stroke-width="1.2"/> <!-- AKCENTNÉ HRANY KOCKY --> <polyline fill="none" stroke="%23FF66FF" stroke-width="0.6" points="10,8 16,5 22,8 16,11 10,8"/> </svg> ');
}
.purple.icon-olap-indicator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23FF99FF" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.purple.icon-olap-engine{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990099" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990099" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF99FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23FF66FF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23FF66FF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23FF66FF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23FF66FF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23FF66FF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23FF66FF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23990099" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23990099" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23990099" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23990099" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23990099" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23FF99FF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23FF99FF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23FF99FF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23FF99FF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23FF66FF" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23FF66FF" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23FF66FF" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23FF66FF" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.purple.icon-olap-chart{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- PARAMETRE (pre prehľadnosť v kóde) stred top elipsy: (16,10) rx=10, ry=5, výška valca h=8 výrez: uhol 0° -> 60° (viditeľná predná časť) body: A (θ=0°): (26,10) B (θ=60°): (21,14.33) A" (spodok): (26,18) B" (spodok): (21,22.33) --> <!-- BOČNÁ STENA CELÉHO PIESU (predná polovica) --> <path d="M6,10 A10,5 0 0 0 26,10 L26,18 A10,5 0 0 1 6,18 Z" fill="%23999999"/> <!-- BOČNÁ STENA VÝREZU (prekrýva časť prednej steny) --> <path d="M26,10 A10,5 0 0 0 21,14.33 L21,22.33 A10,5 0 0 1 26,18 Z" fill="%23FF66FF"/> <!-- HORNÁ PLOCHA – celý koláč --> <ellipse cx="16" cy="10" rx="10" ry="5" fill="%23CCCCCC" stroke="%23676767" stroke-width="0.5"/> <!-- HORNÁ PLOCHA – výrez --> <path d="M16,10 L26,10 A10,5 0 0 1 21,14.33 Z" fill="%23FF99FF" stroke="%23990099" stroke-width="0.5"/> <!-- AKCENTNÉ HRANY výrezu (v štýle vzoru) --> <line x1="16" y1="10" x2="26" y2="10" stroke="%23FF66FF" stroke-width="0.6"/> <line x1="16" y1="10" x2="21" y2="14.33" stroke="%23FF66FF" stroke-width="0.6"/> </svg> ');
}
.grey.icon-olap-cube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.grey.icon-olap-dimension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- KOCKA --> <!-- horná plocha --> <polygon fill="%23CCCCCC" points="10,8 16,5 22,8 16,11"/> <!-- ľavá stena --> <polygon fill="%23999999" points="10,8 10,16 16,19 16,11"/> <!-- pravá stena --> <polygon fill="%23676767" points="22,8 22,16 16,19 16,11"/> <!-- OSI DIMENZIÍ --> <!-- X --> <line x1="16" y1="19" x2="26" y2="23" stroke="%23CCCCCC" stroke-width="1.2"/> <!-- Y --> <line x1="16" y1="19" x2="6" y2="23" stroke="%23999999" stroke-width="1.2"/> <!-- Z --> <line x1="16" y1="19" x2="16" y2="28" stroke="%23676767" stroke-width="1.2"/> <!-- AKCENTNÉ HRANY KOCKY --> <polyline fill="none" stroke="%23999999" stroke-width="0.6" points="10,8 16,5 22,8 16,11 10,8"/> </svg> ');
}
.grey.icon-olap-indicator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.grey.icon-olap-engine{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23676767" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23676767" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23CCCCCC" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23999999" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23999999" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23999999" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23999999" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23999999" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23999999" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23676767" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23676767" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23676767" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23676767" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23676767" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23CCCCCC" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23CCCCCC" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23CCCCCC" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23CCCCCC" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23999999" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23999999" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23999999" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23999999" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.grey.icon-olap-chart{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- PARAMETRE (pre prehľadnosť v kóde) stred top elipsy: (16,10) rx=10, ry=5, výška valca h=8 výrez: uhol 0° -> 60° (viditeľná predná časť) body: A (θ=0°): (26,10) B (θ=60°): (21,14.33) A" (spodok): (26,18) B" (spodok): (21,22.33) --> <!-- BOČNÁ STENA CELÉHO PIESU (predná polovica) --> <path d="M6,10 A10,5 0 0 0 26,10 L26,18 A10,5 0 0 1 6,18 Z" fill="%23999999"/> <!-- BOČNÁ STENA VÝREZU (prekrýva časť prednej steny) --> <path d="M26,10 A10,5 0 0 0 21,14.33 L21,22.33 A10,5 0 0 1 26,18 Z" fill="%23999999"/> <!-- HORNÁ PLOCHA – celý koláč --> <ellipse cx="16" cy="10" rx="10" ry="5" fill="%23CCCCCC" stroke="%23676767" stroke-width="0.5"/> <!-- HORNÁ PLOCHA – výrez --> <path d="M16,10 L26,10 A10,5 0 0 1 21,14.33 Z" fill="%23CCCCCC" stroke="%23676767" stroke-width="0.5"/> <!-- AKCENTNÉ HRANY výrezu (v štýle vzoru) --> <line x1="16" y1="10" x2="26" y2="10" stroke="%23999999" stroke-width="0.6"/> <line x1="16" y1="10" x2="21" y2="14.33" stroke="%23999999" stroke-width="0.6"/> </svg> ');
}
.orange.icon-olap-cube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23ffbc00"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.orange.icon-olap-dimension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- KOCKA --> <!-- horná plocha --> <polygon fill="%23CCCCCC" points="10,8 16,5 22,8 16,11"/> <!-- ľavá stena --> <polygon fill="%23999999" points="10,8 10,16 16,19 16,11"/> <!-- pravá stena --> <polygon fill="%23676767" points="22,8 22,16 16,19 16,11"/> <!-- OSI DIMENZIÍ --> <!-- X --> <line x1="16" y1="19" x2="26" y2="23" stroke="%23ffbc00" stroke-width="1.2"/> <!-- Y --> <line x1="16" y1="19" x2="6" y2="23" stroke="%23d88500" stroke-width="1.2"/> <!-- Z --> <line x1="16" y1="19" x2="16" y2="28" stroke="%23a56600" stroke-width="1.2"/> <!-- AKCENTNÉ HRANY KOCKY --> <polyline fill="none" stroke="%23d88500" stroke-width="0.6" points="10,8 16,5 22,8 16,11 10,8"/> </svg> ');
}
.orange.icon-olap-indicator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23ffbc00" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.orange.icon-olap-engine{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a56600" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a56600" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23ffbc00" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23d88500" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23d88500" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23d88500" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23d88500" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23d88500" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23d88500" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23a56600" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23a56600" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23a56600" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23a56600" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23a56600" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23ffbc00" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23ffbc00" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23ffbc00" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23ffbc00" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23d88500" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23d88500" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23d88500" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23d88500" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.orange.icon-olap-chart{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- PARAMETRE (pre prehľadnosť v kóde) stred top elipsy: (16,10) rx=10, ry=5, výška valca h=8 výrez: uhol 0° -> 60° (viditeľná predná časť) body: A (θ=0°): (26,10) B (θ=60°): (21,14.33) A" (spodok): (26,18) B" (spodok): (21,22.33) --> <!-- BOČNÁ STENA CELÉHO PIESU (predná polovica) --> <path d="M6,10 A10,5 0 0 0 26,10 L26,18 A10,5 0 0 1 6,18 Z" fill="%23999999"/> <!-- BOČNÁ STENA VÝREZU (prekrýva časť prednej steny) --> <path d="M26,10 A10,5 0 0 0 21,14.33 L21,22.33 A10,5 0 0 1 26,18 Z" fill="%23d88500"/> <!-- HORNÁ PLOCHA – celý koláč --> <ellipse cx="16" cy="10" rx="10" ry="5" fill="%23CCCCCC" stroke="%23676767" stroke-width="0.5"/> <!-- HORNÁ PLOCHA – výrez --> <path d="M16,10 L26,10 A10,5 0 0 1 21,14.33 Z" fill="%23ffbc00" stroke="%23a56600" stroke-width="0.5"/> <!-- AKCENTNÉ HRANY výrezu (v štýle vzoru) --> <line x1="16" y1="10" x2="26" y2="10" stroke="%23d88500" stroke-width="0.6"/> <line x1="16" y1="10" x2="21" y2="14.33" stroke="%23d88500" stroke-width="0.6"/> </svg> ');
}
.red.icon-olap-cube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="a" cx="1745.938" cy="-1432.834" r="5.86" fx="1749.508" fy="-1434.442" gradientTransform="rotate(-134.999 1175.624 -349.829)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23a)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="b" cx="1757.936" cy="-1433.947" r="13.444" fx="1766.127" fy="-1437.637" gradientTransform="rotate(-134.999 1187.15 -351.272)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23FF0000"/> <stop offset=".711" stop-color="%23069"/> </radialGradient> <circle fill="url(%23b)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="c" gradientUnits="userSpaceOnUse" x1="456.569" y1="571.085" x2="463.574" y2="571.034" gradientTransform="matrix(.9034 .5299 -.5386 .8256 -86.742 -696.99)"> <stop offset="0" stop-color="%23CCCCCC"/> <stop offset=".683" stop-color="%23676767"/> </linearGradient> <path fill="url(%23c)" d="M20.275 14.673c-.33.062-.662.2-.994.415a2.841 2.841 0 00-.769.714c-.192.271-.258.499-.198.683l.083.136.936 1.566 2.109 3.534a.431.431 0 01-.041-.154c-.026-.296.143-.602.508-.918a3.37 3.37 0 01.891-.559 2.694 2.694 0 011.055-.245c.314-.008.536.047.666.164l-2.56-4.145-.536-.869a.091.091 0 01-.015-.023.778.778 0 00-.062-.068c-.233-.246-.591-.324-1.073-.231"/> <radialGradient id="d" cx="1763.417" cy="-1422.143" r="8.614" fx="1768.665" fy="-1424.507" gradientTransform="rotate(-134.999 1192.932 -339.257)" gradientUnits="userSpaceOnUse"> <stop offset=".327" stop-color="%23CCCCCC"/> <stop offset=".711" stop-color="%23676767"/> </radialGradient> <circle fill="url(%23d)" cx="23.926" cy="23.702" r="5.935"/> </svg>');
}
.red.icon-olap-dimension{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- KOCKA --> <!-- horná plocha --> <polygon fill="%23CCCCCC" points="10,8 16,5 22,8 16,11"/> <!-- ľavá stena --> <polygon fill="%23999999" points="10,8 10,16 16,19 16,11"/> <!-- pravá stena --> <polygon fill="%23676767" points="22,8 22,16 16,19 16,11"/> <!-- OSI DIMENZIÍ --> <!-- X --> <line x1="16" y1="19" x2="26" y2="23" stroke="%23FF0000" stroke-width="1.2"/> <!-- Y --> <line x1="16" y1="19" x2="6" y2="23" stroke="%23CC0000" stroke-width="1.2"/> <!-- Z --> <line x1="16" y1="19" x2="16" y2="28" stroke="%23990000" stroke-width="1.2"/> <!-- AKCENTNÉ HRANY KOCKY --> <polyline fill="none" stroke="%23CC0000" stroke-width="0.6" points="10,8 16,5 22,8 16,11 10,8"/> </svg> ');
}
.red.icon-olap-indicator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23FF0000" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.red.icon-olap-engine{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990000" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990000" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF0000" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23CC0000" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23CC0000" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23CC0000" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23CC0000" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23CC0000" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23CC0000" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23990000" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23990000" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23990000" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23990000" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23990000" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23FF0000" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23FF0000" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23FF0000" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23FF0000" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23CC0000" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23CC0000" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23CC0000" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23CC0000" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.red.icon-olap-chart{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-labelledby="title"> <!-- PARAMETRE (pre prehľadnosť v kóde) stred top elipsy: (16,10) rx=10, ry=5, výška valca h=8 výrez: uhol 0° -> 60° (viditeľná predná časť) body: A (θ=0°): (26,10) B (θ=60°): (21,14.33) A" (spodok): (26,18) B" (spodok): (21,22.33) --> <!-- BOČNÁ STENA CELÉHO PIESU (predná polovica) --> <path d="M6,10 A10,5 0 0 0 26,10 L26,18 A10,5 0 0 1 6,18 Z" fill="%23999999"/> <!-- BOČNÁ STENA VÝREZU (prekrýva časť prednej steny) --> <path d="M26,10 A10,5 0 0 0 21,14.33 L21,22.33 A10,5 0 0 1 26,18 Z" fill="%23CC0000"/> <!-- HORNÁ PLOCHA – celý koláč --> <ellipse cx="16" cy="10" rx="10" ry="5" fill="%23CCCCCC" stroke="%23676767" stroke-width="0.5"/> <!-- HORNÁ PLOCHA – výrez --> <path d="M16,10 L26,10 A10,5 0 0 1 21,14.33 Z" fill="%23FF0000" stroke="%23990000" stroke-width="0.5"/> <!-- AKCENTNÉ HRANY výrezu (v štýle vzoru) --> <line x1="16" y1="10" x2="26" y2="10" stroke="%23CC0000" stroke-width="0.6"/> <line x1="16" y1="10" x2="21" y2="14.33" stroke="%23CC0000" stroke-width="0.6"/> </svg> ');
}


.blue.icon-account-class-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.blue.icon-account-class-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.blue.icon-account-class-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.blue.icon-account-class-syntetic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23003399" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23003399" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%230099FF" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%230099FF" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%230044B2" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.blue.icon-account-class-analytic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%230044B2" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%230099FF"/> <stop offset="0.8492" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%23003399" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.blue.icon-account-rule-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%230044B2" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23003399" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.blue.icon-account-rule-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%230044B2" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23003399" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.blue.icon-account-rule-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23003399" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%230044B2" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%230044B2" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%230099FF" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23003399" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%230044B2" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.blue.icon-account-rule-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23003399" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%230044B2" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%230044B2" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%230099FF" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23003399" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%230044B2" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.blue.icon-account-rule-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.blue.icon-account-engine-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%230044B2" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23003399" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%230044B2" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%230044B2" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%230099FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23003399" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23003399" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23003399" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23003399" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23003399" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23003399" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%230044B2" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%230044B2" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%230044B2" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%230044B2" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%230044B2" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%230099FF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%230099FF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%230099FF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%230099FF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23003399" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23003399" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23003399" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23003399" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.blue.icon-account-engine-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%230044B2" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23003399" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%230044B2" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%230044B2" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%230099FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23003399" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23003399" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23003399" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23003399" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23003399" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23003399" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%230044B2" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%230044B2" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%230044B2" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%230044B2" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%230044B2" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%230099FF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%230099FF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%230099FF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%230099FF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23003399" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23003399" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23003399" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23003399" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.blue.icon-account-engine-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%230044B2" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%230044B2" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%230099FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23003399" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23003399" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23003399" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23003399" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23003399" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23003399" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%230044B2" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%230044B2" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%230044B2" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%230044B2" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%230044B2" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%230099FF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%230099FF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%230099FF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%230099FF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23003399" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23003399" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23003399" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23003399" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%230099FF" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23003399" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%230044B2" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.blue.icon-account-engine-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%230044B2" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%230044B2" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%230099FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23003399" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23003399" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23003399" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23003399" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23003399" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23003399" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%230044B2" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%230044B2" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%230044B2" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%230044B2" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%230044B2" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%230099FF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%230099FF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%230099FF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%230099FF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23003399" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23003399" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23003399" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23003399" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%230099FF" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23003399" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%230044B2" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.blue.icon-account-engine-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%230044B2" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%230044B2" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%230099FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23003399" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23003399" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23003399" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23003399" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23003399" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23003399" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%230044B2" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%230044B2" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%230044B2" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%230044B2" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%230044B2" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%230099FF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%230099FF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%230099FF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%230099FF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23003399" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23003399" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23003399" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23003399" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.blue.icon-account-engine-part-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%230044B2" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23003399" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%230044B2" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%230044B2" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%230099FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23003399" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23003399" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23003399" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23003399" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23003399" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23003399" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.blue.icon-account-engine-part{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23676767" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23999999" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%230044B2" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%230044B2" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%230099FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23003399" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23003399" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23003399" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23003399" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23003399" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23003399" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.blue.icon-account-report-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23003399" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%230044B2" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%230099FF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23003399" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%230044B2" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%230099FF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.blue.icon-account-report-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23003399" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%230044B2" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%230099FF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23003399" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%230044B2" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%230099FF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.blue.icon-account-report-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23003399" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%230044B2" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%230099FF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23003399" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%230044B2" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%230099FF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.blue.icon-account-report-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23003399" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%230044B2" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%230099FF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23003399" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%230044B2" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%230099FF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.blue.icon-account-report-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23003399" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%230044B2" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%230099FF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23003399" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%230044B2" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%230099FF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightBlue.icon-account-class-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.lightBlue.icon-account-class-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.lightBlue.icon-account-class-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.lightBlue.icon-account-class-syntetic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23269FBF" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23269FBF" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%2333CCFF" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%2333CCFF" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%232189a5" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.lightBlue.icon-account-class-analytic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%232189a5" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%2333CCFF"/> <stop offset="0.8492" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%23269FBF" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.lightBlue.icon-account-rule-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%232189a5" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23269FBF" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.lightBlue.icon-account-rule-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%232189a5" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23269FBF" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.lightBlue.icon-account-rule-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23269FBF" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%232189a5" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%232189a5" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%2333CCFF" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23269FBF" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%232189a5" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.lightBlue.icon-account-rule-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23269FBF" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%232189a5" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%232189a5" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%2333CCFF" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23269FBF" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%232189a5" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.lightBlue.icon-account-rule-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.lightBlue.icon-account-engine-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%232189a5" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23269FBF" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%232189a5" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%232189a5" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2333CCFF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23269FBF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23269FBF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23269FBF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23269FBF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23269FBF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23269FBF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%232189a5" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%232189a5" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%232189a5" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%232189a5" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%232189a5" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2333CCFF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2333CCFF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2333CCFF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2333CCFF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23269FBF" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23269FBF" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23269FBF" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23269FBF" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.lightBlue.icon-account-engine-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%232189a5" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23269FBF" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%232189a5" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%232189a5" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2333CCFF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23269FBF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23269FBF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23269FBF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23269FBF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23269FBF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23269FBF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%232189a5" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%232189a5" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%232189a5" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%232189a5" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%232189a5" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2333CCFF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2333CCFF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2333CCFF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2333CCFF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23269FBF" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23269FBF" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23269FBF" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23269FBF" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.lightBlue.icon-account-engine-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%232189a5" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%232189a5" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2333CCFF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23269FBF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23269FBF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23269FBF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23269FBF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23269FBF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23269FBF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%232189a5" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%232189a5" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%232189a5" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%232189a5" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%232189a5" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2333CCFF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2333CCFF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2333CCFF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2333CCFF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23269FBF" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23269FBF" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23269FBF" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23269FBF" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%2333CCFF" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23269FBF" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%232189a5" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.lightBlue.icon-account-engine-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%232189a5" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%232189a5" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2333CCFF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23269FBF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23269FBF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23269FBF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23269FBF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23269FBF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23269FBF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%232189a5" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%232189a5" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%232189a5" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%232189a5" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%232189a5" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2333CCFF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2333CCFF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2333CCFF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2333CCFF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23269FBF" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23269FBF" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23269FBF" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23269FBF" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%2333CCFF" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23269FBF" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%232189a5" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.lightBlue.icon-account-engine-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%232189a5" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%232189a5" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2333CCFF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23269FBF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23269FBF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23269FBF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23269FBF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23269FBF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23269FBF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%232189a5" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%232189a5" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%232189a5" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%232189a5" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%232189a5" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2333CCFF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2333CCFF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2333CCFF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2333CCFF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23269FBF" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23269FBF" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23269FBF" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23269FBF" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.lightBlue.icon-account-engine-part-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%232189a5" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23269FBF" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%232189a5" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%232189a5" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2333CCFF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23269FBF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23269FBF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23269FBF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23269FBF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23269FBF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23269FBF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.lightBlue.icon-account-engine-part{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23676767" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23999999" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%232189a5" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%232189a5" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2333CCFF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23269FBF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23269FBF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23269FBF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23269FBF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23269FBF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23269FBF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.lightBlue.icon-account-report-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23269FBF" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%232189a5" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2333CCFF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23269FBF" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%232189a5" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2333CCFF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightBlue.icon-account-report-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23269FBF" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%232189a5" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2333CCFF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23269FBF" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%232189a5" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2333CCFF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightBlue.icon-account-report-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23269FBF" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%232189a5" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2333CCFF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23269FBF" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%232189a5" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2333CCFF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightBlue.icon-account-report-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23269FBF" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%232189a5" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2333CCFF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23269FBF" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%232189a5" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2333CCFF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightBlue.icon-account-report-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23269FBF" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%232189a5" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2333CCFF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23269FBF" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%232189a5" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2333CCFF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.green.icon-account-class-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.green.icon-account-class-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.green.icon-account-class-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.green.icon-account-class-syntetic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%232f8c51" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%232f8c51" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%2339b563" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%2339b563" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%2321663c" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.green.icon-account-class-analytic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%2321663c" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%2339b563"/> <stop offset="0.8492" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%232f8c51" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.green.icon-account-rule-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%2321663c" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%232f8c51" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.green.icon-account-rule-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%2321663c" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%232f8c51" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.green.icon-account-rule-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%232f8c51" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%2321663c" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%2321663c" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%2339b563" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%232f8c51" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%2321663c" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.green.icon-account-rule-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%232f8c51" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%2321663c" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%2321663c" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%2339b563" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%232f8c51" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%2321663c" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.green.icon-account-rule-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.green.icon-account-engine-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%2321663c" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%232f8c51" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%2321663c" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%2321663c" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2339b563" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%232f8c51" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%232f8c51" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%232f8c51" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%232f8c51" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%232f8c51" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%232f8c51" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%2321663c" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%2321663c" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%2321663c" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%2321663c" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%2321663c" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2339b563" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2339b563" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2339b563" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2339b563" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%232f8c51" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%232f8c51" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%232f8c51" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%232f8c51" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.green.icon-account-engine-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%2321663c" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%232f8c51" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%2321663c" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%2321663c" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2339b563" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%232f8c51" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%232f8c51" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%232f8c51" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%232f8c51" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%232f8c51" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%232f8c51" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%2321663c" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%2321663c" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%2321663c" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%2321663c" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%2321663c" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2339b563" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2339b563" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2339b563" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2339b563" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%232f8c51" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%232f8c51" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%232f8c51" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%232f8c51" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.green.icon-account-engine-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%2321663c" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%2321663c" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2339b563" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%232f8c51" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%232f8c51" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%232f8c51" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%232f8c51" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%232f8c51" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%232f8c51" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%2321663c" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%2321663c" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%2321663c" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%2321663c" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%2321663c" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2339b563" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2339b563" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2339b563" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2339b563" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%232f8c51" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%232f8c51" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%232f8c51" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%232f8c51" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%2339b563" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%232f8c51" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%2321663c" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.green.icon-account-engine-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%2321663c" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%2321663c" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2339b563" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%232f8c51" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%232f8c51" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%232f8c51" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%232f8c51" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%232f8c51" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%232f8c51" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%2321663c" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%2321663c" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%2321663c" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%2321663c" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%2321663c" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2339b563" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2339b563" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2339b563" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2339b563" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%232f8c51" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%232f8c51" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%232f8c51" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%232f8c51" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%2339b563" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%232f8c51" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%2321663c" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.green.icon-account-engine-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%2321663c" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%2321663c" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2339b563" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%232f8c51" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%232f8c51" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%232f8c51" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%232f8c51" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%232f8c51" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%232f8c51" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%2321663c" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%2321663c" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%2321663c" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%2321663c" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%2321663c" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2339b563" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2339b563" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2339b563" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2339b563" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%232f8c51" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%232f8c51" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%232f8c51" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%232f8c51" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.green.icon-account-engine-part-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%2321663c" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%232f8c51" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%2321663c" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%2321663c" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2339b563" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%232f8c51" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%232f8c51" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%232f8c51" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%232f8c51" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%232f8c51" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%232f8c51" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.green.icon-account-engine-part{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23676767" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23999999" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%2321663c" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%2321663c" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2339b563" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%232f8c51" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%232f8c51" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%232f8c51" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%232f8c51" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%232f8c51" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%232f8c51" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.green.icon-account-report-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%232f8c51" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%2321663c" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2339b563" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%232f8c51" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%2321663c" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2339b563" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.green.icon-account-report-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%232f8c51" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%2321663c" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2339b563" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%232f8c51" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%2321663c" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2339b563" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.green.icon-account-report-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%232f8c51" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%2321663c" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2339b563" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%232f8c51" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%2321663c" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2339b563" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.green.icon-account-report-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%232f8c51" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%2321663c" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2339b563" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%232f8c51" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%2321663c" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2339b563" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.green.icon-account-report-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%232f8c51" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%2321663c" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2339b563" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%232f8c51" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%2321663c" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2339b563" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightGreen.icon-account-class-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.lightGreen.icon-account-class-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.lightGreen.icon-account-class-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.lightGreen.icon-account-class-syntetic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%2300b200" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%2300b200" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%2300e500" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%2300e500" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23009900" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.lightGreen.icon-account-class-analytic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%23009900" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%2300e500"/> <stop offset="0.8492" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%2300b200" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.lightGreen.icon-account-rule-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23009900" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%2300b200" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.lightGreen.icon-account-rule-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23009900" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%2300b200" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.lightGreen.icon-account-rule-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%2300b200" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23009900" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23009900" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%2300e500" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%2300b200" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23009900" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.lightGreen.icon-account-rule-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%2300b200" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23009900" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23009900" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%2300e500" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%2300b200" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23009900" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.lightGreen.icon-account-rule-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.lightGreen.icon-account-engine-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23009900" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%2300b200" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23009900" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23009900" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2300e500" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%2300b200" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%2300b200" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%2300b200" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%2300b200" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%2300b200" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%2300b200" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23009900" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23009900" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23009900" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23009900" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23009900" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2300e500" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2300e500" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2300e500" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2300e500" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%2300b200" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%2300b200" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%2300b200" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%2300b200" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.lightGreen.icon-account-engine-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23009900" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%2300b200" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23009900" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23009900" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2300e500" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%2300b200" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%2300b200" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%2300b200" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%2300b200" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%2300b200" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%2300b200" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23009900" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23009900" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23009900" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23009900" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23009900" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2300e500" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2300e500" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2300e500" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2300e500" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%2300b200" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%2300b200" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%2300b200" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%2300b200" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.lightGreen.icon-account-engine-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23009900" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23009900" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2300e500" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%2300b200" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%2300b200" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%2300b200" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%2300b200" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%2300b200" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%2300b200" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23009900" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23009900" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23009900" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23009900" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23009900" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2300e500" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2300e500" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2300e500" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2300e500" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%2300b200" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%2300b200" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%2300b200" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%2300b200" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%2300e500" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%2300b200" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23009900" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.lightGreen.icon-account-engine-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23009900" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23009900" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2300e500" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%2300b200" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%2300b200" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%2300b200" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%2300b200" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%2300b200" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%2300b200" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23009900" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23009900" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23009900" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23009900" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23009900" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2300e500" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2300e500" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2300e500" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2300e500" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%2300b200" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%2300b200" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%2300b200" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%2300b200" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%2300e500" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%2300b200" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23009900" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.lightGreen.icon-account-engine-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23009900" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23009900" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2300e500" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%2300b200" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%2300b200" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%2300b200" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%2300b200" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%2300b200" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%2300b200" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23009900" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23009900" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23009900" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23009900" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23009900" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2300e500" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2300e500" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2300e500" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2300e500" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%2300b200" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%2300b200" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%2300b200" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%2300b200" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.lightGreen.icon-account-engine-part-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23009900" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%2300b200" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23009900" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23009900" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2300e500" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%2300b200" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%2300b200" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%2300b200" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%2300b200" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%2300b200" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%2300b200" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.lightGreen.icon-account-engine-part{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23676767" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23999999" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23009900" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23009900" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2300e500" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%2300b200" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%2300b200" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%2300b200" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%2300b200" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%2300b200" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%2300b200" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.lightGreen.icon-account-report-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%2300b200" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23009900" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2300e500" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%2300b200" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23009900" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2300e500" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightGreen.icon-account-report-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%2300b200" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23009900" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2300e500" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%2300b200" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23009900" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2300e500" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightGreen.icon-account-report-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%2300b200" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23009900" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2300e500" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%2300b200" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23009900" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2300e500" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightGreen.icon-account-report-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%2300b200" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23009900" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2300e500" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%2300b200" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23009900" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2300e500" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightGreen.icon-account-report-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%2300b200" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23009900" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2300e500" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%2300b200" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23009900" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2300e500" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.yellow.icon-account-class-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.yellow.icon-account-class-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.yellow.icon-account-class-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.yellow.icon-account-class-syntetic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23ccaa00" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23ccaa00" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23f9e100" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%23f9e100" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23a58d00" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.yellow.icon-account-class-analytic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%23a58d00" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%23f9e100"/> <stop offset="0.8492" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%23ccaa00" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.yellow.icon-account-rule-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23a58d00" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23ccaa00" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.yellow.icon-account-rule-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23a58d00" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23ccaa00" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.yellow.icon-account-rule-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23ccaa00" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23a58d00" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23a58d00" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%23f9e100" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23ccaa00" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23a58d00" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.yellow.icon-account-rule-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23ccaa00" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23a58d00" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23a58d00" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%23f9e100" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23ccaa00" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23a58d00" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.yellow.icon-account-rule-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.yellow.icon-account-engine-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23a58d00" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23ccaa00" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a58d00" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a58d00" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23f9e100" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23ccaa00" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23ccaa00" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23ccaa00" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23ccaa00" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23ccaa00" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23ccaa00" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23a58d00" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23a58d00" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23a58d00" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23a58d00" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23a58d00" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23f9e100" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23f9e100" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23f9e100" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23f9e100" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23ccaa00" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23ccaa00" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23ccaa00" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23ccaa00" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.yellow.icon-account-engine-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23a58d00" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23ccaa00" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a58d00" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a58d00" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23f9e100" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23ccaa00" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23ccaa00" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23ccaa00" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23ccaa00" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23ccaa00" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23ccaa00" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23a58d00" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23a58d00" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23a58d00" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23a58d00" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23a58d00" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23f9e100" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23f9e100" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23f9e100" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23f9e100" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23ccaa00" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23ccaa00" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23ccaa00" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23ccaa00" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.yellow.icon-account-engine-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a58d00" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a58d00" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23f9e100" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23ccaa00" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23ccaa00" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23ccaa00" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23ccaa00" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23ccaa00" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23ccaa00" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23a58d00" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23a58d00" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23a58d00" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23a58d00" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23a58d00" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23f9e100" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23f9e100" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23f9e100" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23f9e100" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23ccaa00" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23ccaa00" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23ccaa00" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23ccaa00" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%23f9e100" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23ccaa00" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23a58d00" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.yellow.icon-account-engine-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a58d00" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a58d00" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23f9e100" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23ccaa00" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23ccaa00" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23ccaa00" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23ccaa00" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23ccaa00" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23ccaa00" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23a58d00" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23a58d00" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23a58d00" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23a58d00" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23a58d00" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23f9e100" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23f9e100" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23f9e100" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23f9e100" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23ccaa00" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23ccaa00" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23ccaa00" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23ccaa00" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%23f9e100" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23ccaa00" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23a58d00" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.yellow.icon-account-engine-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a58d00" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a58d00" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23f9e100" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23ccaa00" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23ccaa00" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23ccaa00" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23ccaa00" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23ccaa00" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23ccaa00" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23a58d00" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23a58d00" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23a58d00" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23a58d00" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23a58d00" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23f9e100" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23f9e100" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23f9e100" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23f9e100" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23ccaa00" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23ccaa00" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23ccaa00" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23ccaa00" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.yellow.icon-account-engine-part-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23a58d00" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23ccaa00" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a58d00" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a58d00" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23f9e100" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23ccaa00" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23ccaa00" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23ccaa00" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23ccaa00" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23ccaa00" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23ccaa00" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.yellow.icon-account-engine-part{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23676767" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23999999" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a58d00" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a58d00" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23f9e100" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23ccaa00" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23ccaa00" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23ccaa00" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23ccaa00" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23ccaa00" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23ccaa00" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.yellow.icon-account-report-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23ccaa00" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23a58d00" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23f9e100" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23ccaa00" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23a58d00" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23f9e100" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.yellow.icon-account-report-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23ccaa00" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23a58d00" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23f9e100" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23ccaa00" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23a58d00" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23f9e100" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.yellow.icon-account-report-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23ccaa00" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23a58d00" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23f9e100" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23ccaa00" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23a58d00" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23f9e100" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.yellow.icon-account-report-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23ccaa00" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23a58d00" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23f9e100" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23ccaa00" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23a58d00" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23f9e100" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.yellow.icon-account-report-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23ccaa00" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23a58d00" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23f9e100" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23ccaa00" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23a58d00" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23f9e100" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.purple.icon-account-class-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.purple.icon-account-class-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.purple.icon-account-class-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.purple.icon-account-class-syntetic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23FF66FF" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23FF66FF" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23FF99FF" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%23FF99FF" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23990099" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.purple.icon-account-class-analytic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%23990099" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%23FF99FF"/> <stop offset="0.8492" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%23FF66FF" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.purple.icon-account-rule-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23990099" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23FF66FF" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.purple.icon-account-rule-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23990099" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23FF66FF" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.purple.icon-account-rule-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23FF66FF" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23990099" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23990099" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%23FF99FF" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23FF66FF" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23990099" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.purple.icon-account-rule-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23FF66FF" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23990099" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23990099" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%23FF99FF" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23FF66FF" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23990099" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.purple.icon-account-rule-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.purple.icon-account-engine-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23990099" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23FF66FF" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990099" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990099" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF99FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23FF66FF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23FF66FF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23FF66FF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23FF66FF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23FF66FF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23FF66FF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23990099" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23990099" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23990099" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23990099" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23990099" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23FF99FF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23FF99FF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23FF99FF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23FF99FF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23FF66FF" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23FF66FF" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23FF66FF" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23FF66FF" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.purple.icon-account-engine-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23990099" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23FF66FF" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990099" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990099" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF99FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23FF66FF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23FF66FF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23FF66FF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23FF66FF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23FF66FF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23FF66FF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23990099" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23990099" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23990099" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23990099" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23990099" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23FF99FF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23FF99FF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23FF99FF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23FF99FF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23FF66FF" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23FF66FF" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23FF66FF" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23FF66FF" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.purple.icon-account-engine-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990099" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990099" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF99FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23FF66FF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23FF66FF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23FF66FF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23FF66FF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23FF66FF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23FF66FF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23990099" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23990099" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23990099" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23990099" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23990099" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23FF99FF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23FF99FF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23FF99FF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23FF99FF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23FF66FF" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23FF66FF" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23FF66FF" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23FF66FF" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%23FF99FF" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23FF66FF" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23990099" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.purple.icon-account-engine-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990099" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990099" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF99FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23FF66FF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23FF66FF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23FF66FF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23FF66FF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23FF66FF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23FF66FF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23990099" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23990099" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23990099" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23990099" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23990099" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23FF99FF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23FF99FF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23FF99FF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23FF99FF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23FF66FF" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23FF66FF" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23FF66FF" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23FF66FF" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%23FF99FF" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23FF66FF" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23990099" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.purple.icon-account-engine-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990099" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990099" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF99FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23FF66FF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23FF66FF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23FF66FF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23FF66FF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23FF66FF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23FF66FF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23990099" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23990099" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23990099" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23990099" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23990099" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23FF99FF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23FF99FF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23FF99FF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23FF99FF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23FF66FF" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23FF66FF" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23FF66FF" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23FF66FF" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.purple.icon-account-engine-part-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23990099" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23FF66FF" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990099" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990099" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF99FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23FF66FF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23FF66FF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23FF66FF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23FF66FF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23FF66FF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23FF66FF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.purple.icon-account-engine-part{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23676767" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23999999" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990099" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990099" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF99FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23FF66FF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23FF66FF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23FF66FF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23FF66FF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23FF66FF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23FF66FF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.purple.icon-account-report-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23FF66FF" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23990099" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23FF99FF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23FF66FF" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23990099" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23FF99FF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.purple.icon-account-report-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23FF66FF" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23990099" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23FF99FF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23FF66FF" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23990099" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23FF99FF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.purple.icon-account-report-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23FF66FF" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23990099" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23FF99FF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23FF66FF" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23990099" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23FF99FF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.purple.icon-account-report-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23FF66FF" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23990099" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23FF99FF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23FF66FF" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23990099" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23FF99FF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.purple.icon-account-report-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23FF66FF" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23990099" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23FF99FF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23FF66FF" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23990099" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23FF99FF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.grey.icon-account-class-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.grey.icon-account-class-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.grey.icon-account-class-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.grey.icon-account-class-syntetic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23999999" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23999999" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23CCCCCC" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%23CCCCCC" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23676767" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.grey.icon-account-class-analytic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%23676767" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%23999999" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.grey.icon-account-rule-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23676767" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23999999" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.grey.icon-account-rule-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23676767" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23999999" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.grey.icon-account-rule-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23999999" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23676767" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23676767" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%23CCCCCC" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23999999" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23676767" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.grey.icon-account-rule-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23999999" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23676767" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23676767" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%23CCCCCC" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23999999" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23676767" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.grey.icon-account-rule-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.grey.icon-account-engine-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23676767" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23999999" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23676767" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23676767" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23CCCCCC" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23999999" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23999999" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23999999" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23999999" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23999999" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23999999" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23676767" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23676767" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23676767" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23676767" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23676767" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23CCCCCC" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23CCCCCC" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23CCCCCC" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23CCCCCC" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23999999" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23999999" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23999999" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23999999" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.grey.icon-account-engine-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23676767" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23999999" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23676767" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23676767" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23CCCCCC" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23999999" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23999999" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23999999" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23999999" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23999999" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23999999" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23676767" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23676767" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23676767" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23676767" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23676767" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23CCCCCC" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23CCCCCC" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23CCCCCC" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23CCCCCC" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23999999" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23999999" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23999999" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23999999" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.grey.icon-account-engine-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23676767" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23676767" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23CCCCCC" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23999999" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23999999" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23999999" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23999999" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23999999" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23999999" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23676767" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23676767" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23676767" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23676767" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23676767" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23CCCCCC" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23CCCCCC" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23CCCCCC" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23CCCCCC" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23999999" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23999999" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23999999" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23999999" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%23CCCCCC" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23999999" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23676767" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.grey.icon-account-engine-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23676767" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23676767" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23CCCCCC" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23999999" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23999999" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23999999" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23999999" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23999999" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23999999" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23676767" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23676767" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23676767" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23676767" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23676767" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23CCCCCC" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23CCCCCC" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23CCCCCC" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23CCCCCC" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23999999" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23999999" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23999999" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23999999" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%23CCCCCC" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23999999" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23676767" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.grey.icon-account-engine-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23676767" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23676767" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23CCCCCC" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23999999" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23999999" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23999999" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23999999" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23999999" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23999999" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23676767" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23676767" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23676767" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23676767" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23676767" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23CCCCCC" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23CCCCCC" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23CCCCCC" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23CCCCCC" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23999999" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23999999" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23999999" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23999999" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.grey.icon-account-engine-part-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23676767" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23999999" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23676767" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23676767" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23CCCCCC" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23999999" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23999999" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23999999" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23999999" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23999999" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23999999" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.grey.icon-account-engine-part{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23676767" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23999999" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23676767" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23676767" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23CCCCCC" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23999999" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23999999" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23999999" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23999999" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23999999" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23999999" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.grey.icon-account-report-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23999999" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23676767" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23CCCCCC" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23999999" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23676767" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23CCCCCC" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.grey.icon-account-report-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23999999" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23676767" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23CCCCCC" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23999999" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23676767" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23CCCCCC" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.grey.icon-account-report-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23999999" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23676767" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23CCCCCC" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23999999" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23676767" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23CCCCCC" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.grey.icon-account-report-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23999999" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23676767" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23CCCCCC" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23999999" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23676767" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23CCCCCC" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.grey.icon-account-report-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23999999" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23676767" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23CCCCCC" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23999999" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23676767" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23CCCCCC" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.orange.icon-account-class-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.orange.icon-account-class-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.orange.icon-account-class-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.orange.icon-account-class-syntetic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23d88500" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23d88500" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23ffbc00" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%23ffbc00" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23a56600" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.orange.icon-account-class-analytic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%23a56600" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%23ffbc00"/> <stop offset="0.8492" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%23d88500" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.orange.icon-account-rule-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23a56600" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23d88500" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.orange.icon-account-rule-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23a56600" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23d88500" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.orange.icon-account-rule-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23d88500" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23a56600" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23a56600" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%23ffbc00" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23d88500" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23a56600" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.orange.icon-account-rule-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23d88500" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23a56600" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23a56600" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%23ffbc00" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23d88500" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23a56600" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.orange.icon-account-rule-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.orange.icon-account-engine-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23a56600" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23d88500" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a56600" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a56600" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23ffbc00" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23d88500" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23d88500" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23d88500" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23d88500" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23d88500" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23d88500" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23a56600" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23a56600" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23a56600" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23a56600" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23a56600" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23ffbc00" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23ffbc00" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23ffbc00" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23ffbc00" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23d88500" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23d88500" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23d88500" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23d88500" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.orange.icon-account-engine-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23a56600" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23d88500" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a56600" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a56600" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23ffbc00" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23d88500" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23d88500" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23d88500" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23d88500" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23d88500" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23d88500" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23a56600" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23a56600" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23a56600" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23a56600" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23a56600" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23ffbc00" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23ffbc00" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23ffbc00" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23ffbc00" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23d88500" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23d88500" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23d88500" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23d88500" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.orange.icon-account-engine-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a56600" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a56600" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23ffbc00" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23d88500" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23d88500" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23d88500" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23d88500" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23d88500" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23d88500" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23a56600" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23a56600" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23a56600" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23a56600" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23a56600" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23ffbc00" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23ffbc00" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23ffbc00" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23ffbc00" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23d88500" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23d88500" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23d88500" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23d88500" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%23ffbc00" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23d88500" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23a56600" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.orange.icon-account-engine-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a56600" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a56600" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23ffbc00" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23d88500" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23d88500" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23d88500" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23d88500" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23d88500" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23d88500" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23a56600" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23a56600" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23a56600" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23a56600" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23a56600" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23ffbc00" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23ffbc00" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23ffbc00" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23ffbc00" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23d88500" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23d88500" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23d88500" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23d88500" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%23ffbc00" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23d88500" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23a56600" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.orange.icon-account-engine-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a56600" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a56600" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23ffbc00" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23d88500" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23d88500" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23d88500" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23d88500" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23d88500" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23d88500" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23a56600" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23a56600" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23a56600" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23a56600" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23a56600" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23ffbc00" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23ffbc00" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23ffbc00" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23ffbc00" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23d88500" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23d88500" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23d88500" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23d88500" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.orange.icon-account-engine-part-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23a56600" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23d88500" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a56600" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a56600" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23ffbc00" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23d88500" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23d88500" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23d88500" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23d88500" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23d88500" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23d88500" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.orange.icon-account-engine-part{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23676767" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23999999" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a56600" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a56600" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23ffbc00" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23d88500" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23d88500" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23d88500" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23d88500" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23d88500" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23d88500" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.orange.icon-account-report-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23d88500" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23a56600" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23ffbc00" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23d88500" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23a56600" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23ffbc00" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.orange.icon-account-report-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23d88500" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23a56600" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23ffbc00" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23d88500" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23a56600" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23ffbc00" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.orange.icon-account-report-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23d88500" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23a56600" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23ffbc00" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23d88500" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23a56600" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23ffbc00" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.orange.icon-account-report-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23d88500" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23a56600" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23ffbc00" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23d88500" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23a56600" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23ffbc00" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.orange.icon-account-report-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23d88500" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23a56600" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23ffbc00" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23d88500" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23a56600" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23ffbc00" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.red.icon-account-class-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.red.icon-account-class-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="2115.822" cy="189.4808" r="13.4445" fx="2124.0129" fy="185.791" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2112.043 375.5644)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="20.233" cy="10.625" r="9.262"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="2238.5732" y1="-285.9543" x2="2240.1626" y2="-294.8074" gradientTransform="matrix(-1.0037 0.2989 0.3259 0.9303 2356.553 -380.9842)"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6648" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M18.282,17.604c0,0-6.968,7.02-6.968,7.02c0.84-1.788-2.438-4.371-4.129-3.835l7.902-7.797 c0.839-0.825,2.778-1.653,3.978-0.557C20.238,13.508,21.023,15.197,18.282,17.604z"/> <radialGradient id="SVGID_3_" cx="2118.1606" cy="206.2699" r="8.6145" fx="2123.4089" fy="203.9057" gradientTransform="matrix(-0.9659 -0.2588 -0.2588 0.9659 2106.8286 372.9048)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="8.07" cy="23.702" r="5.935"/> </svg> ');
}
.red.icon-account-class-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0583" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.611z"/> </svg>');
}
.red.icon-account-class-syntetic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(32,0) scale(-1,1)"> <radialGradient id="SVGID_1_" cx="1761.6798" cy="-1437.9629" r="13.4445" fx="1769.8707" fy="-1441.6527" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2275.0742 239.5229)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle opacity="0.3" fill="url(%23SVGID_1_)" cx="12.763" cy="11.625" r="9.262"/> <polygon fill="%23CC0000" points="8.829,10.278 10.357,11.176 11.368,28.413 10.029,27.401 "/> <polyline fill="%23CC0000" points="22.817,6.674 24.392,5.85 23.755,18.766 23.541,18.639 23.534,18.645 22.395,17.982 22.817,6.674 "/> <polyline fill="%23FF0000" points="22.395,17.982 23.534,18.645 23.755,18.773 12.822,25.894 12.742,24.112 22.395,17.982 "/> <polygon fill="%23FF0000" points="10.357,11.176 8.829,10.278 24.298,2.694 25.832,3.358 "/> <path fill="%23990000" d="M25.832,3.358l-0.951,16.058l-13.512,8.997l-1.012-17.237L25.832,3.358z M12.822,25.894l10.933-7.121 L24.392,5.85l-12.179,6.378L12.822,25.894z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="265.7472" y1="342.2376" x2="274.5266" y2="342.1732" gradientTransform="matrix(1.0037 0.2989 -0.3259 0.9303 -141.6059 -380.9947)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.431,14.143c-0.306,0.139-0.595,0.353-0.866,0.64c-0.263,0.282-0.455,0.574-0.576,0.877 c-0.122,0.309-0.132,0.546-0.029,0.711l0.113,0.113l1.282,1.297l4.355,4.388c-0.032-0.038-0.058-0.085-0.077-0.139 c-0.096-0.281-0.005-0.618,0.274-1.012c0.189-0.274,0.432-0.526,0.731-0.755c0.326-0.247,0.648-0.41,0.966-0.49 c0.303-0.083,0.532-0.083,0.686,0.001l-4.939-4.873l-0.728-0.716c-0.007-0.005-0.014-0.011-0.02-0.019 c-0.024-0.018-0.049-0.035-0.076-0.052C16.243,13.928,15.877,13.938,15.431,14.143"/> <radialGradient id="SVGID_3_" cx="1763.3113" cy="-1422.3986" r="8.6145" fx="1768.5596" fy="-1424.7628" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.449 264.1205)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="23.926" cy="23.702" r="5.935"/> </g> </svg> ');
}
.red.icon-account-class-analytic{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="1746.1053" cy="-1432.431" r="5.8597" fx="1749.6753" fy="-1434.0392" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2254.1052 234.4945)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="6.618" cy="13.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="1758.1028" cy="-1433.5438" r="13.4445" fx="1766.2937" fy="-1437.2336" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2274.8013 240.1816)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="18.144" cy="11.688" r="9.262"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="456.4452" y1="571.1143" x2="463.4507" y2="571.0628" gradientTransform="matrix(0.9034 0.5299 -0.5386 0.8256 -86.6145 -696.9481)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.6834" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.275,14.673c-0.33,0.062-0.662,0.2-0.994,0.415c-0.323,0.211-0.579,0.449-0.769,0.714 c-0.192,0.271-0.258,0.499-0.198,0.683l0.083,0.136l0.936,1.566l2.109,3.534c-0.022-0.045-0.036-0.096-0.041-0.154 c-0.026-0.296,0.143-0.602,0.508-0.918c0.249-0.221,0.545-0.407,0.891-0.559c0.375-0.162,0.727-0.244,1.055-0.245 c0.314-0.008,0.536,0.047,0.666,0.164l-2.56-4.145l-0.536-0.869c-0.006-0.007-0.011-0.014-0.015-0.023 c-0.019-0.023-0.039-0.046-0.062-0.068C21.115,14.658,20.757,14.58,20.275,14.673"/> <radialGradient id="SVGID_4_" cx="1763.5841" cy="-1421.7399" r="8.6145" fx="1768.8324" fy="-1424.1041" gradientTransform="matrix(-0.7071 -0.7071 0.7071 -0.7071 2276.1763 264.7791)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_4_)" cx="23.926" cy="23.702" r="5.935"/> <path fill="%23990000" d="M19.319,28.328c0.055-1.043-0.206-2.092-0.849-2.922c-1.214-1.568-3.225-2.184-4.14-4.058l-1.918,0.846 c0.352,0.721,0.846,1.338,1.451,1.863c0.843,0.732,1.862,1.262,2.585,2.128c0.852,1.02,1.192,2.466,0.931,3.77l1.867-0.994 C19.291,28.752,19.308,28.54,19.319,28.328z"/> <path fill="%23676767" d="M16.675,14.796c-0.131-1.292-0.591-2.539-1.592-3.358c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,0.166,5.611,0.061,7.469C13.475,20.932,16.864,19.719,16.675,14.796z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="12.6822" y1="10.6884" x2="12.6822" y2="22.1943"> <stop offset="0.3216" style="stop-color:%23FF0000"/> <stop offset="0.8492" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M15.923,14.796c-0.131-1.292-0.839-2.538-1.84-3.357c-1.596-1.306-2.985-0.629-4.721-0.044 c1.138-0.384,2.334,0.304,3.107,1.103c1.331,1.376,1.642,3.174,1.537,5.031c-0.055,0.965-0.218,2.038-0.842,2.815 c-0.285,0.354-0.652,0.625-0.783,1.081c-0.068,0.236-0.087,0.495,0.009,0.725c0,0,0,0,0,0c0.007,0.015,0.014,0.029,0.021,0.044 l1.918-0.846c-0.002-0.005-0.01-0.019-0.021-0.043c0,0,0,0,0,0c-0.366-0.858,0.642-1.512,1.021-2.121 C16.102,17.943,16.062,16.194,15.923,14.796z"/> <path fill="%23CC0000" d="M11.084,11.461c1.963,0.727,2.956,2.848,3.058,4.809c0.058,1.109,0.021,2.32-0.42,3.357 c-0.324,0.761-1.27,1.29-1.261,2.172c0.018,1.658,2.432,2.84,3.487,3.754c1.26,1.092,1.904,2.738,1.567,4.403 c-4.228-2.107-8.457-4.214-12.685-6.321c-0.082-0.652-0.112-1.544,0.266-2.11c0.482-0.722,1.277-0.53,2.014-0.396 c0.643,0.117,1.798,0.328,2.228-0.393c0.282-0.473-0.07-1.188-0.267-1.63c-0.769-1.728-1.171-3.35-1.007-5.27 C8.206,12.18,9.256,10.783,11.084,11.461z"/> </svg>');
}
.red.icon-account-rule-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23990000" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23CC0000" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.red.icon-account-rule-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23990000" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23CC0000" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.red.icon-account-rule-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23CC0000" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23990000" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23990000" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%23FF0000" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23CC0000" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23990000" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.red.icon-account-rule-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="7.313,4.78 1.474,7.852 6.771,11.115 12.632,7.852 7.313,4.78 "/> <polyline fill="%23CC0000" points="1.474,7.852 1.88,14.165 7.03,17.542 6.771,11.115 1.474,7.852 "/> <polyline fill="%23990000" points="12.711,14.165 12.632,7.852 6.771,11.115 7.03,17.542 12.711,14.165 "/> <polyline fill="%23CCCCCC" points="10.543,11.732 9.391,12.375 23.663,21.091 24.815,20.3 10.543,11.732 "/> <polyline fill="%23999999" points="9.391,12.375 9.436,13.64 23.607,22.412 23.663,21.091 9.391,12.375 "/> <polyline fill="%23990000" points="24.747,21.633 24.815,20.3 23.663,21.091 23.607,22.412 24.747,21.633 "/> <polyline fill="%23FF0000" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23CC0000" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23990000" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.red.icon-account-rule-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="7.581" cy="11.538" r="8.4831" fx="12.7492" fy="9.2098" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.054" cy="11.169" r="5.844"/> <path fill="%23CCCCCC" d="M9.779,12.666l13.885,8.479l1.152-0.791l-13.706-8.229C10.88,12.411,10.415,12.581,9.779,12.666z"/> <path fill="%23999999" d="M9.779,12.666c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321L9.391,12.429"/> <radialGradient id="SVGID_2_" cx="25.258" cy="22.0106" r="9.3389" fx="30.9475" fy="19.4475" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="24.677" cy="21.604" r="6.434"/> </svg> ');
}
.red.icon-account-engine-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23990000" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23CC0000" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990000" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990000" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF0000" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23CC0000" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23CC0000" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23CC0000" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23CC0000" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23CC0000" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23CC0000" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23990000" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23990000" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23990000" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23990000" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23990000" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23FF0000" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23FF0000" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23FF0000" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23FF0000" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23CC0000" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23CC0000" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23CC0000" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23CC0000" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.red.icon-account-engine-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23990000" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23CC0000" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990000" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990000" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF0000" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23CC0000" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23CC0000" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23CC0000" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23CC0000" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23CC0000" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23CC0000" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23990000" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23990000" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23990000" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23990000" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23990000" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23FF0000" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23FF0000" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23FF0000" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23FF0000" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23CC0000" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23CC0000" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23CC0000" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23CC0000" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.red.icon-account-engine-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990000" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990000" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF0000" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23CC0000" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23CC0000" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23CC0000" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23CC0000" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23CC0000" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23CC0000" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23990000" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23990000" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23990000" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23990000" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23990000" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23FF0000" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23FF0000" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23FF0000" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23FF0000" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23CC0000" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23CC0000" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23CC0000" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23CC0000" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%23FF0000" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23CC0000" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23990000" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.red.icon-account-engine-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990000" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990000" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF0000" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23CC0000" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23CC0000" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23CC0000" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23CC0000" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23CC0000" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23CC0000" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23990000" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23990000" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23990000" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23990000" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23990000" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23FF0000" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23FF0000" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23FF0000" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23FF0000" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23CC0000" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23CC0000" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23CC0000" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23CC0000" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> <polyline fill="%23FF0000" points="30.849,18.355 24.355,14.617 18.505,18.355 25.021,22.387 30.849,18.355 "/> <polyline fill="%23CC0000" points="18.505,18.355 18.403,24.995 24.705,29.118 25.021,22.387 18.505,18.355 "/> <polyline fill="%23990000" points="30.363,24.995 30.849,18.355 25.021,22.387 24.705,29.118 30.363,24.995 "/> </svg> ');
}
.red.icon-account-engine-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990000" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990000" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF0000" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23CC0000" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23CC0000" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23CC0000" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23CC0000" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23CC0000" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23CC0000" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23990000" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23990000" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23990000" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23990000" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23990000" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23FF0000" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23FF0000" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23FF0000" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23FF0000" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23CC0000" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23CC0000" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23CC0000" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23CC0000" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg> ');
}
.red.icon-account-engine-part-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23990000" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23CC0000" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990000" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990000" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF0000" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23CC0000" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23CC0000" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23CC0000" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23CC0000" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23CC0000" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23CC0000" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.red.icon-account-engine-part{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23676767" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%23999999" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990000" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990000" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF0000" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23CC0000" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23CC0000" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23CC0000" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23CC0000" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23CC0000" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23CC0000" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> </svg> ');
}
.red.icon-account-report-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23CC0000" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23990000" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23FF0000" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23CC0000" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23990000" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23FF0000" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.red.icon-account-report-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23CC0000" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23990000" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23FF0000" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23CC0000" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23990000" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23FF0000" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.red.icon-account-report-folder{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23CC0000" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23990000" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23FF0000" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23CC0000" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23990000" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23FF0000" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.red.icon-account-report-folder.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23CC0000" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23990000" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23FF0000" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23CC0000" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23990000" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23FF0000" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.red.icon-account-report-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23CC0000" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23990000" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23FF0000" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23CC0000" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23990000" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23FF0000" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}


.blue.icon-pgsql{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="0.7538" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="0.6157" style="stop-color:%23003399"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="0.6157" style="stop-color:%23003399"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="0.7538" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="0.6157" style="stop-color:%23003399"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%230099FF" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.blue.icon-pgsql-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%230099FF" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%230099FF" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%23003399"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%23003399"/> <stop offset="0.7538" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.blue.icon-pgsql-table-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23003399" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%230099FF" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%230099FF" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%230044B2" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23003399" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23003399" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23003399" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23003399" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%230099FF" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%230044B2" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%230044B2" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%230099FF" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%230099FF" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%230044B2" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.blue.icon-pgsql-table-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23003399" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%230044B2" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%230099FF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23003399" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%230044B2" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%230099FF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.blue.icon-pgsql-view{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.blue.icon-pgsql-column-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%230044B2" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23003399" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.blue.icon-pgsql-column-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%230044B2" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%23003399" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%230099FF" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.blue.icon-pgsql-column-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%230099FF" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.blue.icon-pgsql-column-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%23003399" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.blue.icon-pgsql-column-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23003399" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23003399" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.lightBlue.icon-pgsql{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="0.7538" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="0.6157" style="stop-color:%23269FBF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="0.6157" style="stop-color:%23269FBF"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="0.7538" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="0.6157" style="stop-color:%23269FBF"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%2333CCFF" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.lightBlue.icon-pgsql-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%2333CCFF" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%2333CCFF" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%23269FBF"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%23269FBF"/> <stop offset="0.7538" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.lightBlue.icon-pgsql-table-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23269FBF" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%2333CCFF" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%2333CCFF" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%232189a5" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23269FBF" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23269FBF" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23269FBF" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23269FBF" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%2333CCFF" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%232189a5" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%232189a5" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%2333CCFF" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%2333CCFF" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%232189a5" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.lightBlue.icon-pgsql-table-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23269FBF" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%232189a5" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2333CCFF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23269FBF" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%232189a5" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2333CCFF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightBlue.icon-pgsql-view{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.lightBlue.icon-pgsql-column-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%232189a5" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23269FBF" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.lightBlue.icon-pgsql-column-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%232189a5" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%23269FBF" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%2333CCFF" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.lightBlue.icon-pgsql-column-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%2333CCFF" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.lightBlue.icon-pgsql-column-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%23269FBF" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.lightBlue.icon-pgsql-column-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23269FBF" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23269FBF" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.green.icon-pgsql{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="0.7538" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="0.6157" style="stop-color:%232f8c51"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="0.6157" style="stop-color:%232f8c51"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="0.7538" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="0.6157" style="stop-color:%232f8c51"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%2339b563" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.green.icon-pgsql-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%2339b563" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%2339b563" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%232f8c51"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%232f8c51"/> <stop offset="0.7538" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.green.icon-pgsql-table-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232f8c51" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%2339b563" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%2339b563" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%2321663c" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%232f8c51" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%232f8c51" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%232f8c51" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%232f8c51" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%2339b563" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%2321663c" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%2321663c" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%2339b563" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%2339b563" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%2321663c" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.green.icon-pgsql-table-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%232f8c51" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%2321663c" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2339b563" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%232f8c51" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%2321663c" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2339b563" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.green.icon-pgsql-view{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.green.icon-pgsql-column-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%2321663c" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%232f8c51" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.green.icon-pgsql-column-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%2321663c" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%232f8c51" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%2339b563" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.green.icon-pgsql-column-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%2339b563" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.green.icon-pgsql-column-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%232f8c51" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.green.icon-pgsql-column-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%232f8c51" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%232f8c51" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.lightGreen.icon-pgsql{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="0.7538" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="0.6157" style="stop-color:%2300b200"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="0.6157" style="stop-color:%2300b200"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="0.7538" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="0.6157" style="stop-color:%2300b200"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%2300e500" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.lightGreen.icon-pgsql-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%2300e500" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%2300e500" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%2300b200"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%2300b200"/> <stop offset="0.7538" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.lightGreen.icon-pgsql-table-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300b200" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%2300e500" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%2300e500" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23009900" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%2300b200" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%2300b200" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%2300b200" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%2300b200" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%2300e500" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23009900" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23009900" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%2300e500" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%2300e500" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23009900" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.lightGreen.icon-pgsql-table-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%2300b200" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23009900" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%2300e500" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%2300b200" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23009900" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%2300e500" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.lightGreen.icon-pgsql-view{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.lightGreen.icon-pgsql-column-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%23009900" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%2300b200" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.lightGreen.icon-pgsql-column-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%23009900" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%2300b200" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%2300e500" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.lightGreen.icon-pgsql-column-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%2300e500" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.lightGreen.icon-pgsql-column-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%2300b200" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.lightGreen.icon-pgsql-column-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%2300b200" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%2300b200" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.yellow.icon-pgsql{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="0.7538" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="0.6157" style="stop-color:%23ccaa00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="0.6157" style="stop-color:%23ccaa00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="0.7538" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="0.6157" style="stop-color:%23ccaa00"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%23f9e100" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.yellow.icon-pgsql-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%23f9e100" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%23f9e100" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23ccaa00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%23ccaa00"/> <stop offset="0.7538" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.yellow.icon-pgsql-table-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ccaa00" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%23f9e100" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23f9e100" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23a58d00" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23ccaa00" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23ccaa00" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23ccaa00" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23ccaa00" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23f9e100" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23a58d00" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23a58d00" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23f9e100" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23f9e100" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23a58d00" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.yellow.icon-pgsql-table-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23ccaa00" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23a58d00" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23f9e100" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23ccaa00" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23a58d00" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23f9e100" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.yellow.icon-pgsql-view{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.yellow.icon-pgsql-column-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%23a58d00" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23ccaa00" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.yellow.icon-pgsql-column-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%23a58d00" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%23ccaa00" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%23f9e100" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.yellow.icon-pgsql-column-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23f9e100" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.yellow.icon-pgsql-column-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%23ccaa00" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.yellow.icon-pgsql-column-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23ccaa00" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23ccaa00" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.purple.icon-pgsql{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="0.7538" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="0.6157" style="stop-color:%23FF66FF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="0.6157" style="stop-color:%23FF66FF"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="0.7538" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="0.6157" style="stop-color:%23FF66FF"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%23FF99FF" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.purple.icon-pgsql-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%23FF99FF" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%23FF99FF" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23FF66FF"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%23FF66FF"/> <stop offset="0.7538" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.purple.icon-pgsql-table-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF66FF" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%23FF99FF" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23FF99FF" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23990099" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23FF66FF" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23FF66FF" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23FF66FF" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23FF66FF" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23FF99FF" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23990099" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23990099" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23FF99FF" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23FF99FF" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23990099" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.purple.icon-pgsql-table-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23FF66FF" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23990099" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23FF99FF" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23FF66FF" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23990099" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23FF99FF" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.purple.icon-pgsql-view{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.purple.icon-pgsql-column-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%23990099" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23FF66FF" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.purple.icon-pgsql-column-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%23990099" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%23FF66FF" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%23FF99FF" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.purple.icon-pgsql-column-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23FF99FF" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.purple.icon-pgsql-column-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%23FF66FF" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.purple.icon-pgsql-column-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23FF66FF" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23FF66FF" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.grey.icon-pgsql{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.7538" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.7538" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%23CCCCCC" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.grey.icon-pgsql-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%23CCCCCC" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%23CCCCCC" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="0.7538" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.grey.icon-pgsql-table-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%23CCCCCC" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23CCCCCC" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23676767" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23999999" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23999999" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23999999" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23999999" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23CCCCCC" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23676767" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23676767" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23CCCCCC" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23CCCCCC" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23676767" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.grey.icon-pgsql-table-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23999999" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23676767" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23CCCCCC" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23999999" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23676767" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23CCCCCC" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.grey.icon-pgsql-view{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.grey.icon-pgsql-column-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%23676767" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23999999" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.grey.icon-pgsql-column-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%23676767" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%23999999" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%23CCCCCC" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.grey.icon-pgsql-column-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.grey.icon-pgsql-column-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%23999999" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.grey.icon-pgsql-column-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23999999" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23999999" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.orange.icon-pgsql{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="0.7538" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="0.6157" style="stop-color:%23d88500"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="0.6157" style="stop-color:%23d88500"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="0.7538" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="0.6157" style="stop-color:%23d88500"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%23ffbc00" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.orange.icon-pgsql-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%23ffbc00" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%23ffbc00" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23d88500"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%23d88500"/> <stop offset="0.7538" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.orange.icon-pgsql-table-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23d88500" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%23ffbc00" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23ffbc00" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23a56600" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23d88500" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23d88500" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23d88500" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23d88500" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23ffbc00" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23a56600" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23a56600" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23ffbc00" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23ffbc00" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23a56600" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.orange.icon-pgsql-table-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23d88500" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23a56600" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23ffbc00" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23d88500" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23a56600" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23ffbc00" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.orange.icon-pgsql-view{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.orange.icon-pgsql-column-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%23a56600" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23d88500" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.orange.icon-pgsql-column-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%23a56600" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%23d88500" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%23ffbc00" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.orange.icon-pgsql-column-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23ffbc00" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.orange.icon-pgsql-column-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%23d88500" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.orange.icon-pgsql-column-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23d88500" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23d88500" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}
.red.icon-pgsql{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9568" y1="22.187" x2="26.1849" y2="22.187"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="0.7538" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.447,20.106c-0.364,0.482-0.829,0.932-1.397,1.348c-1.627,1.202-3.686,1.931-6.177,2.188 c-2.291,0.237-4.455,0.043-6.49-0.582c-1.136-0.348-2.12-0.799-2.954-1.353c-0.719-0.472-1.299-1.003-1.738-1.592 c-0.195-0.263-0.363-0.538-0.503-0.824c-0.081-0.164-0.149-0.325-0.204-0.485c-0.026,0.215-0.033,0.432-0.02,0.65 c0.007,0.153,0.026,0.309,0.055,0.469c0.013,0.065,0.025,0.13,0.038,0.195l0.274,0.807c0.017,0.039,0.035,0.076,0.053,0.112 c0.42,0.899,1.111,1.688,2.072,2.369c0.817,0.582,1.782,1.057,2.896,1.425c2.005,0.665,4.147,0.878,6.425,0.64 c2.461-0.254,4.496-0.995,6.105-2.223c0.862-0.657,1.488-1.393,1.88-2.207c0.045-0.101,0.088-0.201,0.127-0.302l0.214-0.724 c0.026-0.117,0.046-0.234,0.058-0.351c0.014-0.111,0.022-0.222,0.025-0.332c0.003-0.131-0.012-0.294-0.044-0.489l-0.039,0.098 C25.942,19.351,25.724,19.738,25.447,20.106z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="24.0313" x2="27.2682" y2="24.0313"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.6157" style="stop-color:%23CC0000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M25.887,20.742c-0.04,0.101-0.082,0.201-0.127,0.302c-0.391,0.814-1.018,1.549-1.88,2.207 c-1.609,1.228-3.643,1.969-6.105,2.223c-2.279,0.238-4.42,0.025-6.425-0.64c-1.114-0.368-2.079-0.843-2.896-1.425 c-0.961-0.68-1.651-1.47-2.072-2.369c-0.019-0.036-0.037-0.073-0.053-0.112L6.056,20.12l-0.005-0.019L6.29,22.25 c0.004,0.052,0.009,0.104,0.016,0.156c0.042,0.368,0.132,0.738,0.269,1.109c0.361,0.964,1.008,1.818,1.943,2.564 c0.781,0.625,1.711,1.136,2.789,1.534c1.963,0.726,4.072,0.971,6.328,0.736c2.409-0.251,4.401-1.007,5.977-2.27 c0.922-0.736,1.566-1.573,1.933-2.51c0.189-0.488,0.293-0.8,0.313-0.937c0.017-0.136,0.074-0.467,0.171-0.991 c0.094-0.524,0.14-1.195,0.137-2.012l-0.006,0.039c-0.013,0.116-0.032,0.233-0.058,0.351L25.887,20.742z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="5.4565" y1="19.3426" x2="26.7161" y2="19.3426"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.6157" style="stop-color:%23CC0000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M26.486,15.781c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.64,15.338,26.575,15.558,26.486,15.781z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="5.3895" y1="17.1881" x2="26.7452" y2="17.1881"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="0.7538" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.822,16.064c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966 c-1.328,0.56-2.856,0.928-4.585,1.104c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679 c-0.355-0.146-0.689-0.302-1.002-0.469c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766 c-0.228-0.238-0.429-0.487-0.606-0.747c-0.152-0.226-0.277-0.452-0.376-0.68c-0.045,0.238-0.063,0.474-0.053,0.708 c0.003,0.186,0.025,0.371,0.065,0.557c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03 c0.163,0.271,0.351,0.53,0.566,0.777c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304 c0.868,0.498,1.889,0.907,3.061,1.225c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031 c0.042-0.029,0.086-0.06,0.132-0.093c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801 c0.111-0.192,0.206-0.387,0.283-0.585c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131 c0.017-0.124,0.028-0.246,0.035-0.366c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435 C25.449,15.57,25.155,15.823,24.822,16.064z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="4.8163" y1="13.8048" x2="27.339" y2="13.8048"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.6157" style="stop-color:%23CC0000"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M4.816,9.76l0.346,2.91c0.003,0.182,0.025,0.366,0.064,0.552c0.045,0.224,0.118,0.447,0.219,0.669 c0.099,0.228,0.224,0.454,0.376,0.68c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766 c0.326,0.238,0.686,0.461,1.079,0.669c0.313,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679 c2.104,0.521,4.32,0.663,6.65,0.425c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966 c0.094-0.062,0.187-0.125,0.278-0.19c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435 c0.016-0.036,0.03-0.072,0.044-0.108c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07 l0.002-0.444C27.339,9.174,4.917,10.228,4.816,9.76z"/> <ellipse fill="%23FF0000" cx="16.048" cy="9.174" rx="11.291" ry="5.579"/> </svg>');
}
.red.icon-pgsql-schema{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.9727" y1="22.1646" x2="16.1215" y2="22.1646"> <stop offset="0.128" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.346,20.902c0.017,0.039,0.035,0.076,0.054,0.112c0.422,0.901,1.114,1.693,2.078,2.376 c0.819,0.584,1.787,1.06,2.904,1.429c1.503,0.498,3.083,0.743,4.739,0.735v-1.832c-1.022,0.004-2.016-0.084-2.985-0.262 c-0.583-0.106-1.157-0.246-1.721-0.42c-1.139-0.349-2.127-0.801-2.963-1.357c-0.722-0.473-1.303-1.005-1.743-1.597 c-0.196-0.264-0.364-0.54-0.505-0.827c-0.081-0.164-0.149-0.326-0.205-0.486c-0.026,0.216-0.033,0.433-0.021,0.652 c0.007,0.154,0.026,0.31,0.055,0.47c0.013,0.065,0.025,0.13,0.038,0.196L6.346,20.902z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.7139" x2="26.5734" y2="1060.7139" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.424,18.658c-0.174-0.098-0.339-0.199-0.495-0.304c-0.548-0.368-1.012-0.771-1.391-1.208 c-0.216-0.248-0.405-0.508-0.568-0.779c-0.006-0.009-0.013-0.019-0.019-0.03c-0.239-0.408-0.399-0.816-0.48-1.224l0.303,2.557 c0.006,0.166,0.026,0.332,0.058,0.499c0.037,0.203,0.093,0.405,0.167,0.607c0.056,0.16,0.124,0.322,0.205,0.486 c0.141,0.287,0.309,0.563,0.505,0.827c0.441,0.591,1.022,1.123,1.743,1.597c0.836,0.555,1.824,1.008,2.963,1.357 c0.564,0.173,1.138,0.313,1.721,0.42l0.002-3.218c-0.556-0.091-1.104-0.209-1.644-0.355C10.318,19.567,9.295,19.158,8.424,18.658z" /> <path fill="%23FF0000" d="M7.331,16.043c-0.329-0.242-0.625-0.498-0.887-0.768c-0.228-0.239-0.431-0.489-0.607-0.749 c-0.153-0.226-0.278-0.453-0.377-0.682c-0.045,0.239-0.063,0.475-0.054,0.71c0.003,0.186,0.025,0.372,0.065,0.558 c0.081,0.408,0.241,0.816,0.48,1.224c0.006,0.011,0.013,0.021,0.019,0.03c0.163,0.271,0.352,0.531,0.568,0.779 c0.38,0.438,0.844,0.84,1.391,1.208c0.157,0.105,0.322,0.207,0.495,0.304c0.871,0.5,1.894,0.909,3.07,1.229 c0.54,0.146,1.088,0.264,1.644,0.355l0.502-1.988c-0.711-0.09-1.41-0.22-2.097-0.39c-0.774-0.192-1.482-0.42-2.125-0.682 c-0.357-0.146-0.692-0.303-1.005-0.47C8.019,16.505,7.658,16.281,7.331,16.043"/> <path fill="%23FF0000" d="M14.545,14.657c0.52,0.036,1.046,0.053,1.576,0.05V8.411H4.867C4.795,8.676,4.763,8.939,4.77,9.2 c0.003,0.166,0.023,0.333,0.058,0.5c0.101,0.47,0.33,0.936,0.686,1.396c0.039,0.052,0.081,0.104,0.126,0.156 c0.212,0.251,0.451,0.491,0.716,0.719c0.577,0.496,1.284,0.931,2.12,1.303c0.577,0.255,1.216,0.48,1.915,0.675 c0.405,0.111,0.829,0.215,1.273,0.309C12.607,14.458,13.567,14.591,14.545,14.657z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="14.0516" x2="16.7047" y2="14.0516"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23CC0000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M16.122,14.708c-0.53,0.002-1.056-0.015-1.576-0.05c-0.979-0.066-1.938-0.199-2.879-0.398 c-0.444-0.095-0.868-0.198-1.273-0.309c-0.699-0.196-1.338-0.421-1.915-0.675c-0.836-0.372-1.543-0.807-2.12-1.303 c-0.265-0.228-0.504-0.468-0.716-0.719c-0.045-0.053-0.087-0.105-0.126-0.156C5.159,10.636,4.93,10.171,4.829,9.7l0.347,2.919 c0.003,0.183,0.025,0.368,0.065,0.554c0.045,0.225,0.118,0.449,0.219,0.67c0.099,0.228,0.225,0.455,0.377,0.682 c0.177,0.261,0.379,0.511,0.607,0.749c0.262,0.27,0.557,0.526,0.887,0.768c0.327,0.239,0.688,0.462,1.082,0.67 c0.313,0.167,0.648,0.324,1.005,0.47c0.643,0.262,1.351,0.489,2.125,0.682c0.687,0.17,1.386,0.3,2.097,0.39 c0.811,0.102,1.639,0.151,2.482,0.148V14.708"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="24.0143" x2="26.7649" y2="24.0143"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M26.242,19.599l-0.006,0.039c-0.013,0.117-0.032,0.234-0.058,0.352l-0.215,0.726 c-0.04,0.101-0.083,0.202-0.128,0.303c-0.392,0.816-1.021,1.554-1.885,2.213c-1.613,1.232-3.654,1.975-6.123,2.229 c-0.577,0.06-1.146,0.091-1.705,0.093v2.876c0.513-0.002,1.034-0.03,1.563-0.085c2.416-0.251,4.414-1.01,5.995-2.277 c0.924-0.738,1.571-1.578,1.939-2.518c0.189-0.489,0.294-0.802,0.314-0.94c0.017-0.137,0.074-0.468,0.172-0.994 C26.2,21.09,26.245,20.418,26.242,19.599z"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.1382" y1="17.1509" x2="26.8234" y2="17.1509"> <stop offset="0.128" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M26.761,15.077c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.247,0.035-0.368 c0.013-0.255-0.005-0.506-0.054-0.754c-0.219,0.509-0.547,0.989-0.984,1.439c-0.258,0.265-0.553,0.519-0.887,0.76 c-0.091,0.065-0.185,0.129-0.279,0.191c-0.552,0.369-1.153,0.692-1.803,0.969c-1.332,0.562-2.864,0.931-4.599,1.108 c-0.708,0.072-1.405,0.11-2.092,0.112c-0.843,0.003-1.67-0.046-2.482-0.148l-0.502,1.988c0.97,0.161,1.965,0.239,2.983,0.235 c0.65-0.002,1.31-0.037,1.98-0.106c2.481-0.255,4.545-0.933,6.191-2.037c0.042-0.029,0.086-0.06,0.133-0.093 c0.503-0.346,0.927-0.717,1.273-1.112c0.225-0.258,0.419-0.525,0.582-0.803c0.111-0.192,0.206-0.388,0.284-0.587 C26.652,15.517,26.718,15.296,26.761,15.077"/> <path fill="%23CCCCCC" d="M27.451,9.265c0.019-0.286-0.007-0.571-0.08-0.854c-0.126-0.485-0.388-0.964-0.786-1.439 c-0.647-0.774-1.579-1.436-2.797-1.985c-0.953-0.43-2.027-0.771-3.222-1.022c-1.437-0.303-2.918-0.453-4.444-0.45 c-0.762,0.002-1.536,0.043-2.321,0.121c-2.638,0.261-4.815,0.92-6.533,1.978C6.092,6.341,5.326,7.167,4.971,8.094 C4.93,8.2,4.895,8.306,4.867,8.411h11.255v6.296c0.757-0.002,1.525-0.042,2.303-0.12c1.234-0.121,2.368-0.33,3.403-0.626 c0.679-0.197,1.316-0.43,1.911-0.7c0.428-0.197,0.835-0.414,1.22-0.652c0.337-0.209,0.641-0.425,0.912-0.647 c0.336-0.281,0.619-0.573,0.852-0.877c0.228-0.306,0.406-0.624,0.533-0.954c0.074-0.201,0.129-0.392,0.162-0.574V9.554l0.003-0.014 c0-0.005,0.001-0.011,0.002-0.016l0.024-0.177C27.446,9.318,27.447,9.29,27.451,9.265z"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="5.1711" y1="1060.6877" x2="26.5734" y2="1060.6877" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M26.794,14.902l-0.009,0.044c-0.006,0.042-0.014,0.086-0.024,0.131 c-0.043,0.219-0.109,0.44-0.197,0.663c-0.078,0.199-0.172,0.394-0.284,0.587c-0.163,0.278-0.357,0.545-0.582,0.803 c-0.346,0.395-0.77,0.766-1.273,1.112c-0.046,0.033-0.09,0.064-0.133,0.093c-1.646,1.103-3.71,1.782-6.191,2.037 c-0.67,0.069-1.33,0.104-1.98,0.106c-1.019,0.004-2.013-0.074-2.983-0.235l-0.002,3.218c0.968,0.178,1.963,0.266,2.985,0.262 c0.592-0.002,1.193-0.035,1.803-0.098c2.498-0.258,4.563-0.989,6.195-2.194c0.569-0.418,1.036-0.868,1.401-1.352 c0.278-0.369,0.496-0.758,0.656-1.166l0.039-0.098c0.006-0.016,0.013-0.032,0.019-0.049c0.062-0.186,0.113-0.369,0.153-0.549 c0.039-0.205,0.063-0.408,0.073-0.607L26.794,14.902z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="4.8256" y1="1066.0203" x2="27.3449" y2="1066.0203" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.0118" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M27.417,9.558V9.557c-0.034,0.182-0.088,0.373-0.162,0.574c-0.127,0.33-0.305,0.648-0.533,0.954 c-0.232,0.304-0.516,0.596-0.852,0.877c-0.271,0.222-0.575,0.438-0.912,0.647c-0.385,0.238-0.791,0.455-1.22,0.652 c-0.594,0.27-1.231,0.504-1.911,0.7c-1.035,0.297-2.169,0.505-3.403,0.626c-0.779,0.078-1.547,0.118-2.303,0.12v3.695 c0.687-0.002,1.384-0.04,2.092-0.112c1.734-0.177,3.267-0.546,4.599-1.108c0.65-0.277,1.251-0.6,1.803-0.969 c0.095-0.062,0.188-0.126,0.279-0.191c0.333-0.242,0.629-0.495,0.887-0.76c0.438-0.45,0.766-0.93,0.984-1.439 c0.016-0.036,0.031-0.072,0.044-0.109c0.084-0.211,0.148-0.423,0.191-0.636c0.026-0.147,0.043-0.294,0.049-0.442L27.417,9.558z"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="16.1215" y1="22.1843" x2="26.2615" y2="22.1843"> <stop offset="0" style="stop-color:%23CC0000"/> <stop offset="0.7538" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M26.217,18.814l-0.039,0.098c-0.16,0.408-0.379,0.797-0.656,1.166 c-0.365,0.484-0.832,0.934-1.401,1.352c-1.632,1.205-3.697,1.937-6.195,2.194c-0.61,0.063-1.211,0.096-1.803,0.098v1.832 c0.56-0.002,1.128-0.033,1.705-0.093c2.468-0.255,4.509-0.998,6.123-2.229c0.865-0.659,1.493-1.397,1.885-2.213 c0.045-0.101,0.088-0.202,0.128-0.303l0.215-0.726c0.026-0.118,0.046-0.235,0.058-0.352c0.014-0.111,0.022-0.222,0.025-0.333 C26.264,19.174,26.249,19.01,26.217,18.814z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="4.8288" y1="1055.7482" x2="27.348" y2="1055.7482" gradientTransform="matrix(1 0 0 -1 0 1080)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M6.4,21.014c-0.019-0.036-0.037-0.073-0.054-0.112l-0.275-0.809l-0.005-0.019l0.24,2.155 c0.004,0.053,0.009,0.105,0.016,0.156c0.042,0.369,0.132,0.74,0.27,1.112c0.362,0.967,1.011,1.824,1.948,2.572 c0.784,0.627,1.716,1.14,2.797,1.538c1.508,0.558,3.103,0.832,4.783,0.824v-2.876c-1.656,0.008-3.236-0.237-4.739-0.735 c-1.117-0.369-2.085-0.846-2.904-1.429C7.514,22.707,6.822,21.915,6.4,21.014z"/> </svg>');
}
.red.icon-pgsql-table-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CC0000" points="19.659,7.65 18.245,8.357 21.958,14.776 23.317,13.968 "/> <polygon fill="%23FF0000" points="9.407,3.003 8,3.566 14.289,6.507 15.61,5.815 "/> <polygon fill="%23FF0000" points="16.444,7.515 18.245,8.357 19.659,7.65 17.845,6.828 "/> <polygon fill="%23990000" points="15.61,5.815 14.289,6.507 14.156,15.112 15.384,14.257 "/> <polygon fill="%23CC0000" points="14.289,6.507 8,3.566 8.483,11.765 14.156,15.112 "/> <polygon fill="%23CC0000" points="9.06,21.566 14.005,24.876 14.12,17.414 8.624,14.17 "/> <polygon fill="%23CC0000" points="15.988,26.204 21.084,29.614 21.544,21.795 16.173,18.625 "/> <polygon fill="%23CC0000" points="21.958,14.776 18.245,8.357 16.444,7.515 16.444,7.515 16.229,16.336 21.677,19.551 "/> <polygon fill="%23FF0000" points="10.149,13.533 8.624,14.17 14.12,17.414 15.333,16.713 "/> <polygon fill="%23990000" points="21.677,19.551 22.99,18.625 23.317,13.968 21.958,14.776 "/> <polygon fill="%23990000" points="21.544,21.795 22.837,20.8 22.281,28.71 21.084,29.614 "/> <polyline fill="%23FF0000" points="21.958,14.776 18.245,8.357 15.281,14.369 21.958,14.776 "/> <polygon fill="%23FF0000" points="16.173,18.625 17.597,17.855 22.837,20.8 21.544,21.795 "/> <polygon fill="%23990000" points="15.333,16.713 15.281,23.918 14.005,24.876 14.12,17.414 "/> </svg> ');
}
.red.icon-pgsql-table-simple{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.542 9.991,3.567 11.05,21.567 23.074,29.615 23.811,16.835 18.436,7.542 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.542 23.811,16.835 25.17,16.027 "/> <polygon fill="%23676767" points="25.17,16.027 23.811,16.835 23.074,29.615 24.272,28.711 "/> <polygon fill="%23CCCCCC" points="11.398,3.004 9.991,3.567 18.436,7.542 19.826,6.824 "/> <path fill="none" stroke="%23000000" stroke-width="0.1198" stroke-linecap="round" stroke-linejoin="round" d="M11.654,13.776 l1.359-0.808"/> <polyline fill="%23CC0000" points="17.426,25.393 17.57,21.71 7.282,15.548 7.474,19.045 17.426,25.393 "/> <polyline fill="%23990000" points="18.869,20.86 17.57,21.71 17.426,25.393 18.683,24.518 18.869,20.86 "/> <polyline fill="%23FF0000" points="8.582,14.866 7.282,15.548 17.57,21.71 18.869,20.86 8.582,14.866 "/> <polyline fill="%23CC0000" points="6.995,8.926 7.204,12.752 17.629,18.83 17.785,14.758 6.995,8.926 "/> <polyline fill="%23990000" points="19.15,13.95 17.785,14.758 17.629,18.83 18.947,17.991 19.15,13.95 "/> <polyline fill="%23FF0000" points="8.354,8.285 6.995,8.926 17.785,14.758 19.15,13.95 8.354,8.285 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.542 14.145,16.246 23.811,16.835 "/> </svg> ');
}
.red.icon-pgsql-view{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.red.icon-pgsql-column-root{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.576,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,8.109,13.897,7.466,16.576,7.466 M16.576,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,7.318,20.741,5.715,16.576,5.715L16.576,5.715z" /> <path fill="%23CCCCCC" d="M16.576,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C11.044,6.393,13.897,5.75,16.576,5.75 M16.576,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.483,5.603,20.741,4,16.576,4L16.576,4z"/> <polygon fill="%23FFFFFF" points="2.69,24.559 2.394,22.042 0,23.045 1.67,12.699 12.267,8.095 22.714,12.895 23.316,19.421 22.309,20.609 21.842,24.559 12.267,31.768 "/> <path fill="%23990000" d="M12.266,29.265l7.69-5.789l1.107-9.379l-8.797,4.979V29.265z"/> <path fill="%23CC0000" d="M4.576,23.476l7.69,5.789V19.076l-8.797-4.979L4.576,23.476z"/> <path fill="%23676767" d="M12.266,19.076v-8.8l-8.797,3.821L12.266,19.076z"/> <path fill="%23999999" d="M20.424,19.519l1.387-1.032l-0.747-4.39l-6.861,3.883l-1.936,1.096l1.545,5.379L20.424,19.519z"/> <path fill="%23333333" d="M2.548,19.809l1.598-0.67l-0.677-5.042L2.548,19.809z"/> <path fill="%23CCCCCC" d="M21.063,14.097l-8.797-3.821l0,5.953l0,2.847L21.063,14.097z"/> </svg> ');
}
.red.icon-pgsql-column-root.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.458,7.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,8.109,13.779,7.466,16.458,7.466 M16.458,5.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,7.318,20.623,5.715,16.458,5.715L16.458,5.715z" /> <path fill="%23CCCCCC" d="M16.458,5.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C10.926,6.393,13.779,5.75,16.458,5.75 M16.458,4 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C26.365,5.603,20.623,4,16.458,4L16.458,4z"/> <polygon fill="%23FFFFFF" points="2.586,24.485 1.222,12.852 12.063,8.113 22.693,13.262 21.539,24.485 12.063,31.665 "/> <path fill="%23990000" d="M12.063,29.156l7.59-5.75l1.093-9.315l-8.683,4.945V29.156z"/> <path fill="%23CC0000" d="M4.473,23.406l7.59,5.75v-10.12l-8.683-4.945L4.473,23.406z"/> <path fill="%23FF0000" d="M20.746,14.091l-8.683-3.795l-8.683,3.795l8.683,4.945L20.746,14.091z"/> </svg> ');
}
.red.icon-pgsql-column-abstract{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23FF0000" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> </svg> ');
}
.red.icon-pgsql-column-string{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%23CC0000" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </svg> ');
}
.red.icon-pgsql-column-decimal{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.458,8.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,9.109,12.779,8.466,15.458,8.466 M15.458,6.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,8.318,19.623,6.715,15.458,6.715L15.458,6.715z" /> <path fill="%23CCCCCC" d="M15.458,6.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.926,7.393,12.779,6.75,15.458,6.75 M15.458,5 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.365,6.603,19.623,5,15.458,5L15.458,5z"/> <path fill="%23FFFFFF" d="M4.337,20.845c-1.111,0-2.113,0.415-2.899,1.201c-0.786,0.786-1.201,1.788-1.201,2.899 s0.415,2.113,1.201,2.899c0.786,0.786,1.788,1.201,2.899,1.201s2.113-0.415,2.899-1.201c0.786-0.786,1.201-1.788,1.201-2.899 s-0.415-2.113-1.201-2.899C6.45,21.261,5.448,20.845,4.337,20.845L4.337,20.845z"/> <path fill="%23FFFFFF" d="M12.825,10.63c-3.992,0-6.947,2.806-7.327,6.718c-0.279,2.875-0.46,6.617,1.423,8.984 c2.422,3.045,7.134,3.704,10.306,1.427c2.943-2.113,3.049-5.431,3.011-8.737c-0.023-2.025-0.247-4.103-1.578-5.729 C17.212,11.527,15.086,10.63,12.825,10.63L12.825,10.63z"/> <path fill="%23CC0000" d="M18.24,19.867c0.006,2.735-0.236,5.489-3.042,6.769c-2.712,1.238-6.563,0.055-7.461-2.969 c-0.598-2.014-0.5-4.873-0.144-6.936c0.533-3.086,3.694-4.573,6.591-3.971c1.445,0.3,2.823,1.306,3.463,2.649 C18.302,16.78,18.243,18.384,18.24,19.867z M14.744,19.867c0-1.448,0.229-3.961-1.776-4.111c-2.249-0.169-2.062,2.597-2.062,4.111 c0,1.473-0.203,4.118,1.914,4.121C14.939,23.99,14.744,21.333,14.744,19.867z"/> <path fill="%23CC0000" d="M6.437,24.945c0,0.58-0.205,1.074-0.615,1.484s-0.905,0.615-1.484,0.615s-1.074-0.205-1.484-0.615 s-0.615-0.905-0.615-1.484s0.205-1.074,0.615-1.484s0.905-0.615,1.484-0.615s1.074,0.205,1.484,0.615S6.437,24.365,6.437,24.945z"/> </svg>');
}


.blue.icon-erp-product{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23003399" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%230099FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.blue.icon-erp-product-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%230044B2" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23003399" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.blue.icon-erp-product-param{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23003399" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <polygon fill="%230099FF" points="7.961,10.322 8.773,9.967 17.325,14.872 16.642,15.267 "/> <polygon fill="%230044B2" points="17.325,19.962 16.641,20.33 16.642,15.267 17.325,14.872 "/> <polygon fill="%23676767" points="16.642,25.385 17.325,24.868 17.325,19.962 16.641,20.33 "/> </svg> ');
}
.blue.icon-erp-product-composition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M26.679,19.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,19.012"/> <polyline fill="%23676767" points="22.351,15.458 22.339,15.453 16.53,18.758 16.53,18.819 16.53,25.726 16.536,25.733 20.332,23.218 22.019,22.102 22.127,19.952 22.351,15.458 "/> <polygon fill="%23676767" points="21.437,9.997 21.514,8.171 16.534,10.596 16.537,12.492 16.537,12.499 18.417,13.456 18.44,13.411 18.44,11.524 "/> <polyline fill="%23999999" points="16.53,18.819 10.692,15.466 10.943,19.954 11.011,22.069 12.722,23.202 16.53,25.726 16.53,18.819 "/> <polyline fill="%23999999" points="8.756,14.356 8.758,14.356 8.756,14.354 8.756,14.356 "/> <polyline fill="%23999999" points="16.53,12.495 16.537,12.492 16.534,10.596 11.555,8.173 11.635,10.001 14.624,11.524 14.624,13.465 16.53,12.495 "/> <polygon fill="%23999999" points="22.339,15.453 22.351,15.458 22.127,19.952 22.184,19.954 23.819,20.866 24.261,14.358 18.44,11.524 18.44,13.411 18.417,13.456 "/> <polyline fill="%23CCCCCC" points="16.537,6.013 11.555,8.173 16.534,10.596 21.514,8.171 16.537,6.013 "/> <polyline fill="%23CCCCCC" points="16.537,12.499 16.53,12.495 14.624,13.465 10.692,15.466 16.53,18.819 16.53,18.758 22.339,15.453 18.417,13.456 16.537,12.499 "/> <polygon fill="%23CCCCCC" points="23.41,8.994 21.437,9.997 18.44,11.524 24.261,14.358 29.239,11.522 "/> <path fill="%23003399" d="M8.756,14.356v-0.002l-4.933-2.832l0.733,6.275l1.835,1.213l2.82,1.868L8.756,14.356z"/> <path fill="%230044B2" d="M8.758,14.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002v-1.941L8.758,14.356z"/> <path fill="%230099FF" d="M11.635,10.001L9.66,8.994l-5.837,2.528l4.933,2.832l0.002,0.002l5.866-2.832L11.635,10.001z"/> </svg> ');
}
.blue.icon-erp-product-assembly{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230099FF" d="M3.788,11.476l-0.005-0.054l0.038,0.023l1.124-1.056L6.589,6.75l-4.609,4.426L0,15.038L3.788,11.476 M11.751,12.737l-0.024,0.089l0.028-0.014L11.751,12.737z"/> <polyline fill="%23676767" points="8.738,14.267 8.738,14.269 8.738,14.269 8.738,14.267 "/> <polyline fill="%23676767" points="16.547,18.691 16.547,18.752 16.547,25.689 16.551,25.694 16.551,25.696 20.366,23.171 22.061,22.048 22.169,19.889 22.395,15.375 22.381,15.368 16.547,18.691 "/> <polyline fill="%23676767" points="21.553,8.056 21.552,8.056 16.549,10.49 16.551,10.492 16.554,12.394 16.554,12.401 18.443,13.363 18.465,13.319 18.465,11.424 18.464,11.422 21.477,9.89 21.553,8.056 "/> <path fill="%23676767" d="M28.581,17.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,17.726"/> <polyline fill="%23999999" points="10.682,15.384 10.703,15.779 10.794,17.395 10.932,19.889 10.934,19.89 10.932,19.89 11.002,22.017 11.001,22.017 12.719,23.155 16.547,25.689 16.547,18.752 10.682,15.384 "/> <polyline fill="%23999999" points="8.738,14.267 8.738,14.267 8.738,14.269 8.75,14.274 8.74,14.267 8.738,14.267 "/> <polyline fill="%23999999" points="16.551,10.492 16.549,10.49 11.55,8.056 11.55,8.061 11.63,9.894 11.627,9.894 11.69,11.27 12.064,11.604 11.751,12.737 11.754,12.812 11.812,14.09 12.483,14.466 16.547,12.398 16.554,12.394 16.551,10.492 "/> <polygon fill="%23999999" points="18.465,13.319 18.443,13.363 22.381,15.368 22.395,15.375 22.169,19.889 22.227,19.892 23.867,20.808 24.313,14.269 18.465,11.424 "/> <polyline fill="%23CCCCCC" points="9.194,20.821 9.199,20.824 9.194,20.828 9.194,20.821 "/> <polyline fill="%23CCCCCC" points="11.55,8.056 16.549,10.49 21.552,8.056 16.554,5.887 11.55,8.056 "/> <polyline fill="%23CCCCCC" points="16.554,12.401 16.547,12.398 12.483,14.466 11.078,15.181 10.707,15.37 10.682,15.384 16.547,18.752 16.547,18.691 22.381,15.368 18.443,13.363 16.554,12.401 "/> <polygon fill="%23CCCCCC" points="18.464,11.422 18.465,11.424 24.313,14.269 29.314,11.422 23.456,8.881 21.477,9.89 "/> <path fill="%23003399" d="M10.707,15.37l0.024-0.028l-5.786-4.954l-1.124,1.056l-0.038-0.023l0.005,0.054L0,15.038l5.47,4.372h0.002 l0.46,0.367l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,15.37 M8.738,14.269v-0.002l0,0H8.74l0.01,0.007 L8.738,14.269L8.738,14.269z"/> <path fill="%230044B2" d="M11.726,12.826l0.024-0.089l0.313-1.133L11.69,11.27L6.589,6.75l-1.644,3.639l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,12.826z"/> </svg>');
}
.blue.icon-erp-product-component{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M16.642,16.055l6.355,3.659l-6.355,4.814l-6.355-4.814L16.642,16.055 M16.642,15.267l-7.589,4.369 l7.589,5.749l7.589-5.749L16.642,15.267L16.642,15.267z"/> <path fill="%23676767" d="M15.959,7.572v7.3l-6.348,3.655l-0.913-7.781L15.959,7.572 M16.642,6.528l-8.681,3.794l1.092,9.314 l7.589-4.369V6.528L16.642,6.528z"/> <path fill="%23003399" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <path fill="%23999999" d="M17.325,7.572l7.261,3.174l-0.913,7.781l-6.348-3.655V7.572 M16.642,6.528v8.739l7.589,4.369l1.092-9.314 L16.642,6.528L16.642,6.528z"/> <path fill="%23CCCCCC" d="M16.642,7.273l7.159,3.129l-7.159,4.078l-7.16-4.078L16.642,7.273 M16.642,6.528l-8.681,3.794l8.681,4.944 l8.681-4.944L16.642,6.528L16.642,6.528z"/> <path fill="%23676767" d="M24.487,11.585l-0.901,7.683l-6.261,4.743v-8.347L24.487,11.585 M25.323,10.322l-8.681,4.944v10.118 l7.589-5.749L25.323,10.322L25.323,10.322z"/> </svg> ');
}
.blue.icon-erp-product-tool{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M7.874,5.998c-0.278,0.128-0.418,0.295-0.418,0.5c0,0.02,0,0.039,0,0.058C7.46,6.578,7.465,6.6,7.47,6.622 c0.064,0.25,0.272,0.423,0.624,0.519C8.408,7.224,8.7,7.256,8.969,7.237c0.275-0.019,0.557-0.096,0.845-0.231 c0.247-0.114,0.385-0.258,0.413-0.432c0.01-0.06,0.007-0.124-0.01-0.192c-0.064-0.25-0.272-0.423-0.624-0.519 C9.279,5.78,8.988,5.748,8.719,5.767C8.444,5.786,8.162,5.863,7.874,5.998z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.4556" y1="13.9832" x2="10.8288" y2="13.9832"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M7.47,6.622C7.465,6.6,7.46,6.578,7.456,6.555l0.663,14.021c-0.002,0.036-0.001,0.073,0.005,0.11 c0.038,0.256,0.237,0.448,0.596,0.576c0.314,0.115,0.596,0.163,0.845,0.144c0.263-0.019,0.535-0.109,0.817-0.269 c0.333-0.192,0.48-0.416,0.442-0.672c-0.001-0.006-0.002-0.013-0.005-0.019L10.227,6.574c-0.029,0.174-0.166,0.318-0.413,0.432 c-0.288,0.134-0.57,0.211-0.845,0.231C8.7,7.256,8.408,7.224,8.094,7.141C7.742,7.045,7.534,6.872,7.47,6.622z"/> <polyline fill="%230099FF" points="3.771,3.768 6.5,3.307 10.515,5.372 13.859,3.816 9.833,1.837 7.057,2.337 3.771,3.768 "/> <polyline fill="%23003399" points="3.771,3.768 3.896,5.67 10.66,9.33 10.515,5.372 6.5,3.307 3.771,3.768 "/> <polyline fill="%230044B2" points="10.66,9.33 13.935,7.716 13.859,3.816 10.515,5.372 10.66,9.33 "/> <path fill="%23CCCCCC" d="M15.569,14.827c0.09,0.263,0.33,0.458,0.721,0.586c0.346,0.109,0.656,0.157,0.932,0.144 c0.295-0.019,0.592-0.115,0.893-0.288c0.245-0.138,0.388-0.291,0.428-0.461c0.02-0.083,0.015-0.169-0.014-0.259 c-0.09-0.263-0.33-0.458-0.721-0.586c-0.352-0.109-0.663-0.157-0.932-0.144c-0.295,0.019-0.596,0.112-0.903,0.279 c-0.238,0.136-0.377,0.288-0.418,0.456c-0.017,0.073-0.017,0.149,0,0.226C15.559,14.795,15.564,14.811,15.569,14.827"/> <linearGradient id="SVGID_00000056417952209318299690000012660810451522833548_" gradientUnits="userSpaceOnUse" x1="15.5543" y1="20.5339" x2="18.542" y2="20.5339"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000056417952209318299690000012660810451522833548_)" d="M16.289,15.413 c-0.391-0.128-0.631-0.323-0.721-0.586c-0.005-0.016-0.01-0.032-0.014-0.048l0.072,10.505c-0.009,0.064-0.006,0.13,0.01,0.197 c0.058,0.263,0.282,0.471,0.672,0.624c0.339,0.134,0.64,0.195,0.903,0.183c0.282-0.019,0.573-0.122,0.874-0.307 c0.327-0.208,0.475-0.439,0.442-0.692l0.014-10.481c-0.04,0.17-0.182,0.323-0.428,0.461c-0.301,0.173-0.599,0.269-0.893,0.288 C16.946,15.569,16.635,15.521,16.289,15.413"/> <path fill="%230099FF" d="M16.284,13.044l-0.01,0.005l0.764,1.321l1.633,0.922l1.624-0.922l-1.643-0.903l-1.614-2.786l-1.633,0.865 l0.831,1.441C16.253,13.007,16.269,13.026,16.284,13.044"/> <path fill="%230099FF" d="M18.72,8.125l1.672-0.874c-0.608-0.82-1.291-1.435-2.046-1.845c-0.73-0.397-1.412-0.548-2.046-0.452 c-0.226,0.033-0.435,0.094-0.624,0.183c-0.034,0.019-0.069,0.038-0.106,0.058L14.07,5.93c0.165-0.071,0.344-0.12,0.538-0.149 c0.112-0.016,0.226-0.024,0.341-0.024c0.536-0.002,1.104,0.163,1.705,0.495c0.472,0.262,0.915,0.601,1.331,1.018 c0.028,0.027,0.055,0.054,0.082,0.082C18.293,7.586,18.51,7.844,18.72,8.125"/> <polyline fill="%230099FF" points="24.561,8.433 23.437,9.038 25.925,10.287 27.039,9.662 24.561,8.433 "/> <path fill="%23CCCCCC" d="M26.497,19.198c0.012-0.046,0.015-0.092,0.01-0.139c-0.003-0.058-0.018-0.117-0.043-0.178 c-0.115-0.269-0.387-0.48-0.817-0.634c-0.384-0.128-0.714-0.186-0.99-0.173c-0.32,0.013-0.64,0.118-0.961,0.317 c-0.288,0.183-0.434,0.38-0.437,0.591c0,0.006,0,0.01,0,0.014c0.001,0.067,0.015,0.134,0.043,0.202 c0.115,0.275,0.387,0.487,0.817,0.634c0.378,0.134,0.708,0.195,0.99,0.183c0.32-0.013,0.64-0.118,0.961-0.317 C26.318,19.542,26.46,19.376,26.497,19.198"/> <path fill="%23003399" d="M18.71,8.634l0.01-0.509c-0.209-0.281-0.427-0.539-0.653-0.773c-0.027-0.028-0.054-0.055-0.082-0.082 c-0.415-0.417-0.859-0.757-1.331-1.018c-0.601-0.332-1.169-0.497-1.705-0.495c-0.115,0-0.229,0.008-0.341,0.024 C14.414,5.81,14.235,5.859,14.07,5.93c-0.053,0.024-0.104,0.05-0.154,0.077c-0.32,0.176-0.579,0.443-0.778,0.802 c-0.359,0.647-0.474,1.515-0.346,2.603c0.192,1.595,0.797,3.074,1.816,4.438c1.217,1.633,2.571,2.27,4.064,1.912v-0.471 l-1.633-0.922l-0.764-1.321l-0.038-0.062l-0.831-1.441l-0.029-2.623c0.73-0.512,1.275-0.9,1.633-1.162l0.269,0.139L18.71,8.634"/> <polyline fill="%23003399" points="23.437,9.038 22.735,12.208 23.85,15.542 23.735,18.808 24.916,19.471 25.041,16.185 26.386,14.12 25.925,10.287 23.437,9.038 "/> <linearGradient id="SVGID_00000062187702302965977700000005472116719410854811_" gradientUnits="userSpaceOnUse" x1="22.8919" y1="25.0149" x2="26.4966" y2="25.0149"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000062187702302965977700000005472116719410854811_)" d="M24.119,19.832 c-0.429-0.147-0.701-0.359-0.817-0.634c-0.028-0.068-0.042-0.135-0.043-0.202l-0.355,10.851c-0.002,0.012-0.004,0.023-0.005,0.034 c-0.014,0.082-0.007,0.165,0.019,0.25c0.083,0.269,0.336,0.493,0.759,0.672c0.365,0.16,0.685,0.237,0.961,0.231 c0.301-0.013,0.612-0.131,0.932-0.355c0.312-0.221,0.46-0.453,0.442-0.697l0.485-10.784c-0.036,0.178-0.179,0.345-0.428,0.5 c-0.32,0.199-0.64,0.304-0.961,0.317C24.827,20.027,24.497,19.966,24.119,19.832"/> <path fill="%230044B2" d="M17.029,8.077l0.25-0.178L17.01,7.76c-0.359,0.263-0.903,0.65-1.633,1.162l0.029,2.623l1.633-0.865 L17.029,8.077"/> <polyline fill="%230044B2" points="18.672,15.292 18.672,15.763 20.286,14.84 20.295,14.37 18.672,15.292 "/> <polyline fill="%230044B2" points="18.72,8.125 18.71,8.634 20.391,7.76 20.391,7.251 18.72,8.125 "/> <polygon fill="%230044B2" points="27.481,13.476 27.039,9.662 25.925,10.287 26.386,14.12 25.041,16.185 24.916,19.471 25.983,18.808 26.127,15.542 "/> </svg> ');
}
.blue.icon-erp-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="6.958,10.321 15.602,6.808 15.641,15.266 "/> <polygon fill="%23606060" points="24.323,10.321 15.602,6.808 15.641,15.266 "/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.721-3.513L6.958,6.3l8.644,3.723L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%230099FF" points="21.4,10.076 18.223,8.774 20.825,8.848 18.609,7.956 16.051,7.883 13.021,6.641 10.711,6.521 13.883,7.821 10.269,7.718 12.292,8.605 16.056,8.712 19.35,10.063 "/> <polygon fill="%23003399" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%230044B2" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.blue.icon-erp-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%230099FF" points="21.464,11.94 18.273,10.301 21.019,8.877 18.661,7.846 16.091,9.18 13.048,7.617 10.727,8.674 13.914,10.31 10.284,12.194 12.315,13.393 16.096,11.431 19.405,13.131 "/> <polygon fill="%23003399" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%230044B2" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.blue.icon-erp-store{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> <polygon fill="%230099FF" points="2.155,8.616 0.562,9.422 6.664,13.102 8.175,12.15 "/> <polygon fill="%23003399" points="0.562,9.422 1.701,19.189 7.441,23.356 6.664,13.102 "/> <polygon fill="%23999999" points="3.331,7.172 3.331,9.15 16.033,16.337 16.033,14.174 "/> <polygon fill="%230044B2" points="8.175,12.15 8.886,22.181 7.441,23.356 6.664,13.102 "/> <polygon fill="%23676767" points="11.037,20.082 10.665,13.248 16.033,16.337 15.994,23.356 "/> <polygon fill="%230099FF" points="21.141,19.565 19.492,20.838 12.744,16.769 14.477,15.722 "/> <polygon fill="%23003399" points="19.492,20.838 19.189,31.883 12.971,27.37 12.744,16.769 "/> <polygon fill="%230044B2" points="21.141,19.565 20.769,30.425 19.189,31.883 19.492,20.838 "/> </svg>');
}
.blue.icon-erp-store.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%230044B2" d="M17.852,17.688l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.688z"/> <path fill="%23003399" d="M3.809,11.365l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.365z"/> <path fill="%230099FF" d="M5.539,10.592l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.592z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> </svg>');
}
.blue.icon-erp-store-room{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> <polygon fill="%230099FF" points="2.155,8.234 0.562,9.04 6.664,12.719 8.175,11.767 "/> <polygon fill="%23003399" points="0.562,9.04 1.701,18.806 7.441,22.973 6.664,12.719 "/> <polygon fill="%230044B2" points="8.175,11.767 8.886,21.799 7.441,22.973 6.664,12.719 "/> <polygon fill="%230099FF" points="21.141,19.182 19.492,20.455 12.744,16.386 14.477,15.339 "/> <polygon fill="%23003399" points="19.492,20.455 19.189,31.5 12.971,26.987 12.744,16.386 "/> <polygon fill="%230044B2" points="21.141,19.182 20.769,30.042 19.189,31.5 19.492,20.455 "/> <polygon fill="%23676767" points="8.886,12.215 8.175,11.767 8.644,18.9 9.026,19.173 "/> </svg> ');
}
.blue.icon-erp-store-room.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%230044B2" d="M17.852,17.422l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.422z"/> <path fill="%23003399" d="M3.809,11.099l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.099z"/> <path fill="%230099FF" d="M5.539,10.326l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.326z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> </svg> ');
}
.blue.icon-erp-store-building{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23003399" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%230044B2" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%230099FF" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%23CCCCCC" points="5.87,20.191 5.092,11.956 14.378,17.649 14.47,26.47 "/> <polygon fill="%23003399" points="1.6,19.825 5.87,20.191 5.092,11.956 0.351,11.687 "/> <polygon fill="%230099FF" points="14.378,17.649 17.725,21.926 17.725,31.575 14.47,26.47 "/> <polygon fill="%23676767" points="5.092,11.956 5.87,20.191 12.198,16.312 "/> </svg> ');
}
.blue.icon-erp-store-building.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23003399" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%230044B2" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%230099FF" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%230044B2" points="6.594,20.732 5.938,13.087 13.596,17.844 13.61,25.842 "/> </svg> ');
}
.blue.icon-erp-store-sector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%230099FF" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%23003399" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%230044B2" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.blue.icon-erp-store-sector.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%23CCCCCC" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%23999999" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%23676767" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.blue.icon-erp-store-rack{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23003399" points="17.573,24.556 2.386,15.523 2.44,17.606 17.563,26.313 "/> <polygon fill="%230044B2" points="24.985,19.397 17.573,24.556 17.563,26.313 24.806,21.182 "/> <polygon fill="%230099FF" points="9.48,11.436 2.386,15.523 17.573,24.556 24.985,19.397 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg> ');
}
.blue.icon-erp-store-rack.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.4332" y1="18.8104" x2="21.3841" y2="18.8104"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="21.358,22.594 6.433,13.334 6.528,15.344 21.384,24.287 "/> <polygon fill="%23676767" points="28.45,17.889 21.358,22.594 21.384,24.287 28.313,19.603 "/> <polygon fill="%23CCCCCC" points="13.238,9.651 6.433,13.334 21.358,22.594 28.45,17.889 "/> <linearGradient id="SVGID_00000036245205766875217590000016668992553142434965_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_00000036245205766875217590000016668992553142434965_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg>');
}
.blue.icon-erp-store-rack2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23003399" points="15.07,24.422 15.07,24.419 15.078,25.325 14.616,25.644 15.089,25.985 15.07,24.422 "/> <polyline fill="%23003399" points="14.395,21.432 15.042,21.864 15.034,21.145 5.145,14.609 5.213,15.287 5.216,15.287 5.728,15.633 6.053,18.91 5.615,19.152 5.618,19.18 12.738,24.295 12.677,22.533 14.395,21.432 "/> <polygon fill="%23003399" points="12.386,15.397 12.386,15.394 9.756,16.837 15.059,20.278 17.669,18.623 "/> <polyline fill="%23676767" points="15.045,21.991 15.042,21.867 13.327,22.984 13.426,26.47 14.616,25.644 15.078,25.325 15.07,24.419 15.07,24.345 15.045,21.991 "/> <polyline fill="%23676767" points="21.011,20.873 21.011,20.876 20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 21.011,20.873 "/> <polyline fill="%23676767" points="17.669,18.623 19.475,17.481 12.311,13.285 12.386,15.394 12.386,15.397 17.669,18.623 "/> <polygon fill="%23676767" points="5.615,19.152 6.053,18.91 5.728,15.633 4.043,16.509 4.423,19.818 "/> <polyline fill="%23CCCCCC" points="15.042,21.867 15.042,21.864 14.395,21.432 12.677,22.533 13.327,22.984 15.042,21.867 "/> <polyline fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 15.001,7.847 "/> <polygon fill="%23CCCCCC" points="5.216,15.287 5.213,15.287 3.531,16.157 4.043,16.509 5.728,15.633 "/> <polyline fill="%230044B2" points="20.128,17.866 20.125,17.866 15.034,21.145 15.042,21.864 15.045,21.867 15.045,21.991 15.07,24.345 15.07,24.422 15.089,25.985 19.219,23.086 19.946,22.577 20.034,20.275 20.034,20.275 20.128,17.866 "/> <polygon fill="%230044B2" points="12.311,13.285 10.712,12.349 6.323,14.609 9.756,16.837 12.386,15.394 "/> <polyline fill="%23999999" points="9.467,12.412 10.189,12.046 10.189,12.043 10.191,12.046 10.712,12.349 12.311,13.285 19.475,17.481 20.125,17.866 20.128,17.864 20.128,17.866 20.034,20.275 20.034,20.275 20.034,20.275 19.946,22.577 19.219,23.086 20.849,24.146 21.011,20.876 21.009,20.873 21.011,20.873 21.185,17.368 9.357,10.601 9.467,12.412 "/> <polyline fill="%23999999" points="20.962,17.324 20.97,17.318 20.973,17.321 20.965,17.324 20.962,17.324 "/> <polyline fill="%23999999" points="13.327,22.984 12.677,22.533 12.738,24.295 12.799,26.008 13.426,26.47 13.327,22.984 "/> <polygon fill="%23999999" points="4.043,16.509 3.531,16.157 3.928,19.449 4.423,19.818 "/> <path fill="%230099FF" d="M10.189,12.046l-0.721,0.366l-4.323,2.197l9.89,6.536l5.091-3.279l-0.65-0.385l-1.806,1.143l-2.61,1.655 l-5.303-3.442l-3.433-2.227l4.389-2.26l-0.52-0.303H10.189z"/> </svg> ');
}
.blue.icon-erp-store-rack2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.503,19.014 19.503,18.954 17.964,19.956 17.903,23.364 18.748,22.778 18.894,22.676 19.39,22.335 19.503,19.014 "/> <polyline fill="%23676767" points="9.737,16.845 9.85,16.782 10.321,16.52 10.144,13.326 8.614,14.125 8.845,17.346 9.737,16.845 "/> <polygon fill="%23676767" points="20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 "/> <polyline fill="%23CCCCCC" points="19.503,18.954 19.503,18.951 18.85,18.563 17.314,19.554 17.964,19.956 19.503,18.954 "/> <polyline fill="%23CCCCCC" points="9.627,13.012 9.508,13.073 8.102,13.8 8.614,14.125 10.144,13.326 9.627,13.012 9.63,13.073 9.627,13.012 "/> <polygon fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 "/> <path fill="%230044B2" d="M19.503,18.951l0.003,0.003l-0.003,0.061l-0.113,3.32l-0.022,0.65l0.578-0.407l0.182-4.713l-0.6,0.385 L19.503,18.951z"/> <polyline fill="%23999999" points="9.85,16.782 9.737,16.845 9.743,16.916 17.286,21.828 17.275,22.946 17.903,23.364 17.964,19.956 17.314,19.554 17.289,21.635 9.853,16.812 9.85,16.782 "/> <polyline fill="%23999999" points="8.845,17.346 8.614,14.125 8.102,13.8 8.338,17.016 8.845,17.346 "/> <polygon fill="%23999999" points="9.508,13.073 9.627,13.012 9.627,13.012 9.588,12.352 10.189,12.043 20.128,17.864 19.946,22.577 19.368,22.984 18.894,22.676 18.748,22.778 20.849,24.146 21.185,17.368 9.357,10.601 "/> <path fill="%23003399" d="M9.588,12.352l0.039,0.661l0.518,0.314l0.176,3.194L9.85,16.782l0.003,0.03l7.436,4.824l0.025-2.081 l1.536-0.991l0.653,0.388l0.025-0.702L9.588,12.352 M18.894,22.676l0.474,0.308l0.022-0.65L18.894,22.676z"/> <path fill="%230099FF" d="M10.189,12.043l-0.6,0.308l9.939,5.897l0.6-0.385L10.189,12.043z"/> </svg>');
}
.blue.icon-erp-store-trolley{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.165,15.344 15.771,13.561 5.127,19.187 12.52,23.921 12.413,19.144 "/> <polyline fill="%23676767" points="15.771,13.462 15.779,13.148 15.786,9.12 4.685,14.538 5.034,19.13 5.127,19.187 15.771,13.561 15.771,13.462 "/> <polygon fill="%23676767" points="20.106,15.729 20.078,15.75 13.255,19.643 13.326,24.192 13.333,24.356 13.326,24.356 13.347,25.361 23.464,19.051 23.479,19.044 24.726,18.267 24.791,17.312 24.791,17.312 25.097,12.891 24.199,13.397 24.192,13.397 "/> <polyline fill="%23999999" points="15.786,9.112 15.786,9.12 15.779,13.148 15.779,13.454 15.771,13.462 15.771,13.561 19.165,15.344 23.543,12.877 19.536,10.931 19.529,10.931 15.786,9.112 "/> <polygon fill="%23999999" points="4.685,14.538 3.972,14.11 4.414,19.565 12.549,24.841 13.347,25.361 13.326,24.356 13.326,24.192 13.255,19.643 12.413,19.144 12.52,23.921 5.127,19.187 5.034,19.13 "/> <polyline fill="%23CCCCCC" points="17.411,9.205 15.786,8.421 3.972,14.11 4.685,14.538 15.786,9.12 15.786,9.112 19.529,10.931 19.536,10.931 23.543,12.877 19.165,15.344 12.413,19.144 13.255,19.643 20.078,15.75 20.078,15.715 20.106,15.729 24.192,13.397 25.083,12.884 17.411,9.205 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.95,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.917,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.12,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.12,16.221"/> </svg> ');
}
.blue.icon-erp-store-trolley.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.167,14.344 15.774,12.562 5.129,18.187 12.522,22.921 12.415,18.144 "/> <polyline fill="%23676767" points="15.774,12.462 15.781,12.148 15.788,8.12 4.687,13.538 5.036,18.13 5.129,18.187 15.774,12.562 15.774,12.462 "/> <polygon fill="%23676767" points="20.108,14.729 20.08,14.751 13.257,18.643 13.328,23.192 13.335,23.356 13.328,23.356 13.349,24.361 23.467,18.052 23.481,18.045 24.729,17.267 24.793,16.312 24.793,16.312 25.099,11.892 24.201,12.398 24.194,12.398 "/> <polyline fill="%23999999" points="15.788,8.113 15.788,8.12 15.781,12.148 15.781,12.455 15.774,12.462 15.774,12.562 19.167,14.344 23.545,11.877 19.538,9.931 19.531,9.931 15.788,8.113 "/> <polygon fill="%23999999" points="3.974,13.111 4.416,18.565 12.551,23.841 13.349,24.361 13.328,23.356 13.328,23.192 13.257,18.643 "/> <polyline fill="%23CCCCCC" points="17.413,8.205 15.788,7.421 3.974,13.111 13.257,18.643 20.108,14.729 24.194,12.398 25.085,11.884 17.413,8.205 "/> <path fill="%23676767" d="M19.276,20.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.483,21.022,19.414,20.758,19.276,20.554"/> <path fill="%23676767" d="M25.948,16.369c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,16.388,25.952,16.379,25.948,16.369"/> <path fill="%23999999" d="M19.062,20.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.741,20.188,18.92,20.236,19.062,20.34"/> <path fill="%23999999" d="M24.122,15.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,15.221"/> </svg> ');
}
.blue.icon-erp-store-trolley2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.398,23.406 23.604,19.135 13.966,13.609 13.985,17.739 "/> <polygon fill="%23676767" points="28.015,16.278 23.604,19.135 23.398,23.406 27.706,20.474 "/> <polygon fill="%23CCCCCC" points="23.604,19.135 28.015,16.278 18.396,11.099 13.966,13.609 "/> <polyline fill="%23999999" points="14.378,5.78 16.317,6.782 19.483,8.421 19.174,23.147 21.567,24.655 22.264,7.297 11.915,2.127 12.14,18.904 14.407,20.272 14.378,5.78 "/> <polyline fill="%23676767" points="16.317,6.782 14.378,5.78 14.407,20.272 16.242,19.176 16.317,6.782 "/> <polyline fill="%23676767" points="24.25,6.201 22.264,7.297 21.567,24.655 23.501,23.366 24.25,6.201 "/> <polyline fill="%23CCCCCC" points="22.264,7.297 24.25,6.201 13.901,1.181 11.915,2.127 22.264,7.297 "/> <polyline fill="%230099FF" points="22.079,12.247 19.419,10.87 6.553,18.133 13.746,17.149 23.982,11.118 "/> <polygon fill="%230099FF" points="11.981,6.898 3.678,11.118 1.542,14.939 14.378,8.134 "/> <polyline fill="%230044B2" points="13.746,17.149 13.765,19.603 23.861,13.478 23.982,11.118 13.746,17.149 "/> <polygon fill="%230044B2" points="16.275,9.423 16.293,7.128 1.542,14.939 1.72,17.365 "/> <polygon fill="%23003399" points="13.765,19.603 13.746,17.149 6.553,18.133 6.665,20.605 "/> </svg>');
}
.blue.icon-erp-store-trolley2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.585,23.406 23.791,19.135 14.154,13.609 14.173,17.739 "/> <polygon fill="%23676767" points="28.202,16.278 23.791,19.135 23.585,23.406 27.893,20.474 "/> <polygon fill="%23CCCCCC" points="23.791,19.135 28.202,16.278 18.584,11.099 14.154,13.609 "/> <polyline fill="%230099FF" points="7.261,28.735 14.032,27.695 23.688,21.289 21.188,19.828 7.261,28.735 "/> <polyline fill="%230099FF" points="16.43,17.028 14.163,15.698 4.517,21.289 2.531,25.354 16.43,17.028 "/> <polyline fill="%230044B2" points="14.032,27.695 14.042,29.868 23.585,23.406 23.688,21.289 14.032,27.695 "/> <polyline fill="%230044B2" points="16.411,19.088 16.43,17.028 2.531,25.354 2.69,27.508 16.411,19.088 "/> <polyline fill="%23003399" points="7.261,28.735 7.364,30.926 14.042,29.868 14.032,27.695 7.261,28.735 "/> <polyline fill="%23999999" points="14.566,5.78 16.505,6.782 19.67,8.421 19.361,20.999 21.862,22.507 22.452,7.297 12.103,2.127 12.328,16.756 14.594,18.123 14.566,5.78 "/> <polyline fill="%23676767" points="16.505,6.782 14.566,5.78 14.594,18.123 16.43,17.028 16.505,6.782 "/> <polyline fill="%23676767" points="24.437,6.201 22.452,7.297 21.862,22.507 23.688,21.289 24.437,6.201 "/> <polyline fill="%23CCCCCC" points="22.452,7.297 24.437,6.201 14.088,1.181 12.103,2.127 22.452,7.297 "/> </svg> ');
}
.blue.icon-erp-store-position{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%230099FF" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23003399" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%230044B2" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> <polygon fill="%23CCCCCC" points="12.218,10.321 4.996,13.609 12.129,17.755 19.263,13.887 "/> <polygon fill="%23999999" points="5.065,14.485 4.996,13.609 12.129,17.755 12.129,18.66 "/> </svg> ');
}
.blue.icon-erp-store-shelf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%230099FF" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23003399" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%230044B2" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.blue.icon-erp-store-shelf.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23999999" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23676767" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.blue.icon-erp-store-alarm{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000057848574557793657180000007267024614471483550_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000057848574557793657180000007267024614471483550_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000075870873425977862090000005357458486843867823_" gradientUnits="userSpaceOnUse" x1="20.7367" y1="11.8606" x2="11.8731" y2="11.8606"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_00000075870873425977862090000005357458486843867823_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%23FF0000" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.blue.icon-erp-store-load{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230044B2" points="21.703,12.028 21.739,11.316 21.839,9.02 13.568,13.298 13.625,18.403 20.006,14.809 20.013,14.809 21.625,13.904 21.703,12.028 "/> <polyline fill="%23B6B6B6" points="6.189,18.467 4.941,19.13 12.427,23.921 12.392,22.345 6.189,18.467 "/> <polyline fill="%23676767" points="24.106,13.397 24.092,13.39 13.162,19.643 13.254,25.361 23.386,19.037 23.386,19.044 24.633,18.267 24.698,17.312 24.997,12.884 24.106,13.397 "/> <polyline fill="%23676767" points="21.703,12.028 21.625,13.904 23.45,12.877 21.703,12.028 "/> <polyline fill="%23676767" points="5.882,13.904 4.592,14.538 4.941,19.13 6.189,18.467 6.189,18.467 5.882,13.904 "/> <polyline fill="%23999999" points="4.592,14.538 3.879,14.11 4.321,19.565 12.449,24.841 13.254,25.361 13.162,19.643 12.32,19.144 12.392,22.345 12.427,23.921 4.941,19.13 4.592,14.538 "/> <polyline fill="%23CCCCCC" points="21.739,11.316 21.703,12.028 23.45,12.877 21.625,13.904 20.013,14.809 20.006,14.809 13.625,18.403 12.32,19.144 13.162,19.643 24.092,13.39 24.99,12.877 21.739,11.316 "/> <polyline fill="%23CCCCCC" points="5.879,14.11 6.592,14.538 7.882,13.904 7.832,13.169 5.879,14.11 "/> <path fill="%23003399" d="M5.832,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.561,9.02 L5.832,13.169z"/> <polygon fill="%230099FF" points="5.561,9.02 13.568,13.298 21.839,9.02 13.818,5.341 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.951,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.918,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.121,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.121,16.221"/> <polygon fill="%23CCCCCC" points="3.879,14.11 4.592,14.538 5.882,13.904 5.832,13.169 "/> </svg>');
}
.blue.icon-erp-store-unload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23494949" points="21.289,18.614 28.151,14.4 22.498,11.35 19.06,16.371 "/> <polygon fill="%23CCCCCC" points="24.294,8.412 24.308,8.398 27.228,5.534 23.917,3.972 17.756,1.08 6.305,11.346 7.002,11.785 17.77,2.07 25.639,5.847 23.45,7.98 14.564,16.629 15.387,17.159 "/> <polyline fill="%23999999" points="7.002,11.785 6.305,11.346 8.584,15.514 9.428,16.078 16.571,20.867 17.366,21.396 15.387,17.159 14.564,16.629 16.251,20.19 8.898,15.305 7.002,11.785 "/> <polygon fill="%23999999" points="19.108,5.771 23.45,7.98 25.639,5.847 17.77,2.07 "/> <polygon fill="%23B6B6B6" points="23.45,7.98 19.108,5.771 8.898,15.305 16.251,20.19 14.564,16.629 "/> <polyline fill="%23676767" points="24.308,8.398 24.308,8.412 24.294,8.412 15.387,17.159 17.366,21.396 19.917,18.797 25.945,12.649 28.204,10.343 28.455,10.092 28.259,9.381 27.228,5.534 24.308,8.398 "/> <polygon fill="%23676767" points="7.002,11.785 8.898,15.305 19.108,5.771 17.77,2.07 "/> <g> <g> <path fill="%230044B2" d="M7.002,31.952l5.851-4.433l0.842-7.181l-6.693,3.812V31.952z"/> <path fill="%23003399" d="M1.151,27.52l5.851,4.433v-7.802l-6.693-3.812L1.151,27.52z"/> <path fill="%230099FF" d="M7.002,17.413l-6.693,2.926l6.693,3.812l6.693-3.812L7.002,17.413z"/> </g> </g> <path fill="%23676767" d="M23.008,17.502c0.138,0.204,0.207,0.468,0.207,0.791c0.005,0.509-0.14,1.055-0.435,1.64 c-0.266,0.528-0.597,0.982-0.991,1.362c-0.523,0.499-1.012,0.758-1.469,0.777c-0.285,0.014-0.509-0.074-0.67-0.264 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.214-0.01,0.392,0.038,0.535,0.143c0.076,0.048,0.143,0.114,0.2,0.2 C22.998,17.492,23.003,17.497,23.008,17.502"/> <path fill="%23676767" d="M29.679,13.317c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C29.689,13.336,29.684,13.327,29.679,13.317"/> <path fill="%23999999" d="M22.794,17.288c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C22.473,17.136,22.651,17.184,22.794,17.288"/> <path fill="%23999999" d="M27.854,12.169c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L27.854,12.169"/> </svg> ');
}
.blue.icon-erp-store-alarm.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.blue.icon-shark{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.575,23.266 15.594,26.528 28.928,17.352 29.159,14.238 15.575,23.266 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4.2464" y1="21.0989" x2="15.5939" y2="21.0989"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.246,15.67l0.213,3.133c0.542,2.341,2.008,4.192,4.399,5.554c1.768,1.01,4.014,1.734,6.736,2.172 l-0.018-3.262c-2.741-0.419-5.008-1.118-6.801-2.098c-1.464-0.798-2.592-1.77-3.382-2.915C4.853,17.473,4.471,16.612,4.246,15.67"/> <path fill="%23CCCCCC" d="M4.246,15.67c0.225,0.942,0.607,1.803,1.146,2.583c0.79,1.145,1.918,2.117,3.382,2.915 c1.793,0.98,4.06,1.679,6.801,2.098l13.584-9.028L17.83,7.982L4.246,15.67"/> <polygon fill="%230044B2" points="29.233,13.267 29.353,11.65 17.128,19.533 17.119,21.233 "/> <polygon fill="%23003399" points="5.614,12.214 5.706,13.831 17.119,21.233 17.128,19.533 "/> <polygon fill="%230099FF" points="5.614,12.214 17.128,19.533 29.353,11.65 17.858,5.505 "/> <path fill="%23676767" d="M22.811,22.693c0.004,0.001,0.007,0.003,0.009,0.005c0.105,0.068,0.233,0.109,0.383,0.125 c0.499,0.055,1.001-0.166,1.506-0.665c0.456-0.456,0.795-0.899,1.016-1.331c0.246-0.487,0.388-1.029,0.425-1.626 c0.025-0.481-0.08-0.812-0.314-0.993c-0.04-0.033-0.085-0.06-0.134-0.083c-0.088-0.041-0.188-0.067-0.3-0.079 c-0.106-0.012-0.212-0.012-0.319,0c-0.393,0.05-0.789,0.272-1.187,0.665c-0.456,0.456-0.795,0.899-1.016,1.331 c-0.246,0.487-0.388,1.029-0.425,1.626c-0.01,0.201,0.002,0.375,0.037,0.522C22.546,22.419,22.652,22.587,22.811,22.693"/> <linearGradient id="SVGID_00000101814739646613253090000000792836742631895474_" gradientUnits="userSpaceOnUse" x1="23.5645" y1="17.4081" x2="23.5645" y2="22.6929"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="0.3869" style="stop-color:%23CCCCCC"/> <stop offset="0.9322" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000101814739646613253090000000792836742631895474_)" d="M21.845,19.394 c-0.246,0.481-0.385,1.023-0.416,1.626c-0.029,0.565,0.117,0.927,0.439,1.086l0.943,0.587c-0.159-0.106-0.265-0.274-0.319-0.504 c-0.035-0.147-0.047-0.321-0.037-0.522c0.037-0.598,0.179-1.14,0.425-1.626c0.222-0.431,0.561-0.875,1.016-1.331 c0.398-0.393,0.794-0.615,1.187-0.665c0.107-0.012,0.213-0.012,0.319,0c0.112,0.012,0.213,0.038,0.3,0.079l-0.956-0.587 c-0.004-0.002-0.008-0.005-0.014-0.009c-0.099-0.058-0.217-0.095-0.356-0.111c-0.493-0.055-0.995,0.163-1.506,0.656 C22.409,18.522,22.067,18.963,21.845,19.394"/> </svg> ');
}
.blue.icon-hulk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="17.056,24.466 31.724,14.71 19.625,8.186 4.918,16.509 17.056,24.466 "/> <polyline fill="%23676767" points="31.437,18.011 31.724,14.71 17.056,24.466 17.036,27.925 31.437,18.011 "/> <polyline fill="%230099FF" points="17.065,13.267 28.254,6.625 19.853,2.394 8.644,8.335 17.065,13.267 "/> <polyline fill="%23003399" points="17.026,21.165 17.065,13.267 8.644,8.335 8.931,16.015 17.026,21.165 "/> <polyline fill="%230044B2" points="17.065,13.267 17.026,21.165 27.78,14.216 28.254,6.625 17.065,13.267 "/> <path fill="%230044B2" d="M13.725,26.67l0.049,3.499l3.262-2.244l0.02-3.459L13.725,26.67z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="1.6163" y1="24.2731" x2="13.774" y2="24.2731"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M2.807,21.199c-0.569-0.852-0.966-1.793-1.191-2.822l0.267,3.371c0.54,2.55,2.089,4.567,4.646,6.049 c1.898,1.114,4.313,1.904,7.245,2.372l-0.049-3.499c-2.959-0.461-5.4-1.226-7.324-2.293C4.837,23.505,3.639,22.446,2.807,21.199z"/> <path fill="%230099FF" d="M1.616,18.377c0.225,1.029,0.622,1.97,1.191,2.822c0.832,1.247,2.029,2.306,3.593,3.178 c1.924,1.067,4.366,1.832,7.324,2.293l3.331-2.204L4.918,16.509L1.616,18.377z"/> <path fill="%2300FF00" d="M0.45,3.521c0.49,1.993,1.818,3.626,3.983,4.898c0.454,0.269,0.945,0.521,1.473,0.756 c2.016,0.896,4.557,1.545,7.621,1.947l3.618-2.036L4.038,1.831L0.45,3.521z"/> <linearGradient id="SVGID_00000078036153945263662470000008414908070228577215_" gradientUnits="userSpaceOnUse" x1="0.45" y1="14.4976" x2="13.7147" y2="14.4976"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000078036153945263662470000008414908070228577215_)" d="M4.433,8.419C2.268,7.147,0.94,5.515,0.45,3.521 l1.077,13.7c0.554,2.524,2.165,4.517,4.833,5.98c1.931,1.054,4.382,1.812,7.354,2.273l-0.188-14.352 c-3.064-0.402-5.604-1.051-7.621-1.947C5.378,8.939,4.887,8.687,4.433,8.419z"/> <polygon fill="%23006600" points="17.145,9.086 13.527,11.122 13.715,25.474 17.056,23.28 "/> </svg>');
}
.blue.icon-LED_pas{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.blue.icon-QR_kod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23003399" points="2,2 9.636,2 9.636,4.545 4.545,4.545 4.545,9.636 2,9.636 "/> <polygon fill="%23003399" points="22.364,2 22.364,4.545 27.455,4.545 27.455,9.636 30,9.636 30,2 "/> <polygon fill="%23003399" points="30,22.364 27.455,22.364 27.455,27.455 22.364,27.455 22.364,30 30,30 "/> <polygon fill="%23003399" points="9.636,27.455 4.545,27.455 4.545,22.364 2,22.364 2,30 9.636,30 "/> <path fill="%23003399" d="M7.091,7.091v7.636h7.636V7.091H7.091z M12.182,12.182H9.636V9.636h2.545V12.182z"/> <path fill="%23003399" d="M17.273,7.091v7.636h7.636V7.091H17.273z M22.364,12.182h-2.545V9.636h2.545V12.182z"/> <rect x="17.273" y="17.273" fill="%23003399" width="2.545" height="2.545"/> <path fill="%23003399" d="M7.091,17.273v7.636h7.636v-7.636H7.091z M12.182,22.364H9.636v-2.545h2.545V22.364z"/> <rect x="17.273" y="22.364" fill="%23003399" width="2.545" height="2.545"/> <rect x="19.818" y="19.818" fill="%23003399" width="2.545" height="2.545"/> <rect x="22.364" y="19.818" fill="%23003399" width="2.545" height="2.545"/> <rect x="22.364" y="22.364" fill="%23003399" width="2.545" height="2.545"/> </svg> ');
}
.blue.icon-QR_kod_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23003399" d="M2,2v8h8V2H2z M8,8H4V4l4,0.022V8z"/> <path fill="%23003399" d="M22,2v8h8V2H22z M28,8h-4V4l4,0.022V8z"/> <path fill="%23003399" d="M2,22v8h8v-8H2z M8,28H4v-4l4,0.022V28z"/> <path fill="%23003399" d="M22,22v8h8v-8H22z M28,28h-4v-4l4,0.022V28z"/> <rect x="2" y="13" fill="%23003399" width="3" height="3"/> <rect x="5" y="16" fill="%23003399" width="3" height="3"/> <rect x="2" y="19" fill="%23003399" width="3" height="3"/> <rect x="10" y="11" fill="%23003399" width="3" height="3"/> <rect x="7" y="11" fill="%23003399" width="3" height="3"/> <rect x="13" y="14" fill="%23003399" width="3" height="3"/> <rect x="16" y="14" fill="%23003399" width="3" height="3"/> <rect x="13" y="8" fill="%23003399" width="3" height="3"/> <rect x="16" y="8" fill="%23003399" width="3" height="3"/> <rect x="10" y="17" fill="%23003399" width="3" height="3"/> <rect x="16" y="20" fill="%23003399" width="3" height="3"/> <rect x="16" y="26" fill="%23003399" width="3" height="3"/> <rect x="13" y="2" fill="%23003399" width="3" height="3"/> <rect x="13" y="23" fill="%23003399" width="3" height="3"/> <rect x="22" y="14" fill="%23003399" width="3" height="3"/> <rect x="25" y="14" fill="%23003399" width="3" height="3"/> <rect x="19" y="17" fill="%23003399" width="3" height="3"/> </svg>');
}
.blue.icon-BAR_code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23003399" points="5,6 5,6.143 5,26 3,26 3,6 "/> <polyline fill="%23003399" points="9,6 9,6.143 9,26 7,26 7,6 "/> <polyline fill="%23003399" points="22,6 22,6.143 22,26 20,26 20,6 "/> <polyline fill="%23003399" points="18,6 18,6.143 18,26 11,26 11,6 "/> <polyline fill="%23003399" points="29,6 29,6.143 29,26 24,26 24,6 "/> </svg>');
}
.lightBlue.icon-erp-product{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23269FBF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2333CCFF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightBlue.icon-erp-product-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%232189a5" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23269FBF" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightBlue.icon-erp-product-param{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23269FBF" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <polygon fill="%2333CCFF" points="7.961,10.322 8.773,9.967 17.325,14.872 16.642,15.267 "/> <polygon fill="%232189a5" points="17.325,19.962 16.641,20.33 16.642,15.267 17.325,14.872 "/> <polygon fill="%23676767" points="16.642,25.385 17.325,24.868 17.325,19.962 16.641,20.33 "/> </svg> ');
}
.lightBlue.icon-erp-product-composition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M26.679,19.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,19.012"/> <polyline fill="%23676767" points="22.351,15.458 22.339,15.453 16.53,18.758 16.53,18.819 16.53,25.726 16.536,25.733 20.332,23.218 22.019,22.102 22.127,19.952 22.351,15.458 "/> <polygon fill="%23676767" points="21.437,9.997 21.514,8.171 16.534,10.596 16.537,12.492 16.537,12.499 18.417,13.456 18.44,13.411 18.44,11.524 "/> <polyline fill="%23999999" points="16.53,18.819 10.692,15.466 10.943,19.954 11.011,22.069 12.722,23.202 16.53,25.726 16.53,18.819 "/> <polyline fill="%23999999" points="8.756,14.356 8.758,14.356 8.756,14.354 8.756,14.356 "/> <polyline fill="%23999999" points="16.53,12.495 16.537,12.492 16.534,10.596 11.555,8.173 11.635,10.001 14.624,11.524 14.624,13.465 16.53,12.495 "/> <polygon fill="%23999999" points="22.339,15.453 22.351,15.458 22.127,19.952 22.184,19.954 23.819,20.866 24.261,14.358 18.44,11.524 18.44,13.411 18.417,13.456 "/> <polyline fill="%23CCCCCC" points="16.537,6.013 11.555,8.173 16.534,10.596 21.514,8.171 16.537,6.013 "/> <polyline fill="%23CCCCCC" points="16.537,12.499 16.53,12.495 14.624,13.465 10.692,15.466 16.53,18.819 16.53,18.758 22.339,15.453 18.417,13.456 16.537,12.499 "/> <polygon fill="%23CCCCCC" points="23.41,8.994 21.437,9.997 18.44,11.524 24.261,14.358 29.239,11.522 "/> <path fill="%23269FBF" d="M8.756,14.356v-0.002l-4.933-2.832l0.733,6.275l1.835,1.213l2.82,1.868L8.756,14.356z"/> <path fill="%232189a5" d="M8.758,14.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002v-1.941L8.758,14.356z"/> <path fill="%2333CCFF" d="M11.635,10.001L9.66,8.994l-5.837,2.528l4.933,2.832l0.002,0.002l5.866-2.832L11.635,10.001z"/> </svg> ');
}
.lightBlue.icon-erp-product-assembly{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2333CCFF" d="M3.788,11.476l-0.005-0.054l0.038,0.023l1.124-1.056L6.589,6.75l-4.609,4.426L0,15.038L3.788,11.476 M11.751,12.737l-0.024,0.089l0.028-0.014L11.751,12.737z"/> <polyline fill="%23676767" points="8.738,14.267 8.738,14.269 8.738,14.269 8.738,14.267 "/> <polyline fill="%23676767" points="16.547,18.691 16.547,18.752 16.547,25.689 16.551,25.694 16.551,25.696 20.366,23.171 22.061,22.048 22.169,19.889 22.395,15.375 22.381,15.368 16.547,18.691 "/> <polyline fill="%23676767" points="21.553,8.056 21.552,8.056 16.549,10.49 16.551,10.492 16.554,12.394 16.554,12.401 18.443,13.363 18.465,13.319 18.465,11.424 18.464,11.422 21.477,9.89 21.553,8.056 "/> <path fill="%23676767" d="M28.581,17.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,17.726"/> <polyline fill="%23999999" points="10.682,15.384 10.703,15.779 10.794,17.395 10.932,19.889 10.934,19.89 10.932,19.89 11.002,22.017 11.001,22.017 12.719,23.155 16.547,25.689 16.547,18.752 10.682,15.384 "/> <polyline fill="%23999999" points="8.738,14.267 8.738,14.267 8.738,14.269 8.75,14.274 8.74,14.267 8.738,14.267 "/> <polyline fill="%23999999" points="16.551,10.492 16.549,10.49 11.55,8.056 11.55,8.061 11.63,9.894 11.627,9.894 11.69,11.27 12.064,11.604 11.751,12.737 11.754,12.812 11.812,14.09 12.483,14.466 16.547,12.398 16.554,12.394 16.551,10.492 "/> <polygon fill="%23999999" points="18.465,13.319 18.443,13.363 22.381,15.368 22.395,15.375 22.169,19.889 22.227,19.892 23.867,20.808 24.313,14.269 18.465,11.424 "/> <polyline fill="%23CCCCCC" points="9.194,20.821 9.199,20.824 9.194,20.828 9.194,20.821 "/> <polyline fill="%23CCCCCC" points="11.55,8.056 16.549,10.49 21.552,8.056 16.554,5.887 11.55,8.056 "/> <polyline fill="%23CCCCCC" points="16.554,12.401 16.547,12.398 12.483,14.466 11.078,15.181 10.707,15.37 10.682,15.384 16.547,18.752 16.547,18.691 22.381,15.368 18.443,13.363 16.554,12.401 "/> <polygon fill="%23CCCCCC" points="18.464,11.422 18.465,11.424 24.313,14.269 29.314,11.422 23.456,8.881 21.477,9.89 "/> <path fill="%23269FBF" d="M10.707,15.37l0.024-0.028l-5.786-4.954l-1.124,1.056l-0.038-0.023l0.005,0.054L0,15.038l5.47,4.372h0.002 l0.46,0.367l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,15.37 M8.738,14.269v-0.002l0,0H8.74l0.01,0.007 L8.738,14.269L8.738,14.269z"/> <path fill="%232189a5" d="M11.726,12.826l0.024-0.089l0.313-1.133L11.69,11.27L6.589,6.75l-1.644,3.639l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,12.826z"/> </svg>');
}
.lightBlue.icon-erp-product-component{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M16.642,16.055l6.355,3.659l-6.355,4.814l-6.355-4.814L16.642,16.055 M16.642,15.267l-7.589,4.369 l7.589,5.749l7.589-5.749L16.642,15.267L16.642,15.267z"/> <path fill="%23676767" d="M15.959,7.572v7.3l-6.348,3.655l-0.913-7.781L15.959,7.572 M16.642,6.528l-8.681,3.794l1.092,9.314 l7.589-4.369V6.528L16.642,6.528z"/> <path fill="%23269FBF" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <path fill="%23999999" d="M17.325,7.572l7.261,3.174l-0.913,7.781l-6.348-3.655V7.572 M16.642,6.528v8.739l7.589,4.369l1.092-9.314 L16.642,6.528L16.642,6.528z"/> <path fill="%23CCCCCC" d="M16.642,7.273l7.159,3.129l-7.159,4.078l-7.16-4.078L16.642,7.273 M16.642,6.528l-8.681,3.794l8.681,4.944 l8.681-4.944L16.642,6.528L16.642,6.528z"/> <path fill="%23676767" d="M24.487,11.585l-0.901,7.683l-6.261,4.743v-8.347L24.487,11.585 M25.323,10.322l-8.681,4.944v10.118 l7.589-5.749L25.323,10.322L25.323,10.322z"/> </svg> ');
}
.lightBlue.icon-erp-product-tool{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M7.874,5.998c-0.278,0.128-0.418,0.295-0.418,0.5c0,0.02,0,0.039,0,0.058C7.46,6.578,7.465,6.6,7.47,6.622 c0.064,0.25,0.272,0.423,0.624,0.519C8.408,7.224,8.7,7.256,8.969,7.237c0.275-0.019,0.557-0.096,0.845-0.231 c0.247-0.114,0.385-0.258,0.413-0.432c0.01-0.06,0.007-0.124-0.01-0.192c-0.064-0.25-0.272-0.423-0.624-0.519 C9.279,5.78,8.988,5.748,8.719,5.767C8.444,5.786,8.162,5.863,7.874,5.998z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.4556" y1="13.9832" x2="10.8288" y2="13.9832"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M7.47,6.622C7.465,6.6,7.46,6.578,7.456,6.555l0.663,14.021c-0.002,0.036-0.001,0.073,0.005,0.11 c0.038,0.256,0.237,0.448,0.596,0.576c0.314,0.115,0.596,0.163,0.845,0.144c0.263-0.019,0.535-0.109,0.817-0.269 c0.333-0.192,0.48-0.416,0.442-0.672c-0.001-0.006-0.002-0.013-0.005-0.019L10.227,6.574c-0.029,0.174-0.166,0.318-0.413,0.432 c-0.288,0.134-0.57,0.211-0.845,0.231C8.7,7.256,8.408,7.224,8.094,7.141C7.742,7.045,7.534,6.872,7.47,6.622z"/> <polyline fill="%2333CCFF" points="3.771,3.768 6.5,3.307 10.515,5.372 13.859,3.816 9.833,1.837 7.057,2.337 3.771,3.768 "/> <polyline fill="%23269FBF" points="3.771,3.768 3.896,5.67 10.66,9.33 10.515,5.372 6.5,3.307 3.771,3.768 "/> <polyline fill="%232189a5" points="10.66,9.33 13.935,7.716 13.859,3.816 10.515,5.372 10.66,9.33 "/> <path fill="%23CCCCCC" d="M15.569,14.827c0.09,0.263,0.33,0.458,0.721,0.586c0.346,0.109,0.656,0.157,0.932,0.144 c0.295-0.019,0.592-0.115,0.893-0.288c0.245-0.138,0.388-0.291,0.428-0.461c0.02-0.083,0.015-0.169-0.014-0.259 c-0.09-0.263-0.33-0.458-0.721-0.586c-0.352-0.109-0.663-0.157-0.932-0.144c-0.295,0.019-0.596,0.112-0.903,0.279 c-0.238,0.136-0.377,0.288-0.418,0.456c-0.017,0.073-0.017,0.149,0,0.226C15.559,14.795,15.564,14.811,15.569,14.827"/> <linearGradient id="SVGID_00000056417952209318299690000012660810451522833548_" gradientUnits="userSpaceOnUse" x1="15.5543" y1="20.5339" x2="18.542" y2="20.5339"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000056417952209318299690000012660810451522833548_)" d="M16.289,15.413 c-0.391-0.128-0.631-0.323-0.721-0.586c-0.005-0.016-0.01-0.032-0.014-0.048l0.072,10.505c-0.009,0.064-0.006,0.13,0.01,0.197 c0.058,0.263,0.282,0.471,0.672,0.624c0.339,0.134,0.64,0.195,0.903,0.183c0.282-0.019,0.573-0.122,0.874-0.307 c0.327-0.208,0.475-0.439,0.442-0.692l0.014-10.481c-0.04,0.17-0.182,0.323-0.428,0.461c-0.301,0.173-0.599,0.269-0.893,0.288 C16.946,15.569,16.635,15.521,16.289,15.413"/> <path fill="%2333CCFF" d="M16.284,13.044l-0.01,0.005l0.764,1.321l1.633,0.922l1.624-0.922l-1.643-0.903l-1.614-2.786l-1.633,0.865 l0.831,1.441C16.253,13.007,16.269,13.026,16.284,13.044"/> <path fill="%2333CCFF" d="M18.72,8.125l1.672-0.874c-0.608-0.82-1.291-1.435-2.046-1.845c-0.73-0.397-1.412-0.548-2.046-0.452 c-0.226,0.033-0.435,0.094-0.624,0.183c-0.034,0.019-0.069,0.038-0.106,0.058L14.07,5.93c0.165-0.071,0.344-0.12,0.538-0.149 c0.112-0.016,0.226-0.024,0.341-0.024c0.536-0.002,1.104,0.163,1.705,0.495c0.472,0.262,0.915,0.601,1.331,1.018 c0.028,0.027,0.055,0.054,0.082,0.082C18.293,7.586,18.51,7.844,18.72,8.125"/> <polyline fill="%2333CCFF" points="24.561,8.433 23.437,9.038 25.925,10.287 27.039,9.662 24.561,8.433 "/> <path fill="%23CCCCCC" d="M26.497,19.198c0.012-0.046,0.015-0.092,0.01-0.139c-0.003-0.058-0.018-0.117-0.043-0.178 c-0.115-0.269-0.387-0.48-0.817-0.634c-0.384-0.128-0.714-0.186-0.99-0.173c-0.32,0.013-0.64,0.118-0.961,0.317 c-0.288,0.183-0.434,0.38-0.437,0.591c0,0.006,0,0.01,0,0.014c0.001,0.067,0.015,0.134,0.043,0.202 c0.115,0.275,0.387,0.487,0.817,0.634c0.378,0.134,0.708,0.195,0.99,0.183c0.32-0.013,0.64-0.118,0.961-0.317 C26.318,19.542,26.46,19.376,26.497,19.198"/> <path fill="%23269FBF" d="M18.71,8.634l0.01-0.509c-0.209-0.281-0.427-0.539-0.653-0.773c-0.027-0.028-0.054-0.055-0.082-0.082 c-0.415-0.417-0.859-0.757-1.331-1.018c-0.601-0.332-1.169-0.497-1.705-0.495c-0.115,0-0.229,0.008-0.341,0.024 C14.414,5.81,14.235,5.859,14.07,5.93c-0.053,0.024-0.104,0.05-0.154,0.077c-0.32,0.176-0.579,0.443-0.778,0.802 c-0.359,0.647-0.474,1.515-0.346,2.603c0.192,1.595,0.797,3.074,1.816,4.438c1.217,1.633,2.571,2.27,4.064,1.912v-0.471 l-1.633-0.922l-0.764-1.321l-0.038-0.062l-0.831-1.441l-0.029-2.623c0.73-0.512,1.275-0.9,1.633-1.162l0.269,0.139L18.71,8.634"/> <polyline fill="%23269FBF" points="23.437,9.038 22.735,12.208 23.85,15.542 23.735,18.808 24.916,19.471 25.041,16.185 26.386,14.12 25.925,10.287 23.437,9.038 "/> <linearGradient id="SVGID_00000062187702302965977700000005472116719410854811_" gradientUnits="userSpaceOnUse" x1="22.8919" y1="25.0149" x2="26.4966" y2="25.0149"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000062187702302965977700000005472116719410854811_)" d="M24.119,19.832 c-0.429-0.147-0.701-0.359-0.817-0.634c-0.028-0.068-0.042-0.135-0.043-0.202l-0.355,10.851c-0.002,0.012-0.004,0.023-0.005,0.034 c-0.014,0.082-0.007,0.165,0.019,0.25c0.083,0.269,0.336,0.493,0.759,0.672c0.365,0.16,0.685,0.237,0.961,0.231 c0.301-0.013,0.612-0.131,0.932-0.355c0.312-0.221,0.46-0.453,0.442-0.697l0.485-10.784c-0.036,0.178-0.179,0.345-0.428,0.5 c-0.32,0.199-0.64,0.304-0.961,0.317C24.827,20.027,24.497,19.966,24.119,19.832"/> <path fill="%232189a5" d="M17.029,8.077l0.25-0.178L17.01,7.76c-0.359,0.263-0.903,0.65-1.633,1.162l0.029,2.623l1.633-0.865 L17.029,8.077"/> <polyline fill="%232189a5" points="18.672,15.292 18.672,15.763 20.286,14.84 20.295,14.37 18.672,15.292 "/> <polyline fill="%232189a5" points="18.72,8.125 18.71,8.634 20.391,7.76 20.391,7.251 18.72,8.125 "/> <polygon fill="%232189a5" points="27.481,13.476 27.039,9.662 25.925,10.287 26.386,14.12 25.041,16.185 24.916,19.471 25.983,18.808 26.127,15.542 "/> </svg> ');
}
.lightBlue.icon-erp-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="6.958,10.321 15.602,6.808 15.641,15.266 "/> <polygon fill="%23606060" points="24.323,10.321 15.602,6.808 15.641,15.266 "/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.721-3.513L6.958,6.3l8.644,3.723L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%2333CCFF" points="21.4,10.076 18.223,8.774 20.825,8.848 18.609,7.956 16.051,7.883 13.021,6.641 10.711,6.521 13.883,7.821 10.269,7.718 12.292,8.605 16.056,8.712 19.35,10.063 "/> <polygon fill="%23269FBF" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%232189a5" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.lightBlue.icon-erp-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%2333CCFF" points="21.464,11.94 18.273,10.301 21.019,8.877 18.661,7.846 16.091,9.18 13.048,7.617 10.727,8.674 13.914,10.31 10.284,12.194 12.315,13.393 16.096,11.431 19.405,13.131 "/> <polygon fill="%23269FBF" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%232189a5" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.lightBlue.icon-erp-store{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> <polygon fill="%2333CCFF" points="2.155,8.616 0.562,9.422 6.664,13.102 8.175,12.15 "/> <polygon fill="%23269FBF" points="0.562,9.422 1.701,19.189 7.441,23.356 6.664,13.102 "/> <polygon fill="%23999999" points="3.331,7.172 3.331,9.15 16.033,16.337 16.033,14.174 "/> <polygon fill="%232189a5" points="8.175,12.15 8.886,22.181 7.441,23.356 6.664,13.102 "/> <polygon fill="%23676767" points="11.037,20.082 10.665,13.248 16.033,16.337 15.994,23.356 "/> <polygon fill="%2333CCFF" points="21.141,19.565 19.492,20.838 12.744,16.769 14.477,15.722 "/> <polygon fill="%23269FBF" points="19.492,20.838 19.189,31.883 12.971,27.37 12.744,16.769 "/> <polygon fill="%232189a5" points="21.141,19.565 20.769,30.425 19.189,31.883 19.492,20.838 "/> </svg>');
}
.lightBlue.icon-erp-store.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%232189a5" d="M17.852,17.688l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.688z"/> <path fill="%23269FBF" d="M3.809,11.365l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.365z"/> <path fill="%2333CCFF" d="M5.539,10.592l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.592z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> </svg>');
}
.lightBlue.icon-erp-store-room{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> <polygon fill="%2333CCFF" points="2.155,8.234 0.562,9.04 6.664,12.719 8.175,11.767 "/> <polygon fill="%23269FBF" points="0.562,9.04 1.701,18.806 7.441,22.973 6.664,12.719 "/> <polygon fill="%232189a5" points="8.175,11.767 8.886,21.799 7.441,22.973 6.664,12.719 "/> <polygon fill="%2333CCFF" points="21.141,19.182 19.492,20.455 12.744,16.386 14.477,15.339 "/> <polygon fill="%23269FBF" points="19.492,20.455 19.189,31.5 12.971,26.987 12.744,16.386 "/> <polygon fill="%232189a5" points="21.141,19.182 20.769,30.042 19.189,31.5 19.492,20.455 "/> <polygon fill="%23676767" points="8.886,12.215 8.175,11.767 8.644,18.9 9.026,19.173 "/> </svg> ');
}
.lightBlue.icon-erp-store-room.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%232189a5" d="M17.852,17.422l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.422z"/> <path fill="%23269FBF" d="M3.809,11.099l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.099z"/> <path fill="%2333CCFF" d="M5.539,10.326l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.326z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> </svg> ');
}
.lightBlue.icon-erp-store-building{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23269FBF" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%232189a5" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%2333CCFF" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%23CCCCCC" points="5.87,20.191 5.092,11.956 14.378,17.649 14.47,26.47 "/> <polygon fill="%23269FBF" points="1.6,19.825 5.87,20.191 5.092,11.956 0.351,11.687 "/> <polygon fill="%2333CCFF" points="14.378,17.649 17.725,21.926 17.725,31.575 14.47,26.47 "/> <polygon fill="%23676767" points="5.092,11.956 5.87,20.191 12.198,16.312 "/> </svg> ');
}
.lightBlue.icon-erp-store-building.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23269FBF" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%232189a5" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%2333CCFF" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%232189a5" points="6.594,20.732 5.938,13.087 13.596,17.844 13.61,25.842 "/> </svg> ');
}
.lightBlue.icon-erp-store-sector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%2333CCFF" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%23269FBF" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%232189a5" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.lightBlue.icon-erp-store-sector.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%23CCCCCC" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%23999999" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%23676767" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.lightBlue.icon-erp-store-rack{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23269FBF" points="17.573,24.556 2.386,15.523 2.44,17.606 17.563,26.313 "/> <polygon fill="%232189a5" points="24.985,19.397 17.573,24.556 17.563,26.313 24.806,21.182 "/> <polygon fill="%2333CCFF" points="9.48,11.436 2.386,15.523 17.573,24.556 24.985,19.397 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg> ');
}
.lightBlue.icon-erp-store-rack.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.4332" y1="18.8104" x2="21.3841" y2="18.8104"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="21.358,22.594 6.433,13.334 6.528,15.344 21.384,24.287 "/> <polygon fill="%23676767" points="28.45,17.889 21.358,22.594 21.384,24.287 28.313,19.603 "/> <polygon fill="%23CCCCCC" points="13.238,9.651 6.433,13.334 21.358,22.594 28.45,17.889 "/> <linearGradient id="SVGID_00000036245205766875217590000016668992553142434965_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_00000036245205766875217590000016668992553142434965_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg>');
}
.lightBlue.icon-erp-store-rack2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23269FBF" points="15.07,24.422 15.07,24.419 15.078,25.325 14.616,25.644 15.089,25.985 15.07,24.422 "/> <polyline fill="%23269FBF" points="14.395,21.432 15.042,21.864 15.034,21.145 5.145,14.609 5.213,15.287 5.216,15.287 5.728,15.633 6.053,18.91 5.615,19.152 5.618,19.18 12.738,24.295 12.677,22.533 14.395,21.432 "/> <polygon fill="%23269FBF" points="12.386,15.397 12.386,15.394 9.756,16.837 15.059,20.278 17.669,18.623 "/> <polyline fill="%23676767" points="15.045,21.991 15.042,21.867 13.327,22.984 13.426,26.47 14.616,25.644 15.078,25.325 15.07,24.419 15.07,24.345 15.045,21.991 "/> <polyline fill="%23676767" points="21.011,20.873 21.011,20.876 20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 21.011,20.873 "/> <polyline fill="%23676767" points="17.669,18.623 19.475,17.481 12.311,13.285 12.386,15.394 12.386,15.397 17.669,18.623 "/> <polygon fill="%23676767" points="5.615,19.152 6.053,18.91 5.728,15.633 4.043,16.509 4.423,19.818 "/> <polyline fill="%23CCCCCC" points="15.042,21.867 15.042,21.864 14.395,21.432 12.677,22.533 13.327,22.984 15.042,21.867 "/> <polyline fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 15.001,7.847 "/> <polygon fill="%23CCCCCC" points="5.216,15.287 5.213,15.287 3.531,16.157 4.043,16.509 5.728,15.633 "/> <polyline fill="%232189a5" points="20.128,17.866 20.125,17.866 15.034,21.145 15.042,21.864 15.045,21.867 15.045,21.991 15.07,24.345 15.07,24.422 15.089,25.985 19.219,23.086 19.946,22.577 20.034,20.275 20.034,20.275 20.128,17.866 "/> <polygon fill="%232189a5" points="12.311,13.285 10.712,12.349 6.323,14.609 9.756,16.837 12.386,15.394 "/> <polyline fill="%23999999" points="9.467,12.412 10.189,12.046 10.189,12.043 10.191,12.046 10.712,12.349 12.311,13.285 19.475,17.481 20.125,17.866 20.128,17.864 20.128,17.866 20.034,20.275 20.034,20.275 20.034,20.275 19.946,22.577 19.219,23.086 20.849,24.146 21.011,20.876 21.009,20.873 21.011,20.873 21.185,17.368 9.357,10.601 9.467,12.412 "/> <polyline fill="%23999999" points="20.962,17.324 20.97,17.318 20.973,17.321 20.965,17.324 20.962,17.324 "/> <polyline fill="%23999999" points="13.327,22.984 12.677,22.533 12.738,24.295 12.799,26.008 13.426,26.47 13.327,22.984 "/> <polygon fill="%23999999" points="4.043,16.509 3.531,16.157 3.928,19.449 4.423,19.818 "/> <path fill="%2333CCFF" d="M10.189,12.046l-0.721,0.366l-4.323,2.197l9.89,6.536l5.091-3.279l-0.65-0.385l-1.806,1.143l-2.61,1.655 l-5.303-3.442l-3.433-2.227l4.389-2.26l-0.52-0.303H10.189z"/> </svg> ');
}
.lightBlue.icon-erp-store-rack2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.503,19.014 19.503,18.954 17.964,19.956 17.903,23.364 18.748,22.778 18.894,22.676 19.39,22.335 19.503,19.014 "/> <polyline fill="%23676767" points="9.737,16.845 9.85,16.782 10.321,16.52 10.144,13.326 8.614,14.125 8.845,17.346 9.737,16.845 "/> <polygon fill="%23676767" points="20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 "/> <polyline fill="%23CCCCCC" points="19.503,18.954 19.503,18.951 18.85,18.563 17.314,19.554 17.964,19.956 19.503,18.954 "/> <polyline fill="%23CCCCCC" points="9.627,13.012 9.508,13.073 8.102,13.8 8.614,14.125 10.144,13.326 9.627,13.012 9.63,13.073 9.627,13.012 "/> <polygon fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 "/> <path fill="%232189a5" d="M19.503,18.951l0.003,0.003l-0.003,0.061l-0.113,3.32l-0.022,0.65l0.578-0.407l0.182-4.713l-0.6,0.385 L19.503,18.951z"/> <polyline fill="%23999999" points="9.85,16.782 9.737,16.845 9.743,16.916 17.286,21.828 17.275,22.946 17.903,23.364 17.964,19.956 17.314,19.554 17.289,21.635 9.853,16.812 9.85,16.782 "/> <polyline fill="%23999999" points="8.845,17.346 8.614,14.125 8.102,13.8 8.338,17.016 8.845,17.346 "/> <polygon fill="%23999999" points="9.508,13.073 9.627,13.012 9.627,13.012 9.588,12.352 10.189,12.043 20.128,17.864 19.946,22.577 19.368,22.984 18.894,22.676 18.748,22.778 20.849,24.146 21.185,17.368 9.357,10.601 "/> <path fill="%23269FBF" d="M9.588,12.352l0.039,0.661l0.518,0.314l0.176,3.194L9.85,16.782l0.003,0.03l7.436,4.824l0.025-2.081 l1.536-0.991l0.653,0.388l0.025-0.702L9.588,12.352 M18.894,22.676l0.474,0.308l0.022-0.65L18.894,22.676z"/> <path fill="%2333CCFF" d="M10.189,12.043l-0.6,0.308l9.939,5.897l0.6-0.385L10.189,12.043z"/> </svg>');
}
.lightBlue.icon-erp-store-trolley{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.165,15.344 15.771,13.561 5.127,19.187 12.52,23.921 12.413,19.144 "/> <polyline fill="%23676767" points="15.771,13.462 15.779,13.148 15.786,9.12 4.685,14.538 5.034,19.13 5.127,19.187 15.771,13.561 15.771,13.462 "/> <polygon fill="%23676767" points="20.106,15.729 20.078,15.75 13.255,19.643 13.326,24.192 13.333,24.356 13.326,24.356 13.347,25.361 23.464,19.051 23.479,19.044 24.726,18.267 24.791,17.312 24.791,17.312 25.097,12.891 24.199,13.397 24.192,13.397 "/> <polyline fill="%23999999" points="15.786,9.112 15.786,9.12 15.779,13.148 15.779,13.454 15.771,13.462 15.771,13.561 19.165,15.344 23.543,12.877 19.536,10.931 19.529,10.931 15.786,9.112 "/> <polygon fill="%23999999" points="4.685,14.538 3.972,14.11 4.414,19.565 12.549,24.841 13.347,25.361 13.326,24.356 13.326,24.192 13.255,19.643 12.413,19.144 12.52,23.921 5.127,19.187 5.034,19.13 "/> <polyline fill="%23CCCCCC" points="17.411,9.205 15.786,8.421 3.972,14.11 4.685,14.538 15.786,9.12 15.786,9.112 19.529,10.931 19.536,10.931 23.543,12.877 19.165,15.344 12.413,19.144 13.255,19.643 20.078,15.75 20.078,15.715 20.106,15.729 24.192,13.397 25.083,12.884 17.411,9.205 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.95,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.917,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.12,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.12,16.221"/> </svg> ');
}
.lightBlue.icon-erp-store-trolley.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.167,14.344 15.774,12.562 5.129,18.187 12.522,22.921 12.415,18.144 "/> <polyline fill="%23676767" points="15.774,12.462 15.781,12.148 15.788,8.12 4.687,13.538 5.036,18.13 5.129,18.187 15.774,12.562 15.774,12.462 "/> <polygon fill="%23676767" points="20.108,14.729 20.08,14.751 13.257,18.643 13.328,23.192 13.335,23.356 13.328,23.356 13.349,24.361 23.467,18.052 23.481,18.045 24.729,17.267 24.793,16.312 24.793,16.312 25.099,11.892 24.201,12.398 24.194,12.398 "/> <polyline fill="%23999999" points="15.788,8.113 15.788,8.12 15.781,12.148 15.781,12.455 15.774,12.462 15.774,12.562 19.167,14.344 23.545,11.877 19.538,9.931 19.531,9.931 15.788,8.113 "/> <polygon fill="%23999999" points="3.974,13.111 4.416,18.565 12.551,23.841 13.349,24.361 13.328,23.356 13.328,23.192 13.257,18.643 "/> <polyline fill="%23CCCCCC" points="17.413,8.205 15.788,7.421 3.974,13.111 13.257,18.643 20.108,14.729 24.194,12.398 25.085,11.884 17.413,8.205 "/> <path fill="%23676767" d="M19.276,20.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.483,21.022,19.414,20.758,19.276,20.554"/> <path fill="%23676767" d="M25.948,16.369c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,16.388,25.952,16.379,25.948,16.369"/> <path fill="%23999999" d="M19.062,20.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.741,20.188,18.92,20.236,19.062,20.34"/> <path fill="%23999999" d="M24.122,15.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,15.221"/> </svg> ');
}
.lightBlue.icon-erp-store-trolley2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.398,23.406 23.604,19.135 13.966,13.609 13.985,17.739 "/> <polygon fill="%23676767" points="28.015,16.278 23.604,19.135 23.398,23.406 27.706,20.474 "/> <polygon fill="%23CCCCCC" points="23.604,19.135 28.015,16.278 18.396,11.099 13.966,13.609 "/> <polyline fill="%23999999" points="14.378,5.78 16.317,6.782 19.483,8.421 19.174,23.147 21.567,24.655 22.264,7.297 11.915,2.127 12.14,18.904 14.407,20.272 14.378,5.78 "/> <polyline fill="%23676767" points="16.317,6.782 14.378,5.78 14.407,20.272 16.242,19.176 16.317,6.782 "/> <polyline fill="%23676767" points="24.25,6.201 22.264,7.297 21.567,24.655 23.501,23.366 24.25,6.201 "/> <polyline fill="%23CCCCCC" points="22.264,7.297 24.25,6.201 13.901,1.181 11.915,2.127 22.264,7.297 "/> <polyline fill="%2333CCFF" points="22.079,12.247 19.419,10.87 6.553,18.133 13.746,17.149 23.982,11.118 "/> <polygon fill="%2333CCFF" points="11.981,6.898 3.678,11.118 1.542,14.939 14.378,8.134 "/> <polyline fill="%232189a5" points="13.746,17.149 13.765,19.603 23.861,13.478 23.982,11.118 13.746,17.149 "/> <polygon fill="%232189a5" points="16.275,9.423 16.293,7.128 1.542,14.939 1.72,17.365 "/> <polygon fill="%23269FBF" points="13.765,19.603 13.746,17.149 6.553,18.133 6.665,20.605 "/> </svg>');
}
.lightBlue.icon-erp-store-trolley2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.585,23.406 23.791,19.135 14.154,13.609 14.173,17.739 "/> <polygon fill="%23676767" points="28.202,16.278 23.791,19.135 23.585,23.406 27.893,20.474 "/> <polygon fill="%23CCCCCC" points="23.791,19.135 28.202,16.278 18.584,11.099 14.154,13.609 "/> <polyline fill="%2333CCFF" points="7.261,28.735 14.032,27.695 23.688,21.289 21.188,19.828 7.261,28.735 "/> <polyline fill="%2333CCFF" points="16.43,17.028 14.163,15.698 4.517,21.289 2.531,25.354 16.43,17.028 "/> <polyline fill="%232189a5" points="14.032,27.695 14.042,29.868 23.585,23.406 23.688,21.289 14.032,27.695 "/> <polyline fill="%232189a5" points="16.411,19.088 16.43,17.028 2.531,25.354 2.69,27.508 16.411,19.088 "/> <polyline fill="%23269FBF" points="7.261,28.735 7.364,30.926 14.042,29.868 14.032,27.695 7.261,28.735 "/> <polyline fill="%23999999" points="14.566,5.78 16.505,6.782 19.67,8.421 19.361,20.999 21.862,22.507 22.452,7.297 12.103,2.127 12.328,16.756 14.594,18.123 14.566,5.78 "/> <polyline fill="%23676767" points="16.505,6.782 14.566,5.78 14.594,18.123 16.43,17.028 16.505,6.782 "/> <polyline fill="%23676767" points="24.437,6.201 22.452,7.297 21.862,22.507 23.688,21.289 24.437,6.201 "/> <polyline fill="%23CCCCCC" points="22.452,7.297 24.437,6.201 14.088,1.181 12.103,2.127 22.452,7.297 "/> </svg> ');
}
.lightBlue.icon-erp-store-position{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2333CCFF" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23269FBF" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%232189a5" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> <polygon fill="%23CCCCCC" points="12.218,10.321 4.996,13.609 12.129,17.755 19.263,13.887 "/> <polygon fill="%23999999" points="5.065,14.485 4.996,13.609 12.129,17.755 12.129,18.66 "/> </svg> ');
}
.lightBlue.icon-erp-store-shelf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2333CCFF" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23269FBF" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%232189a5" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.lightBlue.icon-erp-store-shelf.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23999999" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23676767" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.lightBlue.icon-erp-store-alarm{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000057848574557793657180000007267024614471483550_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000057848574557793657180000007267024614471483550_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000075870873425977862090000005357458486843867823_" gradientUnits="userSpaceOnUse" x1="20.7367" y1="11.8606" x2="11.8731" y2="11.8606"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_00000075870873425977862090000005357458486843867823_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%23FF0000" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.lightBlue.icon-erp-store-load{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232189a5" points="21.703,12.028 21.739,11.316 21.839,9.02 13.568,13.298 13.625,18.403 20.006,14.809 20.013,14.809 21.625,13.904 21.703,12.028 "/> <polyline fill="%23B6B6B6" points="6.189,18.467 4.941,19.13 12.427,23.921 12.392,22.345 6.189,18.467 "/> <polyline fill="%23676767" points="24.106,13.397 24.092,13.39 13.162,19.643 13.254,25.361 23.386,19.037 23.386,19.044 24.633,18.267 24.698,17.312 24.997,12.884 24.106,13.397 "/> <polyline fill="%23676767" points="21.703,12.028 21.625,13.904 23.45,12.877 21.703,12.028 "/> <polyline fill="%23676767" points="5.882,13.904 4.592,14.538 4.941,19.13 6.189,18.467 6.189,18.467 5.882,13.904 "/> <polyline fill="%23999999" points="4.592,14.538 3.879,14.11 4.321,19.565 12.449,24.841 13.254,25.361 13.162,19.643 12.32,19.144 12.392,22.345 12.427,23.921 4.941,19.13 4.592,14.538 "/> <polyline fill="%23CCCCCC" points="21.739,11.316 21.703,12.028 23.45,12.877 21.625,13.904 20.013,14.809 20.006,14.809 13.625,18.403 12.32,19.144 13.162,19.643 24.092,13.39 24.99,12.877 21.739,11.316 "/> <polyline fill="%23CCCCCC" points="5.879,14.11 6.592,14.538 7.882,13.904 7.832,13.169 5.879,14.11 "/> <path fill="%23269FBF" d="M5.832,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.561,9.02 L5.832,13.169z"/> <polygon fill="%2333CCFF" points="5.561,9.02 13.568,13.298 21.839,9.02 13.818,5.341 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.951,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.918,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.121,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.121,16.221"/> <polygon fill="%23CCCCCC" points="3.879,14.11 4.592,14.538 5.882,13.904 5.832,13.169 "/> </svg>');
}
.lightBlue.icon-erp-store-unload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23494949" points="21.289,18.614 28.151,14.4 22.498,11.35 19.06,16.371 "/> <polygon fill="%23CCCCCC" points="24.294,8.412 24.308,8.398 27.228,5.534 23.917,3.972 17.756,1.08 6.305,11.346 7.002,11.785 17.77,2.07 25.639,5.847 23.45,7.98 14.564,16.629 15.387,17.159 "/> <polyline fill="%23999999" points="7.002,11.785 6.305,11.346 8.584,15.514 9.428,16.078 16.571,20.867 17.366,21.396 15.387,17.159 14.564,16.629 16.251,20.19 8.898,15.305 7.002,11.785 "/> <polygon fill="%23999999" points="19.108,5.771 23.45,7.98 25.639,5.847 17.77,2.07 "/> <polygon fill="%23B6B6B6" points="23.45,7.98 19.108,5.771 8.898,15.305 16.251,20.19 14.564,16.629 "/> <polyline fill="%23676767" points="24.308,8.398 24.308,8.412 24.294,8.412 15.387,17.159 17.366,21.396 19.917,18.797 25.945,12.649 28.204,10.343 28.455,10.092 28.259,9.381 27.228,5.534 24.308,8.398 "/> <polygon fill="%23676767" points="7.002,11.785 8.898,15.305 19.108,5.771 17.77,2.07 "/> <g> <g> <path fill="%232189a5" d="M7.002,31.952l5.851-4.433l0.842-7.181l-6.693,3.812V31.952z"/> <path fill="%23269FBF" d="M1.151,27.52l5.851,4.433v-7.802l-6.693-3.812L1.151,27.52z"/> <path fill="%2333CCFF" d="M7.002,17.413l-6.693,2.926l6.693,3.812l6.693-3.812L7.002,17.413z"/> </g> </g> <path fill="%23676767" d="M23.008,17.502c0.138,0.204,0.207,0.468,0.207,0.791c0.005,0.509-0.14,1.055-0.435,1.64 c-0.266,0.528-0.597,0.982-0.991,1.362c-0.523,0.499-1.012,0.758-1.469,0.777c-0.285,0.014-0.509-0.074-0.67-0.264 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.214-0.01,0.392,0.038,0.535,0.143c0.076,0.048,0.143,0.114,0.2,0.2 C22.998,17.492,23.003,17.497,23.008,17.502"/> <path fill="%23676767" d="M29.679,13.317c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C29.689,13.336,29.684,13.327,29.679,13.317"/> <path fill="%23999999" d="M22.794,17.288c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C22.473,17.136,22.651,17.184,22.794,17.288"/> <path fill="%23999999" d="M27.854,12.169c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L27.854,12.169"/> </svg> ');
}
.lightBlue.icon-erp-store-alarm.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.lightBlue.icon-shark{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.575,23.266 15.594,26.528 28.928,17.352 29.159,14.238 15.575,23.266 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4.2464" y1="21.0989" x2="15.5939" y2="21.0989"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.246,15.67l0.213,3.133c0.542,2.341,2.008,4.192,4.399,5.554c1.768,1.01,4.014,1.734,6.736,2.172 l-0.018-3.262c-2.741-0.419-5.008-1.118-6.801-2.098c-1.464-0.798-2.592-1.77-3.382-2.915C4.853,17.473,4.471,16.612,4.246,15.67"/> <path fill="%23CCCCCC" d="M4.246,15.67c0.225,0.942,0.607,1.803,1.146,2.583c0.79,1.145,1.918,2.117,3.382,2.915 c1.793,0.98,4.06,1.679,6.801,2.098l13.584-9.028L17.83,7.982L4.246,15.67"/> <polygon fill="%232189a5" points="29.233,13.267 29.353,11.65 17.128,19.533 17.119,21.233 "/> <polygon fill="%23269FBF" points="5.614,12.214 5.706,13.831 17.119,21.233 17.128,19.533 "/> <polygon fill="%2333CCFF" points="5.614,12.214 17.128,19.533 29.353,11.65 17.858,5.505 "/> <path fill="%23676767" d="M22.811,22.693c0.004,0.001,0.007,0.003,0.009,0.005c0.105,0.068,0.233,0.109,0.383,0.125 c0.499,0.055,1.001-0.166,1.506-0.665c0.456-0.456,0.795-0.899,1.016-1.331c0.246-0.487,0.388-1.029,0.425-1.626 c0.025-0.481-0.08-0.812-0.314-0.993c-0.04-0.033-0.085-0.06-0.134-0.083c-0.088-0.041-0.188-0.067-0.3-0.079 c-0.106-0.012-0.212-0.012-0.319,0c-0.393,0.05-0.789,0.272-1.187,0.665c-0.456,0.456-0.795,0.899-1.016,1.331 c-0.246,0.487-0.388,1.029-0.425,1.626c-0.01,0.201,0.002,0.375,0.037,0.522C22.546,22.419,22.652,22.587,22.811,22.693"/> <linearGradient id="SVGID_00000101814739646613253090000000792836742631895474_" gradientUnits="userSpaceOnUse" x1="23.5645" y1="17.4081" x2="23.5645" y2="22.6929"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="0.3869" style="stop-color:%23CCCCCC"/> <stop offset="0.9322" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000101814739646613253090000000792836742631895474_)" d="M21.845,19.394 c-0.246,0.481-0.385,1.023-0.416,1.626c-0.029,0.565,0.117,0.927,0.439,1.086l0.943,0.587c-0.159-0.106-0.265-0.274-0.319-0.504 c-0.035-0.147-0.047-0.321-0.037-0.522c0.037-0.598,0.179-1.14,0.425-1.626c0.222-0.431,0.561-0.875,1.016-1.331 c0.398-0.393,0.794-0.615,1.187-0.665c0.107-0.012,0.213-0.012,0.319,0c0.112,0.012,0.213,0.038,0.3,0.079l-0.956-0.587 c-0.004-0.002-0.008-0.005-0.014-0.009c-0.099-0.058-0.217-0.095-0.356-0.111c-0.493-0.055-0.995,0.163-1.506,0.656 C22.409,18.522,22.067,18.963,21.845,19.394"/> </svg> ');
}
.lightBlue.icon-hulk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="17.056,24.466 31.724,14.71 19.625,8.186 4.918,16.509 17.056,24.466 "/> <polyline fill="%23676767" points="31.437,18.011 31.724,14.71 17.056,24.466 17.036,27.925 31.437,18.011 "/> <polyline fill="%2333CCFF" points="17.065,13.267 28.254,6.625 19.853,2.394 8.644,8.335 17.065,13.267 "/> <polyline fill="%23269FBF" points="17.026,21.165 17.065,13.267 8.644,8.335 8.931,16.015 17.026,21.165 "/> <polyline fill="%232189a5" points="17.065,13.267 17.026,21.165 27.78,14.216 28.254,6.625 17.065,13.267 "/> <path fill="%232189a5" d="M13.725,26.67l0.049,3.499l3.262-2.244l0.02-3.459L13.725,26.67z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="1.6163" y1="24.2731" x2="13.774" y2="24.2731"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M2.807,21.199c-0.569-0.852-0.966-1.793-1.191-2.822l0.267,3.371c0.54,2.55,2.089,4.567,4.646,6.049 c1.898,1.114,4.313,1.904,7.245,2.372l-0.049-3.499c-2.959-0.461-5.4-1.226-7.324-2.293C4.837,23.505,3.639,22.446,2.807,21.199z"/> <path fill="%2333CCFF" d="M1.616,18.377c0.225,1.029,0.622,1.97,1.191,2.822c0.832,1.247,2.029,2.306,3.593,3.178 c1.924,1.067,4.366,1.832,7.324,2.293l3.331-2.204L4.918,16.509L1.616,18.377z"/> <path fill="%2300FF00" d="M0.45,3.521c0.49,1.993,1.818,3.626,3.983,4.898c0.454,0.269,0.945,0.521,1.473,0.756 c2.016,0.896,4.557,1.545,7.621,1.947l3.618-2.036L4.038,1.831L0.45,3.521z"/> <linearGradient id="SVGID_00000078036153945263662470000008414908070228577215_" gradientUnits="userSpaceOnUse" x1="0.45" y1="14.4976" x2="13.7147" y2="14.4976"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000078036153945263662470000008414908070228577215_)" d="M4.433,8.419C2.268,7.147,0.94,5.515,0.45,3.521 l1.077,13.7c0.554,2.524,2.165,4.517,4.833,5.98c1.931,1.054,4.382,1.812,7.354,2.273l-0.188-14.352 c-3.064-0.402-5.604-1.051-7.621-1.947C5.378,8.939,4.887,8.687,4.433,8.419z"/> <polygon fill="%23006600" points="17.145,9.086 13.527,11.122 13.715,25.474 17.056,23.28 "/> </svg>');
}
.lightBlue.icon-LED_pas{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.lightBlue.icon-QR_kod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23269FBF" points="2,2 9.636,2 9.636,4.545 4.545,4.545 4.545,9.636 2,9.636 "/> <polygon fill="%23269FBF" points="22.364,2 22.364,4.545 27.455,4.545 27.455,9.636 30,9.636 30,2 "/> <polygon fill="%23269FBF" points="30,22.364 27.455,22.364 27.455,27.455 22.364,27.455 22.364,30 30,30 "/> <polygon fill="%23269FBF" points="9.636,27.455 4.545,27.455 4.545,22.364 2,22.364 2,30 9.636,30 "/> <path fill="%23269FBF" d="M7.091,7.091v7.636h7.636V7.091H7.091z M12.182,12.182H9.636V9.636h2.545V12.182z"/> <path fill="%23269FBF" d="M17.273,7.091v7.636h7.636V7.091H17.273z M22.364,12.182h-2.545V9.636h2.545V12.182z"/> <rect x="17.273" y="17.273" fill="%23269FBF" width="2.545" height="2.545"/> <path fill="%23269FBF" d="M7.091,17.273v7.636h7.636v-7.636H7.091z M12.182,22.364H9.636v-2.545h2.545V22.364z"/> <rect x="17.273" y="22.364" fill="%23269FBF" width="2.545" height="2.545"/> <rect x="19.818" y="19.818" fill="%23269FBF" width="2.545" height="2.545"/> <rect x="22.364" y="19.818" fill="%23269FBF" width="2.545" height="2.545"/> <rect x="22.364" y="22.364" fill="%23269FBF" width="2.545" height="2.545"/> </svg> ');
}
.lightBlue.icon-QR_kod_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23269FBF" d="M2,2v8h8V2H2z M8,8H4V4l4,0.022V8z"/> <path fill="%23269FBF" d="M22,2v8h8V2H22z M28,8h-4V4l4,0.022V8z"/> <path fill="%23269FBF" d="M2,22v8h8v-8H2z M8,28H4v-4l4,0.022V28z"/> <path fill="%23269FBF" d="M22,22v8h8v-8H22z M28,28h-4v-4l4,0.022V28z"/> <rect x="2" y="13" fill="%23269FBF" width="3" height="3"/> <rect x="5" y="16" fill="%23269FBF" width="3" height="3"/> <rect x="2" y="19" fill="%23269FBF" width="3" height="3"/> <rect x="10" y="11" fill="%23269FBF" width="3" height="3"/> <rect x="7" y="11" fill="%23269FBF" width="3" height="3"/> <rect x="13" y="14" fill="%23269FBF" width="3" height="3"/> <rect x="16" y="14" fill="%23269FBF" width="3" height="3"/> <rect x="13" y="8" fill="%23269FBF" width="3" height="3"/> <rect x="16" y="8" fill="%23269FBF" width="3" height="3"/> <rect x="10" y="17" fill="%23269FBF" width="3" height="3"/> <rect x="16" y="20" fill="%23269FBF" width="3" height="3"/> <rect x="16" y="26" fill="%23269FBF" width="3" height="3"/> <rect x="13" y="2" fill="%23269FBF" width="3" height="3"/> <rect x="13" y="23" fill="%23269FBF" width="3" height="3"/> <rect x="22" y="14" fill="%23269FBF" width="3" height="3"/> <rect x="25" y="14" fill="%23269FBF" width="3" height="3"/> <rect x="19" y="17" fill="%23269FBF" width="3" height="3"/> </svg>');
}
.lightBlue.icon-BAR_code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23269FBF" points="5,6 5,6.143 5,26 3,26 3,6 "/> <polyline fill="%23269FBF" points="9,6 9,6.143 9,26 7,26 7,6 "/> <polyline fill="%23269FBF" points="22,6 22,6.143 22,26 20,26 20,6 "/> <polyline fill="%23269FBF" points="18,6 18,6.143 18,26 11,26 11,6 "/> <polyline fill="%23269FBF" points="29,6 29,6.143 29,26 24,26 24,6 "/> </svg>');
}
.green.icon-erp-product{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%232f8c51" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2339b563" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.green.icon-erp-product-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%2321663c" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%232f8c51" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.green.icon-erp-product-param{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232f8c51" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <polygon fill="%2339b563" points="7.961,10.322 8.773,9.967 17.325,14.872 16.642,15.267 "/> <polygon fill="%2321663c" points="17.325,19.962 16.641,20.33 16.642,15.267 17.325,14.872 "/> <polygon fill="%23676767" points="16.642,25.385 17.325,24.868 17.325,19.962 16.641,20.33 "/> </svg> ');
}
.green.icon-erp-product-composition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M26.679,19.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,19.012"/> <polyline fill="%23676767" points="22.351,15.458 22.339,15.453 16.53,18.758 16.53,18.819 16.53,25.726 16.536,25.733 20.332,23.218 22.019,22.102 22.127,19.952 22.351,15.458 "/> <polygon fill="%23676767" points="21.437,9.997 21.514,8.171 16.534,10.596 16.537,12.492 16.537,12.499 18.417,13.456 18.44,13.411 18.44,11.524 "/> <polyline fill="%23999999" points="16.53,18.819 10.692,15.466 10.943,19.954 11.011,22.069 12.722,23.202 16.53,25.726 16.53,18.819 "/> <polyline fill="%23999999" points="8.756,14.356 8.758,14.356 8.756,14.354 8.756,14.356 "/> <polyline fill="%23999999" points="16.53,12.495 16.537,12.492 16.534,10.596 11.555,8.173 11.635,10.001 14.624,11.524 14.624,13.465 16.53,12.495 "/> <polygon fill="%23999999" points="22.339,15.453 22.351,15.458 22.127,19.952 22.184,19.954 23.819,20.866 24.261,14.358 18.44,11.524 18.44,13.411 18.417,13.456 "/> <polyline fill="%23CCCCCC" points="16.537,6.013 11.555,8.173 16.534,10.596 21.514,8.171 16.537,6.013 "/> <polyline fill="%23CCCCCC" points="16.537,12.499 16.53,12.495 14.624,13.465 10.692,15.466 16.53,18.819 16.53,18.758 22.339,15.453 18.417,13.456 16.537,12.499 "/> <polygon fill="%23CCCCCC" points="23.41,8.994 21.437,9.997 18.44,11.524 24.261,14.358 29.239,11.522 "/> <path fill="%232f8c51" d="M8.756,14.356v-0.002l-4.933-2.832l0.733,6.275l1.835,1.213l2.82,1.868L8.756,14.356z"/> <path fill="%2321663c" d="M8.758,14.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002v-1.941L8.758,14.356z"/> <path fill="%2339b563" d="M11.635,10.001L9.66,8.994l-5.837,2.528l4.933,2.832l0.002,0.002l5.866-2.832L11.635,10.001z"/> </svg> ');
}
.green.icon-erp-product-assembly{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2339b563" d="M3.788,11.476l-0.005-0.054l0.038,0.023l1.124-1.056L6.589,6.75l-4.609,4.426L0,15.038L3.788,11.476 M11.751,12.737l-0.024,0.089l0.028-0.014L11.751,12.737z"/> <polyline fill="%23676767" points="8.738,14.267 8.738,14.269 8.738,14.269 8.738,14.267 "/> <polyline fill="%23676767" points="16.547,18.691 16.547,18.752 16.547,25.689 16.551,25.694 16.551,25.696 20.366,23.171 22.061,22.048 22.169,19.889 22.395,15.375 22.381,15.368 16.547,18.691 "/> <polyline fill="%23676767" points="21.553,8.056 21.552,8.056 16.549,10.49 16.551,10.492 16.554,12.394 16.554,12.401 18.443,13.363 18.465,13.319 18.465,11.424 18.464,11.422 21.477,9.89 21.553,8.056 "/> <path fill="%23676767" d="M28.581,17.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,17.726"/> <polyline fill="%23999999" points="10.682,15.384 10.703,15.779 10.794,17.395 10.932,19.889 10.934,19.89 10.932,19.89 11.002,22.017 11.001,22.017 12.719,23.155 16.547,25.689 16.547,18.752 10.682,15.384 "/> <polyline fill="%23999999" points="8.738,14.267 8.738,14.267 8.738,14.269 8.75,14.274 8.74,14.267 8.738,14.267 "/> <polyline fill="%23999999" points="16.551,10.492 16.549,10.49 11.55,8.056 11.55,8.061 11.63,9.894 11.627,9.894 11.69,11.27 12.064,11.604 11.751,12.737 11.754,12.812 11.812,14.09 12.483,14.466 16.547,12.398 16.554,12.394 16.551,10.492 "/> <polygon fill="%23999999" points="18.465,13.319 18.443,13.363 22.381,15.368 22.395,15.375 22.169,19.889 22.227,19.892 23.867,20.808 24.313,14.269 18.465,11.424 "/> <polyline fill="%23CCCCCC" points="9.194,20.821 9.199,20.824 9.194,20.828 9.194,20.821 "/> <polyline fill="%23CCCCCC" points="11.55,8.056 16.549,10.49 21.552,8.056 16.554,5.887 11.55,8.056 "/> <polyline fill="%23CCCCCC" points="16.554,12.401 16.547,12.398 12.483,14.466 11.078,15.181 10.707,15.37 10.682,15.384 16.547,18.752 16.547,18.691 22.381,15.368 18.443,13.363 16.554,12.401 "/> <polygon fill="%23CCCCCC" points="18.464,11.422 18.465,11.424 24.313,14.269 29.314,11.422 23.456,8.881 21.477,9.89 "/> <path fill="%232f8c51" d="M10.707,15.37l0.024-0.028l-5.786-4.954l-1.124,1.056l-0.038-0.023l0.005,0.054L0,15.038l5.47,4.372h0.002 l0.46,0.367l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,15.37 M8.738,14.269v-0.002l0,0H8.74l0.01,0.007 L8.738,14.269L8.738,14.269z"/> <path fill="%2321663c" d="M11.726,12.826l0.024-0.089l0.313-1.133L11.69,11.27L6.589,6.75l-1.644,3.639l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,12.826z"/> </svg>');
}
.green.icon-erp-product-component{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M16.642,16.055l6.355,3.659l-6.355,4.814l-6.355-4.814L16.642,16.055 M16.642,15.267l-7.589,4.369 l7.589,5.749l7.589-5.749L16.642,15.267L16.642,15.267z"/> <path fill="%23676767" d="M15.959,7.572v7.3l-6.348,3.655l-0.913-7.781L15.959,7.572 M16.642,6.528l-8.681,3.794l1.092,9.314 l7.589-4.369V6.528L16.642,6.528z"/> <path fill="%232f8c51" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <path fill="%23999999" d="M17.325,7.572l7.261,3.174l-0.913,7.781l-6.348-3.655V7.572 M16.642,6.528v8.739l7.589,4.369l1.092-9.314 L16.642,6.528L16.642,6.528z"/> <path fill="%23CCCCCC" d="M16.642,7.273l7.159,3.129l-7.159,4.078l-7.16-4.078L16.642,7.273 M16.642,6.528l-8.681,3.794l8.681,4.944 l8.681-4.944L16.642,6.528L16.642,6.528z"/> <path fill="%23676767" d="M24.487,11.585l-0.901,7.683l-6.261,4.743v-8.347L24.487,11.585 M25.323,10.322l-8.681,4.944v10.118 l7.589-5.749L25.323,10.322L25.323,10.322z"/> </svg> ');
}
.green.icon-erp-product-tool{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M7.874,5.998c-0.278,0.128-0.418,0.295-0.418,0.5c0,0.02,0,0.039,0,0.058C7.46,6.578,7.465,6.6,7.47,6.622 c0.064,0.25,0.272,0.423,0.624,0.519C8.408,7.224,8.7,7.256,8.969,7.237c0.275-0.019,0.557-0.096,0.845-0.231 c0.247-0.114,0.385-0.258,0.413-0.432c0.01-0.06,0.007-0.124-0.01-0.192c-0.064-0.25-0.272-0.423-0.624-0.519 C9.279,5.78,8.988,5.748,8.719,5.767C8.444,5.786,8.162,5.863,7.874,5.998z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.4556" y1="13.9832" x2="10.8288" y2="13.9832"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M7.47,6.622C7.465,6.6,7.46,6.578,7.456,6.555l0.663,14.021c-0.002,0.036-0.001,0.073,0.005,0.11 c0.038,0.256,0.237,0.448,0.596,0.576c0.314,0.115,0.596,0.163,0.845,0.144c0.263-0.019,0.535-0.109,0.817-0.269 c0.333-0.192,0.48-0.416,0.442-0.672c-0.001-0.006-0.002-0.013-0.005-0.019L10.227,6.574c-0.029,0.174-0.166,0.318-0.413,0.432 c-0.288,0.134-0.57,0.211-0.845,0.231C8.7,7.256,8.408,7.224,8.094,7.141C7.742,7.045,7.534,6.872,7.47,6.622z"/> <polyline fill="%2339b563" points="3.771,3.768 6.5,3.307 10.515,5.372 13.859,3.816 9.833,1.837 7.057,2.337 3.771,3.768 "/> <polyline fill="%232f8c51" points="3.771,3.768 3.896,5.67 10.66,9.33 10.515,5.372 6.5,3.307 3.771,3.768 "/> <polyline fill="%2321663c" points="10.66,9.33 13.935,7.716 13.859,3.816 10.515,5.372 10.66,9.33 "/> <path fill="%23CCCCCC" d="M15.569,14.827c0.09,0.263,0.33,0.458,0.721,0.586c0.346,0.109,0.656,0.157,0.932,0.144 c0.295-0.019,0.592-0.115,0.893-0.288c0.245-0.138,0.388-0.291,0.428-0.461c0.02-0.083,0.015-0.169-0.014-0.259 c-0.09-0.263-0.33-0.458-0.721-0.586c-0.352-0.109-0.663-0.157-0.932-0.144c-0.295,0.019-0.596,0.112-0.903,0.279 c-0.238,0.136-0.377,0.288-0.418,0.456c-0.017,0.073-0.017,0.149,0,0.226C15.559,14.795,15.564,14.811,15.569,14.827"/> <linearGradient id="SVGID_00000056417952209318299690000012660810451522833548_" gradientUnits="userSpaceOnUse" x1="15.5543" y1="20.5339" x2="18.542" y2="20.5339"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000056417952209318299690000012660810451522833548_)" d="M16.289,15.413 c-0.391-0.128-0.631-0.323-0.721-0.586c-0.005-0.016-0.01-0.032-0.014-0.048l0.072,10.505c-0.009,0.064-0.006,0.13,0.01,0.197 c0.058,0.263,0.282,0.471,0.672,0.624c0.339,0.134,0.64,0.195,0.903,0.183c0.282-0.019,0.573-0.122,0.874-0.307 c0.327-0.208,0.475-0.439,0.442-0.692l0.014-10.481c-0.04,0.17-0.182,0.323-0.428,0.461c-0.301,0.173-0.599,0.269-0.893,0.288 C16.946,15.569,16.635,15.521,16.289,15.413"/> <path fill="%2339b563" d="M16.284,13.044l-0.01,0.005l0.764,1.321l1.633,0.922l1.624-0.922l-1.643-0.903l-1.614-2.786l-1.633,0.865 l0.831,1.441C16.253,13.007,16.269,13.026,16.284,13.044"/> <path fill="%2339b563" d="M18.72,8.125l1.672-0.874c-0.608-0.82-1.291-1.435-2.046-1.845c-0.73-0.397-1.412-0.548-2.046-0.452 c-0.226,0.033-0.435,0.094-0.624,0.183c-0.034,0.019-0.069,0.038-0.106,0.058L14.07,5.93c0.165-0.071,0.344-0.12,0.538-0.149 c0.112-0.016,0.226-0.024,0.341-0.024c0.536-0.002,1.104,0.163,1.705,0.495c0.472,0.262,0.915,0.601,1.331,1.018 c0.028,0.027,0.055,0.054,0.082,0.082C18.293,7.586,18.51,7.844,18.72,8.125"/> <polyline fill="%2339b563" points="24.561,8.433 23.437,9.038 25.925,10.287 27.039,9.662 24.561,8.433 "/> <path fill="%23CCCCCC" d="M26.497,19.198c0.012-0.046,0.015-0.092,0.01-0.139c-0.003-0.058-0.018-0.117-0.043-0.178 c-0.115-0.269-0.387-0.48-0.817-0.634c-0.384-0.128-0.714-0.186-0.99-0.173c-0.32,0.013-0.64,0.118-0.961,0.317 c-0.288,0.183-0.434,0.38-0.437,0.591c0,0.006,0,0.01,0,0.014c0.001,0.067,0.015,0.134,0.043,0.202 c0.115,0.275,0.387,0.487,0.817,0.634c0.378,0.134,0.708,0.195,0.99,0.183c0.32-0.013,0.64-0.118,0.961-0.317 C26.318,19.542,26.46,19.376,26.497,19.198"/> <path fill="%232f8c51" d="M18.71,8.634l0.01-0.509c-0.209-0.281-0.427-0.539-0.653-0.773c-0.027-0.028-0.054-0.055-0.082-0.082 c-0.415-0.417-0.859-0.757-1.331-1.018c-0.601-0.332-1.169-0.497-1.705-0.495c-0.115,0-0.229,0.008-0.341,0.024 C14.414,5.81,14.235,5.859,14.07,5.93c-0.053,0.024-0.104,0.05-0.154,0.077c-0.32,0.176-0.579,0.443-0.778,0.802 c-0.359,0.647-0.474,1.515-0.346,2.603c0.192,1.595,0.797,3.074,1.816,4.438c1.217,1.633,2.571,2.27,4.064,1.912v-0.471 l-1.633-0.922l-0.764-1.321l-0.038-0.062l-0.831-1.441l-0.029-2.623c0.73-0.512,1.275-0.9,1.633-1.162l0.269,0.139L18.71,8.634"/> <polyline fill="%232f8c51" points="23.437,9.038 22.735,12.208 23.85,15.542 23.735,18.808 24.916,19.471 25.041,16.185 26.386,14.12 25.925,10.287 23.437,9.038 "/> <linearGradient id="SVGID_00000062187702302965977700000005472116719410854811_" gradientUnits="userSpaceOnUse" x1="22.8919" y1="25.0149" x2="26.4966" y2="25.0149"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000062187702302965977700000005472116719410854811_)" d="M24.119,19.832 c-0.429-0.147-0.701-0.359-0.817-0.634c-0.028-0.068-0.042-0.135-0.043-0.202l-0.355,10.851c-0.002,0.012-0.004,0.023-0.005,0.034 c-0.014,0.082-0.007,0.165,0.019,0.25c0.083,0.269,0.336,0.493,0.759,0.672c0.365,0.16,0.685,0.237,0.961,0.231 c0.301-0.013,0.612-0.131,0.932-0.355c0.312-0.221,0.46-0.453,0.442-0.697l0.485-10.784c-0.036,0.178-0.179,0.345-0.428,0.5 c-0.32,0.199-0.64,0.304-0.961,0.317C24.827,20.027,24.497,19.966,24.119,19.832"/> <path fill="%2321663c" d="M17.029,8.077l0.25-0.178L17.01,7.76c-0.359,0.263-0.903,0.65-1.633,1.162l0.029,2.623l1.633-0.865 L17.029,8.077"/> <polyline fill="%2321663c" points="18.672,15.292 18.672,15.763 20.286,14.84 20.295,14.37 18.672,15.292 "/> <polyline fill="%2321663c" points="18.72,8.125 18.71,8.634 20.391,7.76 20.391,7.251 18.72,8.125 "/> <polygon fill="%2321663c" points="27.481,13.476 27.039,9.662 25.925,10.287 26.386,14.12 25.041,16.185 24.916,19.471 25.983,18.808 26.127,15.542 "/> </svg> ');
}
.green.icon-erp-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="6.958,10.321 15.602,6.808 15.641,15.266 "/> <polygon fill="%23606060" points="24.323,10.321 15.602,6.808 15.641,15.266 "/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.721-3.513L6.958,6.3l8.644,3.723L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%2339b563" points="21.4,10.076 18.223,8.774 20.825,8.848 18.609,7.956 16.051,7.883 13.021,6.641 10.711,6.521 13.883,7.821 10.269,7.718 12.292,8.605 16.056,8.712 19.35,10.063 "/> <polygon fill="%232f8c51" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%2321663c" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.green.icon-erp-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%2339b563" points="21.464,11.94 18.273,10.301 21.019,8.877 18.661,7.846 16.091,9.18 13.048,7.617 10.727,8.674 13.914,10.31 10.284,12.194 12.315,13.393 16.096,11.431 19.405,13.131 "/> <polygon fill="%232f8c51" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%2321663c" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.green.icon-erp-store{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> <polygon fill="%2339b563" points="2.155,8.616 0.562,9.422 6.664,13.102 8.175,12.15 "/> <polygon fill="%232f8c51" points="0.562,9.422 1.701,19.189 7.441,23.356 6.664,13.102 "/> <polygon fill="%23999999" points="3.331,7.172 3.331,9.15 16.033,16.337 16.033,14.174 "/> <polygon fill="%2321663c" points="8.175,12.15 8.886,22.181 7.441,23.356 6.664,13.102 "/> <polygon fill="%23676767" points="11.037,20.082 10.665,13.248 16.033,16.337 15.994,23.356 "/> <polygon fill="%2339b563" points="21.141,19.565 19.492,20.838 12.744,16.769 14.477,15.722 "/> <polygon fill="%232f8c51" points="19.492,20.838 19.189,31.883 12.971,27.37 12.744,16.769 "/> <polygon fill="%2321663c" points="21.141,19.565 20.769,30.425 19.189,31.883 19.492,20.838 "/> </svg>');
}
.green.icon-erp-store.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%2321663c" d="M17.852,17.688l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.688z"/> <path fill="%232f8c51" d="M3.809,11.365l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.365z"/> <path fill="%2339b563" d="M5.539,10.592l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.592z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> </svg>');
}
.green.icon-erp-store-room{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> <polygon fill="%2339b563" points="2.155,8.234 0.562,9.04 6.664,12.719 8.175,11.767 "/> <polygon fill="%232f8c51" points="0.562,9.04 1.701,18.806 7.441,22.973 6.664,12.719 "/> <polygon fill="%2321663c" points="8.175,11.767 8.886,21.799 7.441,22.973 6.664,12.719 "/> <polygon fill="%2339b563" points="21.141,19.182 19.492,20.455 12.744,16.386 14.477,15.339 "/> <polygon fill="%232f8c51" points="19.492,20.455 19.189,31.5 12.971,26.987 12.744,16.386 "/> <polygon fill="%2321663c" points="21.141,19.182 20.769,30.042 19.189,31.5 19.492,20.455 "/> <polygon fill="%23676767" points="8.886,12.215 8.175,11.767 8.644,18.9 9.026,19.173 "/> </svg> ');
}
.green.icon-erp-store-room.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%2321663c" d="M17.852,17.422l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.422z"/> <path fill="%232f8c51" d="M3.809,11.099l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.099z"/> <path fill="%2339b563" d="M5.539,10.326l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.326z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> </svg> ');
}
.green.icon-erp-store-building{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232f8c51" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%2321663c" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%2339b563" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%23CCCCCC" points="5.87,20.191 5.092,11.956 14.378,17.649 14.47,26.47 "/> <polygon fill="%232f8c51" points="1.6,19.825 5.87,20.191 5.092,11.956 0.351,11.687 "/> <polygon fill="%2339b563" points="14.378,17.649 17.725,21.926 17.725,31.575 14.47,26.47 "/> <polygon fill="%23676767" points="5.092,11.956 5.87,20.191 12.198,16.312 "/> </svg> ');
}
.green.icon-erp-store-building.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232f8c51" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%2321663c" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%2339b563" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%2321663c" points="6.594,20.732 5.938,13.087 13.596,17.844 13.61,25.842 "/> </svg> ');
}
.green.icon-erp-store-sector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%2339b563" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%232f8c51" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%2321663c" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.green.icon-erp-store-sector.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%23CCCCCC" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%23999999" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%23676767" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.green.icon-erp-store-rack{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232f8c51" points="17.573,24.556 2.386,15.523 2.44,17.606 17.563,26.313 "/> <polygon fill="%2321663c" points="24.985,19.397 17.573,24.556 17.563,26.313 24.806,21.182 "/> <polygon fill="%2339b563" points="9.48,11.436 2.386,15.523 17.573,24.556 24.985,19.397 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg> ');
}
.green.icon-erp-store-rack.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.4332" y1="18.8104" x2="21.3841" y2="18.8104"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="21.358,22.594 6.433,13.334 6.528,15.344 21.384,24.287 "/> <polygon fill="%23676767" points="28.45,17.889 21.358,22.594 21.384,24.287 28.313,19.603 "/> <polygon fill="%23CCCCCC" points="13.238,9.651 6.433,13.334 21.358,22.594 28.45,17.889 "/> <linearGradient id="SVGID_00000036245205766875217590000016668992553142434965_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_00000036245205766875217590000016668992553142434965_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg>');
}
.green.icon-erp-store-rack2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232f8c51" points="15.07,24.422 15.07,24.419 15.078,25.325 14.616,25.644 15.089,25.985 15.07,24.422 "/> <polyline fill="%232f8c51" points="14.395,21.432 15.042,21.864 15.034,21.145 5.145,14.609 5.213,15.287 5.216,15.287 5.728,15.633 6.053,18.91 5.615,19.152 5.618,19.18 12.738,24.295 12.677,22.533 14.395,21.432 "/> <polygon fill="%232f8c51" points="12.386,15.397 12.386,15.394 9.756,16.837 15.059,20.278 17.669,18.623 "/> <polyline fill="%23676767" points="15.045,21.991 15.042,21.867 13.327,22.984 13.426,26.47 14.616,25.644 15.078,25.325 15.07,24.419 15.07,24.345 15.045,21.991 "/> <polyline fill="%23676767" points="21.011,20.873 21.011,20.876 20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 21.011,20.873 "/> <polyline fill="%23676767" points="17.669,18.623 19.475,17.481 12.311,13.285 12.386,15.394 12.386,15.397 17.669,18.623 "/> <polygon fill="%23676767" points="5.615,19.152 6.053,18.91 5.728,15.633 4.043,16.509 4.423,19.818 "/> <polyline fill="%23CCCCCC" points="15.042,21.867 15.042,21.864 14.395,21.432 12.677,22.533 13.327,22.984 15.042,21.867 "/> <polyline fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 15.001,7.847 "/> <polygon fill="%23CCCCCC" points="5.216,15.287 5.213,15.287 3.531,16.157 4.043,16.509 5.728,15.633 "/> <polyline fill="%2321663c" points="20.128,17.866 20.125,17.866 15.034,21.145 15.042,21.864 15.045,21.867 15.045,21.991 15.07,24.345 15.07,24.422 15.089,25.985 19.219,23.086 19.946,22.577 20.034,20.275 20.034,20.275 20.128,17.866 "/> <polygon fill="%2321663c" points="12.311,13.285 10.712,12.349 6.323,14.609 9.756,16.837 12.386,15.394 "/> <polyline fill="%23999999" points="9.467,12.412 10.189,12.046 10.189,12.043 10.191,12.046 10.712,12.349 12.311,13.285 19.475,17.481 20.125,17.866 20.128,17.864 20.128,17.866 20.034,20.275 20.034,20.275 20.034,20.275 19.946,22.577 19.219,23.086 20.849,24.146 21.011,20.876 21.009,20.873 21.011,20.873 21.185,17.368 9.357,10.601 9.467,12.412 "/> <polyline fill="%23999999" points="20.962,17.324 20.97,17.318 20.973,17.321 20.965,17.324 20.962,17.324 "/> <polyline fill="%23999999" points="13.327,22.984 12.677,22.533 12.738,24.295 12.799,26.008 13.426,26.47 13.327,22.984 "/> <polygon fill="%23999999" points="4.043,16.509 3.531,16.157 3.928,19.449 4.423,19.818 "/> <path fill="%2339b563" d="M10.189,12.046l-0.721,0.366l-4.323,2.197l9.89,6.536l5.091-3.279l-0.65-0.385l-1.806,1.143l-2.61,1.655 l-5.303-3.442l-3.433-2.227l4.389-2.26l-0.52-0.303H10.189z"/> </svg> ');
}
.green.icon-erp-store-rack2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.503,19.014 19.503,18.954 17.964,19.956 17.903,23.364 18.748,22.778 18.894,22.676 19.39,22.335 19.503,19.014 "/> <polyline fill="%23676767" points="9.737,16.845 9.85,16.782 10.321,16.52 10.144,13.326 8.614,14.125 8.845,17.346 9.737,16.845 "/> <polygon fill="%23676767" points="20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 "/> <polyline fill="%23CCCCCC" points="19.503,18.954 19.503,18.951 18.85,18.563 17.314,19.554 17.964,19.956 19.503,18.954 "/> <polyline fill="%23CCCCCC" points="9.627,13.012 9.508,13.073 8.102,13.8 8.614,14.125 10.144,13.326 9.627,13.012 9.63,13.073 9.627,13.012 "/> <polygon fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 "/> <path fill="%2321663c" d="M19.503,18.951l0.003,0.003l-0.003,0.061l-0.113,3.32l-0.022,0.65l0.578-0.407l0.182-4.713l-0.6,0.385 L19.503,18.951z"/> <polyline fill="%23999999" points="9.85,16.782 9.737,16.845 9.743,16.916 17.286,21.828 17.275,22.946 17.903,23.364 17.964,19.956 17.314,19.554 17.289,21.635 9.853,16.812 9.85,16.782 "/> <polyline fill="%23999999" points="8.845,17.346 8.614,14.125 8.102,13.8 8.338,17.016 8.845,17.346 "/> <polygon fill="%23999999" points="9.508,13.073 9.627,13.012 9.627,13.012 9.588,12.352 10.189,12.043 20.128,17.864 19.946,22.577 19.368,22.984 18.894,22.676 18.748,22.778 20.849,24.146 21.185,17.368 9.357,10.601 "/> <path fill="%232f8c51" d="M9.588,12.352l0.039,0.661l0.518,0.314l0.176,3.194L9.85,16.782l0.003,0.03l7.436,4.824l0.025-2.081 l1.536-0.991l0.653,0.388l0.025-0.702L9.588,12.352 M18.894,22.676l0.474,0.308l0.022-0.65L18.894,22.676z"/> <path fill="%2339b563" d="M10.189,12.043l-0.6,0.308l9.939,5.897l0.6-0.385L10.189,12.043z"/> </svg>');
}
.green.icon-erp-store-trolley{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.165,15.344 15.771,13.561 5.127,19.187 12.52,23.921 12.413,19.144 "/> <polyline fill="%23676767" points="15.771,13.462 15.779,13.148 15.786,9.12 4.685,14.538 5.034,19.13 5.127,19.187 15.771,13.561 15.771,13.462 "/> <polygon fill="%23676767" points="20.106,15.729 20.078,15.75 13.255,19.643 13.326,24.192 13.333,24.356 13.326,24.356 13.347,25.361 23.464,19.051 23.479,19.044 24.726,18.267 24.791,17.312 24.791,17.312 25.097,12.891 24.199,13.397 24.192,13.397 "/> <polyline fill="%23999999" points="15.786,9.112 15.786,9.12 15.779,13.148 15.779,13.454 15.771,13.462 15.771,13.561 19.165,15.344 23.543,12.877 19.536,10.931 19.529,10.931 15.786,9.112 "/> <polygon fill="%23999999" points="4.685,14.538 3.972,14.11 4.414,19.565 12.549,24.841 13.347,25.361 13.326,24.356 13.326,24.192 13.255,19.643 12.413,19.144 12.52,23.921 5.127,19.187 5.034,19.13 "/> <polyline fill="%23CCCCCC" points="17.411,9.205 15.786,8.421 3.972,14.11 4.685,14.538 15.786,9.12 15.786,9.112 19.529,10.931 19.536,10.931 23.543,12.877 19.165,15.344 12.413,19.144 13.255,19.643 20.078,15.75 20.078,15.715 20.106,15.729 24.192,13.397 25.083,12.884 17.411,9.205 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.95,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.917,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.12,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.12,16.221"/> </svg> ');
}
.green.icon-erp-store-trolley.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.167,14.344 15.774,12.562 5.129,18.187 12.522,22.921 12.415,18.144 "/> <polyline fill="%23676767" points="15.774,12.462 15.781,12.148 15.788,8.12 4.687,13.538 5.036,18.13 5.129,18.187 15.774,12.562 15.774,12.462 "/> <polygon fill="%23676767" points="20.108,14.729 20.08,14.751 13.257,18.643 13.328,23.192 13.335,23.356 13.328,23.356 13.349,24.361 23.467,18.052 23.481,18.045 24.729,17.267 24.793,16.312 24.793,16.312 25.099,11.892 24.201,12.398 24.194,12.398 "/> <polyline fill="%23999999" points="15.788,8.113 15.788,8.12 15.781,12.148 15.781,12.455 15.774,12.462 15.774,12.562 19.167,14.344 23.545,11.877 19.538,9.931 19.531,9.931 15.788,8.113 "/> <polygon fill="%23999999" points="3.974,13.111 4.416,18.565 12.551,23.841 13.349,24.361 13.328,23.356 13.328,23.192 13.257,18.643 "/> <polyline fill="%23CCCCCC" points="17.413,8.205 15.788,7.421 3.974,13.111 13.257,18.643 20.108,14.729 24.194,12.398 25.085,11.884 17.413,8.205 "/> <path fill="%23676767" d="M19.276,20.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.483,21.022,19.414,20.758,19.276,20.554"/> <path fill="%23676767" d="M25.948,16.369c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,16.388,25.952,16.379,25.948,16.369"/> <path fill="%23999999" d="M19.062,20.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.741,20.188,18.92,20.236,19.062,20.34"/> <path fill="%23999999" d="M24.122,15.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,15.221"/> </svg> ');
}
.green.icon-erp-store-trolley2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.398,23.406 23.604,19.135 13.966,13.609 13.985,17.739 "/> <polygon fill="%23676767" points="28.015,16.278 23.604,19.135 23.398,23.406 27.706,20.474 "/> <polygon fill="%23CCCCCC" points="23.604,19.135 28.015,16.278 18.396,11.099 13.966,13.609 "/> <polyline fill="%23999999" points="14.378,5.78 16.317,6.782 19.483,8.421 19.174,23.147 21.567,24.655 22.264,7.297 11.915,2.127 12.14,18.904 14.407,20.272 14.378,5.78 "/> <polyline fill="%23676767" points="16.317,6.782 14.378,5.78 14.407,20.272 16.242,19.176 16.317,6.782 "/> <polyline fill="%23676767" points="24.25,6.201 22.264,7.297 21.567,24.655 23.501,23.366 24.25,6.201 "/> <polyline fill="%23CCCCCC" points="22.264,7.297 24.25,6.201 13.901,1.181 11.915,2.127 22.264,7.297 "/> <polyline fill="%2339b563" points="22.079,12.247 19.419,10.87 6.553,18.133 13.746,17.149 23.982,11.118 "/> <polygon fill="%2339b563" points="11.981,6.898 3.678,11.118 1.542,14.939 14.378,8.134 "/> <polyline fill="%2321663c" points="13.746,17.149 13.765,19.603 23.861,13.478 23.982,11.118 13.746,17.149 "/> <polygon fill="%2321663c" points="16.275,9.423 16.293,7.128 1.542,14.939 1.72,17.365 "/> <polygon fill="%232f8c51" points="13.765,19.603 13.746,17.149 6.553,18.133 6.665,20.605 "/> </svg>');
}
.green.icon-erp-store-trolley2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.585,23.406 23.791,19.135 14.154,13.609 14.173,17.739 "/> <polygon fill="%23676767" points="28.202,16.278 23.791,19.135 23.585,23.406 27.893,20.474 "/> <polygon fill="%23CCCCCC" points="23.791,19.135 28.202,16.278 18.584,11.099 14.154,13.609 "/> <polyline fill="%2339b563" points="7.261,28.735 14.032,27.695 23.688,21.289 21.188,19.828 7.261,28.735 "/> <polyline fill="%2339b563" points="16.43,17.028 14.163,15.698 4.517,21.289 2.531,25.354 16.43,17.028 "/> <polyline fill="%2321663c" points="14.032,27.695 14.042,29.868 23.585,23.406 23.688,21.289 14.032,27.695 "/> <polyline fill="%2321663c" points="16.411,19.088 16.43,17.028 2.531,25.354 2.69,27.508 16.411,19.088 "/> <polyline fill="%232f8c51" points="7.261,28.735 7.364,30.926 14.042,29.868 14.032,27.695 7.261,28.735 "/> <polyline fill="%23999999" points="14.566,5.78 16.505,6.782 19.67,8.421 19.361,20.999 21.862,22.507 22.452,7.297 12.103,2.127 12.328,16.756 14.594,18.123 14.566,5.78 "/> <polyline fill="%23676767" points="16.505,6.782 14.566,5.78 14.594,18.123 16.43,17.028 16.505,6.782 "/> <polyline fill="%23676767" points="24.437,6.201 22.452,7.297 21.862,22.507 23.688,21.289 24.437,6.201 "/> <polyline fill="%23CCCCCC" points="22.452,7.297 24.437,6.201 14.088,1.181 12.103,2.127 22.452,7.297 "/> </svg> ');
}
.green.icon-erp-store-position{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2339b563" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%232f8c51" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%2321663c" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> <polygon fill="%23CCCCCC" points="12.218,10.321 4.996,13.609 12.129,17.755 19.263,13.887 "/> <polygon fill="%23999999" points="5.065,14.485 4.996,13.609 12.129,17.755 12.129,18.66 "/> </svg> ');
}
.green.icon-erp-store-shelf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2339b563" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%232f8c51" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%2321663c" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.green.icon-erp-store-shelf.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23999999" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23676767" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.green.icon-erp-store-alarm{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000057848574557793657180000007267024614471483550_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000057848574557793657180000007267024614471483550_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000075870873425977862090000005357458486843867823_" gradientUnits="userSpaceOnUse" x1="20.7367" y1="11.8606" x2="11.8731" y2="11.8606"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_00000075870873425977862090000005357458486843867823_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%23FF0000" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.green.icon-erp-store-load{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2321663c" points="21.703,12.028 21.739,11.316 21.839,9.02 13.568,13.298 13.625,18.403 20.006,14.809 20.013,14.809 21.625,13.904 21.703,12.028 "/> <polyline fill="%23B6B6B6" points="6.189,18.467 4.941,19.13 12.427,23.921 12.392,22.345 6.189,18.467 "/> <polyline fill="%23676767" points="24.106,13.397 24.092,13.39 13.162,19.643 13.254,25.361 23.386,19.037 23.386,19.044 24.633,18.267 24.698,17.312 24.997,12.884 24.106,13.397 "/> <polyline fill="%23676767" points="21.703,12.028 21.625,13.904 23.45,12.877 21.703,12.028 "/> <polyline fill="%23676767" points="5.882,13.904 4.592,14.538 4.941,19.13 6.189,18.467 6.189,18.467 5.882,13.904 "/> <polyline fill="%23999999" points="4.592,14.538 3.879,14.11 4.321,19.565 12.449,24.841 13.254,25.361 13.162,19.643 12.32,19.144 12.392,22.345 12.427,23.921 4.941,19.13 4.592,14.538 "/> <polyline fill="%23CCCCCC" points="21.739,11.316 21.703,12.028 23.45,12.877 21.625,13.904 20.013,14.809 20.006,14.809 13.625,18.403 12.32,19.144 13.162,19.643 24.092,13.39 24.99,12.877 21.739,11.316 "/> <polyline fill="%23CCCCCC" points="5.879,14.11 6.592,14.538 7.882,13.904 7.832,13.169 5.879,14.11 "/> <path fill="%232f8c51" d="M5.832,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.561,9.02 L5.832,13.169z"/> <polygon fill="%2339b563" points="5.561,9.02 13.568,13.298 21.839,9.02 13.818,5.341 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.951,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.918,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.121,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.121,16.221"/> <polygon fill="%23CCCCCC" points="3.879,14.11 4.592,14.538 5.882,13.904 5.832,13.169 "/> </svg>');
}
.green.icon-erp-store-unload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23494949" points="21.289,18.614 28.151,14.4 22.498,11.35 19.06,16.371 "/> <polygon fill="%23CCCCCC" points="24.294,8.412 24.308,8.398 27.228,5.534 23.917,3.972 17.756,1.08 6.305,11.346 7.002,11.785 17.77,2.07 25.639,5.847 23.45,7.98 14.564,16.629 15.387,17.159 "/> <polyline fill="%23999999" points="7.002,11.785 6.305,11.346 8.584,15.514 9.428,16.078 16.571,20.867 17.366,21.396 15.387,17.159 14.564,16.629 16.251,20.19 8.898,15.305 7.002,11.785 "/> <polygon fill="%23999999" points="19.108,5.771 23.45,7.98 25.639,5.847 17.77,2.07 "/> <polygon fill="%23B6B6B6" points="23.45,7.98 19.108,5.771 8.898,15.305 16.251,20.19 14.564,16.629 "/> <polyline fill="%23676767" points="24.308,8.398 24.308,8.412 24.294,8.412 15.387,17.159 17.366,21.396 19.917,18.797 25.945,12.649 28.204,10.343 28.455,10.092 28.259,9.381 27.228,5.534 24.308,8.398 "/> <polygon fill="%23676767" points="7.002,11.785 8.898,15.305 19.108,5.771 17.77,2.07 "/> <g> <g> <path fill="%2321663c" d="M7.002,31.952l5.851-4.433l0.842-7.181l-6.693,3.812V31.952z"/> <path fill="%232f8c51" d="M1.151,27.52l5.851,4.433v-7.802l-6.693-3.812L1.151,27.52z"/> <path fill="%2339b563" d="M7.002,17.413l-6.693,2.926l6.693,3.812l6.693-3.812L7.002,17.413z"/> </g> </g> <path fill="%23676767" d="M23.008,17.502c0.138,0.204,0.207,0.468,0.207,0.791c0.005,0.509-0.14,1.055-0.435,1.64 c-0.266,0.528-0.597,0.982-0.991,1.362c-0.523,0.499-1.012,0.758-1.469,0.777c-0.285,0.014-0.509-0.074-0.67-0.264 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.214-0.01,0.392,0.038,0.535,0.143c0.076,0.048,0.143,0.114,0.2,0.2 C22.998,17.492,23.003,17.497,23.008,17.502"/> <path fill="%23676767" d="M29.679,13.317c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C29.689,13.336,29.684,13.327,29.679,13.317"/> <path fill="%23999999" d="M22.794,17.288c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C22.473,17.136,22.651,17.184,22.794,17.288"/> <path fill="%23999999" d="M27.854,12.169c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L27.854,12.169"/> </svg> ');
}
.green.icon-erp-store-alarm.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.green.icon-shark{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.575,23.266 15.594,26.528 28.928,17.352 29.159,14.238 15.575,23.266 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4.2464" y1="21.0989" x2="15.5939" y2="21.0989"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.246,15.67l0.213,3.133c0.542,2.341,2.008,4.192,4.399,5.554c1.768,1.01,4.014,1.734,6.736,2.172 l-0.018-3.262c-2.741-0.419-5.008-1.118-6.801-2.098c-1.464-0.798-2.592-1.77-3.382-2.915C4.853,17.473,4.471,16.612,4.246,15.67"/> <path fill="%23CCCCCC" d="M4.246,15.67c0.225,0.942,0.607,1.803,1.146,2.583c0.79,1.145,1.918,2.117,3.382,2.915 c1.793,0.98,4.06,1.679,6.801,2.098l13.584-9.028L17.83,7.982L4.246,15.67"/> <polygon fill="%2321663c" points="29.233,13.267 29.353,11.65 17.128,19.533 17.119,21.233 "/> <polygon fill="%232f8c51" points="5.614,12.214 5.706,13.831 17.119,21.233 17.128,19.533 "/> <polygon fill="%2339b563" points="5.614,12.214 17.128,19.533 29.353,11.65 17.858,5.505 "/> <path fill="%23676767" d="M22.811,22.693c0.004,0.001,0.007,0.003,0.009,0.005c0.105,0.068,0.233,0.109,0.383,0.125 c0.499,0.055,1.001-0.166,1.506-0.665c0.456-0.456,0.795-0.899,1.016-1.331c0.246-0.487,0.388-1.029,0.425-1.626 c0.025-0.481-0.08-0.812-0.314-0.993c-0.04-0.033-0.085-0.06-0.134-0.083c-0.088-0.041-0.188-0.067-0.3-0.079 c-0.106-0.012-0.212-0.012-0.319,0c-0.393,0.05-0.789,0.272-1.187,0.665c-0.456,0.456-0.795,0.899-1.016,1.331 c-0.246,0.487-0.388,1.029-0.425,1.626c-0.01,0.201,0.002,0.375,0.037,0.522C22.546,22.419,22.652,22.587,22.811,22.693"/> <linearGradient id="SVGID_00000101814739646613253090000000792836742631895474_" gradientUnits="userSpaceOnUse" x1="23.5645" y1="17.4081" x2="23.5645" y2="22.6929"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="0.3869" style="stop-color:%23CCCCCC"/> <stop offset="0.9322" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000101814739646613253090000000792836742631895474_)" d="M21.845,19.394 c-0.246,0.481-0.385,1.023-0.416,1.626c-0.029,0.565,0.117,0.927,0.439,1.086l0.943,0.587c-0.159-0.106-0.265-0.274-0.319-0.504 c-0.035-0.147-0.047-0.321-0.037-0.522c0.037-0.598,0.179-1.14,0.425-1.626c0.222-0.431,0.561-0.875,1.016-1.331 c0.398-0.393,0.794-0.615,1.187-0.665c0.107-0.012,0.213-0.012,0.319,0c0.112,0.012,0.213,0.038,0.3,0.079l-0.956-0.587 c-0.004-0.002-0.008-0.005-0.014-0.009c-0.099-0.058-0.217-0.095-0.356-0.111c-0.493-0.055-0.995,0.163-1.506,0.656 C22.409,18.522,22.067,18.963,21.845,19.394"/> </svg> ');
}
.green.icon-hulk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="17.056,24.466 31.724,14.71 19.625,8.186 4.918,16.509 17.056,24.466 "/> <polyline fill="%23676767" points="31.437,18.011 31.724,14.71 17.056,24.466 17.036,27.925 31.437,18.011 "/> <polyline fill="%2339b563" points="17.065,13.267 28.254,6.625 19.853,2.394 8.644,8.335 17.065,13.267 "/> <polyline fill="%232f8c51" points="17.026,21.165 17.065,13.267 8.644,8.335 8.931,16.015 17.026,21.165 "/> <polyline fill="%2321663c" points="17.065,13.267 17.026,21.165 27.78,14.216 28.254,6.625 17.065,13.267 "/> <path fill="%2321663c" d="M13.725,26.67l0.049,3.499l3.262-2.244l0.02-3.459L13.725,26.67z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="1.6163" y1="24.2731" x2="13.774" y2="24.2731"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M2.807,21.199c-0.569-0.852-0.966-1.793-1.191-2.822l0.267,3.371c0.54,2.55,2.089,4.567,4.646,6.049 c1.898,1.114,4.313,1.904,7.245,2.372l-0.049-3.499c-2.959-0.461-5.4-1.226-7.324-2.293C4.837,23.505,3.639,22.446,2.807,21.199z"/> <path fill="%2339b563" d="M1.616,18.377c0.225,1.029,0.622,1.97,1.191,2.822c0.832,1.247,2.029,2.306,3.593,3.178 c1.924,1.067,4.366,1.832,7.324,2.293l3.331-2.204L4.918,16.509L1.616,18.377z"/> <path fill="%2300FF00" d="M0.45,3.521c0.49,1.993,1.818,3.626,3.983,4.898c0.454,0.269,0.945,0.521,1.473,0.756 c2.016,0.896,4.557,1.545,7.621,1.947l3.618-2.036L4.038,1.831L0.45,3.521z"/> <linearGradient id="SVGID_00000078036153945263662470000008414908070228577215_" gradientUnits="userSpaceOnUse" x1="0.45" y1="14.4976" x2="13.7147" y2="14.4976"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000078036153945263662470000008414908070228577215_)" d="M4.433,8.419C2.268,7.147,0.94,5.515,0.45,3.521 l1.077,13.7c0.554,2.524,2.165,4.517,4.833,5.98c1.931,1.054,4.382,1.812,7.354,2.273l-0.188-14.352 c-3.064-0.402-5.604-1.051-7.621-1.947C5.378,8.939,4.887,8.687,4.433,8.419z"/> <polygon fill="%23006600" points="17.145,9.086 13.527,11.122 13.715,25.474 17.056,23.28 "/> </svg>');
}
.green.icon-LED_pas{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.green.icon-QR_kod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232f8c51" points="2,2 9.636,2 9.636,4.545 4.545,4.545 4.545,9.636 2,9.636 "/> <polygon fill="%232f8c51" points="22.364,2 22.364,4.545 27.455,4.545 27.455,9.636 30,9.636 30,2 "/> <polygon fill="%232f8c51" points="30,22.364 27.455,22.364 27.455,27.455 22.364,27.455 22.364,30 30,30 "/> <polygon fill="%232f8c51" points="9.636,27.455 4.545,27.455 4.545,22.364 2,22.364 2,30 9.636,30 "/> <path fill="%232f8c51" d="M7.091,7.091v7.636h7.636V7.091H7.091z M12.182,12.182H9.636V9.636h2.545V12.182z"/> <path fill="%232f8c51" d="M17.273,7.091v7.636h7.636V7.091H17.273z M22.364,12.182h-2.545V9.636h2.545V12.182z"/> <rect x="17.273" y="17.273" fill="%232f8c51" width="2.545" height="2.545"/> <path fill="%232f8c51" d="M7.091,17.273v7.636h7.636v-7.636H7.091z M12.182,22.364H9.636v-2.545h2.545V22.364z"/> <rect x="17.273" y="22.364" fill="%232f8c51" width="2.545" height="2.545"/> <rect x="19.818" y="19.818" fill="%232f8c51" width="2.545" height="2.545"/> <rect x="22.364" y="19.818" fill="%232f8c51" width="2.545" height="2.545"/> <rect x="22.364" y="22.364" fill="%232f8c51" width="2.545" height="2.545"/> </svg> ');
}
.green.icon-QR_kod_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232f8c51" d="M2,2v8h8V2H2z M8,8H4V4l4,0.022V8z"/> <path fill="%232f8c51" d="M22,2v8h8V2H22z M28,8h-4V4l4,0.022V8z"/> <path fill="%232f8c51" d="M2,22v8h8v-8H2z M8,28H4v-4l4,0.022V28z"/> <path fill="%232f8c51" d="M22,22v8h8v-8H22z M28,28h-4v-4l4,0.022V28z"/> <rect x="2" y="13" fill="%232f8c51" width="3" height="3"/> <rect x="5" y="16" fill="%232f8c51" width="3" height="3"/> <rect x="2" y="19" fill="%232f8c51" width="3" height="3"/> <rect x="10" y="11" fill="%232f8c51" width="3" height="3"/> <rect x="7" y="11" fill="%232f8c51" width="3" height="3"/> <rect x="13" y="14" fill="%232f8c51" width="3" height="3"/> <rect x="16" y="14" fill="%232f8c51" width="3" height="3"/> <rect x="13" y="8" fill="%232f8c51" width="3" height="3"/> <rect x="16" y="8" fill="%232f8c51" width="3" height="3"/> <rect x="10" y="17" fill="%232f8c51" width="3" height="3"/> <rect x="16" y="20" fill="%232f8c51" width="3" height="3"/> <rect x="16" y="26" fill="%232f8c51" width="3" height="3"/> <rect x="13" y="2" fill="%232f8c51" width="3" height="3"/> <rect x="13" y="23" fill="%232f8c51" width="3" height="3"/> <rect x="22" y="14" fill="%232f8c51" width="3" height="3"/> <rect x="25" y="14" fill="%232f8c51" width="3" height="3"/> <rect x="19" y="17" fill="%232f8c51" width="3" height="3"/> </svg>');
}
.green.icon-BAR_code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232f8c51" points="5,6 5,6.143 5,26 3,26 3,6 "/> <polyline fill="%232f8c51" points="9,6 9,6.143 9,26 7,26 7,6 "/> <polyline fill="%232f8c51" points="22,6 22,6.143 22,26 20,26 20,6 "/> <polyline fill="%232f8c51" points="18,6 18,6.143 18,26 11,26 11,6 "/> <polyline fill="%232f8c51" points="29,6 29,6.143 29,26 24,26 24,6 "/> </svg>');
}
.lightGreen.icon-erp-product{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%2300b200" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2300e500" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightGreen.icon-erp-product-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23009900" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%2300b200" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightGreen.icon-erp-product-param{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300b200" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <polygon fill="%2300e500" points="7.961,10.322 8.773,9.967 17.325,14.872 16.642,15.267 "/> <polygon fill="%23009900" points="17.325,19.962 16.641,20.33 16.642,15.267 17.325,14.872 "/> <polygon fill="%23676767" points="16.642,25.385 17.325,24.868 17.325,19.962 16.641,20.33 "/> </svg> ');
}
.lightGreen.icon-erp-product-composition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M26.679,19.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,19.012"/> <polyline fill="%23676767" points="22.351,15.458 22.339,15.453 16.53,18.758 16.53,18.819 16.53,25.726 16.536,25.733 20.332,23.218 22.019,22.102 22.127,19.952 22.351,15.458 "/> <polygon fill="%23676767" points="21.437,9.997 21.514,8.171 16.534,10.596 16.537,12.492 16.537,12.499 18.417,13.456 18.44,13.411 18.44,11.524 "/> <polyline fill="%23999999" points="16.53,18.819 10.692,15.466 10.943,19.954 11.011,22.069 12.722,23.202 16.53,25.726 16.53,18.819 "/> <polyline fill="%23999999" points="8.756,14.356 8.758,14.356 8.756,14.354 8.756,14.356 "/> <polyline fill="%23999999" points="16.53,12.495 16.537,12.492 16.534,10.596 11.555,8.173 11.635,10.001 14.624,11.524 14.624,13.465 16.53,12.495 "/> <polygon fill="%23999999" points="22.339,15.453 22.351,15.458 22.127,19.952 22.184,19.954 23.819,20.866 24.261,14.358 18.44,11.524 18.44,13.411 18.417,13.456 "/> <polyline fill="%23CCCCCC" points="16.537,6.013 11.555,8.173 16.534,10.596 21.514,8.171 16.537,6.013 "/> <polyline fill="%23CCCCCC" points="16.537,12.499 16.53,12.495 14.624,13.465 10.692,15.466 16.53,18.819 16.53,18.758 22.339,15.453 18.417,13.456 16.537,12.499 "/> <polygon fill="%23CCCCCC" points="23.41,8.994 21.437,9.997 18.44,11.524 24.261,14.358 29.239,11.522 "/> <path fill="%2300b200" d="M8.756,14.356v-0.002l-4.933-2.832l0.733,6.275l1.835,1.213l2.82,1.868L8.756,14.356z"/> <path fill="%23009900" d="M8.758,14.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002v-1.941L8.758,14.356z"/> <path fill="%2300e500" d="M11.635,10.001L9.66,8.994l-5.837,2.528l4.933,2.832l0.002,0.002l5.866-2.832L11.635,10.001z"/> </svg> ');
}
.lightGreen.icon-erp-product-assembly{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300e500" d="M3.788,11.476l-0.005-0.054l0.038,0.023l1.124-1.056L6.589,6.75l-4.609,4.426L0,15.038L3.788,11.476 M11.751,12.737l-0.024,0.089l0.028-0.014L11.751,12.737z"/> <polyline fill="%23676767" points="8.738,14.267 8.738,14.269 8.738,14.269 8.738,14.267 "/> <polyline fill="%23676767" points="16.547,18.691 16.547,18.752 16.547,25.689 16.551,25.694 16.551,25.696 20.366,23.171 22.061,22.048 22.169,19.889 22.395,15.375 22.381,15.368 16.547,18.691 "/> <polyline fill="%23676767" points="21.553,8.056 21.552,8.056 16.549,10.49 16.551,10.492 16.554,12.394 16.554,12.401 18.443,13.363 18.465,13.319 18.465,11.424 18.464,11.422 21.477,9.89 21.553,8.056 "/> <path fill="%23676767" d="M28.581,17.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,17.726"/> <polyline fill="%23999999" points="10.682,15.384 10.703,15.779 10.794,17.395 10.932,19.889 10.934,19.89 10.932,19.89 11.002,22.017 11.001,22.017 12.719,23.155 16.547,25.689 16.547,18.752 10.682,15.384 "/> <polyline fill="%23999999" points="8.738,14.267 8.738,14.267 8.738,14.269 8.75,14.274 8.74,14.267 8.738,14.267 "/> <polyline fill="%23999999" points="16.551,10.492 16.549,10.49 11.55,8.056 11.55,8.061 11.63,9.894 11.627,9.894 11.69,11.27 12.064,11.604 11.751,12.737 11.754,12.812 11.812,14.09 12.483,14.466 16.547,12.398 16.554,12.394 16.551,10.492 "/> <polygon fill="%23999999" points="18.465,13.319 18.443,13.363 22.381,15.368 22.395,15.375 22.169,19.889 22.227,19.892 23.867,20.808 24.313,14.269 18.465,11.424 "/> <polyline fill="%23CCCCCC" points="9.194,20.821 9.199,20.824 9.194,20.828 9.194,20.821 "/> <polyline fill="%23CCCCCC" points="11.55,8.056 16.549,10.49 21.552,8.056 16.554,5.887 11.55,8.056 "/> <polyline fill="%23CCCCCC" points="16.554,12.401 16.547,12.398 12.483,14.466 11.078,15.181 10.707,15.37 10.682,15.384 16.547,18.752 16.547,18.691 22.381,15.368 18.443,13.363 16.554,12.401 "/> <polygon fill="%23CCCCCC" points="18.464,11.422 18.465,11.424 24.313,14.269 29.314,11.422 23.456,8.881 21.477,9.89 "/> <path fill="%2300b200" d="M10.707,15.37l0.024-0.028l-5.786-4.954l-1.124,1.056l-0.038-0.023l0.005,0.054L0,15.038l5.47,4.372h0.002 l0.46,0.367l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,15.37 M8.738,14.269v-0.002l0,0H8.74l0.01,0.007 L8.738,14.269L8.738,14.269z"/> <path fill="%23009900" d="M11.726,12.826l0.024-0.089l0.313-1.133L11.69,11.27L6.589,6.75l-1.644,3.639l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,12.826z"/> </svg>');
}
.lightGreen.icon-erp-product-component{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M16.642,16.055l6.355,3.659l-6.355,4.814l-6.355-4.814L16.642,16.055 M16.642,15.267l-7.589,4.369 l7.589,5.749l7.589-5.749L16.642,15.267L16.642,15.267z"/> <path fill="%23676767" d="M15.959,7.572v7.3l-6.348,3.655l-0.913-7.781L15.959,7.572 M16.642,6.528l-8.681,3.794l1.092,9.314 l7.589-4.369V6.528L16.642,6.528z"/> <path fill="%2300b200" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <path fill="%23999999" d="M17.325,7.572l7.261,3.174l-0.913,7.781l-6.348-3.655V7.572 M16.642,6.528v8.739l7.589,4.369l1.092-9.314 L16.642,6.528L16.642,6.528z"/> <path fill="%23CCCCCC" d="M16.642,7.273l7.159,3.129l-7.159,4.078l-7.16-4.078L16.642,7.273 M16.642,6.528l-8.681,3.794l8.681,4.944 l8.681-4.944L16.642,6.528L16.642,6.528z"/> <path fill="%23676767" d="M24.487,11.585l-0.901,7.683l-6.261,4.743v-8.347L24.487,11.585 M25.323,10.322l-8.681,4.944v10.118 l7.589-5.749L25.323,10.322L25.323,10.322z"/> </svg> ');
}
.lightGreen.icon-erp-product-tool{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M7.874,5.998c-0.278,0.128-0.418,0.295-0.418,0.5c0,0.02,0,0.039,0,0.058C7.46,6.578,7.465,6.6,7.47,6.622 c0.064,0.25,0.272,0.423,0.624,0.519C8.408,7.224,8.7,7.256,8.969,7.237c0.275-0.019,0.557-0.096,0.845-0.231 c0.247-0.114,0.385-0.258,0.413-0.432c0.01-0.06,0.007-0.124-0.01-0.192c-0.064-0.25-0.272-0.423-0.624-0.519 C9.279,5.78,8.988,5.748,8.719,5.767C8.444,5.786,8.162,5.863,7.874,5.998z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.4556" y1="13.9832" x2="10.8288" y2="13.9832"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M7.47,6.622C7.465,6.6,7.46,6.578,7.456,6.555l0.663,14.021c-0.002,0.036-0.001,0.073,0.005,0.11 c0.038,0.256,0.237,0.448,0.596,0.576c0.314,0.115,0.596,0.163,0.845,0.144c0.263-0.019,0.535-0.109,0.817-0.269 c0.333-0.192,0.48-0.416,0.442-0.672c-0.001-0.006-0.002-0.013-0.005-0.019L10.227,6.574c-0.029,0.174-0.166,0.318-0.413,0.432 c-0.288,0.134-0.57,0.211-0.845,0.231C8.7,7.256,8.408,7.224,8.094,7.141C7.742,7.045,7.534,6.872,7.47,6.622z"/> <polyline fill="%2300e500" points="3.771,3.768 6.5,3.307 10.515,5.372 13.859,3.816 9.833,1.837 7.057,2.337 3.771,3.768 "/> <polyline fill="%2300b200" points="3.771,3.768 3.896,5.67 10.66,9.33 10.515,5.372 6.5,3.307 3.771,3.768 "/> <polyline fill="%23009900" points="10.66,9.33 13.935,7.716 13.859,3.816 10.515,5.372 10.66,9.33 "/> <path fill="%23CCCCCC" d="M15.569,14.827c0.09,0.263,0.33,0.458,0.721,0.586c0.346,0.109,0.656,0.157,0.932,0.144 c0.295-0.019,0.592-0.115,0.893-0.288c0.245-0.138,0.388-0.291,0.428-0.461c0.02-0.083,0.015-0.169-0.014-0.259 c-0.09-0.263-0.33-0.458-0.721-0.586c-0.352-0.109-0.663-0.157-0.932-0.144c-0.295,0.019-0.596,0.112-0.903,0.279 c-0.238,0.136-0.377,0.288-0.418,0.456c-0.017,0.073-0.017,0.149,0,0.226C15.559,14.795,15.564,14.811,15.569,14.827"/> <linearGradient id="SVGID_00000056417952209318299690000012660810451522833548_" gradientUnits="userSpaceOnUse" x1="15.5543" y1="20.5339" x2="18.542" y2="20.5339"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000056417952209318299690000012660810451522833548_)" d="M16.289,15.413 c-0.391-0.128-0.631-0.323-0.721-0.586c-0.005-0.016-0.01-0.032-0.014-0.048l0.072,10.505c-0.009,0.064-0.006,0.13,0.01,0.197 c0.058,0.263,0.282,0.471,0.672,0.624c0.339,0.134,0.64,0.195,0.903,0.183c0.282-0.019,0.573-0.122,0.874-0.307 c0.327-0.208,0.475-0.439,0.442-0.692l0.014-10.481c-0.04,0.17-0.182,0.323-0.428,0.461c-0.301,0.173-0.599,0.269-0.893,0.288 C16.946,15.569,16.635,15.521,16.289,15.413"/> <path fill="%2300e500" d="M16.284,13.044l-0.01,0.005l0.764,1.321l1.633,0.922l1.624-0.922l-1.643-0.903l-1.614-2.786l-1.633,0.865 l0.831,1.441C16.253,13.007,16.269,13.026,16.284,13.044"/> <path fill="%2300e500" d="M18.72,8.125l1.672-0.874c-0.608-0.82-1.291-1.435-2.046-1.845c-0.73-0.397-1.412-0.548-2.046-0.452 c-0.226,0.033-0.435,0.094-0.624,0.183c-0.034,0.019-0.069,0.038-0.106,0.058L14.07,5.93c0.165-0.071,0.344-0.12,0.538-0.149 c0.112-0.016,0.226-0.024,0.341-0.024c0.536-0.002,1.104,0.163,1.705,0.495c0.472,0.262,0.915,0.601,1.331,1.018 c0.028,0.027,0.055,0.054,0.082,0.082C18.293,7.586,18.51,7.844,18.72,8.125"/> <polyline fill="%2300e500" points="24.561,8.433 23.437,9.038 25.925,10.287 27.039,9.662 24.561,8.433 "/> <path fill="%23CCCCCC" d="M26.497,19.198c0.012-0.046,0.015-0.092,0.01-0.139c-0.003-0.058-0.018-0.117-0.043-0.178 c-0.115-0.269-0.387-0.48-0.817-0.634c-0.384-0.128-0.714-0.186-0.99-0.173c-0.32,0.013-0.64,0.118-0.961,0.317 c-0.288,0.183-0.434,0.38-0.437,0.591c0,0.006,0,0.01,0,0.014c0.001,0.067,0.015,0.134,0.043,0.202 c0.115,0.275,0.387,0.487,0.817,0.634c0.378,0.134,0.708,0.195,0.99,0.183c0.32-0.013,0.64-0.118,0.961-0.317 C26.318,19.542,26.46,19.376,26.497,19.198"/> <path fill="%2300b200" d="M18.71,8.634l0.01-0.509c-0.209-0.281-0.427-0.539-0.653-0.773c-0.027-0.028-0.054-0.055-0.082-0.082 c-0.415-0.417-0.859-0.757-1.331-1.018c-0.601-0.332-1.169-0.497-1.705-0.495c-0.115,0-0.229,0.008-0.341,0.024 C14.414,5.81,14.235,5.859,14.07,5.93c-0.053,0.024-0.104,0.05-0.154,0.077c-0.32,0.176-0.579,0.443-0.778,0.802 c-0.359,0.647-0.474,1.515-0.346,2.603c0.192,1.595,0.797,3.074,1.816,4.438c1.217,1.633,2.571,2.27,4.064,1.912v-0.471 l-1.633-0.922l-0.764-1.321l-0.038-0.062l-0.831-1.441l-0.029-2.623c0.73-0.512,1.275-0.9,1.633-1.162l0.269,0.139L18.71,8.634"/> <polyline fill="%2300b200" points="23.437,9.038 22.735,12.208 23.85,15.542 23.735,18.808 24.916,19.471 25.041,16.185 26.386,14.12 25.925,10.287 23.437,9.038 "/> <linearGradient id="SVGID_00000062187702302965977700000005472116719410854811_" gradientUnits="userSpaceOnUse" x1="22.8919" y1="25.0149" x2="26.4966" y2="25.0149"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000062187702302965977700000005472116719410854811_)" d="M24.119,19.832 c-0.429-0.147-0.701-0.359-0.817-0.634c-0.028-0.068-0.042-0.135-0.043-0.202l-0.355,10.851c-0.002,0.012-0.004,0.023-0.005,0.034 c-0.014,0.082-0.007,0.165,0.019,0.25c0.083,0.269,0.336,0.493,0.759,0.672c0.365,0.16,0.685,0.237,0.961,0.231 c0.301-0.013,0.612-0.131,0.932-0.355c0.312-0.221,0.46-0.453,0.442-0.697l0.485-10.784c-0.036,0.178-0.179,0.345-0.428,0.5 c-0.32,0.199-0.64,0.304-0.961,0.317C24.827,20.027,24.497,19.966,24.119,19.832"/> <path fill="%23009900" d="M17.029,8.077l0.25-0.178L17.01,7.76c-0.359,0.263-0.903,0.65-1.633,1.162l0.029,2.623l1.633-0.865 L17.029,8.077"/> <polyline fill="%23009900" points="18.672,15.292 18.672,15.763 20.286,14.84 20.295,14.37 18.672,15.292 "/> <polyline fill="%23009900" points="18.72,8.125 18.71,8.634 20.391,7.76 20.391,7.251 18.72,8.125 "/> <polygon fill="%23009900" points="27.481,13.476 27.039,9.662 25.925,10.287 26.386,14.12 25.041,16.185 24.916,19.471 25.983,18.808 26.127,15.542 "/> </svg> ');
}
.lightGreen.icon-erp-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="6.958,10.321 15.602,6.808 15.641,15.266 "/> <polygon fill="%23606060" points="24.323,10.321 15.602,6.808 15.641,15.266 "/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.721-3.513L6.958,6.3l8.644,3.723L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%2300e500" points="21.4,10.076 18.223,8.774 20.825,8.848 18.609,7.956 16.051,7.883 13.021,6.641 10.711,6.521 13.883,7.821 10.269,7.718 12.292,8.605 16.056,8.712 19.35,10.063 "/> <polygon fill="%2300b200" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%23009900" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.lightGreen.icon-erp-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%2300e500" points="21.464,11.94 18.273,10.301 21.019,8.877 18.661,7.846 16.091,9.18 13.048,7.617 10.727,8.674 13.914,10.31 10.284,12.194 12.315,13.393 16.096,11.431 19.405,13.131 "/> <polygon fill="%2300b200" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%23009900" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.lightGreen.icon-erp-store{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> <polygon fill="%2300e500" points="2.155,8.616 0.562,9.422 6.664,13.102 8.175,12.15 "/> <polygon fill="%2300b200" points="0.562,9.422 1.701,19.189 7.441,23.356 6.664,13.102 "/> <polygon fill="%23999999" points="3.331,7.172 3.331,9.15 16.033,16.337 16.033,14.174 "/> <polygon fill="%23009900" points="8.175,12.15 8.886,22.181 7.441,23.356 6.664,13.102 "/> <polygon fill="%23676767" points="11.037,20.082 10.665,13.248 16.033,16.337 15.994,23.356 "/> <polygon fill="%2300e500" points="21.141,19.565 19.492,20.838 12.744,16.769 14.477,15.722 "/> <polygon fill="%2300b200" points="19.492,20.838 19.189,31.883 12.971,27.37 12.744,16.769 "/> <polygon fill="%23009900" points="21.141,19.565 20.769,30.425 19.189,31.883 19.492,20.838 "/> </svg>');
}
.lightGreen.icon-erp-store.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%23009900" d="M17.852,17.688l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.688z"/> <path fill="%2300b200" d="M3.809,11.365l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.365z"/> <path fill="%2300e500" d="M5.539,10.592l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.592z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> </svg>');
}
.lightGreen.icon-erp-store-room{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> <polygon fill="%2300e500" points="2.155,8.234 0.562,9.04 6.664,12.719 8.175,11.767 "/> <polygon fill="%2300b200" points="0.562,9.04 1.701,18.806 7.441,22.973 6.664,12.719 "/> <polygon fill="%23009900" points="8.175,11.767 8.886,21.799 7.441,22.973 6.664,12.719 "/> <polygon fill="%2300e500" points="21.141,19.182 19.492,20.455 12.744,16.386 14.477,15.339 "/> <polygon fill="%2300b200" points="19.492,20.455 19.189,31.5 12.971,26.987 12.744,16.386 "/> <polygon fill="%23009900" points="21.141,19.182 20.769,30.042 19.189,31.5 19.492,20.455 "/> <polygon fill="%23676767" points="8.886,12.215 8.175,11.767 8.644,18.9 9.026,19.173 "/> </svg> ');
}
.lightGreen.icon-erp-store-room.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%23009900" d="M17.852,17.422l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.422z"/> <path fill="%2300b200" d="M3.809,11.099l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.099z"/> <path fill="%2300e500" d="M5.539,10.326l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.326z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> </svg> ');
}
.lightGreen.icon-erp-store-building{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300b200" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%23009900" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%2300e500" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%23CCCCCC" points="5.87,20.191 5.092,11.956 14.378,17.649 14.47,26.47 "/> <polygon fill="%2300b200" points="1.6,19.825 5.87,20.191 5.092,11.956 0.351,11.687 "/> <polygon fill="%2300e500" points="14.378,17.649 17.725,21.926 17.725,31.575 14.47,26.47 "/> <polygon fill="%23676767" points="5.092,11.956 5.87,20.191 12.198,16.312 "/> </svg> ');
}
.lightGreen.icon-erp-store-building.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300b200" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%23009900" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%2300e500" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%23009900" points="6.594,20.732 5.938,13.087 13.596,17.844 13.61,25.842 "/> </svg> ');
}
.lightGreen.icon-erp-store-sector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%2300e500" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%2300b200" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%23009900" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.lightGreen.icon-erp-store-sector.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%23CCCCCC" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%23999999" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%23676767" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.lightGreen.icon-erp-store-rack{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300b200" points="17.573,24.556 2.386,15.523 2.44,17.606 17.563,26.313 "/> <polygon fill="%23009900" points="24.985,19.397 17.573,24.556 17.563,26.313 24.806,21.182 "/> <polygon fill="%2300e500" points="9.48,11.436 2.386,15.523 17.573,24.556 24.985,19.397 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg> ');
}
.lightGreen.icon-erp-store-rack.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.4332" y1="18.8104" x2="21.3841" y2="18.8104"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="21.358,22.594 6.433,13.334 6.528,15.344 21.384,24.287 "/> <polygon fill="%23676767" points="28.45,17.889 21.358,22.594 21.384,24.287 28.313,19.603 "/> <polygon fill="%23CCCCCC" points="13.238,9.651 6.433,13.334 21.358,22.594 28.45,17.889 "/> <linearGradient id="SVGID_00000036245205766875217590000016668992553142434965_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_00000036245205766875217590000016668992553142434965_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg>');
}
.lightGreen.icon-erp-store-rack2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300b200" points="15.07,24.422 15.07,24.419 15.078,25.325 14.616,25.644 15.089,25.985 15.07,24.422 "/> <polyline fill="%2300b200" points="14.395,21.432 15.042,21.864 15.034,21.145 5.145,14.609 5.213,15.287 5.216,15.287 5.728,15.633 6.053,18.91 5.615,19.152 5.618,19.18 12.738,24.295 12.677,22.533 14.395,21.432 "/> <polygon fill="%2300b200" points="12.386,15.397 12.386,15.394 9.756,16.837 15.059,20.278 17.669,18.623 "/> <polyline fill="%23676767" points="15.045,21.991 15.042,21.867 13.327,22.984 13.426,26.47 14.616,25.644 15.078,25.325 15.07,24.419 15.07,24.345 15.045,21.991 "/> <polyline fill="%23676767" points="21.011,20.873 21.011,20.876 20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 21.011,20.873 "/> <polyline fill="%23676767" points="17.669,18.623 19.475,17.481 12.311,13.285 12.386,15.394 12.386,15.397 17.669,18.623 "/> <polygon fill="%23676767" points="5.615,19.152 6.053,18.91 5.728,15.633 4.043,16.509 4.423,19.818 "/> <polyline fill="%23CCCCCC" points="15.042,21.867 15.042,21.864 14.395,21.432 12.677,22.533 13.327,22.984 15.042,21.867 "/> <polyline fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 15.001,7.847 "/> <polygon fill="%23CCCCCC" points="5.216,15.287 5.213,15.287 3.531,16.157 4.043,16.509 5.728,15.633 "/> <polyline fill="%23009900" points="20.128,17.866 20.125,17.866 15.034,21.145 15.042,21.864 15.045,21.867 15.045,21.991 15.07,24.345 15.07,24.422 15.089,25.985 19.219,23.086 19.946,22.577 20.034,20.275 20.034,20.275 20.128,17.866 "/> <polygon fill="%23009900" points="12.311,13.285 10.712,12.349 6.323,14.609 9.756,16.837 12.386,15.394 "/> <polyline fill="%23999999" points="9.467,12.412 10.189,12.046 10.189,12.043 10.191,12.046 10.712,12.349 12.311,13.285 19.475,17.481 20.125,17.866 20.128,17.864 20.128,17.866 20.034,20.275 20.034,20.275 20.034,20.275 19.946,22.577 19.219,23.086 20.849,24.146 21.011,20.876 21.009,20.873 21.011,20.873 21.185,17.368 9.357,10.601 9.467,12.412 "/> <polyline fill="%23999999" points="20.962,17.324 20.97,17.318 20.973,17.321 20.965,17.324 20.962,17.324 "/> <polyline fill="%23999999" points="13.327,22.984 12.677,22.533 12.738,24.295 12.799,26.008 13.426,26.47 13.327,22.984 "/> <polygon fill="%23999999" points="4.043,16.509 3.531,16.157 3.928,19.449 4.423,19.818 "/> <path fill="%2300e500" d="M10.189,12.046l-0.721,0.366l-4.323,2.197l9.89,6.536l5.091-3.279l-0.65-0.385l-1.806,1.143l-2.61,1.655 l-5.303-3.442l-3.433-2.227l4.389-2.26l-0.52-0.303H10.189z"/> </svg> ');
}
.lightGreen.icon-erp-store-rack2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.503,19.014 19.503,18.954 17.964,19.956 17.903,23.364 18.748,22.778 18.894,22.676 19.39,22.335 19.503,19.014 "/> <polyline fill="%23676767" points="9.737,16.845 9.85,16.782 10.321,16.52 10.144,13.326 8.614,14.125 8.845,17.346 9.737,16.845 "/> <polygon fill="%23676767" points="20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 "/> <polyline fill="%23CCCCCC" points="19.503,18.954 19.503,18.951 18.85,18.563 17.314,19.554 17.964,19.956 19.503,18.954 "/> <polyline fill="%23CCCCCC" points="9.627,13.012 9.508,13.073 8.102,13.8 8.614,14.125 10.144,13.326 9.627,13.012 9.63,13.073 9.627,13.012 "/> <polygon fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 "/> <path fill="%23009900" d="M19.503,18.951l0.003,0.003l-0.003,0.061l-0.113,3.32l-0.022,0.65l0.578-0.407l0.182-4.713l-0.6,0.385 L19.503,18.951z"/> <polyline fill="%23999999" points="9.85,16.782 9.737,16.845 9.743,16.916 17.286,21.828 17.275,22.946 17.903,23.364 17.964,19.956 17.314,19.554 17.289,21.635 9.853,16.812 9.85,16.782 "/> <polyline fill="%23999999" points="8.845,17.346 8.614,14.125 8.102,13.8 8.338,17.016 8.845,17.346 "/> <polygon fill="%23999999" points="9.508,13.073 9.627,13.012 9.627,13.012 9.588,12.352 10.189,12.043 20.128,17.864 19.946,22.577 19.368,22.984 18.894,22.676 18.748,22.778 20.849,24.146 21.185,17.368 9.357,10.601 "/> <path fill="%2300b200" d="M9.588,12.352l0.039,0.661l0.518,0.314l0.176,3.194L9.85,16.782l0.003,0.03l7.436,4.824l0.025-2.081 l1.536-0.991l0.653,0.388l0.025-0.702L9.588,12.352 M18.894,22.676l0.474,0.308l0.022-0.65L18.894,22.676z"/> <path fill="%2300e500" d="M10.189,12.043l-0.6,0.308l9.939,5.897l0.6-0.385L10.189,12.043z"/> </svg>');
}
.lightGreen.icon-erp-store-trolley{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.165,15.344 15.771,13.561 5.127,19.187 12.52,23.921 12.413,19.144 "/> <polyline fill="%23676767" points="15.771,13.462 15.779,13.148 15.786,9.12 4.685,14.538 5.034,19.13 5.127,19.187 15.771,13.561 15.771,13.462 "/> <polygon fill="%23676767" points="20.106,15.729 20.078,15.75 13.255,19.643 13.326,24.192 13.333,24.356 13.326,24.356 13.347,25.361 23.464,19.051 23.479,19.044 24.726,18.267 24.791,17.312 24.791,17.312 25.097,12.891 24.199,13.397 24.192,13.397 "/> <polyline fill="%23999999" points="15.786,9.112 15.786,9.12 15.779,13.148 15.779,13.454 15.771,13.462 15.771,13.561 19.165,15.344 23.543,12.877 19.536,10.931 19.529,10.931 15.786,9.112 "/> <polygon fill="%23999999" points="4.685,14.538 3.972,14.11 4.414,19.565 12.549,24.841 13.347,25.361 13.326,24.356 13.326,24.192 13.255,19.643 12.413,19.144 12.52,23.921 5.127,19.187 5.034,19.13 "/> <polyline fill="%23CCCCCC" points="17.411,9.205 15.786,8.421 3.972,14.11 4.685,14.538 15.786,9.12 15.786,9.112 19.529,10.931 19.536,10.931 23.543,12.877 19.165,15.344 12.413,19.144 13.255,19.643 20.078,15.75 20.078,15.715 20.106,15.729 24.192,13.397 25.083,12.884 17.411,9.205 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.95,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.917,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.12,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.12,16.221"/> </svg> ');
}
.lightGreen.icon-erp-store-trolley.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.167,14.344 15.774,12.562 5.129,18.187 12.522,22.921 12.415,18.144 "/> <polyline fill="%23676767" points="15.774,12.462 15.781,12.148 15.788,8.12 4.687,13.538 5.036,18.13 5.129,18.187 15.774,12.562 15.774,12.462 "/> <polygon fill="%23676767" points="20.108,14.729 20.08,14.751 13.257,18.643 13.328,23.192 13.335,23.356 13.328,23.356 13.349,24.361 23.467,18.052 23.481,18.045 24.729,17.267 24.793,16.312 24.793,16.312 25.099,11.892 24.201,12.398 24.194,12.398 "/> <polyline fill="%23999999" points="15.788,8.113 15.788,8.12 15.781,12.148 15.781,12.455 15.774,12.462 15.774,12.562 19.167,14.344 23.545,11.877 19.538,9.931 19.531,9.931 15.788,8.113 "/> <polygon fill="%23999999" points="3.974,13.111 4.416,18.565 12.551,23.841 13.349,24.361 13.328,23.356 13.328,23.192 13.257,18.643 "/> <polyline fill="%23CCCCCC" points="17.413,8.205 15.788,7.421 3.974,13.111 13.257,18.643 20.108,14.729 24.194,12.398 25.085,11.884 17.413,8.205 "/> <path fill="%23676767" d="M19.276,20.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.483,21.022,19.414,20.758,19.276,20.554"/> <path fill="%23676767" d="M25.948,16.369c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,16.388,25.952,16.379,25.948,16.369"/> <path fill="%23999999" d="M19.062,20.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.741,20.188,18.92,20.236,19.062,20.34"/> <path fill="%23999999" d="M24.122,15.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,15.221"/> </svg> ');
}
.lightGreen.icon-erp-store-trolley2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.398,23.406 23.604,19.135 13.966,13.609 13.985,17.739 "/> <polygon fill="%23676767" points="28.015,16.278 23.604,19.135 23.398,23.406 27.706,20.474 "/> <polygon fill="%23CCCCCC" points="23.604,19.135 28.015,16.278 18.396,11.099 13.966,13.609 "/> <polyline fill="%23999999" points="14.378,5.78 16.317,6.782 19.483,8.421 19.174,23.147 21.567,24.655 22.264,7.297 11.915,2.127 12.14,18.904 14.407,20.272 14.378,5.78 "/> <polyline fill="%23676767" points="16.317,6.782 14.378,5.78 14.407,20.272 16.242,19.176 16.317,6.782 "/> <polyline fill="%23676767" points="24.25,6.201 22.264,7.297 21.567,24.655 23.501,23.366 24.25,6.201 "/> <polyline fill="%23CCCCCC" points="22.264,7.297 24.25,6.201 13.901,1.181 11.915,2.127 22.264,7.297 "/> <polyline fill="%2300e500" points="22.079,12.247 19.419,10.87 6.553,18.133 13.746,17.149 23.982,11.118 "/> <polygon fill="%2300e500" points="11.981,6.898 3.678,11.118 1.542,14.939 14.378,8.134 "/> <polyline fill="%23009900" points="13.746,17.149 13.765,19.603 23.861,13.478 23.982,11.118 13.746,17.149 "/> <polygon fill="%23009900" points="16.275,9.423 16.293,7.128 1.542,14.939 1.72,17.365 "/> <polygon fill="%2300b200" points="13.765,19.603 13.746,17.149 6.553,18.133 6.665,20.605 "/> </svg>');
}
.lightGreen.icon-erp-store-trolley2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.585,23.406 23.791,19.135 14.154,13.609 14.173,17.739 "/> <polygon fill="%23676767" points="28.202,16.278 23.791,19.135 23.585,23.406 27.893,20.474 "/> <polygon fill="%23CCCCCC" points="23.791,19.135 28.202,16.278 18.584,11.099 14.154,13.609 "/> <polyline fill="%2300e500" points="7.261,28.735 14.032,27.695 23.688,21.289 21.188,19.828 7.261,28.735 "/> <polyline fill="%2300e500" points="16.43,17.028 14.163,15.698 4.517,21.289 2.531,25.354 16.43,17.028 "/> <polyline fill="%23009900" points="14.032,27.695 14.042,29.868 23.585,23.406 23.688,21.289 14.032,27.695 "/> <polyline fill="%23009900" points="16.411,19.088 16.43,17.028 2.531,25.354 2.69,27.508 16.411,19.088 "/> <polyline fill="%2300b200" points="7.261,28.735 7.364,30.926 14.042,29.868 14.032,27.695 7.261,28.735 "/> <polyline fill="%23999999" points="14.566,5.78 16.505,6.782 19.67,8.421 19.361,20.999 21.862,22.507 22.452,7.297 12.103,2.127 12.328,16.756 14.594,18.123 14.566,5.78 "/> <polyline fill="%23676767" points="16.505,6.782 14.566,5.78 14.594,18.123 16.43,17.028 16.505,6.782 "/> <polyline fill="%23676767" points="24.437,6.201 22.452,7.297 21.862,22.507 23.688,21.289 24.437,6.201 "/> <polyline fill="%23CCCCCC" points="22.452,7.297 24.437,6.201 14.088,1.181 12.103,2.127 22.452,7.297 "/> </svg> ');
}
.lightGreen.icon-erp-store-position{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300e500" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%2300b200" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23009900" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> <polygon fill="%23CCCCCC" points="12.218,10.321 4.996,13.609 12.129,17.755 19.263,13.887 "/> <polygon fill="%23999999" points="5.065,14.485 4.996,13.609 12.129,17.755 12.129,18.66 "/> </svg> ');
}
.lightGreen.icon-erp-store-shelf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300e500" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%2300b200" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23009900" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.lightGreen.icon-erp-store-shelf.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23999999" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23676767" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.lightGreen.icon-erp-store-alarm{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000057848574557793657180000007267024614471483550_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000057848574557793657180000007267024614471483550_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000075870873425977862090000005357458486843867823_" gradientUnits="userSpaceOnUse" x1="20.7367" y1="11.8606" x2="11.8731" y2="11.8606"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_00000075870873425977862090000005357458486843867823_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%23FF0000" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.lightGreen.icon-erp-store-load{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23009900" points="21.703,12.028 21.739,11.316 21.839,9.02 13.568,13.298 13.625,18.403 20.006,14.809 20.013,14.809 21.625,13.904 21.703,12.028 "/> <polyline fill="%23B6B6B6" points="6.189,18.467 4.941,19.13 12.427,23.921 12.392,22.345 6.189,18.467 "/> <polyline fill="%23676767" points="24.106,13.397 24.092,13.39 13.162,19.643 13.254,25.361 23.386,19.037 23.386,19.044 24.633,18.267 24.698,17.312 24.997,12.884 24.106,13.397 "/> <polyline fill="%23676767" points="21.703,12.028 21.625,13.904 23.45,12.877 21.703,12.028 "/> <polyline fill="%23676767" points="5.882,13.904 4.592,14.538 4.941,19.13 6.189,18.467 6.189,18.467 5.882,13.904 "/> <polyline fill="%23999999" points="4.592,14.538 3.879,14.11 4.321,19.565 12.449,24.841 13.254,25.361 13.162,19.643 12.32,19.144 12.392,22.345 12.427,23.921 4.941,19.13 4.592,14.538 "/> <polyline fill="%23CCCCCC" points="21.739,11.316 21.703,12.028 23.45,12.877 21.625,13.904 20.013,14.809 20.006,14.809 13.625,18.403 12.32,19.144 13.162,19.643 24.092,13.39 24.99,12.877 21.739,11.316 "/> <polyline fill="%23CCCCCC" points="5.879,14.11 6.592,14.538 7.882,13.904 7.832,13.169 5.879,14.11 "/> <path fill="%2300b200" d="M5.832,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.561,9.02 L5.832,13.169z"/> <polygon fill="%2300e500" points="5.561,9.02 13.568,13.298 21.839,9.02 13.818,5.341 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.951,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.918,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.121,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.121,16.221"/> <polygon fill="%23CCCCCC" points="3.879,14.11 4.592,14.538 5.882,13.904 5.832,13.169 "/> </svg>');
}
.lightGreen.icon-erp-store-unload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23494949" points="21.289,18.614 28.151,14.4 22.498,11.35 19.06,16.371 "/> <polygon fill="%23CCCCCC" points="24.294,8.412 24.308,8.398 27.228,5.534 23.917,3.972 17.756,1.08 6.305,11.346 7.002,11.785 17.77,2.07 25.639,5.847 23.45,7.98 14.564,16.629 15.387,17.159 "/> <polyline fill="%23999999" points="7.002,11.785 6.305,11.346 8.584,15.514 9.428,16.078 16.571,20.867 17.366,21.396 15.387,17.159 14.564,16.629 16.251,20.19 8.898,15.305 7.002,11.785 "/> <polygon fill="%23999999" points="19.108,5.771 23.45,7.98 25.639,5.847 17.77,2.07 "/> <polygon fill="%23B6B6B6" points="23.45,7.98 19.108,5.771 8.898,15.305 16.251,20.19 14.564,16.629 "/> <polyline fill="%23676767" points="24.308,8.398 24.308,8.412 24.294,8.412 15.387,17.159 17.366,21.396 19.917,18.797 25.945,12.649 28.204,10.343 28.455,10.092 28.259,9.381 27.228,5.534 24.308,8.398 "/> <polygon fill="%23676767" points="7.002,11.785 8.898,15.305 19.108,5.771 17.77,2.07 "/> <g> <g> <path fill="%23009900" d="M7.002,31.952l5.851-4.433l0.842-7.181l-6.693,3.812V31.952z"/> <path fill="%2300b200" d="M1.151,27.52l5.851,4.433v-7.802l-6.693-3.812L1.151,27.52z"/> <path fill="%2300e500" d="M7.002,17.413l-6.693,2.926l6.693,3.812l6.693-3.812L7.002,17.413z"/> </g> </g> <path fill="%23676767" d="M23.008,17.502c0.138,0.204,0.207,0.468,0.207,0.791c0.005,0.509-0.14,1.055-0.435,1.64 c-0.266,0.528-0.597,0.982-0.991,1.362c-0.523,0.499-1.012,0.758-1.469,0.777c-0.285,0.014-0.509-0.074-0.67-0.264 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.214-0.01,0.392,0.038,0.535,0.143c0.076,0.048,0.143,0.114,0.2,0.2 C22.998,17.492,23.003,17.497,23.008,17.502"/> <path fill="%23676767" d="M29.679,13.317c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C29.689,13.336,29.684,13.327,29.679,13.317"/> <path fill="%23999999" d="M22.794,17.288c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C22.473,17.136,22.651,17.184,22.794,17.288"/> <path fill="%23999999" d="M27.854,12.169c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L27.854,12.169"/> </svg> ');
}
.lightGreen.icon-erp-store-alarm.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.lightGreen.icon-shark{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.575,23.266 15.594,26.528 28.928,17.352 29.159,14.238 15.575,23.266 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4.2464" y1="21.0989" x2="15.5939" y2="21.0989"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.246,15.67l0.213,3.133c0.542,2.341,2.008,4.192,4.399,5.554c1.768,1.01,4.014,1.734,6.736,2.172 l-0.018-3.262c-2.741-0.419-5.008-1.118-6.801-2.098c-1.464-0.798-2.592-1.77-3.382-2.915C4.853,17.473,4.471,16.612,4.246,15.67"/> <path fill="%23CCCCCC" d="M4.246,15.67c0.225,0.942,0.607,1.803,1.146,2.583c0.79,1.145,1.918,2.117,3.382,2.915 c1.793,0.98,4.06,1.679,6.801,2.098l13.584-9.028L17.83,7.982L4.246,15.67"/> <polygon fill="%23009900" points="29.233,13.267 29.353,11.65 17.128,19.533 17.119,21.233 "/> <polygon fill="%2300b200" points="5.614,12.214 5.706,13.831 17.119,21.233 17.128,19.533 "/> <polygon fill="%2300e500" points="5.614,12.214 17.128,19.533 29.353,11.65 17.858,5.505 "/> <path fill="%23676767" d="M22.811,22.693c0.004,0.001,0.007,0.003,0.009,0.005c0.105,0.068,0.233,0.109,0.383,0.125 c0.499,0.055,1.001-0.166,1.506-0.665c0.456-0.456,0.795-0.899,1.016-1.331c0.246-0.487,0.388-1.029,0.425-1.626 c0.025-0.481-0.08-0.812-0.314-0.993c-0.04-0.033-0.085-0.06-0.134-0.083c-0.088-0.041-0.188-0.067-0.3-0.079 c-0.106-0.012-0.212-0.012-0.319,0c-0.393,0.05-0.789,0.272-1.187,0.665c-0.456,0.456-0.795,0.899-1.016,1.331 c-0.246,0.487-0.388,1.029-0.425,1.626c-0.01,0.201,0.002,0.375,0.037,0.522C22.546,22.419,22.652,22.587,22.811,22.693"/> <linearGradient id="SVGID_00000101814739646613253090000000792836742631895474_" gradientUnits="userSpaceOnUse" x1="23.5645" y1="17.4081" x2="23.5645" y2="22.6929"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="0.3869" style="stop-color:%23CCCCCC"/> <stop offset="0.9322" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000101814739646613253090000000792836742631895474_)" d="M21.845,19.394 c-0.246,0.481-0.385,1.023-0.416,1.626c-0.029,0.565,0.117,0.927,0.439,1.086l0.943,0.587c-0.159-0.106-0.265-0.274-0.319-0.504 c-0.035-0.147-0.047-0.321-0.037-0.522c0.037-0.598,0.179-1.14,0.425-1.626c0.222-0.431,0.561-0.875,1.016-1.331 c0.398-0.393,0.794-0.615,1.187-0.665c0.107-0.012,0.213-0.012,0.319,0c0.112,0.012,0.213,0.038,0.3,0.079l-0.956-0.587 c-0.004-0.002-0.008-0.005-0.014-0.009c-0.099-0.058-0.217-0.095-0.356-0.111c-0.493-0.055-0.995,0.163-1.506,0.656 C22.409,18.522,22.067,18.963,21.845,19.394"/> </svg> ');
}
.lightGreen.icon-hulk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="17.056,24.466 31.724,14.71 19.625,8.186 4.918,16.509 17.056,24.466 "/> <polyline fill="%23676767" points="31.437,18.011 31.724,14.71 17.056,24.466 17.036,27.925 31.437,18.011 "/> <polyline fill="%2300e500" points="17.065,13.267 28.254,6.625 19.853,2.394 8.644,8.335 17.065,13.267 "/> <polyline fill="%2300b200" points="17.026,21.165 17.065,13.267 8.644,8.335 8.931,16.015 17.026,21.165 "/> <polyline fill="%23009900" points="17.065,13.267 17.026,21.165 27.78,14.216 28.254,6.625 17.065,13.267 "/> <path fill="%23009900" d="M13.725,26.67l0.049,3.499l3.262-2.244l0.02-3.459L13.725,26.67z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="1.6163" y1="24.2731" x2="13.774" y2="24.2731"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M2.807,21.199c-0.569-0.852-0.966-1.793-1.191-2.822l0.267,3.371c0.54,2.55,2.089,4.567,4.646,6.049 c1.898,1.114,4.313,1.904,7.245,2.372l-0.049-3.499c-2.959-0.461-5.4-1.226-7.324-2.293C4.837,23.505,3.639,22.446,2.807,21.199z"/> <path fill="%2300e500" d="M1.616,18.377c0.225,1.029,0.622,1.97,1.191,2.822c0.832,1.247,2.029,2.306,3.593,3.178 c1.924,1.067,4.366,1.832,7.324,2.293l3.331-2.204L4.918,16.509L1.616,18.377z"/> <path fill="%2300FF00" d="M0.45,3.521c0.49,1.993,1.818,3.626,3.983,4.898c0.454,0.269,0.945,0.521,1.473,0.756 c2.016,0.896,4.557,1.545,7.621,1.947l3.618-2.036L4.038,1.831L0.45,3.521z"/> <linearGradient id="SVGID_00000078036153945263662470000008414908070228577215_" gradientUnits="userSpaceOnUse" x1="0.45" y1="14.4976" x2="13.7147" y2="14.4976"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000078036153945263662470000008414908070228577215_)" d="M4.433,8.419C2.268,7.147,0.94,5.515,0.45,3.521 l1.077,13.7c0.554,2.524,2.165,4.517,4.833,5.98c1.931,1.054,4.382,1.812,7.354,2.273l-0.188-14.352 c-3.064-0.402-5.604-1.051-7.621-1.947C5.378,8.939,4.887,8.687,4.433,8.419z"/> <polygon fill="%23006600" points="17.145,9.086 13.527,11.122 13.715,25.474 17.056,23.28 "/> </svg>');
}
.lightGreen.icon-LED_pas{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.lightGreen.icon-QR_kod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300b200" points="2,2 9.636,2 9.636,4.545 4.545,4.545 4.545,9.636 2,9.636 "/> <polygon fill="%2300b200" points="22.364,2 22.364,4.545 27.455,4.545 27.455,9.636 30,9.636 30,2 "/> <polygon fill="%2300b200" points="30,22.364 27.455,22.364 27.455,27.455 22.364,27.455 22.364,30 30,30 "/> <polygon fill="%2300b200" points="9.636,27.455 4.545,27.455 4.545,22.364 2,22.364 2,30 9.636,30 "/> <path fill="%2300b200" d="M7.091,7.091v7.636h7.636V7.091H7.091z M12.182,12.182H9.636V9.636h2.545V12.182z"/> <path fill="%2300b200" d="M17.273,7.091v7.636h7.636V7.091H17.273z M22.364,12.182h-2.545V9.636h2.545V12.182z"/> <rect x="17.273" y="17.273" fill="%2300b200" width="2.545" height="2.545"/> <path fill="%2300b200" d="M7.091,17.273v7.636h7.636v-7.636H7.091z M12.182,22.364H9.636v-2.545h2.545V22.364z"/> <rect x="17.273" y="22.364" fill="%2300b200" width="2.545" height="2.545"/> <rect x="19.818" y="19.818" fill="%2300b200" width="2.545" height="2.545"/> <rect x="22.364" y="19.818" fill="%2300b200" width="2.545" height="2.545"/> <rect x="22.364" y="22.364" fill="%2300b200" width="2.545" height="2.545"/> </svg> ');
}
.lightGreen.icon-QR_kod_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300b200" d="M2,2v8h8V2H2z M8,8H4V4l4,0.022V8z"/> <path fill="%2300b200" d="M22,2v8h8V2H22z M28,8h-4V4l4,0.022V8z"/> <path fill="%2300b200" d="M2,22v8h8v-8H2z M8,28H4v-4l4,0.022V28z"/> <path fill="%2300b200" d="M22,22v8h8v-8H22z M28,28h-4v-4l4,0.022V28z"/> <rect x="2" y="13" fill="%2300b200" width="3" height="3"/> <rect x="5" y="16" fill="%2300b200" width="3" height="3"/> <rect x="2" y="19" fill="%2300b200" width="3" height="3"/> <rect x="10" y="11" fill="%2300b200" width="3" height="3"/> <rect x="7" y="11" fill="%2300b200" width="3" height="3"/> <rect x="13" y="14" fill="%2300b200" width="3" height="3"/> <rect x="16" y="14" fill="%2300b200" width="3" height="3"/> <rect x="13" y="8" fill="%2300b200" width="3" height="3"/> <rect x="16" y="8" fill="%2300b200" width="3" height="3"/> <rect x="10" y="17" fill="%2300b200" width="3" height="3"/> <rect x="16" y="20" fill="%2300b200" width="3" height="3"/> <rect x="16" y="26" fill="%2300b200" width="3" height="3"/> <rect x="13" y="2" fill="%2300b200" width="3" height="3"/> <rect x="13" y="23" fill="%2300b200" width="3" height="3"/> <rect x="22" y="14" fill="%2300b200" width="3" height="3"/> <rect x="25" y="14" fill="%2300b200" width="3" height="3"/> <rect x="19" y="17" fill="%2300b200" width="3" height="3"/> </svg>');
}
.lightGreen.icon-BAR_code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300b200" points="5,6 5,6.143 5,26 3,26 3,6 "/> <polyline fill="%2300b200" points="9,6 9,6.143 9,26 7,26 7,6 "/> <polyline fill="%2300b200" points="22,6 22,6.143 22,26 20,26 20,6 "/> <polyline fill="%2300b200" points="18,6 18,6.143 18,26 11,26 11,6 "/> <polyline fill="%2300b200" points="29,6 29,6.143 29,26 24,26 24,6 "/> </svg>');
}
.yellow.icon-erp-product{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23ccaa00" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23f9e100" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.yellow.icon-erp-product-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23a58d00" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23ccaa00" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.yellow.icon-erp-product-param{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ccaa00" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <polygon fill="%23f9e100" points="7.961,10.322 8.773,9.967 17.325,14.872 16.642,15.267 "/> <polygon fill="%23a58d00" points="17.325,19.962 16.641,20.33 16.642,15.267 17.325,14.872 "/> <polygon fill="%23676767" points="16.642,25.385 17.325,24.868 17.325,19.962 16.641,20.33 "/> </svg> ');
}
.yellow.icon-erp-product-composition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M26.679,19.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,19.012"/> <polyline fill="%23676767" points="22.351,15.458 22.339,15.453 16.53,18.758 16.53,18.819 16.53,25.726 16.536,25.733 20.332,23.218 22.019,22.102 22.127,19.952 22.351,15.458 "/> <polygon fill="%23676767" points="21.437,9.997 21.514,8.171 16.534,10.596 16.537,12.492 16.537,12.499 18.417,13.456 18.44,13.411 18.44,11.524 "/> <polyline fill="%23999999" points="16.53,18.819 10.692,15.466 10.943,19.954 11.011,22.069 12.722,23.202 16.53,25.726 16.53,18.819 "/> <polyline fill="%23999999" points="8.756,14.356 8.758,14.356 8.756,14.354 8.756,14.356 "/> <polyline fill="%23999999" points="16.53,12.495 16.537,12.492 16.534,10.596 11.555,8.173 11.635,10.001 14.624,11.524 14.624,13.465 16.53,12.495 "/> <polygon fill="%23999999" points="22.339,15.453 22.351,15.458 22.127,19.952 22.184,19.954 23.819,20.866 24.261,14.358 18.44,11.524 18.44,13.411 18.417,13.456 "/> <polyline fill="%23CCCCCC" points="16.537,6.013 11.555,8.173 16.534,10.596 21.514,8.171 16.537,6.013 "/> <polyline fill="%23CCCCCC" points="16.537,12.499 16.53,12.495 14.624,13.465 10.692,15.466 16.53,18.819 16.53,18.758 22.339,15.453 18.417,13.456 16.537,12.499 "/> <polygon fill="%23CCCCCC" points="23.41,8.994 21.437,9.997 18.44,11.524 24.261,14.358 29.239,11.522 "/> <path fill="%23ccaa00" d="M8.756,14.356v-0.002l-4.933-2.832l0.733,6.275l1.835,1.213l2.82,1.868L8.756,14.356z"/> <path fill="%23a58d00" d="M8.758,14.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002v-1.941L8.758,14.356z"/> <path fill="%23f9e100" d="M11.635,10.001L9.66,8.994l-5.837,2.528l4.933,2.832l0.002,0.002l5.866-2.832L11.635,10.001z"/> </svg> ');
}
.yellow.icon-erp-product-assembly{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23f9e100" d="M3.788,11.476l-0.005-0.054l0.038,0.023l1.124-1.056L6.589,6.75l-4.609,4.426L0,15.038L3.788,11.476 M11.751,12.737l-0.024,0.089l0.028-0.014L11.751,12.737z"/> <polyline fill="%23676767" points="8.738,14.267 8.738,14.269 8.738,14.269 8.738,14.267 "/> <polyline fill="%23676767" points="16.547,18.691 16.547,18.752 16.547,25.689 16.551,25.694 16.551,25.696 20.366,23.171 22.061,22.048 22.169,19.889 22.395,15.375 22.381,15.368 16.547,18.691 "/> <polyline fill="%23676767" points="21.553,8.056 21.552,8.056 16.549,10.49 16.551,10.492 16.554,12.394 16.554,12.401 18.443,13.363 18.465,13.319 18.465,11.424 18.464,11.422 21.477,9.89 21.553,8.056 "/> <path fill="%23676767" d="M28.581,17.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,17.726"/> <polyline fill="%23999999" points="10.682,15.384 10.703,15.779 10.794,17.395 10.932,19.889 10.934,19.89 10.932,19.89 11.002,22.017 11.001,22.017 12.719,23.155 16.547,25.689 16.547,18.752 10.682,15.384 "/> <polyline fill="%23999999" points="8.738,14.267 8.738,14.267 8.738,14.269 8.75,14.274 8.74,14.267 8.738,14.267 "/> <polyline fill="%23999999" points="16.551,10.492 16.549,10.49 11.55,8.056 11.55,8.061 11.63,9.894 11.627,9.894 11.69,11.27 12.064,11.604 11.751,12.737 11.754,12.812 11.812,14.09 12.483,14.466 16.547,12.398 16.554,12.394 16.551,10.492 "/> <polygon fill="%23999999" points="18.465,13.319 18.443,13.363 22.381,15.368 22.395,15.375 22.169,19.889 22.227,19.892 23.867,20.808 24.313,14.269 18.465,11.424 "/> <polyline fill="%23CCCCCC" points="9.194,20.821 9.199,20.824 9.194,20.828 9.194,20.821 "/> <polyline fill="%23CCCCCC" points="11.55,8.056 16.549,10.49 21.552,8.056 16.554,5.887 11.55,8.056 "/> <polyline fill="%23CCCCCC" points="16.554,12.401 16.547,12.398 12.483,14.466 11.078,15.181 10.707,15.37 10.682,15.384 16.547,18.752 16.547,18.691 22.381,15.368 18.443,13.363 16.554,12.401 "/> <polygon fill="%23CCCCCC" points="18.464,11.422 18.465,11.424 24.313,14.269 29.314,11.422 23.456,8.881 21.477,9.89 "/> <path fill="%23ccaa00" d="M10.707,15.37l0.024-0.028l-5.786-4.954l-1.124,1.056l-0.038-0.023l0.005,0.054L0,15.038l5.47,4.372h0.002 l0.46,0.367l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,15.37 M8.738,14.269v-0.002l0,0H8.74l0.01,0.007 L8.738,14.269L8.738,14.269z"/> <path fill="%23a58d00" d="M11.726,12.826l0.024-0.089l0.313-1.133L11.69,11.27L6.589,6.75l-1.644,3.639l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,12.826z"/> </svg>');
}
.yellow.icon-erp-product-component{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M16.642,16.055l6.355,3.659l-6.355,4.814l-6.355-4.814L16.642,16.055 M16.642,15.267l-7.589,4.369 l7.589,5.749l7.589-5.749L16.642,15.267L16.642,15.267z"/> <path fill="%23676767" d="M15.959,7.572v7.3l-6.348,3.655l-0.913-7.781L15.959,7.572 M16.642,6.528l-8.681,3.794l1.092,9.314 l7.589-4.369V6.528L16.642,6.528z"/> <path fill="%23ccaa00" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <path fill="%23999999" d="M17.325,7.572l7.261,3.174l-0.913,7.781l-6.348-3.655V7.572 M16.642,6.528v8.739l7.589,4.369l1.092-9.314 L16.642,6.528L16.642,6.528z"/> <path fill="%23CCCCCC" d="M16.642,7.273l7.159,3.129l-7.159,4.078l-7.16-4.078L16.642,7.273 M16.642,6.528l-8.681,3.794l8.681,4.944 l8.681-4.944L16.642,6.528L16.642,6.528z"/> <path fill="%23676767" d="M24.487,11.585l-0.901,7.683l-6.261,4.743v-8.347L24.487,11.585 M25.323,10.322l-8.681,4.944v10.118 l7.589-5.749L25.323,10.322L25.323,10.322z"/> </svg> ');
}
.yellow.icon-erp-product-tool{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M7.874,5.998c-0.278,0.128-0.418,0.295-0.418,0.5c0,0.02,0,0.039,0,0.058C7.46,6.578,7.465,6.6,7.47,6.622 c0.064,0.25,0.272,0.423,0.624,0.519C8.408,7.224,8.7,7.256,8.969,7.237c0.275-0.019,0.557-0.096,0.845-0.231 c0.247-0.114,0.385-0.258,0.413-0.432c0.01-0.06,0.007-0.124-0.01-0.192c-0.064-0.25-0.272-0.423-0.624-0.519 C9.279,5.78,8.988,5.748,8.719,5.767C8.444,5.786,8.162,5.863,7.874,5.998z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.4556" y1="13.9832" x2="10.8288" y2="13.9832"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M7.47,6.622C7.465,6.6,7.46,6.578,7.456,6.555l0.663,14.021c-0.002,0.036-0.001,0.073,0.005,0.11 c0.038,0.256,0.237,0.448,0.596,0.576c0.314,0.115,0.596,0.163,0.845,0.144c0.263-0.019,0.535-0.109,0.817-0.269 c0.333-0.192,0.48-0.416,0.442-0.672c-0.001-0.006-0.002-0.013-0.005-0.019L10.227,6.574c-0.029,0.174-0.166,0.318-0.413,0.432 c-0.288,0.134-0.57,0.211-0.845,0.231C8.7,7.256,8.408,7.224,8.094,7.141C7.742,7.045,7.534,6.872,7.47,6.622z"/> <polyline fill="%23f9e100" points="3.771,3.768 6.5,3.307 10.515,5.372 13.859,3.816 9.833,1.837 7.057,2.337 3.771,3.768 "/> <polyline fill="%23ccaa00" points="3.771,3.768 3.896,5.67 10.66,9.33 10.515,5.372 6.5,3.307 3.771,3.768 "/> <polyline fill="%23a58d00" points="10.66,9.33 13.935,7.716 13.859,3.816 10.515,5.372 10.66,9.33 "/> <path fill="%23CCCCCC" d="M15.569,14.827c0.09,0.263,0.33,0.458,0.721,0.586c0.346,0.109,0.656,0.157,0.932,0.144 c0.295-0.019,0.592-0.115,0.893-0.288c0.245-0.138,0.388-0.291,0.428-0.461c0.02-0.083,0.015-0.169-0.014-0.259 c-0.09-0.263-0.33-0.458-0.721-0.586c-0.352-0.109-0.663-0.157-0.932-0.144c-0.295,0.019-0.596,0.112-0.903,0.279 c-0.238,0.136-0.377,0.288-0.418,0.456c-0.017,0.073-0.017,0.149,0,0.226C15.559,14.795,15.564,14.811,15.569,14.827"/> <linearGradient id="SVGID_00000056417952209318299690000012660810451522833548_" gradientUnits="userSpaceOnUse" x1="15.5543" y1="20.5339" x2="18.542" y2="20.5339"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000056417952209318299690000012660810451522833548_)" d="M16.289,15.413 c-0.391-0.128-0.631-0.323-0.721-0.586c-0.005-0.016-0.01-0.032-0.014-0.048l0.072,10.505c-0.009,0.064-0.006,0.13,0.01,0.197 c0.058,0.263,0.282,0.471,0.672,0.624c0.339,0.134,0.64,0.195,0.903,0.183c0.282-0.019,0.573-0.122,0.874-0.307 c0.327-0.208,0.475-0.439,0.442-0.692l0.014-10.481c-0.04,0.17-0.182,0.323-0.428,0.461c-0.301,0.173-0.599,0.269-0.893,0.288 C16.946,15.569,16.635,15.521,16.289,15.413"/> <path fill="%23f9e100" d="M16.284,13.044l-0.01,0.005l0.764,1.321l1.633,0.922l1.624-0.922l-1.643-0.903l-1.614-2.786l-1.633,0.865 l0.831,1.441C16.253,13.007,16.269,13.026,16.284,13.044"/> <path fill="%23f9e100" d="M18.72,8.125l1.672-0.874c-0.608-0.82-1.291-1.435-2.046-1.845c-0.73-0.397-1.412-0.548-2.046-0.452 c-0.226,0.033-0.435,0.094-0.624,0.183c-0.034,0.019-0.069,0.038-0.106,0.058L14.07,5.93c0.165-0.071,0.344-0.12,0.538-0.149 c0.112-0.016,0.226-0.024,0.341-0.024c0.536-0.002,1.104,0.163,1.705,0.495c0.472,0.262,0.915,0.601,1.331,1.018 c0.028,0.027,0.055,0.054,0.082,0.082C18.293,7.586,18.51,7.844,18.72,8.125"/> <polyline fill="%23f9e100" points="24.561,8.433 23.437,9.038 25.925,10.287 27.039,9.662 24.561,8.433 "/> <path fill="%23CCCCCC" d="M26.497,19.198c0.012-0.046,0.015-0.092,0.01-0.139c-0.003-0.058-0.018-0.117-0.043-0.178 c-0.115-0.269-0.387-0.48-0.817-0.634c-0.384-0.128-0.714-0.186-0.99-0.173c-0.32,0.013-0.64,0.118-0.961,0.317 c-0.288,0.183-0.434,0.38-0.437,0.591c0,0.006,0,0.01,0,0.014c0.001,0.067,0.015,0.134,0.043,0.202 c0.115,0.275,0.387,0.487,0.817,0.634c0.378,0.134,0.708,0.195,0.99,0.183c0.32-0.013,0.64-0.118,0.961-0.317 C26.318,19.542,26.46,19.376,26.497,19.198"/> <path fill="%23ccaa00" d="M18.71,8.634l0.01-0.509c-0.209-0.281-0.427-0.539-0.653-0.773c-0.027-0.028-0.054-0.055-0.082-0.082 c-0.415-0.417-0.859-0.757-1.331-1.018c-0.601-0.332-1.169-0.497-1.705-0.495c-0.115,0-0.229,0.008-0.341,0.024 C14.414,5.81,14.235,5.859,14.07,5.93c-0.053,0.024-0.104,0.05-0.154,0.077c-0.32,0.176-0.579,0.443-0.778,0.802 c-0.359,0.647-0.474,1.515-0.346,2.603c0.192,1.595,0.797,3.074,1.816,4.438c1.217,1.633,2.571,2.27,4.064,1.912v-0.471 l-1.633-0.922l-0.764-1.321l-0.038-0.062l-0.831-1.441l-0.029-2.623c0.73-0.512,1.275-0.9,1.633-1.162l0.269,0.139L18.71,8.634"/> <polyline fill="%23ccaa00" points="23.437,9.038 22.735,12.208 23.85,15.542 23.735,18.808 24.916,19.471 25.041,16.185 26.386,14.12 25.925,10.287 23.437,9.038 "/> <linearGradient id="SVGID_00000062187702302965977700000005472116719410854811_" gradientUnits="userSpaceOnUse" x1="22.8919" y1="25.0149" x2="26.4966" y2="25.0149"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000062187702302965977700000005472116719410854811_)" d="M24.119,19.832 c-0.429-0.147-0.701-0.359-0.817-0.634c-0.028-0.068-0.042-0.135-0.043-0.202l-0.355,10.851c-0.002,0.012-0.004,0.023-0.005,0.034 c-0.014,0.082-0.007,0.165,0.019,0.25c0.083,0.269,0.336,0.493,0.759,0.672c0.365,0.16,0.685,0.237,0.961,0.231 c0.301-0.013,0.612-0.131,0.932-0.355c0.312-0.221,0.46-0.453,0.442-0.697l0.485-10.784c-0.036,0.178-0.179,0.345-0.428,0.5 c-0.32,0.199-0.64,0.304-0.961,0.317C24.827,20.027,24.497,19.966,24.119,19.832"/> <path fill="%23a58d00" d="M17.029,8.077l0.25-0.178L17.01,7.76c-0.359,0.263-0.903,0.65-1.633,1.162l0.029,2.623l1.633-0.865 L17.029,8.077"/> <polyline fill="%23a58d00" points="18.672,15.292 18.672,15.763 20.286,14.84 20.295,14.37 18.672,15.292 "/> <polyline fill="%23a58d00" points="18.72,8.125 18.71,8.634 20.391,7.76 20.391,7.251 18.72,8.125 "/> <polygon fill="%23a58d00" points="27.481,13.476 27.039,9.662 25.925,10.287 26.386,14.12 25.041,16.185 24.916,19.471 25.983,18.808 26.127,15.542 "/> </svg> ');
}
.yellow.icon-erp-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="6.958,10.321 15.602,6.808 15.641,15.266 "/> <polygon fill="%23606060" points="24.323,10.321 15.602,6.808 15.641,15.266 "/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.721-3.513L6.958,6.3l8.644,3.723L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%23f9e100" points="21.4,10.076 18.223,8.774 20.825,8.848 18.609,7.956 16.051,7.883 13.021,6.641 10.711,6.521 13.883,7.821 10.269,7.718 12.292,8.605 16.056,8.712 19.35,10.063 "/> <polygon fill="%23ccaa00" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%23a58d00" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.yellow.icon-erp-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%23f9e100" points="21.464,11.94 18.273,10.301 21.019,8.877 18.661,7.846 16.091,9.18 13.048,7.617 10.727,8.674 13.914,10.31 10.284,12.194 12.315,13.393 16.096,11.431 19.405,13.131 "/> <polygon fill="%23ccaa00" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%23a58d00" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.yellow.icon-erp-store{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> <polygon fill="%23f9e100" points="2.155,8.616 0.562,9.422 6.664,13.102 8.175,12.15 "/> <polygon fill="%23ccaa00" points="0.562,9.422 1.701,19.189 7.441,23.356 6.664,13.102 "/> <polygon fill="%23999999" points="3.331,7.172 3.331,9.15 16.033,16.337 16.033,14.174 "/> <polygon fill="%23a58d00" points="8.175,12.15 8.886,22.181 7.441,23.356 6.664,13.102 "/> <polygon fill="%23676767" points="11.037,20.082 10.665,13.248 16.033,16.337 15.994,23.356 "/> <polygon fill="%23f9e100" points="21.141,19.565 19.492,20.838 12.744,16.769 14.477,15.722 "/> <polygon fill="%23ccaa00" points="19.492,20.838 19.189,31.883 12.971,27.37 12.744,16.769 "/> <polygon fill="%23a58d00" points="21.141,19.565 20.769,30.425 19.189,31.883 19.492,20.838 "/> </svg>');
}
.yellow.icon-erp-store.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%23a58d00" d="M17.852,17.688l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.688z"/> <path fill="%23ccaa00" d="M3.809,11.365l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.365z"/> <path fill="%23f9e100" d="M5.539,10.592l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.592z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> </svg>');
}
.yellow.icon-erp-store-room{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> <polygon fill="%23f9e100" points="2.155,8.234 0.562,9.04 6.664,12.719 8.175,11.767 "/> <polygon fill="%23ccaa00" points="0.562,9.04 1.701,18.806 7.441,22.973 6.664,12.719 "/> <polygon fill="%23a58d00" points="8.175,11.767 8.886,21.799 7.441,22.973 6.664,12.719 "/> <polygon fill="%23f9e100" points="21.141,19.182 19.492,20.455 12.744,16.386 14.477,15.339 "/> <polygon fill="%23ccaa00" points="19.492,20.455 19.189,31.5 12.971,26.987 12.744,16.386 "/> <polygon fill="%23a58d00" points="21.141,19.182 20.769,30.042 19.189,31.5 19.492,20.455 "/> <polygon fill="%23676767" points="8.886,12.215 8.175,11.767 8.644,18.9 9.026,19.173 "/> </svg> ');
}
.yellow.icon-erp-store-room.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%23a58d00" d="M17.852,17.422l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.422z"/> <path fill="%23ccaa00" d="M3.809,11.099l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.099z"/> <path fill="%23f9e100" d="M5.539,10.326l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.326z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> </svg> ');
}
.yellow.icon-erp-store-building{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ccaa00" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%23a58d00" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%23f9e100" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%23CCCCCC" points="5.87,20.191 5.092,11.956 14.378,17.649 14.47,26.47 "/> <polygon fill="%23ccaa00" points="1.6,19.825 5.87,20.191 5.092,11.956 0.351,11.687 "/> <polygon fill="%23f9e100" points="14.378,17.649 17.725,21.926 17.725,31.575 14.47,26.47 "/> <polygon fill="%23676767" points="5.092,11.956 5.87,20.191 12.198,16.312 "/> </svg> ');
}
.yellow.icon-erp-store-building.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ccaa00" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%23a58d00" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%23f9e100" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%23a58d00" points="6.594,20.732 5.938,13.087 13.596,17.844 13.61,25.842 "/> </svg> ');
}
.yellow.icon-erp-store-sector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%23f9e100" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%23ccaa00" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%23a58d00" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.yellow.icon-erp-store-sector.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%23CCCCCC" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%23999999" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%23676767" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.yellow.icon-erp-store-rack{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ccaa00" points="17.573,24.556 2.386,15.523 2.44,17.606 17.563,26.313 "/> <polygon fill="%23a58d00" points="24.985,19.397 17.573,24.556 17.563,26.313 24.806,21.182 "/> <polygon fill="%23f9e100" points="9.48,11.436 2.386,15.523 17.573,24.556 24.985,19.397 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg> ');
}
.yellow.icon-erp-store-rack.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.4332" y1="18.8104" x2="21.3841" y2="18.8104"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="21.358,22.594 6.433,13.334 6.528,15.344 21.384,24.287 "/> <polygon fill="%23676767" points="28.45,17.889 21.358,22.594 21.384,24.287 28.313,19.603 "/> <polygon fill="%23CCCCCC" points="13.238,9.651 6.433,13.334 21.358,22.594 28.45,17.889 "/> <linearGradient id="SVGID_00000036245205766875217590000016668992553142434965_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_00000036245205766875217590000016668992553142434965_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg>');
}
.yellow.icon-erp-store-rack2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ccaa00" points="15.07,24.422 15.07,24.419 15.078,25.325 14.616,25.644 15.089,25.985 15.07,24.422 "/> <polyline fill="%23ccaa00" points="14.395,21.432 15.042,21.864 15.034,21.145 5.145,14.609 5.213,15.287 5.216,15.287 5.728,15.633 6.053,18.91 5.615,19.152 5.618,19.18 12.738,24.295 12.677,22.533 14.395,21.432 "/> <polygon fill="%23ccaa00" points="12.386,15.397 12.386,15.394 9.756,16.837 15.059,20.278 17.669,18.623 "/> <polyline fill="%23676767" points="15.045,21.991 15.042,21.867 13.327,22.984 13.426,26.47 14.616,25.644 15.078,25.325 15.07,24.419 15.07,24.345 15.045,21.991 "/> <polyline fill="%23676767" points="21.011,20.873 21.011,20.876 20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 21.011,20.873 "/> <polyline fill="%23676767" points="17.669,18.623 19.475,17.481 12.311,13.285 12.386,15.394 12.386,15.397 17.669,18.623 "/> <polygon fill="%23676767" points="5.615,19.152 6.053,18.91 5.728,15.633 4.043,16.509 4.423,19.818 "/> <polyline fill="%23CCCCCC" points="15.042,21.867 15.042,21.864 14.395,21.432 12.677,22.533 13.327,22.984 15.042,21.867 "/> <polyline fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 15.001,7.847 "/> <polygon fill="%23CCCCCC" points="5.216,15.287 5.213,15.287 3.531,16.157 4.043,16.509 5.728,15.633 "/> <polyline fill="%23a58d00" points="20.128,17.866 20.125,17.866 15.034,21.145 15.042,21.864 15.045,21.867 15.045,21.991 15.07,24.345 15.07,24.422 15.089,25.985 19.219,23.086 19.946,22.577 20.034,20.275 20.034,20.275 20.128,17.866 "/> <polygon fill="%23a58d00" points="12.311,13.285 10.712,12.349 6.323,14.609 9.756,16.837 12.386,15.394 "/> <polyline fill="%23999999" points="9.467,12.412 10.189,12.046 10.189,12.043 10.191,12.046 10.712,12.349 12.311,13.285 19.475,17.481 20.125,17.866 20.128,17.864 20.128,17.866 20.034,20.275 20.034,20.275 20.034,20.275 19.946,22.577 19.219,23.086 20.849,24.146 21.011,20.876 21.009,20.873 21.011,20.873 21.185,17.368 9.357,10.601 9.467,12.412 "/> <polyline fill="%23999999" points="20.962,17.324 20.97,17.318 20.973,17.321 20.965,17.324 20.962,17.324 "/> <polyline fill="%23999999" points="13.327,22.984 12.677,22.533 12.738,24.295 12.799,26.008 13.426,26.47 13.327,22.984 "/> <polygon fill="%23999999" points="4.043,16.509 3.531,16.157 3.928,19.449 4.423,19.818 "/> <path fill="%23f9e100" d="M10.189,12.046l-0.721,0.366l-4.323,2.197l9.89,6.536l5.091-3.279l-0.65-0.385l-1.806,1.143l-2.61,1.655 l-5.303-3.442l-3.433-2.227l4.389-2.26l-0.52-0.303H10.189z"/> </svg> ');
}
.yellow.icon-erp-store-rack2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.503,19.014 19.503,18.954 17.964,19.956 17.903,23.364 18.748,22.778 18.894,22.676 19.39,22.335 19.503,19.014 "/> <polyline fill="%23676767" points="9.737,16.845 9.85,16.782 10.321,16.52 10.144,13.326 8.614,14.125 8.845,17.346 9.737,16.845 "/> <polygon fill="%23676767" points="20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 "/> <polyline fill="%23CCCCCC" points="19.503,18.954 19.503,18.951 18.85,18.563 17.314,19.554 17.964,19.956 19.503,18.954 "/> <polyline fill="%23CCCCCC" points="9.627,13.012 9.508,13.073 8.102,13.8 8.614,14.125 10.144,13.326 9.627,13.012 9.63,13.073 9.627,13.012 "/> <polygon fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 "/> <path fill="%23a58d00" d="M19.503,18.951l0.003,0.003l-0.003,0.061l-0.113,3.32l-0.022,0.65l0.578-0.407l0.182-4.713l-0.6,0.385 L19.503,18.951z"/> <polyline fill="%23999999" points="9.85,16.782 9.737,16.845 9.743,16.916 17.286,21.828 17.275,22.946 17.903,23.364 17.964,19.956 17.314,19.554 17.289,21.635 9.853,16.812 9.85,16.782 "/> <polyline fill="%23999999" points="8.845,17.346 8.614,14.125 8.102,13.8 8.338,17.016 8.845,17.346 "/> <polygon fill="%23999999" points="9.508,13.073 9.627,13.012 9.627,13.012 9.588,12.352 10.189,12.043 20.128,17.864 19.946,22.577 19.368,22.984 18.894,22.676 18.748,22.778 20.849,24.146 21.185,17.368 9.357,10.601 "/> <path fill="%23ccaa00" d="M9.588,12.352l0.039,0.661l0.518,0.314l0.176,3.194L9.85,16.782l0.003,0.03l7.436,4.824l0.025-2.081 l1.536-0.991l0.653,0.388l0.025-0.702L9.588,12.352 M18.894,22.676l0.474,0.308l0.022-0.65L18.894,22.676z"/> <path fill="%23f9e100" d="M10.189,12.043l-0.6,0.308l9.939,5.897l0.6-0.385L10.189,12.043z"/> </svg>');
}
.yellow.icon-erp-store-trolley{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.165,15.344 15.771,13.561 5.127,19.187 12.52,23.921 12.413,19.144 "/> <polyline fill="%23676767" points="15.771,13.462 15.779,13.148 15.786,9.12 4.685,14.538 5.034,19.13 5.127,19.187 15.771,13.561 15.771,13.462 "/> <polygon fill="%23676767" points="20.106,15.729 20.078,15.75 13.255,19.643 13.326,24.192 13.333,24.356 13.326,24.356 13.347,25.361 23.464,19.051 23.479,19.044 24.726,18.267 24.791,17.312 24.791,17.312 25.097,12.891 24.199,13.397 24.192,13.397 "/> <polyline fill="%23999999" points="15.786,9.112 15.786,9.12 15.779,13.148 15.779,13.454 15.771,13.462 15.771,13.561 19.165,15.344 23.543,12.877 19.536,10.931 19.529,10.931 15.786,9.112 "/> <polygon fill="%23999999" points="4.685,14.538 3.972,14.11 4.414,19.565 12.549,24.841 13.347,25.361 13.326,24.356 13.326,24.192 13.255,19.643 12.413,19.144 12.52,23.921 5.127,19.187 5.034,19.13 "/> <polyline fill="%23CCCCCC" points="17.411,9.205 15.786,8.421 3.972,14.11 4.685,14.538 15.786,9.12 15.786,9.112 19.529,10.931 19.536,10.931 23.543,12.877 19.165,15.344 12.413,19.144 13.255,19.643 20.078,15.75 20.078,15.715 20.106,15.729 24.192,13.397 25.083,12.884 17.411,9.205 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.95,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.917,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.12,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.12,16.221"/> </svg> ');
}
.yellow.icon-erp-store-trolley.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.167,14.344 15.774,12.562 5.129,18.187 12.522,22.921 12.415,18.144 "/> <polyline fill="%23676767" points="15.774,12.462 15.781,12.148 15.788,8.12 4.687,13.538 5.036,18.13 5.129,18.187 15.774,12.562 15.774,12.462 "/> <polygon fill="%23676767" points="20.108,14.729 20.08,14.751 13.257,18.643 13.328,23.192 13.335,23.356 13.328,23.356 13.349,24.361 23.467,18.052 23.481,18.045 24.729,17.267 24.793,16.312 24.793,16.312 25.099,11.892 24.201,12.398 24.194,12.398 "/> <polyline fill="%23999999" points="15.788,8.113 15.788,8.12 15.781,12.148 15.781,12.455 15.774,12.462 15.774,12.562 19.167,14.344 23.545,11.877 19.538,9.931 19.531,9.931 15.788,8.113 "/> <polygon fill="%23999999" points="3.974,13.111 4.416,18.565 12.551,23.841 13.349,24.361 13.328,23.356 13.328,23.192 13.257,18.643 "/> <polyline fill="%23CCCCCC" points="17.413,8.205 15.788,7.421 3.974,13.111 13.257,18.643 20.108,14.729 24.194,12.398 25.085,11.884 17.413,8.205 "/> <path fill="%23676767" d="M19.276,20.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.483,21.022,19.414,20.758,19.276,20.554"/> <path fill="%23676767" d="M25.948,16.369c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,16.388,25.952,16.379,25.948,16.369"/> <path fill="%23999999" d="M19.062,20.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.741,20.188,18.92,20.236,19.062,20.34"/> <path fill="%23999999" d="M24.122,15.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,15.221"/> </svg> ');
}
.yellow.icon-erp-store-trolley2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.398,23.406 23.604,19.135 13.966,13.609 13.985,17.739 "/> <polygon fill="%23676767" points="28.015,16.278 23.604,19.135 23.398,23.406 27.706,20.474 "/> <polygon fill="%23CCCCCC" points="23.604,19.135 28.015,16.278 18.396,11.099 13.966,13.609 "/> <polyline fill="%23999999" points="14.378,5.78 16.317,6.782 19.483,8.421 19.174,23.147 21.567,24.655 22.264,7.297 11.915,2.127 12.14,18.904 14.407,20.272 14.378,5.78 "/> <polyline fill="%23676767" points="16.317,6.782 14.378,5.78 14.407,20.272 16.242,19.176 16.317,6.782 "/> <polyline fill="%23676767" points="24.25,6.201 22.264,7.297 21.567,24.655 23.501,23.366 24.25,6.201 "/> <polyline fill="%23CCCCCC" points="22.264,7.297 24.25,6.201 13.901,1.181 11.915,2.127 22.264,7.297 "/> <polyline fill="%23f9e100" points="22.079,12.247 19.419,10.87 6.553,18.133 13.746,17.149 23.982,11.118 "/> <polygon fill="%23f9e100" points="11.981,6.898 3.678,11.118 1.542,14.939 14.378,8.134 "/> <polyline fill="%23a58d00" points="13.746,17.149 13.765,19.603 23.861,13.478 23.982,11.118 13.746,17.149 "/> <polygon fill="%23a58d00" points="16.275,9.423 16.293,7.128 1.542,14.939 1.72,17.365 "/> <polygon fill="%23ccaa00" points="13.765,19.603 13.746,17.149 6.553,18.133 6.665,20.605 "/> </svg>');
}
.yellow.icon-erp-store-trolley2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.585,23.406 23.791,19.135 14.154,13.609 14.173,17.739 "/> <polygon fill="%23676767" points="28.202,16.278 23.791,19.135 23.585,23.406 27.893,20.474 "/> <polygon fill="%23CCCCCC" points="23.791,19.135 28.202,16.278 18.584,11.099 14.154,13.609 "/> <polyline fill="%23f9e100" points="7.261,28.735 14.032,27.695 23.688,21.289 21.188,19.828 7.261,28.735 "/> <polyline fill="%23f9e100" points="16.43,17.028 14.163,15.698 4.517,21.289 2.531,25.354 16.43,17.028 "/> <polyline fill="%23a58d00" points="14.032,27.695 14.042,29.868 23.585,23.406 23.688,21.289 14.032,27.695 "/> <polyline fill="%23a58d00" points="16.411,19.088 16.43,17.028 2.531,25.354 2.69,27.508 16.411,19.088 "/> <polyline fill="%23ccaa00" points="7.261,28.735 7.364,30.926 14.042,29.868 14.032,27.695 7.261,28.735 "/> <polyline fill="%23999999" points="14.566,5.78 16.505,6.782 19.67,8.421 19.361,20.999 21.862,22.507 22.452,7.297 12.103,2.127 12.328,16.756 14.594,18.123 14.566,5.78 "/> <polyline fill="%23676767" points="16.505,6.782 14.566,5.78 14.594,18.123 16.43,17.028 16.505,6.782 "/> <polyline fill="%23676767" points="24.437,6.201 22.452,7.297 21.862,22.507 23.688,21.289 24.437,6.201 "/> <polyline fill="%23CCCCCC" points="22.452,7.297 24.437,6.201 14.088,1.181 12.103,2.127 22.452,7.297 "/> </svg> ');
}
.yellow.icon-erp-store-position{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23f9e100" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23ccaa00" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23a58d00" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> <polygon fill="%23CCCCCC" points="12.218,10.321 4.996,13.609 12.129,17.755 19.263,13.887 "/> <polygon fill="%23999999" points="5.065,14.485 4.996,13.609 12.129,17.755 12.129,18.66 "/> </svg> ');
}
.yellow.icon-erp-store-shelf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23f9e100" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23ccaa00" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23a58d00" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.yellow.icon-erp-store-shelf.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23999999" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23676767" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.yellow.icon-erp-store-alarm{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000057848574557793657180000007267024614471483550_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000057848574557793657180000007267024614471483550_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000075870873425977862090000005357458486843867823_" gradientUnits="userSpaceOnUse" x1="20.7367" y1="11.8606" x2="11.8731" y2="11.8606"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_00000075870873425977862090000005357458486843867823_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%23FF0000" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.yellow.icon-erp-store-load{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a58d00" points="21.703,12.028 21.739,11.316 21.839,9.02 13.568,13.298 13.625,18.403 20.006,14.809 20.013,14.809 21.625,13.904 21.703,12.028 "/> <polyline fill="%23B6B6B6" points="6.189,18.467 4.941,19.13 12.427,23.921 12.392,22.345 6.189,18.467 "/> <polyline fill="%23676767" points="24.106,13.397 24.092,13.39 13.162,19.643 13.254,25.361 23.386,19.037 23.386,19.044 24.633,18.267 24.698,17.312 24.997,12.884 24.106,13.397 "/> <polyline fill="%23676767" points="21.703,12.028 21.625,13.904 23.45,12.877 21.703,12.028 "/> <polyline fill="%23676767" points="5.882,13.904 4.592,14.538 4.941,19.13 6.189,18.467 6.189,18.467 5.882,13.904 "/> <polyline fill="%23999999" points="4.592,14.538 3.879,14.11 4.321,19.565 12.449,24.841 13.254,25.361 13.162,19.643 12.32,19.144 12.392,22.345 12.427,23.921 4.941,19.13 4.592,14.538 "/> <polyline fill="%23CCCCCC" points="21.739,11.316 21.703,12.028 23.45,12.877 21.625,13.904 20.013,14.809 20.006,14.809 13.625,18.403 12.32,19.144 13.162,19.643 24.092,13.39 24.99,12.877 21.739,11.316 "/> <polyline fill="%23CCCCCC" points="5.879,14.11 6.592,14.538 7.882,13.904 7.832,13.169 5.879,14.11 "/> <path fill="%23ccaa00" d="M5.832,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.561,9.02 L5.832,13.169z"/> <polygon fill="%23f9e100" points="5.561,9.02 13.568,13.298 21.839,9.02 13.818,5.341 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.951,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.918,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.121,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.121,16.221"/> <polygon fill="%23CCCCCC" points="3.879,14.11 4.592,14.538 5.882,13.904 5.832,13.169 "/> </svg>');
}
.yellow.icon-erp-store-unload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23494949" points="21.289,18.614 28.151,14.4 22.498,11.35 19.06,16.371 "/> <polygon fill="%23CCCCCC" points="24.294,8.412 24.308,8.398 27.228,5.534 23.917,3.972 17.756,1.08 6.305,11.346 7.002,11.785 17.77,2.07 25.639,5.847 23.45,7.98 14.564,16.629 15.387,17.159 "/> <polyline fill="%23999999" points="7.002,11.785 6.305,11.346 8.584,15.514 9.428,16.078 16.571,20.867 17.366,21.396 15.387,17.159 14.564,16.629 16.251,20.19 8.898,15.305 7.002,11.785 "/> <polygon fill="%23999999" points="19.108,5.771 23.45,7.98 25.639,5.847 17.77,2.07 "/> <polygon fill="%23B6B6B6" points="23.45,7.98 19.108,5.771 8.898,15.305 16.251,20.19 14.564,16.629 "/> <polyline fill="%23676767" points="24.308,8.398 24.308,8.412 24.294,8.412 15.387,17.159 17.366,21.396 19.917,18.797 25.945,12.649 28.204,10.343 28.455,10.092 28.259,9.381 27.228,5.534 24.308,8.398 "/> <polygon fill="%23676767" points="7.002,11.785 8.898,15.305 19.108,5.771 17.77,2.07 "/> <g> <g> <path fill="%23a58d00" d="M7.002,31.952l5.851-4.433l0.842-7.181l-6.693,3.812V31.952z"/> <path fill="%23ccaa00" d="M1.151,27.52l5.851,4.433v-7.802l-6.693-3.812L1.151,27.52z"/> <path fill="%23f9e100" d="M7.002,17.413l-6.693,2.926l6.693,3.812l6.693-3.812L7.002,17.413z"/> </g> </g> <path fill="%23676767" d="M23.008,17.502c0.138,0.204,0.207,0.468,0.207,0.791c0.005,0.509-0.14,1.055-0.435,1.64 c-0.266,0.528-0.597,0.982-0.991,1.362c-0.523,0.499-1.012,0.758-1.469,0.777c-0.285,0.014-0.509-0.074-0.67-0.264 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.214-0.01,0.392,0.038,0.535,0.143c0.076,0.048,0.143,0.114,0.2,0.2 C22.998,17.492,23.003,17.497,23.008,17.502"/> <path fill="%23676767" d="M29.679,13.317c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C29.689,13.336,29.684,13.327,29.679,13.317"/> <path fill="%23999999" d="M22.794,17.288c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C22.473,17.136,22.651,17.184,22.794,17.288"/> <path fill="%23999999" d="M27.854,12.169c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L27.854,12.169"/> </svg> ');
}
.yellow.icon-erp-store-alarm.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.yellow.icon-shark{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.575,23.266 15.594,26.528 28.928,17.352 29.159,14.238 15.575,23.266 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4.2464" y1="21.0989" x2="15.5939" y2="21.0989"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.246,15.67l0.213,3.133c0.542,2.341,2.008,4.192,4.399,5.554c1.768,1.01,4.014,1.734,6.736,2.172 l-0.018-3.262c-2.741-0.419-5.008-1.118-6.801-2.098c-1.464-0.798-2.592-1.77-3.382-2.915C4.853,17.473,4.471,16.612,4.246,15.67"/> <path fill="%23CCCCCC" d="M4.246,15.67c0.225,0.942,0.607,1.803,1.146,2.583c0.79,1.145,1.918,2.117,3.382,2.915 c1.793,0.98,4.06,1.679,6.801,2.098l13.584-9.028L17.83,7.982L4.246,15.67"/> <polygon fill="%23a58d00" points="29.233,13.267 29.353,11.65 17.128,19.533 17.119,21.233 "/> <polygon fill="%23ccaa00" points="5.614,12.214 5.706,13.831 17.119,21.233 17.128,19.533 "/> <polygon fill="%23f9e100" points="5.614,12.214 17.128,19.533 29.353,11.65 17.858,5.505 "/> <path fill="%23676767" d="M22.811,22.693c0.004,0.001,0.007,0.003,0.009,0.005c0.105,0.068,0.233,0.109,0.383,0.125 c0.499,0.055,1.001-0.166,1.506-0.665c0.456-0.456,0.795-0.899,1.016-1.331c0.246-0.487,0.388-1.029,0.425-1.626 c0.025-0.481-0.08-0.812-0.314-0.993c-0.04-0.033-0.085-0.06-0.134-0.083c-0.088-0.041-0.188-0.067-0.3-0.079 c-0.106-0.012-0.212-0.012-0.319,0c-0.393,0.05-0.789,0.272-1.187,0.665c-0.456,0.456-0.795,0.899-1.016,1.331 c-0.246,0.487-0.388,1.029-0.425,1.626c-0.01,0.201,0.002,0.375,0.037,0.522C22.546,22.419,22.652,22.587,22.811,22.693"/> <linearGradient id="SVGID_00000101814739646613253090000000792836742631895474_" gradientUnits="userSpaceOnUse" x1="23.5645" y1="17.4081" x2="23.5645" y2="22.6929"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="0.3869" style="stop-color:%23CCCCCC"/> <stop offset="0.9322" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000101814739646613253090000000792836742631895474_)" d="M21.845,19.394 c-0.246,0.481-0.385,1.023-0.416,1.626c-0.029,0.565,0.117,0.927,0.439,1.086l0.943,0.587c-0.159-0.106-0.265-0.274-0.319-0.504 c-0.035-0.147-0.047-0.321-0.037-0.522c0.037-0.598,0.179-1.14,0.425-1.626c0.222-0.431,0.561-0.875,1.016-1.331 c0.398-0.393,0.794-0.615,1.187-0.665c0.107-0.012,0.213-0.012,0.319,0c0.112,0.012,0.213,0.038,0.3,0.079l-0.956-0.587 c-0.004-0.002-0.008-0.005-0.014-0.009c-0.099-0.058-0.217-0.095-0.356-0.111c-0.493-0.055-0.995,0.163-1.506,0.656 C22.409,18.522,22.067,18.963,21.845,19.394"/> </svg> ');
}
.yellow.icon-hulk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="17.056,24.466 31.724,14.71 19.625,8.186 4.918,16.509 17.056,24.466 "/> <polyline fill="%23676767" points="31.437,18.011 31.724,14.71 17.056,24.466 17.036,27.925 31.437,18.011 "/> <polyline fill="%23f9e100" points="17.065,13.267 28.254,6.625 19.853,2.394 8.644,8.335 17.065,13.267 "/> <polyline fill="%23ccaa00" points="17.026,21.165 17.065,13.267 8.644,8.335 8.931,16.015 17.026,21.165 "/> <polyline fill="%23a58d00" points="17.065,13.267 17.026,21.165 27.78,14.216 28.254,6.625 17.065,13.267 "/> <path fill="%23a58d00" d="M13.725,26.67l0.049,3.499l3.262-2.244l0.02-3.459L13.725,26.67z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="1.6163" y1="24.2731" x2="13.774" y2="24.2731"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M2.807,21.199c-0.569-0.852-0.966-1.793-1.191-2.822l0.267,3.371c0.54,2.55,2.089,4.567,4.646,6.049 c1.898,1.114,4.313,1.904,7.245,2.372l-0.049-3.499c-2.959-0.461-5.4-1.226-7.324-2.293C4.837,23.505,3.639,22.446,2.807,21.199z"/> <path fill="%23f9e100" d="M1.616,18.377c0.225,1.029,0.622,1.97,1.191,2.822c0.832,1.247,2.029,2.306,3.593,3.178 c1.924,1.067,4.366,1.832,7.324,2.293l3.331-2.204L4.918,16.509L1.616,18.377z"/> <path fill="%2300FF00" d="M0.45,3.521c0.49,1.993,1.818,3.626,3.983,4.898c0.454,0.269,0.945,0.521,1.473,0.756 c2.016,0.896,4.557,1.545,7.621,1.947l3.618-2.036L4.038,1.831L0.45,3.521z"/> <linearGradient id="SVGID_00000078036153945263662470000008414908070228577215_" gradientUnits="userSpaceOnUse" x1="0.45" y1="14.4976" x2="13.7147" y2="14.4976"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000078036153945263662470000008414908070228577215_)" d="M4.433,8.419C2.268,7.147,0.94,5.515,0.45,3.521 l1.077,13.7c0.554,2.524,2.165,4.517,4.833,5.98c1.931,1.054,4.382,1.812,7.354,2.273l-0.188-14.352 c-3.064-0.402-5.604-1.051-7.621-1.947C5.378,8.939,4.887,8.687,4.433,8.419z"/> <polygon fill="%23006600" points="17.145,9.086 13.527,11.122 13.715,25.474 17.056,23.28 "/> </svg>');
}
.yellow.icon-LED_pas{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.yellow.icon-QR_kod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ccaa00" points="2,2 9.636,2 9.636,4.545 4.545,4.545 4.545,9.636 2,9.636 "/> <polygon fill="%23ccaa00" points="22.364,2 22.364,4.545 27.455,4.545 27.455,9.636 30,9.636 30,2 "/> <polygon fill="%23ccaa00" points="30,22.364 27.455,22.364 27.455,27.455 22.364,27.455 22.364,30 30,30 "/> <polygon fill="%23ccaa00" points="9.636,27.455 4.545,27.455 4.545,22.364 2,22.364 2,30 9.636,30 "/> <path fill="%23ccaa00" d="M7.091,7.091v7.636h7.636V7.091H7.091z M12.182,12.182H9.636V9.636h2.545V12.182z"/> <path fill="%23ccaa00" d="M17.273,7.091v7.636h7.636V7.091H17.273z M22.364,12.182h-2.545V9.636h2.545V12.182z"/> <rect x="17.273" y="17.273" fill="%23ccaa00" width="2.545" height="2.545"/> <path fill="%23ccaa00" d="M7.091,17.273v7.636h7.636v-7.636H7.091z M12.182,22.364H9.636v-2.545h2.545V22.364z"/> <rect x="17.273" y="22.364" fill="%23ccaa00" width="2.545" height="2.545"/> <rect x="19.818" y="19.818" fill="%23ccaa00" width="2.545" height="2.545"/> <rect x="22.364" y="19.818" fill="%23ccaa00" width="2.545" height="2.545"/> <rect x="22.364" y="22.364" fill="%23ccaa00" width="2.545" height="2.545"/> </svg> ');
}
.yellow.icon-QR_kod_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ccaa00" d="M2,2v8h8V2H2z M8,8H4V4l4,0.022V8z"/> <path fill="%23ccaa00" d="M22,2v8h8V2H22z M28,8h-4V4l4,0.022V8z"/> <path fill="%23ccaa00" d="M2,22v8h8v-8H2z M8,28H4v-4l4,0.022V28z"/> <path fill="%23ccaa00" d="M22,22v8h8v-8H22z M28,28h-4v-4l4,0.022V28z"/> <rect x="2" y="13" fill="%23ccaa00" width="3" height="3"/> <rect x="5" y="16" fill="%23ccaa00" width="3" height="3"/> <rect x="2" y="19" fill="%23ccaa00" width="3" height="3"/> <rect x="10" y="11" fill="%23ccaa00" width="3" height="3"/> <rect x="7" y="11" fill="%23ccaa00" width="3" height="3"/> <rect x="13" y="14" fill="%23ccaa00" width="3" height="3"/> <rect x="16" y="14" fill="%23ccaa00" width="3" height="3"/> <rect x="13" y="8" fill="%23ccaa00" width="3" height="3"/> <rect x="16" y="8" fill="%23ccaa00" width="3" height="3"/> <rect x="10" y="17" fill="%23ccaa00" width="3" height="3"/> <rect x="16" y="20" fill="%23ccaa00" width="3" height="3"/> <rect x="16" y="26" fill="%23ccaa00" width="3" height="3"/> <rect x="13" y="2" fill="%23ccaa00" width="3" height="3"/> <rect x="13" y="23" fill="%23ccaa00" width="3" height="3"/> <rect x="22" y="14" fill="%23ccaa00" width="3" height="3"/> <rect x="25" y="14" fill="%23ccaa00" width="3" height="3"/> <rect x="19" y="17" fill="%23ccaa00" width="3" height="3"/> </svg>');
}
.yellow.icon-BAR_code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ccaa00" points="5,6 5,6.143 5,26 3,26 3,6 "/> <polyline fill="%23ccaa00" points="9,6 9,6.143 9,26 7,26 7,6 "/> <polyline fill="%23ccaa00" points="22,6 22,6.143 22,26 20,26 20,6 "/> <polyline fill="%23ccaa00" points="18,6 18,6.143 18,26 11,26 11,6 "/> <polyline fill="%23ccaa00" points="29,6 29,6.143 29,26 24,26 24,6 "/> </svg>');
}
.purple.icon-erp-product{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23FF66FF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF99FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.purple.icon-erp-product-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23990099" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23FF66FF" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.purple.icon-erp-product-param{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF66FF" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <polygon fill="%23FF99FF" points="7.961,10.322 8.773,9.967 17.325,14.872 16.642,15.267 "/> <polygon fill="%23990099" points="17.325,19.962 16.641,20.33 16.642,15.267 17.325,14.872 "/> <polygon fill="%23676767" points="16.642,25.385 17.325,24.868 17.325,19.962 16.641,20.33 "/> </svg> ');
}
.purple.icon-erp-product-composition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M26.679,19.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,19.012"/> <polyline fill="%23676767" points="22.351,15.458 22.339,15.453 16.53,18.758 16.53,18.819 16.53,25.726 16.536,25.733 20.332,23.218 22.019,22.102 22.127,19.952 22.351,15.458 "/> <polygon fill="%23676767" points="21.437,9.997 21.514,8.171 16.534,10.596 16.537,12.492 16.537,12.499 18.417,13.456 18.44,13.411 18.44,11.524 "/> <polyline fill="%23999999" points="16.53,18.819 10.692,15.466 10.943,19.954 11.011,22.069 12.722,23.202 16.53,25.726 16.53,18.819 "/> <polyline fill="%23999999" points="8.756,14.356 8.758,14.356 8.756,14.354 8.756,14.356 "/> <polyline fill="%23999999" points="16.53,12.495 16.537,12.492 16.534,10.596 11.555,8.173 11.635,10.001 14.624,11.524 14.624,13.465 16.53,12.495 "/> <polygon fill="%23999999" points="22.339,15.453 22.351,15.458 22.127,19.952 22.184,19.954 23.819,20.866 24.261,14.358 18.44,11.524 18.44,13.411 18.417,13.456 "/> <polyline fill="%23CCCCCC" points="16.537,6.013 11.555,8.173 16.534,10.596 21.514,8.171 16.537,6.013 "/> <polyline fill="%23CCCCCC" points="16.537,12.499 16.53,12.495 14.624,13.465 10.692,15.466 16.53,18.819 16.53,18.758 22.339,15.453 18.417,13.456 16.537,12.499 "/> <polygon fill="%23CCCCCC" points="23.41,8.994 21.437,9.997 18.44,11.524 24.261,14.358 29.239,11.522 "/> <path fill="%23FF66FF" d="M8.756,14.356v-0.002l-4.933-2.832l0.733,6.275l1.835,1.213l2.82,1.868L8.756,14.356z"/> <path fill="%23990099" d="M8.758,14.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002v-1.941L8.758,14.356z"/> <path fill="%23FF99FF" d="M11.635,10.001L9.66,8.994l-5.837,2.528l4.933,2.832l0.002,0.002l5.866-2.832L11.635,10.001z"/> </svg> ');
}
.purple.icon-erp-product-assembly{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF99FF" d="M3.788,11.476l-0.005-0.054l0.038,0.023l1.124-1.056L6.589,6.75l-4.609,4.426L0,15.038L3.788,11.476 M11.751,12.737l-0.024,0.089l0.028-0.014L11.751,12.737z"/> <polyline fill="%23676767" points="8.738,14.267 8.738,14.269 8.738,14.269 8.738,14.267 "/> <polyline fill="%23676767" points="16.547,18.691 16.547,18.752 16.547,25.689 16.551,25.694 16.551,25.696 20.366,23.171 22.061,22.048 22.169,19.889 22.395,15.375 22.381,15.368 16.547,18.691 "/> <polyline fill="%23676767" points="21.553,8.056 21.552,8.056 16.549,10.49 16.551,10.492 16.554,12.394 16.554,12.401 18.443,13.363 18.465,13.319 18.465,11.424 18.464,11.422 21.477,9.89 21.553,8.056 "/> <path fill="%23676767" d="M28.581,17.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,17.726"/> <polyline fill="%23999999" points="10.682,15.384 10.703,15.779 10.794,17.395 10.932,19.889 10.934,19.89 10.932,19.89 11.002,22.017 11.001,22.017 12.719,23.155 16.547,25.689 16.547,18.752 10.682,15.384 "/> <polyline fill="%23999999" points="8.738,14.267 8.738,14.267 8.738,14.269 8.75,14.274 8.74,14.267 8.738,14.267 "/> <polyline fill="%23999999" points="16.551,10.492 16.549,10.49 11.55,8.056 11.55,8.061 11.63,9.894 11.627,9.894 11.69,11.27 12.064,11.604 11.751,12.737 11.754,12.812 11.812,14.09 12.483,14.466 16.547,12.398 16.554,12.394 16.551,10.492 "/> <polygon fill="%23999999" points="18.465,13.319 18.443,13.363 22.381,15.368 22.395,15.375 22.169,19.889 22.227,19.892 23.867,20.808 24.313,14.269 18.465,11.424 "/> <polyline fill="%23CCCCCC" points="9.194,20.821 9.199,20.824 9.194,20.828 9.194,20.821 "/> <polyline fill="%23CCCCCC" points="11.55,8.056 16.549,10.49 21.552,8.056 16.554,5.887 11.55,8.056 "/> <polyline fill="%23CCCCCC" points="16.554,12.401 16.547,12.398 12.483,14.466 11.078,15.181 10.707,15.37 10.682,15.384 16.547,18.752 16.547,18.691 22.381,15.368 18.443,13.363 16.554,12.401 "/> <polygon fill="%23CCCCCC" points="18.464,11.422 18.465,11.424 24.313,14.269 29.314,11.422 23.456,8.881 21.477,9.89 "/> <path fill="%23FF66FF" d="M10.707,15.37l0.024-0.028l-5.786-4.954l-1.124,1.056l-0.038-0.023l0.005,0.054L0,15.038l5.47,4.372h0.002 l0.46,0.367l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,15.37 M8.738,14.269v-0.002l0,0H8.74l0.01,0.007 L8.738,14.269L8.738,14.269z"/> <path fill="%23990099" d="M11.726,12.826l0.024-0.089l0.313-1.133L11.69,11.27L6.589,6.75l-1.644,3.639l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,12.826z"/> </svg>');
}
.purple.icon-erp-product-component{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M16.642,16.055l6.355,3.659l-6.355,4.814l-6.355-4.814L16.642,16.055 M16.642,15.267l-7.589,4.369 l7.589,5.749l7.589-5.749L16.642,15.267L16.642,15.267z"/> <path fill="%23676767" d="M15.959,7.572v7.3l-6.348,3.655l-0.913-7.781L15.959,7.572 M16.642,6.528l-8.681,3.794l1.092,9.314 l7.589-4.369V6.528L16.642,6.528z"/> <path fill="%23FF66FF" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <path fill="%23999999" d="M17.325,7.572l7.261,3.174l-0.913,7.781l-6.348-3.655V7.572 M16.642,6.528v8.739l7.589,4.369l1.092-9.314 L16.642,6.528L16.642,6.528z"/> <path fill="%23CCCCCC" d="M16.642,7.273l7.159,3.129l-7.159,4.078l-7.16-4.078L16.642,7.273 M16.642,6.528l-8.681,3.794l8.681,4.944 l8.681-4.944L16.642,6.528L16.642,6.528z"/> <path fill="%23676767" d="M24.487,11.585l-0.901,7.683l-6.261,4.743v-8.347L24.487,11.585 M25.323,10.322l-8.681,4.944v10.118 l7.589-5.749L25.323,10.322L25.323,10.322z"/> </svg> ');
}
.purple.icon-erp-product-tool{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M7.874,5.998c-0.278,0.128-0.418,0.295-0.418,0.5c0,0.02,0,0.039,0,0.058C7.46,6.578,7.465,6.6,7.47,6.622 c0.064,0.25,0.272,0.423,0.624,0.519C8.408,7.224,8.7,7.256,8.969,7.237c0.275-0.019,0.557-0.096,0.845-0.231 c0.247-0.114,0.385-0.258,0.413-0.432c0.01-0.06,0.007-0.124-0.01-0.192c-0.064-0.25-0.272-0.423-0.624-0.519 C9.279,5.78,8.988,5.748,8.719,5.767C8.444,5.786,8.162,5.863,7.874,5.998z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.4556" y1="13.9832" x2="10.8288" y2="13.9832"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M7.47,6.622C7.465,6.6,7.46,6.578,7.456,6.555l0.663,14.021c-0.002,0.036-0.001,0.073,0.005,0.11 c0.038,0.256,0.237,0.448,0.596,0.576c0.314,0.115,0.596,0.163,0.845,0.144c0.263-0.019,0.535-0.109,0.817-0.269 c0.333-0.192,0.48-0.416,0.442-0.672c-0.001-0.006-0.002-0.013-0.005-0.019L10.227,6.574c-0.029,0.174-0.166,0.318-0.413,0.432 c-0.288,0.134-0.57,0.211-0.845,0.231C8.7,7.256,8.408,7.224,8.094,7.141C7.742,7.045,7.534,6.872,7.47,6.622z"/> <polyline fill="%23FF99FF" points="3.771,3.768 6.5,3.307 10.515,5.372 13.859,3.816 9.833,1.837 7.057,2.337 3.771,3.768 "/> <polyline fill="%23FF66FF" points="3.771,3.768 3.896,5.67 10.66,9.33 10.515,5.372 6.5,3.307 3.771,3.768 "/> <polyline fill="%23990099" points="10.66,9.33 13.935,7.716 13.859,3.816 10.515,5.372 10.66,9.33 "/> <path fill="%23CCCCCC" d="M15.569,14.827c0.09,0.263,0.33,0.458,0.721,0.586c0.346,0.109,0.656,0.157,0.932,0.144 c0.295-0.019,0.592-0.115,0.893-0.288c0.245-0.138,0.388-0.291,0.428-0.461c0.02-0.083,0.015-0.169-0.014-0.259 c-0.09-0.263-0.33-0.458-0.721-0.586c-0.352-0.109-0.663-0.157-0.932-0.144c-0.295,0.019-0.596,0.112-0.903,0.279 c-0.238,0.136-0.377,0.288-0.418,0.456c-0.017,0.073-0.017,0.149,0,0.226C15.559,14.795,15.564,14.811,15.569,14.827"/> <linearGradient id="SVGID_00000056417952209318299690000012660810451522833548_" gradientUnits="userSpaceOnUse" x1="15.5543" y1="20.5339" x2="18.542" y2="20.5339"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000056417952209318299690000012660810451522833548_)" d="M16.289,15.413 c-0.391-0.128-0.631-0.323-0.721-0.586c-0.005-0.016-0.01-0.032-0.014-0.048l0.072,10.505c-0.009,0.064-0.006,0.13,0.01,0.197 c0.058,0.263,0.282,0.471,0.672,0.624c0.339,0.134,0.64,0.195,0.903,0.183c0.282-0.019,0.573-0.122,0.874-0.307 c0.327-0.208,0.475-0.439,0.442-0.692l0.014-10.481c-0.04,0.17-0.182,0.323-0.428,0.461c-0.301,0.173-0.599,0.269-0.893,0.288 C16.946,15.569,16.635,15.521,16.289,15.413"/> <path fill="%23FF99FF" d="M16.284,13.044l-0.01,0.005l0.764,1.321l1.633,0.922l1.624-0.922l-1.643-0.903l-1.614-2.786l-1.633,0.865 l0.831,1.441C16.253,13.007,16.269,13.026,16.284,13.044"/> <path fill="%23FF99FF" d="M18.72,8.125l1.672-0.874c-0.608-0.82-1.291-1.435-2.046-1.845c-0.73-0.397-1.412-0.548-2.046-0.452 c-0.226,0.033-0.435,0.094-0.624,0.183c-0.034,0.019-0.069,0.038-0.106,0.058L14.07,5.93c0.165-0.071,0.344-0.12,0.538-0.149 c0.112-0.016,0.226-0.024,0.341-0.024c0.536-0.002,1.104,0.163,1.705,0.495c0.472,0.262,0.915,0.601,1.331,1.018 c0.028,0.027,0.055,0.054,0.082,0.082C18.293,7.586,18.51,7.844,18.72,8.125"/> <polyline fill="%23FF99FF" points="24.561,8.433 23.437,9.038 25.925,10.287 27.039,9.662 24.561,8.433 "/> <path fill="%23CCCCCC" d="M26.497,19.198c0.012-0.046,0.015-0.092,0.01-0.139c-0.003-0.058-0.018-0.117-0.043-0.178 c-0.115-0.269-0.387-0.48-0.817-0.634c-0.384-0.128-0.714-0.186-0.99-0.173c-0.32,0.013-0.64,0.118-0.961,0.317 c-0.288,0.183-0.434,0.38-0.437,0.591c0,0.006,0,0.01,0,0.014c0.001,0.067,0.015,0.134,0.043,0.202 c0.115,0.275,0.387,0.487,0.817,0.634c0.378,0.134,0.708,0.195,0.99,0.183c0.32-0.013,0.64-0.118,0.961-0.317 C26.318,19.542,26.46,19.376,26.497,19.198"/> <path fill="%23FF66FF" d="M18.71,8.634l0.01-0.509c-0.209-0.281-0.427-0.539-0.653-0.773c-0.027-0.028-0.054-0.055-0.082-0.082 c-0.415-0.417-0.859-0.757-1.331-1.018c-0.601-0.332-1.169-0.497-1.705-0.495c-0.115,0-0.229,0.008-0.341,0.024 C14.414,5.81,14.235,5.859,14.07,5.93c-0.053,0.024-0.104,0.05-0.154,0.077c-0.32,0.176-0.579,0.443-0.778,0.802 c-0.359,0.647-0.474,1.515-0.346,2.603c0.192,1.595,0.797,3.074,1.816,4.438c1.217,1.633,2.571,2.27,4.064,1.912v-0.471 l-1.633-0.922l-0.764-1.321l-0.038-0.062l-0.831-1.441l-0.029-2.623c0.73-0.512,1.275-0.9,1.633-1.162l0.269,0.139L18.71,8.634"/> <polyline fill="%23FF66FF" points="23.437,9.038 22.735,12.208 23.85,15.542 23.735,18.808 24.916,19.471 25.041,16.185 26.386,14.12 25.925,10.287 23.437,9.038 "/> <linearGradient id="SVGID_00000062187702302965977700000005472116719410854811_" gradientUnits="userSpaceOnUse" x1="22.8919" y1="25.0149" x2="26.4966" y2="25.0149"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000062187702302965977700000005472116719410854811_)" d="M24.119,19.832 c-0.429-0.147-0.701-0.359-0.817-0.634c-0.028-0.068-0.042-0.135-0.043-0.202l-0.355,10.851c-0.002,0.012-0.004,0.023-0.005,0.034 c-0.014,0.082-0.007,0.165,0.019,0.25c0.083,0.269,0.336,0.493,0.759,0.672c0.365,0.16,0.685,0.237,0.961,0.231 c0.301-0.013,0.612-0.131,0.932-0.355c0.312-0.221,0.46-0.453,0.442-0.697l0.485-10.784c-0.036,0.178-0.179,0.345-0.428,0.5 c-0.32,0.199-0.64,0.304-0.961,0.317C24.827,20.027,24.497,19.966,24.119,19.832"/> <path fill="%23990099" d="M17.029,8.077l0.25-0.178L17.01,7.76c-0.359,0.263-0.903,0.65-1.633,1.162l0.029,2.623l1.633-0.865 L17.029,8.077"/> <polyline fill="%23990099" points="18.672,15.292 18.672,15.763 20.286,14.84 20.295,14.37 18.672,15.292 "/> <polyline fill="%23990099" points="18.72,8.125 18.71,8.634 20.391,7.76 20.391,7.251 18.72,8.125 "/> <polygon fill="%23990099" points="27.481,13.476 27.039,9.662 25.925,10.287 26.386,14.12 25.041,16.185 24.916,19.471 25.983,18.808 26.127,15.542 "/> </svg> ');
}
.purple.icon-erp-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="6.958,10.321 15.602,6.808 15.641,15.266 "/> <polygon fill="%23606060" points="24.323,10.321 15.602,6.808 15.641,15.266 "/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.721-3.513L6.958,6.3l8.644,3.723L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%23FF99FF" points="21.4,10.076 18.223,8.774 20.825,8.848 18.609,7.956 16.051,7.883 13.021,6.641 10.711,6.521 13.883,7.821 10.269,7.718 12.292,8.605 16.056,8.712 19.35,10.063 "/> <polygon fill="%23FF66FF" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%23990099" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.purple.icon-erp-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%23FF99FF" points="21.464,11.94 18.273,10.301 21.019,8.877 18.661,7.846 16.091,9.18 13.048,7.617 10.727,8.674 13.914,10.31 10.284,12.194 12.315,13.393 16.096,11.431 19.405,13.131 "/> <polygon fill="%23FF66FF" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%23990099" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.purple.icon-erp-store{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> <polygon fill="%23FF99FF" points="2.155,8.616 0.562,9.422 6.664,13.102 8.175,12.15 "/> <polygon fill="%23FF66FF" points="0.562,9.422 1.701,19.189 7.441,23.356 6.664,13.102 "/> <polygon fill="%23999999" points="3.331,7.172 3.331,9.15 16.033,16.337 16.033,14.174 "/> <polygon fill="%23990099" points="8.175,12.15 8.886,22.181 7.441,23.356 6.664,13.102 "/> <polygon fill="%23676767" points="11.037,20.082 10.665,13.248 16.033,16.337 15.994,23.356 "/> <polygon fill="%23FF99FF" points="21.141,19.565 19.492,20.838 12.744,16.769 14.477,15.722 "/> <polygon fill="%23FF66FF" points="19.492,20.838 19.189,31.883 12.971,27.37 12.744,16.769 "/> <polygon fill="%23990099" points="21.141,19.565 20.769,30.425 19.189,31.883 19.492,20.838 "/> </svg>');
}
.purple.icon-erp-store.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%23990099" d="M17.852,17.688l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.688z"/> <path fill="%23FF66FF" d="M3.809,11.365l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.365z"/> <path fill="%23FF99FF" d="M5.539,10.592l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.592z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> </svg>');
}
.purple.icon-erp-store-room{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> <polygon fill="%23FF99FF" points="2.155,8.234 0.562,9.04 6.664,12.719 8.175,11.767 "/> <polygon fill="%23FF66FF" points="0.562,9.04 1.701,18.806 7.441,22.973 6.664,12.719 "/> <polygon fill="%23990099" points="8.175,11.767 8.886,21.799 7.441,22.973 6.664,12.719 "/> <polygon fill="%23FF99FF" points="21.141,19.182 19.492,20.455 12.744,16.386 14.477,15.339 "/> <polygon fill="%23FF66FF" points="19.492,20.455 19.189,31.5 12.971,26.987 12.744,16.386 "/> <polygon fill="%23990099" points="21.141,19.182 20.769,30.042 19.189,31.5 19.492,20.455 "/> <polygon fill="%23676767" points="8.886,12.215 8.175,11.767 8.644,18.9 9.026,19.173 "/> </svg> ');
}
.purple.icon-erp-store-room.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%23990099" d="M17.852,17.422l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.422z"/> <path fill="%23FF66FF" d="M3.809,11.099l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.099z"/> <path fill="%23FF99FF" d="M5.539,10.326l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.326z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> </svg> ');
}
.purple.icon-erp-store-building{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF66FF" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%23990099" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%23FF99FF" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%23CCCCCC" points="5.87,20.191 5.092,11.956 14.378,17.649 14.47,26.47 "/> <polygon fill="%23FF66FF" points="1.6,19.825 5.87,20.191 5.092,11.956 0.351,11.687 "/> <polygon fill="%23FF99FF" points="14.378,17.649 17.725,21.926 17.725,31.575 14.47,26.47 "/> <polygon fill="%23676767" points="5.092,11.956 5.87,20.191 12.198,16.312 "/> </svg> ');
}
.purple.icon-erp-store-building.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF66FF" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%23990099" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%23FF99FF" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%23990099" points="6.594,20.732 5.938,13.087 13.596,17.844 13.61,25.842 "/> </svg> ');
}
.purple.icon-erp-store-sector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%23FF99FF" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%23FF66FF" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%23990099" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.purple.icon-erp-store-sector.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%23CCCCCC" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%23999999" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%23676767" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.purple.icon-erp-store-rack{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF66FF" points="17.573,24.556 2.386,15.523 2.44,17.606 17.563,26.313 "/> <polygon fill="%23990099" points="24.985,19.397 17.573,24.556 17.563,26.313 24.806,21.182 "/> <polygon fill="%23FF99FF" points="9.48,11.436 2.386,15.523 17.573,24.556 24.985,19.397 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg> ');
}
.purple.icon-erp-store-rack.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.4332" y1="18.8104" x2="21.3841" y2="18.8104"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="21.358,22.594 6.433,13.334 6.528,15.344 21.384,24.287 "/> <polygon fill="%23676767" points="28.45,17.889 21.358,22.594 21.384,24.287 28.313,19.603 "/> <polygon fill="%23CCCCCC" points="13.238,9.651 6.433,13.334 21.358,22.594 28.45,17.889 "/> <linearGradient id="SVGID_00000036245205766875217590000016668992553142434965_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_00000036245205766875217590000016668992553142434965_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg>');
}
.purple.icon-erp-store-rack2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF66FF" points="15.07,24.422 15.07,24.419 15.078,25.325 14.616,25.644 15.089,25.985 15.07,24.422 "/> <polyline fill="%23FF66FF" points="14.395,21.432 15.042,21.864 15.034,21.145 5.145,14.609 5.213,15.287 5.216,15.287 5.728,15.633 6.053,18.91 5.615,19.152 5.618,19.18 12.738,24.295 12.677,22.533 14.395,21.432 "/> <polygon fill="%23FF66FF" points="12.386,15.397 12.386,15.394 9.756,16.837 15.059,20.278 17.669,18.623 "/> <polyline fill="%23676767" points="15.045,21.991 15.042,21.867 13.327,22.984 13.426,26.47 14.616,25.644 15.078,25.325 15.07,24.419 15.07,24.345 15.045,21.991 "/> <polyline fill="%23676767" points="21.011,20.873 21.011,20.876 20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 21.011,20.873 "/> <polyline fill="%23676767" points="17.669,18.623 19.475,17.481 12.311,13.285 12.386,15.394 12.386,15.397 17.669,18.623 "/> <polygon fill="%23676767" points="5.615,19.152 6.053,18.91 5.728,15.633 4.043,16.509 4.423,19.818 "/> <polyline fill="%23CCCCCC" points="15.042,21.867 15.042,21.864 14.395,21.432 12.677,22.533 13.327,22.984 15.042,21.867 "/> <polyline fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 15.001,7.847 "/> <polygon fill="%23CCCCCC" points="5.216,15.287 5.213,15.287 3.531,16.157 4.043,16.509 5.728,15.633 "/> <polyline fill="%23990099" points="20.128,17.866 20.125,17.866 15.034,21.145 15.042,21.864 15.045,21.867 15.045,21.991 15.07,24.345 15.07,24.422 15.089,25.985 19.219,23.086 19.946,22.577 20.034,20.275 20.034,20.275 20.128,17.866 "/> <polygon fill="%23990099" points="12.311,13.285 10.712,12.349 6.323,14.609 9.756,16.837 12.386,15.394 "/> <polyline fill="%23999999" points="9.467,12.412 10.189,12.046 10.189,12.043 10.191,12.046 10.712,12.349 12.311,13.285 19.475,17.481 20.125,17.866 20.128,17.864 20.128,17.866 20.034,20.275 20.034,20.275 20.034,20.275 19.946,22.577 19.219,23.086 20.849,24.146 21.011,20.876 21.009,20.873 21.011,20.873 21.185,17.368 9.357,10.601 9.467,12.412 "/> <polyline fill="%23999999" points="20.962,17.324 20.97,17.318 20.973,17.321 20.965,17.324 20.962,17.324 "/> <polyline fill="%23999999" points="13.327,22.984 12.677,22.533 12.738,24.295 12.799,26.008 13.426,26.47 13.327,22.984 "/> <polygon fill="%23999999" points="4.043,16.509 3.531,16.157 3.928,19.449 4.423,19.818 "/> <path fill="%23FF99FF" d="M10.189,12.046l-0.721,0.366l-4.323,2.197l9.89,6.536l5.091-3.279l-0.65-0.385l-1.806,1.143l-2.61,1.655 l-5.303-3.442l-3.433-2.227l4.389-2.26l-0.52-0.303H10.189z"/> </svg> ');
}
.purple.icon-erp-store-rack2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.503,19.014 19.503,18.954 17.964,19.956 17.903,23.364 18.748,22.778 18.894,22.676 19.39,22.335 19.503,19.014 "/> <polyline fill="%23676767" points="9.737,16.845 9.85,16.782 10.321,16.52 10.144,13.326 8.614,14.125 8.845,17.346 9.737,16.845 "/> <polygon fill="%23676767" points="20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 "/> <polyline fill="%23CCCCCC" points="19.503,18.954 19.503,18.951 18.85,18.563 17.314,19.554 17.964,19.956 19.503,18.954 "/> <polyline fill="%23CCCCCC" points="9.627,13.012 9.508,13.073 8.102,13.8 8.614,14.125 10.144,13.326 9.627,13.012 9.63,13.073 9.627,13.012 "/> <polygon fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 "/> <path fill="%23990099" d="M19.503,18.951l0.003,0.003l-0.003,0.061l-0.113,3.32l-0.022,0.65l0.578-0.407l0.182-4.713l-0.6,0.385 L19.503,18.951z"/> <polyline fill="%23999999" points="9.85,16.782 9.737,16.845 9.743,16.916 17.286,21.828 17.275,22.946 17.903,23.364 17.964,19.956 17.314,19.554 17.289,21.635 9.853,16.812 9.85,16.782 "/> <polyline fill="%23999999" points="8.845,17.346 8.614,14.125 8.102,13.8 8.338,17.016 8.845,17.346 "/> <polygon fill="%23999999" points="9.508,13.073 9.627,13.012 9.627,13.012 9.588,12.352 10.189,12.043 20.128,17.864 19.946,22.577 19.368,22.984 18.894,22.676 18.748,22.778 20.849,24.146 21.185,17.368 9.357,10.601 "/> <path fill="%23FF66FF" d="M9.588,12.352l0.039,0.661l0.518,0.314l0.176,3.194L9.85,16.782l0.003,0.03l7.436,4.824l0.025-2.081 l1.536-0.991l0.653,0.388l0.025-0.702L9.588,12.352 M18.894,22.676l0.474,0.308l0.022-0.65L18.894,22.676z"/> <path fill="%23FF99FF" d="M10.189,12.043l-0.6,0.308l9.939,5.897l0.6-0.385L10.189,12.043z"/> </svg>');
}
.purple.icon-erp-store-trolley{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.165,15.344 15.771,13.561 5.127,19.187 12.52,23.921 12.413,19.144 "/> <polyline fill="%23676767" points="15.771,13.462 15.779,13.148 15.786,9.12 4.685,14.538 5.034,19.13 5.127,19.187 15.771,13.561 15.771,13.462 "/> <polygon fill="%23676767" points="20.106,15.729 20.078,15.75 13.255,19.643 13.326,24.192 13.333,24.356 13.326,24.356 13.347,25.361 23.464,19.051 23.479,19.044 24.726,18.267 24.791,17.312 24.791,17.312 25.097,12.891 24.199,13.397 24.192,13.397 "/> <polyline fill="%23999999" points="15.786,9.112 15.786,9.12 15.779,13.148 15.779,13.454 15.771,13.462 15.771,13.561 19.165,15.344 23.543,12.877 19.536,10.931 19.529,10.931 15.786,9.112 "/> <polygon fill="%23999999" points="4.685,14.538 3.972,14.11 4.414,19.565 12.549,24.841 13.347,25.361 13.326,24.356 13.326,24.192 13.255,19.643 12.413,19.144 12.52,23.921 5.127,19.187 5.034,19.13 "/> <polyline fill="%23CCCCCC" points="17.411,9.205 15.786,8.421 3.972,14.11 4.685,14.538 15.786,9.12 15.786,9.112 19.529,10.931 19.536,10.931 23.543,12.877 19.165,15.344 12.413,19.144 13.255,19.643 20.078,15.75 20.078,15.715 20.106,15.729 24.192,13.397 25.083,12.884 17.411,9.205 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.95,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.917,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.12,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.12,16.221"/> </svg> ');
}
.purple.icon-erp-store-trolley.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.167,14.344 15.774,12.562 5.129,18.187 12.522,22.921 12.415,18.144 "/> <polyline fill="%23676767" points="15.774,12.462 15.781,12.148 15.788,8.12 4.687,13.538 5.036,18.13 5.129,18.187 15.774,12.562 15.774,12.462 "/> <polygon fill="%23676767" points="20.108,14.729 20.08,14.751 13.257,18.643 13.328,23.192 13.335,23.356 13.328,23.356 13.349,24.361 23.467,18.052 23.481,18.045 24.729,17.267 24.793,16.312 24.793,16.312 25.099,11.892 24.201,12.398 24.194,12.398 "/> <polyline fill="%23999999" points="15.788,8.113 15.788,8.12 15.781,12.148 15.781,12.455 15.774,12.462 15.774,12.562 19.167,14.344 23.545,11.877 19.538,9.931 19.531,9.931 15.788,8.113 "/> <polygon fill="%23999999" points="3.974,13.111 4.416,18.565 12.551,23.841 13.349,24.361 13.328,23.356 13.328,23.192 13.257,18.643 "/> <polyline fill="%23CCCCCC" points="17.413,8.205 15.788,7.421 3.974,13.111 13.257,18.643 20.108,14.729 24.194,12.398 25.085,11.884 17.413,8.205 "/> <path fill="%23676767" d="M19.276,20.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.483,21.022,19.414,20.758,19.276,20.554"/> <path fill="%23676767" d="M25.948,16.369c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,16.388,25.952,16.379,25.948,16.369"/> <path fill="%23999999" d="M19.062,20.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.741,20.188,18.92,20.236,19.062,20.34"/> <path fill="%23999999" d="M24.122,15.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,15.221"/> </svg> ');
}
.purple.icon-erp-store-trolley2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.398,23.406 23.604,19.135 13.966,13.609 13.985,17.739 "/> <polygon fill="%23676767" points="28.015,16.278 23.604,19.135 23.398,23.406 27.706,20.474 "/> <polygon fill="%23CCCCCC" points="23.604,19.135 28.015,16.278 18.396,11.099 13.966,13.609 "/> <polyline fill="%23999999" points="14.378,5.78 16.317,6.782 19.483,8.421 19.174,23.147 21.567,24.655 22.264,7.297 11.915,2.127 12.14,18.904 14.407,20.272 14.378,5.78 "/> <polyline fill="%23676767" points="16.317,6.782 14.378,5.78 14.407,20.272 16.242,19.176 16.317,6.782 "/> <polyline fill="%23676767" points="24.25,6.201 22.264,7.297 21.567,24.655 23.501,23.366 24.25,6.201 "/> <polyline fill="%23CCCCCC" points="22.264,7.297 24.25,6.201 13.901,1.181 11.915,2.127 22.264,7.297 "/> <polyline fill="%23FF99FF" points="22.079,12.247 19.419,10.87 6.553,18.133 13.746,17.149 23.982,11.118 "/> <polygon fill="%23FF99FF" points="11.981,6.898 3.678,11.118 1.542,14.939 14.378,8.134 "/> <polyline fill="%23990099" points="13.746,17.149 13.765,19.603 23.861,13.478 23.982,11.118 13.746,17.149 "/> <polygon fill="%23990099" points="16.275,9.423 16.293,7.128 1.542,14.939 1.72,17.365 "/> <polygon fill="%23FF66FF" points="13.765,19.603 13.746,17.149 6.553,18.133 6.665,20.605 "/> </svg>');
}
.purple.icon-erp-store-trolley2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.585,23.406 23.791,19.135 14.154,13.609 14.173,17.739 "/> <polygon fill="%23676767" points="28.202,16.278 23.791,19.135 23.585,23.406 27.893,20.474 "/> <polygon fill="%23CCCCCC" points="23.791,19.135 28.202,16.278 18.584,11.099 14.154,13.609 "/> <polyline fill="%23FF99FF" points="7.261,28.735 14.032,27.695 23.688,21.289 21.188,19.828 7.261,28.735 "/> <polyline fill="%23FF99FF" points="16.43,17.028 14.163,15.698 4.517,21.289 2.531,25.354 16.43,17.028 "/> <polyline fill="%23990099" points="14.032,27.695 14.042,29.868 23.585,23.406 23.688,21.289 14.032,27.695 "/> <polyline fill="%23990099" points="16.411,19.088 16.43,17.028 2.531,25.354 2.69,27.508 16.411,19.088 "/> <polyline fill="%23FF66FF" points="7.261,28.735 7.364,30.926 14.042,29.868 14.032,27.695 7.261,28.735 "/> <polyline fill="%23999999" points="14.566,5.78 16.505,6.782 19.67,8.421 19.361,20.999 21.862,22.507 22.452,7.297 12.103,2.127 12.328,16.756 14.594,18.123 14.566,5.78 "/> <polyline fill="%23676767" points="16.505,6.782 14.566,5.78 14.594,18.123 16.43,17.028 16.505,6.782 "/> <polyline fill="%23676767" points="24.437,6.201 22.452,7.297 21.862,22.507 23.688,21.289 24.437,6.201 "/> <polyline fill="%23CCCCCC" points="22.452,7.297 24.437,6.201 14.088,1.181 12.103,2.127 22.452,7.297 "/> </svg> ');
}
.purple.icon-erp-store-position{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF99FF" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23FF66FF" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23990099" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> <polygon fill="%23CCCCCC" points="12.218,10.321 4.996,13.609 12.129,17.755 19.263,13.887 "/> <polygon fill="%23999999" points="5.065,14.485 4.996,13.609 12.129,17.755 12.129,18.66 "/> </svg> ');
}
.purple.icon-erp-store-shelf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF99FF" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23FF66FF" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23990099" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.purple.icon-erp-store-shelf.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23999999" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23676767" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.purple.icon-erp-store-alarm{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000057848574557793657180000007267024614471483550_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000057848574557793657180000007267024614471483550_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000075870873425977862090000005357458486843867823_" gradientUnits="userSpaceOnUse" x1="20.7367" y1="11.8606" x2="11.8731" y2="11.8606"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_00000075870873425977862090000005357458486843867823_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%23FF0000" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.purple.icon-erp-store-load{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990099" points="21.703,12.028 21.739,11.316 21.839,9.02 13.568,13.298 13.625,18.403 20.006,14.809 20.013,14.809 21.625,13.904 21.703,12.028 "/> <polyline fill="%23B6B6B6" points="6.189,18.467 4.941,19.13 12.427,23.921 12.392,22.345 6.189,18.467 "/> <polyline fill="%23676767" points="24.106,13.397 24.092,13.39 13.162,19.643 13.254,25.361 23.386,19.037 23.386,19.044 24.633,18.267 24.698,17.312 24.997,12.884 24.106,13.397 "/> <polyline fill="%23676767" points="21.703,12.028 21.625,13.904 23.45,12.877 21.703,12.028 "/> <polyline fill="%23676767" points="5.882,13.904 4.592,14.538 4.941,19.13 6.189,18.467 6.189,18.467 5.882,13.904 "/> <polyline fill="%23999999" points="4.592,14.538 3.879,14.11 4.321,19.565 12.449,24.841 13.254,25.361 13.162,19.643 12.32,19.144 12.392,22.345 12.427,23.921 4.941,19.13 4.592,14.538 "/> <polyline fill="%23CCCCCC" points="21.739,11.316 21.703,12.028 23.45,12.877 21.625,13.904 20.013,14.809 20.006,14.809 13.625,18.403 12.32,19.144 13.162,19.643 24.092,13.39 24.99,12.877 21.739,11.316 "/> <polyline fill="%23CCCCCC" points="5.879,14.11 6.592,14.538 7.882,13.904 7.832,13.169 5.879,14.11 "/> <path fill="%23FF66FF" d="M5.832,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.561,9.02 L5.832,13.169z"/> <polygon fill="%23FF99FF" points="5.561,9.02 13.568,13.298 21.839,9.02 13.818,5.341 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.951,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.918,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.121,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.121,16.221"/> <polygon fill="%23CCCCCC" points="3.879,14.11 4.592,14.538 5.882,13.904 5.832,13.169 "/> </svg>');
}
.purple.icon-erp-store-unload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23494949" points="21.289,18.614 28.151,14.4 22.498,11.35 19.06,16.371 "/> <polygon fill="%23CCCCCC" points="24.294,8.412 24.308,8.398 27.228,5.534 23.917,3.972 17.756,1.08 6.305,11.346 7.002,11.785 17.77,2.07 25.639,5.847 23.45,7.98 14.564,16.629 15.387,17.159 "/> <polyline fill="%23999999" points="7.002,11.785 6.305,11.346 8.584,15.514 9.428,16.078 16.571,20.867 17.366,21.396 15.387,17.159 14.564,16.629 16.251,20.19 8.898,15.305 7.002,11.785 "/> <polygon fill="%23999999" points="19.108,5.771 23.45,7.98 25.639,5.847 17.77,2.07 "/> <polygon fill="%23B6B6B6" points="23.45,7.98 19.108,5.771 8.898,15.305 16.251,20.19 14.564,16.629 "/> <polyline fill="%23676767" points="24.308,8.398 24.308,8.412 24.294,8.412 15.387,17.159 17.366,21.396 19.917,18.797 25.945,12.649 28.204,10.343 28.455,10.092 28.259,9.381 27.228,5.534 24.308,8.398 "/> <polygon fill="%23676767" points="7.002,11.785 8.898,15.305 19.108,5.771 17.77,2.07 "/> <g> <g> <path fill="%23990099" d="M7.002,31.952l5.851-4.433l0.842-7.181l-6.693,3.812V31.952z"/> <path fill="%23FF66FF" d="M1.151,27.52l5.851,4.433v-7.802l-6.693-3.812L1.151,27.52z"/> <path fill="%23FF99FF" d="M7.002,17.413l-6.693,2.926l6.693,3.812l6.693-3.812L7.002,17.413z"/> </g> </g> <path fill="%23676767" d="M23.008,17.502c0.138,0.204,0.207,0.468,0.207,0.791c0.005,0.509-0.14,1.055-0.435,1.64 c-0.266,0.528-0.597,0.982-0.991,1.362c-0.523,0.499-1.012,0.758-1.469,0.777c-0.285,0.014-0.509-0.074-0.67-0.264 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.214-0.01,0.392,0.038,0.535,0.143c0.076,0.048,0.143,0.114,0.2,0.2 C22.998,17.492,23.003,17.497,23.008,17.502"/> <path fill="%23676767" d="M29.679,13.317c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C29.689,13.336,29.684,13.327,29.679,13.317"/> <path fill="%23999999" d="M22.794,17.288c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C22.473,17.136,22.651,17.184,22.794,17.288"/> <path fill="%23999999" d="M27.854,12.169c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L27.854,12.169"/> </svg> ');
}
.purple.icon-erp-store-alarm.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.purple.icon-shark{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.575,23.266 15.594,26.528 28.928,17.352 29.159,14.238 15.575,23.266 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4.2464" y1="21.0989" x2="15.5939" y2="21.0989"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.246,15.67l0.213,3.133c0.542,2.341,2.008,4.192,4.399,5.554c1.768,1.01,4.014,1.734,6.736,2.172 l-0.018-3.262c-2.741-0.419-5.008-1.118-6.801-2.098c-1.464-0.798-2.592-1.77-3.382-2.915C4.853,17.473,4.471,16.612,4.246,15.67"/> <path fill="%23CCCCCC" d="M4.246,15.67c0.225,0.942,0.607,1.803,1.146,2.583c0.79,1.145,1.918,2.117,3.382,2.915 c1.793,0.98,4.06,1.679,6.801,2.098l13.584-9.028L17.83,7.982L4.246,15.67"/> <polygon fill="%23990099" points="29.233,13.267 29.353,11.65 17.128,19.533 17.119,21.233 "/> <polygon fill="%23FF66FF" points="5.614,12.214 5.706,13.831 17.119,21.233 17.128,19.533 "/> <polygon fill="%23FF99FF" points="5.614,12.214 17.128,19.533 29.353,11.65 17.858,5.505 "/> <path fill="%23676767" d="M22.811,22.693c0.004,0.001,0.007,0.003,0.009,0.005c0.105,0.068,0.233,0.109,0.383,0.125 c0.499,0.055,1.001-0.166,1.506-0.665c0.456-0.456,0.795-0.899,1.016-1.331c0.246-0.487,0.388-1.029,0.425-1.626 c0.025-0.481-0.08-0.812-0.314-0.993c-0.04-0.033-0.085-0.06-0.134-0.083c-0.088-0.041-0.188-0.067-0.3-0.079 c-0.106-0.012-0.212-0.012-0.319,0c-0.393,0.05-0.789,0.272-1.187,0.665c-0.456,0.456-0.795,0.899-1.016,1.331 c-0.246,0.487-0.388,1.029-0.425,1.626c-0.01,0.201,0.002,0.375,0.037,0.522C22.546,22.419,22.652,22.587,22.811,22.693"/> <linearGradient id="SVGID_00000101814739646613253090000000792836742631895474_" gradientUnits="userSpaceOnUse" x1="23.5645" y1="17.4081" x2="23.5645" y2="22.6929"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="0.3869" style="stop-color:%23CCCCCC"/> <stop offset="0.9322" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000101814739646613253090000000792836742631895474_)" d="M21.845,19.394 c-0.246,0.481-0.385,1.023-0.416,1.626c-0.029,0.565,0.117,0.927,0.439,1.086l0.943,0.587c-0.159-0.106-0.265-0.274-0.319-0.504 c-0.035-0.147-0.047-0.321-0.037-0.522c0.037-0.598,0.179-1.14,0.425-1.626c0.222-0.431,0.561-0.875,1.016-1.331 c0.398-0.393,0.794-0.615,1.187-0.665c0.107-0.012,0.213-0.012,0.319,0c0.112,0.012,0.213,0.038,0.3,0.079l-0.956-0.587 c-0.004-0.002-0.008-0.005-0.014-0.009c-0.099-0.058-0.217-0.095-0.356-0.111c-0.493-0.055-0.995,0.163-1.506,0.656 C22.409,18.522,22.067,18.963,21.845,19.394"/> </svg> ');
}
.purple.icon-hulk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="17.056,24.466 31.724,14.71 19.625,8.186 4.918,16.509 17.056,24.466 "/> <polyline fill="%23676767" points="31.437,18.011 31.724,14.71 17.056,24.466 17.036,27.925 31.437,18.011 "/> <polyline fill="%23FF99FF" points="17.065,13.267 28.254,6.625 19.853,2.394 8.644,8.335 17.065,13.267 "/> <polyline fill="%23FF66FF" points="17.026,21.165 17.065,13.267 8.644,8.335 8.931,16.015 17.026,21.165 "/> <polyline fill="%23990099" points="17.065,13.267 17.026,21.165 27.78,14.216 28.254,6.625 17.065,13.267 "/> <path fill="%23990099" d="M13.725,26.67l0.049,3.499l3.262-2.244l0.02-3.459L13.725,26.67z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="1.6163" y1="24.2731" x2="13.774" y2="24.2731"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M2.807,21.199c-0.569-0.852-0.966-1.793-1.191-2.822l0.267,3.371c0.54,2.55,2.089,4.567,4.646,6.049 c1.898,1.114,4.313,1.904,7.245,2.372l-0.049-3.499c-2.959-0.461-5.4-1.226-7.324-2.293C4.837,23.505,3.639,22.446,2.807,21.199z"/> <path fill="%23FF99FF" d="M1.616,18.377c0.225,1.029,0.622,1.97,1.191,2.822c0.832,1.247,2.029,2.306,3.593,3.178 c1.924,1.067,4.366,1.832,7.324,2.293l3.331-2.204L4.918,16.509L1.616,18.377z"/> <path fill="%2300FF00" d="M0.45,3.521c0.49,1.993,1.818,3.626,3.983,4.898c0.454,0.269,0.945,0.521,1.473,0.756 c2.016,0.896,4.557,1.545,7.621,1.947l3.618-2.036L4.038,1.831L0.45,3.521z"/> <linearGradient id="SVGID_00000078036153945263662470000008414908070228577215_" gradientUnits="userSpaceOnUse" x1="0.45" y1="14.4976" x2="13.7147" y2="14.4976"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000078036153945263662470000008414908070228577215_)" d="M4.433,8.419C2.268,7.147,0.94,5.515,0.45,3.521 l1.077,13.7c0.554,2.524,2.165,4.517,4.833,5.98c1.931,1.054,4.382,1.812,7.354,2.273l-0.188-14.352 c-3.064-0.402-5.604-1.051-7.621-1.947C5.378,8.939,4.887,8.687,4.433,8.419z"/> <polygon fill="%23006600" points="17.145,9.086 13.527,11.122 13.715,25.474 17.056,23.28 "/> </svg>');
}
.purple.icon-LED_pas{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.purple.icon-QR_kod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF66FF" points="2,2 9.636,2 9.636,4.545 4.545,4.545 4.545,9.636 2,9.636 "/> <polygon fill="%23FF66FF" points="22.364,2 22.364,4.545 27.455,4.545 27.455,9.636 30,9.636 30,2 "/> <polygon fill="%23FF66FF" points="30,22.364 27.455,22.364 27.455,27.455 22.364,27.455 22.364,30 30,30 "/> <polygon fill="%23FF66FF" points="9.636,27.455 4.545,27.455 4.545,22.364 2,22.364 2,30 9.636,30 "/> <path fill="%23FF66FF" d="M7.091,7.091v7.636h7.636V7.091H7.091z M12.182,12.182H9.636V9.636h2.545V12.182z"/> <path fill="%23FF66FF" d="M17.273,7.091v7.636h7.636V7.091H17.273z M22.364,12.182h-2.545V9.636h2.545V12.182z"/> <rect x="17.273" y="17.273" fill="%23FF66FF" width="2.545" height="2.545"/> <path fill="%23FF66FF" d="M7.091,17.273v7.636h7.636v-7.636H7.091z M12.182,22.364H9.636v-2.545h2.545V22.364z"/> <rect x="17.273" y="22.364" fill="%23FF66FF" width="2.545" height="2.545"/> <rect x="19.818" y="19.818" fill="%23FF66FF" width="2.545" height="2.545"/> <rect x="22.364" y="19.818" fill="%23FF66FF" width="2.545" height="2.545"/> <rect x="22.364" y="22.364" fill="%23FF66FF" width="2.545" height="2.545"/> </svg> ');
}
.purple.icon-QR_kod_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF66FF" d="M2,2v8h8V2H2z M8,8H4V4l4,0.022V8z"/> <path fill="%23FF66FF" d="M22,2v8h8V2H22z M28,8h-4V4l4,0.022V8z"/> <path fill="%23FF66FF" d="M2,22v8h8v-8H2z M8,28H4v-4l4,0.022V28z"/> <path fill="%23FF66FF" d="M22,22v8h8v-8H22z M28,28h-4v-4l4,0.022V28z"/> <rect x="2" y="13" fill="%23FF66FF" width="3" height="3"/> <rect x="5" y="16" fill="%23FF66FF" width="3" height="3"/> <rect x="2" y="19" fill="%23FF66FF" width="3" height="3"/> <rect x="10" y="11" fill="%23FF66FF" width="3" height="3"/> <rect x="7" y="11" fill="%23FF66FF" width="3" height="3"/> <rect x="13" y="14" fill="%23FF66FF" width="3" height="3"/> <rect x="16" y="14" fill="%23FF66FF" width="3" height="3"/> <rect x="13" y="8" fill="%23FF66FF" width="3" height="3"/> <rect x="16" y="8" fill="%23FF66FF" width="3" height="3"/> <rect x="10" y="17" fill="%23FF66FF" width="3" height="3"/> <rect x="16" y="20" fill="%23FF66FF" width="3" height="3"/> <rect x="16" y="26" fill="%23FF66FF" width="3" height="3"/> <rect x="13" y="2" fill="%23FF66FF" width="3" height="3"/> <rect x="13" y="23" fill="%23FF66FF" width="3" height="3"/> <rect x="22" y="14" fill="%23FF66FF" width="3" height="3"/> <rect x="25" y="14" fill="%23FF66FF" width="3" height="3"/> <rect x="19" y="17" fill="%23FF66FF" width="3" height="3"/> </svg>');
}
.purple.icon-BAR_code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF66FF" points="5,6 5,6.143 5,26 3,26 3,6 "/> <polyline fill="%23FF66FF" points="9,6 9,6.143 9,26 7,26 7,6 "/> <polyline fill="%23FF66FF" points="22,6 22,6.143 22,26 20,26 20,6 "/> <polyline fill="%23FF66FF" points="18,6 18,6.143 18,26 11,26 11,6 "/> <polyline fill="%23FF66FF" points="29,6 29,6.143 29,26 24,26 24,6 "/> </svg>');
}
.grey.icon-erp-product{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.grey.icon-erp-product-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.grey.icon-erp-product-param{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <polygon fill="%23CCCCCC" points="7.961,10.322 8.773,9.967 17.325,14.872 16.642,15.267 "/> <polygon fill="%23676767" points="17.325,19.962 16.641,20.33 16.642,15.267 17.325,14.872 "/> <polygon fill="%23676767" points="16.642,25.385 17.325,24.868 17.325,19.962 16.641,20.33 "/> </svg> ');
}
.grey.icon-erp-product-composition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M26.679,19.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,19.012"/> <polyline fill="%23676767" points="22.351,15.458 22.339,15.453 16.53,18.758 16.53,18.819 16.53,25.726 16.536,25.733 20.332,23.218 22.019,22.102 22.127,19.952 22.351,15.458 "/> <polygon fill="%23676767" points="21.437,9.997 21.514,8.171 16.534,10.596 16.537,12.492 16.537,12.499 18.417,13.456 18.44,13.411 18.44,11.524 "/> <polyline fill="%23999999" points="16.53,18.819 10.692,15.466 10.943,19.954 11.011,22.069 12.722,23.202 16.53,25.726 16.53,18.819 "/> <polyline fill="%23999999" points="8.756,14.356 8.758,14.356 8.756,14.354 8.756,14.356 "/> <polyline fill="%23999999" points="16.53,12.495 16.537,12.492 16.534,10.596 11.555,8.173 11.635,10.001 14.624,11.524 14.624,13.465 16.53,12.495 "/> <polygon fill="%23999999" points="22.339,15.453 22.351,15.458 22.127,19.952 22.184,19.954 23.819,20.866 24.261,14.358 18.44,11.524 18.44,13.411 18.417,13.456 "/> <polyline fill="%23CCCCCC" points="16.537,6.013 11.555,8.173 16.534,10.596 21.514,8.171 16.537,6.013 "/> <polyline fill="%23CCCCCC" points="16.537,12.499 16.53,12.495 14.624,13.465 10.692,15.466 16.53,18.819 16.53,18.758 22.339,15.453 18.417,13.456 16.537,12.499 "/> <polygon fill="%23CCCCCC" points="23.41,8.994 21.437,9.997 18.44,11.524 24.261,14.358 29.239,11.522 "/> <path fill="%23999999" d="M8.756,14.356v-0.002l-4.933-2.832l0.733,6.275l1.835,1.213l2.82,1.868L8.756,14.356z"/> <path fill="%23676767" d="M8.758,14.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002v-1.941L8.758,14.356z"/> <path fill="%23CCCCCC" d="M11.635,10.001L9.66,8.994l-5.837,2.528l4.933,2.832l0.002,0.002l5.866-2.832L11.635,10.001z"/> </svg> ');
}
.grey.icon-erp-product-assembly{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M3.788,11.476l-0.005-0.054l0.038,0.023l1.124-1.056L6.589,6.75l-4.609,4.426L0,15.038L3.788,11.476 M11.751,12.737l-0.024,0.089l0.028-0.014L11.751,12.737z"/> <polyline fill="%23676767" points="8.738,14.267 8.738,14.269 8.738,14.269 8.738,14.267 "/> <polyline fill="%23676767" points="16.547,18.691 16.547,18.752 16.547,25.689 16.551,25.694 16.551,25.696 20.366,23.171 22.061,22.048 22.169,19.889 22.395,15.375 22.381,15.368 16.547,18.691 "/> <polyline fill="%23676767" points="21.553,8.056 21.552,8.056 16.549,10.49 16.551,10.492 16.554,12.394 16.554,12.401 18.443,13.363 18.465,13.319 18.465,11.424 18.464,11.422 21.477,9.89 21.553,8.056 "/> <path fill="%23676767" d="M28.581,17.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,17.726"/> <polyline fill="%23999999" points="10.682,15.384 10.703,15.779 10.794,17.395 10.932,19.889 10.934,19.89 10.932,19.89 11.002,22.017 11.001,22.017 12.719,23.155 16.547,25.689 16.547,18.752 10.682,15.384 "/> <polyline fill="%23999999" points="8.738,14.267 8.738,14.267 8.738,14.269 8.75,14.274 8.74,14.267 8.738,14.267 "/> <polyline fill="%23999999" points="16.551,10.492 16.549,10.49 11.55,8.056 11.55,8.061 11.63,9.894 11.627,9.894 11.69,11.27 12.064,11.604 11.751,12.737 11.754,12.812 11.812,14.09 12.483,14.466 16.547,12.398 16.554,12.394 16.551,10.492 "/> <polygon fill="%23999999" points="18.465,13.319 18.443,13.363 22.381,15.368 22.395,15.375 22.169,19.889 22.227,19.892 23.867,20.808 24.313,14.269 18.465,11.424 "/> <polyline fill="%23CCCCCC" points="9.194,20.821 9.199,20.824 9.194,20.828 9.194,20.821 "/> <polyline fill="%23CCCCCC" points="11.55,8.056 16.549,10.49 21.552,8.056 16.554,5.887 11.55,8.056 "/> <polyline fill="%23CCCCCC" points="16.554,12.401 16.547,12.398 12.483,14.466 11.078,15.181 10.707,15.37 10.682,15.384 16.547,18.752 16.547,18.691 22.381,15.368 18.443,13.363 16.554,12.401 "/> <polygon fill="%23CCCCCC" points="18.464,11.422 18.465,11.424 24.313,14.269 29.314,11.422 23.456,8.881 21.477,9.89 "/> <path fill="%23999999" d="M10.707,15.37l0.024-0.028l-5.786-4.954l-1.124,1.056l-0.038-0.023l0.005,0.054L0,15.038l5.47,4.372h0.002 l0.46,0.367l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,15.37 M8.738,14.269v-0.002l0,0H8.74l0.01,0.007 L8.738,14.269L8.738,14.269z"/> <path fill="%23676767" d="M11.726,12.826l0.024-0.089l0.313-1.133L11.69,11.27L6.589,6.75l-1.644,3.639l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,12.826z"/> </svg>');
}
.grey.icon-erp-product-component{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M16.642,16.055l6.355,3.659l-6.355,4.814l-6.355-4.814L16.642,16.055 M16.642,15.267l-7.589,4.369 l7.589,5.749l7.589-5.749L16.642,15.267L16.642,15.267z"/> <path fill="%23676767" d="M15.959,7.572v7.3l-6.348,3.655l-0.913-7.781L15.959,7.572 M16.642,6.528l-8.681,3.794l1.092,9.314 l7.589-4.369V6.528L16.642,6.528z"/> <path fill="%23999999" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <path fill="%23999999" d="M17.325,7.572l7.261,3.174l-0.913,7.781l-6.348-3.655V7.572 M16.642,6.528v8.739l7.589,4.369l1.092-9.314 L16.642,6.528L16.642,6.528z"/> <path fill="%23CCCCCC" d="M16.642,7.273l7.159,3.129l-7.159,4.078l-7.16-4.078L16.642,7.273 M16.642,6.528l-8.681,3.794l8.681,4.944 l8.681-4.944L16.642,6.528L16.642,6.528z"/> <path fill="%23676767" d="M24.487,11.585l-0.901,7.683l-6.261,4.743v-8.347L24.487,11.585 M25.323,10.322l-8.681,4.944v10.118 l7.589-5.749L25.323,10.322L25.323,10.322z"/> </svg> ');
}
.grey.icon-erp-product-tool{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M7.874,5.998c-0.278,0.128-0.418,0.295-0.418,0.5c0,0.02,0,0.039,0,0.058C7.46,6.578,7.465,6.6,7.47,6.622 c0.064,0.25,0.272,0.423,0.624,0.519C8.408,7.224,8.7,7.256,8.969,7.237c0.275-0.019,0.557-0.096,0.845-0.231 c0.247-0.114,0.385-0.258,0.413-0.432c0.01-0.06,0.007-0.124-0.01-0.192c-0.064-0.25-0.272-0.423-0.624-0.519 C9.279,5.78,8.988,5.748,8.719,5.767C8.444,5.786,8.162,5.863,7.874,5.998z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.4556" y1="13.9832" x2="10.8288" y2="13.9832"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M7.47,6.622C7.465,6.6,7.46,6.578,7.456,6.555l0.663,14.021c-0.002,0.036-0.001,0.073,0.005,0.11 c0.038,0.256,0.237,0.448,0.596,0.576c0.314,0.115,0.596,0.163,0.845,0.144c0.263-0.019,0.535-0.109,0.817-0.269 c0.333-0.192,0.48-0.416,0.442-0.672c-0.001-0.006-0.002-0.013-0.005-0.019L10.227,6.574c-0.029,0.174-0.166,0.318-0.413,0.432 c-0.288,0.134-0.57,0.211-0.845,0.231C8.7,7.256,8.408,7.224,8.094,7.141C7.742,7.045,7.534,6.872,7.47,6.622z"/> <polyline fill="%23CCCCCC" points="3.771,3.768 6.5,3.307 10.515,5.372 13.859,3.816 9.833,1.837 7.057,2.337 3.771,3.768 "/> <polyline fill="%23999999" points="3.771,3.768 3.896,5.67 10.66,9.33 10.515,5.372 6.5,3.307 3.771,3.768 "/> <polyline fill="%23676767" points="10.66,9.33 13.935,7.716 13.859,3.816 10.515,5.372 10.66,9.33 "/> <path fill="%23CCCCCC" d="M15.569,14.827c0.09,0.263,0.33,0.458,0.721,0.586c0.346,0.109,0.656,0.157,0.932,0.144 c0.295-0.019,0.592-0.115,0.893-0.288c0.245-0.138,0.388-0.291,0.428-0.461c0.02-0.083,0.015-0.169-0.014-0.259 c-0.09-0.263-0.33-0.458-0.721-0.586c-0.352-0.109-0.663-0.157-0.932-0.144c-0.295,0.019-0.596,0.112-0.903,0.279 c-0.238,0.136-0.377,0.288-0.418,0.456c-0.017,0.073-0.017,0.149,0,0.226C15.559,14.795,15.564,14.811,15.569,14.827"/> <linearGradient id="SVGID_00000056417952209318299690000012660810451522833548_" gradientUnits="userSpaceOnUse" x1="15.5543" y1="20.5339" x2="18.542" y2="20.5339"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000056417952209318299690000012660810451522833548_)" d="M16.289,15.413 c-0.391-0.128-0.631-0.323-0.721-0.586c-0.005-0.016-0.01-0.032-0.014-0.048l0.072,10.505c-0.009,0.064-0.006,0.13,0.01,0.197 c0.058,0.263,0.282,0.471,0.672,0.624c0.339,0.134,0.64,0.195,0.903,0.183c0.282-0.019,0.573-0.122,0.874-0.307 c0.327-0.208,0.475-0.439,0.442-0.692l0.014-10.481c-0.04,0.17-0.182,0.323-0.428,0.461c-0.301,0.173-0.599,0.269-0.893,0.288 C16.946,15.569,16.635,15.521,16.289,15.413"/> <path fill="%23CCCCCC" d="M16.284,13.044l-0.01,0.005l0.764,1.321l1.633,0.922l1.624-0.922l-1.643-0.903l-1.614-2.786l-1.633,0.865 l0.831,1.441C16.253,13.007,16.269,13.026,16.284,13.044"/> <path fill="%23CCCCCC" d="M18.72,8.125l1.672-0.874c-0.608-0.82-1.291-1.435-2.046-1.845c-0.73-0.397-1.412-0.548-2.046-0.452 c-0.226,0.033-0.435,0.094-0.624,0.183c-0.034,0.019-0.069,0.038-0.106,0.058L14.07,5.93c0.165-0.071,0.344-0.12,0.538-0.149 c0.112-0.016,0.226-0.024,0.341-0.024c0.536-0.002,1.104,0.163,1.705,0.495c0.472,0.262,0.915,0.601,1.331,1.018 c0.028,0.027,0.055,0.054,0.082,0.082C18.293,7.586,18.51,7.844,18.72,8.125"/> <polyline fill="%23CCCCCC" points="24.561,8.433 23.437,9.038 25.925,10.287 27.039,9.662 24.561,8.433 "/> <path fill="%23CCCCCC" d="M26.497,19.198c0.012-0.046,0.015-0.092,0.01-0.139c-0.003-0.058-0.018-0.117-0.043-0.178 c-0.115-0.269-0.387-0.48-0.817-0.634c-0.384-0.128-0.714-0.186-0.99-0.173c-0.32,0.013-0.64,0.118-0.961,0.317 c-0.288,0.183-0.434,0.38-0.437,0.591c0,0.006,0,0.01,0,0.014c0.001,0.067,0.015,0.134,0.043,0.202 c0.115,0.275,0.387,0.487,0.817,0.634c0.378,0.134,0.708,0.195,0.99,0.183c0.32-0.013,0.64-0.118,0.961-0.317 C26.318,19.542,26.46,19.376,26.497,19.198"/> <path fill="%23999999" d="M18.71,8.634l0.01-0.509c-0.209-0.281-0.427-0.539-0.653-0.773c-0.027-0.028-0.054-0.055-0.082-0.082 c-0.415-0.417-0.859-0.757-1.331-1.018c-0.601-0.332-1.169-0.497-1.705-0.495c-0.115,0-0.229,0.008-0.341,0.024 C14.414,5.81,14.235,5.859,14.07,5.93c-0.053,0.024-0.104,0.05-0.154,0.077c-0.32,0.176-0.579,0.443-0.778,0.802 c-0.359,0.647-0.474,1.515-0.346,2.603c0.192,1.595,0.797,3.074,1.816,4.438c1.217,1.633,2.571,2.27,4.064,1.912v-0.471 l-1.633-0.922l-0.764-1.321l-0.038-0.062l-0.831-1.441l-0.029-2.623c0.73-0.512,1.275-0.9,1.633-1.162l0.269,0.139L18.71,8.634"/> <polyline fill="%23999999" points="23.437,9.038 22.735,12.208 23.85,15.542 23.735,18.808 24.916,19.471 25.041,16.185 26.386,14.12 25.925,10.287 23.437,9.038 "/> <linearGradient id="SVGID_00000062187702302965977700000005472116719410854811_" gradientUnits="userSpaceOnUse" x1="22.8919" y1="25.0149" x2="26.4966" y2="25.0149"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000062187702302965977700000005472116719410854811_)" d="M24.119,19.832 c-0.429-0.147-0.701-0.359-0.817-0.634c-0.028-0.068-0.042-0.135-0.043-0.202l-0.355,10.851c-0.002,0.012-0.004,0.023-0.005,0.034 c-0.014,0.082-0.007,0.165,0.019,0.25c0.083,0.269,0.336,0.493,0.759,0.672c0.365,0.16,0.685,0.237,0.961,0.231 c0.301-0.013,0.612-0.131,0.932-0.355c0.312-0.221,0.46-0.453,0.442-0.697l0.485-10.784c-0.036,0.178-0.179,0.345-0.428,0.5 c-0.32,0.199-0.64,0.304-0.961,0.317C24.827,20.027,24.497,19.966,24.119,19.832"/> <path fill="%23676767" d="M17.029,8.077l0.25-0.178L17.01,7.76c-0.359,0.263-0.903,0.65-1.633,1.162l0.029,2.623l1.633-0.865 L17.029,8.077"/> <polyline fill="%23676767" points="18.672,15.292 18.672,15.763 20.286,14.84 20.295,14.37 18.672,15.292 "/> <polyline fill="%23676767" points="18.72,8.125 18.71,8.634 20.391,7.76 20.391,7.251 18.72,8.125 "/> <polygon fill="%23676767" points="27.481,13.476 27.039,9.662 25.925,10.287 26.386,14.12 25.041,16.185 24.916,19.471 25.983,18.808 26.127,15.542 "/> </svg> ');
}
.grey.icon-erp-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="6.958,10.321 15.602,6.808 15.641,15.266 "/> <polygon fill="%23606060" points="24.323,10.321 15.602,6.808 15.641,15.266 "/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.721-3.513L6.958,6.3l8.644,3.723L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%23CCCCCC" points="21.4,10.076 18.223,8.774 20.825,8.848 18.609,7.956 16.051,7.883 13.021,6.641 10.711,6.521 13.883,7.821 10.269,7.718 12.292,8.605 16.056,8.712 19.35,10.063 "/> <polygon fill="%23999999" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%23676767" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.grey.icon-erp-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%23CCCCCC" points="21.464,11.94 18.273,10.301 21.019,8.877 18.661,7.846 16.091,9.18 13.048,7.617 10.727,8.674 13.914,10.31 10.284,12.194 12.315,13.393 16.096,11.431 19.405,13.131 "/> <polygon fill="%23999999" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%23676767" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.grey.icon-erp-store{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> <polygon fill="%23CCCCCC" points="2.155,8.616 0.562,9.422 6.664,13.102 8.175,12.15 "/> <polygon fill="%23999999" points="0.562,9.422 1.701,19.189 7.441,23.356 6.664,13.102 "/> <polygon fill="%23999999" points="3.331,7.172 3.331,9.15 16.033,16.337 16.033,14.174 "/> <polygon fill="%23676767" points="8.175,12.15 8.886,22.181 7.441,23.356 6.664,13.102 "/> <polygon fill="%23676767" points="11.037,20.082 10.665,13.248 16.033,16.337 15.994,23.356 "/> <polygon fill="%23CCCCCC" points="21.141,19.565 19.492,20.838 12.744,16.769 14.477,15.722 "/> <polygon fill="%23999999" points="19.492,20.838 19.189,31.883 12.971,27.37 12.744,16.769 "/> <polygon fill="%23676767" points="21.141,19.565 20.769,30.425 19.189,31.883 19.492,20.838 "/> </svg>');
}
.grey.icon-erp-store.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%23676767" d="M17.852,17.688l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.688z"/> <path fill="%23999999" d="M3.809,11.365l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.365z"/> <path fill="%23CCCCCC" d="M5.539,10.592l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.592z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> </svg>');
}
.grey.icon-erp-store-room{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> <polygon fill="%23CCCCCC" points="2.155,8.234 0.562,9.04 6.664,12.719 8.175,11.767 "/> <polygon fill="%23999999" points="0.562,9.04 1.701,18.806 7.441,22.973 6.664,12.719 "/> <polygon fill="%23676767" points="8.175,11.767 8.886,21.799 7.441,22.973 6.664,12.719 "/> <polygon fill="%23CCCCCC" points="21.141,19.182 19.492,20.455 12.744,16.386 14.477,15.339 "/> <polygon fill="%23999999" points="19.492,20.455 19.189,31.5 12.971,26.987 12.744,16.386 "/> <polygon fill="%23676767" points="21.141,19.182 20.769,30.042 19.189,31.5 19.492,20.455 "/> <polygon fill="%23676767" points="8.886,12.215 8.175,11.767 8.644,18.9 9.026,19.173 "/> </svg> ');
}
.grey.icon-erp-store-room.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%23676767" d="M17.852,17.422l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.422z"/> <path fill="%23999999" d="M3.809,11.099l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.099z"/> <path fill="%23CCCCCC" d="M5.539,10.326l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.326z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> </svg> ');
}
.grey.icon-erp-store-building{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%23676767" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%23CCCCCC" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%23CCCCCC" points="5.87,20.191 5.092,11.956 14.378,17.649 14.47,26.47 "/> <polygon fill="%23999999" points="1.6,19.825 5.87,20.191 5.092,11.956 0.351,11.687 "/> <polygon fill="%23CCCCCC" points="14.378,17.649 17.725,21.926 17.725,31.575 14.47,26.47 "/> <polygon fill="%23676767" points="5.092,11.956 5.87,20.191 12.198,16.312 "/> </svg> ');
}
.grey.icon-erp-store-building.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%23676767" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%23CCCCCC" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%23676767" points="6.594,20.732 5.938,13.087 13.596,17.844 13.61,25.842 "/> </svg> ');
}
.grey.icon-erp-store-sector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%23CCCCCC" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%23999999" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%23676767" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.grey.icon-erp-store-sector.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%23CCCCCC" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%23999999" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%23676767" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.grey.icon-erp-store-rack{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="17.573,24.556 2.386,15.523 2.44,17.606 17.563,26.313 "/> <polygon fill="%23676767" points="24.985,19.397 17.573,24.556 17.563,26.313 24.806,21.182 "/> <polygon fill="%23CCCCCC" points="9.48,11.436 2.386,15.523 17.573,24.556 24.985,19.397 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg> ');
}
.grey.icon-erp-store-rack.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.4332" y1="18.8104" x2="21.3841" y2="18.8104"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="21.358,22.594 6.433,13.334 6.528,15.344 21.384,24.287 "/> <polygon fill="%23676767" points="28.45,17.889 21.358,22.594 21.384,24.287 28.313,19.603 "/> <polygon fill="%23CCCCCC" points="13.238,9.651 6.433,13.334 21.358,22.594 28.45,17.889 "/> <linearGradient id="SVGID_00000036245205766875217590000016668992553142434965_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_00000036245205766875217590000016668992553142434965_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg>');
}
.grey.icon-erp-store-rack2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="15.07,24.422 15.07,24.419 15.078,25.325 14.616,25.644 15.089,25.985 15.07,24.422 "/> <polyline fill="%23999999" points="14.395,21.432 15.042,21.864 15.034,21.145 5.145,14.609 5.213,15.287 5.216,15.287 5.728,15.633 6.053,18.91 5.615,19.152 5.618,19.18 12.738,24.295 12.677,22.533 14.395,21.432 "/> <polygon fill="%23999999" points="12.386,15.397 12.386,15.394 9.756,16.837 15.059,20.278 17.669,18.623 "/> <polyline fill="%23676767" points="15.045,21.991 15.042,21.867 13.327,22.984 13.426,26.47 14.616,25.644 15.078,25.325 15.07,24.419 15.07,24.345 15.045,21.991 "/> <polyline fill="%23676767" points="21.011,20.873 21.011,20.876 20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 21.011,20.873 "/> <polyline fill="%23676767" points="17.669,18.623 19.475,17.481 12.311,13.285 12.386,15.394 12.386,15.397 17.669,18.623 "/> <polygon fill="%23676767" points="5.615,19.152 6.053,18.91 5.728,15.633 4.043,16.509 4.423,19.818 "/> <polyline fill="%23CCCCCC" points="15.042,21.867 15.042,21.864 14.395,21.432 12.677,22.533 13.327,22.984 15.042,21.867 "/> <polyline fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 15.001,7.847 "/> <polygon fill="%23CCCCCC" points="5.216,15.287 5.213,15.287 3.531,16.157 4.043,16.509 5.728,15.633 "/> <polyline fill="%23676767" points="20.128,17.866 20.125,17.866 15.034,21.145 15.042,21.864 15.045,21.867 15.045,21.991 15.07,24.345 15.07,24.422 15.089,25.985 19.219,23.086 19.946,22.577 20.034,20.275 20.034,20.275 20.128,17.866 "/> <polygon fill="%23676767" points="12.311,13.285 10.712,12.349 6.323,14.609 9.756,16.837 12.386,15.394 "/> <polyline fill="%23999999" points="9.467,12.412 10.189,12.046 10.189,12.043 10.191,12.046 10.712,12.349 12.311,13.285 19.475,17.481 20.125,17.866 20.128,17.864 20.128,17.866 20.034,20.275 20.034,20.275 20.034,20.275 19.946,22.577 19.219,23.086 20.849,24.146 21.011,20.876 21.009,20.873 21.011,20.873 21.185,17.368 9.357,10.601 9.467,12.412 "/> <polyline fill="%23999999" points="20.962,17.324 20.97,17.318 20.973,17.321 20.965,17.324 20.962,17.324 "/> <polyline fill="%23999999" points="13.327,22.984 12.677,22.533 12.738,24.295 12.799,26.008 13.426,26.47 13.327,22.984 "/> <polygon fill="%23999999" points="4.043,16.509 3.531,16.157 3.928,19.449 4.423,19.818 "/> <path fill="%23CCCCCC" d="M10.189,12.046l-0.721,0.366l-4.323,2.197l9.89,6.536l5.091-3.279l-0.65-0.385l-1.806,1.143l-2.61,1.655 l-5.303-3.442l-3.433-2.227l4.389-2.26l-0.52-0.303H10.189z"/> </svg> ');
}
.grey.icon-erp-store-rack2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.503,19.014 19.503,18.954 17.964,19.956 17.903,23.364 18.748,22.778 18.894,22.676 19.39,22.335 19.503,19.014 "/> <polyline fill="%23676767" points="9.737,16.845 9.85,16.782 10.321,16.52 10.144,13.326 8.614,14.125 8.845,17.346 9.737,16.845 "/> <polygon fill="%23676767" points="20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 "/> <polyline fill="%23CCCCCC" points="19.503,18.954 19.503,18.951 18.85,18.563 17.314,19.554 17.964,19.956 19.503,18.954 "/> <polyline fill="%23CCCCCC" points="9.627,13.012 9.508,13.073 8.102,13.8 8.614,14.125 10.144,13.326 9.627,13.012 9.63,13.073 9.627,13.012 "/> <polygon fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 "/> <path fill="%23676767" d="M19.503,18.951l0.003,0.003l-0.003,0.061l-0.113,3.32l-0.022,0.65l0.578-0.407l0.182-4.713l-0.6,0.385 L19.503,18.951z"/> <polyline fill="%23999999" points="9.85,16.782 9.737,16.845 9.743,16.916 17.286,21.828 17.275,22.946 17.903,23.364 17.964,19.956 17.314,19.554 17.289,21.635 9.853,16.812 9.85,16.782 "/> <polyline fill="%23999999" points="8.845,17.346 8.614,14.125 8.102,13.8 8.338,17.016 8.845,17.346 "/> <polygon fill="%23999999" points="9.508,13.073 9.627,13.012 9.627,13.012 9.588,12.352 10.189,12.043 20.128,17.864 19.946,22.577 19.368,22.984 18.894,22.676 18.748,22.778 20.849,24.146 21.185,17.368 9.357,10.601 "/> <path fill="%23999999" d="M9.588,12.352l0.039,0.661l0.518,0.314l0.176,3.194L9.85,16.782l0.003,0.03l7.436,4.824l0.025-2.081 l1.536-0.991l0.653,0.388l0.025-0.702L9.588,12.352 M18.894,22.676l0.474,0.308l0.022-0.65L18.894,22.676z"/> <path fill="%23CCCCCC" d="M10.189,12.043l-0.6,0.308l9.939,5.897l0.6-0.385L10.189,12.043z"/> </svg>');
}
.grey.icon-erp-store-trolley{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.165,15.344 15.771,13.561 5.127,19.187 12.52,23.921 12.413,19.144 "/> <polyline fill="%23676767" points="15.771,13.462 15.779,13.148 15.786,9.12 4.685,14.538 5.034,19.13 5.127,19.187 15.771,13.561 15.771,13.462 "/> <polygon fill="%23676767" points="20.106,15.729 20.078,15.75 13.255,19.643 13.326,24.192 13.333,24.356 13.326,24.356 13.347,25.361 23.464,19.051 23.479,19.044 24.726,18.267 24.791,17.312 24.791,17.312 25.097,12.891 24.199,13.397 24.192,13.397 "/> <polyline fill="%23999999" points="15.786,9.112 15.786,9.12 15.779,13.148 15.779,13.454 15.771,13.462 15.771,13.561 19.165,15.344 23.543,12.877 19.536,10.931 19.529,10.931 15.786,9.112 "/> <polygon fill="%23999999" points="4.685,14.538 3.972,14.11 4.414,19.565 12.549,24.841 13.347,25.361 13.326,24.356 13.326,24.192 13.255,19.643 12.413,19.144 12.52,23.921 5.127,19.187 5.034,19.13 "/> <polyline fill="%23CCCCCC" points="17.411,9.205 15.786,8.421 3.972,14.11 4.685,14.538 15.786,9.12 15.786,9.112 19.529,10.931 19.536,10.931 23.543,12.877 19.165,15.344 12.413,19.144 13.255,19.643 20.078,15.75 20.078,15.715 20.106,15.729 24.192,13.397 25.083,12.884 17.411,9.205 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.95,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.917,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.12,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.12,16.221"/> </svg> ');
}
.grey.icon-erp-store-trolley.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.167,14.344 15.774,12.562 5.129,18.187 12.522,22.921 12.415,18.144 "/> <polyline fill="%23676767" points="15.774,12.462 15.781,12.148 15.788,8.12 4.687,13.538 5.036,18.13 5.129,18.187 15.774,12.562 15.774,12.462 "/> <polygon fill="%23676767" points="20.108,14.729 20.08,14.751 13.257,18.643 13.328,23.192 13.335,23.356 13.328,23.356 13.349,24.361 23.467,18.052 23.481,18.045 24.729,17.267 24.793,16.312 24.793,16.312 25.099,11.892 24.201,12.398 24.194,12.398 "/> <polyline fill="%23999999" points="15.788,8.113 15.788,8.12 15.781,12.148 15.781,12.455 15.774,12.462 15.774,12.562 19.167,14.344 23.545,11.877 19.538,9.931 19.531,9.931 15.788,8.113 "/> <polygon fill="%23999999" points="3.974,13.111 4.416,18.565 12.551,23.841 13.349,24.361 13.328,23.356 13.328,23.192 13.257,18.643 "/> <polyline fill="%23CCCCCC" points="17.413,8.205 15.788,7.421 3.974,13.111 13.257,18.643 20.108,14.729 24.194,12.398 25.085,11.884 17.413,8.205 "/> <path fill="%23676767" d="M19.276,20.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.483,21.022,19.414,20.758,19.276,20.554"/> <path fill="%23676767" d="M25.948,16.369c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,16.388,25.952,16.379,25.948,16.369"/> <path fill="%23999999" d="M19.062,20.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.741,20.188,18.92,20.236,19.062,20.34"/> <path fill="%23999999" d="M24.122,15.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,15.221"/> </svg> ');
}
.grey.icon-erp-store-trolley2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.398,23.406 23.604,19.135 13.966,13.609 13.985,17.739 "/> <polygon fill="%23676767" points="28.015,16.278 23.604,19.135 23.398,23.406 27.706,20.474 "/> <polygon fill="%23CCCCCC" points="23.604,19.135 28.015,16.278 18.396,11.099 13.966,13.609 "/> <polyline fill="%23999999" points="14.378,5.78 16.317,6.782 19.483,8.421 19.174,23.147 21.567,24.655 22.264,7.297 11.915,2.127 12.14,18.904 14.407,20.272 14.378,5.78 "/> <polyline fill="%23676767" points="16.317,6.782 14.378,5.78 14.407,20.272 16.242,19.176 16.317,6.782 "/> <polyline fill="%23676767" points="24.25,6.201 22.264,7.297 21.567,24.655 23.501,23.366 24.25,6.201 "/> <polyline fill="%23CCCCCC" points="22.264,7.297 24.25,6.201 13.901,1.181 11.915,2.127 22.264,7.297 "/> <polyline fill="%23CCCCCC" points="22.079,12.247 19.419,10.87 6.553,18.133 13.746,17.149 23.982,11.118 "/> <polygon fill="%23CCCCCC" points="11.981,6.898 3.678,11.118 1.542,14.939 14.378,8.134 "/> <polyline fill="%23676767" points="13.746,17.149 13.765,19.603 23.861,13.478 23.982,11.118 13.746,17.149 "/> <polygon fill="%23676767" points="16.275,9.423 16.293,7.128 1.542,14.939 1.72,17.365 "/> <polygon fill="%23999999" points="13.765,19.603 13.746,17.149 6.553,18.133 6.665,20.605 "/> </svg>');
}
.grey.icon-erp-store-trolley2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.585,23.406 23.791,19.135 14.154,13.609 14.173,17.739 "/> <polygon fill="%23676767" points="28.202,16.278 23.791,19.135 23.585,23.406 27.893,20.474 "/> <polygon fill="%23CCCCCC" points="23.791,19.135 28.202,16.278 18.584,11.099 14.154,13.609 "/> <polyline fill="%23CCCCCC" points="7.261,28.735 14.032,27.695 23.688,21.289 21.188,19.828 7.261,28.735 "/> <polyline fill="%23CCCCCC" points="16.43,17.028 14.163,15.698 4.517,21.289 2.531,25.354 16.43,17.028 "/> <polyline fill="%23676767" points="14.032,27.695 14.042,29.868 23.585,23.406 23.688,21.289 14.032,27.695 "/> <polyline fill="%23676767" points="16.411,19.088 16.43,17.028 2.531,25.354 2.69,27.508 16.411,19.088 "/> <polyline fill="%23999999" points="7.261,28.735 7.364,30.926 14.042,29.868 14.032,27.695 7.261,28.735 "/> <polyline fill="%23999999" points="14.566,5.78 16.505,6.782 19.67,8.421 19.361,20.999 21.862,22.507 22.452,7.297 12.103,2.127 12.328,16.756 14.594,18.123 14.566,5.78 "/> <polyline fill="%23676767" points="16.505,6.782 14.566,5.78 14.594,18.123 16.43,17.028 16.505,6.782 "/> <polyline fill="%23676767" points="24.437,6.201 22.452,7.297 21.862,22.507 23.688,21.289 24.437,6.201 "/> <polyline fill="%23CCCCCC" points="22.452,7.297 24.437,6.201 14.088,1.181 12.103,2.127 22.452,7.297 "/> </svg> ');
}
.grey.icon-erp-store-position{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23999999" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23676767" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> <polygon fill="%23CCCCCC" points="12.218,10.321 4.996,13.609 12.129,17.755 19.263,13.887 "/> <polygon fill="%23999999" points="5.065,14.485 4.996,13.609 12.129,17.755 12.129,18.66 "/> </svg> ');
}
.grey.icon-erp-store-shelf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23999999" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23676767" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.grey.icon-erp-store-shelf.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23999999" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23676767" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.grey.icon-erp-store-alarm{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000057848574557793657180000007267024614471483550_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000057848574557793657180000007267024614471483550_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000075870873425977862090000005357458486843867823_" gradientUnits="userSpaceOnUse" x1="20.7367" y1="11.8606" x2="11.8731" y2="11.8606"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_00000075870873425977862090000005357458486843867823_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%23FF0000" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.grey.icon-erp-store-load{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.703,12.028 21.739,11.316 21.839,9.02 13.568,13.298 13.625,18.403 20.006,14.809 20.013,14.809 21.625,13.904 21.703,12.028 "/> <polyline fill="%23B6B6B6" points="6.189,18.467 4.941,19.13 12.427,23.921 12.392,22.345 6.189,18.467 "/> <polyline fill="%23676767" points="24.106,13.397 24.092,13.39 13.162,19.643 13.254,25.361 23.386,19.037 23.386,19.044 24.633,18.267 24.698,17.312 24.997,12.884 24.106,13.397 "/> <polyline fill="%23676767" points="21.703,12.028 21.625,13.904 23.45,12.877 21.703,12.028 "/> <polyline fill="%23676767" points="5.882,13.904 4.592,14.538 4.941,19.13 6.189,18.467 6.189,18.467 5.882,13.904 "/> <polyline fill="%23999999" points="4.592,14.538 3.879,14.11 4.321,19.565 12.449,24.841 13.254,25.361 13.162,19.643 12.32,19.144 12.392,22.345 12.427,23.921 4.941,19.13 4.592,14.538 "/> <polyline fill="%23CCCCCC" points="21.739,11.316 21.703,12.028 23.45,12.877 21.625,13.904 20.013,14.809 20.006,14.809 13.625,18.403 12.32,19.144 13.162,19.643 24.092,13.39 24.99,12.877 21.739,11.316 "/> <polyline fill="%23CCCCCC" points="5.879,14.11 6.592,14.538 7.882,13.904 7.832,13.169 5.879,14.11 "/> <path fill="%23999999" d="M5.832,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.561,9.02 L5.832,13.169z"/> <polygon fill="%23CCCCCC" points="5.561,9.02 13.568,13.298 21.839,9.02 13.818,5.341 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.951,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.918,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.121,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.121,16.221"/> <polygon fill="%23CCCCCC" points="3.879,14.11 4.592,14.538 5.882,13.904 5.832,13.169 "/> </svg>');
}
.grey.icon-erp-store-unload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23494949" points="21.289,18.614 28.151,14.4 22.498,11.35 19.06,16.371 "/> <polygon fill="%23CCCCCC" points="24.294,8.412 24.308,8.398 27.228,5.534 23.917,3.972 17.756,1.08 6.305,11.346 7.002,11.785 17.77,2.07 25.639,5.847 23.45,7.98 14.564,16.629 15.387,17.159 "/> <polyline fill="%23999999" points="7.002,11.785 6.305,11.346 8.584,15.514 9.428,16.078 16.571,20.867 17.366,21.396 15.387,17.159 14.564,16.629 16.251,20.19 8.898,15.305 7.002,11.785 "/> <polygon fill="%23999999" points="19.108,5.771 23.45,7.98 25.639,5.847 17.77,2.07 "/> <polygon fill="%23B6B6B6" points="23.45,7.98 19.108,5.771 8.898,15.305 16.251,20.19 14.564,16.629 "/> <polyline fill="%23676767" points="24.308,8.398 24.308,8.412 24.294,8.412 15.387,17.159 17.366,21.396 19.917,18.797 25.945,12.649 28.204,10.343 28.455,10.092 28.259,9.381 27.228,5.534 24.308,8.398 "/> <polygon fill="%23676767" points="7.002,11.785 8.898,15.305 19.108,5.771 17.77,2.07 "/> <g> <g> <path fill="%23676767" d="M7.002,31.952l5.851-4.433l0.842-7.181l-6.693,3.812V31.952z"/> <path fill="%23999999" d="M1.151,27.52l5.851,4.433v-7.802l-6.693-3.812L1.151,27.52z"/> <path fill="%23CCCCCC" d="M7.002,17.413l-6.693,2.926l6.693,3.812l6.693-3.812L7.002,17.413z"/> </g> </g> <path fill="%23676767" d="M23.008,17.502c0.138,0.204,0.207,0.468,0.207,0.791c0.005,0.509-0.14,1.055-0.435,1.64 c-0.266,0.528-0.597,0.982-0.991,1.362c-0.523,0.499-1.012,0.758-1.469,0.777c-0.285,0.014-0.509-0.074-0.67-0.264 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.214-0.01,0.392,0.038,0.535,0.143c0.076,0.048,0.143,0.114,0.2,0.2 C22.998,17.492,23.003,17.497,23.008,17.502"/> <path fill="%23676767" d="M29.679,13.317c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C29.689,13.336,29.684,13.327,29.679,13.317"/> <path fill="%23999999" d="M22.794,17.288c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C22.473,17.136,22.651,17.184,22.794,17.288"/> <path fill="%23999999" d="M27.854,12.169c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L27.854,12.169"/> </svg> ');
}
.grey.icon-erp-store-alarm.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.grey.icon-shark{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.575,23.266 15.594,26.528 28.928,17.352 29.159,14.238 15.575,23.266 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4.2464" y1="21.0989" x2="15.5939" y2="21.0989"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.246,15.67l0.213,3.133c0.542,2.341,2.008,4.192,4.399,5.554c1.768,1.01,4.014,1.734,6.736,2.172 l-0.018-3.262c-2.741-0.419-5.008-1.118-6.801-2.098c-1.464-0.798-2.592-1.77-3.382-2.915C4.853,17.473,4.471,16.612,4.246,15.67"/> <path fill="%23CCCCCC" d="M4.246,15.67c0.225,0.942,0.607,1.803,1.146,2.583c0.79,1.145,1.918,2.117,3.382,2.915 c1.793,0.98,4.06,1.679,6.801,2.098l13.584-9.028L17.83,7.982L4.246,15.67"/> <polygon fill="%23676767" points="29.233,13.267 29.353,11.65 17.128,19.533 17.119,21.233 "/> <polygon fill="%23999999" points="5.614,12.214 5.706,13.831 17.119,21.233 17.128,19.533 "/> <polygon fill="%23CCCCCC" points="5.614,12.214 17.128,19.533 29.353,11.65 17.858,5.505 "/> <path fill="%23676767" d="M22.811,22.693c0.004,0.001,0.007,0.003,0.009,0.005c0.105,0.068,0.233,0.109,0.383,0.125 c0.499,0.055,1.001-0.166,1.506-0.665c0.456-0.456,0.795-0.899,1.016-1.331c0.246-0.487,0.388-1.029,0.425-1.626 c0.025-0.481-0.08-0.812-0.314-0.993c-0.04-0.033-0.085-0.06-0.134-0.083c-0.088-0.041-0.188-0.067-0.3-0.079 c-0.106-0.012-0.212-0.012-0.319,0c-0.393,0.05-0.789,0.272-1.187,0.665c-0.456,0.456-0.795,0.899-1.016,1.331 c-0.246,0.487-0.388,1.029-0.425,1.626c-0.01,0.201,0.002,0.375,0.037,0.522C22.546,22.419,22.652,22.587,22.811,22.693"/> <linearGradient id="SVGID_00000101814739646613253090000000792836742631895474_" gradientUnits="userSpaceOnUse" x1="23.5645" y1="17.4081" x2="23.5645" y2="22.6929"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="0.3869" style="stop-color:%23CCCCCC"/> <stop offset="0.9322" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000101814739646613253090000000792836742631895474_)" d="M21.845,19.394 c-0.246,0.481-0.385,1.023-0.416,1.626c-0.029,0.565,0.117,0.927,0.439,1.086l0.943,0.587c-0.159-0.106-0.265-0.274-0.319-0.504 c-0.035-0.147-0.047-0.321-0.037-0.522c0.037-0.598,0.179-1.14,0.425-1.626c0.222-0.431,0.561-0.875,1.016-1.331 c0.398-0.393,0.794-0.615,1.187-0.665c0.107-0.012,0.213-0.012,0.319,0c0.112,0.012,0.213,0.038,0.3,0.079l-0.956-0.587 c-0.004-0.002-0.008-0.005-0.014-0.009c-0.099-0.058-0.217-0.095-0.356-0.111c-0.493-0.055-0.995,0.163-1.506,0.656 C22.409,18.522,22.067,18.963,21.845,19.394"/> </svg> ');
}
.grey.icon-hulk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="17.056,24.466 31.724,14.71 19.625,8.186 4.918,16.509 17.056,24.466 "/> <polyline fill="%23676767" points="31.437,18.011 31.724,14.71 17.056,24.466 17.036,27.925 31.437,18.011 "/> <polyline fill="%23CCCCCC" points="17.065,13.267 28.254,6.625 19.853,2.394 8.644,8.335 17.065,13.267 "/> <polyline fill="%23999999" points="17.026,21.165 17.065,13.267 8.644,8.335 8.931,16.015 17.026,21.165 "/> <polyline fill="%23676767" points="17.065,13.267 17.026,21.165 27.78,14.216 28.254,6.625 17.065,13.267 "/> <path fill="%23676767" d="M13.725,26.67l0.049,3.499l3.262-2.244l0.02-3.459L13.725,26.67z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="1.6163" y1="24.2731" x2="13.774" y2="24.2731"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M2.807,21.199c-0.569-0.852-0.966-1.793-1.191-2.822l0.267,3.371c0.54,2.55,2.089,4.567,4.646,6.049 c1.898,1.114,4.313,1.904,7.245,2.372l-0.049-3.499c-2.959-0.461-5.4-1.226-7.324-2.293C4.837,23.505,3.639,22.446,2.807,21.199z"/> <path fill="%23CCCCCC" d="M1.616,18.377c0.225,1.029,0.622,1.97,1.191,2.822c0.832,1.247,2.029,2.306,3.593,3.178 c1.924,1.067,4.366,1.832,7.324,2.293l3.331-2.204L4.918,16.509L1.616,18.377z"/> <path fill="%2300FF00" d="M0.45,3.521c0.49,1.993,1.818,3.626,3.983,4.898c0.454,0.269,0.945,0.521,1.473,0.756 c2.016,0.896,4.557,1.545,7.621,1.947l3.618-2.036L4.038,1.831L0.45,3.521z"/> <linearGradient id="SVGID_00000078036153945263662470000008414908070228577215_" gradientUnits="userSpaceOnUse" x1="0.45" y1="14.4976" x2="13.7147" y2="14.4976"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000078036153945263662470000008414908070228577215_)" d="M4.433,8.419C2.268,7.147,0.94,5.515,0.45,3.521 l1.077,13.7c0.554,2.524,2.165,4.517,4.833,5.98c1.931,1.054,4.382,1.812,7.354,2.273l-0.188-14.352 c-3.064-0.402-5.604-1.051-7.621-1.947C5.378,8.939,4.887,8.687,4.433,8.419z"/> <polygon fill="%23006600" points="17.145,9.086 13.527,11.122 13.715,25.474 17.056,23.28 "/> </svg>');
}
.grey.icon-LED_pas{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.grey.icon-QR_kod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="2,2 9.636,2 9.636,4.545 4.545,4.545 4.545,9.636 2,9.636 "/> <polygon fill="%23999999" points="22.364,2 22.364,4.545 27.455,4.545 27.455,9.636 30,9.636 30,2 "/> <polygon fill="%23999999" points="30,22.364 27.455,22.364 27.455,27.455 22.364,27.455 22.364,30 30,30 "/> <polygon fill="%23999999" points="9.636,27.455 4.545,27.455 4.545,22.364 2,22.364 2,30 9.636,30 "/> <path fill="%23999999" d="M7.091,7.091v7.636h7.636V7.091H7.091z M12.182,12.182H9.636V9.636h2.545V12.182z"/> <path fill="%23999999" d="M17.273,7.091v7.636h7.636V7.091H17.273z M22.364,12.182h-2.545V9.636h2.545V12.182z"/> <rect x="17.273" y="17.273" fill="%23999999" width="2.545" height="2.545"/> <path fill="%23999999" d="M7.091,17.273v7.636h7.636v-7.636H7.091z M12.182,22.364H9.636v-2.545h2.545V22.364z"/> <rect x="17.273" y="22.364" fill="%23999999" width="2.545" height="2.545"/> <rect x="19.818" y="19.818" fill="%23999999" width="2.545" height="2.545"/> <rect x="22.364" y="19.818" fill="%23999999" width="2.545" height="2.545"/> <rect x="22.364" y="22.364" fill="%23999999" width="2.545" height="2.545"/> </svg> ');
}
.grey.icon-QR_kod_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M2,2v8h8V2H2z M8,8H4V4l4,0.022V8z"/> <path fill="%23999999" d="M22,2v8h8V2H22z M28,8h-4V4l4,0.022V8z"/> <path fill="%23999999" d="M2,22v8h8v-8H2z M8,28H4v-4l4,0.022V28z"/> <path fill="%23999999" d="M22,22v8h8v-8H22z M28,28h-4v-4l4,0.022V28z"/> <rect x="2" y="13" fill="%23999999" width="3" height="3"/> <rect x="5" y="16" fill="%23999999" width="3" height="3"/> <rect x="2" y="19" fill="%23999999" width="3" height="3"/> <rect x="10" y="11" fill="%23999999" width="3" height="3"/> <rect x="7" y="11" fill="%23999999" width="3" height="3"/> <rect x="13" y="14" fill="%23999999" width="3" height="3"/> <rect x="16" y="14" fill="%23999999" width="3" height="3"/> <rect x="13" y="8" fill="%23999999" width="3" height="3"/> <rect x="16" y="8" fill="%23999999" width="3" height="3"/> <rect x="10" y="17" fill="%23999999" width="3" height="3"/> <rect x="16" y="20" fill="%23999999" width="3" height="3"/> <rect x="16" y="26" fill="%23999999" width="3" height="3"/> <rect x="13" y="2" fill="%23999999" width="3" height="3"/> <rect x="13" y="23" fill="%23999999" width="3" height="3"/> <rect x="22" y="14" fill="%23999999" width="3" height="3"/> <rect x="25" y="14" fill="%23999999" width="3" height="3"/> <rect x="19" y="17" fill="%23999999" width="3" height="3"/> </svg>');
}
.grey.icon-BAR_code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="5,6 5,6.143 5,26 3,26 3,6 "/> <polyline fill="%23999999" points="9,6 9,6.143 9,26 7,26 7,6 "/> <polyline fill="%23999999" points="22,6 22,6.143 22,26 20,26 20,6 "/> <polyline fill="%23999999" points="18,6 18,6.143 18,26 11,26 11,6 "/> <polyline fill="%23999999" points="29,6 29,6.143 29,26 24,26 24,6 "/> </svg>');
}
.orange.icon-erp-product{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23d88500" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23ffbc00" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.orange.icon-erp-product-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23a56600" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23d88500" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.orange.icon-erp-product-param{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23d88500" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <polygon fill="%23ffbc00" points="7.961,10.322 8.773,9.967 17.325,14.872 16.642,15.267 "/> <polygon fill="%23a56600" points="17.325,19.962 16.641,20.33 16.642,15.267 17.325,14.872 "/> <polygon fill="%23676767" points="16.642,25.385 17.325,24.868 17.325,19.962 16.641,20.33 "/> </svg> ');
}
.orange.icon-erp-product-composition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M26.679,19.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,19.012"/> <polyline fill="%23676767" points="22.351,15.458 22.339,15.453 16.53,18.758 16.53,18.819 16.53,25.726 16.536,25.733 20.332,23.218 22.019,22.102 22.127,19.952 22.351,15.458 "/> <polygon fill="%23676767" points="21.437,9.997 21.514,8.171 16.534,10.596 16.537,12.492 16.537,12.499 18.417,13.456 18.44,13.411 18.44,11.524 "/> <polyline fill="%23999999" points="16.53,18.819 10.692,15.466 10.943,19.954 11.011,22.069 12.722,23.202 16.53,25.726 16.53,18.819 "/> <polyline fill="%23999999" points="8.756,14.356 8.758,14.356 8.756,14.354 8.756,14.356 "/> <polyline fill="%23999999" points="16.53,12.495 16.537,12.492 16.534,10.596 11.555,8.173 11.635,10.001 14.624,11.524 14.624,13.465 16.53,12.495 "/> <polygon fill="%23999999" points="22.339,15.453 22.351,15.458 22.127,19.952 22.184,19.954 23.819,20.866 24.261,14.358 18.44,11.524 18.44,13.411 18.417,13.456 "/> <polyline fill="%23CCCCCC" points="16.537,6.013 11.555,8.173 16.534,10.596 21.514,8.171 16.537,6.013 "/> <polyline fill="%23CCCCCC" points="16.537,12.499 16.53,12.495 14.624,13.465 10.692,15.466 16.53,18.819 16.53,18.758 22.339,15.453 18.417,13.456 16.537,12.499 "/> <polygon fill="%23CCCCCC" points="23.41,8.994 21.437,9.997 18.44,11.524 24.261,14.358 29.239,11.522 "/> <path fill="%23d88500" d="M8.756,14.356v-0.002l-4.933-2.832l0.733,6.275l1.835,1.213l2.82,1.868L8.756,14.356z"/> <path fill="%23a56600" d="M8.758,14.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002v-1.941L8.758,14.356z"/> <path fill="%23ffbc00" d="M11.635,10.001L9.66,8.994l-5.837,2.528l4.933,2.832l0.002,0.002l5.866-2.832L11.635,10.001z"/> </svg> ');
}
.orange.icon-erp-product-assembly{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ffbc00" d="M3.788,11.476l-0.005-0.054l0.038,0.023l1.124-1.056L6.589,6.75l-4.609,4.426L0,15.038L3.788,11.476 M11.751,12.737l-0.024,0.089l0.028-0.014L11.751,12.737z"/> <polyline fill="%23676767" points="8.738,14.267 8.738,14.269 8.738,14.269 8.738,14.267 "/> <polyline fill="%23676767" points="16.547,18.691 16.547,18.752 16.547,25.689 16.551,25.694 16.551,25.696 20.366,23.171 22.061,22.048 22.169,19.889 22.395,15.375 22.381,15.368 16.547,18.691 "/> <polyline fill="%23676767" points="21.553,8.056 21.552,8.056 16.549,10.49 16.551,10.492 16.554,12.394 16.554,12.401 18.443,13.363 18.465,13.319 18.465,11.424 18.464,11.422 21.477,9.89 21.553,8.056 "/> <path fill="%23676767" d="M28.581,17.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,17.726"/> <polyline fill="%23999999" points="10.682,15.384 10.703,15.779 10.794,17.395 10.932,19.889 10.934,19.89 10.932,19.89 11.002,22.017 11.001,22.017 12.719,23.155 16.547,25.689 16.547,18.752 10.682,15.384 "/> <polyline fill="%23999999" points="8.738,14.267 8.738,14.267 8.738,14.269 8.75,14.274 8.74,14.267 8.738,14.267 "/> <polyline fill="%23999999" points="16.551,10.492 16.549,10.49 11.55,8.056 11.55,8.061 11.63,9.894 11.627,9.894 11.69,11.27 12.064,11.604 11.751,12.737 11.754,12.812 11.812,14.09 12.483,14.466 16.547,12.398 16.554,12.394 16.551,10.492 "/> <polygon fill="%23999999" points="18.465,13.319 18.443,13.363 22.381,15.368 22.395,15.375 22.169,19.889 22.227,19.892 23.867,20.808 24.313,14.269 18.465,11.424 "/> <polyline fill="%23CCCCCC" points="9.194,20.821 9.199,20.824 9.194,20.828 9.194,20.821 "/> <polyline fill="%23CCCCCC" points="11.55,8.056 16.549,10.49 21.552,8.056 16.554,5.887 11.55,8.056 "/> <polyline fill="%23CCCCCC" points="16.554,12.401 16.547,12.398 12.483,14.466 11.078,15.181 10.707,15.37 10.682,15.384 16.547,18.752 16.547,18.691 22.381,15.368 18.443,13.363 16.554,12.401 "/> <polygon fill="%23CCCCCC" points="18.464,11.422 18.465,11.424 24.313,14.269 29.314,11.422 23.456,8.881 21.477,9.89 "/> <path fill="%23d88500" d="M10.707,15.37l0.024-0.028l-5.786-4.954l-1.124,1.056l-0.038-0.023l0.005,0.054L0,15.038l5.47,4.372h0.002 l0.46,0.367l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,15.37 M8.738,14.269v-0.002l0,0H8.74l0.01,0.007 L8.738,14.269L8.738,14.269z"/> <path fill="%23a56600" d="M11.726,12.826l0.024-0.089l0.313-1.133L11.69,11.27L6.589,6.75l-1.644,3.639l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,12.826z"/> </svg>');
}
.orange.icon-erp-product-component{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M16.642,16.055l6.355,3.659l-6.355,4.814l-6.355-4.814L16.642,16.055 M16.642,15.267l-7.589,4.369 l7.589,5.749l7.589-5.749L16.642,15.267L16.642,15.267z"/> <path fill="%23676767" d="M15.959,7.572v7.3l-6.348,3.655l-0.913-7.781L15.959,7.572 M16.642,6.528l-8.681,3.794l1.092,9.314 l7.589-4.369V6.528L16.642,6.528z"/> <path fill="%23d88500" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <path fill="%23999999" d="M17.325,7.572l7.261,3.174l-0.913,7.781l-6.348-3.655V7.572 M16.642,6.528v8.739l7.589,4.369l1.092-9.314 L16.642,6.528L16.642,6.528z"/> <path fill="%23CCCCCC" d="M16.642,7.273l7.159,3.129l-7.159,4.078l-7.16-4.078L16.642,7.273 M16.642,6.528l-8.681,3.794l8.681,4.944 l8.681-4.944L16.642,6.528L16.642,6.528z"/> <path fill="%23676767" d="M24.487,11.585l-0.901,7.683l-6.261,4.743v-8.347L24.487,11.585 M25.323,10.322l-8.681,4.944v10.118 l7.589-5.749L25.323,10.322L25.323,10.322z"/> </svg> ');
}
.orange.icon-erp-product-tool{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M7.874,5.998c-0.278,0.128-0.418,0.295-0.418,0.5c0,0.02,0,0.039,0,0.058C7.46,6.578,7.465,6.6,7.47,6.622 c0.064,0.25,0.272,0.423,0.624,0.519C8.408,7.224,8.7,7.256,8.969,7.237c0.275-0.019,0.557-0.096,0.845-0.231 c0.247-0.114,0.385-0.258,0.413-0.432c0.01-0.06,0.007-0.124-0.01-0.192c-0.064-0.25-0.272-0.423-0.624-0.519 C9.279,5.78,8.988,5.748,8.719,5.767C8.444,5.786,8.162,5.863,7.874,5.998z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.4556" y1="13.9832" x2="10.8288" y2="13.9832"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M7.47,6.622C7.465,6.6,7.46,6.578,7.456,6.555l0.663,14.021c-0.002,0.036-0.001,0.073,0.005,0.11 c0.038,0.256,0.237,0.448,0.596,0.576c0.314,0.115,0.596,0.163,0.845,0.144c0.263-0.019,0.535-0.109,0.817-0.269 c0.333-0.192,0.48-0.416,0.442-0.672c-0.001-0.006-0.002-0.013-0.005-0.019L10.227,6.574c-0.029,0.174-0.166,0.318-0.413,0.432 c-0.288,0.134-0.57,0.211-0.845,0.231C8.7,7.256,8.408,7.224,8.094,7.141C7.742,7.045,7.534,6.872,7.47,6.622z"/> <polyline fill="%23ffbc00" points="3.771,3.768 6.5,3.307 10.515,5.372 13.859,3.816 9.833,1.837 7.057,2.337 3.771,3.768 "/> <polyline fill="%23d88500" points="3.771,3.768 3.896,5.67 10.66,9.33 10.515,5.372 6.5,3.307 3.771,3.768 "/> <polyline fill="%23a56600" points="10.66,9.33 13.935,7.716 13.859,3.816 10.515,5.372 10.66,9.33 "/> <path fill="%23CCCCCC" d="M15.569,14.827c0.09,0.263,0.33,0.458,0.721,0.586c0.346,0.109,0.656,0.157,0.932,0.144 c0.295-0.019,0.592-0.115,0.893-0.288c0.245-0.138,0.388-0.291,0.428-0.461c0.02-0.083,0.015-0.169-0.014-0.259 c-0.09-0.263-0.33-0.458-0.721-0.586c-0.352-0.109-0.663-0.157-0.932-0.144c-0.295,0.019-0.596,0.112-0.903,0.279 c-0.238,0.136-0.377,0.288-0.418,0.456c-0.017,0.073-0.017,0.149,0,0.226C15.559,14.795,15.564,14.811,15.569,14.827"/> <linearGradient id="SVGID_00000056417952209318299690000012660810451522833548_" gradientUnits="userSpaceOnUse" x1="15.5543" y1="20.5339" x2="18.542" y2="20.5339"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000056417952209318299690000012660810451522833548_)" d="M16.289,15.413 c-0.391-0.128-0.631-0.323-0.721-0.586c-0.005-0.016-0.01-0.032-0.014-0.048l0.072,10.505c-0.009,0.064-0.006,0.13,0.01,0.197 c0.058,0.263,0.282,0.471,0.672,0.624c0.339,0.134,0.64,0.195,0.903,0.183c0.282-0.019,0.573-0.122,0.874-0.307 c0.327-0.208,0.475-0.439,0.442-0.692l0.014-10.481c-0.04,0.17-0.182,0.323-0.428,0.461c-0.301,0.173-0.599,0.269-0.893,0.288 C16.946,15.569,16.635,15.521,16.289,15.413"/> <path fill="%23ffbc00" d="M16.284,13.044l-0.01,0.005l0.764,1.321l1.633,0.922l1.624-0.922l-1.643-0.903l-1.614-2.786l-1.633,0.865 l0.831,1.441C16.253,13.007,16.269,13.026,16.284,13.044"/> <path fill="%23ffbc00" d="M18.72,8.125l1.672-0.874c-0.608-0.82-1.291-1.435-2.046-1.845c-0.73-0.397-1.412-0.548-2.046-0.452 c-0.226,0.033-0.435,0.094-0.624,0.183c-0.034,0.019-0.069,0.038-0.106,0.058L14.07,5.93c0.165-0.071,0.344-0.12,0.538-0.149 c0.112-0.016,0.226-0.024,0.341-0.024c0.536-0.002,1.104,0.163,1.705,0.495c0.472,0.262,0.915,0.601,1.331,1.018 c0.028,0.027,0.055,0.054,0.082,0.082C18.293,7.586,18.51,7.844,18.72,8.125"/> <polyline fill="%23ffbc00" points="24.561,8.433 23.437,9.038 25.925,10.287 27.039,9.662 24.561,8.433 "/> <path fill="%23CCCCCC" d="M26.497,19.198c0.012-0.046,0.015-0.092,0.01-0.139c-0.003-0.058-0.018-0.117-0.043-0.178 c-0.115-0.269-0.387-0.48-0.817-0.634c-0.384-0.128-0.714-0.186-0.99-0.173c-0.32,0.013-0.64,0.118-0.961,0.317 c-0.288,0.183-0.434,0.38-0.437,0.591c0,0.006,0,0.01,0,0.014c0.001,0.067,0.015,0.134,0.043,0.202 c0.115,0.275,0.387,0.487,0.817,0.634c0.378,0.134,0.708,0.195,0.99,0.183c0.32-0.013,0.64-0.118,0.961-0.317 C26.318,19.542,26.46,19.376,26.497,19.198"/> <path fill="%23d88500" d="M18.71,8.634l0.01-0.509c-0.209-0.281-0.427-0.539-0.653-0.773c-0.027-0.028-0.054-0.055-0.082-0.082 c-0.415-0.417-0.859-0.757-1.331-1.018c-0.601-0.332-1.169-0.497-1.705-0.495c-0.115,0-0.229,0.008-0.341,0.024 C14.414,5.81,14.235,5.859,14.07,5.93c-0.053,0.024-0.104,0.05-0.154,0.077c-0.32,0.176-0.579,0.443-0.778,0.802 c-0.359,0.647-0.474,1.515-0.346,2.603c0.192,1.595,0.797,3.074,1.816,4.438c1.217,1.633,2.571,2.27,4.064,1.912v-0.471 l-1.633-0.922l-0.764-1.321l-0.038-0.062l-0.831-1.441l-0.029-2.623c0.73-0.512,1.275-0.9,1.633-1.162l0.269,0.139L18.71,8.634"/> <polyline fill="%23d88500" points="23.437,9.038 22.735,12.208 23.85,15.542 23.735,18.808 24.916,19.471 25.041,16.185 26.386,14.12 25.925,10.287 23.437,9.038 "/> <linearGradient id="SVGID_00000062187702302965977700000005472116719410854811_" gradientUnits="userSpaceOnUse" x1="22.8919" y1="25.0149" x2="26.4966" y2="25.0149"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000062187702302965977700000005472116719410854811_)" d="M24.119,19.832 c-0.429-0.147-0.701-0.359-0.817-0.634c-0.028-0.068-0.042-0.135-0.043-0.202l-0.355,10.851c-0.002,0.012-0.004,0.023-0.005,0.034 c-0.014,0.082-0.007,0.165,0.019,0.25c0.083,0.269,0.336,0.493,0.759,0.672c0.365,0.16,0.685,0.237,0.961,0.231 c0.301-0.013,0.612-0.131,0.932-0.355c0.312-0.221,0.46-0.453,0.442-0.697l0.485-10.784c-0.036,0.178-0.179,0.345-0.428,0.5 c-0.32,0.199-0.64,0.304-0.961,0.317C24.827,20.027,24.497,19.966,24.119,19.832"/> <path fill="%23a56600" d="M17.029,8.077l0.25-0.178L17.01,7.76c-0.359,0.263-0.903,0.65-1.633,1.162l0.029,2.623l1.633-0.865 L17.029,8.077"/> <polyline fill="%23a56600" points="18.672,15.292 18.672,15.763 20.286,14.84 20.295,14.37 18.672,15.292 "/> <polyline fill="%23a56600" points="18.72,8.125 18.71,8.634 20.391,7.76 20.391,7.251 18.72,8.125 "/> <polygon fill="%23a56600" points="27.481,13.476 27.039,9.662 25.925,10.287 26.386,14.12 25.041,16.185 24.916,19.471 25.983,18.808 26.127,15.542 "/> </svg> ');
}
.orange.icon-erp-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="6.958,10.321 15.602,6.808 15.641,15.266 "/> <polygon fill="%23606060" points="24.323,10.321 15.602,6.808 15.641,15.266 "/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.721-3.513L6.958,6.3l8.644,3.723L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%23ffbc00" points="21.4,10.076 18.223,8.774 20.825,8.848 18.609,7.956 16.051,7.883 13.021,6.641 10.711,6.521 13.883,7.821 10.269,7.718 12.292,8.605 16.056,8.712 19.35,10.063 "/> <polygon fill="%23d88500" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%23a56600" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.orange.icon-erp-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%23ffbc00" points="21.464,11.94 18.273,10.301 21.019,8.877 18.661,7.846 16.091,9.18 13.048,7.617 10.727,8.674 13.914,10.31 10.284,12.194 12.315,13.393 16.096,11.431 19.405,13.131 "/> <polygon fill="%23d88500" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%23a56600" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.orange.icon-erp-store{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> <polygon fill="%23ffbc00" points="2.155,8.616 0.562,9.422 6.664,13.102 8.175,12.15 "/> <polygon fill="%23d88500" points="0.562,9.422 1.701,19.189 7.441,23.356 6.664,13.102 "/> <polygon fill="%23999999" points="3.331,7.172 3.331,9.15 16.033,16.337 16.033,14.174 "/> <polygon fill="%23a56600" points="8.175,12.15 8.886,22.181 7.441,23.356 6.664,13.102 "/> <polygon fill="%23676767" points="11.037,20.082 10.665,13.248 16.033,16.337 15.994,23.356 "/> <polygon fill="%23ffbc00" points="21.141,19.565 19.492,20.838 12.744,16.769 14.477,15.722 "/> <polygon fill="%23d88500" points="19.492,20.838 19.189,31.883 12.971,27.37 12.744,16.769 "/> <polygon fill="%23a56600" points="21.141,19.565 20.769,30.425 19.189,31.883 19.492,20.838 "/> </svg>');
}
.orange.icon-erp-store.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%23a56600" d="M17.852,17.688l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.688z"/> <path fill="%23d88500" d="M3.809,11.365l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.365z"/> <path fill="%23ffbc00" d="M5.539,10.592l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.592z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> </svg>');
}
.orange.icon-erp-store-room{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> <polygon fill="%23ffbc00" points="2.155,8.234 0.562,9.04 6.664,12.719 8.175,11.767 "/> <polygon fill="%23d88500" points="0.562,9.04 1.701,18.806 7.441,22.973 6.664,12.719 "/> <polygon fill="%23a56600" points="8.175,11.767 8.886,21.799 7.441,22.973 6.664,12.719 "/> <polygon fill="%23ffbc00" points="21.141,19.182 19.492,20.455 12.744,16.386 14.477,15.339 "/> <polygon fill="%23d88500" points="19.492,20.455 19.189,31.5 12.971,26.987 12.744,16.386 "/> <polygon fill="%23a56600" points="21.141,19.182 20.769,30.042 19.189,31.5 19.492,20.455 "/> <polygon fill="%23676767" points="8.886,12.215 8.175,11.767 8.644,18.9 9.026,19.173 "/> </svg> ');
}
.orange.icon-erp-store-room.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%23a56600" d="M17.852,17.422l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.422z"/> <path fill="%23d88500" d="M3.809,11.099l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.099z"/> <path fill="%23ffbc00" d="M5.539,10.326l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.326z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> </svg> ');
}
.orange.icon-erp-store-building{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23d88500" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%23a56600" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%23ffbc00" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%23CCCCCC" points="5.87,20.191 5.092,11.956 14.378,17.649 14.47,26.47 "/> <polygon fill="%23d88500" points="1.6,19.825 5.87,20.191 5.092,11.956 0.351,11.687 "/> <polygon fill="%23ffbc00" points="14.378,17.649 17.725,21.926 17.725,31.575 14.47,26.47 "/> <polygon fill="%23676767" points="5.092,11.956 5.87,20.191 12.198,16.312 "/> </svg> ');
}
.orange.icon-erp-store-building.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23d88500" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%23a56600" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%23ffbc00" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%23a56600" points="6.594,20.732 5.938,13.087 13.596,17.844 13.61,25.842 "/> </svg> ');
}
.orange.icon-erp-store-sector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%23ffbc00" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%23d88500" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%23a56600" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.orange.icon-erp-store-sector.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%23CCCCCC" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%23999999" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%23676767" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.orange.icon-erp-store-rack{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23d88500" points="17.573,24.556 2.386,15.523 2.44,17.606 17.563,26.313 "/> <polygon fill="%23a56600" points="24.985,19.397 17.573,24.556 17.563,26.313 24.806,21.182 "/> <polygon fill="%23ffbc00" points="9.48,11.436 2.386,15.523 17.573,24.556 24.985,19.397 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg> ');
}
.orange.icon-erp-store-rack.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.4332" y1="18.8104" x2="21.3841" y2="18.8104"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="21.358,22.594 6.433,13.334 6.528,15.344 21.384,24.287 "/> <polygon fill="%23676767" points="28.45,17.889 21.358,22.594 21.384,24.287 28.313,19.603 "/> <polygon fill="%23CCCCCC" points="13.238,9.651 6.433,13.334 21.358,22.594 28.45,17.889 "/> <linearGradient id="SVGID_00000036245205766875217590000016668992553142434965_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_00000036245205766875217590000016668992553142434965_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg>');
}
.orange.icon-erp-store-rack2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23d88500" points="15.07,24.422 15.07,24.419 15.078,25.325 14.616,25.644 15.089,25.985 15.07,24.422 "/> <polyline fill="%23d88500" points="14.395,21.432 15.042,21.864 15.034,21.145 5.145,14.609 5.213,15.287 5.216,15.287 5.728,15.633 6.053,18.91 5.615,19.152 5.618,19.18 12.738,24.295 12.677,22.533 14.395,21.432 "/> <polygon fill="%23d88500" points="12.386,15.397 12.386,15.394 9.756,16.837 15.059,20.278 17.669,18.623 "/> <polyline fill="%23676767" points="15.045,21.991 15.042,21.867 13.327,22.984 13.426,26.47 14.616,25.644 15.078,25.325 15.07,24.419 15.07,24.345 15.045,21.991 "/> <polyline fill="%23676767" points="21.011,20.873 21.011,20.876 20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 21.011,20.873 "/> <polyline fill="%23676767" points="17.669,18.623 19.475,17.481 12.311,13.285 12.386,15.394 12.386,15.397 17.669,18.623 "/> <polygon fill="%23676767" points="5.615,19.152 6.053,18.91 5.728,15.633 4.043,16.509 4.423,19.818 "/> <polyline fill="%23CCCCCC" points="15.042,21.867 15.042,21.864 14.395,21.432 12.677,22.533 13.327,22.984 15.042,21.867 "/> <polyline fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 15.001,7.847 "/> <polygon fill="%23CCCCCC" points="5.216,15.287 5.213,15.287 3.531,16.157 4.043,16.509 5.728,15.633 "/> <polyline fill="%23a56600" points="20.128,17.866 20.125,17.866 15.034,21.145 15.042,21.864 15.045,21.867 15.045,21.991 15.07,24.345 15.07,24.422 15.089,25.985 19.219,23.086 19.946,22.577 20.034,20.275 20.034,20.275 20.128,17.866 "/> <polygon fill="%23a56600" points="12.311,13.285 10.712,12.349 6.323,14.609 9.756,16.837 12.386,15.394 "/> <polyline fill="%23999999" points="9.467,12.412 10.189,12.046 10.189,12.043 10.191,12.046 10.712,12.349 12.311,13.285 19.475,17.481 20.125,17.866 20.128,17.864 20.128,17.866 20.034,20.275 20.034,20.275 20.034,20.275 19.946,22.577 19.219,23.086 20.849,24.146 21.011,20.876 21.009,20.873 21.011,20.873 21.185,17.368 9.357,10.601 9.467,12.412 "/> <polyline fill="%23999999" points="20.962,17.324 20.97,17.318 20.973,17.321 20.965,17.324 20.962,17.324 "/> <polyline fill="%23999999" points="13.327,22.984 12.677,22.533 12.738,24.295 12.799,26.008 13.426,26.47 13.327,22.984 "/> <polygon fill="%23999999" points="4.043,16.509 3.531,16.157 3.928,19.449 4.423,19.818 "/> <path fill="%23ffbc00" d="M10.189,12.046l-0.721,0.366l-4.323,2.197l9.89,6.536l5.091-3.279l-0.65-0.385l-1.806,1.143l-2.61,1.655 l-5.303-3.442l-3.433-2.227l4.389-2.26l-0.52-0.303H10.189z"/> </svg> ');
}
.orange.icon-erp-store-rack2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.503,19.014 19.503,18.954 17.964,19.956 17.903,23.364 18.748,22.778 18.894,22.676 19.39,22.335 19.503,19.014 "/> <polyline fill="%23676767" points="9.737,16.845 9.85,16.782 10.321,16.52 10.144,13.326 8.614,14.125 8.845,17.346 9.737,16.845 "/> <polygon fill="%23676767" points="20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 "/> <polyline fill="%23CCCCCC" points="19.503,18.954 19.503,18.951 18.85,18.563 17.314,19.554 17.964,19.956 19.503,18.954 "/> <polyline fill="%23CCCCCC" points="9.627,13.012 9.508,13.073 8.102,13.8 8.614,14.125 10.144,13.326 9.627,13.012 9.63,13.073 9.627,13.012 "/> <polygon fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 "/> <path fill="%23a56600" d="M19.503,18.951l0.003,0.003l-0.003,0.061l-0.113,3.32l-0.022,0.65l0.578-0.407l0.182-4.713l-0.6,0.385 L19.503,18.951z"/> <polyline fill="%23999999" points="9.85,16.782 9.737,16.845 9.743,16.916 17.286,21.828 17.275,22.946 17.903,23.364 17.964,19.956 17.314,19.554 17.289,21.635 9.853,16.812 9.85,16.782 "/> <polyline fill="%23999999" points="8.845,17.346 8.614,14.125 8.102,13.8 8.338,17.016 8.845,17.346 "/> <polygon fill="%23999999" points="9.508,13.073 9.627,13.012 9.627,13.012 9.588,12.352 10.189,12.043 20.128,17.864 19.946,22.577 19.368,22.984 18.894,22.676 18.748,22.778 20.849,24.146 21.185,17.368 9.357,10.601 "/> <path fill="%23d88500" d="M9.588,12.352l0.039,0.661l0.518,0.314l0.176,3.194L9.85,16.782l0.003,0.03l7.436,4.824l0.025-2.081 l1.536-0.991l0.653,0.388l0.025-0.702L9.588,12.352 M18.894,22.676l0.474,0.308l0.022-0.65L18.894,22.676z"/> <path fill="%23ffbc00" d="M10.189,12.043l-0.6,0.308l9.939,5.897l0.6-0.385L10.189,12.043z"/> </svg>');
}
.orange.icon-erp-store-trolley{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.165,15.344 15.771,13.561 5.127,19.187 12.52,23.921 12.413,19.144 "/> <polyline fill="%23676767" points="15.771,13.462 15.779,13.148 15.786,9.12 4.685,14.538 5.034,19.13 5.127,19.187 15.771,13.561 15.771,13.462 "/> <polygon fill="%23676767" points="20.106,15.729 20.078,15.75 13.255,19.643 13.326,24.192 13.333,24.356 13.326,24.356 13.347,25.361 23.464,19.051 23.479,19.044 24.726,18.267 24.791,17.312 24.791,17.312 25.097,12.891 24.199,13.397 24.192,13.397 "/> <polyline fill="%23999999" points="15.786,9.112 15.786,9.12 15.779,13.148 15.779,13.454 15.771,13.462 15.771,13.561 19.165,15.344 23.543,12.877 19.536,10.931 19.529,10.931 15.786,9.112 "/> <polygon fill="%23999999" points="4.685,14.538 3.972,14.11 4.414,19.565 12.549,24.841 13.347,25.361 13.326,24.356 13.326,24.192 13.255,19.643 12.413,19.144 12.52,23.921 5.127,19.187 5.034,19.13 "/> <polyline fill="%23CCCCCC" points="17.411,9.205 15.786,8.421 3.972,14.11 4.685,14.538 15.786,9.12 15.786,9.112 19.529,10.931 19.536,10.931 23.543,12.877 19.165,15.344 12.413,19.144 13.255,19.643 20.078,15.75 20.078,15.715 20.106,15.729 24.192,13.397 25.083,12.884 17.411,9.205 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.95,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.917,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.12,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.12,16.221"/> </svg> ');
}
.orange.icon-erp-store-trolley.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.167,14.344 15.774,12.562 5.129,18.187 12.522,22.921 12.415,18.144 "/> <polyline fill="%23676767" points="15.774,12.462 15.781,12.148 15.788,8.12 4.687,13.538 5.036,18.13 5.129,18.187 15.774,12.562 15.774,12.462 "/> <polygon fill="%23676767" points="20.108,14.729 20.08,14.751 13.257,18.643 13.328,23.192 13.335,23.356 13.328,23.356 13.349,24.361 23.467,18.052 23.481,18.045 24.729,17.267 24.793,16.312 24.793,16.312 25.099,11.892 24.201,12.398 24.194,12.398 "/> <polyline fill="%23999999" points="15.788,8.113 15.788,8.12 15.781,12.148 15.781,12.455 15.774,12.462 15.774,12.562 19.167,14.344 23.545,11.877 19.538,9.931 19.531,9.931 15.788,8.113 "/> <polygon fill="%23999999" points="3.974,13.111 4.416,18.565 12.551,23.841 13.349,24.361 13.328,23.356 13.328,23.192 13.257,18.643 "/> <polyline fill="%23CCCCCC" points="17.413,8.205 15.788,7.421 3.974,13.111 13.257,18.643 20.108,14.729 24.194,12.398 25.085,11.884 17.413,8.205 "/> <path fill="%23676767" d="M19.276,20.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.483,21.022,19.414,20.758,19.276,20.554"/> <path fill="%23676767" d="M25.948,16.369c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,16.388,25.952,16.379,25.948,16.369"/> <path fill="%23999999" d="M19.062,20.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.741,20.188,18.92,20.236,19.062,20.34"/> <path fill="%23999999" d="M24.122,15.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,15.221"/> </svg> ');
}
.orange.icon-erp-store-trolley2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.398,23.406 23.604,19.135 13.966,13.609 13.985,17.739 "/> <polygon fill="%23676767" points="28.015,16.278 23.604,19.135 23.398,23.406 27.706,20.474 "/> <polygon fill="%23CCCCCC" points="23.604,19.135 28.015,16.278 18.396,11.099 13.966,13.609 "/> <polyline fill="%23999999" points="14.378,5.78 16.317,6.782 19.483,8.421 19.174,23.147 21.567,24.655 22.264,7.297 11.915,2.127 12.14,18.904 14.407,20.272 14.378,5.78 "/> <polyline fill="%23676767" points="16.317,6.782 14.378,5.78 14.407,20.272 16.242,19.176 16.317,6.782 "/> <polyline fill="%23676767" points="24.25,6.201 22.264,7.297 21.567,24.655 23.501,23.366 24.25,6.201 "/> <polyline fill="%23CCCCCC" points="22.264,7.297 24.25,6.201 13.901,1.181 11.915,2.127 22.264,7.297 "/> <polyline fill="%23ffbc00" points="22.079,12.247 19.419,10.87 6.553,18.133 13.746,17.149 23.982,11.118 "/> <polygon fill="%23ffbc00" points="11.981,6.898 3.678,11.118 1.542,14.939 14.378,8.134 "/> <polyline fill="%23a56600" points="13.746,17.149 13.765,19.603 23.861,13.478 23.982,11.118 13.746,17.149 "/> <polygon fill="%23a56600" points="16.275,9.423 16.293,7.128 1.542,14.939 1.72,17.365 "/> <polygon fill="%23d88500" points="13.765,19.603 13.746,17.149 6.553,18.133 6.665,20.605 "/> </svg>');
}
.orange.icon-erp-store-trolley2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.585,23.406 23.791,19.135 14.154,13.609 14.173,17.739 "/> <polygon fill="%23676767" points="28.202,16.278 23.791,19.135 23.585,23.406 27.893,20.474 "/> <polygon fill="%23CCCCCC" points="23.791,19.135 28.202,16.278 18.584,11.099 14.154,13.609 "/> <polyline fill="%23ffbc00" points="7.261,28.735 14.032,27.695 23.688,21.289 21.188,19.828 7.261,28.735 "/> <polyline fill="%23ffbc00" points="16.43,17.028 14.163,15.698 4.517,21.289 2.531,25.354 16.43,17.028 "/> <polyline fill="%23a56600" points="14.032,27.695 14.042,29.868 23.585,23.406 23.688,21.289 14.032,27.695 "/> <polyline fill="%23a56600" points="16.411,19.088 16.43,17.028 2.531,25.354 2.69,27.508 16.411,19.088 "/> <polyline fill="%23d88500" points="7.261,28.735 7.364,30.926 14.042,29.868 14.032,27.695 7.261,28.735 "/> <polyline fill="%23999999" points="14.566,5.78 16.505,6.782 19.67,8.421 19.361,20.999 21.862,22.507 22.452,7.297 12.103,2.127 12.328,16.756 14.594,18.123 14.566,5.78 "/> <polyline fill="%23676767" points="16.505,6.782 14.566,5.78 14.594,18.123 16.43,17.028 16.505,6.782 "/> <polyline fill="%23676767" points="24.437,6.201 22.452,7.297 21.862,22.507 23.688,21.289 24.437,6.201 "/> <polyline fill="%23CCCCCC" points="22.452,7.297 24.437,6.201 14.088,1.181 12.103,2.127 22.452,7.297 "/> </svg> ');
}
.orange.icon-erp-store-position{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ffbc00" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23d88500" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23a56600" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> <polygon fill="%23CCCCCC" points="12.218,10.321 4.996,13.609 12.129,17.755 19.263,13.887 "/> <polygon fill="%23999999" points="5.065,14.485 4.996,13.609 12.129,17.755 12.129,18.66 "/> </svg> ');
}
.orange.icon-erp-store-shelf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ffbc00" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23d88500" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23a56600" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.orange.icon-erp-store-shelf.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23999999" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23676767" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.orange.icon-erp-store-alarm{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000057848574557793657180000007267024614471483550_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000057848574557793657180000007267024614471483550_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000075870873425977862090000005357458486843867823_" gradientUnits="userSpaceOnUse" x1="20.7367" y1="11.8606" x2="11.8731" y2="11.8606"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_00000075870873425977862090000005357458486843867823_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%23FF0000" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.orange.icon-erp-store-load{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a56600" points="21.703,12.028 21.739,11.316 21.839,9.02 13.568,13.298 13.625,18.403 20.006,14.809 20.013,14.809 21.625,13.904 21.703,12.028 "/> <polyline fill="%23B6B6B6" points="6.189,18.467 4.941,19.13 12.427,23.921 12.392,22.345 6.189,18.467 "/> <polyline fill="%23676767" points="24.106,13.397 24.092,13.39 13.162,19.643 13.254,25.361 23.386,19.037 23.386,19.044 24.633,18.267 24.698,17.312 24.997,12.884 24.106,13.397 "/> <polyline fill="%23676767" points="21.703,12.028 21.625,13.904 23.45,12.877 21.703,12.028 "/> <polyline fill="%23676767" points="5.882,13.904 4.592,14.538 4.941,19.13 6.189,18.467 6.189,18.467 5.882,13.904 "/> <polyline fill="%23999999" points="4.592,14.538 3.879,14.11 4.321,19.565 12.449,24.841 13.254,25.361 13.162,19.643 12.32,19.144 12.392,22.345 12.427,23.921 4.941,19.13 4.592,14.538 "/> <polyline fill="%23CCCCCC" points="21.739,11.316 21.703,12.028 23.45,12.877 21.625,13.904 20.013,14.809 20.006,14.809 13.625,18.403 12.32,19.144 13.162,19.643 24.092,13.39 24.99,12.877 21.739,11.316 "/> <polyline fill="%23CCCCCC" points="5.879,14.11 6.592,14.538 7.882,13.904 7.832,13.169 5.879,14.11 "/> <path fill="%23d88500" d="M5.832,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.561,9.02 L5.832,13.169z"/> <polygon fill="%23ffbc00" points="5.561,9.02 13.568,13.298 21.839,9.02 13.818,5.341 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.951,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.918,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.121,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.121,16.221"/> <polygon fill="%23CCCCCC" points="3.879,14.11 4.592,14.538 5.882,13.904 5.832,13.169 "/> </svg>');
}
.orange.icon-erp-store-unload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23494949" points="21.289,18.614 28.151,14.4 22.498,11.35 19.06,16.371 "/> <polygon fill="%23CCCCCC" points="24.294,8.412 24.308,8.398 27.228,5.534 23.917,3.972 17.756,1.08 6.305,11.346 7.002,11.785 17.77,2.07 25.639,5.847 23.45,7.98 14.564,16.629 15.387,17.159 "/> <polyline fill="%23999999" points="7.002,11.785 6.305,11.346 8.584,15.514 9.428,16.078 16.571,20.867 17.366,21.396 15.387,17.159 14.564,16.629 16.251,20.19 8.898,15.305 7.002,11.785 "/> <polygon fill="%23999999" points="19.108,5.771 23.45,7.98 25.639,5.847 17.77,2.07 "/> <polygon fill="%23B6B6B6" points="23.45,7.98 19.108,5.771 8.898,15.305 16.251,20.19 14.564,16.629 "/> <polyline fill="%23676767" points="24.308,8.398 24.308,8.412 24.294,8.412 15.387,17.159 17.366,21.396 19.917,18.797 25.945,12.649 28.204,10.343 28.455,10.092 28.259,9.381 27.228,5.534 24.308,8.398 "/> <polygon fill="%23676767" points="7.002,11.785 8.898,15.305 19.108,5.771 17.77,2.07 "/> <g> <g> <path fill="%23a56600" d="M7.002,31.952l5.851-4.433l0.842-7.181l-6.693,3.812V31.952z"/> <path fill="%23d88500" d="M1.151,27.52l5.851,4.433v-7.802l-6.693-3.812L1.151,27.52z"/> <path fill="%23ffbc00" d="M7.002,17.413l-6.693,2.926l6.693,3.812l6.693-3.812L7.002,17.413z"/> </g> </g> <path fill="%23676767" d="M23.008,17.502c0.138,0.204,0.207,0.468,0.207,0.791c0.005,0.509-0.14,1.055-0.435,1.64 c-0.266,0.528-0.597,0.982-0.991,1.362c-0.523,0.499-1.012,0.758-1.469,0.777c-0.285,0.014-0.509-0.074-0.67-0.264 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.214-0.01,0.392,0.038,0.535,0.143c0.076,0.048,0.143,0.114,0.2,0.2 C22.998,17.492,23.003,17.497,23.008,17.502"/> <path fill="%23676767" d="M29.679,13.317c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C29.689,13.336,29.684,13.327,29.679,13.317"/> <path fill="%23999999" d="M22.794,17.288c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C22.473,17.136,22.651,17.184,22.794,17.288"/> <path fill="%23999999" d="M27.854,12.169c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L27.854,12.169"/> </svg> ');
}
.orange.icon-erp-store-alarm.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.orange.icon-shark{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.575,23.266 15.594,26.528 28.928,17.352 29.159,14.238 15.575,23.266 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4.2464" y1="21.0989" x2="15.5939" y2="21.0989"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.246,15.67l0.213,3.133c0.542,2.341,2.008,4.192,4.399,5.554c1.768,1.01,4.014,1.734,6.736,2.172 l-0.018-3.262c-2.741-0.419-5.008-1.118-6.801-2.098c-1.464-0.798-2.592-1.77-3.382-2.915C4.853,17.473,4.471,16.612,4.246,15.67"/> <path fill="%23CCCCCC" d="M4.246,15.67c0.225,0.942,0.607,1.803,1.146,2.583c0.79,1.145,1.918,2.117,3.382,2.915 c1.793,0.98,4.06,1.679,6.801,2.098l13.584-9.028L17.83,7.982L4.246,15.67"/> <polygon fill="%23a56600" points="29.233,13.267 29.353,11.65 17.128,19.533 17.119,21.233 "/> <polygon fill="%23d88500" points="5.614,12.214 5.706,13.831 17.119,21.233 17.128,19.533 "/> <polygon fill="%23ffbc00" points="5.614,12.214 17.128,19.533 29.353,11.65 17.858,5.505 "/> <path fill="%23676767" d="M22.811,22.693c0.004,0.001,0.007,0.003,0.009,0.005c0.105,0.068,0.233,0.109,0.383,0.125 c0.499,0.055,1.001-0.166,1.506-0.665c0.456-0.456,0.795-0.899,1.016-1.331c0.246-0.487,0.388-1.029,0.425-1.626 c0.025-0.481-0.08-0.812-0.314-0.993c-0.04-0.033-0.085-0.06-0.134-0.083c-0.088-0.041-0.188-0.067-0.3-0.079 c-0.106-0.012-0.212-0.012-0.319,0c-0.393,0.05-0.789,0.272-1.187,0.665c-0.456,0.456-0.795,0.899-1.016,1.331 c-0.246,0.487-0.388,1.029-0.425,1.626c-0.01,0.201,0.002,0.375,0.037,0.522C22.546,22.419,22.652,22.587,22.811,22.693"/> <linearGradient id="SVGID_00000101814739646613253090000000792836742631895474_" gradientUnits="userSpaceOnUse" x1="23.5645" y1="17.4081" x2="23.5645" y2="22.6929"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="0.3869" style="stop-color:%23CCCCCC"/> <stop offset="0.9322" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000101814739646613253090000000792836742631895474_)" d="M21.845,19.394 c-0.246,0.481-0.385,1.023-0.416,1.626c-0.029,0.565,0.117,0.927,0.439,1.086l0.943,0.587c-0.159-0.106-0.265-0.274-0.319-0.504 c-0.035-0.147-0.047-0.321-0.037-0.522c0.037-0.598,0.179-1.14,0.425-1.626c0.222-0.431,0.561-0.875,1.016-1.331 c0.398-0.393,0.794-0.615,1.187-0.665c0.107-0.012,0.213-0.012,0.319,0c0.112,0.012,0.213,0.038,0.3,0.079l-0.956-0.587 c-0.004-0.002-0.008-0.005-0.014-0.009c-0.099-0.058-0.217-0.095-0.356-0.111c-0.493-0.055-0.995,0.163-1.506,0.656 C22.409,18.522,22.067,18.963,21.845,19.394"/> </svg> ');
}
.orange.icon-hulk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="17.056,24.466 31.724,14.71 19.625,8.186 4.918,16.509 17.056,24.466 "/> <polyline fill="%23676767" points="31.437,18.011 31.724,14.71 17.056,24.466 17.036,27.925 31.437,18.011 "/> <polyline fill="%23ffbc00" points="17.065,13.267 28.254,6.625 19.853,2.394 8.644,8.335 17.065,13.267 "/> <polyline fill="%23d88500" points="17.026,21.165 17.065,13.267 8.644,8.335 8.931,16.015 17.026,21.165 "/> <polyline fill="%23a56600" points="17.065,13.267 17.026,21.165 27.78,14.216 28.254,6.625 17.065,13.267 "/> <path fill="%23a56600" d="M13.725,26.67l0.049,3.499l3.262-2.244l0.02-3.459L13.725,26.67z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="1.6163" y1="24.2731" x2="13.774" y2="24.2731"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M2.807,21.199c-0.569-0.852-0.966-1.793-1.191-2.822l0.267,3.371c0.54,2.55,2.089,4.567,4.646,6.049 c1.898,1.114,4.313,1.904,7.245,2.372l-0.049-3.499c-2.959-0.461-5.4-1.226-7.324-2.293C4.837,23.505,3.639,22.446,2.807,21.199z"/> <path fill="%23ffbc00" d="M1.616,18.377c0.225,1.029,0.622,1.97,1.191,2.822c0.832,1.247,2.029,2.306,3.593,3.178 c1.924,1.067,4.366,1.832,7.324,2.293l3.331-2.204L4.918,16.509L1.616,18.377z"/> <path fill="%2300FF00" d="M0.45,3.521c0.49,1.993,1.818,3.626,3.983,4.898c0.454,0.269,0.945,0.521,1.473,0.756 c2.016,0.896,4.557,1.545,7.621,1.947l3.618-2.036L4.038,1.831L0.45,3.521z"/> <linearGradient id="SVGID_00000078036153945263662470000008414908070228577215_" gradientUnits="userSpaceOnUse" x1="0.45" y1="14.4976" x2="13.7147" y2="14.4976"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000078036153945263662470000008414908070228577215_)" d="M4.433,8.419C2.268,7.147,0.94,5.515,0.45,3.521 l1.077,13.7c0.554,2.524,2.165,4.517,4.833,5.98c1.931,1.054,4.382,1.812,7.354,2.273l-0.188-14.352 c-3.064-0.402-5.604-1.051-7.621-1.947C5.378,8.939,4.887,8.687,4.433,8.419z"/> <polygon fill="%23006600" points="17.145,9.086 13.527,11.122 13.715,25.474 17.056,23.28 "/> </svg>');
}
.orange.icon-LED_pas{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.orange.icon-QR_kod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23d88500" points="2,2 9.636,2 9.636,4.545 4.545,4.545 4.545,9.636 2,9.636 "/> <polygon fill="%23d88500" points="22.364,2 22.364,4.545 27.455,4.545 27.455,9.636 30,9.636 30,2 "/> <polygon fill="%23d88500" points="30,22.364 27.455,22.364 27.455,27.455 22.364,27.455 22.364,30 30,30 "/> <polygon fill="%23d88500" points="9.636,27.455 4.545,27.455 4.545,22.364 2,22.364 2,30 9.636,30 "/> <path fill="%23d88500" d="M7.091,7.091v7.636h7.636V7.091H7.091z M12.182,12.182H9.636V9.636h2.545V12.182z"/> <path fill="%23d88500" d="M17.273,7.091v7.636h7.636V7.091H17.273z M22.364,12.182h-2.545V9.636h2.545V12.182z"/> <rect x="17.273" y="17.273" fill="%23d88500" width="2.545" height="2.545"/> <path fill="%23d88500" d="M7.091,17.273v7.636h7.636v-7.636H7.091z M12.182,22.364H9.636v-2.545h2.545V22.364z"/> <rect x="17.273" y="22.364" fill="%23d88500" width="2.545" height="2.545"/> <rect x="19.818" y="19.818" fill="%23d88500" width="2.545" height="2.545"/> <rect x="22.364" y="19.818" fill="%23d88500" width="2.545" height="2.545"/> <rect x="22.364" y="22.364" fill="%23d88500" width="2.545" height="2.545"/> </svg> ');
}
.orange.icon-QR_kod_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23d88500" d="M2,2v8h8V2H2z M8,8H4V4l4,0.022V8z"/> <path fill="%23d88500" d="M22,2v8h8V2H22z M28,8h-4V4l4,0.022V8z"/> <path fill="%23d88500" d="M2,22v8h8v-8H2z M8,28H4v-4l4,0.022V28z"/> <path fill="%23d88500" d="M22,22v8h8v-8H22z M28,28h-4v-4l4,0.022V28z"/> <rect x="2" y="13" fill="%23d88500" width="3" height="3"/> <rect x="5" y="16" fill="%23d88500" width="3" height="3"/> <rect x="2" y="19" fill="%23d88500" width="3" height="3"/> <rect x="10" y="11" fill="%23d88500" width="3" height="3"/> <rect x="7" y="11" fill="%23d88500" width="3" height="3"/> <rect x="13" y="14" fill="%23d88500" width="3" height="3"/> <rect x="16" y="14" fill="%23d88500" width="3" height="3"/> <rect x="13" y="8" fill="%23d88500" width="3" height="3"/> <rect x="16" y="8" fill="%23d88500" width="3" height="3"/> <rect x="10" y="17" fill="%23d88500" width="3" height="3"/> <rect x="16" y="20" fill="%23d88500" width="3" height="3"/> <rect x="16" y="26" fill="%23d88500" width="3" height="3"/> <rect x="13" y="2" fill="%23d88500" width="3" height="3"/> <rect x="13" y="23" fill="%23d88500" width="3" height="3"/> <rect x="22" y="14" fill="%23d88500" width="3" height="3"/> <rect x="25" y="14" fill="%23d88500" width="3" height="3"/> <rect x="19" y="17" fill="%23d88500" width="3" height="3"/> </svg>');
}
.orange.icon-BAR_code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23d88500" points="5,6 5,6.143 5,26 3,26 3,6 "/> <polyline fill="%23d88500" points="9,6 9,6.143 9,26 7,26 7,6 "/> <polyline fill="%23d88500" points="22,6 22,6.143 22,26 20,26 20,6 "/> <polyline fill="%23d88500" points="18,6 18,6.143 18,26 11,26 11,6 "/> <polyline fill="%23d88500" points="29,6 29,6.143 29,26 24,26 24,6 "/> </svg>');
}
.red.icon-erp-product{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23CC0000" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF0000" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.red.icon-erp-product-variant{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23990000" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23CC0000" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.red.icon-erp-product-param{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <polygon fill="%23FF0000" points="7.961,10.322 8.773,9.967 17.325,14.872 16.642,15.267 "/> <polygon fill="%23990000" points="17.325,19.962 16.641,20.33 16.642,15.267 17.325,14.872 "/> <polygon fill="%23676767" points="16.642,25.385 17.325,24.868 17.325,19.962 16.641,20.33 "/> </svg> ');
}
.red.icon-erp-product-composition{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M26.679,19.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,19.012"/> <polyline fill="%23676767" points="22.351,15.458 22.339,15.453 16.53,18.758 16.53,18.819 16.53,25.726 16.536,25.733 20.332,23.218 22.019,22.102 22.127,19.952 22.351,15.458 "/> <polygon fill="%23676767" points="21.437,9.997 21.514,8.171 16.534,10.596 16.537,12.492 16.537,12.499 18.417,13.456 18.44,13.411 18.44,11.524 "/> <polyline fill="%23999999" points="16.53,18.819 10.692,15.466 10.943,19.954 11.011,22.069 12.722,23.202 16.53,25.726 16.53,18.819 "/> <polyline fill="%23999999" points="8.756,14.356 8.758,14.356 8.756,14.354 8.756,14.356 "/> <polyline fill="%23999999" points="16.53,12.495 16.537,12.492 16.534,10.596 11.555,8.173 11.635,10.001 14.624,11.524 14.624,13.465 16.53,12.495 "/> <polygon fill="%23999999" points="22.339,15.453 22.351,15.458 22.127,19.952 22.184,19.954 23.819,20.866 24.261,14.358 18.44,11.524 18.44,13.411 18.417,13.456 "/> <polyline fill="%23CCCCCC" points="16.537,6.013 11.555,8.173 16.534,10.596 21.514,8.171 16.537,6.013 "/> <polyline fill="%23CCCCCC" points="16.537,12.499 16.53,12.495 14.624,13.465 10.692,15.466 16.53,18.819 16.53,18.758 22.339,15.453 18.417,13.456 16.537,12.499 "/> <polygon fill="%23CCCCCC" points="23.41,8.994 21.437,9.997 18.44,11.524 24.261,14.358 29.239,11.522 "/> <path fill="%23CC0000" d="M8.756,14.356v-0.002l-4.933-2.832l0.733,6.275l1.835,1.213l2.82,1.868L8.756,14.356z"/> <path fill="%23990000" d="M8.758,14.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002v-1.941L8.758,14.356z"/> <path fill="%23FF0000" d="M11.635,10.001L9.66,8.994l-5.837,2.528l4.933,2.832l0.002,0.002l5.866-2.832L11.635,10.001z"/> </svg> ');
}
.red.icon-erp-product-assembly{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF0000" d="M3.788,11.476l-0.005-0.054l0.038,0.023l1.124-1.056L6.589,6.75l-4.609,4.426L0,15.038L3.788,11.476 M11.751,12.737l-0.024,0.089l0.028-0.014L11.751,12.737z"/> <polyline fill="%23676767" points="8.738,14.267 8.738,14.269 8.738,14.269 8.738,14.267 "/> <polyline fill="%23676767" points="16.547,18.691 16.547,18.752 16.547,25.689 16.551,25.694 16.551,25.696 20.366,23.171 22.061,22.048 22.169,19.889 22.395,15.375 22.381,15.368 16.547,18.691 "/> <polyline fill="%23676767" points="21.553,8.056 21.552,8.056 16.549,10.49 16.551,10.492 16.554,12.394 16.554,12.401 18.443,13.363 18.465,13.319 18.465,11.424 18.464,11.422 21.477,9.89 21.553,8.056 "/> <path fill="%23676767" d="M28.581,17.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,17.726"/> <polyline fill="%23999999" points="10.682,15.384 10.703,15.779 10.794,17.395 10.932,19.889 10.934,19.89 10.932,19.89 11.002,22.017 11.001,22.017 12.719,23.155 16.547,25.689 16.547,18.752 10.682,15.384 "/> <polyline fill="%23999999" points="8.738,14.267 8.738,14.267 8.738,14.269 8.75,14.274 8.74,14.267 8.738,14.267 "/> <polyline fill="%23999999" points="16.551,10.492 16.549,10.49 11.55,8.056 11.55,8.061 11.63,9.894 11.627,9.894 11.69,11.27 12.064,11.604 11.751,12.737 11.754,12.812 11.812,14.09 12.483,14.466 16.547,12.398 16.554,12.394 16.551,10.492 "/> <polygon fill="%23999999" points="18.465,13.319 18.443,13.363 22.381,15.368 22.395,15.375 22.169,19.889 22.227,19.892 23.867,20.808 24.313,14.269 18.465,11.424 "/> <polyline fill="%23CCCCCC" points="9.194,20.821 9.199,20.824 9.194,20.828 9.194,20.821 "/> <polyline fill="%23CCCCCC" points="11.55,8.056 16.549,10.49 21.552,8.056 16.554,5.887 11.55,8.056 "/> <polyline fill="%23CCCCCC" points="16.554,12.401 16.547,12.398 12.483,14.466 11.078,15.181 10.707,15.37 10.682,15.384 16.547,18.752 16.547,18.691 22.381,15.368 18.443,13.363 16.554,12.401 "/> <polygon fill="%23CCCCCC" points="18.464,11.422 18.465,11.424 24.313,14.269 29.314,11.422 23.456,8.881 21.477,9.89 "/> <path fill="%23CC0000" d="M10.707,15.37l0.024-0.028l-5.786-4.954l-1.124,1.056l-0.038-0.023l0.005,0.054L0,15.038l5.47,4.372h0.002 l0.46,0.367l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,15.37 M8.738,14.269v-0.002l0,0H8.74l0.01,0.007 L8.738,14.269L8.738,14.269z"/> <path fill="%23990000" d="M11.726,12.826l0.024-0.089l0.313-1.133L11.69,11.27L6.589,6.75l-1.644,3.639l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,12.826z"/> </svg>');
}
.red.icon-erp-product-component{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M16.642,16.055l6.355,3.659l-6.355,4.814l-6.355-4.814L16.642,16.055 M16.642,15.267l-7.589,4.369 l7.589,5.749l7.589-5.749L16.642,15.267L16.642,15.267z"/> <path fill="%23676767" d="M15.959,7.572v7.3l-6.348,3.655l-0.913-7.781L15.959,7.572 M16.642,6.528l-8.681,3.794l1.092,9.314 l7.589-4.369V6.528L16.642,6.528z"/> <path fill="%23CC0000" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <path fill="%23999999" d="M17.325,7.572l7.261,3.174l-0.913,7.781l-6.348-3.655V7.572 M16.642,6.528v8.739l7.589,4.369l1.092-9.314 L16.642,6.528L16.642,6.528z"/> <path fill="%23CCCCCC" d="M16.642,7.273l7.159,3.129l-7.159,4.078l-7.16-4.078L16.642,7.273 M16.642,6.528l-8.681,3.794l8.681,4.944 l8.681-4.944L16.642,6.528L16.642,6.528z"/> <path fill="%23676767" d="M24.487,11.585l-0.901,7.683l-6.261,4.743v-8.347L24.487,11.585 M25.323,10.322l-8.681,4.944v10.118 l7.589-5.749L25.323,10.322L25.323,10.322z"/> </svg> ');
}
.red.icon-erp-product-tool{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M7.874,5.998c-0.278,0.128-0.418,0.295-0.418,0.5c0,0.02,0,0.039,0,0.058C7.46,6.578,7.465,6.6,7.47,6.622 c0.064,0.25,0.272,0.423,0.624,0.519C8.408,7.224,8.7,7.256,8.969,7.237c0.275-0.019,0.557-0.096,0.845-0.231 c0.247-0.114,0.385-0.258,0.413-0.432c0.01-0.06,0.007-0.124-0.01-0.192c-0.064-0.25-0.272-0.423-0.624-0.519 C9.279,5.78,8.988,5.748,8.719,5.767C8.444,5.786,8.162,5.863,7.874,5.998z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.4556" y1="13.9832" x2="10.8288" y2="13.9832"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M7.47,6.622C7.465,6.6,7.46,6.578,7.456,6.555l0.663,14.021c-0.002,0.036-0.001,0.073,0.005,0.11 c0.038,0.256,0.237,0.448,0.596,0.576c0.314,0.115,0.596,0.163,0.845,0.144c0.263-0.019,0.535-0.109,0.817-0.269 c0.333-0.192,0.48-0.416,0.442-0.672c-0.001-0.006-0.002-0.013-0.005-0.019L10.227,6.574c-0.029,0.174-0.166,0.318-0.413,0.432 c-0.288,0.134-0.57,0.211-0.845,0.231C8.7,7.256,8.408,7.224,8.094,7.141C7.742,7.045,7.534,6.872,7.47,6.622z"/> <polyline fill="%23FF0000" points="3.771,3.768 6.5,3.307 10.515,5.372 13.859,3.816 9.833,1.837 7.057,2.337 3.771,3.768 "/> <polyline fill="%23CC0000" points="3.771,3.768 3.896,5.67 10.66,9.33 10.515,5.372 6.5,3.307 3.771,3.768 "/> <polyline fill="%23990000" points="10.66,9.33 13.935,7.716 13.859,3.816 10.515,5.372 10.66,9.33 "/> <path fill="%23CCCCCC" d="M15.569,14.827c0.09,0.263,0.33,0.458,0.721,0.586c0.346,0.109,0.656,0.157,0.932,0.144 c0.295-0.019,0.592-0.115,0.893-0.288c0.245-0.138,0.388-0.291,0.428-0.461c0.02-0.083,0.015-0.169-0.014-0.259 c-0.09-0.263-0.33-0.458-0.721-0.586c-0.352-0.109-0.663-0.157-0.932-0.144c-0.295,0.019-0.596,0.112-0.903,0.279 c-0.238,0.136-0.377,0.288-0.418,0.456c-0.017,0.073-0.017,0.149,0,0.226C15.559,14.795,15.564,14.811,15.569,14.827"/> <linearGradient id="SVGID_00000056417952209318299690000012660810451522833548_" gradientUnits="userSpaceOnUse" x1="15.5543" y1="20.5339" x2="18.542" y2="20.5339"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000056417952209318299690000012660810451522833548_)" d="M16.289,15.413 c-0.391-0.128-0.631-0.323-0.721-0.586c-0.005-0.016-0.01-0.032-0.014-0.048l0.072,10.505c-0.009,0.064-0.006,0.13,0.01,0.197 c0.058,0.263,0.282,0.471,0.672,0.624c0.339,0.134,0.64,0.195,0.903,0.183c0.282-0.019,0.573-0.122,0.874-0.307 c0.327-0.208,0.475-0.439,0.442-0.692l0.014-10.481c-0.04,0.17-0.182,0.323-0.428,0.461c-0.301,0.173-0.599,0.269-0.893,0.288 C16.946,15.569,16.635,15.521,16.289,15.413"/> <path fill="%23FF0000" d="M16.284,13.044l-0.01,0.005l0.764,1.321l1.633,0.922l1.624-0.922l-1.643-0.903l-1.614-2.786l-1.633,0.865 l0.831,1.441C16.253,13.007,16.269,13.026,16.284,13.044"/> <path fill="%23FF0000" d="M18.72,8.125l1.672-0.874c-0.608-0.82-1.291-1.435-2.046-1.845c-0.73-0.397-1.412-0.548-2.046-0.452 c-0.226,0.033-0.435,0.094-0.624,0.183c-0.034,0.019-0.069,0.038-0.106,0.058L14.07,5.93c0.165-0.071,0.344-0.12,0.538-0.149 c0.112-0.016,0.226-0.024,0.341-0.024c0.536-0.002,1.104,0.163,1.705,0.495c0.472,0.262,0.915,0.601,1.331,1.018 c0.028,0.027,0.055,0.054,0.082,0.082C18.293,7.586,18.51,7.844,18.72,8.125"/> <polyline fill="%23FF0000" points="24.561,8.433 23.437,9.038 25.925,10.287 27.039,9.662 24.561,8.433 "/> <path fill="%23CCCCCC" d="M26.497,19.198c0.012-0.046,0.015-0.092,0.01-0.139c-0.003-0.058-0.018-0.117-0.043-0.178 c-0.115-0.269-0.387-0.48-0.817-0.634c-0.384-0.128-0.714-0.186-0.99-0.173c-0.32,0.013-0.64,0.118-0.961,0.317 c-0.288,0.183-0.434,0.38-0.437,0.591c0,0.006,0,0.01,0,0.014c0.001,0.067,0.015,0.134,0.043,0.202 c0.115,0.275,0.387,0.487,0.817,0.634c0.378,0.134,0.708,0.195,0.99,0.183c0.32-0.013,0.64-0.118,0.961-0.317 C26.318,19.542,26.46,19.376,26.497,19.198"/> <path fill="%23CC0000" d="M18.71,8.634l0.01-0.509c-0.209-0.281-0.427-0.539-0.653-0.773c-0.027-0.028-0.054-0.055-0.082-0.082 c-0.415-0.417-0.859-0.757-1.331-1.018c-0.601-0.332-1.169-0.497-1.705-0.495c-0.115,0-0.229,0.008-0.341,0.024 C14.414,5.81,14.235,5.859,14.07,5.93c-0.053,0.024-0.104,0.05-0.154,0.077c-0.32,0.176-0.579,0.443-0.778,0.802 c-0.359,0.647-0.474,1.515-0.346,2.603c0.192,1.595,0.797,3.074,1.816,4.438c1.217,1.633,2.571,2.27,4.064,1.912v-0.471 l-1.633-0.922l-0.764-1.321l-0.038-0.062l-0.831-1.441l-0.029-2.623c0.73-0.512,1.275-0.9,1.633-1.162l0.269,0.139L18.71,8.634"/> <polyline fill="%23CC0000" points="23.437,9.038 22.735,12.208 23.85,15.542 23.735,18.808 24.916,19.471 25.041,16.185 26.386,14.12 25.925,10.287 23.437,9.038 "/> <linearGradient id="SVGID_00000062187702302965977700000005472116719410854811_" gradientUnits="userSpaceOnUse" x1="22.8919" y1="25.0149" x2="26.4966" y2="25.0149"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000062187702302965977700000005472116719410854811_)" d="M24.119,19.832 c-0.429-0.147-0.701-0.359-0.817-0.634c-0.028-0.068-0.042-0.135-0.043-0.202l-0.355,10.851c-0.002,0.012-0.004,0.023-0.005,0.034 c-0.014,0.082-0.007,0.165,0.019,0.25c0.083,0.269,0.336,0.493,0.759,0.672c0.365,0.16,0.685,0.237,0.961,0.231 c0.301-0.013,0.612-0.131,0.932-0.355c0.312-0.221,0.46-0.453,0.442-0.697l0.485-10.784c-0.036,0.178-0.179,0.345-0.428,0.5 c-0.32,0.199-0.64,0.304-0.961,0.317C24.827,20.027,24.497,19.966,24.119,19.832"/> <path fill="%23990000" d="M17.029,8.077l0.25-0.178L17.01,7.76c-0.359,0.263-0.903,0.65-1.633,1.162l0.029,2.623l1.633-0.865 L17.029,8.077"/> <polyline fill="%23990000" points="18.672,15.292 18.672,15.763 20.286,14.84 20.295,14.37 18.672,15.292 "/> <polyline fill="%23990000" points="18.72,8.125 18.71,8.634 20.391,7.76 20.391,7.251 18.72,8.125 "/> <polygon fill="%23990000" points="27.481,13.476 27.039,9.662 25.925,10.287 26.386,14.12 25.041,16.185 24.916,19.471 25.983,18.808 26.127,15.542 "/> </svg> ');
}
.red.icon-erp-package{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="6.958,10.321 15.602,6.808 15.641,15.266 "/> <polygon fill="%23606060" points="24.323,10.321 15.602,6.808 15.641,15.266 "/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.721-3.513L6.958,6.3l8.644,3.723L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%23FF0000" points="21.4,10.076 18.223,8.774 20.825,8.848 18.609,7.956 16.051,7.883 13.021,6.641 10.711,6.521 13.883,7.821 10.269,7.718 12.292,8.605 16.056,8.712 19.35,10.063 "/> <polygon fill="%23CC0000" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%23990000" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.red.icon-erp-package.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> <path fill="%23676767" d="M24.323,10.321l-1.093,9.315l-7.59,5.75v-10.12L24.323,10.321z"/> <path fill="%23999999" d="M6.958,10.321l1.093,9.315l7.59,5.75v-10.12L6.958,10.321z"/> <polygon fill="%23FF0000" points="21.464,11.94 18.273,10.301 21.019,8.877 18.661,7.846 16.091,9.18 13.048,7.617 10.727,8.674 13.914,10.31 10.284,12.194 12.315,13.393 16.096,11.431 19.405,13.131 "/> <polygon fill="%23CC0000" points="15.641,19.142 12.411,17.073 12.315,13.393 10.284,12.194 10.377,15.769 7.371,13.844 7.672,16.411 10.439,18.184 10.525,21.517 12.567,23.057 12.474,19.488 15.641,21.517 "/> <polygon fill="%23990000" points="23.91,13.844 21.294,15.52 21.464,11.94 19.405,13.131 19.229,16.843 15.641,19.142 15.641,21.517 19.113,19.292 18.943,22.884 21.019,21.343 21.178,17.969 23.609,16.411 "/> </svg> ');
}
.red.icon-erp-store{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> <polygon fill="%23FF0000" points="2.155,8.616 0.562,9.422 6.664,13.102 8.175,12.15 "/> <polygon fill="%23CC0000" points="0.562,9.422 1.701,19.189 7.441,23.356 6.664,13.102 "/> <polygon fill="%23999999" points="3.331,7.172 3.331,9.15 16.033,16.337 16.033,14.174 "/> <polygon fill="%23990000" points="8.175,12.15 8.886,22.181 7.441,23.356 6.664,13.102 "/> <polygon fill="%23676767" points="11.037,20.082 10.665,13.248 16.033,16.337 15.994,23.356 "/> <polygon fill="%23FF0000" points="21.141,19.565 19.492,20.838 12.744,16.769 14.477,15.722 "/> <polygon fill="%23CC0000" points="19.492,20.838 19.189,31.883 12.971,27.37 12.744,16.769 "/> <polygon fill="%23990000" points="21.141,19.565 20.769,30.425 19.189,31.883 19.492,20.838 "/> </svg>');
}
.red.icon-erp-store.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="21.255,17.833 28.679,13.2 16.6,7.539 9.114,11.043 21.255,17.833 "/> <polyline fill="%23676767" points="21.255,17.833 20.871,26.575 27.767,21.542 28.679,13.2 21.255,17.833 "/> <polyline fill="%23999999" points="20.871,26.575 21.255,17.833 9.114,11.043 9.659,19.173 20.871,26.575 "/> <path fill="%23990000" d="M17.852,17.688l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.688z"/> <path fill="%23CC0000" d="M3.809,11.365l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.365z"/> <path fill="%23FF0000" d="M5.539,10.592l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.592z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <path fill="%23676767" d="M28.534,9.135l0.211-1.963l-12.713,7.002v2.163L28.534,9.135z"/> </svg>');
}
.red.icon-erp-store-room{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> <polygon fill="%23FF0000" points="2.155,8.234 0.562,9.04 6.664,12.719 8.175,11.767 "/> <polygon fill="%23CC0000" points="0.562,9.04 1.701,18.806 7.441,22.973 6.664,12.719 "/> <polygon fill="%23990000" points="8.175,11.767 8.886,21.799 7.441,22.973 6.664,12.719 "/> <polygon fill="%23FF0000" points="21.141,19.182 19.492,20.455 12.744,16.386 14.477,15.339 "/> <polygon fill="%23CC0000" points="19.492,20.455 19.189,31.5 12.971,26.987 12.744,16.386 "/> <polygon fill="%23990000" points="21.141,19.182 20.769,30.042 19.189,31.5 19.492,20.455 "/> <polygon fill="%23676767" points="8.886,12.215 8.175,11.767 8.644,18.9 9.026,19.173 "/> </svg> ');
}
.red.icon-erp-store-room.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="20.238,26.575 20.871,13.55 8.731,6.759 9.026,19.173 20.238,26.575 "/> <path fill="%23990000" d="M17.852,17.422l-1.763,1.057l0.006,10.95l1.579-1.151L17.852,17.422z"/> <path fill="%23CC0000" d="M3.809,11.099l1.118,10.177l11.167,8.153l-0.006-10.95L3.809,11.099z"/> <path fill="%23FF0000" d="M5.539,10.326l-1.73,0.773l12.279,7.38l1.763-1.057L5.539,10.326z"/> <path fill="%23CCCCCC" d="M3.331,7.172l12.702,7.002l12.713-7.002L16.044,2L3.331,7.172z"/> <path fill="%23999999" d="M3.331,7.172l0.217,1.963l12.485,7.202v-2.163L3.331,7.172z"/> <polygon fill="%23676767" points="20.238,26.575 20.871,13.55 16.033,16.337 16.033,14.174 28.746,7.172 27.134,21.542 "/> </svg> ');
}
.red.icon-erp-store-building{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%23990000" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%23FF0000" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%23CCCCCC" points="5.87,20.191 5.092,11.956 14.378,17.649 14.47,26.47 "/> <polygon fill="%23CC0000" points="1.6,19.825 5.87,20.191 5.092,11.956 0.351,11.687 "/> <polygon fill="%23FF0000" points="14.378,17.649 17.725,21.926 17.725,31.575 14.47,26.47 "/> <polygon fill="%23676767" points="5.092,11.956 5.87,20.191 12.198,16.312 "/> </svg> ');
}
.red.icon-erp-store-building.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M9.191,8.802L3.833,9.435l12.158,7.307L9.191,8.802z"/> <path fill="%23999999" d="M15.997,27.584l-0.006-10.842L3.833,9.435L4.94,19.512L15.997,27.584z"/> <path fill="%23676767" d="M15.997,27.584l11.062-8.072L28.16,9.435l-12.169,7.307L15.997,27.584z"/> <path fill="%23990000" d="M21.85,2.877l-5.848,1.101L3.833,9.435l5.358-0.633L21.85,2.877z"/> <path fill="%23FF0000" d="M28.16,9.435l-6.31-6.558L9.191,8.802l6.8,7.94L28.16,9.435z"/> <polygon fill="%23990000" points="6.594,20.732 5.938,13.087 13.596,17.844 13.61,25.842 "/> </svg> ');
}
.red.icon-erp-store-sector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%23FF0000" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%23CC0000" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%23990000" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.red.icon-erp-store-sector.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="14.723,12.306 14.709,10.726 4.965,16.017 5.108,17.671 14.723,12.306 "/> <polygon fill="%23676767" points="27.149,16.017 27.006,17.671 30.166,15.499 30.343,13.872 "/> <polygon fill="%23CCCCCC" points="16.064,6.579 12.83,8.234 27.149,16.017 30.343,13.872 "/> <polyline fill="%23999999" points="1.779,13.872 1.956,15.499 5.108,17.671 4.965,16.017 1.779,13.872 "/> <polygon fill="%23676767" points="12.83,8.234 12.864,9.773 27.006,17.671 27.149,16.017 "/> <path fill="%23CCCCCC" d="M6.307,16.922l9.751,6.564l9.757-6.564l-9.751-5.44L6.307,16.922z"/> <path fill="%23999999" d="M6.307,16.922l0.129,1.668l9.621,6.639v-1.743L6.307,16.922z"/> <path fill="%23676767" d="M25.685,18.59l0.129-1.668l-9.757,6.564v1.743L25.685,18.59z"/> <polyline fill="%23CCCCCC" points="1.779,13.872 4.965,16.017 14.709,10.726 11.475,8.921 1.779,13.872 "/> </svg>');
}
.red.icon-erp-store-rack{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CC0000" points="17.573,24.556 2.386,15.523 2.44,17.606 17.563,26.313 "/> <polygon fill="%23990000" points="24.985,19.397 17.573,24.556 17.563,26.313 24.806,21.182 "/> <polygon fill="%23FF0000" points="9.48,11.436 2.386,15.523 17.573,24.556 24.985,19.397 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg> ');
}
.red.icon-erp-store-rack.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.4332" y1="18.8104" x2="21.3841" y2="18.8104"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="21.358,22.594 6.433,13.334 6.528,15.344 21.384,24.287 "/> <polygon fill="%23676767" points="28.45,17.889 21.358,22.594 21.384,24.287 28.313,19.603 "/> <polygon fill="%23CCCCCC" points="13.238,9.651 6.433,13.334 21.358,22.594 28.45,17.889 "/> <linearGradient id="SVGID_00000036245205766875217590000016668992553142434965_" gradientUnits="userSpaceOnUse" x1="6.1792" y1="13.3772" x2="21.3841" y2="13.3772"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <polygon fill="url(%23SVGID_00000036245205766875217590000016668992553142434965_)" points="6.179,7.935 21.384,17.014 21.358,18.82 6.354,9.651 "/> <polygon fill="%23CCCCCC" points="6.179,7.935 13.238,4.301 28.793,12.314 21.384,17.014 "/> <polygon fill="%23676767" points="28.646,14.106 28.793,12.314 21.384,17.014 21.358,18.82 "/> </svg>');
}
.red.icon-erp-store-rack2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC0000" points="15.07,24.422 15.07,24.419 15.078,25.325 14.616,25.644 15.089,25.985 15.07,24.422 "/> <polyline fill="%23CC0000" points="14.395,21.432 15.042,21.864 15.034,21.145 5.145,14.609 5.213,15.287 5.216,15.287 5.728,15.633 6.053,18.91 5.615,19.152 5.618,19.18 12.738,24.295 12.677,22.533 14.395,21.432 "/> <polygon fill="%23CC0000" points="12.386,15.397 12.386,15.394 9.756,16.837 15.059,20.278 17.669,18.623 "/> <polyline fill="%23676767" points="15.045,21.991 15.042,21.867 13.327,22.984 13.426,26.47 14.616,25.644 15.078,25.325 15.07,24.419 15.07,24.345 15.045,21.991 "/> <polyline fill="%23676767" points="21.011,20.873 21.011,20.876 20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 21.011,20.873 "/> <polyline fill="%23676767" points="17.669,18.623 19.475,17.481 12.311,13.285 12.386,15.394 12.386,15.397 17.669,18.623 "/> <polygon fill="%23676767" points="5.615,19.152 6.053,18.91 5.728,15.633 4.043,16.509 4.423,19.818 "/> <polyline fill="%23CCCCCC" points="15.042,21.867 15.042,21.864 14.395,21.432 12.677,22.533 13.327,22.984 15.042,21.867 "/> <polyline fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 15.001,7.847 "/> <polygon fill="%23CCCCCC" points="5.216,15.287 5.213,15.287 3.531,16.157 4.043,16.509 5.728,15.633 "/> <polyline fill="%23990000" points="20.128,17.866 20.125,17.866 15.034,21.145 15.042,21.864 15.045,21.867 15.045,21.991 15.07,24.345 15.07,24.422 15.089,25.985 19.219,23.086 19.946,22.577 20.034,20.275 20.034,20.275 20.128,17.866 "/> <polygon fill="%23990000" points="12.311,13.285 10.712,12.349 6.323,14.609 9.756,16.837 12.386,15.394 "/> <polyline fill="%23999999" points="9.467,12.412 10.189,12.046 10.189,12.043 10.191,12.046 10.712,12.349 12.311,13.285 19.475,17.481 20.125,17.866 20.128,17.864 20.128,17.866 20.034,20.275 20.034,20.275 20.034,20.275 19.946,22.577 19.219,23.086 20.849,24.146 21.011,20.876 21.009,20.873 21.011,20.873 21.185,17.368 9.357,10.601 9.467,12.412 "/> <polyline fill="%23999999" points="20.962,17.324 20.97,17.318 20.973,17.321 20.965,17.324 20.962,17.324 "/> <polyline fill="%23999999" points="13.327,22.984 12.677,22.533 12.738,24.295 12.799,26.008 13.426,26.47 13.327,22.984 "/> <polygon fill="%23999999" points="4.043,16.509 3.531,16.157 3.928,19.449 4.423,19.818 "/> <path fill="%23FF0000" d="M10.189,12.046l-0.721,0.366l-4.323,2.197l9.89,6.536l5.091-3.279l-0.65-0.385l-1.806,1.143l-2.61,1.655 l-5.303-3.442l-3.433-2.227l4.389-2.26l-0.52-0.303H10.189z"/> </svg> ');
}
.red.icon-erp-store-rack2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="19.503,19.014 19.503,18.954 17.964,19.956 17.903,23.364 18.748,22.778 18.894,22.676 19.39,22.335 19.503,19.014 "/> <polyline fill="%23676767" points="9.737,16.845 9.85,16.782 10.321,16.52 10.144,13.326 8.614,14.125 8.845,17.346 9.737,16.845 "/> <polygon fill="%23676767" points="20.849,24.146 26.135,20.292 26.79,13.745 21.185,17.368 "/> <polyline fill="%23CCCCCC" points="19.503,18.954 19.503,18.951 18.85,18.563 17.314,19.554 17.964,19.956 19.503,18.954 "/> <polyline fill="%23CCCCCC" points="9.627,13.012 9.508,13.073 8.102,13.8 8.614,14.125 10.144,13.326 9.627,13.012 9.63,13.073 9.627,13.012 "/> <polygon fill="%23CCCCCC" points="15.001,7.847 9.357,10.601 21.185,17.368 26.79,13.745 "/> <path fill="%23990000" d="M19.503,18.951l0.003,0.003l-0.003,0.061l-0.113,3.32l-0.022,0.65l0.578-0.407l0.182-4.713l-0.6,0.385 L19.503,18.951z"/> <polyline fill="%23999999" points="9.85,16.782 9.737,16.845 9.743,16.916 17.286,21.828 17.275,22.946 17.903,23.364 17.964,19.956 17.314,19.554 17.289,21.635 9.853,16.812 9.85,16.782 "/> <polyline fill="%23999999" points="8.845,17.346 8.614,14.125 8.102,13.8 8.338,17.016 8.845,17.346 "/> <polygon fill="%23999999" points="9.508,13.073 9.627,13.012 9.627,13.012 9.588,12.352 10.189,12.043 20.128,17.864 19.946,22.577 19.368,22.984 18.894,22.676 18.748,22.778 20.849,24.146 21.185,17.368 9.357,10.601 "/> <path fill="%23CC0000" d="M9.588,12.352l0.039,0.661l0.518,0.314l0.176,3.194L9.85,16.782l0.003,0.03l7.436,4.824l0.025-2.081 l1.536-0.991l0.653,0.388l0.025-0.702L9.588,12.352 M18.894,22.676l0.474,0.308l0.022-0.65L18.894,22.676z"/> <path fill="%23FF0000" d="M10.189,12.043l-0.6,0.308l9.939,5.897l0.6-0.385L10.189,12.043z"/> </svg>');
}
.red.icon-erp-store-trolley{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.165,15.344 15.771,13.561 5.127,19.187 12.52,23.921 12.413,19.144 "/> <polyline fill="%23676767" points="15.771,13.462 15.779,13.148 15.786,9.12 4.685,14.538 5.034,19.13 5.127,19.187 15.771,13.561 15.771,13.462 "/> <polygon fill="%23676767" points="20.106,15.729 20.078,15.75 13.255,19.643 13.326,24.192 13.333,24.356 13.326,24.356 13.347,25.361 23.464,19.051 23.479,19.044 24.726,18.267 24.791,17.312 24.791,17.312 25.097,12.891 24.199,13.397 24.192,13.397 "/> <polyline fill="%23999999" points="15.786,9.112 15.786,9.12 15.779,13.148 15.779,13.454 15.771,13.462 15.771,13.561 19.165,15.344 23.543,12.877 19.536,10.931 19.529,10.931 15.786,9.112 "/> <polygon fill="%23999999" points="4.685,14.538 3.972,14.11 4.414,19.565 12.549,24.841 13.347,25.361 13.326,24.356 13.326,24.192 13.255,19.643 12.413,19.144 12.52,23.921 5.127,19.187 5.034,19.13 "/> <polyline fill="%23CCCCCC" points="17.411,9.205 15.786,8.421 3.972,14.11 4.685,14.538 15.786,9.12 15.786,9.112 19.529,10.931 19.536,10.931 23.543,12.877 19.165,15.344 12.413,19.144 13.255,19.643 20.078,15.75 20.078,15.715 20.106,15.729 24.192,13.397 25.083,12.884 17.411,9.205 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.95,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.917,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.12,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.12,16.221"/> </svg> ');
}
.red.icon-erp-store-trolley.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23B6B6B6" points="19.167,14.344 15.774,12.562 5.129,18.187 12.522,22.921 12.415,18.144 "/> <polyline fill="%23676767" points="15.774,12.462 15.781,12.148 15.788,8.12 4.687,13.538 5.036,18.13 5.129,18.187 15.774,12.562 15.774,12.462 "/> <polygon fill="%23676767" points="20.108,14.729 20.08,14.751 13.257,18.643 13.328,23.192 13.335,23.356 13.328,23.356 13.349,24.361 23.467,18.052 23.481,18.045 24.729,17.267 24.793,16.312 24.793,16.312 25.099,11.892 24.201,12.398 24.194,12.398 "/> <polyline fill="%23999999" points="15.788,8.113 15.788,8.12 15.781,12.148 15.781,12.455 15.774,12.462 15.774,12.562 19.167,14.344 23.545,11.877 19.538,9.931 19.531,9.931 15.788,8.113 "/> <polygon fill="%23999999" points="3.974,13.111 4.416,18.565 12.551,23.841 13.349,24.361 13.328,23.356 13.328,23.192 13.257,18.643 "/> <polyline fill="%23CCCCCC" points="17.413,8.205 15.788,7.421 3.974,13.111 13.257,18.643 20.108,14.729 24.194,12.398 25.085,11.884 17.413,8.205 "/> <path fill="%23676767" d="M19.276,20.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.483,21.022,19.414,20.758,19.276,20.554"/> <path fill="%23676767" d="M25.948,16.369c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,16.388,25.952,16.379,25.948,16.369"/> <path fill="%23999999" d="M19.062,20.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.741,20.188,18.92,20.236,19.062,20.34"/> <path fill="%23999999" d="M24.122,15.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,15.221"/> </svg> ');
}
.red.icon-erp-store-trolley2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.398,23.406 23.604,19.135 13.966,13.609 13.985,17.739 "/> <polygon fill="%23676767" points="28.015,16.278 23.604,19.135 23.398,23.406 27.706,20.474 "/> <polygon fill="%23CCCCCC" points="23.604,19.135 28.015,16.278 18.396,11.099 13.966,13.609 "/> <polyline fill="%23999999" points="14.378,5.78 16.317,6.782 19.483,8.421 19.174,23.147 21.567,24.655 22.264,7.297 11.915,2.127 12.14,18.904 14.407,20.272 14.378,5.78 "/> <polyline fill="%23676767" points="16.317,6.782 14.378,5.78 14.407,20.272 16.242,19.176 16.317,6.782 "/> <polyline fill="%23676767" points="24.25,6.201 22.264,7.297 21.567,24.655 23.501,23.366 24.25,6.201 "/> <polyline fill="%23CCCCCC" points="22.264,7.297 24.25,6.201 13.901,1.181 11.915,2.127 22.264,7.297 "/> <polyline fill="%23FF0000" points="22.079,12.247 19.419,10.87 6.553,18.133 13.746,17.149 23.982,11.118 "/> <polygon fill="%23FF0000" points="11.981,6.898 3.678,11.118 1.542,14.939 14.378,8.134 "/> <polyline fill="%23990000" points="13.746,17.149 13.765,19.603 23.861,13.478 23.982,11.118 13.746,17.149 "/> <polygon fill="%23990000" points="16.275,9.423 16.293,7.128 1.542,14.939 1.72,17.365 "/> <polygon fill="%23CC0000" points="13.765,19.603 13.746,17.149 6.553,18.133 6.665,20.605 "/> </svg>');
}
.red.icon-erp-store-trolley2.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="23.585,23.406 23.791,19.135 14.154,13.609 14.173,17.739 "/> <polygon fill="%23676767" points="28.202,16.278 23.791,19.135 23.585,23.406 27.893,20.474 "/> <polygon fill="%23CCCCCC" points="23.791,19.135 28.202,16.278 18.584,11.099 14.154,13.609 "/> <polyline fill="%23FF0000" points="7.261,28.735 14.032,27.695 23.688,21.289 21.188,19.828 7.261,28.735 "/> <polyline fill="%23FF0000" points="16.43,17.028 14.163,15.698 4.517,21.289 2.531,25.354 16.43,17.028 "/> <polyline fill="%23990000" points="14.032,27.695 14.042,29.868 23.585,23.406 23.688,21.289 14.032,27.695 "/> <polyline fill="%23990000" points="16.411,19.088 16.43,17.028 2.531,25.354 2.69,27.508 16.411,19.088 "/> <polyline fill="%23CC0000" points="7.261,28.735 7.364,30.926 14.042,29.868 14.032,27.695 7.261,28.735 "/> <polyline fill="%23999999" points="14.566,5.78 16.505,6.782 19.67,8.421 19.361,20.999 21.862,22.507 22.452,7.297 12.103,2.127 12.328,16.756 14.594,18.123 14.566,5.78 "/> <polyline fill="%23676767" points="16.505,6.782 14.566,5.78 14.594,18.123 16.43,17.028 16.505,6.782 "/> <polyline fill="%23676767" points="24.437,6.201 22.452,7.297 21.862,22.507 23.688,21.289 24.437,6.201 "/> <polyline fill="%23CCCCCC" points="22.452,7.297 24.437,6.201 14.088,1.181 12.103,2.127 22.452,7.297 "/> </svg> ');
}
.red.icon-erp-store-position{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF0000" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23CC0000" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23990000" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> <polygon fill="%23CCCCCC" points="12.218,10.321 4.996,13.609 12.129,17.755 19.263,13.887 "/> <polygon fill="%23999999" points="5.065,14.485 4.996,13.609 12.129,17.755 12.129,18.66 "/> </svg> ');
}
.red.icon-erp-store-shelf{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF0000" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23CC0000" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23990000" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.red.icon-erp-store-shelf.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="4.996,13.609 19.601,22.098 26.851,17.728 12.218,10.321 "/> <polygon fill="%23999999" points="5.065,14.485 19.57,23.059 19.601,22.098 4.996,13.609 "/> <polygon fill="%23676767" points="26.781,18.55 26.851,17.728 19.601,22.098 19.57,23.059 "/> </svg> ');
}
.red.icon-erp-store-alarm{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000057848574557793657180000007267024614471483550_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000057848574557793657180000007267024614471483550_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000075870873425977862090000005357458486843867823_" gradientUnits="userSpaceOnUse" x1="20.7367" y1="11.8606" x2="11.8731" y2="11.8606"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="0.7412" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23FF0000"/> </linearGradient> <path fill="url(%23SVGID_00000075870873425977862090000005357458486843867823_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%23FF0000" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.red.icon-erp-store-load{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990000" points="21.703,12.028 21.739,11.316 21.839,9.02 13.568,13.298 13.625,18.403 20.006,14.809 20.013,14.809 21.625,13.904 21.703,12.028 "/> <polyline fill="%23B6B6B6" points="6.189,18.467 4.941,19.13 12.427,23.921 12.392,22.345 6.189,18.467 "/> <polyline fill="%23676767" points="24.106,13.397 24.092,13.39 13.162,19.643 13.254,25.361 23.386,19.037 23.386,19.044 24.633,18.267 24.698,17.312 24.997,12.884 24.106,13.397 "/> <polyline fill="%23676767" points="21.703,12.028 21.625,13.904 23.45,12.877 21.703,12.028 "/> <polyline fill="%23676767" points="5.882,13.904 4.592,14.538 4.941,19.13 6.189,18.467 6.189,18.467 5.882,13.904 "/> <polyline fill="%23999999" points="4.592,14.538 3.879,14.11 4.321,19.565 12.449,24.841 13.254,25.361 13.162,19.643 12.32,19.144 12.392,22.345 12.427,23.921 4.941,19.13 4.592,14.538 "/> <polyline fill="%23CCCCCC" points="21.739,11.316 21.703,12.028 23.45,12.877 21.625,13.904 20.013,14.809 20.006,14.809 13.625,18.403 12.32,19.144 13.162,19.643 24.092,13.39 24.99,12.877 21.739,11.316 "/> <polyline fill="%23CCCCCC" points="5.879,14.11 6.592,14.538 7.882,13.904 7.832,13.169 5.879,14.11 "/> <path fill="%23CC0000" d="M5.832,13.169l0.05,0.734l0.307,4.563l0,0l6.203,3.879l-0.071-3.201l1.305-0.741l-0.057-5.105L5.561,9.02 L5.832,13.169z"/> <polygon fill="%23FF0000" points="5.561,9.02 13.568,13.298 21.839,9.02 13.818,5.341 "/> <path fill="%23676767" d="M19.274,21.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C19.481,22.022,19.412,21.758,19.274,21.554"/> <path fill="%23676767" d="M25.946,17.369c-0.081-0.171-0.193-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.955,17.388,25.951,17.378,25.946,17.369"/> <path fill="%23999999" d="M19.06,21.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C18.739,21.188,18.918,21.235,19.06,21.34"/> <path fill="%23999999" d="M24.121,16.221c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.121,16.221"/> <polygon fill="%23CCCCCC" points="3.879,14.11 4.592,14.538 5.882,13.904 5.832,13.169 "/> </svg>');
}
.red.icon-erp-store-unload{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23494949" points="21.289,18.614 28.151,14.4 22.498,11.35 19.06,16.371 "/> <polygon fill="%23CCCCCC" points="24.294,8.412 24.308,8.398 27.228,5.534 23.917,3.972 17.756,1.08 6.305,11.346 7.002,11.785 17.77,2.07 25.639,5.847 23.45,7.98 14.564,16.629 15.387,17.159 "/> <polyline fill="%23999999" points="7.002,11.785 6.305,11.346 8.584,15.514 9.428,16.078 16.571,20.867 17.366,21.396 15.387,17.159 14.564,16.629 16.251,20.19 8.898,15.305 7.002,11.785 "/> <polygon fill="%23999999" points="19.108,5.771 23.45,7.98 25.639,5.847 17.77,2.07 "/> <polygon fill="%23B6B6B6" points="23.45,7.98 19.108,5.771 8.898,15.305 16.251,20.19 14.564,16.629 "/> <polyline fill="%23676767" points="24.308,8.398 24.308,8.412 24.294,8.412 15.387,17.159 17.366,21.396 19.917,18.797 25.945,12.649 28.204,10.343 28.455,10.092 28.259,9.381 27.228,5.534 24.308,8.398 "/> <polygon fill="%23676767" points="7.002,11.785 8.898,15.305 19.108,5.771 17.77,2.07 "/> <g> <g> <path fill="%23990000" d="M7.002,31.952l5.851-4.433l0.842-7.181l-6.693,3.812V31.952z"/> <path fill="%23CC0000" d="M1.151,27.52l5.851,4.433v-7.802l-6.693-3.812L1.151,27.52z"/> <path fill="%23FF0000" d="M7.002,17.413l-6.693,2.926l6.693,3.812l6.693-3.812L7.002,17.413z"/> </g> </g> <path fill="%23676767" d="M23.008,17.502c0.138,0.204,0.207,0.468,0.207,0.791c0.005,0.509-0.14,1.055-0.435,1.64 c-0.266,0.528-0.597,0.982-0.991,1.362c-0.523,0.499-1.012,0.758-1.469,0.777c-0.285,0.014-0.509-0.074-0.67-0.264 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777c0.214-0.01,0.392,0.038,0.535,0.143c0.076,0.048,0.143,0.114,0.2,0.2 C22.998,17.492,23.003,17.497,23.008,17.502"/> <path fill="%23676767" d="M29.679,13.317c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C29.689,13.336,29.684,13.327,29.679,13.317"/> <path fill="%23999999" d="M22.794,17.288c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C22.473,17.136,22.651,17.184,22.794,17.288"/> <path fill="%23999999" d="M27.854,12.169c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L27.854,12.169"/> </svg> ');
}
.red.icon-erp-store-alarm.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.red.icon-shark{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="15.575,23.266 15.594,26.528 28.928,17.352 29.159,14.238 15.575,23.266 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="4.2464" y1="21.0989" x2="15.5939" y2="21.0989"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.246,15.67l0.213,3.133c0.542,2.341,2.008,4.192,4.399,5.554c1.768,1.01,4.014,1.734,6.736,2.172 l-0.018-3.262c-2.741-0.419-5.008-1.118-6.801-2.098c-1.464-0.798-2.592-1.77-3.382-2.915C4.853,17.473,4.471,16.612,4.246,15.67"/> <path fill="%23CCCCCC" d="M4.246,15.67c0.225,0.942,0.607,1.803,1.146,2.583c0.79,1.145,1.918,2.117,3.382,2.915 c1.793,0.98,4.06,1.679,6.801,2.098l13.584-9.028L17.83,7.982L4.246,15.67"/> <polygon fill="%23990000" points="29.233,13.267 29.353,11.65 17.128,19.533 17.119,21.233 "/> <polygon fill="%23CC0000" points="5.614,12.214 5.706,13.831 17.119,21.233 17.128,19.533 "/> <polygon fill="%23FF0000" points="5.614,12.214 17.128,19.533 29.353,11.65 17.858,5.505 "/> <path fill="%23676767" d="M22.811,22.693c0.004,0.001,0.007,0.003,0.009,0.005c0.105,0.068,0.233,0.109,0.383,0.125 c0.499,0.055,1.001-0.166,1.506-0.665c0.456-0.456,0.795-0.899,1.016-1.331c0.246-0.487,0.388-1.029,0.425-1.626 c0.025-0.481-0.08-0.812-0.314-0.993c-0.04-0.033-0.085-0.06-0.134-0.083c-0.088-0.041-0.188-0.067-0.3-0.079 c-0.106-0.012-0.212-0.012-0.319,0c-0.393,0.05-0.789,0.272-1.187,0.665c-0.456,0.456-0.795,0.899-1.016,1.331 c-0.246,0.487-0.388,1.029-0.425,1.626c-0.01,0.201,0.002,0.375,0.037,0.522C22.546,22.419,22.652,22.587,22.811,22.693"/> <linearGradient id="SVGID_00000101814739646613253090000000792836742631895474_" gradientUnits="userSpaceOnUse" x1="23.5645" y1="17.4081" x2="23.5645" y2="22.6929"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="0.3869" style="stop-color:%23CCCCCC"/> <stop offset="0.9322" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000101814739646613253090000000792836742631895474_)" d="M21.845,19.394 c-0.246,0.481-0.385,1.023-0.416,1.626c-0.029,0.565,0.117,0.927,0.439,1.086l0.943,0.587c-0.159-0.106-0.265-0.274-0.319-0.504 c-0.035-0.147-0.047-0.321-0.037-0.522c0.037-0.598,0.179-1.14,0.425-1.626c0.222-0.431,0.561-0.875,1.016-1.331 c0.398-0.393,0.794-0.615,1.187-0.665c0.107-0.012,0.213-0.012,0.319,0c0.112,0.012,0.213,0.038,0.3,0.079l-0.956-0.587 c-0.004-0.002-0.008-0.005-0.014-0.009c-0.099-0.058-0.217-0.095-0.356-0.111c-0.493-0.055-0.995,0.163-1.506,0.656 C22.409,18.522,22.067,18.963,21.845,19.394"/> </svg> ');
}
.red.icon-hulk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="17.056,24.466 31.724,14.71 19.625,8.186 4.918,16.509 17.056,24.466 "/> <polyline fill="%23676767" points="31.437,18.011 31.724,14.71 17.056,24.466 17.036,27.925 31.437,18.011 "/> <polyline fill="%23FF0000" points="17.065,13.267 28.254,6.625 19.853,2.394 8.644,8.335 17.065,13.267 "/> <polyline fill="%23CC0000" points="17.026,21.165 17.065,13.267 8.644,8.335 8.931,16.015 17.026,21.165 "/> <polyline fill="%23990000" points="17.065,13.267 17.026,21.165 27.78,14.216 28.254,6.625 17.065,13.267 "/> <path fill="%23990000" d="M13.725,26.67l0.049,3.499l3.262-2.244l0.02-3.459L13.725,26.67z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="1.6163" y1="24.2731" x2="13.774" y2="24.2731"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M2.807,21.199c-0.569-0.852-0.966-1.793-1.191-2.822l0.267,3.371c0.54,2.55,2.089,4.567,4.646,6.049 c1.898,1.114,4.313,1.904,7.245,2.372l-0.049-3.499c-2.959-0.461-5.4-1.226-7.324-2.293C4.837,23.505,3.639,22.446,2.807,21.199z"/> <path fill="%23FF0000" d="M1.616,18.377c0.225,1.029,0.622,1.97,1.191,2.822c0.832,1.247,2.029,2.306,3.593,3.178 c1.924,1.067,4.366,1.832,7.324,2.293l3.331-2.204L4.918,16.509L1.616,18.377z"/> <path fill="%2300FF00" d="M0.45,3.521c0.49,1.993,1.818,3.626,3.983,4.898c0.454,0.269,0.945,0.521,1.473,0.756 c2.016,0.896,4.557,1.545,7.621,1.947l3.618-2.036L4.038,1.831L0.45,3.521z"/> <linearGradient id="SVGID_00000078036153945263662470000008414908070228577215_" gradientUnits="userSpaceOnUse" x1="0.45" y1="14.4976" x2="13.7147" y2="14.4976"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000078036153945263662470000008414908070228577215_)" d="M4.433,8.419C2.268,7.147,0.94,5.515,0.45,3.521 l1.077,13.7c0.554,2.524,2.165,4.517,4.833,5.98c1.931,1.054,4.382,1.812,7.354,2.273l-0.188-14.352 c-3.064-0.402-5.604-1.051-7.621-1.947C5.378,8.939,4.887,8.687,4.433,8.419z"/> <polygon fill="%23006600" points="17.145,9.086 13.527,11.122 13.715,25.474 17.056,23.28 "/> </svg>');
}
.red.icon-LED_pas{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="16.3324" cy="15.4258" r="4.9446" gradientTransform="matrix(1 0 0 0.5647 0 6.7141)" gradientUnits="userSpaceOnUse"> <stop offset="0.4181" style="stop-color:%23212121"/> <stop offset="0.7552" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M20.698,15.76c0-0.203-0.029-0.399-0.088-0.586c-0.06-0.193-0.151-0.379-0.274-0.557 c-0.212,0.261-0.512,0.5-0.899,0.718c-0.863,0.485-1.907,0.728-3.132,0.728c-1.225,0-2.27-0.243-3.137-0.728 c-0.41-0.232-0.723-0.488-0.938-0.767c-0.117,0.162-0.208,0.328-0.274,0.498c-0.004,0.014-0.009,0.027-0.015,0.039 c-0.072,0.209-0.107,0.427-0.107,0.655c0,0.782,0.433,1.448,1.3,1.998c0.013,0.008,0.026,0.017,0.039,0.024 c0.856,0.534,1.887,0.801,3.093,0.801c1.205,0,2.236-0.267,3.093-0.801c0.015-0.007,0.03-0.016,0.044-0.024 C20.266,17.208,20.698,16.542,20.698,15.76z"/> <linearGradient id="SVGID_00000011723264460832093460000004564219525498268315_" gradientUnits="userSpaceOnUse" x1="9.0732" y1="20.6362" x2="23.4583" y2="20.6362"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.9196" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000011723264460832093460000004564219525498268315_)" d="M20.61,15.173 c0.059,0.188,0.088,0.383,0.088,0.586c0,0.782-0.432,1.448-1.295,1.998c-0.014,0.009-0.028,0.017-0.044,0.024 c-0.857,0.534-1.888,0.801-3.093,0.801c-1.206,0-2.237-0.267-3.093-0.801c-0.013-0.008-0.026-0.016-0.039-0.024 c-0.866-0.551-1.3-1.217-1.3-1.998c0-0.228,0.036-0.446,0.107-0.655l-2.516,5.262c-0.014,0.028-0.029,0.056-0.044,0.083 c-0.205,0.413-0.308,0.853-0.308,1.319c0,1.215,0.702,2.251,2.106,3.108c1.404,0.86,3.1,1.29,5.087,1.29s3.683-0.43,5.087-1.29 c1.404-0.857,2.106-1.893,2.106-3.108c0-0.396-0.075-0.774-0.225-1.134c-0.051-0.125-0.113-0.248-0.186-0.371L20.61,15.173z"/> <linearGradient id="SVGID_00000137822224924602672210000009369511198130162866_" gradientUnits="userSpaceOnUse" x1="11.8731" y1="11.8606" x2="20.7367" y2="11.8606"> <stop offset="0" style="stop-color:%2300CC33"/> <stop offset="1" style="stop-color:%23006600"/> </linearGradient> <path fill="url(%23SVGID_00000137822224924602672210000009369511198130162866_)" d="M13.168,9.256 c-0.833-0.443-1.265-0.976-1.295-1.598l0.01,5.727c-0.007,0.059-0.01,0.12-0.01,0.181c0,0.362,0.119,0.696,0.357,1.002 c0.215,0.279,0.528,0.535,0.938,0.767c0.866,0.485,1.912,0.728,3.137,0.728c1.225,0,2.269-0.243,3.132-0.728 c0.387-0.218,0.687-0.458,0.899-0.718c0.267-0.318,0.401-0.668,0.401-1.051c0-0.046-0.002-0.092-0.005-0.137 c-0.002-0.013-0.003-0.026-0.005-0.039l0.005-5.683c-0.05,0.602-0.482,1.118-1.295,1.549C18.574,9.719,17.53,9.95,16.305,9.95 C15.08,9.95,14.034,9.719,13.168,9.256z"/> <path fill="%2300FF00" d="M19.437,5.919C18.574,5.46,17.53,5.23,16.305,5.23c-1.225,0-2.27,0.23-3.137,0.689 c-0.863,0.463-1.295,1.02-1.295,1.671c0,0.023,0,0.046,0,0.068c0.03,0.622,0.462,1.155,1.295,1.598 c0.866,0.463,1.912,0.694,3.137,0.694c1.225,0,2.269-0.231,3.132-0.694c0.813-0.431,1.245-0.947,1.295-1.549 c0.003-0.038,0.005-0.077,0.005-0.117C20.737,6.938,20.303,6.381,19.437,5.919z"/> </svg>');
}
.red.icon-QR_kod{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CC0000" points="2,2 9.636,2 9.636,4.545 4.545,4.545 4.545,9.636 2,9.636 "/> <polygon fill="%23CC0000" points="22.364,2 22.364,4.545 27.455,4.545 27.455,9.636 30,9.636 30,2 "/> <polygon fill="%23CC0000" points="30,22.364 27.455,22.364 27.455,27.455 22.364,27.455 22.364,30 30,30 "/> <polygon fill="%23CC0000" points="9.636,27.455 4.545,27.455 4.545,22.364 2,22.364 2,30 9.636,30 "/> <path fill="%23CC0000" d="M7.091,7.091v7.636h7.636V7.091H7.091z M12.182,12.182H9.636V9.636h2.545V12.182z"/> <path fill="%23CC0000" d="M17.273,7.091v7.636h7.636V7.091H17.273z M22.364,12.182h-2.545V9.636h2.545V12.182z"/> <rect x="17.273" y="17.273" fill="%23CC0000" width="2.545" height="2.545"/> <path fill="%23CC0000" d="M7.091,17.273v7.636h7.636v-7.636H7.091z M12.182,22.364H9.636v-2.545h2.545V22.364z"/> <rect x="17.273" y="22.364" fill="%23CC0000" width="2.545" height="2.545"/> <rect x="19.818" y="19.818" fill="%23CC0000" width="2.545" height="2.545"/> <rect x="22.364" y="19.818" fill="%23CC0000" width="2.545" height="2.545"/> <rect x="22.364" y="22.364" fill="%23CC0000" width="2.545" height="2.545"/> </svg> ');
}
.red.icon-QR_kod_2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M2,2v8h8V2H2z M8,8H4V4l4,0.022V8z"/> <path fill="%23CC0000" d="M22,2v8h8V2H22z M28,8h-4V4l4,0.022V8z"/> <path fill="%23CC0000" d="M2,22v8h8v-8H2z M8,28H4v-4l4,0.022V28z"/> <path fill="%23CC0000" d="M22,22v8h8v-8H22z M28,28h-4v-4l4,0.022V28z"/> <rect x="2" y="13" fill="%23CC0000" width="3" height="3"/> <rect x="5" y="16" fill="%23CC0000" width="3" height="3"/> <rect x="2" y="19" fill="%23CC0000" width="3" height="3"/> <rect x="10" y="11" fill="%23CC0000" width="3" height="3"/> <rect x="7" y="11" fill="%23CC0000" width="3" height="3"/> <rect x="13" y="14" fill="%23CC0000" width="3" height="3"/> <rect x="16" y="14" fill="%23CC0000" width="3" height="3"/> <rect x="13" y="8" fill="%23CC0000" width="3" height="3"/> <rect x="16" y="8" fill="%23CC0000" width="3" height="3"/> <rect x="10" y="17" fill="%23CC0000" width="3" height="3"/> <rect x="16" y="20" fill="%23CC0000" width="3" height="3"/> <rect x="16" y="26" fill="%23CC0000" width="3" height="3"/> <rect x="13" y="2" fill="%23CC0000" width="3" height="3"/> <rect x="13" y="23" fill="%23CC0000" width="3" height="3"/> <rect x="22" y="14" fill="%23CC0000" width="3" height="3"/> <rect x="25" y="14" fill="%23CC0000" width="3" height="3"/> <rect x="19" y="17" fill="%23CC0000" width="3" height="3"/> </svg>');
}
.red.icon-BAR_code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC0000" points="5,6 5,6.143 5,26 3,26 3,6 "/> <polyline fill="%23CC0000" points="9,6 9,6.143 9,26 7,26 7,6 "/> <polyline fill="%23CC0000" points="22,6 22,6.143 22,26 20,26 20,6 "/> <polyline fill="%23CC0000" points="18,6 18,6.143 18,26 11,26 11,6 "/> <polyline fill="%23CC0000" points="29,6 29,6.143 29,26 24,26 24,6 "/> </svg>');
}


.blue.icon-erp-wms-profil{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23003399" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%230099FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.blue.icon-erp-wms-matica{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23003399" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%230099FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.blue.icon-erp-wms-podlozka{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23003399" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%230099FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.blue.icon-erp-wms-srob{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23003399" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%230099FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.blue.icon-erp-wms-lepidlo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23003399" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%230099FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.blue.icon-erp-wms-elektro{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23003399" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%230099FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.blue.icon-erp-wms-plosny{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23003399" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%230099FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.blue.icon-erp-wms-plosny_1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23003399" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%230099FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightBlue.icon-erp-wms-profil{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23269FBF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2333CCFF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightBlue.icon-erp-wms-matica{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23269FBF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2333CCFF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightBlue.icon-erp-wms-podlozka{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23269FBF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2333CCFF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightBlue.icon-erp-wms-srob{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23269FBF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2333CCFF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightBlue.icon-erp-wms-lepidlo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23269FBF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2333CCFF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightBlue.icon-erp-wms-elektro{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23269FBF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2333CCFF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightBlue.icon-erp-wms-plosny{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23269FBF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2333CCFF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightBlue.icon-erp-wms-plosny_1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23269FBF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2333CCFF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.green.icon-erp-wms-profil{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%232f8c51" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2339b563" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.green.icon-erp-wms-matica{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%232f8c51" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2339b563" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.green.icon-erp-wms-podlozka{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%232f8c51" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2339b563" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.green.icon-erp-wms-srob{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%232f8c51" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2339b563" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.green.icon-erp-wms-lepidlo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%232f8c51" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2339b563" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.green.icon-erp-wms-elektro{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%232f8c51" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2339b563" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.green.icon-erp-wms-plosny{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%232f8c51" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2339b563" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.green.icon-erp-wms-plosny_1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%232f8c51" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2339b563" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightGreen.icon-erp-wms-profil{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%2300b200" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2300e500" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightGreen.icon-erp-wms-matica{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%2300b200" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2300e500" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightGreen.icon-erp-wms-podlozka{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%2300b200" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2300e500" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightGreen.icon-erp-wms-srob{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%2300b200" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2300e500" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightGreen.icon-erp-wms-lepidlo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%2300b200" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2300e500" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightGreen.icon-erp-wms-elektro{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%2300b200" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2300e500" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightGreen.icon-erp-wms-plosny{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%2300b200" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2300e500" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.lightGreen.icon-erp-wms-plosny_1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%2300b200" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%2300e500" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.yellow.icon-erp-wms-profil{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23ccaa00" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23f9e100" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.yellow.icon-erp-wms-matica{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23ccaa00" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23f9e100" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.yellow.icon-erp-wms-podlozka{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23ccaa00" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23f9e100" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.yellow.icon-erp-wms-srob{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23ccaa00" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23f9e100" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.yellow.icon-erp-wms-lepidlo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23ccaa00" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23f9e100" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.yellow.icon-erp-wms-elektro{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23ccaa00" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23f9e100" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.yellow.icon-erp-wms-plosny{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23ccaa00" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23f9e100" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.yellow.icon-erp-wms-plosny_1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23ccaa00" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23f9e100" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.purple.icon-erp-wms-profil{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23FF66FF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF99FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.purple.icon-erp-wms-matica{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23FF66FF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF99FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.purple.icon-erp-wms-podlozka{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23FF66FF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF99FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.purple.icon-erp-wms-srob{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23FF66FF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF99FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.purple.icon-erp-wms-lepidlo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23FF66FF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF99FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.purple.icon-erp-wms-elektro{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23FF66FF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF99FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.purple.icon-erp-wms-plosny{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23FF66FF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF99FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.purple.icon-erp-wms-plosny_1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23FF66FF" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF99FF" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.grey.icon-erp-wms-profil{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.grey.icon-erp-wms-matica{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.grey.icon-erp-wms-podlozka{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.grey.icon-erp-wms-srob{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.grey.icon-erp-wms-lepidlo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.grey.icon-erp-wms-elektro{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.grey.icon-erp-wms-plosny{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.grey.icon-erp-wms-plosny_1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23999999" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23CCCCCC" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.orange.icon-erp-wms-profil{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23d88500" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23ffbc00" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.orange.icon-erp-wms-matica{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23d88500" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23ffbc00" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.orange.icon-erp-wms-podlozka{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23d88500" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23ffbc00" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.orange.icon-erp-wms-srob{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23d88500" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23ffbc00" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.orange.icon-erp-wms-lepidlo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23d88500" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23ffbc00" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.orange.icon-erp-wms-elektro{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23d88500" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23ffbc00" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.orange.icon-erp-wms-plosny{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23d88500" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23ffbc00" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.orange.icon-erp-wms-plosny_1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23d88500" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23ffbc00" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.red.icon-erp-wms-profil{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23CC0000" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF0000" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.red.icon-erp-wms-matica{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23CC0000" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF0000" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.red.icon-erp-wms-podlozka{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23CC0000" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF0000" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.red.icon-erp-wms-srob{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23CC0000" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF0000" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.red.icon-erp-wms-lepidlo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23CC0000" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF0000" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.red.icon-erp-wms-elektro{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23CC0000" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF0000" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.red.icon-erp-wms-plosny{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23CC0000" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF0000" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}
.red.icon-erp-wms-plosny_1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M23.742,15.273l0.581-4.952l-8.683,4.945v5.064L23.742,15.273z"/> <path fill="%23676767" d="M23.742,15.273l-0.512,4.363l-7.59,5.75V20.33L23.742,15.273z"/> <path fill="%23CC0000" d="M15.641,20.33v-5.064l-8.682-4.945l0.581,4.952L15.641,20.33z"/> <path fill="%23999999" d="M7.539,15.273l0.512,4.363l7.59,5.75V20.33L7.539,15.273z"/> <path fill="%23FF0000" d="M24.323,10.321l-8.683-3.795l-8.682,3.795l8.682,4.945L24.323,10.321z"/> </svg> ');
}


.blue.icon-erp-rtls{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%230099FF" d="M 26.683 86.682 c -14.718 0 -26.691 -11.973 -26.691 -26.691 V 30.009 c 0 -14.718 11.973 -26.691 26.691 -26.691 s 26.691 11.973 26.691 26.691 v 29.982 C 53.374 74.709 41.4 86.682 26.683 86.682 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%230099FF" d="M 26.682 74.492 c -0.252 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.253 -1.039 -1.253 -1.856 V 49.964 l -9.786 10.169 c -0.766 0.797 -2.033 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.033 -0.054 -2.829 L 23.907 45 L 12.014 32.641 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.796 -0.765 2.062 -0.742 2.828 0.054 l 9.786 10.169 V 17.508 c 0 -0.816 0.496 -1.55 1.253 -1.855 c 0.758 -0.304 1.625 -0.119 2.189 0.468 l 13.227 13.746 c 0.746 0.775 0.746 1.999 0 2.774 L 29.458 45 l 11.892 12.359 c 0.746 0.775 0.746 1.999 0 2.774 L 28.124 73.879 C 27.739 74.278 27.216 74.492 26.682 74.492 z M 28.683 49.964 v 17.564 l 8.451 -8.782 L 28.683 49.964 z M 28.683 22.472 v 17.564 l 8.451 -8.782 L 28.683 22.472 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%230099FF" d="M 61.5 55.205 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.78 -0.781 -2.047 0 -2.829 c 4.494 -4.495 4.494 -11.808 0 -16.302 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 6.054 6.054 6.054 15.905 0 21.96 C 62.524 55.01 62.012 55.205 61.5 55.205 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%230099FF" d="M 69.472 63.176 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 8.889 -8.89 8.889 -23.355 0 -32.245 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 10.45 10.45 10.45 27.453 0 37.902 C 70.495 62.981 69.983 63.176 69.472 63.176 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%230099FF" d="M 77.443 71.148 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 13.285 -13.286 13.285 -34.902 0 -48.188 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 14.846 14.845 14.846 39 0 53.845 C 78.466 70.952 77.955 71.148 77.443 71.148 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.blue.icon-erp-rtls-calibate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%230099FF" d="M 25.302 90 c -0.251 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.252 -1.039 -1.252 -1.855 V 49.963 L 6.054 67.887 c -0.766 0.797 -2.032 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.032 -0.054 -2.828 L 22.527 45 L 3.173 24.887 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.795 -0.765 2.062 -0.742 2.828 0.054 l 17.248 17.924 V 2 c 0 -0.816 0.496 -1.55 1.252 -1.855 c 0.758 -0.304 1.624 -0.12 2.188 0.468 l 20.69 21.5 c 0.745 0.774 0.745 1.999 0 2.773 L 28.078 45 l 19.355 20.113 c 0.745 0.774 0.745 1.999 0 2.773 l -20.69 21.5 C 26.359 89.786 25.835 90 25.302 90 z M 27.302 49.963 v 33.074 L 43.216 66.5 L 27.302 49.963 z M 27.302 6.963 v 33.075 L 43.216 23.5 L 27.302 6.963 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%230099FF" d="M 54.602 56.528 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.346 -5.346 5.346 -14.044 0 -19.389 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 6.905 6.905 6.905 18.14 0 25.046 C 55.625 56.333 55.113 56.528 54.602 56.528 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%230099FF" d="M 63.859 65.785 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.063 -5.063 7.85 -11.792 7.85 -18.952 c 0 -7.159 -2.787 -13.89 -7.85 -18.952 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 5.818 5.817 9.022 13.552 9.022 21.78 c 0 8.228 -3.203 15.963 -9.022 21.78 C 64.882 65.59 64.37 65.785 63.859 65.785 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%230099FF" d="M 73.116 75.043 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 15.555 -15.555 15.555 -40.864 0 -56.419 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 17.114 17.114 17.114 44.961 0 62.075 C 74.14 74.848 73.628 75.043 73.116 75.043 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.lightBlue.icon-erp-rtls{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%2333CCFF" d="M 26.683 86.682 c -14.718 0 -26.691 -11.973 -26.691 -26.691 V 30.009 c 0 -14.718 11.973 -26.691 26.691 -26.691 s 26.691 11.973 26.691 26.691 v 29.982 C 53.374 74.709 41.4 86.682 26.683 86.682 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2333CCFF" d="M 26.682 74.492 c -0.252 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.253 -1.039 -1.253 -1.856 V 49.964 l -9.786 10.169 c -0.766 0.797 -2.033 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.033 -0.054 -2.829 L 23.907 45 L 12.014 32.641 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.796 -0.765 2.062 -0.742 2.828 0.054 l 9.786 10.169 V 17.508 c 0 -0.816 0.496 -1.55 1.253 -1.855 c 0.758 -0.304 1.625 -0.119 2.189 0.468 l 13.227 13.746 c 0.746 0.775 0.746 1.999 0 2.774 L 29.458 45 l 11.892 12.359 c 0.746 0.775 0.746 1.999 0 2.774 L 28.124 73.879 C 27.739 74.278 27.216 74.492 26.682 74.492 z M 28.683 49.964 v 17.564 l 8.451 -8.782 L 28.683 49.964 z M 28.683 22.472 v 17.564 l 8.451 -8.782 L 28.683 22.472 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2333CCFF" d="M 61.5 55.205 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.78 -0.781 -2.047 0 -2.829 c 4.494 -4.495 4.494 -11.808 0 -16.302 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 6.054 6.054 6.054 15.905 0 21.96 C 62.524 55.01 62.012 55.205 61.5 55.205 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2333CCFF" d="M 69.472 63.176 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 8.889 -8.89 8.889 -23.355 0 -32.245 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 10.45 10.45 10.45 27.453 0 37.902 C 70.495 62.981 69.983 63.176 69.472 63.176 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2333CCFF" d="M 77.443 71.148 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 13.285 -13.286 13.285 -34.902 0 -48.188 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 14.846 14.845 14.846 39 0 53.845 C 78.466 70.952 77.955 71.148 77.443 71.148 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.lightBlue.icon-erp-rtls-calibate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%2333CCFF" d="M 25.302 90 c -0.251 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.252 -1.039 -1.252 -1.855 V 49.963 L 6.054 67.887 c -0.766 0.797 -2.032 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.032 -0.054 -2.828 L 22.527 45 L 3.173 24.887 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.795 -0.765 2.062 -0.742 2.828 0.054 l 17.248 17.924 V 2 c 0 -0.816 0.496 -1.55 1.252 -1.855 c 0.758 -0.304 1.624 -0.12 2.188 0.468 l 20.69 21.5 c 0.745 0.774 0.745 1.999 0 2.773 L 28.078 45 l 19.355 20.113 c 0.745 0.774 0.745 1.999 0 2.773 l -20.69 21.5 C 26.359 89.786 25.835 90 25.302 90 z M 27.302 49.963 v 33.074 L 43.216 66.5 L 27.302 49.963 z M 27.302 6.963 v 33.075 L 43.216 23.5 L 27.302 6.963 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2333CCFF" d="M 54.602 56.528 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.346 -5.346 5.346 -14.044 0 -19.389 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 6.905 6.905 6.905 18.14 0 25.046 C 55.625 56.333 55.113 56.528 54.602 56.528 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2333CCFF" d="M 63.859 65.785 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.063 -5.063 7.85 -11.792 7.85 -18.952 c 0 -7.159 -2.787 -13.89 -7.85 -18.952 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 5.818 5.817 9.022 13.552 9.022 21.78 c 0 8.228 -3.203 15.963 -9.022 21.78 C 64.882 65.59 64.37 65.785 63.859 65.785 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2333CCFF" d="M 73.116 75.043 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 15.555 -15.555 15.555 -40.864 0 -56.419 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 17.114 17.114 17.114 44.961 0 62.075 C 74.14 74.848 73.628 75.043 73.116 75.043 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.green.icon-erp-rtls{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%2339b563" d="M 26.683 86.682 c -14.718 0 -26.691 -11.973 -26.691 -26.691 V 30.009 c 0 -14.718 11.973 -26.691 26.691 -26.691 s 26.691 11.973 26.691 26.691 v 29.982 C 53.374 74.709 41.4 86.682 26.683 86.682 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2339b563" d="M 26.682 74.492 c -0.252 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.253 -1.039 -1.253 -1.856 V 49.964 l -9.786 10.169 c -0.766 0.797 -2.033 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.033 -0.054 -2.829 L 23.907 45 L 12.014 32.641 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.796 -0.765 2.062 -0.742 2.828 0.054 l 9.786 10.169 V 17.508 c 0 -0.816 0.496 -1.55 1.253 -1.855 c 0.758 -0.304 1.625 -0.119 2.189 0.468 l 13.227 13.746 c 0.746 0.775 0.746 1.999 0 2.774 L 29.458 45 l 11.892 12.359 c 0.746 0.775 0.746 1.999 0 2.774 L 28.124 73.879 C 27.739 74.278 27.216 74.492 26.682 74.492 z M 28.683 49.964 v 17.564 l 8.451 -8.782 L 28.683 49.964 z M 28.683 22.472 v 17.564 l 8.451 -8.782 L 28.683 22.472 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2339b563" d="M 61.5 55.205 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.78 -0.781 -2.047 0 -2.829 c 4.494 -4.495 4.494 -11.808 0 -16.302 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 6.054 6.054 6.054 15.905 0 21.96 C 62.524 55.01 62.012 55.205 61.5 55.205 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2339b563" d="M 69.472 63.176 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 8.889 -8.89 8.889 -23.355 0 -32.245 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 10.45 10.45 10.45 27.453 0 37.902 C 70.495 62.981 69.983 63.176 69.472 63.176 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2339b563" d="M 77.443 71.148 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 13.285 -13.286 13.285 -34.902 0 -48.188 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 14.846 14.845 14.846 39 0 53.845 C 78.466 70.952 77.955 71.148 77.443 71.148 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.green.icon-erp-rtls-calibate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%2339b563" d="M 25.302 90 c -0.251 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.252 -1.039 -1.252 -1.855 V 49.963 L 6.054 67.887 c -0.766 0.797 -2.032 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.032 -0.054 -2.828 L 22.527 45 L 3.173 24.887 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.795 -0.765 2.062 -0.742 2.828 0.054 l 17.248 17.924 V 2 c 0 -0.816 0.496 -1.55 1.252 -1.855 c 0.758 -0.304 1.624 -0.12 2.188 0.468 l 20.69 21.5 c 0.745 0.774 0.745 1.999 0 2.773 L 28.078 45 l 19.355 20.113 c 0.745 0.774 0.745 1.999 0 2.773 l -20.69 21.5 C 26.359 89.786 25.835 90 25.302 90 z M 27.302 49.963 v 33.074 L 43.216 66.5 L 27.302 49.963 z M 27.302 6.963 v 33.075 L 43.216 23.5 L 27.302 6.963 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2339b563" d="M 54.602 56.528 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.346 -5.346 5.346 -14.044 0 -19.389 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 6.905 6.905 6.905 18.14 0 25.046 C 55.625 56.333 55.113 56.528 54.602 56.528 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2339b563" d="M 63.859 65.785 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.063 -5.063 7.85 -11.792 7.85 -18.952 c 0 -7.159 -2.787 -13.89 -7.85 -18.952 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 5.818 5.817 9.022 13.552 9.022 21.78 c 0 8.228 -3.203 15.963 -9.022 21.78 C 64.882 65.59 64.37 65.785 63.859 65.785 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2339b563" d="M 73.116 75.043 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 15.555 -15.555 15.555 -40.864 0 -56.419 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 17.114 17.114 17.114 44.961 0 62.075 C 74.14 74.848 73.628 75.043 73.116 75.043 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.lightGreen.icon-erp-rtls{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%2300e500" d="M 26.683 86.682 c -14.718 0 -26.691 -11.973 -26.691 -26.691 V 30.009 c 0 -14.718 11.973 -26.691 26.691 -26.691 s 26.691 11.973 26.691 26.691 v 29.982 C 53.374 74.709 41.4 86.682 26.683 86.682 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2300e500" d="M 26.682 74.492 c -0.252 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.253 -1.039 -1.253 -1.856 V 49.964 l -9.786 10.169 c -0.766 0.797 -2.033 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.033 -0.054 -2.829 L 23.907 45 L 12.014 32.641 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.796 -0.765 2.062 -0.742 2.828 0.054 l 9.786 10.169 V 17.508 c 0 -0.816 0.496 -1.55 1.253 -1.855 c 0.758 -0.304 1.625 -0.119 2.189 0.468 l 13.227 13.746 c 0.746 0.775 0.746 1.999 0 2.774 L 29.458 45 l 11.892 12.359 c 0.746 0.775 0.746 1.999 0 2.774 L 28.124 73.879 C 27.739 74.278 27.216 74.492 26.682 74.492 z M 28.683 49.964 v 17.564 l 8.451 -8.782 L 28.683 49.964 z M 28.683 22.472 v 17.564 l 8.451 -8.782 L 28.683 22.472 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2300e500" d="M 61.5 55.205 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.78 -0.781 -2.047 0 -2.829 c 4.494 -4.495 4.494 -11.808 0 -16.302 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 6.054 6.054 6.054 15.905 0 21.96 C 62.524 55.01 62.012 55.205 61.5 55.205 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2300e500" d="M 69.472 63.176 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 8.889 -8.89 8.889 -23.355 0 -32.245 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 10.45 10.45 10.45 27.453 0 37.902 C 70.495 62.981 69.983 63.176 69.472 63.176 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2300e500" d="M 77.443 71.148 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 13.285 -13.286 13.285 -34.902 0 -48.188 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 14.846 14.845 14.846 39 0 53.845 C 78.466 70.952 77.955 71.148 77.443 71.148 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.lightGreen.icon-erp-rtls-calibate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%2300e500" d="M 25.302 90 c -0.251 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.252 -1.039 -1.252 -1.855 V 49.963 L 6.054 67.887 c -0.766 0.797 -2.032 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.032 -0.054 -2.828 L 22.527 45 L 3.173 24.887 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.795 -0.765 2.062 -0.742 2.828 0.054 l 17.248 17.924 V 2 c 0 -0.816 0.496 -1.55 1.252 -1.855 c 0.758 -0.304 1.624 -0.12 2.188 0.468 l 20.69 21.5 c 0.745 0.774 0.745 1.999 0 2.773 L 28.078 45 l 19.355 20.113 c 0.745 0.774 0.745 1.999 0 2.773 l -20.69 21.5 C 26.359 89.786 25.835 90 25.302 90 z M 27.302 49.963 v 33.074 L 43.216 66.5 L 27.302 49.963 z M 27.302 6.963 v 33.075 L 43.216 23.5 L 27.302 6.963 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2300e500" d="M 54.602 56.528 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.346 -5.346 5.346 -14.044 0 -19.389 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 6.905 6.905 6.905 18.14 0 25.046 C 55.625 56.333 55.113 56.528 54.602 56.528 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2300e500" d="M 63.859 65.785 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.063 -5.063 7.85 -11.792 7.85 -18.952 c 0 -7.159 -2.787 -13.89 -7.85 -18.952 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 5.818 5.817 9.022 13.552 9.022 21.78 c 0 8.228 -3.203 15.963 -9.022 21.78 C 64.882 65.59 64.37 65.785 63.859 65.785 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%2300e500" d="M 73.116 75.043 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 15.555 -15.555 15.555 -40.864 0 -56.419 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 17.114 17.114 17.114 44.961 0 62.075 C 74.14 74.848 73.628 75.043 73.116 75.043 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.yellow.icon-erp-rtls{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%23f9e100" d="M 26.683 86.682 c -14.718 0 -26.691 -11.973 -26.691 -26.691 V 30.009 c 0 -14.718 11.973 -26.691 26.691 -26.691 s 26.691 11.973 26.691 26.691 v 29.982 C 53.374 74.709 41.4 86.682 26.683 86.682 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23f9e100" d="M 26.682 74.492 c -0.252 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.253 -1.039 -1.253 -1.856 V 49.964 l -9.786 10.169 c -0.766 0.797 -2.033 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.033 -0.054 -2.829 L 23.907 45 L 12.014 32.641 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.796 -0.765 2.062 -0.742 2.828 0.054 l 9.786 10.169 V 17.508 c 0 -0.816 0.496 -1.55 1.253 -1.855 c 0.758 -0.304 1.625 -0.119 2.189 0.468 l 13.227 13.746 c 0.746 0.775 0.746 1.999 0 2.774 L 29.458 45 l 11.892 12.359 c 0.746 0.775 0.746 1.999 0 2.774 L 28.124 73.879 C 27.739 74.278 27.216 74.492 26.682 74.492 z M 28.683 49.964 v 17.564 l 8.451 -8.782 L 28.683 49.964 z M 28.683 22.472 v 17.564 l 8.451 -8.782 L 28.683 22.472 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23f9e100" d="M 61.5 55.205 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.78 -0.781 -2.047 0 -2.829 c 4.494 -4.495 4.494 -11.808 0 -16.302 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 6.054 6.054 6.054 15.905 0 21.96 C 62.524 55.01 62.012 55.205 61.5 55.205 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23f9e100" d="M 69.472 63.176 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 8.889 -8.89 8.889 -23.355 0 -32.245 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 10.45 10.45 10.45 27.453 0 37.902 C 70.495 62.981 69.983 63.176 69.472 63.176 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23f9e100" d="M 77.443 71.148 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 13.285 -13.286 13.285 -34.902 0 -48.188 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 14.846 14.845 14.846 39 0 53.845 C 78.466 70.952 77.955 71.148 77.443 71.148 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.yellow.icon-erp-rtls-calibate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%23f9e100" d="M 25.302 90 c -0.251 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.252 -1.039 -1.252 -1.855 V 49.963 L 6.054 67.887 c -0.766 0.797 -2.032 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.032 -0.054 -2.828 L 22.527 45 L 3.173 24.887 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.795 -0.765 2.062 -0.742 2.828 0.054 l 17.248 17.924 V 2 c 0 -0.816 0.496 -1.55 1.252 -1.855 c 0.758 -0.304 1.624 -0.12 2.188 0.468 l 20.69 21.5 c 0.745 0.774 0.745 1.999 0 2.773 L 28.078 45 l 19.355 20.113 c 0.745 0.774 0.745 1.999 0 2.773 l -20.69 21.5 C 26.359 89.786 25.835 90 25.302 90 z M 27.302 49.963 v 33.074 L 43.216 66.5 L 27.302 49.963 z M 27.302 6.963 v 33.075 L 43.216 23.5 L 27.302 6.963 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23f9e100" d="M 54.602 56.528 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.346 -5.346 5.346 -14.044 0 -19.389 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 6.905 6.905 6.905 18.14 0 25.046 C 55.625 56.333 55.113 56.528 54.602 56.528 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23f9e100" d="M 63.859 65.785 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.063 -5.063 7.85 -11.792 7.85 -18.952 c 0 -7.159 -2.787 -13.89 -7.85 -18.952 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 5.818 5.817 9.022 13.552 9.022 21.78 c 0 8.228 -3.203 15.963 -9.022 21.78 C 64.882 65.59 64.37 65.785 63.859 65.785 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23f9e100" d="M 73.116 75.043 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 15.555 -15.555 15.555 -40.864 0 -56.419 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 17.114 17.114 17.114 44.961 0 62.075 C 74.14 74.848 73.628 75.043 73.116 75.043 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.purple.icon-erp-rtls{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%23FF99FF" d="M 26.683 86.682 c -14.718 0 -26.691 -11.973 -26.691 -26.691 V 30.009 c 0 -14.718 11.973 -26.691 26.691 -26.691 s 26.691 11.973 26.691 26.691 v 29.982 C 53.374 74.709 41.4 86.682 26.683 86.682 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23FF99FF" d="M 26.682 74.492 c -0.252 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.253 -1.039 -1.253 -1.856 V 49.964 l -9.786 10.169 c -0.766 0.797 -2.033 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.033 -0.054 -2.829 L 23.907 45 L 12.014 32.641 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.796 -0.765 2.062 -0.742 2.828 0.054 l 9.786 10.169 V 17.508 c 0 -0.816 0.496 -1.55 1.253 -1.855 c 0.758 -0.304 1.625 -0.119 2.189 0.468 l 13.227 13.746 c 0.746 0.775 0.746 1.999 0 2.774 L 29.458 45 l 11.892 12.359 c 0.746 0.775 0.746 1.999 0 2.774 L 28.124 73.879 C 27.739 74.278 27.216 74.492 26.682 74.492 z M 28.683 49.964 v 17.564 l 8.451 -8.782 L 28.683 49.964 z M 28.683 22.472 v 17.564 l 8.451 -8.782 L 28.683 22.472 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23FF99FF" d="M 61.5 55.205 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.78 -0.781 -2.047 0 -2.829 c 4.494 -4.495 4.494 -11.808 0 -16.302 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 6.054 6.054 6.054 15.905 0 21.96 C 62.524 55.01 62.012 55.205 61.5 55.205 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23FF99FF" d="M 69.472 63.176 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 8.889 -8.89 8.889 -23.355 0 -32.245 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 10.45 10.45 10.45 27.453 0 37.902 C 70.495 62.981 69.983 63.176 69.472 63.176 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23FF99FF" d="M 77.443 71.148 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 13.285 -13.286 13.285 -34.902 0 -48.188 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 14.846 14.845 14.846 39 0 53.845 C 78.466 70.952 77.955 71.148 77.443 71.148 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.purple.icon-erp-rtls-calibate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%23FF99FF" d="M 25.302 90 c -0.251 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.252 -1.039 -1.252 -1.855 V 49.963 L 6.054 67.887 c -0.766 0.797 -2.032 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.032 -0.054 -2.828 L 22.527 45 L 3.173 24.887 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.795 -0.765 2.062 -0.742 2.828 0.054 l 17.248 17.924 V 2 c 0 -0.816 0.496 -1.55 1.252 -1.855 c 0.758 -0.304 1.624 -0.12 2.188 0.468 l 20.69 21.5 c 0.745 0.774 0.745 1.999 0 2.773 L 28.078 45 l 19.355 20.113 c 0.745 0.774 0.745 1.999 0 2.773 l -20.69 21.5 C 26.359 89.786 25.835 90 25.302 90 z M 27.302 49.963 v 33.074 L 43.216 66.5 L 27.302 49.963 z M 27.302 6.963 v 33.075 L 43.216 23.5 L 27.302 6.963 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23FF99FF" d="M 54.602 56.528 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.346 -5.346 5.346 -14.044 0 -19.389 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 6.905 6.905 6.905 18.14 0 25.046 C 55.625 56.333 55.113 56.528 54.602 56.528 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23FF99FF" d="M 63.859 65.785 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.063 -5.063 7.85 -11.792 7.85 -18.952 c 0 -7.159 -2.787 -13.89 -7.85 -18.952 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 5.818 5.817 9.022 13.552 9.022 21.78 c 0 8.228 -3.203 15.963 -9.022 21.78 C 64.882 65.59 64.37 65.785 63.859 65.785 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23FF99FF" d="M 73.116 75.043 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 15.555 -15.555 15.555 -40.864 0 -56.419 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 17.114 17.114 17.114 44.961 0 62.075 C 74.14 74.848 73.628 75.043 73.116 75.043 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.grey.icon-erp-rtls{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%23CCCCCC" d="M 26.683 86.682 c -14.718 0 -26.691 -11.973 -26.691 -26.691 V 30.009 c 0 -14.718 11.973 -26.691 26.691 -26.691 s 26.691 11.973 26.691 26.691 v 29.982 C 53.374 74.709 41.4 86.682 26.683 86.682 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23CCCCCC" d="M 26.682 74.492 c -0.252 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.253 -1.039 -1.253 -1.856 V 49.964 l -9.786 10.169 c -0.766 0.797 -2.033 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.033 -0.054 -2.829 L 23.907 45 L 12.014 32.641 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.796 -0.765 2.062 -0.742 2.828 0.054 l 9.786 10.169 V 17.508 c 0 -0.816 0.496 -1.55 1.253 -1.855 c 0.758 -0.304 1.625 -0.119 2.189 0.468 l 13.227 13.746 c 0.746 0.775 0.746 1.999 0 2.774 L 29.458 45 l 11.892 12.359 c 0.746 0.775 0.746 1.999 0 2.774 L 28.124 73.879 C 27.739 74.278 27.216 74.492 26.682 74.492 z M 28.683 49.964 v 17.564 l 8.451 -8.782 L 28.683 49.964 z M 28.683 22.472 v 17.564 l 8.451 -8.782 L 28.683 22.472 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23CCCCCC" d="M 61.5 55.205 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.78 -0.781 -2.047 0 -2.829 c 4.494 -4.495 4.494 -11.808 0 -16.302 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 6.054 6.054 6.054 15.905 0 21.96 C 62.524 55.01 62.012 55.205 61.5 55.205 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23CCCCCC" d="M 69.472 63.176 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 8.889 -8.89 8.889 -23.355 0 -32.245 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 10.45 10.45 10.45 27.453 0 37.902 C 70.495 62.981 69.983 63.176 69.472 63.176 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23CCCCCC" d="M 77.443 71.148 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 13.285 -13.286 13.285 -34.902 0 -48.188 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 14.846 14.845 14.846 39 0 53.845 C 78.466 70.952 77.955 71.148 77.443 71.148 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.grey.icon-erp-rtls-calibate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%23CCCCCC" d="M 25.302 90 c -0.251 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.252 -1.039 -1.252 -1.855 V 49.963 L 6.054 67.887 c -0.766 0.797 -2.032 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.032 -0.054 -2.828 L 22.527 45 L 3.173 24.887 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.795 -0.765 2.062 -0.742 2.828 0.054 l 17.248 17.924 V 2 c 0 -0.816 0.496 -1.55 1.252 -1.855 c 0.758 -0.304 1.624 -0.12 2.188 0.468 l 20.69 21.5 c 0.745 0.774 0.745 1.999 0 2.773 L 28.078 45 l 19.355 20.113 c 0.745 0.774 0.745 1.999 0 2.773 l -20.69 21.5 C 26.359 89.786 25.835 90 25.302 90 z M 27.302 49.963 v 33.074 L 43.216 66.5 L 27.302 49.963 z M 27.302 6.963 v 33.075 L 43.216 23.5 L 27.302 6.963 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23CCCCCC" d="M 54.602 56.528 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.346 -5.346 5.346 -14.044 0 -19.389 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 6.905 6.905 6.905 18.14 0 25.046 C 55.625 56.333 55.113 56.528 54.602 56.528 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23CCCCCC" d="M 63.859 65.785 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.063 -5.063 7.85 -11.792 7.85 -18.952 c 0 -7.159 -2.787 -13.89 -7.85 -18.952 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 5.818 5.817 9.022 13.552 9.022 21.78 c 0 8.228 -3.203 15.963 -9.022 21.78 C 64.882 65.59 64.37 65.785 63.859 65.785 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23CCCCCC" d="M 73.116 75.043 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 15.555 -15.555 15.555 -40.864 0 -56.419 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 17.114 17.114 17.114 44.961 0 62.075 C 74.14 74.848 73.628 75.043 73.116 75.043 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.orange.icon-erp-rtls{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%23ffbc00" d="M 26.683 86.682 c -14.718 0 -26.691 -11.973 -26.691 -26.691 V 30.009 c 0 -14.718 11.973 -26.691 26.691 -26.691 s 26.691 11.973 26.691 26.691 v 29.982 C 53.374 74.709 41.4 86.682 26.683 86.682 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23ffbc00" d="M 26.682 74.492 c -0.252 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.253 -1.039 -1.253 -1.856 V 49.964 l -9.786 10.169 c -0.766 0.797 -2.033 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.033 -0.054 -2.829 L 23.907 45 L 12.014 32.641 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.796 -0.765 2.062 -0.742 2.828 0.054 l 9.786 10.169 V 17.508 c 0 -0.816 0.496 -1.55 1.253 -1.855 c 0.758 -0.304 1.625 -0.119 2.189 0.468 l 13.227 13.746 c 0.746 0.775 0.746 1.999 0 2.774 L 29.458 45 l 11.892 12.359 c 0.746 0.775 0.746 1.999 0 2.774 L 28.124 73.879 C 27.739 74.278 27.216 74.492 26.682 74.492 z M 28.683 49.964 v 17.564 l 8.451 -8.782 L 28.683 49.964 z M 28.683 22.472 v 17.564 l 8.451 -8.782 L 28.683 22.472 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23ffbc00" d="M 61.5 55.205 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.78 -0.781 -2.047 0 -2.829 c 4.494 -4.495 4.494 -11.808 0 -16.302 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 6.054 6.054 6.054 15.905 0 21.96 C 62.524 55.01 62.012 55.205 61.5 55.205 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23ffbc00" d="M 69.472 63.176 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 8.889 -8.89 8.889 -23.355 0 -32.245 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 10.45 10.45 10.45 27.453 0 37.902 C 70.495 62.981 69.983 63.176 69.472 63.176 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23ffbc00" d="M 77.443 71.148 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 13.285 -13.286 13.285 -34.902 0 -48.188 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 14.846 14.845 14.846 39 0 53.845 C 78.466 70.952 77.955 71.148 77.443 71.148 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.orange.icon-erp-rtls-calibate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%23ffbc00" d="M 25.302 90 c -0.251 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.252 -1.039 -1.252 -1.855 V 49.963 L 6.054 67.887 c -0.766 0.797 -2.032 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.032 -0.054 -2.828 L 22.527 45 L 3.173 24.887 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.795 -0.765 2.062 -0.742 2.828 0.054 l 17.248 17.924 V 2 c 0 -0.816 0.496 -1.55 1.252 -1.855 c 0.758 -0.304 1.624 -0.12 2.188 0.468 l 20.69 21.5 c 0.745 0.774 0.745 1.999 0 2.773 L 28.078 45 l 19.355 20.113 c 0.745 0.774 0.745 1.999 0 2.773 l -20.69 21.5 C 26.359 89.786 25.835 90 25.302 90 z M 27.302 49.963 v 33.074 L 43.216 66.5 L 27.302 49.963 z M 27.302 6.963 v 33.075 L 43.216 23.5 L 27.302 6.963 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23ffbc00" d="M 54.602 56.528 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.346 -5.346 5.346 -14.044 0 -19.389 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 6.905 6.905 6.905 18.14 0 25.046 C 55.625 56.333 55.113 56.528 54.602 56.528 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23ffbc00" d="M 63.859 65.785 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.063 -5.063 7.85 -11.792 7.85 -18.952 c 0 -7.159 -2.787 -13.89 -7.85 -18.952 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 5.818 5.817 9.022 13.552 9.022 21.78 c 0 8.228 -3.203 15.963 -9.022 21.78 C 64.882 65.59 64.37 65.785 63.859 65.785 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23ffbc00" d="M 73.116 75.043 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 15.555 -15.555 15.555 -40.864 0 -56.419 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 17.114 17.114 17.114 44.961 0 62.075 C 74.14 74.848 73.628 75.043 73.116 75.043 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.red.icon-erp-rtls{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%23FF0000" d="M 26.683 86.682 c -14.718 0 -26.691 -11.973 -26.691 -26.691 V 30.009 c 0 -14.718 11.973 -26.691 26.691 -26.691 s 26.691 11.973 26.691 26.691 v 29.982 C 53.374 74.709 41.4 86.682 26.683 86.682 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23FF0000" d="M 26.682 74.492 c -0.252 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.253 -1.039 -1.253 -1.856 V 49.964 l -9.786 10.169 c -0.766 0.797 -2.033 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.033 -0.054 -2.829 L 23.907 45 L 12.014 32.641 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.796 -0.765 2.062 -0.742 2.828 0.054 l 9.786 10.169 V 17.508 c 0 -0.816 0.496 -1.55 1.253 -1.855 c 0.758 -0.304 1.625 -0.119 2.189 0.468 l 13.227 13.746 c 0.746 0.775 0.746 1.999 0 2.774 L 29.458 45 l 11.892 12.359 c 0.746 0.775 0.746 1.999 0 2.774 L 28.124 73.879 C 27.739 74.278 27.216 74.492 26.682 74.492 z M 28.683 49.964 v 17.564 l 8.451 -8.782 L 28.683 49.964 z M 28.683 22.472 v 17.564 l 8.451 -8.782 L 28.683 22.472 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23FF0000" d="M 61.5 55.205 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.78 -0.781 -2.047 0 -2.829 c 4.494 -4.495 4.494 -11.808 0 -16.302 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 6.054 6.054 6.054 15.905 0 21.96 C 62.524 55.01 62.012 55.205 61.5 55.205 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23FF0000" d="M 69.472 63.176 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 8.889 -8.89 8.889 -23.355 0 -32.245 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 10.45 10.45 10.45 27.453 0 37.902 C 70.495 62.981 69.983 63.176 69.472 63.176 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23FF0000" d="M 77.443 71.148 c -0.512 0 -1.024 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.829 c 13.285 -13.286 13.285 -34.902 0 -48.188 c -0.781 -0.781 -0.781 -2.048 0 -2.829 c 0.781 -0.781 2.047 -0.781 2.829 0 c 14.846 14.845 14.846 39 0 53.845 C 78.466 70.952 77.955 71.148 77.443 71.148 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}
.red.icon-erp-rtls-calibate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve"> <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(32 32) scale(2.2 2.2)"> <path fill="%23FF0000" d="M 25.302 90 c -0.251 0 -0.505 -0.047 -0.747 -0.145 c -0.757 -0.306 -1.252 -1.039 -1.252 -1.855 V 49.963 L 6.054 67.887 c -0.766 0.797 -2.032 0.82 -2.828 0.055 c -0.796 -0.767 -0.82 -2.032 -0.054 -2.828 L 22.527 45 L 3.173 24.887 c -0.766 -0.796 -0.742 -2.062 0.054 -2.828 c 0.795 -0.765 2.062 -0.742 2.828 0.054 l 17.248 17.924 V 2 c 0 -0.816 0.496 -1.55 1.252 -1.855 c 0.758 -0.304 1.624 -0.12 2.188 0.468 l 20.69 21.5 c 0.745 0.774 0.745 1.999 0 2.773 L 28.078 45 l 19.355 20.113 c 0.745 0.774 0.745 1.999 0 2.773 l -20.69 21.5 C 26.359 89.786 25.835 90 25.302 90 z M 27.302 49.963 v 33.074 L 43.216 66.5 L 27.302 49.963 z M 27.302 6.963 v 33.075 L 43.216 23.5 L 27.302 6.963 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23FF0000" d="M 54.602 56.528 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.346 -5.346 5.346 -14.044 0 -19.389 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 6.905 6.905 6.905 18.14 0 25.046 C 55.625 56.333 55.113 56.528 54.602 56.528 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23FF0000" d="M 63.859 65.785 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 5.063 -5.063 7.85 -11.792 7.85 -18.952 c 0 -7.159 -2.787 -13.89 -7.85 -18.952 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 5.818 5.817 9.022 13.552 9.022 21.78 c 0 8.228 -3.203 15.963 -9.022 21.78 C 64.882 65.59 64.37 65.785 63.859 65.785 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> <path fill="%23FF0000" d="M 73.116 75.043 c -0.512 0 -1.023 -0.195 -1.414 -0.586 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 15.555 -15.555 15.555 -40.864 0 -56.419 c -0.781 -0.781 -0.781 -2.047 0 -2.828 c 0.781 -0.781 2.047 -0.781 2.828 0 c 17.114 17.114 17.114 44.961 0 62.075 C 74.14 74.848 73.628 75.043 73.116 75.043 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/> </g> </svg>');
}


.blue.icon-testcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M24.091,20.666l0.088-1.15l-3.982,2.682l-0.044,1.169L24.091,20.666 M14.589,14.077l-0.013-2.671 L10.338,9.05l0.256,7.234L14.589,14.077 M24.597,12.119l0.1-1.3l-4.22,2.519l-0.05,1.332L24.597,12.119z"/> <path fill="%23676767" d="M17.215,23.423l-1.369-0.888l0.006,6.796l2.942-1.614l0.008-4.326L17.215,23.423z"/> <polyline fill="%230099FF" points="10.182,5.643 17.371,9.381 21.678,7.068 14.489,3.643 11.958,4.468 7.738,6.412 10.182,5.643 "/> <polygon fill="%230099FF" points="20.197,22.198 24.179,19.516 14.589,14.077 10.595,16.284 "/> <path fill="%23003399" d="M10.338,9.05l4.238,2.357l5.851,3.263l0.05-1.332l-3.107-3.957l-7.189-3.738L7.738,6.412l0.513,9.485 l2.482,3.326l1.888,1.219l3.226,2.094l1.369,0.888l1.588-0.031l1.35-0.025l0.044-1.169l-9.602-5.914L10.338,9.05z"/> <path fill="%23999999" d="M15.852,29.331l-0.006-6.796l-3.226-2.094l0.088,6.759L15.852,29.331z"/> <path fill="%230044B2" d="M24.697,10.819l-3.019-3.751l-4.307,2.313l3.107,3.957L24.697,10.819z"/> </svg> ');
}
.blue.icon-raw{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M19.605,17.233l0.15-0.091l4.171-2.609l0.335-4.17l-4.513,2.558L19.605,17.233z"/> <path fill="%23676767" d="M15.963,15.143l-0.004,0.252l0.004,13.778l3.192-2.184l0.023-10L15.963,15.143z"/> <path fill="%23999999" d="M15.959,15.395l-0.002-0.252l-3.172-1.827l0.104,13.756l3.074,2.1L15.959,15.395z"/> <path fill="%23003399" d="M7.561,9.195l0.083,1.171l11.96,6.867l0.143-4.311l-8.753-4.628L7.561,9.195z"/> <polyline fill="%230099FF" points="24.261,10.364 15.525,6.261 11.555,7.322 7.561,9.195 10.995,8.293 19.748,12.922 24.261,10.364 "/> </svg> ');
}
.blue.icon-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230099FF" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%23003399" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.blue.icon-cogs{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%230044B2" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%230044B2" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%230099FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23003399" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23003399" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23003399" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23003399" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23003399" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23003399" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%230044B2" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%230044B2" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%230044B2" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%230044B2" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%230044B2" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%230099FF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%230099FF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%230099FF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%230099FF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23003399" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23003399" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23003399" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23003399" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg>');
}
.blue.icon-check{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="10.924,28.413 11.789,26.634 30.888,23.991 29.88,25.571 "/> <polyline fill="%23676767" points="5.681,13.159 4.626,11.479 19.059,11.051 18.937,11.301 18.945,11.308 18.307,12.634 5.681,13.159 "/> <polyline fill="%23999999" points="18.307,12.634 18.945,11.308 19.067,11.05 27.956,22.594 25.98,22.84 18.307,12.634 "/> <polygon fill="%23999999" points="11.789,26.634 10.924,28.413 1.121,11.861 1.725,10.095 "/> <path fill="%23CCCCCC" d="M1.725,10.095l17.959-0.354l11.204,14.25l-19.099,2.643L1.725,10.095z M27.956,22.594L19.067,11.05 L4.626,11.479l8.171,12.996L27.956,22.594z"/> <polygon fill="%230099FF" points="19.115,17.44 16.96,16.839 24.901,2.354 27.076,2.908 "/> <polygon fill="%230099FF" points="11.605,17.129 9.465,16.526 11.381,13.027 13.527,13.618 "/> <polygon fill="%23003399" points="20,22.84 17.846,22.223 9.465,16.526 11.605,17.129 "/> <polygon fill="%230044B2" points="27.076,2.908 29.85,4.848 20,22.84 11.605,17.129 13.527,13.618 19.115,17.44 "/> </svg> ');
}
.blue.icon-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M23.67,26.671c0.126-0.058,0.246-0.125,0.361-0.201c0.145-0.085,0.283-0.179,0.415-0.281 c0.82-0.633,1.431-1.525,1.833-2.675c0.321-0.928,0.491-1.98,0.508-3.157c0.036-2.033-0.366-4.151-1.204-6.354l-2.997,1.632 c0.847,2.23,1.271,4.352,1.271,6.368c0,1.186-0.152,2.247-0.455,3.184c-0.241,0.734-0.571,1.363-0.99,1.886 c-0.239,0.309-0.511,0.581-0.816,0.816c-0.062,0.049-0.124,0.093-0.187,0.134L23.67,26.671 M17.088,3.675l-3.063,1.458l0.294,11.652 l2.943-1.538L17.088,3.675z"/> <path fill="%230099FF" d="M17.262,15.247l-2.943,1.538l8.267-1.15l2.997-1.632L17.262,15.247 M17.088,3.675 c-0.223-0.116-0.464-0.223-0.722-0.321c-1.115-0.437-2.167-0.606-3.157-0.508c-0.496,0.055-0.96,0.175-1.391,0.361 c-0.047,0.025-0.096,0.047-0.147,0.067L8.968,4.531c0.37-0.136,0.763-0.225,1.177-0.268c0.067-0.007,0.134-0.011,0.201-0.013 c0.932-0.058,1.917,0.125,2.956,0.548c0.161,0.062,0.401,0.174,0.722,0.334L17.088,3.675z"/> <path fill="%23003399" d="M5.838,8.638c-0.214,0.972-0.29,2.042-0.227,3.211C5.726,13.891,6.243,16,7.162,18.177 c0.865,2.051,1.971,3.911,3.318,5.578c1.579,1.926,3.228,3.322,4.95,4.187c1.07,0.535,2.1,0.829,3.09,0.883 c1.039,0.047,1.953-0.189,2.742-0.709c0.051-0.025,0.1-0.056,0.147-0.094c0.063-0.041,0.125-0.085,0.187-0.134 c0.305-0.235,0.577-0.507,0.816-0.816c0.419-0.523,0.749-1.152,0.99-1.886c0.303-0.936,0.455-1.998,0.455-3.184 c0-2.016-0.424-4.138-1.271-6.368l-8.267,1.15L14.025,5.133c-0.321-0.161-0.562-0.272-0.722-0.334 c-1.039-0.424-2.024-0.607-2.956-0.548c-0.066,0.002-0.133,0.007-0.201,0.013C9.731,4.306,9.338,4.395,8.968,4.531 C8.329,4.777,7.763,5.169,7.269,5.709C6.591,6.467,6.114,7.443,5.838,8.638z"/> </svg>');
}
.blue.icon-upgrade{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="16.541,13.651 7.127,18.574 16.536,25.049 25.95,18.574 "/> <polygon fill="%23999999" points="16.536,25.049 7.127,18.574 7.633,22.884 16.536,29.603 "/> <polygon fill="%23676767" points="25.95,18.574 16.536,25.049 16.536,29.603 25.449,22.884 "/> <path fill="%23003399" d="M21.177,17.436l2.879-1.699L17.69,2.551l-3.05,1.388L21.177,17.436z"/> <path fill="%230099FF" d="M14.639,3.939l-5.618,6.091l3.763,2.298l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L14.639,3.939z"/> <path fill="%230044B2" d="M16.828,14.79l-0.007,5.565l2.769-1.637l0.044-2.219L16.828,14.79z"/> </svg>');
}
.blue.icon-refactor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="5.336,21.155 9.717,24.464 9.31,18.906 4.699,15.735 5.336,21.155 "/> <polyline fill="%23999999" points="11.871,11.984 11.961,14.041 14.756,15.735 14.796,17.863 16.537,16.811 16.537,14.704 11.871,11.984 "/> <polyline fill="%23999999" points="11.073,20.121 11.263,23.468 11.391,25.726 16.53,29.603 16.53,23.877 11.073,20.121 "/> <polyline fill="%23999999" points="18.307,15.735 18.271,17.865 21.99,20.121 21.802,23.466 23.351,24.464 23.753,18.906 18.307,15.735 "/> <polyline fill="%23676767" points="14.796,17.863 14.756,15.735 9.31,18.906 9.717,24.464 11.263,23.468 11.073,20.121 14.796,17.863 "/> <polyline fill="%23676767" points="21.802,23.466 21.99,20.121 16.53,23.877 16.53,29.603 21.676,25.726 21.802,23.466 "/> <polyline fill="%23676767" points="28.368,15.735 23.753,18.906 23.351,24.464 27.738,21.155 28.368,15.735 "/> <polyline fill="%23676767" points="21.106,14.039 21.197,11.984 16.537,14.704 16.537,16.811 16.537,16.816 18.271,17.865 18.307,15.735 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="11.961,14.041 10.101,12.912 4.699,15.735 9.31,18.906 14.756,15.735 11.961,14.041 "/> <polyline fill="%23CCCCCC" points="16.537,16.816 16.537,16.811 14.796,17.863 11.073,20.121 16.53,23.877 21.99,20.121 18.271,17.865 16.537,16.816 "/> <polyline fill="%23CCCCCC" points="21.106,14.039 18.307,15.735 23.753,18.906 28.368,15.735 22.966,12.912 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="16.537,14.704 21.197,11.984 16.537,9.545 11.871,11.984 16.537,14.704 "/> <polyline fill="%23999999" points="26.645,12.48 18.044,12.48 17.949,19.17 25.997,19.17 26.645,12.48 "/> <polyline fill="%23676767" points="25.341,8.132 25.45,6.782 17.871,6.782 17.799,13.048 17.849,13.048 17.909,8.132 25.341,8.132 "/> <polyline fill="%23003399" points="15.108,19.17 15.013,12.48 6.414,12.48 7.061,19.17 15.108,19.17 "/> <polygon fill="%23676767" points="7.613,6.782 7.724,8.132 15.152,8.132 15.214,13.048 15.271,13.048 15.192,6.782 "/> <polyline fill="%23676767" points="17.849,13.048 17.832,14.511 17.949,19.17 18.044,12.48 17.909,8.132 17.849,13.048 "/> <polyline fill="%23676767" points="17.871,6.782 17.765,3.367 17.704,9.336 17.799,13.048 17.871,6.782 "/> <polyline fill="%230044B2" points="15.231,14.511 15.214,13.048 15.152,8.132 15.013,12.48 15.108,19.17 15.231,14.511 "/> <polygon fill="%23676767" points="15.304,3.367 15.192,6.782 15.271,13.048 15.37,9.336 "/> <polyline fill="%23CCCCCC" points="25.735,8.132 25.341,8.132 17.909,8.132 18.044,12.48 26.645,12.48 25.735,8.132 "/> <polyline fill="%23CCCCCC" points="25.45,6.782 24.736,3.367 17.765,3.367 17.871,6.782 25.45,6.782 "/> <polyline fill="%230099FF" points="15.152,8.132 7.724,8.132 7.328,8.132 6.414,12.48 15.013,12.48 15.152,8.132 "/> <polygon fill="%23CCCCCC" points="15.192,6.782 15.304,3.367 8.334,3.367 7.613,6.782 "/> </svg>');
}
.blue.icon-hierarchy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.342,22.974l6.404,3.896l0.802-0.55l-6.103-3.663C16.284,22.855,15.785,22.914,15.342,22.974z"/> <path fill="%23999999" d="M15.342,22.974c0,0,0.017,0.384,0.023,0.788l6.341,4.028l0.043-1.009"/> <path fill="%23999999" d="M16.097,18.145l-0.942-0.457l0.158,4.059l0.029,1.226l0.812,0.49L16.097,18.145z"/> <path fill="%23676767" d="M16.935,17.556l-0.839,0.589l0.057,5.318l0.758-0.526L16.935,17.556z"/> <path fill="%23CCCCCC" d="M17.398,14.603L16.05,13.97l-1.21,0.823l1.354,0.656L17.398,14.603z"/> <path fill="%23CCCCCC" d="M21.477,19.381l4.522,2.636l0.649-0.446l-4.279-2.447C22.24,19.285,21.835,19.333,21.477,19.381z"/> <path fill="%23999999" d="M21.477,19.381c0,0,0.014,0.311,0.019,0.638l4.471,2.743l0.035-0.817"/> <radialGradient id="SVGID_1_" cx="26.5503" cy="22.2417" r="3.906" fx="28.93" fy="21.1697" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="26.307" cy="22.072" r="2.691"/> <path fill="%23999999" d="M22.088,15.471l-0.763-0.37l0.128,3.287l0.024,0.993l0.658,0.397L22.088,15.471z"/> <path fill="%23676767" d="M22.767,14.994l-0.679,0.477l0.046,4.307l0.614-0.426L22.767,14.994z"/> <path fill="%23CCCCCC" d="M22.547,27.789l-0.76-0.357l-0.682,0.464l0.763,0.37L22.547,27.789z"/> <radialGradient id="SVGID_2_" cx="22.1654" cy="27.056" r="4.7808" fx="25.078" fy="25.7439" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="21.868" cy="26.848" r="3.294"/> <path fill="%230099FF" d="M6.383,15.266l9.849,6.796V2.665L6.383,15.266z"/> <path fill="%230044B2" d="M16.232,22.063l9.772-6.796L16.232,2.665V22.063z"/> </svg> ');
}
.blue.icon-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M9.934,17.773l14.138,8.563l1.152-0.791l-13.706-8.229C11.288,17.603,10.57,17.688,9.934,17.773z"/> <path fill="%23999999" d="M9.934,17.773c0,0,0.025,0.552,0.033,1.132l14.048,8.753l0.062-1.45"/> <radialGradient id="SVGID_1_" cx="22.5248" cy="24.6747" r="6.9308" fx="26.7473" fy="22.7725" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="22.094" cy="24.373" r="4.775"/> <path fill="%23999999" d="M11.018,10.836L9.665,10.18l0.227,5.832l0.042,1.762l1.167,0.704L11.018,10.836z"/> <path fill="%23676767" d="M12.223,9.99l-1.205,0.846l0.082,7.642l1.089-0.756L12.223,9.99z"/> <path fill="%23CCCCCC" d="M12.223,9.99l-1.349-0.633l-1.21,0.823l1.354,0.656L12.223,9.99z"/> <radialGradient id="SVGID_2_" cx="11.5459" cy="8.689" r="8.4831" fx="16.714" fy="6.3609" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%230099FF"/> <stop offset="0.7108" style="stop-color:%230044B2"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="11.018" cy="8.32" r="5.844"/> </svg>');
}
.blue.icon-clipboard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="10.132,6.448 21.354,12.031 24.019,10.474 12.817,5.28 10.132,6.448 "/> <polyline fill="%23676767" points="20.752,28.542 23.102,26.768 24.019,10.474 21.354,12.031 20.752,28.542 "/> <polygon fill="%23999999" points="10.132,6.448 21.354,12.031 20.752,28.542 11.049,22.093 "/> <path fill="%23003399" d="M22.087,14.339l0.308-3.14L9.4,5.396l0.253,2.351L22.087,14.339z"/> <path fill="%230044B2" d="M24.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L24.558,12.242z"/> <path fill="%230099FF" d="M11.82,4.073L9.4,5.396l12.751,5.694l2.652-1.706L11.82,4.073z"/> <path fill="%230099FF" d="M14.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C14.234,8.214,14.138,8.233,14.039,8.241z"/> <path fill="%230044B2" d="M19.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C19.002,12.642,19.011,12.529,19.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4588" y1="2.958" x2="15.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%230099FF"/> <stop offset="0.8492" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C17.292,6.847,17.271,5.909,17.196,5.16z"/> <path fill="%23003399" d="M14.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C13.059,3.758,13.622,3.009,14.602,3.372z"/> </svg>');
}
.blue.icon-clipboar-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="12.132,6.448 23.354,12.031 26.019,10.474 14.817,5.28 12.132,6.448 "/> <polyline fill="%23676767" points="22.752,28.542 25.102,26.768 26.019,10.474 23.354,12.031 22.752,28.542 "/> <polygon fill="%23999999" points="12.132,6.448 23.354,12.031 22.752,28.542 13.049,22.093 "/> <path fill="%23003399" d="M24.087,14.339l0.308-3.14L11.4,5.396l0.253,2.351L24.087,14.339z"/> <path fill="%230044B2" d="M26.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L26.558,12.242z"/> <path fill="%230099FF" d="M13.82,4.073L11.4,5.396l12.751,5.694l2.652-1.706L13.82,4.073z"/> <polyline fill="%23003399" points="2.792,21.015 3.02,23.793 6.427,26.104 6.254,23.294 2.792,21.015 "/> <polyline fill="%23003399" points="5.19,19.702 7.425,18.476 4.105,16.403 4.289,19.127 5.19,19.702 "/> <polyline fill="%23003399" points="14.587,25.713 14.533,22.903 10.898,20.646 11.006,23.424 14.587,25.713 "/> <polyline fill="%230044B2" points="6.254,23.294 6.427,26.104 11.006,23.424 10.898,20.646 6.254,23.294 "/> <polyline fill="%230044B2" points="14.533,22.903 14.587,25.713 16.009,18.443 15.976,15.73 14.533,22.903 "/> <polyline fill="%230099FF" points="7.425,18.476 5.19,19.702 2.792,21.015 6.254,23.294 10.898,20.646 14.533,22.903 15.976,15.73 4.105,16.403 7.425,18.476 "/> <path fill="%230099FF" d="M16.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C16.234,8.214,16.138,8.233,16.039,8.241z"/> <path fill="%230044B2" d="M21.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C21.002,12.642,21.011,12.529,21.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="17.4588" y1="2.958" x2="17.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%230099FF"/> <stop offset="0.8492" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C19.292,6.847,19.271,5.909,19.196,5.16z"/> <path fill="%23003399" d="M16.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C15.059,3.758,15.622,3.009,16.602,3.372z"/> </svg>');
}
.blue.icon-composite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23676767" d="M16.232,28.234v1.652l13.921-10.163l0.167-1.552L16.232,28.234z"/> <path fill="%23999999" d="M16.232,29.887v-1.652L2.148,18.172l0.172,1.552L16.232,29.887z"/> <path fill="%230044B2" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <path opacity="0.44" fill="%23CCCCCC" d="M16.237,3.234L1.661,10.617l14.571,9.752l14.575-9.752L16.237,3.234z M17.923,12.532 l-3.09,3.171l-1.213-3.582l-2.011-0.272l-3.62-0.482l5.081-1.676L12.922,8.33l-0.181-1.676l4.045,1.977l4.976-1.203L20.42,9.361 l-0.645,0.936l4.074,2.56l-2.971-0.162L17.923,12.532z"/> <polygon fill="%230099FF" points="17.923,12.532 14.833,15.704 13.62,12.122 11.609,11.849 7.989,11.367 13.07,9.691 12.922,8.33 12.741,6.654 16.786,8.631 21.762,7.427 20.42,9.361 19.775,10.297 23.849,12.857 20.879,12.695 "/> </svg>');
}
.blue.icon-real{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path opacity="0.44" fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23999999" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <polyline fill="%23003399" points="13.62,11.122 13.686,14.455 14.871,18.128 14.833,14.704 13.62,11.122 "/> <polygon fill="%23003399" points="23.653,15.21 23.849,11.857 17.922,11.532 17.884,14.871 "/> <polyline fill="%230044B2" points="8.199,13.682 13.686,14.455 13.62,11.122 7.989,10.367 8.199,13.682 "/> <polyline fill="%230044B2" points="12.812,8.772 13.07,8.691 12.741,5.654 12.812,8.772 "/> <polyline fill="%230044B2" points="17.884,14.871 17.922,11.532 14.833,14.704 14.871,18.128 17.884,14.871 "/> <polygon fill="%230044B2" points="21.242,10.219 21.628,9.632 21.762,6.427 19.775,9.297 "/> <path fill="%230099FF" d="M21.762,6.427l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,6.427z"/> </svg> ');
}
.blue.icon-synchronize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%230099FF" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%230044B2" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%230099FF" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%230044B2" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%23003399" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%23CCCCCC" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%23676767" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%23CCCCCC" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23999999" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg>');
}
.blue.icon-synchronize-commit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%23003399" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%23003399" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%23003399" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%230044B2" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%230044B2" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%230099FF" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg> ');
}
.blue.icon-synchronize-update{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%230044B2" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%230044B2" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%230099FF" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg> ');
}
.blue.icon-helpdesk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%230044B2"/> <stop offset="0.6863" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> </svg>');
}
.blue.icon-ticket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23999999"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> <polygon fill="%230044B2" points="24.216,2.03 24.193,2.999 30.942,8.29 30.872,7.377 "/> <polygon fill="%230099FF" points="24.193,2.999 24.216,2.03 17.202,7.191 17.082,8.098 "/> <polygon fill="%23003399" points="17.082,8.098 23.851,12.136 30.942,8.29 24.193,2.999 "/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 4.1768 22.8636)" fill="%23333333" cx="19.558" cy="8.24" rx="0.752" ry="1.105"/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 1.792 19.8838)" fill="%23333333" cx="16.089" cy="8.573" rx="0.676" ry="0.994"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="460.2863" y1="-935.4631" x2="465.7375" y2="-935.4631" gradientTransform="matrix(0.3368 -0.9416 0.9416 0.3368 743.9272 759.3012)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.818,8.116c-0.032,0.137-0.07,0.274-0.119,0.411c-0.478,1.336-1.612,2.167-2.603,1.95 c0.055,0.028,0.112,0.054,0.171,0.075c1.03,0.368,2.276-0.482,2.783-1.899c0.001-0.002,0.001-0.004,0.002-0.006 C20.039,8.451,19.974,8.261,19.818,8.116z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="494.3591" y1="1210.504" x2="499.8102" y2="1210.504" gradientTransform="matrix(0.3522 -0.9359 0.9359 0.3522 -1290.7396 46.5091)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M16.27,8.302c-0.038,0.844,0.308,1.501,0.686,1.643c0.055,0.021,0.12,0.029,0.187,0.032 c-0.244-0.192-0.446-0.599-0.506-1.114l-0.006,0.003C16.632,8.867,16.54,8.416,16.27,8.302z"/> <path fill="%23CCCCCC" d="M19.112,7.994c-0.025,0.097-0.045,0.194-0.081,0.293c-0.405,1.132-1.303,1.7-1.857,1.68 c-0.067-0.002-0.132-0.009-0.187-0.029c-0.38-0.136-0.738-0.788-0.713-1.632c-0.058-0.023-0.121-0.037-0.196-0.021 c-0.193,0.04-0.276,0.182-0.312,0.325c0.06,0.862,0.473,1.573,1.151,1.816c0.059,0.021,0.119,0.037,0.18,0.051 c0.991,0.217,2.125-0.614,2.603-1.95c0.049-0.137,0.087-0.274,0.119-0.411c-0.079-0.073-0.178-0.135-0.309-0.179 C19.353,7.885,19.221,7.924,19.112,7.994z"/> </svg>');
}
.blue.icon-localize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.682,9.667c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098c-0.738-0.456-1.391-1.111-2.318-1.112 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,10.455,12.398,9.667,15.682,9.667 M15.682,7.521 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,5.115,2.011,7.763,1.438c-1.967-1.161-3.761-1.25-3.156-3.683 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,9.486,20.787,7.521,15.682,7.521L15.682,7.521z" /> <path fill="%23CCCCCC" d="M15.682,7.564c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098C24.58,21.11,23.927,20.454,23,20.454 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,8.352,12.398,7.564,15.682,7.564 M15.682,5.418 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,4.914,2.747,7.763,3.183c-1.967-1.161-3.761-2.994-3.156-5.428 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,7.383,20.787,5.418,15.682,5.418L15.682,5.418z" /> <circle fill="%23FFFFFF" cx="15.691" cy="12.478" r="7.693"/> <path fill="%230044B2" d="M15.691,20.481c-4.413,0-8.003-3.59-8.003-8.003s3.59-8.003,8.003-8.003s8.003,3.59,8.003,8.003 S20.104,20.481,15.691,20.481z M15.691,5.094c-4.071,0-7.383,3.312-7.383,7.383s3.312,7.383,7.383,7.383s7.383-3.312,7.383-7.383 S19.762,5.094,15.691,5.094z"/> <path fill="%23FFFFFF" d="M21.885,12.305c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.984,12.396,21.923,12.351,21.885,12.305z"/> <path fill="none" d="M11.903,12.732c-0.189-0.144-0.257-0.144-0.394,0c-0.106,0.098-0.083,0.114,0.212,0.114 C12.024,12.838,12.039,12.831,11.903,12.732z"/> <path fill="none" d="M10.6,12.399c-0.03,0.053,0,0.068,0.098,0.038c0.091-0.03,0.189-0.008,0.25,0.068 c0.053,0.061,0.182,0.114,0.288,0.114c0.182,0,0.189-0.008,0.053-0.151C11.138,12.301,10.691,12.255,10.6,12.399z"/> <path fill="none" d="M17.31,8.227c0.068-0.121,0.061-0.167-0.045-0.204c-0.121-0.045-0.257,0.083-0.257,0.265 C17.007,8.431,17.219,8.393,17.31,8.227z"/> <path fill="none" d="M12.16,12.922c0,0.045,0.015,0.076,0.03,0.076c0.023,0,0.061-0.03,0.083-0.076 c0.023-0.038,0.008-0.076-0.03-0.076C12.198,12.846,12.16,12.884,12.16,12.922z"/> <path fill="none" d="M8.525,11.763c0,0.136,0.151,0.5,0.189,0.462c0.023-0.023-0.008-0.151-0.068-0.295 C8.578,11.786,8.533,11.71,8.525,11.763z"/> <path fill="none" d="M20.392,10.218c-0.03-0.023-0.076-0.023-0.106,0c-0.023,0.03,0,0.053,0.053,0.053 C20.392,10.271,20.414,10.248,20.392,10.218z"/> <path fill="none" d="M18.976,9.673c0-0.083-0.03-0.174-0.076-0.197c-0.045-0.03-0.068,0.038-0.061,0.144 C18.862,9.847,18.976,9.885,18.976,9.673z"/> <path fill="none" d="M17.484,8.257c-0.03,0.03-0.061,0.098-0.068,0.167c-0.015,0.083,0.038,0.106,0.22,0.091 c0.129-0.015,0.242-0.061,0.257-0.098c0.015-0.045-0.114-0.235-0.28-0.416c-0.288-0.318-0.424-0.288-0.189,0.045 C17.484,8.136,17.506,8.227,17.484,8.257z"/> <path fill="none" d="M11.933,7.394c-0.03,0-0.098,0.053-0.151,0.114c-0.083,0.098-0.061,0.114,0.098,0.114 c0.144,0,0.189-0.03,0.159-0.114C12.009,7.447,11.963,7.394,11.933,7.394z"/> <path fill="none" d="M16.105,6.803c-0.288,0.008-0.394,0.106-0.257,0.235c0.091,0.098,0.53,0.053,0.621-0.053 C16.59,6.841,16.484,6.788,16.105,6.803z"/> <path fill="none" d="M15.962,6.106c0.045,0,0.015-0.076-0.068-0.174c-0.083-0.091-0.174-0.227-0.197-0.295 C15.666,5.561,15.613,5.5,15.568,5.5c-0.038,0-0.076-0.053-0.076-0.114c0-0.129-0.363-0.159-0.591-0.053 c-0.068,0.038-0.242,0.121-0.371,0.189c-0.212,0.106-0.25,0.106-0.25,0.015c0-0.136-0.106-0.144-0.31-0.038 c-0.182,0.098-0.189,0.257-0.008,0.212c0.31-0.083,0.424,0.386,0.189,0.75c-0.129,0.197-0.129,0.204,0,0.151 c0.174-0.068,0.167,0.015-0.038,0.227c-0.136,0.144-0.151,0.204-0.083,0.341c0.045,0.098,0.106,0.235,0.129,0.31 c0.023,0.068,0.144,0.152,0.273,0.174c0.121,0.03,0.227,0.076,0.227,0.114c0,0.083,0.083,0.083,0.212,0 c0.053-0.03,0.114-0.106,0.121-0.167c0.091-0.447,0.242-0.75,0.386-0.75c0.114,0,0.576-0.553,0.538-0.651 C15.893,6.159,15.916,6.106,15.962,6.106z"/> <path fill="none" d="M21.55,15.867c0,0.068-0.053,0.189-0.114,0.265c-0.144,0.197-0.144,0.348,0,0.348 c0.076,0,0.227-0.22,0.379-0.545c0.144-0.295,0.242-0.56,0.227-0.583C21.982,15.292,21.55,15.739,21.55,15.867z"/> <path fill="none" d="M13.644,9.264c-0.167-0.114-0.189-0.114-0.303,0.015c-0.159,0.182-0.151,0.257,0.023,0.212 c0.091-0.023,0.167,0.008,0.189,0.068c0.061,0.159,0.273,0.129,0.273-0.038C13.826,9.446,13.743,9.325,13.644,9.264z"/> <path fill="none" d="M13.296,6.864c0-0.182-0.045-0.235-0.333-0.341c-0.288-0.114-0.363-0.114-0.545-0.023 c-0.121,0.053-0.227,0.159-0.242,0.235c-0.023,0.106,0.03,0.129,0.295,0.129c0.31,0,0.318,0,0.182,0.151 c-0.144,0.159-0.053,0.212,0.098,0.061c0.136-0.136,0.106,0.023-0.038,0.182c-0.068,0.076-0.197,0.136-0.28,0.136 c-0.136,0-0.121,0.023,0.076,0.144c0.136,0.083,0.265,0.182,0.288,0.227c0.083,0.129,0.22,0.098,0.167-0.038 c-0.038-0.091-0.008-0.106,0.114-0.068c0.136,0.045,0.144,0.038,0.076-0.098c-0.121-0.227-0.106-0.25,0.098-0.197 c0.273,0.068,0.394-0.038,0.204-0.174C13.357,7.121,13.296,7,13.296,6.864z"/> <radialGradient id="SVGID_1_" cx="15.6814" cy="11.4509" r="7.663" fx="10.7157" fy="6.7467" gradientTransform="matrix(1 0 0 1.0129 0 0.9625)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%230099FF"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M23.012,11.215c-0.061,0-0.265-0.1-0.447-0.23c-0.182-0.123-0.333-0.199-0.333-0.169 c0.008,0.107,0.31,0.422,0.356,0.368c0.091-0.092,0.326,0.207,0.326,0.43c0,0.238-0.538,0.905-0.735,0.905 c-0.068,0-0.098,0.054-0.083,0.138c0.03,0.13,0.076,0.138,0.303,0.054c0.121-0.046,0.129-0.023,0.091,0.199 c-0.068,0.376-0.303,0.813-0.644,1.204c-0.28,0.33-0.295,0.368-0.295,0.867c0,0.506-0.008,0.522-0.257,0.675 c-0.144,0.092-0.295,0.261-0.333,0.384c-0.144,0.414-0.621,0.989-0.954,1.15c-0.417,0.207-0.757,0.215-0.697,0.023 c0.03-0.077,0.015-0.445-0.023-0.828c-0.068-0.606-0.061-0.713,0.076-0.997c0.182-0.391,0.182-0.537-0.015-0.905 c-0.098-0.192-0.144-0.399-0.129-0.606c0.023-0.268,0-0.322-0.129-0.345c-0.083-0.015-0.212-0.084-0.28-0.146 c-0.106-0.092-0.174-0.1-0.371-0.031c-0.136,0.046-0.401,0.084-0.598,0.084c-0.303,0-0.416-0.046-0.75-0.315 c-0.432-0.345-0.462-0.429-0.439-1.143c0.023-0.545,0.242-1.081,0.507-1.227c0.083-0.046,0.151-0.146,0.151-0.223 c0-0.176,0.265-0.422,0.485-0.452c0.083-0.008,0.424-0.038,0.742-0.061c0.56-0.046,0.576-0.038,0.606,0.123 c0.015,0.138,0.114,0.207,0.416,0.307c0.265,0.084,0.417,0.107,0.469,0.054c0.053-0.054,0.174-0.054,0.371,0.008 c0.167,0.054,0.409,0.092,0.538,0.092c0.235,0,0.242-0.008,0.22-0.284c-0.015-0.153-0.068-0.299-0.129-0.314 c-0.061-0.023-0.083,0-0.053,0.054c0.03,0.046,0.015,0.084-0.023,0.084c-0.045,0-0.083-0.031-0.083-0.069 c0-0.038-0.061-0.054-0.136-0.031c-0.083,0.023-0.189-0.054-0.303-0.199c-0.227-0.315-0.341-0.307-0.28,0.008l0.045,0.253 L19.99,9.834c-0.28-0.353-0.704-0.767-0.795-0.767c-0.159,0-0.053,0.169,0.197,0.315c0.28,0.169,0.318,0.261,0.167,0.46 c-0.098,0.13-0.28,0.115-0.28-0.023c0-0.046,0.053-0.061,0.114-0.031c0.204,0.077,0.121-0.169-0.129-0.414 c-0.22-0.207-0.288-0.238-0.553-0.199c-0.174,0.023-0.333,0.092-0.379,0.169c-0.31,0.522-0.394,0.606-0.629,0.629 c-0.333,0.031-0.469-0.1-0.469-0.453c0-0.299,0-0.299,0.288-0.299c0.159,0,0.31-0.023,0.333-0.046 c0.091-0.084-0.038-0.322-0.227-0.422l-0.204-0.092l0.204-0.046c0.114-0.023,0.386-0.215,0.621-0.422 c0.416-0.368,0.416-0.368,0.288-0.552c-0.098-0.138-0.174-0.169-0.333-0.138c-0.174,0.038-0.212,0.008-0.257-0.161 c-0.03-0.13-0.008-0.245,0.068-0.33c0.061-0.069,0.151-0.261,0.197-0.414c0.136-0.422,0.25-0.491,0.636-0.368 c0.553,0.161,0.75,0.299,0.697,0.468c-0.03,0.1-0.015,0.146,0.068,0.146c0.068,0,0.121-0.046,0.121-0.107 c0-0.061,0.098-0.192,0.227-0.299l0.22-0.192l-0.288-0.192c-2.279-1.526-5.225-1.688-7.694-0.414 c-0.757,0.391-0.841,0.46-0.704,0.598c0.106,0.092,0.106,0.13,0,0.353c-0.098,0.215-0.159,0.253-0.379,0.253 c-0.227,0-0.25-0.015-0.167-0.115c0.136-0.169,0-0.284-0.174-0.161c-0.106,0.084-0.121,0.146-0.061,0.307 c0.083,0.207,0.106,0.207,0.735,0.084c0.129-0.031,0.348-0.345,0.348-0.499c0-0.023,0.03-0.084,0.076-0.13 c0.091-0.115,0.394-0.138,0.326-0.023c-0.023,0.046-0.106,0.077-0.174,0.077c-0.098,0-0.129,0.069-0.129,0.253 c0,0.284,0.03,0.315,0.212,0.238c0.076-0.023,0.159-0.031,0.182,0c0.083,0.077-0.144,0.276-0.318,0.276 c-0.235,0-1.022,0.683-1.022,0.882c0,0.092,0.106,0.222,0.257,0.322c0.167,0.107,0.25,0.215,0.242,0.345 c-0.008,0.23,0.212,0.238,0.242,0.008c0.015-0.092,0.106-0.223,0.212-0.292c0.129-0.084,0.174-0.169,0.144-0.261 c-0.023-0.077,0-0.23,0.045-0.345c0.144-0.322,0.598-0.23,0.598,0.123c0,0.161,0.03,0.169,0.235,0.054 c0.129-0.061,0.174-0.054,0.265,0.061c0.053,0.077,0.106,0.184,0.106,0.238c0,0.046,0.068,0.161,0.159,0.253 c0.265,0.269,0.144,0.353-0.78,0.56c-0.121,0.031-0.212,0.077-0.212,0.115c0,0.038,0.076,0.054,0.159,0.031 c0.136-0.038,0.151-0.023,0.114,0.115c-0.068,0.199,0.061,0.276,0.265,0.161c0.129-0.069,0.151-0.061,0.129,0.023 c-0.023,0.054-0.197,0.123-0.409,0.146c-0.462,0.054-0.636,0.13-0.636,0.268c0,0.061-0.061,0.138-0.129,0.161 c-0.182,0.069-0.469,0.422-0.477,0.568c0,0.069-0.136,0.246-0.295,0.399c-0.273,0.253-0.295,0.307-0.257,0.552 c0.053,0.33-0.098,0.368-0.167,0.038c-0.038-0.192-0.083-0.23-0.273-0.23c-0.121,0-0.22,0.038-0.22,0.084 c0,0.054-0.083,0.069-0.227,0.046c-0.174-0.038-0.25-0.008-0.379,0.153c-0.174,0.222-0.189,0.46-0.061,0.752 c0.098,0.215,0.417,0.269,0.485,0.077c0.03-0.061,0.098-0.115,0.159-0.115c0.083,0,0.098,0.046,0.068,0.176 c-0.098,0.322-0.083,0.399,0.091,0.422c0.114,0.015,0.167,0.077,0.167,0.192c0,0.245,0.212,0.514,0.401,0.514 c0.204,0,0.386,0.115,0.333,0.199c-0.023,0.038,0.167,0.077,0.409,0.092c0.371,0.015,0.485,0.061,0.689,0.245 c0.136,0.13,0.31,0.23,0.386,0.23c0.356,0,0.772,0.399,0.651,0.629c-0.045,0.084-0.045,0.138,0,0.138 c0.038,0,0.083-0.038,0.098-0.084c0.03-0.092,0.704,0.107,1.257,0.361c0.22,0.107,0.25,0.146,0.204,0.322 c-0.03,0.115-0.114,0.276-0.182,0.36c-0.076,0.084-0.159,0.299-0.182,0.483c-0.045,0.399-0.144,0.529-0.439,0.591 c-0.174,0.038-0.22,0.092-0.22,0.245c0,0.292-0.235,0.637-0.432,0.637c-0.159,0-0.167,0.015-0.083,0.153 c0.083,0.13,0.076,0.169-0.076,0.276c-0.129,0.092-0.159,0.161-0.114,0.315c0.083,0.368,0.242,0.591,0.492,0.729 c0.235,0.123,0.242,0.13,0.061,0.138c-0.136,0-0.326-0.146-0.697-0.545c-0.409-0.437-0.538-0.637-0.636-0.982 c-0.318-1.097-0.53-1.503-0.833-1.618c-0.091-0.038-0.318-0.269-0.507-0.514c-0.409-0.537-0.523-1.02-0.31-1.258 c0.114-0.13,0.121-0.184,0.045-0.307c-0.076-0.123-0.068-0.192,0.023-0.376c0.068-0.13,0.151-0.23,0.189-0.23 c0.045,0,0.076-0.038,0.076-0.084c0-0.054-0.068-0.069-0.182-0.038c-0.151,0.038-0.273-0.038-0.659-0.414 c-0.326-0.307-0.545-0.46-0.674-0.46c-0.288,0-0.515-0.199-0.576-0.499c-0.023-0.146-0.076-0.268-0.114-0.268 c-0.038,0-0.068-0.031-0.068-0.077c0-0.038-0.091-0.268-0.204-0.514C8.404,11,8.404,10.21,8.692,9.604 c0.114-0.23,0.242-0.522,0.288-0.652c0.167-0.445-0.114-0.031-0.356,0.537c-0.439,1.028-0.591,1.787-0.591,3.068 c0,1.365,0.159,2.109,0.682,3.229c0.432,0.943,0.863,1.565,1.545,2.263c1.136,1.143,2.537,1.887,4.119,2.178 c1.537,0.284,3.294,0.015,4.748-0.729c1.992-1.013,3.461-2.884,4.021-5.101c0.144-0.568,0.174-0.897,0.182-1.81 C23.33,11.437,23.277,11.215,23.012,11.215z M20.286,10.218c0.03-0.023,0.076-0.023,0.106,0c0.023,0.03,0,0.053-0.053,0.053 C20.286,10.271,20.263,10.248,20.286,10.218z M18.9,9.476c0.045,0.023,0.076,0.114,0.076,0.197c0,0.212-0.114,0.174-0.136-0.053 C18.832,9.514,18.854,9.446,18.9,9.476z M17.612,7.999c0.167,0.182,0.295,0.371,0.28,0.416c-0.015,0.038-0.129,0.083-0.257,0.098 c-0.182,0.015-0.235-0.008-0.22-0.091c0.008-0.068,0.038-0.136,0.068-0.167c0.023-0.03,0-0.121-0.061-0.212 C17.188,7.712,17.325,7.681,17.612,7.999z M17.264,8.022c0.106,0.038,0.114,0.083,0.045,0.204c-0.091,0.167-0.303,0.205-0.303,0.061 C17.007,8.105,17.143,7.977,17.264,8.022z M11.88,7.621c-0.159,0-0.182-0.015-0.098-0.114c0.053-0.061,0.121-0.114,0.151-0.114 c0.03,0,0.076,0.053,0.106,0.114C12.069,7.59,12.024,7.621,11.88,7.621z M11.236,12.619c-0.106,0-0.235-0.053-0.288-0.114 c-0.061-0.076-0.159-0.098-0.25-0.068c-0.098,0.03-0.129,0.015-0.098-0.038c0.091-0.144,0.538-0.098,0.689,0.068 C11.426,12.611,11.418,12.619,11.236,12.619z M11.721,12.846c-0.295,0-0.318-0.015-0.212-0.114c0.136-0.144,0.204-0.144,0.394,0 C12.039,12.831,12.024,12.838,11.721,12.846z M12.274,12.922c-0.023,0.045-0.061,0.076-0.083,0.076c-0.015,0-0.03-0.03-0.03-0.076 c0-0.038,0.038-0.076,0.083-0.076C12.281,12.846,12.297,12.884,12.274,12.922z M8.715,12.225c-0.038,0.038-0.189-0.326-0.189-0.462 c0.008-0.053,0.053,0.023,0.121,0.167C8.707,12.073,8.737,12.202,8.715,12.225z M12.607,5.803c0.045,0,0.098,0.038,0.121,0.076 c0.023,0.045-0.008,0.076-0.068,0.076c-0.068,0-0.121-0.03-0.121-0.076C12.539,5.841,12.569,5.803,12.607,5.803z M12.531,6.235 c0.045-0.061,0.068-0.129,0.045-0.159c-0.023-0.023,0.008-0.015,0.053,0.03c0.053,0.038,0.174,0.076,0.288,0.076 c0.151,0,0.167,0.015,0.076,0.076c-0.061,0.038-0.212,0.076-0.333,0.076C12.486,6.333,12.463,6.311,12.531,6.235z M12.069,6.144 c-0.295,0.197-0.485,0.25-0.394,0.106c0.045-0.083,0.492-0.295,0.613-0.295C12.319,5.955,12.221,6.038,12.069,6.144z M13.251,7.363 c-0.204-0.053-0.22-0.03-0.098,0.197c0.068,0.136,0.061,0.144-0.076,0.098c-0.121-0.038-0.151-0.023-0.114,0.068 c0.053,0.136-0.083,0.167-0.167,0.038c-0.023-0.046-0.151-0.144-0.288-0.227c-0.197-0.121-0.212-0.144-0.076-0.144 c0.083,0,0.212-0.061,0.28-0.136c0.144-0.159,0.174-0.318,0.038-0.182c-0.151,0.151-0.242,0.098-0.098-0.061 c0.136-0.151,0.129-0.151-0.182-0.151c-0.265,0-0.318-0.023-0.295-0.129c0.015-0.076,0.121-0.182,0.242-0.235 c0.182-0.091,0.257-0.091,0.545,0.023c0.288,0.106,0.333,0.159,0.333,0.341c0,0.136,0.061,0.257,0.159,0.326 C13.644,7.325,13.523,7.431,13.251,7.363z M13.569,5.879c-0.068,0-0.121,0.053-0.121,0.114c0,0.083-0.083,0.114-0.28,0.114 c-0.151,0-0.25-0.023-0.22-0.053c0.03-0.038,0.098-0.061,0.144-0.061c0.038,0,0.091-0.045,0.114-0.106 c0.023-0.068-0.008-0.083-0.129-0.045c-0.235,0.068-0.197-0.015,0.068-0.151c0.288-0.151,0.447-0.144,0.257,0.008 c-0.144,0.114-0.136,0.114,0.023,0.068c0.091-0.023,0.182-0.008,0.212,0.038C13.66,5.841,13.629,5.879,13.569,5.879z M13.554,9.559 c-0.023-0.061-0.098-0.091-0.189-0.068c-0.174,0.045-0.182-0.03-0.023-0.212c0.114-0.129,0.136-0.129,0.303-0.015 c0.098,0.061,0.182,0.182,0.182,0.257C13.826,9.688,13.614,9.718,13.554,9.559z M15.379,6.864c-0.144,0-0.295,0.303-0.386,0.75 c-0.008,0.061-0.068,0.136-0.121,0.167c-0.129,0.083-0.212,0.083-0.212,0c0-0.038-0.106-0.083-0.227-0.114 c-0.129-0.023-0.25-0.106-0.273-0.174c-0.023-0.076-0.083-0.212-0.129-0.31c-0.068-0.136-0.053-0.197,0.083-0.341 c0.204-0.212,0.212-0.295,0.038-0.227c-0.129,0.053-0.129,0.045,0-0.151c0.235-0.364,0.121-0.833-0.189-0.75 C13.781,5.758,13.788,5.599,13.97,5.5c0.204-0.106,0.31-0.098,0.31,0.038c0,0.091,0.038,0.091,0.25-0.015 c0.129-0.068,0.303-0.151,0.371-0.189c0.227-0.106,0.591-0.076,0.591,0.053c0,0.061,0.038,0.114,0.076,0.114 c0.045,0,0.098,0.061,0.129,0.136c0.023,0.068,0.114,0.204,0.197,0.295c0.083,0.098,0.114,0.174,0.068,0.174 c-0.045,0-0.068,0.053-0.045,0.106C15.954,6.311,15.492,6.864,15.379,6.864z M16.469,6.985c-0.091,0.106-0.53,0.151-0.621,0.053 c-0.136-0.129-0.03-0.227,0.257-0.235C16.484,6.788,16.59,6.841,16.469,6.985z M21.815,15.935c-0.151,0.326-0.303,0.545-0.379,0.545 c-0.144,0-0.144-0.151,0-0.348c0.061-0.076,0.114-0.197,0.114-0.265c0-0.129,0.432-0.576,0.492-0.515 C22.058,15.375,21.959,15.64,21.815,15.935z"/> <path fill="%23FFFFFF" d="M21.876,12.452c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.974,12.543,21.914,12.497,21.876,12.452z"/> <path fill="%23FFFFFF" d="M21.868,9.764c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.058,10.044,21.944,9.915,21.868,9.764z"/> <path fill="%23003399" d="M21.878,9.92c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.067,10.2,21.954,10.072,21.878,9.92z"/> <path fill="%23003399" d="M20.386,9.685C20.31,9.61,20.348,9.223,20.439,9.17c0.045-0.03,0.121,0,0.174,0.068 c0.098,0.136,0.31,0.182,0.227,0.053c-0.121-0.197,0.061-0.189,0.265,0.015c0.341,0.341,0.303,0.416-0.227,0.416 C20.628,9.723,20.409,9.701,20.386,9.685z"/> <path fill="%23003399" d="M18.607,8.322c0-0.038,0.083-0.106,0.189-0.151c0.212-0.098,0.235-0.197,0.083-0.477 c-0.144-0.28-0.114-0.629,0.061-0.659c0.121-0.023,0.136,0,0.091,0.167c-0.061,0.235,0.076,0.53,0.212,0.477 C19.424,7.61,19.5,7.876,19.371,8.11c-0.098,0.174-0.182,0.22-0.447,0.242C18.75,8.368,18.607,8.353,18.607,8.322z"/> </svg>');
}
.blue.icon-metainfo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.31,16.534V5.298L5.147,10.177L16.31,16.534z"/> <path fill="%23999999" d="M27.472,10.177L16.31,5.298l0,7.601l0,3.636L27.472,10.177z"/> <path fill="%230044B2" d="M16.31,17.117l5.492-3.232l0.791-6.786L16.31,9.745V17.117z"/> <path fill="%23003399" d="M10.817,13.885l5.492,3.232V9.745l-6.283-2.645L10.817,13.885z"/> <polygon fill="%230099FF" points="16.31,4.335 10.027,7.099 16.31,9.745 22.593,7.099 "/> <path fill="%23676767" d="M16.31,29.545l9.758-7.393l1.405-11.976L16.31,16.534V29.545z"/> <path fill="%23999999" d="M6.552,22.153l9.758,7.393V16.534L5.147,10.177L6.552,22.153z"/> </svg>');
}
.blue.icon-navigator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M19.326,11.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,10.988,17.803,11.076,19.326,11.388"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="22.1481" x2="28.0832" y2="22.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,15.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,15.994"/> <polygon fill="%23676767" points="14.051,14.564 8.452,20.865 19.176,17.603 23.899,11.716 "/> <path fill="%23CCCCCC" d="M26.992,12.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,14.582,27.761,13.542,26.992,12.553z M26.7,16.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,13.831,26.876,14.914,26.7,16.054z"/> <polygon fill="%230099FF" points="16.42,12.556 13.405,12.174 6.695,19.726 "/> <polygon fill="%23003399" points="6.695,19.726 19.548,15.816 16.42,12.556 "/> <polygon fill="%230044B2" points="25.208,8.76 16.42,12.556 19.548,15.816 "/> <polygon fill="%23003399" points="13.405,12.174 16.42,12.556 25.208,8.76 "/> </svg>');
}
.blue.icon-compass{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M22.739,13.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,13.43,22.728,13.435,22.739,13.438"/> <path fill="%23676767" d="M19.326,14.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,13.988,17.803,14.076,19.326,14.388"/> <path fill="%23CCCCCC" d="M20.069,14.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,14.78,20.463,14.663,20.069,14.561"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="25.1481" x2="28.0832" y2="25.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,18.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,18.994"/> <polygon fill="%23676767" points="13.644,18.022 8.452,23.865 18.398,20.84 22.778,15.379 "/> <path fill="%23CCCCCC" d="M26.992,15.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,17.582,27.761,16.542,26.992,15.553z M26.7,19.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,16.831,26.876,17.914,26.7,19.054z"/> <polygon fill="%230099FF" points="16.013,16.322 13.448,15.997 7.735,22.425 "/> <polygon fill="%23003399" points="7.735,22.425 18.676,19.097 16.013,16.322 "/> <polygon fill="%230044B2" points="23.494,13.091 16.013,16.322 18.676,19.097 "/> <polygon fill="%23003399" points="13.448,15.997 16.013,16.322 23.494,13.091 "/> <path fill="%23003399" d="M19.038,9.996h-1.683l-2.51-3.94v3.94H12.92V2.158h1.683l2.51,3.94v-3.94h1.924V9.996z"/> </svg>');
}
.blue.icon-dispatcher{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M23.617,28.878c-0.012-0.008-0.044-0.007-0.094,0.003c-0.088,0.024-0.191,0.06-0.31,0.11 c-0.129,0.067-0.227,0.114-0.294,0.142c-0.392,0.209-0.763,0.43-1.113,0.665c-0.283,0.199-0.424,0.32-0.423,0.365l0.01,0.013 c0.013,0.01,0.044,0.01,0.094,0c0.14-0.034,0.341-0.118,0.603-0.252c0.419-0.207,0.792-0.428,1.116-0.665 C23.527,29.035,23.663,28.908,23.617,28.878"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.1712" y1="28.8951" x2="15.1712" y2="25.2385"> <stop offset="0.2832" style="stop-color:%23003399"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.357,28.188l0.013-1.994c-0.519-0.086-1.058-0.262-1.617-0.529 c-0.262-0.126-0.523-0.268-0.781-0.426l0.016,2.823c-0.005,0.051-0.001,0.104,0.01,0.158c0.045,0.234,0.216,0.416,0.513,0.545 c0.228,0.101,0.48,0.143,0.755,0.126c0.284-0.011,0.529-0.083,0.736-0.216C16.226,28.535,16.345,28.373,16.357,28.188"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.5608" y1="20.6718" x2="10.0551" y2="20.6718"> <stop offset="0.2832" style="stop-color:%23003399"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.897,19.333l-0.862,0.558c-0.005,0.003-0.011,0.007-0.016,0.01 c-0.252,0.14-0.399,0.364-0.442,0.671c-0.045,0.28,0.004,0.549,0.148,0.807c0.153,0.252,0.357,0.433,0.613,0.545 c0.278,0.119,0.539,0.114,0.784-0.016l0.933-0.558C9.633,20.723,9.246,20.05,8.897,19.333"/> <path fill="%230044B2" d="M27.173,21.967c-0.057-0.081-0.127-0.132-0.21-0.152c-0.132-0.029-0.297,0.024-0.494,0.158 c-0.209,0.136-0.399,0.337-0.571,0.603c-0.157,0.247-0.269,0.499-0.336,0.755c-0.101,0.37-0.082,0.653,0.058,0.849 c0.028,0.038,0.058,0.068,0.09,0.09c0.149,0.107,0.353,0.074,0.613-0.1c0.209-0.14,0.397-0.341,0.565-0.603 c0.155-0.245,0.269-0.497,0.342-0.755C27.326,22.438,27.307,22.156,27.173,21.967"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.7096" y1="12.1321" x2="7.7092" y2="12.1321"> <stop offset="0.2832" style="stop-color:%23003399"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.093,10.427c-0.154-0.06-0.333-0.04-0.539,0.058c-0.224,0.105-0.413,0.279-0.568,0.52 c-0.151,0.234-0.24,0.475-0.268,0.723c-0.034,0.323,0.038,0.568,0.216,0.736c0.06,0.056,0.126,0.095,0.197,0.119l2.278,1.287 c-0.008-0.238-0.008-0.475,0-0.71c0.023-0.682,0.123-1.302,0.3-1.862L6.125,10.44C6.115,10.436,6.104,10.431,6.093,10.427"/> <path fill="%23003399" d="M22.653,10.508l-0.132,0.084c-0.222,0.17-0.34,0.42-0.355,0.749c-0.011,0.329,0.076,0.645,0.261,0.949 c0.179,0.301,0.413,0.527,0.703,0.678c0.337,0.172,0.649,0.177,0.936,0.016l0.013-0.006c0.012-0.007,0.024-0.014,0.035-0.023 c0.274-0.168,0.418-0.435,0.432-0.8c0.013-0.329-0.073-0.645-0.258-0.949c-0.179-0.295-0.413-0.517-0.703-0.668 c-0.329-0.174-0.635-0.187-0.916-0.039C22.664,10.502,22.659,10.505,22.653,10.508"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="9.2352" y1="13.3643" x2="18.0998" y2="22.2289"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.501,11.644c-0.588,0.113-1.056,0.417-1.404,0.91c-0.062,0.088-0.12,0.181-0.174,0.281 c-0.284,0.529-0.435,1.175-0.452,1.936c-0.026,1.176,0.251,2.406,0.833,3.688c0.035,0.075,0.07,0.15,0.106,0.226 c0.314,0.656,0.673,1.257,1.075,1.804c0.391,0.53,0.824,1.009,1.297,1.436c0.544,0.486,1.095,0.857,1.652,1.113 c0.598,0.271,1.16,0.387,1.688,0.348c0.105-0.006,0.208-0.019,0.31-0.039c0.693-0.127,1.215-0.521,1.568-1.181 c0.066-0.123,0.125-0.252,0.177-0.387c-0.336-0.035-0.686-0.127-1.049-0.274c-0.566-0.237-1.123-0.589-1.671-1.058 c-0.025-0.021-0.049-0.043-0.074-0.065l-0.816,0.478c-0.108,0.071-0.23,0.12-0.365,0.148c-0.229,0.05-0.474,0.036-0.732-0.042 c-0.087-0.026-0.176-0.059-0.268-0.1c-0.284-0.129-0.56-0.316-0.829-0.561c-0.213-0.188-0.41-0.399-0.591-0.632 c-0.227-0.29-0.43-0.616-0.607-0.978c-0.017-0.034-0.033-0.069-0.048-0.103c-0.299-0.639-0.449-1.258-0.449-1.859 c0-0.235,0.026-0.449,0.077-0.642c0.032-0.117,0.074-0.227,0.126-0.329c0.109-0.223,0.256-0.389,0.439-0.497 c0.034-0.02,0.068-0.039,0.103-0.055l0.829-0.439c-0.077-0.471-0.107-0.936-0.09-1.394c0.025-0.658,0.155-1.234,0.39-1.726 C12.188,11.581,11.837,11.579,11.501,11.644"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="7.1765" y1="4.412" x2="11.1537" y2="8.3893"> <stop offset="0.2832" style="stop-color:%23003399"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.984,3.609C8.973,3.581,8.948,3.571,8.91,3.577C8.802,3.581,8.654,3.629,8.464,3.719 C8.101,3.87,7.721,4.079,7.325,4.348C7.067,4.527,6.901,4.669,6.828,4.774C6.807,4.802,6.801,4.83,6.812,4.858 C6.813,4.86,6.814,4.861,6.815,4.861l2.42,4.227c0.521-0.308,1.041-0.487,1.562-0.539c0.362-0.163,0.601-0.354,0.716-0.574 c0.003-0.001,0.005-0.004,0.006-0.006L8.984,3.609"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.7918" y1="6.4714" x2="16.5378" y2="6.4714"> <stop offset="0.2832" style="stop-color:%23003399"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M13.83,3.845c-0.02-0.038-0.032-0.076-0.039-0.113l0.039,3.453l0.016,1.3 c-0.01,0.054-0.003,0.108,0.019,0.165c0.071,0.185,0.295,0.333,0.671,0.445c0.256,0.077,0.518,0.116,0.787,0.116 c0.312,0,0.574-0.056,0.787-0.168c0.136-0.062,0.239-0.146,0.31-0.252c0.076-0.112,0.097-0.229,0.061-0.352l0.01-0.665l0.045-4.008 c-0.014,0.144-0.144,0.273-0.39,0.387c-0.224,0.101-0.489,0.159-0.797,0.174c-0.286,0.017-0.552-0.002-0.797-0.058 C14.179,4.187,13.938,4.045,13.83,3.845z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="22.502" y1="29.5224" x2="19.8822" y2="24.9848"> <stop offset="0.2832" style="stop-color:%23003399"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M19.639,25.229c-0.104,0.112-0.214,0.214-0.329,0.307c-0.011,0.009-0.021,0.017-0.032,0.026 c-0.122,0.095-0.251,0.18-0.387,0.255l2.494,4.347c-0.001-0.044,0.14-0.166,0.423-0.365c0.351-0.234,0.722-0.456,1.113-0.665 c0.067-0.028,0.165-0.075,0.294-0.142c0.118-0.049,0.222-0.086,0.31-0.11c0.05-0.01,0.081-0.011,0.094-0.003l-2.581-4.443 l-0.013,0.006c-0.009,0.007-0.023,0.012-0.042,0.016C20.731,24.46,20.284,24.717,19.639,25.229"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="12.2652" y1="14.3677" x2="17.441" y2="19.5435"> <stop offset="0.3987" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M18.277,18.456c-0.155-0.698-0.407-1.412-0.755-2.143c-0.565-1.18-1.272-2.179-2.12-2.998 c-0.046-0.046-0.093-0.091-0.142-0.136l-3.007,1.591l-0.829,0.439c0.069-0.031,0.142-0.054,0.219-0.071 c0.215-0.047,0.443-0.038,0.684,0.026c0.105,0.029,0.213,0.067,0.323,0.116c0.273,0.129,0.547,0.314,0.823,0.555 c0.48,0.437,0.879,0.976,1.197,1.617c0.331,0.682,0.497,1.334,0.497,1.955c0,0.255-0.03,0.485-0.09,0.691 c-0.03,0.103-0.068,0.2-0.113,0.29c-0.101,0.206-0.233,0.363-0.397,0.471l0.816-0.478l2.936-1.717 C18.306,18.596,18.292,18.526,18.277,18.456z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="24.1702" y1="19.5232" x2="24.1702" y2="24.2705"> <stop offset="0.2832" style="stop-color:%23003399"/> <stop offset="0.7998" style="stop-color:%2300699C"/> <stop offset="0.9069" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.033,19.827c-0.185,0.179-0.339,0.411-0.461,0.697c-0.118,0.28-0.183,0.551-0.194,0.813 c-0.01,0.268,0.043,0.454,0.158,0.558l0.11,0.061l1.249,0.71l2.817,1.604c-0.033-0.022-0.063-0.053-0.09-0.09 c-0.14-0.196-0.159-0.479-0.058-0.849c0.067-0.256,0.179-0.508,0.336-0.755c0.172-0.267,0.362-0.468,0.571-0.603 c0.197-0.134,0.361-0.187,0.494-0.158l-3.359-1.846l-0.703-0.387c-0.007-0.002-0.013-0.006-0.019-0.01 c-0.021-0.008-0.044-0.016-0.068-0.023C22.562,19.472,22.302,19.565,22.033,19.827"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="20.2532" y1="11.7402" x2="22.781" y2="14.268"> <stop offset="0.2832" style="stop-color:%23003399"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M19.523,12.515c-0.011,0.007-0.023,0.014-0.035,0.019c-0.156,0.1-0.264,0.235-0.323,0.407 c-0.029,0.087-0.047,0.183-0.052,0.287c-0.015,0.308,0.063,0.615,0.236,0.923c0.174,0.301,0.398,0.53,0.671,0.687 c0.114,0.064,0.226,0.106,0.336,0.126c0.199,0.036,0.391,0.002,0.578-0.103c0.014-0.008,0.027-0.016,0.039-0.026 c0.016-0.008,0.031-0.018,0.045-0.029l1.268-0.758l1.781-1.065c-0.287,0.161-0.599,0.155-0.936-0.016 c-0.29-0.151-0.525-0.376-0.703-0.678c-0.185-0.303-0.272-0.62-0.261-0.949c0.015-0.329,0.133-0.578,0.355-0.749l-1.639,1.052 L19.523,12.515"/> <path fill="%23999999" d="M20.858,20.111c-0.152-1.413-0.586-2.877-1.3-4.392c-0.046-0.098-0.094-0.196-0.142-0.294 c-0.248-0.506-0.514-0.991-0.8-1.455c-0.736-1.192-1.595-2.24-2.578-3.143c-0.228-0.207-0.458-0.402-0.687-0.584 c-0.589-0.464-1.179-0.839-1.771-1.126c-0.83-0.397-1.62-0.595-2.372-0.594c-0.125,0-0.25,0.006-0.374,0.016 c-0.001,0.003-0.003,0.005-0.006,0.006c-0.009,0.001-0.019,0.002-0.029,0.003c-0.521,0.052-1.041,0.231-1.562,0.539 c-0.425,0.286-0.782,0.678-1.071,1.178c-0.186,0.317-0.337,0.662-0.455,1.033c-0.177,0.559-0.277,1.18-0.3,1.862 c-0.008,0.235-0.008,0.472,0,0.71c0.055,1.657,0.508,3.388,1.359,5.192c0.043,0.091,0.086,0.181,0.129,0.271 c0.35,0.717,0.736,1.389,1.159,2.017c0.656,0.974,1.4,1.841,2.233,2.601c0.552,0.508,1.113,0.938,1.685,1.287 c0.258,0.158,0.519,0.3,0.781,0.426c0.558,0.267,1.097,0.443,1.617,0.529c0.472,0.078,0.928,0.082,1.368,0.013 c0.425-0.065,0.809-0.195,1.152-0.391c0.136-0.074,0.265-0.159,0.387-0.255c0.011-0.009,0.022-0.017,0.032-0.026 c0.115-0.093,0.225-0.195,0.329-0.307c0.072-0.076,0.142-0.156,0.21-0.242c0.099-0.127,0.193-0.264,0.281-0.41 c0.01-0.018,0.021-0.036,0.032-0.055c0.465-0.794,0.716-1.761,0.755-2.901C20.934,21.124,20.915,20.621,20.858,20.111z M18.177,21.779c-0.052,0.135-0.111,0.265-0.178,0.387c-0.353,0.66-0.875,1.054-1.568,1.181c-0.102,0.02-0.205,0.032-0.31,0.039 c-0.527,0.039-1.09-0.077-1.688-0.349c-0.557-0.256-1.108-0.627-1.652-1.113c-0.474-0.427-0.906-0.906-1.297-1.436 c-0.402-0.546-0.76-1.148-1.075-1.804c-0.036-0.076-0.072-0.151-0.106-0.226c-0.582-1.282-0.859-2.512-0.832-3.688 c0.017-0.762,0.168-1.407,0.452-1.936c0.054-0.099,0.112-0.193,0.174-0.281c0.347-0.493,0.815-0.797,1.404-0.91 c0.336-0.065,0.687-0.063,1.052,0.006c0.304,0.057,0.619,0.161,0.942,0.31c0.555,0.252,1.106,0.624,1.652,1.116 c0.038,0.034,0.076,0.069,0.113,0.103c0.049,0.045,0.096,0.09,0.142,0.135c0.848,0.819,1.555,1.818,2.12,2.998 c0.348,0.731,0.6,1.445,0.755,2.143c0.015,0.071,0.029,0.14,0.042,0.21c0.103,0.528,0.151,1.047,0.142,1.555 C18.448,20.807,18.353,21.327,18.177,21.779z"/> <path fill="%23003399" d="M13.472,15.836c-0.275-0.241-0.55-0.426-0.823-0.555c-0.11-0.049-0.217-0.087-0.323-0.116 c-0.241-0.064-0.469-0.072-0.684-0.026c-0.077,0.017-0.15,0.04-0.219,0.071c-0.035,0.016-0.07,0.034-0.103,0.055 c-0.183,0.108-0.329,0.274-0.439,0.497c-0.052,0.102-0.094,0.212-0.126,0.329c-0.052,0.193-0.077,0.407-0.077,0.642 c0,0.6,0.15,1.22,0.449,1.859c0.015,0.035,0.032,0.069,0.048,0.103c0.177,0.361,0.379,0.687,0.607,0.978 c0.181,0.234,0.378,0.444,0.591,0.632c0.269,0.245,0.545,0.432,0.829,0.561c0.091,0.041,0.181,0.074,0.268,0.1 c0.259,0.078,0.503,0.092,0.732,0.042c0.135-0.028,0.257-0.078,0.365-0.148c0.163-0.108,0.296-0.265,0.397-0.471 c0.045-0.09,0.082-0.187,0.113-0.29c0.06-0.206,0.09-0.436,0.09-0.691c0-0.622-0.166-1.274-0.497-1.955 C14.351,16.811,13.952,16.272,13.472,15.836z"/> <linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="10.653" y1="8.6937" x2="23.8797" y2="21.9204"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_11_)" d="M11.52,7.969c-0.001,0.003-0.004,0.005-0.006,0.006c-0.115,0.22-0.354,0.411-0.716,0.574 c0.01-0.001,0.02-0.002,0.029-0.003c0.003-0.002,0.006-0.004,0.006-0.006c0.124-0.01,0.249-0.016,0.374-0.016 c0.752-0.001,1.542,0.197,2.372,0.594c0.592,0.287,1.183,0.662,1.772,1.126c0.23,0.182,0.459,0.377,0.687,0.584 c0.983,0.903,1.842,1.951,2.578,3.143c0.286,0.464,0.553,0.949,0.8,1.455c0.049,0.097,0.096,0.195,0.142,0.294 c0.715,1.515,1.148,2.978,1.3,4.392c0.056,0.51,0.076,1.013,0.058,1.51c-0.039,1.14-0.29,2.107-0.755,2.901 c-0.011,0.019-0.022,0.037-0.032,0.055c-0.088,0.146-0.181,0.283-0.281,0.41c-0.067,0.086-0.137,0.166-0.21,0.242 c0.645-0.512,1.092-0.769,1.342-0.771l0.055-0.026l0.01-0.003l0.661-0.426c0.012-0.006,0.023-0.014,0.032-0.023 c0.422-0.289,0.78-0.678,1.075-1.168c0.028-0.047,0.055-0.095,0.081-0.145l-1.249-0.71c-0.026-0.007-0.051-0.018-0.074-0.032 c-0.013-0.009-0.024-0.018-0.035-0.029c-0.115-0.104-0.168-0.29-0.158-0.558c0.011-0.262,0.075-0.534,0.194-0.813 c0.123-0.286,0.276-0.518,0.461-0.697c0.269-0.262,0.529-0.355,0.781-0.278c0.024,0.007,0.046,0.014,0.068,0.023 c0.006,0.004,0.013,0.007,0.019,0.01l0.703,0.387c0.002-0.005,0.003-0.01,0.003-0.016c0.097-1.867-0.336-3.818-1.297-5.853 c-0.008-0.017-0.017-0.034-0.026-0.052l-1.268,0.758c-0.014,0.011-0.029,0.021-0.045,0.029c-0.012,0.01-0.025,0.018-0.039,0.026 c-0.187,0.105-0.379,0.139-0.578,0.103c-0.11-0.02-0.222-0.062-0.336-0.126c-0.273-0.157-0.497-0.386-0.671-0.687 c-0.172-0.308-0.251-0.615-0.236-0.923c0.005-0.105,0.022-0.2,0.052-0.287c0.059-0.172,0.167-0.307,0.323-0.407 c0.012-0.005,0.024-0.012,0.035-0.019l1.358-0.871c-0.627-0.88-1.334-1.663-2.12-2.349c-0.75-0.653-1.506-1.16-2.268-1.52 l-0.01,0.665c0.036,0.123,0.015,0.24-0.061,0.352c-0.071,0.105-0.174,0.189-0.31,0.252c-0.213,0.112-0.475,0.168-0.787,0.168 c-0.269,0-0.531-0.039-0.787-0.116c-0.376-0.112-0.6-0.26-0.671-0.445c-0.023-0.056-0.029-0.111-0.019-0.165l-0.016-1.3 c-0.18,0.012-0.359,0.036-0.536,0.071c-0.34,0.066-0.654,0.173-0.942,0.319c-0.006,0.002-0.013,0.005-0.019,0.006L11.52,7.969"/> <path fill="%230099FF" d="M15.776,3.157c-0.245-0.056-0.511-0.076-0.797-0.061c-0.308,0.017-0.573,0.076-0.797,0.177 c-0.24,0.112-0.371,0.238-0.39,0.378c-0.004,0.026-0.004,0.053,0,0.081c0.006,0.037,0.019,0.075,0.039,0.113 c0.108,0.2,0.348,0.342,0.723,0.426c0.245,0.056,0.511,0.075,0.797,0.058c0.308-0.015,0.573-0.073,0.797-0.174 c0.246-0.115,0.376-0.244,0.39-0.387c0.002-0.017,0.002-0.034,0-0.052c-0.003-0.043-0.016-0.087-0.039-0.132 C16.392,3.388,16.151,3.246,15.776,3.157z"/> </svg>');
}
.blue.icon-rotate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%230099FF" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%230044B2" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%230099FF" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%230044B2" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%23003399" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%230099FF" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%230044B2" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%230099FF" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23003399" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg> ');
}
.lightBlue.icon-testcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M24.091,20.666l0.088-1.15l-3.982,2.682l-0.044,1.169L24.091,20.666 M14.589,14.077l-0.013-2.671 L10.338,9.05l0.256,7.234L14.589,14.077 M24.597,12.119l0.1-1.3l-4.22,2.519l-0.05,1.332L24.597,12.119z"/> <path fill="%23676767" d="M17.215,23.423l-1.369-0.888l0.006,6.796l2.942-1.614l0.008-4.326L17.215,23.423z"/> <polyline fill="%2333CCFF" points="10.182,5.643 17.371,9.381 21.678,7.068 14.489,3.643 11.958,4.468 7.738,6.412 10.182,5.643 "/> <polygon fill="%2333CCFF" points="20.197,22.198 24.179,19.516 14.589,14.077 10.595,16.284 "/> <path fill="%23269FBF" d="M10.338,9.05l4.238,2.357l5.851,3.263l0.05-1.332l-3.107-3.957l-7.189-3.738L7.738,6.412l0.513,9.485 l2.482,3.326l1.888,1.219l3.226,2.094l1.369,0.888l1.588-0.031l1.35-0.025l0.044-1.169l-9.602-5.914L10.338,9.05z"/> <path fill="%23999999" d="M15.852,29.331l-0.006-6.796l-3.226-2.094l0.088,6.759L15.852,29.331z"/> <path fill="%232189a5" d="M24.697,10.819l-3.019-3.751l-4.307,2.313l3.107,3.957L24.697,10.819z"/> </svg> ');
}
.lightBlue.icon-raw{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M19.605,17.233l0.15-0.091l4.171-2.609l0.335-4.17l-4.513,2.558L19.605,17.233z"/> <path fill="%23676767" d="M15.963,15.143l-0.004,0.252l0.004,13.778l3.192-2.184l0.023-10L15.963,15.143z"/> <path fill="%23999999" d="M15.959,15.395l-0.002-0.252l-3.172-1.827l0.104,13.756l3.074,2.1L15.959,15.395z"/> <path fill="%23269FBF" d="M7.561,9.195l0.083,1.171l11.96,6.867l0.143-4.311l-8.753-4.628L7.561,9.195z"/> <polyline fill="%2333CCFF" points="24.261,10.364 15.525,6.261 11.555,7.322 7.561,9.195 10.995,8.293 19.748,12.922 24.261,10.364 "/> </svg> ');
}
.lightBlue.icon-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2333CCFF" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%23269FBF" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.lightBlue.icon-cogs{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%232189a5" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%232189a5" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2333CCFF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23269FBF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23269FBF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23269FBF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23269FBF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23269FBF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23269FBF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%232189a5" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%232189a5" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%232189a5" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%232189a5" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%232189a5" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2333CCFF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2333CCFF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2333CCFF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2333CCFF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23269FBF" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23269FBF" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23269FBF" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23269FBF" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg>');
}
.lightBlue.icon-check{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="10.924,28.413 11.789,26.634 30.888,23.991 29.88,25.571 "/> <polyline fill="%23676767" points="5.681,13.159 4.626,11.479 19.059,11.051 18.937,11.301 18.945,11.308 18.307,12.634 5.681,13.159 "/> <polyline fill="%23999999" points="18.307,12.634 18.945,11.308 19.067,11.05 27.956,22.594 25.98,22.84 18.307,12.634 "/> <polygon fill="%23999999" points="11.789,26.634 10.924,28.413 1.121,11.861 1.725,10.095 "/> <path fill="%23CCCCCC" d="M1.725,10.095l17.959-0.354l11.204,14.25l-19.099,2.643L1.725,10.095z M27.956,22.594L19.067,11.05 L4.626,11.479l8.171,12.996L27.956,22.594z"/> <polygon fill="%2333CCFF" points="19.115,17.44 16.96,16.839 24.901,2.354 27.076,2.908 "/> <polygon fill="%2333CCFF" points="11.605,17.129 9.465,16.526 11.381,13.027 13.527,13.618 "/> <polygon fill="%23269FBF" points="20,22.84 17.846,22.223 9.465,16.526 11.605,17.129 "/> <polygon fill="%232189a5" points="27.076,2.908 29.85,4.848 20,22.84 11.605,17.129 13.527,13.618 19.115,17.44 "/> </svg> ');
}
.lightBlue.icon-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M23.67,26.671c0.126-0.058,0.246-0.125,0.361-0.201c0.145-0.085,0.283-0.179,0.415-0.281 c0.82-0.633,1.431-1.525,1.833-2.675c0.321-0.928,0.491-1.98,0.508-3.157c0.036-2.033-0.366-4.151-1.204-6.354l-2.997,1.632 c0.847,2.23,1.271,4.352,1.271,6.368c0,1.186-0.152,2.247-0.455,3.184c-0.241,0.734-0.571,1.363-0.99,1.886 c-0.239,0.309-0.511,0.581-0.816,0.816c-0.062,0.049-0.124,0.093-0.187,0.134L23.67,26.671 M17.088,3.675l-3.063,1.458l0.294,11.652 l2.943-1.538L17.088,3.675z"/> <path fill="%2333CCFF" d="M17.262,15.247l-2.943,1.538l8.267-1.15l2.997-1.632L17.262,15.247 M17.088,3.675 c-0.223-0.116-0.464-0.223-0.722-0.321c-1.115-0.437-2.167-0.606-3.157-0.508c-0.496,0.055-0.96,0.175-1.391,0.361 c-0.047,0.025-0.096,0.047-0.147,0.067L8.968,4.531c0.37-0.136,0.763-0.225,1.177-0.268c0.067-0.007,0.134-0.011,0.201-0.013 c0.932-0.058,1.917,0.125,2.956,0.548c0.161,0.062,0.401,0.174,0.722,0.334L17.088,3.675z"/> <path fill="%23269FBF" d="M5.838,8.638c-0.214,0.972-0.29,2.042-0.227,3.211C5.726,13.891,6.243,16,7.162,18.177 c0.865,2.051,1.971,3.911,3.318,5.578c1.579,1.926,3.228,3.322,4.95,4.187c1.07,0.535,2.1,0.829,3.09,0.883 c1.039,0.047,1.953-0.189,2.742-0.709c0.051-0.025,0.1-0.056,0.147-0.094c0.063-0.041,0.125-0.085,0.187-0.134 c0.305-0.235,0.577-0.507,0.816-0.816c0.419-0.523,0.749-1.152,0.99-1.886c0.303-0.936,0.455-1.998,0.455-3.184 c0-2.016-0.424-4.138-1.271-6.368l-8.267,1.15L14.025,5.133c-0.321-0.161-0.562-0.272-0.722-0.334 c-1.039-0.424-2.024-0.607-2.956-0.548c-0.066,0.002-0.133,0.007-0.201,0.013C9.731,4.306,9.338,4.395,8.968,4.531 C8.329,4.777,7.763,5.169,7.269,5.709C6.591,6.467,6.114,7.443,5.838,8.638z"/> </svg>');
}
.lightBlue.icon-upgrade{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="16.541,13.651 7.127,18.574 16.536,25.049 25.95,18.574 "/> <polygon fill="%23999999" points="16.536,25.049 7.127,18.574 7.633,22.884 16.536,29.603 "/> <polygon fill="%23676767" points="25.95,18.574 16.536,25.049 16.536,29.603 25.449,22.884 "/> <path fill="%23269FBF" d="M21.177,17.436l2.879-1.699L17.69,2.551l-3.05,1.388L21.177,17.436z"/> <path fill="%2333CCFF" d="M14.639,3.939l-5.618,6.091l3.763,2.298l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L14.639,3.939z"/> <path fill="%232189a5" d="M16.828,14.79l-0.007,5.565l2.769-1.637l0.044-2.219L16.828,14.79z"/> </svg>');
}
.lightBlue.icon-refactor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="5.336,21.155 9.717,24.464 9.31,18.906 4.699,15.735 5.336,21.155 "/> <polyline fill="%23999999" points="11.871,11.984 11.961,14.041 14.756,15.735 14.796,17.863 16.537,16.811 16.537,14.704 11.871,11.984 "/> <polyline fill="%23999999" points="11.073,20.121 11.263,23.468 11.391,25.726 16.53,29.603 16.53,23.877 11.073,20.121 "/> <polyline fill="%23999999" points="18.307,15.735 18.271,17.865 21.99,20.121 21.802,23.466 23.351,24.464 23.753,18.906 18.307,15.735 "/> <polyline fill="%23676767" points="14.796,17.863 14.756,15.735 9.31,18.906 9.717,24.464 11.263,23.468 11.073,20.121 14.796,17.863 "/> <polyline fill="%23676767" points="21.802,23.466 21.99,20.121 16.53,23.877 16.53,29.603 21.676,25.726 21.802,23.466 "/> <polyline fill="%23676767" points="28.368,15.735 23.753,18.906 23.351,24.464 27.738,21.155 28.368,15.735 "/> <polyline fill="%23676767" points="21.106,14.039 21.197,11.984 16.537,14.704 16.537,16.811 16.537,16.816 18.271,17.865 18.307,15.735 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="11.961,14.041 10.101,12.912 4.699,15.735 9.31,18.906 14.756,15.735 11.961,14.041 "/> <polyline fill="%23CCCCCC" points="16.537,16.816 16.537,16.811 14.796,17.863 11.073,20.121 16.53,23.877 21.99,20.121 18.271,17.865 16.537,16.816 "/> <polyline fill="%23CCCCCC" points="21.106,14.039 18.307,15.735 23.753,18.906 28.368,15.735 22.966,12.912 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="16.537,14.704 21.197,11.984 16.537,9.545 11.871,11.984 16.537,14.704 "/> <polyline fill="%23999999" points="26.645,12.48 18.044,12.48 17.949,19.17 25.997,19.17 26.645,12.48 "/> <polyline fill="%23676767" points="25.341,8.132 25.45,6.782 17.871,6.782 17.799,13.048 17.849,13.048 17.909,8.132 25.341,8.132 "/> <polyline fill="%23269FBF" points="15.108,19.17 15.013,12.48 6.414,12.48 7.061,19.17 15.108,19.17 "/> <polygon fill="%23676767" points="7.613,6.782 7.724,8.132 15.152,8.132 15.214,13.048 15.271,13.048 15.192,6.782 "/> <polyline fill="%23676767" points="17.849,13.048 17.832,14.511 17.949,19.17 18.044,12.48 17.909,8.132 17.849,13.048 "/> <polyline fill="%23676767" points="17.871,6.782 17.765,3.367 17.704,9.336 17.799,13.048 17.871,6.782 "/> <polyline fill="%232189a5" points="15.231,14.511 15.214,13.048 15.152,8.132 15.013,12.48 15.108,19.17 15.231,14.511 "/> <polygon fill="%23676767" points="15.304,3.367 15.192,6.782 15.271,13.048 15.37,9.336 "/> <polyline fill="%23CCCCCC" points="25.735,8.132 25.341,8.132 17.909,8.132 18.044,12.48 26.645,12.48 25.735,8.132 "/> <polyline fill="%23CCCCCC" points="25.45,6.782 24.736,3.367 17.765,3.367 17.871,6.782 25.45,6.782 "/> <polyline fill="%2333CCFF" points="15.152,8.132 7.724,8.132 7.328,8.132 6.414,12.48 15.013,12.48 15.152,8.132 "/> <polygon fill="%23CCCCCC" points="15.192,6.782 15.304,3.367 8.334,3.367 7.613,6.782 "/> </svg>');
}
.lightBlue.icon-hierarchy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.342,22.974l6.404,3.896l0.802-0.55l-6.103-3.663C16.284,22.855,15.785,22.914,15.342,22.974z"/> <path fill="%23999999" d="M15.342,22.974c0,0,0.017,0.384,0.023,0.788l6.341,4.028l0.043-1.009"/> <path fill="%23999999" d="M16.097,18.145l-0.942-0.457l0.158,4.059l0.029,1.226l0.812,0.49L16.097,18.145z"/> <path fill="%23676767" d="M16.935,17.556l-0.839,0.589l0.057,5.318l0.758-0.526L16.935,17.556z"/> <path fill="%23CCCCCC" d="M17.398,14.603L16.05,13.97l-1.21,0.823l1.354,0.656L17.398,14.603z"/> <path fill="%23CCCCCC" d="M21.477,19.381l4.522,2.636l0.649-0.446l-4.279-2.447C22.24,19.285,21.835,19.333,21.477,19.381z"/> <path fill="%23999999" d="M21.477,19.381c0,0,0.014,0.311,0.019,0.638l4.471,2.743l0.035-0.817"/> <radialGradient id="SVGID_1_" cx="26.5503" cy="22.2417" r="3.906" fx="28.93" fy="21.1697" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="26.307" cy="22.072" r="2.691"/> <path fill="%23999999" d="M22.088,15.471l-0.763-0.37l0.128,3.287l0.024,0.993l0.658,0.397L22.088,15.471z"/> <path fill="%23676767" d="M22.767,14.994l-0.679,0.477l0.046,4.307l0.614-0.426L22.767,14.994z"/> <path fill="%23CCCCCC" d="M22.547,27.789l-0.76-0.357l-0.682,0.464l0.763,0.37L22.547,27.789z"/> <radialGradient id="SVGID_2_" cx="22.1654" cy="27.056" r="4.7808" fx="25.078" fy="25.7439" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="21.868" cy="26.848" r="3.294"/> <path fill="%2333CCFF" d="M6.383,15.266l9.849,6.796V2.665L6.383,15.266z"/> <path fill="%232189a5" d="M16.232,22.063l9.772-6.796L16.232,2.665V22.063z"/> </svg> ');
}
.lightBlue.icon-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M9.934,17.773l14.138,8.563l1.152-0.791l-13.706-8.229C11.288,17.603,10.57,17.688,9.934,17.773z"/> <path fill="%23999999" d="M9.934,17.773c0,0,0.025,0.552,0.033,1.132l14.048,8.753l0.062-1.45"/> <radialGradient id="SVGID_1_" cx="22.5248" cy="24.6747" r="6.9308" fx="26.7473" fy="22.7725" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="22.094" cy="24.373" r="4.775"/> <path fill="%23999999" d="M11.018,10.836L9.665,10.18l0.227,5.832l0.042,1.762l1.167,0.704L11.018,10.836z"/> <path fill="%23676767" d="M12.223,9.99l-1.205,0.846l0.082,7.642l1.089-0.756L12.223,9.99z"/> <path fill="%23CCCCCC" d="M12.223,9.99l-1.349-0.633l-1.21,0.823l1.354,0.656L12.223,9.99z"/> <radialGradient id="SVGID_2_" cx="11.5459" cy="8.689" r="8.4831" fx="16.714" fy="6.3609" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2333CCFF"/> <stop offset="0.7108" style="stop-color:%232189a5"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="11.018" cy="8.32" r="5.844"/> </svg>');
}
.lightBlue.icon-clipboard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="10.132,6.448 21.354,12.031 24.019,10.474 12.817,5.28 10.132,6.448 "/> <polyline fill="%23676767" points="20.752,28.542 23.102,26.768 24.019,10.474 21.354,12.031 20.752,28.542 "/> <polygon fill="%23999999" points="10.132,6.448 21.354,12.031 20.752,28.542 11.049,22.093 "/> <path fill="%23269FBF" d="M22.087,14.339l0.308-3.14L9.4,5.396l0.253,2.351L22.087,14.339z"/> <path fill="%232189a5" d="M24.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L24.558,12.242z"/> <path fill="%2333CCFF" d="M11.82,4.073L9.4,5.396l12.751,5.694l2.652-1.706L11.82,4.073z"/> <path fill="%2333CCFF" d="M14.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C14.234,8.214,14.138,8.233,14.039,8.241z"/> <path fill="%232189a5" d="M19.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C19.002,12.642,19.011,12.529,19.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4588" y1="2.958" x2="15.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%2333CCFF"/> <stop offset="0.8492" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C17.292,6.847,17.271,5.909,17.196,5.16z"/> <path fill="%23269FBF" d="M14.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C13.059,3.758,13.622,3.009,14.602,3.372z"/> </svg>');
}
.lightBlue.icon-clipboar-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="12.132,6.448 23.354,12.031 26.019,10.474 14.817,5.28 12.132,6.448 "/> <polyline fill="%23676767" points="22.752,28.542 25.102,26.768 26.019,10.474 23.354,12.031 22.752,28.542 "/> <polygon fill="%23999999" points="12.132,6.448 23.354,12.031 22.752,28.542 13.049,22.093 "/> <path fill="%23269FBF" d="M24.087,14.339l0.308-3.14L11.4,5.396l0.253,2.351L24.087,14.339z"/> <path fill="%232189a5" d="M26.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L26.558,12.242z"/> <path fill="%2333CCFF" d="M13.82,4.073L11.4,5.396l12.751,5.694l2.652-1.706L13.82,4.073z"/> <polyline fill="%23269FBF" points="2.792,21.015 3.02,23.793 6.427,26.104 6.254,23.294 2.792,21.015 "/> <polyline fill="%23269FBF" points="5.19,19.702 7.425,18.476 4.105,16.403 4.289,19.127 5.19,19.702 "/> <polyline fill="%23269FBF" points="14.587,25.713 14.533,22.903 10.898,20.646 11.006,23.424 14.587,25.713 "/> <polyline fill="%232189a5" points="6.254,23.294 6.427,26.104 11.006,23.424 10.898,20.646 6.254,23.294 "/> <polyline fill="%232189a5" points="14.533,22.903 14.587,25.713 16.009,18.443 15.976,15.73 14.533,22.903 "/> <polyline fill="%2333CCFF" points="7.425,18.476 5.19,19.702 2.792,21.015 6.254,23.294 10.898,20.646 14.533,22.903 15.976,15.73 4.105,16.403 7.425,18.476 "/> <path fill="%2333CCFF" d="M16.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C16.234,8.214,16.138,8.233,16.039,8.241z"/> <path fill="%232189a5" d="M21.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C21.002,12.642,21.011,12.529,21.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="17.4588" y1="2.958" x2="17.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%2333CCFF"/> <stop offset="0.8492" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C19.292,6.847,19.271,5.909,19.196,5.16z"/> <path fill="%23269FBF" d="M16.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C15.059,3.758,15.622,3.009,16.602,3.372z"/> </svg>');
}
.lightBlue.icon-composite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23676767" d="M16.232,28.234v1.652l13.921-10.163l0.167-1.552L16.232,28.234z"/> <path fill="%23999999" d="M16.232,29.887v-1.652L2.148,18.172l0.172,1.552L16.232,29.887z"/> <path fill="%232189a5" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <path opacity="0.44" fill="%23CCCCCC" d="M16.237,3.234L1.661,10.617l14.571,9.752l14.575-9.752L16.237,3.234z M17.923,12.532 l-3.09,3.171l-1.213-3.582l-2.011-0.272l-3.62-0.482l5.081-1.676L12.922,8.33l-0.181-1.676l4.045,1.977l4.976-1.203L20.42,9.361 l-0.645,0.936l4.074,2.56l-2.971-0.162L17.923,12.532z"/> <polygon fill="%2333CCFF" points="17.923,12.532 14.833,15.704 13.62,12.122 11.609,11.849 7.989,11.367 13.07,9.691 12.922,8.33 12.741,6.654 16.786,8.631 21.762,7.427 20.42,9.361 19.775,10.297 23.849,12.857 20.879,12.695 "/> </svg>');
}
.lightBlue.icon-real{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path opacity="0.44" fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23999999" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <polyline fill="%23269FBF" points="13.62,11.122 13.686,14.455 14.871,18.128 14.833,14.704 13.62,11.122 "/> <polygon fill="%23269FBF" points="23.653,15.21 23.849,11.857 17.922,11.532 17.884,14.871 "/> <polyline fill="%232189a5" points="8.199,13.682 13.686,14.455 13.62,11.122 7.989,10.367 8.199,13.682 "/> <polyline fill="%232189a5" points="12.812,8.772 13.07,8.691 12.741,5.654 12.812,8.772 "/> <polyline fill="%232189a5" points="17.884,14.871 17.922,11.532 14.833,14.704 14.871,18.128 17.884,14.871 "/> <polygon fill="%232189a5" points="21.242,10.219 21.628,9.632 21.762,6.427 19.775,9.297 "/> <path fill="%2333CCFF" d="M21.762,6.427l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,6.427z"/> </svg> ');
}
.lightBlue.icon-synchronize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2333CCFF" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%232189a5" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%2333CCFF" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%232189a5" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%23269FBF" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%23CCCCCC" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%23676767" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%23CCCCCC" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23999999" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg>');
}
.lightBlue.icon-synchronize-commit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%23269FBF" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%23269FBF" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%23269FBF" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%232189a5" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%232189a5" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%2333CCFF" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg> ');
}
.lightBlue.icon-synchronize-update{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%232189a5" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%232189a5" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%2333CCFF" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg> ');
}
.lightBlue.icon-helpdesk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%232189a5"/> <stop offset="0.6863" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> </svg>');
}
.lightBlue.icon-ticket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23999999"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> <polygon fill="%232189a5" points="24.216,2.03 24.193,2.999 30.942,8.29 30.872,7.377 "/> <polygon fill="%2333CCFF" points="24.193,2.999 24.216,2.03 17.202,7.191 17.082,8.098 "/> <polygon fill="%23269FBF" points="17.082,8.098 23.851,12.136 30.942,8.29 24.193,2.999 "/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 4.1768 22.8636)" fill="%23333333" cx="19.558" cy="8.24" rx="0.752" ry="1.105"/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 1.792 19.8838)" fill="%23333333" cx="16.089" cy="8.573" rx="0.676" ry="0.994"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="460.2863" y1="-935.4631" x2="465.7375" y2="-935.4631" gradientTransform="matrix(0.3368 -0.9416 0.9416 0.3368 743.9272 759.3012)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.818,8.116c-0.032,0.137-0.07,0.274-0.119,0.411c-0.478,1.336-1.612,2.167-2.603,1.95 c0.055,0.028,0.112,0.054,0.171,0.075c1.03,0.368,2.276-0.482,2.783-1.899c0.001-0.002,0.001-0.004,0.002-0.006 C20.039,8.451,19.974,8.261,19.818,8.116z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="494.3591" y1="1210.504" x2="499.8102" y2="1210.504" gradientTransform="matrix(0.3522 -0.9359 0.9359 0.3522 -1290.7396 46.5091)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M16.27,8.302c-0.038,0.844,0.308,1.501,0.686,1.643c0.055,0.021,0.12,0.029,0.187,0.032 c-0.244-0.192-0.446-0.599-0.506-1.114l-0.006,0.003C16.632,8.867,16.54,8.416,16.27,8.302z"/> <path fill="%23CCCCCC" d="M19.112,7.994c-0.025,0.097-0.045,0.194-0.081,0.293c-0.405,1.132-1.303,1.7-1.857,1.68 c-0.067-0.002-0.132-0.009-0.187-0.029c-0.38-0.136-0.738-0.788-0.713-1.632c-0.058-0.023-0.121-0.037-0.196-0.021 c-0.193,0.04-0.276,0.182-0.312,0.325c0.06,0.862,0.473,1.573,1.151,1.816c0.059,0.021,0.119,0.037,0.18,0.051 c0.991,0.217,2.125-0.614,2.603-1.95c0.049-0.137,0.087-0.274,0.119-0.411c-0.079-0.073-0.178-0.135-0.309-0.179 C19.353,7.885,19.221,7.924,19.112,7.994z"/> </svg>');
}
.lightBlue.icon-localize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.682,9.667c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098c-0.738-0.456-1.391-1.111-2.318-1.112 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,10.455,12.398,9.667,15.682,9.667 M15.682,7.521 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,5.115,2.011,7.763,1.438c-1.967-1.161-3.761-1.25-3.156-3.683 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,9.486,20.787,7.521,15.682,7.521L15.682,7.521z" /> <path fill="%23CCCCCC" d="M15.682,7.564c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098C24.58,21.11,23.927,20.454,23,20.454 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,8.352,12.398,7.564,15.682,7.564 M15.682,5.418 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,4.914,2.747,7.763,3.183c-1.967-1.161-3.761-2.994-3.156-5.428 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,7.383,20.787,5.418,15.682,5.418L15.682,5.418z" /> <circle fill="%23FFFFFF" cx="15.691" cy="12.478" r="7.693"/> <path fill="%232189a5" d="M15.691,20.481c-4.413,0-8.003-3.59-8.003-8.003s3.59-8.003,8.003-8.003s8.003,3.59,8.003,8.003 S20.104,20.481,15.691,20.481z M15.691,5.094c-4.071,0-7.383,3.312-7.383,7.383s3.312,7.383,7.383,7.383s7.383-3.312,7.383-7.383 S19.762,5.094,15.691,5.094z"/> <path fill="%23FFFFFF" d="M21.885,12.305c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.984,12.396,21.923,12.351,21.885,12.305z"/> <path fill="none" d="M11.903,12.732c-0.189-0.144-0.257-0.144-0.394,0c-0.106,0.098-0.083,0.114,0.212,0.114 C12.024,12.838,12.039,12.831,11.903,12.732z"/> <path fill="none" d="M10.6,12.399c-0.03,0.053,0,0.068,0.098,0.038c0.091-0.03,0.189-0.008,0.25,0.068 c0.053,0.061,0.182,0.114,0.288,0.114c0.182,0,0.189-0.008,0.053-0.151C11.138,12.301,10.691,12.255,10.6,12.399z"/> <path fill="none" d="M17.31,8.227c0.068-0.121,0.061-0.167-0.045-0.204c-0.121-0.045-0.257,0.083-0.257,0.265 C17.007,8.431,17.219,8.393,17.31,8.227z"/> <path fill="none" d="M12.16,12.922c0,0.045,0.015,0.076,0.03,0.076c0.023,0,0.061-0.03,0.083-0.076 c0.023-0.038,0.008-0.076-0.03-0.076C12.198,12.846,12.16,12.884,12.16,12.922z"/> <path fill="none" d="M8.525,11.763c0,0.136,0.151,0.5,0.189,0.462c0.023-0.023-0.008-0.151-0.068-0.295 C8.578,11.786,8.533,11.71,8.525,11.763z"/> <path fill="none" d="M20.392,10.218c-0.03-0.023-0.076-0.023-0.106,0c-0.023,0.03,0,0.053,0.053,0.053 C20.392,10.271,20.414,10.248,20.392,10.218z"/> <path fill="none" d="M18.976,9.673c0-0.083-0.03-0.174-0.076-0.197c-0.045-0.03-0.068,0.038-0.061,0.144 C18.862,9.847,18.976,9.885,18.976,9.673z"/> <path fill="none" d="M17.484,8.257c-0.03,0.03-0.061,0.098-0.068,0.167c-0.015,0.083,0.038,0.106,0.22,0.091 c0.129-0.015,0.242-0.061,0.257-0.098c0.015-0.045-0.114-0.235-0.28-0.416c-0.288-0.318-0.424-0.288-0.189,0.045 C17.484,8.136,17.506,8.227,17.484,8.257z"/> <path fill="none" d="M11.933,7.394c-0.03,0-0.098,0.053-0.151,0.114c-0.083,0.098-0.061,0.114,0.098,0.114 c0.144,0,0.189-0.03,0.159-0.114C12.009,7.447,11.963,7.394,11.933,7.394z"/> <path fill="none" d="M16.105,6.803c-0.288,0.008-0.394,0.106-0.257,0.235c0.091,0.098,0.53,0.053,0.621-0.053 C16.59,6.841,16.484,6.788,16.105,6.803z"/> <path fill="none" d="M15.962,6.106c0.045,0,0.015-0.076-0.068-0.174c-0.083-0.091-0.174-0.227-0.197-0.295 C15.666,5.561,15.613,5.5,15.568,5.5c-0.038,0-0.076-0.053-0.076-0.114c0-0.129-0.363-0.159-0.591-0.053 c-0.068,0.038-0.242,0.121-0.371,0.189c-0.212,0.106-0.25,0.106-0.25,0.015c0-0.136-0.106-0.144-0.31-0.038 c-0.182,0.098-0.189,0.257-0.008,0.212c0.31-0.083,0.424,0.386,0.189,0.75c-0.129,0.197-0.129,0.204,0,0.151 c0.174-0.068,0.167,0.015-0.038,0.227c-0.136,0.144-0.151,0.204-0.083,0.341c0.045,0.098,0.106,0.235,0.129,0.31 c0.023,0.068,0.144,0.152,0.273,0.174c0.121,0.03,0.227,0.076,0.227,0.114c0,0.083,0.083,0.083,0.212,0 c0.053-0.03,0.114-0.106,0.121-0.167c0.091-0.447,0.242-0.75,0.386-0.75c0.114,0,0.576-0.553,0.538-0.651 C15.893,6.159,15.916,6.106,15.962,6.106z"/> <path fill="none" d="M21.55,15.867c0,0.068-0.053,0.189-0.114,0.265c-0.144,0.197-0.144,0.348,0,0.348 c0.076,0,0.227-0.22,0.379-0.545c0.144-0.295,0.242-0.56,0.227-0.583C21.982,15.292,21.55,15.739,21.55,15.867z"/> <path fill="none" d="M13.644,9.264c-0.167-0.114-0.189-0.114-0.303,0.015c-0.159,0.182-0.151,0.257,0.023,0.212 c0.091-0.023,0.167,0.008,0.189,0.068c0.061,0.159,0.273,0.129,0.273-0.038C13.826,9.446,13.743,9.325,13.644,9.264z"/> <path fill="none" d="M13.296,6.864c0-0.182-0.045-0.235-0.333-0.341c-0.288-0.114-0.363-0.114-0.545-0.023 c-0.121,0.053-0.227,0.159-0.242,0.235c-0.023,0.106,0.03,0.129,0.295,0.129c0.31,0,0.318,0,0.182,0.151 c-0.144,0.159-0.053,0.212,0.098,0.061c0.136-0.136,0.106,0.023-0.038,0.182c-0.068,0.076-0.197,0.136-0.28,0.136 c-0.136,0-0.121,0.023,0.076,0.144c0.136,0.083,0.265,0.182,0.288,0.227c0.083,0.129,0.22,0.098,0.167-0.038 c-0.038-0.091-0.008-0.106,0.114-0.068c0.136,0.045,0.144,0.038,0.076-0.098c-0.121-0.227-0.106-0.25,0.098-0.197 c0.273,0.068,0.394-0.038,0.204-0.174C13.357,7.121,13.296,7,13.296,6.864z"/> <radialGradient id="SVGID_1_" cx="15.6814" cy="11.4509" r="7.663" fx="10.7157" fy="6.7467" gradientTransform="matrix(1 0 0 1.0129 0 0.9625)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%2333CCFF"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M23.012,11.215c-0.061,0-0.265-0.1-0.447-0.23c-0.182-0.123-0.333-0.199-0.333-0.169 c0.008,0.107,0.31,0.422,0.356,0.368c0.091-0.092,0.326,0.207,0.326,0.43c0,0.238-0.538,0.905-0.735,0.905 c-0.068,0-0.098,0.054-0.083,0.138c0.03,0.13,0.076,0.138,0.303,0.054c0.121-0.046,0.129-0.023,0.091,0.199 c-0.068,0.376-0.303,0.813-0.644,1.204c-0.28,0.33-0.295,0.368-0.295,0.867c0,0.506-0.008,0.522-0.257,0.675 c-0.144,0.092-0.295,0.261-0.333,0.384c-0.144,0.414-0.621,0.989-0.954,1.15c-0.417,0.207-0.757,0.215-0.697,0.023 c0.03-0.077,0.015-0.445-0.023-0.828c-0.068-0.606-0.061-0.713,0.076-0.997c0.182-0.391,0.182-0.537-0.015-0.905 c-0.098-0.192-0.144-0.399-0.129-0.606c0.023-0.268,0-0.322-0.129-0.345c-0.083-0.015-0.212-0.084-0.28-0.146 c-0.106-0.092-0.174-0.1-0.371-0.031c-0.136,0.046-0.401,0.084-0.598,0.084c-0.303,0-0.416-0.046-0.75-0.315 c-0.432-0.345-0.462-0.429-0.439-1.143c0.023-0.545,0.242-1.081,0.507-1.227c0.083-0.046,0.151-0.146,0.151-0.223 c0-0.176,0.265-0.422,0.485-0.452c0.083-0.008,0.424-0.038,0.742-0.061c0.56-0.046,0.576-0.038,0.606,0.123 c0.015,0.138,0.114,0.207,0.416,0.307c0.265,0.084,0.417,0.107,0.469,0.054c0.053-0.054,0.174-0.054,0.371,0.008 c0.167,0.054,0.409,0.092,0.538,0.092c0.235,0,0.242-0.008,0.22-0.284c-0.015-0.153-0.068-0.299-0.129-0.314 c-0.061-0.023-0.083,0-0.053,0.054c0.03,0.046,0.015,0.084-0.023,0.084c-0.045,0-0.083-0.031-0.083-0.069 c0-0.038-0.061-0.054-0.136-0.031c-0.083,0.023-0.189-0.054-0.303-0.199c-0.227-0.315-0.341-0.307-0.28,0.008l0.045,0.253 L19.99,9.834c-0.28-0.353-0.704-0.767-0.795-0.767c-0.159,0-0.053,0.169,0.197,0.315c0.28,0.169,0.318,0.261,0.167,0.46 c-0.098,0.13-0.28,0.115-0.28-0.023c0-0.046,0.053-0.061,0.114-0.031c0.204,0.077,0.121-0.169-0.129-0.414 c-0.22-0.207-0.288-0.238-0.553-0.199c-0.174,0.023-0.333,0.092-0.379,0.169c-0.31,0.522-0.394,0.606-0.629,0.629 c-0.333,0.031-0.469-0.1-0.469-0.453c0-0.299,0-0.299,0.288-0.299c0.159,0,0.31-0.023,0.333-0.046 c0.091-0.084-0.038-0.322-0.227-0.422l-0.204-0.092l0.204-0.046c0.114-0.023,0.386-0.215,0.621-0.422 c0.416-0.368,0.416-0.368,0.288-0.552c-0.098-0.138-0.174-0.169-0.333-0.138c-0.174,0.038-0.212,0.008-0.257-0.161 c-0.03-0.13-0.008-0.245,0.068-0.33c0.061-0.069,0.151-0.261,0.197-0.414c0.136-0.422,0.25-0.491,0.636-0.368 c0.553,0.161,0.75,0.299,0.697,0.468c-0.03,0.1-0.015,0.146,0.068,0.146c0.068,0,0.121-0.046,0.121-0.107 c0-0.061,0.098-0.192,0.227-0.299l0.22-0.192l-0.288-0.192c-2.279-1.526-5.225-1.688-7.694-0.414 c-0.757,0.391-0.841,0.46-0.704,0.598c0.106,0.092,0.106,0.13,0,0.353c-0.098,0.215-0.159,0.253-0.379,0.253 c-0.227,0-0.25-0.015-0.167-0.115c0.136-0.169,0-0.284-0.174-0.161c-0.106,0.084-0.121,0.146-0.061,0.307 c0.083,0.207,0.106,0.207,0.735,0.084c0.129-0.031,0.348-0.345,0.348-0.499c0-0.023,0.03-0.084,0.076-0.13 c0.091-0.115,0.394-0.138,0.326-0.023c-0.023,0.046-0.106,0.077-0.174,0.077c-0.098,0-0.129,0.069-0.129,0.253 c0,0.284,0.03,0.315,0.212,0.238c0.076-0.023,0.159-0.031,0.182,0c0.083,0.077-0.144,0.276-0.318,0.276 c-0.235,0-1.022,0.683-1.022,0.882c0,0.092,0.106,0.222,0.257,0.322c0.167,0.107,0.25,0.215,0.242,0.345 c-0.008,0.23,0.212,0.238,0.242,0.008c0.015-0.092,0.106-0.223,0.212-0.292c0.129-0.084,0.174-0.169,0.144-0.261 c-0.023-0.077,0-0.23,0.045-0.345c0.144-0.322,0.598-0.23,0.598,0.123c0,0.161,0.03,0.169,0.235,0.054 c0.129-0.061,0.174-0.054,0.265,0.061c0.053,0.077,0.106,0.184,0.106,0.238c0,0.046,0.068,0.161,0.159,0.253 c0.265,0.269,0.144,0.353-0.78,0.56c-0.121,0.031-0.212,0.077-0.212,0.115c0,0.038,0.076,0.054,0.159,0.031 c0.136-0.038,0.151-0.023,0.114,0.115c-0.068,0.199,0.061,0.276,0.265,0.161c0.129-0.069,0.151-0.061,0.129,0.023 c-0.023,0.054-0.197,0.123-0.409,0.146c-0.462,0.054-0.636,0.13-0.636,0.268c0,0.061-0.061,0.138-0.129,0.161 c-0.182,0.069-0.469,0.422-0.477,0.568c0,0.069-0.136,0.246-0.295,0.399c-0.273,0.253-0.295,0.307-0.257,0.552 c0.053,0.33-0.098,0.368-0.167,0.038c-0.038-0.192-0.083-0.23-0.273-0.23c-0.121,0-0.22,0.038-0.22,0.084 c0,0.054-0.083,0.069-0.227,0.046c-0.174-0.038-0.25-0.008-0.379,0.153c-0.174,0.222-0.189,0.46-0.061,0.752 c0.098,0.215,0.417,0.269,0.485,0.077c0.03-0.061,0.098-0.115,0.159-0.115c0.083,0,0.098,0.046,0.068,0.176 c-0.098,0.322-0.083,0.399,0.091,0.422c0.114,0.015,0.167,0.077,0.167,0.192c0,0.245,0.212,0.514,0.401,0.514 c0.204,0,0.386,0.115,0.333,0.199c-0.023,0.038,0.167,0.077,0.409,0.092c0.371,0.015,0.485,0.061,0.689,0.245 c0.136,0.13,0.31,0.23,0.386,0.23c0.356,0,0.772,0.399,0.651,0.629c-0.045,0.084-0.045,0.138,0,0.138 c0.038,0,0.083-0.038,0.098-0.084c0.03-0.092,0.704,0.107,1.257,0.361c0.22,0.107,0.25,0.146,0.204,0.322 c-0.03,0.115-0.114,0.276-0.182,0.36c-0.076,0.084-0.159,0.299-0.182,0.483c-0.045,0.399-0.144,0.529-0.439,0.591 c-0.174,0.038-0.22,0.092-0.22,0.245c0,0.292-0.235,0.637-0.432,0.637c-0.159,0-0.167,0.015-0.083,0.153 c0.083,0.13,0.076,0.169-0.076,0.276c-0.129,0.092-0.159,0.161-0.114,0.315c0.083,0.368,0.242,0.591,0.492,0.729 c0.235,0.123,0.242,0.13,0.061,0.138c-0.136,0-0.326-0.146-0.697-0.545c-0.409-0.437-0.538-0.637-0.636-0.982 c-0.318-1.097-0.53-1.503-0.833-1.618c-0.091-0.038-0.318-0.269-0.507-0.514c-0.409-0.537-0.523-1.02-0.31-1.258 c0.114-0.13,0.121-0.184,0.045-0.307c-0.076-0.123-0.068-0.192,0.023-0.376c0.068-0.13,0.151-0.23,0.189-0.23 c0.045,0,0.076-0.038,0.076-0.084c0-0.054-0.068-0.069-0.182-0.038c-0.151,0.038-0.273-0.038-0.659-0.414 c-0.326-0.307-0.545-0.46-0.674-0.46c-0.288,0-0.515-0.199-0.576-0.499c-0.023-0.146-0.076-0.268-0.114-0.268 c-0.038,0-0.068-0.031-0.068-0.077c0-0.038-0.091-0.268-0.204-0.514C8.404,11,8.404,10.21,8.692,9.604 c0.114-0.23,0.242-0.522,0.288-0.652c0.167-0.445-0.114-0.031-0.356,0.537c-0.439,1.028-0.591,1.787-0.591,3.068 c0,1.365,0.159,2.109,0.682,3.229c0.432,0.943,0.863,1.565,1.545,2.263c1.136,1.143,2.537,1.887,4.119,2.178 c1.537,0.284,3.294,0.015,4.748-0.729c1.992-1.013,3.461-2.884,4.021-5.101c0.144-0.568,0.174-0.897,0.182-1.81 C23.33,11.437,23.277,11.215,23.012,11.215z M20.286,10.218c0.03-0.023,0.076-0.023,0.106,0c0.023,0.03,0,0.053-0.053,0.053 C20.286,10.271,20.263,10.248,20.286,10.218z M18.9,9.476c0.045,0.023,0.076,0.114,0.076,0.197c0,0.212-0.114,0.174-0.136-0.053 C18.832,9.514,18.854,9.446,18.9,9.476z M17.612,7.999c0.167,0.182,0.295,0.371,0.28,0.416c-0.015,0.038-0.129,0.083-0.257,0.098 c-0.182,0.015-0.235-0.008-0.22-0.091c0.008-0.068,0.038-0.136,0.068-0.167c0.023-0.03,0-0.121-0.061-0.212 C17.188,7.712,17.325,7.681,17.612,7.999z M17.264,8.022c0.106,0.038,0.114,0.083,0.045,0.204c-0.091,0.167-0.303,0.205-0.303,0.061 C17.007,8.105,17.143,7.977,17.264,8.022z M11.88,7.621c-0.159,0-0.182-0.015-0.098-0.114c0.053-0.061,0.121-0.114,0.151-0.114 c0.03,0,0.076,0.053,0.106,0.114C12.069,7.59,12.024,7.621,11.88,7.621z M11.236,12.619c-0.106,0-0.235-0.053-0.288-0.114 c-0.061-0.076-0.159-0.098-0.25-0.068c-0.098,0.03-0.129,0.015-0.098-0.038c0.091-0.144,0.538-0.098,0.689,0.068 C11.426,12.611,11.418,12.619,11.236,12.619z M11.721,12.846c-0.295,0-0.318-0.015-0.212-0.114c0.136-0.144,0.204-0.144,0.394,0 C12.039,12.831,12.024,12.838,11.721,12.846z M12.274,12.922c-0.023,0.045-0.061,0.076-0.083,0.076c-0.015,0-0.03-0.03-0.03-0.076 c0-0.038,0.038-0.076,0.083-0.076C12.281,12.846,12.297,12.884,12.274,12.922z M8.715,12.225c-0.038,0.038-0.189-0.326-0.189-0.462 c0.008-0.053,0.053,0.023,0.121,0.167C8.707,12.073,8.737,12.202,8.715,12.225z M12.607,5.803c0.045,0,0.098,0.038,0.121,0.076 c0.023,0.045-0.008,0.076-0.068,0.076c-0.068,0-0.121-0.03-0.121-0.076C12.539,5.841,12.569,5.803,12.607,5.803z M12.531,6.235 c0.045-0.061,0.068-0.129,0.045-0.159c-0.023-0.023,0.008-0.015,0.053,0.03c0.053,0.038,0.174,0.076,0.288,0.076 c0.151,0,0.167,0.015,0.076,0.076c-0.061,0.038-0.212,0.076-0.333,0.076C12.486,6.333,12.463,6.311,12.531,6.235z M12.069,6.144 c-0.295,0.197-0.485,0.25-0.394,0.106c0.045-0.083,0.492-0.295,0.613-0.295C12.319,5.955,12.221,6.038,12.069,6.144z M13.251,7.363 c-0.204-0.053-0.22-0.03-0.098,0.197c0.068,0.136,0.061,0.144-0.076,0.098c-0.121-0.038-0.151-0.023-0.114,0.068 c0.053,0.136-0.083,0.167-0.167,0.038c-0.023-0.046-0.151-0.144-0.288-0.227c-0.197-0.121-0.212-0.144-0.076-0.144 c0.083,0,0.212-0.061,0.28-0.136c0.144-0.159,0.174-0.318,0.038-0.182c-0.151,0.151-0.242,0.098-0.098-0.061 c0.136-0.151,0.129-0.151-0.182-0.151c-0.265,0-0.318-0.023-0.295-0.129c0.015-0.076,0.121-0.182,0.242-0.235 c0.182-0.091,0.257-0.091,0.545,0.023c0.288,0.106,0.333,0.159,0.333,0.341c0,0.136,0.061,0.257,0.159,0.326 C13.644,7.325,13.523,7.431,13.251,7.363z M13.569,5.879c-0.068,0-0.121,0.053-0.121,0.114c0,0.083-0.083,0.114-0.28,0.114 c-0.151,0-0.25-0.023-0.22-0.053c0.03-0.038,0.098-0.061,0.144-0.061c0.038,0,0.091-0.045,0.114-0.106 c0.023-0.068-0.008-0.083-0.129-0.045c-0.235,0.068-0.197-0.015,0.068-0.151c0.288-0.151,0.447-0.144,0.257,0.008 c-0.144,0.114-0.136,0.114,0.023,0.068c0.091-0.023,0.182-0.008,0.212,0.038C13.66,5.841,13.629,5.879,13.569,5.879z M13.554,9.559 c-0.023-0.061-0.098-0.091-0.189-0.068c-0.174,0.045-0.182-0.03-0.023-0.212c0.114-0.129,0.136-0.129,0.303-0.015 c0.098,0.061,0.182,0.182,0.182,0.257C13.826,9.688,13.614,9.718,13.554,9.559z M15.379,6.864c-0.144,0-0.295,0.303-0.386,0.75 c-0.008,0.061-0.068,0.136-0.121,0.167c-0.129,0.083-0.212,0.083-0.212,0c0-0.038-0.106-0.083-0.227-0.114 c-0.129-0.023-0.25-0.106-0.273-0.174c-0.023-0.076-0.083-0.212-0.129-0.31c-0.068-0.136-0.053-0.197,0.083-0.341 c0.204-0.212,0.212-0.295,0.038-0.227c-0.129,0.053-0.129,0.045,0-0.151c0.235-0.364,0.121-0.833-0.189-0.75 C13.781,5.758,13.788,5.599,13.97,5.5c0.204-0.106,0.31-0.098,0.31,0.038c0,0.091,0.038,0.091,0.25-0.015 c0.129-0.068,0.303-0.151,0.371-0.189c0.227-0.106,0.591-0.076,0.591,0.053c0,0.061,0.038,0.114,0.076,0.114 c0.045,0,0.098,0.061,0.129,0.136c0.023,0.068,0.114,0.204,0.197,0.295c0.083,0.098,0.114,0.174,0.068,0.174 c-0.045,0-0.068,0.053-0.045,0.106C15.954,6.311,15.492,6.864,15.379,6.864z M16.469,6.985c-0.091,0.106-0.53,0.151-0.621,0.053 c-0.136-0.129-0.03-0.227,0.257-0.235C16.484,6.788,16.59,6.841,16.469,6.985z M21.815,15.935c-0.151,0.326-0.303,0.545-0.379,0.545 c-0.144,0-0.144-0.151,0-0.348c0.061-0.076,0.114-0.197,0.114-0.265c0-0.129,0.432-0.576,0.492-0.515 C22.058,15.375,21.959,15.64,21.815,15.935z"/> <path fill="%23FFFFFF" d="M21.876,12.452c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.974,12.543,21.914,12.497,21.876,12.452z"/> <path fill="%23FFFFFF" d="M21.868,9.764c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.058,10.044,21.944,9.915,21.868,9.764z"/> <path fill="%23269FBF" d="M21.878,9.92c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.067,10.2,21.954,10.072,21.878,9.92z"/> <path fill="%23269FBF" d="M20.386,9.685C20.31,9.61,20.348,9.223,20.439,9.17c0.045-0.03,0.121,0,0.174,0.068 c0.098,0.136,0.31,0.182,0.227,0.053c-0.121-0.197,0.061-0.189,0.265,0.015c0.341,0.341,0.303,0.416-0.227,0.416 C20.628,9.723,20.409,9.701,20.386,9.685z"/> <path fill="%23269FBF" d="M18.607,8.322c0-0.038,0.083-0.106,0.189-0.151c0.212-0.098,0.235-0.197,0.083-0.477 c-0.144-0.28-0.114-0.629,0.061-0.659c0.121-0.023,0.136,0,0.091,0.167c-0.061,0.235,0.076,0.53,0.212,0.477 C19.424,7.61,19.5,7.876,19.371,8.11c-0.098,0.174-0.182,0.22-0.447,0.242C18.75,8.368,18.607,8.353,18.607,8.322z"/> </svg>');
}
.lightBlue.icon-metainfo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.31,16.534V5.298L5.147,10.177L16.31,16.534z"/> <path fill="%23999999" d="M27.472,10.177L16.31,5.298l0,7.601l0,3.636L27.472,10.177z"/> <path fill="%232189a5" d="M16.31,17.117l5.492-3.232l0.791-6.786L16.31,9.745V17.117z"/> <path fill="%23269FBF" d="M10.817,13.885l5.492,3.232V9.745l-6.283-2.645L10.817,13.885z"/> <polygon fill="%2333CCFF" points="16.31,4.335 10.027,7.099 16.31,9.745 22.593,7.099 "/> <path fill="%23676767" d="M16.31,29.545l9.758-7.393l1.405-11.976L16.31,16.534V29.545z"/> <path fill="%23999999" d="M6.552,22.153l9.758,7.393V16.534L5.147,10.177L6.552,22.153z"/> </svg>');
}
.lightBlue.icon-navigator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M19.326,11.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,10.988,17.803,11.076,19.326,11.388"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="22.1481" x2="28.0832" y2="22.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,15.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,15.994"/> <polygon fill="%23676767" points="14.051,14.564 8.452,20.865 19.176,17.603 23.899,11.716 "/> <path fill="%23CCCCCC" d="M26.992,12.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,14.582,27.761,13.542,26.992,12.553z M26.7,16.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,13.831,26.876,14.914,26.7,16.054z"/> <polygon fill="%2333CCFF" points="16.42,12.556 13.405,12.174 6.695,19.726 "/> <polygon fill="%23269FBF" points="6.695,19.726 19.548,15.816 16.42,12.556 "/> <polygon fill="%232189a5" points="25.208,8.76 16.42,12.556 19.548,15.816 "/> <polygon fill="%23269FBF" points="13.405,12.174 16.42,12.556 25.208,8.76 "/> </svg>');
}
.lightBlue.icon-compass{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M22.739,13.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,13.43,22.728,13.435,22.739,13.438"/> <path fill="%23676767" d="M19.326,14.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,13.988,17.803,14.076,19.326,14.388"/> <path fill="%23CCCCCC" d="M20.069,14.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,14.78,20.463,14.663,20.069,14.561"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="25.1481" x2="28.0832" y2="25.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,18.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,18.994"/> <polygon fill="%23676767" points="13.644,18.022 8.452,23.865 18.398,20.84 22.778,15.379 "/> <path fill="%23CCCCCC" d="M26.992,15.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,17.582,27.761,16.542,26.992,15.553z M26.7,19.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,16.831,26.876,17.914,26.7,19.054z"/> <polygon fill="%2333CCFF" points="16.013,16.322 13.448,15.997 7.735,22.425 "/> <polygon fill="%23269FBF" points="7.735,22.425 18.676,19.097 16.013,16.322 "/> <polygon fill="%232189a5" points="23.494,13.091 16.013,16.322 18.676,19.097 "/> <polygon fill="%23269FBF" points="13.448,15.997 16.013,16.322 23.494,13.091 "/> <path fill="%23269FBF" d="M19.038,9.996h-1.683l-2.51-3.94v3.94H12.92V2.158h1.683l2.51,3.94v-3.94h1.924V9.996z"/> </svg>');
}
.lightBlue.icon-dispatcher{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M23.617,28.878c-0.012-0.008-0.044-0.007-0.094,0.003c-0.088,0.024-0.191,0.06-0.31,0.11 c-0.129,0.067-0.227,0.114-0.294,0.142c-0.392,0.209-0.763,0.43-1.113,0.665c-0.283,0.199-0.424,0.32-0.423,0.365l0.01,0.013 c0.013,0.01,0.044,0.01,0.094,0c0.14-0.034,0.341-0.118,0.603-0.252c0.419-0.207,0.792-0.428,1.116-0.665 C23.527,29.035,23.663,28.908,23.617,28.878"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.1712" y1="28.8951" x2="15.1712" y2="25.2385"> <stop offset="0.2832" style="stop-color:%23269FBF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.357,28.188l0.013-1.994c-0.519-0.086-1.058-0.262-1.617-0.529 c-0.262-0.126-0.523-0.268-0.781-0.426l0.016,2.823c-0.005,0.051-0.001,0.104,0.01,0.158c0.045,0.234,0.216,0.416,0.513,0.545 c0.228,0.101,0.48,0.143,0.755,0.126c0.284-0.011,0.529-0.083,0.736-0.216C16.226,28.535,16.345,28.373,16.357,28.188"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.5608" y1="20.6718" x2="10.0551" y2="20.6718"> <stop offset="0.2832" style="stop-color:%23269FBF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.897,19.333l-0.862,0.558c-0.005,0.003-0.011,0.007-0.016,0.01 c-0.252,0.14-0.399,0.364-0.442,0.671c-0.045,0.28,0.004,0.549,0.148,0.807c0.153,0.252,0.357,0.433,0.613,0.545 c0.278,0.119,0.539,0.114,0.784-0.016l0.933-0.558C9.633,20.723,9.246,20.05,8.897,19.333"/> <path fill="%232189a5" d="M27.173,21.967c-0.057-0.081-0.127-0.132-0.21-0.152c-0.132-0.029-0.297,0.024-0.494,0.158 c-0.209,0.136-0.399,0.337-0.571,0.603c-0.157,0.247-0.269,0.499-0.336,0.755c-0.101,0.37-0.082,0.653,0.058,0.849 c0.028,0.038,0.058,0.068,0.09,0.09c0.149,0.107,0.353,0.074,0.613-0.1c0.209-0.14,0.397-0.341,0.565-0.603 c0.155-0.245,0.269-0.497,0.342-0.755C27.326,22.438,27.307,22.156,27.173,21.967"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.7096" y1="12.1321" x2="7.7092" y2="12.1321"> <stop offset="0.2832" style="stop-color:%23269FBF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.093,10.427c-0.154-0.06-0.333-0.04-0.539,0.058c-0.224,0.105-0.413,0.279-0.568,0.52 c-0.151,0.234-0.24,0.475-0.268,0.723c-0.034,0.323,0.038,0.568,0.216,0.736c0.06,0.056,0.126,0.095,0.197,0.119l2.278,1.287 c-0.008-0.238-0.008-0.475,0-0.71c0.023-0.682,0.123-1.302,0.3-1.862L6.125,10.44C6.115,10.436,6.104,10.431,6.093,10.427"/> <path fill="%23269FBF" d="M22.653,10.508l-0.132,0.084c-0.222,0.17-0.34,0.42-0.355,0.749c-0.011,0.329,0.076,0.645,0.261,0.949 c0.179,0.301,0.413,0.527,0.703,0.678c0.337,0.172,0.649,0.177,0.936,0.016l0.013-0.006c0.012-0.007,0.024-0.014,0.035-0.023 c0.274-0.168,0.418-0.435,0.432-0.8c0.013-0.329-0.073-0.645-0.258-0.949c-0.179-0.295-0.413-0.517-0.703-0.668 c-0.329-0.174-0.635-0.187-0.916-0.039C22.664,10.502,22.659,10.505,22.653,10.508"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="9.2352" y1="13.3643" x2="18.0998" y2="22.2289"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.501,11.644c-0.588,0.113-1.056,0.417-1.404,0.91c-0.062,0.088-0.12,0.181-0.174,0.281 c-0.284,0.529-0.435,1.175-0.452,1.936c-0.026,1.176,0.251,2.406,0.833,3.688c0.035,0.075,0.07,0.15,0.106,0.226 c0.314,0.656,0.673,1.257,1.075,1.804c0.391,0.53,0.824,1.009,1.297,1.436c0.544,0.486,1.095,0.857,1.652,1.113 c0.598,0.271,1.16,0.387,1.688,0.348c0.105-0.006,0.208-0.019,0.31-0.039c0.693-0.127,1.215-0.521,1.568-1.181 c0.066-0.123,0.125-0.252,0.177-0.387c-0.336-0.035-0.686-0.127-1.049-0.274c-0.566-0.237-1.123-0.589-1.671-1.058 c-0.025-0.021-0.049-0.043-0.074-0.065l-0.816,0.478c-0.108,0.071-0.23,0.12-0.365,0.148c-0.229,0.05-0.474,0.036-0.732-0.042 c-0.087-0.026-0.176-0.059-0.268-0.1c-0.284-0.129-0.56-0.316-0.829-0.561c-0.213-0.188-0.41-0.399-0.591-0.632 c-0.227-0.29-0.43-0.616-0.607-0.978c-0.017-0.034-0.033-0.069-0.048-0.103c-0.299-0.639-0.449-1.258-0.449-1.859 c0-0.235,0.026-0.449,0.077-0.642c0.032-0.117,0.074-0.227,0.126-0.329c0.109-0.223,0.256-0.389,0.439-0.497 c0.034-0.02,0.068-0.039,0.103-0.055l0.829-0.439c-0.077-0.471-0.107-0.936-0.09-1.394c0.025-0.658,0.155-1.234,0.39-1.726 C12.188,11.581,11.837,11.579,11.501,11.644"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="7.1765" y1="4.412" x2="11.1537" y2="8.3893"> <stop offset="0.2832" style="stop-color:%23269FBF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.984,3.609C8.973,3.581,8.948,3.571,8.91,3.577C8.802,3.581,8.654,3.629,8.464,3.719 C8.101,3.87,7.721,4.079,7.325,4.348C7.067,4.527,6.901,4.669,6.828,4.774C6.807,4.802,6.801,4.83,6.812,4.858 C6.813,4.86,6.814,4.861,6.815,4.861l2.42,4.227c0.521-0.308,1.041-0.487,1.562-0.539c0.362-0.163,0.601-0.354,0.716-0.574 c0.003-0.001,0.005-0.004,0.006-0.006L8.984,3.609"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.7918" y1="6.4714" x2="16.5378" y2="6.4714"> <stop offset="0.2832" style="stop-color:%23269FBF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M13.83,3.845c-0.02-0.038-0.032-0.076-0.039-0.113l0.039,3.453l0.016,1.3 c-0.01,0.054-0.003,0.108,0.019,0.165c0.071,0.185,0.295,0.333,0.671,0.445c0.256,0.077,0.518,0.116,0.787,0.116 c0.312,0,0.574-0.056,0.787-0.168c0.136-0.062,0.239-0.146,0.31-0.252c0.076-0.112,0.097-0.229,0.061-0.352l0.01-0.665l0.045-4.008 c-0.014,0.144-0.144,0.273-0.39,0.387c-0.224,0.101-0.489,0.159-0.797,0.174c-0.286,0.017-0.552-0.002-0.797-0.058 C14.179,4.187,13.938,4.045,13.83,3.845z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="22.502" y1="29.5224" x2="19.8822" y2="24.9848"> <stop offset="0.2832" style="stop-color:%23269FBF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M19.639,25.229c-0.104,0.112-0.214,0.214-0.329,0.307c-0.011,0.009-0.021,0.017-0.032,0.026 c-0.122,0.095-0.251,0.18-0.387,0.255l2.494,4.347c-0.001-0.044,0.14-0.166,0.423-0.365c0.351-0.234,0.722-0.456,1.113-0.665 c0.067-0.028,0.165-0.075,0.294-0.142c0.118-0.049,0.222-0.086,0.31-0.11c0.05-0.01,0.081-0.011,0.094-0.003l-2.581-4.443 l-0.013,0.006c-0.009,0.007-0.023,0.012-0.042,0.016C20.731,24.46,20.284,24.717,19.639,25.229"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="12.2652" y1="14.3677" x2="17.441" y2="19.5435"> <stop offset="0.3987" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M18.277,18.456c-0.155-0.698-0.407-1.412-0.755-2.143c-0.565-1.18-1.272-2.179-2.12-2.998 c-0.046-0.046-0.093-0.091-0.142-0.136l-3.007,1.591l-0.829,0.439c0.069-0.031,0.142-0.054,0.219-0.071 c0.215-0.047,0.443-0.038,0.684,0.026c0.105,0.029,0.213,0.067,0.323,0.116c0.273,0.129,0.547,0.314,0.823,0.555 c0.48,0.437,0.879,0.976,1.197,1.617c0.331,0.682,0.497,1.334,0.497,1.955c0,0.255-0.03,0.485-0.09,0.691 c-0.03,0.103-0.068,0.2-0.113,0.29c-0.101,0.206-0.233,0.363-0.397,0.471l0.816-0.478l2.936-1.717 C18.306,18.596,18.292,18.526,18.277,18.456z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="24.1702" y1="19.5232" x2="24.1702" y2="24.2705"> <stop offset="0.2832" style="stop-color:%23269FBF"/> <stop offset="0.7998" style="stop-color:%2300699C"/> <stop offset="0.9069" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.033,19.827c-0.185,0.179-0.339,0.411-0.461,0.697c-0.118,0.28-0.183,0.551-0.194,0.813 c-0.01,0.268,0.043,0.454,0.158,0.558l0.11,0.061l1.249,0.71l2.817,1.604c-0.033-0.022-0.063-0.053-0.09-0.09 c-0.14-0.196-0.159-0.479-0.058-0.849c0.067-0.256,0.179-0.508,0.336-0.755c0.172-0.267,0.362-0.468,0.571-0.603 c0.197-0.134,0.361-0.187,0.494-0.158l-3.359-1.846l-0.703-0.387c-0.007-0.002-0.013-0.006-0.019-0.01 c-0.021-0.008-0.044-0.016-0.068-0.023C22.562,19.472,22.302,19.565,22.033,19.827"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="20.2532" y1="11.7402" x2="22.781" y2="14.268"> <stop offset="0.2832" style="stop-color:%23269FBF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M19.523,12.515c-0.011,0.007-0.023,0.014-0.035,0.019c-0.156,0.1-0.264,0.235-0.323,0.407 c-0.029,0.087-0.047,0.183-0.052,0.287c-0.015,0.308,0.063,0.615,0.236,0.923c0.174,0.301,0.398,0.53,0.671,0.687 c0.114,0.064,0.226,0.106,0.336,0.126c0.199,0.036,0.391,0.002,0.578-0.103c0.014-0.008,0.027-0.016,0.039-0.026 c0.016-0.008,0.031-0.018,0.045-0.029l1.268-0.758l1.781-1.065c-0.287,0.161-0.599,0.155-0.936-0.016 c-0.29-0.151-0.525-0.376-0.703-0.678c-0.185-0.303-0.272-0.62-0.261-0.949c0.015-0.329,0.133-0.578,0.355-0.749l-1.639,1.052 L19.523,12.515"/> <path fill="%23999999" d="M20.858,20.111c-0.152-1.413-0.586-2.877-1.3-4.392c-0.046-0.098-0.094-0.196-0.142-0.294 c-0.248-0.506-0.514-0.991-0.8-1.455c-0.736-1.192-1.595-2.24-2.578-3.143c-0.228-0.207-0.458-0.402-0.687-0.584 c-0.589-0.464-1.179-0.839-1.771-1.126c-0.83-0.397-1.62-0.595-2.372-0.594c-0.125,0-0.25,0.006-0.374,0.016 c-0.001,0.003-0.003,0.005-0.006,0.006c-0.009,0.001-0.019,0.002-0.029,0.003c-0.521,0.052-1.041,0.231-1.562,0.539 c-0.425,0.286-0.782,0.678-1.071,1.178c-0.186,0.317-0.337,0.662-0.455,1.033c-0.177,0.559-0.277,1.18-0.3,1.862 c-0.008,0.235-0.008,0.472,0,0.71c0.055,1.657,0.508,3.388,1.359,5.192c0.043,0.091,0.086,0.181,0.129,0.271 c0.35,0.717,0.736,1.389,1.159,2.017c0.656,0.974,1.4,1.841,2.233,2.601c0.552,0.508,1.113,0.938,1.685,1.287 c0.258,0.158,0.519,0.3,0.781,0.426c0.558,0.267,1.097,0.443,1.617,0.529c0.472,0.078,0.928,0.082,1.368,0.013 c0.425-0.065,0.809-0.195,1.152-0.391c0.136-0.074,0.265-0.159,0.387-0.255c0.011-0.009,0.022-0.017,0.032-0.026 c0.115-0.093,0.225-0.195,0.329-0.307c0.072-0.076,0.142-0.156,0.21-0.242c0.099-0.127,0.193-0.264,0.281-0.41 c0.01-0.018,0.021-0.036,0.032-0.055c0.465-0.794,0.716-1.761,0.755-2.901C20.934,21.124,20.915,20.621,20.858,20.111z M18.177,21.779c-0.052,0.135-0.111,0.265-0.178,0.387c-0.353,0.66-0.875,1.054-1.568,1.181c-0.102,0.02-0.205,0.032-0.31,0.039 c-0.527,0.039-1.09-0.077-1.688-0.349c-0.557-0.256-1.108-0.627-1.652-1.113c-0.474-0.427-0.906-0.906-1.297-1.436 c-0.402-0.546-0.76-1.148-1.075-1.804c-0.036-0.076-0.072-0.151-0.106-0.226c-0.582-1.282-0.859-2.512-0.832-3.688 c0.017-0.762,0.168-1.407,0.452-1.936c0.054-0.099,0.112-0.193,0.174-0.281c0.347-0.493,0.815-0.797,1.404-0.91 c0.336-0.065,0.687-0.063,1.052,0.006c0.304,0.057,0.619,0.161,0.942,0.31c0.555,0.252,1.106,0.624,1.652,1.116 c0.038,0.034,0.076,0.069,0.113,0.103c0.049,0.045,0.096,0.09,0.142,0.135c0.848,0.819,1.555,1.818,2.12,2.998 c0.348,0.731,0.6,1.445,0.755,2.143c0.015,0.071,0.029,0.14,0.042,0.21c0.103,0.528,0.151,1.047,0.142,1.555 C18.448,20.807,18.353,21.327,18.177,21.779z"/> <path fill="%23269FBF" d="M13.472,15.836c-0.275-0.241-0.55-0.426-0.823-0.555c-0.11-0.049-0.217-0.087-0.323-0.116 c-0.241-0.064-0.469-0.072-0.684-0.026c-0.077,0.017-0.15,0.04-0.219,0.071c-0.035,0.016-0.07,0.034-0.103,0.055 c-0.183,0.108-0.329,0.274-0.439,0.497c-0.052,0.102-0.094,0.212-0.126,0.329c-0.052,0.193-0.077,0.407-0.077,0.642 c0,0.6,0.15,1.22,0.449,1.859c0.015,0.035,0.032,0.069,0.048,0.103c0.177,0.361,0.379,0.687,0.607,0.978 c0.181,0.234,0.378,0.444,0.591,0.632c0.269,0.245,0.545,0.432,0.829,0.561c0.091,0.041,0.181,0.074,0.268,0.1 c0.259,0.078,0.503,0.092,0.732,0.042c0.135-0.028,0.257-0.078,0.365-0.148c0.163-0.108,0.296-0.265,0.397-0.471 c0.045-0.09,0.082-0.187,0.113-0.29c0.06-0.206,0.09-0.436,0.09-0.691c0-0.622-0.166-1.274-0.497-1.955 C14.351,16.811,13.952,16.272,13.472,15.836z"/> <linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="10.653" y1="8.6937" x2="23.8797" y2="21.9204"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_11_)" d="M11.52,7.969c-0.001,0.003-0.004,0.005-0.006,0.006c-0.115,0.22-0.354,0.411-0.716,0.574 c0.01-0.001,0.02-0.002,0.029-0.003c0.003-0.002,0.006-0.004,0.006-0.006c0.124-0.01,0.249-0.016,0.374-0.016 c0.752-0.001,1.542,0.197,2.372,0.594c0.592,0.287,1.183,0.662,1.772,1.126c0.23,0.182,0.459,0.377,0.687,0.584 c0.983,0.903,1.842,1.951,2.578,3.143c0.286,0.464,0.553,0.949,0.8,1.455c0.049,0.097,0.096,0.195,0.142,0.294 c0.715,1.515,1.148,2.978,1.3,4.392c0.056,0.51,0.076,1.013,0.058,1.51c-0.039,1.14-0.29,2.107-0.755,2.901 c-0.011,0.019-0.022,0.037-0.032,0.055c-0.088,0.146-0.181,0.283-0.281,0.41c-0.067,0.086-0.137,0.166-0.21,0.242 c0.645-0.512,1.092-0.769,1.342-0.771l0.055-0.026l0.01-0.003l0.661-0.426c0.012-0.006,0.023-0.014,0.032-0.023 c0.422-0.289,0.78-0.678,1.075-1.168c0.028-0.047,0.055-0.095,0.081-0.145l-1.249-0.71c-0.026-0.007-0.051-0.018-0.074-0.032 c-0.013-0.009-0.024-0.018-0.035-0.029c-0.115-0.104-0.168-0.29-0.158-0.558c0.011-0.262,0.075-0.534,0.194-0.813 c0.123-0.286,0.276-0.518,0.461-0.697c0.269-0.262,0.529-0.355,0.781-0.278c0.024,0.007,0.046,0.014,0.068,0.023 c0.006,0.004,0.013,0.007,0.019,0.01l0.703,0.387c0.002-0.005,0.003-0.01,0.003-0.016c0.097-1.867-0.336-3.818-1.297-5.853 c-0.008-0.017-0.017-0.034-0.026-0.052l-1.268,0.758c-0.014,0.011-0.029,0.021-0.045,0.029c-0.012,0.01-0.025,0.018-0.039,0.026 c-0.187,0.105-0.379,0.139-0.578,0.103c-0.11-0.02-0.222-0.062-0.336-0.126c-0.273-0.157-0.497-0.386-0.671-0.687 c-0.172-0.308-0.251-0.615-0.236-0.923c0.005-0.105,0.022-0.2,0.052-0.287c0.059-0.172,0.167-0.307,0.323-0.407 c0.012-0.005,0.024-0.012,0.035-0.019l1.358-0.871c-0.627-0.88-1.334-1.663-2.12-2.349c-0.75-0.653-1.506-1.16-2.268-1.52 l-0.01,0.665c0.036,0.123,0.015,0.24-0.061,0.352c-0.071,0.105-0.174,0.189-0.31,0.252c-0.213,0.112-0.475,0.168-0.787,0.168 c-0.269,0-0.531-0.039-0.787-0.116c-0.376-0.112-0.6-0.26-0.671-0.445c-0.023-0.056-0.029-0.111-0.019-0.165l-0.016-1.3 c-0.18,0.012-0.359,0.036-0.536,0.071c-0.34,0.066-0.654,0.173-0.942,0.319c-0.006,0.002-0.013,0.005-0.019,0.006L11.52,7.969"/> <path fill="%2333CCFF" d="M15.776,3.157c-0.245-0.056-0.511-0.076-0.797-0.061c-0.308,0.017-0.573,0.076-0.797,0.177 c-0.24,0.112-0.371,0.238-0.39,0.378c-0.004,0.026-0.004,0.053,0,0.081c0.006,0.037,0.019,0.075,0.039,0.113 c0.108,0.2,0.348,0.342,0.723,0.426c0.245,0.056,0.511,0.075,0.797,0.058c0.308-0.015,0.573-0.073,0.797-0.174 c0.246-0.115,0.376-0.244,0.39-0.387c0.002-0.017,0.002-0.034,0-0.052c-0.003-0.043-0.016-0.087-0.039-0.132 C16.392,3.388,16.151,3.246,15.776,3.157z"/> </svg>');
}
.lightBlue.icon-rotate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2333CCFF" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%232189a5" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%2333CCFF" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%232189a5" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%23269FBF" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%2333CCFF" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%232189a5" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%2333CCFF" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23269FBF" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg> ');
}
.green.icon-testcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M24.091,20.666l0.088-1.15l-3.982,2.682l-0.044,1.169L24.091,20.666 M14.589,14.077l-0.013-2.671 L10.338,9.05l0.256,7.234L14.589,14.077 M24.597,12.119l0.1-1.3l-4.22,2.519l-0.05,1.332L24.597,12.119z"/> <path fill="%23676767" d="M17.215,23.423l-1.369-0.888l0.006,6.796l2.942-1.614l0.008-4.326L17.215,23.423z"/> <polyline fill="%2339b563" points="10.182,5.643 17.371,9.381 21.678,7.068 14.489,3.643 11.958,4.468 7.738,6.412 10.182,5.643 "/> <polygon fill="%2339b563" points="20.197,22.198 24.179,19.516 14.589,14.077 10.595,16.284 "/> <path fill="%232f8c51" d="M10.338,9.05l4.238,2.357l5.851,3.263l0.05-1.332l-3.107-3.957l-7.189-3.738L7.738,6.412l0.513,9.485 l2.482,3.326l1.888,1.219l3.226,2.094l1.369,0.888l1.588-0.031l1.35-0.025l0.044-1.169l-9.602-5.914L10.338,9.05z"/> <path fill="%23999999" d="M15.852,29.331l-0.006-6.796l-3.226-2.094l0.088,6.759L15.852,29.331z"/> <path fill="%2321663c" d="M24.697,10.819l-3.019-3.751l-4.307,2.313l3.107,3.957L24.697,10.819z"/> </svg> ');
}
.green.icon-raw{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M19.605,17.233l0.15-0.091l4.171-2.609l0.335-4.17l-4.513,2.558L19.605,17.233z"/> <path fill="%23676767" d="M15.963,15.143l-0.004,0.252l0.004,13.778l3.192-2.184l0.023-10L15.963,15.143z"/> <path fill="%23999999" d="M15.959,15.395l-0.002-0.252l-3.172-1.827l0.104,13.756l3.074,2.1L15.959,15.395z"/> <path fill="%232f8c51" d="M7.561,9.195l0.083,1.171l11.96,6.867l0.143-4.311l-8.753-4.628L7.561,9.195z"/> <polyline fill="%2339b563" points="24.261,10.364 15.525,6.261 11.555,7.322 7.561,9.195 10.995,8.293 19.748,12.922 24.261,10.364 "/> </svg> ');
}
.green.icon-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2339b563" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%232f8c51" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.green.icon-cogs{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%2321663c" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%2321663c" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2339b563" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%232f8c51" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%232f8c51" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%232f8c51" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%232f8c51" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%232f8c51" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%232f8c51" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%2321663c" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%2321663c" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%2321663c" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%2321663c" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%2321663c" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2339b563" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2339b563" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2339b563" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2339b563" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%232f8c51" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%232f8c51" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%232f8c51" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%232f8c51" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg>');
}
.green.icon-check{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="10.924,28.413 11.789,26.634 30.888,23.991 29.88,25.571 "/> <polyline fill="%23676767" points="5.681,13.159 4.626,11.479 19.059,11.051 18.937,11.301 18.945,11.308 18.307,12.634 5.681,13.159 "/> <polyline fill="%23999999" points="18.307,12.634 18.945,11.308 19.067,11.05 27.956,22.594 25.98,22.84 18.307,12.634 "/> <polygon fill="%23999999" points="11.789,26.634 10.924,28.413 1.121,11.861 1.725,10.095 "/> <path fill="%23CCCCCC" d="M1.725,10.095l17.959-0.354l11.204,14.25l-19.099,2.643L1.725,10.095z M27.956,22.594L19.067,11.05 L4.626,11.479l8.171,12.996L27.956,22.594z"/> <polygon fill="%2339b563" points="19.115,17.44 16.96,16.839 24.901,2.354 27.076,2.908 "/> <polygon fill="%2339b563" points="11.605,17.129 9.465,16.526 11.381,13.027 13.527,13.618 "/> <polygon fill="%232f8c51" points="20,22.84 17.846,22.223 9.465,16.526 11.605,17.129 "/> <polygon fill="%2321663c" points="27.076,2.908 29.85,4.848 20,22.84 11.605,17.129 13.527,13.618 19.115,17.44 "/> </svg> ');
}
.green.icon-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M23.67,26.671c0.126-0.058,0.246-0.125,0.361-0.201c0.145-0.085,0.283-0.179,0.415-0.281 c0.82-0.633,1.431-1.525,1.833-2.675c0.321-0.928,0.491-1.98,0.508-3.157c0.036-2.033-0.366-4.151-1.204-6.354l-2.997,1.632 c0.847,2.23,1.271,4.352,1.271,6.368c0,1.186-0.152,2.247-0.455,3.184c-0.241,0.734-0.571,1.363-0.99,1.886 c-0.239,0.309-0.511,0.581-0.816,0.816c-0.062,0.049-0.124,0.093-0.187,0.134L23.67,26.671 M17.088,3.675l-3.063,1.458l0.294,11.652 l2.943-1.538L17.088,3.675z"/> <path fill="%2339b563" d="M17.262,15.247l-2.943,1.538l8.267-1.15l2.997-1.632L17.262,15.247 M17.088,3.675 c-0.223-0.116-0.464-0.223-0.722-0.321c-1.115-0.437-2.167-0.606-3.157-0.508c-0.496,0.055-0.96,0.175-1.391,0.361 c-0.047,0.025-0.096,0.047-0.147,0.067L8.968,4.531c0.37-0.136,0.763-0.225,1.177-0.268c0.067-0.007,0.134-0.011,0.201-0.013 c0.932-0.058,1.917,0.125,2.956,0.548c0.161,0.062,0.401,0.174,0.722,0.334L17.088,3.675z"/> <path fill="%232f8c51" d="M5.838,8.638c-0.214,0.972-0.29,2.042-0.227,3.211C5.726,13.891,6.243,16,7.162,18.177 c0.865,2.051,1.971,3.911,3.318,5.578c1.579,1.926,3.228,3.322,4.95,4.187c1.07,0.535,2.1,0.829,3.09,0.883 c1.039,0.047,1.953-0.189,2.742-0.709c0.051-0.025,0.1-0.056,0.147-0.094c0.063-0.041,0.125-0.085,0.187-0.134 c0.305-0.235,0.577-0.507,0.816-0.816c0.419-0.523,0.749-1.152,0.99-1.886c0.303-0.936,0.455-1.998,0.455-3.184 c0-2.016-0.424-4.138-1.271-6.368l-8.267,1.15L14.025,5.133c-0.321-0.161-0.562-0.272-0.722-0.334 c-1.039-0.424-2.024-0.607-2.956-0.548c-0.066,0.002-0.133,0.007-0.201,0.013C9.731,4.306,9.338,4.395,8.968,4.531 C8.329,4.777,7.763,5.169,7.269,5.709C6.591,6.467,6.114,7.443,5.838,8.638z"/> </svg>');
}
.green.icon-upgrade{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="16.541,13.651 7.127,18.574 16.536,25.049 25.95,18.574 "/> <polygon fill="%23999999" points="16.536,25.049 7.127,18.574 7.633,22.884 16.536,29.603 "/> <polygon fill="%23676767" points="25.95,18.574 16.536,25.049 16.536,29.603 25.449,22.884 "/> <path fill="%232f8c51" d="M21.177,17.436l2.879-1.699L17.69,2.551l-3.05,1.388L21.177,17.436z"/> <path fill="%2339b563" d="M14.639,3.939l-5.618,6.091l3.763,2.298l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L14.639,3.939z"/> <path fill="%2321663c" d="M16.828,14.79l-0.007,5.565l2.769-1.637l0.044-2.219L16.828,14.79z"/> </svg>');
}
.green.icon-refactor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="5.336,21.155 9.717,24.464 9.31,18.906 4.699,15.735 5.336,21.155 "/> <polyline fill="%23999999" points="11.871,11.984 11.961,14.041 14.756,15.735 14.796,17.863 16.537,16.811 16.537,14.704 11.871,11.984 "/> <polyline fill="%23999999" points="11.073,20.121 11.263,23.468 11.391,25.726 16.53,29.603 16.53,23.877 11.073,20.121 "/> <polyline fill="%23999999" points="18.307,15.735 18.271,17.865 21.99,20.121 21.802,23.466 23.351,24.464 23.753,18.906 18.307,15.735 "/> <polyline fill="%23676767" points="14.796,17.863 14.756,15.735 9.31,18.906 9.717,24.464 11.263,23.468 11.073,20.121 14.796,17.863 "/> <polyline fill="%23676767" points="21.802,23.466 21.99,20.121 16.53,23.877 16.53,29.603 21.676,25.726 21.802,23.466 "/> <polyline fill="%23676767" points="28.368,15.735 23.753,18.906 23.351,24.464 27.738,21.155 28.368,15.735 "/> <polyline fill="%23676767" points="21.106,14.039 21.197,11.984 16.537,14.704 16.537,16.811 16.537,16.816 18.271,17.865 18.307,15.735 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="11.961,14.041 10.101,12.912 4.699,15.735 9.31,18.906 14.756,15.735 11.961,14.041 "/> <polyline fill="%23CCCCCC" points="16.537,16.816 16.537,16.811 14.796,17.863 11.073,20.121 16.53,23.877 21.99,20.121 18.271,17.865 16.537,16.816 "/> <polyline fill="%23CCCCCC" points="21.106,14.039 18.307,15.735 23.753,18.906 28.368,15.735 22.966,12.912 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="16.537,14.704 21.197,11.984 16.537,9.545 11.871,11.984 16.537,14.704 "/> <polyline fill="%23999999" points="26.645,12.48 18.044,12.48 17.949,19.17 25.997,19.17 26.645,12.48 "/> <polyline fill="%23676767" points="25.341,8.132 25.45,6.782 17.871,6.782 17.799,13.048 17.849,13.048 17.909,8.132 25.341,8.132 "/> <polyline fill="%232f8c51" points="15.108,19.17 15.013,12.48 6.414,12.48 7.061,19.17 15.108,19.17 "/> <polygon fill="%23676767" points="7.613,6.782 7.724,8.132 15.152,8.132 15.214,13.048 15.271,13.048 15.192,6.782 "/> <polyline fill="%23676767" points="17.849,13.048 17.832,14.511 17.949,19.17 18.044,12.48 17.909,8.132 17.849,13.048 "/> <polyline fill="%23676767" points="17.871,6.782 17.765,3.367 17.704,9.336 17.799,13.048 17.871,6.782 "/> <polyline fill="%2321663c" points="15.231,14.511 15.214,13.048 15.152,8.132 15.013,12.48 15.108,19.17 15.231,14.511 "/> <polygon fill="%23676767" points="15.304,3.367 15.192,6.782 15.271,13.048 15.37,9.336 "/> <polyline fill="%23CCCCCC" points="25.735,8.132 25.341,8.132 17.909,8.132 18.044,12.48 26.645,12.48 25.735,8.132 "/> <polyline fill="%23CCCCCC" points="25.45,6.782 24.736,3.367 17.765,3.367 17.871,6.782 25.45,6.782 "/> <polyline fill="%2339b563" points="15.152,8.132 7.724,8.132 7.328,8.132 6.414,12.48 15.013,12.48 15.152,8.132 "/> <polygon fill="%23CCCCCC" points="15.192,6.782 15.304,3.367 8.334,3.367 7.613,6.782 "/> </svg>');
}
.green.icon-hierarchy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.342,22.974l6.404,3.896l0.802-0.55l-6.103-3.663C16.284,22.855,15.785,22.914,15.342,22.974z"/> <path fill="%23999999" d="M15.342,22.974c0,0,0.017,0.384,0.023,0.788l6.341,4.028l0.043-1.009"/> <path fill="%23999999" d="M16.097,18.145l-0.942-0.457l0.158,4.059l0.029,1.226l0.812,0.49L16.097,18.145z"/> <path fill="%23676767" d="M16.935,17.556l-0.839,0.589l0.057,5.318l0.758-0.526L16.935,17.556z"/> <path fill="%23CCCCCC" d="M17.398,14.603L16.05,13.97l-1.21,0.823l1.354,0.656L17.398,14.603z"/> <path fill="%23CCCCCC" d="M21.477,19.381l4.522,2.636l0.649-0.446l-4.279-2.447C22.24,19.285,21.835,19.333,21.477,19.381z"/> <path fill="%23999999" d="M21.477,19.381c0,0,0.014,0.311,0.019,0.638l4.471,2.743l0.035-0.817"/> <radialGradient id="SVGID_1_" cx="26.5503" cy="22.2417" r="3.906" fx="28.93" fy="21.1697" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="26.307" cy="22.072" r="2.691"/> <path fill="%23999999" d="M22.088,15.471l-0.763-0.37l0.128,3.287l0.024,0.993l0.658,0.397L22.088,15.471z"/> <path fill="%23676767" d="M22.767,14.994l-0.679,0.477l0.046,4.307l0.614-0.426L22.767,14.994z"/> <path fill="%23CCCCCC" d="M22.547,27.789l-0.76-0.357l-0.682,0.464l0.763,0.37L22.547,27.789z"/> <radialGradient id="SVGID_2_" cx="22.1654" cy="27.056" r="4.7808" fx="25.078" fy="25.7439" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="21.868" cy="26.848" r="3.294"/> <path fill="%2339b563" d="M6.383,15.266l9.849,6.796V2.665L6.383,15.266z"/> <path fill="%2321663c" d="M16.232,22.063l9.772-6.796L16.232,2.665V22.063z"/> </svg> ');
}
.green.icon-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M9.934,17.773l14.138,8.563l1.152-0.791l-13.706-8.229C11.288,17.603,10.57,17.688,9.934,17.773z"/> <path fill="%23999999" d="M9.934,17.773c0,0,0.025,0.552,0.033,1.132l14.048,8.753l0.062-1.45"/> <radialGradient id="SVGID_1_" cx="22.5248" cy="24.6747" r="6.9308" fx="26.7473" fy="22.7725" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="22.094" cy="24.373" r="4.775"/> <path fill="%23999999" d="M11.018,10.836L9.665,10.18l0.227,5.832l0.042,1.762l1.167,0.704L11.018,10.836z"/> <path fill="%23676767" d="M12.223,9.99l-1.205,0.846l0.082,7.642l1.089-0.756L12.223,9.99z"/> <path fill="%23CCCCCC" d="M12.223,9.99l-1.349-0.633l-1.21,0.823l1.354,0.656L12.223,9.99z"/> <radialGradient id="SVGID_2_" cx="11.5459" cy="8.689" r="8.4831" fx="16.714" fy="6.3609" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2339b563"/> <stop offset="0.7108" style="stop-color:%2321663c"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="11.018" cy="8.32" r="5.844"/> </svg>');
}
.green.icon-clipboard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="10.132,6.448 21.354,12.031 24.019,10.474 12.817,5.28 10.132,6.448 "/> <polyline fill="%23676767" points="20.752,28.542 23.102,26.768 24.019,10.474 21.354,12.031 20.752,28.542 "/> <polygon fill="%23999999" points="10.132,6.448 21.354,12.031 20.752,28.542 11.049,22.093 "/> <path fill="%232f8c51" d="M22.087,14.339l0.308-3.14L9.4,5.396l0.253,2.351L22.087,14.339z"/> <path fill="%2321663c" d="M24.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L24.558,12.242z"/> <path fill="%2339b563" d="M11.82,4.073L9.4,5.396l12.751,5.694l2.652-1.706L11.82,4.073z"/> <path fill="%2339b563" d="M14.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C14.234,8.214,14.138,8.233,14.039,8.241z"/> <path fill="%2321663c" d="M19.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C19.002,12.642,19.011,12.529,19.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4588" y1="2.958" x2="15.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%2339b563"/> <stop offset="0.8492" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C17.292,6.847,17.271,5.909,17.196,5.16z"/> <path fill="%232f8c51" d="M14.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C13.059,3.758,13.622,3.009,14.602,3.372z"/> </svg>');
}
.green.icon-clipboar-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="12.132,6.448 23.354,12.031 26.019,10.474 14.817,5.28 12.132,6.448 "/> <polyline fill="%23676767" points="22.752,28.542 25.102,26.768 26.019,10.474 23.354,12.031 22.752,28.542 "/> <polygon fill="%23999999" points="12.132,6.448 23.354,12.031 22.752,28.542 13.049,22.093 "/> <path fill="%232f8c51" d="M24.087,14.339l0.308-3.14L11.4,5.396l0.253,2.351L24.087,14.339z"/> <path fill="%2321663c" d="M26.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L26.558,12.242z"/> <path fill="%2339b563" d="M13.82,4.073L11.4,5.396l12.751,5.694l2.652-1.706L13.82,4.073z"/> <polyline fill="%232f8c51" points="2.792,21.015 3.02,23.793 6.427,26.104 6.254,23.294 2.792,21.015 "/> <polyline fill="%232f8c51" points="5.19,19.702 7.425,18.476 4.105,16.403 4.289,19.127 5.19,19.702 "/> <polyline fill="%232f8c51" points="14.587,25.713 14.533,22.903 10.898,20.646 11.006,23.424 14.587,25.713 "/> <polyline fill="%2321663c" points="6.254,23.294 6.427,26.104 11.006,23.424 10.898,20.646 6.254,23.294 "/> <polyline fill="%2321663c" points="14.533,22.903 14.587,25.713 16.009,18.443 15.976,15.73 14.533,22.903 "/> <polyline fill="%2339b563" points="7.425,18.476 5.19,19.702 2.792,21.015 6.254,23.294 10.898,20.646 14.533,22.903 15.976,15.73 4.105,16.403 7.425,18.476 "/> <path fill="%2339b563" d="M16.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C16.234,8.214,16.138,8.233,16.039,8.241z"/> <path fill="%2321663c" d="M21.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C21.002,12.642,21.011,12.529,21.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="17.4588" y1="2.958" x2="17.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%2339b563"/> <stop offset="0.8492" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C19.292,6.847,19.271,5.909,19.196,5.16z"/> <path fill="%232f8c51" d="M16.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C15.059,3.758,15.622,3.009,16.602,3.372z"/> </svg>');
}
.green.icon-composite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23676767" d="M16.232,28.234v1.652l13.921-10.163l0.167-1.552L16.232,28.234z"/> <path fill="%23999999" d="M16.232,29.887v-1.652L2.148,18.172l0.172,1.552L16.232,29.887z"/> <path fill="%2321663c" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <path opacity="0.44" fill="%23CCCCCC" d="M16.237,3.234L1.661,10.617l14.571,9.752l14.575-9.752L16.237,3.234z M17.923,12.532 l-3.09,3.171l-1.213-3.582l-2.011-0.272l-3.62-0.482l5.081-1.676L12.922,8.33l-0.181-1.676l4.045,1.977l4.976-1.203L20.42,9.361 l-0.645,0.936l4.074,2.56l-2.971-0.162L17.923,12.532z"/> <polygon fill="%2339b563" points="17.923,12.532 14.833,15.704 13.62,12.122 11.609,11.849 7.989,11.367 13.07,9.691 12.922,8.33 12.741,6.654 16.786,8.631 21.762,7.427 20.42,9.361 19.775,10.297 23.849,12.857 20.879,12.695 "/> </svg>');
}
.green.icon-real{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path opacity="0.44" fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23999999" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <polyline fill="%232f8c51" points="13.62,11.122 13.686,14.455 14.871,18.128 14.833,14.704 13.62,11.122 "/> <polygon fill="%232f8c51" points="23.653,15.21 23.849,11.857 17.922,11.532 17.884,14.871 "/> <polyline fill="%2321663c" points="8.199,13.682 13.686,14.455 13.62,11.122 7.989,10.367 8.199,13.682 "/> <polyline fill="%2321663c" points="12.812,8.772 13.07,8.691 12.741,5.654 12.812,8.772 "/> <polyline fill="%2321663c" points="17.884,14.871 17.922,11.532 14.833,14.704 14.871,18.128 17.884,14.871 "/> <polygon fill="%2321663c" points="21.242,10.219 21.628,9.632 21.762,6.427 19.775,9.297 "/> <path fill="%2339b563" d="M21.762,6.427l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,6.427z"/> </svg> ');
}
.green.icon-synchronize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2339b563" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%2321663c" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%2339b563" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%2321663c" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%232f8c51" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%23CCCCCC" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%23676767" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%23CCCCCC" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23999999" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg>');
}
.green.icon-synchronize-commit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%232f8c51" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%232f8c51" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%232f8c51" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%2321663c" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%2321663c" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%2339b563" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg> ');
}
.green.icon-synchronize-update{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%2321663c" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%2321663c" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%2339b563" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg> ');
}
.green.icon-helpdesk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%2321663c"/> <stop offset="0.6863" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> </svg>');
}
.green.icon-ticket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23999999"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> <polygon fill="%2321663c" points="24.216,2.03 24.193,2.999 30.942,8.29 30.872,7.377 "/> <polygon fill="%2339b563" points="24.193,2.999 24.216,2.03 17.202,7.191 17.082,8.098 "/> <polygon fill="%232f8c51" points="17.082,8.098 23.851,12.136 30.942,8.29 24.193,2.999 "/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 4.1768 22.8636)" fill="%23333333" cx="19.558" cy="8.24" rx="0.752" ry="1.105"/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 1.792 19.8838)" fill="%23333333" cx="16.089" cy="8.573" rx="0.676" ry="0.994"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="460.2863" y1="-935.4631" x2="465.7375" y2="-935.4631" gradientTransform="matrix(0.3368 -0.9416 0.9416 0.3368 743.9272 759.3012)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.818,8.116c-0.032,0.137-0.07,0.274-0.119,0.411c-0.478,1.336-1.612,2.167-2.603,1.95 c0.055,0.028,0.112,0.054,0.171,0.075c1.03,0.368,2.276-0.482,2.783-1.899c0.001-0.002,0.001-0.004,0.002-0.006 C20.039,8.451,19.974,8.261,19.818,8.116z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="494.3591" y1="1210.504" x2="499.8102" y2="1210.504" gradientTransform="matrix(0.3522 -0.9359 0.9359 0.3522 -1290.7396 46.5091)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M16.27,8.302c-0.038,0.844,0.308,1.501,0.686,1.643c0.055,0.021,0.12,0.029,0.187,0.032 c-0.244-0.192-0.446-0.599-0.506-1.114l-0.006,0.003C16.632,8.867,16.54,8.416,16.27,8.302z"/> <path fill="%23CCCCCC" d="M19.112,7.994c-0.025,0.097-0.045,0.194-0.081,0.293c-0.405,1.132-1.303,1.7-1.857,1.68 c-0.067-0.002-0.132-0.009-0.187-0.029c-0.38-0.136-0.738-0.788-0.713-1.632c-0.058-0.023-0.121-0.037-0.196-0.021 c-0.193,0.04-0.276,0.182-0.312,0.325c0.06,0.862,0.473,1.573,1.151,1.816c0.059,0.021,0.119,0.037,0.18,0.051 c0.991,0.217,2.125-0.614,2.603-1.95c0.049-0.137,0.087-0.274,0.119-0.411c-0.079-0.073-0.178-0.135-0.309-0.179 C19.353,7.885,19.221,7.924,19.112,7.994z"/> </svg>');
}
.green.icon-localize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.682,9.667c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098c-0.738-0.456-1.391-1.111-2.318-1.112 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,10.455,12.398,9.667,15.682,9.667 M15.682,7.521 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,5.115,2.011,7.763,1.438c-1.967-1.161-3.761-1.25-3.156-3.683 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,9.486,20.787,7.521,15.682,7.521L15.682,7.521z" /> <path fill="%23CCCCCC" d="M15.682,7.564c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098C24.58,21.11,23.927,20.454,23,20.454 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,8.352,12.398,7.564,15.682,7.564 M15.682,5.418 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,4.914,2.747,7.763,3.183c-1.967-1.161-3.761-2.994-3.156-5.428 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,7.383,20.787,5.418,15.682,5.418L15.682,5.418z" /> <circle fill="%23FFFFFF" cx="15.691" cy="12.478" r="7.693"/> <path fill="%2321663c" d="M15.691,20.481c-4.413,0-8.003-3.59-8.003-8.003s3.59-8.003,8.003-8.003s8.003,3.59,8.003,8.003 S20.104,20.481,15.691,20.481z M15.691,5.094c-4.071,0-7.383,3.312-7.383,7.383s3.312,7.383,7.383,7.383s7.383-3.312,7.383-7.383 S19.762,5.094,15.691,5.094z"/> <path fill="%23FFFFFF" d="M21.885,12.305c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.984,12.396,21.923,12.351,21.885,12.305z"/> <path fill="none" d="M11.903,12.732c-0.189-0.144-0.257-0.144-0.394,0c-0.106,0.098-0.083,0.114,0.212,0.114 C12.024,12.838,12.039,12.831,11.903,12.732z"/> <path fill="none" d="M10.6,12.399c-0.03,0.053,0,0.068,0.098,0.038c0.091-0.03,0.189-0.008,0.25,0.068 c0.053,0.061,0.182,0.114,0.288,0.114c0.182,0,0.189-0.008,0.053-0.151C11.138,12.301,10.691,12.255,10.6,12.399z"/> <path fill="none" d="M17.31,8.227c0.068-0.121,0.061-0.167-0.045-0.204c-0.121-0.045-0.257,0.083-0.257,0.265 C17.007,8.431,17.219,8.393,17.31,8.227z"/> <path fill="none" d="M12.16,12.922c0,0.045,0.015,0.076,0.03,0.076c0.023,0,0.061-0.03,0.083-0.076 c0.023-0.038,0.008-0.076-0.03-0.076C12.198,12.846,12.16,12.884,12.16,12.922z"/> <path fill="none" d="M8.525,11.763c0,0.136,0.151,0.5,0.189,0.462c0.023-0.023-0.008-0.151-0.068-0.295 C8.578,11.786,8.533,11.71,8.525,11.763z"/> <path fill="none" d="M20.392,10.218c-0.03-0.023-0.076-0.023-0.106,0c-0.023,0.03,0,0.053,0.053,0.053 C20.392,10.271,20.414,10.248,20.392,10.218z"/> <path fill="none" d="M18.976,9.673c0-0.083-0.03-0.174-0.076-0.197c-0.045-0.03-0.068,0.038-0.061,0.144 C18.862,9.847,18.976,9.885,18.976,9.673z"/> <path fill="none" d="M17.484,8.257c-0.03,0.03-0.061,0.098-0.068,0.167c-0.015,0.083,0.038,0.106,0.22,0.091 c0.129-0.015,0.242-0.061,0.257-0.098c0.015-0.045-0.114-0.235-0.28-0.416c-0.288-0.318-0.424-0.288-0.189,0.045 C17.484,8.136,17.506,8.227,17.484,8.257z"/> <path fill="none" d="M11.933,7.394c-0.03,0-0.098,0.053-0.151,0.114c-0.083,0.098-0.061,0.114,0.098,0.114 c0.144,0,0.189-0.03,0.159-0.114C12.009,7.447,11.963,7.394,11.933,7.394z"/> <path fill="none" d="M16.105,6.803c-0.288,0.008-0.394,0.106-0.257,0.235c0.091,0.098,0.53,0.053,0.621-0.053 C16.59,6.841,16.484,6.788,16.105,6.803z"/> <path fill="none" d="M15.962,6.106c0.045,0,0.015-0.076-0.068-0.174c-0.083-0.091-0.174-0.227-0.197-0.295 C15.666,5.561,15.613,5.5,15.568,5.5c-0.038,0-0.076-0.053-0.076-0.114c0-0.129-0.363-0.159-0.591-0.053 c-0.068,0.038-0.242,0.121-0.371,0.189c-0.212,0.106-0.25,0.106-0.25,0.015c0-0.136-0.106-0.144-0.31-0.038 c-0.182,0.098-0.189,0.257-0.008,0.212c0.31-0.083,0.424,0.386,0.189,0.75c-0.129,0.197-0.129,0.204,0,0.151 c0.174-0.068,0.167,0.015-0.038,0.227c-0.136,0.144-0.151,0.204-0.083,0.341c0.045,0.098,0.106,0.235,0.129,0.31 c0.023,0.068,0.144,0.152,0.273,0.174c0.121,0.03,0.227,0.076,0.227,0.114c0,0.083,0.083,0.083,0.212,0 c0.053-0.03,0.114-0.106,0.121-0.167c0.091-0.447,0.242-0.75,0.386-0.75c0.114,0,0.576-0.553,0.538-0.651 C15.893,6.159,15.916,6.106,15.962,6.106z"/> <path fill="none" d="M21.55,15.867c0,0.068-0.053,0.189-0.114,0.265c-0.144,0.197-0.144,0.348,0,0.348 c0.076,0,0.227-0.22,0.379-0.545c0.144-0.295,0.242-0.56,0.227-0.583C21.982,15.292,21.55,15.739,21.55,15.867z"/> <path fill="none" d="M13.644,9.264c-0.167-0.114-0.189-0.114-0.303,0.015c-0.159,0.182-0.151,0.257,0.023,0.212 c0.091-0.023,0.167,0.008,0.189,0.068c0.061,0.159,0.273,0.129,0.273-0.038C13.826,9.446,13.743,9.325,13.644,9.264z"/> <path fill="none" d="M13.296,6.864c0-0.182-0.045-0.235-0.333-0.341c-0.288-0.114-0.363-0.114-0.545-0.023 c-0.121,0.053-0.227,0.159-0.242,0.235c-0.023,0.106,0.03,0.129,0.295,0.129c0.31,0,0.318,0,0.182,0.151 c-0.144,0.159-0.053,0.212,0.098,0.061c0.136-0.136,0.106,0.023-0.038,0.182c-0.068,0.076-0.197,0.136-0.28,0.136 c-0.136,0-0.121,0.023,0.076,0.144c0.136,0.083,0.265,0.182,0.288,0.227c0.083,0.129,0.22,0.098,0.167-0.038 c-0.038-0.091-0.008-0.106,0.114-0.068c0.136,0.045,0.144,0.038,0.076-0.098c-0.121-0.227-0.106-0.25,0.098-0.197 c0.273,0.068,0.394-0.038,0.204-0.174C13.357,7.121,13.296,7,13.296,6.864z"/> <radialGradient id="SVGID_1_" cx="15.6814" cy="11.4509" r="7.663" fx="10.7157" fy="6.7467" gradientTransform="matrix(1 0 0 1.0129 0 0.9625)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%2339b563"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M23.012,11.215c-0.061,0-0.265-0.1-0.447-0.23c-0.182-0.123-0.333-0.199-0.333-0.169 c0.008,0.107,0.31,0.422,0.356,0.368c0.091-0.092,0.326,0.207,0.326,0.43c0,0.238-0.538,0.905-0.735,0.905 c-0.068,0-0.098,0.054-0.083,0.138c0.03,0.13,0.076,0.138,0.303,0.054c0.121-0.046,0.129-0.023,0.091,0.199 c-0.068,0.376-0.303,0.813-0.644,1.204c-0.28,0.33-0.295,0.368-0.295,0.867c0,0.506-0.008,0.522-0.257,0.675 c-0.144,0.092-0.295,0.261-0.333,0.384c-0.144,0.414-0.621,0.989-0.954,1.15c-0.417,0.207-0.757,0.215-0.697,0.023 c0.03-0.077,0.015-0.445-0.023-0.828c-0.068-0.606-0.061-0.713,0.076-0.997c0.182-0.391,0.182-0.537-0.015-0.905 c-0.098-0.192-0.144-0.399-0.129-0.606c0.023-0.268,0-0.322-0.129-0.345c-0.083-0.015-0.212-0.084-0.28-0.146 c-0.106-0.092-0.174-0.1-0.371-0.031c-0.136,0.046-0.401,0.084-0.598,0.084c-0.303,0-0.416-0.046-0.75-0.315 c-0.432-0.345-0.462-0.429-0.439-1.143c0.023-0.545,0.242-1.081,0.507-1.227c0.083-0.046,0.151-0.146,0.151-0.223 c0-0.176,0.265-0.422,0.485-0.452c0.083-0.008,0.424-0.038,0.742-0.061c0.56-0.046,0.576-0.038,0.606,0.123 c0.015,0.138,0.114,0.207,0.416,0.307c0.265,0.084,0.417,0.107,0.469,0.054c0.053-0.054,0.174-0.054,0.371,0.008 c0.167,0.054,0.409,0.092,0.538,0.092c0.235,0,0.242-0.008,0.22-0.284c-0.015-0.153-0.068-0.299-0.129-0.314 c-0.061-0.023-0.083,0-0.053,0.054c0.03,0.046,0.015,0.084-0.023,0.084c-0.045,0-0.083-0.031-0.083-0.069 c0-0.038-0.061-0.054-0.136-0.031c-0.083,0.023-0.189-0.054-0.303-0.199c-0.227-0.315-0.341-0.307-0.28,0.008l0.045,0.253 L19.99,9.834c-0.28-0.353-0.704-0.767-0.795-0.767c-0.159,0-0.053,0.169,0.197,0.315c0.28,0.169,0.318,0.261,0.167,0.46 c-0.098,0.13-0.28,0.115-0.28-0.023c0-0.046,0.053-0.061,0.114-0.031c0.204,0.077,0.121-0.169-0.129-0.414 c-0.22-0.207-0.288-0.238-0.553-0.199c-0.174,0.023-0.333,0.092-0.379,0.169c-0.31,0.522-0.394,0.606-0.629,0.629 c-0.333,0.031-0.469-0.1-0.469-0.453c0-0.299,0-0.299,0.288-0.299c0.159,0,0.31-0.023,0.333-0.046 c0.091-0.084-0.038-0.322-0.227-0.422l-0.204-0.092l0.204-0.046c0.114-0.023,0.386-0.215,0.621-0.422 c0.416-0.368,0.416-0.368,0.288-0.552c-0.098-0.138-0.174-0.169-0.333-0.138c-0.174,0.038-0.212,0.008-0.257-0.161 c-0.03-0.13-0.008-0.245,0.068-0.33c0.061-0.069,0.151-0.261,0.197-0.414c0.136-0.422,0.25-0.491,0.636-0.368 c0.553,0.161,0.75,0.299,0.697,0.468c-0.03,0.1-0.015,0.146,0.068,0.146c0.068,0,0.121-0.046,0.121-0.107 c0-0.061,0.098-0.192,0.227-0.299l0.22-0.192l-0.288-0.192c-2.279-1.526-5.225-1.688-7.694-0.414 c-0.757,0.391-0.841,0.46-0.704,0.598c0.106,0.092,0.106,0.13,0,0.353c-0.098,0.215-0.159,0.253-0.379,0.253 c-0.227,0-0.25-0.015-0.167-0.115c0.136-0.169,0-0.284-0.174-0.161c-0.106,0.084-0.121,0.146-0.061,0.307 c0.083,0.207,0.106,0.207,0.735,0.084c0.129-0.031,0.348-0.345,0.348-0.499c0-0.023,0.03-0.084,0.076-0.13 c0.091-0.115,0.394-0.138,0.326-0.023c-0.023,0.046-0.106,0.077-0.174,0.077c-0.098,0-0.129,0.069-0.129,0.253 c0,0.284,0.03,0.315,0.212,0.238c0.076-0.023,0.159-0.031,0.182,0c0.083,0.077-0.144,0.276-0.318,0.276 c-0.235,0-1.022,0.683-1.022,0.882c0,0.092,0.106,0.222,0.257,0.322c0.167,0.107,0.25,0.215,0.242,0.345 c-0.008,0.23,0.212,0.238,0.242,0.008c0.015-0.092,0.106-0.223,0.212-0.292c0.129-0.084,0.174-0.169,0.144-0.261 c-0.023-0.077,0-0.23,0.045-0.345c0.144-0.322,0.598-0.23,0.598,0.123c0,0.161,0.03,0.169,0.235,0.054 c0.129-0.061,0.174-0.054,0.265,0.061c0.053,0.077,0.106,0.184,0.106,0.238c0,0.046,0.068,0.161,0.159,0.253 c0.265,0.269,0.144,0.353-0.78,0.56c-0.121,0.031-0.212,0.077-0.212,0.115c0,0.038,0.076,0.054,0.159,0.031 c0.136-0.038,0.151-0.023,0.114,0.115c-0.068,0.199,0.061,0.276,0.265,0.161c0.129-0.069,0.151-0.061,0.129,0.023 c-0.023,0.054-0.197,0.123-0.409,0.146c-0.462,0.054-0.636,0.13-0.636,0.268c0,0.061-0.061,0.138-0.129,0.161 c-0.182,0.069-0.469,0.422-0.477,0.568c0,0.069-0.136,0.246-0.295,0.399c-0.273,0.253-0.295,0.307-0.257,0.552 c0.053,0.33-0.098,0.368-0.167,0.038c-0.038-0.192-0.083-0.23-0.273-0.23c-0.121,0-0.22,0.038-0.22,0.084 c0,0.054-0.083,0.069-0.227,0.046c-0.174-0.038-0.25-0.008-0.379,0.153c-0.174,0.222-0.189,0.46-0.061,0.752 c0.098,0.215,0.417,0.269,0.485,0.077c0.03-0.061,0.098-0.115,0.159-0.115c0.083,0,0.098,0.046,0.068,0.176 c-0.098,0.322-0.083,0.399,0.091,0.422c0.114,0.015,0.167,0.077,0.167,0.192c0,0.245,0.212,0.514,0.401,0.514 c0.204,0,0.386,0.115,0.333,0.199c-0.023,0.038,0.167,0.077,0.409,0.092c0.371,0.015,0.485,0.061,0.689,0.245 c0.136,0.13,0.31,0.23,0.386,0.23c0.356,0,0.772,0.399,0.651,0.629c-0.045,0.084-0.045,0.138,0,0.138 c0.038,0,0.083-0.038,0.098-0.084c0.03-0.092,0.704,0.107,1.257,0.361c0.22,0.107,0.25,0.146,0.204,0.322 c-0.03,0.115-0.114,0.276-0.182,0.36c-0.076,0.084-0.159,0.299-0.182,0.483c-0.045,0.399-0.144,0.529-0.439,0.591 c-0.174,0.038-0.22,0.092-0.22,0.245c0,0.292-0.235,0.637-0.432,0.637c-0.159,0-0.167,0.015-0.083,0.153 c0.083,0.13,0.076,0.169-0.076,0.276c-0.129,0.092-0.159,0.161-0.114,0.315c0.083,0.368,0.242,0.591,0.492,0.729 c0.235,0.123,0.242,0.13,0.061,0.138c-0.136,0-0.326-0.146-0.697-0.545c-0.409-0.437-0.538-0.637-0.636-0.982 c-0.318-1.097-0.53-1.503-0.833-1.618c-0.091-0.038-0.318-0.269-0.507-0.514c-0.409-0.537-0.523-1.02-0.31-1.258 c0.114-0.13,0.121-0.184,0.045-0.307c-0.076-0.123-0.068-0.192,0.023-0.376c0.068-0.13,0.151-0.23,0.189-0.23 c0.045,0,0.076-0.038,0.076-0.084c0-0.054-0.068-0.069-0.182-0.038c-0.151,0.038-0.273-0.038-0.659-0.414 c-0.326-0.307-0.545-0.46-0.674-0.46c-0.288,0-0.515-0.199-0.576-0.499c-0.023-0.146-0.076-0.268-0.114-0.268 c-0.038,0-0.068-0.031-0.068-0.077c0-0.038-0.091-0.268-0.204-0.514C8.404,11,8.404,10.21,8.692,9.604 c0.114-0.23,0.242-0.522,0.288-0.652c0.167-0.445-0.114-0.031-0.356,0.537c-0.439,1.028-0.591,1.787-0.591,3.068 c0,1.365,0.159,2.109,0.682,3.229c0.432,0.943,0.863,1.565,1.545,2.263c1.136,1.143,2.537,1.887,4.119,2.178 c1.537,0.284,3.294,0.015,4.748-0.729c1.992-1.013,3.461-2.884,4.021-5.101c0.144-0.568,0.174-0.897,0.182-1.81 C23.33,11.437,23.277,11.215,23.012,11.215z M20.286,10.218c0.03-0.023,0.076-0.023,0.106,0c0.023,0.03,0,0.053-0.053,0.053 C20.286,10.271,20.263,10.248,20.286,10.218z M18.9,9.476c0.045,0.023,0.076,0.114,0.076,0.197c0,0.212-0.114,0.174-0.136-0.053 C18.832,9.514,18.854,9.446,18.9,9.476z M17.612,7.999c0.167,0.182,0.295,0.371,0.28,0.416c-0.015,0.038-0.129,0.083-0.257,0.098 c-0.182,0.015-0.235-0.008-0.22-0.091c0.008-0.068,0.038-0.136,0.068-0.167c0.023-0.03,0-0.121-0.061-0.212 C17.188,7.712,17.325,7.681,17.612,7.999z M17.264,8.022c0.106,0.038,0.114,0.083,0.045,0.204c-0.091,0.167-0.303,0.205-0.303,0.061 C17.007,8.105,17.143,7.977,17.264,8.022z M11.88,7.621c-0.159,0-0.182-0.015-0.098-0.114c0.053-0.061,0.121-0.114,0.151-0.114 c0.03,0,0.076,0.053,0.106,0.114C12.069,7.59,12.024,7.621,11.88,7.621z M11.236,12.619c-0.106,0-0.235-0.053-0.288-0.114 c-0.061-0.076-0.159-0.098-0.25-0.068c-0.098,0.03-0.129,0.015-0.098-0.038c0.091-0.144,0.538-0.098,0.689,0.068 C11.426,12.611,11.418,12.619,11.236,12.619z M11.721,12.846c-0.295,0-0.318-0.015-0.212-0.114c0.136-0.144,0.204-0.144,0.394,0 C12.039,12.831,12.024,12.838,11.721,12.846z M12.274,12.922c-0.023,0.045-0.061,0.076-0.083,0.076c-0.015,0-0.03-0.03-0.03-0.076 c0-0.038,0.038-0.076,0.083-0.076C12.281,12.846,12.297,12.884,12.274,12.922z M8.715,12.225c-0.038,0.038-0.189-0.326-0.189-0.462 c0.008-0.053,0.053,0.023,0.121,0.167C8.707,12.073,8.737,12.202,8.715,12.225z M12.607,5.803c0.045,0,0.098,0.038,0.121,0.076 c0.023,0.045-0.008,0.076-0.068,0.076c-0.068,0-0.121-0.03-0.121-0.076C12.539,5.841,12.569,5.803,12.607,5.803z M12.531,6.235 c0.045-0.061,0.068-0.129,0.045-0.159c-0.023-0.023,0.008-0.015,0.053,0.03c0.053,0.038,0.174,0.076,0.288,0.076 c0.151,0,0.167,0.015,0.076,0.076c-0.061,0.038-0.212,0.076-0.333,0.076C12.486,6.333,12.463,6.311,12.531,6.235z M12.069,6.144 c-0.295,0.197-0.485,0.25-0.394,0.106c0.045-0.083,0.492-0.295,0.613-0.295C12.319,5.955,12.221,6.038,12.069,6.144z M13.251,7.363 c-0.204-0.053-0.22-0.03-0.098,0.197c0.068,0.136,0.061,0.144-0.076,0.098c-0.121-0.038-0.151-0.023-0.114,0.068 c0.053,0.136-0.083,0.167-0.167,0.038c-0.023-0.046-0.151-0.144-0.288-0.227c-0.197-0.121-0.212-0.144-0.076-0.144 c0.083,0,0.212-0.061,0.28-0.136c0.144-0.159,0.174-0.318,0.038-0.182c-0.151,0.151-0.242,0.098-0.098-0.061 c0.136-0.151,0.129-0.151-0.182-0.151c-0.265,0-0.318-0.023-0.295-0.129c0.015-0.076,0.121-0.182,0.242-0.235 c0.182-0.091,0.257-0.091,0.545,0.023c0.288,0.106,0.333,0.159,0.333,0.341c0,0.136,0.061,0.257,0.159,0.326 C13.644,7.325,13.523,7.431,13.251,7.363z M13.569,5.879c-0.068,0-0.121,0.053-0.121,0.114c0,0.083-0.083,0.114-0.28,0.114 c-0.151,0-0.25-0.023-0.22-0.053c0.03-0.038,0.098-0.061,0.144-0.061c0.038,0,0.091-0.045,0.114-0.106 c0.023-0.068-0.008-0.083-0.129-0.045c-0.235,0.068-0.197-0.015,0.068-0.151c0.288-0.151,0.447-0.144,0.257,0.008 c-0.144,0.114-0.136,0.114,0.023,0.068c0.091-0.023,0.182-0.008,0.212,0.038C13.66,5.841,13.629,5.879,13.569,5.879z M13.554,9.559 c-0.023-0.061-0.098-0.091-0.189-0.068c-0.174,0.045-0.182-0.03-0.023-0.212c0.114-0.129,0.136-0.129,0.303-0.015 c0.098,0.061,0.182,0.182,0.182,0.257C13.826,9.688,13.614,9.718,13.554,9.559z M15.379,6.864c-0.144,0-0.295,0.303-0.386,0.75 c-0.008,0.061-0.068,0.136-0.121,0.167c-0.129,0.083-0.212,0.083-0.212,0c0-0.038-0.106-0.083-0.227-0.114 c-0.129-0.023-0.25-0.106-0.273-0.174c-0.023-0.076-0.083-0.212-0.129-0.31c-0.068-0.136-0.053-0.197,0.083-0.341 c0.204-0.212,0.212-0.295,0.038-0.227c-0.129,0.053-0.129,0.045,0-0.151c0.235-0.364,0.121-0.833-0.189-0.75 C13.781,5.758,13.788,5.599,13.97,5.5c0.204-0.106,0.31-0.098,0.31,0.038c0,0.091,0.038,0.091,0.25-0.015 c0.129-0.068,0.303-0.151,0.371-0.189c0.227-0.106,0.591-0.076,0.591,0.053c0,0.061,0.038,0.114,0.076,0.114 c0.045,0,0.098,0.061,0.129,0.136c0.023,0.068,0.114,0.204,0.197,0.295c0.083,0.098,0.114,0.174,0.068,0.174 c-0.045,0-0.068,0.053-0.045,0.106C15.954,6.311,15.492,6.864,15.379,6.864z M16.469,6.985c-0.091,0.106-0.53,0.151-0.621,0.053 c-0.136-0.129-0.03-0.227,0.257-0.235C16.484,6.788,16.59,6.841,16.469,6.985z M21.815,15.935c-0.151,0.326-0.303,0.545-0.379,0.545 c-0.144,0-0.144-0.151,0-0.348c0.061-0.076,0.114-0.197,0.114-0.265c0-0.129,0.432-0.576,0.492-0.515 C22.058,15.375,21.959,15.64,21.815,15.935z"/> <path fill="%23FFFFFF" d="M21.876,12.452c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.974,12.543,21.914,12.497,21.876,12.452z"/> <path fill="%23FFFFFF" d="M21.868,9.764c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.058,10.044,21.944,9.915,21.868,9.764z"/> <path fill="%232f8c51" d="M21.878,9.92c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.067,10.2,21.954,10.072,21.878,9.92z"/> <path fill="%232f8c51" d="M20.386,9.685C20.31,9.61,20.348,9.223,20.439,9.17c0.045-0.03,0.121,0,0.174,0.068 c0.098,0.136,0.31,0.182,0.227,0.053c-0.121-0.197,0.061-0.189,0.265,0.015c0.341,0.341,0.303,0.416-0.227,0.416 C20.628,9.723,20.409,9.701,20.386,9.685z"/> <path fill="%232f8c51" d="M18.607,8.322c0-0.038,0.083-0.106,0.189-0.151c0.212-0.098,0.235-0.197,0.083-0.477 c-0.144-0.28-0.114-0.629,0.061-0.659c0.121-0.023,0.136,0,0.091,0.167c-0.061,0.235,0.076,0.53,0.212,0.477 C19.424,7.61,19.5,7.876,19.371,8.11c-0.098,0.174-0.182,0.22-0.447,0.242C18.75,8.368,18.607,8.353,18.607,8.322z"/> </svg>');
}
.green.icon-metainfo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.31,16.534V5.298L5.147,10.177L16.31,16.534z"/> <path fill="%23999999" d="M27.472,10.177L16.31,5.298l0,7.601l0,3.636L27.472,10.177z"/> <path fill="%2321663c" d="M16.31,17.117l5.492-3.232l0.791-6.786L16.31,9.745V17.117z"/> <path fill="%232f8c51" d="M10.817,13.885l5.492,3.232V9.745l-6.283-2.645L10.817,13.885z"/> <polygon fill="%2339b563" points="16.31,4.335 10.027,7.099 16.31,9.745 22.593,7.099 "/> <path fill="%23676767" d="M16.31,29.545l9.758-7.393l1.405-11.976L16.31,16.534V29.545z"/> <path fill="%23999999" d="M6.552,22.153l9.758,7.393V16.534L5.147,10.177L6.552,22.153z"/> </svg>');
}
.green.icon-navigator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M19.326,11.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,10.988,17.803,11.076,19.326,11.388"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="22.1481" x2="28.0832" y2="22.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,15.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,15.994"/> <polygon fill="%23676767" points="14.051,14.564 8.452,20.865 19.176,17.603 23.899,11.716 "/> <path fill="%23CCCCCC" d="M26.992,12.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,14.582,27.761,13.542,26.992,12.553z M26.7,16.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,13.831,26.876,14.914,26.7,16.054z"/> <polygon fill="%2339b563" points="16.42,12.556 13.405,12.174 6.695,19.726 "/> <polygon fill="%232f8c51" points="6.695,19.726 19.548,15.816 16.42,12.556 "/> <polygon fill="%2321663c" points="25.208,8.76 16.42,12.556 19.548,15.816 "/> <polygon fill="%232f8c51" points="13.405,12.174 16.42,12.556 25.208,8.76 "/> </svg>');
}
.green.icon-compass{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M22.739,13.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,13.43,22.728,13.435,22.739,13.438"/> <path fill="%23676767" d="M19.326,14.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,13.988,17.803,14.076,19.326,14.388"/> <path fill="%23CCCCCC" d="M20.069,14.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,14.78,20.463,14.663,20.069,14.561"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="25.1481" x2="28.0832" y2="25.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,18.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,18.994"/> <polygon fill="%23676767" points="13.644,18.022 8.452,23.865 18.398,20.84 22.778,15.379 "/> <path fill="%23CCCCCC" d="M26.992,15.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,17.582,27.761,16.542,26.992,15.553z M26.7,19.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,16.831,26.876,17.914,26.7,19.054z"/> <polygon fill="%2339b563" points="16.013,16.322 13.448,15.997 7.735,22.425 "/> <polygon fill="%232f8c51" points="7.735,22.425 18.676,19.097 16.013,16.322 "/> <polygon fill="%2321663c" points="23.494,13.091 16.013,16.322 18.676,19.097 "/> <polygon fill="%232f8c51" points="13.448,15.997 16.013,16.322 23.494,13.091 "/> <path fill="%232f8c51" d="M19.038,9.996h-1.683l-2.51-3.94v3.94H12.92V2.158h1.683l2.51,3.94v-3.94h1.924V9.996z"/> </svg>');
}
.green.icon-dispatcher{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M23.617,28.878c-0.012-0.008-0.044-0.007-0.094,0.003c-0.088,0.024-0.191,0.06-0.31,0.11 c-0.129,0.067-0.227,0.114-0.294,0.142c-0.392,0.209-0.763,0.43-1.113,0.665c-0.283,0.199-0.424,0.32-0.423,0.365l0.01,0.013 c0.013,0.01,0.044,0.01,0.094,0c0.14-0.034,0.341-0.118,0.603-0.252c0.419-0.207,0.792-0.428,1.116-0.665 C23.527,29.035,23.663,28.908,23.617,28.878"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.1712" y1="28.8951" x2="15.1712" y2="25.2385"> <stop offset="0.2832" style="stop-color:%232f8c51"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.357,28.188l0.013-1.994c-0.519-0.086-1.058-0.262-1.617-0.529 c-0.262-0.126-0.523-0.268-0.781-0.426l0.016,2.823c-0.005,0.051-0.001,0.104,0.01,0.158c0.045,0.234,0.216,0.416,0.513,0.545 c0.228,0.101,0.48,0.143,0.755,0.126c0.284-0.011,0.529-0.083,0.736-0.216C16.226,28.535,16.345,28.373,16.357,28.188"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.5608" y1="20.6718" x2="10.0551" y2="20.6718"> <stop offset="0.2832" style="stop-color:%232f8c51"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.897,19.333l-0.862,0.558c-0.005,0.003-0.011,0.007-0.016,0.01 c-0.252,0.14-0.399,0.364-0.442,0.671c-0.045,0.28,0.004,0.549,0.148,0.807c0.153,0.252,0.357,0.433,0.613,0.545 c0.278,0.119,0.539,0.114,0.784-0.016l0.933-0.558C9.633,20.723,9.246,20.05,8.897,19.333"/> <path fill="%2321663c" d="M27.173,21.967c-0.057-0.081-0.127-0.132-0.21-0.152c-0.132-0.029-0.297,0.024-0.494,0.158 c-0.209,0.136-0.399,0.337-0.571,0.603c-0.157,0.247-0.269,0.499-0.336,0.755c-0.101,0.37-0.082,0.653,0.058,0.849 c0.028,0.038,0.058,0.068,0.09,0.09c0.149,0.107,0.353,0.074,0.613-0.1c0.209-0.14,0.397-0.341,0.565-0.603 c0.155-0.245,0.269-0.497,0.342-0.755C27.326,22.438,27.307,22.156,27.173,21.967"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.7096" y1="12.1321" x2="7.7092" y2="12.1321"> <stop offset="0.2832" style="stop-color:%232f8c51"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.093,10.427c-0.154-0.06-0.333-0.04-0.539,0.058c-0.224,0.105-0.413,0.279-0.568,0.52 c-0.151,0.234-0.24,0.475-0.268,0.723c-0.034,0.323,0.038,0.568,0.216,0.736c0.06,0.056,0.126,0.095,0.197,0.119l2.278,1.287 c-0.008-0.238-0.008-0.475,0-0.71c0.023-0.682,0.123-1.302,0.3-1.862L6.125,10.44C6.115,10.436,6.104,10.431,6.093,10.427"/> <path fill="%232f8c51" d="M22.653,10.508l-0.132,0.084c-0.222,0.17-0.34,0.42-0.355,0.749c-0.011,0.329,0.076,0.645,0.261,0.949 c0.179,0.301,0.413,0.527,0.703,0.678c0.337,0.172,0.649,0.177,0.936,0.016l0.013-0.006c0.012-0.007,0.024-0.014,0.035-0.023 c0.274-0.168,0.418-0.435,0.432-0.8c0.013-0.329-0.073-0.645-0.258-0.949c-0.179-0.295-0.413-0.517-0.703-0.668 c-0.329-0.174-0.635-0.187-0.916-0.039C22.664,10.502,22.659,10.505,22.653,10.508"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="9.2352" y1="13.3643" x2="18.0998" y2="22.2289"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.501,11.644c-0.588,0.113-1.056,0.417-1.404,0.91c-0.062,0.088-0.12,0.181-0.174,0.281 c-0.284,0.529-0.435,1.175-0.452,1.936c-0.026,1.176,0.251,2.406,0.833,3.688c0.035,0.075,0.07,0.15,0.106,0.226 c0.314,0.656,0.673,1.257,1.075,1.804c0.391,0.53,0.824,1.009,1.297,1.436c0.544,0.486,1.095,0.857,1.652,1.113 c0.598,0.271,1.16,0.387,1.688,0.348c0.105-0.006,0.208-0.019,0.31-0.039c0.693-0.127,1.215-0.521,1.568-1.181 c0.066-0.123,0.125-0.252,0.177-0.387c-0.336-0.035-0.686-0.127-1.049-0.274c-0.566-0.237-1.123-0.589-1.671-1.058 c-0.025-0.021-0.049-0.043-0.074-0.065l-0.816,0.478c-0.108,0.071-0.23,0.12-0.365,0.148c-0.229,0.05-0.474,0.036-0.732-0.042 c-0.087-0.026-0.176-0.059-0.268-0.1c-0.284-0.129-0.56-0.316-0.829-0.561c-0.213-0.188-0.41-0.399-0.591-0.632 c-0.227-0.29-0.43-0.616-0.607-0.978c-0.017-0.034-0.033-0.069-0.048-0.103c-0.299-0.639-0.449-1.258-0.449-1.859 c0-0.235,0.026-0.449,0.077-0.642c0.032-0.117,0.074-0.227,0.126-0.329c0.109-0.223,0.256-0.389,0.439-0.497 c0.034-0.02,0.068-0.039,0.103-0.055l0.829-0.439c-0.077-0.471-0.107-0.936-0.09-1.394c0.025-0.658,0.155-1.234,0.39-1.726 C12.188,11.581,11.837,11.579,11.501,11.644"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="7.1765" y1="4.412" x2="11.1537" y2="8.3893"> <stop offset="0.2832" style="stop-color:%232f8c51"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.984,3.609C8.973,3.581,8.948,3.571,8.91,3.577C8.802,3.581,8.654,3.629,8.464,3.719 C8.101,3.87,7.721,4.079,7.325,4.348C7.067,4.527,6.901,4.669,6.828,4.774C6.807,4.802,6.801,4.83,6.812,4.858 C6.813,4.86,6.814,4.861,6.815,4.861l2.42,4.227c0.521-0.308,1.041-0.487,1.562-0.539c0.362-0.163,0.601-0.354,0.716-0.574 c0.003-0.001,0.005-0.004,0.006-0.006L8.984,3.609"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.7918" y1="6.4714" x2="16.5378" y2="6.4714"> <stop offset="0.2832" style="stop-color:%232f8c51"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M13.83,3.845c-0.02-0.038-0.032-0.076-0.039-0.113l0.039,3.453l0.016,1.3 c-0.01,0.054-0.003,0.108,0.019,0.165c0.071,0.185,0.295,0.333,0.671,0.445c0.256,0.077,0.518,0.116,0.787,0.116 c0.312,0,0.574-0.056,0.787-0.168c0.136-0.062,0.239-0.146,0.31-0.252c0.076-0.112,0.097-0.229,0.061-0.352l0.01-0.665l0.045-4.008 c-0.014,0.144-0.144,0.273-0.39,0.387c-0.224,0.101-0.489,0.159-0.797,0.174c-0.286,0.017-0.552-0.002-0.797-0.058 C14.179,4.187,13.938,4.045,13.83,3.845z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="22.502" y1="29.5224" x2="19.8822" y2="24.9848"> <stop offset="0.2832" style="stop-color:%232f8c51"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M19.639,25.229c-0.104,0.112-0.214,0.214-0.329,0.307c-0.011,0.009-0.021,0.017-0.032,0.026 c-0.122,0.095-0.251,0.18-0.387,0.255l2.494,4.347c-0.001-0.044,0.14-0.166,0.423-0.365c0.351-0.234,0.722-0.456,1.113-0.665 c0.067-0.028,0.165-0.075,0.294-0.142c0.118-0.049,0.222-0.086,0.31-0.11c0.05-0.01,0.081-0.011,0.094-0.003l-2.581-4.443 l-0.013,0.006c-0.009,0.007-0.023,0.012-0.042,0.016C20.731,24.46,20.284,24.717,19.639,25.229"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="12.2652" y1="14.3677" x2="17.441" y2="19.5435"> <stop offset="0.3987" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M18.277,18.456c-0.155-0.698-0.407-1.412-0.755-2.143c-0.565-1.18-1.272-2.179-2.12-2.998 c-0.046-0.046-0.093-0.091-0.142-0.136l-3.007,1.591l-0.829,0.439c0.069-0.031,0.142-0.054,0.219-0.071 c0.215-0.047,0.443-0.038,0.684,0.026c0.105,0.029,0.213,0.067,0.323,0.116c0.273,0.129,0.547,0.314,0.823,0.555 c0.48,0.437,0.879,0.976,1.197,1.617c0.331,0.682,0.497,1.334,0.497,1.955c0,0.255-0.03,0.485-0.09,0.691 c-0.03,0.103-0.068,0.2-0.113,0.29c-0.101,0.206-0.233,0.363-0.397,0.471l0.816-0.478l2.936-1.717 C18.306,18.596,18.292,18.526,18.277,18.456z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="24.1702" y1="19.5232" x2="24.1702" y2="24.2705"> <stop offset="0.2832" style="stop-color:%232f8c51"/> <stop offset="0.7998" style="stop-color:%2300699C"/> <stop offset="0.9069" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.033,19.827c-0.185,0.179-0.339,0.411-0.461,0.697c-0.118,0.28-0.183,0.551-0.194,0.813 c-0.01,0.268,0.043,0.454,0.158,0.558l0.11,0.061l1.249,0.71l2.817,1.604c-0.033-0.022-0.063-0.053-0.09-0.09 c-0.14-0.196-0.159-0.479-0.058-0.849c0.067-0.256,0.179-0.508,0.336-0.755c0.172-0.267,0.362-0.468,0.571-0.603 c0.197-0.134,0.361-0.187,0.494-0.158l-3.359-1.846l-0.703-0.387c-0.007-0.002-0.013-0.006-0.019-0.01 c-0.021-0.008-0.044-0.016-0.068-0.023C22.562,19.472,22.302,19.565,22.033,19.827"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="20.2532" y1="11.7402" x2="22.781" y2="14.268"> <stop offset="0.2832" style="stop-color:%232f8c51"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M19.523,12.515c-0.011,0.007-0.023,0.014-0.035,0.019c-0.156,0.1-0.264,0.235-0.323,0.407 c-0.029,0.087-0.047,0.183-0.052,0.287c-0.015,0.308,0.063,0.615,0.236,0.923c0.174,0.301,0.398,0.53,0.671,0.687 c0.114,0.064,0.226,0.106,0.336,0.126c0.199,0.036,0.391,0.002,0.578-0.103c0.014-0.008,0.027-0.016,0.039-0.026 c0.016-0.008,0.031-0.018,0.045-0.029l1.268-0.758l1.781-1.065c-0.287,0.161-0.599,0.155-0.936-0.016 c-0.29-0.151-0.525-0.376-0.703-0.678c-0.185-0.303-0.272-0.62-0.261-0.949c0.015-0.329,0.133-0.578,0.355-0.749l-1.639,1.052 L19.523,12.515"/> <path fill="%23999999" d="M20.858,20.111c-0.152-1.413-0.586-2.877-1.3-4.392c-0.046-0.098-0.094-0.196-0.142-0.294 c-0.248-0.506-0.514-0.991-0.8-1.455c-0.736-1.192-1.595-2.24-2.578-3.143c-0.228-0.207-0.458-0.402-0.687-0.584 c-0.589-0.464-1.179-0.839-1.771-1.126c-0.83-0.397-1.62-0.595-2.372-0.594c-0.125,0-0.25,0.006-0.374,0.016 c-0.001,0.003-0.003,0.005-0.006,0.006c-0.009,0.001-0.019,0.002-0.029,0.003c-0.521,0.052-1.041,0.231-1.562,0.539 c-0.425,0.286-0.782,0.678-1.071,1.178c-0.186,0.317-0.337,0.662-0.455,1.033c-0.177,0.559-0.277,1.18-0.3,1.862 c-0.008,0.235-0.008,0.472,0,0.71c0.055,1.657,0.508,3.388,1.359,5.192c0.043,0.091,0.086,0.181,0.129,0.271 c0.35,0.717,0.736,1.389,1.159,2.017c0.656,0.974,1.4,1.841,2.233,2.601c0.552,0.508,1.113,0.938,1.685,1.287 c0.258,0.158,0.519,0.3,0.781,0.426c0.558,0.267,1.097,0.443,1.617,0.529c0.472,0.078,0.928,0.082,1.368,0.013 c0.425-0.065,0.809-0.195,1.152-0.391c0.136-0.074,0.265-0.159,0.387-0.255c0.011-0.009,0.022-0.017,0.032-0.026 c0.115-0.093,0.225-0.195,0.329-0.307c0.072-0.076,0.142-0.156,0.21-0.242c0.099-0.127,0.193-0.264,0.281-0.41 c0.01-0.018,0.021-0.036,0.032-0.055c0.465-0.794,0.716-1.761,0.755-2.901C20.934,21.124,20.915,20.621,20.858,20.111z M18.177,21.779c-0.052,0.135-0.111,0.265-0.178,0.387c-0.353,0.66-0.875,1.054-1.568,1.181c-0.102,0.02-0.205,0.032-0.31,0.039 c-0.527,0.039-1.09-0.077-1.688-0.349c-0.557-0.256-1.108-0.627-1.652-1.113c-0.474-0.427-0.906-0.906-1.297-1.436 c-0.402-0.546-0.76-1.148-1.075-1.804c-0.036-0.076-0.072-0.151-0.106-0.226c-0.582-1.282-0.859-2.512-0.832-3.688 c0.017-0.762,0.168-1.407,0.452-1.936c0.054-0.099,0.112-0.193,0.174-0.281c0.347-0.493,0.815-0.797,1.404-0.91 c0.336-0.065,0.687-0.063,1.052,0.006c0.304,0.057,0.619,0.161,0.942,0.31c0.555,0.252,1.106,0.624,1.652,1.116 c0.038,0.034,0.076,0.069,0.113,0.103c0.049,0.045,0.096,0.09,0.142,0.135c0.848,0.819,1.555,1.818,2.12,2.998 c0.348,0.731,0.6,1.445,0.755,2.143c0.015,0.071,0.029,0.14,0.042,0.21c0.103,0.528,0.151,1.047,0.142,1.555 C18.448,20.807,18.353,21.327,18.177,21.779z"/> <path fill="%232f8c51" d="M13.472,15.836c-0.275-0.241-0.55-0.426-0.823-0.555c-0.11-0.049-0.217-0.087-0.323-0.116 c-0.241-0.064-0.469-0.072-0.684-0.026c-0.077,0.017-0.15,0.04-0.219,0.071c-0.035,0.016-0.07,0.034-0.103,0.055 c-0.183,0.108-0.329,0.274-0.439,0.497c-0.052,0.102-0.094,0.212-0.126,0.329c-0.052,0.193-0.077,0.407-0.077,0.642 c0,0.6,0.15,1.22,0.449,1.859c0.015,0.035,0.032,0.069,0.048,0.103c0.177,0.361,0.379,0.687,0.607,0.978 c0.181,0.234,0.378,0.444,0.591,0.632c0.269,0.245,0.545,0.432,0.829,0.561c0.091,0.041,0.181,0.074,0.268,0.1 c0.259,0.078,0.503,0.092,0.732,0.042c0.135-0.028,0.257-0.078,0.365-0.148c0.163-0.108,0.296-0.265,0.397-0.471 c0.045-0.09,0.082-0.187,0.113-0.29c0.06-0.206,0.09-0.436,0.09-0.691c0-0.622-0.166-1.274-0.497-1.955 C14.351,16.811,13.952,16.272,13.472,15.836z"/> <linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="10.653" y1="8.6937" x2="23.8797" y2="21.9204"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_11_)" d="M11.52,7.969c-0.001,0.003-0.004,0.005-0.006,0.006c-0.115,0.22-0.354,0.411-0.716,0.574 c0.01-0.001,0.02-0.002,0.029-0.003c0.003-0.002,0.006-0.004,0.006-0.006c0.124-0.01,0.249-0.016,0.374-0.016 c0.752-0.001,1.542,0.197,2.372,0.594c0.592,0.287,1.183,0.662,1.772,1.126c0.23,0.182,0.459,0.377,0.687,0.584 c0.983,0.903,1.842,1.951,2.578,3.143c0.286,0.464,0.553,0.949,0.8,1.455c0.049,0.097,0.096,0.195,0.142,0.294 c0.715,1.515,1.148,2.978,1.3,4.392c0.056,0.51,0.076,1.013,0.058,1.51c-0.039,1.14-0.29,2.107-0.755,2.901 c-0.011,0.019-0.022,0.037-0.032,0.055c-0.088,0.146-0.181,0.283-0.281,0.41c-0.067,0.086-0.137,0.166-0.21,0.242 c0.645-0.512,1.092-0.769,1.342-0.771l0.055-0.026l0.01-0.003l0.661-0.426c0.012-0.006,0.023-0.014,0.032-0.023 c0.422-0.289,0.78-0.678,1.075-1.168c0.028-0.047,0.055-0.095,0.081-0.145l-1.249-0.71c-0.026-0.007-0.051-0.018-0.074-0.032 c-0.013-0.009-0.024-0.018-0.035-0.029c-0.115-0.104-0.168-0.29-0.158-0.558c0.011-0.262,0.075-0.534,0.194-0.813 c0.123-0.286,0.276-0.518,0.461-0.697c0.269-0.262,0.529-0.355,0.781-0.278c0.024,0.007,0.046,0.014,0.068,0.023 c0.006,0.004,0.013,0.007,0.019,0.01l0.703,0.387c0.002-0.005,0.003-0.01,0.003-0.016c0.097-1.867-0.336-3.818-1.297-5.853 c-0.008-0.017-0.017-0.034-0.026-0.052l-1.268,0.758c-0.014,0.011-0.029,0.021-0.045,0.029c-0.012,0.01-0.025,0.018-0.039,0.026 c-0.187,0.105-0.379,0.139-0.578,0.103c-0.11-0.02-0.222-0.062-0.336-0.126c-0.273-0.157-0.497-0.386-0.671-0.687 c-0.172-0.308-0.251-0.615-0.236-0.923c0.005-0.105,0.022-0.2,0.052-0.287c0.059-0.172,0.167-0.307,0.323-0.407 c0.012-0.005,0.024-0.012,0.035-0.019l1.358-0.871c-0.627-0.88-1.334-1.663-2.12-2.349c-0.75-0.653-1.506-1.16-2.268-1.52 l-0.01,0.665c0.036,0.123,0.015,0.24-0.061,0.352c-0.071,0.105-0.174,0.189-0.31,0.252c-0.213,0.112-0.475,0.168-0.787,0.168 c-0.269,0-0.531-0.039-0.787-0.116c-0.376-0.112-0.6-0.26-0.671-0.445c-0.023-0.056-0.029-0.111-0.019-0.165l-0.016-1.3 c-0.18,0.012-0.359,0.036-0.536,0.071c-0.34,0.066-0.654,0.173-0.942,0.319c-0.006,0.002-0.013,0.005-0.019,0.006L11.52,7.969"/> <path fill="%2339b563" d="M15.776,3.157c-0.245-0.056-0.511-0.076-0.797-0.061c-0.308,0.017-0.573,0.076-0.797,0.177 c-0.24,0.112-0.371,0.238-0.39,0.378c-0.004,0.026-0.004,0.053,0,0.081c0.006,0.037,0.019,0.075,0.039,0.113 c0.108,0.2,0.348,0.342,0.723,0.426c0.245,0.056,0.511,0.075,0.797,0.058c0.308-0.015,0.573-0.073,0.797-0.174 c0.246-0.115,0.376-0.244,0.39-0.387c0.002-0.017,0.002-0.034,0-0.052c-0.003-0.043-0.016-0.087-0.039-0.132 C16.392,3.388,16.151,3.246,15.776,3.157z"/> </svg>');
}
.green.icon-rotate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2339b563" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%2321663c" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%2339b563" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%2321663c" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%232f8c51" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%2339b563" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%2321663c" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%2339b563" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%232f8c51" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg> ');
}
.lightGreen.icon-testcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M24.091,20.666l0.088-1.15l-3.982,2.682l-0.044,1.169L24.091,20.666 M14.589,14.077l-0.013-2.671 L10.338,9.05l0.256,7.234L14.589,14.077 M24.597,12.119l0.1-1.3l-4.22,2.519l-0.05,1.332L24.597,12.119z"/> <path fill="%23676767" d="M17.215,23.423l-1.369-0.888l0.006,6.796l2.942-1.614l0.008-4.326L17.215,23.423z"/> <polyline fill="%2300e500" points="10.182,5.643 17.371,9.381 21.678,7.068 14.489,3.643 11.958,4.468 7.738,6.412 10.182,5.643 "/> <polygon fill="%2300e500" points="20.197,22.198 24.179,19.516 14.589,14.077 10.595,16.284 "/> <path fill="%2300b200" d="M10.338,9.05l4.238,2.357l5.851,3.263l0.05-1.332l-3.107-3.957l-7.189-3.738L7.738,6.412l0.513,9.485 l2.482,3.326l1.888,1.219l3.226,2.094l1.369,0.888l1.588-0.031l1.35-0.025l0.044-1.169l-9.602-5.914L10.338,9.05z"/> <path fill="%23999999" d="M15.852,29.331l-0.006-6.796l-3.226-2.094l0.088,6.759L15.852,29.331z"/> <path fill="%23009900" d="M24.697,10.819l-3.019-3.751l-4.307,2.313l3.107,3.957L24.697,10.819z"/> </svg> ');
}
.lightGreen.icon-raw{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M19.605,17.233l0.15-0.091l4.171-2.609l0.335-4.17l-4.513,2.558L19.605,17.233z"/> <path fill="%23676767" d="M15.963,15.143l-0.004,0.252l0.004,13.778l3.192-2.184l0.023-10L15.963,15.143z"/> <path fill="%23999999" d="M15.959,15.395l-0.002-0.252l-3.172-1.827l0.104,13.756l3.074,2.1L15.959,15.395z"/> <path fill="%2300b200" d="M7.561,9.195l0.083,1.171l11.96,6.867l0.143-4.311l-8.753-4.628L7.561,9.195z"/> <polyline fill="%2300e500" points="24.261,10.364 15.525,6.261 11.555,7.322 7.561,9.195 10.995,8.293 19.748,12.922 24.261,10.364 "/> </svg> ');
}
.lightGreen.icon-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300e500" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%2300b200" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.lightGreen.icon-cogs{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23009900" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23009900" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%2300e500" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%2300b200" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%2300b200" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%2300b200" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%2300b200" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%2300b200" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%2300b200" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23009900" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23009900" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23009900" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23009900" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23009900" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%2300e500" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%2300e500" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%2300e500" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%2300e500" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%2300b200" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%2300b200" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%2300b200" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%2300b200" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg>');
}
.lightGreen.icon-check{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="10.924,28.413 11.789,26.634 30.888,23.991 29.88,25.571 "/> <polyline fill="%23676767" points="5.681,13.159 4.626,11.479 19.059,11.051 18.937,11.301 18.945,11.308 18.307,12.634 5.681,13.159 "/> <polyline fill="%23999999" points="18.307,12.634 18.945,11.308 19.067,11.05 27.956,22.594 25.98,22.84 18.307,12.634 "/> <polygon fill="%23999999" points="11.789,26.634 10.924,28.413 1.121,11.861 1.725,10.095 "/> <path fill="%23CCCCCC" d="M1.725,10.095l17.959-0.354l11.204,14.25l-19.099,2.643L1.725,10.095z M27.956,22.594L19.067,11.05 L4.626,11.479l8.171,12.996L27.956,22.594z"/> <polygon fill="%2300e500" points="19.115,17.44 16.96,16.839 24.901,2.354 27.076,2.908 "/> <polygon fill="%2300e500" points="11.605,17.129 9.465,16.526 11.381,13.027 13.527,13.618 "/> <polygon fill="%2300b200" points="20,22.84 17.846,22.223 9.465,16.526 11.605,17.129 "/> <polygon fill="%23009900" points="27.076,2.908 29.85,4.848 20,22.84 11.605,17.129 13.527,13.618 19.115,17.44 "/> </svg> ');
}
.lightGreen.icon-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M23.67,26.671c0.126-0.058,0.246-0.125,0.361-0.201c0.145-0.085,0.283-0.179,0.415-0.281 c0.82-0.633,1.431-1.525,1.833-2.675c0.321-0.928,0.491-1.98,0.508-3.157c0.036-2.033-0.366-4.151-1.204-6.354l-2.997,1.632 c0.847,2.23,1.271,4.352,1.271,6.368c0,1.186-0.152,2.247-0.455,3.184c-0.241,0.734-0.571,1.363-0.99,1.886 c-0.239,0.309-0.511,0.581-0.816,0.816c-0.062,0.049-0.124,0.093-0.187,0.134L23.67,26.671 M17.088,3.675l-3.063,1.458l0.294,11.652 l2.943-1.538L17.088,3.675z"/> <path fill="%2300e500" d="M17.262,15.247l-2.943,1.538l8.267-1.15l2.997-1.632L17.262,15.247 M17.088,3.675 c-0.223-0.116-0.464-0.223-0.722-0.321c-1.115-0.437-2.167-0.606-3.157-0.508c-0.496,0.055-0.96,0.175-1.391,0.361 c-0.047,0.025-0.096,0.047-0.147,0.067L8.968,4.531c0.37-0.136,0.763-0.225,1.177-0.268c0.067-0.007,0.134-0.011,0.201-0.013 c0.932-0.058,1.917,0.125,2.956,0.548c0.161,0.062,0.401,0.174,0.722,0.334L17.088,3.675z"/> <path fill="%2300b200" d="M5.838,8.638c-0.214,0.972-0.29,2.042-0.227,3.211C5.726,13.891,6.243,16,7.162,18.177 c0.865,2.051,1.971,3.911,3.318,5.578c1.579,1.926,3.228,3.322,4.95,4.187c1.07,0.535,2.1,0.829,3.09,0.883 c1.039,0.047,1.953-0.189,2.742-0.709c0.051-0.025,0.1-0.056,0.147-0.094c0.063-0.041,0.125-0.085,0.187-0.134 c0.305-0.235,0.577-0.507,0.816-0.816c0.419-0.523,0.749-1.152,0.99-1.886c0.303-0.936,0.455-1.998,0.455-3.184 c0-2.016-0.424-4.138-1.271-6.368l-8.267,1.15L14.025,5.133c-0.321-0.161-0.562-0.272-0.722-0.334 c-1.039-0.424-2.024-0.607-2.956-0.548c-0.066,0.002-0.133,0.007-0.201,0.013C9.731,4.306,9.338,4.395,8.968,4.531 C8.329,4.777,7.763,5.169,7.269,5.709C6.591,6.467,6.114,7.443,5.838,8.638z"/> </svg>');
}
.lightGreen.icon-upgrade{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="16.541,13.651 7.127,18.574 16.536,25.049 25.95,18.574 "/> <polygon fill="%23999999" points="16.536,25.049 7.127,18.574 7.633,22.884 16.536,29.603 "/> <polygon fill="%23676767" points="25.95,18.574 16.536,25.049 16.536,29.603 25.449,22.884 "/> <path fill="%2300b200" d="M21.177,17.436l2.879-1.699L17.69,2.551l-3.05,1.388L21.177,17.436z"/> <path fill="%2300e500" d="M14.639,3.939l-5.618,6.091l3.763,2.298l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L14.639,3.939z"/> <path fill="%23009900" d="M16.828,14.79l-0.007,5.565l2.769-1.637l0.044-2.219L16.828,14.79z"/> </svg>');
}
.lightGreen.icon-refactor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="5.336,21.155 9.717,24.464 9.31,18.906 4.699,15.735 5.336,21.155 "/> <polyline fill="%23999999" points="11.871,11.984 11.961,14.041 14.756,15.735 14.796,17.863 16.537,16.811 16.537,14.704 11.871,11.984 "/> <polyline fill="%23999999" points="11.073,20.121 11.263,23.468 11.391,25.726 16.53,29.603 16.53,23.877 11.073,20.121 "/> <polyline fill="%23999999" points="18.307,15.735 18.271,17.865 21.99,20.121 21.802,23.466 23.351,24.464 23.753,18.906 18.307,15.735 "/> <polyline fill="%23676767" points="14.796,17.863 14.756,15.735 9.31,18.906 9.717,24.464 11.263,23.468 11.073,20.121 14.796,17.863 "/> <polyline fill="%23676767" points="21.802,23.466 21.99,20.121 16.53,23.877 16.53,29.603 21.676,25.726 21.802,23.466 "/> <polyline fill="%23676767" points="28.368,15.735 23.753,18.906 23.351,24.464 27.738,21.155 28.368,15.735 "/> <polyline fill="%23676767" points="21.106,14.039 21.197,11.984 16.537,14.704 16.537,16.811 16.537,16.816 18.271,17.865 18.307,15.735 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="11.961,14.041 10.101,12.912 4.699,15.735 9.31,18.906 14.756,15.735 11.961,14.041 "/> <polyline fill="%23CCCCCC" points="16.537,16.816 16.537,16.811 14.796,17.863 11.073,20.121 16.53,23.877 21.99,20.121 18.271,17.865 16.537,16.816 "/> <polyline fill="%23CCCCCC" points="21.106,14.039 18.307,15.735 23.753,18.906 28.368,15.735 22.966,12.912 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="16.537,14.704 21.197,11.984 16.537,9.545 11.871,11.984 16.537,14.704 "/> <polyline fill="%23999999" points="26.645,12.48 18.044,12.48 17.949,19.17 25.997,19.17 26.645,12.48 "/> <polyline fill="%23676767" points="25.341,8.132 25.45,6.782 17.871,6.782 17.799,13.048 17.849,13.048 17.909,8.132 25.341,8.132 "/> <polyline fill="%2300b200" points="15.108,19.17 15.013,12.48 6.414,12.48 7.061,19.17 15.108,19.17 "/> <polygon fill="%23676767" points="7.613,6.782 7.724,8.132 15.152,8.132 15.214,13.048 15.271,13.048 15.192,6.782 "/> <polyline fill="%23676767" points="17.849,13.048 17.832,14.511 17.949,19.17 18.044,12.48 17.909,8.132 17.849,13.048 "/> <polyline fill="%23676767" points="17.871,6.782 17.765,3.367 17.704,9.336 17.799,13.048 17.871,6.782 "/> <polyline fill="%23009900" points="15.231,14.511 15.214,13.048 15.152,8.132 15.013,12.48 15.108,19.17 15.231,14.511 "/> <polygon fill="%23676767" points="15.304,3.367 15.192,6.782 15.271,13.048 15.37,9.336 "/> <polyline fill="%23CCCCCC" points="25.735,8.132 25.341,8.132 17.909,8.132 18.044,12.48 26.645,12.48 25.735,8.132 "/> <polyline fill="%23CCCCCC" points="25.45,6.782 24.736,3.367 17.765,3.367 17.871,6.782 25.45,6.782 "/> <polyline fill="%2300e500" points="15.152,8.132 7.724,8.132 7.328,8.132 6.414,12.48 15.013,12.48 15.152,8.132 "/> <polygon fill="%23CCCCCC" points="15.192,6.782 15.304,3.367 8.334,3.367 7.613,6.782 "/> </svg>');
}
.lightGreen.icon-hierarchy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.342,22.974l6.404,3.896l0.802-0.55l-6.103-3.663C16.284,22.855,15.785,22.914,15.342,22.974z"/> <path fill="%23999999" d="M15.342,22.974c0,0,0.017,0.384,0.023,0.788l6.341,4.028l0.043-1.009"/> <path fill="%23999999" d="M16.097,18.145l-0.942-0.457l0.158,4.059l0.029,1.226l0.812,0.49L16.097,18.145z"/> <path fill="%23676767" d="M16.935,17.556l-0.839,0.589l0.057,5.318l0.758-0.526L16.935,17.556z"/> <path fill="%23CCCCCC" d="M17.398,14.603L16.05,13.97l-1.21,0.823l1.354,0.656L17.398,14.603z"/> <path fill="%23CCCCCC" d="M21.477,19.381l4.522,2.636l0.649-0.446l-4.279-2.447C22.24,19.285,21.835,19.333,21.477,19.381z"/> <path fill="%23999999" d="M21.477,19.381c0,0,0.014,0.311,0.019,0.638l4.471,2.743l0.035-0.817"/> <radialGradient id="SVGID_1_" cx="26.5503" cy="22.2417" r="3.906" fx="28.93" fy="21.1697" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="26.307" cy="22.072" r="2.691"/> <path fill="%23999999" d="M22.088,15.471l-0.763-0.37l0.128,3.287l0.024,0.993l0.658,0.397L22.088,15.471z"/> <path fill="%23676767" d="M22.767,14.994l-0.679,0.477l0.046,4.307l0.614-0.426L22.767,14.994z"/> <path fill="%23CCCCCC" d="M22.547,27.789l-0.76-0.357l-0.682,0.464l0.763,0.37L22.547,27.789z"/> <radialGradient id="SVGID_2_" cx="22.1654" cy="27.056" r="4.7808" fx="25.078" fy="25.7439" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="21.868" cy="26.848" r="3.294"/> <path fill="%2300e500" d="M6.383,15.266l9.849,6.796V2.665L6.383,15.266z"/> <path fill="%23009900" d="M16.232,22.063l9.772-6.796L16.232,2.665V22.063z"/> </svg> ');
}
.lightGreen.icon-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M9.934,17.773l14.138,8.563l1.152-0.791l-13.706-8.229C11.288,17.603,10.57,17.688,9.934,17.773z"/> <path fill="%23999999" d="M9.934,17.773c0,0,0.025,0.552,0.033,1.132l14.048,8.753l0.062-1.45"/> <radialGradient id="SVGID_1_" cx="22.5248" cy="24.6747" r="6.9308" fx="26.7473" fy="22.7725" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="22.094" cy="24.373" r="4.775"/> <path fill="%23999999" d="M11.018,10.836L9.665,10.18l0.227,5.832l0.042,1.762l1.167,0.704L11.018,10.836z"/> <path fill="%23676767" d="M12.223,9.99l-1.205,0.846l0.082,7.642l1.089-0.756L12.223,9.99z"/> <path fill="%23CCCCCC" d="M12.223,9.99l-1.349-0.633l-1.21,0.823l1.354,0.656L12.223,9.99z"/> <radialGradient id="SVGID_2_" cx="11.5459" cy="8.689" r="8.4831" fx="16.714" fy="6.3609" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300e500"/> <stop offset="0.7108" style="stop-color:%23009900"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="11.018" cy="8.32" r="5.844"/> </svg>');
}
.lightGreen.icon-clipboard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="10.132,6.448 21.354,12.031 24.019,10.474 12.817,5.28 10.132,6.448 "/> <polyline fill="%23676767" points="20.752,28.542 23.102,26.768 24.019,10.474 21.354,12.031 20.752,28.542 "/> <polygon fill="%23999999" points="10.132,6.448 21.354,12.031 20.752,28.542 11.049,22.093 "/> <path fill="%2300b200" d="M22.087,14.339l0.308-3.14L9.4,5.396l0.253,2.351L22.087,14.339z"/> <path fill="%23009900" d="M24.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L24.558,12.242z"/> <path fill="%2300e500" d="M11.82,4.073L9.4,5.396l12.751,5.694l2.652-1.706L11.82,4.073z"/> <path fill="%2300e500" d="M14.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C14.234,8.214,14.138,8.233,14.039,8.241z"/> <path fill="%23009900" d="M19.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C19.002,12.642,19.011,12.529,19.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4588" y1="2.958" x2="15.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%2300e500"/> <stop offset="0.8492" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C17.292,6.847,17.271,5.909,17.196,5.16z"/> <path fill="%2300b200" d="M14.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C13.059,3.758,13.622,3.009,14.602,3.372z"/> </svg>');
}
.lightGreen.icon-clipboar-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="12.132,6.448 23.354,12.031 26.019,10.474 14.817,5.28 12.132,6.448 "/> <polyline fill="%23676767" points="22.752,28.542 25.102,26.768 26.019,10.474 23.354,12.031 22.752,28.542 "/> <polygon fill="%23999999" points="12.132,6.448 23.354,12.031 22.752,28.542 13.049,22.093 "/> <path fill="%2300b200" d="M24.087,14.339l0.308-3.14L11.4,5.396l0.253,2.351L24.087,14.339z"/> <path fill="%23009900" d="M26.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L26.558,12.242z"/> <path fill="%2300e500" d="M13.82,4.073L11.4,5.396l12.751,5.694l2.652-1.706L13.82,4.073z"/> <polyline fill="%2300b200" points="2.792,21.015 3.02,23.793 6.427,26.104 6.254,23.294 2.792,21.015 "/> <polyline fill="%2300b200" points="5.19,19.702 7.425,18.476 4.105,16.403 4.289,19.127 5.19,19.702 "/> <polyline fill="%2300b200" points="14.587,25.713 14.533,22.903 10.898,20.646 11.006,23.424 14.587,25.713 "/> <polyline fill="%23009900" points="6.254,23.294 6.427,26.104 11.006,23.424 10.898,20.646 6.254,23.294 "/> <polyline fill="%23009900" points="14.533,22.903 14.587,25.713 16.009,18.443 15.976,15.73 14.533,22.903 "/> <polyline fill="%2300e500" points="7.425,18.476 5.19,19.702 2.792,21.015 6.254,23.294 10.898,20.646 14.533,22.903 15.976,15.73 4.105,16.403 7.425,18.476 "/> <path fill="%2300e500" d="M16.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C16.234,8.214,16.138,8.233,16.039,8.241z"/> <path fill="%23009900" d="M21.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C21.002,12.642,21.011,12.529,21.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="17.4588" y1="2.958" x2="17.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%2300e500"/> <stop offset="0.8492" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C19.292,6.847,19.271,5.909,19.196,5.16z"/> <path fill="%2300b200" d="M16.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C15.059,3.758,15.622,3.009,16.602,3.372z"/> </svg>');
}
.lightGreen.icon-composite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23676767" d="M16.232,28.234v1.652l13.921-10.163l0.167-1.552L16.232,28.234z"/> <path fill="%23999999" d="M16.232,29.887v-1.652L2.148,18.172l0.172,1.552L16.232,29.887z"/> <path fill="%23009900" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <path opacity="0.44" fill="%23CCCCCC" d="M16.237,3.234L1.661,10.617l14.571,9.752l14.575-9.752L16.237,3.234z M17.923,12.532 l-3.09,3.171l-1.213-3.582l-2.011-0.272l-3.62-0.482l5.081-1.676L12.922,8.33l-0.181-1.676l4.045,1.977l4.976-1.203L20.42,9.361 l-0.645,0.936l4.074,2.56l-2.971-0.162L17.923,12.532z"/> <polygon fill="%2300e500" points="17.923,12.532 14.833,15.704 13.62,12.122 11.609,11.849 7.989,11.367 13.07,9.691 12.922,8.33 12.741,6.654 16.786,8.631 21.762,7.427 20.42,9.361 19.775,10.297 23.849,12.857 20.879,12.695 "/> </svg>');
}
.lightGreen.icon-real{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path opacity="0.44" fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23999999" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <polyline fill="%2300b200" points="13.62,11.122 13.686,14.455 14.871,18.128 14.833,14.704 13.62,11.122 "/> <polygon fill="%2300b200" points="23.653,15.21 23.849,11.857 17.922,11.532 17.884,14.871 "/> <polyline fill="%23009900" points="8.199,13.682 13.686,14.455 13.62,11.122 7.989,10.367 8.199,13.682 "/> <polyline fill="%23009900" points="12.812,8.772 13.07,8.691 12.741,5.654 12.812,8.772 "/> <polyline fill="%23009900" points="17.884,14.871 17.922,11.532 14.833,14.704 14.871,18.128 17.884,14.871 "/> <polygon fill="%23009900" points="21.242,10.219 21.628,9.632 21.762,6.427 19.775,9.297 "/> <path fill="%2300e500" d="M21.762,6.427l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,6.427z"/> </svg> ');
}
.lightGreen.icon-synchronize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300e500" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%23009900" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%2300e500" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%23009900" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%2300b200" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%23CCCCCC" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%23676767" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%23CCCCCC" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23999999" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg>');
}
.lightGreen.icon-synchronize-commit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%2300b200" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%2300b200" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%2300b200" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%23009900" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%23009900" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%2300e500" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg> ');
}
.lightGreen.icon-synchronize-update{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%23009900" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23009900" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%2300e500" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg> ');
}
.lightGreen.icon-helpdesk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23009900"/> <stop offset="0.6863" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> </svg>');
}
.lightGreen.icon-ticket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23999999"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> <polygon fill="%23009900" points="24.216,2.03 24.193,2.999 30.942,8.29 30.872,7.377 "/> <polygon fill="%2300e500" points="24.193,2.999 24.216,2.03 17.202,7.191 17.082,8.098 "/> <polygon fill="%2300b200" points="17.082,8.098 23.851,12.136 30.942,8.29 24.193,2.999 "/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 4.1768 22.8636)" fill="%23333333" cx="19.558" cy="8.24" rx="0.752" ry="1.105"/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 1.792 19.8838)" fill="%23333333" cx="16.089" cy="8.573" rx="0.676" ry="0.994"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="460.2863" y1="-935.4631" x2="465.7375" y2="-935.4631" gradientTransform="matrix(0.3368 -0.9416 0.9416 0.3368 743.9272 759.3012)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.818,8.116c-0.032,0.137-0.07,0.274-0.119,0.411c-0.478,1.336-1.612,2.167-2.603,1.95 c0.055,0.028,0.112,0.054,0.171,0.075c1.03,0.368,2.276-0.482,2.783-1.899c0.001-0.002,0.001-0.004,0.002-0.006 C20.039,8.451,19.974,8.261,19.818,8.116z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="494.3591" y1="1210.504" x2="499.8102" y2="1210.504" gradientTransform="matrix(0.3522 -0.9359 0.9359 0.3522 -1290.7396 46.5091)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M16.27,8.302c-0.038,0.844,0.308,1.501,0.686,1.643c0.055,0.021,0.12,0.029,0.187,0.032 c-0.244-0.192-0.446-0.599-0.506-1.114l-0.006,0.003C16.632,8.867,16.54,8.416,16.27,8.302z"/> <path fill="%23CCCCCC" d="M19.112,7.994c-0.025,0.097-0.045,0.194-0.081,0.293c-0.405,1.132-1.303,1.7-1.857,1.68 c-0.067-0.002-0.132-0.009-0.187-0.029c-0.38-0.136-0.738-0.788-0.713-1.632c-0.058-0.023-0.121-0.037-0.196-0.021 c-0.193,0.04-0.276,0.182-0.312,0.325c0.06,0.862,0.473,1.573,1.151,1.816c0.059,0.021,0.119,0.037,0.18,0.051 c0.991,0.217,2.125-0.614,2.603-1.95c0.049-0.137,0.087-0.274,0.119-0.411c-0.079-0.073-0.178-0.135-0.309-0.179 C19.353,7.885,19.221,7.924,19.112,7.994z"/> </svg>');
}
.lightGreen.icon-localize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.682,9.667c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098c-0.738-0.456-1.391-1.111-2.318-1.112 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,10.455,12.398,9.667,15.682,9.667 M15.682,7.521 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,5.115,2.011,7.763,1.438c-1.967-1.161-3.761-1.25-3.156-3.683 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,9.486,20.787,7.521,15.682,7.521L15.682,7.521z" /> <path fill="%23CCCCCC" d="M15.682,7.564c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098C24.58,21.11,23.927,20.454,23,20.454 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,8.352,12.398,7.564,15.682,7.564 M15.682,5.418 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,4.914,2.747,7.763,3.183c-1.967-1.161-3.761-2.994-3.156-5.428 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,7.383,20.787,5.418,15.682,5.418L15.682,5.418z" /> <circle fill="%23FFFFFF" cx="15.691" cy="12.478" r="7.693"/> <path fill="%23009900" d="M15.691,20.481c-4.413,0-8.003-3.59-8.003-8.003s3.59-8.003,8.003-8.003s8.003,3.59,8.003,8.003 S20.104,20.481,15.691,20.481z M15.691,5.094c-4.071,0-7.383,3.312-7.383,7.383s3.312,7.383,7.383,7.383s7.383-3.312,7.383-7.383 S19.762,5.094,15.691,5.094z"/> <path fill="%23FFFFFF" d="M21.885,12.305c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.984,12.396,21.923,12.351,21.885,12.305z"/> <path fill="none" d="M11.903,12.732c-0.189-0.144-0.257-0.144-0.394,0c-0.106,0.098-0.083,0.114,0.212,0.114 C12.024,12.838,12.039,12.831,11.903,12.732z"/> <path fill="none" d="M10.6,12.399c-0.03,0.053,0,0.068,0.098,0.038c0.091-0.03,0.189-0.008,0.25,0.068 c0.053,0.061,0.182,0.114,0.288,0.114c0.182,0,0.189-0.008,0.053-0.151C11.138,12.301,10.691,12.255,10.6,12.399z"/> <path fill="none" d="M17.31,8.227c0.068-0.121,0.061-0.167-0.045-0.204c-0.121-0.045-0.257,0.083-0.257,0.265 C17.007,8.431,17.219,8.393,17.31,8.227z"/> <path fill="none" d="M12.16,12.922c0,0.045,0.015,0.076,0.03,0.076c0.023,0,0.061-0.03,0.083-0.076 c0.023-0.038,0.008-0.076-0.03-0.076C12.198,12.846,12.16,12.884,12.16,12.922z"/> <path fill="none" d="M8.525,11.763c0,0.136,0.151,0.5,0.189,0.462c0.023-0.023-0.008-0.151-0.068-0.295 C8.578,11.786,8.533,11.71,8.525,11.763z"/> <path fill="none" d="M20.392,10.218c-0.03-0.023-0.076-0.023-0.106,0c-0.023,0.03,0,0.053,0.053,0.053 C20.392,10.271,20.414,10.248,20.392,10.218z"/> <path fill="none" d="M18.976,9.673c0-0.083-0.03-0.174-0.076-0.197c-0.045-0.03-0.068,0.038-0.061,0.144 C18.862,9.847,18.976,9.885,18.976,9.673z"/> <path fill="none" d="M17.484,8.257c-0.03,0.03-0.061,0.098-0.068,0.167c-0.015,0.083,0.038,0.106,0.22,0.091 c0.129-0.015,0.242-0.061,0.257-0.098c0.015-0.045-0.114-0.235-0.28-0.416c-0.288-0.318-0.424-0.288-0.189,0.045 C17.484,8.136,17.506,8.227,17.484,8.257z"/> <path fill="none" d="M11.933,7.394c-0.03,0-0.098,0.053-0.151,0.114c-0.083,0.098-0.061,0.114,0.098,0.114 c0.144,0,0.189-0.03,0.159-0.114C12.009,7.447,11.963,7.394,11.933,7.394z"/> <path fill="none" d="M16.105,6.803c-0.288,0.008-0.394,0.106-0.257,0.235c0.091,0.098,0.53,0.053,0.621-0.053 C16.59,6.841,16.484,6.788,16.105,6.803z"/> <path fill="none" d="M15.962,6.106c0.045,0,0.015-0.076-0.068-0.174c-0.083-0.091-0.174-0.227-0.197-0.295 C15.666,5.561,15.613,5.5,15.568,5.5c-0.038,0-0.076-0.053-0.076-0.114c0-0.129-0.363-0.159-0.591-0.053 c-0.068,0.038-0.242,0.121-0.371,0.189c-0.212,0.106-0.25,0.106-0.25,0.015c0-0.136-0.106-0.144-0.31-0.038 c-0.182,0.098-0.189,0.257-0.008,0.212c0.31-0.083,0.424,0.386,0.189,0.75c-0.129,0.197-0.129,0.204,0,0.151 c0.174-0.068,0.167,0.015-0.038,0.227c-0.136,0.144-0.151,0.204-0.083,0.341c0.045,0.098,0.106,0.235,0.129,0.31 c0.023,0.068,0.144,0.152,0.273,0.174c0.121,0.03,0.227,0.076,0.227,0.114c0,0.083,0.083,0.083,0.212,0 c0.053-0.03,0.114-0.106,0.121-0.167c0.091-0.447,0.242-0.75,0.386-0.75c0.114,0,0.576-0.553,0.538-0.651 C15.893,6.159,15.916,6.106,15.962,6.106z"/> <path fill="none" d="M21.55,15.867c0,0.068-0.053,0.189-0.114,0.265c-0.144,0.197-0.144,0.348,0,0.348 c0.076,0,0.227-0.22,0.379-0.545c0.144-0.295,0.242-0.56,0.227-0.583C21.982,15.292,21.55,15.739,21.55,15.867z"/> <path fill="none" d="M13.644,9.264c-0.167-0.114-0.189-0.114-0.303,0.015c-0.159,0.182-0.151,0.257,0.023,0.212 c0.091-0.023,0.167,0.008,0.189,0.068c0.061,0.159,0.273,0.129,0.273-0.038C13.826,9.446,13.743,9.325,13.644,9.264z"/> <path fill="none" d="M13.296,6.864c0-0.182-0.045-0.235-0.333-0.341c-0.288-0.114-0.363-0.114-0.545-0.023 c-0.121,0.053-0.227,0.159-0.242,0.235c-0.023,0.106,0.03,0.129,0.295,0.129c0.31,0,0.318,0,0.182,0.151 c-0.144,0.159-0.053,0.212,0.098,0.061c0.136-0.136,0.106,0.023-0.038,0.182c-0.068,0.076-0.197,0.136-0.28,0.136 c-0.136,0-0.121,0.023,0.076,0.144c0.136,0.083,0.265,0.182,0.288,0.227c0.083,0.129,0.22,0.098,0.167-0.038 c-0.038-0.091-0.008-0.106,0.114-0.068c0.136,0.045,0.144,0.038,0.076-0.098c-0.121-0.227-0.106-0.25,0.098-0.197 c0.273,0.068,0.394-0.038,0.204-0.174C13.357,7.121,13.296,7,13.296,6.864z"/> <radialGradient id="SVGID_1_" cx="15.6814" cy="11.4509" r="7.663" fx="10.7157" fy="6.7467" gradientTransform="matrix(1 0 0 1.0129 0 0.9625)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%2300e500"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M23.012,11.215c-0.061,0-0.265-0.1-0.447-0.23c-0.182-0.123-0.333-0.199-0.333-0.169 c0.008,0.107,0.31,0.422,0.356,0.368c0.091-0.092,0.326,0.207,0.326,0.43c0,0.238-0.538,0.905-0.735,0.905 c-0.068,0-0.098,0.054-0.083,0.138c0.03,0.13,0.076,0.138,0.303,0.054c0.121-0.046,0.129-0.023,0.091,0.199 c-0.068,0.376-0.303,0.813-0.644,1.204c-0.28,0.33-0.295,0.368-0.295,0.867c0,0.506-0.008,0.522-0.257,0.675 c-0.144,0.092-0.295,0.261-0.333,0.384c-0.144,0.414-0.621,0.989-0.954,1.15c-0.417,0.207-0.757,0.215-0.697,0.023 c0.03-0.077,0.015-0.445-0.023-0.828c-0.068-0.606-0.061-0.713,0.076-0.997c0.182-0.391,0.182-0.537-0.015-0.905 c-0.098-0.192-0.144-0.399-0.129-0.606c0.023-0.268,0-0.322-0.129-0.345c-0.083-0.015-0.212-0.084-0.28-0.146 c-0.106-0.092-0.174-0.1-0.371-0.031c-0.136,0.046-0.401,0.084-0.598,0.084c-0.303,0-0.416-0.046-0.75-0.315 c-0.432-0.345-0.462-0.429-0.439-1.143c0.023-0.545,0.242-1.081,0.507-1.227c0.083-0.046,0.151-0.146,0.151-0.223 c0-0.176,0.265-0.422,0.485-0.452c0.083-0.008,0.424-0.038,0.742-0.061c0.56-0.046,0.576-0.038,0.606,0.123 c0.015,0.138,0.114,0.207,0.416,0.307c0.265,0.084,0.417,0.107,0.469,0.054c0.053-0.054,0.174-0.054,0.371,0.008 c0.167,0.054,0.409,0.092,0.538,0.092c0.235,0,0.242-0.008,0.22-0.284c-0.015-0.153-0.068-0.299-0.129-0.314 c-0.061-0.023-0.083,0-0.053,0.054c0.03,0.046,0.015,0.084-0.023,0.084c-0.045,0-0.083-0.031-0.083-0.069 c0-0.038-0.061-0.054-0.136-0.031c-0.083,0.023-0.189-0.054-0.303-0.199c-0.227-0.315-0.341-0.307-0.28,0.008l0.045,0.253 L19.99,9.834c-0.28-0.353-0.704-0.767-0.795-0.767c-0.159,0-0.053,0.169,0.197,0.315c0.28,0.169,0.318,0.261,0.167,0.46 c-0.098,0.13-0.28,0.115-0.28-0.023c0-0.046,0.053-0.061,0.114-0.031c0.204,0.077,0.121-0.169-0.129-0.414 c-0.22-0.207-0.288-0.238-0.553-0.199c-0.174,0.023-0.333,0.092-0.379,0.169c-0.31,0.522-0.394,0.606-0.629,0.629 c-0.333,0.031-0.469-0.1-0.469-0.453c0-0.299,0-0.299,0.288-0.299c0.159,0,0.31-0.023,0.333-0.046 c0.091-0.084-0.038-0.322-0.227-0.422l-0.204-0.092l0.204-0.046c0.114-0.023,0.386-0.215,0.621-0.422 c0.416-0.368,0.416-0.368,0.288-0.552c-0.098-0.138-0.174-0.169-0.333-0.138c-0.174,0.038-0.212,0.008-0.257-0.161 c-0.03-0.13-0.008-0.245,0.068-0.33c0.061-0.069,0.151-0.261,0.197-0.414c0.136-0.422,0.25-0.491,0.636-0.368 c0.553,0.161,0.75,0.299,0.697,0.468c-0.03,0.1-0.015,0.146,0.068,0.146c0.068,0,0.121-0.046,0.121-0.107 c0-0.061,0.098-0.192,0.227-0.299l0.22-0.192l-0.288-0.192c-2.279-1.526-5.225-1.688-7.694-0.414 c-0.757,0.391-0.841,0.46-0.704,0.598c0.106,0.092,0.106,0.13,0,0.353c-0.098,0.215-0.159,0.253-0.379,0.253 c-0.227,0-0.25-0.015-0.167-0.115c0.136-0.169,0-0.284-0.174-0.161c-0.106,0.084-0.121,0.146-0.061,0.307 c0.083,0.207,0.106,0.207,0.735,0.084c0.129-0.031,0.348-0.345,0.348-0.499c0-0.023,0.03-0.084,0.076-0.13 c0.091-0.115,0.394-0.138,0.326-0.023c-0.023,0.046-0.106,0.077-0.174,0.077c-0.098,0-0.129,0.069-0.129,0.253 c0,0.284,0.03,0.315,0.212,0.238c0.076-0.023,0.159-0.031,0.182,0c0.083,0.077-0.144,0.276-0.318,0.276 c-0.235,0-1.022,0.683-1.022,0.882c0,0.092,0.106,0.222,0.257,0.322c0.167,0.107,0.25,0.215,0.242,0.345 c-0.008,0.23,0.212,0.238,0.242,0.008c0.015-0.092,0.106-0.223,0.212-0.292c0.129-0.084,0.174-0.169,0.144-0.261 c-0.023-0.077,0-0.23,0.045-0.345c0.144-0.322,0.598-0.23,0.598,0.123c0,0.161,0.03,0.169,0.235,0.054 c0.129-0.061,0.174-0.054,0.265,0.061c0.053,0.077,0.106,0.184,0.106,0.238c0,0.046,0.068,0.161,0.159,0.253 c0.265,0.269,0.144,0.353-0.78,0.56c-0.121,0.031-0.212,0.077-0.212,0.115c0,0.038,0.076,0.054,0.159,0.031 c0.136-0.038,0.151-0.023,0.114,0.115c-0.068,0.199,0.061,0.276,0.265,0.161c0.129-0.069,0.151-0.061,0.129,0.023 c-0.023,0.054-0.197,0.123-0.409,0.146c-0.462,0.054-0.636,0.13-0.636,0.268c0,0.061-0.061,0.138-0.129,0.161 c-0.182,0.069-0.469,0.422-0.477,0.568c0,0.069-0.136,0.246-0.295,0.399c-0.273,0.253-0.295,0.307-0.257,0.552 c0.053,0.33-0.098,0.368-0.167,0.038c-0.038-0.192-0.083-0.23-0.273-0.23c-0.121,0-0.22,0.038-0.22,0.084 c0,0.054-0.083,0.069-0.227,0.046c-0.174-0.038-0.25-0.008-0.379,0.153c-0.174,0.222-0.189,0.46-0.061,0.752 c0.098,0.215,0.417,0.269,0.485,0.077c0.03-0.061,0.098-0.115,0.159-0.115c0.083,0,0.098,0.046,0.068,0.176 c-0.098,0.322-0.083,0.399,0.091,0.422c0.114,0.015,0.167,0.077,0.167,0.192c0,0.245,0.212,0.514,0.401,0.514 c0.204,0,0.386,0.115,0.333,0.199c-0.023,0.038,0.167,0.077,0.409,0.092c0.371,0.015,0.485,0.061,0.689,0.245 c0.136,0.13,0.31,0.23,0.386,0.23c0.356,0,0.772,0.399,0.651,0.629c-0.045,0.084-0.045,0.138,0,0.138 c0.038,0,0.083-0.038,0.098-0.084c0.03-0.092,0.704,0.107,1.257,0.361c0.22,0.107,0.25,0.146,0.204,0.322 c-0.03,0.115-0.114,0.276-0.182,0.36c-0.076,0.084-0.159,0.299-0.182,0.483c-0.045,0.399-0.144,0.529-0.439,0.591 c-0.174,0.038-0.22,0.092-0.22,0.245c0,0.292-0.235,0.637-0.432,0.637c-0.159,0-0.167,0.015-0.083,0.153 c0.083,0.13,0.076,0.169-0.076,0.276c-0.129,0.092-0.159,0.161-0.114,0.315c0.083,0.368,0.242,0.591,0.492,0.729 c0.235,0.123,0.242,0.13,0.061,0.138c-0.136,0-0.326-0.146-0.697-0.545c-0.409-0.437-0.538-0.637-0.636-0.982 c-0.318-1.097-0.53-1.503-0.833-1.618c-0.091-0.038-0.318-0.269-0.507-0.514c-0.409-0.537-0.523-1.02-0.31-1.258 c0.114-0.13,0.121-0.184,0.045-0.307c-0.076-0.123-0.068-0.192,0.023-0.376c0.068-0.13,0.151-0.23,0.189-0.23 c0.045,0,0.076-0.038,0.076-0.084c0-0.054-0.068-0.069-0.182-0.038c-0.151,0.038-0.273-0.038-0.659-0.414 c-0.326-0.307-0.545-0.46-0.674-0.46c-0.288,0-0.515-0.199-0.576-0.499c-0.023-0.146-0.076-0.268-0.114-0.268 c-0.038,0-0.068-0.031-0.068-0.077c0-0.038-0.091-0.268-0.204-0.514C8.404,11,8.404,10.21,8.692,9.604 c0.114-0.23,0.242-0.522,0.288-0.652c0.167-0.445-0.114-0.031-0.356,0.537c-0.439,1.028-0.591,1.787-0.591,3.068 c0,1.365,0.159,2.109,0.682,3.229c0.432,0.943,0.863,1.565,1.545,2.263c1.136,1.143,2.537,1.887,4.119,2.178 c1.537,0.284,3.294,0.015,4.748-0.729c1.992-1.013,3.461-2.884,4.021-5.101c0.144-0.568,0.174-0.897,0.182-1.81 C23.33,11.437,23.277,11.215,23.012,11.215z M20.286,10.218c0.03-0.023,0.076-0.023,0.106,0c0.023,0.03,0,0.053-0.053,0.053 C20.286,10.271,20.263,10.248,20.286,10.218z M18.9,9.476c0.045,0.023,0.076,0.114,0.076,0.197c0,0.212-0.114,0.174-0.136-0.053 C18.832,9.514,18.854,9.446,18.9,9.476z M17.612,7.999c0.167,0.182,0.295,0.371,0.28,0.416c-0.015,0.038-0.129,0.083-0.257,0.098 c-0.182,0.015-0.235-0.008-0.22-0.091c0.008-0.068,0.038-0.136,0.068-0.167c0.023-0.03,0-0.121-0.061-0.212 C17.188,7.712,17.325,7.681,17.612,7.999z M17.264,8.022c0.106,0.038,0.114,0.083,0.045,0.204c-0.091,0.167-0.303,0.205-0.303,0.061 C17.007,8.105,17.143,7.977,17.264,8.022z M11.88,7.621c-0.159,0-0.182-0.015-0.098-0.114c0.053-0.061,0.121-0.114,0.151-0.114 c0.03,0,0.076,0.053,0.106,0.114C12.069,7.59,12.024,7.621,11.88,7.621z M11.236,12.619c-0.106,0-0.235-0.053-0.288-0.114 c-0.061-0.076-0.159-0.098-0.25-0.068c-0.098,0.03-0.129,0.015-0.098-0.038c0.091-0.144,0.538-0.098,0.689,0.068 C11.426,12.611,11.418,12.619,11.236,12.619z M11.721,12.846c-0.295,0-0.318-0.015-0.212-0.114c0.136-0.144,0.204-0.144,0.394,0 C12.039,12.831,12.024,12.838,11.721,12.846z M12.274,12.922c-0.023,0.045-0.061,0.076-0.083,0.076c-0.015,0-0.03-0.03-0.03-0.076 c0-0.038,0.038-0.076,0.083-0.076C12.281,12.846,12.297,12.884,12.274,12.922z M8.715,12.225c-0.038,0.038-0.189-0.326-0.189-0.462 c0.008-0.053,0.053,0.023,0.121,0.167C8.707,12.073,8.737,12.202,8.715,12.225z M12.607,5.803c0.045,0,0.098,0.038,0.121,0.076 c0.023,0.045-0.008,0.076-0.068,0.076c-0.068,0-0.121-0.03-0.121-0.076C12.539,5.841,12.569,5.803,12.607,5.803z M12.531,6.235 c0.045-0.061,0.068-0.129,0.045-0.159c-0.023-0.023,0.008-0.015,0.053,0.03c0.053,0.038,0.174,0.076,0.288,0.076 c0.151,0,0.167,0.015,0.076,0.076c-0.061,0.038-0.212,0.076-0.333,0.076C12.486,6.333,12.463,6.311,12.531,6.235z M12.069,6.144 c-0.295,0.197-0.485,0.25-0.394,0.106c0.045-0.083,0.492-0.295,0.613-0.295C12.319,5.955,12.221,6.038,12.069,6.144z M13.251,7.363 c-0.204-0.053-0.22-0.03-0.098,0.197c0.068,0.136,0.061,0.144-0.076,0.098c-0.121-0.038-0.151-0.023-0.114,0.068 c0.053,0.136-0.083,0.167-0.167,0.038c-0.023-0.046-0.151-0.144-0.288-0.227c-0.197-0.121-0.212-0.144-0.076-0.144 c0.083,0,0.212-0.061,0.28-0.136c0.144-0.159,0.174-0.318,0.038-0.182c-0.151,0.151-0.242,0.098-0.098-0.061 c0.136-0.151,0.129-0.151-0.182-0.151c-0.265,0-0.318-0.023-0.295-0.129c0.015-0.076,0.121-0.182,0.242-0.235 c0.182-0.091,0.257-0.091,0.545,0.023c0.288,0.106,0.333,0.159,0.333,0.341c0,0.136,0.061,0.257,0.159,0.326 C13.644,7.325,13.523,7.431,13.251,7.363z M13.569,5.879c-0.068,0-0.121,0.053-0.121,0.114c0,0.083-0.083,0.114-0.28,0.114 c-0.151,0-0.25-0.023-0.22-0.053c0.03-0.038,0.098-0.061,0.144-0.061c0.038,0,0.091-0.045,0.114-0.106 c0.023-0.068-0.008-0.083-0.129-0.045c-0.235,0.068-0.197-0.015,0.068-0.151c0.288-0.151,0.447-0.144,0.257,0.008 c-0.144,0.114-0.136,0.114,0.023,0.068c0.091-0.023,0.182-0.008,0.212,0.038C13.66,5.841,13.629,5.879,13.569,5.879z M13.554,9.559 c-0.023-0.061-0.098-0.091-0.189-0.068c-0.174,0.045-0.182-0.03-0.023-0.212c0.114-0.129,0.136-0.129,0.303-0.015 c0.098,0.061,0.182,0.182,0.182,0.257C13.826,9.688,13.614,9.718,13.554,9.559z M15.379,6.864c-0.144,0-0.295,0.303-0.386,0.75 c-0.008,0.061-0.068,0.136-0.121,0.167c-0.129,0.083-0.212,0.083-0.212,0c0-0.038-0.106-0.083-0.227-0.114 c-0.129-0.023-0.25-0.106-0.273-0.174c-0.023-0.076-0.083-0.212-0.129-0.31c-0.068-0.136-0.053-0.197,0.083-0.341 c0.204-0.212,0.212-0.295,0.038-0.227c-0.129,0.053-0.129,0.045,0-0.151c0.235-0.364,0.121-0.833-0.189-0.75 C13.781,5.758,13.788,5.599,13.97,5.5c0.204-0.106,0.31-0.098,0.31,0.038c0,0.091,0.038,0.091,0.25-0.015 c0.129-0.068,0.303-0.151,0.371-0.189c0.227-0.106,0.591-0.076,0.591,0.053c0,0.061,0.038,0.114,0.076,0.114 c0.045,0,0.098,0.061,0.129,0.136c0.023,0.068,0.114,0.204,0.197,0.295c0.083,0.098,0.114,0.174,0.068,0.174 c-0.045,0-0.068,0.053-0.045,0.106C15.954,6.311,15.492,6.864,15.379,6.864z M16.469,6.985c-0.091,0.106-0.53,0.151-0.621,0.053 c-0.136-0.129-0.03-0.227,0.257-0.235C16.484,6.788,16.59,6.841,16.469,6.985z M21.815,15.935c-0.151,0.326-0.303,0.545-0.379,0.545 c-0.144,0-0.144-0.151,0-0.348c0.061-0.076,0.114-0.197,0.114-0.265c0-0.129,0.432-0.576,0.492-0.515 C22.058,15.375,21.959,15.64,21.815,15.935z"/> <path fill="%23FFFFFF" d="M21.876,12.452c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.974,12.543,21.914,12.497,21.876,12.452z"/> <path fill="%23FFFFFF" d="M21.868,9.764c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.058,10.044,21.944,9.915,21.868,9.764z"/> <path fill="%2300b200" d="M21.878,9.92c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.067,10.2,21.954,10.072,21.878,9.92z"/> <path fill="%2300b200" d="M20.386,9.685C20.31,9.61,20.348,9.223,20.439,9.17c0.045-0.03,0.121,0,0.174,0.068 c0.098,0.136,0.31,0.182,0.227,0.053c-0.121-0.197,0.061-0.189,0.265,0.015c0.341,0.341,0.303,0.416-0.227,0.416 C20.628,9.723,20.409,9.701,20.386,9.685z"/> <path fill="%2300b200" d="M18.607,8.322c0-0.038,0.083-0.106,0.189-0.151c0.212-0.098,0.235-0.197,0.083-0.477 c-0.144-0.28-0.114-0.629,0.061-0.659c0.121-0.023,0.136,0,0.091,0.167c-0.061,0.235,0.076,0.53,0.212,0.477 C19.424,7.61,19.5,7.876,19.371,8.11c-0.098,0.174-0.182,0.22-0.447,0.242C18.75,8.368,18.607,8.353,18.607,8.322z"/> </svg>');
}
.lightGreen.icon-metainfo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.31,16.534V5.298L5.147,10.177L16.31,16.534z"/> <path fill="%23999999" d="M27.472,10.177L16.31,5.298l0,7.601l0,3.636L27.472,10.177z"/> <path fill="%23009900" d="M16.31,17.117l5.492-3.232l0.791-6.786L16.31,9.745V17.117z"/> <path fill="%2300b200" d="M10.817,13.885l5.492,3.232V9.745l-6.283-2.645L10.817,13.885z"/> <polygon fill="%2300e500" points="16.31,4.335 10.027,7.099 16.31,9.745 22.593,7.099 "/> <path fill="%23676767" d="M16.31,29.545l9.758-7.393l1.405-11.976L16.31,16.534V29.545z"/> <path fill="%23999999" d="M6.552,22.153l9.758,7.393V16.534L5.147,10.177L6.552,22.153z"/> </svg>');
}
.lightGreen.icon-navigator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M19.326,11.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,10.988,17.803,11.076,19.326,11.388"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="22.1481" x2="28.0832" y2="22.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,15.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,15.994"/> <polygon fill="%23676767" points="14.051,14.564 8.452,20.865 19.176,17.603 23.899,11.716 "/> <path fill="%23CCCCCC" d="M26.992,12.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,14.582,27.761,13.542,26.992,12.553z M26.7,16.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,13.831,26.876,14.914,26.7,16.054z"/> <polygon fill="%2300e500" points="16.42,12.556 13.405,12.174 6.695,19.726 "/> <polygon fill="%2300b200" points="6.695,19.726 19.548,15.816 16.42,12.556 "/> <polygon fill="%23009900" points="25.208,8.76 16.42,12.556 19.548,15.816 "/> <polygon fill="%2300b200" points="13.405,12.174 16.42,12.556 25.208,8.76 "/> </svg>');
}
.lightGreen.icon-compass{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M22.739,13.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,13.43,22.728,13.435,22.739,13.438"/> <path fill="%23676767" d="M19.326,14.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,13.988,17.803,14.076,19.326,14.388"/> <path fill="%23CCCCCC" d="M20.069,14.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,14.78,20.463,14.663,20.069,14.561"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="25.1481" x2="28.0832" y2="25.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,18.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,18.994"/> <polygon fill="%23676767" points="13.644,18.022 8.452,23.865 18.398,20.84 22.778,15.379 "/> <path fill="%23CCCCCC" d="M26.992,15.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,17.582,27.761,16.542,26.992,15.553z M26.7,19.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,16.831,26.876,17.914,26.7,19.054z"/> <polygon fill="%2300e500" points="16.013,16.322 13.448,15.997 7.735,22.425 "/> <polygon fill="%2300b200" points="7.735,22.425 18.676,19.097 16.013,16.322 "/> <polygon fill="%23009900" points="23.494,13.091 16.013,16.322 18.676,19.097 "/> <polygon fill="%2300b200" points="13.448,15.997 16.013,16.322 23.494,13.091 "/> <path fill="%2300b200" d="M19.038,9.996h-1.683l-2.51-3.94v3.94H12.92V2.158h1.683l2.51,3.94v-3.94h1.924V9.996z"/> </svg>');
}
.lightGreen.icon-dispatcher{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M23.617,28.878c-0.012-0.008-0.044-0.007-0.094,0.003c-0.088,0.024-0.191,0.06-0.31,0.11 c-0.129,0.067-0.227,0.114-0.294,0.142c-0.392,0.209-0.763,0.43-1.113,0.665c-0.283,0.199-0.424,0.32-0.423,0.365l0.01,0.013 c0.013,0.01,0.044,0.01,0.094,0c0.14-0.034,0.341-0.118,0.603-0.252c0.419-0.207,0.792-0.428,1.116-0.665 C23.527,29.035,23.663,28.908,23.617,28.878"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.1712" y1="28.8951" x2="15.1712" y2="25.2385"> <stop offset="0.2832" style="stop-color:%2300b200"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.357,28.188l0.013-1.994c-0.519-0.086-1.058-0.262-1.617-0.529 c-0.262-0.126-0.523-0.268-0.781-0.426l0.016,2.823c-0.005,0.051-0.001,0.104,0.01,0.158c0.045,0.234,0.216,0.416,0.513,0.545 c0.228,0.101,0.48,0.143,0.755,0.126c0.284-0.011,0.529-0.083,0.736-0.216C16.226,28.535,16.345,28.373,16.357,28.188"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.5608" y1="20.6718" x2="10.0551" y2="20.6718"> <stop offset="0.2832" style="stop-color:%2300b200"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.897,19.333l-0.862,0.558c-0.005,0.003-0.011,0.007-0.016,0.01 c-0.252,0.14-0.399,0.364-0.442,0.671c-0.045,0.28,0.004,0.549,0.148,0.807c0.153,0.252,0.357,0.433,0.613,0.545 c0.278,0.119,0.539,0.114,0.784-0.016l0.933-0.558C9.633,20.723,9.246,20.05,8.897,19.333"/> <path fill="%23009900" d="M27.173,21.967c-0.057-0.081-0.127-0.132-0.21-0.152c-0.132-0.029-0.297,0.024-0.494,0.158 c-0.209,0.136-0.399,0.337-0.571,0.603c-0.157,0.247-0.269,0.499-0.336,0.755c-0.101,0.37-0.082,0.653,0.058,0.849 c0.028,0.038,0.058,0.068,0.09,0.09c0.149,0.107,0.353,0.074,0.613-0.1c0.209-0.14,0.397-0.341,0.565-0.603 c0.155-0.245,0.269-0.497,0.342-0.755C27.326,22.438,27.307,22.156,27.173,21.967"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.7096" y1="12.1321" x2="7.7092" y2="12.1321"> <stop offset="0.2832" style="stop-color:%2300b200"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.093,10.427c-0.154-0.06-0.333-0.04-0.539,0.058c-0.224,0.105-0.413,0.279-0.568,0.52 c-0.151,0.234-0.24,0.475-0.268,0.723c-0.034,0.323,0.038,0.568,0.216,0.736c0.06,0.056,0.126,0.095,0.197,0.119l2.278,1.287 c-0.008-0.238-0.008-0.475,0-0.71c0.023-0.682,0.123-1.302,0.3-1.862L6.125,10.44C6.115,10.436,6.104,10.431,6.093,10.427"/> <path fill="%2300b200" d="M22.653,10.508l-0.132,0.084c-0.222,0.17-0.34,0.42-0.355,0.749c-0.011,0.329,0.076,0.645,0.261,0.949 c0.179,0.301,0.413,0.527,0.703,0.678c0.337,0.172,0.649,0.177,0.936,0.016l0.013-0.006c0.012-0.007,0.024-0.014,0.035-0.023 c0.274-0.168,0.418-0.435,0.432-0.8c0.013-0.329-0.073-0.645-0.258-0.949c-0.179-0.295-0.413-0.517-0.703-0.668 c-0.329-0.174-0.635-0.187-0.916-0.039C22.664,10.502,22.659,10.505,22.653,10.508"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="9.2352" y1="13.3643" x2="18.0998" y2="22.2289"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.501,11.644c-0.588,0.113-1.056,0.417-1.404,0.91c-0.062,0.088-0.12,0.181-0.174,0.281 c-0.284,0.529-0.435,1.175-0.452,1.936c-0.026,1.176,0.251,2.406,0.833,3.688c0.035,0.075,0.07,0.15,0.106,0.226 c0.314,0.656,0.673,1.257,1.075,1.804c0.391,0.53,0.824,1.009,1.297,1.436c0.544,0.486,1.095,0.857,1.652,1.113 c0.598,0.271,1.16,0.387,1.688,0.348c0.105-0.006,0.208-0.019,0.31-0.039c0.693-0.127,1.215-0.521,1.568-1.181 c0.066-0.123,0.125-0.252,0.177-0.387c-0.336-0.035-0.686-0.127-1.049-0.274c-0.566-0.237-1.123-0.589-1.671-1.058 c-0.025-0.021-0.049-0.043-0.074-0.065l-0.816,0.478c-0.108,0.071-0.23,0.12-0.365,0.148c-0.229,0.05-0.474,0.036-0.732-0.042 c-0.087-0.026-0.176-0.059-0.268-0.1c-0.284-0.129-0.56-0.316-0.829-0.561c-0.213-0.188-0.41-0.399-0.591-0.632 c-0.227-0.29-0.43-0.616-0.607-0.978c-0.017-0.034-0.033-0.069-0.048-0.103c-0.299-0.639-0.449-1.258-0.449-1.859 c0-0.235,0.026-0.449,0.077-0.642c0.032-0.117,0.074-0.227,0.126-0.329c0.109-0.223,0.256-0.389,0.439-0.497 c0.034-0.02,0.068-0.039,0.103-0.055l0.829-0.439c-0.077-0.471-0.107-0.936-0.09-1.394c0.025-0.658,0.155-1.234,0.39-1.726 C12.188,11.581,11.837,11.579,11.501,11.644"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="7.1765" y1="4.412" x2="11.1537" y2="8.3893"> <stop offset="0.2832" style="stop-color:%2300b200"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.984,3.609C8.973,3.581,8.948,3.571,8.91,3.577C8.802,3.581,8.654,3.629,8.464,3.719 C8.101,3.87,7.721,4.079,7.325,4.348C7.067,4.527,6.901,4.669,6.828,4.774C6.807,4.802,6.801,4.83,6.812,4.858 C6.813,4.86,6.814,4.861,6.815,4.861l2.42,4.227c0.521-0.308,1.041-0.487,1.562-0.539c0.362-0.163,0.601-0.354,0.716-0.574 c0.003-0.001,0.005-0.004,0.006-0.006L8.984,3.609"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.7918" y1="6.4714" x2="16.5378" y2="6.4714"> <stop offset="0.2832" style="stop-color:%2300b200"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M13.83,3.845c-0.02-0.038-0.032-0.076-0.039-0.113l0.039,3.453l0.016,1.3 c-0.01,0.054-0.003,0.108,0.019,0.165c0.071,0.185,0.295,0.333,0.671,0.445c0.256,0.077,0.518,0.116,0.787,0.116 c0.312,0,0.574-0.056,0.787-0.168c0.136-0.062,0.239-0.146,0.31-0.252c0.076-0.112,0.097-0.229,0.061-0.352l0.01-0.665l0.045-4.008 c-0.014,0.144-0.144,0.273-0.39,0.387c-0.224,0.101-0.489,0.159-0.797,0.174c-0.286,0.017-0.552-0.002-0.797-0.058 C14.179,4.187,13.938,4.045,13.83,3.845z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="22.502" y1="29.5224" x2="19.8822" y2="24.9848"> <stop offset="0.2832" style="stop-color:%2300b200"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M19.639,25.229c-0.104,0.112-0.214,0.214-0.329,0.307c-0.011,0.009-0.021,0.017-0.032,0.026 c-0.122,0.095-0.251,0.18-0.387,0.255l2.494,4.347c-0.001-0.044,0.14-0.166,0.423-0.365c0.351-0.234,0.722-0.456,1.113-0.665 c0.067-0.028,0.165-0.075,0.294-0.142c0.118-0.049,0.222-0.086,0.31-0.11c0.05-0.01,0.081-0.011,0.094-0.003l-2.581-4.443 l-0.013,0.006c-0.009,0.007-0.023,0.012-0.042,0.016C20.731,24.46,20.284,24.717,19.639,25.229"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="12.2652" y1="14.3677" x2="17.441" y2="19.5435"> <stop offset="0.3987" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M18.277,18.456c-0.155-0.698-0.407-1.412-0.755-2.143c-0.565-1.18-1.272-2.179-2.12-2.998 c-0.046-0.046-0.093-0.091-0.142-0.136l-3.007,1.591l-0.829,0.439c0.069-0.031,0.142-0.054,0.219-0.071 c0.215-0.047,0.443-0.038,0.684,0.026c0.105,0.029,0.213,0.067,0.323,0.116c0.273,0.129,0.547,0.314,0.823,0.555 c0.48,0.437,0.879,0.976,1.197,1.617c0.331,0.682,0.497,1.334,0.497,1.955c0,0.255-0.03,0.485-0.09,0.691 c-0.03,0.103-0.068,0.2-0.113,0.29c-0.101,0.206-0.233,0.363-0.397,0.471l0.816-0.478l2.936-1.717 C18.306,18.596,18.292,18.526,18.277,18.456z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="24.1702" y1="19.5232" x2="24.1702" y2="24.2705"> <stop offset="0.2832" style="stop-color:%2300b200"/> <stop offset="0.7998" style="stop-color:%2300699C"/> <stop offset="0.9069" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.033,19.827c-0.185,0.179-0.339,0.411-0.461,0.697c-0.118,0.28-0.183,0.551-0.194,0.813 c-0.01,0.268,0.043,0.454,0.158,0.558l0.11,0.061l1.249,0.71l2.817,1.604c-0.033-0.022-0.063-0.053-0.09-0.09 c-0.14-0.196-0.159-0.479-0.058-0.849c0.067-0.256,0.179-0.508,0.336-0.755c0.172-0.267,0.362-0.468,0.571-0.603 c0.197-0.134,0.361-0.187,0.494-0.158l-3.359-1.846l-0.703-0.387c-0.007-0.002-0.013-0.006-0.019-0.01 c-0.021-0.008-0.044-0.016-0.068-0.023C22.562,19.472,22.302,19.565,22.033,19.827"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="20.2532" y1="11.7402" x2="22.781" y2="14.268"> <stop offset="0.2832" style="stop-color:%2300b200"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M19.523,12.515c-0.011,0.007-0.023,0.014-0.035,0.019c-0.156,0.1-0.264,0.235-0.323,0.407 c-0.029,0.087-0.047,0.183-0.052,0.287c-0.015,0.308,0.063,0.615,0.236,0.923c0.174,0.301,0.398,0.53,0.671,0.687 c0.114,0.064,0.226,0.106,0.336,0.126c0.199,0.036,0.391,0.002,0.578-0.103c0.014-0.008,0.027-0.016,0.039-0.026 c0.016-0.008,0.031-0.018,0.045-0.029l1.268-0.758l1.781-1.065c-0.287,0.161-0.599,0.155-0.936-0.016 c-0.29-0.151-0.525-0.376-0.703-0.678c-0.185-0.303-0.272-0.62-0.261-0.949c0.015-0.329,0.133-0.578,0.355-0.749l-1.639,1.052 L19.523,12.515"/> <path fill="%23999999" d="M20.858,20.111c-0.152-1.413-0.586-2.877-1.3-4.392c-0.046-0.098-0.094-0.196-0.142-0.294 c-0.248-0.506-0.514-0.991-0.8-1.455c-0.736-1.192-1.595-2.24-2.578-3.143c-0.228-0.207-0.458-0.402-0.687-0.584 c-0.589-0.464-1.179-0.839-1.771-1.126c-0.83-0.397-1.62-0.595-2.372-0.594c-0.125,0-0.25,0.006-0.374,0.016 c-0.001,0.003-0.003,0.005-0.006,0.006c-0.009,0.001-0.019,0.002-0.029,0.003c-0.521,0.052-1.041,0.231-1.562,0.539 c-0.425,0.286-0.782,0.678-1.071,1.178c-0.186,0.317-0.337,0.662-0.455,1.033c-0.177,0.559-0.277,1.18-0.3,1.862 c-0.008,0.235-0.008,0.472,0,0.71c0.055,1.657,0.508,3.388,1.359,5.192c0.043,0.091,0.086,0.181,0.129,0.271 c0.35,0.717,0.736,1.389,1.159,2.017c0.656,0.974,1.4,1.841,2.233,2.601c0.552,0.508,1.113,0.938,1.685,1.287 c0.258,0.158,0.519,0.3,0.781,0.426c0.558,0.267,1.097,0.443,1.617,0.529c0.472,0.078,0.928,0.082,1.368,0.013 c0.425-0.065,0.809-0.195,1.152-0.391c0.136-0.074,0.265-0.159,0.387-0.255c0.011-0.009,0.022-0.017,0.032-0.026 c0.115-0.093,0.225-0.195,0.329-0.307c0.072-0.076,0.142-0.156,0.21-0.242c0.099-0.127,0.193-0.264,0.281-0.41 c0.01-0.018,0.021-0.036,0.032-0.055c0.465-0.794,0.716-1.761,0.755-2.901C20.934,21.124,20.915,20.621,20.858,20.111z M18.177,21.779c-0.052,0.135-0.111,0.265-0.178,0.387c-0.353,0.66-0.875,1.054-1.568,1.181c-0.102,0.02-0.205,0.032-0.31,0.039 c-0.527,0.039-1.09-0.077-1.688-0.349c-0.557-0.256-1.108-0.627-1.652-1.113c-0.474-0.427-0.906-0.906-1.297-1.436 c-0.402-0.546-0.76-1.148-1.075-1.804c-0.036-0.076-0.072-0.151-0.106-0.226c-0.582-1.282-0.859-2.512-0.832-3.688 c0.017-0.762,0.168-1.407,0.452-1.936c0.054-0.099,0.112-0.193,0.174-0.281c0.347-0.493,0.815-0.797,1.404-0.91 c0.336-0.065,0.687-0.063,1.052,0.006c0.304,0.057,0.619,0.161,0.942,0.31c0.555,0.252,1.106,0.624,1.652,1.116 c0.038,0.034,0.076,0.069,0.113,0.103c0.049,0.045,0.096,0.09,0.142,0.135c0.848,0.819,1.555,1.818,2.12,2.998 c0.348,0.731,0.6,1.445,0.755,2.143c0.015,0.071,0.029,0.14,0.042,0.21c0.103,0.528,0.151,1.047,0.142,1.555 C18.448,20.807,18.353,21.327,18.177,21.779z"/> <path fill="%2300b200" d="M13.472,15.836c-0.275-0.241-0.55-0.426-0.823-0.555c-0.11-0.049-0.217-0.087-0.323-0.116 c-0.241-0.064-0.469-0.072-0.684-0.026c-0.077,0.017-0.15,0.04-0.219,0.071c-0.035,0.016-0.07,0.034-0.103,0.055 c-0.183,0.108-0.329,0.274-0.439,0.497c-0.052,0.102-0.094,0.212-0.126,0.329c-0.052,0.193-0.077,0.407-0.077,0.642 c0,0.6,0.15,1.22,0.449,1.859c0.015,0.035,0.032,0.069,0.048,0.103c0.177,0.361,0.379,0.687,0.607,0.978 c0.181,0.234,0.378,0.444,0.591,0.632c0.269,0.245,0.545,0.432,0.829,0.561c0.091,0.041,0.181,0.074,0.268,0.1 c0.259,0.078,0.503,0.092,0.732,0.042c0.135-0.028,0.257-0.078,0.365-0.148c0.163-0.108,0.296-0.265,0.397-0.471 c0.045-0.09,0.082-0.187,0.113-0.29c0.06-0.206,0.09-0.436,0.09-0.691c0-0.622-0.166-1.274-0.497-1.955 C14.351,16.811,13.952,16.272,13.472,15.836z"/> <linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="10.653" y1="8.6937" x2="23.8797" y2="21.9204"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_11_)" d="M11.52,7.969c-0.001,0.003-0.004,0.005-0.006,0.006c-0.115,0.22-0.354,0.411-0.716,0.574 c0.01-0.001,0.02-0.002,0.029-0.003c0.003-0.002,0.006-0.004,0.006-0.006c0.124-0.01,0.249-0.016,0.374-0.016 c0.752-0.001,1.542,0.197,2.372,0.594c0.592,0.287,1.183,0.662,1.772,1.126c0.23,0.182,0.459,0.377,0.687,0.584 c0.983,0.903,1.842,1.951,2.578,3.143c0.286,0.464,0.553,0.949,0.8,1.455c0.049,0.097,0.096,0.195,0.142,0.294 c0.715,1.515,1.148,2.978,1.3,4.392c0.056,0.51,0.076,1.013,0.058,1.51c-0.039,1.14-0.29,2.107-0.755,2.901 c-0.011,0.019-0.022,0.037-0.032,0.055c-0.088,0.146-0.181,0.283-0.281,0.41c-0.067,0.086-0.137,0.166-0.21,0.242 c0.645-0.512,1.092-0.769,1.342-0.771l0.055-0.026l0.01-0.003l0.661-0.426c0.012-0.006,0.023-0.014,0.032-0.023 c0.422-0.289,0.78-0.678,1.075-1.168c0.028-0.047,0.055-0.095,0.081-0.145l-1.249-0.71c-0.026-0.007-0.051-0.018-0.074-0.032 c-0.013-0.009-0.024-0.018-0.035-0.029c-0.115-0.104-0.168-0.29-0.158-0.558c0.011-0.262,0.075-0.534,0.194-0.813 c0.123-0.286,0.276-0.518,0.461-0.697c0.269-0.262,0.529-0.355,0.781-0.278c0.024,0.007,0.046,0.014,0.068,0.023 c0.006,0.004,0.013,0.007,0.019,0.01l0.703,0.387c0.002-0.005,0.003-0.01,0.003-0.016c0.097-1.867-0.336-3.818-1.297-5.853 c-0.008-0.017-0.017-0.034-0.026-0.052l-1.268,0.758c-0.014,0.011-0.029,0.021-0.045,0.029c-0.012,0.01-0.025,0.018-0.039,0.026 c-0.187,0.105-0.379,0.139-0.578,0.103c-0.11-0.02-0.222-0.062-0.336-0.126c-0.273-0.157-0.497-0.386-0.671-0.687 c-0.172-0.308-0.251-0.615-0.236-0.923c0.005-0.105,0.022-0.2,0.052-0.287c0.059-0.172,0.167-0.307,0.323-0.407 c0.012-0.005,0.024-0.012,0.035-0.019l1.358-0.871c-0.627-0.88-1.334-1.663-2.12-2.349c-0.75-0.653-1.506-1.16-2.268-1.52 l-0.01,0.665c0.036,0.123,0.015,0.24-0.061,0.352c-0.071,0.105-0.174,0.189-0.31,0.252c-0.213,0.112-0.475,0.168-0.787,0.168 c-0.269,0-0.531-0.039-0.787-0.116c-0.376-0.112-0.6-0.26-0.671-0.445c-0.023-0.056-0.029-0.111-0.019-0.165l-0.016-1.3 c-0.18,0.012-0.359,0.036-0.536,0.071c-0.34,0.066-0.654,0.173-0.942,0.319c-0.006,0.002-0.013,0.005-0.019,0.006L11.52,7.969"/> <path fill="%2300e500" d="M15.776,3.157c-0.245-0.056-0.511-0.076-0.797-0.061c-0.308,0.017-0.573,0.076-0.797,0.177 c-0.24,0.112-0.371,0.238-0.39,0.378c-0.004,0.026-0.004,0.053,0,0.081c0.006,0.037,0.019,0.075,0.039,0.113 c0.108,0.2,0.348,0.342,0.723,0.426c0.245,0.056,0.511,0.075,0.797,0.058c0.308-0.015,0.573-0.073,0.797-0.174 c0.246-0.115,0.376-0.244,0.39-0.387c0.002-0.017,0.002-0.034,0-0.052c-0.003-0.043-0.016-0.087-0.039-0.132 C16.392,3.388,16.151,3.246,15.776,3.157z"/> </svg>');
}
.lightGreen.icon-rotate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300e500" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%23009900" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%2300e500" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%23009900" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%2300b200" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%2300e500" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%23009900" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%2300e500" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%2300b200" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg> ');
}
.yellow.icon-testcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M24.091,20.666l0.088-1.15l-3.982,2.682l-0.044,1.169L24.091,20.666 M14.589,14.077l-0.013-2.671 L10.338,9.05l0.256,7.234L14.589,14.077 M24.597,12.119l0.1-1.3l-4.22,2.519l-0.05,1.332L24.597,12.119z"/> <path fill="%23676767" d="M17.215,23.423l-1.369-0.888l0.006,6.796l2.942-1.614l0.008-4.326L17.215,23.423z"/> <polyline fill="%23f9e100" points="10.182,5.643 17.371,9.381 21.678,7.068 14.489,3.643 11.958,4.468 7.738,6.412 10.182,5.643 "/> <polygon fill="%23f9e100" points="20.197,22.198 24.179,19.516 14.589,14.077 10.595,16.284 "/> <path fill="%23ccaa00" d="M10.338,9.05l4.238,2.357l5.851,3.263l0.05-1.332l-3.107-3.957l-7.189-3.738L7.738,6.412l0.513,9.485 l2.482,3.326l1.888,1.219l3.226,2.094l1.369,0.888l1.588-0.031l1.35-0.025l0.044-1.169l-9.602-5.914L10.338,9.05z"/> <path fill="%23999999" d="M15.852,29.331l-0.006-6.796l-3.226-2.094l0.088,6.759L15.852,29.331z"/> <path fill="%23a58d00" d="M24.697,10.819l-3.019-3.751l-4.307,2.313l3.107,3.957L24.697,10.819z"/> </svg> ');
}
.yellow.icon-raw{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M19.605,17.233l0.15-0.091l4.171-2.609l0.335-4.17l-4.513,2.558L19.605,17.233z"/> <path fill="%23676767" d="M15.963,15.143l-0.004,0.252l0.004,13.778l3.192-2.184l0.023-10L15.963,15.143z"/> <path fill="%23999999" d="M15.959,15.395l-0.002-0.252l-3.172-1.827l0.104,13.756l3.074,2.1L15.959,15.395z"/> <path fill="%23ccaa00" d="M7.561,9.195l0.083,1.171l11.96,6.867l0.143-4.311l-8.753-4.628L7.561,9.195z"/> <polyline fill="%23f9e100" points="24.261,10.364 15.525,6.261 11.555,7.322 7.561,9.195 10.995,8.293 19.748,12.922 24.261,10.364 "/> </svg> ');
}
.yellow.icon-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23f9e100" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%23ccaa00" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.yellow.icon-cogs{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a58d00" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a58d00" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23f9e100" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23ccaa00" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23ccaa00" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23ccaa00" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23ccaa00" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23ccaa00" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23ccaa00" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23a58d00" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23a58d00" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23a58d00" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23a58d00" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23a58d00" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23f9e100" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23f9e100" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23f9e100" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23f9e100" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23ccaa00" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23ccaa00" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23ccaa00" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23ccaa00" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg>');
}
.yellow.icon-check{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="10.924,28.413 11.789,26.634 30.888,23.991 29.88,25.571 "/> <polyline fill="%23676767" points="5.681,13.159 4.626,11.479 19.059,11.051 18.937,11.301 18.945,11.308 18.307,12.634 5.681,13.159 "/> <polyline fill="%23999999" points="18.307,12.634 18.945,11.308 19.067,11.05 27.956,22.594 25.98,22.84 18.307,12.634 "/> <polygon fill="%23999999" points="11.789,26.634 10.924,28.413 1.121,11.861 1.725,10.095 "/> <path fill="%23CCCCCC" d="M1.725,10.095l17.959-0.354l11.204,14.25l-19.099,2.643L1.725,10.095z M27.956,22.594L19.067,11.05 L4.626,11.479l8.171,12.996L27.956,22.594z"/> <polygon fill="%23f9e100" points="19.115,17.44 16.96,16.839 24.901,2.354 27.076,2.908 "/> <polygon fill="%23f9e100" points="11.605,17.129 9.465,16.526 11.381,13.027 13.527,13.618 "/> <polygon fill="%23ccaa00" points="20,22.84 17.846,22.223 9.465,16.526 11.605,17.129 "/> <polygon fill="%23a58d00" points="27.076,2.908 29.85,4.848 20,22.84 11.605,17.129 13.527,13.618 19.115,17.44 "/> </svg> ');
}
.yellow.icon-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M23.67,26.671c0.126-0.058,0.246-0.125,0.361-0.201c0.145-0.085,0.283-0.179,0.415-0.281 c0.82-0.633,1.431-1.525,1.833-2.675c0.321-0.928,0.491-1.98,0.508-3.157c0.036-2.033-0.366-4.151-1.204-6.354l-2.997,1.632 c0.847,2.23,1.271,4.352,1.271,6.368c0,1.186-0.152,2.247-0.455,3.184c-0.241,0.734-0.571,1.363-0.99,1.886 c-0.239,0.309-0.511,0.581-0.816,0.816c-0.062,0.049-0.124,0.093-0.187,0.134L23.67,26.671 M17.088,3.675l-3.063,1.458l0.294,11.652 l2.943-1.538L17.088,3.675z"/> <path fill="%23f9e100" d="M17.262,15.247l-2.943,1.538l8.267-1.15l2.997-1.632L17.262,15.247 M17.088,3.675 c-0.223-0.116-0.464-0.223-0.722-0.321c-1.115-0.437-2.167-0.606-3.157-0.508c-0.496,0.055-0.96,0.175-1.391,0.361 c-0.047,0.025-0.096,0.047-0.147,0.067L8.968,4.531c0.37-0.136,0.763-0.225,1.177-0.268c0.067-0.007,0.134-0.011,0.201-0.013 c0.932-0.058,1.917,0.125,2.956,0.548c0.161,0.062,0.401,0.174,0.722,0.334L17.088,3.675z"/> <path fill="%23ccaa00" d="M5.838,8.638c-0.214,0.972-0.29,2.042-0.227,3.211C5.726,13.891,6.243,16,7.162,18.177 c0.865,2.051,1.971,3.911,3.318,5.578c1.579,1.926,3.228,3.322,4.95,4.187c1.07,0.535,2.1,0.829,3.09,0.883 c1.039,0.047,1.953-0.189,2.742-0.709c0.051-0.025,0.1-0.056,0.147-0.094c0.063-0.041,0.125-0.085,0.187-0.134 c0.305-0.235,0.577-0.507,0.816-0.816c0.419-0.523,0.749-1.152,0.99-1.886c0.303-0.936,0.455-1.998,0.455-3.184 c0-2.016-0.424-4.138-1.271-6.368l-8.267,1.15L14.025,5.133c-0.321-0.161-0.562-0.272-0.722-0.334 c-1.039-0.424-2.024-0.607-2.956-0.548c-0.066,0.002-0.133,0.007-0.201,0.013C9.731,4.306,9.338,4.395,8.968,4.531 C8.329,4.777,7.763,5.169,7.269,5.709C6.591,6.467,6.114,7.443,5.838,8.638z"/> </svg>');
}
.yellow.icon-upgrade{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="16.541,13.651 7.127,18.574 16.536,25.049 25.95,18.574 "/> <polygon fill="%23999999" points="16.536,25.049 7.127,18.574 7.633,22.884 16.536,29.603 "/> <polygon fill="%23676767" points="25.95,18.574 16.536,25.049 16.536,29.603 25.449,22.884 "/> <path fill="%23ccaa00" d="M21.177,17.436l2.879-1.699L17.69,2.551l-3.05,1.388L21.177,17.436z"/> <path fill="%23f9e100" d="M14.639,3.939l-5.618,6.091l3.763,2.298l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L14.639,3.939z"/> <path fill="%23a58d00" d="M16.828,14.79l-0.007,5.565l2.769-1.637l0.044-2.219L16.828,14.79z"/> </svg>');
}
.yellow.icon-refactor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="5.336,21.155 9.717,24.464 9.31,18.906 4.699,15.735 5.336,21.155 "/> <polyline fill="%23999999" points="11.871,11.984 11.961,14.041 14.756,15.735 14.796,17.863 16.537,16.811 16.537,14.704 11.871,11.984 "/> <polyline fill="%23999999" points="11.073,20.121 11.263,23.468 11.391,25.726 16.53,29.603 16.53,23.877 11.073,20.121 "/> <polyline fill="%23999999" points="18.307,15.735 18.271,17.865 21.99,20.121 21.802,23.466 23.351,24.464 23.753,18.906 18.307,15.735 "/> <polyline fill="%23676767" points="14.796,17.863 14.756,15.735 9.31,18.906 9.717,24.464 11.263,23.468 11.073,20.121 14.796,17.863 "/> <polyline fill="%23676767" points="21.802,23.466 21.99,20.121 16.53,23.877 16.53,29.603 21.676,25.726 21.802,23.466 "/> <polyline fill="%23676767" points="28.368,15.735 23.753,18.906 23.351,24.464 27.738,21.155 28.368,15.735 "/> <polyline fill="%23676767" points="21.106,14.039 21.197,11.984 16.537,14.704 16.537,16.811 16.537,16.816 18.271,17.865 18.307,15.735 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="11.961,14.041 10.101,12.912 4.699,15.735 9.31,18.906 14.756,15.735 11.961,14.041 "/> <polyline fill="%23CCCCCC" points="16.537,16.816 16.537,16.811 14.796,17.863 11.073,20.121 16.53,23.877 21.99,20.121 18.271,17.865 16.537,16.816 "/> <polyline fill="%23CCCCCC" points="21.106,14.039 18.307,15.735 23.753,18.906 28.368,15.735 22.966,12.912 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="16.537,14.704 21.197,11.984 16.537,9.545 11.871,11.984 16.537,14.704 "/> <polyline fill="%23999999" points="26.645,12.48 18.044,12.48 17.949,19.17 25.997,19.17 26.645,12.48 "/> <polyline fill="%23676767" points="25.341,8.132 25.45,6.782 17.871,6.782 17.799,13.048 17.849,13.048 17.909,8.132 25.341,8.132 "/> <polyline fill="%23ccaa00" points="15.108,19.17 15.013,12.48 6.414,12.48 7.061,19.17 15.108,19.17 "/> <polygon fill="%23676767" points="7.613,6.782 7.724,8.132 15.152,8.132 15.214,13.048 15.271,13.048 15.192,6.782 "/> <polyline fill="%23676767" points="17.849,13.048 17.832,14.511 17.949,19.17 18.044,12.48 17.909,8.132 17.849,13.048 "/> <polyline fill="%23676767" points="17.871,6.782 17.765,3.367 17.704,9.336 17.799,13.048 17.871,6.782 "/> <polyline fill="%23a58d00" points="15.231,14.511 15.214,13.048 15.152,8.132 15.013,12.48 15.108,19.17 15.231,14.511 "/> <polygon fill="%23676767" points="15.304,3.367 15.192,6.782 15.271,13.048 15.37,9.336 "/> <polyline fill="%23CCCCCC" points="25.735,8.132 25.341,8.132 17.909,8.132 18.044,12.48 26.645,12.48 25.735,8.132 "/> <polyline fill="%23CCCCCC" points="25.45,6.782 24.736,3.367 17.765,3.367 17.871,6.782 25.45,6.782 "/> <polyline fill="%23f9e100" points="15.152,8.132 7.724,8.132 7.328,8.132 6.414,12.48 15.013,12.48 15.152,8.132 "/> <polygon fill="%23CCCCCC" points="15.192,6.782 15.304,3.367 8.334,3.367 7.613,6.782 "/> </svg>');
}
.yellow.icon-hierarchy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.342,22.974l6.404,3.896l0.802-0.55l-6.103-3.663C16.284,22.855,15.785,22.914,15.342,22.974z"/> <path fill="%23999999" d="M15.342,22.974c0,0,0.017,0.384,0.023,0.788l6.341,4.028l0.043-1.009"/> <path fill="%23999999" d="M16.097,18.145l-0.942-0.457l0.158,4.059l0.029,1.226l0.812,0.49L16.097,18.145z"/> <path fill="%23676767" d="M16.935,17.556l-0.839,0.589l0.057,5.318l0.758-0.526L16.935,17.556z"/> <path fill="%23CCCCCC" d="M17.398,14.603L16.05,13.97l-1.21,0.823l1.354,0.656L17.398,14.603z"/> <path fill="%23CCCCCC" d="M21.477,19.381l4.522,2.636l0.649-0.446l-4.279-2.447C22.24,19.285,21.835,19.333,21.477,19.381z"/> <path fill="%23999999" d="M21.477,19.381c0,0,0.014,0.311,0.019,0.638l4.471,2.743l0.035-0.817"/> <radialGradient id="SVGID_1_" cx="26.5503" cy="22.2417" r="3.906" fx="28.93" fy="21.1697" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="26.307" cy="22.072" r="2.691"/> <path fill="%23999999" d="M22.088,15.471l-0.763-0.37l0.128,3.287l0.024,0.993l0.658,0.397L22.088,15.471z"/> <path fill="%23676767" d="M22.767,14.994l-0.679,0.477l0.046,4.307l0.614-0.426L22.767,14.994z"/> <path fill="%23CCCCCC" d="M22.547,27.789l-0.76-0.357l-0.682,0.464l0.763,0.37L22.547,27.789z"/> <radialGradient id="SVGID_2_" cx="22.1654" cy="27.056" r="4.7808" fx="25.078" fy="25.7439" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="21.868" cy="26.848" r="3.294"/> <path fill="%23f9e100" d="M6.383,15.266l9.849,6.796V2.665L6.383,15.266z"/> <path fill="%23a58d00" d="M16.232,22.063l9.772-6.796L16.232,2.665V22.063z"/> </svg> ');
}
.yellow.icon-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M9.934,17.773l14.138,8.563l1.152-0.791l-13.706-8.229C11.288,17.603,10.57,17.688,9.934,17.773z"/> <path fill="%23999999" d="M9.934,17.773c0,0,0.025,0.552,0.033,1.132l14.048,8.753l0.062-1.45"/> <radialGradient id="SVGID_1_" cx="22.5248" cy="24.6747" r="6.9308" fx="26.7473" fy="22.7725" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="22.094" cy="24.373" r="4.775"/> <path fill="%23999999" d="M11.018,10.836L9.665,10.18l0.227,5.832l0.042,1.762l1.167,0.704L11.018,10.836z"/> <path fill="%23676767" d="M12.223,9.99l-1.205,0.846l0.082,7.642l1.089-0.756L12.223,9.99z"/> <path fill="%23CCCCCC" d="M12.223,9.99l-1.349-0.633l-1.21,0.823l1.354,0.656L12.223,9.99z"/> <radialGradient id="SVGID_2_" cx="11.5459" cy="8.689" r="8.4831" fx="16.714" fy="6.3609" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23f9e100"/> <stop offset="0.7108" style="stop-color:%23a58d00"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="11.018" cy="8.32" r="5.844"/> </svg>');
}
.yellow.icon-clipboard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="10.132,6.448 21.354,12.031 24.019,10.474 12.817,5.28 10.132,6.448 "/> <polyline fill="%23676767" points="20.752,28.542 23.102,26.768 24.019,10.474 21.354,12.031 20.752,28.542 "/> <polygon fill="%23999999" points="10.132,6.448 21.354,12.031 20.752,28.542 11.049,22.093 "/> <path fill="%23ccaa00" d="M22.087,14.339l0.308-3.14L9.4,5.396l0.253,2.351L22.087,14.339z"/> <path fill="%23a58d00" d="M24.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L24.558,12.242z"/> <path fill="%23f9e100" d="M11.82,4.073L9.4,5.396l12.751,5.694l2.652-1.706L11.82,4.073z"/> <path fill="%23f9e100" d="M14.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C14.234,8.214,14.138,8.233,14.039,8.241z"/> <path fill="%23a58d00" d="M19.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C19.002,12.642,19.011,12.529,19.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4588" y1="2.958" x2="15.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%23f9e100"/> <stop offset="0.8492" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C17.292,6.847,17.271,5.909,17.196,5.16z"/> <path fill="%23ccaa00" d="M14.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C13.059,3.758,13.622,3.009,14.602,3.372z"/> </svg>');
}
.yellow.icon-clipboar-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="12.132,6.448 23.354,12.031 26.019,10.474 14.817,5.28 12.132,6.448 "/> <polyline fill="%23676767" points="22.752,28.542 25.102,26.768 26.019,10.474 23.354,12.031 22.752,28.542 "/> <polygon fill="%23999999" points="12.132,6.448 23.354,12.031 22.752,28.542 13.049,22.093 "/> <path fill="%23ccaa00" d="M24.087,14.339l0.308-3.14L11.4,5.396l0.253,2.351L24.087,14.339z"/> <path fill="%23a58d00" d="M26.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L26.558,12.242z"/> <path fill="%23f9e100" d="M13.82,4.073L11.4,5.396l12.751,5.694l2.652-1.706L13.82,4.073z"/> <polyline fill="%23ccaa00" points="2.792,21.015 3.02,23.793 6.427,26.104 6.254,23.294 2.792,21.015 "/> <polyline fill="%23ccaa00" points="5.19,19.702 7.425,18.476 4.105,16.403 4.289,19.127 5.19,19.702 "/> <polyline fill="%23ccaa00" points="14.587,25.713 14.533,22.903 10.898,20.646 11.006,23.424 14.587,25.713 "/> <polyline fill="%23a58d00" points="6.254,23.294 6.427,26.104 11.006,23.424 10.898,20.646 6.254,23.294 "/> <polyline fill="%23a58d00" points="14.533,22.903 14.587,25.713 16.009,18.443 15.976,15.73 14.533,22.903 "/> <polyline fill="%23f9e100" points="7.425,18.476 5.19,19.702 2.792,21.015 6.254,23.294 10.898,20.646 14.533,22.903 15.976,15.73 4.105,16.403 7.425,18.476 "/> <path fill="%23f9e100" d="M16.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C16.234,8.214,16.138,8.233,16.039,8.241z"/> <path fill="%23a58d00" d="M21.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C21.002,12.642,21.011,12.529,21.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="17.4588" y1="2.958" x2="17.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%23f9e100"/> <stop offset="0.8492" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C19.292,6.847,19.271,5.909,19.196,5.16z"/> <path fill="%23ccaa00" d="M16.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C15.059,3.758,15.622,3.009,16.602,3.372z"/> </svg>');
}
.yellow.icon-composite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23676767" d="M16.232,28.234v1.652l13.921-10.163l0.167-1.552L16.232,28.234z"/> <path fill="%23999999" d="M16.232,29.887v-1.652L2.148,18.172l0.172,1.552L16.232,29.887z"/> <path fill="%23a58d00" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <path opacity="0.44" fill="%23CCCCCC" d="M16.237,3.234L1.661,10.617l14.571,9.752l14.575-9.752L16.237,3.234z M17.923,12.532 l-3.09,3.171l-1.213-3.582l-2.011-0.272l-3.62-0.482l5.081-1.676L12.922,8.33l-0.181-1.676l4.045,1.977l4.976-1.203L20.42,9.361 l-0.645,0.936l4.074,2.56l-2.971-0.162L17.923,12.532z"/> <polygon fill="%23f9e100" points="17.923,12.532 14.833,15.704 13.62,12.122 11.609,11.849 7.989,11.367 13.07,9.691 12.922,8.33 12.741,6.654 16.786,8.631 21.762,7.427 20.42,9.361 19.775,10.297 23.849,12.857 20.879,12.695 "/> </svg>');
}
.yellow.icon-real{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path opacity="0.44" fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23999999" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <polyline fill="%23ccaa00" points="13.62,11.122 13.686,14.455 14.871,18.128 14.833,14.704 13.62,11.122 "/> <polygon fill="%23ccaa00" points="23.653,15.21 23.849,11.857 17.922,11.532 17.884,14.871 "/> <polyline fill="%23a58d00" points="8.199,13.682 13.686,14.455 13.62,11.122 7.989,10.367 8.199,13.682 "/> <polyline fill="%23a58d00" points="12.812,8.772 13.07,8.691 12.741,5.654 12.812,8.772 "/> <polyline fill="%23a58d00" points="17.884,14.871 17.922,11.532 14.833,14.704 14.871,18.128 17.884,14.871 "/> <polygon fill="%23a58d00" points="21.242,10.219 21.628,9.632 21.762,6.427 19.775,9.297 "/> <path fill="%23f9e100" d="M21.762,6.427l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,6.427z"/> </svg> ');
}
.yellow.icon-synchronize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23f9e100" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%23a58d00" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%23f9e100" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%23a58d00" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%23ccaa00" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%23CCCCCC" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%23676767" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%23CCCCCC" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23999999" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg>');
}
.yellow.icon-synchronize-commit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%23ccaa00" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%23ccaa00" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%23ccaa00" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%23a58d00" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%23a58d00" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%23f9e100" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg> ');
}
.yellow.icon-synchronize-update{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%23a58d00" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23a58d00" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%23f9e100" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg> ');
}
.yellow.icon-helpdesk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23a58d00"/> <stop offset="0.6863" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> </svg>');
}
.yellow.icon-ticket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23999999"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> <polygon fill="%23a58d00" points="24.216,2.03 24.193,2.999 30.942,8.29 30.872,7.377 "/> <polygon fill="%23f9e100" points="24.193,2.999 24.216,2.03 17.202,7.191 17.082,8.098 "/> <polygon fill="%23ccaa00" points="17.082,8.098 23.851,12.136 30.942,8.29 24.193,2.999 "/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 4.1768 22.8636)" fill="%23333333" cx="19.558" cy="8.24" rx="0.752" ry="1.105"/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 1.792 19.8838)" fill="%23333333" cx="16.089" cy="8.573" rx="0.676" ry="0.994"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="460.2863" y1="-935.4631" x2="465.7375" y2="-935.4631" gradientTransform="matrix(0.3368 -0.9416 0.9416 0.3368 743.9272 759.3012)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.818,8.116c-0.032,0.137-0.07,0.274-0.119,0.411c-0.478,1.336-1.612,2.167-2.603,1.95 c0.055,0.028,0.112,0.054,0.171,0.075c1.03,0.368,2.276-0.482,2.783-1.899c0.001-0.002,0.001-0.004,0.002-0.006 C20.039,8.451,19.974,8.261,19.818,8.116z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="494.3591" y1="1210.504" x2="499.8102" y2="1210.504" gradientTransform="matrix(0.3522 -0.9359 0.9359 0.3522 -1290.7396 46.5091)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M16.27,8.302c-0.038,0.844,0.308,1.501,0.686,1.643c0.055,0.021,0.12,0.029,0.187,0.032 c-0.244-0.192-0.446-0.599-0.506-1.114l-0.006,0.003C16.632,8.867,16.54,8.416,16.27,8.302z"/> <path fill="%23CCCCCC" d="M19.112,7.994c-0.025,0.097-0.045,0.194-0.081,0.293c-0.405,1.132-1.303,1.7-1.857,1.68 c-0.067-0.002-0.132-0.009-0.187-0.029c-0.38-0.136-0.738-0.788-0.713-1.632c-0.058-0.023-0.121-0.037-0.196-0.021 c-0.193,0.04-0.276,0.182-0.312,0.325c0.06,0.862,0.473,1.573,1.151,1.816c0.059,0.021,0.119,0.037,0.18,0.051 c0.991,0.217,2.125-0.614,2.603-1.95c0.049-0.137,0.087-0.274,0.119-0.411c-0.079-0.073-0.178-0.135-0.309-0.179 C19.353,7.885,19.221,7.924,19.112,7.994z"/> </svg>');
}
.yellow.icon-localize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.682,9.667c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098c-0.738-0.456-1.391-1.111-2.318-1.112 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,10.455,12.398,9.667,15.682,9.667 M15.682,7.521 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,5.115,2.011,7.763,1.438c-1.967-1.161-3.761-1.25-3.156-3.683 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,9.486,20.787,7.521,15.682,7.521L15.682,7.521z" /> <path fill="%23CCCCCC" d="M15.682,7.564c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098C24.58,21.11,23.927,20.454,23,20.454 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,8.352,12.398,7.564,15.682,7.564 M15.682,5.418 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,4.914,2.747,7.763,3.183c-1.967-1.161-3.761-2.994-3.156-5.428 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,7.383,20.787,5.418,15.682,5.418L15.682,5.418z" /> <circle fill="%23FFFFFF" cx="15.691" cy="12.478" r="7.693"/> <path fill="%23a58d00" d="M15.691,20.481c-4.413,0-8.003-3.59-8.003-8.003s3.59-8.003,8.003-8.003s8.003,3.59,8.003,8.003 S20.104,20.481,15.691,20.481z M15.691,5.094c-4.071,0-7.383,3.312-7.383,7.383s3.312,7.383,7.383,7.383s7.383-3.312,7.383-7.383 S19.762,5.094,15.691,5.094z"/> <path fill="%23FFFFFF" d="M21.885,12.305c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.984,12.396,21.923,12.351,21.885,12.305z"/> <path fill="none" d="M11.903,12.732c-0.189-0.144-0.257-0.144-0.394,0c-0.106,0.098-0.083,0.114,0.212,0.114 C12.024,12.838,12.039,12.831,11.903,12.732z"/> <path fill="none" d="M10.6,12.399c-0.03,0.053,0,0.068,0.098,0.038c0.091-0.03,0.189-0.008,0.25,0.068 c0.053,0.061,0.182,0.114,0.288,0.114c0.182,0,0.189-0.008,0.053-0.151C11.138,12.301,10.691,12.255,10.6,12.399z"/> <path fill="none" d="M17.31,8.227c0.068-0.121,0.061-0.167-0.045-0.204c-0.121-0.045-0.257,0.083-0.257,0.265 C17.007,8.431,17.219,8.393,17.31,8.227z"/> <path fill="none" d="M12.16,12.922c0,0.045,0.015,0.076,0.03,0.076c0.023,0,0.061-0.03,0.083-0.076 c0.023-0.038,0.008-0.076-0.03-0.076C12.198,12.846,12.16,12.884,12.16,12.922z"/> <path fill="none" d="M8.525,11.763c0,0.136,0.151,0.5,0.189,0.462c0.023-0.023-0.008-0.151-0.068-0.295 C8.578,11.786,8.533,11.71,8.525,11.763z"/> <path fill="none" d="M20.392,10.218c-0.03-0.023-0.076-0.023-0.106,0c-0.023,0.03,0,0.053,0.053,0.053 C20.392,10.271,20.414,10.248,20.392,10.218z"/> <path fill="none" d="M18.976,9.673c0-0.083-0.03-0.174-0.076-0.197c-0.045-0.03-0.068,0.038-0.061,0.144 C18.862,9.847,18.976,9.885,18.976,9.673z"/> <path fill="none" d="M17.484,8.257c-0.03,0.03-0.061,0.098-0.068,0.167c-0.015,0.083,0.038,0.106,0.22,0.091 c0.129-0.015,0.242-0.061,0.257-0.098c0.015-0.045-0.114-0.235-0.28-0.416c-0.288-0.318-0.424-0.288-0.189,0.045 C17.484,8.136,17.506,8.227,17.484,8.257z"/> <path fill="none" d="M11.933,7.394c-0.03,0-0.098,0.053-0.151,0.114c-0.083,0.098-0.061,0.114,0.098,0.114 c0.144,0,0.189-0.03,0.159-0.114C12.009,7.447,11.963,7.394,11.933,7.394z"/> <path fill="none" d="M16.105,6.803c-0.288,0.008-0.394,0.106-0.257,0.235c0.091,0.098,0.53,0.053,0.621-0.053 C16.59,6.841,16.484,6.788,16.105,6.803z"/> <path fill="none" d="M15.962,6.106c0.045,0,0.015-0.076-0.068-0.174c-0.083-0.091-0.174-0.227-0.197-0.295 C15.666,5.561,15.613,5.5,15.568,5.5c-0.038,0-0.076-0.053-0.076-0.114c0-0.129-0.363-0.159-0.591-0.053 c-0.068,0.038-0.242,0.121-0.371,0.189c-0.212,0.106-0.25,0.106-0.25,0.015c0-0.136-0.106-0.144-0.31-0.038 c-0.182,0.098-0.189,0.257-0.008,0.212c0.31-0.083,0.424,0.386,0.189,0.75c-0.129,0.197-0.129,0.204,0,0.151 c0.174-0.068,0.167,0.015-0.038,0.227c-0.136,0.144-0.151,0.204-0.083,0.341c0.045,0.098,0.106,0.235,0.129,0.31 c0.023,0.068,0.144,0.152,0.273,0.174c0.121,0.03,0.227,0.076,0.227,0.114c0,0.083,0.083,0.083,0.212,0 c0.053-0.03,0.114-0.106,0.121-0.167c0.091-0.447,0.242-0.75,0.386-0.75c0.114,0,0.576-0.553,0.538-0.651 C15.893,6.159,15.916,6.106,15.962,6.106z"/> <path fill="none" d="M21.55,15.867c0,0.068-0.053,0.189-0.114,0.265c-0.144,0.197-0.144,0.348,0,0.348 c0.076,0,0.227-0.22,0.379-0.545c0.144-0.295,0.242-0.56,0.227-0.583C21.982,15.292,21.55,15.739,21.55,15.867z"/> <path fill="none" d="M13.644,9.264c-0.167-0.114-0.189-0.114-0.303,0.015c-0.159,0.182-0.151,0.257,0.023,0.212 c0.091-0.023,0.167,0.008,0.189,0.068c0.061,0.159,0.273,0.129,0.273-0.038C13.826,9.446,13.743,9.325,13.644,9.264z"/> <path fill="none" d="M13.296,6.864c0-0.182-0.045-0.235-0.333-0.341c-0.288-0.114-0.363-0.114-0.545-0.023 c-0.121,0.053-0.227,0.159-0.242,0.235c-0.023,0.106,0.03,0.129,0.295,0.129c0.31,0,0.318,0,0.182,0.151 c-0.144,0.159-0.053,0.212,0.098,0.061c0.136-0.136,0.106,0.023-0.038,0.182c-0.068,0.076-0.197,0.136-0.28,0.136 c-0.136,0-0.121,0.023,0.076,0.144c0.136,0.083,0.265,0.182,0.288,0.227c0.083,0.129,0.22,0.098,0.167-0.038 c-0.038-0.091-0.008-0.106,0.114-0.068c0.136,0.045,0.144,0.038,0.076-0.098c-0.121-0.227-0.106-0.25,0.098-0.197 c0.273,0.068,0.394-0.038,0.204-0.174C13.357,7.121,13.296,7,13.296,6.864z"/> <radialGradient id="SVGID_1_" cx="15.6814" cy="11.4509" r="7.663" fx="10.7157" fy="6.7467" gradientTransform="matrix(1 0 0 1.0129 0 0.9625)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%23f9e100"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M23.012,11.215c-0.061,0-0.265-0.1-0.447-0.23c-0.182-0.123-0.333-0.199-0.333-0.169 c0.008,0.107,0.31,0.422,0.356,0.368c0.091-0.092,0.326,0.207,0.326,0.43c0,0.238-0.538,0.905-0.735,0.905 c-0.068,0-0.098,0.054-0.083,0.138c0.03,0.13,0.076,0.138,0.303,0.054c0.121-0.046,0.129-0.023,0.091,0.199 c-0.068,0.376-0.303,0.813-0.644,1.204c-0.28,0.33-0.295,0.368-0.295,0.867c0,0.506-0.008,0.522-0.257,0.675 c-0.144,0.092-0.295,0.261-0.333,0.384c-0.144,0.414-0.621,0.989-0.954,1.15c-0.417,0.207-0.757,0.215-0.697,0.023 c0.03-0.077,0.015-0.445-0.023-0.828c-0.068-0.606-0.061-0.713,0.076-0.997c0.182-0.391,0.182-0.537-0.015-0.905 c-0.098-0.192-0.144-0.399-0.129-0.606c0.023-0.268,0-0.322-0.129-0.345c-0.083-0.015-0.212-0.084-0.28-0.146 c-0.106-0.092-0.174-0.1-0.371-0.031c-0.136,0.046-0.401,0.084-0.598,0.084c-0.303,0-0.416-0.046-0.75-0.315 c-0.432-0.345-0.462-0.429-0.439-1.143c0.023-0.545,0.242-1.081,0.507-1.227c0.083-0.046,0.151-0.146,0.151-0.223 c0-0.176,0.265-0.422,0.485-0.452c0.083-0.008,0.424-0.038,0.742-0.061c0.56-0.046,0.576-0.038,0.606,0.123 c0.015,0.138,0.114,0.207,0.416,0.307c0.265,0.084,0.417,0.107,0.469,0.054c0.053-0.054,0.174-0.054,0.371,0.008 c0.167,0.054,0.409,0.092,0.538,0.092c0.235,0,0.242-0.008,0.22-0.284c-0.015-0.153-0.068-0.299-0.129-0.314 c-0.061-0.023-0.083,0-0.053,0.054c0.03,0.046,0.015,0.084-0.023,0.084c-0.045,0-0.083-0.031-0.083-0.069 c0-0.038-0.061-0.054-0.136-0.031c-0.083,0.023-0.189-0.054-0.303-0.199c-0.227-0.315-0.341-0.307-0.28,0.008l0.045,0.253 L19.99,9.834c-0.28-0.353-0.704-0.767-0.795-0.767c-0.159,0-0.053,0.169,0.197,0.315c0.28,0.169,0.318,0.261,0.167,0.46 c-0.098,0.13-0.28,0.115-0.28-0.023c0-0.046,0.053-0.061,0.114-0.031c0.204,0.077,0.121-0.169-0.129-0.414 c-0.22-0.207-0.288-0.238-0.553-0.199c-0.174,0.023-0.333,0.092-0.379,0.169c-0.31,0.522-0.394,0.606-0.629,0.629 c-0.333,0.031-0.469-0.1-0.469-0.453c0-0.299,0-0.299,0.288-0.299c0.159,0,0.31-0.023,0.333-0.046 c0.091-0.084-0.038-0.322-0.227-0.422l-0.204-0.092l0.204-0.046c0.114-0.023,0.386-0.215,0.621-0.422 c0.416-0.368,0.416-0.368,0.288-0.552c-0.098-0.138-0.174-0.169-0.333-0.138c-0.174,0.038-0.212,0.008-0.257-0.161 c-0.03-0.13-0.008-0.245,0.068-0.33c0.061-0.069,0.151-0.261,0.197-0.414c0.136-0.422,0.25-0.491,0.636-0.368 c0.553,0.161,0.75,0.299,0.697,0.468c-0.03,0.1-0.015,0.146,0.068,0.146c0.068,0,0.121-0.046,0.121-0.107 c0-0.061,0.098-0.192,0.227-0.299l0.22-0.192l-0.288-0.192c-2.279-1.526-5.225-1.688-7.694-0.414 c-0.757,0.391-0.841,0.46-0.704,0.598c0.106,0.092,0.106,0.13,0,0.353c-0.098,0.215-0.159,0.253-0.379,0.253 c-0.227,0-0.25-0.015-0.167-0.115c0.136-0.169,0-0.284-0.174-0.161c-0.106,0.084-0.121,0.146-0.061,0.307 c0.083,0.207,0.106,0.207,0.735,0.084c0.129-0.031,0.348-0.345,0.348-0.499c0-0.023,0.03-0.084,0.076-0.13 c0.091-0.115,0.394-0.138,0.326-0.023c-0.023,0.046-0.106,0.077-0.174,0.077c-0.098,0-0.129,0.069-0.129,0.253 c0,0.284,0.03,0.315,0.212,0.238c0.076-0.023,0.159-0.031,0.182,0c0.083,0.077-0.144,0.276-0.318,0.276 c-0.235,0-1.022,0.683-1.022,0.882c0,0.092,0.106,0.222,0.257,0.322c0.167,0.107,0.25,0.215,0.242,0.345 c-0.008,0.23,0.212,0.238,0.242,0.008c0.015-0.092,0.106-0.223,0.212-0.292c0.129-0.084,0.174-0.169,0.144-0.261 c-0.023-0.077,0-0.23,0.045-0.345c0.144-0.322,0.598-0.23,0.598,0.123c0,0.161,0.03,0.169,0.235,0.054 c0.129-0.061,0.174-0.054,0.265,0.061c0.053,0.077,0.106,0.184,0.106,0.238c0,0.046,0.068,0.161,0.159,0.253 c0.265,0.269,0.144,0.353-0.78,0.56c-0.121,0.031-0.212,0.077-0.212,0.115c0,0.038,0.076,0.054,0.159,0.031 c0.136-0.038,0.151-0.023,0.114,0.115c-0.068,0.199,0.061,0.276,0.265,0.161c0.129-0.069,0.151-0.061,0.129,0.023 c-0.023,0.054-0.197,0.123-0.409,0.146c-0.462,0.054-0.636,0.13-0.636,0.268c0,0.061-0.061,0.138-0.129,0.161 c-0.182,0.069-0.469,0.422-0.477,0.568c0,0.069-0.136,0.246-0.295,0.399c-0.273,0.253-0.295,0.307-0.257,0.552 c0.053,0.33-0.098,0.368-0.167,0.038c-0.038-0.192-0.083-0.23-0.273-0.23c-0.121,0-0.22,0.038-0.22,0.084 c0,0.054-0.083,0.069-0.227,0.046c-0.174-0.038-0.25-0.008-0.379,0.153c-0.174,0.222-0.189,0.46-0.061,0.752 c0.098,0.215,0.417,0.269,0.485,0.077c0.03-0.061,0.098-0.115,0.159-0.115c0.083,0,0.098,0.046,0.068,0.176 c-0.098,0.322-0.083,0.399,0.091,0.422c0.114,0.015,0.167,0.077,0.167,0.192c0,0.245,0.212,0.514,0.401,0.514 c0.204,0,0.386,0.115,0.333,0.199c-0.023,0.038,0.167,0.077,0.409,0.092c0.371,0.015,0.485,0.061,0.689,0.245 c0.136,0.13,0.31,0.23,0.386,0.23c0.356,0,0.772,0.399,0.651,0.629c-0.045,0.084-0.045,0.138,0,0.138 c0.038,0,0.083-0.038,0.098-0.084c0.03-0.092,0.704,0.107,1.257,0.361c0.22,0.107,0.25,0.146,0.204,0.322 c-0.03,0.115-0.114,0.276-0.182,0.36c-0.076,0.084-0.159,0.299-0.182,0.483c-0.045,0.399-0.144,0.529-0.439,0.591 c-0.174,0.038-0.22,0.092-0.22,0.245c0,0.292-0.235,0.637-0.432,0.637c-0.159,0-0.167,0.015-0.083,0.153 c0.083,0.13,0.076,0.169-0.076,0.276c-0.129,0.092-0.159,0.161-0.114,0.315c0.083,0.368,0.242,0.591,0.492,0.729 c0.235,0.123,0.242,0.13,0.061,0.138c-0.136,0-0.326-0.146-0.697-0.545c-0.409-0.437-0.538-0.637-0.636-0.982 c-0.318-1.097-0.53-1.503-0.833-1.618c-0.091-0.038-0.318-0.269-0.507-0.514c-0.409-0.537-0.523-1.02-0.31-1.258 c0.114-0.13,0.121-0.184,0.045-0.307c-0.076-0.123-0.068-0.192,0.023-0.376c0.068-0.13,0.151-0.23,0.189-0.23 c0.045,0,0.076-0.038,0.076-0.084c0-0.054-0.068-0.069-0.182-0.038c-0.151,0.038-0.273-0.038-0.659-0.414 c-0.326-0.307-0.545-0.46-0.674-0.46c-0.288,0-0.515-0.199-0.576-0.499c-0.023-0.146-0.076-0.268-0.114-0.268 c-0.038,0-0.068-0.031-0.068-0.077c0-0.038-0.091-0.268-0.204-0.514C8.404,11,8.404,10.21,8.692,9.604 c0.114-0.23,0.242-0.522,0.288-0.652c0.167-0.445-0.114-0.031-0.356,0.537c-0.439,1.028-0.591,1.787-0.591,3.068 c0,1.365,0.159,2.109,0.682,3.229c0.432,0.943,0.863,1.565,1.545,2.263c1.136,1.143,2.537,1.887,4.119,2.178 c1.537,0.284,3.294,0.015,4.748-0.729c1.992-1.013,3.461-2.884,4.021-5.101c0.144-0.568,0.174-0.897,0.182-1.81 C23.33,11.437,23.277,11.215,23.012,11.215z M20.286,10.218c0.03-0.023,0.076-0.023,0.106,0c0.023,0.03,0,0.053-0.053,0.053 C20.286,10.271,20.263,10.248,20.286,10.218z M18.9,9.476c0.045,0.023,0.076,0.114,0.076,0.197c0,0.212-0.114,0.174-0.136-0.053 C18.832,9.514,18.854,9.446,18.9,9.476z M17.612,7.999c0.167,0.182,0.295,0.371,0.28,0.416c-0.015,0.038-0.129,0.083-0.257,0.098 c-0.182,0.015-0.235-0.008-0.22-0.091c0.008-0.068,0.038-0.136,0.068-0.167c0.023-0.03,0-0.121-0.061-0.212 C17.188,7.712,17.325,7.681,17.612,7.999z M17.264,8.022c0.106,0.038,0.114,0.083,0.045,0.204c-0.091,0.167-0.303,0.205-0.303,0.061 C17.007,8.105,17.143,7.977,17.264,8.022z M11.88,7.621c-0.159,0-0.182-0.015-0.098-0.114c0.053-0.061,0.121-0.114,0.151-0.114 c0.03,0,0.076,0.053,0.106,0.114C12.069,7.59,12.024,7.621,11.88,7.621z M11.236,12.619c-0.106,0-0.235-0.053-0.288-0.114 c-0.061-0.076-0.159-0.098-0.25-0.068c-0.098,0.03-0.129,0.015-0.098-0.038c0.091-0.144,0.538-0.098,0.689,0.068 C11.426,12.611,11.418,12.619,11.236,12.619z M11.721,12.846c-0.295,0-0.318-0.015-0.212-0.114c0.136-0.144,0.204-0.144,0.394,0 C12.039,12.831,12.024,12.838,11.721,12.846z M12.274,12.922c-0.023,0.045-0.061,0.076-0.083,0.076c-0.015,0-0.03-0.03-0.03-0.076 c0-0.038,0.038-0.076,0.083-0.076C12.281,12.846,12.297,12.884,12.274,12.922z M8.715,12.225c-0.038,0.038-0.189-0.326-0.189-0.462 c0.008-0.053,0.053,0.023,0.121,0.167C8.707,12.073,8.737,12.202,8.715,12.225z M12.607,5.803c0.045,0,0.098,0.038,0.121,0.076 c0.023,0.045-0.008,0.076-0.068,0.076c-0.068,0-0.121-0.03-0.121-0.076C12.539,5.841,12.569,5.803,12.607,5.803z M12.531,6.235 c0.045-0.061,0.068-0.129,0.045-0.159c-0.023-0.023,0.008-0.015,0.053,0.03c0.053,0.038,0.174,0.076,0.288,0.076 c0.151,0,0.167,0.015,0.076,0.076c-0.061,0.038-0.212,0.076-0.333,0.076C12.486,6.333,12.463,6.311,12.531,6.235z M12.069,6.144 c-0.295,0.197-0.485,0.25-0.394,0.106c0.045-0.083,0.492-0.295,0.613-0.295C12.319,5.955,12.221,6.038,12.069,6.144z M13.251,7.363 c-0.204-0.053-0.22-0.03-0.098,0.197c0.068,0.136,0.061,0.144-0.076,0.098c-0.121-0.038-0.151-0.023-0.114,0.068 c0.053,0.136-0.083,0.167-0.167,0.038c-0.023-0.046-0.151-0.144-0.288-0.227c-0.197-0.121-0.212-0.144-0.076-0.144 c0.083,0,0.212-0.061,0.28-0.136c0.144-0.159,0.174-0.318,0.038-0.182c-0.151,0.151-0.242,0.098-0.098-0.061 c0.136-0.151,0.129-0.151-0.182-0.151c-0.265,0-0.318-0.023-0.295-0.129c0.015-0.076,0.121-0.182,0.242-0.235 c0.182-0.091,0.257-0.091,0.545,0.023c0.288,0.106,0.333,0.159,0.333,0.341c0,0.136,0.061,0.257,0.159,0.326 C13.644,7.325,13.523,7.431,13.251,7.363z M13.569,5.879c-0.068,0-0.121,0.053-0.121,0.114c0,0.083-0.083,0.114-0.28,0.114 c-0.151,0-0.25-0.023-0.22-0.053c0.03-0.038,0.098-0.061,0.144-0.061c0.038,0,0.091-0.045,0.114-0.106 c0.023-0.068-0.008-0.083-0.129-0.045c-0.235,0.068-0.197-0.015,0.068-0.151c0.288-0.151,0.447-0.144,0.257,0.008 c-0.144,0.114-0.136,0.114,0.023,0.068c0.091-0.023,0.182-0.008,0.212,0.038C13.66,5.841,13.629,5.879,13.569,5.879z M13.554,9.559 c-0.023-0.061-0.098-0.091-0.189-0.068c-0.174,0.045-0.182-0.03-0.023-0.212c0.114-0.129,0.136-0.129,0.303-0.015 c0.098,0.061,0.182,0.182,0.182,0.257C13.826,9.688,13.614,9.718,13.554,9.559z M15.379,6.864c-0.144,0-0.295,0.303-0.386,0.75 c-0.008,0.061-0.068,0.136-0.121,0.167c-0.129,0.083-0.212,0.083-0.212,0c0-0.038-0.106-0.083-0.227-0.114 c-0.129-0.023-0.25-0.106-0.273-0.174c-0.023-0.076-0.083-0.212-0.129-0.31c-0.068-0.136-0.053-0.197,0.083-0.341 c0.204-0.212,0.212-0.295,0.038-0.227c-0.129,0.053-0.129,0.045,0-0.151c0.235-0.364,0.121-0.833-0.189-0.75 C13.781,5.758,13.788,5.599,13.97,5.5c0.204-0.106,0.31-0.098,0.31,0.038c0,0.091,0.038,0.091,0.25-0.015 c0.129-0.068,0.303-0.151,0.371-0.189c0.227-0.106,0.591-0.076,0.591,0.053c0,0.061,0.038,0.114,0.076,0.114 c0.045,0,0.098,0.061,0.129,0.136c0.023,0.068,0.114,0.204,0.197,0.295c0.083,0.098,0.114,0.174,0.068,0.174 c-0.045,0-0.068,0.053-0.045,0.106C15.954,6.311,15.492,6.864,15.379,6.864z M16.469,6.985c-0.091,0.106-0.53,0.151-0.621,0.053 c-0.136-0.129-0.03-0.227,0.257-0.235C16.484,6.788,16.59,6.841,16.469,6.985z M21.815,15.935c-0.151,0.326-0.303,0.545-0.379,0.545 c-0.144,0-0.144-0.151,0-0.348c0.061-0.076,0.114-0.197,0.114-0.265c0-0.129,0.432-0.576,0.492-0.515 C22.058,15.375,21.959,15.64,21.815,15.935z"/> <path fill="%23FFFFFF" d="M21.876,12.452c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.974,12.543,21.914,12.497,21.876,12.452z"/> <path fill="%23FFFFFF" d="M21.868,9.764c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.058,10.044,21.944,9.915,21.868,9.764z"/> <path fill="%23ccaa00" d="M21.878,9.92c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.067,10.2,21.954,10.072,21.878,9.92z"/> <path fill="%23ccaa00" d="M20.386,9.685C20.31,9.61,20.348,9.223,20.439,9.17c0.045-0.03,0.121,0,0.174,0.068 c0.098,0.136,0.31,0.182,0.227,0.053c-0.121-0.197,0.061-0.189,0.265,0.015c0.341,0.341,0.303,0.416-0.227,0.416 C20.628,9.723,20.409,9.701,20.386,9.685z"/> <path fill="%23ccaa00" d="M18.607,8.322c0-0.038,0.083-0.106,0.189-0.151c0.212-0.098,0.235-0.197,0.083-0.477 c-0.144-0.28-0.114-0.629,0.061-0.659c0.121-0.023,0.136,0,0.091,0.167c-0.061,0.235,0.076,0.53,0.212,0.477 C19.424,7.61,19.5,7.876,19.371,8.11c-0.098,0.174-0.182,0.22-0.447,0.242C18.75,8.368,18.607,8.353,18.607,8.322z"/> </svg>');
}
.yellow.icon-metainfo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.31,16.534V5.298L5.147,10.177L16.31,16.534z"/> <path fill="%23999999" d="M27.472,10.177L16.31,5.298l0,7.601l0,3.636L27.472,10.177z"/> <path fill="%23a58d00" d="M16.31,17.117l5.492-3.232l0.791-6.786L16.31,9.745V17.117z"/> <path fill="%23ccaa00" d="M10.817,13.885l5.492,3.232V9.745l-6.283-2.645L10.817,13.885z"/> <polygon fill="%23f9e100" points="16.31,4.335 10.027,7.099 16.31,9.745 22.593,7.099 "/> <path fill="%23676767" d="M16.31,29.545l9.758-7.393l1.405-11.976L16.31,16.534V29.545z"/> <path fill="%23999999" d="M6.552,22.153l9.758,7.393V16.534L5.147,10.177L6.552,22.153z"/> </svg>');
}
.yellow.icon-navigator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M19.326,11.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,10.988,17.803,11.076,19.326,11.388"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="22.1481" x2="28.0832" y2="22.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,15.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,15.994"/> <polygon fill="%23676767" points="14.051,14.564 8.452,20.865 19.176,17.603 23.899,11.716 "/> <path fill="%23CCCCCC" d="M26.992,12.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,14.582,27.761,13.542,26.992,12.553z M26.7,16.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,13.831,26.876,14.914,26.7,16.054z"/> <polygon fill="%23f9e100" points="16.42,12.556 13.405,12.174 6.695,19.726 "/> <polygon fill="%23ccaa00" points="6.695,19.726 19.548,15.816 16.42,12.556 "/> <polygon fill="%23a58d00" points="25.208,8.76 16.42,12.556 19.548,15.816 "/> <polygon fill="%23ccaa00" points="13.405,12.174 16.42,12.556 25.208,8.76 "/> </svg>');
}
.yellow.icon-compass{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M22.739,13.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,13.43,22.728,13.435,22.739,13.438"/> <path fill="%23676767" d="M19.326,14.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,13.988,17.803,14.076,19.326,14.388"/> <path fill="%23CCCCCC" d="M20.069,14.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,14.78,20.463,14.663,20.069,14.561"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="25.1481" x2="28.0832" y2="25.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,18.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,18.994"/> <polygon fill="%23676767" points="13.644,18.022 8.452,23.865 18.398,20.84 22.778,15.379 "/> <path fill="%23CCCCCC" d="M26.992,15.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,17.582,27.761,16.542,26.992,15.553z M26.7,19.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,16.831,26.876,17.914,26.7,19.054z"/> <polygon fill="%23f9e100" points="16.013,16.322 13.448,15.997 7.735,22.425 "/> <polygon fill="%23ccaa00" points="7.735,22.425 18.676,19.097 16.013,16.322 "/> <polygon fill="%23a58d00" points="23.494,13.091 16.013,16.322 18.676,19.097 "/> <polygon fill="%23ccaa00" points="13.448,15.997 16.013,16.322 23.494,13.091 "/> <path fill="%23ccaa00" d="M19.038,9.996h-1.683l-2.51-3.94v3.94H12.92V2.158h1.683l2.51,3.94v-3.94h1.924V9.996z"/> </svg>');
}
.yellow.icon-dispatcher{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M23.617,28.878c-0.012-0.008-0.044-0.007-0.094,0.003c-0.088,0.024-0.191,0.06-0.31,0.11 c-0.129,0.067-0.227,0.114-0.294,0.142c-0.392,0.209-0.763,0.43-1.113,0.665c-0.283,0.199-0.424,0.32-0.423,0.365l0.01,0.013 c0.013,0.01,0.044,0.01,0.094,0c0.14-0.034,0.341-0.118,0.603-0.252c0.419-0.207,0.792-0.428,1.116-0.665 C23.527,29.035,23.663,28.908,23.617,28.878"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.1712" y1="28.8951" x2="15.1712" y2="25.2385"> <stop offset="0.2832" style="stop-color:%23ccaa00"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.357,28.188l0.013-1.994c-0.519-0.086-1.058-0.262-1.617-0.529 c-0.262-0.126-0.523-0.268-0.781-0.426l0.016,2.823c-0.005,0.051-0.001,0.104,0.01,0.158c0.045,0.234,0.216,0.416,0.513,0.545 c0.228,0.101,0.48,0.143,0.755,0.126c0.284-0.011,0.529-0.083,0.736-0.216C16.226,28.535,16.345,28.373,16.357,28.188"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.5608" y1="20.6718" x2="10.0551" y2="20.6718"> <stop offset="0.2832" style="stop-color:%23ccaa00"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.897,19.333l-0.862,0.558c-0.005,0.003-0.011,0.007-0.016,0.01 c-0.252,0.14-0.399,0.364-0.442,0.671c-0.045,0.28,0.004,0.549,0.148,0.807c0.153,0.252,0.357,0.433,0.613,0.545 c0.278,0.119,0.539,0.114,0.784-0.016l0.933-0.558C9.633,20.723,9.246,20.05,8.897,19.333"/> <path fill="%23a58d00" d="M27.173,21.967c-0.057-0.081-0.127-0.132-0.21-0.152c-0.132-0.029-0.297,0.024-0.494,0.158 c-0.209,0.136-0.399,0.337-0.571,0.603c-0.157,0.247-0.269,0.499-0.336,0.755c-0.101,0.37-0.082,0.653,0.058,0.849 c0.028,0.038,0.058,0.068,0.09,0.09c0.149,0.107,0.353,0.074,0.613-0.1c0.209-0.14,0.397-0.341,0.565-0.603 c0.155-0.245,0.269-0.497,0.342-0.755C27.326,22.438,27.307,22.156,27.173,21.967"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.7096" y1="12.1321" x2="7.7092" y2="12.1321"> <stop offset="0.2832" style="stop-color:%23ccaa00"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.093,10.427c-0.154-0.06-0.333-0.04-0.539,0.058c-0.224,0.105-0.413,0.279-0.568,0.52 c-0.151,0.234-0.24,0.475-0.268,0.723c-0.034,0.323,0.038,0.568,0.216,0.736c0.06,0.056,0.126,0.095,0.197,0.119l2.278,1.287 c-0.008-0.238-0.008-0.475,0-0.71c0.023-0.682,0.123-1.302,0.3-1.862L6.125,10.44C6.115,10.436,6.104,10.431,6.093,10.427"/> <path fill="%23ccaa00" d="M22.653,10.508l-0.132,0.084c-0.222,0.17-0.34,0.42-0.355,0.749c-0.011,0.329,0.076,0.645,0.261,0.949 c0.179,0.301,0.413,0.527,0.703,0.678c0.337,0.172,0.649,0.177,0.936,0.016l0.013-0.006c0.012-0.007,0.024-0.014,0.035-0.023 c0.274-0.168,0.418-0.435,0.432-0.8c0.013-0.329-0.073-0.645-0.258-0.949c-0.179-0.295-0.413-0.517-0.703-0.668 c-0.329-0.174-0.635-0.187-0.916-0.039C22.664,10.502,22.659,10.505,22.653,10.508"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="9.2352" y1="13.3643" x2="18.0998" y2="22.2289"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.501,11.644c-0.588,0.113-1.056,0.417-1.404,0.91c-0.062,0.088-0.12,0.181-0.174,0.281 c-0.284,0.529-0.435,1.175-0.452,1.936c-0.026,1.176,0.251,2.406,0.833,3.688c0.035,0.075,0.07,0.15,0.106,0.226 c0.314,0.656,0.673,1.257,1.075,1.804c0.391,0.53,0.824,1.009,1.297,1.436c0.544,0.486,1.095,0.857,1.652,1.113 c0.598,0.271,1.16,0.387,1.688,0.348c0.105-0.006,0.208-0.019,0.31-0.039c0.693-0.127,1.215-0.521,1.568-1.181 c0.066-0.123,0.125-0.252,0.177-0.387c-0.336-0.035-0.686-0.127-1.049-0.274c-0.566-0.237-1.123-0.589-1.671-1.058 c-0.025-0.021-0.049-0.043-0.074-0.065l-0.816,0.478c-0.108,0.071-0.23,0.12-0.365,0.148c-0.229,0.05-0.474,0.036-0.732-0.042 c-0.087-0.026-0.176-0.059-0.268-0.1c-0.284-0.129-0.56-0.316-0.829-0.561c-0.213-0.188-0.41-0.399-0.591-0.632 c-0.227-0.29-0.43-0.616-0.607-0.978c-0.017-0.034-0.033-0.069-0.048-0.103c-0.299-0.639-0.449-1.258-0.449-1.859 c0-0.235,0.026-0.449,0.077-0.642c0.032-0.117,0.074-0.227,0.126-0.329c0.109-0.223,0.256-0.389,0.439-0.497 c0.034-0.02,0.068-0.039,0.103-0.055l0.829-0.439c-0.077-0.471-0.107-0.936-0.09-1.394c0.025-0.658,0.155-1.234,0.39-1.726 C12.188,11.581,11.837,11.579,11.501,11.644"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="7.1765" y1="4.412" x2="11.1537" y2="8.3893"> <stop offset="0.2832" style="stop-color:%23ccaa00"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.984,3.609C8.973,3.581,8.948,3.571,8.91,3.577C8.802,3.581,8.654,3.629,8.464,3.719 C8.101,3.87,7.721,4.079,7.325,4.348C7.067,4.527,6.901,4.669,6.828,4.774C6.807,4.802,6.801,4.83,6.812,4.858 C6.813,4.86,6.814,4.861,6.815,4.861l2.42,4.227c0.521-0.308,1.041-0.487,1.562-0.539c0.362-0.163,0.601-0.354,0.716-0.574 c0.003-0.001,0.005-0.004,0.006-0.006L8.984,3.609"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.7918" y1="6.4714" x2="16.5378" y2="6.4714"> <stop offset="0.2832" style="stop-color:%23ccaa00"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M13.83,3.845c-0.02-0.038-0.032-0.076-0.039-0.113l0.039,3.453l0.016,1.3 c-0.01,0.054-0.003,0.108,0.019,0.165c0.071,0.185,0.295,0.333,0.671,0.445c0.256,0.077,0.518,0.116,0.787,0.116 c0.312,0,0.574-0.056,0.787-0.168c0.136-0.062,0.239-0.146,0.31-0.252c0.076-0.112,0.097-0.229,0.061-0.352l0.01-0.665l0.045-4.008 c-0.014,0.144-0.144,0.273-0.39,0.387c-0.224,0.101-0.489,0.159-0.797,0.174c-0.286,0.017-0.552-0.002-0.797-0.058 C14.179,4.187,13.938,4.045,13.83,3.845z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="22.502" y1="29.5224" x2="19.8822" y2="24.9848"> <stop offset="0.2832" style="stop-color:%23ccaa00"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M19.639,25.229c-0.104,0.112-0.214,0.214-0.329,0.307c-0.011,0.009-0.021,0.017-0.032,0.026 c-0.122,0.095-0.251,0.18-0.387,0.255l2.494,4.347c-0.001-0.044,0.14-0.166,0.423-0.365c0.351-0.234,0.722-0.456,1.113-0.665 c0.067-0.028,0.165-0.075,0.294-0.142c0.118-0.049,0.222-0.086,0.31-0.11c0.05-0.01,0.081-0.011,0.094-0.003l-2.581-4.443 l-0.013,0.006c-0.009,0.007-0.023,0.012-0.042,0.016C20.731,24.46,20.284,24.717,19.639,25.229"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="12.2652" y1="14.3677" x2="17.441" y2="19.5435"> <stop offset="0.3987" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M18.277,18.456c-0.155-0.698-0.407-1.412-0.755-2.143c-0.565-1.18-1.272-2.179-2.12-2.998 c-0.046-0.046-0.093-0.091-0.142-0.136l-3.007,1.591l-0.829,0.439c0.069-0.031,0.142-0.054,0.219-0.071 c0.215-0.047,0.443-0.038,0.684,0.026c0.105,0.029,0.213,0.067,0.323,0.116c0.273,0.129,0.547,0.314,0.823,0.555 c0.48,0.437,0.879,0.976,1.197,1.617c0.331,0.682,0.497,1.334,0.497,1.955c0,0.255-0.03,0.485-0.09,0.691 c-0.03,0.103-0.068,0.2-0.113,0.29c-0.101,0.206-0.233,0.363-0.397,0.471l0.816-0.478l2.936-1.717 C18.306,18.596,18.292,18.526,18.277,18.456z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="24.1702" y1="19.5232" x2="24.1702" y2="24.2705"> <stop offset="0.2832" style="stop-color:%23ccaa00"/> <stop offset="0.7998" style="stop-color:%2300699C"/> <stop offset="0.9069" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.033,19.827c-0.185,0.179-0.339,0.411-0.461,0.697c-0.118,0.28-0.183,0.551-0.194,0.813 c-0.01,0.268,0.043,0.454,0.158,0.558l0.11,0.061l1.249,0.71l2.817,1.604c-0.033-0.022-0.063-0.053-0.09-0.09 c-0.14-0.196-0.159-0.479-0.058-0.849c0.067-0.256,0.179-0.508,0.336-0.755c0.172-0.267,0.362-0.468,0.571-0.603 c0.197-0.134,0.361-0.187,0.494-0.158l-3.359-1.846l-0.703-0.387c-0.007-0.002-0.013-0.006-0.019-0.01 c-0.021-0.008-0.044-0.016-0.068-0.023C22.562,19.472,22.302,19.565,22.033,19.827"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="20.2532" y1="11.7402" x2="22.781" y2="14.268"> <stop offset="0.2832" style="stop-color:%23ccaa00"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M19.523,12.515c-0.011,0.007-0.023,0.014-0.035,0.019c-0.156,0.1-0.264,0.235-0.323,0.407 c-0.029,0.087-0.047,0.183-0.052,0.287c-0.015,0.308,0.063,0.615,0.236,0.923c0.174,0.301,0.398,0.53,0.671,0.687 c0.114,0.064,0.226,0.106,0.336,0.126c0.199,0.036,0.391,0.002,0.578-0.103c0.014-0.008,0.027-0.016,0.039-0.026 c0.016-0.008,0.031-0.018,0.045-0.029l1.268-0.758l1.781-1.065c-0.287,0.161-0.599,0.155-0.936-0.016 c-0.29-0.151-0.525-0.376-0.703-0.678c-0.185-0.303-0.272-0.62-0.261-0.949c0.015-0.329,0.133-0.578,0.355-0.749l-1.639,1.052 L19.523,12.515"/> <path fill="%23999999" d="M20.858,20.111c-0.152-1.413-0.586-2.877-1.3-4.392c-0.046-0.098-0.094-0.196-0.142-0.294 c-0.248-0.506-0.514-0.991-0.8-1.455c-0.736-1.192-1.595-2.24-2.578-3.143c-0.228-0.207-0.458-0.402-0.687-0.584 c-0.589-0.464-1.179-0.839-1.771-1.126c-0.83-0.397-1.62-0.595-2.372-0.594c-0.125,0-0.25,0.006-0.374,0.016 c-0.001,0.003-0.003,0.005-0.006,0.006c-0.009,0.001-0.019,0.002-0.029,0.003c-0.521,0.052-1.041,0.231-1.562,0.539 c-0.425,0.286-0.782,0.678-1.071,1.178c-0.186,0.317-0.337,0.662-0.455,1.033c-0.177,0.559-0.277,1.18-0.3,1.862 c-0.008,0.235-0.008,0.472,0,0.71c0.055,1.657,0.508,3.388,1.359,5.192c0.043,0.091,0.086,0.181,0.129,0.271 c0.35,0.717,0.736,1.389,1.159,2.017c0.656,0.974,1.4,1.841,2.233,2.601c0.552,0.508,1.113,0.938,1.685,1.287 c0.258,0.158,0.519,0.3,0.781,0.426c0.558,0.267,1.097,0.443,1.617,0.529c0.472,0.078,0.928,0.082,1.368,0.013 c0.425-0.065,0.809-0.195,1.152-0.391c0.136-0.074,0.265-0.159,0.387-0.255c0.011-0.009,0.022-0.017,0.032-0.026 c0.115-0.093,0.225-0.195,0.329-0.307c0.072-0.076,0.142-0.156,0.21-0.242c0.099-0.127,0.193-0.264,0.281-0.41 c0.01-0.018,0.021-0.036,0.032-0.055c0.465-0.794,0.716-1.761,0.755-2.901C20.934,21.124,20.915,20.621,20.858,20.111z M18.177,21.779c-0.052,0.135-0.111,0.265-0.178,0.387c-0.353,0.66-0.875,1.054-1.568,1.181c-0.102,0.02-0.205,0.032-0.31,0.039 c-0.527,0.039-1.09-0.077-1.688-0.349c-0.557-0.256-1.108-0.627-1.652-1.113c-0.474-0.427-0.906-0.906-1.297-1.436 c-0.402-0.546-0.76-1.148-1.075-1.804c-0.036-0.076-0.072-0.151-0.106-0.226c-0.582-1.282-0.859-2.512-0.832-3.688 c0.017-0.762,0.168-1.407,0.452-1.936c0.054-0.099,0.112-0.193,0.174-0.281c0.347-0.493,0.815-0.797,1.404-0.91 c0.336-0.065,0.687-0.063,1.052,0.006c0.304,0.057,0.619,0.161,0.942,0.31c0.555,0.252,1.106,0.624,1.652,1.116 c0.038,0.034,0.076,0.069,0.113,0.103c0.049,0.045,0.096,0.09,0.142,0.135c0.848,0.819,1.555,1.818,2.12,2.998 c0.348,0.731,0.6,1.445,0.755,2.143c0.015,0.071,0.029,0.14,0.042,0.21c0.103,0.528,0.151,1.047,0.142,1.555 C18.448,20.807,18.353,21.327,18.177,21.779z"/> <path fill="%23ccaa00" d="M13.472,15.836c-0.275-0.241-0.55-0.426-0.823-0.555c-0.11-0.049-0.217-0.087-0.323-0.116 c-0.241-0.064-0.469-0.072-0.684-0.026c-0.077,0.017-0.15,0.04-0.219,0.071c-0.035,0.016-0.07,0.034-0.103,0.055 c-0.183,0.108-0.329,0.274-0.439,0.497c-0.052,0.102-0.094,0.212-0.126,0.329c-0.052,0.193-0.077,0.407-0.077,0.642 c0,0.6,0.15,1.22,0.449,1.859c0.015,0.035,0.032,0.069,0.048,0.103c0.177,0.361,0.379,0.687,0.607,0.978 c0.181,0.234,0.378,0.444,0.591,0.632c0.269,0.245,0.545,0.432,0.829,0.561c0.091,0.041,0.181,0.074,0.268,0.1 c0.259,0.078,0.503,0.092,0.732,0.042c0.135-0.028,0.257-0.078,0.365-0.148c0.163-0.108,0.296-0.265,0.397-0.471 c0.045-0.09,0.082-0.187,0.113-0.29c0.06-0.206,0.09-0.436,0.09-0.691c0-0.622-0.166-1.274-0.497-1.955 C14.351,16.811,13.952,16.272,13.472,15.836z"/> <linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="10.653" y1="8.6937" x2="23.8797" y2="21.9204"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_11_)" d="M11.52,7.969c-0.001,0.003-0.004,0.005-0.006,0.006c-0.115,0.22-0.354,0.411-0.716,0.574 c0.01-0.001,0.02-0.002,0.029-0.003c0.003-0.002,0.006-0.004,0.006-0.006c0.124-0.01,0.249-0.016,0.374-0.016 c0.752-0.001,1.542,0.197,2.372,0.594c0.592,0.287,1.183,0.662,1.772,1.126c0.23,0.182,0.459,0.377,0.687,0.584 c0.983,0.903,1.842,1.951,2.578,3.143c0.286,0.464,0.553,0.949,0.8,1.455c0.049,0.097,0.096,0.195,0.142,0.294 c0.715,1.515,1.148,2.978,1.3,4.392c0.056,0.51,0.076,1.013,0.058,1.51c-0.039,1.14-0.29,2.107-0.755,2.901 c-0.011,0.019-0.022,0.037-0.032,0.055c-0.088,0.146-0.181,0.283-0.281,0.41c-0.067,0.086-0.137,0.166-0.21,0.242 c0.645-0.512,1.092-0.769,1.342-0.771l0.055-0.026l0.01-0.003l0.661-0.426c0.012-0.006,0.023-0.014,0.032-0.023 c0.422-0.289,0.78-0.678,1.075-1.168c0.028-0.047,0.055-0.095,0.081-0.145l-1.249-0.71c-0.026-0.007-0.051-0.018-0.074-0.032 c-0.013-0.009-0.024-0.018-0.035-0.029c-0.115-0.104-0.168-0.29-0.158-0.558c0.011-0.262,0.075-0.534,0.194-0.813 c0.123-0.286,0.276-0.518,0.461-0.697c0.269-0.262,0.529-0.355,0.781-0.278c0.024,0.007,0.046,0.014,0.068,0.023 c0.006,0.004,0.013,0.007,0.019,0.01l0.703,0.387c0.002-0.005,0.003-0.01,0.003-0.016c0.097-1.867-0.336-3.818-1.297-5.853 c-0.008-0.017-0.017-0.034-0.026-0.052l-1.268,0.758c-0.014,0.011-0.029,0.021-0.045,0.029c-0.012,0.01-0.025,0.018-0.039,0.026 c-0.187,0.105-0.379,0.139-0.578,0.103c-0.11-0.02-0.222-0.062-0.336-0.126c-0.273-0.157-0.497-0.386-0.671-0.687 c-0.172-0.308-0.251-0.615-0.236-0.923c0.005-0.105,0.022-0.2,0.052-0.287c0.059-0.172,0.167-0.307,0.323-0.407 c0.012-0.005,0.024-0.012,0.035-0.019l1.358-0.871c-0.627-0.88-1.334-1.663-2.12-2.349c-0.75-0.653-1.506-1.16-2.268-1.52 l-0.01,0.665c0.036,0.123,0.015,0.24-0.061,0.352c-0.071,0.105-0.174,0.189-0.31,0.252c-0.213,0.112-0.475,0.168-0.787,0.168 c-0.269,0-0.531-0.039-0.787-0.116c-0.376-0.112-0.6-0.26-0.671-0.445c-0.023-0.056-0.029-0.111-0.019-0.165l-0.016-1.3 c-0.18,0.012-0.359,0.036-0.536,0.071c-0.34,0.066-0.654,0.173-0.942,0.319c-0.006,0.002-0.013,0.005-0.019,0.006L11.52,7.969"/> <path fill="%23f9e100" d="M15.776,3.157c-0.245-0.056-0.511-0.076-0.797-0.061c-0.308,0.017-0.573,0.076-0.797,0.177 c-0.24,0.112-0.371,0.238-0.39,0.378c-0.004,0.026-0.004,0.053,0,0.081c0.006,0.037,0.019,0.075,0.039,0.113 c0.108,0.2,0.348,0.342,0.723,0.426c0.245,0.056,0.511,0.075,0.797,0.058c0.308-0.015,0.573-0.073,0.797-0.174 c0.246-0.115,0.376-0.244,0.39-0.387c0.002-0.017,0.002-0.034,0-0.052c-0.003-0.043-0.016-0.087-0.039-0.132 C16.392,3.388,16.151,3.246,15.776,3.157z"/> </svg>');
}
.yellow.icon-rotate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23f9e100" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%23a58d00" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%23f9e100" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%23a58d00" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%23ccaa00" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%23f9e100" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%23a58d00" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%23f9e100" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23ccaa00" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg> ');
}
.purple.icon-testcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M24.091,20.666l0.088-1.15l-3.982,2.682l-0.044,1.169L24.091,20.666 M14.589,14.077l-0.013-2.671 L10.338,9.05l0.256,7.234L14.589,14.077 M24.597,12.119l0.1-1.3l-4.22,2.519l-0.05,1.332L24.597,12.119z"/> <path fill="%23676767" d="M17.215,23.423l-1.369-0.888l0.006,6.796l2.942-1.614l0.008-4.326L17.215,23.423z"/> <polyline fill="%23FF99FF" points="10.182,5.643 17.371,9.381 21.678,7.068 14.489,3.643 11.958,4.468 7.738,6.412 10.182,5.643 "/> <polygon fill="%23FF99FF" points="20.197,22.198 24.179,19.516 14.589,14.077 10.595,16.284 "/> <path fill="%23FF66FF" d="M10.338,9.05l4.238,2.357l5.851,3.263l0.05-1.332l-3.107-3.957l-7.189-3.738L7.738,6.412l0.513,9.485 l2.482,3.326l1.888,1.219l3.226,2.094l1.369,0.888l1.588-0.031l1.35-0.025l0.044-1.169l-9.602-5.914L10.338,9.05z"/> <path fill="%23999999" d="M15.852,29.331l-0.006-6.796l-3.226-2.094l0.088,6.759L15.852,29.331z"/> <path fill="%23990099" d="M24.697,10.819l-3.019-3.751l-4.307,2.313l3.107,3.957L24.697,10.819z"/> </svg> ');
}
.purple.icon-raw{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M19.605,17.233l0.15-0.091l4.171-2.609l0.335-4.17l-4.513,2.558L19.605,17.233z"/> <path fill="%23676767" d="M15.963,15.143l-0.004,0.252l0.004,13.778l3.192-2.184l0.023-10L15.963,15.143z"/> <path fill="%23999999" d="M15.959,15.395l-0.002-0.252l-3.172-1.827l0.104,13.756l3.074,2.1L15.959,15.395z"/> <path fill="%23FF66FF" d="M7.561,9.195l0.083,1.171l11.96,6.867l0.143-4.311l-8.753-4.628L7.561,9.195z"/> <polyline fill="%23FF99FF" points="24.261,10.364 15.525,6.261 11.555,7.322 7.561,9.195 10.995,8.293 19.748,12.922 24.261,10.364 "/> </svg> ');
}
.purple.icon-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF99FF" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%23FF66FF" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.purple.icon-cogs{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990099" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990099" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF99FF" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23FF66FF" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23FF66FF" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23FF66FF" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23FF66FF" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23FF66FF" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23FF66FF" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23990099" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23990099" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23990099" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23990099" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23990099" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23FF99FF" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23FF99FF" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23FF99FF" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23FF99FF" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23FF66FF" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23FF66FF" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23FF66FF" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23FF66FF" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg>');
}
.purple.icon-check{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="10.924,28.413 11.789,26.634 30.888,23.991 29.88,25.571 "/> <polyline fill="%23676767" points="5.681,13.159 4.626,11.479 19.059,11.051 18.937,11.301 18.945,11.308 18.307,12.634 5.681,13.159 "/> <polyline fill="%23999999" points="18.307,12.634 18.945,11.308 19.067,11.05 27.956,22.594 25.98,22.84 18.307,12.634 "/> <polygon fill="%23999999" points="11.789,26.634 10.924,28.413 1.121,11.861 1.725,10.095 "/> <path fill="%23CCCCCC" d="M1.725,10.095l17.959-0.354l11.204,14.25l-19.099,2.643L1.725,10.095z M27.956,22.594L19.067,11.05 L4.626,11.479l8.171,12.996L27.956,22.594z"/> <polygon fill="%23FF99FF" points="19.115,17.44 16.96,16.839 24.901,2.354 27.076,2.908 "/> <polygon fill="%23FF99FF" points="11.605,17.129 9.465,16.526 11.381,13.027 13.527,13.618 "/> <polygon fill="%23FF66FF" points="20,22.84 17.846,22.223 9.465,16.526 11.605,17.129 "/> <polygon fill="%23990099" points="27.076,2.908 29.85,4.848 20,22.84 11.605,17.129 13.527,13.618 19.115,17.44 "/> </svg> ');
}
.purple.icon-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M23.67,26.671c0.126-0.058,0.246-0.125,0.361-0.201c0.145-0.085,0.283-0.179,0.415-0.281 c0.82-0.633,1.431-1.525,1.833-2.675c0.321-0.928,0.491-1.98,0.508-3.157c0.036-2.033-0.366-4.151-1.204-6.354l-2.997,1.632 c0.847,2.23,1.271,4.352,1.271,6.368c0,1.186-0.152,2.247-0.455,3.184c-0.241,0.734-0.571,1.363-0.99,1.886 c-0.239,0.309-0.511,0.581-0.816,0.816c-0.062,0.049-0.124,0.093-0.187,0.134L23.67,26.671 M17.088,3.675l-3.063,1.458l0.294,11.652 l2.943-1.538L17.088,3.675z"/> <path fill="%23FF99FF" d="M17.262,15.247l-2.943,1.538l8.267-1.15l2.997-1.632L17.262,15.247 M17.088,3.675 c-0.223-0.116-0.464-0.223-0.722-0.321c-1.115-0.437-2.167-0.606-3.157-0.508c-0.496,0.055-0.96,0.175-1.391,0.361 c-0.047,0.025-0.096,0.047-0.147,0.067L8.968,4.531c0.37-0.136,0.763-0.225,1.177-0.268c0.067-0.007,0.134-0.011,0.201-0.013 c0.932-0.058,1.917,0.125,2.956,0.548c0.161,0.062,0.401,0.174,0.722,0.334L17.088,3.675z"/> <path fill="%23FF66FF" d="M5.838,8.638c-0.214,0.972-0.29,2.042-0.227,3.211C5.726,13.891,6.243,16,7.162,18.177 c0.865,2.051,1.971,3.911,3.318,5.578c1.579,1.926,3.228,3.322,4.95,4.187c1.07,0.535,2.1,0.829,3.09,0.883 c1.039,0.047,1.953-0.189,2.742-0.709c0.051-0.025,0.1-0.056,0.147-0.094c0.063-0.041,0.125-0.085,0.187-0.134 c0.305-0.235,0.577-0.507,0.816-0.816c0.419-0.523,0.749-1.152,0.99-1.886c0.303-0.936,0.455-1.998,0.455-3.184 c0-2.016-0.424-4.138-1.271-6.368l-8.267,1.15L14.025,5.133c-0.321-0.161-0.562-0.272-0.722-0.334 c-1.039-0.424-2.024-0.607-2.956-0.548c-0.066,0.002-0.133,0.007-0.201,0.013C9.731,4.306,9.338,4.395,8.968,4.531 C8.329,4.777,7.763,5.169,7.269,5.709C6.591,6.467,6.114,7.443,5.838,8.638z"/> </svg>');
}
.purple.icon-upgrade{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="16.541,13.651 7.127,18.574 16.536,25.049 25.95,18.574 "/> <polygon fill="%23999999" points="16.536,25.049 7.127,18.574 7.633,22.884 16.536,29.603 "/> <polygon fill="%23676767" points="25.95,18.574 16.536,25.049 16.536,29.603 25.449,22.884 "/> <path fill="%23FF66FF" d="M21.177,17.436l2.879-1.699L17.69,2.551l-3.05,1.388L21.177,17.436z"/> <path fill="%23FF99FF" d="M14.639,3.939l-5.618,6.091l3.763,2.298l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L14.639,3.939z"/> <path fill="%23990099" d="M16.828,14.79l-0.007,5.565l2.769-1.637l0.044-2.219L16.828,14.79z"/> </svg>');
}
.purple.icon-refactor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="5.336,21.155 9.717,24.464 9.31,18.906 4.699,15.735 5.336,21.155 "/> <polyline fill="%23999999" points="11.871,11.984 11.961,14.041 14.756,15.735 14.796,17.863 16.537,16.811 16.537,14.704 11.871,11.984 "/> <polyline fill="%23999999" points="11.073,20.121 11.263,23.468 11.391,25.726 16.53,29.603 16.53,23.877 11.073,20.121 "/> <polyline fill="%23999999" points="18.307,15.735 18.271,17.865 21.99,20.121 21.802,23.466 23.351,24.464 23.753,18.906 18.307,15.735 "/> <polyline fill="%23676767" points="14.796,17.863 14.756,15.735 9.31,18.906 9.717,24.464 11.263,23.468 11.073,20.121 14.796,17.863 "/> <polyline fill="%23676767" points="21.802,23.466 21.99,20.121 16.53,23.877 16.53,29.603 21.676,25.726 21.802,23.466 "/> <polyline fill="%23676767" points="28.368,15.735 23.753,18.906 23.351,24.464 27.738,21.155 28.368,15.735 "/> <polyline fill="%23676767" points="21.106,14.039 21.197,11.984 16.537,14.704 16.537,16.811 16.537,16.816 18.271,17.865 18.307,15.735 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="11.961,14.041 10.101,12.912 4.699,15.735 9.31,18.906 14.756,15.735 11.961,14.041 "/> <polyline fill="%23CCCCCC" points="16.537,16.816 16.537,16.811 14.796,17.863 11.073,20.121 16.53,23.877 21.99,20.121 18.271,17.865 16.537,16.816 "/> <polyline fill="%23CCCCCC" points="21.106,14.039 18.307,15.735 23.753,18.906 28.368,15.735 22.966,12.912 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="16.537,14.704 21.197,11.984 16.537,9.545 11.871,11.984 16.537,14.704 "/> <polyline fill="%23999999" points="26.645,12.48 18.044,12.48 17.949,19.17 25.997,19.17 26.645,12.48 "/> <polyline fill="%23676767" points="25.341,8.132 25.45,6.782 17.871,6.782 17.799,13.048 17.849,13.048 17.909,8.132 25.341,8.132 "/> <polyline fill="%23FF66FF" points="15.108,19.17 15.013,12.48 6.414,12.48 7.061,19.17 15.108,19.17 "/> <polygon fill="%23676767" points="7.613,6.782 7.724,8.132 15.152,8.132 15.214,13.048 15.271,13.048 15.192,6.782 "/> <polyline fill="%23676767" points="17.849,13.048 17.832,14.511 17.949,19.17 18.044,12.48 17.909,8.132 17.849,13.048 "/> <polyline fill="%23676767" points="17.871,6.782 17.765,3.367 17.704,9.336 17.799,13.048 17.871,6.782 "/> <polyline fill="%23990099" points="15.231,14.511 15.214,13.048 15.152,8.132 15.013,12.48 15.108,19.17 15.231,14.511 "/> <polygon fill="%23676767" points="15.304,3.367 15.192,6.782 15.271,13.048 15.37,9.336 "/> <polyline fill="%23CCCCCC" points="25.735,8.132 25.341,8.132 17.909,8.132 18.044,12.48 26.645,12.48 25.735,8.132 "/> <polyline fill="%23CCCCCC" points="25.45,6.782 24.736,3.367 17.765,3.367 17.871,6.782 25.45,6.782 "/> <polyline fill="%23FF99FF" points="15.152,8.132 7.724,8.132 7.328,8.132 6.414,12.48 15.013,12.48 15.152,8.132 "/> <polygon fill="%23CCCCCC" points="15.192,6.782 15.304,3.367 8.334,3.367 7.613,6.782 "/> </svg>');
}
.purple.icon-hierarchy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.342,22.974l6.404,3.896l0.802-0.55l-6.103-3.663C16.284,22.855,15.785,22.914,15.342,22.974z"/> <path fill="%23999999" d="M15.342,22.974c0,0,0.017,0.384,0.023,0.788l6.341,4.028l0.043-1.009"/> <path fill="%23999999" d="M16.097,18.145l-0.942-0.457l0.158,4.059l0.029,1.226l0.812,0.49L16.097,18.145z"/> <path fill="%23676767" d="M16.935,17.556l-0.839,0.589l0.057,5.318l0.758-0.526L16.935,17.556z"/> <path fill="%23CCCCCC" d="M17.398,14.603L16.05,13.97l-1.21,0.823l1.354,0.656L17.398,14.603z"/> <path fill="%23CCCCCC" d="M21.477,19.381l4.522,2.636l0.649-0.446l-4.279-2.447C22.24,19.285,21.835,19.333,21.477,19.381z"/> <path fill="%23999999" d="M21.477,19.381c0,0,0.014,0.311,0.019,0.638l4.471,2.743l0.035-0.817"/> <radialGradient id="SVGID_1_" cx="26.5503" cy="22.2417" r="3.906" fx="28.93" fy="21.1697" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="26.307" cy="22.072" r="2.691"/> <path fill="%23999999" d="M22.088,15.471l-0.763-0.37l0.128,3.287l0.024,0.993l0.658,0.397L22.088,15.471z"/> <path fill="%23676767" d="M22.767,14.994l-0.679,0.477l0.046,4.307l0.614-0.426L22.767,14.994z"/> <path fill="%23CCCCCC" d="M22.547,27.789l-0.76-0.357l-0.682,0.464l0.763,0.37L22.547,27.789z"/> <radialGradient id="SVGID_2_" cx="22.1654" cy="27.056" r="4.7808" fx="25.078" fy="25.7439" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="21.868" cy="26.848" r="3.294"/> <path fill="%23FF99FF" d="M6.383,15.266l9.849,6.796V2.665L6.383,15.266z"/> <path fill="%23990099" d="M16.232,22.063l9.772-6.796L16.232,2.665V22.063z"/> </svg> ');
}
.purple.icon-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M9.934,17.773l14.138,8.563l1.152-0.791l-13.706-8.229C11.288,17.603,10.57,17.688,9.934,17.773z"/> <path fill="%23999999" d="M9.934,17.773c0,0,0.025,0.552,0.033,1.132l14.048,8.753l0.062-1.45"/> <radialGradient id="SVGID_1_" cx="22.5248" cy="24.6747" r="6.9308" fx="26.7473" fy="22.7725" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="22.094" cy="24.373" r="4.775"/> <path fill="%23999999" d="M11.018,10.836L9.665,10.18l0.227,5.832l0.042,1.762l1.167,0.704L11.018,10.836z"/> <path fill="%23676767" d="M12.223,9.99l-1.205,0.846l0.082,7.642l1.089-0.756L12.223,9.99z"/> <path fill="%23CCCCCC" d="M12.223,9.99l-1.349-0.633l-1.21,0.823l1.354,0.656L12.223,9.99z"/> <radialGradient id="SVGID_2_" cx="11.5459" cy="8.689" r="8.4831" fx="16.714" fy="6.3609" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF99FF"/> <stop offset="0.7108" style="stop-color:%23990099"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="11.018" cy="8.32" r="5.844"/> </svg>');
}
.purple.icon-clipboard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="10.132,6.448 21.354,12.031 24.019,10.474 12.817,5.28 10.132,6.448 "/> <polyline fill="%23676767" points="20.752,28.542 23.102,26.768 24.019,10.474 21.354,12.031 20.752,28.542 "/> <polygon fill="%23999999" points="10.132,6.448 21.354,12.031 20.752,28.542 11.049,22.093 "/> <path fill="%23FF66FF" d="M22.087,14.339l0.308-3.14L9.4,5.396l0.253,2.351L22.087,14.339z"/> <path fill="%23990099" d="M24.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L24.558,12.242z"/> <path fill="%23FF99FF" d="M11.82,4.073L9.4,5.396l12.751,5.694l2.652-1.706L11.82,4.073z"/> <path fill="%23FF99FF" d="M14.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C14.234,8.214,14.138,8.233,14.039,8.241z"/> <path fill="%23990099" d="M19.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C19.002,12.642,19.011,12.529,19.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4588" y1="2.958" x2="15.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%23FF99FF"/> <stop offset="0.8492" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C17.292,6.847,17.271,5.909,17.196,5.16z"/> <path fill="%23FF66FF" d="M14.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C13.059,3.758,13.622,3.009,14.602,3.372z"/> </svg>');
}
.purple.icon-clipboar-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="12.132,6.448 23.354,12.031 26.019,10.474 14.817,5.28 12.132,6.448 "/> <polyline fill="%23676767" points="22.752,28.542 25.102,26.768 26.019,10.474 23.354,12.031 22.752,28.542 "/> <polygon fill="%23999999" points="12.132,6.448 23.354,12.031 22.752,28.542 13.049,22.093 "/> <path fill="%23FF66FF" d="M24.087,14.339l0.308-3.14L11.4,5.396l0.253,2.351L24.087,14.339z"/> <path fill="%23990099" d="M26.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L26.558,12.242z"/> <path fill="%23FF99FF" d="M13.82,4.073L11.4,5.396l12.751,5.694l2.652-1.706L13.82,4.073z"/> <polyline fill="%23FF66FF" points="2.792,21.015 3.02,23.793 6.427,26.104 6.254,23.294 2.792,21.015 "/> <polyline fill="%23FF66FF" points="5.19,19.702 7.425,18.476 4.105,16.403 4.289,19.127 5.19,19.702 "/> <polyline fill="%23FF66FF" points="14.587,25.713 14.533,22.903 10.898,20.646 11.006,23.424 14.587,25.713 "/> <polyline fill="%23990099" points="6.254,23.294 6.427,26.104 11.006,23.424 10.898,20.646 6.254,23.294 "/> <polyline fill="%23990099" points="14.533,22.903 14.587,25.713 16.009,18.443 15.976,15.73 14.533,22.903 "/> <polyline fill="%23FF99FF" points="7.425,18.476 5.19,19.702 2.792,21.015 6.254,23.294 10.898,20.646 14.533,22.903 15.976,15.73 4.105,16.403 7.425,18.476 "/> <path fill="%23FF99FF" d="M16.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C16.234,8.214,16.138,8.233,16.039,8.241z"/> <path fill="%23990099" d="M21.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C21.002,12.642,21.011,12.529,21.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="17.4588" y1="2.958" x2="17.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%23FF99FF"/> <stop offset="0.8492" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C19.292,6.847,19.271,5.909,19.196,5.16z"/> <path fill="%23FF66FF" d="M16.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C15.059,3.758,15.622,3.009,16.602,3.372z"/> </svg>');
}
.purple.icon-composite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23676767" d="M16.232,28.234v1.652l13.921-10.163l0.167-1.552L16.232,28.234z"/> <path fill="%23999999" d="M16.232,29.887v-1.652L2.148,18.172l0.172,1.552L16.232,29.887z"/> <path fill="%23990099" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <path opacity="0.44" fill="%23CCCCCC" d="M16.237,3.234L1.661,10.617l14.571,9.752l14.575-9.752L16.237,3.234z M17.923,12.532 l-3.09,3.171l-1.213-3.582l-2.011-0.272l-3.62-0.482l5.081-1.676L12.922,8.33l-0.181-1.676l4.045,1.977l4.976-1.203L20.42,9.361 l-0.645,0.936l4.074,2.56l-2.971-0.162L17.923,12.532z"/> <polygon fill="%23FF99FF" points="17.923,12.532 14.833,15.704 13.62,12.122 11.609,11.849 7.989,11.367 13.07,9.691 12.922,8.33 12.741,6.654 16.786,8.631 21.762,7.427 20.42,9.361 19.775,10.297 23.849,12.857 20.879,12.695 "/> </svg>');
}
.purple.icon-real{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path opacity="0.44" fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23999999" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <polyline fill="%23FF66FF" points="13.62,11.122 13.686,14.455 14.871,18.128 14.833,14.704 13.62,11.122 "/> <polygon fill="%23FF66FF" points="23.653,15.21 23.849,11.857 17.922,11.532 17.884,14.871 "/> <polyline fill="%23990099" points="8.199,13.682 13.686,14.455 13.62,11.122 7.989,10.367 8.199,13.682 "/> <polyline fill="%23990099" points="12.812,8.772 13.07,8.691 12.741,5.654 12.812,8.772 "/> <polyline fill="%23990099" points="17.884,14.871 17.922,11.532 14.833,14.704 14.871,18.128 17.884,14.871 "/> <polygon fill="%23990099" points="21.242,10.219 21.628,9.632 21.762,6.427 19.775,9.297 "/> <path fill="%23FF99FF" d="M21.762,6.427l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,6.427z"/> </svg> ');
}
.purple.icon-synchronize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF99FF" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%23990099" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%23FF99FF" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%23990099" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%23FF66FF" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%23CCCCCC" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%23676767" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%23CCCCCC" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23999999" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg>');
}
.purple.icon-synchronize-commit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%23FF66FF" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%23FF66FF" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%23FF66FF" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%23990099" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%23990099" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%23FF99FF" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg> ');
}
.purple.icon-synchronize-update{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%23990099" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23990099" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%23FF99FF" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg> ');
}
.purple.icon-helpdesk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23990099"/> <stop offset="0.6863" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> </svg>');
}
.purple.icon-ticket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23999999"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> <polygon fill="%23990099" points="24.216,2.03 24.193,2.999 30.942,8.29 30.872,7.377 "/> <polygon fill="%23FF99FF" points="24.193,2.999 24.216,2.03 17.202,7.191 17.082,8.098 "/> <polygon fill="%23FF66FF" points="17.082,8.098 23.851,12.136 30.942,8.29 24.193,2.999 "/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 4.1768 22.8636)" fill="%23333333" cx="19.558" cy="8.24" rx="0.752" ry="1.105"/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 1.792 19.8838)" fill="%23333333" cx="16.089" cy="8.573" rx="0.676" ry="0.994"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="460.2863" y1="-935.4631" x2="465.7375" y2="-935.4631" gradientTransform="matrix(0.3368 -0.9416 0.9416 0.3368 743.9272 759.3012)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.818,8.116c-0.032,0.137-0.07,0.274-0.119,0.411c-0.478,1.336-1.612,2.167-2.603,1.95 c0.055,0.028,0.112,0.054,0.171,0.075c1.03,0.368,2.276-0.482,2.783-1.899c0.001-0.002,0.001-0.004,0.002-0.006 C20.039,8.451,19.974,8.261,19.818,8.116z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="494.3591" y1="1210.504" x2="499.8102" y2="1210.504" gradientTransform="matrix(0.3522 -0.9359 0.9359 0.3522 -1290.7396 46.5091)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M16.27,8.302c-0.038,0.844,0.308,1.501,0.686,1.643c0.055,0.021,0.12,0.029,0.187,0.032 c-0.244-0.192-0.446-0.599-0.506-1.114l-0.006,0.003C16.632,8.867,16.54,8.416,16.27,8.302z"/> <path fill="%23CCCCCC" d="M19.112,7.994c-0.025,0.097-0.045,0.194-0.081,0.293c-0.405,1.132-1.303,1.7-1.857,1.68 c-0.067-0.002-0.132-0.009-0.187-0.029c-0.38-0.136-0.738-0.788-0.713-1.632c-0.058-0.023-0.121-0.037-0.196-0.021 c-0.193,0.04-0.276,0.182-0.312,0.325c0.06,0.862,0.473,1.573,1.151,1.816c0.059,0.021,0.119,0.037,0.18,0.051 c0.991,0.217,2.125-0.614,2.603-1.95c0.049-0.137,0.087-0.274,0.119-0.411c-0.079-0.073-0.178-0.135-0.309-0.179 C19.353,7.885,19.221,7.924,19.112,7.994z"/> </svg>');
}
.purple.icon-localize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.682,9.667c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098c-0.738-0.456-1.391-1.111-2.318-1.112 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,10.455,12.398,9.667,15.682,9.667 M15.682,7.521 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,5.115,2.011,7.763,1.438c-1.967-1.161-3.761-1.25-3.156-3.683 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,9.486,20.787,7.521,15.682,7.521L15.682,7.521z" /> <path fill="%23CCCCCC" d="M15.682,7.564c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098C24.58,21.11,23.927,20.454,23,20.454 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,8.352,12.398,7.564,15.682,7.564 M15.682,5.418 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,4.914,2.747,7.763,3.183c-1.967-1.161-3.761-2.994-3.156-5.428 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,7.383,20.787,5.418,15.682,5.418L15.682,5.418z" /> <circle fill="%23FFFFFF" cx="15.691" cy="12.478" r="7.693"/> <path fill="%23990099" d="M15.691,20.481c-4.413,0-8.003-3.59-8.003-8.003s3.59-8.003,8.003-8.003s8.003,3.59,8.003,8.003 S20.104,20.481,15.691,20.481z M15.691,5.094c-4.071,0-7.383,3.312-7.383,7.383s3.312,7.383,7.383,7.383s7.383-3.312,7.383-7.383 S19.762,5.094,15.691,5.094z"/> <path fill="%23FFFFFF" d="M21.885,12.305c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.984,12.396,21.923,12.351,21.885,12.305z"/> <path fill="none" d="M11.903,12.732c-0.189-0.144-0.257-0.144-0.394,0c-0.106,0.098-0.083,0.114,0.212,0.114 C12.024,12.838,12.039,12.831,11.903,12.732z"/> <path fill="none" d="M10.6,12.399c-0.03,0.053,0,0.068,0.098,0.038c0.091-0.03,0.189-0.008,0.25,0.068 c0.053,0.061,0.182,0.114,0.288,0.114c0.182,0,0.189-0.008,0.053-0.151C11.138,12.301,10.691,12.255,10.6,12.399z"/> <path fill="none" d="M17.31,8.227c0.068-0.121,0.061-0.167-0.045-0.204c-0.121-0.045-0.257,0.083-0.257,0.265 C17.007,8.431,17.219,8.393,17.31,8.227z"/> <path fill="none" d="M12.16,12.922c0,0.045,0.015,0.076,0.03,0.076c0.023,0,0.061-0.03,0.083-0.076 c0.023-0.038,0.008-0.076-0.03-0.076C12.198,12.846,12.16,12.884,12.16,12.922z"/> <path fill="none" d="M8.525,11.763c0,0.136,0.151,0.5,0.189,0.462c0.023-0.023-0.008-0.151-0.068-0.295 C8.578,11.786,8.533,11.71,8.525,11.763z"/> <path fill="none" d="M20.392,10.218c-0.03-0.023-0.076-0.023-0.106,0c-0.023,0.03,0,0.053,0.053,0.053 C20.392,10.271,20.414,10.248,20.392,10.218z"/> <path fill="none" d="M18.976,9.673c0-0.083-0.03-0.174-0.076-0.197c-0.045-0.03-0.068,0.038-0.061,0.144 C18.862,9.847,18.976,9.885,18.976,9.673z"/> <path fill="none" d="M17.484,8.257c-0.03,0.03-0.061,0.098-0.068,0.167c-0.015,0.083,0.038,0.106,0.22,0.091 c0.129-0.015,0.242-0.061,0.257-0.098c0.015-0.045-0.114-0.235-0.28-0.416c-0.288-0.318-0.424-0.288-0.189,0.045 C17.484,8.136,17.506,8.227,17.484,8.257z"/> <path fill="none" d="M11.933,7.394c-0.03,0-0.098,0.053-0.151,0.114c-0.083,0.098-0.061,0.114,0.098,0.114 c0.144,0,0.189-0.03,0.159-0.114C12.009,7.447,11.963,7.394,11.933,7.394z"/> <path fill="none" d="M16.105,6.803c-0.288,0.008-0.394,0.106-0.257,0.235c0.091,0.098,0.53,0.053,0.621-0.053 C16.59,6.841,16.484,6.788,16.105,6.803z"/> <path fill="none" d="M15.962,6.106c0.045,0,0.015-0.076-0.068-0.174c-0.083-0.091-0.174-0.227-0.197-0.295 C15.666,5.561,15.613,5.5,15.568,5.5c-0.038,0-0.076-0.053-0.076-0.114c0-0.129-0.363-0.159-0.591-0.053 c-0.068,0.038-0.242,0.121-0.371,0.189c-0.212,0.106-0.25,0.106-0.25,0.015c0-0.136-0.106-0.144-0.31-0.038 c-0.182,0.098-0.189,0.257-0.008,0.212c0.31-0.083,0.424,0.386,0.189,0.75c-0.129,0.197-0.129,0.204,0,0.151 c0.174-0.068,0.167,0.015-0.038,0.227c-0.136,0.144-0.151,0.204-0.083,0.341c0.045,0.098,0.106,0.235,0.129,0.31 c0.023,0.068,0.144,0.152,0.273,0.174c0.121,0.03,0.227,0.076,0.227,0.114c0,0.083,0.083,0.083,0.212,0 c0.053-0.03,0.114-0.106,0.121-0.167c0.091-0.447,0.242-0.75,0.386-0.75c0.114,0,0.576-0.553,0.538-0.651 C15.893,6.159,15.916,6.106,15.962,6.106z"/> <path fill="none" d="M21.55,15.867c0,0.068-0.053,0.189-0.114,0.265c-0.144,0.197-0.144,0.348,0,0.348 c0.076,0,0.227-0.22,0.379-0.545c0.144-0.295,0.242-0.56,0.227-0.583C21.982,15.292,21.55,15.739,21.55,15.867z"/> <path fill="none" d="M13.644,9.264c-0.167-0.114-0.189-0.114-0.303,0.015c-0.159,0.182-0.151,0.257,0.023,0.212 c0.091-0.023,0.167,0.008,0.189,0.068c0.061,0.159,0.273,0.129,0.273-0.038C13.826,9.446,13.743,9.325,13.644,9.264z"/> <path fill="none" d="M13.296,6.864c0-0.182-0.045-0.235-0.333-0.341c-0.288-0.114-0.363-0.114-0.545-0.023 c-0.121,0.053-0.227,0.159-0.242,0.235c-0.023,0.106,0.03,0.129,0.295,0.129c0.31,0,0.318,0,0.182,0.151 c-0.144,0.159-0.053,0.212,0.098,0.061c0.136-0.136,0.106,0.023-0.038,0.182c-0.068,0.076-0.197,0.136-0.28,0.136 c-0.136,0-0.121,0.023,0.076,0.144c0.136,0.083,0.265,0.182,0.288,0.227c0.083,0.129,0.22,0.098,0.167-0.038 c-0.038-0.091-0.008-0.106,0.114-0.068c0.136,0.045,0.144,0.038,0.076-0.098c-0.121-0.227-0.106-0.25,0.098-0.197 c0.273,0.068,0.394-0.038,0.204-0.174C13.357,7.121,13.296,7,13.296,6.864z"/> <radialGradient id="SVGID_1_" cx="15.6814" cy="11.4509" r="7.663" fx="10.7157" fy="6.7467" gradientTransform="matrix(1 0 0 1.0129 0 0.9625)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%23FF99FF"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M23.012,11.215c-0.061,0-0.265-0.1-0.447-0.23c-0.182-0.123-0.333-0.199-0.333-0.169 c0.008,0.107,0.31,0.422,0.356,0.368c0.091-0.092,0.326,0.207,0.326,0.43c0,0.238-0.538,0.905-0.735,0.905 c-0.068,0-0.098,0.054-0.083,0.138c0.03,0.13,0.076,0.138,0.303,0.054c0.121-0.046,0.129-0.023,0.091,0.199 c-0.068,0.376-0.303,0.813-0.644,1.204c-0.28,0.33-0.295,0.368-0.295,0.867c0,0.506-0.008,0.522-0.257,0.675 c-0.144,0.092-0.295,0.261-0.333,0.384c-0.144,0.414-0.621,0.989-0.954,1.15c-0.417,0.207-0.757,0.215-0.697,0.023 c0.03-0.077,0.015-0.445-0.023-0.828c-0.068-0.606-0.061-0.713,0.076-0.997c0.182-0.391,0.182-0.537-0.015-0.905 c-0.098-0.192-0.144-0.399-0.129-0.606c0.023-0.268,0-0.322-0.129-0.345c-0.083-0.015-0.212-0.084-0.28-0.146 c-0.106-0.092-0.174-0.1-0.371-0.031c-0.136,0.046-0.401,0.084-0.598,0.084c-0.303,0-0.416-0.046-0.75-0.315 c-0.432-0.345-0.462-0.429-0.439-1.143c0.023-0.545,0.242-1.081,0.507-1.227c0.083-0.046,0.151-0.146,0.151-0.223 c0-0.176,0.265-0.422,0.485-0.452c0.083-0.008,0.424-0.038,0.742-0.061c0.56-0.046,0.576-0.038,0.606,0.123 c0.015,0.138,0.114,0.207,0.416,0.307c0.265,0.084,0.417,0.107,0.469,0.054c0.053-0.054,0.174-0.054,0.371,0.008 c0.167,0.054,0.409,0.092,0.538,0.092c0.235,0,0.242-0.008,0.22-0.284c-0.015-0.153-0.068-0.299-0.129-0.314 c-0.061-0.023-0.083,0-0.053,0.054c0.03,0.046,0.015,0.084-0.023,0.084c-0.045,0-0.083-0.031-0.083-0.069 c0-0.038-0.061-0.054-0.136-0.031c-0.083,0.023-0.189-0.054-0.303-0.199c-0.227-0.315-0.341-0.307-0.28,0.008l0.045,0.253 L19.99,9.834c-0.28-0.353-0.704-0.767-0.795-0.767c-0.159,0-0.053,0.169,0.197,0.315c0.28,0.169,0.318,0.261,0.167,0.46 c-0.098,0.13-0.28,0.115-0.28-0.023c0-0.046,0.053-0.061,0.114-0.031c0.204,0.077,0.121-0.169-0.129-0.414 c-0.22-0.207-0.288-0.238-0.553-0.199c-0.174,0.023-0.333,0.092-0.379,0.169c-0.31,0.522-0.394,0.606-0.629,0.629 c-0.333,0.031-0.469-0.1-0.469-0.453c0-0.299,0-0.299,0.288-0.299c0.159,0,0.31-0.023,0.333-0.046 c0.091-0.084-0.038-0.322-0.227-0.422l-0.204-0.092l0.204-0.046c0.114-0.023,0.386-0.215,0.621-0.422 c0.416-0.368,0.416-0.368,0.288-0.552c-0.098-0.138-0.174-0.169-0.333-0.138c-0.174,0.038-0.212,0.008-0.257-0.161 c-0.03-0.13-0.008-0.245,0.068-0.33c0.061-0.069,0.151-0.261,0.197-0.414c0.136-0.422,0.25-0.491,0.636-0.368 c0.553,0.161,0.75,0.299,0.697,0.468c-0.03,0.1-0.015,0.146,0.068,0.146c0.068,0,0.121-0.046,0.121-0.107 c0-0.061,0.098-0.192,0.227-0.299l0.22-0.192l-0.288-0.192c-2.279-1.526-5.225-1.688-7.694-0.414 c-0.757,0.391-0.841,0.46-0.704,0.598c0.106,0.092,0.106,0.13,0,0.353c-0.098,0.215-0.159,0.253-0.379,0.253 c-0.227,0-0.25-0.015-0.167-0.115c0.136-0.169,0-0.284-0.174-0.161c-0.106,0.084-0.121,0.146-0.061,0.307 c0.083,0.207,0.106,0.207,0.735,0.084c0.129-0.031,0.348-0.345,0.348-0.499c0-0.023,0.03-0.084,0.076-0.13 c0.091-0.115,0.394-0.138,0.326-0.023c-0.023,0.046-0.106,0.077-0.174,0.077c-0.098,0-0.129,0.069-0.129,0.253 c0,0.284,0.03,0.315,0.212,0.238c0.076-0.023,0.159-0.031,0.182,0c0.083,0.077-0.144,0.276-0.318,0.276 c-0.235,0-1.022,0.683-1.022,0.882c0,0.092,0.106,0.222,0.257,0.322c0.167,0.107,0.25,0.215,0.242,0.345 c-0.008,0.23,0.212,0.238,0.242,0.008c0.015-0.092,0.106-0.223,0.212-0.292c0.129-0.084,0.174-0.169,0.144-0.261 c-0.023-0.077,0-0.23,0.045-0.345c0.144-0.322,0.598-0.23,0.598,0.123c0,0.161,0.03,0.169,0.235,0.054 c0.129-0.061,0.174-0.054,0.265,0.061c0.053,0.077,0.106,0.184,0.106,0.238c0,0.046,0.068,0.161,0.159,0.253 c0.265,0.269,0.144,0.353-0.78,0.56c-0.121,0.031-0.212,0.077-0.212,0.115c0,0.038,0.076,0.054,0.159,0.031 c0.136-0.038,0.151-0.023,0.114,0.115c-0.068,0.199,0.061,0.276,0.265,0.161c0.129-0.069,0.151-0.061,0.129,0.023 c-0.023,0.054-0.197,0.123-0.409,0.146c-0.462,0.054-0.636,0.13-0.636,0.268c0,0.061-0.061,0.138-0.129,0.161 c-0.182,0.069-0.469,0.422-0.477,0.568c0,0.069-0.136,0.246-0.295,0.399c-0.273,0.253-0.295,0.307-0.257,0.552 c0.053,0.33-0.098,0.368-0.167,0.038c-0.038-0.192-0.083-0.23-0.273-0.23c-0.121,0-0.22,0.038-0.22,0.084 c0,0.054-0.083,0.069-0.227,0.046c-0.174-0.038-0.25-0.008-0.379,0.153c-0.174,0.222-0.189,0.46-0.061,0.752 c0.098,0.215,0.417,0.269,0.485,0.077c0.03-0.061,0.098-0.115,0.159-0.115c0.083,0,0.098,0.046,0.068,0.176 c-0.098,0.322-0.083,0.399,0.091,0.422c0.114,0.015,0.167,0.077,0.167,0.192c0,0.245,0.212,0.514,0.401,0.514 c0.204,0,0.386,0.115,0.333,0.199c-0.023,0.038,0.167,0.077,0.409,0.092c0.371,0.015,0.485,0.061,0.689,0.245 c0.136,0.13,0.31,0.23,0.386,0.23c0.356,0,0.772,0.399,0.651,0.629c-0.045,0.084-0.045,0.138,0,0.138 c0.038,0,0.083-0.038,0.098-0.084c0.03-0.092,0.704,0.107,1.257,0.361c0.22,0.107,0.25,0.146,0.204,0.322 c-0.03,0.115-0.114,0.276-0.182,0.36c-0.076,0.084-0.159,0.299-0.182,0.483c-0.045,0.399-0.144,0.529-0.439,0.591 c-0.174,0.038-0.22,0.092-0.22,0.245c0,0.292-0.235,0.637-0.432,0.637c-0.159,0-0.167,0.015-0.083,0.153 c0.083,0.13,0.076,0.169-0.076,0.276c-0.129,0.092-0.159,0.161-0.114,0.315c0.083,0.368,0.242,0.591,0.492,0.729 c0.235,0.123,0.242,0.13,0.061,0.138c-0.136,0-0.326-0.146-0.697-0.545c-0.409-0.437-0.538-0.637-0.636-0.982 c-0.318-1.097-0.53-1.503-0.833-1.618c-0.091-0.038-0.318-0.269-0.507-0.514c-0.409-0.537-0.523-1.02-0.31-1.258 c0.114-0.13,0.121-0.184,0.045-0.307c-0.076-0.123-0.068-0.192,0.023-0.376c0.068-0.13,0.151-0.23,0.189-0.23 c0.045,0,0.076-0.038,0.076-0.084c0-0.054-0.068-0.069-0.182-0.038c-0.151,0.038-0.273-0.038-0.659-0.414 c-0.326-0.307-0.545-0.46-0.674-0.46c-0.288,0-0.515-0.199-0.576-0.499c-0.023-0.146-0.076-0.268-0.114-0.268 c-0.038,0-0.068-0.031-0.068-0.077c0-0.038-0.091-0.268-0.204-0.514C8.404,11,8.404,10.21,8.692,9.604 c0.114-0.23,0.242-0.522,0.288-0.652c0.167-0.445-0.114-0.031-0.356,0.537c-0.439,1.028-0.591,1.787-0.591,3.068 c0,1.365,0.159,2.109,0.682,3.229c0.432,0.943,0.863,1.565,1.545,2.263c1.136,1.143,2.537,1.887,4.119,2.178 c1.537,0.284,3.294,0.015,4.748-0.729c1.992-1.013,3.461-2.884,4.021-5.101c0.144-0.568,0.174-0.897,0.182-1.81 C23.33,11.437,23.277,11.215,23.012,11.215z M20.286,10.218c0.03-0.023,0.076-0.023,0.106,0c0.023,0.03,0,0.053-0.053,0.053 C20.286,10.271,20.263,10.248,20.286,10.218z M18.9,9.476c0.045,0.023,0.076,0.114,0.076,0.197c0,0.212-0.114,0.174-0.136-0.053 C18.832,9.514,18.854,9.446,18.9,9.476z M17.612,7.999c0.167,0.182,0.295,0.371,0.28,0.416c-0.015,0.038-0.129,0.083-0.257,0.098 c-0.182,0.015-0.235-0.008-0.22-0.091c0.008-0.068,0.038-0.136,0.068-0.167c0.023-0.03,0-0.121-0.061-0.212 C17.188,7.712,17.325,7.681,17.612,7.999z M17.264,8.022c0.106,0.038,0.114,0.083,0.045,0.204c-0.091,0.167-0.303,0.205-0.303,0.061 C17.007,8.105,17.143,7.977,17.264,8.022z M11.88,7.621c-0.159,0-0.182-0.015-0.098-0.114c0.053-0.061,0.121-0.114,0.151-0.114 c0.03,0,0.076,0.053,0.106,0.114C12.069,7.59,12.024,7.621,11.88,7.621z M11.236,12.619c-0.106,0-0.235-0.053-0.288-0.114 c-0.061-0.076-0.159-0.098-0.25-0.068c-0.098,0.03-0.129,0.015-0.098-0.038c0.091-0.144,0.538-0.098,0.689,0.068 C11.426,12.611,11.418,12.619,11.236,12.619z M11.721,12.846c-0.295,0-0.318-0.015-0.212-0.114c0.136-0.144,0.204-0.144,0.394,0 C12.039,12.831,12.024,12.838,11.721,12.846z M12.274,12.922c-0.023,0.045-0.061,0.076-0.083,0.076c-0.015,0-0.03-0.03-0.03-0.076 c0-0.038,0.038-0.076,0.083-0.076C12.281,12.846,12.297,12.884,12.274,12.922z M8.715,12.225c-0.038,0.038-0.189-0.326-0.189-0.462 c0.008-0.053,0.053,0.023,0.121,0.167C8.707,12.073,8.737,12.202,8.715,12.225z M12.607,5.803c0.045,0,0.098,0.038,0.121,0.076 c0.023,0.045-0.008,0.076-0.068,0.076c-0.068,0-0.121-0.03-0.121-0.076C12.539,5.841,12.569,5.803,12.607,5.803z M12.531,6.235 c0.045-0.061,0.068-0.129,0.045-0.159c-0.023-0.023,0.008-0.015,0.053,0.03c0.053,0.038,0.174,0.076,0.288,0.076 c0.151,0,0.167,0.015,0.076,0.076c-0.061,0.038-0.212,0.076-0.333,0.076C12.486,6.333,12.463,6.311,12.531,6.235z M12.069,6.144 c-0.295,0.197-0.485,0.25-0.394,0.106c0.045-0.083,0.492-0.295,0.613-0.295C12.319,5.955,12.221,6.038,12.069,6.144z M13.251,7.363 c-0.204-0.053-0.22-0.03-0.098,0.197c0.068,0.136,0.061,0.144-0.076,0.098c-0.121-0.038-0.151-0.023-0.114,0.068 c0.053,0.136-0.083,0.167-0.167,0.038c-0.023-0.046-0.151-0.144-0.288-0.227c-0.197-0.121-0.212-0.144-0.076-0.144 c0.083,0,0.212-0.061,0.28-0.136c0.144-0.159,0.174-0.318,0.038-0.182c-0.151,0.151-0.242,0.098-0.098-0.061 c0.136-0.151,0.129-0.151-0.182-0.151c-0.265,0-0.318-0.023-0.295-0.129c0.015-0.076,0.121-0.182,0.242-0.235 c0.182-0.091,0.257-0.091,0.545,0.023c0.288,0.106,0.333,0.159,0.333,0.341c0,0.136,0.061,0.257,0.159,0.326 C13.644,7.325,13.523,7.431,13.251,7.363z M13.569,5.879c-0.068,0-0.121,0.053-0.121,0.114c0,0.083-0.083,0.114-0.28,0.114 c-0.151,0-0.25-0.023-0.22-0.053c0.03-0.038,0.098-0.061,0.144-0.061c0.038,0,0.091-0.045,0.114-0.106 c0.023-0.068-0.008-0.083-0.129-0.045c-0.235,0.068-0.197-0.015,0.068-0.151c0.288-0.151,0.447-0.144,0.257,0.008 c-0.144,0.114-0.136,0.114,0.023,0.068c0.091-0.023,0.182-0.008,0.212,0.038C13.66,5.841,13.629,5.879,13.569,5.879z M13.554,9.559 c-0.023-0.061-0.098-0.091-0.189-0.068c-0.174,0.045-0.182-0.03-0.023-0.212c0.114-0.129,0.136-0.129,0.303-0.015 c0.098,0.061,0.182,0.182,0.182,0.257C13.826,9.688,13.614,9.718,13.554,9.559z M15.379,6.864c-0.144,0-0.295,0.303-0.386,0.75 c-0.008,0.061-0.068,0.136-0.121,0.167c-0.129,0.083-0.212,0.083-0.212,0c0-0.038-0.106-0.083-0.227-0.114 c-0.129-0.023-0.25-0.106-0.273-0.174c-0.023-0.076-0.083-0.212-0.129-0.31c-0.068-0.136-0.053-0.197,0.083-0.341 c0.204-0.212,0.212-0.295,0.038-0.227c-0.129,0.053-0.129,0.045,0-0.151c0.235-0.364,0.121-0.833-0.189-0.75 C13.781,5.758,13.788,5.599,13.97,5.5c0.204-0.106,0.31-0.098,0.31,0.038c0,0.091,0.038,0.091,0.25-0.015 c0.129-0.068,0.303-0.151,0.371-0.189c0.227-0.106,0.591-0.076,0.591,0.053c0,0.061,0.038,0.114,0.076,0.114 c0.045,0,0.098,0.061,0.129,0.136c0.023,0.068,0.114,0.204,0.197,0.295c0.083,0.098,0.114,0.174,0.068,0.174 c-0.045,0-0.068,0.053-0.045,0.106C15.954,6.311,15.492,6.864,15.379,6.864z M16.469,6.985c-0.091,0.106-0.53,0.151-0.621,0.053 c-0.136-0.129-0.03-0.227,0.257-0.235C16.484,6.788,16.59,6.841,16.469,6.985z M21.815,15.935c-0.151,0.326-0.303,0.545-0.379,0.545 c-0.144,0-0.144-0.151,0-0.348c0.061-0.076,0.114-0.197,0.114-0.265c0-0.129,0.432-0.576,0.492-0.515 C22.058,15.375,21.959,15.64,21.815,15.935z"/> <path fill="%23FFFFFF" d="M21.876,12.452c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.974,12.543,21.914,12.497,21.876,12.452z"/> <path fill="%23FFFFFF" d="M21.868,9.764c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.058,10.044,21.944,9.915,21.868,9.764z"/> <path fill="%23FF66FF" d="M21.878,9.92c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.067,10.2,21.954,10.072,21.878,9.92z"/> <path fill="%23FF66FF" d="M20.386,9.685C20.31,9.61,20.348,9.223,20.439,9.17c0.045-0.03,0.121,0,0.174,0.068 c0.098,0.136,0.31,0.182,0.227,0.053c-0.121-0.197,0.061-0.189,0.265,0.015c0.341,0.341,0.303,0.416-0.227,0.416 C20.628,9.723,20.409,9.701,20.386,9.685z"/> <path fill="%23FF66FF" d="M18.607,8.322c0-0.038,0.083-0.106,0.189-0.151c0.212-0.098,0.235-0.197,0.083-0.477 c-0.144-0.28-0.114-0.629,0.061-0.659c0.121-0.023,0.136,0,0.091,0.167c-0.061,0.235,0.076,0.53,0.212,0.477 C19.424,7.61,19.5,7.876,19.371,8.11c-0.098,0.174-0.182,0.22-0.447,0.242C18.75,8.368,18.607,8.353,18.607,8.322z"/> </svg>');
}
.purple.icon-metainfo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.31,16.534V5.298L5.147,10.177L16.31,16.534z"/> <path fill="%23999999" d="M27.472,10.177L16.31,5.298l0,7.601l0,3.636L27.472,10.177z"/> <path fill="%23990099" d="M16.31,17.117l5.492-3.232l0.791-6.786L16.31,9.745V17.117z"/> <path fill="%23FF66FF" d="M10.817,13.885l5.492,3.232V9.745l-6.283-2.645L10.817,13.885z"/> <polygon fill="%23FF99FF" points="16.31,4.335 10.027,7.099 16.31,9.745 22.593,7.099 "/> <path fill="%23676767" d="M16.31,29.545l9.758-7.393l1.405-11.976L16.31,16.534V29.545z"/> <path fill="%23999999" d="M6.552,22.153l9.758,7.393V16.534L5.147,10.177L6.552,22.153z"/> </svg>');
}
.purple.icon-navigator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M19.326,11.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,10.988,17.803,11.076,19.326,11.388"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="22.1481" x2="28.0832" y2="22.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,15.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,15.994"/> <polygon fill="%23676767" points="14.051,14.564 8.452,20.865 19.176,17.603 23.899,11.716 "/> <path fill="%23CCCCCC" d="M26.992,12.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,14.582,27.761,13.542,26.992,12.553z M26.7,16.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,13.831,26.876,14.914,26.7,16.054z"/> <polygon fill="%23FF99FF" points="16.42,12.556 13.405,12.174 6.695,19.726 "/> <polygon fill="%23FF66FF" points="6.695,19.726 19.548,15.816 16.42,12.556 "/> <polygon fill="%23990099" points="25.208,8.76 16.42,12.556 19.548,15.816 "/> <polygon fill="%23FF66FF" points="13.405,12.174 16.42,12.556 25.208,8.76 "/> </svg>');
}
.purple.icon-compass{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M22.739,13.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,13.43,22.728,13.435,22.739,13.438"/> <path fill="%23676767" d="M19.326,14.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,13.988,17.803,14.076,19.326,14.388"/> <path fill="%23CCCCCC" d="M20.069,14.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,14.78,20.463,14.663,20.069,14.561"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="25.1481" x2="28.0832" y2="25.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,18.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,18.994"/> <polygon fill="%23676767" points="13.644,18.022 8.452,23.865 18.398,20.84 22.778,15.379 "/> <path fill="%23CCCCCC" d="M26.992,15.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,17.582,27.761,16.542,26.992,15.553z M26.7,19.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,16.831,26.876,17.914,26.7,19.054z"/> <polygon fill="%23FF99FF" points="16.013,16.322 13.448,15.997 7.735,22.425 "/> <polygon fill="%23FF66FF" points="7.735,22.425 18.676,19.097 16.013,16.322 "/> <polygon fill="%23990099" points="23.494,13.091 16.013,16.322 18.676,19.097 "/> <polygon fill="%23FF66FF" points="13.448,15.997 16.013,16.322 23.494,13.091 "/> <path fill="%23FF66FF" d="M19.038,9.996h-1.683l-2.51-3.94v3.94H12.92V2.158h1.683l2.51,3.94v-3.94h1.924V9.996z"/> </svg>');
}
.purple.icon-dispatcher{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M23.617,28.878c-0.012-0.008-0.044-0.007-0.094,0.003c-0.088,0.024-0.191,0.06-0.31,0.11 c-0.129,0.067-0.227,0.114-0.294,0.142c-0.392,0.209-0.763,0.43-1.113,0.665c-0.283,0.199-0.424,0.32-0.423,0.365l0.01,0.013 c0.013,0.01,0.044,0.01,0.094,0c0.14-0.034,0.341-0.118,0.603-0.252c0.419-0.207,0.792-0.428,1.116-0.665 C23.527,29.035,23.663,28.908,23.617,28.878"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.1712" y1="28.8951" x2="15.1712" y2="25.2385"> <stop offset="0.2832" style="stop-color:%23FF66FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.357,28.188l0.013-1.994c-0.519-0.086-1.058-0.262-1.617-0.529 c-0.262-0.126-0.523-0.268-0.781-0.426l0.016,2.823c-0.005,0.051-0.001,0.104,0.01,0.158c0.045,0.234,0.216,0.416,0.513,0.545 c0.228,0.101,0.48,0.143,0.755,0.126c0.284-0.011,0.529-0.083,0.736-0.216C16.226,28.535,16.345,28.373,16.357,28.188"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.5608" y1="20.6718" x2="10.0551" y2="20.6718"> <stop offset="0.2832" style="stop-color:%23FF66FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.897,19.333l-0.862,0.558c-0.005,0.003-0.011,0.007-0.016,0.01 c-0.252,0.14-0.399,0.364-0.442,0.671c-0.045,0.28,0.004,0.549,0.148,0.807c0.153,0.252,0.357,0.433,0.613,0.545 c0.278,0.119,0.539,0.114,0.784-0.016l0.933-0.558C9.633,20.723,9.246,20.05,8.897,19.333"/> <path fill="%23990099" d="M27.173,21.967c-0.057-0.081-0.127-0.132-0.21-0.152c-0.132-0.029-0.297,0.024-0.494,0.158 c-0.209,0.136-0.399,0.337-0.571,0.603c-0.157,0.247-0.269,0.499-0.336,0.755c-0.101,0.37-0.082,0.653,0.058,0.849 c0.028,0.038,0.058,0.068,0.09,0.09c0.149,0.107,0.353,0.074,0.613-0.1c0.209-0.14,0.397-0.341,0.565-0.603 c0.155-0.245,0.269-0.497,0.342-0.755C27.326,22.438,27.307,22.156,27.173,21.967"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.7096" y1="12.1321" x2="7.7092" y2="12.1321"> <stop offset="0.2832" style="stop-color:%23FF66FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.093,10.427c-0.154-0.06-0.333-0.04-0.539,0.058c-0.224,0.105-0.413,0.279-0.568,0.52 c-0.151,0.234-0.24,0.475-0.268,0.723c-0.034,0.323,0.038,0.568,0.216,0.736c0.06,0.056,0.126,0.095,0.197,0.119l2.278,1.287 c-0.008-0.238-0.008-0.475,0-0.71c0.023-0.682,0.123-1.302,0.3-1.862L6.125,10.44C6.115,10.436,6.104,10.431,6.093,10.427"/> <path fill="%23FF66FF" d="M22.653,10.508l-0.132,0.084c-0.222,0.17-0.34,0.42-0.355,0.749c-0.011,0.329,0.076,0.645,0.261,0.949 c0.179,0.301,0.413,0.527,0.703,0.678c0.337,0.172,0.649,0.177,0.936,0.016l0.013-0.006c0.012-0.007,0.024-0.014,0.035-0.023 c0.274-0.168,0.418-0.435,0.432-0.8c0.013-0.329-0.073-0.645-0.258-0.949c-0.179-0.295-0.413-0.517-0.703-0.668 c-0.329-0.174-0.635-0.187-0.916-0.039C22.664,10.502,22.659,10.505,22.653,10.508"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="9.2352" y1="13.3643" x2="18.0998" y2="22.2289"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.501,11.644c-0.588,0.113-1.056,0.417-1.404,0.91c-0.062,0.088-0.12,0.181-0.174,0.281 c-0.284,0.529-0.435,1.175-0.452,1.936c-0.026,1.176,0.251,2.406,0.833,3.688c0.035,0.075,0.07,0.15,0.106,0.226 c0.314,0.656,0.673,1.257,1.075,1.804c0.391,0.53,0.824,1.009,1.297,1.436c0.544,0.486,1.095,0.857,1.652,1.113 c0.598,0.271,1.16,0.387,1.688,0.348c0.105-0.006,0.208-0.019,0.31-0.039c0.693-0.127,1.215-0.521,1.568-1.181 c0.066-0.123,0.125-0.252,0.177-0.387c-0.336-0.035-0.686-0.127-1.049-0.274c-0.566-0.237-1.123-0.589-1.671-1.058 c-0.025-0.021-0.049-0.043-0.074-0.065l-0.816,0.478c-0.108,0.071-0.23,0.12-0.365,0.148c-0.229,0.05-0.474,0.036-0.732-0.042 c-0.087-0.026-0.176-0.059-0.268-0.1c-0.284-0.129-0.56-0.316-0.829-0.561c-0.213-0.188-0.41-0.399-0.591-0.632 c-0.227-0.29-0.43-0.616-0.607-0.978c-0.017-0.034-0.033-0.069-0.048-0.103c-0.299-0.639-0.449-1.258-0.449-1.859 c0-0.235,0.026-0.449,0.077-0.642c0.032-0.117,0.074-0.227,0.126-0.329c0.109-0.223,0.256-0.389,0.439-0.497 c0.034-0.02,0.068-0.039,0.103-0.055l0.829-0.439c-0.077-0.471-0.107-0.936-0.09-1.394c0.025-0.658,0.155-1.234,0.39-1.726 C12.188,11.581,11.837,11.579,11.501,11.644"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="7.1765" y1="4.412" x2="11.1537" y2="8.3893"> <stop offset="0.2832" style="stop-color:%23FF66FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.984,3.609C8.973,3.581,8.948,3.571,8.91,3.577C8.802,3.581,8.654,3.629,8.464,3.719 C8.101,3.87,7.721,4.079,7.325,4.348C7.067,4.527,6.901,4.669,6.828,4.774C6.807,4.802,6.801,4.83,6.812,4.858 C6.813,4.86,6.814,4.861,6.815,4.861l2.42,4.227c0.521-0.308,1.041-0.487,1.562-0.539c0.362-0.163,0.601-0.354,0.716-0.574 c0.003-0.001,0.005-0.004,0.006-0.006L8.984,3.609"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.7918" y1="6.4714" x2="16.5378" y2="6.4714"> <stop offset="0.2832" style="stop-color:%23FF66FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M13.83,3.845c-0.02-0.038-0.032-0.076-0.039-0.113l0.039,3.453l0.016,1.3 c-0.01,0.054-0.003,0.108,0.019,0.165c0.071,0.185,0.295,0.333,0.671,0.445c0.256,0.077,0.518,0.116,0.787,0.116 c0.312,0,0.574-0.056,0.787-0.168c0.136-0.062,0.239-0.146,0.31-0.252c0.076-0.112,0.097-0.229,0.061-0.352l0.01-0.665l0.045-4.008 c-0.014,0.144-0.144,0.273-0.39,0.387c-0.224,0.101-0.489,0.159-0.797,0.174c-0.286,0.017-0.552-0.002-0.797-0.058 C14.179,4.187,13.938,4.045,13.83,3.845z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="22.502" y1="29.5224" x2="19.8822" y2="24.9848"> <stop offset="0.2832" style="stop-color:%23FF66FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M19.639,25.229c-0.104,0.112-0.214,0.214-0.329,0.307c-0.011,0.009-0.021,0.017-0.032,0.026 c-0.122,0.095-0.251,0.18-0.387,0.255l2.494,4.347c-0.001-0.044,0.14-0.166,0.423-0.365c0.351-0.234,0.722-0.456,1.113-0.665 c0.067-0.028,0.165-0.075,0.294-0.142c0.118-0.049,0.222-0.086,0.31-0.11c0.05-0.01,0.081-0.011,0.094-0.003l-2.581-4.443 l-0.013,0.006c-0.009,0.007-0.023,0.012-0.042,0.016C20.731,24.46,20.284,24.717,19.639,25.229"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="12.2652" y1="14.3677" x2="17.441" y2="19.5435"> <stop offset="0.3987" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M18.277,18.456c-0.155-0.698-0.407-1.412-0.755-2.143c-0.565-1.18-1.272-2.179-2.12-2.998 c-0.046-0.046-0.093-0.091-0.142-0.136l-3.007,1.591l-0.829,0.439c0.069-0.031,0.142-0.054,0.219-0.071 c0.215-0.047,0.443-0.038,0.684,0.026c0.105,0.029,0.213,0.067,0.323,0.116c0.273,0.129,0.547,0.314,0.823,0.555 c0.48,0.437,0.879,0.976,1.197,1.617c0.331,0.682,0.497,1.334,0.497,1.955c0,0.255-0.03,0.485-0.09,0.691 c-0.03,0.103-0.068,0.2-0.113,0.29c-0.101,0.206-0.233,0.363-0.397,0.471l0.816-0.478l2.936-1.717 C18.306,18.596,18.292,18.526,18.277,18.456z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="24.1702" y1="19.5232" x2="24.1702" y2="24.2705"> <stop offset="0.2832" style="stop-color:%23FF66FF"/> <stop offset="0.7998" style="stop-color:%2300699C"/> <stop offset="0.9069" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.033,19.827c-0.185,0.179-0.339,0.411-0.461,0.697c-0.118,0.28-0.183,0.551-0.194,0.813 c-0.01,0.268,0.043,0.454,0.158,0.558l0.11,0.061l1.249,0.71l2.817,1.604c-0.033-0.022-0.063-0.053-0.09-0.09 c-0.14-0.196-0.159-0.479-0.058-0.849c0.067-0.256,0.179-0.508,0.336-0.755c0.172-0.267,0.362-0.468,0.571-0.603 c0.197-0.134,0.361-0.187,0.494-0.158l-3.359-1.846l-0.703-0.387c-0.007-0.002-0.013-0.006-0.019-0.01 c-0.021-0.008-0.044-0.016-0.068-0.023C22.562,19.472,22.302,19.565,22.033,19.827"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="20.2532" y1="11.7402" x2="22.781" y2="14.268"> <stop offset="0.2832" style="stop-color:%23FF66FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M19.523,12.515c-0.011,0.007-0.023,0.014-0.035,0.019c-0.156,0.1-0.264,0.235-0.323,0.407 c-0.029,0.087-0.047,0.183-0.052,0.287c-0.015,0.308,0.063,0.615,0.236,0.923c0.174,0.301,0.398,0.53,0.671,0.687 c0.114,0.064,0.226,0.106,0.336,0.126c0.199,0.036,0.391,0.002,0.578-0.103c0.014-0.008,0.027-0.016,0.039-0.026 c0.016-0.008,0.031-0.018,0.045-0.029l1.268-0.758l1.781-1.065c-0.287,0.161-0.599,0.155-0.936-0.016 c-0.29-0.151-0.525-0.376-0.703-0.678c-0.185-0.303-0.272-0.62-0.261-0.949c0.015-0.329,0.133-0.578,0.355-0.749l-1.639,1.052 L19.523,12.515"/> <path fill="%23999999" d="M20.858,20.111c-0.152-1.413-0.586-2.877-1.3-4.392c-0.046-0.098-0.094-0.196-0.142-0.294 c-0.248-0.506-0.514-0.991-0.8-1.455c-0.736-1.192-1.595-2.24-2.578-3.143c-0.228-0.207-0.458-0.402-0.687-0.584 c-0.589-0.464-1.179-0.839-1.771-1.126c-0.83-0.397-1.62-0.595-2.372-0.594c-0.125,0-0.25,0.006-0.374,0.016 c-0.001,0.003-0.003,0.005-0.006,0.006c-0.009,0.001-0.019,0.002-0.029,0.003c-0.521,0.052-1.041,0.231-1.562,0.539 c-0.425,0.286-0.782,0.678-1.071,1.178c-0.186,0.317-0.337,0.662-0.455,1.033c-0.177,0.559-0.277,1.18-0.3,1.862 c-0.008,0.235-0.008,0.472,0,0.71c0.055,1.657,0.508,3.388,1.359,5.192c0.043,0.091,0.086,0.181,0.129,0.271 c0.35,0.717,0.736,1.389,1.159,2.017c0.656,0.974,1.4,1.841,2.233,2.601c0.552,0.508,1.113,0.938,1.685,1.287 c0.258,0.158,0.519,0.3,0.781,0.426c0.558,0.267,1.097,0.443,1.617,0.529c0.472,0.078,0.928,0.082,1.368,0.013 c0.425-0.065,0.809-0.195,1.152-0.391c0.136-0.074,0.265-0.159,0.387-0.255c0.011-0.009,0.022-0.017,0.032-0.026 c0.115-0.093,0.225-0.195,0.329-0.307c0.072-0.076,0.142-0.156,0.21-0.242c0.099-0.127,0.193-0.264,0.281-0.41 c0.01-0.018,0.021-0.036,0.032-0.055c0.465-0.794,0.716-1.761,0.755-2.901C20.934,21.124,20.915,20.621,20.858,20.111z M18.177,21.779c-0.052,0.135-0.111,0.265-0.178,0.387c-0.353,0.66-0.875,1.054-1.568,1.181c-0.102,0.02-0.205,0.032-0.31,0.039 c-0.527,0.039-1.09-0.077-1.688-0.349c-0.557-0.256-1.108-0.627-1.652-1.113c-0.474-0.427-0.906-0.906-1.297-1.436 c-0.402-0.546-0.76-1.148-1.075-1.804c-0.036-0.076-0.072-0.151-0.106-0.226c-0.582-1.282-0.859-2.512-0.832-3.688 c0.017-0.762,0.168-1.407,0.452-1.936c0.054-0.099,0.112-0.193,0.174-0.281c0.347-0.493,0.815-0.797,1.404-0.91 c0.336-0.065,0.687-0.063,1.052,0.006c0.304,0.057,0.619,0.161,0.942,0.31c0.555,0.252,1.106,0.624,1.652,1.116 c0.038,0.034,0.076,0.069,0.113,0.103c0.049,0.045,0.096,0.09,0.142,0.135c0.848,0.819,1.555,1.818,2.12,2.998 c0.348,0.731,0.6,1.445,0.755,2.143c0.015,0.071,0.029,0.14,0.042,0.21c0.103,0.528,0.151,1.047,0.142,1.555 C18.448,20.807,18.353,21.327,18.177,21.779z"/> <path fill="%23FF66FF" d="M13.472,15.836c-0.275-0.241-0.55-0.426-0.823-0.555c-0.11-0.049-0.217-0.087-0.323-0.116 c-0.241-0.064-0.469-0.072-0.684-0.026c-0.077,0.017-0.15,0.04-0.219,0.071c-0.035,0.016-0.07,0.034-0.103,0.055 c-0.183,0.108-0.329,0.274-0.439,0.497c-0.052,0.102-0.094,0.212-0.126,0.329c-0.052,0.193-0.077,0.407-0.077,0.642 c0,0.6,0.15,1.22,0.449,1.859c0.015,0.035,0.032,0.069,0.048,0.103c0.177,0.361,0.379,0.687,0.607,0.978 c0.181,0.234,0.378,0.444,0.591,0.632c0.269,0.245,0.545,0.432,0.829,0.561c0.091,0.041,0.181,0.074,0.268,0.1 c0.259,0.078,0.503,0.092,0.732,0.042c0.135-0.028,0.257-0.078,0.365-0.148c0.163-0.108,0.296-0.265,0.397-0.471 c0.045-0.09,0.082-0.187,0.113-0.29c0.06-0.206,0.09-0.436,0.09-0.691c0-0.622-0.166-1.274-0.497-1.955 C14.351,16.811,13.952,16.272,13.472,15.836z"/> <linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="10.653" y1="8.6937" x2="23.8797" y2="21.9204"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_11_)" d="M11.52,7.969c-0.001,0.003-0.004,0.005-0.006,0.006c-0.115,0.22-0.354,0.411-0.716,0.574 c0.01-0.001,0.02-0.002,0.029-0.003c0.003-0.002,0.006-0.004,0.006-0.006c0.124-0.01,0.249-0.016,0.374-0.016 c0.752-0.001,1.542,0.197,2.372,0.594c0.592,0.287,1.183,0.662,1.772,1.126c0.23,0.182,0.459,0.377,0.687,0.584 c0.983,0.903,1.842,1.951,2.578,3.143c0.286,0.464,0.553,0.949,0.8,1.455c0.049,0.097,0.096,0.195,0.142,0.294 c0.715,1.515,1.148,2.978,1.3,4.392c0.056,0.51,0.076,1.013,0.058,1.51c-0.039,1.14-0.29,2.107-0.755,2.901 c-0.011,0.019-0.022,0.037-0.032,0.055c-0.088,0.146-0.181,0.283-0.281,0.41c-0.067,0.086-0.137,0.166-0.21,0.242 c0.645-0.512,1.092-0.769,1.342-0.771l0.055-0.026l0.01-0.003l0.661-0.426c0.012-0.006,0.023-0.014,0.032-0.023 c0.422-0.289,0.78-0.678,1.075-1.168c0.028-0.047,0.055-0.095,0.081-0.145l-1.249-0.71c-0.026-0.007-0.051-0.018-0.074-0.032 c-0.013-0.009-0.024-0.018-0.035-0.029c-0.115-0.104-0.168-0.29-0.158-0.558c0.011-0.262,0.075-0.534,0.194-0.813 c0.123-0.286,0.276-0.518,0.461-0.697c0.269-0.262,0.529-0.355,0.781-0.278c0.024,0.007,0.046,0.014,0.068,0.023 c0.006,0.004,0.013,0.007,0.019,0.01l0.703,0.387c0.002-0.005,0.003-0.01,0.003-0.016c0.097-1.867-0.336-3.818-1.297-5.853 c-0.008-0.017-0.017-0.034-0.026-0.052l-1.268,0.758c-0.014,0.011-0.029,0.021-0.045,0.029c-0.012,0.01-0.025,0.018-0.039,0.026 c-0.187,0.105-0.379,0.139-0.578,0.103c-0.11-0.02-0.222-0.062-0.336-0.126c-0.273-0.157-0.497-0.386-0.671-0.687 c-0.172-0.308-0.251-0.615-0.236-0.923c0.005-0.105,0.022-0.2,0.052-0.287c0.059-0.172,0.167-0.307,0.323-0.407 c0.012-0.005,0.024-0.012,0.035-0.019l1.358-0.871c-0.627-0.88-1.334-1.663-2.12-2.349c-0.75-0.653-1.506-1.16-2.268-1.52 l-0.01,0.665c0.036,0.123,0.015,0.24-0.061,0.352c-0.071,0.105-0.174,0.189-0.31,0.252c-0.213,0.112-0.475,0.168-0.787,0.168 c-0.269,0-0.531-0.039-0.787-0.116c-0.376-0.112-0.6-0.26-0.671-0.445c-0.023-0.056-0.029-0.111-0.019-0.165l-0.016-1.3 c-0.18,0.012-0.359,0.036-0.536,0.071c-0.34,0.066-0.654,0.173-0.942,0.319c-0.006,0.002-0.013,0.005-0.019,0.006L11.52,7.969"/> <path fill="%23FF99FF" d="M15.776,3.157c-0.245-0.056-0.511-0.076-0.797-0.061c-0.308,0.017-0.573,0.076-0.797,0.177 c-0.24,0.112-0.371,0.238-0.39,0.378c-0.004,0.026-0.004,0.053,0,0.081c0.006,0.037,0.019,0.075,0.039,0.113 c0.108,0.2,0.348,0.342,0.723,0.426c0.245,0.056,0.511,0.075,0.797,0.058c0.308-0.015,0.573-0.073,0.797-0.174 c0.246-0.115,0.376-0.244,0.39-0.387c0.002-0.017,0.002-0.034,0-0.052c-0.003-0.043-0.016-0.087-0.039-0.132 C16.392,3.388,16.151,3.246,15.776,3.157z"/> </svg>');
}
.purple.icon-rotate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF99FF" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%23990099" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%23FF99FF" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%23990099" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%23FF66FF" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%23FF99FF" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%23990099" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%23FF99FF" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23FF66FF" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg> ');
}
.grey.icon-testcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.091,20.666l0.088-1.15l-3.982,2.682l-0.044,1.169L24.091,20.666 M14.589,14.077l-0.013-2.671 L10.338,9.05l0.256,7.234L14.589,14.077 M24.597,12.119l0.1-1.3l-4.22,2.519l-0.05,1.332L24.597,12.119z"/> <path fill="%23676767" d="M17.215,23.423l-1.369-0.888l0.006,6.796l2.942-1.614l0.008-4.326L17.215,23.423z"/> <polyline fill="%23CCCCCC" points="10.182,5.643 17.371,9.381 21.678,7.068 14.489,3.643 11.958,4.468 7.738,6.412 10.182,5.643 "/> <polygon fill="%23CCCCCC" points="20.197,22.198 24.179,19.516 14.589,14.077 10.595,16.284 "/> <path fill="%23999999" d="M10.338,9.05l4.238,2.357l5.851,3.263l0.05-1.332l-3.107-3.957l-7.189-3.738L7.738,6.412l0.513,9.485 l2.482,3.326l1.888,1.219l3.226,2.094l1.369,0.888l1.588-0.031l1.35-0.025l0.044-1.169l-9.602-5.914L10.338,9.05z"/> <path fill="%23999999" d="M15.852,29.331l-0.006-6.796l-3.226-2.094l0.088,6.759L15.852,29.331z"/> <path fill="%23676767" d="M24.697,10.819l-3.019-3.751l-4.307,2.313l3.107,3.957L24.697,10.819z"/> </svg> ');
}
.grey.icon-raw{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M19.605,17.233l0.15-0.091l4.171-2.609l0.335-4.17l-4.513,2.558L19.605,17.233z"/> <path fill="%23676767" d="M15.963,15.143l-0.004,0.252l0.004,13.778l3.192-2.184l0.023-10L15.963,15.143z"/> <path fill="%23999999" d="M15.959,15.395l-0.002-0.252l-3.172-1.827l0.104,13.756l3.074,2.1L15.959,15.395z"/> <path fill="%23999999" d="M7.561,9.195l0.083,1.171l11.96,6.867l0.143-4.311l-8.753-4.628L7.561,9.195z"/> <polyline fill="%23CCCCCC" points="24.261,10.364 15.525,6.261 11.555,7.322 7.561,9.195 10.995,8.293 19.748,12.922 24.261,10.364 "/> </svg> ');
}
.grey.icon-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%23999999" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.grey.icon-cogs{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23676767" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23676767" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23CCCCCC" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23999999" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23999999" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23999999" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23999999" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23999999" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23999999" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23676767" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23676767" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23676767" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23676767" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23676767" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23CCCCCC" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23CCCCCC" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23CCCCCC" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23CCCCCC" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23999999" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23999999" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23999999" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23999999" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg>');
}
.grey.icon-check{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="10.924,28.413 11.789,26.634 30.888,23.991 29.88,25.571 "/> <polyline fill="%23676767" points="5.681,13.159 4.626,11.479 19.059,11.051 18.937,11.301 18.945,11.308 18.307,12.634 5.681,13.159 "/> <polyline fill="%23999999" points="18.307,12.634 18.945,11.308 19.067,11.05 27.956,22.594 25.98,22.84 18.307,12.634 "/> <polygon fill="%23999999" points="11.789,26.634 10.924,28.413 1.121,11.861 1.725,10.095 "/> <path fill="%23CCCCCC" d="M1.725,10.095l17.959-0.354l11.204,14.25l-19.099,2.643L1.725,10.095z M27.956,22.594L19.067,11.05 L4.626,11.479l8.171,12.996L27.956,22.594z"/> <polygon fill="%23CCCCCC" points="19.115,17.44 16.96,16.839 24.901,2.354 27.076,2.908 "/> <polygon fill="%23CCCCCC" points="11.605,17.129 9.465,16.526 11.381,13.027 13.527,13.618 "/> <polygon fill="%23999999" points="20,22.84 17.846,22.223 9.465,16.526 11.605,17.129 "/> <polygon fill="%23676767" points="27.076,2.908 29.85,4.848 20,22.84 11.605,17.129 13.527,13.618 19.115,17.44 "/> </svg> ');
}
.grey.icon-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.67,26.671c0.126-0.058,0.246-0.125,0.361-0.201c0.145-0.085,0.283-0.179,0.415-0.281 c0.82-0.633,1.431-1.525,1.833-2.675c0.321-0.928,0.491-1.98,0.508-3.157c0.036-2.033-0.366-4.151-1.204-6.354l-2.997,1.632 c0.847,2.23,1.271,4.352,1.271,6.368c0,1.186-0.152,2.247-0.455,3.184c-0.241,0.734-0.571,1.363-0.99,1.886 c-0.239,0.309-0.511,0.581-0.816,0.816c-0.062,0.049-0.124,0.093-0.187,0.134L23.67,26.671 M17.088,3.675l-3.063,1.458l0.294,11.652 l2.943-1.538L17.088,3.675z"/> <path fill="%23CCCCCC" d="M17.262,15.247l-2.943,1.538l8.267-1.15l2.997-1.632L17.262,15.247 M17.088,3.675 c-0.223-0.116-0.464-0.223-0.722-0.321c-1.115-0.437-2.167-0.606-3.157-0.508c-0.496,0.055-0.96,0.175-1.391,0.361 c-0.047,0.025-0.096,0.047-0.147,0.067L8.968,4.531c0.37-0.136,0.763-0.225,1.177-0.268c0.067-0.007,0.134-0.011,0.201-0.013 c0.932-0.058,1.917,0.125,2.956,0.548c0.161,0.062,0.401,0.174,0.722,0.334L17.088,3.675z"/> <path fill="%23999999" d="M5.838,8.638c-0.214,0.972-0.29,2.042-0.227,3.211C5.726,13.891,6.243,16,7.162,18.177 c0.865,2.051,1.971,3.911,3.318,5.578c1.579,1.926,3.228,3.322,4.95,4.187c1.07,0.535,2.1,0.829,3.09,0.883 c1.039,0.047,1.953-0.189,2.742-0.709c0.051-0.025,0.1-0.056,0.147-0.094c0.063-0.041,0.125-0.085,0.187-0.134 c0.305-0.235,0.577-0.507,0.816-0.816c0.419-0.523,0.749-1.152,0.99-1.886c0.303-0.936,0.455-1.998,0.455-3.184 c0-2.016-0.424-4.138-1.271-6.368l-8.267,1.15L14.025,5.133c-0.321-0.161-0.562-0.272-0.722-0.334 c-1.039-0.424-2.024-0.607-2.956-0.548c-0.066,0.002-0.133,0.007-0.201,0.013C9.731,4.306,9.338,4.395,8.968,4.531 C8.329,4.777,7.763,5.169,7.269,5.709C6.591,6.467,6.114,7.443,5.838,8.638z"/> </svg>');
}
.grey.icon-upgrade{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="16.541,13.651 7.127,18.574 16.536,25.049 25.95,18.574 "/> <polygon fill="%23999999" points="16.536,25.049 7.127,18.574 7.633,22.884 16.536,29.603 "/> <polygon fill="%23676767" points="25.95,18.574 16.536,25.049 16.536,29.603 25.449,22.884 "/> <path fill="%23999999" d="M21.177,17.436l2.879-1.699L17.69,2.551l-3.05,1.388L21.177,17.436z"/> <path fill="%23CCCCCC" d="M14.639,3.939l-5.618,6.091l3.763,2.298l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L14.639,3.939z"/> <path fill="%23676767" d="M16.828,14.79l-0.007,5.565l2.769-1.637l0.044-2.219L16.828,14.79z"/> </svg>');
}
.grey.icon-refactor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="5.336,21.155 9.717,24.464 9.31,18.906 4.699,15.735 5.336,21.155 "/> <polyline fill="%23999999" points="11.871,11.984 11.961,14.041 14.756,15.735 14.796,17.863 16.537,16.811 16.537,14.704 11.871,11.984 "/> <polyline fill="%23999999" points="11.073,20.121 11.263,23.468 11.391,25.726 16.53,29.603 16.53,23.877 11.073,20.121 "/> <polyline fill="%23999999" points="18.307,15.735 18.271,17.865 21.99,20.121 21.802,23.466 23.351,24.464 23.753,18.906 18.307,15.735 "/> <polyline fill="%23676767" points="14.796,17.863 14.756,15.735 9.31,18.906 9.717,24.464 11.263,23.468 11.073,20.121 14.796,17.863 "/> <polyline fill="%23676767" points="21.802,23.466 21.99,20.121 16.53,23.877 16.53,29.603 21.676,25.726 21.802,23.466 "/> <polyline fill="%23676767" points="28.368,15.735 23.753,18.906 23.351,24.464 27.738,21.155 28.368,15.735 "/> <polyline fill="%23676767" points="21.106,14.039 21.197,11.984 16.537,14.704 16.537,16.811 16.537,16.816 18.271,17.865 18.307,15.735 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="11.961,14.041 10.101,12.912 4.699,15.735 9.31,18.906 14.756,15.735 11.961,14.041 "/> <polyline fill="%23CCCCCC" points="16.537,16.816 16.537,16.811 14.796,17.863 11.073,20.121 16.53,23.877 21.99,20.121 18.271,17.865 16.537,16.816 "/> <polyline fill="%23CCCCCC" points="21.106,14.039 18.307,15.735 23.753,18.906 28.368,15.735 22.966,12.912 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="16.537,14.704 21.197,11.984 16.537,9.545 11.871,11.984 16.537,14.704 "/> <polyline fill="%23999999" points="26.645,12.48 18.044,12.48 17.949,19.17 25.997,19.17 26.645,12.48 "/> <polyline fill="%23676767" points="25.341,8.132 25.45,6.782 17.871,6.782 17.799,13.048 17.849,13.048 17.909,8.132 25.341,8.132 "/> <polyline fill="%23999999" points="15.108,19.17 15.013,12.48 6.414,12.48 7.061,19.17 15.108,19.17 "/> <polygon fill="%23676767" points="7.613,6.782 7.724,8.132 15.152,8.132 15.214,13.048 15.271,13.048 15.192,6.782 "/> <polyline fill="%23676767" points="17.849,13.048 17.832,14.511 17.949,19.17 18.044,12.48 17.909,8.132 17.849,13.048 "/> <polyline fill="%23676767" points="17.871,6.782 17.765,3.367 17.704,9.336 17.799,13.048 17.871,6.782 "/> <polyline fill="%23676767" points="15.231,14.511 15.214,13.048 15.152,8.132 15.013,12.48 15.108,19.17 15.231,14.511 "/> <polygon fill="%23676767" points="15.304,3.367 15.192,6.782 15.271,13.048 15.37,9.336 "/> <polyline fill="%23CCCCCC" points="25.735,8.132 25.341,8.132 17.909,8.132 18.044,12.48 26.645,12.48 25.735,8.132 "/> <polyline fill="%23CCCCCC" points="25.45,6.782 24.736,3.367 17.765,3.367 17.871,6.782 25.45,6.782 "/> <polyline fill="%23CCCCCC" points="15.152,8.132 7.724,8.132 7.328,8.132 6.414,12.48 15.013,12.48 15.152,8.132 "/> <polygon fill="%23CCCCCC" points="15.192,6.782 15.304,3.367 8.334,3.367 7.613,6.782 "/> </svg>');
}
.grey.icon-hierarchy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.342,22.974l6.404,3.896l0.802-0.55l-6.103-3.663C16.284,22.855,15.785,22.914,15.342,22.974z"/> <path fill="%23999999" d="M15.342,22.974c0,0,0.017,0.384,0.023,0.788l6.341,4.028l0.043-1.009"/> <path fill="%23999999" d="M16.097,18.145l-0.942-0.457l0.158,4.059l0.029,1.226l0.812,0.49L16.097,18.145z"/> <path fill="%23676767" d="M16.935,17.556l-0.839,0.589l0.057,5.318l0.758-0.526L16.935,17.556z"/> <path fill="%23CCCCCC" d="M17.398,14.603L16.05,13.97l-1.21,0.823l1.354,0.656L17.398,14.603z"/> <path fill="%23CCCCCC" d="M21.477,19.381l4.522,2.636l0.649-0.446l-4.279-2.447C22.24,19.285,21.835,19.333,21.477,19.381z"/> <path fill="%23999999" d="M21.477,19.381c0,0,0.014,0.311,0.019,0.638l4.471,2.743l0.035-0.817"/> <radialGradient id="SVGID_1_" cx="26.5503" cy="22.2417" r="3.906" fx="28.93" fy="21.1697" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="26.307" cy="22.072" r="2.691"/> <path fill="%23999999" d="M22.088,15.471l-0.763-0.37l0.128,3.287l0.024,0.993l0.658,0.397L22.088,15.471z"/> <path fill="%23676767" d="M22.767,14.994l-0.679,0.477l0.046,4.307l0.614-0.426L22.767,14.994z"/> <path fill="%23CCCCCC" d="M22.547,27.789l-0.76-0.357l-0.682,0.464l0.763,0.37L22.547,27.789z"/> <radialGradient id="SVGID_2_" cx="22.1654" cy="27.056" r="4.7808" fx="25.078" fy="25.7439" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="21.868" cy="26.848" r="3.294"/> <path fill="%23CCCCCC" d="M6.383,15.266l9.849,6.796V2.665L6.383,15.266z"/> <path fill="%23676767" d="M16.232,22.063l9.772-6.796L16.232,2.665V22.063z"/> </svg> ');
}
.grey.icon-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M9.934,17.773l14.138,8.563l1.152-0.791l-13.706-8.229C11.288,17.603,10.57,17.688,9.934,17.773z"/> <path fill="%23999999" d="M9.934,17.773c0,0,0.025,0.552,0.033,1.132l14.048,8.753l0.062-1.45"/> <radialGradient id="SVGID_1_" cx="22.5248" cy="24.6747" r="6.9308" fx="26.7473" fy="22.7725" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="22.094" cy="24.373" r="4.775"/> <path fill="%23999999" d="M11.018,10.836L9.665,10.18l0.227,5.832l0.042,1.762l1.167,0.704L11.018,10.836z"/> <path fill="%23676767" d="M12.223,9.99l-1.205,0.846l0.082,7.642l1.089-0.756L12.223,9.99z"/> <path fill="%23CCCCCC" d="M12.223,9.99l-1.349-0.633l-1.21,0.823l1.354,0.656L12.223,9.99z"/> <radialGradient id="SVGID_2_" cx="11.5459" cy="8.689" r="8.4831" fx="16.714" fy="6.3609" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="11.018" cy="8.32" r="5.844"/> </svg>');
}
.grey.icon-clipboard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="10.132,6.448 21.354,12.031 24.019,10.474 12.817,5.28 10.132,6.448 "/> <polyline fill="%23676767" points="20.752,28.542 23.102,26.768 24.019,10.474 21.354,12.031 20.752,28.542 "/> <polygon fill="%23999999" points="10.132,6.448 21.354,12.031 20.752,28.542 11.049,22.093 "/> <path fill="%23999999" d="M22.087,14.339l0.308-3.14L9.4,5.396l0.253,2.351L22.087,14.339z"/> <path fill="%23676767" d="M24.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L24.558,12.242z"/> <path fill="%23CCCCCC" d="M11.82,4.073L9.4,5.396l12.751,5.694l2.652-1.706L11.82,4.073z"/> <path fill="%23CCCCCC" d="M14.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C14.234,8.214,14.138,8.233,14.039,8.241z"/> <path fill="%23676767" d="M19.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C19.002,12.642,19.011,12.529,19.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4588" y1="2.958" x2="15.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C17.292,6.847,17.271,5.909,17.196,5.16z"/> <path fill="%23999999" d="M14.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C13.059,3.758,13.622,3.009,14.602,3.372z"/> </svg>');
}
.grey.icon-clipboar-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.132,6.448 23.354,12.031 26.019,10.474 14.817,5.28 12.132,6.448 "/> <polyline fill="%23676767" points="22.752,28.542 25.102,26.768 26.019,10.474 23.354,12.031 22.752,28.542 "/> <polygon fill="%23999999" points="12.132,6.448 23.354,12.031 22.752,28.542 13.049,22.093 "/> <path fill="%23999999" d="M24.087,14.339l0.308-3.14L11.4,5.396l0.253,2.351L24.087,14.339z"/> <path fill="%23676767" d="M26.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L26.558,12.242z"/> <path fill="%23CCCCCC" d="M13.82,4.073L11.4,5.396l12.751,5.694l2.652-1.706L13.82,4.073z"/> <polyline fill="%23999999" points="2.792,21.015 3.02,23.793 6.427,26.104 6.254,23.294 2.792,21.015 "/> <polyline fill="%23999999" points="5.19,19.702 7.425,18.476 4.105,16.403 4.289,19.127 5.19,19.702 "/> <polyline fill="%23999999" points="14.587,25.713 14.533,22.903 10.898,20.646 11.006,23.424 14.587,25.713 "/> <polyline fill="%23676767" points="6.254,23.294 6.427,26.104 11.006,23.424 10.898,20.646 6.254,23.294 "/> <polyline fill="%23676767" points="14.533,22.903 14.587,25.713 16.009,18.443 15.976,15.73 14.533,22.903 "/> <polyline fill="%23CCCCCC" points="7.425,18.476 5.19,19.702 2.792,21.015 6.254,23.294 10.898,20.646 14.533,22.903 15.976,15.73 4.105,16.403 7.425,18.476 "/> <path fill="%23CCCCCC" d="M16.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C16.234,8.214,16.138,8.233,16.039,8.241z"/> <path fill="%23676767" d="M21.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C21.002,12.642,21.011,12.529,21.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="17.4588" y1="2.958" x2="17.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%23CCCCCC"/> <stop offset="0.8492" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C19.292,6.847,19.271,5.909,19.196,5.16z"/> <path fill="%23999999" d="M16.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C15.059,3.758,15.622,3.009,16.602,3.372z"/> </svg>');
}
.grey.icon-composite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23676767" d="M16.232,28.234v1.652l13.921-10.163l0.167-1.552L16.232,28.234z"/> <path fill="%23999999" d="M16.232,29.887v-1.652L2.148,18.172l0.172,1.552L16.232,29.887z"/> <path fill="%23676767" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <path opacity="0.44" fill="%23CCCCCC" d="M16.237,3.234L1.661,10.617l14.571,9.752l14.575-9.752L16.237,3.234z M17.923,12.532 l-3.09,3.171l-1.213-3.582l-2.011-0.272l-3.62-0.482l5.081-1.676L12.922,8.33l-0.181-1.676l4.045,1.977l4.976-1.203L20.42,9.361 l-0.645,0.936l4.074,2.56l-2.971-0.162L17.923,12.532z"/> <polygon fill="%23CCCCCC" points="17.923,12.532 14.833,15.704 13.62,12.122 11.609,11.849 7.989,11.367 13.07,9.691 12.922,8.33 12.741,6.654 16.786,8.631 21.762,7.427 20.42,9.361 19.775,10.297 23.849,12.857 20.879,12.695 "/> </svg>');
}
.grey.icon-real{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path opacity="0.44" fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23999999" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <polyline fill="%23999999" points="13.62,11.122 13.686,14.455 14.871,18.128 14.833,14.704 13.62,11.122 "/> <polygon fill="%23999999" points="23.653,15.21 23.849,11.857 17.922,11.532 17.884,14.871 "/> <polyline fill="%23676767" points="8.199,13.682 13.686,14.455 13.62,11.122 7.989,10.367 8.199,13.682 "/> <polyline fill="%23676767" points="12.812,8.772 13.07,8.691 12.741,5.654 12.812,8.772 "/> <polyline fill="%23676767" points="17.884,14.871 17.922,11.532 14.833,14.704 14.871,18.128 17.884,14.871 "/> <polygon fill="%23676767" points="21.242,10.219 21.628,9.632 21.762,6.427 19.775,9.297 "/> <path fill="%23CCCCCC" d="M21.762,6.427l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,6.427z"/> </svg> ');
}
.grey.icon-synchronize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%23676767" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%23CCCCCC" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%23676767" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%23999999" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%23CCCCCC" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%23676767" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%23CCCCCC" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23999999" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg>');
}
.grey.icon-synchronize-commit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%23999999" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%23999999" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%23999999" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%23676767" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%23676767" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%23CCCCCC" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg> ');
}
.grey.icon-synchronize-update{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%23676767" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23676767" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%23CCCCCC" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg> ');
}
.grey.icon-helpdesk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> </svg>');
}
.grey.icon-ticket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23999999"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> <polygon fill="%23676767" points="24.216,2.03 24.193,2.999 30.942,8.29 30.872,7.377 "/> <polygon fill="%23CCCCCC" points="24.193,2.999 24.216,2.03 17.202,7.191 17.082,8.098 "/> <polygon fill="%23999999" points="17.082,8.098 23.851,12.136 30.942,8.29 24.193,2.999 "/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 4.1768 22.8636)" fill="%23333333" cx="19.558" cy="8.24" rx="0.752" ry="1.105"/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 1.792 19.8838)" fill="%23333333" cx="16.089" cy="8.573" rx="0.676" ry="0.994"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="460.2863" y1="-935.4631" x2="465.7375" y2="-935.4631" gradientTransform="matrix(0.3368 -0.9416 0.9416 0.3368 743.9272 759.3012)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.818,8.116c-0.032,0.137-0.07,0.274-0.119,0.411c-0.478,1.336-1.612,2.167-2.603,1.95 c0.055,0.028,0.112,0.054,0.171,0.075c1.03,0.368,2.276-0.482,2.783-1.899c0.001-0.002,0.001-0.004,0.002-0.006 C20.039,8.451,19.974,8.261,19.818,8.116z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="494.3591" y1="1210.504" x2="499.8102" y2="1210.504" gradientTransform="matrix(0.3522 -0.9359 0.9359 0.3522 -1290.7396 46.5091)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M16.27,8.302c-0.038,0.844,0.308,1.501,0.686,1.643c0.055,0.021,0.12,0.029,0.187,0.032 c-0.244-0.192-0.446-0.599-0.506-1.114l-0.006,0.003C16.632,8.867,16.54,8.416,16.27,8.302z"/> <path fill="%23CCCCCC" d="M19.112,7.994c-0.025,0.097-0.045,0.194-0.081,0.293c-0.405,1.132-1.303,1.7-1.857,1.68 c-0.067-0.002-0.132-0.009-0.187-0.029c-0.38-0.136-0.738-0.788-0.713-1.632c-0.058-0.023-0.121-0.037-0.196-0.021 c-0.193,0.04-0.276,0.182-0.312,0.325c0.06,0.862,0.473,1.573,1.151,1.816c0.059,0.021,0.119,0.037,0.18,0.051 c0.991,0.217,2.125-0.614,2.603-1.95c0.049-0.137,0.087-0.274,0.119-0.411c-0.079-0.073-0.178-0.135-0.309-0.179 C19.353,7.885,19.221,7.924,19.112,7.994z"/> </svg>');
}
.grey.icon-localize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.682,9.667c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098c-0.738-0.456-1.391-1.111-2.318-1.112 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,10.455,12.398,9.667,15.682,9.667 M15.682,7.521 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,5.115,2.011,7.763,1.438c-1.967-1.161-3.761-1.25-3.156-3.683 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,9.486,20.787,7.521,15.682,7.521L15.682,7.521z" /> <path fill="%23CCCCCC" d="M15.682,7.564c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098C24.58,21.11,23.927,20.454,23,20.454 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,8.352,12.398,7.564,15.682,7.564 M15.682,5.418 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,4.914,2.747,7.763,3.183c-1.967-1.161-3.761-2.994-3.156-5.428 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,7.383,20.787,5.418,15.682,5.418L15.682,5.418z" /> <circle fill="%23FFFFFF" cx="15.691" cy="12.478" r="7.693"/> <path fill="%23676767" d="M15.691,20.481c-4.413,0-8.003-3.59-8.003-8.003s3.59-8.003,8.003-8.003s8.003,3.59,8.003,8.003 S20.104,20.481,15.691,20.481z M15.691,5.094c-4.071,0-7.383,3.312-7.383,7.383s3.312,7.383,7.383,7.383s7.383-3.312,7.383-7.383 S19.762,5.094,15.691,5.094z"/> <path fill="%23FFFFFF" d="M21.885,12.305c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.984,12.396,21.923,12.351,21.885,12.305z"/> <path fill="none" d="M11.903,12.732c-0.189-0.144-0.257-0.144-0.394,0c-0.106,0.098-0.083,0.114,0.212,0.114 C12.024,12.838,12.039,12.831,11.903,12.732z"/> <path fill="none" d="M10.6,12.399c-0.03,0.053,0,0.068,0.098,0.038c0.091-0.03,0.189-0.008,0.25,0.068 c0.053,0.061,0.182,0.114,0.288,0.114c0.182,0,0.189-0.008,0.053-0.151C11.138,12.301,10.691,12.255,10.6,12.399z"/> <path fill="none" d="M17.31,8.227c0.068-0.121,0.061-0.167-0.045-0.204c-0.121-0.045-0.257,0.083-0.257,0.265 C17.007,8.431,17.219,8.393,17.31,8.227z"/> <path fill="none" d="M12.16,12.922c0,0.045,0.015,0.076,0.03,0.076c0.023,0,0.061-0.03,0.083-0.076 c0.023-0.038,0.008-0.076-0.03-0.076C12.198,12.846,12.16,12.884,12.16,12.922z"/> <path fill="none" d="M8.525,11.763c0,0.136,0.151,0.5,0.189,0.462c0.023-0.023-0.008-0.151-0.068-0.295 C8.578,11.786,8.533,11.71,8.525,11.763z"/> <path fill="none" d="M20.392,10.218c-0.03-0.023-0.076-0.023-0.106,0c-0.023,0.03,0,0.053,0.053,0.053 C20.392,10.271,20.414,10.248,20.392,10.218z"/> <path fill="none" d="M18.976,9.673c0-0.083-0.03-0.174-0.076-0.197c-0.045-0.03-0.068,0.038-0.061,0.144 C18.862,9.847,18.976,9.885,18.976,9.673z"/> <path fill="none" d="M17.484,8.257c-0.03,0.03-0.061,0.098-0.068,0.167c-0.015,0.083,0.038,0.106,0.22,0.091 c0.129-0.015,0.242-0.061,0.257-0.098c0.015-0.045-0.114-0.235-0.28-0.416c-0.288-0.318-0.424-0.288-0.189,0.045 C17.484,8.136,17.506,8.227,17.484,8.257z"/> <path fill="none" d="M11.933,7.394c-0.03,0-0.098,0.053-0.151,0.114c-0.083,0.098-0.061,0.114,0.098,0.114 c0.144,0,0.189-0.03,0.159-0.114C12.009,7.447,11.963,7.394,11.933,7.394z"/> <path fill="none" d="M16.105,6.803c-0.288,0.008-0.394,0.106-0.257,0.235c0.091,0.098,0.53,0.053,0.621-0.053 C16.59,6.841,16.484,6.788,16.105,6.803z"/> <path fill="none" d="M15.962,6.106c0.045,0,0.015-0.076-0.068-0.174c-0.083-0.091-0.174-0.227-0.197-0.295 C15.666,5.561,15.613,5.5,15.568,5.5c-0.038,0-0.076-0.053-0.076-0.114c0-0.129-0.363-0.159-0.591-0.053 c-0.068,0.038-0.242,0.121-0.371,0.189c-0.212,0.106-0.25,0.106-0.25,0.015c0-0.136-0.106-0.144-0.31-0.038 c-0.182,0.098-0.189,0.257-0.008,0.212c0.31-0.083,0.424,0.386,0.189,0.75c-0.129,0.197-0.129,0.204,0,0.151 c0.174-0.068,0.167,0.015-0.038,0.227c-0.136,0.144-0.151,0.204-0.083,0.341c0.045,0.098,0.106,0.235,0.129,0.31 c0.023,0.068,0.144,0.152,0.273,0.174c0.121,0.03,0.227,0.076,0.227,0.114c0,0.083,0.083,0.083,0.212,0 c0.053-0.03,0.114-0.106,0.121-0.167c0.091-0.447,0.242-0.75,0.386-0.75c0.114,0,0.576-0.553,0.538-0.651 C15.893,6.159,15.916,6.106,15.962,6.106z"/> <path fill="none" d="M21.55,15.867c0,0.068-0.053,0.189-0.114,0.265c-0.144,0.197-0.144,0.348,0,0.348 c0.076,0,0.227-0.22,0.379-0.545c0.144-0.295,0.242-0.56,0.227-0.583C21.982,15.292,21.55,15.739,21.55,15.867z"/> <path fill="none" d="M13.644,9.264c-0.167-0.114-0.189-0.114-0.303,0.015c-0.159,0.182-0.151,0.257,0.023,0.212 c0.091-0.023,0.167,0.008,0.189,0.068c0.061,0.159,0.273,0.129,0.273-0.038C13.826,9.446,13.743,9.325,13.644,9.264z"/> <path fill="none" d="M13.296,6.864c0-0.182-0.045-0.235-0.333-0.341c-0.288-0.114-0.363-0.114-0.545-0.023 c-0.121,0.053-0.227,0.159-0.242,0.235c-0.023,0.106,0.03,0.129,0.295,0.129c0.31,0,0.318,0,0.182,0.151 c-0.144,0.159-0.053,0.212,0.098,0.061c0.136-0.136,0.106,0.023-0.038,0.182c-0.068,0.076-0.197,0.136-0.28,0.136 c-0.136,0-0.121,0.023,0.076,0.144c0.136,0.083,0.265,0.182,0.288,0.227c0.083,0.129,0.22,0.098,0.167-0.038 c-0.038-0.091-0.008-0.106,0.114-0.068c0.136,0.045,0.144,0.038,0.076-0.098c-0.121-0.227-0.106-0.25,0.098-0.197 c0.273,0.068,0.394-0.038,0.204-0.174C13.357,7.121,13.296,7,13.296,6.864z"/> <radialGradient id="SVGID_1_" cx="15.6814" cy="11.4509" r="7.663" fx="10.7157" fy="6.7467" gradientTransform="matrix(1 0 0 1.0129 0 0.9625)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%23CCCCCC"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M23.012,11.215c-0.061,0-0.265-0.1-0.447-0.23c-0.182-0.123-0.333-0.199-0.333-0.169 c0.008,0.107,0.31,0.422,0.356,0.368c0.091-0.092,0.326,0.207,0.326,0.43c0,0.238-0.538,0.905-0.735,0.905 c-0.068,0-0.098,0.054-0.083,0.138c0.03,0.13,0.076,0.138,0.303,0.054c0.121-0.046,0.129-0.023,0.091,0.199 c-0.068,0.376-0.303,0.813-0.644,1.204c-0.28,0.33-0.295,0.368-0.295,0.867c0,0.506-0.008,0.522-0.257,0.675 c-0.144,0.092-0.295,0.261-0.333,0.384c-0.144,0.414-0.621,0.989-0.954,1.15c-0.417,0.207-0.757,0.215-0.697,0.023 c0.03-0.077,0.015-0.445-0.023-0.828c-0.068-0.606-0.061-0.713,0.076-0.997c0.182-0.391,0.182-0.537-0.015-0.905 c-0.098-0.192-0.144-0.399-0.129-0.606c0.023-0.268,0-0.322-0.129-0.345c-0.083-0.015-0.212-0.084-0.28-0.146 c-0.106-0.092-0.174-0.1-0.371-0.031c-0.136,0.046-0.401,0.084-0.598,0.084c-0.303,0-0.416-0.046-0.75-0.315 c-0.432-0.345-0.462-0.429-0.439-1.143c0.023-0.545,0.242-1.081,0.507-1.227c0.083-0.046,0.151-0.146,0.151-0.223 c0-0.176,0.265-0.422,0.485-0.452c0.083-0.008,0.424-0.038,0.742-0.061c0.56-0.046,0.576-0.038,0.606,0.123 c0.015,0.138,0.114,0.207,0.416,0.307c0.265,0.084,0.417,0.107,0.469,0.054c0.053-0.054,0.174-0.054,0.371,0.008 c0.167,0.054,0.409,0.092,0.538,0.092c0.235,0,0.242-0.008,0.22-0.284c-0.015-0.153-0.068-0.299-0.129-0.314 c-0.061-0.023-0.083,0-0.053,0.054c0.03,0.046,0.015,0.084-0.023,0.084c-0.045,0-0.083-0.031-0.083-0.069 c0-0.038-0.061-0.054-0.136-0.031c-0.083,0.023-0.189-0.054-0.303-0.199c-0.227-0.315-0.341-0.307-0.28,0.008l0.045,0.253 L19.99,9.834c-0.28-0.353-0.704-0.767-0.795-0.767c-0.159,0-0.053,0.169,0.197,0.315c0.28,0.169,0.318,0.261,0.167,0.46 c-0.098,0.13-0.28,0.115-0.28-0.023c0-0.046,0.053-0.061,0.114-0.031c0.204,0.077,0.121-0.169-0.129-0.414 c-0.22-0.207-0.288-0.238-0.553-0.199c-0.174,0.023-0.333,0.092-0.379,0.169c-0.31,0.522-0.394,0.606-0.629,0.629 c-0.333,0.031-0.469-0.1-0.469-0.453c0-0.299,0-0.299,0.288-0.299c0.159,0,0.31-0.023,0.333-0.046 c0.091-0.084-0.038-0.322-0.227-0.422l-0.204-0.092l0.204-0.046c0.114-0.023,0.386-0.215,0.621-0.422 c0.416-0.368,0.416-0.368,0.288-0.552c-0.098-0.138-0.174-0.169-0.333-0.138c-0.174,0.038-0.212,0.008-0.257-0.161 c-0.03-0.13-0.008-0.245,0.068-0.33c0.061-0.069,0.151-0.261,0.197-0.414c0.136-0.422,0.25-0.491,0.636-0.368 c0.553,0.161,0.75,0.299,0.697,0.468c-0.03,0.1-0.015,0.146,0.068,0.146c0.068,0,0.121-0.046,0.121-0.107 c0-0.061,0.098-0.192,0.227-0.299l0.22-0.192l-0.288-0.192c-2.279-1.526-5.225-1.688-7.694-0.414 c-0.757,0.391-0.841,0.46-0.704,0.598c0.106,0.092,0.106,0.13,0,0.353c-0.098,0.215-0.159,0.253-0.379,0.253 c-0.227,0-0.25-0.015-0.167-0.115c0.136-0.169,0-0.284-0.174-0.161c-0.106,0.084-0.121,0.146-0.061,0.307 c0.083,0.207,0.106,0.207,0.735,0.084c0.129-0.031,0.348-0.345,0.348-0.499c0-0.023,0.03-0.084,0.076-0.13 c0.091-0.115,0.394-0.138,0.326-0.023c-0.023,0.046-0.106,0.077-0.174,0.077c-0.098,0-0.129,0.069-0.129,0.253 c0,0.284,0.03,0.315,0.212,0.238c0.076-0.023,0.159-0.031,0.182,0c0.083,0.077-0.144,0.276-0.318,0.276 c-0.235,0-1.022,0.683-1.022,0.882c0,0.092,0.106,0.222,0.257,0.322c0.167,0.107,0.25,0.215,0.242,0.345 c-0.008,0.23,0.212,0.238,0.242,0.008c0.015-0.092,0.106-0.223,0.212-0.292c0.129-0.084,0.174-0.169,0.144-0.261 c-0.023-0.077,0-0.23,0.045-0.345c0.144-0.322,0.598-0.23,0.598,0.123c0,0.161,0.03,0.169,0.235,0.054 c0.129-0.061,0.174-0.054,0.265,0.061c0.053,0.077,0.106,0.184,0.106,0.238c0,0.046,0.068,0.161,0.159,0.253 c0.265,0.269,0.144,0.353-0.78,0.56c-0.121,0.031-0.212,0.077-0.212,0.115c0,0.038,0.076,0.054,0.159,0.031 c0.136-0.038,0.151-0.023,0.114,0.115c-0.068,0.199,0.061,0.276,0.265,0.161c0.129-0.069,0.151-0.061,0.129,0.023 c-0.023,0.054-0.197,0.123-0.409,0.146c-0.462,0.054-0.636,0.13-0.636,0.268c0,0.061-0.061,0.138-0.129,0.161 c-0.182,0.069-0.469,0.422-0.477,0.568c0,0.069-0.136,0.246-0.295,0.399c-0.273,0.253-0.295,0.307-0.257,0.552 c0.053,0.33-0.098,0.368-0.167,0.038c-0.038-0.192-0.083-0.23-0.273-0.23c-0.121,0-0.22,0.038-0.22,0.084 c0,0.054-0.083,0.069-0.227,0.046c-0.174-0.038-0.25-0.008-0.379,0.153c-0.174,0.222-0.189,0.46-0.061,0.752 c0.098,0.215,0.417,0.269,0.485,0.077c0.03-0.061,0.098-0.115,0.159-0.115c0.083,0,0.098,0.046,0.068,0.176 c-0.098,0.322-0.083,0.399,0.091,0.422c0.114,0.015,0.167,0.077,0.167,0.192c0,0.245,0.212,0.514,0.401,0.514 c0.204,0,0.386,0.115,0.333,0.199c-0.023,0.038,0.167,0.077,0.409,0.092c0.371,0.015,0.485,0.061,0.689,0.245 c0.136,0.13,0.31,0.23,0.386,0.23c0.356,0,0.772,0.399,0.651,0.629c-0.045,0.084-0.045,0.138,0,0.138 c0.038,0,0.083-0.038,0.098-0.084c0.03-0.092,0.704,0.107,1.257,0.361c0.22,0.107,0.25,0.146,0.204,0.322 c-0.03,0.115-0.114,0.276-0.182,0.36c-0.076,0.084-0.159,0.299-0.182,0.483c-0.045,0.399-0.144,0.529-0.439,0.591 c-0.174,0.038-0.22,0.092-0.22,0.245c0,0.292-0.235,0.637-0.432,0.637c-0.159,0-0.167,0.015-0.083,0.153 c0.083,0.13,0.076,0.169-0.076,0.276c-0.129,0.092-0.159,0.161-0.114,0.315c0.083,0.368,0.242,0.591,0.492,0.729 c0.235,0.123,0.242,0.13,0.061,0.138c-0.136,0-0.326-0.146-0.697-0.545c-0.409-0.437-0.538-0.637-0.636-0.982 c-0.318-1.097-0.53-1.503-0.833-1.618c-0.091-0.038-0.318-0.269-0.507-0.514c-0.409-0.537-0.523-1.02-0.31-1.258 c0.114-0.13,0.121-0.184,0.045-0.307c-0.076-0.123-0.068-0.192,0.023-0.376c0.068-0.13,0.151-0.23,0.189-0.23 c0.045,0,0.076-0.038,0.076-0.084c0-0.054-0.068-0.069-0.182-0.038c-0.151,0.038-0.273-0.038-0.659-0.414 c-0.326-0.307-0.545-0.46-0.674-0.46c-0.288,0-0.515-0.199-0.576-0.499c-0.023-0.146-0.076-0.268-0.114-0.268 c-0.038,0-0.068-0.031-0.068-0.077c0-0.038-0.091-0.268-0.204-0.514C8.404,11,8.404,10.21,8.692,9.604 c0.114-0.23,0.242-0.522,0.288-0.652c0.167-0.445-0.114-0.031-0.356,0.537c-0.439,1.028-0.591,1.787-0.591,3.068 c0,1.365,0.159,2.109,0.682,3.229c0.432,0.943,0.863,1.565,1.545,2.263c1.136,1.143,2.537,1.887,4.119,2.178 c1.537,0.284,3.294,0.015,4.748-0.729c1.992-1.013,3.461-2.884,4.021-5.101c0.144-0.568,0.174-0.897,0.182-1.81 C23.33,11.437,23.277,11.215,23.012,11.215z M20.286,10.218c0.03-0.023,0.076-0.023,0.106,0c0.023,0.03,0,0.053-0.053,0.053 C20.286,10.271,20.263,10.248,20.286,10.218z M18.9,9.476c0.045,0.023,0.076,0.114,0.076,0.197c0,0.212-0.114,0.174-0.136-0.053 C18.832,9.514,18.854,9.446,18.9,9.476z M17.612,7.999c0.167,0.182,0.295,0.371,0.28,0.416c-0.015,0.038-0.129,0.083-0.257,0.098 c-0.182,0.015-0.235-0.008-0.22-0.091c0.008-0.068,0.038-0.136,0.068-0.167c0.023-0.03,0-0.121-0.061-0.212 C17.188,7.712,17.325,7.681,17.612,7.999z M17.264,8.022c0.106,0.038,0.114,0.083,0.045,0.204c-0.091,0.167-0.303,0.205-0.303,0.061 C17.007,8.105,17.143,7.977,17.264,8.022z M11.88,7.621c-0.159,0-0.182-0.015-0.098-0.114c0.053-0.061,0.121-0.114,0.151-0.114 c0.03,0,0.076,0.053,0.106,0.114C12.069,7.59,12.024,7.621,11.88,7.621z M11.236,12.619c-0.106,0-0.235-0.053-0.288-0.114 c-0.061-0.076-0.159-0.098-0.25-0.068c-0.098,0.03-0.129,0.015-0.098-0.038c0.091-0.144,0.538-0.098,0.689,0.068 C11.426,12.611,11.418,12.619,11.236,12.619z M11.721,12.846c-0.295,0-0.318-0.015-0.212-0.114c0.136-0.144,0.204-0.144,0.394,0 C12.039,12.831,12.024,12.838,11.721,12.846z M12.274,12.922c-0.023,0.045-0.061,0.076-0.083,0.076c-0.015,0-0.03-0.03-0.03-0.076 c0-0.038,0.038-0.076,0.083-0.076C12.281,12.846,12.297,12.884,12.274,12.922z M8.715,12.225c-0.038,0.038-0.189-0.326-0.189-0.462 c0.008-0.053,0.053,0.023,0.121,0.167C8.707,12.073,8.737,12.202,8.715,12.225z M12.607,5.803c0.045,0,0.098,0.038,0.121,0.076 c0.023,0.045-0.008,0.076-0.068,0.076c-0.068,0-0.121-0.03-0.121-0.076C12.539,5.841,12.569,5.803,12.607,5.803z M12.531,6.235 c0.045-0.061,0.068-0.129,0.045-0.159c-0.023-0.023,0.008-0.015,0.053,0.03c0.053,0.038,0.174,0.076,0.288,0.076 c0.151,0,0.167,0.015,0.076,0.076c-0.061,0.038-0.212,0.076-0.333,0.076C12.486,6.333,12.463,6.311,12.531,6.235z M12.069,6.144 c-0.295,0.197-0.485,0.25-0.394,0.106c0.045-0.083,0.492-0.295,0.613-0.295C12.319,5.955,12.221,6.038,12.069,6.144z M13.251,7.363 c-0.204-0.053-0.22-0.03-0.098,0.197c0.068,0.136,0.061,0.144-0.076,0.098c-0.121-0.038-0.151-0.023-0.114,0.068 c0.053,0.136-0.083,0.167-0.167,0.038c-0.023-0.046-0.151-0.144-0.288-0.227c-0.197-0.121-0.212-0.144-0.076-0.144 c0.083,0,0.212-0.061,0.28-0.136c0.144-0.159,0.174-0.318,0.038-0.182c-0.151,0.151-0.242,0.098-0.098-0.061 c0.136-0.151,0.129-0.151-0.182-0.151c-0.265,0-0.318-0.023-0.295-0.129c0.015-0.076,0.121-0.182,0.242-0.235 c0.182-0.091,0.257-0.091,0.545,0.023c0.288,0.106,0.333,0.159,0.333,0.341c0,0.136,0.061,0.257,0.159,0.326 C13.644,7.325,13.523,7.431,13.251,7.363z M13.569,5.879c-0.068,0-0.121,0.053-0.121,0.114c0,0.083-0.083,0.114-0.28,0.114 c-0.151,0-0.25-0.023-0.22-0.053c0.03-0.038,0.098-0.061,0.144-0.061c0.038,0,0.091-0.045,0.114-0.106 c0.023-0.068-0.008-0.083-0.129-0.045c-0.235,0.068-0.197-0.015,0.068-0.151c0.288-0.151,0.447-0.144,0.257,0.008 c-0.144,0.114-0.136,0.114,0.023,0.068c0.091-0.023,0.182-0.008,0.212,0.038C13.66,5.841,13.629,5.879,13.569,5.879z M13.554,9.559 c-0.023-0.061-0.098-0.091-0.189-0.068c-0.174,0.045-0.182-0.03-0.023-0.212c0.114-0.129,0.136-0.129,0.303-0.015 c0.098,0.061,0.182,0.182,0.182,0.257C13.826,9.688,13.614,9.718,13.554,9.559z M15.379,6.864c-0.144,0-0.295,0.303-0.386,0.75 c-0.008,0.061-0.068,0.136-0.121,0.167c-0.129,0.083-0.212,0.083-0.212,0c0-0.038-0.106-0.083-0.227-0.114 c-0.129-0.023-0.25-0.106-0.273-0.174c-0.023-0.076-0.083-0.212-0.129-0.31c-0.068-0.136-0.053-0.197,0.083-0.341 c0.204-0.212,0.212-0.295,0.038-0.227c-0.129,0.053-0.129,0.045,0-0.151c0.235-0.364,0.121-0.833-0.189-0.75 C13.781,5.758,13.788,5.599,13.97,5.5c0.204-0.106,0.31-0.098,0.31,0.038c0,0.091,0.038,0.091,0.25-0.015 c0.129-0.068,0.303-0.151,0.371-0.189c0.227-0.106,0.591-0.076,0.591,0.053c0,0.061,0.038,0.114,0.076,0.114 c0.045,0,0.098,0.061,0.129,0.136c0.023,0.068,0.114,0.204,0.197,0.295c0.083,0.098,0.114,0.174,0.068,0.174 c-0.045,0-0.068,0.053-0.045,0.106C15.954,6.311,15.492,6.864,15.379,6.864z M16.469,6.985c-0.091,0.106-0.53,0.151-0.621,0.053 c-0.136-0.129-0.03-0.227,0.257-0.235C16.484,6.788,16.59,6.841,16.469,6.985z M21.815,15.935c-0.151,0.326-0.303,0.545-0.379,0.545 c-0.144,0-0.144-0.151,0-0.348c0.061-0.076,0.114-0.197,0.114-0.265c0-0.129,0.432-0.576,0.492-0.515 C22.058,15.375,21.959,15.64,21.815,15.935z"/> <path fill="%23FFFFFF" d="M21.876,12.452c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.974,12.543,21.914,12.497,21.876,12.452z"/> <path fill="%23FFFFFF" d="M21.868,9.764c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.058,10.044,21.944,9.915,21.868,9.764z"/> <path fill="%23999999" d="M21.878,9.92c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.067,10.2,21.954,10.072,21.878,9.92z"/> <path fill="%23999999" d="M20.386,9.685C20.31,9.61,20.348,9.223,20.439,9.17c0.045-0.03,0.121,0,0.174,0.068 c0.098,0.136,0.31,0.182,0.227,0.053c-0.121-0.197,0.061-0.189,0.265,0.015c0.341,0.341,0.303,0.416-0.227,0.416 C20.628,9.723,20.409,9.701,20.386,9.685z"/> <path fill="%23999999" d="M18.607,8.322c0-0.038,0.083-0.106,0.189-0.151c0.212-0.098,0.235-0.197,0.083-0.477 c-0.144-0.28-0.114-0.629,0.061-0.659c0.121-0.023,0.136,0,0.091,0.167c-0.061,0.235,0.076,0.53,0.212,0.477 C19.424,7.61,19.5,7.876,19.371,8.11c-0.098,0.174-0.182,0.22-0.447,0.242C18.75,8.368,18.607,8.353,18.607,8.322z"/> </svg>');
}
.grey.icon-metainfo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.31,16.534V5.298L5.147,10.177L16.31,16.534z"/> <path fill="%23999999" d="M27.472,10.177L16.31,5.298l0,7.601l0,3.636L27.472,10.177z"/> <path fill="%23676767" d="M16.31,17.117l5.492-3.232l0.791-6.786L16.31,9.745V17.117z"/> <path fill="%23999999" d="M10.817,13.885l5.492,3.232V9.745l-6.283-2.645L10.817,13.885z"/> <polygon fill="%23CCCCCC" points="16.31,4.335 10.027,7.099 16.31,9.745 22.593,7.099 "/> <path fill="%23676767" d="M16.31,29.545l9.758-7.393l1.405-11.976L16.31,16.534V29.545z"/> <path fill="%23999999" d="M6.552,22.153l9.758,7.393V16.534L5.147,10.177L6.552,22.153z"/> </svg>');
}
.grey.icon-navigator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M19.326,11.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,10.988,17.803,11.076,19.326,11.388"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="22.1481" x2="28.0832" y2="22.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,15.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,15.994"/> <polygon fill="%23676767" points="14.051,14.564 8.452,20.865 19.176,17.603 23.899,11.716 "/> <path fill="%23CCCCCC" d="M26.992,12.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,14.582,27.761,13.542,26.992,12.553z M26.7,16.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,13.831,26.876,14.914,26.7,16.054z"/> <polygon fill="%23CCCCCC" points="16.42,12.556 13.405,12.174 6.695,19.726 "/> <polygon fill="%23999999" points="6.695,19.726 19.548,15.816 16.42,12.556 "/> <polygon fill="%23676767" points="25.208,8.76 16.42,12.556 19.548,15.816 "/> <polygon fill="%23999999" points="13.405,12.174 16.42,12.556 25.208,8.76 "/> </svg>');
}
.grey.icon-compass{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M22.739,13.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,13.43,22.728,13.435,22.739,13.438"/> <path fill="%23676767" d="M19.326,14.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,13.988,17.803,14.076,19.326,14.388"/> <path fill="%23CCCCCC" d="M20.069,14.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,14.78,20.463,14.663,20.069,14.561"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="25.1481" x2="28.0832" y2="25.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,18.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,18.994"/> <polygon fill="%23676767" points="13.644,18.022 8.452,23.865 18.398,20.84 22.778,15.379 "/> <path fill="%23CCCCCC" d="M26.992,15.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,17.582,27.761,16.542,26.992,15.553z M26.7,19.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,16.831,26.876,17.914,26.7,19.054z"/> <polygon fill="%23CCCCCC" points="16.013,16.322 13.448,15.997 7.735,22.425 "/> <polygon fill="%23999999" points="7.735,22.425 18.676,19.097 16.013,16.322 "/> <polygon fill="%23676767" points="23.494,13.091 16.013,16.322 18.676,19.097 "/> <polygon fill="%23999999" points="13.448,15.997 16.013,16.322 23.494,13.091 "/> <path fill="%23999999" d="M19.038,9.996h-1.683l-2.51-3.94v3.94H12.92V2.158h1.683l2.51,3.94v-3.94h1.924V9.996z"/> </svg>');
}
.grey.icon-dispatcher{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.617,28.878c-0.012-0.008-0.044-0.007-0.094,0.003c-0.088,0.024-0.191,0.06-0.31,0.11 c-0.129,0.067-0.227,0.114-0.294,0.142c-0.392,0.209-0.763,0.43-1.113,0.665c-0.283,0.199-0.424,0.32-0.423,0.365l0.01,0.013 c0.013,0.01,0.044,0.01,0.094,0c0.14-0.034,0.341-0.118,0.603-0.252c0.419-0.207,0.792-0.428,1.116-0.665 C23.527,29.035,23.663,28.908,23.617,28.878"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.1712" y1="28.8951" x2="15.1712" y2="25.2385"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.357,28.188l0.013-1.994c-0.519-0.086-1.058-0.262-1.617-0.529 c-0.262-0.126-0.523-0.268-0.781-0.426l0.016,2.823c-0.005,0.051-0.001,0.104,0.01,0.158c0.045,0.234,0.216,0.416,0.513,0.545 c0.228,0.101,0.48,0.143,0.755,0.126c0.284-0.011,0.529-0.083,0.736-0.216C16.226,28.535,16.345,28.373,16.357,28.188"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.5608" y1="20.6718" x2="10.0551" y2="20.6718"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.897,19.333l-0.862,0.558c-0.005,0.003-0.011,0.007-0.016,0.01 c-0.252,0.14-0.399,0.364-0.442,0.671c-0.045,0.28,0.004,0.549,0.148,0.807c0.153,0.252,0.357,0.433,0.613,0.545 c0.278,0.119,0.539,0.114,0.784-0.016l0.933-0.558C9.633,20.723,9.246,20.05,8.897,19.333"/> <path fill="%23676767" d="M27.173,21.967c-0.057-0.081-0.127-0.132-0.21-0.152c-0.132-0.029-0.297,0.024-0.494,0.158 c-0.209,0.136-0.399,0.337-0.571,0.603c-0.157,0.247-0.269,0.499-0.336,0.755c-0.101,0.37-0.082,0.653,0.058,0.849 c0.028,0.038,0.058,0.068,0.09,0.09c0.149,0.107,0.353,0.074,0.613-0.1c0.209-0.14,0.397-0.341,0.565-0.603 c0.155-0.245,0.269-0.497,0.342-0.755C27.326,22.438,27.307,22.156,27.173,21.967"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.7096" y1="12.1321" x2="7.7092" y2="12.1321"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.093,10.427c-0.154-0.06-0.333-0.04-0.539,0.058c-0.224,0.105-0.413,0.279-0.568,0.52 c-0.151,0.234-0.24,0.475-0.268,0.723c-0.034,0.323,0.038,0.568,0.216,0.736c0.06,0.056,0.126,0.095,0.197,0.119l2.278,1.287 c-0.008-0.238-0.008-0.475,0-0.71c0.023-0.682,0.123-1.302,0.3-1.862L6.125,10.44C6.115,10.436,6.104,10.431,6.093,10.427"/> <path fill="%23999999" d="M22.653,10.508l-0.132,0.084c-0.222,0.17-0.34,0.42-0.355,0.749c-0.011,0.329,0.076,0.645,0.261,0.949 c0.179,0.301,0.413,0.527,0.703,0.678c0.337,0.172,0.649,0.177,0.936,0.016l0.013-0.006c0.012-0.007,0.024-0.014,0.035-0.023 c0.274-0.168,0.418-0.435,0.432-0.8c0.013-0.329-0.073-0.645-0.258-0.949c-0.179-0.295-0.413-0.517-0.703-0.668 c-0.329-0.174-0.635-0.187-0.916-0.039C22.664,10.502,22.659,10.505,22.653,10.508"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="9.2352" y1="13.3643" x2="18.0998" y2="22.2289"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.501,11.644c-0.588,0.113-1.056,0.417-1.404,0.91c-0.062,0.088-0.12,0.181-0.174,0.281 c-0.284,0.529-0.435,1.175-0.452,1.936c-0.026,1.176,0.251,2.406,0.833,3.688c0.035,0.075,0.07,0.15,0.106,0.226 c0.314,0.656,0.673,1.257,1.075,1.804c0.391,0.53,0.824,1.009,1.297,1.436c0.544,0.486,1.095,0.857,1.652,1.113 c0.598,0.271,1.16,0.387,1.688,0.348c0.105-0.006,0.208-0.019,0.31-0.039c0.693-0.127,1.215-0.521,1.568-1.181 c0.066-0.123,0.125-0.252,0.177-0.387c-0.336-0.035-0.686-0.127-1.049-0.274c-0.566-0.237-1.123-0.589-1.671-1.058 c-0.025-0.021-0.049-0.043-0.074-0.065l-0.816,0.478c-0.108,0.071-0.23,0.12-0.365,0.148c-0.229,0.05-0.474,0.036-0.732-0.042 c-0.087-0.026-0.176-0.059-0.268-0.1c-0.284-0.129-0.56-0.316-0.829-0.561c-0.213-0.188-0.41-0.399-0.591-0.632 c-0.227-0.29-0.43-0.616-0.607-0.978c-0.017-0.034-0.033-0.069-0.048-0.103c-0.299-0.639-0.449-1.258-0.449-1.859 c0-0.235,0.026-0.449,0.077-0.642c0.032-0.117,0.074-0.227,0.126-0.329c0.109-0.223,0.256-0.389,0.439-0.497 c0.034-0.02,0.068-0.039,0.103-0.055l0.829-0.439c-0.077-0.471-0.107-0.936-0.09-1.394c0.025-0.658,0.155-1.234,0.39-1.726 C12.188,11.581,11.837,11.579,11.501,11.644"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="7.1765" y1="4.412" x2="11.1537" y2="8.3893"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.984,3.609C8.973,3.581,8.948,3.571,8.91,3.577C8.802,3.581,8.654,3.629,8.464,3.719 C8.101,3.87,7.721,4.079,7.325,4.348C7.067,4.527,6.901,4.669,6.828,4.774C6.807,4.802,6.801,4.83,6.812,4.858 C6.813,4.86,6.814,4.861,6.815,4.861l2.42,4.227c0.521-0.308,1.041-0.487,1.562-0.539c0.362-0.163,0.601-0.354,0.716-0.574 c0.003-0.001,0.005-0.004,0.006-0.006L8.984,3.609"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.7918" y1="6.4714" x2="16.5378" y2="6.4714"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M13.83,3.845c-0.02-0.038-0.032-0.076-0.039-0.113l0.039,3.453l0.016,1.3 c-0.01,0.054-0.003,0.108,0.019,0.165c0.071,0.185,0.295,0.333,0.671,0.445c0.256,0.077,0.518,0.116,0.787,0.116 c0.312,0,0.574-0.056,0.787-0.168c0.136-0.062,0.239-0.146,0.31-0.252c0.076-0.112,0.097-0.229,0.061-0.352l0.01-0.665l0.045-4.008 c-0.014,0.144-0.144,0.273-0.39,0.387c-0.224,0.101-0.489,0.159-0.797,0.174c-0.286,0.017-0.552-0.002-0.797-0.058 C14.179,4.187,13.938,4.045,13.83,3.845z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="22.502" y1="29.5224" x2="19.8822" y2="24.9848"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M19.639,25.229c-0.104,0.112-0.214,0.214-0.329,0.307c-0.011,0.009-0.021,0.017-0.032,0.026 c-0.122,0.095-0.251,0.18-0.387,0.255l2.494,4.347c-0.001-0.044,0.14-0.166,0.423-0.365c0.351-0.234,0.722-0.456,1.113-0.665 c0.067-0.028,0.165-0.075,0.294-0.142c0.118-0.049,0.222-0.086,0.31-0.11c0.05-0.01,0.081-0.011,0.094-0.003l-2.581-4.443 l-0.013,0.006c-0.009,0.007-0.023,0.012-0.042,0.016C20.731,24.46,20.284,24.717,19.639,25.229"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="12.2652" y1="14.3677" x2="17.441" y2="19.5435"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M18.277,18.456c-0.155-0.698-0.407-1.412-0.755-2.143c-0.565-1.18-1.272-2.179-2.12-2.998 c-0.046-0.046-0.093-0.091-0.142-0.136l-3.007,1.591l-0.829,0.439c0.069-0.031,0.142-0.054,0.219-0.071 c0.215-0.047,0.443-0.038,0.684,0.026c0.105,0.029,0.213,0.067,0.323,0.116c0.273,0.129,0.547,0.314,0.823,0.555 c0.48,0.437,0.879,0.976,1.197,1.617c0.331,0.682,0.497,1.334,0.497,1.955c0,0.255-0.03,0.485-0.09,0.691 c-0.03,0.103-0.068,0.2-0.113,0.29c-0.101,0.206-0.233,0.363-0.397,0.471l0.816-0.478l2.936-1.717 C18.306,18.596,18.292,18.526,18.277,18.456z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="24.1702" y1="19.5232" x2="24.1702" y2="24.2705"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="0.7998" style="stop-color:%2300699C"/> <stop offset="0.9069" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.033,19.827c-0.185,0.179-0.339,0.411-0.461,0.697c-0.118,0.28-0.183,0.551-0.194,0.813 c-0.01,0.268,0.043,0.454,0.158,0.558l0.11,0.061l1.249,0.71l2.817,1.604c-0.033-0.022-0.063-0.053-0.09-0.09 c-0.14-0.196-0.159-0.479-0.058-0.849c0.067-0.256,0.179-0.508,0.336-0.755c0.172-0.267,0.362-0.468,0.571-0.603 c0.197-0.134,0.361-0.187,0.494-0.158l-3.359-1.846l-0.703-0.387c-0.007-0.002-0.013-0.006-0.019-0.01 c-0.021-0.008-0.044-0.016-0.068-0.023C22.562,19.472,22.302,19.565,22.033,19.827"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="20.2532" y1="11.7402" x2="22.781" y2="14.268"> <stop offset="0.2832" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M19.523,12.515c-0.011,0.007-0.023,0.014-0.035,0.019c-0.156,0.1-0.264,0.235-0.323,0.407 c-0.029,0.087-0.047,0.183-0.052,0.287c-0.015,0.308,0.063,0.615,0.236,0.923c0.174,0.301,0.398,0.53,0.671,0.687 c0.114,0.064,0.226,0.106,0.336,0.126c0.199,0.036,0.391,0.002,0.578-0.103c0.014-0.008,0.027-0.016,0.039-0.026 c0.016-0.008,0.031-0.018,0.045-0.029l1.268-0.758l1.781-1.065c-0.287,0.161-0.599,0.155-0.936-0.016 c-0.29-0.151-0.525-0.376-0.703-0.678c-0.185-0.303-0.272-0.62-0.261-0.949c0.015-0.329,0.133-0.578,0.355-0.749l-1.639,1.052 L19.523,12.515"/> <path fill="%23999999" d="M20.858,20.111c-0.152-1.413-0.586-2.877-1.3-4.392c-0.046-0.098-0.094-0.196-0.142-0.294 c-0.248-0.506-0.514-0.991-0.8-1.455c-0.736-1.192-1.595-2.24-2.578-3.143c-0.228-0.207-0.458-0.402-0.687-0.584 c-0.589-0.464-1.179-0.839-1.771-1.126c-0.83-0.397-1.62-0.595-2.372-0.594c-0.125,0-0.25,0.006-0.374,0.016 c-0.001,0.003-0.003,0.005-0.006,0.006c-0.009,0.001-0.019,0.002-0.029,0.003c-0.521,0.052-1.041,0.231-1.562,0.539 c-0.425,0.286-0.782,0.678-1.071,1.178c-0.186,0.317-0.337,0.662-0.455,1.033c-0.177,0.559-0.277,1.18-0.3,1.862 c-0.008,0.235-0.008,0.472,0,0.71c0.055,1.657,0.508,3.388,1.359,5.192c0.043,0.091,0.086,0.181,0.129,0.271 c0.35,0.717,0.736,1.389,1.159,2.017c0.656,0.974,1.4,1.841,2.233,2.601c0.552,0.508,1.113,0.938,1.685,1.287 c0.258,0.158,0.519,0.3,0.781,0.426c0.558,0.267,1.097,0.443,1.617,0.529c0.472,0.078,0.928,0.082,1.368,0.013 c0.425-0.065,0.809-0.195,1.152-0.391c0.136-0.074,0.265-0.159,0.387-0.255c0.011-0.009,0.022-0.017,0.032-0.026 c0.115-0.093,0.225-0.195,0.329-0.307c0.072-0.076,0.142-0.156,0.21-0.242c0.099-0.127,0.193-0.264,0.281-0.41 c0.01-0.018,0.021-0.036,0.032-0.055c0.465-0.794,0.716-1.761,0.755-2.901C20.934,21.124,20.915,20.621,20.858,20.111z M18.177,21.779c-0.052,0.135-0.111,0.265-0.178,0.387c-0.353,0.66-0.875,1.054-1.568,1.181c-0.102,0.02-0.205,0.032-0.31,0.039 c-0.527,0.039-1.09-0.077-1.688-0.349c-0.557-0.256-1.108-0.627-1.652-1.113c-0.474-0.427-0.906-0.906-1.297-1.436 c-0.402-0.546-0.76-1.148-1.075-1.804c-0.036-0.076-0.072-0.151-0.106-0.226c-0.582-1.282-0.859-2.512-0.832-3.688 c0.017-0.762,0.168-1.407,0.452-1.936c0.054-0.099,0.112-0.193,0.174-0.281c0.347-0.493,0.815-0.797,1.404-0.91 c0.336-0.065,0.687-0.063,1.052,0.006c0.304,0.057,0.619,0.161,0.942,0.31c0.555,0.252,1.106,0.624,1.652,1.116 c0.038,0.034,0.076,0.069,0.113,0.103c0.049,0.045,0.096,0.09,0.142,0.135c0.848,0.819,1.555,1.818,2.12,2.998 c0.348,0.731,0.6,1.445,0.755,2.143c0.015,0.071,0.029,0.14,0.042,0.21c0.103,0.528,0.151,1.047,0.142,1.555 C18.448,20.807,18.353,21.327,18.177,21.779z"/> <path fill="%23999999" d="M13.472,15.836c-0.275-0.241-0.55-0.426-0.823-0.555c-0.11-0.049-0.217-0.087-0.323-0.116 c-0.241-0.064-0.469-0.072-0.684-0.026c-0.077,0.017-0.15,0.04-0.219,0.071c-0.035,0.016-0.07,0.034-0.103,0.055 c-0.183,0.108-0.329,0.274-0.439,0.497c-0.052,0.102-0.094,0.212-0.126,0.329c-0.052,0.193-0.077,0.407-0.077,0.642 c0,0.6,0.15,1.22,0.449,1.859c0.015,0.035,0.032,0.069,0.048,0.103c0.177,0.361,0.379,0.687,0.607,0.978 c0.181,0.234,0.378,0.444,0.591,0.632c0.269,0.245,0.545,0.432,0.829,0.561c0.091,0.041,0.181,0.074,0.268,0.1 c0.259,0.078,0.503,0.092,0.732,0.042c0.135-0.028,0.257-0.078,0.365-0.148c0.163-0.108,0.296-0.265,0.397-0.471 c0.045-0.09,0.082-0.187,0.113-0.29c0.06-0.206,0.09-0.436,0.09-0.691c0-0.622-0.166-1.274-0.497-1.955 C14.351,16.811,13.952,16.272,13.472,15.836z"/> <linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="10.653" y1="8.6937" x2="23.8797" y2="21.9204"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_11_)" d="M11.52,7.969c-0.001,0.003-0.004,0.005-0.006,0.006c-0.115,0.22-0.354,0.411-0.716,0.574 c0.01-0.001,0.02-0.002,0.029-0.003c0.003-0.002,0.006-0.004,0.006-0.006c0.124-0.01,0.249-0.016,0.374-0.016 c0.752-0.001,1.542,0.197,2.372,0.594c0.592,0.287,1.183,0.662,1.772,1.126c0.23,0.182,0.459,0.377,0.687,0.584 c0.983,0.903,1.842,1.951,2.578,3.143c0.286,0.464,0.553,0.949,0.8,1.455c0.049,0.097,0.096,0.195,0.142,0.294 c0.715,1.515,1.148,2.978,1.3,4.392c0.056,0.51,0.076,1.013,0.058,1.51c-0.039,1.14-0.29,2.107-0.755,2.901 c-0.011,0.019-0.022,0.037-0.032,0.055c-0.088,0.146-0.181,0.283-0.281,0.41c-0.067,0.086-0.137,0.166-0.21,0.242 c0.645-0.512,1.092-0.769,1.342-0.771l0.055-0.026l0.01-0.003l0.661-0.426c0.012-0.006,0.023-0.014,0.032-0.023 c0.422-0.289,0.78-0.678,1.075-1.168c0.028-0.047,0.055-0.095,0.081-0.145l-1.249-0.71c-0.026-0.007-0.051-0.018-0.074-0.032 c-0.013-0.009-0.024-0.018-0.035-0.029c-0.115-0.104-0.168-0.29-0.158-0.558c0.011-0.262,0.075-0.534,0.194-0.813 c0.123-0.286,0.276-0.518,0.461-0.697c0.269-0.262,0.529-0.355,0.781-0.278c0.024,0.007,0.046,0.014,0.068,0.023 c0.006,0.004,0.013,0.007,0.019,0.01l0.703,0.387c0.002-0.005,0.003-0.01,0.003-0.016c0.097-1.867-0.336-3.818-1.297-5.853 c-0.008-0.017-0.017-0.034-0.026-0.052l-1.268,0.758c-0.014,0.011-0.029,0.021-0.045,0.029c-0.012,0.01-0.025,0.018-0.039,0.026 c-0.187,0.105-0.379,0.139-0.578,0.103c-0.11-0.02-0.222-0.062-0.336-0.126c-0.273-0.157-0.497-0.386-0.671-0.687 c-0.172-0.308-0.251-0.615-0.236-0.923c0.005-0.105,0.022-0.2,0.052-0.287c0.059-0.172,0.167-0.307,0.323-0.407 c0.012-0.005,0.024-0.012,0.035-0.019l1.358-0.871c-0.627-0.88-1.334-1.663-2.12-2.349c-0.75-0.653-1.506-1.16-2.268-1.52 l-0.01,0.665c0.036,0.123,0.015,0.24-0.061,0.352c-0.071,0.105-0.174,0.189-0.31,0.252c-0.213,0.112-0.475,0.168-0.787,0.168 c-0.269,0-0.531-0.039-0.787-0.116c-0.376-0.112-0.6-0.26-0.671-0.445c-0.023-0.056-0.029-0.111-0.019-0.165l-0.016-1.3 c-0.18,0.012-0.359,0.036-0.536,0.071c-0.34,0.066-0.654,0.173-0.942,0.319c-0.006,0.002-0.013,0.005-0.019,0.006L11.52,7.969"/> <path fill="%23CCCCCC" d="M15.776,3.157c-0.245-0.056-0.511-0.076-0.797-0.061c-0.308,0.017-0.573,0.076-0.797,0.177 c-0.24,0.112-0.371,0.238-0.39,0.378c-0.004,0.026-0.004,0.053,0,0.081c0.006,0.037,0.019,0.075,0.039,0.113 c0.108,0.2,0.348,0.342,0.723,0.426c0.245,0.056,0.511,0.075,0.797,0.058c0.308-0.015,0.573-0.073,0.797-0.174 c0.246-0.115,0.376-0.244,0.39-0.387c0.002-0.017,0.002-0.034,0-0.052c-0.003-0.043-0.016-0.087-0.039-0.132 C16.392,3.388,16.151,3.246,15.776,3.157z"/> </svg>');
}
.grey.icon-rotate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%23676767" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%23CCCCCC" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%23676767" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%23999999" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%23CCCCCC" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%23676767" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%23CCCCCC" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23999999" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg> ');
}
.orange.icon-testcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M24.091,20.666l0.088-1.15l-3.982,2.682l-0.044,1.169L24.091,20.666 M14.589,14.077l-0.013-2.671 L10.338,9.05l0.256,7.234L14.589,14.077 M24.597,12.119l0.1-1.3l-4.22,2.519l-0.05,1.332L24.597,12.119z"/> <path fill="%23676767" d="M17.215,23.423l-1.369-0.888l0.006,6.796l2.942-1.614l0.008-4.326L17.215,23.423z"/> <polyline fill="%23ffbc00" points="10.182,5.643 17.371,9.381 21.678,7.068 14.489,3.643 11.958,4.468 7.738,6.412 10.182,5.643 "/> <polygon fill="%23ffbc00" points="20.197,22.198 24.179,19.516 14.589,14.077 10.595,16.284 "/> <path fill="%23d88500" d="M10.338,9.05l4.238,2.357l5.851,3.263l0.05-1.332l-3.107-3.957l-7.189-3.738L7.738,6.412l0.513,9.485 l2.482,3.326l1.888,1.219l3.226,2.094l1.369,0.888l1.588-0.031l1.35-0.025l0.044-1.169l-9.602-5.914L10.338,9.05z"/> <path fill="%23999999" d="M15.852,29.331l-0.006-6.796l-3.226-2.094l0.088,6.759L15.852,29.331z"/> <path fill="%23a56600" d="M24.697,10.819l-3.019-3.751l-4.307,2.313l3.107,3.957L24.697,10.819z"/> </svg> ');
}
.orange.icon-raw{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M19.605,17.233l0.15-0.091l4.171-2.609l0.335-4.17l-4.513,2.558L19.605,17.233z"/> <path fill="%23676767" d="M15.963,15.143l-0.004,0.252l0.004,13.778l3.192-2.184l0.023-10L15.963,15.143z"/> <path fill="%23999999" d="M15.959,15.395l-0.002-0.252l-3.172-1.827l0.104,13.756l3.074,2.1L15.959,15.395z"/> <path fill="%23d88500" d="M7.561,9.195l0.083,1.171l11.96,6.867l0.143-4.311l-8.753-4.628L7.561,9.195z"/> <polyline fill="%23ffbc00" points="24.261,10.364 15.525,6.261 11.555,7.322 7.561,9.195 10.995,8.293 19.748,12.922 24.261,10.364 "/> </svg> ');
}
.orange.icon-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ffbc00" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%23d88500" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.orange.icon-cogs{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23a56600" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23a56600" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23ffbc00" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23d88500" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23d88500" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23d88500" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23d88500" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23d88500" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23d88500" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23a56600" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23a56600" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23a56600" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23a56600" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23a56600" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23ffbc00" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23ffbc00" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23ffbc00" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23ffbc00" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23d88500" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23d88500" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23d88500" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23d88500" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg>');
}
.orange.icon-check{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="10.924,28.413 11.789,26.634 30.888,23.991 29.88,25.571 "/> <polyline fill="%23676767" points="5.681,13.159 4.626,11.479 19.059,11.051 18.937,11.301 18.945,11.308 18.307,12.634 5.681,13.159 "/> <polyline fill="%23999999" points="18.307,12.634 18.945,11.308 19.067,11.05 27.956,22.594 25.98,22.84 18.307,12.634 "/> <polygon fill="%23999999" points="11.789,26.634 10.924,28.413 1.121,11.861 1.725,10.095 "/> <path fill="%23CCCCCC" d="M1.725,10.095l17.959-0.354l11.204,14.25l-19.099,2.643L1.725,10.095z M27.956,22.594L19.067,11.05 L4.626,11.479l8.171,12.996L27.956,22.594z"/> <polygon fill="%23ffbc00" points="19.115,17.44 16.96,16.839 24.901,2.354 27.076,2.908 "/> <polygon fill="%23ffbc00" points="11.605,17.129 9.465,16.526 11.381,13.027 13.527,13.618 "/> <polygon fill="%23d88500" points="20,22.84 17.846,22.223 9.465,16.526 11.605,17.129 "/> <polygon fill="%23a56600" points="27.076,2.908 29.85,4.848 20,22.84 11.605,17.129 13.527,13.618 19.115,17.44 "/> </svg> ');
}
.orange.icon-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M23.67,26.671c0.126-0.058,0.246-0.125,0.361-0.201c0.145-0.085,0.283-0.179,0.415-0.281 c0.82-0.633,1.431-1.525,1.833-2.675c0.321-0.928,0.491-1.98,0.508-3.157c0.036-2.033-0.366-4.151-1.204-6.354l-2.997,1.632 c0.847,2.23,1.271,4.352,1.271,6.368c0,1.186-0.152,2.247-0.455,3.184c-0.241,0.734-0.571,1.363-0.99,1.886 c-0.239,0.309-0.511,0.581-0.816,0.816c-0.062,0.049-0.124,0.093-0.187,0.134L23.67,26.671 M17.088,3.675l-3.063,1.458l0.294,11.652 l2.943-1.538L17.088,3.675z"/> <path fill="%23ffbc00" d="M17.262,15.247l-2.943,1.538l8.267-1.15l2.997-1.632L17.262,15.247 M17.088,3.675 c-0.223-0.116-0.464-0.223-0.722-0.321c-1.115-0.437-2.167-0.606-3.157-0.508c-0.496,0.055-0.96,0.175-1.391,0.361 c-0.047,0.025-0.096,0.047-0.147,0.067L8.968,4.531c0.37-0.136,0.763-0.225,1.177-0.268c0.067-0.007,0.134-0.011,0.201-0.013 c0.932-0.058,1.917,0.125,2.956,0.548c0.161,0.062,0.401,0.174,0.722,0.334L17.088,3.675z"/> <path fill="%23d88500" d="M5.838,8.638c-0.214,0.972-0.29,2.042-0.227,3.211C5.726,13.891,6.243,16,7.162,18.177 c0.865,2.051,1.971,3.911,3.318,5.578c1.579,1.926,3.228,3.322,4.95,4.187c1.07,0.535,2.1,0.829,3.09,0.883 c1.039,0.047,1.953-0.189,2.742-0.709c0.051-0.025,0.1-0.056,0.147-0.094c0.063-0.041,0.125-0.085,0.187-0.134 c0.305-0.235,0.577-0.507,0.816-0.816c0.419-0.523,0.749-1.152,0.99-1.886c0.303-0.936,0.455-1.998,0.455-3.184 c0-2.016-0.424-4.138-1.271-6.368l-8.267,1.15L14.025,5.133c-0.321-0.161-0.562-0.272-0.722-0.334 c-1.039-0.424-2.024-0.607-2.956-0.548c-0.066,0.002-0.133,0.007-0.201,0.013C9.731,4.306,9.338,4.395,8.968,4.531 C8.329,4.777,7.763,5.169,7.269,5.709C6.591,6.467,6.114,7.443,5.838,8.638z"/> </svg>');
}
.orange.icon-upgrade{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="16.541,13.651 7.127,18.574 16.536,25.049 25.95,18.574 "/> <polygon fill="%23999999" points="16.536,25.049 7.127,18.574 7.633,22.884 16.536,29.603 "/> <polygon fill="%23676767" points="25.95,18.574 16.536,25.049 16.536,29.603 25.449,22.884 "/> <path fill="%23d88500" d="M21.177,17.436l2.879-1.699L17.69,2.551l-3.05,1.388L21.177,17.436z"/> <path fill="%23ffbc00" d="M14.639,3.939l-5.618,6.091l3.763,2.298l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L14.639,3.939z"/> <path fill="%23a56600" d="M16.828,14.79l-0.007,5.565l2.769-1.637l0.044-2.219L16.828,14.79z"/> </svg>');
}
.orange.icon-refactor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="5.336,21.155 9.717,24.464 9.31,18.906 4.699,15.735 5.336,21.155 "/> <polyline fill="%23999999" points="11.871,11.984 11.961,14.041 14.756,15.735 14.796,17.863 16.537,16.811 16.537,14.704 11.871,11.984 "/> <polyline fill="%23999999" points="11.073,20.121 11.263,23.468 11.391,25.726 16.53,29.603 16.53,23.877 11.073,20.121 "/> <polyline fill="%23999999" points="18.307,15.735 18.271,17.865 21.99,20.121 21.802,23.466 23.351,24.464 23.753,18.906 18.307,15.735 "/> <polyline fill="%23676767" points="14.796,17.863 14.756,15.735 9.31,18.906 9.717,24.464 11.263,23.468 11.073,20.121 14.796,17.863 "/> <polyline fill="%23676767" points="21.802,23.466 21.99,20.121 16.53,23.877 16.53,29.603 21.676,25.726 21.802,23.466 "/> <polyline fill="%23676767" points="28.368,15.735 23.753,18.906 23.351,24.464 27.738,21.155 28.368,15.735 "/> <polyline fill="%23676767" points="21.106,14.039 21.197,11.984 16.537,14.704 16.537,16.811 16.537,16.816 18.271,17.865 18.307,15.735 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="11.961,14.041 10.101,12.912 4.699,15.735 9.31,18.906 14.756,15.735 11.961,14.041 "/> <polyline fill="%23CCCCCC" points="16.537,16.816 16.537,16.811 14.796,17.863 11.073,20.121 16.53,23.877 21.99,20.121 18.271,17.865 16.537,16.816 "/> <polyline fill="%23CCCCCC" points="21.106,14.039 18.307,15.735 23.753,18.906 28.368,15.735 22.966,12.912 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="16.537,14.704 21.197,11.984 16.537,9.545 11.871,11.984 16.537,14.704 "/> <polyline fill="%23999999" points="26.645,12.48 18.044,12.48 17.949,19.17 25.997,19.17 26.645,12.48 "/> <polyline fill="%23676767" points="25.341,8.132 25.45,6.782 17.871,6.782 17.799,13.048 17.849,13.048 17.909,8.132 25.341,8.132 "/> <polyline fill="%23d88500" points="15.108,19.17 15.013,12.48 6.414,12.48 7.061,19.17 15.108,19.17 "/> <polygon fill="%23676767" points="7.613,6.782 7.724,8.132 15.152,8.132 15.214,13.048 15.271,13.048 15.192,6.782 "/> <polyline fill="%23676767" points="17.849,13.048 17.832,14.511 17.949,19.17 18.044,12.48 17.909,8.132 17.849,13.048 "/> <polyline fill="%23676767" points="17.871,6.782 17.765,3.367 17.704,9.336 17.799,13.048 17.871,6.782 "/> <polyline fill="%23a56600" points="15.231,14.511 15.214,13.048 15.152,8.132 15.013,12.48 15.108,19.17 15.231,14.511 "/> <polygon fill="%23676767" points="15.304,3.367 15.192,6.782 15.271,13.048 15.37,9.336 "/> <polyline fill="%23CCCCCC" points="25.735,8.132 25.341,8.132 17.909,8.132 18.044,12.48 26.645,12.48 25.735,8.132 "/> <polyline fill="%23CCCCCC" points="25.45,6.782 24.736,3.367 17.765,3.367 17.871,6.782 25.45,6.782 "/> <polyline fill="%23ffbc00" points="15.152,8.132 7.724,8.132 7.328,8.132 6.414,12.48 15.013,12.48 15.152,8.132 "/> <polygon fill="%23CCCCCC" points="15.192,6.782 15.304,3.367 8.334,3.367 7.613,6.782 "/> </svg>');
}
.orange.icon-hierarchy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.342,22.974l6.404,3.896l0.802-0.55l-6.103-3.663C16.284,22.855,15.785,22.914,15.342,22.974z"/> <path fill="%23999999" d="M15.342,22.974c0,0,0.017,0.384,0.023,0.788l6.341,4.028l0.043-1.009"/> <path fill="%23999999" d="M16.097,18.145l-0.942-0.457l0.158,4.059l0.029,1.226l0.812,0.49L16.097,18.145z"/> <path fill="%23676767" d="M16.935,17.556l-0.839,0.589l0.057,5.318l0.758-0.526L16.935,17.556z"/> <path fill="%23CCCCCC" d="M17.398,14.603L16.05,13.97l-1.21,0.823l1.354,0.656L17.398,14.603z"/> <path fill="%23CCCCCC" d="M21.477,19.381l4.522,2.636l0.649-0.446l-4.279-2.447C22.24,19.285,21.835,19.333,21.477,19.381z"/> <path fill="%23999999" d="M21.477,19.381c0,0,0.014,0.311,0.019,0.638l4.471,2.743l0.035-0.817"/> <radialGradient id="SVGID_1_" cx="26.5503" cy="22.2417" r="3.906" fx="28.93" fy="21.1697" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="26.307" cy="22.072" r="2.691"/> <path fill="%23999999" d="M22.088,15.471l-0.763-0.37l0.128,3.287l0.024,0.993l0.658,0.397L22.088,15.471z"/> <path fill="%23676767" d="M22.767,14.994l-0.679,0.477l0.046,4.307l0.614-0.426L22.767,14.994z"/> <path fill="%23CCCCCC" d="M22.547,27.789l-0.76-0.357l-0.682,0.464l0.763,0.37L22.547,27.789z"/> <radialGradient id="SVGID_2_" cx="22.1654" cy="27.056" r="4.7808" fx="25.078" fy="25.7439" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="21.868" cy="26.848" r="3.294"/> <path fill="%23ffbc00" d="M6.383,15.266l9.849,6.796V2.665L6.383,15.266z"/> <path fill="%23a56600" d="M16.232,22.063l9.772-6.796L16.232,2.665V22.063z"/> </svg> ');
}
.orange.icon-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M9.934,17.773l14.138,8.563l1.152-0.791l-13.706-8.229C11.288,17.603,10.57,17.688,9.934,17.773z"/> <path fill="%23999999" d="M9.934,17.773c0,0,0.025,0.552,0.033,1.132l14.048,8.753l0.062-1.45"/> <radialGradient id="SVGID_1_" cx="22.5248" cy="24.6747" r="6.9308" fx="26.7473" fy="22.7725" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="22.094" cy="24.373" r="4.775"/> <path fill="%23999999" d="M11.018,10.836L9.665,10.18l0.227,5.832l0.042,1.762l1.167,0.704L11.018,10.836z"/> <path fill="%23676767" d="M12.223,9.99l-1.205,0.846l0.082,7.642l1.089-0.756L12.223,9.99z"/> <path fill="%23CCCCCC" d="M12.223,9.99l-1.349-0.633l-1.21,0.823l1.354,0.656L12.223,9.99z"/> <radialGradient id="SVGID_2_" cx="11.5459" cy="8.689" r="8.4831" fx="16.714" fy="6.3609" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23ffbc00"/> <stop offset="0.7108" style="stop-color:%23a56600"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="11.018" cy="8.32" r="5.844"/> </svg>');
}
.orange.icon-clipboard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="10.132,6.448 21.354,12.031 24.019,10.474 12.817,5.28 10.132,6.448 "/> <polyline fill="%23676767" points="20.752,28.542 23.102,26.768 24.019,10.474 21.354,12.031 20.752,28.542 "/> <polygon fill="%23999999" points="10.132,6.448 21.354,12.031 20.752,28.542 11.049,22.093 "/> <path fill="%23d88500" d="M22.087,14.339l0.308-3.14L9.4,5.396l0.253,2.351L22.087,14.339z"/> <path fill="%23a56600" d="M24.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L24.558,12.242z"/> <path fill="%23ffbc00" d="M11.82,4.073L9.4,5.396l12.751,5.694l2.652-1.706L11.82,4.073z"/> <path fill="%23ffbc00" d="M14.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C14.234,8.214,14.138,8.233,14.039,8.241z"/> <path fill="%23a56600" d="M19.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C19.002,12.642,19.011,12.529,19.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4588" y1="2.958" x2="15.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%23ffbc00"/> <stop offset="0.8492" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C17.292,6.847,17.271,5.909,17.196,5.16z"/> <path fill="%23d88500" d="M14.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C13.059,3.758,13.622,3.009,14.602,3.372z"/> </svg>');
}
.orange.icon-clipboar-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="12.132,6.448 23.354,12.031 26.019,10.474 14.817,5.28 12.132,6.448 "/> <polyline fill="%23676767" points="22.752,28.542 25.102,26.768 26.019,10.474 23.354,12.031 22.752,28.542 "/> <polygon fill="%23999999" points="12.132,6.448 23.354,12.031 22.752,28.542 13.049,22.093 "/> <path fill="%23d88500" d="M24.087,14.339l0.308-3.14L11.4,5.396l0.253,2.351L24.087,14.339z"/> <path fill="%23a56600" d="M26.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L26.558,12.242z"/> <path fill="%23ffbc00" d="M13.82,4.073L11.4,5.396l12.751,5.694l2.652-1.706L13.82,4.073z"/> <polyline fill="%23d88500" points="2.792,21.015 3.02,23.793 6.427,26.104 6.254,23.294 2.792,21.015 "/> <polyline fill="%23d88500" points="5.19,19.702 7.425,18.476 4.105,16.403 4.289,19.127 5.19,19.702 "/> <polyline fill="%23d88500" points="14.587,25.713 14.533,22.903 10.898,20.646 11.006,23.424 14.587,25.713 "/> <polyline fill="%23a56600" points="6.254,23.294 6.427,26.104 11.006,23.424 10.898,20.646 6.254,23.294 "/> <polyline fill="%23a56600" points="14.533,22.903 14.587,25.713 16.009,18.443 15.976,15.73 14.533,22.903 "/> <polyline fill="%23ffbc00" points="7.425,18.476 5.19,19.702 2.792,21.015 6.254,23.294 10.898,20.646 14.533,22.903 15.976,15.73 4.105,16.403 7.425,18.476 "/> <path fill="%23ffbc00" d="M16.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C16.234,8.214,16.138,8.233,16.039,8.241z"/> <path fill="%23a56600" d="M21.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C21.002,12.642,21.011,12.529,21.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="17.4588" y1="2.958" x2="17.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%23ffbc00"/> <stop offset="0.8492" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C19.292,6.847,19.271,5.909,19.196,5.16z"/> <path fill="%23d88500" d="M16.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C15.059,3.758,15.622,3.009,16.602,3.372z"/> </svg>');
}
.orange.icon-composite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23676767" d="M16.232,28.234v1.652l13.921-10.163l0.167-1.552L16.232,28.234z"/> <path fill="%23999999" d="M16.232,29.887v-1.652L2.148,18.172l0.172,1.552L16.232,29.887z"/> <path fill="%23a56600" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <path opacity="0.44" fill="%23CCCCCC" d="M16.237,3.234L1.661,10.617l14.571,9.752l14.575-9.752L16.237,3.234z M17.923,12.532 l-3.09,3.171l-1.213-3.582l-2.011-0.272l-3.62-0.482l5.081-1.676L12.922,8.33l-0.181-1.676l4.045,1.977l4.976-1.203L20.42,9.361 l-0.645,0.936l4.074,2.56l-2.971-0.162L17.923,12.532z"/> <polygon fill="%23ffbc00" points="17.923,12.532 14.833,15.704 13.62,12.122 11.609,11.849 7.989,11.367 13.07,9.691 12.922,8.33 12.741,6.654 16.786,8.631 21.762,7.427 20.42,9.361 19.775,10.297 23.849,12.857 20.879,12.695 "/> </svg>');
}
.orange.icon-real{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path opacity="0.44" fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23999999" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <polyline fill="%23d88500" points="13.62,11.122 13.686,14.455 14.871,18.128 14.833,14.704 13.62,11.122 "/> <polygon fill="%23d88500" points="23.653,15.21 23.849,11.857 17.922,11.532 17.884,14.871 "/> <polyline fill="%23a56600" points="8.199,13.682 13.686,14.455 13.62,11.122 7.989,10.367 8.199,13.682 "/> <polyline fill="%23a56600" points="12.812,8.772 13.07,8.691 12.741,5.654 12.812,8.772 "/> <polyline fill="%23a56600" points="17.884,14.871 17.922,11.532 14.833,14.704 14.871,18.128 17.884,14.871 "/> <polygon fill="%23a56600" points="21.242,10.219 21.628,9.632 21.762,6.427 19.775,9.297 "/> <path fill="%23ffbc00" d="M21.762,6.427l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,6.427z"/> </svg> ');
}
.orange.icon-synchronize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ffbc00" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%23a56600" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%23ffbc00" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%23a56600" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%23d88500" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%23CCCCCC" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%23676767" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%23CCCCCC" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23999999" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg>');
}
.orange.icon-synchronize-commit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%23d88500" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%23d88500" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%23d88500" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%23a56600" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%23a56600" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%23ffbc00" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg> ');
}
.orange.icon-synchronize-update{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%23a56600" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23a56600" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%23ffbc00" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg> ');
}
.orange.icon-helpdesk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23a56600"/> <stop offset="0.6863" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> </svg>');
}
.orange.icon-ticket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23999999"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> <polygon fill="%23a56600" points="24.216,2.03 24.193,2.999 30.942,8.29 30.872,7.377 "/> <polygon fill="%23ffbc00" points="24.193,2.999 24.216,2.03 17.202,7.191 17.082,8.098 "/> <polygon fill="%23d88500" points="17.082,8.098 23.851,12.136 30.942,8.29 24.193,2.999 "/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 4.1768 22.8636)" fill="%23333333" cx="19.558" cy="8.24" rx="0.752" ry="1.105"/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 1.792 19.8838)" fill="%23333333" cx="16.089" cy="8.573" rx="0.676" ry="0.994"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="460.2863" y1="-935.4631" x2="465.7375" y2="-935.4631" gradientTransform="matrix(0.3368 -0.9416 0.9416 0.3368 743.9272 759.3012)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.818,8.116c-0.032,0.137-0.07,0.274-0.119,0.411c-0.478,1.336-1.612,2.167-2.603,1.95 c0.055,0.028,0.112,0.054,0.171,0.075c1.03,0.368,2.276-0.482,2.783-1.899c0.001-0.002,0.001-0.004,0.002-0.006 C20.039,8.451,19.974,8.261,19.818,8.116z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="494.3591" y1="1210.504" x2="499.8102" y2="1210.504" gradientTransform="matrix(0.3522 -0.9359 0.9359 0.3522 -1290.7396 46.5091)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M16.27,8.302c-0.038,0.844,0.308,1.501,0.686,1.643c0.055,0.021,0.12,0.029,0.187,0.032 c-0.244-0.192-0.446-0.599-0.506-1.114l-0.006,0.003C16.632,8.867,16.54,8.416,16.27,8.302z"/> <path fill="%23CCCCCC" d="M19.112,7.994c-0.025,0.097-0.045,0.194-0.081,0.293c-0.405,1.132-1.303,1.7-1.857,1.68 c-0.067-0.002-0.132-0.009-0.187-0.029c-0.38-0.136-0.738-0.788-0.713-1.632c-0.058-0.023-0.121-0.037-0.196-0.021 c-0.193,0.04-0.276,0.182-0.312,0.325c0.06,0.862,0.473,1.573,1.151,1.816c0.059,0.021,0.119,0.037,0.18,0.051 c0.991,0.217,2.125-0.614,2.603-1.95c0.049-0.137,0.087-0.274,0.119-0.411c-0.079-0.073-0.178-0.135-0.309-0.179 C19.353,7.885,19.221,7.924,19.112,7.994z"/> </svg>');
}
.orange.icon-localize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.682,9.667c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098c-0.738-0.456-1.391-1.111-2.318-1.112 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,10.455,12.398,9.667,15.682,9.667 M15.682,7.521 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,5.115,2.011,7.763,1.438c-1.967-1.161-3.761-1.25-3.156-3.683 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,9.486,20.787,7.521,15.682,7.521L15.682,7.521z" /> <path fill="%23CCCCCC" d="M15.682,7.564c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098C24.58,21.11,23.927,20.454,23,20.454 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,8.352,12.398,7.564,15.682,7.564 M15.682,5.418 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,4.914,2.747,7.763,3.183c-1.967-1.161-3.761-2.994-3.156-5.428 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,7.383,20.787,5.418,15.682,5.418L15.682,5.418z" /> <circle fill="%23FFFFFF" cx="15.691" cy="12.478" r="7.693"/> <path fill="%23a56600" d="M15.691,20.481c-4.413,0-8.003-3.59-8.003-8.003s3.59-8.003,8.003-8.003s8.003,3.59,8.003,8.003 S20.104,20.481,15.691,20.481z M15.691,5.094c-4.071,0-7.383,3.312-7.383,7.383s3.312,7.383,7.383,7.383s7.383-3.312,7.383-7.383 S19.762,5.094,15.691,5.094z"/> <path fill="%23FFFFFF" d="M21.885,12.305c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.984,12.396,21.923,12.351,21.885,12.305z"/> <path fill="none" d="M11.903,12.732c-0.189-0.144-0.257-0.144-0.394,0c-0.106,0.098-0.083,0.114,0.212,0.114 C12.024,12.838,12.039,12.831,11.903,12.732z"/> <path fill="none" d="M10.6,12.399c-0.03,0.053,0,0.068,0.098,0.038c0.091-0.03,0.189-0.008,0.25,0.068 c0.053,0.061,0.182,0.114,0.288,0.114c0.182,0,0.189-0.008,0.053-0.151C11.138,12.301,10.691,12.255,10.6,12.399z"/> <path fill="none" d="M17.31,8.227c0.068-0.121,0.061-0.167-0.045-0.204c-0.121-0.045-0.257,0.083-0.257,0.265 C17.007,8.431,17.219,8.393,17.31,8.227z"/> <path fill="none" d="M12.16,12.922c0,0.045,0.015,0.076,0.03,0.076c0.023,0,0.061-0.03,0.083-0.076 c0.023-0.038,0.008-0.076-0.03-0.076C12.198,12.846,12.16,12.884,12.16,12.922z"/> <path fill="none" d="M8.525,11.763c0,0.136,0.151,0.5,0.189,0.462c0.023-0.023-0.008-0.151-0.068-0.295 C8.578,11.786,8.533,11.71,8.525,11.763z"/> <path fill="none" d="M20.392,10.218c-0.03-0.023-0.076-0.023-0.106,0c-0.023,0.03,0,0.053,0.053,0.053 C20.392,10.271,20.414,10.248,20.392,10.218z"/> <path fill="none" d="M18.976,9.673c0-0.083-0.03-0.174-0.076-0.197c-0.045-0.03-0.068,0.038-0.061,0.144 C18.862,9.847,18.976,9.885,18.976,9.673z"/> <path fill="none" d="M17.484,8.257c-0.03,0.03-0.061,0.098-0.068,0.167c-0.015,0.083,0.038,0.106,0.22,0.091 c0.129-0.015,0.242-0.061,0.257-0.098c0.015-0.045-0.114-0.235-0.28-0.416c-0.288-0.318-0.424-0.288-0.189,0.045 C17.484,8.136,17.506,8.227,17.484,8.257z"/> <path fill="none" d="M11.933,7.394c-0.03,0-0.098,0.053-0.151,0.114c-0.083,0.098-0.061,0.114,0.098,0.114 c0.144,0,0.189-0.03,0.159-0.114C12.009,7.447,11.963,7.394,11.933,7.394z"/> <path fill="none" d="M16.105,6.803c-0.288,0.008-0.394,0.106-0.257,0.235c0.091,0.098,0.53,0.053,0.621-0.053 C16.59,6.841,16.484,6.788,16.105,6.803z"/> <path fill="none" d="M15.962,6.106c0.045,0,0.015-0.076-0.068-0.174c-0.083-0.091-0.174-0.227-0.197-0.295 C15.666,5.561,15.613,5.5,15.568,5.5c-0.038,0-0.076-0.053-0.076-0.114c0-0.129-0.363-0.159-0.591-0.053 c-0.068,0.038-0.242,0.121-0.371,0.189c-0.212,0.106-0.25,0.106-0.25,0.015c0-0.136-0.106-0.144-0.31-0.038 c-0.182,0.098-0.189,0.257-0.008,0.212c0.31-0.083,0.424,0.386,0.189,0.75c-0.129,0.197-0.129,0.204,0,0.151 c0.174-0.068,0.167,0.015-0.038,0.227c-0.136,0.144-0.151,0.204-0.083,0.341c0.045,0.098,0.106,0.235,0.129,0.31 c0.023,0.068,0.144,0.152,0.273,0.174c0.121,0.03,0.227,0.076,0.227,0.114c0,0.083,0.083,0.083,0.212,0 c0.053-0.03,0.114-0.106,0.121-0.167c0.091-0.447,0.242-0.75,0.386-0.75c0.114,0,0.576-0.553,0.538-0.651 C15.893,6.159,15.916,6.106,15.962,6.106z"/> <path fill="none" d="M21.55,15.867c0,0.068-0.053,0.189-0.114,0.265c-0.144,0.197-0.144,0.348,0,0.348 c0.076,0,0.227-0.22,0.379-0.545c0.144-0.295,0.242-0.56,0.227-0.583C21.982,15.292,21.55,15.739,21.55,15.867z"/> <path fill="none" d="M13.644,9.264c-0.167-0.114-0.189-0.114-0.303,0.015c-0.159,0.182-0.151,0.257,0.023,0.212 c0.091-0.023,0.167,0.008,0.189,0.068c0.061,0.159,0.273,0.129,0.273-0.038C13.826,9.446,13.743,9.325,13.644,9.264z"/> <path fill="none" d="M13.296,6.864c0-0.182-0.045-0.235-0.333-0.341c-0.288-0.114-0.363-0.114-0.545-0.023 c-0.121,0.053-0.227,0.159-0.242,0.235c-0.023,0.106,0.03,0.129,0.295,0.129c0.31,0,0.318,0,0.182,0.151 c-0.144,0.159-0.053,0.212,0.098,0.061c0.136-0.136,0.106,0.023-0.038,0.182c-0.068,0.076-0.197,0.136-0.28,0.136 c-0.136,0-0.121,0.023,0.076,0.144c0.136,0.083,0.265,0.182,0.288,0.227c0.083,0.129,0.22,0.098,0.167-0.038 c-0.038-0.091-0.008-0.106,0.114-0.068c0.136,0.045,0.144,0.038,0.076-0.098c-0.121-0.227-0.106-0.25,0.098-0.197 c0.273,0.068,0.394-0.038,0.204-0.174C13.357,7.121,13.296,7,13.296,6.864z"/> <radialGradient id="SVGID_1_" cx="15.6814" cy="11.4509" r="7.663" fx="10.7157" fy="6.7467" gradientTransform="matrix(1 0 0 1.0129 0 0.9625)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%23ffbc00"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M23.012,11.215c-0.061,0-0.265-0.1-0.447-0.23c-0.182-0.123-0.333-0.199-0.333-0.169 c0.008,0.107,0.31,0.422,0.356,0.368c0.091-0.092,0.326,0.207,0.326,0.43c0,0.238-0.538,0.905-0.735,0.905 c-0.068,0-0.098,0.054-0.083,0.138c0.03,0.13,0.076,0.138,0.303,0.054c0.121-0.046,0.129-0.023,0.091,0.199 c-0.068,0.376-0.303,0.813-0.644,1.204c-0.28,0.33-0.295,0.368-0.295,0.867c0,0.506-0.008,0.522-0.257,0.675 c-0.144,0.092-0.295,0.261-0.333,0.384c-0.144,0.414-0.621,0.989-0.954,1.15c-0.417,0.207-0.757,0.215-0.697,0.023 c0.03-0.077,0.015-0.445-0.023-0.828c-0.068-0.606-0.061-0.713,0.076-0.997c0.182-0.391,0.182-0.537-0.015-0.905 c-0.098-0.192-0.144-0.399-0.129-0.606c0.023-0.268,0-0.322-0.129-0.345c-0.083-0.015-0.212-0.084-0.28-0.146 c-0.106-0.092-0.174-0.1-0.371-0.031c-0.136,0.046-0.401,0.084-0.598,0.084c-0.303,0-0.416-0.046-0.75-0.315 c-0.432-0.345-0.462-0.429-0.439-1.143c0.023-0.545,0.242-1.081,0.507-1.227c0.083-0.046,0.151-0.146,0.151-0.223 c0-0.176,0.265-0.422,0.485-0.452c0.083-0.008,0.424-0.038,0.742-0.061c0.56-0.046,0.576-0.038,0.606,0.123 c0.015,0.138,0.114,0.207,0.416,0.307c0.265,0.084,0.417,0.107,0.469,0.054c0.053-0.054,0.174-0.054,0.371,0.008 c0.167,0.054,0.409,0.092,0.538,0.092c0.235,0,0.242-0.008,0.22-0.284c-0.015-0.153-0.068-0.299-0.129-0.314 c-0.061-0.023-0.083,0-0.053,0.054c0.03,0.046,0.015,0.084-0.023,0.084c-0.045,0-0.083-0.031-0.083-0.069 c0-0.038-0.061-0.054-0.136-0.031c-0.083,0.023-0.189-0.054-0.303-0.199c-0.227-0.315-0.341-0.307-0.28,0.008l0.045,0.253 L19.99,9.834c-0.28-0.353-0.704-0.767-0.795-0.767c-0.159,0-0.053,0.169,0.197,0.315c0.28,0.169,0.318,0.261,0.167,0.46 c-0.098,0.13-0.28,0.115-0.28-0.023c0-0.046,0.053-0.061,0.114-0.031c0.204,0.077,0.121-0.169-0.129-0.414 c-0.22-0.207-0.288-0.238-0.553-0.199c-0.174,0.023-0.333,0.092-0.379,0.169c-0.31,0.522-0.394,0.606-0.629,0.629 c-0.333,0.031-0.469-0.1-0.469-0.453c0-0.299,0-0.299,0.288-0.299c0.159,0,0.31-0.023,0.333-0.046 c0.091-0.084-0.038-0.322-0.227-0.422l-0.204-0.092l0.204-0.046c0.114-0.023,0.386-0.215,0.621-0.422 c0.416-0.368,0.416-0.368,0.288-0.552c-0.098-0.138-0.174-0.169-0.333-0.138c-0.174,0.038-0.212,0.008-0.257-0.161 c-0.03-0.13-0.008-0.245,0.068-0.33c0.061-0.069,0.151-0.261,0.197-0.414c0.136-0.422,0.25-0.491,0.636-0.368 c0.553,0.161,0.75,0.299,0.697,0.468c-0.03,0.1-0.015,0.146,0.068,0.146c0.068,0,0.121-0.046,0.121-0.107 c0-0.061,0.098-0.192,0.227-0.299l0.22-0.192l-0.288-0.192c-2.279-1.526-5.225-1.688-7.694-0.414 c-0.757,0.391-0.841,0.46-0.704,0.598c0.106,0.092,0.106,0.13,0,0.353c-0.098,0.215-0.159,0.253-0.379,0.253 c-0.227,0-0.25-0.015-0.167-0.115c0.136-0.169,0-0.284-0.174-0.161c-0.106,0.084-0.121,0.146-0.061,0.307 c0.083,0.207,0.106,0.207,0.735,0.084c0.129-0.031,0.348-0.345,0.348-0.499c0-0.023,0.03-0.084,0.076-0.13 c0.091-0.115,0.394-0.138,0.326-0.023c-0.023,0.046-0.106,0.077-0.174,0.077c-0.098,0-0.129,0.069-0.129,0.253 c0,0.284,0.03,0.315,0.212,0.238c0.076-0.023,0.159-0.031,0.182,0c0.083,0.077-0.144,0.276-0.318,0.276 c-0.235,0-1.022,0.683-1.022,0.882c0,0.092,0.106,0.222,0.257,0.322c0.167,0.107,0.25,0.215,0.242,0.345 c-0.008,0.23,0.212,0.238,0.242,0.008c0.015-0.092,0.106-0.223,0.212-0.292c0.129-0.084,0.174-0.169,0.144-0.261 c-0.023-0.077,0-0.23,0.045-0.345c0.144-0.322,0.598-0.23,0.598,0.123c0,0.161,0.03,0.169,0.235,0.054 c0.129-0.061,0.174-0.054,0.265,0.061c0.053,0.077,0.106,0.184,0.106,0.238c0,0.046,0.068,0.161,0.159,0.253 c0.265,0.269,0.144,0.353-0.78,0.56c-0.121,0.031-0.212,0.077-0.212,0.115c0,0.038,0.076,0.054,0.159,0.031 c0.136-0.038,0.151-0.023,0.114,0.115c-0.068,0.199,0.061,0.276,0.265,0.161c0.129-0.069,0.151-0.061,0.129,0.023 c-0.023,0.054-0.197,0.123-0.409,0.146c-0.462,0.054-0.636,0.13-0.636,0.268c0,0.061-0.061,0.138-0.129,0.161 c-0.182,0.069-0.469,0.422-0.477,0.568c0,0.069-0.136,0.246-0.295,0.399c-0.273,0.253-0.295,0.307-0.257,0.552 c0.053,0.33-0.098,0.368-0.167,0.038c-0.038-0.192-0.083-0.23-0.273-0.23c-0.121,0-0.22,0.038-0.22,0.084 c0,0.054-0.083,0.069-0.227,0.046c-0.174-0.038-0.25-0.008-0.379,0.153c-0.174,0.222-0.189,0.46-0.061,0.752 c0.098,0.215,0.417,0.269,0.485,0.077c0.03-0.061,0.098-0.115,0.159-0.115c0.083,0,0.098,0.046,0.068,0.176 c-0.098,0.322-0.083,0.399,0.091,0.422c0.114,0.015,0.167,0.077,0.167,0.192c0,0.245,0.212,0.514,0.401,0.514 c0.204,0,0.386,0.115,0.333,0.199c-0.023,0.038,0.167,0.077,0.409,0.092c0.371,0.015,0.485,0.061,0.689,0.245 c0.136,0.13,0.31,0.23,0.386,0.23c0.356,0,0.772,0.399,0.651,0.629c-0.045,0.084-0.045,0.138,0,0.138 c0.038,0,0.083-0.038,0.098-0.084c0.03-0.092,0.704,0.107,1.257,0.361c0.22,0.107,0.25,0.146,0.204,0.322 c-0.03,0.115-0.114,0.276-0.182,0.36c-0.076,0.084-0.159,0.299-0.182,0.483c-0.045,0.399-0.144,0.529-0.439,0.591 c-0.174,0.038-0.22,0.092-0.22,0.245c0,0.292-0.235,0.637-0.432,0.637c-0.159,0-0.167,0.015-0.083,0.153 c0.083,0.13,0.076,0.169-0.076,0.276c-0.129,0.092-0.159,0.161-0.114,0.315c0.083,0.368,0.242,0.591,0.492,0.729 c0.235,0.123,0.242,0.13,0.061,0.138c-0.136,0-0.326-0.146-0.697-0.545c-0.409-0.437-0.538-0.637-0.636-0.982 c-0.318-1.097-0.53-1.503-0.833-1.618c-0.091-0.038-0.318-0.269-0.507-0.514c-0.409-0.537-0.523-1.02-0.31-1.258 c0.114-0.13,0.121-0.184,0.045-0.307c-0.076-0.123-0.068-0.192,0.023-0.376c0.068-0.13,0.151-0.23,0.189-0.23 c0.045,0,0.076-0.038,0.076-0.084c0-0.054-0.068-0.069-0.182-0.038c-0.151,0.038-0.273-0.038-0.659-0.414 c-0.326-0.307-0.545-0.46-0.674-0.46c-0.288,0-0.515-0.199-0.576-0.499c-0.023-0.146-0.076-0.268-0.114-0.268 c-0.038,0-0.068-0.031-0.068-0.077c0-0.038-0.091-0.268-0.204-0.514C8.404,11,8.404,10.21,8.692,9.604 c0.114-0.23,0.242-0.522,0.288-0.652c0.167-0.445-0.114-0.031-0.356,0.537c-0.439,1.028-0.591,1.787-0.591,3.068 c0,1.365,0.159,2.109,0.682,3.229c0.432,0.943,0.863,1.565,1.545,2.263c1.136,1.143,2.537,1.887,4.119,2.178 c1.537,0.284,3.294,0.015,4.748-0.729c1.992-1.013,3.461-2.884,4.021-5.101c0.144-0.568,0.174-0.897,0.182-1.81 C23.33,11.437,23.277,11.215,23.012,11.215z M20.286,10.218c0.03-0.023,0.076-0.023,0.106,0c0.023,0.03,0,0.053-0.053,0.053 C20.286,10.271,20.263,10.248,20.286,10.218z M18.9,9.476c0.045,0.023,0.076,0.114,0.076,0.197c0,0.212-0.114,0.174-0.136-0.053 C18.832,9.514,18.854,9.446,18.9,9.476z M17.612,7.999c0.167,0.182,0.295,0.371,0.28,0.416c-0.015,0.038-0.129,0.083-0.257,0.098 c-0.182,0.015-0.235-0.008-0.22-0.091c0.008-0.068,0.038-0.136,0.068-0.167c0.023-0.03,0-0.121-0.061-0.212 C17.188,7.712,17.325,7.681,17.612,7.999z M17.264,8.022c0.106,0.038,0.114,0.083,0.045,0.204c-0.091,0.167-0.303,0.205-0.303,0.061 C17.007,8.105,17.143,7.977,17.264,8.022z M11.88,7.621c-0.159,0-0.182-0.015-0.098-0.114c0.053-0.061,0.121-0.114,0.151-0.114 c0.03,0,0.076,0.053,0.106,0.114C12.069,7.59,12.024,7.621,11.88,7.621z M11.236,12.619c-0.106,0-0.235-0.053-0.288-0.114 c-0.061-0.076-0.159-0.098-0.25-0.068c-0.098,0.03-0.129,0.015-0.098-0.038c0.091-0.144,0.538-0.098,0.689,0.068 C11.426,12.611,11.418,12.619,11.236,12.619z M11.721,12.846c-0.295,0-0.318-0.015-0.212-0.114c0.136-0.144,0.204-0.144,0.394,0 C12.039,12.831,12.024,12.838,11.721,12.846z M12.274,12.922c-0.023,0.045-0.061,0.076-0.083,0.076c-0.015,0-0.03-0.03-0.03-0.076 c0-0.038,0.038-0.076,0.083-0.076C12.281,12.846,12.297,12.884,12.274,12.922z M8.715,12.225c-0.038,0.038-0.189-0.326-0.189-0.462 c0.008-0.053,0.053,0.023,0.121,0.167C8.707,12.073,8.737,12.202,8.715,12.225z M12.607,5.803c0.045,0,0.098,0.038,0.121,0.076 c0.023,0.045-0.008,0.076-0.068,0.076c-0.068,0-0.121-0.03-0.121-0.076C12.539,5.841,12.569,5.803,12.607,5.803z M12.531,6.235 c0.045-0.061,0.068-0.129,0.045-0.159c-0.023-0.023,0.008-0.015,0.053,0.03c0.053,0.038,0.174,0.076,0.288,0.076 c0.151,0,0.167,0.015,0.076,0.076c-0.061,0.038-0.212,0.076-0.333,0.076C12.486,6.333,12.463,6.311,12.531,6.235z M12.069,6.144 c-0.295,0.197-0.485,0.25-0.394,0.106c0.045-0.083,0.492-0.295,0.613-0.295C12.319,5.955,12.221,6.038,12.069,6.144z M13.251,7.363 c-0.204-0.053-0.22-0.03-0.098,0.197c0.068,0.136,0.061,0.144-0.076,0.098c-0.121-0.038-0.151-0.023-0.114,0.068 c0.053,0.136-0.083,0.167-0.167,0.038c-0.023-0.046-0.151-0.144-0.288-0.227c-0.197-0.121-0.212-0.144-0.076-0.144 c0.083,0,0.212-0.061,0.28-0.136c0.144-0.159,0.174-0.318,0.038-0.182c-0.151,0.151-0.242,0.098-0.098-0.061 c0.136-0.151,0.129-0.151-0.182-0.151c-0.265,0-0.318-0.023-0.295-0.129c0.015-0.076,0.121-0.182,0.242-0.235 c0.182-0.091,0.257-0.091,0.545,0.023c0.288,0.106,0.333,0.159,0.333,0.341c0,0.136,0.061,0.257,0.159,0.326 C13.644,7.325,13.523,7.431,13.251,7.363z M13.569,5.879c-0.068,0-0.121,0.053-0.121,0.114c0,0.083-0.083,0.114-0.28,0.114 c-0.151,0-0.25-0.023-0.22-0.053c0.03-0.038,0.098-0.061,0.144-0.061c0.038,0,0.091-0.045,0.114-0.106 c0.023-0.068-0.008-0.083-0.129-0.045c-0.235,0.068-0.197-0.015,0.068-0.151c0.288-0.151,0.447-0.144,0.257,0.008 c-0.144,0.114-0.136,0.114,0.023,0.068c0.091-0.023,0.182-0.008,0.212,0.038C13.66,5.841,13.629,5.879,13.569,5.879z M13.554,9.559 c-0.023-0.061-0.098-0.091-0.189-0.068c-0.174,0.045-0.182-0.03-0.023-0.212c0.114-0.129,0.136-0.129,0.303-0.015 c0.098,0.061,0.182,0.182,0.182,0.257C13.826,9.688,13.614,9.718,13.554,9.559z M15.379,6.864c-0.144,0-0.295,0.303-0.386,0.75 c-0.008,0.061-0.068,0.136-0.121,0.167c-0.129,0.083-0.212,0.083-0.212,0c0-0.038-0.106-0.083-0.227-0.114 c-0.129-0.023-0.25-0.106-0.273-0.174c-0.023-0.076-0.083-0.212-0.129-0.31c-0.068-0.136-0.053-0.197,0.083-0.341 c0.204-0.212,0.212-0.295,0.038-0.227c-0.129,0.053-0.129,0.045,0-0.151c0.235-0.364,0.121-0.833-0.189-0.75 C13.781,5.758,13.788,5.599,13.97,5.5c0.204-0.106,0.31-0.098,0.31,0.038c0,0.091,0.038,0.091,0.25-0.015 c0.129-0.068,0.303-0.151,0.371-0.189c0.227-0.106,0.591-0.076,0.591,0.053c0,0.061,0.038,0.114,0.076,0.114 c0.045,0,0.098,0.061,0.129,0.136c0.023,0.068,0.114,0.204,0.197,0.295c0.083,0.098,0.114,0.174,0.068,0.174 c-0.045,0-0.068,0.053-0.045,0.106C15.954,6.311,15.492,6.864,15.379,6.864z M16.469,6.985c-0.091,0.106-0.53,0.151-0.621,0.053 c-0.136-0.129-0.03-0.227,0.257-0.235C16.484,6.788,16.59,6.841,16.469,6.985z M21.815,15.935c-0.151,0.326-0.303,0.545-0.379,0.545 c-0.144,0-0.144-0.151,0-0.348c0.061-0.076,0.114-0.197,0.114-0.265c0-0.129,0.432-0.576,0.492-0.515 C22.058,15.375,21.959,15.64,21.815,15.935z"/> <path fill="%23FFFFFF" d="M21.876,12.452c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.974,12.543,21.914,12.497,21.876,12.452z"/> <path fill="%23FFFFFF" d="M21.868,9.764c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.058,10.044,21.944,9.915,21.868,9.764z"/> <path fill="%23d88500" d="M21.878,9.92c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.067,10.2,21.954,10.072,21.878,9.92z"/> <path fill="%23d88500" d="M20.386,9.685C20.31,9.61,20.348,9.223,20.439,9.17c0.045-0.03,0.121,0,0.174,0.068 c0.098,0.136,0.31,0.182,0.227,0.053c-0.121-0.197,0.061-0.189,0.265,0.015c0.341,0.341,0.303,0.416-0.227,0.416 C20.628,9.723,20.409,9.701,20.386,9.685z"/> <path fill="%23d88500" d="M18.607,8.322c0-0.038,0.083-0.106,0.189-0.151c0.212-0.098,0.235-0.197,0.083-0.477 c-0.144-0.28-0.114-0.629,0.061-0.659c0.121-0.023,0.136,0,0.091,0.167c-0.061,0.235,0.076,0.53,0.212,0.477 C19.424,7.61,19.5,7.876,19.371,8.11c-0.098,0.174-0.182,0.22-0.447,0.242C18.75,8.368,18.607,8.353,18.607,8.322z"/> </svg>');
}
.orange.icon-metainfo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.31,16.534V5.298L5.147,10.177L16.31,16.534z"/> <path fill="%23999999" d="M27.472,10.177L16.31,5.298l0,7.601l0,3.636L27.472,10.177z"/> <path fill="%23a56600" d="M16.31,17.117l5.492-3.232l0.791-6.786L16.31,9.745V17.117z"/> <path fill="%23d88500" d="M10.817,13.885l5.492,3.232V9.745l-6.283-2.645L10.817,13.885z"/> <polygon fill="%23ffbc00" points="16.31,4.335 10.027,7.099 16.31,9.745 22.593,7.099 "/> <path fill="%23676767" d="M16.31,29.545l9.758-7.393l1.405-11.976L16.31,16.534V29.545z"/> <path fill="%23999999" d="M6.552,22.153l9.758,7.393V16.534L5.147,10.177L6.552,22.153z"/> </svg>');
}
.orange.icon-navigator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M19.326,11.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,10.988,17.803,11.076,19.326,11.388"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="22.1481" x2="28.0832" y2="22.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,15.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,15.994"/> <polygon fill="%23676767" points="14.051,14.564 8.452,20.865 19.176,17.603 23.899,11.716 "/> <path fill="%23CCCCCC" d="M26.992,12.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,14.582,27.761,13.542,26.992,12.553z M26.7,16.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,13.831,26.876,14.914,26.7,16.054z"/> <polygon fill="%23ffbc00" points="16.42,12.556 13.405,12.174 6.695,19.726 "/> <polygon fill="%23d88500" points="6.695,19.726 19.548,15.816 16.42,12.556 "/> <polygon fill="%23a56600" points="25.208,8.76 16.42,12.556 19.548,15.816 "/> <polygon fill="%23d88500" points="13.405,12.174 16.42,12.556 25.208,8.76 "/> </svg>');
}
.orange.icon-compass{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M22.739,13.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,13.43,22.728,13.435,22.739,13.438"/> <path fill="%23676767" d="M19.326,14.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,13.988,17.803,14.076,19.326,14.388"/> <path fill="%23CCCCCC" d="M20.069,14.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,14.78,20.463,14.663,20.069,14.561"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="25.1481" x2="28.0832" y2="25.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,18.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,18.994"/> <polygon fill="%23676767" points="13.644,18.022 8.452,23.865 18.398,20.84 22.778,15.379 "/> <path fill="%23CCCCCC" d="M26.992,15.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,17.582,27.761,16.542,26.992,15.553z M26.7,19.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,16.831,26.876,17.914,26.7,19.054z"/> <polygon fill="%23ffbc00" points="16.013,16.322 13.448,15.997 7.735,22.425 "/> <polygon fill="%23d88500" points="7.735,22.425 18.676,19.097 16.013,16.322 "/> <polygon fill="%23a56600" points="23.494,13.091 16.013,16.322 18.676,19.097 "/> <polygon fill="%23d88500" points="13.448,15.997 16.013,16.322 23.494,13.091 "/> <path fill="%23d88500" d="M19.038,9.996h-1.683l-2.51-3.94v3.94H12.92V2.158h1.683l2.51,3.94v-3.94h1.924V9.996z"/> </svg>');
}
.orange.icon-dispatcher{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M23.617,28.878c-0.012-0.008-0.044-0.007-0.094,0.003c-0.088,0.024-0.191,0.06-0.31,0.11 c-0.129,0.067-0.227,0.114-0.294,0.142c-0.392,0.209-0.763,0.43-1.113,0.665c-0.283,0.199-0.424,0.32-0.423,0.365l0.01,0.013 c0.013,0.01,0.044,0.01,0.094,0c0.14-0.034,0.341-0.118,0.603-0.252c0.419-0.207,0.792-0.428,1.116-0.665 C23.527,29.035,23.663,28.908,23.617,28.878"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.1712" y1="28.8951" x2="15.1712" y2="25.2385"> <stop offset="0.2832" style="stop-color:%23d88500"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.357,28.188l0.013-1.994c-0.519-0.086-1.058-0.262-1.617-0.529 c-0.262-0.126-0.523-0.268-0.781-0.426l0.016,2.823c-0.005,0.051-0.001,0.104,0.01,0.158c0.045,0.234,0.216,0.416,0.513,0.545 c0.228,0.101,0.48,0.143,0.755,0.126c0.284-0.011,0.529-0.083,0.736-0.216C16.226,28.535,16.345,28.373,16.357,28.188"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.5608" y1="20.6718" x2="10.0551" y2="20.6718"> <stop offset="0.2832" style="stop-color:%23d88500"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.897,19.333l-0.862,0.558c-0.005,0.003-0.011,0.007-0.016,0.01 c-0.252,0.14-0.399,0.364-0.442,0.671c-0.045,0.28,0.004,0.549,0.148,0.807c0.153,0.252,0.357,0.433,0.613,0.545 c0.278,0.119,0.539,0.114,0.784-0.016l0.933-0.558C9.633,20.723,9.246,20.05,8.897,19.333"/> <path fill="%23a56600" d="M27.173,21.967c-0.057-0.081-0.127-0.132-0.21-0.152c-0.132-0.029-0.297,0.024-0.494,0.158 c-0.209,0.136-0.399,0.337-0.571,0.603c-0.157,0.247-0.269,0.499-0.336,0.755c-0.101,0.37-0.082,0.653,0.058,0.849 c0.028,0.038,0.058,0.068,0.09,0.09c0.149,0.107,0.353,0.074,0.613-0.1c0.209-0.14,0.397-0.341,0.565-0.603 c0.155-0.245,0.269-0.497,0.342-0.755C27.326,22.438,27.307,22.156,27.173,21.967"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.7096" y1="12.1321" x2="7.7092" y2="12.1321"> <stop offset="0.2832" style="stop-color:%23d88500"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.093,10.427c-0.154-0.06-0.333-0.04-0.539,0.058c-0.224,0.105-0.413,0.279-0.568,0.52 c-0.151,0.234-0.24,0.475-0.268,0.723c-0.034,0.323,0.038,0.568,0.216,0.736c0.06,0.056,0.126,0.095,0.197,0.119l2.278,1.287 c-0.008-0.238-0.008-0.475,0-0.71c0.023-0.682,0.123-1.302,0.3-1.862L6.125,10.44C6.115,10.436,6.104,10.431,6.093,10.427"/> <path fill="%23d88500" d="M22.653,10.508l-0.132,0.084c-0.222,0.17-0.34,0.42-0.355,0.749c-0.011,0.329,0.076,0.645,0.261,0.949 c0.179,0.301,0.413,0.527,0.703,0.678c0.337,0.172,0.649,0.177,0.936,0.016l0.013-0.006c0.012-0.007,0.024-0.014,0.035-0.023 c0.274-0.168,0.418-0.435,0.432-0.8c0.013-0.329-0.073-0.645-0.258-0.949c-0.179-0.295-0.413-0.517-0.703-0.668 c-0.329-0.174-0.635-0.187-0.916-0.039C22.664,10.502,22.659,10.505,22.653,10.508"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="9.2352" y1="13.3643" x2="18.0998" y2="22.2289"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.501,11.644c-0.588,0.113-1.056,0.417-1.404,0.91c-0.062,0.088-0.12,0.181-0.174,0.281 c-0.284,0.529-0.435,1.175-0.452,1.936c-0.026,1.176,0.251,2.406,0.833,3.688c0.035,0.075,0.07,0.15,0.106,0.226 c0.314,0.656,0.673,1.257,1.075,1.804c0.391,0.53,0.824,1.009,1.297,1.436c0.544,0.486,1.095,0.857,1.652,1.113 c0.598,0.271,1.16,0.387,1.688,0.348c0.105-0.006,0.208-0.019,0.31-0.039c0.693-0.127,1.215-0.521,1.568-1.181 c0.066-0.123,0.125-0.252,0.177-0.387c-0.336-0.035-0.686-0.127-1.049-0.274c-0.566-0.237-1.123-0.589-1.671-1.058 c-0.025-0.021-0.049-0.043-0.074-0.065l-0.816,0.478c-0.108,0.071-0.23,0.12-0.365,0.148c-0.229,0.05-0.474,0.036-0.732-0.042 c-0.087-0.026-0.176-0.059-0.268-0.1c-0.284-0.129-0.56-0.316-0.829-0.561c-0.213-0.188-0.41-0.399-0.591-0.632 c-0.227-0.29-0.43-0.616-0.607-0.978c-0.017-0.034-0.033-0.069-0.048-0.103c-0.299-0.639-0.449-1.258-0.449-1.859 c0-0.235,0.026-0.449,0.077-0.642c0.032-0.117,0.074-0.227,0.126-0.329c0.109-0.223,0.256-0.389,0.439-0.497 c0.034-0.02,0.068-0.039,0.103-0.055l0.829-0.439c-0.077-0.471-0.107-0.936-0.09-1.394c0.025-0.658,0.155-1.234,0.39-1.726 C12.188,11.581,11.837,11.579,11.501,11.644"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="7.1765" y1="4.412" x2="11.1537" y2="8.3893"> <stop offset="0.2832" style="stop-color:%23d88500"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.984,3.609C8.973,3.581,8.948,3.571,8.91,3.577C8.802,3.581,8.654,3.629,8.464,3.719 C8.101,3.87,7.721,4.079,7.325,4.348C7.067,4.527,6.901,4.669,6.828,4.774C6.807,4.802,6.801,4.83,6.812,4.858 C6.813,4.86,6.814,4.861,6.815,4.861l2.42,4.227c0.521-0.308,1.041-0.487,1.562-0.539c0.362-0.163,0.601-0.354,0.716-0.574 c0.003-0.001,0.005-0.004,0.006-0.006L8.984,3.609"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.7918" y1="6.4714" x2="16.5378" y2="6.4714"> <stop offset="0.2832" style="stop-color:%23d88500"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M13.83,3.845c-0.02-0.038-0.032-0.076-0.039-0.113l0.039,3.453l0.016,1.3 c-0.01,0.054-0.003,0.108,0.019,0.165c0.071,0.185,0.295,0.333,0.671,0.445c0.256,0.077,0.518,0.116,0.787,0.116 c0.312,0,0.574-0.056,0.787-0.168c0.136-0.062,0.239-0.146,0.31-0.252c0.076-0.112,0.097-0.229,0.061-0.352l0.01-0.665l0.045-4.008 c-0.014,0.144-0.144,0.273-0.39,0.387c-0.224,0.101-0.489,0.159-0.797,0.174c-0.286,0.017-0.552-0.002-0.797-0.058 C14.179,4.187,13.938,4.045,13.83,3.845z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="22.502" y1="29.5224" x2="19.8822" y2="24.9848"> <stop offset="0.2832" style="stop-color:%23d88500"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M19.639,25.229c-0.104,0.112-0.214,0.214-0.329,0.307c-0.011,0.009-0.021,0.017-0.032,0.026 c-0.122,0.095-0.251,0.18-0.387,0.255l2.494,4.347c-0.001-0.044,0.14-0.166,0.423-0.365c0.351-0.234,0.722-0.456,1.113-0.665 c0.067-0.028,0.165-0.075,0.294-0.142c0.118-0.049,0.222-0.086,0.31-0.11c0.05-0.01,0.081-0.011,0.094-0.003l-2.581-4.443 l-0.013,0.006c-0.009,0.007-0.023,0.012-0.042,0.016C20.731,24.46,20.284,24.717,19.639,25.229"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="12.2652" y1="14.3677" x2="17.441" y2="19.5435"> <stop offset="0.3987" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M18.277,18.456c-0.155-0.698-0.407-1.412-0.755-2.143c-0.565-1.18-1.272-2.179-2.12-2.998 c-0.046-0.046-0.093-0.091-0.142-0.136l-3.007,1.591l-0.829,0.439c0.069-0.031,0.142-0.054,0.219-0.071 c0.215-0.047,0.443-0.038,0.684,0.026c0.105,0.029,0.213,0.067,0.323,0.116c0.273,0.129,0.547,0.314,0.823,0.555 c0.48,0.437,0.879,0.976,1.197,1.617c0.331,0.682,0.497,1.334,0.497,1.955c0,0.255-0.03,0.485-0.09,0.691 c-0.03,0.103-0.068,0.2-0.113,0.29c-0.101,0.206-0.233,0.363-0.397,0.471l0.816-0.478l2.936-1.717 C18.306,18.596,18.292,18.526,18.277,18.456z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="24.1702" y1="19.5232" x2="24.1702" y2="24.2705"> <stop offset="0.2832" style="stop-color:%23d88500"/> <stop offset="0.7998" style="stop-color:%2300699C"/> <stop offset="0.9069" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.033,19.827c-0.185,0.179-0.339,0.411-0.461,0.697c-0.118,0.28-0.183,0.551-0.194,0.813 c-0.01,0.268,0.043,0.454,0.158,0.558l0.11,0.061l1.249,0.71l2.817,1.604c-0.033-0.022-0.063-0.053-0.09-0.09 c-0.14-0.196-0.159-0.479-0.058-0.849c0.067-0.256,0.179-0.508,0.336-0.755c0.172-0.267,0.362-0.468,0.571-0.603 c0.197-0.134,0.361-0.187,0.494-0.158l-3.359-1.846l-0.703-0.387c-0.007-0.002-0.013-0.006-0.019-0.01 c-0.021-0.008-0.044-0.016-0.068-0.023C22.562,19.472,22.302,19.565,22.033,19.827"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="20.2532" y1="11.7402" x2="22.781" y2="14.268"> <stop offset="0.2832" style="stop-color:%23d88500"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M19.523,12.515c-0.011,0.007-0.023,0.014-0.035,0.019c-0.156,0.1-0.264,0.235-0.323,0.407 c-0.029,0.087-0.047,0.183-0.052,0.287c-0.015,0.308,0.063,0.615,0.236,0.923c0.174,0.301,0.398,0.53,0.671,0.687 c0.114,0.064,0.226,0.106,0.336,0.126c0.199,0.036,0.391,0.002,0.578-0.103c0.014-0.008,0.027-0.016,0.039-0.026 c0.016-0.008,0.031-0.018,0.045-0.029l1.268-0.758l1.781-1.065c-0.287,0.161-0.599,0.155-0.936-0.016 c-0.29-0.151-0.525-0.376-0.703-0.678c-0.185-0.303-0.272-0.62-0.261-0.949c0.015-0.329,0.133-0.578,0.355-0.749l-1.639,1.052 L19.523,12.515"/> <path fill="%23999999" d="M20.858,20.111c-0.152-1.413-0.586-2.877-1.3-4.392c-0.046-0.098-0.094-0.196-0.142-0.294 c-0.248-0.506-0.514-0.991-0.8-1.455c-0.736-1.192-1.595-2.24-2.578-3.143c-0.228-0.207-0.458-0.402-0.687-0.584 c-0.589-0.464-1.179-0.839-1.771-1.126c-0.83-0.397-1.62-0.595-2.372-0.594c-0.125,0-0.25,0.006-0.374,0.016 c-0.001,0.003-0.003,0.005-0.006,0.006c-0.009,0.001-0.019,0.002-0.029,0.003c-0.521,0.052-1.041,0.231-1.562,0.539 c-0.425,0.286-0.782,0.678-1.071,1.178c-0.186,0.317-0.337,0.662-0.455,1.033c-0.177,0.559-0.277,1.18-0.3,1.862 c-0.008,0.235-0.008,0.472,0,0.71c0.055,1.657,0.508,3.388,1.359,5.192c0.043,0.091,0.086,0.181,0.129,0.271 c0.35,0.717,0.736,1.389,1.159,2.017c0.656,0.974,1.4,1.841,2.233,2.601c0.552,0.508,1.113,0.938,1.685,1.287 c0.258,0.158,0.519,0.3,0.781,0.426c0.558,0.267,1.097,0.443,1.617,0.529c0.472,0.078,0.928,0.082,1.368,0.013 c0.425-0.065,0.809-0.195,1.152-0.391c0.136-0.074,0.265-0.159,0.387-0.255c0.011-0.009,0.022-0.017,0.032-0.026 c0.115-0.093,0.225-0.195,0.329-0.307c0.072-0.076,0.142-0.156,0.21-0.242c0.099-0.127,0.193-0.264,0.281-0.41 c0.01-0.018,0.021-0.036,0.032-0.055c0.465-0.794,0.716-1.761,0.755-2.901C20.934,21.124,20.915,20.621,20.858,20.111z M18.177,21.779c-0.052,0.135-0.111,0.265-0.178,0.387c-0.353,0.66-0.875,1.054-1.568,1.181c-0.102,0.02-0.205,0.032-0.31,0.039 c-0.527,0.039-1.09-0.077-1.688-0.349c-0.557-0.256-1.108-0.627-1.652-1.113c-0.474-0.427-0.906-0.906-1.297-1.436 c-0.402-0.546-0.76-1.148-1.075-1.804c-0.036-0.076-0.072-0.151-0.106-0.226c-0.582-1.282-0.859-2.512-0.832-3.688 c0.017-0.762,0.168-1.407,0.452-1.936c0.054-0.099,0.112-0.193,0.174-0.281c0.347-0.493,0.815-0.797,1.404-0.91 c0.336-0.065,0.687-0.063,1.052,0.006c0.304,0.057,0.619,0.161,0.942,0.31c0.555,0.252,1.106,0.624,1.652,1.116 c0.038,0.034,0.076,0.069,0.113,0.103c0.049,0.045,0.096,0.09,0.142,0.135c0.848,0.819,1.555,1.818,2.12,2.998 c0.348,0.731,0.6,1.445,0.755,2.143c0.015,0.071,0.029,0.14,0.042,0.21c0.103,0.528,0.151,1.047,0.142,1.555 C18.448,20.807,18.353,21.327,18.177,21.779z"/> <path fill="%23d88500" d="M13.472,15.836c-0.275-0.241-0.55-0.426-0.823-0.555c-0.11-0.049-0.217-0.087-0.323-0.116 c-0.241-0.064-0.469-0.072-0.684-0.026c-0.077,0.017-0.15,0.04-0.219,0.071c-0.035,0.016-0.07,0.034-0.103,0.055 c-0.183,0.108-0.329,0.274-0.439,0.497c-0.052,0.102-0.094,0.212-0.126,0.329c-0.052,0.193-0.077,0.407-0.077,0.642 c0,0.6,0.15,1.22,0.449,1.859c0.015,0.035,0.032,0.069,0.048,0.103c0.177,0.361,0.379,0.687,0.607,0.978 c0.181,0.234,0.378,0.444,0.591,0.632c0.269,0.245,0.545,0.432,0.829,0.561c0.091,0.041,0.181,0.074,0.268,0.1 c0.259,0.078,0.503,0.092,0.732,0.042c0.135-0.028,0.257-0.078,0.365-0.148c0.163-0.108,0.296-0.265,0.397-0.471 c0.045-0.09,0.082-0.187,0.113-0.29c0.06-0.206,0.09-0.436,0.09-0.691c0-0.622-0.166-1.274-0.497-1.955 C14.351,16.811,13.952,16.272,13.472,15.836z"/> <linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="10.653" y1="8.6937" x2="23.8797" y2="21.9204"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_11_)" d="M11.52,7.969c-0.001,0.003-0.004,0.005-0.006,0.006c-0.115,0.22-0.354,0.411-0.716,0.574 c0.01-0.001,0.02-0.002,0.029-0.003c0.003-0.002,0.006-0.004,0.006-0.006c0.124-0.01,0.249-0.016,0.374-0.016 c0.752-0.001,1.542,0.197,2.372,0.594c0.592,0.287,1.183,0.662,1.772,1.126c0.23,0.182,0.459,0.377,0.687,0.584 c0.983,0.903,1.842,1.951,2.578,3.143c0.286,0.464,0.553,0.949,0.8,1.455c0.049,0.097,0.096,0.195,0.142,0.294 c0.715,1.515,1.148,2.978,1.3,4.392c0.056,0.51,0.076,1.013,0.058,1.51c-0.039,1.14-0.29,2.107-0.755,2.901 c-0.011,0.019-0.022,0.037-0.032,0.055c-0.088,0.146-0.181,0.283-0.281,0.41c-0.067,0.086-0.137,0.166-0.21,0.242 c0.645-0.512,1.092-0.769,1.342-0.771l0.055-0.026l0.01-0.003l0.661-0.426c0.012-0.006,0.023-0.014,0.032-0.023 c0.422-0.289,0.78-0.678,1.075-1.168c0.028-0.047,0.055-0.095,0.081-0.145l-1.249-0.71c-0.026-0.007-0.051-0.018-0.074-0.032 c-0.013-0.009-0.024-0.018-0.035-0.029c-0.115-0.104-0.168-0.29-0.158-0.558c0.011-0.262,0.075-0.534,0.194-0.813 c0.123-0.286,0.276-0.518,0.461-0.697c0.269-0.262,0.529-0.355,0.781-0.278c0.024,0.007,0.046,0.014,0.068,0.023 c0.006,0.004,0.013,0.007,0.019,0.01l0.703,0.387c0.002-0.005,0.003-0.01,0.003-0.016c0.097-1.867-0.336-3.818-1.297-5.853 c-0.008-0.017-0.017-0.034-0.026-0.052l-1.268,0.758c-0.014,0.011-0.029,0.021-0.045,0.029c-0.012,0.01-0.025,0.018-0.039,0.026 c-0.187,0.105-0.379,0.139-0.578,0.103c-0.11-0.02-0.222-0.062-0.336-0.126c-0.273-0.157-0.497-0.386-0.671-0.687 c-0.172-0.308-0.251-0.615-0.236-0.923c0.005-0.105,0.022-0.2,0.052-0.287c0.059-0.172,0.167-0.307,0.323-0.407 c0.012-0.005,0.024-0.012,0.035-0.019l1.358-0.871c-0.627-0.88-1.334-1.663-2.12-2.349c-0.75-0.653-1.506-1.16-2.268-1.52 l-0.01,0.665c0.036,0.123,0.015,0.24-0.061,0.352c-0.071,0.105-0.174,0.189-0.31,0.252c-0.213,0.112-0.475,0.168-0.787,0.168 c-0.269,0-0.531-0.039-0.787-0.116c-0.376-0.112-0.6-0.26-0.671-0.445c-0.023-0.056-0.029-0.111-0.019-0.165l-0.016-1.3 c-0.18,0.012-0.359,0.036-0.536,0.071c-0.34,0.066-0.654,0.173-0.942,0.319c-0.006,0.002-0.013,0.005-0.019,0.006L11.52,7.969"/> <path fill="%23ffbc00" d="M15.776,3.157c-0.245-0.056-0.511-0.076-0.797-0.061c-0.308,0.017-0.573,0.076-0.797,0.177 c-0.24,0.112-0.371,0.238-0.39,0.378c-0.004,0.026-0.004,0.053,0,0.081c0.006,0.037,0.019,0.075,0.039,0.113 c0.108,0.2,0.348,0.342,0.723,0.426c0.245,0.056,0.511,0.075,0.797,0.058c0.308-0.015,0.573-0.073,0.797-0.174 c0.246-0.115,0.376-0.244,0.39-0.387c0.002-0.017,0.002-0.034,0-0.052c-0.003-0.043-0.016-0.087-0.039-0.132 C16.392,3.388,16.151,3.246,15.776,3.157z"/> </svg>');
}
.orange.icon-rotate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ffbc00" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%23a56600" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%23ffbc00" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%23a56600" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%23d88500" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%23ffbc00" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%23a56600" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%23ffbc00" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23d88500" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg> ');
}
.red.icon-testcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M24.091,20.666l0.088-1.15l-3.982,2.682l-0.044,1.169L24.091,20.666 M14.589,14.077l-0.013-2.671 L10.338,9.05l0.256,7.234L14.589,14.077 M24.597,12.119l0.1-1.3l-4.22,2.519l-0.05,1.332L24.597,12.119z"/> <path fill="%23676767" d="M17.215,23.423l-1.369-0.888l0.006,6.796l2.942-1.614l0.008-4.326L17.215,23.423z"/> <polyline fill="%23FF0000" points="10.182,5.643 17.371,9.381 21.678,7.068 14.489,3.643 11.958,4.468 7.738,6.412 10.182,5.643 "/> <polygon fill="%23FF0000" points="20.197,22.198 24.179,19.516 14.589,14.077 10.595,16.284 "/> <path fill="%23CC0000" d="M10.338,9.05l4.238,2.357l5.851,3.263l0.05-1.332l-3.107-3.957l-7.189-3.738L7.738,6.412l0.513,9.485 l2.482,3.326l1.888,1.219l3.226,2.094l1.369,0.888l1.588-0.031l1.35-0.025l0.044-1.169l-9.602-5.914L10.338,9.05z"/> <path fill="%23999999" d="M15.852,29.331l-0.006-6.796l-3.226-2.094l0.088,6.759L15.852,29.331z"/> <path fill="%23990000" d="M24.697,10.819l-3.019-3.751l-4.307,2.313l3.107,3.957L24.697,10.819z"/> </svg> ');
}
.red.icon-raw{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M19.605,17.233l0.15-0.091l4.171-2.609l0.335-4.17l-4.513,2.558L19.605,17.233z"/> <path fill="%23676767" d="M15.963,15.143l-0.004,0.252l0.004,13.778l3.192-2.184l0.023-10L15.963,15.143z"/> <path fill="%23999999" d="M15.959,15.395l-0.002-0.252l-3.172-1.827l0.104,13.756l3.074,2.1L15.959,15.395z"/> <path fill="%23CC0000" d="M7.561,9.195l0.083,1.171l11.96,6.867l0.143-4.311l-8.753-4.628L7.561,9.195z"/> <polyline fill="%23FF0000" points="24.261,10.364 15.525,6.261 11.555,7.322 7.561,9.195 10.995,8.293 19.748,12.922 24.261,10.364 "/> </svg> ');
}
.red.icon-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF0000" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%23CC0000" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.red.icon-cogs{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M18.811,17.136c0,0.003-0.003,0.008-0.008,0.017l4.21,2.406c0-0.006,0.001-0.01,0.004-0.012l-0.012-0.029 l0.021,0.012c0.007-0.022,0.012-0.035,0.015-0.037l0.245-0.371c0.08-0.119,0.163-0.235,0.249-0.348 c0.055-0.075,0.111-0.147,0.168-0.218c0.08-0.108,0.184-0.235,0.311-0.382c0.03-0.039,0.064-0.077,0.1-0.116 c0.008-0.008,0.017-0.018,0.025-0.029l0.292-0.309c0.006-0.006,0.01-0.008,0.012-0.008l-2.993-1.605l-1.257-0.67 c-0.01,0.003-0.017,0.01-0.021,0.021l-0.274,0.274c-0.142,0.147-0.283,0.306-0.421,0.479c-0.116,0.138-0.25,0.313-0.4,0.525 L18.811,17.136"/> <path fill="%23CCCCCC" d="M18.881,23.532l0.004,0.004l3.82,2.568V26.1l0.637-1.806V24.29l-0.5-0.324l-1.253,0.749h-0.004l-2.555-1.69 l-0.158,0.487c-0.003,0.008-0.001,0.014,0.004,0.017C18.877,23.531,18.878,23.532,18.881,23.532"/> <path fill="%23CCCCCC" d="M19.064,19.301c-0.006,0-0.01,0.001-0.012,0.004l-1.435,1.018c-0.017,0.011-0.029,0.022-0.037,0.033 l4.061,2.576c0.003-0.006,0.007-0.011,0.012-0.017c0.017-0.008,0.028-0.015,0.033-0.021l1.433-1.128 c0.003-0.003,0.006-0.006,0.008-0.008L19.064,19.301"/> <path fill="%23CCCCCC" d="M26.787,16.259c0.003-0.003,0.007-0.006,0.012-0.008l-4.227-2.101c-0.008,0.003-0.014,0.007-0.017,0.012 l-0.817,1.78c-0.008,0.017-0.017,0.029-0.025,0.037l4.154,2.207c0.008-0.011,0.018-0.026,0.029-0.046L26.787,16.259z"/> <path fill="%23676767" d="M26.833,16.238c-0.017,0.003-0.028,0.007-0.033,0.012c-0.006,0.003-0.01,0.006-0.012,0.008l-0.89,1.881 c-0.011,0.019-0.021,0.035-0.029,0.046c-0.006,0.006-0.011,0.01-0.017,0.012l-0.166,0.083c-0.022,0.014-0.044,0.028-0.066,0.041 c-0.126,0.075-0.25,0.16-0.371,0.255l-0.054,0.046c-0.008,0.003-0.014,0.006-0.017,0.008l-0.008-0.004v-0.004l-0.711-0.896 l-0.017-0.017c-0.003,0-0.007,0.003-0.012,0.008l-0.292,0.309c-0.008,0.011-0.017,0.021-0.025,0.029 c-0.036,0.039-0.069,0.077-0.1,0.116c-0.127,0.147-0.231,0.274-0.311,0.382c-0.057,0.071-0.113,0.143-0.168,0.218 c-0.086,0.113-0.169,0.23-0.249,0.348l-0.245,0.371c-0.003,0.003-0.008,0.015-0.015,0.037c-0.003,0.003-0.006,0.008-0.008,0.017 c-0.003,0.003-0.004,0.007-0.004,0.012l-4.21-2.406l0.604,1.174c0.008,0.017,0.014,0.029,0.017,0.037l4.111,2.406 c-0.003,0.006-0.006,0.011-0.008,0.017c-0.094,0.188-0.183,0.391-0.265,0.608c-0.03,0.075-0.066,0.176-0.108,0.303 c-0.011,0.028-0.019,0.048-0.025,0.062c-0.003,0.003-0.006,0.006-0.008,0.008l-1.433,1.128c-0.006,0.006-0.017,0.012-0.033,0.021 c-0.006,0.006-0.01,0.011-0.012,0.017c-0.006,0.006-0.008,0.011-0.008,0.017l-0.012,0.071c-0.008,0.048-0.017,0.099-0.025,0.151 c-0.055,0.377-0.077,0.717-0.066,1.018c0.003,0.069,0.008,0.138,0.017,0.205c0.008,0.102,0.021,0.202,0.037,0.299 c0,0.011,0.001,0.018,0.004,0.021h0.004l1.253-0.749l0.183-0.112c0.004-0.003,0.008-0.001,0.01,0.004c0,0.003,0,0.008,0,0.017 l0.008,0.021l0.071,0.129c0.028,0.05,0.064,0.1,0.108,0.149l0.091,0.091c0.017,0.008,0.026,0.017,0.029,0.025v0.004L22.706,26.1 v0.004c0,0.003,0.004,0.004,0.012,0.004l0.149,0.025c0.112,0.017,0.23,0.018,0.355,0.004c0.119-0.011,0.247-0.035,0.386-0.071 l0.292-0.1c0.006-0.003,0.011-0.006,0.017-0.008c0.008-0.011,0.017-0.026,0.025-0.046l0.823-1.719c0-0.003,0.003-0.004,0.008-0.004 c0.008-0.008,0.024-0.019,0.046-0.033l0.058-0.037c0.12-0.077,0.241-0.163,0.363-0.257c0.033-0.03,0.066-0.059,0.1-0.087l0.054-0.05 c0.014-0.01,0.022-0.015,0.025-0.015h0.004l0.575,0.595c0.006,0.006,0.014,0.018,0.025,0.037l0.004,0.004 c0.003,0.003,0.007,0.006,0.012,0.008c0.006,0,0.011-0.003,0.017-0.008c0.153-0.171,0.294-0.339,0.421-0.502 c0.257-0.319,0.514-0.689,0.769-1.108l-0.355-0.996c-0.003-0.006,0.002-0.018,0.015-0.037l0.058-0.116 c0.105-0.224,0.195-0.439,0.27-0.645c0.011-0.036,0.019-0.059,0.025-0.071c0.003-0.006,0.008-0.012,0.017-0.021 c0.008-0.011,0.021-0.025,0.037-0.041l1.103-0.906c0.028-0.022,0.046-0.037,0.054-0.046c0.003-0.003,0.007-0.006,0.012-0.01 c0.006-0.014,0.011-0.032,0.017-0.054c0.05-0.221,0.09-0.42,0.12-0.595c0.03-0.188,0.051-0.373,0.062-0.556l0.008-0.454 l-0.004-0.017v-0.017l-0.025,0.017l-1.17,0.645c-0.003,0.003-0.006,0.004-0.008,0.004h-0.004c-0.006-0.006-0.008-0.019-0.008-0.041 l-0.017-0.054c-0.047-0.14-0.105-0.256-0.174-0.351l-0.041-0.054c0.006-0.022,0.008-0.035,0.008-0.037l0.265-0.724l0.413-1.137 v-0.004l-0.253-0.124c-0.209-0.077-0.44-0.104-0.695-0.079L26.833,16.238"/> <path fill="%23676767" d="M25.493,19.272c0.041-0.03,0.082-0.056,0.122-0.077l0.382-0.141c0-0.003,0.001-0.004,0.004-0.004 c0.083-0.017,0.165-0.022,0.245-0.017h0.002c0.148,0.018,0.258,0.061,0.332,0.129l0.062,0.06c0.061,0.064,0.111,0.147,0.149,0.249 c0.011,0.036,0.022,0.073,0.033,0.112l0.025,0.12l0.017,0.454c-0.004,0.008-0.005,0.016-0.004,0.025 c-0.003,0.008-0.004,0.017-0.004,0.025l-0.046,0.309c-0.003,0.022-0.007,0.046-0.012,0.071c-0.008,0.036-0.018,0.073-0.029,0.112 l-0.299,0.803c-0.019,0.039-0.039,0.077-0.058,0.116c-0.086,0.167-0.176,0.326-0.272,0.475c-0.177,0.267-0.371,0.508-0.583,0.724 c-0.252,0.25-0.487,0.431-0.707,0.541c-0.091,0.047-0.18,0.082-0.265,0.104c-0.105,0.025-0.207,0.033-0.305,0.025 c-0.26-0.019-0.441-0.165-0.543-0.438c0-0.003-0.001-0.006-0.004-0.008c-0.014-0.041-0.026-0.084-0.037-0.129 c-0.039-0.197-0.048-0.395-0.027-0.595v-0.004c0.043-0.444,0.19-0.911,0.442-1.402c0.003-0.003,0.004-0.006,0.004-0.008 c0.102-0.199,0.212-0.385,0.33-0.558c0.16-0.238,0.335-0.451,0.525-0.641c0.028-0.03,0.057-0.058,0.087-0.083 c0.066-0.066,0.133-0.126,0.199-0.178L25.493,19.272z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.1806" y1="12.372" x2="24.3347" y2="14.2179" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.615,19.196c-0.04,0.021-0.081,0.046-0.122,0.077l-0.236,0.17 c-0.066,0.053-0.133,0.112-0.199,0.178c-0.03,0.025-0.059,0.053-0.087,0.083c-0.189,0.189-0.364,0.403-0.525,0.641 c-0.118,0.173-0.227,0.359-0.33,0.558c0,0.003-0.001,0.006-0.004,0.008c-0.252,0.491-0.399,0.958-0.442,1.402v0.004 c-0.021,0.2-0.012,0.398,0.027,0.595c0.011,0.044,0.024,0.087,0.037,0.129c0.003,0.003,0.004,0.006,0.004,0.008 c0.102,0.272,0.283,0.418,0.543,0.438c0.098,0.008,0.2,0,0.305-0.025c0.086-0.022,0.174-0.057,0.265-0.104 c0.22-0.111,0.456-0.291,0.707-0.541c0.212-0.216,0.406-0.457,0.583-0.724c0.095-0.149,0.186-0.308,0.272-0.475 c0.019-0.039,0.039-0.077,0.058-0.116l0.299-0.803c0.011-0.039,0.021-0.076,0.029-0.112c0.006-0.025,0.01-0.048,0.012-0.071 l0.046-0.309c0-0.008,0.001-0.017,0.004-0.025c-0.001-0.009,0-0.017,0.004-0.025l-0.017-0.454l-0.025-0.12 c-0.011-0.039-0.022-0.076-0.033-0.112c-0.039-0.102-0.088-0.185-0.149-0.249l-0.062-0.06c-0.074-0.067-0.184-0.11-0.332-0.129 h-0.002c-0.08-0.006-0.162,0-0.245,0.017c-0.003,0-0.004,0.001-0.004,0.004L25.615,19.196z"/> <path fill="%23999999" d="M25.423,23.711h-0.004c-0.003,0-0.011,0.005-0.025,0.015l-0.054,0.05c-0.033,0.028-0.066,0.057-0.1,0.087 l0.786,0.485l-0.004-0.004c-0.011-0.019-0.019-0.032-0.025-0.037L25.423,23.711"/> <path fill="%23999999" d="M23.222,24.173c-0.044-0.05-0.08-0.1-0.108-0.149l-0.071-0.129l-0.008-0.021c0-0.008,0-0.014,0-0.017 c-0.003-0.006-0.006-0.007-0.01-0.004l-0.183,0.112l0.5,0.324c-0.003-0.008-0.012-0.017-0.029-0.025L23.222,24.173"/> <path fill="%23999999" d="M17.562,20.444c-0.053,0.405-0.062,0.783-0.029,1.132c0.004,0.042,0.029,0.446,0.091,0.508h0.004l1.402,0.94 l2.555,1.69c-0.003-0.003-0.004-0.01-0.004-0.021c-0.017-0.097-0.029-0.196-0.037-0.299c-0.008-0.068-0.014-0.136-0.017-0.205 c-0.011-0.301,0.011-0.641,0.066-1.018c0.008-0.053,0.017-0.103,0.025-0.151l0.012-0.071c0-0.006,0.003-0.011,0.008-0.017 l-4.061-2.576c-0.006,0.006-0.008,0.011-0.008,0.017L17.562,20.444"/> <path fill="%23999999" d="M19.072,19.277c-0.003,0.008-0.006,0.017-0.008,0.025l4.063,2.458c0.006-0.014,0.014-0.035,0.025-0.062 c0.041-0.127,0.077-0.228,0.108-0.303c0.083-0.217,0.171-0.42,0.265-0.608c0.003-0.006,0.006-0.011,0.008-0.017l-4.111-2.406 c0,0.006-0.001,0.01-0.004,0.012c-0.091,0.189-0.173,0.381-0.245,0.575l-0.093,0.288C19.077,19.248,19.075,19.26,19.072,19.277"/> <path fill="%23999999" d="M21.527,16.064c-0.028,0.014-0.054,0.028-0.079,0.041l2.993,1.605l0.017,0.017l0.711,0.896l0.008,0.008 c0.003-0.003,0.008-0.006,0.017-0.008l0.054-0.046c0.122-0.095,0.245-0.18,0.371-0.255c0.022-0.014,0.044-0.028,0.066-0.041 l0.166-0.083c0.006-0.003,0.011-0.007,0.017-0.012l-4.154-2.207c-0.008,0.006-0.015,0.01-0.021,0.012L21.527,16.064"/> <path fill="%23999999" d="M23.726,14.357l-0.077-0.041c-0.047-0.028-0.1-0.053-0.158-0.075c-0.224-0.083-0.469-0.12-0.736-0.112 l-0.153,0.012c-0.014,0-0.024,0.003-0.029,0.008l4.227,2.101c0.006-0.006,0.017-0.01,0.033-0.012l0.143-0.021 c0.254-0.025,0.486,0.001,0.695,0.079l-3.912-1.918c0-0.003-0.004-0.007-0.012-0.012C23.736,14.363,23.729,14.36,23.726,14.357z"/> <path fill="%23990000" d="M26.833,8.701c-0.014,0.003-0.023,0.006-0.027,0.01c-0.006,0.003-0.009,0.006-0.01,0.008l-0.624,1.597 c-0.008,0.017-0.016,0.029-0.023,0.037c-0.003,0.006-0.007,0.009-0.012,0.01l-0.133,0.071c-0.019,0.012-0.038,0.024-0.056,0.035 c-0.101,0.064-0.2,0.136-0.299,0.218l-0.041,0.039c-0.007,0.001-0.012,0.003-0.015,0.006l-0.006-0.004v-0.002l-0.666-0.763 l-0.015-0.012c-0.003,0-0.006,0.002-0.01,0.006l-0.228,0.263c-0.006,0.01-0.012,0.018-0.019,0.025 c-0.028,0.033-0.053,0.066-0.077,0.097c-0.098,0.124-0.177,0.232-0.236,0.324c-0.044,0.061-0.087,0.123-0.129,0.187 c-0.065,0.095-0.128,0.194-0.189,0.295l-0.18,0.315c-0.001,0.003-0.005,0.013-0.01,0.031c-0.003,0.003-0.005,0.008-0.006,0.015 c-0.003,0.003-0.004,0.006-0.004,0.01l-3.739-2.043l0.595,0.998c0.008,0.014,0.013,0.024,0.015,0.031l3.657,2.043 c-0.001,0.006-0.003,0.01-0.006,0.015c-0.066,0.159-0.127,0.331-0.183,0.516c-0.021,0.062-0.044,0.147-0.071,0.255 c-0.008,0.024-0.014,0.041-0.017,0.054c-0.003,0.001-0.006,0.003-0.008,0.006l-1.139,0.958c-0.004,0.004-0.012,0.01-0.025,0.019 c-0.006,0.004-0.009,0.008-0.01,0.012c-0.006,0.006-0.008,0.01-0.006,0.015l-0.006,0.06c-0.003,0.041-0.006,0.085-0.01,0.131 c-0.021,0.319-0.016,0.607,0.015,0.863c0.007,0.058,0.017,0.116,0.029,0.174c0.014,0.087,0.031,0.171,0.052,0.253 c0,0.01,0.001,0.016,0.004,0.019h0.002l1.014-0.637l0.147-0.093c0.004-0.003,0.008-0.002,0.01,0.002c0,0.003,0,0.008,0,0.015 l0.008,0.019l0.068,0.108c0.028,0.043,0.062,0.085,0.102,0.127l0.083,0.077c0.015,0.007,0.024,0.014,0.027,0.021v0.004l-0.417,1.535 l0.002,0.004c0,0.001,0.003,0.002,0.01,0.002l0.129,0.021c0.097,0.015,0.198,0.017,0.303,0.004c0.1-0.01,0.206-0.03,0.319-0.06 l0.243-0.083c0.006-0.003,0.01-0.006,0.015-0.008c0.006-0.008,0.011-0.021,0.017-0.037l0.581-1.46c0-0.003,0.002-0.004,0.006-0.004 c0.008-0.007,0.021-0.017,0.037-0.029l0.048-0.031c0.097-0.065,0.194-0.138,0.29-0.218c0.026-0.025,0.052-0.049,0.077-0.073 l0.044-0.044c0.011-0.008,0.017-0.012,0.019-0.012h0.004l0.529,0.504c0.006,0.006,0.014,0.016,0.025,0.031l0.002,0.004 c0.003,0.003,0.006,0.006,0.01,0.008c0.006,0,0.01-0.003,0.015-0.008c0.12-0.145,0.229-0.287,0.326-0.425 c0.195-0.271,0.387-0.584,0.577-0.94l-0.371-0.846c-0.004-0.004-0.001-0.015,0.01-0.031l0.039-0.1 c0.075-0.189,0.137-0.372,0.187-0.548c0.006-0.03,0.011-0.05,0.017-0.06c0-0.004,0.003-0.01,0.01-0.017 c0.007-0.01,0.017-0.021,0.031-0.035l0.875-0.769c0.021-0.018,0.035-0.03,0.041-0.037c0.001-0.003,0.005-0.006,0.01-0.01 c0.003-0.012,0.006-0.028,0.008-0.046c0.028-0.188,0.048-0.357,0.062-0.506c0.012-0.159,0.017-0.316,0.015-0.471l-0.025-0.386 l-0.004-0.015l-0.002-0.015l-0.021,0.015l-0.95,0.548c0,0.003-0.001,0.004-0.004,0.004h-0.004c-0.006-0.004-0.009-0.016-0.01-0.035 l-0.019-0.046c-0.05-0.119-0.106-0.218-0.17-0.299L27.32,10.47c0.004-0.018,0.006-0.028,0.006-0.031l0.174-0.614l0.272-0.966V8.857 L27.55,8.751c-0.184-0.066-0.382-0.088-0.595-0.066L26.833,8.701"/> <path fill="%23990000" d="M27.127,12.071l-0.017,0.263c-0.001,0.018-0.003,0.038-0.006,0.06c-0.004,0.03-0.01,0.062-0.017,0.093 l-0.197,0.682c-0.014,0.032-0.028,0.064-0.044,0.097c-0.059,0.142-0.125,0.277-0.197,0.404c-0.131,0.227-0.28,0.431-0.446,0.614 c-0.195,0.213-0.382,0.366-0.562,0.46c-0.073,0.039-0.146,0.068-0.218,0.087c-0.087,0.021-0.173,0.028-0.257,0.021 c-0.221-0.017-0.385-0.14-0.492-0.371c0-0.003-0.001-0.006-0.002-0.008c-0.015-0.035-0.03-0.071-0.044-0.108 c-0.021-0.075-0.037-0.154-0.05-0.239c-0.011-0.084-0.015-0.174-0.012-0.268v-0.004c0.006-0.376,0.098-0.772,0.278-1.188 c0.001-0.003,0.002-0.006,0.002-0.008c0.073-0.169,0.154-0.326,0.243-0.473c0.119-0.202,0.253-0.384,0.402-0.545 c0.021-0.025,0.043-0.048,0.066-0.068c0.053-0.057,0.104-0.107,0.156-0.151l0.191-0.145c0.032-0.025,0.065-0.047,0.1-0.066 l0.311-0.118c0-0.003,0.001-0.004,0.004-0.004c0.069-0.014,0.138-0.019,0.207-0.015h0.004c0.12,0.012,0.216,0.049,0.288,0.11 l0.056,0.052c0.057,0.054,0.104,0.124,0.143,0.212c0.012,0.03,0.025,0.062,0.037,0.093l0.029,0.102l0.046,0.388 c-0.005,0.007-0.005,0.013-0.002,0.021C27.127,12.058,27.126,12.064,27.127,12.071z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="26.6856" y1="20.8097" x2="24.9932" y2="22.3745" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M27.111,12.335l0.017-0.263c-0.001-0.007-0.001-0.014,0.002-0.021 c-0.003-0.007-0.003-0.014,0.002-0.021l-0.046-0.388l-0.029-0.102c-0.012-0.032-0.025-0.063-0.037-0.093 c-0.039-0.087-0.086-0.158-0.143-0.212l-0.056-0.052c-0.072-0.061-0.168-0.098-0.288-0.11h-0.004 c-0.069-0.004-0.138,0.001-0.207,0.015c-0.003,0-0.004,0.001-0.004,0.004l-0.311,0.118c-0.035,0.019-0.068,0.041-0.1,0.066 l-0.191,0.145c-0.051,0.044-0.103,0.095-0.156,0.151c-0.024,0.021-0.046,0.044-0.066,0.068c-0.149,0.162-0.283,0.344-0.402,0.545 c-0.088,0.147-0.169,0.304-0.243,0.473c0,0.003-0.001,0.006-0.002,0.008c-0.18,0.416-0.272,0.812-0.278,1.188v0.004 c-0.003,0.094,0.001,0.183,0.012,0.268c0.012,0.084,0.029,0.164,0.05,0.239c0.014,0.037,0.028,0.073,0.044,0.108 c0.001,0.003,0.002,0.006,0.002,0.008c0.106,0.231,0.27,0.355,0.492,0.371c0.084,0.007,0.17,0,0.257-0.021 c0.072-0.019,0.144-0.048,0.218-0.087c0.18-0.094,0.367-0.248,0.562-0.46c0.166-0.183,0.315-0.387,0.446-0.614 c0.072-0.127,0.138-0.262,0.197-0.404c0.015-0.033,0.03-0.066,0.044-0.097l0.197-0.682c0.007-0.032,0.012-0.063,0.017-0.093 C27.107,12.373,27.109,12.353,27.111,12.335z"/> <path fill="%23FF0000" d="M21.14,8.021c-0.003,0-0.005,0.001-0.006,0.002c-0.003,0.003-0.006,0.008-0.008,0.015L20.911,8.27 c-0.112,0.124-0.221,0.26-0.326,0.407c-0.088,0.118-0.19,0.266-0.305,0.446l-0.197,0.34c0.001,0.003-0.001,0.008-0.006,0.015 l3.739,2.043c0-0.004,0.001-0.008,0.004-0.01l-0.012-0.025l0.019,0.01c0.006-0.018,0.009-0.028,0.01-0.031l0.18-0.315 c0.061-0.101,0.124-0.199,0.189-0.295c0.041-0.064,0.084-0.126,0.129-0.187c0.059-0.091,0.138-0.199,0.236-0.324 c0.024-0.032,0.049-0.064,0.077-0.097c0.007-0.007,0.013-0.015,0.019-0.025l0.228-0.263c0.004-0.004,0.008-0.006,0.01-0.006 l-2.653-1.363L21.14,8.021 M24.425,15.539v-0.004l-0.446-0.274l-1.014,0.637h-0.002l-2.286-1.435l-0.102,0.413 c0,0.007,0.002,0.012,0.006,0.015c0,0.003,0.001,0.004,0.004,0.004l0.002,0.002l3.422,2.182l-0.002-0.004L24.425,15.539 M24.06,13.395c0.003-0.003,0.006-0.005,0.008-0.006l-3.621-2.086c-0.004,0-0.007,0.001-0.008,0.004l-1.149,0.863 c-0.012,0.01-0.022,0.019-0.029,0.029l3.625,2.186c0.001-0.004,0.005-0.008,0.01-0.012c0.012-0.008,0.021-0.015,0.025-0.019 L24.06,13.395 M28.517,10.344l0.021-0.015l-1.037-0.504l-0.174,0.614c0,0.003-0.002,0.013-0.006,0.031l0.039,0.046 c0.064,0.08,0.12,0.18,0.17,0.299l0.019,0.046c0.001,0.019,0.005,0.031,0.01,0.035h0.004c0.003,0,0.004-0.001,0.004-0.004 L28.517,10.344 M23.073,6.928c-0.007,0.003-0.011,0.006-0.012,0.01l-0.572,1.51c-0.006,0.014-0.012,0.024-0.019,0.031l3.679,1.875 c0.007-0.008,0.015-0.021,0.023-0.037l0.624-1.597c0.001-0.003,0.005-0.006,0.01-0.008L23.073,6.928z"/> <path fill="%23CC0000" d="M22.318,8.554c-0.022,0.012-0.044,0.024-0.064,0.035l2.653,1.363l0.015,0.012l0.666,0.763l0.006,0.006 c0.003-0.003,0.008-0.005,0.015-0.006l0.041-0.039c0.098-0.082,0.198-0.154,0.299-0.218c0.018-0.011,0.037-0.023,0.056-0.035 l0.133-0.071c0.006-0.001,0.01-0.005,0.012-0.01l-3.679-1.875c-0.007,0.006-0.012,0.01-0.017,0.012L22.318,8.554"/> <path fill="%23CC0000" d="M26.128,15.058l-0.044,0.044c-0.025,0.024-0.05,0.048-0.077,0.073l0.699,0.411l-0.002-0.004 c-0.011-0.015-0.019-0.026-0.025-0.031l-0.529-0.504h-0.004C26.145,15.046,26.139,15.05,26.128,15.058"/> <path fill="%23CC0000" d="M19.252,12.271c-0.015,0.344,0.003,0.665,0.054,0.962c0.029,0.155,0.064,0.293,0.104,0.415 c0.003,0.01,0.006,0.015,0.008,0.017h0.004l1.255,0.799l2.286,1.435c-0.003-0.003-0.004-0.009-0.004-0.019 c-0.021-0.082-0.038-0.166-0.052-0.253c-0.012-0.058-0.022-0.116-0.029-0.174c-0.03-0.256-0.035-0.543-0.015-0.863 c0.004-0.046,0.008-0.089,0.01-0.131l0.006-0.06c-0.001-0.004,0.001-0.009,0.006-0.015l-3.625-2.186 c-0.004,0.004-0.006,0.009-0.006,0.015L19.252,12.271"/> <path fill="%23CC0000" d="M24.126,15.168l-0.147,0.093l0.446,0.274c-0.003-0.007-0.012-0.014-0.027-0.021l-0.083-0.077 c-0.04-0.041-0.074-0.084-0.102-0.127l-0.068-0.108l-0.008-0.019c0-0.007,0-0.012,0-0.015C24.134,15.166,24.13,15.165,24.126,15.168 "/> <path fill="%23CC0000" d="M24.338,12.563c0.003-0.004,0.005-0.009,0.006-0.015l-3.657-2.043c0.001,0.004,0.001,0.008,0,0.01 c-0.065,0.162-0.121,0.324-0.168,0.487l-0.062,0.247c-0.001,0.007-0.003,0.017-0.004,0.031c-0.001,0.007-0.003,0.014-0.006,0.021 l3.621,2.086c0.003-0.012,0.008-0.03,0.017-0.054c0.026-0.108,0.05-0.193,0.071-0.255C24.211,12.894,24.271,12.722,24.338,12.563"/> <path fill="%23CC0000" d="M23.098,6.922c-0.012,0-0.021,0.002-0.025,0.006l3.733,1.784c0.004-0.004,0.013-0.008,0.027-0.01 l0.122-0.017c0.213-0.022,0.411,0,0.595,0.066l-3.453-1.63c0-0.001-0.004-0.005-0.012-0.01c-0.01-0.001-0.016-0.003-0.019-0.006 l-0.068-0.035c-0.043-0.024-0.089-0.044-0.139-0.062c-0.195-0.071-0.406-0.102-0.633-0.095L23.098,6.922z"/> <path fill="%23990000" d="M10.666,15.278c-0.09-0.122-0.182-0.241-0.276-0.357c-0.13-0.174-0.297-0.38-0.502-0.616 c-0.05-0.064-0.104-0.127-0.162-0.189c-0.014-0.014-0.027-0.03-0.039-0.048L9.21,13.567c-0.008-0.01-0.015-0.015-0.021-0.015 l-0.027,0.027l-1.153,1.456v0.006L7.997,15.05c-0.004-0.006-0.013-0.01-0.027-0.015l-0.087-0.073 c-0.196-0.158-0.398-0.297-0.604-0.417c-0.036-0.022-0.072-0.044-0.108-0.066l-0.268-0.135c-0.01-0.004-0.019-0.011-0.027-0.021 c-0.014-0.018-0.03-0.042-0.048-0.073l-1.441-3.053c-0.004-0.004-0.011-0.008-0.021-0.012c-0.008-0.008-0.026-0.015-0.054-0.021 l-0.234-0.033c-0.411-0.04-0.786,0.003-1.126,0.129l-0.409,0.201v0.006l1.099,3.018c0,0.004,0.004,0.024,0.012,0.06l-0.066,0.087 c-0.112,0.152-0.206,0.342-0.282,0.57L4.28,15.29c0,0.036-0.004,0.058-0.012,0.066H4.261c-0.006,0-0.01-0.002-0.015-0.006 l-1.898-1.045L2.31,14.278v0.027l-0.008,0.027l0.015,0.736c0.018,0.296,0.051,0.596,0.1,0.9c0.05,0.286,0.115,0.608,0.195,0.964 c0.01,0.036,0.019,0.065,0.027,0.087c0.01,0.01,0.017,0.017,0.021,0.021c0.014,0.014,0.043,0.039,0.087,0.075l1.79,1.468 c0.028,0.026,0.048,0.048,0.06,0.066c0.014,0.014,0.023,0.025,0.027,0.033c0.01,0.018,0.024,0.056,0.041,0.114 c0.12,0.336,0.265,0.685,0.436,1.047l0.093,0.187c0.022,0.032,0.031,0.052,0.027,0.06l-0.577,1.618 c0.416,0.679,0.832,1.278,1.246,1.796c0.206,0.264,0.434,0.535,0.684,0.813c0.01,0.008,0.019,0.012,0.027,0.012 c0.01-0.004,0.017-0.008,0.021-0.012l0.006-0.008c0.018-0.03,0.032-0.05,0.041-0.06l0.91-0.94L7.6,23.286h0.006 c0.004,0,0.018,0.008,0.041,0.025l0.087,0.081c0.053,0.046,0.106,0.093,0.16,0.141c0.198,0.152,0.395,0.291,0.591,0.417l0.093,0.06 c0.036,0.022,0.061,0.04,0.075,0.054c0.008,0,0.012,0.002,0.012,0.006l1.336,2.79c0.012,0.032,0.026,0.057,0.039,0.075 c0.01,0.004,0.019,0.008,0.027,0.012l0.477,0.162c0.223,0.058,0.43,0.096,0.622,0.114c0.202,0.022,0.394,0.019,0.577-0.008 l0.243-0.039c0.014,0,0.021-0.002,0.021-0.006v-0.006l-1.033-2.933v-0.006c0.004-0.012,0.019-0.026,0.046-0.039l0.147-0.147 c0.072-0.08,0.13-0.161,0.174-0.243l0.114-0.207l0.015-0.033c0-0.014,0-0.023,0-0.027c0.004-0.01,0.011-0.012,0.021-0.006 l2.327,1.394h0.006c0.004-0.004,0.006-0.015,0.006-0.033c0.028-0.156,0.048-0.317,0.06-0.483c0.014-0.112,0.023-0.223,0.027-0.334 c0.018-0.488-0.018-1.038-0.108-1.651c-0.012-0.084-0.026-0.167-0.039-0.247l-0.021-0.114c0-0.01-0.004-0.019-0.012-0.027 c-0.004-0.01-0.011-0.019-0.021-0.027c-0.026-0.014-0.044-0.025-0.054-0.033l-2.327-1.831c-0.004-0.006-0.008-0.01-0.012-0.015 c-0.01-0.022-0.024-0.055-0.041-0.1c-0.066-0.206-0.124-0.369-0.174-0.489c-0.134-0.354-0.277-0.683-0.429-0.987 c-0.004-0.008-0.008-0.017-0.012-0.027l0.85-1.958c-0.004-0.014-0.008-0.023-0.012-0.027c-0.004-0.012-0.008-0.021-0.012-0.027 c-0.014-0.036-0.023-0.056-0.027-0.06l-0.396-0.604C10.938,15.648,10.804,15.46,10.666,15.278 M6.661,15.726 c0.006,0,0.008,0.002,0.008,0.006l0.616,0.228c0.068,0.036,0.135,0.079,0.201,0.129l0.382,0.274 c0.108,0.086,0.216,0.182,0.324,0.288c0.048,0.041,0.095,0.086,0.139,0.135c0.31,0.308,0.594,0.655,0.852,1.039 c0.192,0.282,0.371,0.584,0.537,0.906c0,0.004,0.002,0.008,0.006,0.012c0.407,0.796,0.646,1.555,0.718,2.275v0.006 c0.018,0.178,0.023,0.348,0.015,0.51c-0.01,0.16-0.03,0.312-0.062,0.454c-0.017,0.072-0.037,0.142-0.06,0.209 c-0.004,0.004-0.006,0.008-0.006,0.012c-0.166,0.442-0.458,0.68-0.877,0.711c-0.162,0.014-0.328,0.001-0.498-0.039 c-0.138-0.036-0.281-0.092-0.429-0.168c-0.357-0.18-0.739-0.473-1.147-0.879c-0.344-0.348-0.66-0.74-0.946-1.174 c-0.156-0.241-0.304-0.498-0.442-0.772c-0.032-0.062-0.063-0.124-0.093-0.187l-0.483-1.302c-0.018-0.062-0.034-0.122-0.048-0.18 c-0.008-0.04-0.015-0.078-0.019-0.114l-0.075-0.502c0-0.014-0.002-0.028-0.006-0.041c0.002-0.014,0-0.027-0.008-0.039l0.027-0.738 l0.041-0.195c0.018-0.062,0.036-0.122,0.054-0.18c0.062-0.166,0.142-0.3,0.241-0.402l0.102-0.1c0.152-0.136,0.33-0.206,0.535-0.209 h0.008C6.395,15.691,6.527,15.7,6.661,15.726z"/> <path fill="%23990000" d="M6.669,24.25c-0.01,0.01-0.024,0.03-0.041,0.06l-0.006,0.008l1.273-0.786 c-0.054-0.048-0.107-0.095-0.16-0.141l-0.087-0.081c-0.024-0.017-0.037-0.025-0.041-0.025H7.6L7.58,23.311L6.669,24.25"/> <path fill="%23990000" d="M11.516,16.558l-0.85,1.958l6.666-3.903c0.004-0.012,0.013-0.032,0.027-0.06l0.979-1.904L11.516,16.558"/> <path fill="%23990000" d="M13.737,22.025c0.008,0.008,0.012,0.017,0.012,0.027l0.021,0.114c0.014,0.08,0.027,0.162,0.039,0.247 c0.09,0.613,0.126,1.163,0.108,1.651c-0.004,0.111-0.013,0.222-0.027,0.334c-0.012,0.166-0.032,0.327-0.06,0.483 c0,0.018-0.002,0.029-0.006,0.033l4.144-2.742l2.273-1.522h0.008c0.004-0.006,0.008-0.017,0.012-0.033 c0.058-0.234,0.103-0.498,0.135-0.792c0.054-0.568,0.038-1.181-0.048-1.838l-0.012-0.114c0-0.008-0.005-0.017-0.015-0.027 L13.737,22.025"/> <path fill="%23990000" d="M11.491,23.52c-0.01-0.006-0.017-0.003-0.021,0.006c0,0.004,0,0.013,0,0.027l-0.015,0.033l-0.114,0.207 c-0.044,0.082-0.102,0.162-0.174,0.243l-0.147,0.147c-0.026,0.014-0.041,0.027-0.046,0.039l0.811-0.523L11.491,23.52z"/> <path fill="%23FF0000" d="M4.261,15.357h0.006c0.008-0.008,0.012-0.03,0.012-0.066l0.027-0.087c0.076-0.228,0.17-0.418,0.282-0.57 l0.066-0.087c-0.008-0.036-0.012-0.056-0.012-0.06l-0.429-1.174L2.31,14.278l0.039,0.027l1.898,1.045 C4.251,15.355,4.256,15.357,4.261,15.357"/> <path fill="%23FF0000" d="M13.65,10.763c-0.01-0.004-0.021-0.01-0.033-0.019l-6.741,3.58c0.008,0.01,0.017,0.017,0.027,0.021 l0.268,0.135c0.036,0.022,0.072,0.044,0.108,0.066c0.206,0.12,0.407,0.259,0.604,0.417l0.087,0.073 c0.014,0.004,0.023,0.009,0.027,0.015l1.166-1.47l0.027-0.027l4.857-2.601c-0.041-0.022-0.084-0.045-0.129-0.068L13.65,10.763"/> <path fill="%23FF0000" d="M10.317,8.127c-0.014,0.01-0.021,0.017-0.021,0.021L3.952,11.26c0.34-0.126,0.716-0.169,1.126-0.129 l0.234,0.033c0.028,0.006,0.046,0.012,0.054,0.021l6.855-3.408c-0.008-0.008-0.024-0.012-0.048-0.012l-0.247-0.021 c-0.434-0.014-0.832,0.046-1.195,0.18c-0.094,0.036-0.179,0.077-0.255,0.122l-0.127,0.066C10.346,8.118,10.335,8.122,10.317,8.127" /> <path fill="%23FF0000" d="M11.323,20.119c0.004,0.004,0.008,0.009,0.012,0.015l2.327,1.831c0.01,0.008,0.028,0.019,0.054,0.033 c0.01,0.008,0.017,0.017,0.021,0.027l6.585-4.179c-0.012-0.018-0.032-0.036-0.06-0.054l-2.327-1.649 c-0.004-0.006-0.011-0.008-0.021-0.008L11.323,20.119z"/> <path fill="%23CC0000" d="M10.975,24.223v0.006l1.033,2.933v0.006l6.203-4.171c0.004,0,0.006-0.003,0.006-0.008 c0.008-0.004,0.01-0.013,0.006-0.027l-0.255-0.79l-4.144,2.742h-0.006L11.786,23.7L10.975,24.223"/> <path fill="%23CC0000" d="M10.666,18.515c0.004,0.01,0.008,0.019,0.012,0.027c0.152,0.304,0.295,0.633,0.429,0.987 c0.05,0.12,0.108,0.283,0.174,0.489c0.018,0.044,0.032,0.077,0.041,0.1l6.591-3.984c-0.004-0.012-0.008-0.026-0.012-0.039 c-0.004-0.026-0.009-0.046-0.015-0.06l-0.153-0.469c-0.116-0.314-0.248-0.625-0.396-0.933c-0.004-0.004-0.006-0.011-0.006-0.021 L10.666,18.515"/> <path fill="%23CC0000" d="M16.098,9.871c-0.004-0.004-0.008-0.006-0.012-0.006l-2.039,1.087l-4.857,2.601 c0.006,0,0.012,0.005,0.021,0.015l0.477,0.502c0.012,0.018,0.026,0.034,0.039,0.048c0.058,0.062,0.112,0.125,0.162,0.189 c0.205,0.236,0.372,0.442,0.502,0.616c0.094,0.116,0.186,0.235,0.276,0.357c0.138,0.183,0.272,0.37,0.402,0.562l0.396,0.604 c0.004,0.004,0.013,0.024,0.027,0.06c0.004,0.006,0.008,0.015,0.012,0.027c0.004,0.004,0.008,0.013,0.012,0.027l6.821-3.91 c-0.008-0.014-0.012-0.023-0.012-0.027l-0.429-0.651c-0.246-0.344-0.463-0.628-0.651-0.85c-0.224-0.282-0.452-0.541-0.684-0.778 l-0.442-0.444C16.109,9.884,16.102,9.875,16.098,9.871"/> <path fill="%23CC0000" d="M12.248,7.799c-0.004-0.008-0.013-0.015-0.027-0.021l-6.855,3.408c0.01,0.004,0.017,0.008,0.021,0.012 l1.441,3.053c0.018,0.03,0.034,0.055,0.048,0.073l6.741-3.58c-0.014-0.014-0.028-0.035-0.041-0.062L12.248,7.799z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.3748" y1="13.7542" x2="9.3656" y2="16.7449" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.669,15.732c0-0.004-0.003-0.006-0.008-0.006c-0.134-0.026-0.265-0.035-0.394-0.027H6.258 c-0.205,0.004-0.383,0.074-0.535,0.209l-0.102,0.1c-0.098,0.102-0.178,0.236-0.241,0.402c-0.018,0.058-0.036,0.118-0.054,0.18 l-0.041,0.195l-0.027,0.738c0.008,0.012,0.011,0.025,0.008,0.039c0.004,0.014,0.006,0.028,0.006,0.041l0.075,0.502 c0.004,0.036,0.01,0.074,0.019,0.114c0.014,0.058,0.03,0.118,0.048,0.18l0.483,1.302c0.03,0.062,0.062,0.124,0.093,0.187 c0.138,0.274,0.286,0.531,0.442,0.772c0.286,0.434,0.601,0.825,0.946,1.174c0.408,0.407,0.79,0.7,1.147,0.879 c0.148,0.076,0.291,0.132,0.429,0.168c0.17,0.04,0.336,0.053,0.498,0.039c0.419-0.032,0.711-0.269,0.877-0.711 c0-0.004,0.002-0.008,0.006-0.012c0.024-0.068,0.044-0.138,0.06-0.209c0.032-0.142,0.053-0.294,0.062-0.454 c0.008-0.162,0.003-0.332-0.015-0.51v-0.006c-0.072-0.72-0.311-1.479-0.718-2.275c-0.004-0.004-0.006-0.008-0.006-0.012 c-0.166-0.322-0.345-0.624-0.537-0.906C8.924,17.44,8.64,17.094,8.33,16.786c-0.044-0.048-0.091-0.093-0.139-0.135 c-0.108-0.106-0.216-0.203-0.324-0.288l-0.382-0.274c-0.066-0.05-0.133-0.093-0.201-0.129L6.669,15.732z"/> </svg>');
}
.red.icon-check{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="10.924,28.413 11.789,26.634 30.888,23.991 29.88,25.571 "/> <polyline fill="%23676767" points="5.681,13.159 4.626,11.479 19.059,11.051 18.937,11.301 18.945,11.308 18.307,12.634 5.681,13.159 "/> <polyline fill="%23999999" points="18.307,12.634 18.945,11.308 19.067,11.05 27.956,22.594 25.98,22.84 18.307,12.634 "/> <polygon fill="%23999999" points="11.789,26.634 10.924,28.413 1.121,11.861 1.725,10.095 "/> <path fill="%23CCCCCC" d="M1.725,10.095l17.959-0.354l11.204,14.25l-19.099,2.643L1.725,10.095z M27.956,22.594L19.067,11.05 L4.626,11.479l8.171,12.996L27.956,22.594z"/> <polygon fill="%23FF0000" points="19.115,17.44 16.96,16.839 24.901,2.354 27.076,2.908 "/> <polygon fill="%23FF0000" points="11.605,17.129 9.465,16.526 11.381,13.027 13.527,13.618 "/> <polygon fill="%23CC0000" points="20,22.84 17.846,22.223 9.465,16.526 11.605,17.129 "/> <polygon fill="%23990000" points="27.076,2.908 29.85,4.848 20,22.84 11.605,17.129 13.527,13.618 19.115,17.44 "/> </svg> ');
}
.red.icon-version{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M23.67,26.671c0.126-0.058,0.246-0.125,0.361-0.201c0.145-0.085,0.283-0.179,0.415-0.281 c0.82-0.633,1.431-1.525,1.833-2.675c0.321-0.928,0.491-1.98,0.508-3.157c0.036-2.033-0.366-4.151-1.204-6.354l-2.997,1.632 c0.847,2.23,1.271,4.352,1.271,6.368c0,1.186-0.152,2.247-0.455,3.184c-0.241,0.734-0.571,1.363-0.99,1.886 c-0.239,0.309-0.511,0.581-0.816,0.816c-0.062,0.049-0.124,0.093-0.187,0.134L23.67,26.671 M17.088,3.675l-3.063,1.458l0.294,11.652 l2.943-1.538L17.088,3.675z"/> <path fill="%23FF0000" d="M17.262,15.247l-2.943,1.538l8.267-1.15l2.997-1.632L17.262,15.247 M17.088,3.675 c-0.223-0.116-0.464-0.223-0.722-0.321c-1.115-0.437-2.167-0.606-3.157-0.508c-0.496,0.055-0.96,0.175-1.391,0.361 c-0.047,0.025-0.096,0.047-0.147,0.067L8.968,4.531c0.37-0.136,0.763-0.225,1.177-0.268c0.067-0.007,0.134-0.011,0.201-0.013 c0.932-0.058,1.917,0.125,2.956,0.548c0.161,0.062,0.401,0.174,0.722,0.334L17.088,3.675z"/> <path fill="%23CC0000" d="M5.838,8.638c-0.214,0.972-0.29,2.042-0.227,3.211C5.726,13.891,6.243,16,7.162,18.177 c0.865,2.051,1.971,3.911,3.318,5.578c1.579,1.926,3.228,3.322,4.95,4.187c1.07,0.535,2.1,0.829,3.09,0.883 c1.039,0.047,1.953-0.189,2.742-0.709c0.051-0.025,0.1-0.056,0.147-0.094c0.063-0.041,0.125-0.085,0.187-0.134 c0.305-0.235,0.577-0.507,0.816-0.816c0.419-0.523,0.749-1.152,0.99-1.886c0.303-0.936,0.455-1.998,0.455-3.184 c0-2.016-0.424-4.138-1.271-6.368l-8.267,1.15L14.025,5.133c-0.321-0.161-0.562-0.272-0.722-0.334 c-1.039-0.424-2.024-0.607-2.956-0.548c-0.066,0.002-0.133,0.007-0.201,0.013C9.731,4.306,9.338,4.395,8.968,4.531 C8.329,4.777,7.763,5.169,7.269,5.709C6.591,6.467,6.114,7.443,5.838,8.638z"/> </svg>');
}
.red.icon-upgrade{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="16.541,13.651 7.127,18.574 16.536,25.049 25.95,18.574 "/> <polygon fill="%23999999" points="16.536,25.049 7.127,18.574 7.633,22.884 16.536,29.603 "/> <polygon fill="%23676767" points="25.95,18.574 16.536,25.049 16.536,29.603 25.449,22.884 "/> <path fill="%23CC0000" d="M21.177,17.436l2.879-1.699L17.69,2.551l-3.05,1.388L21.177,17.436z"/> <path fill="%23FF0000" d="M14.639,3.939l-5.618,6.091l3.763,2.298l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L14.639,3.939z"/> <path fill="%23990000" d="M16.828,14.79l-0.007,5.565l2.769-1.637l0.044-2.219L16.828,14.79z"/> </svg>');
}
.red.icon-refactor{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="5.336,21.155 9.717,24.464 9.31,18.906 4.699,15.735 5.336,21.155 "/> <polyline fill="%23999999" points="11.871,11.984 11.961,14.041 14.756,15.735 14.796,17.863 16.537,16.811 16.537,14.704 11.871,11.984 "/> <polyline fill="%23999999" points="11.073,20.121 11.263,23.468 11.391,25.726 16.53,29.603 16.53,23.877 11.073,20.121 "/> <polyline fill="%23999999" points="18.307,15.735 18.271,17.865 21.99,20.121 21.802,23.466 23.351,24.464 23.753,18.906 18.307,15.735 "/> <polyline fill="%23676767" points="14.796,17.863 14.756,15.735 9.31,18.906 9.717,24.464 11.263,23.468 11.073,20.121 14.796,17.863 "/> <polyline fill="%23676767" points="21.802,23.466 21.99,20.121 16.53,23.877 16.53,29.603 21.676,25.726 21.802,23.466 "/> <polyline fill="%23676767" points="28.368,15.735 23.753,18.906 23.351,24.464 27.738,21.155 28.368,15.735 "/> <polyline fill="%23676767" points="21.106,14.039 21.197,11.984 16.537,14.704 16.537,16.811 16.537,16.816 18.271,17.865 18.307,15.735 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="11.961,14.041 10.101,12.912 4.699,15.735 9.31,18.906 14.756,15.735 11.961,14.041 "/> <polyline fill="%23CCCCCC" points="16.537,16.816 16.537,16.811 14.796,17.863 11.073,20.121 16.53,23.877 21.99,20.121 18.271,17.865 16.537,16.816 "/> <polyline fill="%23CCCCCC" points="21.106,14.039 18.307,15.735 23.753,18.906 28.368,15.735 22.966,12.912 21.106,14.039 "/> <polyline fill="%23CCCCCC" points="16.537,14.704 21.197,11.984 16.537,9.545 11.871,11.984 16.537,14.704 "/> <polyline fill="%23999999" points="26.645,12.48 18.044,12.48 17.949,19.17 25.997,19.17 26.645,12.48 "/> <polyline fill="%23676767" points="25.341,8.132 25.45,6.782 17.871,6.782 17.799,13.048 17.849,13.048 17.909,8.132 25.341,8.132 "/> <polyline fill="%23CC0000" points="15.108,19.17 15.013,12.48 6.414,12.48 7.061,19.17 15.108,19.17 "/> <polygon fill="%23676767" points="7.613,6.782 7.724,8.132 15.152,8.132 15.214,13.048 15.271,13.048 15.192,6.782 "/> <polyline fill="%23676767" points="17.849,13.048 17.832,14.511 17.949,19.17 18.044,12.48 17.909,8.132 17.849,13.048 "/> <polyline fill="%23676767" points="17.871,6.782 17.765,3.367 17.704,9.336 17.799,13.048 17.871,6.782 "/> <polyline fill="%23990000" points="15.231,14.511 15.214,13.048 15.152,8.132 15.013,12.48 15.108,19.17 15.231,14.511 "/> <polygon fill="%23676767" points="15.304,3.367 15.192,6.782 15.271,13.048 15.37,9.336 "/> <polyline fill="%23CCCCCC" points="25.735,8.132 25.341,8.132 17.909,8.132 18.044,12.48 26.645,12.48 25.735,8.132 "/> <polyline fill="%23CCCCCC" points="25.45,6.782 24.736,3.367 17.765,3.367 17.871,6.782 25.45,6.782 "/> <polyline fill="%23FF0000" points="15.152,8.132 7.724,8.132 7.328,8.132 6.414,12.48 15.013,12.48 15.152,8.132 "/> <polygon fill="%23CCCCCC" points="15.192,6.782 15.304,3.367 8.334,3.367 7.613,6.782 "/> </svg>');
}
.red.icon-hierarchy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M15.342,22.974l6.404,3.896l0.802-0.55l-6.103-3.663C16.284,22.855,15.785,22.914,15.342,22.974z"/> <path fill="%23999999" d="M15.342,22.974c0,0,0.017,0.384,0.023,0.788l6.341,4.028l0.043-1.009"/> <path fill="%23999999" d="M16.097,18.145l-0.942-0.457l0.158,4.059l0.029,1.226l0.812,0.49L16.097,18.145z"/> <path fill="%23676767" d="M16.935,17.556l-0.839,0.589l0.057,5.318l0.758-0.526L16.935,17.556z"/> <path fill="%23CCCCCC" d="M17.398,14.603L16.05,13.97l-1.21,0.823l1.354,0.656L17.398,14.603z"/> <path fill="%23CCCCCC" d="M21.477,19.381l4.522,2.636l0.649-0.446l-4.279-2.447C22.24,19.285,21.835,19.333,21.477,19.381z"/> <path fill="%23999999" d="M21.477,19.381c0,0,0.014,0.311,0.019,0.638l4.471,2.743l0.035-0.817"/> <radialGradient id="SVGID_1_" cx="26.5503" cy="22.2417" r="3.906" fx="28.93" fy="21.1697" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="26.307" cy="22.072" r="2.691"/> <path fill="%23999999" d="M22.088,15.471l-0.763-0.37l0.128,3.287l0.024,0.993l0.658,0.397L22.088,15.471z"/> <path fill="%23676767" d="M22.767,14.994l-0.679,0.477l0.046,4.307l0.614-0.426L22.767,14.994z"/> <path fill="%23CCCCCC" d="M22.547,27.789l-0.76-0.357l-0.682,0.464l0.763,0.37L22.547,27.789z"/> <radialGradient id="SVGID_2_" cx="22.1654" cy="27.056" r="4.7808" fx="25.078" fy="25.7439" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="21.868" cy="26.848" r="3.294"/> <path fill="%23FF0000" d="M6.383,15.266l9.849,6.796V2.665L6.383,15.266z"/> <path fill="%23990000" d="M16.232,22.063l9.772-6.796L16.232,2.665V22.063z"/> </svg> ');
}
.red.icon-parent{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M9.934,17.773l14.138,8.563l1.152-0.791l-13.706-8.229C11.288,17.603,10.57,17.688,9.934,17.773z"/> <path fill="%23999999" d="M9.934,17.773c0,0,0.025,0.552,0.033,1.132l14.048,8.753l0.062-1.45"/> <radialGradient id="SVGID_1_" cx="22.5248" cy="24.6747" r="6.9308" fx="26.7473" fy="22.7725" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="22.094" cy="24.373" r="4.775"/> <path fill="%23999999" d="M11.018,10.836L9.665,10.18l0.227,5.832l0.042,1.762l1.167,0.704L11.018,10.836z"/> <path fill="%23676767" d="M12.223,9.99l-1.205,0.846l0.082,7.642l1.089-0.756L12.223,9.99z"/> <path fill="%23CCCCCC" d="M12.223,9.99l-1.349-0.633l-1.21,0.823l1.354,0.656L12.223,9.99z"/> <radialGradient id="SVGID_2_" cx="11.5459" cy="8.689" r="8.4831" fx="16.714" fy="6.3609" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23FF0000"/> <stop offset="0.7108" style="stop-color:%23990000"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="11.018" cy="8.32" r="5.844"/> </svg>');
}
.red.icon-clipboard{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="10.132,6.448 21.354,12.031 24.019,10.474 12.817,5.28 10.132,6.448 "/> <polyline fill="%23676767" points="20.752,28.542 23.102,26.768 24.019,10.474 21.354,12.031 20.752,28.542 "/> <polygon fill="%23999999" points="10.132,6.448 21.354,12.031 20.752,28.542 11.049,22.093 "/> <path fill="%23CC0000" d="M22.087,14.339l0.308-3.14L9.4,5.396l0.253,2.351L22.087,14.339z"/> <path fill="%23990000" d="M24.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L24.558,12.242z"/> <path fill="%23FF0000" d="M11.82,4.073L9.4,5.396l12.751,5.694l2.652-1.706L11.82,4.073z"/> <path fill="%23FF0000" d="M14.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C14.234,8.214,14.138,8.233,14.039,8.241z"/> <path fill="%23990000" d="M19.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C19.002,12.642,19.011,12.529,19.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.4588" y1="2.958" x2="15.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%23FF0000"/> <stop offset="0.8492" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C17.292,6.847,17.271,5.909,17.196,5.16z"/> <path fill="%23CC0000" d="M14.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C13.059,3.758,13.622,3.009,14.602,3.372z"/> </svg>');
}
.red.icon-clipboar-2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="12.132,6.448 23.354,12.031 26.019,10.474 14.817,5.28 12.132,6.448 "/> <polyline fill="%23676767" points="22.752,28.542 25.102,26.768 26.019,10.474 23.354,12.031 22.752,28.542 "/> <polygon fill="%23999999" points="12.132,6.448 23.354,12.031 22.752,28.542 13.049,22.093 "/> <path fill="%23CC0000" d="M24.087,14.339l0.308-3.14L11.4,5.396l0.253,2.351L24.087,14.339z"/> <path fill="%23990000" d="M26.558,12.242l0.245-2.857l-2.652,1.706l-0.064,3.249L26.558,12.242z"/> <path fill="%23FF0000" d="M13.82,4.073L11.4,5.396l12.751,5.694l2.652-1.706L13.82,4.073z"/> <polyline fill="%23CC0000" points="2.792,21.015 3.02,23.793 6.427,26.104 6.254,23.294 2.792,21.015 "/> <polyline fill="%23CC0000" points="5.19,19.702 7.425,18.476 4.105,16.403 4.289,19.127 5.19,19.702 "/> <polyline fill="%23CC0000" points="14.587,25.713 14.533,22.903 10.898,20.646 11.006,23.424 14.587,25.713 "/> <polyline fill="%23990000" points="6.254,23.294 6.427,26.104 11.006,23.424 10.898,20.646 6.254,23.294 "/> <polyline fill="%23990000" points="14.533,22.903 14.587,25.713 16.009,18.443 15.976,15.73 14.533,22.903 "/> <polyline fill="%23FF0000" points="7.425,18.476 5.19,19.702 2.792,21.015 6.254,23.294 10.898,20.646 14.533,22.903 15.976,15.73 4.105,16.403 7.425,18.476 "/> <path fill="%23FF0000" d="M16.039,8.241c-0.441,0.031-0.88-0.201-1.318-0.115c-0.39,0.077-0.778,0.302-1.144,0.451 c0.489-0.2,1.029,0.173,1.536,0.08c0.417-0.077,0.825-0.32,1.213-0.482C16.234,8.214,16.138,8.233,16.039,8.241z"/> <path fill="%23990000" d="M21.017,12.415c0.029-0.559-0.111-1.121-0.455-1.567c-0.651-0.841-1.729-1.171-2.22-2.175l-1.028,0.454 c0.189,0.386,0.454,0.717,0.778,0.999c0.452,0.392,0.998,0.677,1.386,1.141c0.457,0.547,0.639,1.322,0.499,2.021l1.001-0.533 C21.002,12.642,21.011,12.529,21.017,12.415z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="17.4588" y1="2.958" x2="17.4588" y2="9.1265"> <stop offset="0.3216" style="stop-color:%23FF0000"/> <stop offset="0.8492" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M19.196,5.16c-0.07-0.692-0.45-1.361-0.986-1.8c-0.856-0.7-1.6-0.337-2.531-0.024 c0.61-0.206,1.252,0.163,1.666,0.591c0.714,0.738,0.88,1.701,0.824,2.697c-0.029,0.517-0.117,1.093-0.451,1.509 c-0.153,0.19-0.35,0.335-0.42,0.579c-0.036,0.127-0.047,0.265,0.005,0.389c0,0,0,0,0,0c0.004,0.008,0.007,0.016,0.011,0.024 l1.028-0.454c-0.001-0.002-0.006-0.01-0.011-0.023c0,0,0,0,0,0c-0.196-0.46,0.344-0.81,0.548-1.137 C19.292,6.847,19.271,5.909,19.196,5.16z"/> <path fill="%23CC0000" d="M16.602,3.372c1.052,0.39,1.585,1.527,1.639,2.578c0.031,0.594,0.011,1.244-0.225,1.8 c-0.174,0.408-0.681,0.692-0.676,1.164c0.01,0.889,1.304,1.522,1.869,2.013c0.675,0.585,1.02,1.468,0.84,2.361 c-2.267-1.13-4.534-2.259-6.801-3.389c-0.044-0.35-0.06-0.828,0.142-1.131c0.258-0.387,0.684-0.284,1.08-0.212 c0.345,0.063,0.964,0.176,1.194-0.211c0.151-0.254-0.038-0.637-0.143-0.874c-0.412-0.927-0.628-1.796-0.54-2.825 C15.059,3.758,15.622,3.009,16.602,3.372z"/> </svg>');
}
.red.icon-composite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23676767" d="M16.232,28.234v1.652l13.921-10.163l0.167-1.552L16.232,28.234z"/> <path fill="%23999999" d="M16.232,29.887v-1.652L2.148,18.172l0.172,1.552L16.232,29.887z"/> <path fill="%23990000" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <path opacity="0.44" fill="%23CCCCCC" d="M16.237,3.234L1.661,10.617l14.571,9.752l14.575-9.752L16.237,3.234z M17.923,12.532 l-3.09,3.171l-1.213-3.582l-2.011-0.272l-3.62-0.482l5.081-1.676L12.922,8.33l-0.181-1.676l4.045,1.977l4.976-1.203L20.42,9.361 l-0.645,0.936l4.074,2.56l-2.971-0.162L17.923,12.532z"/> <polygon fill="%23FF0000" points="17.923,12.532 14.833,15.704 13.62,12.122 11.609,11.849 7.989,11.367 13.07,9.691 12.922,8.33 12.741,6.654 16.786,8.631 21.762,7.427 20.42,9.361 19.775,10.297 23.849,12.857 20.879,12.695 "/> </svg>');
}
.red.icon-real{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path opacity="0.44" fill="%23CCCCCC" d="M30.32,18.172l-14.084-7.689L2.148,18.172l14.084,10.062L30.32,18.172z"/> <path fill="%23999999" d="M21.762,14.809l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,14.809z"/> <polyline fill="%23CC0000" points="13.62,11.122 13.686,14.455 14.871,18.128 14.833,14.704 13.62,11.122 "/> <polygon fill="%23CC0000" points="23.653,15.21 23.849,11.857 17.922,11.532 17.884,14.871 "/> <polyline fill="%23990000" points="8.199,13.682 13.686,14.455 13.62,11.122 7.989,10.367 8.199,13.682 "/> <polyline fill="%23990000" points="12.812,8.772 13.07,8.691 12.741,5.654 12.812,8.772 "/> <polyline fill="%23990000" points="17.884,14.871 17.922,11.532 14.833,14.704 14.871,18.128 17.884,14.871 "/> <polygon fill="%23990000" points="21.242,10.219 21.628,9.632 21.762,6.427 19.775,9.297 "/> <path fill="%23FF0000" d="M21.762,6.427l-4.976,1.203l-4.045-1.977l0.33,3.037l-0.258,0.081l-4.823,1.595l5.631,0.755l1.213,3.582 l3.09-3.171l5.927,0.325l-2.608-1.638l-1.466-0.922L21.762,6.427z"/> </svg> ');
}
.red.icon-synchronize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF0000" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%23990000" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%23FF0000" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%23990000" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%23CC0000" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%23CCCCCC" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%23676767" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%23CCCCCC" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23999999" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg>');
}
.red.icon-synchronize-commit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%23CC0000" points="3.366,22.119 3.594,24.897 7.001,27.208 6.827,24.398 3.366,22.119 "/> <polyline fill="%23CC0000" points="5.764,20.806 7.999,19.58 4.679,17.507 4.863,20.231 5.764,20.806 "/> <polyline fill="%23CC0000" points="15.161,26.818 15.107,24.007 11.472,21.75 11.58,24.528 15.161,26.818 "/> <polyline fill="%23990000" points="6.827,24.398 7.001,27.208 11.58,24.528 11.472,21.75 6.827,24.398 "/> <polyline fill="%23990000" points="15.107,24.007 15.161,26.818 16.582,19.547 16.55,16.835 15.107,24.007 "/> <polyline fill="%23FF0000" points="7.999,19.58 5.764,20.806 3.366,22.119 6.827,24.398 11.472,21.75 15.107,24.007 16.55,16.835 4.679,17.507 7.999,19.58 "/> </svg> ');
}
.red.icon-synchronize-update{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="13.875,17.715 18.697,21.176 28.43,14.703 27.364,14.118 23.809,12.009 13.875,17.715 "/> <polyline fill="%23CCCCCC" points="29.155,6.008 23.809,3.688 13.028,8.683 18.369,11.803 29.155,6.008 "/> <polygon fill="%23CCCCCC" points="28.776,10.526 23.809,8.131 14.731,12.734 14.726,12.734 13.472,13.393 18.542,16.709 "/> <polyline fill="%23676767" points="18.697,21.176 18.795,23.894 28.215,17.28 28.43,14.703 18.697,21.176 "/> <polyline fill="%23676767" points="28.898,9.132 29.155,6.008 18.369,11.803 18.486,15.203 28.898,9.132 "/> <polygon fill="%23676767" points="18.542,16.709 18.65,19.74 28.542,13.356 28.776,10.526 "/> <polyline fill="%23999999" points="13.875,17.715 14.118,20.362 18.795,23.894 18.697,21.176 13.875,17.715 "/> <polyline fill="%23999999" points="13.028,8.683 13.332,11.943 18.486,15.203 18.369,11.803 13.028,8.683 "/> <polygon fill="%23999999" points="18.65,19.74 18.542,16.709 13.472,13.393 13.744,16.326 14.89,17.121 14.89,17.126 "/> <polyline fill="%23990000" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23990000" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%23FF0000" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg> ');
}
.red.icon-helpdesk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23990000"/> <stop offset="0.6863" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> </svg>');
}
.red.icon-ticket{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23999999"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23999999"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M18.231,24.033c-0.059,0.791,0.118,1.541,0.532,2.25c0.432,0.739,1.012,1.261,1.74,1.567 c0.392,0.155,0.78,0.224,1.164,0.206c0.213-0.011,0.414-0.048,0.605-0.109c0.008-0.003,0.014-0.006,0.02-0.009 c0.001,0.001,0.002,0.001,0.002,0c0.098-0.033,0.193-0.074,0.286-0.122c0.236-0.108,0.468-0.231,0.696-0.368 c2.176-1.299,3.386-3.535,3.629-6.708c0.005-0.058,0.01-0.116,0.013-0.175c-0.023,0.111-0.065,0.218-0.126,0.319 c-0.139,0.3-0.384,0.565-0.736,0.796c-0.559,0.364-1.256,0.565-2.093,0.605c-0.59,0.031-1.153-0.018-1.692-0.146 c-0.157-0.037-0.311-0.08-0.463-0.131c-0.235-0.081-0.447-0.172-0.638-0.273c-0.132-0.069-0.254-0.143-0.366-0.222 c-0.323-0.229-0.576-0.511-0.76-0.847c-0.072-0.13-0.117-0.259-0.135-0.388c-0.03,0.533-0.123,1.001-0.277,1.403 c-0.101,0.155-0.229,0.229-0.384,0.222c-0.441,0.314-0.743,0.732-0.905,1.255C18.286,23.488,18.248,23.779,18.231,24.033 M8.638,5.511c0.044-0.073,0.095-0.143,0.155-0.211c-1.415,1.339-2.217,3.27-2.408,5.793c-0.034,0.446-0.048,0.891-0.042,1.337 c0.002,0.069,0.003,0.137,0.004,0.204c0.004,0.027,0.008,0.053,0.013,0.08c0.1,0.539,0.508,0.92,1.224,1.142 c0.715,0.222,1.416,0.313,2.102,0.273c0.038-0.002,0.076-0.005,0.113-0.009c0.657-0.05,1.236-0.197,1.738-0.441 c0.661-0.324,1.015-0.698,1.064-1.122c-0.002-0.068-0.003-0.136-0.004-0.204c0-0.018-0.001-0.037-0.002-0.055 c-0.007-0.717,0.081-1.332,0.266-1.844c-0.039,0.02-0.079,0.039-0.12,0.058c-0.536,0.24-1.097,0.281-1.683,0.122 c-0.19-0.052-0.382-0.124-0.576-0.217c-0.715-0.346-1.281-0.862-1.696-1.547C8.348,8.123,8.162,7.462,8.23,6.886 C8.299,6.309,8.435,5.851,8.638,5.511 M14.158,17.443c0.001,0,0.001-0.001,0-0.002c-0.001,0.001-0.003,0.001-0.007,0.002 c-0.024,0.004-0.093,0.035-0.208,0.093c-0.328,0.168-0.677,0.359-1.046,0.572c-0.529,0.299-1.036,0.589-1.523,0.869 c-0.394,0.227-0.775,0.448-1.142,0.663c-0.658,0.386-1.086,0.639-1.286,0.76c-0.133,0.083-0.206,0.132-0.219,0.149 c0.002,0.002,0.003,0.003,0.004,0.004c0.014,0.026,0.028,0.051,0.042,0.075c1.513,2.627,3.365,4.623,5.556,5.99 c-0.018-0.015-0.037-0.03-0.055-0.047c-0.433-0.375-0.565-0.995-0.397-1.86c0.121-0.606,0.372-1.203,0.752-1.791 c0.046-0.069,0.093-0.137,0.142-0.204c0.362-0.507,0.86-0.958,1.494-1.355c0.504-0.314,0.942-0.381,1.312-0.202 C16.261,20.338,15.122,19.099,14.158,17.443 M17.162,4.299c-0.34-0.052-0.698,0.012-1.073,0.191 c-0.618,0.288-1.157,0.787-1.618,1.496c-0.259,0.401-0.461,0.813-0.605,1.235c-0.089,0.265-0.155,0.534-0.2,0.807 c-0.077,0.467-0.085,0.883-0.022,1.248c0.021,0.116,0.049,0.227,0.082,0.333c0.068,0.205,0.233,0.478,0.494,0.82 c0.102,0.134,0.204,0.239,0.308,0.315c0.064,0.034,0.128,0.068,0.191,0.104c0.018,0.011,0.036,0.021,0.053,0.031 c1.377,0.801,2.562,2.045,3.556,3.733c0.004-0.01,0.019-0.021,0.044-0.033c0.058-0.041,0.182-0.126,0.372-0.253l1.514-0.916 c0.274-0.16,0.534-0.313,0.78-0.457c0.979-0.569,1.743-1.005,2.292-1.308c0.236-0.133,0.412-0.231,0.528-0.295 c0.207-0.115,0.403-0.204,0.59-0.266c-1.762-3.014-3.979-5.186-6.653-6.516c-0.091-0.046-0.184-0.091-0.277-0.135 c-0.087-0.041-0.173-0.081-0.259-0.12C17.228,4.308,17.195,4.303,17.162,4.299z"/> <radialGradient id="SVGID_2_" cx="-729.4255" cy="682.5841" r="10.1185" gradientTransform="matrix(0.8474 -0.531 -0.8706 -1.3886 1227.6873 576.1042)" gradientUnits="userSpaceOnUse"> <stop offset="0.349" style="stop-color:%23676767"/> <stop offset="0.6863" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M17.75,21.265c-0.057-0.033-0.115-0.068-0.173-0.104c-0.371-0.18-0.808-0.112-1.312,0.202 c-0.634,0.396-1.132,0.848-1.494,1.355c-0.049,0.067-0.096,0.134-0.142,0.204c-0.38,0.588-0.63,1.185-0.752,1.791 c-0.168,0.865-0.036,1.485,0.397,1.86c0.019,0.016,0.037,0.032,0.055,0.047c0.064,0.039,0.128,0.078,0.191,0.115 c0.406,0.244,0.823,0.467,1.25,0.667c2.404,1.133,4.572,1.315,6.502,0.548c-0.191,0.061-0.393,0.097-0.605,0.109 c-0.384,0.018-0.772-0.051-1.164-0.206c-0.729-0.306-1.309-0.828-1.74-1.567c-0.414-0.709-0.591-1.459-0.532-2.25 c0.018-0.254,0.055-0.545,0.113-0.873c0.162-0.523,0.463-0.941,0.905-1.255c-0.46-0.111-0.95-0.319-1.47-0.623 C17.769,21.277,17.76,21.271,17.75,21.265 M14.158,17.44c-0.001-0.002-0.003-0.004-0.004-0.007 c-0.969-1.672-1.486-3.297-1.552-4.877c-0.049,0.424-0.403,0.798-1.064,1.122c-0.502,0.245-1.081,0.392-1.738,0.441 c-0.037,0.004-0.075,0.007-0.113,0.009c-0.686,0.04-1.386-0.051-2.102-0.273c-0.716-0.222-1.124-0.602-1.224-1.142 c-0.005-0.027-0.009-0.053-0.013-0.08c0.079,2.635,0.872,5.273,2.379,7.914c0.013-0.016,0.086-0.066,0.219-0.149 c0.2-0.121,0.628-0.375,1.286-0.76c0.367-0.214,0.747-0.435,1.142-0.663c0.487-0.28,0.994-0.57,1.523-0.869 c0.369-0.213,0.718-0.403,1.046-0.572c0.115-0.058,0.185-0.089,0.208-0.093C14.155,17.442,14.157,17.441,14.158,17.44 M18.328,14.612c0.006,0.008,0.011,0.016,0.016,0.024c0.012,0.02,0.024,0.04,0.035,0.06c1.005,1.732,1.519,3.416,1.541,5.052 c0.001,0.073,0.001,0.144,0,0.215c-0.001,0.108-0.005,0.214-0.011,0.317c0.018,0.129,0.063,0.258,0.135,0.388 c0.184,0.336,0.438,0.618,0.76,0.847c0.111,0.079,0.233,0.153,0.366,0.222c0.191,0.101,0.404,0.192,0.638,0.273 c0.152,0.051,0.307,0.094,0.463,0.131c0.538,0.128,1.102,0.177,1.692,0.146c0.837-0.04,1.534-0.242,2.093-0.605 c0.352-0.231,0.597-0.496,0.736-0.796c0.062-0.102,0.104-0.208,0.126-0.319c0.007-0.098,0.012-0.196,0.016-0.295 c0.135-3.015-0.669-6.036-2.412-9.063c-0.024-0.042-0.048-0.083-0.073-0.124c-0.186,0.062-0.383,0.151-0.59,0.266 c-0.115,0.064-0.291,0.162-0.528,0.295c-0.549,0.303-1.313,0.739-2.292,1.308c-0.246,0.144-0.506,0.296-0.78,0.457l-1.514,0.916 c-0.191,0.127-0.315,0.211-0.372,0.253C18.347,14.591,18.332,14.602,18.328,14.612 M9.073,5.05C8.977,5.131,8.884,5.215,8.793,5.301 c-0.06,0.067-0.112,0.137-0.155,0.211C8.435,5.851,8.299,6.309,8.23,6.886C8.162,7.462,8.348,8.123,8.787,8.868 c0.415,0.686,0.981,1.202,1.696,1.547c0.195,0.093,0.387,0.166,0.576,0.217c0.586,0.159,1.147,0.118,1.683-0.122 c0.041-0.018,0.081-0.037,0.12-0.058c0.078-0.144,0.191-0.216,0.337-0.217c0.419,0.088,0.863,0.258,1.33,0.508 c-0.104-0.076-0.206-0.181-0.308-0.315c-0.261-0.342-0.426-0.615-0.494-0.82c-0.034-0.106-0.061-0.216-0.082-0.333 c-0.063-0.365-0.055-0.782,0.022-1.248c0.044-0.273,0.111-0.542,0.2-0.807c0.144-0.422,0.346-0.834,0.605-1.235 c0.461-0.709,1.001-1.208,1.618-1.496c0.375-0.179,0.733-0.242,1.073-0.191c0.033,0.005,0.066,0.01,0.098,0.016 c-2.73-1.212-5.147-1.189-7.254,0.071C9.672,4.584,9.361,4.806,9.073,5.05z"/> <polygon fill="%23990000" points="24.216,2.03 24.193,2.999 30.942,8.29 30.872,7.377 "/> <polygon fill="%23FF0000" points="24.193,2.999 24.216,2.03 17.202,7.191 17.082,8.098 "/> <polygon fill="%23CC0000" points="17.082,8.098 23.851,12.136 30.942,8.29 24.193,2.999 "/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 4.1768 22.8636)" fill="%23333333" cx="19.558" cy="8.24" rx="0.752" ry="1.105"/> <ellipse transform="matrix(0.4004 -0.9164 0.9164 0.4004 1.792 19.8838)" fill="%23333333" cx="16.089" cy="8.573" rx="0.676" ry="0.994"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="460.2863" y1="-935.4631" x2="465.7375" y2="-935.4631" gradientTransform="matrix(0.3368 -0.9416 0.9416 0.3368 743.9272 759.3012)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.818,8.116c-0.032,0.137-0.07,0.274-0.119,0.411c-0.478,1.336-1.612,2.167-2.603,1.95 c0.055,0.028,0.112,0.054,0.171,0.075c1.03,0.368,2.276-0.482,2.783-1.899c0.001-0.002,0.001-0.004,0.002-0.006 C20.039,8.451,19.974,8.261,19.818,8.116z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="494.3591" y1="1210.504" x2="499.8102" y2="1210.504" gradientTransform="matrix(0.3522 -0.9359 0.9359 0.3522 -1290.7396 46.5091)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M16.27,8.302c-0.038,0.844,0.308,1.501,0.686,1.643c0.055,0.021,0.12,0.029,0.187,0.032 c-0.244-0.192-0.446-0.599-0.506-1.114l-0.006,0.003C16.632,8.867,16.54,8.416,16.27,8.302z"/> <path fill="%23CCCCCC" d="M19.112,7.994c-0.025,0.097-0.045,0.194-0.081,0.293c-0.405,1.132-1.303,1.7-1.857,1.68 c-0.067-0.002-0.132-0.009-0.187-0.029c-0.38-0.136-0.738-0.788-0.713-1.632c-0.058-0.023-0.121-0.037-0.196-0.021 c-0.193,0.04-0.276,0.182-0.312,0.325c0.06,0.862,0.473,1.573,1.151,1.816c0.059,0.021,0.119,0.037,0.18,0.051 c0.991,0.217,2.125-0.614,2.603-1.95c0.049-0.137,0.087-0.274,0.119-0.411c-0.079-0.073-0.178-0.135-0.309-0.179 C19.353,7.885,19.221,7.924,19.112,7.994z"/> </svg>');
}
.red.icon-localize{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M15.682,9.667c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098c-0.738-0.456-1.391-1.111-2.318-1.112 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,10.455,12.398,9.667,15.682,9.667 M15.682,7.521 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,5.115,2.011,7.763,1.438c-1.967-1.161-3.761-1.25-3.156-3.683 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,9.486,20.787,7.521,15.682,7.521L15.682,7.521z" /> <path fill="%23CCCCCC" d="M15.682,7.564c3.697,0,8.152,1.013,10.647,3.935c1.289,1.51,1.703,3.434,0.77,5.223 c-0.322,0.618-0.814,1.115-1.11,1.746c-0.452,0.962-0.705,2.036-0.671,3.098C24.58,21.11,23.927,20.454,23,20.454 c-0.764,0-1.507,0.427-2.232,0.637c-1.769,0.511-3.629,0.727-5.47,0.689c-3.324-0.068-6.986-0.96-9.501-3.216 c-1.214-1.089-2.172-2.609-2.001-4.282c0.163-1.594,1.24-2.937,2.481-3.898C8.902,8.352,12.398,7.564,15.682,7.564 M15.682,5.418 c-3.7,0-7.592,0.913-10.578,3.146c-2.907,2.173-4.518,5.791-2.712,9.173c1.704,3.19,5.397,4.961,8.83,5.715 c3.865,0.849,8.094,0.604,11.779-0.854c2.315,1.708,4.914,2.747,7.763,3.183c-1.967-1.161-3.761-2.994-3.156-5.428 c0.329-1.323,1.371-2.267,1.832-3.546c0.467-1.296,0.505-2.692,0.091-4.007C27.824,7.383,20.787,5.418,15.682,5.418L15.682,5.418z" /> <circle fill="%23FFFFFF" cx="15.691" cy="12.478" r="7.693"/> <path fill="%23990000" d="M15.691,20.481c-4.413,0-8.003-3.59-8.003-8.003s3.59-8.003,8.003-8.003s8.003,3.59,8.003,8.003 S20.104,20.481,15.691,20.481z M15.691,5.094c-4.071,0-7.383,3.312-7.383,7.383s3.312,7.383,7.383,7.383s7.383-3.312,7.383-7.383 S19.762,5.094,15.691,5.094z"/> <path fill="%23FFFFFF" d="M21.885,12.305c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.984,12.396,21.923,12.351,21.885,12.305z"/> <path fill="none" d="M11.903,12.732c-0.189-0.144-0.257-0.144-0.394,0c-0.106,0.098-0.083,0.114,0.212,0.114 C12.024,12.838,12.039,12.831,11.903,12.732z"/> <path fill="none" d="M10.6,12.399c-0.03,0.053,0,0.068,0.098,0.038c0.091-0.03,0.189-0.008,0.25,0.068 c0.053,0.061,0.182,0.114,0.288,0.114c0.182,0,0.189-0.008,0.053-0.151C11.138,12.301,10.691,12.255,10.6,12.399z"/> <path fill="none" d="M17.31,8.227c0.068-0.121,0.061-0.167-0.045-0.204c-0.121-0.045-0.257,0.083-0.257,0.265 C17.007,8.431,17.219,8.393,17.31,8.227z"/> <path fill="none" d="M12.16,12.922c0,0.045,0.015,0.076,0.03,0.076c0.023,0,0.061-0.03,0.083-0.076 c0.023-0.038,0.008-0.076-0.03-0.076C12.198,12.846,12.16,12.884,12.16,12.922z"/> <path fill="none" d="M8.525,11.763c0,0.136,0.151,0.5,0.189,0.462c0.023-0.023-0.008-0.151-0.068-0.295 C8.578,11.786,8.533,11.71,8.525,11.763z"/> <path fill="none" d="M20.392,10.218c-0.03-0.023-0.076-0.023-0.106,0c-0.023,0.03,0,0.053,0.053,0.053 C20.392,10.271,20.414,10.248,20.392,10.218z"/> <path fill="none" d="M18.976,9.673c0-0.083-0.03-0.174-0.076-0.197c-0.045-0.03-0.068,0.038-0.061,0.144 C18.862,9.847,18.976,9.885,18.976,9.673z"/> <path fill="none" d="M17.484,8.257c-0.03,0.03-0.061,0.098-0.068,0.167c-0.015,0.083,0.038,0.106,0.22,0.091 c0.129-0.015,0.242-0.061,0.257-0.098c0.015-0.045-0.114-0.235-0.28-0.416c-0.288-0.318-0.424-0.288-0.189,0.045 C17.484,8.136,17.506,8.227,17.484,8.257z"/> <path fill="none" d="M11.933,7.394c-0.03,0-0.098,0.053-0.151,0.114c-0.083,0.098-0.061,0.114,0.098,0.114 c0.144,0,0.189-0.03,0.159-0.114C12.009,7.447,11.963,7.394,11.933,7.394z"/> <path fill="none" d="M16.105,6.803c-0.288,0.008-0.394,0.106-0.257,0.235c0.091,0.098,0.53,0.053,0.621-0.053 C16.59,6.841,16.484,6.788,16.105,6.803z"/> <path fill="none" d="M15.962,6.106c0.045,0,0.015-0.076-0.068-0.174c-0.083-0.091-0.174-0.227-0.197-0.295 C15.666,5.561,15.613,5.5,15.568,5.5c-0.038,0-0.076-0.053-0.076-0.114c0-0.129-0.363-0.159-0.591-0.053 c-0.068,0.038-0.242,0.121-0.371,0.189c-0.212,0.106-0.25,0.106-0.25,0.015c0-0.136-0.106-0.144-0.31-0.038 c-0.182,0.098-0.189,0.257-0.008,0.212c0.31-0.083,0.424,0.386,0.189,0.75c-0.129,0.197-0.129,0.204,0,0.151 c0.174-0.068,0.167,0.015-0.038,0.227c-0.136,0.144-0.151,0.204-0.083,0.341c0.045,0.098,0.106,0.235,0.129,0.31 c0.023,0.068,0.144,0.152,0.273,0.174c0.121,0.03,0.227,0.076,0.227,0.114c0,0.083,0.083,0.083,0.212,0 c0.053-0.03,0.114-0.106,0.121-0.167c0.091-0.447,0.242-0.75,0.386-0.75c0.114,0,0.576-0.553,0.538-0.651 C15.893,6.159,15.916,6.106,15.962,6.106z"/> <path fill="none" d="M21.55,15.867c0,0.068-0.053,0.189-0.114,0.265c-0.144,0.197-0.144,0.348,0,0.348 c0.076,0,0.227-0.22,0.379-0.545c0.144-0.295,0.242-0.56,0.227-0.583C21.982,15.292,21.55,15.739,21.55,15.867z"/> <path fill="none" d="M13.644,9.264c-0.167-0.114-0.189-0.114-0.303,0.015c-0.159,0.182-0.151,0.257,0.023,0.212 c0.091-0.023,0.167,0.008,0.189,0.068c0.061,0.159,0.273,0.129,0.273-0.038C13.826,9.446,13.743,9.325,13.644,9.264z"/> <path fill="none" d="M13.296,6.864c0-0.182-0.045-0.235-0.333-0.341c-0.288-0.114-0.363-0.114-0.545-0.023 c-0.121,0.053-0.227,0.159-0.242,0.235c-0.023,0.106,0.03,0.129,0.295,0.129c0.31,0,0.318,0,0.182,0.151 c-0.144,0.159-0.053,0.212,0.098,0.061c0.136-0.136,0.106,0.023-0.038,0.182c-0.068,0.076-0.197,0.136-0.28,0.136 c-0.136,0-0.121,0.023,0.076,0.144c0.136,0.083,0.265,0.182,0.288,0.227c0.083,0.129,0.22,0.098,0.167-0.038 c-0.038-0.091-0.008-0.106,0.114-0.068c0.136,0.045,0.144,0.038,0.076-0.098c-0.121-0.227-0.106-0.25,0.098-0.197 c0.273,0.068,0.394-0.038,0.204-0.174C13.357,7.121,13.296,7,13.296,6.864z"/> <radialGradient id="SVGID_1_" cx="15.6814" cy="11.4509" r="7.663" fx="10.7157" fy="6.7467" gradientTransform="matrix(1 0 0 1.0129 0 0.9625)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%23FF0000"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M23.012,11.215c-0.061,0-0.265-0.1-0.447-0.23c-0.182-0.123-0.333-0.199-0.333-0.169 c0.008,0.107,0.31,0.422,0.356,0.368c0.091-0.092,0.326,0.207,0.326,0.43c0,0.238-0.538,0.905-0.735,0.905 c-0.068,0-0.098,0.054-0.083,0.138c0.03,0.13,0.076,0.138,0.303,0.054c0.121-0.046,0.129-0.023,0.091,0.199 c-0.068,0.376-0.303,0.813-0.644,1.204c-0.28,0.33-0.295,0.368-0.295,0.867c0,0.506-0.008,0.522-0.257,0.675 c-0.144,0.092-0.295,0.261-0.333,0.384c-0.144,0.414-0.621,0.989-0.954,1.15c-0.417,0.207-0.757,0.215-0.697,0.023 c0.03-0.077,0.015-0.445-0.023-0.828c-0.068-0.606-0.061-0.713,0.076-0.997c0.182-0.391,0.182-0.537-0.015-0.905 c-0.098-0.192-0.144-0.399-0.129-0.606c0.023-0.268,0-0.322-0.129-0.345c-0.083-0.015-0.212-0.084-0.28-0.146 c-0.106-0.092-0.174-0.1-0.371-0.031c-0.136,0.046-0.401,0.084-0.598,0.084c-0.303,0-0.416-0.046-0.75-0.315 c-0.432-0.345-0.462-0.429-0.439-1.143c0.023-0.545,0.242-1.081,0.507-1.227c0.083-0.046,0.151-0.146,0.151-0.223 c0-0.176,0.265-0.422,0.485-0.452c0.083-0.008,0.424-0.038,0.742-0.061c0.56-0.046,0.576-0.038,0.606,0.123 c0.015,0.138,0.114,0.207,0.416,0.307c0.265,0.084,0.417,0.107,0.469,0.054c0.053-0.054,0.174-0.054,0.371,0.008 c0.167,0.054,0.409,0.092,0.538,0.092c0.235,0,0.242-0.008,0.22-0.284c-0.015-0.153-0.068-0.299-0.129-0.314 c-0.061-0.023-0.083,0-0.053,0.054c0.03,0.046,0.015,0.084-0.023,0.084c-0.045,0-0.083-0.031-0.083-0.069 c0-0.038-0.061-0.054-0.136-0.031c-0.083,0.023-0.189-0.054-0.303-0.199c-0.227-0.315-0.341-0.307-0.28,0.008l0.045,0.253 L19.99,9.834c-0.28-0.353-0.704-0.767-0.795-0.767c-0.159,0-0.053,0.169,0.197,0.315c0.28,0.169,0.318,0.261,0.167,0.46 c-0.098,0.13-0.28,0.115-0.28-0.023c0-0.046,0.053-0.061,0.114-0.031c0.204,0.077,0.121-0.169-0.129-0.414 c-0.22-0.207-0.288-0.238-0.553-0.199c-0.174,0.023-0.333,0.092-0.379,0.169c-0.31,0.522-0.394,0.606-0.629,0.629 c-0.333,0.031-0.469-0.1-0.469-0.453c0-0.299,0-0.299,0.288-0.299c0.159,0,0.31-0.023,0.333-0.046 c0.091-0.084-0.038-0.322-0.227-0.422l-0.204-0.092l0.204-0.046c0.114-0.023,0.386-0.215,0.621-0.422 c0.416-0.368,0.416-0.368,0.288-0.552c-0.098-0.138-0.174-0.169-0.333-0.138c-0.174,0.038-0.212,0.008-0.257-0.161 c-0.03-0.13-0.008-0.245,0.068-0.33c0.061-0.069,0.151-0.261,0.197-0.414c0.136-0.422,0.25-0.491,0.636-0.368 c0.553,0.161,0.75,0.299,0.697,0.468c-0.03,0.1-0.015,0.146,0.068,0.146c0.068,0,0.121-0.046,0.121-0.107 c0-0.061,0.098-0.192,0.227-0.299l0.22-0.192l-0.288-0.192c-2.279-1.526-5.225-1.688-7.694-0.414 c-0.757,0.391-0.841,0.46-0.704,0.598c0.106,0.092,0.106,0.13,0,0.353c-0.098,0.215-0.159,0.253-0.379,0.253 c-0.227,0-0.25-0.015-0.167-0.115c0.136-0.169,0-0.284-0.174-0.161c-0.106,0.084-0.121,0.146-0.061,0.307 c0.083,0.207,0.106,0.207,0.735,0.084c0.129-0.031,0.348-0.345,0.348-0.499c0-0.023,0.03-0.084,0.076-0.13 c0.091-0.115,0.394-0.138,0.326-0.023c-0.023,0.046-0.106,0.077-0.174,0.077c-0.098,0-0.129,0.069-0.129,0.253 c0,0.284,0.03,0.315,0.212,0.238c0.076-0.023,0.159-0.031,0.182,0c0.083,0.077-0.144,0.276-0.318,0.276 c-0.235,0-1.022,0.683-1.022,0.882c0,0.092,0.106,0.222,0.257,0.322c0.167,0.107,0.25,0.215,0.242,0.345 c-0.008,0.23,0.212,0.238,0.242,0.008c0.015-0.092,0.106-0.223,0.212-0.292c0.129-0.084,0.174-0.169,0.144-0.261 c-0.023-0.077,0-0.23,0.045-0.345c0.144-0.322,0.598-0.23,0.598,0.123c0,0.161,0.03,0.169,0.235,0.054 c0.129-0.061,0.174-0.054,0.265,0.061c0.053,0.077,0.106,0.184,0.106,0.238c0,0.046,0.068,0.161,0.159,0.253 c0.265,0.269,0.144,0.353-0.78,0.56c-0.121,0.031-0.212,0.077-0.212,0.115c0,0.038,0.076,0.054,0.159,0.031 c0.136-0.038,0.151-0.023,0.114,0.115c-0.068,0.199,0.061,0.276,0.265,0.161c0.129-0.069,0.151-0.061,0.129,0.023 c-0.023,0.054-0.197,0.123-0.409,0.146c-0.462,0.054-0.636,0.13-0.636,0.268c0,0.061-0.061,0.138-0.129,0.161 c-0.182,0.069-0.469,0.422-0.477,0.568c0,0.069-0.136,0.246-0.295,0.399c-0.273,0.253-0.295,0.307-0.257,0.552 c0.053,0.33-0.098,0.368-0.167,0.038c-0.038-0.192-0.083-0.23-0.273-0.23c-0.121,0-0.22,0.038-0.22,0.084 c0,0.054-0.083,0.069-0.227,0.046c-0.174-0.038-0.25-0.008-0.379,0.153c-0.174,0.222-0.189,0.46-0.061,0.752 c0.098,0.215,0.417,0.269,0.485,0.077c0.03-0.061,0.098-0.115,0.159-0.115c0.083,0,0.098,0.046,0.068,0.176 c-0.098,0.322-0.083,0.399,0.091,0.422c0.114,0.015,0.167,0.077,0.167,0.192c0,0.245,0.212,0.514,0.401,0.514 c0.204,0,0.386,0.115,0.333,0.199c-0.023,0.038,0.167,0.077,0.409,0.092c0.371,0.015,0.485,0.061,0.689,0.245 c0.136,0.13,0.31,0.23,0.386,0.23c0.356,0,0.772,0.399,0.651,0.629c-0.045,0.084-0.045,0.138,0,0.138 c0.038,0,0.083-0.038,0.098-0.084c0.03-0.092,0.704,0.107,1.257,0.361c0.22,0.107,0.25,0.146,0.204,0.322 c-0.03,0.115-0.114,0.276-0.182,0.36c-0.076,0.084-0.159,0.299-0.182,0.483c-0.045,0.399-0.144,0.529-0.439,0.591 c-0.174,0.038-0.22,0.092-0.22,0.245c0,0.292-0.235,0.637-0.432,0.637c-0.159,0-0.167,0.015-0.083,0.153 c0.083,0.13,0.076,0.169-0.076,0.276c-0.129,0.092-0.159,0.161-0.114,0.315c0.083,0.368,0.242,0.591,0.492,0.729 c0.235,0.123,0.242,0.13,0.061,0.138c-0.136,0-0.326-0.146-0.697-0.545c-0.409-0.437-0.538-0.637-0.636-0.982 c-0.318-1.097-0.53-1.503-0.833-1.618c-0.091-0.038-0.318-0.269-0.507-0.514c-0.409-0.537-0.523-1.02-0.31-1.258 c0.114-0.13,0.121-0.184,0.045-0.307c-0.076-0.123-0.068-0.192,0.023-0.376c0.068-0.13,0.151-0.23,0.189-0.23 c0.045,0,0.076-0.038,0.076-0.084c0-0.054-0.068-0.069-0.182-0.038c-0.151,0.038-0.273-0.038-0.659-0.414 c-0.326-0.307-0.545-0.46-0.674-0.46c-0.288,0-0.515-0.199-0.576-0.499c-0.023-0.146-0.076-0.268-0.114-0.268 c-0.038,0-0.068-0.031-0.068-0.077c0-0.038-0.091-0.268-0.204-0.514C8.404,11,8.404,10.21,8.692,9.604 c0.114-0.23,0.242-0.522,0.288-0.652c0.167-0.445-0.114-0.031-0.356,0.537c-0.439,1.028-0.591,1.787-0.591,3.068 c0,1.365,0.159,2.109,0.682,3.229c0.432,0.943,0.863,1.565,1.545,2.263c1.136,1.143,2.537,1.887,4.119,2.178 c1.537,0.284,3.294,0.015,4.748-0.729c1.992-1.013,3.461-2.884,4.021-5.101c0.144-0.568,0.174-0.897,0.182-1.81 C23.33,11.437,23.277,11.215,23.012,11.215z M20.286,10.218c0.03-0.023,0.076-0.023,0.106,0c0.023,0.03,0,0.053-0.053,0.053 C20.286,10.271,20.263,10.248,20.286,10.218z M18.9,9.476c0.045,0.023,0.076,0.114,0.076,0.197c0,0.212-0.114,0.174-0.136-0.053 C18.832,9.514,18.854,9.446,18.9,9.476z M17.612,7.999c0.167,0.182,0.295,0.371,0.28,0.416c-0.015,0.038-0.129,0.083-0.257,0.098 c-0.182,0.015-0.235-0.008-0.22-0.091c0.008-0.068,0.038-0.136,0.068-0.167c0.023-0.03,0-0.121-0.061-0.212 C17.188,7.712,17.325,7.681,17.612,7.999z M17.264,8.022c0.106,0.038,0.114,0.083,0.045,0.204c-0.091,0.167-0.303,0.205-0.303,0.061 C17.007,8.105,17.143,7.977,17.264,8.022z M11.88,7.621c-0.159,0-0.182-0.015-0.098-0.114c0.053-0.061,0.121-0.114,0.151-0.114 c0.03,0,0.076,0.053,0.106,0.114C12.069,7.59,12.024,7.621,11.88,7.621z M11.236,12.619c-0.106,0-0.235-0.053-0.288-0.114 c-0.061-0.076-0.159-0.098-0.25-0.068c-0.098,0.03-0.129,0.015-0.098-0.038c0.091-0.144,0.538-0.098,0.689,0.068 C11.426,12.611,11.418,12.619,11.236,12.619z M11.721,12.846c-0.295,0-0.318-0.015-0.212-0.114c0.136-0.144,0.204-0.144,0.394,0 C12.039,12.831,12.024,12.838,11.721,12.846z M12.274,12.922c-0.023,0.045-0.061,0.076-0.083,0.076c-0.015,0-0.03-0.03-0.03-0.076 c0-0.038,0.038-0.076,0.083-0.076C12.281,12.846,12.297,12.884,12.274,12.922z M8.715,12.225c-0.038,0.038-0.189-0.326-0.189-0.462 c0.008-0.053,0.053,0.023,0.121,0.167C8.707,12.073,8.737,12.202,8.715,12.225z M12.607,5.803c0.045,0,0.098,0.038,0.121,0.076 c0.023,0.045-0.008,0.076-0.068,0.076c-0.068,0-0.121-0.03-0.121-0.076C12.539,5.841,12.569,5.803,12.607,5.803z M12.531,6.235 c0.045-0.061,0.068-0.129,0.045-0.159c-0.023-0.023,0.008-0.015,0.053,0.03c0.053,0.038,0.174,0.076,0.288,0.076 c0.151,0,0.167,0.015,0.076,0.076c-0.061,0.038-0.212,0.076-0.333,0.076C12.486,6.333,12.463,6.311,12.531,6.235z M12.069,6.144 c-0.295,0.197-0.485,0.25-0.394,0.106c0.045-0.083,0.492-0.295,0.613-0.295C12.319,5.955,12.221,6.038,12.069,6.144z M13.251,7.363 c-0.204-0.053-0.22-0.03-0.098,0.197c0.068,0.136,0.061,0.144-0.076,0.098c-0.121-0.038-0.151-0.023-0.114,0.068 c0.053,0.136-0.083,0.167-0.167,0.038c-0.023-0.046-0.151-0.144-0.288-0.227c-0.197-0.121-0.212-0.144-0.076-0.144 c0.083,0,0.212-0.061,0.28-0.136c0.144-0.159,0.174-0.318,0.038-0.182c-0.151,0.151-0.242,0.098-0.098-0.061 c0.136-0.151,0.129-0.151-0.182-0.151c-0.265,0-0.318-0.023-0.295-0.129c0.015-0.076,0.121-0.182,0.242-0.235 c0.182-0.091,0.257-0.091,0.545,0.023c0.288,0.106,0.333,0.159,0.333,0.341c0,0.136,0.061,0.257,0.159,0.326 C13.644,7.325,13.523,7.431,13.251,7.363z M13.569,5.879c-0.068,0-0.121,0.053-0.121,0.114c0,0.083-0.083,0.114-0.28,0.114 c-0.151,0-0.25-0.023-0.22-0.053c0.03-0.038,0.098-0.061,0.144-0.061c0.038,0,0.091-0.045,0.114-0.106 c0.023-0.068-0.008-0.083-0.129-0.045c-0.235,0.068-0.197-0.015,0.068-0.151c0.288-0.151,0.447-0.144,0.257,0.008 c-0.144,0.114-0.136,0.114,0.023,0.068c0.091-0.023,0.182-0.008,0.212,0.038C13.66,5.841,13.629,5.879,13.569,5.879z M13.554,9.559 c-0.023-0.061-0.098-0.091-0.189-0.068c-0.174,0.045-0.182-0.03-0.023-0.212c0.114-0.129,0.136-0.129,0.303-0.015 c0.098,0.061,0.182,0.182,0.182,0.257C13.826,9.688,13.614,9.718,13.554,9.559z M15.379,6.864c-0.144,0-0.295,0.303-0.386,0.75 c-0.008,0.061-0.068,0.136-0.121,0.167c-0.129,0.083-0.212,0.083-0.212,0c0-0.038-0.106-0.083-0.227-0.114 c-0.129-0.023-0.25-0.106-0.273-0.174c-0.023-0.076-0.083-0.212-0.129-0.31c-0.068-0.136-0.053-0.197,0.083-0.341 c0.204-0.212,0.212-0.295,0.038-0.227c-0.129,0.053-0.129,0.045,0-0.151c0.235-0.364,0.121-0.833-0.189-0.75 C13.781,5.758,13.788,5.599,13.97,5.5c0.204-0.106,0.31-0.098,0.31,0.038c0,0.091,0.038,0.091,0.25-0.015 c0.129-0.068,0.303-0.151,0.371-0.189c0.227-0.106,0.591-0.076,0.591,0.053c0,0.061,0.038,0.114,0.076,0.114 c0.045,0,0.098,0.061,0.129,0.136c0.023,0.068,0.114,0.204,0.197,0.295c0.083,0.098,0.114,0.174,0.068,0.174 c-0.045,0-0.068,0.053-0.045,0.106C15.954,6.311,15.492,6.864,15.379,6.864z M16.469,6.985c-0.091,0.106-0.53,0.151-0.621,0.053 c-0.136-0.129-0.03-0.227,0.257-0.235C16.484,6.788,16.59,6.841,16.469,6.985z M21.815,15.935c-0.151,0.326-0.303,0.545-0.379,0.545 c-0.144,0-0.144-0.151,0-0.348c0.061-0.076,0.114-0.197,0.114-0.265c0-0.129,0.432-0.576,0.492-0.515 C22.058,15.375,21.959,15.64,21.815,15.935z"/> <path fill="%23FFFFFF" d="M21.876,12.452c-0.091-0.129-0.629-1.227-0.629-1.295c0-0.121,0.144-0.038,0.189,0.106 c0.03,0.083,0.144,0.303,0.265,0.469c0.227,0.356,0.401,0.81,0.31,0.81C21.974,12.543,21.914,12.497,21.876,12.452z"/> <path fill="%23FFFFFF" d="M21.868,9.764c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.058,10.044,21.944,9.915,21.868,9.764z"/> <path fill="%23CC0000" d="M21.878,9.92c-0.068-0.159-0.174-0.318-0.22-0.348c-0.144-0.091-0.129-0.507,0.015-0.507 c0.068,0,0.114,0.068,0.114,0.182c0,0.106,0.076,0.242,0.182,0.326c0.227,0.174,0.348,0.629,0.167,0.629 C22.067,10.2,21.954,10.072,21.878,9.92z"/> <path fill="%23CC0000" d="M20.386,9.685C20.31,9.61,20.348,9.223,20.439,9.17c0.045-0.03,0.121,0,0.174,0.068 c0.098,0.136,0.31,0.182,0.227,0.053c-0.121-0.197,0.061-0.189,0.265,0.015c0.341,0.341,0.303,0.416-0.227,0.416 C20.628,9.723,20.409,9.701,20.386,9.685z"/> <path fill="%23CC0000" d="M18.607,8.322c0-0.038,0.083-0.106,0.189-0.151c0.212-0.098,0.235-0.197,0.083-0.477 c-0.144-0.28-0.114-0.629,0.061-0.659c0.121-0.023,0.136,0,0.091,0.167c-0.061,0.235,0.076,0.53,0.212,0.477 C19.424,7.61,19.5,7.876,19.371,8.11c-0.098,0.174-0.182,0.22-0.447,0.242C18.75,8.368,18.607,8.353,18.607,8.322z"/> </svg>');
}
.red.icon-metainfo{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.31,16.534V5.298L5.147,10.177L16.31,16.534z"/> <path fill="%23999999" d="M27.472,10.177L16.31,5.298l0,7.601l0,3.636L27.472,10.177z"/> <path fill="%23990000" d="M16.31,17.117l5.492-3.232l0.791-6.786L16.31,9.745V17.117z"/> <path fill="%23CC0000" d="M10.817,13.885l5.492,3.232V9.745l-6.283-2.645L10.817,13.885z"/> <polygon fill="%23FF0000" points="16.31,4.335 10.027,7.099 16.31,9.745 22.593,7.099 "/> <path fill="%23676767" d="M16.31,29.545l9.758-7.393l1.405-11.976L16.31,16.534V29.545z"/> <path fill="%23999999" d="M6.552,22.153l9.758,7.393V16.534L5.147,10.177L6.552,22.153z"/> </svg>');
}
.red.icon-navigator{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M19.326,11.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,10.988,17.803,11.076,19.326,11.388"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="22.1481" x2="28.0832" y2="22.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,15.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,15.994"/> <polygon fill="%23676767" points="14.051,14.564 8.452,20.865 19.176,17.603 23.899,11.716 "/> <path fill="%23CCCCCC" d="M26.992,12.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,14.582,27.761,13.542,26.992,12.553z M26.7,16.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,13.831,26.876,14.914,26.7,16.054z"/> <polygon fill="%23FF0000" points="16.42,12.556 13.405,12.174 6.695,19.726 "/> <polygon fill="%23CC0000" points="6.695,19.726 19.548,15.816 16.42,12.556 "/> <polygon fill="%23990000" points="25.208,8.76 16.42,12.556 19.548,15.816 "/> <polygon fill="%23CC0000" points="13.405,12.174 16.42,12.556 25.208,8.76 "/> </svg>');
}
.red.icon-compass{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M22.739,13.438c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.618,2.139 c0.779,1.025,1.08,2.107,0.904,3.247c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.126,0.341-0.208,0.507 c-0.293,0.614-0.74,1.191-1.34,1.731c-0.774,0.694-1.733,1.279-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133 c-2.524-0.08-4.727-0.629-6.611-1.647c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83 c-0.083-0.168-0.155-0.338-0.215-0.51c-0.215-0.611-0.271-1.244-0.169-1.896c0.164-1.079,0.736-2.06,1.717-2.945 c0.774-0.699,1.734-1.286,2.881-1.763c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393 c0.006,0.002,0.01,0.005,0.014,0.007C22.716,13.43,22.728,13.435,22.739,13.438"/> <path fill="%23676767" d="M19.326,14.388c0.251,0.053,0.498,0.11,0.742,0.172c0.394,0.102,0.783,0.219,1.165,0.352 c0.085,0.03,0.168,0.06,0.25,0.091c1.041,0.387,1.955,0.871,2.741,1.453c1.041,0.781,1.747,1.671,2.118,2.67 c0.079,0.212,0.142,0.423,0.186,0.633c0.078-0.23,0.136-0.466,0.172-0.707c0.176-1.14-0.125-2.222-0.904-3.247 c-0.636-0.828-1.508-1.541-2.618-2.139c-0.145-0.078-0.291-0.154-0.44-0.229c-0.011-0.004-0.023-0.009-0.035-0.014 c-0.004-0.002-0.008-0.005-0.014-0.007c-1.772-0.858-3.813-1.322-6.122-1.393c-2.46-0.08-4.697,0.298-6.709,1.133 c-1.147,0.476-2.107,1.064-2.881,1.763c-0.98,0.884-1.553,1.866-1.717,2.945c-0.102,0.653-0.046,1.285,0.169,1.896 c0.075-0.347,0.198-0.693,0.369-1.038c0.464-0.938,1.217-1.764,2.259-2.477c1.743-1.201,3.895-1.908,6.456-2.121 C16.198,13.988,17.803,14.076,19.326,14.388"/> <path fill="%23CCCCCC" d="M20.069,14.561c-0.244-0.062-0.491-0.12-0.742-0.172c-1.524-0.312-3.128-0.4-4.813-0.264 c-2.561,0.213-4.713,0.921-6.456,2.121c-1.041,0.713-1.794,1.539-2.259,2.477c-0.171,0.345-0.294,0.691-0.369,1.038 c0.06,0.172,0.131,0.342,0.215,0.51c0.143,0.281,0.32,0.558,0.531,0.83c0.626,0.83,1.494,1.543,2.603,2.139 c1.883,1.018,4.087,1.567,6.611,1.647c2.463,0.08,4.7-0.298,6.713-1.133c1.145-0.476,2.104-1.061,2.878-1.756 c0.6-0.54,1.047-1.117,1.34-1.731c0.081-0.165,0.15-0.334,0.208-0.507c-0.045-0.21-0.107-0.421-0.186-0.633 c-0.371-0.999-1.077-1.889-2.118-2.67c-0.786-0.582-1.7-1.066-2.741-1.453c-0.082-0.031-0.165-0.062-0.25-0.091 C20.851,14.78,20.463,14.663,20.069,14.561"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.8745" y1="25.1481" x2="28.0832" y2="25.1481"> <stop offset="0.0118" style="stop-color:%23999999"/> <stop offset="0.1409" style="stop-color:%23919191"/> <stop offset="0.6906" style="stop-color:%23727272"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M28.083,18.994c-0.005,0.065-0.012,0.131-0.021,0.197c-0.112,0.803-0.423,1.558-0.932,2.266 c-0.265,0.371-0.585,0.728-0.96,1.073c-0.021,0.019-0.042,0.038-0.063,0.056c-0.855,0.766-1.913,1.415-3.173,1.946 c-2.261,0.943-4.775,1.378-7.543,1.305c-2.84-0.08-5.327-0.686-7.459-1.819c-0.804-0.431-1.5-0.915-2.086-1.449 c-0.325-0.296-0.617-0.608-0.876-0.936c-0.046-0.06-0.092-0.12-0.137-0.179c-0.559-0.774-0.878-1.579-0.957-2.413l0.373,5.242 c0.083,0.931,0.436,1.825,1.059,2.681c0.694,0.945,1.645,1.759,2.853,2.442c2.097,1.187,4.543,1.818,7.339,1.893 c2.749,0.066,5.227-0.416,7.434-1.446c1.243-0.584,2.273-1.297,3.089-2.139c0.994-1.037,1.556-2.171,1.685-3.402 c0.008-0.08,0.014-0.16,0.018-0.239c0.003-0.043,0.004-0.087,0.004-0.13L28.083,18.994"/> <polygon fill="%23676767" points="13.644,18.022 8.452,23.865 18.398,20.84 22.778,15.379 "/> <path fill="%23CCCCCC" d="M26.992,15.553c-0.725-0.926-1.712-1.723-2.962-2.389c-2.134-1.133-4.622-1.739-7.462-1.819 c-2.765-0.077-5.282,0.355-7.55,1.298c-1.281,0.544-2.354,1.215-3.219,2.012c-1.098,1.006-1.731,2.119-1.9,3.339 c-0.038,0.272-0.052,0.54-0.042,0.806c0.002,0.015,0.003,0.029,0.004,0.042l0.014,0.197c0.079,0.835,0.398,1.639,0.957,2.413 c0.045,0.06,0.091,0.12,0.137,0.179c0.259,0.328,0.551,0.64,0.876,0.936c0.587,0.535,1.282,1.018,2.086,1.45 c2.132,1.133,4.618,1.739,7.459,1.819c2.768,0.073,5.282-0.362,7.543-1.305c1.261-0.531,2.319-1.179,3.173-1.945 c0.021-0.018,0.042-0.037,0.063-0.056c0.376-0.345,0.696-0.702,0.96-1.073c0.509-0.708,0.82-1.463,0.932-2.266 c0.009-0.066,0.016-0.132,0.021-0.197l0.018-0.222c0.001-0.032,0.003-0.065,0.003-0.099C28.131,17.582,27.761,16.542,26.992,15.553z M26.7,19.054c-0.037,0.241-0.094,0.477-0.172,0.707c-0.057,0.172-0.127,0.341-0.208,0.507c-0.293,0.614-0.74,1.191-1.341,1.731 c-0.774,0.694-1.733,1.28-2.878,1.756c-2.012,0.835-4.25,1.213-6.713,1.133c-2.524-0.08-4.727-0.629-6.611-1.646 c-1.109-0.596-1.977-1.309-2.603-2.139c-0.211-0.273-0.388-0.549-0.531-0.83c-0.083-0.168-0.155-0.338-0.215-0.51 c-0.215-0.612-0.271-1.244-0.169-1.896c0.164-1.079,0.737-2.06,1.717-2.945c0.774-0.699,1.734-1.286,2.881-1.763 c2.012-0.835,4.249-1.213,6.709-1.133c2.309,0.071,4.35,0.535,6.122,1.393c0.006,0.002,0.01,0.005,0.014,0.007 c0.012,0.005,0.024,0.01,0.035,0.014c0.148,0.074,0.295,0.15,0.44,0.229c1.109,0.598,1.982,1.311,2.617,2.139 C26.575,16.831,26.876,17.914,26.7,19.054z"/> <polygon fill="%23FF0000" points="16.013,16.322 13.448,15.997 7.735,22.425 "/> <polygon fill="%23CC0000" points="7.735,22.425 18.676,19.097 16.013,16.322 "/> <polygon fill="%23990000" points="23.494,13.091 16.013,16.322 18.676,19.097 "/> <polygon fill="%23CC0000" points="13.448,15.997 16.013,16.322 23.494,13.091 "/> <path fill="%23CC0000" d="M19.038,9.996h-1.683l-2.51-3.94v3.94H12.92V2.158h1.683l2.51,3.94v-3.94h1.924V9.996z"/> </svg>');
}
.red.icon-dispatcher{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M23.617,28.878c-0.012-0.008-0.044-0.007-0.094,0.003c-0.088,0.024-0.191,0.06-0.31,0.11 c-0.129,0.067-0.227,0.114-0.294,0.142c-0.392,0.209-0.763,0.43-1.113,0.665c-0.283,0.199-0.424,0.32-0.423,0.365l0.01,0.013 c0.013,0.01,0.044,0.01,0.094,0c0.14-0.034,0.341-0.118,0.603-0.252c0.419-0.207,0.792-0.428,1.116-0.665 C23.527,29.035,23.663,28.908,23.617,28.878"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="15.1712" y1="28.8951" x2="15.1712" y2="25.2385"> <stop offset="0.2832" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.357,28.188l0.013-1.994c-0.519-0.086-1.058-0.262-1.617-0.529 c-0.262-0.126-0.523-0.268-0.781-0.426l0.016,2.823c-0.005,0.051-0.001,0.104,0.01,0.158c0.045,0.234,0.216,0.416,0.513,0.545 c0.228,0.101,0.48,0.143,0.755,0.126c0.284-0.011,0.529-0.083,0.736-0.216C16.226,28.535,16.345,28.373,16.357,28.188"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="7.5608" y1="20.6718" x2="10.0551" y2="20.6718"> <stop offset="0.2832" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M8.897,19.333l-0.862,0.558c-0.005,0.003-0.011,0.007-0.016,0.01 c-0.252,0.14-0.399,0.364-0.442,0.671c-0.045,0.28,0.004,0.549,0.148,0.807c0.153,0.252,0.357,0.433,0.613,0.545 c0.278,0.119,0.539,0.114,0.784-0.016l0.933-0.558C9.633,20.723,9.246,20.05,8.897,19.333"/> <path fill="%23990000" d="M27.173,21.967c-0.057-0.081-0.127-0.132-0.21-0.152c-0.132-0.029-0.297,0.024-0.494,0.158 c-0.209,0.136-0.399,0.337-0.571,0.603c-0.157,0.247-0.269,0.499-0.336,0.755c-0.101,0.37-0.082,0.653,0.058,0.849 c0.028,0.038,0.058,0.068,0.09,0.09c0.149,0.107,0.353,0.074,0.613-0.1c0.209-0.14,0.397-0.341,0.565-0.603 c0.155-0.245,0.269-0.497,0.342-0.755C27.326,22.438,27.307,22.156,27.173,21.967"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="4.7096" y1="12.1321" x2="7.7092" y2="12.1321"> <stop offset="0.2832" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M6.093,10.427c-0.154-0.06-0.333-0.04-0.539,0.058c-0.224,0.105-0.413,0.279-0.568,0.52 c-0.151,0.234-0.24,0.475-0.268,0.723c-0.034,0.323,0.038,0.568,0.216,0.736c0.06,0.056,0.126,0.095,0.197,0.119l2.278,1.287 c-0.008-0.238-0.008-0.475,0-0.71c0.023-0.682,0.123-1.302,0.3-1.862L6.125,10.44C6.115,10.436,6.104,10.431,6.093,10.427"/> <path fill="%23CC0000" d="M22.653,10.508l-0.132,0.084c-0.222,0.17-0.34,0.42-0.355,0.749c-0.011,0.329,0.076,0.645,0.261,0.949 c0.179,0.301,0.413,0.527,0.703,0.678c0.337,0.172,0.649,0.177,0.936,0.016l0.013-0.006c0.012-0.007,0.024-0.014,0.035-0.023 c0.274-0.168,0.418-0.435,0.432-0.8c0.013-0.329-0.073-0.645-0.258-0.949c-0.179-0.295-0.413-0.517-0.703-0.668 c-0.329-0.174-0.635-0.187-0.916-0.039C22.664,10.502,22.659,10.505,22.653,10.508"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="9.2352" y1="13.3643" x2="18.0998" y2="22.2289"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M11.501,11.644c-0.588,0.113-1.056,0.417-1.404,0.91c-0.062,0.088-0.12,0.181-0.174,0.281 c-0.284,0.529-0.435,1.175-0.452,1.936c-0.026,1.176,0.251,2.406,0.833,3.688c0.035,0.075,0.07,0.15,0.106,0.226 c0.314,0.656,0.673,1.257,1.075,1.804c0.391,0.53,0.824,1.009,1.297,1.436c0.544,0.486,1.095,0.857,1.652,1.113 c0.598,0.271,1.16,0.387,1.688,0.348c0.105-0.006,0.208-0.019,0.31-0.039c0.693-0.127,1.215-0.521,1.568-1.181 c0.066-0.123,0.125-0.252,0.177-0.387c-0.336-0.035-0.686-0.127-1.049-0.274c-0.566-0.237-1.123-0.589-1.671-1.058 c-0.025-0.021-0.049-0.043-0.074-0.065l-0.816,0.478c-0.108,0.071-0.23,0.12-0.365,0.148c-0.229,0.05-0.474,0.036-0.732-0.042 c-0.087-0.026-0.176-0.059-0.268-0.1c-0.284-0.129-0.56-0.316-0.829-0.561c-0.213-0.188-0.41-0.399-0.591-0.632 c-0.227-0.29-0.43-0.616-0.607-0.978c-0.017-0.034-0.033-0.069-0.048-0.103c-0.299-0.639-0.449-1.258-0.449-1.859 c0-0.235,0.026-0.449,0.077-0.642c0.032-0.117,0.074-0.227,0.126-0.329c0.109-0.223,0.256-0.389,0.439-0.497 c0.034-0.02,0.068-0.039,0.103-0.055l0.829-0.439c-0.077-0.471-0.107-0.936-0.09-1.394c0.025-0.658,0.155-1.234,0.39-1.726 C12.188,11.581,11.837,11.579,11.501,11.644"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="7.1765" y1="4.412" x2="11.1537" y2="8.3893"> <stop offset="0.2832" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M8.984,3.609C8.973,3.581,8.948,3.571,8.91,3.577C8.802,3.581,8.654,3.629,8.464,3.719 C8.101,3.87,7.721,4.079,7.325,4.348C7.067,4.527,6.901,4.669,6.828,4.774C6.807,4.802,6.801,4.83,6.812,4.858 C6.813,4.86,6.814,4.861,6.815,4.861l2.42,4.227c0.521-0.308,1.041-0.487,1.562-0.539c0.362-0.163,0.601-0.354,0.716-0.574 c0.003-0.001,0.005-0.004,0.006-0.006L8.984,3.609"/> <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="13.7918" y1="6.4714" x2="16.5378" y2="6.4714"> <stop offset="0.2832" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_6_)" d="M13.83,3.845c-0.02-0.038-0.032-0.076-0.039-0.113l0.039,3.453l0.016,1.3 c-0.01,0.054-0.003,0.108,0.019,0.165c0.071,0.185,0.295,0.333,0.671,0.445c0.256,0.077,0.518,0.116,0.787,0.116 c0.312,0,0.574-0.056,0.787-0.168c0.136-0.062,0.239-0.146,0.31-0.252c0.076-0.112,0.097-0.229,0.061-0.352l0.01-0.665l0.045-4.008 c-0.014,0.144-0.144,0.273-0.39,0.387c-0.224,0.101-0.489,0.159-0.797,0.174c-0.286,0.017-0.552-0.002-0.797-0.058 C14.179,4.187,13.938,4.045,13.83,3.845z"/> <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="22.502" y1="29.5224" x2="19.8822" y2="24.9848"> <stop offset="0.2832" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_7_)" d="M19.639,25.229c-0.104,0.112-0.214,0.214-0.329,0.307c-0.011,0.009-0.021,0.017-0.032,0.026 c-0.122,0.095-0.251,0.18-0.387,0.255l2.494,4.347c-0.001-0.044,0.14-0.166,0.423-0.365c0.351-0.234,0.722-0.456,1.113-0.665 c0.067-0.028,0.165-0.075,0.294-0.142c0.118-0.049,0.222-0.086,0.31-0.11c0.05-0.01,0.081-0.011,0.094-0.003l-2.581-4.443 l-0.013,0.006c-0.009,0.007-0.023,0.012-0.042,0.016C20.731,24.46,20.284,24.717,19.639,25.229"/> <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="12.2652" y1="14.3677" x2="17.441" y2="19.5435"> <stop offset="0.3987" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_8_)" d="M18.277,18.456c-0.155-0.698-0.407-1.412-0.755-2.143c-0.565-1.18-1.272-2.179-2.12-2.998 c-0.046-0.046-0.093-0.091-0.142-0.136l-3.007,1.591l-0.829,0.439c0.069-0.031,0.142-0.054,0.219-0.071 c0.215-0.047,0.443-0.038,0.684,0.026c0.105,0.029,0.213,0.067,0.323,0.116c0.273,0.129,0.547,0.314,0.823,0.555 c0.48,0.437,0.879,0.976,1.197,1.617c0.331,0.682,0.497,1.334,0.497,1.955c0,0.255-0.03,0.485-0.09,0.691 c-0.03,0.103-0.068,0.2-0.113,0.29c-0.101,0.206-0.233,0.363-0.397,0.471l0.816-0.478l2.936-1.717 C18.306,18.596,18.292,18.526,18.277,18.456z"/> <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="24.1702" y1="19.5232" x2="24.1702" y2="24.2705"> <stop offset="0.2832" style="stop-color:%23CC0000"/> <stop offset="0.7998" style="stop-color:%2300699C"/> <stop offset="0.9069" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_9_)" d="M22.033,19.827c-0.185,0.179-0.339,0.411-0.461,0.697c-0.118,0.28-0.183,0.551-0.194,0.813 c-0.01,0.268,0.043,0.454,0.158,0.558l0.11,0.061l1.249,0.71l2.817,1.604c-0.033-0.022-0.063-0.053-0.09-0.09 c-0.14-0.196-0.159-0.479-0.058-0.849c0.067-0.256,0.179-0.508,0.336-0.755c0.172-0.267,0.362-0.468,0.571-0.603 c0.197-0.134,0.361-0.187,0.494-0.158l-3.359-1.846l-0.703-0.387c-0.007-0.002-0.013-0.006-0.019-0.01 c-0.021-0.008-0.044-0.016-0.068-0.023C22.562,19.472,22.302,19.565,22.033,19.827"/> <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="20.2532" y1="11.7402" x2="22.781" y2="14.268"> <stop offset="0.2832" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_10_)" d="M19.523,12.515c-0.011,0.007-0.023,0.014-0.035,0.019c-0.156,0.1-0.264,0.235-0.323,0.407 c-0.029,0.087-0.047,0.183-0.052,0.287c-0.015,0.308,0.063,0.615,0.236,0.923c0.174,0.301,0.398,0.53,0.671,0.687 c0.114,0.064,0.226,0.106,0.336,0.126c0.199,0.036,0.391,0.002,0.578-0.103c0.014-0.008,0.027-0.016,0.039-0.026 c0.016-0.008,0.031-0.018,0.045-0.029l1.268-0.758l1.781-1.065c-0.287,0.161-0.599,0.155-0.936-0.016 c-0.29-0.151-0.525-0.376-0.703-0.678c-0.185-0.303-0.272-0.62-0.261-0.949c0.015-0.329,0.133-0.578,0.355-0.749l-1.639,1.052 L19.523,12.515"/> <path fill="%23999999" d="M20.858,20.111c-0.152-1.413-0.586-2.877-1.3-4.392c-0.046-0.098-0.094-0.196-0.142-0.294 c-0.248-0.506-0.514-0.991-0.8-1.455c-0.736-1.192-1.595-2.24-2.578-3.143c-0.228-0.207-0.458-0.402-0.687-0.584 c-0.589-0.464-1.179-0.839-1.771-1.126c-0.83-0.397-1.62-0.595-2.372-0.594c-0.125,0-0.25,0.006-0.374,0.016 c-0.001,0.003-0.003,0.005-0.006,0.006c-0.009,0.001-0.019,0.002-0.029,0.003c-0.521,0.052-1.041,0.231-1.562,0.539 c-0.425,0.286-0.782,0.678-1.071,1.178c-0.186,0.317-0.337,0.662-0.455,1.033c-0.177,0.559-0.277,1.18-0.3,1.862 c-0.008,0.235-0.008,0.472,0,0.71c0.055,1.657,0.508,3.388,1.359,5.192c0.043,0.091,0.086,0.181,0.129,0.271 c0.35,0.717,0.736,1.389,1.159,2.017c0.656,0.974,1.4,1.841,2.233,2.601c0.552,0.508,1.113,0.938,1.685,1.287 c0.258,0.158,0.519,0.3,0.781,0.426c0.558,0.267,1.097,0.443,1.617,0.529c0.472,0.078,0.928,0.082,1.368,0.013 c0.425-0.065,0.809-0.195,1.152-0.391c0.136-0.074,0.265-0.159,0.387-0.255c0.011-0.009,0.022-0.017,0.032-0.026 c0.115-0.093,0.225-0.195,0.329-0.307c0.072-0.076,0.142-0.156,0.21-0.242c0.099-0.127,0.193-0.264,0.281-0.41 c0.01-0.018,0.021-0.036,0.032-0.055c0.465-0.794,0.716-1.761,0.755-2.901C20.934,21.124,20.915,20.621,20.858,20.111z M18.177,21.779c-0.052,0.135-0.111,0.265-0.178,0.387c-0.353,0.66-0.875,1.054-1.568,1.181c-0.102,0.02-0.205,0.032-0.31,0.039 c-0.527,0.039-1.09-0.077-1.688-0.349c-0.557-0.256-1.108-0.627-1.652-1.113c-0.474-0.427-0.906-0.906-1.297-1.436 c-0.402-0.546-0.76-1.148-1.075-1.804c-0.036-0.076-0.072-0.151-0.106-0.226c-0.582-1.282-0.859-2.512-0.832-3.688 c0.017-0.762,0.168-1.407,0.452-1.936c0.054-0.099,0.112-0.193,0.174-0.281c0.347-0.493,0.815-0.797,1.404-0.91 c0.336-0.065,0.687-0.063,1.052,0.006c0.304,0.057,0.619,0.161,0.942,0.31c0.555,0.252,1.106,0.624,1.652,1.116 c0.038,0.034,0.076,0.069,0.113,0.103c0.049,0.045,0.096,0.09,0.142,0.135c0.848,0.819,1.555,1.818,2.12,2.998 c0.348,0.731,0.6,1.445,0.755,2.143c0.015,0.071,0.029,0.14,0.042,0.21c0.103,0.528,0.151,1.047,0.142,1.555 C18.448,20.807,18.353,21.327,18.177,21.779z"/> <path fill="%23CC0000" d="M13.472,15.836c-0.275-0.241-0.55-0.426-0.823-0.555c-0.11-0.049-0.217-0.087-0.323-0.116 c-0.241-0.064-0.469-0.072-0.684-0.026c-0.077,0.017-0.15,0.04-0.219,0.071c-0.035,0.016-0.07,0.034-0.103,0.055 c-0.183,0.108-0.329,0.274-0.439,0.497c-0.052,0.102-0.094,0.212-0.126,0.329c-0.052,0.193-0.077,0.407-0.077,0.642 c0,0.6,0.15,1.22,0.449,1.859c0.015,0.035,0.032,0.069,0.048,0.103c0.177,0.361,0.379,0.687,0.607,0.978 c0.181,0.234,0.378,0.444,0.591,0.632c0.269,0.245,0.545,0.432,0.829,0.561c0.091,0.041,0.181,0.074,0.268,0.1 c0.259,0.078,0.503,0.092,0.732,0.042c0.135-0.028,0.257-0.078,0.365-0.148c0.163-0.108,0.296-0.265,0.397-0.471 c0.045-0.09,0.082-0.187,0.113-0.29c0.06-0.206,0.09-0.436,0.09-0.691c0-0.622-0.166-1.274-0.497-1.955 C14.351,16.811,13.952,16.272,13.472,15.836z"/> <linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="10.653" y1="8.6937" x2="23.8797" y2="21.9204"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_11_)" d="M11.52,7.969c-0.001,0.003-0.004,0.005-0.006,0.006c-0.115,0.22-0.354,0.411-0.716,0.574 c0.01-0.001,0.02-0.002,0.029-0.003c0.003-0.002,0.006-0.004,0.006-0.006c0.124-0.01,0.249-0.016,0.374-0.016 c0.752-0.001,1.542,0.197,2.372,0.594c0.592,0.287,1.183,0.662,1.772,1.126c0.23,0.182,0.459,0.377,0.687,0.584 c0.983,0.903,1.842,1.951,2.578,3.143c0.286,0.464,0.553,0.949,0.8,1.455c0.049,0.097,0.096,0.195,0.142,0.294 c0.715,1.515,1.148,2.978,1.3,4.392c0.056,0.51,0.076,1.013,0.058,1.51c-0.039,1.14-0.29,2.107-0.755,2.901 c-0.011,0.019-0.022,0.037-0.032,0.055c-0.088,0.146-0.181,0.283-0.281,0.41c-0.067,0.086-0.137,0.166-0.21,0.242 c0.645-0.512,1.092-0.769,1.342-0.771l0.055-0.026l0.01-0.003l0.661-0.426c0.012-0.006,0.023-0.014,0.032-0.023 c0.422-0.289,0.78-0.678,1.075-1.168c0.028-0.047,0.055-0.095,0.081-0.145l-1.249-0.71c-0.026-0.007-0.051-0.018-0.074-0.032 c-0.013-0.009-0.024-0.018-0.035-0.029c-0.115-0.104-0.168-0.29-0.158-0.558c0.011-0.262,0.075-0.534,0.194-0.813 c0.123-0.286,0.276-0.518,0.461-0.697c0.269-0.262,0.529-0.355,0.781-0.278c0.024,0.007,0.046,0.014,0.068,0.023 c0.006,0.004,0.013,0.007,0.019,0.01l0.703,0.387c0.002-0.005,0.003-0.01,0.003-0.016c0.097-1.867-0.336-3.818-1.297-5.853 c-0.008-0.017-0.017-0.034-0.026-0.052l-1.268,0.758c-0.014,0.011-0.029,0.021-0.045,0.029c-0.012,0.01-0.025,0.018-0.039,0.026 c-0.187,0.105-0.379,0.139-0.578,0.103c-0.11-0.02-0.222-0.062-0.336-0.126c-0.273-0.157-0.497-0.386-0.671-0.687 c-0.172-0.308-0.251-0.615-0.236-0.923c0.005-0.105,0.022-0.2,0.052-0.287c0.059-0.172,0.167-0.307,0.323-0.407 c0.012-0.005,0.024-0.012,0.035-0.019l1.358-0.871c-0.627-0.88-1.334-1.663-2.12-2.349c-0.75-0.653-1.506-1.16-2.268-1.52 l-0.01,0.665c0.036,0.123,0.015,0.24-0.061,0.352c-0.071,0.105-0.174,0.189-0.31,0.252c-0.213,0.112-0.475,0.168-0.787,0.168 c-0.269,0-0.531-0.039-0.787-0.116c-0.376-0.112-0.6-0.26-0.671-0.445c-0.023-0.056-0.029-0.111-0.019-0.165l-0.016-1.3 c-0.18,0.012-0.359,0.036-0.536,0.071c-0.34,0.066-0.654,0.173-0.942,0.319c-0.006,0.002-0.013,0.005-0.019,0.006L11.52,7.969"/> <path fill="%23FF0000" d="M15.776,3.157c-0.245-0.056-0.511-0.076-0.797-0.061c-0.308,0.017-0.573,0.076-0.797,0.177 c-0.24,0.112-0.371,0.238-0.39,0.378c-0.004,0.026-0.004,0.053,0,0.081c0.006,0.037,0.019,0.075,0.039,0.113 c0.108,0.2,0.348,0.342,0.723,0.426c0.245,0.056,0.511,0.075,0.797,0.058c0.308-0.015,0.573-0.073,0.797-0.174 c0.246-0.115,0.376-0.244,0.39-0.387c0.002-0.017,0.002-0.034,0-0.052c-0.003-0.043-0.016-0.087-0.039-0.132 C16.392,3.388,16.151,3.246,15.776,3.157z"/> </svg>');
}
.red.icon-rotate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF0000" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%23990000" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%23FF0000" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%23990000" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%23CC0000" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%23FF0000" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%23990000" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%23FF0000" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23CC0000" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg> ');
}


.blue.icon-display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="9.568,22.518 7.379,24.124 19.939,30.502 21.918,28.532 "/> <polygon fill="%23676767" points="27.525,9.371 25.817,10.529 24.687,29.88 26.184,28.614 "/> <polyline fill="%23676767" points="7.883,6.027 6.124,5.377 6.836,19.735 7.075,19.571 7.083,19.577 8.356,18.721 7.884,6.136 "/> <polyline fill="%23CCCCCC" points="8.356,18.721 7.083,19.577 6.836,19.742 23.062,27.215 23.151,25.217 8.356,18.721 "/> <polygon fill="%23CCCCCC" points="25.817,10.529 27.525,9.371 6.229,1.844 4.514,2.741 "/> <path fill="%23999999" d="M4.514,2.741l1.063,17.834l19.109,9.305l1.131-19.351L4.514,2.741z M23.062,27.215L6.836,19.742L6.124,5.377 l17.619,6.516L23.062,27.215z"/> <polygon fill="%23676767" points="10.842,23.138 18.203,26.723 18.203,28.099 10.842,24.342 "/> <polygon fill="%23003399" points="7.883,6.027 8.356,18.721 23.151,25.217 23.743,11.893 "/> <polygon fill="%23676767" points="18.203,28.099 19.341,27.277 18.203,26.723 "/> </svg> ');
}
.blue.icon-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <polyline fill="%23CCCCCC" points="22.316,27.679 20.638,26.443 16.471,29.481 18.196,30.784 22.316,27.679 "/> <polyline fill="%23CCCCCC" points="26.393,24.603 24.786,23.419 21.222,26.018 22.891,27.244 26.393,24.603 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="27.2349" y1="21.2664" x2="4.4539" y2="21.2664"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.4359" style="stop-color:%23FFFFFF"/> <stop offset="0.7175" style="stop-color:%23B6B6B6"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="16.796,15.186 15.244,14.225 4.454,20.413 6.123,21.672 10.523,18.998 12.088,20.15 7.669,22.84 9.119,23.934 13.546,21.222 15.067,22.342 10.667,25.103 12.22,26.275 17.081,22.975 18.31,23.878 13.568,27.291 14.916,28.308 23.326,22.34 24.786,23.419 27.235,21.631 24.123,19.71 21.459,22.461 19.406,18.961 19.49,16.848 18.511,16.243 15.694,17.957 18.528,20.169 15.689,21.952 11.149,18.616 "/> <polyline fill="%23676767" points="26.393,24.603 28.941,22.685 27.235,21.631 24.786,23.419 26.393,24.603 "/> <polyline fill="%23676767" points="24.786,23.419 23.326,22.34 14.916,28.308 16.471,29.481 20.638,26.443 22.316,27.679 22.891,27.244 21.222,26.018 24.786,23.419 "/> <polyline fill="%23676767" points="21.459,22.461 21.939,20.525 19.406,18.961 21.459,22.461 "/> <polyline fill="%23676767" points="18.31,23.878 17.081,22.975 12.22,26.275 13.568,27.291 18.31,23.878 "/> <polyline fill="%23676767" points="15.067,22.342 13.546,21.222 9.119,23.934 10.667,25.103 15.067,22.342 "/> <polyline fill="%23676767" points="18.528,20.169 15.694,17.957 18.511,16.243 16.796,15.186 11.149,18.616 15.689,21.952 18.528,20.169 "/> <polygon fill="%23676767" points="6.123,21.672 7.669,22.84 12.088,20.15 10.523,18.998 "/> <path fill="%230044B2" d="M24.123,19.71l-0.019-0.013l-2.164,0.827l-0.48,1.936L24.123,19.71z"/> <path fill="%23003399" d="M22.859,6.832l-2.901-1.607L19.49,16.848l-0.084,2.113l2.533,1.564L22.859,6.832z"/> <path fill="%230044B2" d="M25.654,5.146l-2.795,1.686l-0.92,13.693l2.164-0.827l0.125-0.075L25.654,5.146z"/> <path fill="%230099FF" d="M25.654,5.146l-2.847-1.262l-2.849,1.342l2.901,1.607L25.654,5.146z"/> </svg>');
}
.blue.icon-save{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <polyline fill="%23003399" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23003399" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23003399" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%230044B2" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%230044B2" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%230099FF" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.blue.icon-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%23003399" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23003399" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23003399" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%230044B2" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%230044B2" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%230099FF" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.blue.icon-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%23003399" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23003399" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23003399" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%230044B2" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%230044B2" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%230099FF" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.blue.icon-cancel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <path fill="%230099FF" d="M16.558,21.114c0.06-2.289-1.593-2.051-3.06-2.525c1.819,0.588,1.11,3.411,0.722,4.681 c-0.659,2.162-1.749,4.203-2.894,6.143c0.446,0.144,1.802,0.582,1.802,0.582s1.307-2.156,1.564-2.673 C15.614,25.458,16.67,23.25,16.558,21.114z"/> <path fill="%230099FF" d="M11.507,14.415c1.713-0.414,3.758-0.86,5.451-0.313c-1.137-0.367-2.282-0.82-3.48-0.933 c-1.897-0.179-3.857,0.24-5.693,0.941c0.487,0.157,1.066,0.538,1.566,0.646C10.166,14.932,10.682,14.615,11.507,14.415z"/> <path fill="%230044B2" d="M3.412,20.65c-0.482-0.156-1.301-0.42-1.894-0.612c1.574,1.117,3.149,2.232,4.724,3.348 C7.109,24,7.959,24.709,8.874,25.251c0.636,0.377,1.399,0.534,2.106,0.762C8.757,24.438,5.635,22.224,3.412,20.65z"/> <g> <path fill="%230099FF" d="M3.412,20.65c-0.631-0.204-1.262-0.408-1.894-0.612c1.197-2.178,5.837-10.42,5.837-10.42 s1.408,0.455,1.802,0.582C7.242,13.683,5.327,17.166,3.412,20.65z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.4117" y1="20.0971" x2="20.6753" y2="20.0971"> <stop offset="0" style="stop-color:%23003399"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.157,10.2c0.174,1.508,0.348,3.015,0.521,4.523c3.538-1.35,9.279-1.806,10.695,2.701 c1.611,5.127-3.567,9.884-7.246,12.572c1.032-1.748,2.055-3.528,2.713-5.456c0.448-1.311,1.144-3.507,0.225-4.788 c-1.18-1.647-3.659,0.02-4.776,0.884c-0.829,0.641-0.829,0.641-0.829,0.641s0.389,3.607,0.519,4.737 c-1.595-1.13-3.191-2.26-4.786-3.39c-0.726-0.515-1.452-1.03-2.192-1.522c-0.556-0.37-0.591-0.451-0.591-0.451 s2.066-3.757,2.931-5.331C7.281,13.612,8.219,11.906,9.157,10.2z"/> </svg>');
}
.blue.icon-back{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%230044B2" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%230044B2" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%230099FF" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.blue.icon-skip{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23003399" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23003399" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23003399" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%230044B2" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%230044B2" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%230099FF" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> "/> </svg>');
}
.blue.icon-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230044B2" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%230099FF" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%230099FF" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%23003399" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.blue.icon-restore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%230099FF" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%23003399" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%230099FF" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%23003399" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%230099FF" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%230044B2" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.blue.icon-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230044B2" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%230099FF" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%230099FF" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%23003399" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.blue.icon-delete-all{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23999999" points="26.724,19.214 24.738,18.508 20.566,13.146 22.553,13.852 "/> </g> <polygon fill="%23CCCCCC" points="22.553,13.852 20.566,13.146 22.688,12.429 24.675,13.134 "/> <path fill="%23999999" d="M21.159,5.458c1.248,1.293,1.426,3.759,1.504,5.598c0.012,0.279-0.092,1.18,0.042,1.379 c0.069,0.103,0.498,0.177,0.594,0.211c0.459,0.163,0.918,0.326,1.376,0.489c0.007-2.102-0.039-4.746-1.152-6.485 c-0.733-1.146-2.072-1.34-3.156-1.725C20.658,5.028,20.929,5.219,21.159,5.458z"/> <path fill="%23CCCCCC" d="M18.983,6.052c1.39-2.095,3.616-3.989,5.94-3.164c-1.279-0.454-2.565-1.107-3.918-0.806 c-2.422,0.538-4.197,3.165-5.313,5.642c0.531,0.189,1.099,0.496,1.646,0.585c0.439,0.071,0.303,0.174,0.601-0.422 C18.257,7.252,18.598,6.631,18.983,6.052z"/> <path fill="%23676767" d="M23.734,2.692c2.75-0.041,5.04,3.19,4.963,8.837l2.095-0.654l-4.068,8.338l-4.172-5.362l2.122-0.717 c0.02-5.771-1.359-7.636-2.992-7.612c-1.384,0.021-2.95,1.398-4.003,2.907C19.44,4.521,21.711,2.722,23.734,2.692z"/> <polyline fill="%230044B2" points="20.566,14.667 19.157,15.43 16.887,16.862 16.893,16.873 16.748,16.949 20.281,22.863 22.592,21.169 19.256,15.598 20.671,14.836 23.145,13.264 20.566,14.667 "/> <polyline fill="%230099FF" points="20.741,9.295 18.22,10.738 20.566,14.667 23.145,13.264 20.741,9.295 "/> <polyline fill="%230099FF" points="14.536,12.927 14.542,12.938 16.87,11.611 13.453,5.895 10.88,7.129 14.396,13.02 14.536,12.927 "/> <polyline fill="%23003399" points="14.542,12.938 14.396,13.02 10.88,7.129 8.849,8.829 12.196,14.446 9.256,16.355 11.346,19.865 14.437,18.195 17.801,23.835 20.281,22.863 16.748,16.949 16.887,16.862 19.157,15.43 20.566,14.667 18.22,10.738 16.87,11.611 14.542,12.938 "/> <path fill="%23CCCCCC" d="M18.069,25.769c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C15.385,28.086,16.966,26.887,18.069,25.769z"/> <path fill="%23999999" d="M6.637,29.661c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C2.844,24.377,3.669,28.175,6.637,29.661z"/> <polygon fill="%23CCCCCC" points="2.761,22.709 0.357,22.004 5.28,13.665 7.683,14.371 "/> <path fill="%23676767" d="M7.683,14.371l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839l-2.535,0.654 L7.683,14.371z"/> </svg>');
}
.blue.icon-waste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.1218" y1="19.2374" x2="26.8577" y2="19.2374"> <stop offset="0" style="stop-color:%23003399"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.147,13.307c-0.229,0.045-0.464,0.085-0.704,0.121c-0.468,0.073-0.953,0.132-1.455,0.174 c-0.03,0.003-0.061,0.005-0.093,0.007c-0.008,0.002-0.016,0.003-0.025,0.004c-1.283,0.105-2.534,0.106-3.75,0.004 c-0.01,0-0.021,0-0.032,0c-0.521-0.044-1.036-0.107-1.548-0.189c-0.237-0.039-0.473-0.082-0.708-0.128 c-0.12-0.024-0.24-0.049-0.359-0.075c-0.783-0.17-1.514-0.381-2.192-0.633c-0.248-0.093-0.49-0.193-0.726-0.299 c-0.201-0.088-0.398-0.182-0.591-0.281c-0.018-0.009-0.037-0.018-0.057-0.028c-0.381-0.201-0.714-0.4-1-0.598 c-0.064-0.045-0.125-0.09-0.185-0.135c-0.045-0.033-0.089-0.068-0.132-0.103c-0.13-0.102-0.255-0.209-0.374-0.32 c-0.184-0.177-0.352-0.364-0.505-0.562c-0.077-0.099-0.148-0.197-0.213-0.295C5.332,9.711,5.206,9.453,5.122,9.194l4.195,16.321 c0.02,0.11,0.048,0.221,0.082,0.331c0.206,0.669,0.624,1.265,1.252,1.79c0.522,0.436,1.148,0.796,1.879,1.078 c1.321,0.512,2.755,0.708,4.302,0.587c1.634-0.126,3.01-0.586,4.127-1.381c0.657-0.463,1.139-1,1.445-1.612 c0.129-0.261,0.218-0.524,0.267-0.79L26.858,9.14c-0.044,0.143-0.101,0.287-0.171,0.431c-0.063,0.13-0.136,0.258-0.217,0.384 c-0.194,0.304-0.438,0.595-0.733,0.872c-0.107,0.1-0.221,0.198-0.342,0.295c-0.104,0.085-0.214,0.168-0.331,0.249 c-0.226,0.161-0.471,0.316-0.737,0.466c-0.104,0.059-0.209,0.116-0.317,0.171c-0.414,0.218-0.853,0.415-1.316,0.591 C21.914,12.895,21.065,13.131,20.147,13.307 M8.153,13.776c0.092,0.051,0.187,0.102,0.285,0.153 c0.134,0.068,0.272,0.134,0.416,0.199c0.228,0.104,0.471,0.206,0.729,0.306c0.056,0.021,0.113,0.043,0.171,0.064 c0.413,2.08,0.805,4.043,1.174,5.889c0.059,0.297,0.117,0.59,0.174,0.879c0.047,0.228,0.092,0.454,0.135,0.676 c0.31,1.543,0.603,2.997,0.879,4.362c0.072,0.359,0.144,0.711,0.213,1.057c-1.21-0.455-2.122-1.089-2.736-1.9 c-0.076-0.334-0.152-0.667-0.228-1H9.32c0.007-0.034,0.014-0.069,0.021-0.103c-0.118-0.522-0.235-1.041-0.352-1.558 c-0.252-1.107-0.501-2.206-0.747-3.295c-0.113-0.501-0.226-1.001-0.338-1.498c-0.401-1.781-0.795-3.538-1.181-5.269 c0.109,0.103,0.221,0.203,0.338,0.299c0.107,0.088,0.217,0.174,0.331,0.256c0.194,0.142,0.398,0.275,0.612,0.398 C8.054,13.72,8.103,13.749,8.153,13.776 M22.214,14.499c0.062-0.023,0.124-0.047,0.185-0.071c0.4-0.157,0.782-0.33,1.146-0.519 c0.133-0.069,0.264-0.14,0.391-0.213c0.013-0.008,0.026-0.016,0.039-0.025c0.219-0.128,0.422-0.26,0.608-0.395 c0.121-0.085,0.235-0.172,0.342-0.26c0.114-0.091,0.221-0.184,0.32-0.278c-0.792,3.556-1.542,6.907-2.252,10.051 c-0.119,0.529-0.238,1.052-0.356,1.569c0.009,0.034,0.016,0.069,0.021,0.103h-0.046c-0.074,0.336-0.149,0.669-0.224,1 c-0.306,0.399-0.686,0.755-1.139,1.071c-0.477,0.327-1.009,0.604-1.598,0.829c0.065-0.325,0.135-0.677,0.21-1.057 c0.239-1.189,0.531-2.647,0.875-4.373c0.044-0.219,0.088-0.441,0.132-0.669c0.058-0.288,0.118-0.583,0.178-0.886 C21.391,18.645,21.78,16.686,22.214,14.499 M17.877,15.431c0.165-0.014,0.33-0.03,0.495-0.05l-0.139,5.529l-0.171,6.895 c-1.383,0.263-2.766,0.263-4.149,0l-0.178-6.888l-0.139-5.536c0.171,0.02,0.341,0.038,0.512,0.053 c0.01,0.001,0.019,0.002,0.028,0.004c1.239,0.112,2.478,0.111,3.715-0.004C17.861,15.434,17.869,15.433,17.877,15.431z"/> <path fill="none" d="M22.826,4.888c-0.804-0.372-1.722-0.674-2.754-0.904c-1.838-0.403-3.775-0.52-5.81-0.349 c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166C6.213,7.67,6.128,8.172,6.218,8.674 c0.068,0.365,0.228,0.729,0.48,1.092c0.03,0.044,0.061,0.086,0.093,0.128c0.247,0.321,0.536,0.613,0.868,0.875 c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466c0.114,0.067,0.234,0.135,0.36,0.203 c0.126,0.067,0.254,0.13,0.384,0.192c0.766,0.364,1.63,0.656,2.59,0.875c-0.269-1.859-0.571-3.942-0.904-6.248 c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235c0.004,0.002,0.007,0.003,0.011,0.003 c0.007,0.001,0.014,0.001,0.021,0c1.164,0.111,2.364,0.115,3.601,0.011c0.055-0.004,0.109-0.009,0.164-0.014 c0.007-0.001,0.014-0.002,0.021-0.004c0.002,0.001,0.003,0.001,0.004,0c0.575-0.051,1.125-0.124,1.651-0.221 c0.241-0.044,0.477-0.092,0.708-0.146c0.949-0.218,1.812-0.515,2.59-0.89c0.177-0.085,0.349-0.174,0.516-0.267 c0.356-0.197,0.672-0.406,0.95-0.626c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377 c0.123-0.236,0.207-0.472,0.253-0.708c0.131-0.677-0.059-1.351-0.569-2.021C24.656,5.968,23.873,5.379,22.826,4.888z"/> <path fill="%230099FF" d="M21.385,20.615c-0.109-0.082-0.222-0.161-0.338-0.238c-0.06,0.303-0.119,0.598-0.178,0.886 c0.127,0.114,0.244,0.232,0.352,0.356C21.275,21.296,21.329,20.962,21.385,20.615z"/> <path fill="%230099FF" d="M21.531,22.024c0.198,0.303,0.33,0.617,0.395,0.939c0.02-0.087,0.092-0.408,0.214-0.964L21.531,22.024z"/> <path fill="%230099FF" d="M26.263,6.514c-0.598-0.759-1.485-1.411-2.661-1.957c-0.899-0.413-1.932-0.747-3.099-1.003 c-2.061-0.448-4.233-0.574-6.515-0.377c-2.526,0.221-4.64,0.809-6.34,1.765C6.493,5.594,5.707,6.349,5.289,7.208 C4.963,7.873,4.908,8.535,5.122,9.194c0.084,0.259,0.21,0.518,0.377,0.776c0.066,0.098,0.137,0.197,0.214,0.295 c0.153,0.198,0.322,0.386,0.505,0.562c0.119,0.112,0.244,0.218,0.374,0.32c0.043,0.035,0.087,0.07,0.132,0.103 c0.06,0.045,0.122,0.09,0.185,0.135c0.286,0.198,0.619,0.397,1,0.598c0.02,0.01,0.039,0.02,0.057,0.029 c0.192,0.099,0.389,0.193,0.591,0.281c0.235,0.106,0.477,0.206,0.726,0.299c0.678,0.253,1.408,0.464,2.192,0.633 c0.12,0.026,0.239,0.051,0.359,0.075c0.236,0.046,0.471,0.089,0.708,0.128c0.511,0.082,1.027,0.144,1.548,0.189 c0.011,0,0.022,0,0.032,0c1.217,0.102,2.467,0.101,3.75-0.004c0.009-0.001,0.017-0.002,0.025-0.004 c0.031-0.002,0.062-0.004,0.093-0.007c0.502-0.043,0.987-0.101,1.455-0.174c0.24-0.036,0.475-0.076,0.705-0.121 c0.918-0.175,1.767-0.411,2.548-0.708c0.463-0.176,0.902-0.372,1.316-0.591c0.108-0.055,0.213-0.112,0.317-0.171 c0.265-0.15,0.511-0.305,0.736-0.466c0.116-0.081,0.227-0.165,0.331-0.249c0.121-0.097,0.235-0.195,0.342-0.295 c0.295-0.277,0.539-0.567,0.733-0.872c0.081-0.126,0.154-0.254,0.217-0.384c0.07-0.144,0.127-0.287,0.171-0.43 c0.032-0.098,0.057-0.195,0.075-0.292c0.002-0.002,0.003-0.005,0.003-0.007C27.087,8.058,26.863,7.282,26.263,6.514z M25.748,8.674 c-0.045,0.236-0.129,0.472-0.253,0.708c-0.065,0.128-0.14,0.254-0.224,0.377c-0.241,0.353-0.559,0.684-0.954,0.993 c-0.278,0.22-0.594,0.429-0.95,0.626c-0.167,0.093-0.339,0.182-0.516,0.267c-0.778,0.375-1.641,0.671-2.59,0.89 c-0.231,0.053-0.467,0.102-0.708,0.146c-0.526,0.096-1.076,0.17-1.651,0.221c0,0.001-0.002,0.001-0.004,0 c-0.007,0.002-0.014,0.003-0.021,0.004c-0.055,0.005-0.109,0.01-0.164,0.014c-1.237,0.104-2.437,0.1-3.601-0.011 c-0.007,0.001-0.014,0.001-0.021,0c-0.003-0.001-0.007-0.002-0.011-0.003c-0.557-0.052-1.108-0.131-1.651-0.235l-0.957-6.6 c-0.227,0.064-0.446,0.131-0.658,0.203c0.333,2.306,0.634,4.389,0.904,6.248c-0.961-0.219-1.824-0.511-2.59-0.875 c-0.13-0.062-0.259-0.125-0.384-0.192c-0.125-0.068-0.245-0.135-0.36-0.203c-0.265-0.156-0.5-0.312-0.704-0.466 c-0.006-0.005-0.013-0.01-0.021-0.014c-0.332-0.262-0.621-0.554-0.868-0.875C6.759,9.853,6.728,9.81,6.698,9.766 c-0.252-0.363-0.412-0.727-0.48-1.092C6.128,8.172,6.213,7.67,6.474,7.166C6.865,6.406,7.577,5.745,8.609,5.18 c1.523-0.844,3.407-1.359,5.654-1.544c2.035-0.171,3.972-0.055,5.81,0.349c1.032,0.23,1.95,0.531,2.754,0.904 c1.046,0.491,1.83,1.079,2.352,1.765C25.689,7.324,25.878,7.997,25.748,8.674z"/> <path fill="%230099FF" d="M20.389,25.984c-0.166,0.114-0.341,0.221-0.527,0.32c-0.075,0.38-0.145,0.732-0.21,1.057 c0.588-0.225,1.121-0.502,1.598-0.829c0.453-0.316,0.833-0.672,1.139-1.071l-0.897-0.548C21.222,25.314,20.854,25.671,20.389,25.984 z"/> <path fill="%230099FF" d="M15.995,27.204c-0.704,0-1.39-0.076-2.056-0.228l-0.025,0.829c1.383,0.263,2.766,0.263,4.149,0l-0.018-0.829 C17.378,27.128,16.695,27.204,15.995,27.204z"/> <path fill="%230099FF" d="M17.813,19.206c-1.212-0.206-2.424-0.206-3.636,0l-0.021,0.655c1.222-0.251,2.448-0.251,3.679,0 L17.813,19.206z"/> <path fill="%230099FF" d="M10.448,22.024H9.847c0.071,0.321,0.141,0.636,0.21,0.946c0.002,0,0.004-0.001,0.004-0.004 C10.126,22.643,10.255,22.329,10.448,22.024z"/> <path fill="%230099FF" d="M10.928,20.387c-0.115,0.074-0.226,0.151-0.334,0.231c0.056,0.346,0.111,0.679,0.164,1 c0.108-0.122,0.223-0.24,0.345-0.352C11.046,20.977,10.988,20.684,10.928,20.387z"/> <path fill="%230099FF" d="M11.715,26.073c-0.524-0.337-0.932-0.723-1.224-1.16l-0.897,0.548c0.614,0.811,1.526,1.445,2.736,1.9 c-0.07-0.345-0.141-0.698-0.213-1.057C11.978,26.232,11.844,26.155,11.715,26.073z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.4356" x2="25.7876" y2="18.4356"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="1" style="stop-color:%23003399"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M21.798,20.956c0.576-2.301,1.159-4.65,1.747-7.048c-0.364,0.19-0.746,0.363-1.146,0.519 c-0.386,2.368-0.724,4.43-1.014,6.187c-0.056,0.347-0.111,0.681-0.164,1.003c-0.108-0.124-0.226-0.242-0.352-0.356 c-0.044,0.227-0.088,0.45-0.132,0.669c0.211,0.135,0.409,0.28,0.594,0.434c0.226,0.191,0.424,0.39,0.594,0.598 c-0.065-0.323-0.197-0.636-0.395-0.939c0.061-0.241,0.121-0.483,0.181-0.726C21.741,21.185,21.77,21.071,21.798,20.956z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="8.2322" x2="25.7875" y2="8.2322"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="1" style="stop-color:%23003399"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M25.178,6.653c-0.522-0.686-1.306-1.274-2.352-1.765c-0.804-0.372-1.722-0.674-2.754-0.904 c-1.838-0.403-3.775-0.52-5.81-0.349c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166 C6.213,7.67,6.128,8.172,6.218,8.674c0.068,0.365,0.228,0.729,0.48,1.092c0.06-0.369,0.21-0.733,0.448-1.092 c0.175,0.711,0.345,1.41,0.512,2.096c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466 c0.114,0.067,0.234,0.135,0.36,0.203c0.126,0.067,0.254,0.13,0.384,0.192c-0.215-1.33-0.444-2.74-0.687-4.23 c0.658-0.451,1.449-0.832,2.373-1.142c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235 l-0.075-7.315c0.006-0.001,0.012-0.002,0.018-0.004c0.005,0.001,0.01,0.001,0.014,0c1.307-0.135,2.61-0.135,3.91,0 c0.004,0,0.008,0,0.011,0c0.006,0.002,0.012,0.003,0.018,0.004l-0.075,7.312c0.575-0.051,1.125-0.124,1.651-0.221 c0.282-1.962,0.599-4.166,0.95-6.611c0.229,0.063,0.451,0.131,0.665,0.203c0.926,0.307,1.717,0.688,2.373,1.142 c-0.242,1.49-0.472,2.9-0.69,4.23c0.177-0.085,0.349-0.174,0.516-0.267c0.356-0.197,0.672-0.406,0.95-0.626 c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377c0.123-0.236,0.207-0.472,0.253-0.708 C25.878,7.997,25.689,7.324,25.178,6.653z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.1491" x2="25.7876" y2="18.1491"> <stop offset="0" style="stop-color:%230044B2"/> <stop offset="1" style="stop-color:%23003399"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M17.835,19.861c-1.231-0.251-2.457-0.251-3.679,0l-0.046-4.426c-0.171-0.016-0.342-0.033-0.512-0.053 l0.139,5.536c0.452-0.099,0.926-0.168,1.423-0.206c1.082-0.088,2.106-0.021,3.074,0.199l0.139-5.529 c-0.164,0.019-0.329,0.036-0.494,0.05L17.835,19.861z"/> <path fill="%23003399" d="M10.181,20.96c-0.195-0.784-0.397-1.594-0.605-2.43c-0.36-1.456-0.74-2.989-1.139-4.601 c-0.098-0.05-0.193-0.101-0.285-0.153c-0.05-0.028-0.099-0.056-0.149-0.085c0.364,1.653,0.711,3.225,1.039,4.714 c0.045,0.199,0.089,0.398,0.132,0.594c0.233,1.05,0.457,2.058,0.673,3.024h0.601c-0.06-0.239-0.12-0.481-0.181-0.726 C10.239,21.186,10.21,21.074,10.181,20.96z"/> <path fill="%230044B2" d="M23.976,13.67c-0.013,0.009-0.026,0.017-0.039,0.025c-0.128,0.073-0.258,0.144-0.391,0.213 c-0.588,2.398-1.171,4.748-1.747,7.048c-0.028,0.115-0.057,0.229-0.085,0.342c-0.06,0.243-0.121,0.485-0.181,0.726l0.608-0.025 C22.441,20.635,23.053,17.859,23.976,13.67 M9.584,14.435c-0.258-0.1-0.501-0.202-0.729-0.306c-0.144-0.065-0.283-0.131-0.416-0.199 c0.399,1.611,0.778,3.145,1.139,4.601c0.208,0.836,0.41,1.646,0.605,2.43c0.029,0.114,0.057,0.226,0.085,0.338 c0.061,0.245,0.122,0.487,0.181,0.726c-0.193,0.305-0.322,0.619-0.388,0.943c0.262-0.316,0.582-0.608,0.961-0.875 c0.072-0.051,0.144-0.101,0.217-0.149c-0.044-0.222-0.089-0.448-0.135-0.676c-0.123,0.113-0.238,0.23-0.345,0.352 c-0.053-0.321-0.107-0.654-0.164-1C10.306,18.862,9.969,16.801,9.584,14.435 M8.004,13.691c-0.214-0.124-0.418-0.257-0.612-0.398 c-0.114-0.082-0.224-0.168-0.331-0.256c-0.117-0.096-0.229-0.196-0.338-0.299c0.387,1.731,0.78,3.488,1.181,5.269 c0.112,0.497,0.225,0.997,0.338,1.498c0.247,1.089,0.496,2.187,0.747,3.295c0.117,0.517,0.235,1.037,0.352,1.558 c0.009,0.034,0.017,0.069,0.025,0.103c0.076,0.333,0.152,0.666,0.228,1l0.897-0.548c-0.139-0.623-0.283-1.267-0.431-1.932 c-0.001-0.003-0.002-0.006-0.004-0.011c-0.069-0.31-0.139-0.626-0.21-0.946c-0.215-0.967-0.439-1.975-0.672-3.024 c-0.043-0.197-0.086-0.395-0.132-0.594C8.714,16.916,8.368,15.344,8.004,13.691 M21.168,6.272c-0.214-0.072-0.436-0.139-0.665-0.203 c-0.351,2.445-0.668,4.649-0.95,6.611c0.241-0.044,0.477-0.092,0.708-0.146L21.168,6.272z"/> <path fill="%230099FF" d="M25.246,12.737c-0.099,0.094-0.206,0.186-0.32,0.278c-0.106,0.088-0.22,0.174-0.342,0.26 c-0.187,0.135-0.39,0.267-0.608,0.395c-0.922,4.189-1.534,6.965-1.836,8.329c-0.122,0.556-0.193,0.877-0.213,0.964l0,0 c-0.161,0.729-0.306,1.379-0.434,1.95l0.897,0.548c0.075-0.331,0.15-0.664,0.224-1c0.009-0.035,0.017-0.069,0.025-0.103 c0.118-0.517,0.236-1.04,0.356-1.569C23.704,19.644,24.454,16.294,25.246,12.737z"/> </svg>');
}
.blue.icon-manage{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23003399" points="16.866,21.001 17.094,23.779 20.501,26.09 20.328,23.279 16.866,21.001 "/> <polyline fill="%23003399" points="19.264,19.688 21.5,18.462 18.179,16.389 18.364,19.113 19.264,19.688 "/> <polyline fill="%23003399" points="28.661,25.699 28.607,22.889 24.972,20.632 25.08,23.41 28.661,25.699 "/> <polyline fill="%230044B2" points="20.328,23.279 20.501,26.09 25.08,23.41 24.972,20.632 20.328,23.279 "/> <polyline fill="%230044B2" points="28.607,22.889 28.661,25.699 30.083,18.429 30.05,15.716 28.607,22.889 "/> <polyline fill="%230099FF" points="21.5,18.462 19.264,19.688 16.866,21.001 20.328,23.279 24.972,20.632 28.607,22.889 30.05,15.716 18.179,16.389 21.5,18.462 "/> <polyline fill="%230044B2" points="14.876,26.874 3.141,27.683 3.292,30.11 14.876,29.301 14.876,26.874 "/> <polyline fill="%230044B2" points="16.866,21.001 11.457,24.534 13.737,26.09 17.094,23.779 16.866,21.001 "/> <polygon fill="%230099FF" points="13.587,18.865 16.866,21.001 11.457,24.534 14.876,26.874 3.141,27.683 5.007,20.133 8.167,22.29 "/> <path fill="%23003399" d="M17.942,15.947l2.879-1.699L14.456,1.062l-3.05,1.388L17.942,15.947z"/> <path fill="%230099FF" d="M11.405,2.45L5.787,8.542L9.55,10.84l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L11.405,2.45z"/> <path fill="%230044B2" d="M13.594,13.301l-0.007,5.565l2.769-1.637l0.044-2.219L13.594,13.301z"/> </svg> ');
}
.blue.icon-debug{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.048,28.509 18.117,26.11 13.757,23.09 13.757,23.08 12.027,21.885 12.069,24.244 12.077,24.244 18.048,28.509 "/> <polyline fill="%23999999" points="17.364,18.312 17.314,20.639 23.285,24.562 23.443,22.203 17.364,18.312 "/> <polyline fill="%23999999" points="22.29,15.018 22.163,17.301 22.174,17.301 28.111,20.924 28.337,18.596 22.29,15.018 "/> <polyline fill="%23999999" points="0.993,14.231 1.201,16.506 5.192,19.349 5.05,17.043 0.993,14.231 "/> <polyline fill="%23999999" points="6.414,13.478 7.686,14.315 9.457,13.259 6.295,11.237 6.414,13.478 "/> <polygon fill="%23999999" points="11.224,8.46 11.266,10.658 12.535,11.438 14.394,10.342 "/> <polyline fill="%23676767" points="20.392,24.444 18.117,26.11 18.048,28.509 20.291,26.821 20.392,24.444 "/> <polyline fill="%23676767" points="25.528,20.663 23.443,22.203 23.285,24.562 25.344,23.006 25.528,20.663 "/> <polygon fill="%23676767" points="28.337,18.596 28.111,20.924 30.001,19.491 30.262,17.185 "/> <polyline fill="%23CCCCCC" points="17.364,18.312 23.443,22.203 25.528,20.663 21.187,17.977 19.462,16.909 17.364,18.312 "/> <polyline fill="%23CCCCCC" points="24.583,13.92 24.23,13.72 22.29,15.018 28.337,18.596 30.262,17.185 24.583,13.92 "/> <polyline fill="%23CCCCCC" points="16.034,21.524 14.302,20.363 12.027,21.885 13.757,23.08 13.757,23.09 18.117,26.11 20.392,24.444 16.034,21.524 "/> <polyline fill="%23CCCCCC" points="5.05,17.043 4.974,15.913 6.406,15.068 3.252,12.959 0.993,14.231 5.05,17.043 "/> <polyline fill="%23CCCCCC" points="13.172,7.354 11.224,8.46 14.394,10.342 16.342,9.186 13.172,7.354 "/> <polygon fill="%23CCCCCC" points="11.558,12.014 8.396,10.058 6.295,11.237 9.457,13.259 "/> <path fill="%230044B2" d="M14.302,20.363l1.732,1.161l1.28-0.885l0.05-2.327l2.098-1.403l1.725,1.069l0.987-0.677h-0.011l0.126-2.283 l1.94-1.298l0.353,0.2l0.182-2.793L11.04,20.071l0.108,4.808l0.929-0.635h-0.008l-0.042-2.359L14.302,20.363z"/> <path fill="%23003399" d="M4.974,15.913l0.076,1.129l0.142,2.306l0.084,1.29l5.871,4.239l-0.108-4.808L4.974,15.913z"/> <path fill="%230099FF" d="M14.394,10.342l-1.859,1.095l-0.977,0.577l-2.101,1.245l-1.772,1.056l-1.28,0.753l-1.432,0.845l6.066,4.157 l13.725-8.944l-6.048-3.354l-2.375,1.414L14.394,10.342z"/> </svg>');
}
.blue.icon-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.6991" y1="1059.3348" x2="28.839" y2="1059.3348" gradientTransform="matrix(1 0 0 -1 0 1079)"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23515151"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.5,24.521c-0.025-0.023-0.049-0.047-0.071-0.071c-0.279-0.273-0.48-0.569-0.602-0.888l-0.01,2.531 c-0.045,0.709,0.207,1.339,0.755,1.888v-0.01c1.2,1.137,2.429,1.137,3.685,0l-0.01,0.01l8.737-9.227h0.01 c0.986-0.996,3.657-1.758,8.013-2.286l1.235-0.388c1.528-0.758,2.355-2.055,2.48-3.889v-0.01c0.006-0.039,0.01-0.076,0.01-0.112 v-1.562c-0.111,0.578-0.315,1.088-0.612,1.531c-0.424,0.632-1.033,1.132-1.827,1.5l-1.276,0.357 c-4.321,0.483-6.971,1.181-7.951,2.092l-8.737,8.533c-0.276,0.23-0.552,0.411-0.827,0.541c-0.715,0.35-1.423,0.364-2.123,0.041 C5.086,24.971,4.793,24.777,4.5,24.521z"/> <path fill="%23CCCCCC" d="M25.782,4.678c-1.395-0.794-2.82-1.046-4.277-0.755c-1.665,0.363-2.884,1.581-3.654,3.654v-0.01 c-0.133,0.488-0.395,1.369-0.786,2.644c0.002,0.003,0.002,0.007,0,0.01c-0.528,1.286-1.29,2.385-2.286,3.297 c-0.003,0.005-0.007,0.009-0.01,0.01c0,0-9.869,7.722-10.272,8.12c-0.756,0.746-0.735,1.577-0.67,1.913 c0.065,0.335,0.323,0.615,0.602,0.888c0.023,0.025,0.047,0.049,0.071,0.071c0.293,0.256,0.585,0.45,0.878,0.582 c0.7,0.323,1.408,0.31,2.123-0.041c0.275-0.13,0.55-0.311,0.827-0.541l8.737-8.533c0.98-0.912,3.63-1.609,7.951-2.092l1.276-0.357 c0.794-0.368,1.403-0.869,1.827-1.5c0.297-0.443,0.502-0.953,0.612-1.531l0.01-0.949c0-0.01,0-0.02,0-0.031l-3.981,1.919 c-0.013,0.008-0.03,0.011-0.051,0.01c-0.013-0.001-0.027-0.008-0.041-0.02l-2.838-1.715c-0.018-0.006-0.031-0.02-0.041-0.041 c-0.009-0.016-0.013-0.037-0.01-0.061V9.578l-0.194-0.122l0.49-3.266L25.782,4.678"/> <ellipse fill="%23676767" cx="6.536" cy="22.865" rx="1.547" ry="1.334"/> <path fill="%23676767" d="M22.036,8.128l0.041-0.02V6.189l-0.49,3.266l0.194,0.122L21.975,8.2c0.003-0.014,0.009-0.027,0.02-0.041 C22.006,8.145,22.02,8.135,22.036,8.128z"/> <path fill="%23676767" d="M25.802,4.689c-0.005,0.001-0.012-0.003-0.02-0.01l-3.705,1.511v1.919l3.726-1.623V4.689z"/> </svg>');
}
.blue.icon-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <path fill="%230099FF" d="M9.253,8.618c0.335-0.003,0.711,0.046,1.115,0.142c1.227,0.294,2.586,1.011,3.821,2.024 c2.48,2.031,3.677,4.594,2.664,5.717c-0.317,0.353-0.813,0.523-1.421,0.529c-1.337,0.013-3.216-0.772-4.922-2.169 c-1.233-1.007-2.185-2.176-2.681-3.29c-0.463-1.044-0.462-1.91,0.015-2.433C8.153,8.8,8.637,8.625,9.253,8.618z"/> </g> <path fill="%23003399" d="M23.465,12.679c0.155-3.182-2.962-6.169-5.287-7.846c-2.215-1.597-6.975-4.248-9.491-1.867 c-1.002,0.949-1.724,2.348-2.52,3.471c1.157-1.632,3.663-1.272,5.297-0.775c2.049,0.623,3.956,1.771,5.579,3.154 c1.894,1.614,5.455,5.62,3.736,8.429C21.604,15.899,23.389,14.346,23.465,12.679z"/> <path fill="%23005673" d="M16.616,8.458c3.922,3.111,5.702,7.159,3.968,9.028c-0.575,0.618-1.475,0.923-2.557,0.933 c-2.164,0.021-5.081-1.121-7.688-3.195c-1.864-1.483-3.309-3.209-4.07-4.878C5.472,8.6,5.506,7.127,6.364,6.196 c0.572-0.616,1.453-0.933,2.56-0.944c0.566-0.005,1.191,0.069,1.865,0.225C12.684,5.924,14.756,6.982,16.616,8.458z M19.024,16.24 c1.248-1.343-0.226-4.408-3.281-6.837c-1.522-1.211-3.196-2.069-4.707-2.42c-0.498-0.115-0.962-0.174-1.374-0.17 C8.904,6.82,8.308,7.03,7.928,7.435c-0.587,0.626-0.589,1.661-0.018,2.91c0.61,1.333,1.783,2.73,3.302,3.934 c2.101,1.671,4.415,2.61,6.062,2.594C18.023,16.866,18.633,16.662,19.024,16.24"/> <path fill="%23676767" d="M27.209,25.817c-0.002,0.007-0.002,0.013-0.003,0.02c-0.021,0.084-0.053,0.167-0.091,0.249 c-0.014,0.029-0.031,0.058-0.047,0.087c-0.029,0.054-0.059,0.107-0.095,0.16c-0.028,0.041-0.06,0.081-0.091,0.122 c-0.034,0.043-0.068,0.086-0.106,0.128c-0.059,0.065-0.125,0.129-0.194,0.192c-0.029,0.027-0.056,0.054-0.087,0.081 c-0.154,0.131-0.333,0.256-0.528,0.377c-0.035,0.021-0.068,0.043-0.104,0.064c-0.16,0.094-0.33,0.186-0.514,0.272 c-0.021,0.01-0.045,0.019-0.067,0.029c-0.167,0.077-0.345,0.15-0.53,0.22c-0.057,0.022-0.115,0.043-0.173,0.064 c-0.192,0.068-0.39,0.133-0.598,0.194c-0.025,0.007-0.048,0.016-0.074,0.023c-0.231,0.066-0.474,0.125-0.723,0.18 c-0.049,0.011-0.1,0.021-0.15,0.031c-0.435,0.091-0.894,0.166-1.374,0.222c-0.046,0.005-0.092,0.012-0.138,0.017 c-0.254,0.027-0.511,0.051-0.775,0.067c-0.166,0.01-0.33,0.015-0.495,0.02c-0.266,0.009-0.529,0.013-0.789,0.01 c-0.048,0-0.096,0.001-0.144,0c-0.282-0.005-0.561-0.018-0.834-0.037c-0.078-0.005-0.155-0.013-0.233-0.02 c-0.184-0.015-0.367-0.033-0.546-0.054c-0.091-0.011-0.182-0.023-0.271-0.035c-0.16-0.022-0.318-0.046-0.473-0.073 c-0.085-0.015-0.171-0.029-0.255-0.045c-0.17-0.032-0.335-0.068-0.497-0.106c-0.061-0.014-0.124-0.027-0.183-0.042 c-0.225-0.056-0.442-0.117-0.65-0.183c-0.037-0.012-0.071-0.025-0.108-0.037c-0.194-0.065-0.378-0.134-0.554-0.207 c-0.052-0.022-0.105-0.044-0.156-0.066c-0.219-0.097-0.423-0.199-0.608-0.308c-0.027-0.016-0.05-0.033-0.076-0.049 c-0.166-0.103-0.314-0.21-0.448-0.322c-0.025-0.021-0.053-0.041-0.076-0.063c-0.136-0.122-0.25-0.251-0.344-0.383 c-0.02-0.028-0.038-0.057-0.056-0.086c-0.088-0.138-0.16-0.28-0.198-0.427c-0.031-0.119-0.044-0.237-0.041-0.354l-0.026,0.97 c-0.003,0.117,0.01,0.235,0.041,0.354c0.038,0.147,0.111,0.289,0.198,0.427c0.018,0.029,0.035,0.058,0.056,0.086 c0.094,0.132,0.208,0.261,0.345,0.383c0.024,0.021,0.051,0.042,0.076,0.063c0.133,0.112,0.281,0.219,0.447,0.322 c0.027,0.017,0.05,0.034,0.078,0.05c0.184,0.109,0.389,0.211,0.607,0.308c0.022,0.01,0.039,0.021,0.061,0.031 c0.03,0.013,0.065,0.023,0.095,0.036c0.175,0.073,0.358,0.141,0.551,0.205c0.028,0.009,0.052,0.021,0.081,0.03 c0.01,0.003,0.021,0.005,0.03,0.009c0.207,0.066,0.423,0.127,0.648,0.183c0.012,0.003,0.024,0.007,0.036,0.01 c0.048,0.012,0.101,0.021,0.15,0.032c0.162,0.038,0.326,0.073,0.496,0.106c0.032,0.006,0.062,0.014,0.094,0.02 c0.051,0.009,0.107,0.016,0.159,0.024c0.156,0.027,0.314,0.051,0.475,0.073c0.051,0.007,0.098,0.016,0.149,0.023 c0.039,0.005,0.081,0.007,0.12,0.012c0.18,0.021,0.363,0.039,0.548,0.054c0.059,0.005,0.115,0.013,0.174,0.017 c0.019,0.001,0.039,0.001,0.058,0.003c0.274,0.019,0.552,0.031,0.835,0.037c0.011,0,0.021,0.001,0.032,0.001 c0.035,0.001,0.071-0.002,0.106-0.001c0.262,0.003,0.528-0.001,0.796-0.01c0.046-0.002,0.09,0,0.136-0.002 c0.118-0.005,0.237-0.011,0.357-0.019c0.265-0.016,0.523-0.04,0.777-0.067c0.023-0.003,0.048-0.004,0.071-0.006 c0.022-0.003,0.042-0.008,0.064-0.01c0.481-0.056,0.941-0.131,1.377-0.222c0.021-0.005,0.046-0.006,0.068-0.011 c0.027-0.006,0.052-0.014,0.079-0.02c0.25-0.055,0.493-0.115,0.725-0.18c0.025-0.007,0.048-0.015,0.073-0.023 c0.208-0.061,0.407-0.126,0.599-0.194c0.059-0.021,0.116-0.042,0.173-0.063c0.184-0.07,0.361-0.142,0.527-0.219 c0.023-0.01,0.048-0.02,0.07-0.031c0.184-0.086,0.353-0.178,0.513-0.272c0.017-0.01,0.038-0.019,0.055-0.029 c0.019-0.011,0.031-0.024,0.05-0.036c0.195-0.121,0.374-0.246,0.528-0.377c0.005-0.005,0.013-0.009,0.018-0.013 c0.026-0.022,0.044-0.045,0.068-0.067c0.069-0.063,0.135-0.127,0.194-0.192c0.012-0.013,0.028-0.026,0.039-0.039 c0.025-0.029,0.044-0.059,0.067-0.089c0.032-0.04,0.064-0.081,0.091-0.122c0.01-0.014,0.023-0.028,0.032-0.043 c0.025-0.039,0.042-0.079,0.063-0.118c0.015-0.029,0.033-0.057,0.046-0.086c0.004-0.009,0.01-0.017,0.014-0.026 c0.032-0.072,0.057-0.146,0.076-0.219c0-0.001,0-0.002,0.001-0.004c0.002-0.007,0.002-0.013,0.003-0.02 c0.015-0.064,0.028-0.129,0.033-0.194c0.002-0.022,0.003-0.045,0.004-0.067l0.026-0.97C27.243,25.644,27.229,25.731,27.209,25.817z" /> <g> <path fill="%23CCCCCC" d="M19.202,22.692c3.989-0.249,7.576,0.876,8.002,2.511c0.426,1.635-2.469,3.163-6.458,3.412 c-3.989,0.249-7.567-0.877-7.993-2.512C12.327,24.469,15.213,22.941,19.202,22.692z"/> </g> <ellipse fill="%23676767" cx="19.79" cy="25.582" rx="2.106" ry="1.049"/> <path fill="%23999999" d="M18.335,25.61l-5.11-3.502c-0.247-0.178-0.4-0.459-0.416-0.764c-0.015-0.304,0.109-0.599,0.339-0.8 l2.749-2.416c0,0,1.415,0.292,2.745,0.25c-1.061,0.937-3.228,2.837-3.228,2.837l5.5,3.799c0,0,0.334,0.913-0.575,1.071 C18.892,26.337,18.335,25.61,18.335,25.61z"/> <circle fill="%23CCCCCC" cx="14.335" cy="21.253" r="1.649"/> </svg>');
}
.blue.icon-replace{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%230099FF" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%23003399" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%230099FF" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%23003399" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%230099FF" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%230044B2" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.blue.icon-clean{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.206,14.245l0.007-0.425l0.18-9.21l-2.475,1.223l-0.029,9.756L18.206,14.245 M21.559,18.598l0.151-0.094 l0.13-2.684l-3.079,1.907l-0.065,2.72L21.559,18.598z"/> <polyline fill="%23999999" points="15.918,5.834 12.615,4.215 12.745,10.806 12.809,13.806 15.889,15.591 15.918,5.834 "/> <polygon fill="%23999999" points="9.615,14.929 9.86,15.073 18.436,20.289 18.695,20.447 18.76,17.728 9.5,12.324 "/> <polyline fill="%23CCCCCC" points="15.09,3.064 12.615,4.215 15.918,5.834 18.393,4.611 15.09,3.064 "/> <polygon fill="%23CCCCCC" points="12.745,10.806 12.579,10.712 9.5,12.324 18.76,17.728 21.839,15.821 18.213,13.821 18.206,14.245 15.889,15.591 12.809,13.806 "/> <path fill="%230044B2" d="M18.695,20.447l-0.259-0.158l2.216,9.051l5.044-3.734l-4.137-7.008L18.695,20.447z"/> <path fill="%230099FF" d="M9.86,15.073l-3.727,4.475l14.519,9.792l-2.216-9.051L9.86,15.073z"/> </svg>');
}
.blue.icon-system{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%230044B2" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%230044B2" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%230044B2" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%230099FF" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%230099FF" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%230099FF" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%230099FF" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%230044B2" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%23003399" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%230099FF" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%230044B2" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%23003399" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.blue.icon-print{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="21.514,12.171 21.514,12.171 16.537,10.013 3.823,15.522 16.53,22.819 29.239,15.522 "/> <polygon fill="%23999999" points="16.53,29.726 16.53,22.819 3.823,15.522 4.556,21.797 "/> <polygon fill="%23676767" points="28.512,21.797 29.239,15.522 16.53,22.819 16.53,29.726 "/> <polygon fill="%23676767" points="14.615,11.874 10.4,13.8 20.55,18.745 24.331,16.769 "/> <polygon fill="%230044B2" points="24.331,12.276 23.698,12.47 21.489,17.617 22.325,17.025 "/> <polyline fill="%23003399" points="22.115,8.301 14.905,5.022 12.558,13.261 21.489,17.617 23.698,12.47 22.115,8.301 "/> <polygon fill="%23003399" points="22.92,8.1 22.115,8.301 23.698,12.47 24.331,12.276 "/> <polygon fill="%230099FF" points="15.943,4.921 14.833,4.985 22.115,8.301 22.92,8.1 "/> <polyline fill="%230099FF" points="23.698,12.47 22.115,8.301 20.027,11.084 23.698,12.47 "/> <path fill="%23999999" d="M4.126,18.112l0.482,4.685l8.738,5.75v-5.056L4.126,18.112z"/> <polygon fill="%23676767" points="13.347,28.546 14.134,28.029 14.134,23.124 13.346,23.491 "/> <polygon fill="%23CCCCCC" points="14.134,23.124 13.346,23.491 4.126,18.112 4.863,17.833 "/> </svg>');
}
.lightBlue.icon-display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="9.568,22.518 7.379,24.124 19.939,30.502 21.918,28.532 "/> <polygon fill="%23676767" points="27.525,9.371 25.817,10.529 24.687,29.88 26.184,28.614 "/> <polyline fill="%23676767" points="7.883,6.027 6.124,5.377 6.836,19.735 7.075,19.571 7.083,19.577 8.356,18.721 7.884,6.136 "/> <polyline fill="%23CCCCCC" points="8.356,18.721 7.083,19.577 6.836,19.742 23.062,27.215 23.151,25.217 8.356,18.721 "/> <polygon fill="%23CCCCCC" points="25.817,10.529 27.525,9.371 6.229,1.844 4.514,2.741 "/> <path fill="%23999999" d="M4.514,2.741l1.063,17.834l19.109,9.305l1.131-19.351L4.514,2.741z M23.062,27.215L6.836,19.742L6.124,5.377 l17.619,6.516L23.062,27.215z"/> <polygon fill="%23676767" points="10.842,23.138 18.203,26.723 18.203,28.099 10.842,24.342 "/> <polygon fill="%23269FBF" points="7.883,6.027 8.356,18.721 23.151,25.217 23.743,11.893 "/> <polygon fill="%23676767" points="18.203,28.099 19.341,27.277 18.203,26.723 "/> </svg> ');
}
.lightBlue.icon-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <polyline fill="%23CCCCCC" points="22.316,27.679 20.638,26.443 16.471,29.481 18.196,30.784 22.316,27.679 "/> <polyline fill="%23CCCCCC" points="26.393,24.603 24.786,23.419 21.222,26.018 22.891,27.244 26.393,24.603 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="27.2349" y1="21.2664" x2="4.4539" y2="21.2664"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.4359" style="stop-color:%23FFFFFF"/> <stop offset="0.7175" style="stop-color:%23B6B6B6"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="16.796,15.186 15.244,14.225 4.454,20.413 6.123,21.672 10.523,18.998 12.088,20.15 7.669,22.84 9.119,23.934 13.546,21.222 15.067,22.342 10.667,25.103 12.22,26.275 17.081,22.975 18.31,23.878 13.568,27.291 14.916,28.308 23.326,22.34 24.786,23.419 27.235,21.631 24.123,19.71 21.459,22.461 19.406,18.961 19.49,16.848 18.511,16.243 15.694,17.957 18.528,20.169 15.689,21.952 11.149,18.616 "/> <polyline fill="%23676767" points="26.393,24.603 28.941,22.685 27.235,21.631 24.786,23.419 26.393,24.603 "/> <polyline fill="%23676767" points="24.786,23.419 23.326,22.34 14.916,28.308 16.471,29.481 20.638,26.443 22.316,27.679 22.891,27.244 21.222,26.018 24.786,23.419 "/> <polyline fill="%23676767" points="21.459,22.461 21.939,20.525 19.406,18.961 21.459,22.461 "/> <polyline fill="%23676767" points="18.31,23.878 17.081,22.975 12.22,26.275 13.568,27.291 18.31,23.878 "/> <polyline fill="%23676767" points="15.067,22.342 13.546,21.222 9.119,23.934 10.667,25.103 15.067,22.342 "/> <polyline fill="%23676767" points="18.528,20.169 15.694,17.957 18.511,16.243 16.796,15.186 11.149,18.616 15.689,21.952 18.528,20.169 "/> <polygon fill="%23676767" points="6.123,21.672 7.669,22.84 12.088,20.15 10.523,18.998 "/> <path fill="%232189a5" d="M24.123,19.71l-0.019-0.013l-2.164,0.827l-0.48,1.936L24.123,19.71z"/> <path fill="%23269FBF" d="M22.859,6.832l-2.901-1.607L19.49,16.848l-0.084,2.113l2.533,1.564L22.859,6.832z"/> <path fill="%232189a5" d="M25.654,5.146l-2.795,1.686l-0.92,13.693l2.164-0.827l0.125-0.075L25.654,5.146z"/> <path fill="%2333CCFF" d="M25.654,5.146l-2.847-1.262l-2.849,1.342l2.901,1.607L25.654,5.146z"/> </svg>');
}
.lightBlue.icon-save{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <polyline fill="%23269FBF" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23269FBF" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23269FBF" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%232189a5" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%232189a5" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%2333CCFF" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.lightBlue.icon-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%23269FBF" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23269FBF" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23269FBF" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%232189a5" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%232189a5" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%2333CCFF" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.lightBlue.icon-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%23269FBF" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23269FBF" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23269FBF" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%232189a5" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%232189a5" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%2333CCFF" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.lightBlue.icon-cancel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <path fill="%2333CCFF" d="M16.558,21.114c0.06-2.289-1.593-2.051-3.06-2.525c1.819,0.588,1.11,3.411,0.722,4.681 c-0.659,2.162-1.749,4.203-2.894,6.143c0.446,0.144,1.802,0.582,1.802,0.582s1.307-2.156,1.564-2.673 C15.614,25.458,16.67,23.25,16.558,21.114z"/> <path fill="%2333CCFF" d="M11.507,14.415c1.713-0.414,3.758-0.86,5.451-0.313c-1.137-0.367-2.282-0.82-3.48-0.933 c-1.897-0.179-3.857,0.24-5.693,0.941c0.487,0.157,1.066,0.538,1.566,0.646C10.166,14.932,10.682,14.615,11.507,14.415z"/> <path fill="%232189a5" d="M3.412,20.65c-0.482-0.156-1.301-0.42-1.894-0.612c1.574,1.117,3.149,2.232,4.724,3.348 C7.109,24,7.959,24.709,8.874,25.251c0.636,0.377,1.399,0.534,2.106,0.762C8.757,24.438,5.635,22.224,3.412,20.65z"/> <g> <path fill="%2333CCFF" d="M3.412,20.65c-0.631-0.204-1.262-0.408-1.894-0.612c1.197-2.178,5.837-10.42,5.837-10.42 s1.408,0.455,1.802,0.582C7.242,13.683,5.327,17.166,3.412,20.65z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.4117" y1="20.0971" x2="20.6753" y2="20.0971"> <stop offset="0" style="stop-color:%23269FBF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.157,10.2c0.174,1.508,0.348,3.015,0.521,4.523c3.538-1.35,9.279-1.806,10.695,2.701 c1.611,5.127-3.567,9.884-7.246,12.572c1.032-1.748,2.055-3.528,2.713-5.456c0.448-1.311,1.144-3.507,0.225-4.788 c-1.18-1.647-3.659,0.02-4.776,0.884c-0.829,0.641-0.829,0.641-0.829,0.641s0.389,3.607,0.519,4.737 c-1.595-1.13-3.191-2.26-4.786-3.39c-0.726-0.515-1.452-1.03-2.192-1.522c-0.556-0.37-0.591-0.451-0.591-0.451 s2.066-3.757,2.931-5.331C7.281,13.612,8.219,11.906,9.157,10.2z"/> </svg>');
}
.lightBlue.icon-back{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%232189a5" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%232189a5" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%2333CCFF" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.lightBlue.icon-skip{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23269FBF" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23269FBF" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23269FBF" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%232189a5" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%232189a5" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%2333CCFF" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> "/> </svg>');
}
.lightBlue.icon-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232189a5" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%2333CCFF" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%2333CCFF" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%23269FBF" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.lightBlue.icon-restore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2333CCFF" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%23269FBF" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%2333CCFF" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%23269FBF" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%2333CCFF" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%232189a5" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.lightBlue.icon-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232189a5" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%2333CCFF" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%2333CCFF" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%23269FBF" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.lightBlue.icon-delete-all{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23999999" points="26.724,19.214 24.738,18.508 20.566,13.146 22.553,13.852 "/> </g> <polygon fill="%23CCCCCC" points="22.553,13.852 20.566,13.146 22.688,12.429 24.675,13.134 "/> <path fill="%23999999" d="M21.159,5.458c1.248,1.293,1.426,3.759,1.504,5.598c0.012,0.279-0.092,1.18,0.042,1.379 c0.069,0.103,0.498,0.177,0.594,0.211c0.459,0.163,0.918,0.326,1.376,0.489c0.007-2.102-0.039-4.746-1.152-6.485 c-0.733-1.146-2.072-1.34-3.156-1.725C20.658,5.028,20.929,5.219,21.159,5.458z"/> <path fill="%23CCCCCC" d="M18.983,6.052c1.39-2.095,3.616-3.989,5.94-3.164c-1.279-0.454-2.565-1.107-3.918-0.806 c-2.422,0.538-4.197,3.165-5.313,5.642c0.531,0.189,1.099,0.496,1.646,0.585c0.439,0.071,0.303,0.174,0.601-0.422 C18.257,7.252,18.598,6.631,18.983,6.052z"/> <path fill="%23676767" d="M23.734,2.692c2.75-0.041,5.04,3.19,4.963,8.837l2.095-0.654l-4.068,8.338l-4.172-5.362l2.122-0.717 c0.02-5.771-1.359-7.636-2.992-7.612c-1.384,0.021-2.95,1.398-4.003,2.907C19.44,4.521,21.711,2.722,23.734,2.692z"/> <polyline fill="%232189a5" points="20.566,14.667 19.157,15.43 16.887,16.862 16.893,16.873 16.748,16.949 20.281,22.863 22.592,21.169 19.256,15.598 20.671,14.836 23.145,13.264 20.566,14.667 "/> <polyline fill="%2333CCFF" points="20.741,9.295 18.22,10.738 20.566,14.667 23.145,13.264 20.741,9.295 "/> <polyline fill="%2333CCFF" points="14.536,12.927 14.542,12.938 16.87,11.611 13.453,5.895 10.88,7.129 14.396,13.02 14.536,12.927 "/> <polyline fill="%23269FBF" points="14.542,12.938 14.396,13.02 10.88,7.129 8.849,8.829 12.196,14.446 9.256,16.355 11.346,19.865 14.437,18.195 17.801,23.835 20.281,22.863 16.748,16.949 16.887,16.862 19.157,15.43 20.566,14.667 18.22,10.738 16.87,11.611 14.542,12.938 "/> <path fill="%23CCCCCC" d="M18.069,25.769c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C15.385,28.086,16.966,26.887,18.069,25.769z"/> <path fill="%23999999" d="M6.637,29.661c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C2.844,24.377,3.669,28.175,6.637,29.661z"/> <polygon fill="%23CCCCCC" points="2.761,22.709 0.357,22.004 5.28,13.665 7.683,14.371 "/> <path fill="%23676767" d="M7.683,14.371l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839l-2.535,0.654 L7.683,14.371z"/> </svg>');
}
.lightBlue.icon-waste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.1218" y1="19.2374" x2="26.8577" y2="19.2374"> <stop offset="0" style="stop-color:%23269FBF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.147,13.307c-0.229,0.045-0.464,0.085-0.704,0.121c-0.468,0.073-0.953,0.132-1.455,0.174 c-0.03,0.003-0.061,0.005-0.093,0.007c-0.008,0.002-0.016,0.003-0.025,0.004c-1.283,0.105-2.534,0.106-3.75,0.004 c-0.01,0-0.021,0-0.032,0c-0.521-0.044-1.036-0.107-1.548-0.189c-0.237-0.039-0.473-0.082-0.708-0.128 c-0.12-0.024-0.24-0.049-0.359-0.075c-0.783-0.17-1.514-0.381-2.192-0.633c-0.248-0.093-0.49-0.193-0.726-0.299 c-0.201-0.088-0.398-0.182-0.591-0.281c-0.018-0.009-0.037-0.018-0.057-0.028c-0.381-0.201-0.714-0.4-1-0.598 c-0.064-0.045-0.125-0.09-0.185-0.135c-0.045-0.033-0.089-0.068-0.132-0.103c-0.13-0.102-0.255-0.209-0.374-0.32 c-0.184-0.177-0.352-0.364-0.505-0.562c-0.077-0.099-0.148-0.197-0.213-0.295C5.332,9.711,5.206,9.453,5.122,9.194l4.195,16.321 c0.02,0.11,0.048,0.221,0.082,0.331c0.206,0.669,0.624,1.265,1.252,1.79c0.522,0.436,1.148,0.796,1.879,1.078 c1.321,0.512,2.755,0.708,4.302,0.587c1.634-0.126,3.01-0.586,4.127-1.381c0.657-0.463,1.139-1,1.445-1.612 c0.129-0.261,0.218-0.524,0.267-0.79L26.858,9.14c-0.044,0.143-0.101,0.287-0.171,0.431c-0.063,0.13-0.136,0.258-0.217,0.384 c-0.194,0.304-0.438,0.595-0.733,0.872c-0.107,0.1-0.221,0.198-0.342,0.295c-0.104,0.085-0.214,0.168-0.331,0.249 c-0.226,0.161-0.471,0.316-0.737,0.466c-0.104,0.059-0.209,0.116-0.317,0.171c-0.414,0.218-0.853,0.415-1.316,0.591 C21.914,12.895,21.065,13.131,20.147,13.307 M8.153,13.776c0.092,0.051,0.187,0.102,0.285,0.153 c0.134,0.068,0.272,0.134,0.416,0.199c0.228,0.104,0.471,0.206,0.729,0.306c0.056,0.021,0.113,0.043,0.171,0.064 c0.413,2.08,0.805,4.043,1.174,5.889c0.059,0.297,0.117,0.59,0.174,0.879c0.047,0.228,0.092,0.454,0.135,0.676 c0.31,1.543,0.603,2.997,0.879,4.362c0.072,0.359,0.144,0.711,0.213,1.057c-1.21-0.455-2.122-1.089-2.736-1.9 c-0.076-0.334-0.152-0.667-0.228-1H9.32c0.007-0.034,0.014-0.069,0.021-0.103c-0.118-0.522-0.235-1.041-0.352-1.558 c-0.252-1.107-0.501-2.206-0.747-3.295c-0.113-0.501-0.226-1.001-0.338-1.498c-0.401-1.781-0.795-3.538-1.181-5.269 c0.109,0.103,0.221,0.203,0.338,0.299c0.107,0.088,0.217,0.174,0.331,0.256c0.194,0.142,0.398,0.275,0.612,0.398 C8.054,13.72,8.103,13.749,8.153,13.776 M22.214,14.499c0.062-0.023,0.124-0.047,0.185-0.071c0.4-0.157,0.782-0.33,1.146-0.519 c0.133-0.069,0.264-0.14,0.391-0.213c0.013-0.008,0.026-0.016,0.039-0.025c0.219-0.128,0.422-0.26,0.608-0.395 c0.121-0.085,0.235-0.172,0.342-0.26c0.114-0.091,0.221-0.184,0.32-0.278c-0.792,3.556-1.542,6.907-2.252,10.051 c-0.119,0.529-0.238,1.052-0.356,1.569c0.009,0.034,0.016,0.069,0.021,0.103h-0.046c-0.074,0.336-0.149,0.669-0.224,1 c-0.306,0.399-0.686,0.755-1.139,1.071c-0.477,0.327-1.009,0.604-1.598,0.829c0.065-0.325,0.135-0.677,0.21-1.057 c0.239-1.189,0.531-2.647,0.875-4.373c0.044-0.219,0.088-0.441,0.132-0.669c0.058-0.288,0.118-0.583,0.178-0.886 C21.391,18.645,21.78,16.686,22.214,14.499 M17.877,15.431c0.165-0.014,0.33-0.03,0.495-0.05l-0.139,5.529l-0.171,6.895 c-1.383,0.263-2.766,0.263-4.149,0l-0.178-6.888l-0.139-5.536c0.171,0.02,0.341,0.038,0.512,0.053 c0.01,0.001,0.019,0.002,0.028,0.004c1.239,0.112,2.478,0.111,3.715-0.004C17.861,15.434,17.869,15.433,17.877,15.431z"/> <path fill="none" d="M22.826,4.888c-0.804-0.372-1.722-0.674-2.754-0.904c-1.838-0.403-3.775-0.52-5.81-0.349 c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166C6.213,7.67,6.128,8.172,6.218,8.674 c0.068,0.365,0.228,0.729,0.48,1.092c0.03,0.044,0.061,0.086,0.093,0.128c0.247,0.321,0.536,0.613,0.868,0.875 c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466c0.114,0.067,0.234,0.135,0.36,0.203 c0.126,0.067,0.254,0.13,0.384,0.192c0.766,0.364,1.63,0.656,2.59,0.875c-0.269-1.859-0.571-3.942-0.904-6.248 c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235c0.004,0.002,0.007,0.003,0.011,0.003 c0.007,0.001,0.014,0.001,0.021,0c1.164,0.111,2.364,0.115,3.601,0.011c0.055-0.004,0.109-0.009,0.164-0.014 c0.007-0.001,0.014-0.002,0.021-0.004c0.002,0.001,0.003,0.001,0.004,0c0.575-0.051,1.125-0.124,1.651-0.221 c0.241-0.044,0.477-0.092,0.708-0.146c0.949-0.218,1.812-0.515,2.59-0.89c0.177-0.085,0.349-0.174,0.516-0.267 c0.356-0.197,0.672-0.406,0.95-0.626c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377 c0.123-0.236,0.207-0.472,0.253-0.708c0.131-0.677-0.059-1.351-0.569-2.021C24.656,5.968,23.873,5.379,22.826,4.888z"/> <path fill="%2333CCFF" d="M21.385,20.615c-0.109-0.082-0.222-0.161-0.338-0.238c-0.06,0.303-0.119,0.598-0.178,0.886 c0.127,0.114,0.244,0.232,0.352,0.356C21.275,21.296,21.329,20.962,21.385,20.615z"/> <path fill="%2333CCFF" d="M21.531,22.024c0.198,0.303,0.33,0.617,0.395,0.939c0.02-0.087,0.092-0.408,0.214-0.964L21.531,22.024z"/> <path fill="%2333CCFF" d="M26.263,6.514c-0.598-0.759-1.485-1.411-2.661-1.957c-0.899-0.413-1.932-0.747-3.099-1.003 c-2.061-0.448-4.233-0.574-6.515-0.377c-2.526,0.221-4.64,0.809-6.34,1.765C6.493,5.594,5.707,6.349,5.289,7.208 C4.963,7.873,4.908,8.535,5.122,9.194c0.084,0.259,0.21,0.518,0.377,0.776c0.066,0.098,0.137,0.197,0.214,0.295 c0.153,0.198,0.322,0.386,0.505,0.562c0.119,0.112,0.244,0.218,0.374,0.32c0.043,0.035,0.087,0.07,0.132,0.103 c0.06,0.045,0.122,0.09,0.185,0.135c0.286,0.198,0.619,0.397,1,0.598c0.02,0.01,0.039,0.02,0.057,0.029 c0.192,0.099,0.389,0.193,0.591,0.281c0.235,0.106,0.477,0.206,0.726,0.299c0.678,0.253,1.408,0.464,2.192,0.633 c0.12,0.026,0.239,0.051,0.359,0.075c0.236,0.046,0.471,0.089,0.708,0.128c0.511,0.082,1.027,0.144,1.548,0.189 c0.011,0,0.022,0,0.032,0c1.217,0.102,2.467,0.101,3.75-0.004c0.009-0.001,0.017-0.002,0.025-0.004 c0.031-0.002,0.062-0.004,0.093-0.007c0.502-0.043,0.987-0.101,1.455-0.174c0.24-0.036,0.475-0.076,0.705-0.121 c0.918-0.175,1.767-0.411,2.548-0.708c0.463-0.176,0.902-0.372,1.316-0.591c0.108-0.055,0.213-0.112,0.317-0.171 c0.265-0.15,0.511-0.305,0.736-0.466c0.116-0.081,0.227-0.165,0.331-0.249c0.121-0.097,0.235-0.195,0.342-0.295 c0.295-0.277,0.539-0.567,0.733-0.872c0.081-0.126,0.154-0.254,0.217-0.384c0.07-0.144,0.127-0.287,0.171-0.43 c0.032-0.098,0.057-0.195,0.075-0.292c0.002-0.002,0.003-0.005,0.003-0.007C27.087,8.058,26.863,7.282,26.263,6.514z M25.748,8.674 c-0.045,0.236-0.129,0.472-0.253,0.708c-0.065,0.128-0.14,0.254-0.224,0.377c-0.241,0.353-0.559,0.684-0.954,0.993 c-0.278,0.22-0.594,0.429-0.95,0.626c-0.167,0.093-0.339,0.182-0.516,0.267c-0.778,0.375-1.641,0.671-2.59,0.89 c-0.231,0.053-0.467,0.102-0.708,0.146c-0.526,0.096-1.076,0.17-1.651,0.221c0,0.001-0.002,0.001-0.004,0 c-0.007,0.002-0.014,0.003-0.021,0.004c-0.055,0.005-0.109,0.01-0.164,0.014c-1.237,0.104-2.437,0.1-3.601-0.011 c-0.007,0.001-0.014,0.001-0.021,0c-0.003-0.001-0.007-0.002-0.011-0.003c-0.557-0.052-1.108-0.131-1.651-0.235l-0.957-6.6 c-0.227,0.064-0.446,0.131-0.658,0.203c0.333,2.306,0.634,4.389,0.904,6.248c-0.961-0.219-1.824-0.511-2.59-0.875 c-0.13-0.062-0.259-0.125-0.384-0.192c-0.125-0.068-0.245-0.135-0.36-0.203c-0.265-0.156-0.5-0.312-0.704-0.466 c-0.006-0.005-0.013-0.01-0.021-0.014c-0.332-0.262-0.621-0.554-0.868-0.875C6.759,9.853,6.728,9.81,6.698,9.766 c-0.252-0.363-0.412-0.727-0.48-1.092C6.128,8.172,6.213,7.67,6.474,7.166C6.865,6.406,7.577,5.745,8.609,5.18 c1.523-0.844,3.407-1.359,5.654-1.544c2.035-0.171,3.972-0.055,5.81,0.349c1.032,0.23,1.95,0.531,2.754,0.904 c1.046,0.491,1.83,1.079,2.352,1.765C25.689,7.324,25.878,7.997,25.748,8.674z"/> <path fill="%2333CCFF" d="M20.389,25.984c-0.166,0.114-0.341,0.221-0.527,0.32c-0.075,0.38-0.145,0.732-0.21,1.057 c0.588-0.225,1.121-0.502,1.598-0.829c0.453-0.316,0.833-0.672,1.139-1.071l-0.897-0.548C21.222,25.314,20.854,25.671,20.389,25.984 z"/> <path fill="%2333CCFF" d="M15.995,27.204c-0.704,0-1.39-0.076-2.056-0.228l-0.025,0.829c1.383,0.263,2.766,0.263,4.149,0l-0.018-0.829 C17.378,27.128,16.695,27.204,15.995,27.204z"/> <path fill="%2333CCFF" d="M17.813,19.206c-1.212-0.206-2.424-0.206-3.636,0l-0.021,0.655c1.222-0.251,2.448-0.251,3.679,0 L17.813,19.206z"/> <path fill="%2333CCFF" d="M10.448,22.024H9.847c0.071,0.321,0.141,0.636,0.21,0.946c0.002,0,0.004-0.001,0.004-0.004 C10.126,22.643,10.255,22.329,10.448,22.024z"/> <path fill="%2333CCFF" d="M10.928,20.387c-0.115,0.074-0.226,0.151-0.334,0.231c0.056,0.346,0.111,0.679,0.164,1 c0.108-0.122,0.223-0.24,0.345-0.352C11.046,20.977,10.988,20.684,10.928,20.387z"/> <path fill="%2333CCFF" d="M11.715,26.073c-0.524-0.337-0.932-0.723-1.224-1.16l-0.897,0.548c0.614,0.811,1.526,1.445,2.736,1.9 c-0.07-0.345-0.141-0.698-0.213-1.057C11.978,26.232,11.844,26.155,11.715,26.073z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.4356" x2="25.7876" y2="18.4356"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="1" style="stop-color:%23269FBF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M21.798,20.956c0.576-2.301,1.159-4.65,1.747-7.048c-0.364,0.19-0.746,0.363-1.146,0.519 c-0.386,2.368-0.724,4.43-1.014,6.187c-0.056,0.347-0.111,0.681-0.164,1.003c-0.108-0.124-0.226-0.242-0.352-0.356 c-0.044,0.227-0.088,0.45-0.132,0.669c0.211,0.135,0.409,0.28,0.594,0.434c0.226,0.191,0.424,0.39,0.594,0.598 c-0.065-0.323-0.197-0.636-0.395-0.939c0.061-0.241,0.121-0.483,0.181-0.726C21.741,21.185,21.77,21.071,21.798,20.956z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="8.2322" x2="25.7875" y2="8.2322"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="1" style="stop-color:%23269FBF"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M25.178,6.653c-0.522-0.686-1.306-1.274-2.352-1.765c-0.804-0.372-1.722-0.674-2.754-0.904 c-1.838-0.403-3.775-0.52-5.81-0.349c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166 C6.213,7.67,6.128,8.172,6.218,8.674c0.068,0.365,0.228,0.729,0.48,1.092c0.06-0.369,0.21-0.733,0.448-1.092 c0.175,0.711,0.345,1.41,0.512,2.096c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466 c0.114,0.067,0.234,0.135,0.36,0.203c0.126,0.067,0.254,0.13,0.384,0.192c-0.215-1.33-0.444-2.74-0.687-4.23 c0.658-0.451,1.449-0.832,2.373-1.142c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235 l-0.075-7.315c0.006-0.001,0.012-0.002,0.018-0.004c0.005,0.001,0.01,0.001,0.014,0c1.307-0.135,2.61-0.135,3.91,0 c0.004,0,0.008,0,0.011,0c0.006,0.002,0.012,0.003,0.018,0.004l-0.075,7.312c0.575-0.051,1.125-0.124,1.651-0.221 c0.282-1.962,0.599-4.166,0.95-6.611c0.229,0.063,0.451,0.131,0.665,0.203c0.926,0.307,1.717,0.688,2.373,1.142 c-0.242,1.49-0.472,2.9-0.69,4.23c0.177-0.085,0.349-0.174,0.516-0.267c0.356-0.197,0.672-0.406,0.95-0.626 c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377c0.123-0.236,0.207-0.472,0.253-0.708 C25.878,7.997,25.689,7.324,25.178,6.653z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.1491" x2="25.7876" y2="18.1491"> <stop offset="0" style="stop-color:%232189a5"/> <stop offset="1" style="stop-color:%23269FBF"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M17.835,19.861c-1.231-0.251-2.457-0.251-3.679,0l-0.046-4.426c-0.171-0.016-0.342-0.033-0.512-0.053 l0.139,5.536c0.452-0.099,0.926-0.168,1.423-0.206c1.082-0.088,2.106-0.021,3.074,0.199l0.139-5.529 c-0.164,0.019-0.329,0.036-0.494,0.05L17.835,19.861z"/> <path fill="%23269FBF" d="M10.181,20.96c-0.195-0.784-0.397-1.594-0.605-2.43c-0.36-1.456-0.74-2.989-1.139-4.601 c-0.098-0.05-0.193-0.101-0.285-0.153c-0.05-0.028-0.099-0.056-0.149-0.085c0.364,1.653,0.711,3.225,1.039,4.714 c0.045,0.199,0.089,0.398,0.132,0.594c0.233,1.05,0.457,2.058,0.673,3.024h0.601c-0.06-0.239-0.12-0.481-0.181-0.726 C10.239,21.186,10.21,21.074,10.181,20.96z"/> <path fill="%232189a5" d="M23.976,13.67c-0.013,0.009-0.026,0.017-0.039,0.025c-0.128,0.073-0.258,0.144-0.391,0.213 c-0.588,2.398-1.171,4.748-1.747,7.048c-0.028,0.115-0.057,0.229-0.085,0.342c-0.06,0.243-0.121,0.485-0.181,0.726l0.608-0.025 C22.441,20.635,23.053,17.859,23.976,13.67 M9.584,14.435c-0.258-0.1-0.501-0.202-0.729-0.306c-0.144-0.065-0.283-0.131-0.416-0.199 c0.399,1.611,0.778,3.145,1.139,4.601c0.208,0.836,0.41,1.646,0.605,2.43c0.029,0.114,0.057,0.226,0.085,0.338 c0.061,0.245,0.122,0.487,0.181,0.726c-0.193,0.305-0.322,0.619-0.388,0.943c0.262-0.316,0.582-0.608,0.961-0.875 c0.072-0.051,0.144-0.101,0.217-0.149c-0.044-0.222-0.089-0.448-0.135-0.676c-0.123,0.113-0.238,0.23-0.345,0.352 c-0.053-0.321-0.107-0.654-0.164-1C10.306,18.862,9.969,16.801,9.584,14.435 M8.004,13.691c-0.214-0.124-0.418-0.257-0.612-0.398 c-0.114-0.082-0.224-0.168-0.331-0.256c-0.117-0.096-0.229-0.196-0.338-0.299c0.387,1.731,0.78,3.488,1.181,5.269 c0.112,0.497,0.225,0.997,0.338,1.498c0.247,1.089,0.496,2.187,0.747,3.295c0.117,0.517,0.235,1.037,0.352,1.558 c0.009,0.034,0.017,0.069,0.025,0.103c0.076,0.333,0.152,0.666,0.228,1l0.897-0.548c-0.139-0.623-0.283-1.267-0.431-1.932 c-0.001-0.003-0.002-0.006-0.004-0.011c-0.069-0.31-0.139-0.626-0.21-0.946c-0.215-0.967-0.439-1.975-0.672-3.024 c-0.043-0.197-0.086-0.395-0.132-0.594C8.714,16.916,8.368,15.344,8.004,13.691 M21.168,6.272c-0.214-0.072-0.436-0.139-0.665-0.203 c-0.351,2.445-0.668,4.649-0.95,6.611c0.241-0.044,0.477-0.092,0.708-0.146L21.168,6.272z"/> <path fill="%2333CCFF" d="M25.246,12.737c-0.099,0.094-0.206,0.186-0.32,0.278c-0.106,0.088-0.22,0.174-0.342,0.26 c-0.187,0.135-0.39,0.267-0.608,0.395c-0.922,4.189-1.534,6.965-1.836,8.329c-0.122,0.556-0.193,0.877-0.213,0.964l0,0 c-0.161,0.729-0.306,1.379-0.434,1.95l0.897,0.548c0.075-0.331,0.15-0.664,0.224-1c0.009-0.035,0.017-0.069,0.025-0.103 c0.118-0.517,0.236-1.04,0.356-1.569C23.704,19.644,24.454,16.294,25.246,12.737z"/> </svg>');
}
.lightBlue.icon-manage{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23269FBF" points="16.866,21.001 17.094,23.779 20.501,26.09 20.328,23.279 16.866,21.001 "/> <polyline fill="%23269FBF" points="19.264,19.688 21.5,18.462 18.179,16.389 18.364,19.113 19.264,19.688 "/> <polyline fill="%23269FBF" points="28.661,25.699 28.607,22.889 24.972,20.632 25.08,23.41 28.661,25.699 "/> <polyline fill="%232189a5" points="20.328,23.279 20.501,26.09 25.08,23.41 24.972,20.632 20.328,23.279 "/> <polyline fill="%232189a5" points="28.607,22.889 28.661,25.699 30.083,18.429 30.05,15.716 28.607,22.889 "/> <polyline fill="%2333CCFF" points="21.5,18.462 19.264,19.688 16.866,21.001 20.328,23.279 24.972,20.632 28.607,22.889 30.05,15.716 18.179,16.389 21.5,18.462 "/> <polyline fill="%232189a5" points="14.876,26.874 3.141,27.683 3.292,30.11 14.876,29.301 14.876,26.874 "/> <polyline fill="%232189a5" points="16.866,21.001 11.457,24.534 13.737,26.09 17.094,23.779 16.866,21.001 "/> <polygon fill="%2333CCFF" points="13.587,18.865 16.866,21.001 11.457,24.534 14.876,26.874 3.141,27.683 5.007,20.133 8.167,22.29 "/> <path fill="%23269FBF" d="M17.942,15.947l2.879-1.699L14.456,1.062l-3.05,1.388L17.942,15.947z"/> <path fill="%2333CCFF" d="M11.405,2.45L5.787,8.542L9.55,10.84l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L11.405,2.45z"/> <path fill="%232189a5" d="M13.594,13.301l-0.007,5.565l2.769-1.637l0.044-2.219L13.594,13.301z"/> </svg> ');
}
.lightBlue.icon-debug{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.048,28.509 18.117,26.11 13.757,23.09 13.757,23.08 12.027,21.885 12.069,24.244 12.077,24.244 18.048,28.509 "/> <polyline fill="%23999999" points="17.364,18.312 17.314,20.639 23.285,24.562 23.443,22.203 17.364,18.312 "/> <polyline fill="%23999999" points="22.29,15.018 22.163,17.301 22.174,17.301 28.111,20.924 28.337,18.596 22.29,15.018 "/> <polyline fill="%23999999" points="0.993,14.231 1.201,16.506 5.192,19.349 5.05,17.043 0.993,14.231 "/> <polyline fill="%23999999" points="6.414,13.478 7.686,14.315 9.457,13.259 6.295,11.237 6.414,13.478 "/> <polygon fill="%23999999" points="11.224,8.46 11.266,10.658 12.535,11.438 14.394,10.342 "/> <polyline fill="%23676767" points="20.392,24.444 18.117,26.11 18.048,28.509 20.291,26.821 20.392,24.444 "/> <polyline fill="%23676767" points="25.528,20.663 23.443,22.203 23.285,24.562 25.344,23.006 25.528,20.663 "/> <polygon fill="%23676767" points="28.337,18.596 28.111,20.924 30.001,19.491 30.262,17.185 "/> <polyline fill="%23CCCCCC" points="17.364,18.312 23.443,22.203 25.528,20.663 21.187,17.977 19.462,16.909 17.364,18.312 "/> <polyline fill="%23CCCCCC" points="24.583,13.92 24.23,13.72 22.29,15.018 28.337,18.596 30.262,17.185 24.583,13.92 "/> <polyline fill="%23CCCCCC" points="16.034,21.524 14.302,20.363 12.027,21.885 13.757,23.08 13.757,23.09 18.117,26.11 20.392,24.444 16.034,21.524 "/> <polyline fill="%23CCCCCC" points="5.05,17.043 4.974,15.913 6.406,15.068 3.252,12.959 0.993,14.231 5.05,17.043 "/> <polyline fill="%23CCCCCC" points="13.172,7.354 11.224,8.46 14.394,10.342 16.342,9.186 13.172,7.354 "/> <polygon fill="%23CCCCCC" points="11.558,12.014 8.396,10.058 6.295,11.237 9.457,13.259 "/> <path fill="%232189a5" d="M14.302,20.363l1.732,1.161l1.28-0.885l0.05-2.327l2.098-1.403l1.725,1.069l0.987-0.677h-0.011l0.126-2.283 l1.94-1.298l0.353,0.2l0.182-2.793L11.04,20.071l0.108,4.808l0.929-0.635h-0.008l-0.042-2.359L14.302,20.363z"/> <path fill="%23269FBF" d="M4.974,15.913l0.076,1.129l0.142,2.306l0.084,1.29l5.871,4.239l-0.108-4.808L4.974,15.913z"/> <path fill="%2333CCFF" d="M14.394,10.342l-1.859,1.095l-0.977,0.577l-2.101,1.245l-1.772,1.056l-1.28,0.753l-1.432,0.845l6.066,4.157 l13.725-8.944l-6.048-3.354l-2.375,1.414L14.394,10.342z"/> </svg>');
}
.lightBlue.icon-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.6991" y1="1059.3348" x2="28.839" y2="1059.3348" gradientTransform="matrix(1 0 0 -1 0 1079)"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23515151"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.5,24.521c-0.025-0.023-0.049-0.047-0.071-0.071c-0.279-0.273-0.48-0.569-0.602-0.888l-0.01,2.531 c-0.045,0.709,0.207,1.339,0.755,1.888v-0.01c1.2,1.137,2.429,1.137,3.685,0l-0.01,0.01l8.737-9.227h0.01 c0.986-0.996,3.657-1.758,8.013-2.286l1.235-0.388c1.528-0.758,2.355-2.055,2.48-3.889v-0.01c0.006-0.039,0.01-0.076,0.01-0.112 v-1.562c-0.111,0.578-0.315,1.088-0.612,1.531c-0.424,0.632-1.033,1.132-1.827,1.5l-1.276,0.357 c-4.321,0.483-6.971,1.181-7.951,2.092l-8.737,8.533c-0.276,0.23-0.552,0.411-0.827,0.541c-0.715,0.35-1.423,0.364-2.123,0.041 C5.086,24.971,4.793,24.777,4.5,24.521z"/> <path fill="%23CCCCCC" d="M25.782,4.678c-1.395-0.794-2.82-1.046-4.277-0.755c-1.665,0.363-2.884,1.581-3.654,3.654v-0.01 c-0.133,0.488-0.395,1.369-0.786,2.644c0.002,0.003,0.002,0.007,0,0.01c-0.528,1.286-1.29,2.385-2.286,3.297 c-0.003,0.005-0.007,0.009-0.01,0.01c0,0-9.869,7.722-10.272,8.12c-0.756,0.746-0.735,1.577-0.67,1.913 c0.065,0.335,0.323,0.615,0.602,0.888c0.023,0.025,0.047,0.049,0.071,0.071c0.293,0.256,0.585,0.45,0.878,0.582 c0.7,0.323,1.408,0.31,2.123-0.041c0.275-0.13,0.55-0.311,0.827-0.541l8.737-8.533c0.98-0.912,3.63-1.609,7.951-2.092l1.276-0.357 c0.794-0.368,1.403-0.869,1.827-1.5c0.297-0.443,0.502-0.953,0.612-1.531l0.01-0.949c0-0.01,0-0.02,0-0.031l-3.981,1.919 c-0.013,0.008-0.03,0.011-0.051,0.01c-0.013-0.001-0.027-0.008-0.041-0.02l-2.838-1.715c-0.018-0.006-0.031-0.02-0.041-0.041 c-0.009-0.016-0.013-0.037-0.01-0.061V9.578l-0.194-0.122l0.49-3.266L25.782,4.678"/> <ellipse fill="%23676767" cx="6.536" cy="22.865" rx="1.547" ry="1.334"/> <path fill="%23676767" d="M22.036,8.128l0.041-0.02V6.189l-0.49,3.266l0.194,0.122L21.975,8.2c0.003-0.014,0.009-0.027,0.02-0.041 C22.006,8.145,22.02,8.135,22.036,8.128z"/> <path fill="%23676767" d="M25.802,4.689c-0.005,0.001-0.012-0.003-0.02-0.01l-3.705,1.511v1.919l3.726-1.623V4.689z"/> </svg>');
}
.lightBlue.icon-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <path fill="%2333CCFF" d="M9.253,8.618c0.335-0.003,0.711,0.046,1.115,0.142c1.227,0.294,2.586,1.011,3.821,2.024 c2.48,2.031,3.677,4.594,2.664,5.717c-0.317,0.353-0.813,0.523-1.421,0.529c-1.337,0.013-3.216-0.772-4.922-2.169 c-1.233-1.007-2.185-2.176-2.681-3.29c-0.463-1.044-0.462-1.91,0.015-2.433C8.153,8.8,8.637,8.625,9.253,8.618z"/> </g> <path fill="%23269FBF" d="M23.465,12.679c0.155-3.182-2.962-6.169-5.287-7.846c-2.215-1.597-6.975-4.248-9.491-1.867 c-1.002,0.949-1.724,2.348-2.52,3.471c1.157-1.632,3.663-1.272,5.297-0.775c2.049,0.623,3.956,1.771,5.579,3.154 c1.894,1.614,5.455,5.62,3.736,8.429C21.604,15.899,23.389,14.346,23.465,12.679z"/> <path fill="%23005673" d="M16.616,8.458c3.922,3.111,5.702,7.159,3.968,9.028c-0.575,0.618-1.475,0.923-2.557,0.933 c-2.164,0.021-5.081-1.121-7.688-3.195c-1.864-1.483-3.309-3.209-4.07-4.878C5.472,8.6,5.506,7.127,6.364,6.196 c0.572-0.616,1.453-0.933,2.56-0.944c0.566-0.005,1.191,0.069,1.865,0.225C12.684,5.924,14.756,6.982,16.616,8.458z M19.024,16.24 c1.248-1.343-0.226-4.408-3.281-6.837c-1.522-1.211-3.196-2.069-4.707-2.42c-0.498-0.115-0.962-0.174-1.374-0.17 C8.904,6.82,8.308,7.03,7.928,7.435c-0.587,0.626-0.589,1.661-0.018,2.91c0.61,1.333,1.783,2.73,3.302,3.934 c2.101,1.671,4.415,2.61,6.062,2.594C18.023,16.866,18.633,16.662,19.024,16.24"/> <path fill="%23676767" d="M27.209,25.817c-0.002,0.007-0.002,0.013-0.003,0.02c-0.021,0.084-0.053,0.167-0.091,0.249 c-0.014,0.029-0.031,0.058-0.047,0.087c-0.029,0.054-0.059,0.107-0.095,0.16c-0.028,0.041-0.06,0.081-0.091,0.122 c-0.034,0.043-0.068,0.086-0.106,0.128c-0.059,0.065-0.125,0.129-0.194,0.192c-0.029,0.027-0.056,0.054-0.087,0.081 c-0.154,0.131-0.333,0.256-0.528,0.377c-0.035,0.021-0.068,0.043-0.104,0.064c-0.16,0.094-0.33,0.186-0.514,0.272 c-0.021,0.01-0.045,0.019-0.067,0.029c-0.167,0.077-0.345,0.15-0.53,0.22c-0.057,0.022-0.115,0.043-0.173,0.064 c-0.192,0.068-0.39,0.133-0.598,0.194c-0.025,0.007-0.048,0.016-0.074,0.023c-0.231,0.066-0.474,0.125-0.723,0.18 c-0.049,0.011-0.1,0.021-0.15,0.031c-0.435,0.091-0.894,0.166-1.374,0.222c-0.046,0.005-0.092,0.012-0.138,0.017 c-0.254,0.027-0.511,0.051-0.775,0.067c-0.166,0.01-0.33,0.015-0.495,0.02c-0.266,0.009-0.529,0.013-0.789,0.01 c-0.048,0-0.096,0.001-0.144,0c-0.282-0.005-0.561-0.018-0.834-0.037c-0.078-0.005-0.155-0.013-0.233-0.02 c-0.184-0.015-0.367-0.033-0.546-0.054c-0.091-0.011-0.182-0.023-0.271-0.035c-0.16-0.022-0.318-0.046-0.473-0.073 c-0.085-0.015-0.171-0.029-0.255-0.045c-0.17-0.032-0.335-0.068-0.497-0.106c-0.061-0.014-0.124-0.027-0.183-0.042 c-0.225-0.056-0.442-0.117-0.65-0.183c-0.037-0.012-0.071-0.025-0.108-0.037c-0.194-0.065-0.378-0.134-0.554-0.207 c-0.052-0.022-0.105-0.044-0.156-0.066c-0.219-0.097-0.423-0.199-0.608-0.308c-0.027-0.016-0.05-0.033-0.076-0.049 c-0.166-0.103-0.314-0.21-0.448-0.322c-0.025-0.021-0.053-0.041-0.076-0.063c-0.136-0.122-0.25-0.251-0.344-0.383 c-0.02-0.028-0.038-0.057-0.056-0.086c-0.088-0.138-0.16-0.28-0.198-0.427c-0.031-0.119-0.044-0.237-0.041-0.354l-0.026,0.97 c-0.003,0.117,0.01,0.235,0.041,0.354c0.038,0.147,0.111,0.289,0.198,0.427c0.018,0.029,0.035,0.058,0.056,0.086 c0.094,0.132,0.208,0.261,0.345,0.383c0.024,0.021,0.051,0.042,0.076,0.063c0.133,0.112,0.281,0.219,0.447,0.322 c0.027,0.017,0.05,0.034,0.078,0.05c0.184,0.109,0.389,0.211,0.607,0.308c0.022,0.01,0.039,0.021,0.061,0.031 c0.03,0.013,0.065,0.023,0.095,0.036c0.175,0.073,0.358,0.141,0.551,0.205c0.028,0.009,0.052,0.021,0.081,0.03 c0.01,0.003,0.021,0.005,0.03,0.009c0.207,0.066,0.423,0.127,0.648,0.183c0.012,0.003,0.024,0.007,0.036,0.01 c0.048,0.012,0.101,0.021,0.15,0.032c0.162,0.038,0.326,0.073,0.496,0.106c0.032,0.006,0.062,0.014,0.094,0.02 c0.051,0.009,0.107,0.016,0.159,0.024c0.156,0.027,0.314,0.051,0.475,0.073c0.051,0.007,0.098,0.016,0.149,0.023 c0.039,0.005,0.081,0.007,0.12,0.012c0.18,0.021,0.363,0.039,0.548,0.054c0.059,0.005,0.115,0.013,0.174,0.017 c0.019,0.001,0.039,0.001,0.058,0.003c0.274,0.019,0.552,0.031,0.835,0.037c0.011,0,0.021,0.001,0.032,0.001 c0.035,0.001,0.071-0.002,0.106-0.001c0.262,0.003,0.528-0.001,0.796-0.01c0.046-0.002,0.09,0,0.136-0.002 c0.118-0.005,0.237-0.011,0.357-0.019c0.265-0.016,0.523-0.04,0.777-0.067c0.023-0.003,0.048-0.004,0.071-0.006 c0.022-0.003,0.042-0.008,0.064-0.01c0.481-0.056,0.941-0.131,1.377-0.222c0.021-0.005,0.046-0.006,0.068-0.011 c0.027-0.006,0.052-0.014,0.079-0.02c0.25-0.055,0.493-0.115,0.725-0.18c0.025-0.007,0.048-0.015,0.073-0.023 c0.208-0.061,0.407-0.126,0.599-0.194c0.059-0.021,0.116-0.042,0.173-0.063c0.184-0.07,0.361-0.142,0.527-0.219 c0.023-0.01,0.048-0.02,0.07-0.031c0.184-0.086,0.353-0.178,0.513-0.272c0.017-0.01,0.038-0.019,0.055-0.029 c0.019-0.011,0.031-0.024,0.05-0.036c0.195-0.121,0.374-0.246,0.528-0.377c0.005-0.005,0.013-0.009,0.018-0.013 c0.026-0.022,0.044-0.045,0.068-0.067c0.069-0.063,0.135-0.127,0.194-0.192c0.012-0.013,0.028-0.026,0.039-0.039 c0.025-0.029,0.044-0.059,0.067-0.089c0.032-0.04,0.064-0.081,0.091-0.122c0.01-0.014,0.023-0.028,0.032-0.043 c0.025-0.039,0.042-0.079,0.063-0.118c0.015-0.029,0.033-0.057,0.046-0.086c0.004-0.009,0.01-0.017,0.014-0.026 c0.032-0.072,0.057-0.146,0.076-0.219c0-0.001,0-0.002,0.001-0.004c0.002-0.007,0.002-0.013,0.003-0.02 c0.015-0.064,0.028-0.129,0.033-0.194c0.002-0.022,0.003-0.045,0.004-0.067l0.026-0.97C27.243,25.644,27.229,25.731,27.209,25.817z" /> <g> <path fill="%23CCCCCC" d="M19.202,22.692c3.989-0.249,7.576,0.876,8.002,2.511c0.426,1.635-2.469,3.163-6.458,3.412 c-3.989,0.249-7.567-0.877-7.993-2.512C12.327,24.469,15.213,22.941,19.202,22.692z"/> </g> <ellipse fill="%23676767" cx="19.79" cy="25.582" rx="2.106" ry="1.049"/> <path fill="%23999999" d="M18.335,25.61l-5.11-3.502c-0.247-0.178-0.4-0.459-0.416-0.764c-0.015-0.304,0.109-0.599,0.339-0.8 l2.749-2.416c0,0,1.415,0.292,2.745,0.25c-1.061,0.937-3.228,2.837-3.228,2.837l5.5,3.799c0,0,0.334,0.913-0.575,1.071 C18.892,26.337,18.335,25.61,18.335,25.61z"/> <circle fill="%23CCCCCC" cx="14.335" cy="21.253" r="1.649"/> </svg>');
}
.lightBlue.icon-replace{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2333CCFF" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%23269FBF" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%2333CCFF" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%23269FBF" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%2333CCFF" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%232189a5" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.lightBlue.icon-clean{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.206,14.245l0.007-0.425l0.18-9.21l-2.475,1.223l-0.029,9.756L18.206,14.245 M21.559,18.598l0.151-0.094 l0.13-2.684l-3.079,1.907l-0.065,2.72L21.559,18.598z"/> <polyline fill="%23999999" points="15.918,5.834 12.615,4.215 12.745,10.806 12.809,13.806 15.889,15.591 15.918,5.834 "/> <polygon fill="%23999999" points="9.615,14.929 9.86,15.073 18.436,20.289 18.695,20.447 18.76,17.728 9.5,12.324 "/> <polyline fill="%23CCCCCC" points="15.09,3.064 12.615,4.215 15.918,5.834 18.393,4.611 15.09,3.064 "/> <polygon fill="%23CCCCCC" points="12.745,10.806 12.579,10.712 9.5,12.324 18.76,17.728 21.839,15.821 18.213,13.821 18.206,14.245 15.889,15.591 12.809,13.806 "/> <path fill="%232189a5" d="M18.695,20.447l-0.259-0.158l2.216,9.051l5.044-3.734l-4.137-7.008L18.695,20.447z"/> <path fill="%2333CCFF" d="M9.86,15.073l-3.727,4.475l14.519,9.792l-2.216-9.051L9.86,15.073z"/> </svg>');
}
.lightBlue.icon-system{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%232189a5" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%232189a5" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%232189a5" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%2333CCFF" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%2333CCFF" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%2333CCFF" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%2333CCFF" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%232189a5" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%23269FBF" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%2333CCFF" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%232189a5" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%23269FBF" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.lightBlue.icon-print{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="21.514,12.171 21.514,12.171 16.537,10.013 3.823,15.522 16.53,22.819 29.239,15.522 "/> <polygon fill="%23999999" points="16.53,29.726 16.53,22.819 3.823,15.522 4.556,21.797 "/> <polygon fill="%23676767" points="28.512,21.797 29.239,15.522 16.53,22.819 16.53,29.726 "/> <polygon fill="%23676767" points="14.615,11.874 10.4,13.8 20.55,18.745 24.331,16.769 "/> <polygon fill="%232189a5" points="24.331,12.276 23.698,12.47 21.489,17.617 22.325,17.025 "/> <polyline fill="%23269FBF" points="22.115,8.301 14.905,5.022 12.558,13.261 21.489,17.617 23.698,12.47 22.115,8.301 "/> <polygon fill="%23269FBF" points="22.92,8.1 22.115,8.301 23.698,12.47 24.331,12.276 "/> <polygon fill="%2333CCFF" points="15.943,4.921 14.833,4.985 22.115,8.301 22.92,8.1 "/> <polyline fill="%2333CCFF" points="23.698,12.47 22.115,8.301 20.027,11.084 23.698,12.47 "/> <path fill="%23999999" d="M4.126,18.112l0.482,4.685l8.738,5.75v-5.056L4.126,18.112z"/> <polygon fill="%23676767" points="13.347,28.546 14.134,28.029 14.134,23.124 13.346,23.491 "/> <polygon fill="%23CCCCCC" points="14.134,23.124 13.346,23.491 4.126,18.112 4.863,17.833 "/> </svg>');
}
.green.icon-display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="9.568,22.518 7.379,24.124 19.939,30.502 21.918,28.532 "/> <polygon fill="%23676767" points="27.525,9.371 25.817,10.529 24.687,29.88 26.184,28.614 "/> <polyline fill="%23676767" points="7.883,6.027 6.124,5.377 6.836,19.735 7.075,19.571 7.083,19.577 8.356,18.721 7.884,6.136 "/> <polyline fill="%23CCCCCC" points="8.356,18.721 7.083,19.577 6.836,19.742 23.062,27.215 23.151,25.217 8.356,18.721 "/> <polygon fill="%23CCCCCC" points="25.817,10.529 27.525,9.371 6.229,1.844 4.514,2.741 "/> <path fill="%23999999" d="M4.514,2.741l1.063,17.834l19.109,9.305l1.131-19.351L4.514,2.741z M23.062,27.215L6.836,19.742L6.124,5.377 l17.619,6.516L23.062,27.215z"/> <polygon fill="%23676767" points="10.842,23.138 18.203,26.723 18.203,28.099 10.842,24.342 "/> <polygon fill="%232f8c51" points="7.883,6.027 8.356,18.721 23.151,25.217 23.743,11.893 "/> <polygon fill="%23676767" points="18.203,28.099 19.341,27.277 18.203,26.723 "/> </svg> ');
}
.green.icon-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <polyline fill="%23CCCCCC" points="22.316,27.679 20.638,26.443 16.471,29.481 18.196,30.784 22.316,27.679 "/> <polyline fill="%23CCCCCC" points="26.393,24.603 24.786,23.419 21.222,26.018 22.891,27.244 26.393,24.603 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="27.2349" y1="21.2664" x2="4.4539" y2="21.2664"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.4359" style="stop-color:%23FFFFFF"/> <stop offset="0.7175" style="stop-color:%23B6B6B6"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="16.796,15.186 15.244,14.225 4.454,20.413 6.123,21.672 10.523,18.998 12.088,20.15 7.669,22.84 9.119,23.934 13.546,21.222 15.067,22.342 10.667,25.103 12.22,26.275 17.081,22.975 18.31,23.878 13.568,27.291 14.916,28.308 23.326,22.34 24.786,23.419 27.235,21.631 24.123,19.71 21.459,22.461 19.406,18.961 19.49,16.848 18.511,16.243 15.694,17.957 18.528,20.169 15.689,21.952 11.149,18.616 "/> <polyline fill="%23676767" points="26.393,24.603 28.941,22.685 27.235,21.631 24.786,23.419 26.393,24.603 "/> <polyline fill="%23676767" points="24.786,23.419 23.326,22.34 14.916,28.308 16.471,29.481 20.638,26.443 22.316,27.679 22.891,27.244 21.222,26.018 24.786,23.419 "/> <polyline fill="%23676767" points="21.459,22.461 21.939,20.525 19.406,18.961 21.459,22.461 "/> <polyline fill="%23676767" points="18.31,23.878 17.081,22.975 12.22,26.275 13.568,27.291 18.31,23.878 "/> <polyline fill="%23676767" points="15.067,22.342 13.546,21.222 9.119,23.934 10.667,25.103 15.067,22.342 "/> <polyline fill="%23676767" points="18.528,20.169 15.694,17.957 18.511,16.243 16.796,15.186 11.149,18.616 15.689,21.952 18.528,20.169 "/> <polygon fill="%23676767" points="6.123,21.672 7.669,22.84 12.088,20.15 10.523,18.998 "/> <path fill="%2321663c" d="M24.123,19.71l-0.019-0.013l-2.164,0.827l-0.48,1.936L24.123,19.71z"/> <path fill="%232f8c51" d="M22.859,6.832l-2.901-1.607L19.49,16.848l-0.084,2.113l2.533,1.564L22.859,6.832z"/> <path fill="%2321663c" d="M25.654,5.146l-2.795,1.686l-0.92,13.693l2.164-0.827l0.125-0.075L25.654,5.146z"/> <path fill="%2339b563" d="M25.654,5.146l-2.847-1.262l-2.849,1.342l2.901,1.607L25.654,5.146z"/> </svg>');
}
.green.icon-save{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <polyline fill="%232f8c51" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%232f8c51" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%232f8c51" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%2321663c" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%2321663c" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%2339b563" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.green.icon-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%232f8c51" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%232f8c51" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%232f8c51" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%2321663c" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%2321663c" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%2339b563" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.green.icon-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%232f8c51" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%232f8c51" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%232f8c51" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%2321663c" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%2321663c" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%2339b563" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.green.icon-cancel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <path fill="%2339b563" d="M16.558,21.114c0.06-2.289-1.593-2.051-3.06-2.525c1.819,0.588,1.11,3.411,0.722,4.681 c-0.659,2.162-1.749,4.203-2.894,6.143c0.446,0.144,1.802,0.582,1.802,0.582s1.307-2.156,1.564-2.673 C15.614,25.458,16.67,23.25,16.558,21.114z"/> <path fill="%2339b563" d="M11.507,14.415c1.713-0.414,3.758-0.86,5.451-0.313c-1.137-0.367-2.282-0.82-3.48-0.933 c-1.897-0.179-3.857,0.24-5.693,0.941c0.487,0.157,1.066,0.538,1.566,0.646C10.166,14.932,10.682,14.615,11.507,14.415z"/> <path fill="%2321663c" d="M3.412,20.65c-0.482-0.156-1.301-0.42-1.894-0.612c1.574,1.117,3.149,2.232,4.724,3.348 C7.109,24,7.959,24.709,8.874,25.251c0.636,0.377,1.399,0.534,2.106,0.762C8.757,24.438,5.635,22.224,3.412,20.65z"/> <g> <path fill="%2339b563" d="M3.412,20.65c-0.631-0.204-1.262-0.408-1.894-0.612c1.197-2.178,5.837-10.42,5.837-10.42 s1.408,0.455,1.802,0.582C7.242,13.683,5.327,17.166,3.412,20.65z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.4117" y1="20.0971" x2="20.6753" y2="20.0971"> <stop offset="0" style="stop-color:%232f8c51"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.157,10.2c0.174,1.508,0.348,3.015,0.521,4.523c3.538-1.35,9.279-1.806,10.695,2.701 c1.611,5.127-3.567,9.884-7.246,12.572c1.032-1.748,2.055-3.528,2.713-5.456c0.448-1.311,1.144-3.507,0.225-4.788 c-1.18-1.647-3.659,0.02-4.776,0.884c-0.829,0.641-0.829,0.641-0.829,0.641s0.389,3.607,0.519,4.737 c-1.595-1.13-3.191-2.26-4.786-3.39c-0.726-0.515-1.452-1.03-2.192-1.522c-0.556-0.37-0.591-0.451-0.591-0.451 s2.066-3.757,2.931-5.331C7.281,13.612,8.219,11.906,9.157,10.2z"/> </svg>');
}
.green.icon-back{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%2321663c" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%2321663c" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%2339b563" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.green.icon-skip{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%232f8c51" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%232f8c51" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%232f8c51" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%2321663c" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%2321663c" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%2339b563" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> "/> </svg>');
}
.green.icon-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2321663c" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%2339b563" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%2339b563" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%232f8c51" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.green.icon-restore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2339b563" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%232f8c51" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%2339b563" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%232f8c51" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%2339b563" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%2321663c" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.green.icon-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2321663c" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%2339b563" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%2339b563" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%232f8c51" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.green.icon-delete-all{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23999999" points="26.724,19.214 24.738,18.508 20.566,13.146 22.553,13.852 "/> </g> <polygon fill="%23CCCCCC" points="22.553,13.852 20.566,13.146 22.688,12.429 24.675,13.134 "/> <path fill="%23999999" d="M21.159,5.458c1.248,1.293,1.426,3.759,1.504,5.598c0.012,0.279-0.092,1.18,0.042,1.379 c0.069,0.103,0.498,0.177,0.594,0.211c0.459,0.163,0.918,0.326,1.376,0.489c0.007-2.102-0.039-4.746-1.152-6.485 c-0.733-1.146-2.072-1.34-3.156-1.725C20.658,5.028,20.929,5.219,21.159,5.458z"/> <path fill="%23CCCCCC" d="M18.983,6.052c1.39-2.095,3.616-3.989,5.94-3.164c-1.279-0.454-2.565-1.107-3.918-0.806 c-2.422,0.538-4.197,3.165-5.313,5.642c0.531,0.189,1.099,0.496,1.646,0.585c0.439,0.071,0.303,0.174,0.601-0.422 C18.257,7.252,18.598,6.631,18.983,6.052z"/> <path fill="%23676767" d="M23.734,2.692c2.75-0.041,5.04,3.19,4.963,8.837l2.095-0.654l-4.068,8.338l-4.172-5.362l2.122-0.717 c0.02-5.771-1.359-7.636-2.992-7.612c-1.384,0.021-2.95,1.398-4.003,2.907C19.44,4.521,21.711,2.722,23.734,2.692z"/> <polyline fill="%2321663c" points="20.566,14.667 19.157,15.43 16.887,16.862 16.893,16.873 16.748,16.949 20.281,22.863 22.592,21.169 19.256,15.598 20.671,14.836 23.145,13.264 20.566,14.667 "/> <polyline fill="%2339b563" points="20.741,9.295 18.22,10.738 20.566,14.667 23.145,13.264 20.741,9.295 "/> <polyline fill="%2339b563" points="14.536,12.927 14.542,12.938 16.87,11.611 13.453,5.895 10.88,7.129 14.396,13.02 14.536,12.927 "/> <polyline fill="%232f8c51" points="14.542,12.938 14.396,13.02 10.88,7.129 8.849,8.829 12.196,14.446 9.256,16.355 11.346,19.865 14.437,18.195 17.801,23.835 20.281,22.863 16.748,16.949 16.887,16.862 19.157,15.43 20.566,14.667 18.22,10.738 16.87,11.611 14.542,12.938 "/> <path fill="%23CCCCCC" d="M18.069,25.769c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C15.385,28.086,16.966,26.887,18.069,25.769z"/> <path fill="%23999999" d="M6.637,29.661c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C2.844,24.377,3.669,28.175,6.637,29.661z"/> <polygon fill="%23CCCCCC" points="2.761,22.709 0.357,22.004 5.28,13.665 7.683,14.371 "/> <path fill="%23676767" d="M7.683,14.371l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839l-2.535,0.654 L7.683,14.371z"/> </svg>');
}
.green.icon-waste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.1218" y1="19.2374" x2="26.8577" y2="19.2374"> <stop offset="0" style="stop-color:%232f8c51"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.147,13.307c-0.229,0.045-0.464,0.085-0.704,0.121c-0.468,0.073-0.953,0.132-1.455,0.174 c-0.03,0.003-0.061,0.005-0.093,0.007c-0.008,0.002-0.016,0.003-0.025,0.004c-1.283,0.105-2.534,0.106-3.75,0.004 c-0.01,0-0.021,0-0.032,0c-0.521-0.044-1.036-0.107-1.548-0.189c-0.237-0.039-0.473-0.082-0.708-0.128 c-0.12-0.024-0.24-0.049-0.359-0.075c-0.783-0.17-1.514-0.381-2.192-0.633c-0.248-0.093-0.49-0.193-0.726-0.299 c-0.201-0.088-0.398-0.182-0.591-0.281c-0.018-0.009-0.037-0.018-0.057-0.028c-0.381-0.201-0.714-0.4-1-0.598 c-0.064-0.045-0.125-0.09-0.185-0.135c-0.045-0.033-0.089-0.068-0.132-0.103c-0.13-0.102-0.255-0.209-0.374-0.32 c-0.184-0.177-0.352-0.364-0.505-0.562c-0.077-0.099-0.148-0.197-0.213-0.295C5.332,9.711,5.206,9.453,5.122,9.194l4.195,16.321 c0.02,0.11,0.048,0.221,0.082,0.331c0.206,0.669,0.624,1.265,1.252,1.79c0.522,0.436,1.148,0.796,1.879,1.078 c1.321,0.512,2.755,0.708,4.302,0.587c1.634-0.126,3.01-0.586,4.127-1.381c0.657-0.463,1.139-1,1.445-1.612 c0.129-0.261,0.218-0.524,0.267-0.79L26.858,9.14c-0.044,0.143-0.101,0.287-0.171,0.431c-0.063,0.13-0.136,0.258-0.217,0.384 c-0.194,0.304-0.438,0.595-0.733,0.872c-0.107,0.1-0.221,0.198-0.342,0.295c-0.104,0.085-0.214,0.168-0.331,0.249 c-0.226,0.161-0.471,0.316-0.737,0.466c-0.104,0.059-0.209,0.116-0.317,0.171c-0.414,0.218-0.853,0.415-1.316,0.591 C21.914,12.895,21.065,13.131,20.147,13.307 M8.153,13.776c0.092,0.051,0.187,0.102,0.285,0.153 c0.134,0.068,0.272,0.134,0.416,0.199c0.228,0.104,0.471,0.206,0.729,0.306c0.056,0.021,0.113,0.043,0.171,0.064 c0.413,2.08,0.805,4.043,1.174,5.889c0.059,0.297,0.117,0.59,0.174,0.879c0.047,0.228,0.092,0.454,0.135,0.676 c0.31,1.543,0.603,2.997,0.879,4.362c0.072,0.359,0.144,0.711,0.213,1.057c-1.21-0.455-2.122-1.089-2.736-1.9 c-0.076-0.334-0.152-0.667-0.228-1H9.32c0.007-0.034,0.014-0.069,0.021-0.103c-0.118-0.522-0.235-1.041-0.352-1.558 c-0.252-1.107-0.501-2.206-0.747-3.295c-0.113-0.501-0.226-1.001-0.338-1.498c-0.401-1.781-0.795-3.538-1.181-5.269 c0.109,0.103,0.221,0.203,0.338,0.299c0.107,0.088,0.217,0.174,0.331,0.256c0.194,0.142,0.398,0.275,0.612,0.398 C8.054,13.72,8.103,13.749,8.153,13.776 M22.214,14.499c0.062-0.023,0.124-0.047,0.185-0.071c0.4-0.157,0.782-0.33,1.146-0.519 c0.133-0.069,0.264-0.14,0.391-0.213c0.013-0.008,0.026-0.016,0.039-0.025c0.219-0.128,0.422-0.26,0.608-0.395 c0.121-0.085,0.235-0.172,0.342-0.26c0.114-0.091,0.221-0.184,0.32-0.278c-0.792,3.556-1.542,6.907-2.252,10.051 c-0.119,0.529-0.238,1.052-0.356,1.569c0.009,0.034,0.016,0.069,0.021,0.103h-0.046c-0.074,0.336-0.149,0.669-0.224,1 c-0.306,0.399-0.686,0.755-1.139,1.071c-0.477,0.327-1.009,0.604-1.598,0.829c0.065-0.325,0.135-0.677,0.21-1.057 c0.239-1.189,0.531-2.647,0.875-4.373c0.044-0.219,0.088-0.441,0.132-0.669c0.058-0.288,0.118-0.583,0.178-0.886 C21.391,18.645,21.78,16.686,22.214,14.499 M17.877,15.431c0.165-0.014,0.33-0.03,0.495-0.05l-0.139,5.529l-0.171,6.895 c-1.383,0.263-2.766,0.263-4.149,0l-0.178-6.888l-0.139-5.536c0.171,0.02,0.341,0.038,0.512,0.053 c0.01,0.001,0.019,0.002,0.028,0.004c1.239,0.112,2.478,0.111,3.715-0.004C17.861,15.434,17.869,15.433,17.877,15.431z"/> <path fill="none" d="M22.826,4.888c-0.804-0.372-1.722-0.674-2.754-0.904c-1.838-0.403-3.775-0.52-5.81-0.349 c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166C6.213,7.67,6.128,8.172,6.218,8.674 c0.068,0.365,0.228,0.729,0.48,1.092c0.03,0.044,0.061,0.086,0.093,0.128c0.247,0.321,0.536,0.613,0.868,0.875 c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466c0.114,0.067,0.234,0.135,0.36,0.203 c0.126,0.067,0.254,0.13,0.384,0.192c0.766,0.364,1.63,0.656,2.59,0.875c-0.269-1.859-0.571-3.942-0.904-6.248 c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235c0.004,0.002,0.007,0.003,0.011,0.003 c0.007,0.001,0.014,0.001,0.021,0c1.164,0.111,2.364,0.115,3.601,0.011c0.055-0.004,0.109-0.009,0.164-0.014 c0.007-0.001,0.014-0.002,0.021-0.004c0.002,0.001,0.003,0.001,0.004,0c0.575-0.051,1.125-0.124,1.651-0.221 c0.241-0.044,0.477-0.092,0.708-0.146c0.949-0.218,1.812-0.515,2.59-0.89c0.177-0.085,0.349-0.174,0.516-0.267 c0.356-0.197,0.672-0.406,0.95-0.626c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377 c0.123-0.236,0.207-0.472,0.253-0.708c0.131-0.677-0.059-1.351-0.569-2.021C24.656,5.968,23.873,5.379,22.826,4.888z"/> <path fill="%2339b563" d="M21.385,20.615c-0.109-0.082-0.222-0.161-0.338-0.238c-0.06,0.303-0.119,0.598-0.178,0.886 c0.127,0.114,0.244,0.232,0.352,0.356C21.275,21.296,21.329,20.962,21.385,20.615z"/> <path fill="%2339b563" d="M21.531,22.024c0.198,0.303,0.33,0.617,0.395,0.939c0.02-0.087,0.092-0.408,0.214-0.964L21.531,22.024z"/> <path fill="%2339b563" d="M26.263,6.514c-0.598-0.759-1.485-1.411-2.661-1.957c-0.899-0.413-1.932-0.747-3.099-1.003 c-2.061-0.448-4.233-0.574-6.515-0.377c-2.526,0.221-4.64,0.809-6.34,1.765C6.493,5.594,5.707,6.349,5.289,7.208 C4.963,7.873,4.908,8.535,5.122,9.194c0.084,0.259,0.21,0.518,0.377,0.776c0.066,0.098,0.137,0.197,0.214,0.295 c0.153,0.198,0.322,0.386,0.505,0.562c0.119,0.112,0.244,0.218,0.374,0.32c0.043,0.035,0.087,0.07,0.132,0.103 c0.06,0.045,0.122,0.09,0.185,0.135c0.286,0.198,0.619,0.397,1,0.598c0.02,0.01,0.039,0.02,0.057,0.029 c0.192,0.099,0.389,0.193,0.591,0.281c0.235,0.106,0.477,0.206,0.726,0.299c0.678,0.253,1.408,0.464,2.192,0.633 c0.12,0.026,0.239,0.051,0.359,0.075c0.236,0.046,0.471,0.089,0.708,0.128c0.511,0.082,1.027,0.144,1.548,0.189 c0.011,0,0.022,0,0.032,0c1.217,0.102,2.467,0.101,3.75-0.004c0.009-0.001,0.017-0.002,0.025-0.004 c0.031-0.002,0.062-0.004,0.093-0.007c0.502-0.043,0.987-0.101,1.455-0.174c0.24-0.036,0.475-0.076,0.705-0.121 c0.918-0.175,1.767-0.411,2.548-0.708c0.463-0.176,0.902-0.372,1.316-0.591c0.108-0.055,0.213-0.112,0.317-0.171 c0.265-0.15,0.511-0.305,0.736-0.466c0.116-0.081,0.227-0.165,0.331-0.249c0.121-0.097,0.235-0.195,0.342-0.295 c0.295-0.277,0.539-0.567,0.733-0.872c0.081-0.126,0.154-0.254,0.217-0.384c0.07-0.144,0.127-0.287,0.171-0.43 c0.032-0.098,0.057-0.195,0.075-0.292c0.002-0.002,0.003-0.005,0.003-0.007C27.087,8.058,26.863,7.282,26.263,6.514z M25.748,8.674 c-0.045,0.236-0.129,0.472-0.253,0.708c-0.065,0.128-0.14,0.254-0.224,0.377c-0.241,0.353-0.559,0.684-0.954,0.993 c-0.278,0.22-0.594,0.429-0.95,0.626c-0.167,0.093-0.339,0.182-0.516,0.267c-0.778,0.375-1.641,0.671-2.59,0.89 c-0.231,0.053-0.467,0.102-0.708,0.146c-0.526,0.096-1.076,0.17-1.651,0.221c0,0.001-0.002,0.001-0.004,0 c-0.007,0.002-0.014,0.003-0.021,0.004c-0.055,0.005-0.109,0.01-0.164,0.014c-1.237,0.104-2.437,0.1-3.601-0.011 c-0.007,0.001-0.014,0.001-0.021,0c-0.003-0.001-0.007-0.002-0.011-0.003c-0.557-0.052-1.108-0.131-1.651-0.235l-0.957-6.6 c-0.227,0.064-0.446,0.131-0.658,0.203c0.333,2.306,0.634,4.389,0.904,6.248c-0.961-0.219-1.824-0.511-2.59-0.875 c-0.13-0.062-0.259-0.125-0.384-0.192c-0.125-0.068-0.245-0.135-0.36-0.203c-0.265-0.156-0.5-0.312-0.704-0.466 c-0.006-0.005-0.013-0.01-0.021-0.014c-0.332-0.262-0.621-0.554-0.868-0.875C6.759,9.853,6.728,9.81,6.698,9.766 c-0.252-0.363-0.412-0.727-0.48-1.092C6.128,8.172,6.213,7.67,6.474,7.166C6.865,6.406,7.577,5.745,8.609,5.18 c1.523-0.844,3.407-1.359,5.654-1.544c2.035-0.171,3.972-0.055,5.81,0.349c1.032,0.23,1.95,0.531,2.754,0.904 c1.046,0.491,1.83,1.079,2.352,1.765C25.689,7.324,25.878,7.997,25.748,8.674z"/> <path fill="%2339b563" d="M20.389,25.984c-0.166,0.114-0.341,0.221-0.527,0.32c-0.075,0.38-0.145,0.732-0.21,1.057 c0.588-0.225,1.121-0.502,1.598-0.829c0.453-0.316,0.833-0.672,1.139-1.071l-0.897-0.548C21.222,25.314,20.854,25.671,20.389,25.984 z"/> <path fill="%2339b563" d="M15.995,27.204c-0.704,0-1.39-0.076-2.056-0.228l-0.025,0.829c1.383,0.263,2.766,0.263,4.149,0l-0.018-0.829 C17.378,27.128,16.695,27.204,15.995,27.204z"/> <path fill="%2339b563" d="M17.813,19.206c-1.212-0.206-2.424-0.206-3.636,0l-0.021,0.655c1.222-0.251,2.448-0.251,3.679,0 L17.813,19.206z"/> <path fill="%2339b563" d="M10.448,22.024H9.847c0.071,0.321,0.141,0.636,0.21,0.946c0.002,0,0.004-0.001,0.004-0.004 C10.126,22.643,10.255,22.329,10.448,22.024z"/> <path fill="%2339b563" d="M10.928,20.387c-0.115,0.074-0.226,0.151-0.334,0.231c0.056,0.346,0.111,0.679,0.164,1 c0.108-0.122,0.223-0.24,0.345-0.352C11.046,20.977,10.988,20.684,10.928,20.387z"/> <path fill="%2339b563" d="M11.715,26.073c-0.524-0.337-0.932-0.723-1.224-1.16l-0.897,0.548c0.614,0.811,1.526,1.445,2.736,1.9 c-0.07-0.345-0.141-0.698-0.213-1.057C11.978,26.232,11.844,26.155,11.715,26.073z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.4356" x2="25.7876" y2="18.4356"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="1" style="stop-color:%232f8c51"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M21.798,20.956c0.576-2.301,1.159-4.65,1.747-7.048c-0.364,0.19-0.746,0.363-1.146,0.519 c-0.386,2.368-0.724,4.43-1.014,6.187c-0.056,0.347-0.111,0.681-0.164,1.003c-0.108-0.124-0.226-0.242-0.352-0.356 c-0.044,0.227-0.088,0.45-0.132,0.669c0.211,0.135,0.409,0.28,0.594,0.434c0.226,0.191,0.424,0.39,0.594,0.598 c-0.065-0.323-0.197-0.636-0.395-0.939c0.061-0.241,0.121-0.483,0.181-0.726C21.741,21.185,21.77,21.071,21.798,20.956z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="8.2322" x2="25.7875" y2="8.2322"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="1" style="stop-color:%232f8c51"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M25.178,6.653c-0.522-0.686-1.306-1.274-2.352-1.765c-0.804-0.372-1.722-0.674-2.754-0.904 c-1.838-0.403-3.775-0.52-5.81-0.349c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166 C6.213,7.67,6.128,8.172,6.218,8.674c0.068,0.365,0.228,0.729,0.48,1.092c0.06-0.369,0.21-0.733,0.448-1.092 c0.175,0.711,0.345,1.41,0.512,2.096c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466 c0.114,0.067,0.234,0.135,0.36,0.203c0.126,0.067,0.254,0.13,0.384,0.192c-0.215-1.33-0.444-2.74-0.687-4.23 c0.658-0.451,1.449-0.832,2.373-1.142c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235 l-0.075-7.315c0.006-0.001,0.012-0.002,0.018-0.004c0.005,0.001,0.01,0.001,0.014,0c1.307-0.135,2.61-0.135,3.91,0 c0.004,0,0.008,0,0.011,0c0.006,0.002,0.012,0.003,0.018,0.004l-0.075,7.312c0.575-0.051,1.125-0.124,1.651-0.221 c0.282-1.962,0.599-4.166,0.95-6.611c0.229,0.063,0.451,0.131,0.665,0.203c0.926,0.307,1.717,0.688,2.373,1.142 c-0.242,1.49-0.472,2.9-0.69,4.23c0.177-0.085,0.349-0.174,0.516-0.267c0.356-0.197,0.672-0.406,0.95-0.626 c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377c0.123-0.236,0.207-0.472,0.253-0.708 C25.878,7.997,25.689,7.324,25.178,6.653z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.1491" x2="25.7876" y2="18.1491"> <stop offset="0" style="stop-color:%2321663c"/> <stop offset="1" style="stop-color:%232f8c51"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M17.835,19.861c-1.231-0.251-2.457-0.251-3.679,0l-0.046-4.426c-0.171-0.016-0.342-0.033-0.512-0.053 l0.139,5.536c0.452-0.099,0.926-0.168,1.423-0.206c1.082-0.088,2.106-0.021,3.074,0.199l0.139-5.529 c-0.164,0.019-0.329,0.036-0.494,0.05L17.835,19.861z"/> <path fill="%232f8c51" d="M10.181,20.96c-0.195-0.784-0.397-1.594-0.605-2.43c-0.36-1.456-0.74-2.989-1.139-4.601 c-0.098-0.05-0.193-0.101-0.285-0.153c-0.05-0.028-0.099-0.056-0.149-0.085c0.364,1.653,0.711,3.225,1.039,4.714 c0.045,0.199,0.089,0.398,0.132,0.594c0.233,1.05,0.457,2.058,0.673,3.024h0.601c-0.06-0.239-0.12-0.481-0.181-0.726 C10.239,21.186,10.21,21.074,10.181,20.96z"/> <path fill="%2321663c" d="M23.976,13.67c-0.013,0.009-0.026,0.017-0.039,0.025c-0.128,0.073-0.258,0.144-0.391,0.213 c-0.588,2.398-1.171,4.748-1.747,7.048c-0.028,0.115-0.057,0.229-0.085,0.342c-0.06,0.243-0.121,0.485-0.181,0.726l0.608-0.025 C22.441,20.635,23.053,17.859,23.976,13.67 M9.584,14.435c-0.258-0.1-0.501-0.202-0.729-0.306c-0.144-0.065-0.283-0.131-0.416-0.199 c0.399,1.611,0.778,3.145,1.139,4.601c0.208,0.836,0.41,1.646,0.605,2.43c0.029,0.114,0.057,0.226,0.085,0.338 c0.061,0.245,0.122,0.487,0.181,0.726c-0.193,0.305-0.322,0.619-0.388,0.943c0.262-0.316,0.582-0.608,0.961-0.875 c0.072-0.051,0.144-0.101,0.217-0.149c-0.044-0.222-0.089-0.448-0.135-0.676c-0.123,0.113-0.238,0.23-0.345,0.352 c-0.053-0.321-0.107-0.654-0.164-1C10.306,18.862,9.969,16.801,9.584,14.435 M8.004,13.691c-0.214-0.124-0.418-0.257-0.612-0.398 c-0.114-0.082-0.224-0.168-0.331-0.256c-0.117-0.096-0.229-0.196-0.338-0.299c0.387,1.731,0.78,3.488,1.181,5.269 c0.112,0.497,0.225,0.997,0.338,1.498c0.247,1.089,0.496,2.187,0.747,3.295c0.117,0.517,0.235,1.037,0.352,1.558 c0.009,0.034,0.017,0.069,0.025,0.103c0.076,0.333,0.152,0.666,0.228,1l0.897-0.548c-0.139-0.623-0.283-1.267-0.431-1.932 c-0.001-0.003-0.002-0.006-0.004-0.011c-0.069-0.31-0.139-0.626-0.21-0.946c-0.215-0.967-0.439-1.975-0.672-3.024 c-0.043-0.197-0.086-0.395-0.132-0.594C8.714,16.916,8.368,15.344,8.004,13.691 M21.168,6.272c-0.214-0.072-0.436-0.139-0.665-0.203 c-0.351,2.445-0.668,4.649-0.95,6.611c0.241-0.044,0.477-0.092,0.708-0.146L21.168,6.272z"/> <path fill="%2339b563" d="M25.246,12.737c-0.099,0.094-0.206,0.186-0.32,0.278c-0.106,0.088-0.22,0.174-0.342,0.26 c-0.187,0.135-0.39,0.267-0.608,0.395c-0.922,4.189-1.534,6.965-1.836,8.329c-0.122,0.556-0.193,0.877-0.213,0.964l0,0 c-0.161,0.729-0.306,1.379-0.434,1.95l0.897,0.548c0.075-0.331,0.15-0.664,0.224-1c0.009-0.035,0.017-0.069,0.025-0.103 c0.118-0.517,0.236-1.04,0.356-1.569C23.704,19.644,24.454,16.294,25.246,12.737z"/> </svg>');
}
.green.icon-manage{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232f8c51" points="16.866,21.001 17.094,23.779 20.501,26.09 20.328,23.279 16.866,21.001 "/> <polyline fill="%232f8c51" points="19.264,19.688 21.5,18.462 18.179,16.389 18.364,19.113 19.264,19.688 "/> <polyline fill="%232f8c51" points="28.661,25.699 28.607,22.889 24.972,20.632 25.08,23.41 28.661,25.699 "/> <polyline fill="%2321663c" points="20.328,23.279 20.501,26.09 25.08,23.41 24.972,20.632 20.328,23.279 "/> <polyline fill="%2321663c" points="28.607,22.889 28.661,25.699 30.083,18.429 30.05,15.716 28.607,22.889 "/> <polyline fill="%2339b563" points="21.5,18.462 19.264,19.688 16.866,21.001 20.328,23.279 24.972,20.632 28.607,22.889 30.05,15.716 18.179,16.389 21.5,18.462 "/> <polyline fill="%2321663c" points="14.876,26.874 3.141,27.683 3.292,30.11 14.876,29.301 14.876,26.874 "/> <polyline fill="%2321663c" points="16.866,21.001 11.457,24.534 13.737,26.09 17.094,23.779 16.866,21.001 "/> <polygon fill="%2339b563" points="13.587,18.865 16.866,21.001 11.457,24.534 14.876,26.874 3.141,27.683 5.007,20.133 8.167,22.29 "/> <path fill="%232f8c51" d="M17.942,15.947l2.879-1.699L14.456,1.062l-3.05,1.388L17.942,15.947z"/> <path fill="%2339b563" d="M11.405,2.45L5.787,8.542L9.55,10.84l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L11.405,2.45z"/> <path fill="%2321663c" d="M13.594,13.301l-0.007,5.565l2.769-1.637l0.044-2.219L13.594,13.301z"/> </svg> ');
}
.green.icon-debug{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.048,28.509 18.117,26.11 13.757,23.09 13.757,23.08 12.027,21.885 12.069,24.244 12.077,24.244 18.048,28.509 "/> <polyline fill="%23999999" points="17.364,18.312 17.314,20.639 23.285,24.562 23.443,22.203 17.364,18.312 "/> <polyline fill="%23999999" points="22.29,15.018 22.163,17.301 22.174,17.301 28.111,20.924 28.337,18.596 22.29,15.018 "/> <polyline fill="%23999999" points="0.993,14.231 1.201,16.506 5.192,19.349 5.05,17.043 0.993,14.231 "/> <polyline fill="%23999999" points="6.414,13.478 7.686,14.315 9.457,13.259 6.295,11.237 6.414,13.478 "/> <polygon fill="%23999999" points="11.224,8.46 11.266,10.658 12.535,11.438 14.394,10.342 "/> <polyline fill="%23676767" points="20.392,24.444 18.117,26.11 18.048,28.509 20.291,26.821 20.392,24.444 "/> <polyline fill="%23676767" points="25.528,20.663 23.443,22.203 23.285,24.562 25.344,23.006 25.528,20.663 "/> <polygon fill="%23676767" points="28.337,18.596 28.111,20.924 30.001,19.491 30.262,17.185 "/> <polyline fill="%23CCCCCC" points="17.364,18.312 23.443,22.203 25.528,20.663 21.187,17.977 19.462,16.909 17.364,18.312 "/> <polyline fill="%23CCCCCC" points="24.583,13.92 24.23,13.72 22.29,15.018 28.337,18.596 30.262,17.185 24.583,13.92 "/> <polyline fill="%23CCCCCC" points="16.034,21.524 14.302,20.363 12.027,21.885 13.757,23.08 13.757,23.09 18.117,26.11 20.392,24.444 16.034,21.524 "/> <polyline fill="%23CCCCCC" points="5.05,17.043 4.974,15.913 6.406,15.068 3.252,12.959 0.993,14.231 5.05,17.043 "/> <polyline fill="%23CCCCCC" points="13.172,7.354 11.224,8.46 14.394,10.342 16.342,9.186 13.172,7.354 "/> <polygon fill="%23CCCCCC" points="11.558,12.014 8.396,10.058 6.295,11.237 9.457,13.259 "/> <path fill="%2321663c" d="M14.302,20.363l1.732,1.161l1.28-0.885l0.05-2.327l2.098-1.403l1.725,1.069l0.987-0.677h-0.011l0.126-2.283 l1.94-1.298l0.353,0.2l0.182-2.793L11.04,20.071l0.108,4.808l0.929-0.635h-0.008l-0.042-2.359L14.302,20.363z"/> <path fill="%232f8c51" d="M4.974,15.913l0.076,1.129l0.142,2.306l0.084,1.29l5.871,4.239l-0.108-4.808L4.974,15.913z"/> <path fill="%2339b563" d="M14.394,10.342l-1.859,1.095l-0.977,0.577l-2.101,1.245l-1.772,1.056l-1.28,0.753l-1.432,0.845l6.066,4.157 l13.725-8.944l-6.048-3.354l-2.375,1.414L14.394,10.342z"/> </svg>');
}
.green.icon-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.6991" y1="1059.3348" x2="28.839" y2="1059.3348" gradientTransform="matrix(1 0 0 -1 0 1079)"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23515151"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.5,24.521c-0.025-0.023-0.049-0.047-0.071-0.071c-0.279-0.273-0.48-0.569-0.602-0.888l-0.01,2.531 c-0.045,0.709,0.207,1.339,0.755,1.888v-0.01c1.2,1.137,2.429,1.137,3.685,0l-0.01,0.01l8.737-9.227h0.01 c0.986-0.996,3.657-1.758,8.013-2.286l1.235-0.388c1.528-0.758,2.355-2.055,2.48-3.889v-0.01c0.006-0.039,0.01-0.076,0.01-0.112 v-1.562c-0.111,0.578-0.315,1.088-0.612,1.531c-0.424,0.632-1.033,1.132-1.827,1.5l-1.276,0.357 c-4.321,0.483-6.971,1.181-7.951,2.092l-8.737,8.533c-0.276,0.23-0.552,0.411-0.827,0.541c-0.715,0.35-1.423,0.364-2.123,0.041 C5.086,24.971,4.793,24.777,4.5,24.521z"/> <path fill="%23CCCCCC" d="M25.782,4.678c-1.395-0.794-2.82-1.046-4.277-0.755c-1.665,0.363-2.884,1.581-3.654,3.654v-0.01 c-0.133,0.488-0.395,1.369-0.786,2.644c0.002,0.003,0.002,0.007,0,0.01c-0.528,1.286-1.29,2.385-2.286,3.297 c-0.003,0.005-0.007,0.009-0.01,0.01c0,0-9.869,7.722-10.272,8.12c-0.756,0.746-0.735,1.577-0.67,1.913 c0.065,0.335,0.323,0.615,0.602,0.888c0.023,0.025,0.047,0.049,0.071,0.071c0.293,0.256,0.585,0.45,0.878,0.582 c0.7,0.323,1.408,0.31,2.123-0.041c0.275-0.13,0.55-0.311,0.827-0.541l8.737-8.533c0.98-0.912,3.63-1.609,7.951-2.092l1.276-0.357 c0.794-0.368,1.403-0.869,1.827-1.5c0.297-0.443,0.502-0.953,0.612-1.531l0.01-0.949c0-0.01,0-0.02,0-0.031l-3.981,1.919 c-0.013,0.008-0.03,0.011-0.051,0.01c-0.013-0.001-0.027-0.008-0.041-0.02l-2.838-1.715c-0.018-0.006-0.031-0.02-0.041-0.041 c-0.009-0.016-0.013-0.037-0.01-0.061V9.578l-0.194-0.122l0.49-3.266L25.782,4.678"/> <ellipse fill="%23676767" cx="6.536" cy="22.865" rx="1.547" ry="1.334"/> <path fill="%23676767" d="M22.036,8.128l0.041-0.02V6.189l-0.49,3.266l0.194,0.122L21.975,8.2c0.003-0.014,0.009-0.027,0.02-0.041 C22.006,8.145,22.02,8.135,22.036,8.128z"/> <path fill="%23676767" d="M25.802,4.689c-0.005,0.001-0.012-0.003-0.02-0.01l-3.705,1.511v1.919l3.726-1.623V4.689z"/> </svg>');
}
.green.icon-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <path fill="%2339b563" d="M9.253,8.618c0.335-0.003,0.711,0.046,1.115,0.142c1.227,0.294,2.586,1.011,3.821,2.024 c2.48,2.031,3.677,4.594,2.664,5.717c-0.317,0.353-0.813,0.523-1.421,0.529c-1.337,0.013-3.216-0.772-4.922-2.169 c-1.233-1.007-2.185-2.176-2.681-3.29c-0.463-1.044-0.462-1.91,0.015-2.433C8.153,8.8,8.637,8.625,9.253,8.618z"/> </g> <path fill="%232f8c51" d="M23.465,12.679c0.155-3.182-2.962-6.169-5.287-7.846c-2.215-1.597-6.975-4.248-9.491-1.867 c-1.002,0.949-1.724,2.348-2.52,3.471c1.157-1.632,3.663-1.272,5.297-0.775c2.049,0.623,3.956,1.771,5.579,3.154 c1.894,1.614,5.455,5.62,3.736,8.429C21.604,15.899,23.389,14.346,23.465,12.679z"/> <path fill="%23005673" d="M16.616,8.458c3.922,3.111,5.702,7.159,3.968,9.028c-0.575,0.618-1.475,0.923-2.557,0.933 c-2.164,0.021-5.081-1.121-7.688-3.195c-1.864-1.483-3.309-3.209-4.07-4.878C5.472,8.6,5.506,7.127,6.364,6.196 c0.572-0.616,1.453-0.933,2.56-0.944c0.566-0.005,1.191,0.069,1.865,0.225C12.684,5.924,14.756,6.982,16.616,8.458z M19.024,16.24 c1.248-1.343-0.226-4.408-3.281-6.837c-1.522-1.211-3.196-2.069-4.707-2.42c-0.498-0.115-0.962-0.174-1.374-0.17 C8.904,6.82,8.308,7.03,7.928,7.435c-0.587,0.626-0.589,1.661-0.018,2.91c0.61,1.333,1.783,2.73,3.302,3.934 c2.101,1.671,4.415,2.61,6.062,2.594C18.023,16.866,18.633,16.662,19.024,16.24"/> <path fill="%23676767" d="M27.209,25.817c-0.002,0.007-0.002,0.013-0.003,0.02c-0.021,0.084-0.053,0.167-0.091,0.249 c-0.014,0.029-0.031,0.058-0.047,0.087c-0.029,0.054-0.059,0.107-0.095,0.16c-0.028,0.041-0.06,0.081-0.091,0.122 c-0.034,0.043-0.068,0.086-0.106,0.128c-0.059,0.065-0.125,0.129-0.194,0.192c-0.029,0.027-0.056,0.054-0.087,0.081 c-0.154,0.131-0.333,0.256-0.528,0.377c-0.035,0.021-0.068,0.043-0.104,0.064c-0.16,0.094-0.33,0.186-0.514,0.272 c-0.021,0.01-0.045,0.019-0.067,0.029c-0.167,0.077-0.345,0.15-0.53,0.22c-0.057,0.022-0.115,0.043-0.173,0.064 c-0.192,0.068-0.39,0.133-0.598,0.194c-0.025,0.007-0.048,0.016-0.074,0.023c-0.231,0.066-0.474,0.125-0.723,0.18 c-0.049,0.011-0.1,0.021-0.15,0.031c-0.435,0.091-0.894,0.166-1.374,0.222c-0.046,0.005-0.092,0.012-0.138,0.017 c-0.254,0.027-0.511,0.051-0.775,0.067c-0.166,0.01-0.33,0.015-0.495,0.02c-0.266,0.009-0.529,0.013-0.789,0.01 c-0.048,0-0.096,0.001-0.144,0c-0.282-0.005-0.561-0.018-0.834-0.037c-0.078-0.005-0.155-0.013-0.233-0.02 c-0.184-0.015-0.367-0.033-0.546-0.054c-0.091-0.011-0.182-0.023-0.271-0.035c-0.16-0.022-0.318-0.046-0.473-0.073 c-0.085-0.015-0.171-0.029-0.255-0.045c-0.17-0.032-0.335-0.068-0.497-0.106c-0.061-0.014-0.124-0.027-0.183-0.042 c-0.225-0.056-0.442-0.117-0.65-0.183c-0.037-0.012-0.071-0.025-0.108-0.037c-0.194-0.065-0.378-0.134-0.554-0.207 c-0.052-0.022-0.105-0.044-0.156-0.066c-0.219-0.097-0.423-0.199-0.608-0.308c-0.027-0.016-0.05-0.033-0.076-0.049 c-0.166-0.103-0.314-0.21-0.448-0.322c-0.025-0.021-0.053-0.041-0.076-0.063c-0.136-0.122-0.25-0.251-0.344-0.383 c-0.02-0.028-0.038-0.057-0.056-0.086c-0.088-0.138-0.16-0.28-0.198-0.427c-0.031-0.119-0.044-0.237-0.041-0.354l-0.026,0.97 c-0.003,0.117,0.01,0.235,0.041,0.354c0.038,0.147,0.111,0.289,0.198,0.427c0.018,0.029,0.035,0.058,0.056,0.086 c0.094,0.132,0.208,0.261,0.345,0.383c0.024,0.021,0.051,0.042,0.076,0.063c0.133,0.112,0.281,0.219,0.447,0.322 c0.027,0.017,0.05,0.034,0.078,0.05c0.184,0.109,0.389,0.211,0.607,0.308c0.022,0.01,0.039,0.021,0.061,0.031 c0.03,0.013,0.065,0.023,0.095,0.036c0.175,0.073,0.358,0.141,0.551,0.205c0.028,0.009,0.052,0.021,0.081,0.03 c0.01,0.003,0.021,0.005,0.03,0.009c0.207,0.066,0.423,0.127,0.648,0.183c0.012,0.003,0.024,0.007,0.036,0.01 c0.048,0.012,0.101,0.021,0.15,0.032c0.162,0.038,0.326,0.073,0.496,0.106c0.032,0.006,0.062,0.014,0.094,0.02 c0.051,0.009,0.107,0.016,0.159,0.024c0.156,0.027,0.314,0.051,0.475,0.073c0.051,0.007,0.098,0.016,0.149,0.023 c0.039,0.005,0.081,0.007,0.12,0.012c0.18,0.021,0.363,0.039,0.548,0.054c0.059,0.005,0.115,0.013,0.174,0.017 c0.019,0.001,0.039,0.001,0.058,0.003c0.274,0.019,0.552,0.031,0.835,0.037c0.011,0,0.021,0.001,0.032,0.001 c0.035,0.001,0.071-0.002,0.106-0.001c0.262,0.003,0.528-0.001,0.796-0.01c0.046-0.002,0.09,0,0.136-0.002 c0.118-0.005,0.237-0.011,0.357-0.019c0.265-0.016,0.523-0.04,0.777-0.067c0.023-0.003,0.048-0.004,0.071-0.006 c0.022-0.003,0.042-0.008,0.064-0.01c0.481-0.056,0.941-0.131,1.377-0.222c0.021-0.005,0.046-0.006,0.068-0.011 c0.027-0.006,0.052-0.014,0.079-0.02c0.25-0.055,0.493-0.115,0.725-0.18c0.025-0.007,0.048-0.015,0.073-0.023 c0.208-0.061,0.407-0.126,0.599-0.194c0.059-0.021,0.116-0.042,0.173-0.063c0.184-0.07,0.361-0.142,0.527-0.219 c0.023-0.01,0.048-0.02,0.07-0.031c0.184-0.086,0.353-0.178,0.513-0.272c0.017-0.01,0.038-0.019,0.055-0.029 c0.019-0.011,0.031-0.024,0.05-0.036c0.195-0.121,0.374-0.246,0.528-0.377c0.005-0.005,0.013-0.009,0.018-0.013 c0.026-0.022,0.044-0.045,0.068-0.067c0.069-0.063,0.135-0.127,0.194-0.192c0.012-0.013,0.028-0.026,0.039-0.039 c0.025-0.029,0.044-0.059,0.067-0.089c0.032-0.04,0.064-0.081,0.091-0.122c0.01-0.014,0.023-0.028,0.032-0.043 c0.025-0.039,0.042-0.079,0.063-0.118c0.015-0.029,0.033-0.057,0.046-0.086c0.004-0.009,0.01-0.017,0.014-0.026 c0.032-0.072,0.057-0.146,0.076-0.219c0-0.001,0-0.002,0.001-0.004c0.002-0.007,0.002-0.013,0.003-0.02 c0.015-0.064,0.028-0.129,0.033-0.194c0.002-0.022,0.003-0.045,0.004-0.067l0.026-0.97C27.243,25.644,27.229,25.731,27.209,25.817z" /> <g> <path fill="%23CCCCCC" d="M19.202,22.692c3.989-0.249,7.576,0.876,8.002,2.511c0.426,1.635-2.469,3.163-6.458,3.412 c-3.989,0.249-7.567-0.877-7.993-2.512C12.327,24.469,15.213,22.941,19.202,22.692z"/> </g> <ellipse fill="%23676767" cx="19.79" cy="25.582" rx="2.106" ry="1.049"/> <path fill="%23999999" d="M18.335,25.61l-5.11-3.502c-0.247-0.178-0.4-0.459-0.416-0.764c-0.015-0.304,0.109-0.599,0.339-0.8 l2.749-2.416c0,0,1.415,0.292,2.745,0.25c-1.061,0.937-3.228,2.837-3.228,2.837l5.5,3.799c0,0,0.334,0.913-0.575,1.071 C18.892,26.337,18.335,25.61,18.335,25.61z"/> <circle fill="%23CCCCCC" cx="14.335" cy="21.253" r="1.649"/> </svg>');
}
.green.icon-replace{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2339b563" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%232f8c51" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%2339b563" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%232f8c51" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%2339b563" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%2321663c" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.green.icon-clean{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.206,14.245l0.007-0.425l0.18-9.21l-2.475,1.223l-0.029,9.756L18.206,14.245 M21.559,18.598l0.151-0.094 l0.13-2.684l-3.079,1.907l-0.065,2.72L21.559,18.598z"/> <polyline fill="%23999999" points="15.918,5.834 12.615,4.215 12.745,10.806 12.809,13.806 15.889,15.591 15.918,5.834 "/> <polygon fill="%23999999" points="9.615,14.929 9.86,15.073 18.436,20.289 18.695,20.447 18.76,17.728 9.5,12.324 "/> <polyline fill="%23CCCCCC" points="15.09,3.064 12.615,4.215 15.918,5.834 18.393,4.611 15.09,3.064 "/> <polygon fill="%23CCCCCC" points="12.745,10.806 12.579,10.712 9.5,12.324 18.76,17.728 21.839,15.821 18.213,13.821 18.206,14.245 15.889,15.591 12.809,13.806 "/> <path fill="%2321663c" d="M18.695,20.447l-0.259-0.158l2.216,9.051l5.044-3.734l-4.137-7.008L18.695,20.447z"/> <path fill="%2339b563" d="M9.86,15.073l-3.727,4.475l14.519,9.792l-2.216-9.051L9.86,15.073z"/> </svg>');
}
.green.icon-system{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%2321663c" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%2321663c" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%2321663c" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%2339b563" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%2339b563" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%2339b563" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%2339b563" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%2321663c" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%232f8c51" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%2339b563" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%2321663c" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%232f8c51" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.green.icon-print{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="21.514,12.171 21.514,12.171 16.537,10.013 3.823,15.522 16.53,22.819 29.239,15.522 "/> <polygon fill="%23999999" points="16.53,29.726 16.53,22.819 3.823,15.522 4.556,21.797 "/> <polygon fill="%23676767" points="28.512,21.797 29.239,15.522 16.53,22.819 16.53,29.726 "/> <polygon fill="%23676767" points="14.615,11.874 10.4,13.8 20.55,18.745 24.331,16.769 "/> <polygon fill="%2321663c" points="24.331,12.276 23.698,12.47 21.489,17.617 22.325,17.025 "/> <polyline fill="%232f8c51" points="22.115,8.301 14.905,5.022 12.558,13.261 21.489,17.617 23.698,12.47 22.115,8.301 "/> <polygon fill="%232f8c51" points="22.92,8.1 22.115,8.301 23.698,12.47 24.331,12.276 "/> <polygon fill="%2339b563" points="15.943,4.921 14.833,4.985 22.115,8.301 22.92,8.1 "/> <polyline fill="%2339b563" points="23.698,12.47 22.115,8.301 20.027,11.084 23.698,12.47 "/> <path fill="%23999999" d="M4.126,18.112l0.482,4.685l8.738,5.75v-5.056L4.126,18.112z"/> <polygon fill="%23676767" points="13.347,28.546 14.134,28.029 14.134,23.124 13.346,23.491 "/> <polygon fill="%23CCCCCC" points="14.134,23.124 13.346,23.491 4.126,18.112 4.863,17.833 "/> </svg>');
}
.lightGreen.icon-display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="9.568,22.518 7.379,24.124 19.939,30.502 21.918,28.532 "/> <polygon fill="%23676767" points="27.525,9.371 25.817,10.529 24.687,29.88 26.184,28.614 "/> <polyline fill="%23676767" points="7.883,6.027 6.124,5.377 6.836,19.735 7.075,19.571 7.083,19.577 8.356,18.721 7.884,6.136 "/> <polyline fill="%23CCCCCC" points="8.356,18.721 7.083,19.577 6.836,19.742 23.062,27.215 23.151,25.217 8.356,18.721 "/> <polygon fill="%23CCCCCC" points="25.817,10.529 27.525,9.371 6.229,1.844 4.514,2.741 "/> <path fill="%23999999" d="M4.514,2.741l1.063,17.834l19.109,9.305l1.131-19.351L4.514,2.741z M23.062,27.215L6.836,19.742L6.124,5.377 l17.619,6.516L23.062,27.215z"/> <polygon fill="%23676767" points="10.842,23.138 18.203,26.723 18.203,28.099 10.842,24.342 "/> <polygon fill="%2300b200" points="7.883,6.027 8.356,18.721 23.151,25.217 23.743,11.893 "/> <polygon fill="%23676767" points="18.203,28.099 19.341,27.277 18.203,26.723 "/> </svg> ');
}
.lightGreen.icon-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <polyline fill="%23CCCCCC" points="22.316,27.679 20.638,26.443 16.471,29.481 18.196,30.784 22.316,27.679 "/> <polyline fill="%23CCCCCC" points="26.393,24.603 24.786,23.419 21.222,26.018 22.891,27.244 26.393,24.603 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="27.2349" y1="21.2664" x2="4.4539" y2="21.2664"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.4359" style="stop-color:%23FFFFFF"/> <stop offset="0.7175" style="stop-color:%23B6B6B6"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="16.796,15.186 15.244,14.225 4.454,20.413 6.123,21.672 10.523,18.998 12.088,20.15 7.669,22.84 9.119,23.934 13.546,21.222 15.067,22.342 10.667,25.103 12.22,26.275 17.081,22.975 18.31,23.878 13.568,27.291 14.916,28.308 23.326,22.34 24.786,23.419 27.235,21.631 24.123,19.71 21.459,22.461 19.406,18.961 19.49,16.848 18.511,16.243 15.694,17.957 18.528,20.169 15.689,21.952 11.149,18.616 "/> <polyline fill="%23676767" points="26.393,24.603 28.941,22.685 27.235,21.631 24.786,23.419 26.393,24.603 "/> <polyline fill="%23676767" points="24.786,23.419 23.326,22.34 14.916,28.308 16.471,29.481 20.638,26.443 22.316,27.679 22.891,27.244 21.222,26.018 24.786,23.419 "/> <polyline fill="%23676767" points="21.459,22.461 21.939,20.525 19.406,18.961 21.459,22.461 "/> <polyline fill="%23676767" points="18.31,23.878 17.081,22.975 12.22,26.275 13.568,27.291 18.31,23.878 "/> <polyline fill="%23676767" points="15.067,22.342 13.546,21.222 9.119,23.934 10.667,25.103 15.067,22.342 "/> <polyline fill="%23676767" points="18.528,20.169 15.694,17.957 18.511,16.243 16.796,15.186 11.149,18.616 15.689,21.952 18.528,20.169 "/> <polygon fill="%23676767" points="6.123,21.672 7.669,22.84 12.088,20.15 10.523,18.998 "/> <path fill="%23009900" d="M24.123,19.71l-0.019-0.013l-2.164,0.827l-0.48,1.936L24.123,19.71z"/> <path fill="%2300b200" d="M22.859,6.832l-2.901-1.607L19.49,16.848l-0.084,2.113l2.533,1.564L22.859,6.832z"/> <path fill="%23009900" d="M25.654,5.146l-2.795,1.686l-0.92,13.693l2.164-0.827l0.125-0.075L25.654,5.146z"/> <path fill="%2300e500" d="M25.654,5.146l-2.847-1.262l-2.849,1.342l2.901,1.607L25.654,5.146z"/> </svg>');
}
.lightGreen.icon-save{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <polyline fill="%2300b200" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%2300b200" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%2300b200" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23009900" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23009900" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%2300e500" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.lightGreen.icon-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%2300b200" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%2300b200" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%2300b200" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23009900" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23009900" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%2300e500" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.lightGreen.icon-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%2300b200" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%2300b200" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%2300b200" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23009900" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23009900" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%2300e500" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.lightGreen.icon-cancel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <path fill="%2300e500" d="M16.558,21.114c0.06-2.289-1.593-2.051-3.06-2.525c1.819,0.588,1.11,3.411,0.722,4.681 c-0.659,2.162-1.749,4.203-2.894,6.143c0.446,0.144,1.802,0.582,1.802,0.582s1.307-2.156,1.564-2.673 C15.614,25.458,16.67,23.25,16.558,21.114z"/> <path fill="%2300e500" d="M11.507,14.415c1.713-0.414,3.758-0.86,5.451-0.313c-1.137-0.367-2.282-0.82-3.48-0.933 c-1.897-0.179-3.857,0.24-5.693,0.941c0.487,0.157,1.066,0.538,1.566,0.646C10.166,14.932,10.682,14.615,11.507,14.415z"/> <path fill="%23009900" d="M3.412,20.65c-0.482-0.156-1.301-0.42-1.894-0.612c1.574,1.117,3.149,2.232,4.724,3.348 C7.109,24,7.959,24.709,8.874,25.251c0.636,0.377,1.399,0.534,2.106,0.762C8.757,24.438,5.635,22.224,3.412,20.65z"/> <g> <path fill="%2300e500" d="M3.412,20.65c-0.631-0.204-1.262-0.408-1.894-0.612c1.197-2.178,5.837-10.42,5.837-10.42 s1.408,0.455,1.802,0.582C7.242,13.683,5.327,17.166,3.412,20.65z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.4117" y1="20.0971" x2="20.6753" y2="20.0971"> <stop offset="0" style="stop-color:%2300b200"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.157,10.2c0.174,1.508,0.348,3.015,0.521,4.523c3.538-1.35,9.279-1.806,10.695,2.701 c1.611,5.127-3.567,9.884-7.246,12.572c1.032-1.748,2.055-3.528,2.713-5.456c0.448-1.311,1.144-3.507,0.225-4.788 c-1.18-1.647-3.659,0.02-4.776,0.884c-0.829,0.641-0.829,0.641-0.829,0.641s0.389,3.607,0.519,4.737 c-1.595-1.13-3.191-2.26-4.786-3.39c-0.726-0.515-1.452-1.03-2.192-1.522c-0.556-0.37-0.591-0.451-0.591-0.451 s2.066-3.757,2.931-5.331C7.281,13.612,8.219,11.906,9.157,10.2z"/> </svg>');
}
.lightGreen.icon-back{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23009900" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23009900" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%2300e500" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.lightGreen.icon-skip{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%2300b200" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%2300b200" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%2300b200" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23009900" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23009900" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%2300e500" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> "/> </svg>');
}
.lightGreen.icon-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23009900" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%2300e500" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%2300e500" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%2300b200" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.lightGreen.icon-restore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300e500" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%2300b200" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%2300e500" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%2300b200" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%2300e500" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%23009900" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.lightGreen.icon-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23009900" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%2300e500" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%2300e500" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%2300b200" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.lightGreen.icon-delete-all{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23999999" points="26.724,19.214 24.738,18.508 20.566,13.146 22.553,13.852 "/> </g> <polygon fill="%23CCCCCC" points="22.553,13.852 20.566,13.146 22.688,12.429 24.675,13.134 "/> <path fill="%23999999" d="M21.159,5.458c1.248,1.293,1.426,3.759,1.504,5.598c0.012,0.279-0.092,1.18,0.042,1.379 c0.069,0.103,0.498,0.177,0.594,0.211c0.459,0.163,0.918,0.326,1.376,0.489c0.007-2.102-0.039-4.746-1.152-6.485 c-0.733-1.146-2.072-1.34-3.156-1.725C20.658,5.028,20.929,5.219,21.159,5.458z"/> <path fill="%23CCCCCC" d="M18.983,6.052c1.39-2.095,3.616-3.989,5.94-3.164c-1.279-0.454-2.565-1.107-3.918-0.806 c-2.422,0.538-4.197,3.165-5.313,5.642c0.531,0.189,1.099,0.496,1.646,0.585c0.439,0.071,0.303,0.174,0.601-0.422 C18.257,7.252,18.598,6.631,18.983,6.052z"/> <path fill="%23676767" d="M23.734,2.692c2.75-0.041,5.04,3.19,4.963,8.837l2.095-0.654l-4.068,8.338l-4.172-5.362l2.122-0.717 c0.02-5.771-1.359-7.636-2.992-7.612c-1.384,0.021-2.95,1.398-4.003,2.907C19.44,4.521,21.711,2.722,23.734,2.692z"/> <polyline fill="%23009900" points="20.566,14.667 19.157,15.43 16.887,16.862 16.893,16.873 16.748,16.949 20.281,22.863 22.592,21.169 19.256,15.598 20.671,14.836 23.145,13.264 20.566,14.667 "/> <polyline fill="%2300e500" points="20.741,9.295 18.22,10.738 20.566,14.667 23.145,13.264 20.741,9.295 "/> <polyline fill="%2300e500" points="14.536,12.927 14.542,12.938 16.87,11.611 13.453,5.895 10.88,7.129 14.396,13.02 14.536,12.927 "/> <polyline fill="%2300b200" points="14.542,12.938 14.396,13.02 10.88,7.129 8.849,8.829 12.196,14.446 9.256,16.355 11.346,19.865 14.437,18.195 17.801,23.835 20.281,22.863 16.748,16.949 16.887,16.862 19.157,15.43 20.566,14.667 18.22,10.738 16.87,11.611 14.542,12.938 "/> <path fill="%23CCCCCC" d="M18.069,25.769c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C15.385,28.086,16.966,26.887,18.069,25.769z"/> <path fill="%23999999" d="M6.637,29.661c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C2.844,24.377,3.669,28.175,6.637,29.661z"/> <polygon fill="%23CCCCCC" points="2.761,22.709 0.357,22.004 5.28,13.665 7.683,14.371 "/> <path fill="%23676767" d="M7.683,14.371l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839l-2.535,0.654 L7.683,14.371z"/> </svg>');
}
.lightGreen.icon-waste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.1218" y1="19.2374" x2="26.8577" y2="19.2374"> <stop offset="0" style="stop-color:%2300b200"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.147,13.307c-0.229,0.045-0.464,0.085-0.704,0.121c-0.468,0.073-0.953,0.132-1.455,0.174 c-0.03,0.003-0.061,0.005-0.093,0.007c-0.008,0.002-0.016,0.003-0.025,0.004c-1.283,0.105-2.534,0.106-3.75,0.004 c-0.01,0-0.021,0-0.032,0c-0.521-0.044-1.036-0.107-1.548-0.189c-0.237-0.039-0.473-0.082-0.708-0.128 c-0.12-0.024-0.24-0.049-0.359-0.075c-0.783-0.17-1.514-0.381-2.192-0.633c-0.248-0.093-0.49-0.193-0.726-0.299 c-0.201-0.088-0.398-0.182-0.591-0.281c-0.018-0.009-0.037-0.018-0.057-0.028c-0.381-0.201-0.714-0.4-1-0.598 c-0.064-0.045-0.125-0.09-0.185-0.135c-0.045-0.033-0.089-0.068-0.132-0.103c-0.13-0.102-0.255-0.209-0.374-0.32 c-0.184-0.177-0.352-0.364-0.505-0.562c-0.077-0.099-0.148-0.197-0.213-0.295C5.332,9.711,5.206,9.453,5.122,9.194l4.195,16.321 c0.02,0.11,0.048,0.221,0.082,0.331c0.206,0.669,0.624,1.265,1.252,1.79c0.522,0.436,1.148,0.796,1.879,1.078 c1.321,0.512,2.755,0.708,4.302,0.587c1.634-0.126,3.01-0.586,4.127-1.381c0.657-0.463,1.139-1,1.445-1.612 c0.129-0.261,0.218-0.524,0.267-0.79L26.858,9.14c-0.044,0.143-0.101,0.287-0.171,0.431c-0.063,0.13-0.136,0.258-0.217,0.384 c-0.194,0.304-0.438,0.595-0.733,0.872c-0.107,0.1-0.221,0.198-0.342,0.295c-0.104,0.085-0.214,0.168-0.331,0.249 c-0.226,0.161-0.471,0.316-0.737,0.466c-0.104,0.059-0.209,0.116-0.317,0.171c-0.414,0.218-0.853,0.415-1.316,0.591 C21.914,12.895,21.065,13.131,20.147,13.307 M8.153,13.776c0.092,0.051,0.187,0.102,0.285,0.153 c0.134,0.068,0.272,0.134,0.416,0.199c0.228,0.104,0.471,0.206,0.729,0.306c0.056,0.021,0.113,0.043,0.171,0.064 c0.413,2.08,0.805,4.043,1.174,5.889c0.059,0.297,0.117,0.59,0.174,0.879c0.047,0.228,0.092,0.454,0.135,0.676 c0.31,1.543,0.603,2.997,0.879,4.362c0.072,0.359,0.144,0.711,0.213,1.057c-1.21-0.455-2.122-1.089-2.736-1.9 c-0.076-0.334-0.152-0.667-0.228-1H9.32c0.007-0.034,0.014-0.069,0.021-0.103c-0.118-0.522-0.235-1.041-0.352-1.558 c-0.252-1.107-0.501-2.206-0.747-3.295c-0.113-0.501-0.226-1.001-0.338-1.498c-0.401-1.781-0.795-3.538-1.181-5.269 c0.109,0.103,0.221,0.203,0.338,0.299c0.107,0.088,0.217,0.174,0.331,0.256c0.194,0.142,0.398,0.275,0.612,0.398 C8.054,13.72,8.103,13.749,8.153,13.776 M22.214,14.499c0.062-0.023,0.124-0.047,0.185-0.071c0.4-0.157,0.782-0.33,1.146-0.519 c0.133-0.069,0.264-0.14,0.391-0.213c0.013-0.008,0.026-0.016,0.039-0.025c0.219-0.128,0.422-0.26,0.608-0.395 c0.121-0.085,0.235-0.172,0.342-0.26c0.114-0.091,0.221-0.184,0.32-0.278c-0.792,3.556-1.542,6.907-2.252,10.051 c-0.119,0.529-0.238,1.052-0.356,1.569c0.009,0.034,0.016,0.069,0.021,0.103h-0.046c-0.074,0.336-0.149,0.669-0.224,1 c-0.306,0.399-0.686,0.755-1.139,1.071c-0.477,0.327-1.009,0.604-1.598,0.829c0.065-0.325,0.135-0.677,0.21-1.057 c0.239-1.189,0.531-2.647,0.875-4.373c0.044-0.219,0.088-0.441,0.132-0.669c0.058-0.288,0.118-0.583,0.178-0.886 C21.391,18.645,21.78,16.686,22.214,14.499 M17.877,15.431c0.165-0.014,0.33-0.03,0.495-0.05l-0.139,5.529l-0.171,6.895 c-1.383,0.263-2.766,0.263-4.149,0l-0.178-6.888l-0.139-5.536c0.171,0.02,0.341,0.038,0.512,0.053 c0.01,0.001,0.019,0.002,0.028,0.004c1.239,0.112,2.478,0.111,3.715-0.004C17.861,15.434,17.869,15.433,17.877,15.431z"/> <path fill="none" d="M22.826,4.888c-0.804-0.372-1.722-0.674-2.754-0.904c-1.838-0.403-3.775-0.52-5.81-0.349 c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166C6.213,7.67,6.128,8.172,6.218,8.674 c0.068,0.365,0.228,0.729,0.48,1.092c0.03,0.044,0.061,0.086,0.093,0.128c0.247,0.321,0.536,0.613,0.868,0.875 c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466c0.114,0.067,0.234,0.135,0.36,0.203 c0.126,0.067,0.254,0.13,0.384,0.192c0.766,0.364,1.63,0.656,2.59,0.875c-0.269-1.859-0.571-3.942-0.904-6.248 c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235c0.004,0.002,0.007,0.003,0.011,0.003 c0.007,0.001,0.014,0.001,0.021,0c1.164,0.111,2.364,0.115,3.601,0.011c0.055-0.004,0.109-0.009,0.164-0.014 c0.007-0.001,0.014-0.002,0.021-0.004c0.002,0.001,0.003,0.001,0.004,0c0.575-0.051,1.125-0.124,1.651-0.221 c0.241-0.044,0.477-0.092,0.708-0.146c0.949-0.218,1.812-0.515,2.59-0.89c0.177-0.085,0.349-0.174,0.516-0.267 c0.356-0.197,0.672-0.406,0.95-0.626c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377 c0.123-0.236,0.207-0.472,0.253-0.708c0.131-0.677-0.059-1.351-0.569-2.021C24.656,5.968,23.873,5.379,22.826,4.888z"/> <path fill="%2300e500" d="M21.385,20.615c-0.109-0.082-0.222-0.161-0.338-0.238c-0.06,0.303-0.119,0.598-0.178,0.886 c0.127,0.114,0.244,0.232,0.352,0.356C21.275,21.296,21.329,20.962,21.385,20.615z"/> <path fill="%2300e500" d="M21.531,22.024c0.198,0.303,0.33,0.617,0.395,0.939c0.02-0.087,0.092-0.408,0.214-0.964L21.531,22.024z"/> <path fill="%2300e500" d="M26.263,6.514c-0.598-0.759-1.485-1.411-2.661-1.957c-0.899-0.413-1.932-0.747-3.099-1.003 c-2.061-0.448-4.233-0.574-6.515-0.377c-2.526,0.221-4.64,0.809-6.34,1.765C6.493,5.594,5.707,6.349,5.289,7.208 C4.963,7.873,4.908,8.535,5.122,9.194c0.084,0.259,0.21,0.518,0.377,0.776c0.066,0.098,0.137,0.197,0.214,0.295 c0.153,0.198,0.322,0.386,0.505,0.562c0.119,0.112,0.244,0.218,0.374,0.32c0.043,0.035,0.087,0.07,0.132,0.103 c0.06,0.045,0.122,0.09,0.185,0.135c0.286,0.198,0.619,0.397,1,0.598c0.02,0.01,0.039,0.02,0.057,0.029 c0.192,0.099,0.389,0.193,0.591,0.281c0.235,0.106,0.477,0.206,0.726,0.299c0.678,0.253,1.408,0.464,2.192,0.633 c0.12,0.026,0.239,0.051,0.359,0.075c0.236,0.046,0.471,0.089,0.708,0.128c0.511,0.082,1.027,0.144,1.548,0.189 c0.011,0,0.022,0,0.032,0c1.217,0.102,2.467,0.101,3.75-0.004c0.009-0.001,0.017-0.002,0.025-0.004 c0.031-0.002,0.062-0.004,0.093-0.007c0.502-0.043,0.987-0.101,1.455-0.174c0.24-0.036,0.475-0.076,0.705-0.121 c0.918-0.175,1.767-0.411,2.548-0.708c0.463-0.176,0.902-0.372,1.316-0.591c0.108-0.055,0.213-0.112,0.317-0.171 c0.265-0.15,0.511-0.305,0.736-0.466c0.116-0.081,0.227-0.165,0.331-0.249c0.121-0.097,0.235-0.195,0.342-0.295 c0.295-0.277,0.539-0.567,0.733-0.872c0.081-0.126,0.154-0.254,0.217-0.384c0.07-0.144,0.127-0.287,0.171-0.43 c0.032-0.098,0.057-0.195,0.075-0.292c0.002-0.002,0.003-0.005,0.003-0.007C27.087,8.058,26.863,7.282,26.263,6.514z M25.748,8.674 c-0.045,0.236-0.129,0.472-0.253,0.708c-0.065,0.128-0.14,0.254-0.224,0.377c-0.241,0.353-0.559,0.684-0.954,0.993 c-0.278,0.22-0.594,0.429-0.95,0.626c-0.167,0.093-0.339,0.182-0.516,0.267c-0.778,0.375-1.641,0.671-2.59,0.89 c-0.231,0.053-0.467,0.102-0.708,0.146c-0.526,0.096-1.076,0.17-1.651,0.221c0,0.001-0.002,0.001-0.004,0 c-0.007,0.002-0.014,0.003-0.021,0.004c-0.055,0.005-0.109,0.01-0.164,0.014c-1.237,0.104-2.437,0.1-3.601-0.011 c-0.007,0.001-0.014,0.001-0.021,0c-0.003-0.001-0.007-0.002-0.011-0.003c-0.557-0.052-1.108-0.131-1.651-0.235l-0.957-6.6 c-0.227,0.064-0.446,0.131-0.658,0.203c0.333,2.306,0.634,4.389,0.904,6.248c-0.961-0.219-1.824-0.511-2.59-0.875 c-0.13-0.062-0.259-0.125-0.384-0.192c-0.125-0.068-0.245-0.135-0.36-0.203c-0.265-0.156-0.5-0.312-0.704-0.466 c-0.006-0.005-0.013-0.01-0.021-0.014c-0.332-0.262-0.621-0.554-0.868-0.875C6.759,9.853,6.728,9.81,6.698,9.766 c-0.252-0.363-0.412-0.727-0.48-1.092C6.128,8.172,6.213,7.67,6.474,7.166C6.865,6.406,7.577,5.745,8.609,5.18 c1.523-0.844,3.407-1.359,5.654-1.544c2.035-0.171,3.972-0.055,5.81,0.349c1.032,0.23,1.95,0.531,2.754,0.904 c1.046,0.491,1.83,1.079,2.352,1.765C25.689,7.324,25.878,7.997,25.748,8.674z"/> <path fill="%2300e500" d="M20.389,25.984c-0.166,0.114-0.341,0.221-0.527,0.32c-0.075,0.38-0.145,0.732-0.21,1.057 c0.588-0.225,1.121-0.502,1.598-0.829c0.453-0.316,0.833-0.672,1.139-1.071l-0.897-0.548C21.222,25.314,20.854,25.671,20.389,25.984 z"/> <path fill="%2300e500" d="M15.995,27.204c-0.704,0-1.39-0.076-2.056-0.228l-0.025,0.829c1.383,0.263,2.766,0.263,4.149,0l-0.018-0.829 C17.378,27.128,16.695,27.204,15.995,27.204z"/> <path fill="%2300e500" d="M17.813,19.206c-1.212-0.206-2.424-0.206-3.636,0l-0.021,0.655c1.222-0.251,2.448-0.251,3.679,0 L17.813,19.206z"/> <path fill="%2300e500" d="M10.448,22.024H9.847c0.071,0.321,0.141,0.636,0.21,0.946c0.002,0,0.004-0.001,0.004-0.004 C10.126,22.643,10.255,22.329,10.448,22.024z"/> <path fill="%2300e500" d="M10.928,20.387c-0.115,0.074-0.226,0.151-0.334,0.231c0.056,0.346,0.111,0.679,0.164,1 c0.108-0.122,0.223-0.24,0.345-0.352C11.046,20.977,10.988,20.684,10.928,20.387z"/> <path fill="%2300e500" d="M11.715,26.073c-0.524-0.337-0.932-0.723-1.224-1.16l-0.897,0.548c0.614,0.811,1.526,1.445,2.736,1.9 c-0.07-0.345-0.141-0.698-0.213-1.057C11.978,26.232,11.844,26.155,11.715,26.073z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.4356" x2="25.7876" y2="18.4356"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="1" style="stop-color:%2300b200"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M21.798,20.956c0.576-2.301,1.159-4.65,1.747-7.048c-0.364,0.19-0.746,0.363-1.146,0.519 c-0.386,2.368-0.724,4.43-1.014,6.187c-0.056,0.347-0.111,0.681-0.164,1.003c-0.108-0.124-0.226-0.242-0.352-0.356 c-0.044,0.227-0.088,0.45-0.132,0.669c0.211,0.135,0.409,0.28,0.594,0.434c0.226,0.191,0.424,0.39,0.594,0.598 c-0.065-0.323-0.197-0.636-0.395-0.939c0.061-0.241,0.121-0.483,0.181-0.726C21.741,21.185,21.77,21.071,21.798,20.956z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="8.2322" x2="25.7875" y2="8.2322"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="1" style="stop-color:%2300b200"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M25.178,6.653c-0.522-0.686-1.306-1.274-2.352-1.765c-0.804-0.372-1.722-0.674-2.754-0.904 c-1.838-0.403-3.775-0.52-5.81-0.349c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166 C6.213,7.67,6.128,8.172,6.218,8.674c0.068,0.365,0.228,0.729,0.48,1.092c0.06-0.369,0.21-0.733,0.448-1.092 c0.175,0.711,0.345,1.41,0.512,2.096c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466 c0.114,0.067,0.234,0.135,0.36,0.203c0.126,0.067,0.254,0.13,0.384,0.192c-0.215-1.33-0.444-2.74-0.687-4.23 c0.658-0.451,1.449-0.832,2.373-1.142c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235 l-0.075-7.315c0.006-0.001,0.012-0.002,0.018-0.004c0.005,0.001,0.01,0.001,0.014,0c1.307-0.135,2.61-0.135,3.91,0 c0.004,0,0.008,0,0.011,0c0.006,0.002,0.012,0.003,0.018,0.004l-0.075,7.312c0.575-0.051,1.125-0.124,1.651-0.221 c0.282-1.962,0.599-4.166,0.95-6.611c0.229,0.063,0.451,0.131,0.665,0.203c0.926,0.307,1.717,0.688,2.373,1.142 c-0.242,1.49-0.472,2.9-0.69,4.23c0.177-0.085,0.349-0.174,0.516-0.267c0.356-0.197,0.672-0.406,0.95-0.626 c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377c0.123-0.236,0.207-0.472,0.253-0.708 C25.878,7.997,25.689,7.324,25.178,6.653z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.1491" x2="25.7876" y2="18.1491"> <stop offset="0" style="stop-color:%23009900"/> <stop offset="1" style="stop-color:%2300b200"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M17.835,19.861c-1.231-0.251-2.457-0.251-3.679,0l-0.046-4.426c-0.171-0.016-0.342-0.033-0.512-0.053 l0.139,5.536c0.452-0.099,0.926-0.168,1.423-0.206c1.082-0.088,2.106-0.021,3.074,0.199l0.139-5.529 c-0.164,0.019-0.329,0.036-0.494,0.05L17.835,19.861z"/> <path fill="%2300b200" d="M10.181,20.96c-0.195-0.784-0.397-1.594-0.605-2.43c-0.36-1.456-0.74-2.989-1.139-4.601 c-0.098-0.05-0.193-0.101-0.285-0.153c-0.05-0.028-0.099-0.056-0.149-0.085c0.364,1.653,0.711,3.225,1.039,4.714 c0.045,0.199,0.089,0.398,0.132,0.594c0.233,1.05,0.457,2.058,0.673,3.024h0.601c-0.06-0.239-0.12-0.481-0.181-0.726 C10.239,21.186,10.21,21.074,10.181,20.96z"/> <path fill="%23009900" d="M23.976,13.67c-0.013,0.009-0.026,0.017-0.039,0.025c-0.128,0.073-0.258,0.144-0.391,0.213 c-0.588,2.398-1.171,4.748-1.747,7.048c-0.028,0.115-0.057,0.229-0.085,0.342c-0.06,0.243-0.121,0.485-0.181,0.726l0.608-0.025 C22.441,20.635,23.053,17.859,23.976,13.67 M9.584,14.435c-0.258-0.1-0.501-0.202-0.729-0.306c-0.144-0.065-0.283-0.131-0.416-0.199 c0.399,1.611,0.778,3.145,1.139,4.601c0.208,0.836,0.41,1.646,0.605,2.43c0.029,0.114,0.057,0.226,0.085,0.338 c0.061,0.245,0.122,0.487,0.181,0.726c-0.193,0.305-0.322,0.619-0.388,0.943c0.262-0.316,0.582-0.608,0.961-0.875 c0.072-0.051,0.144-0.101,0.217-0.149c-0.044-0.222-0.089-0.448-0.135-0.676c-0.123,0.113-0.238,0.23-0.345,0.352 c-0.053-0.321-0.107-0.654-0.164-1C10.306,18.862,9.969,16.801,9.584,14.435 M8.004,13.691c-0.214-0.124-0.418-0.257-0.612-0.398 c-0.114-0.082-0.224-0.168-0.331-0.256c-0.117-0.096-0.229-0.196-0.338-0.299c0.387,1.731,0.78,3.488,1.181,5.269 c0.112,0.497,0.225,0.997,0.338,1.498c0.247,1.089,0.496,2.187,0.747,3.295c0.117,0.517,0.235,1.037,0.352,1.558 c0.009,0.034,0.017,0.069,0.025,0.103c0.076,0.333,0.152,0.666,0.228,1l0.897-0.548c-0.139-0.623-0.283-1.267-0.431-1.932 c-0.001-0.003-0.002-0.006-0.004-0.011c-0.069-0.31-0.139-0.626-0.21-0.946c-0.215-0.967-0.439-1.975-0.672-3.024 c-0.043-0.197-0.086-0.395-0.132-0.594C8.714,16.916,8.368,15.344,8.004,13.691 M21.168,6.272c-0.214-0.072-0.436-0.139-0.665-0.203 c-0.351,2.445-0.668,4.649-0.95,6.611c0.241-0.044,0.477-0.092,0.708-0.146L21.168,6.272z"/> <path fill="%2300e500" d="M25.246,12.737c-0.099,0.094-0.206,0.186-0.32,0.278c-0.106,0.088-0.22,0.174-0.342,0.26 c-0.187,0.135-0.39,0.267-0.608,0.395c-0.922,4.189-1.534,6.965-1.836,8.329c-0.122,0.556-0.193,0.877-0.213,0.964l0,0 c-0.161,0.729-0.306,1.379-0.434,1.95l0.897,0.548c0.075-0.331,0.15-0.664,0.224-1c0.009-0.035,0.017-0.069,0.025-0.103 c0.118-0.517,0.236-1.04,0.356-1.569C23.704,19.644,24.454,16.294,25.246,12.737z"/> </svg>');
}
.lightGreen.icon-manage{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300b200" points="16.866,21.001 17.094,23.779 20.501,26.09 20.328,23.279 16.866,21.001 "/> <polyline fill="%2300b200" points="19.264,19.688 21.5,18.462 18.179,16.389 18.364,19.113 19.264,19.688 "/> <polyline fill="%2300b200" points="28.661,25.699 28.607,22.889 24.972,20.632 25.08,23.41 28.661,25.699 "/> <polyline fill="%23009900" points="20.328,23.279 20.501,26.09 25.08,23.41 24.972,20.632 20.328,23.279 "/> <polyline fill="%23009900" points="28.607,22.889 28.661,25.699 30.083,18.429 30.05,15.716 28.607,22.889 "/> <polyline fill="%2300e500" points="21.5,18.462 19.264,19.688 16.866,21.001 20.328,23.279 24.972,20.632 28.607,22.889 30.05,15.716 18.179,16.389 21.5,18.462 "/> <polyline fill="%23009900" points="14.876,26.874 3.141,27.683 3.292,30.11 14.876,29.301 14.876,26.874 "/> <polyline fill="%23009900" points="16.866,21.001 11.457,24.534 13.737,26.09 17.094,23.779 16.866,21.001 "/> <polygon fill="%2300e500" points="13.587,18.865 16.866,21.001 11.457,24.534 14.876,26.874 3.141,27.683 5.007,20.133 8.167,22.29 "/> <path fill="%2300b200" d="M17.942,15.947l2.879-1.699L14.456,1.062l-3.05,1.388L17.942,15.947z"/> <path fill="%2300e500" d="M11.405,2.45L5.787,8.542L9.55,10.84l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L11.405,2.45z"/> <path fill="%23009900" d="M13.594,13.301l-0.007,5.565l2.769-1.637l0.044-2.219L13.594,13.301z"/> </svg> ');
}
.lightGreen.icon-debug{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.048,28.509 18.117,26.11 13.757,23.09 13.757,23.08 12.027,21.885 12.069,24.244 12.077,24.244 18.048,28.509 "/> <polyline fill="%23999999" points="17.364,18.312 17.314,20.639 23.285,24.562 23.443,22.203 17.364,18.312 "/> <polyline fill="%23999999" points="22.29,15.018 22.163,17.301 22.174,17.301 28.111,20.924 28.337,18.596 22.29,15.018 "/> <polyline fill="%23999999" points="0.993,14.231 1.201,16.506 5.192,19.349 5.05,17.043 0.993,14.231 "/> <polyline fill="%23999999" points="6.414,13.478 7.686,14.315 9.457,13.259 6.295,11.237 6.414,13.478 "/> <polygon fill="%23999999" points="11.224,8.46 11.266,10.658 12.535,11.438 14.394,10.342 "/> <polyline fill="%23676767" points="20.392,24.444 18.117,26.11 18.048,28.509 20.291,26.821 20.392,24.444 "/> <polyline fill="%23676767" points="25.528,20.663 23.443,22.203 23.285,24.562 25.344,23.006 25.528,20.663 "/> <polygon fill="%23676767" points="28.337,18.596 28.111,20.924 30.001,19.491 30.262,17.185 "/> <polyline fill="%23CCCCCC" points="17.364,18.312 23.443,22.203 25.528,20.663 21.187,17.977 19.462,16.909 17.364,18.312 "/> <polyline fill="%23CCCCCC" points="24.583,13.92 24.23,13.72 22.29,15.018 28.337,18.596 30.262,17.185 24.583,13.92 "/> <polyline fill="%23CCCCCC" points="16.034,21.524 14.302,20.363 12.027,21.885 13.757,23.08 13.757,23.09 18.117,26.11 20.392,24.444 16.034,21.524 "/> <polyline fill="%23CCCCCC" points="5.05,17.043 4.974,15.913 6.406,15.068 3.252,12.959 0.993,14.231 5.05,17.043 "/> <polyline fill="%23CCCCCC" points="13.172,7.354 11.224,8.46 14.394,10.342 16.342,9.186 13.172,7.354 "/> <polygon fill="%23CCCCCC" points="11.558,12.014 8.396,10.058 6.295,11.237 9.457,13.259 "/> <path fill="%23009900" d="M14.302,20.363l1.732,1.161l1.28-0.885l0.05-2.327l2.098-1.403l1.725,1.069l0.987-0.677h-0.011l0.126-2.283 l1.94-1.298l0.353,0.2l0.182-2.793L11.04,20.071l0.108,4.808l0.929-0.635h-0.008l-0.042-2.359L14.302,20.363z"/> <path fill="%2300b200" d="M4.974,15.913l0.076,1.129l0.142,2.306l0.084,1.29l5.871,4.239l-0.108-4.808L4.974,15.913z"/> <path fill="%2300e500" d="M14.394,10.342l-1.859,1.095l-0.977,0.577l-2.101,1.245l-1.772,1.056l-1.28,0.753l-1.432,0.845l6.066,4.157 l13.725-8.944l-6.048-3.354l-2.375,1.414L14.394,10.342z"/> </svg>');
}
.lightGreen.icon-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.6991" y1="1059.3348" x2="28.839" y2="1059.3348" gradientTransform="matrix(1 0 0 -1 0 1079)"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23515151"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.5,24.521c-0.025-0.023-0.049-0.047-0.071-0.071c-0.279-0.273-0.48-0.569-0.602-0.888l-0.01,2.531 c-0.045,0.709,0.207,1.339,0.755,1.888v-0.01c1.2,1.137,2.429,1.137,3.685,0l-0.01,0.01l8.737-9.227h0.01 c0.986-0.996,3.657-1.758,8.013-2.286l1.235-0.388c1.528-0.758,2.355-2.055,2.48-3.889v-0.01c0.006-0.039,0.01-0.076,0.01-0.112 v-1.562c-0.111,0.578-0.315,1.088-0.612,1.531c-0.424,0.632-1.033,1.132-1.827,1.5l-1.276,0.357 c-4.321,0.483-6.971,1.181-7.951,2.092l-8.737,8.533c-0.276,0.23-0.552,0.411-0.827,0.541c-0.715,0.35-1.423,0.364-2.123,0.041 C5.086,24.971,4.793,24.777,4.5,24.521z"/> <path fill="%23CCCCCC" d="M25.782,4.678c-1.395-0.794-2.82-1.046-4.277-0.755c-1.665,0.363-2.884,1.581-3.654,3.654v-0.01 c-0.133,0.488-0.395,1.369-0.786,2.644c0.002,0.003,0.002,0.007,0,0.01c-0.528,1.286-1.29,2.385-2.286,3.297 c-0.003,0.005-0.007,0.009-0.01,0.01c0,0-9.869,7.722-10.272,8.12c-0.756,0.746-0.735,1.577-0.67,1.913 c0.065,0.335,0.323,0.615,0.602,0.888c0.023,0.025,0.047,0.049,0.071,0.071c0.293,0.256,0.585,0.45,0.878,0.582 c0.7,0.323,1.408,0.31,2.123-0.041c0.275-0.13,0.55-0.311,0.827-0.541l8.737-8.533c0.98-0.912,3.63-1.609,7.951-2.092l1.276-0.357 c0.794-0.368,1.403-0.869,1.827-1.5c0.297-0.443,0.502-0.953,0.612-1.531l0.01-0.949c0-0.01,0-0.02,0-0.031l-3.981,1.919 c-0.013,0.008-0.03,0.011-0.051,0.01c-0.013-0.001-0.027-0.008-0.041-0.02l-2.838-1.715c-0.018-0.006-0.031-0.02-0.041-0.041 c-0.009-0.016-0.013-0.037-0.01-0.061V9.578l-0.194-0.122l0.49-3.266L25.782,4.678"/> <ellipse fill="%23676767" cx="6.536" cy="22.865" rx="1.547" ry="1.334"/> <path fill="%23676767" d="M22.036,8.128l0.041-0.02V6.189l-0.49,3.266l0.194,0.122L21.975,8.2c0.003-0.014,0.009-0.027,0.02-0.041 C22.006,8.145,22.02,8.135,22.036,8.128z"/> <path fill="%23676767" d="M25.802,4.689c-0.005,0.001-0.012-0.003-0.02-0.01l-3.705,1.511v1.919l3.726-1.623V4.689z"/> </svg>');
}
.lightGreen.icon-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <path fill="%2300e500" d="M9.253,8.618c0.335-0.003,0.711,0.046,1.115,0.142c1.227,0.294,2.586,1.011,3.821,2.024 c2.48,2.031,3.677,4.594,2.664,5.717c-0.317,0.353-0.813,0.523-1.421,0.529c-1.337,0.013-3.216-0.772-4.922-2.169 c-1.233-1.007-2.185-2.176-2.681-3.29c-0.463-1.044-0.462-1.91,0.015-2.433C8.153,8.8,8.637,8.625,9.253,8.618z"/> </g> <path fill="%2300b200" d="M23.465,12.679c0.155-3.182-2.962-6.169-5.287-7.846c-2.215-1.597-6.975-4.248-9.491-1.867 c-1.002,0.949-1.724,2.348-2.52,3.471c1.157-1.632,3.663-1.272,5.297-0.775c2.049,0.623,3.956,1.771,5.579,3.154 c1.894,1.614,5.455,5.62,3.736,8.429C21.604,15.899,23.389,14.346,23.465,12.679z"/> <path fill="%23005673" d="M16.616,8.458c3.922,3.111,5.702,7.159,3.968,9.028c-0.575,0.618-1.475,0.923-2.557,0.933 c-2.164,0.021-5.081-1.121-7.688-3.195c-1.864-1.483-3.309-3.209-4.07-4.878C5.472,8.6,5.506,7.127,6.364,6.196 c0.572-0.616,1.453-0.933,2.56-0.944c0.566-0.005,1.191,0.069,1.865,0.225C12.684,5.924,14.756,6.982,16.616,8.458z M19.024,16.24 c1.248-1.343-0.226-4.408-3.281-6.837c-1.522-1.211-3.196-2.069-4.707-2.42c-0.498-0.115-0.962-0.174-1.374-0.17 C8.904,6.82,8.308,7.03,7.928,7.435c-0.587,0.626-0.589,1.661-0.018,2.91c0.61,1.333,1.783,2.73,3.302,3.934 c2.101,1.671,4.415,2.61,6.062,2.594C18.023,16.866,18.633,16.662,19.024,16.24"/> <path fill="%23676767" d="M27.209,25.817c-0.002,0.007-0.002,0.013-0.003,0.02c-0.021,0.084-0.053,0.167-0.091,0.249 c-0.014,0.029-0.031,0.058-0.047,0.087c-0.029,0.054-0.059,0.107-0.095,0.16c-0.028,0.041-0.06,0.081-0.091,0.122 c-0.034,0.043-0.068,0.086-0.106,0.128c-0.059,0.065-0.125,0.129-0.194,0.192c-0.029,0.027-0.056,0.054-0.087,0.081 c-0.154,0.131-0.333,0.256-0.528,0.377c-0.035,0.021-0.068,0.043-0.104,0.064c-0.16,0.094-0.33,0.186-0.514,0.272 c-0.021,0.01-0.045,0.019-0.067,0.029c-0.167,0.077-0.345,0.15-0.53,0.22c-0.057,0.022-0.115,0.043-0.173,0.064 c-0.192,0.068-0.39,0.133-0.598,0.194c-0.025,0.007-0.048,0.016-0.074,0.023c-0.231,0.066-0.474,0.125-0.723,0.18 c-0.049,0.011-0.1,0.021-0.15,0.031c-0.435,0.091-0.894,0.166-1.374,0.222c-0.046,0.005-0.092,0.012-0.138,0.017 c-0.254,0.027-0.511,0.051-0.775,0.067c-0.166,0.01-0.33,0.015-0.495,0.02c-0.266,0.009-0.529,0.013-0.789,0.01 c-0.048,0-0.096,0.001-0.144,0c-0.282-0.005-0.561-0.018-0.834-0.037c-0.078-0.005-0.155-0.013-0.233-0.02 c-0.184-0.015-0.367-0.033-0.546-0.054c-0.091-0.011-0.182-0.023-0.271-0.035c-0.16-0.022-0.318-0.046-0.473-0.073 c-0.085-0.015-0.171-0.029-0.255-0.045c-0.17-0.032-0.335-0.068-0.497-0.106c-0.061-0.014-0.124-0.027-0.183-0.042 c-0.225-0.056-0.442-0.117-0.65-0.183c-0.037-0.012-0.071-0.025-0.108-0.037c-0.194-0.065-0.378-0.134-0.554-0.207 c-0.052-0.022-0.105-0.044-0.156-0.066c-0.219-0.097-0.423-0.199-0.608-0.308c-0.027-0.016-0.05-0.033-0.076-0.049 c-0.166-0.103-0.314-0.21-0.448-0.322c-0.025-0.021-0.053-0.041-0.076-0.063c-0.136-0.122-0.25-0.251-0.344-0.383 c-0.02-0.028-0.038-0.057-0.056-0.086c-0.088-0.138-0.16-0.28-0.198-0.427c-0.031-0.119-0.044-0.237-0.041-0.354l-0.026,0.97 c-0.003,0.117,0.01,0.235,0.041,0.354c0.038,0.147,0.111,0.289,0.198,0.427c0.018,0.029,0.035,0.058,0.056,0.086 c0.094,0.132,0.208,0.261,0.345,0.383c0.024,0.021,0.051,0.042,0.076,0.063c0.133,0.112,0.281,0.219,0.447,0.322 c0.027,0.017,0.05,0.034,0.078,0.05c0.184,0.109,0.389,0.211,0.607,0.308c0.022,0.01,0.039,0.021,0.061,0.031 c0.03,0.013,0.065,0.023,0.095,0.036c0.175,0.073,0.358,0.141,0.551,0.205c0.028,0.009,0.052,0.021,0.081,0.03 c0.01,0.003,0.021,0.005,0.03,0.009c0.207,0.066,0.423,0.127,0.648,0.183c0.012,0.003,0.024,0.007,0.036,0.01 c0.048,0.012,0.101,0.021,0.15,0.032c0.162,0.038,0.326,0.073,0.496,0.106c0.032,0.006,0.062,0.014,0.094,0.02 c0.051,0.009,0.107,0.016,0.159,0.024c0.156,0.027,0.314,0.051,0.475,0.073c0.051,0.007,0.098,0.016,0.149,0.023 c0.039,0.005,0.081,0.007,0.12,0.012c0.18,0.021,0.363,0.039,0.548,0.054c0.059,0.005,0.115,0.013,0.174,0.017 c0.019,0.001,0.039,0.001,0.058,0.003c0.274,0.019,0.552,0.031,0.835,0.037c0.011,0,0.021,0.001,0.032,0.001 c0.035,0.001,0.071-0.002,0.106-0.001c0.262,0.003,0.528-0.001,0.796-0.01c0.046-0.002,0.09,0,0.136-0.002 c0.118-0.005,0.237-0.011,0.357-0.019c0.265-0.016,0.523-0.04,0.777-0.067c0.023-0.003,0.048-0.004,0.071-0.006 c0.022-0.003,0.042-0.008,0.064-0.01c0.481-0.056,0.941-0.131,1.377-0.222c0.021-0.005,0.046-0.006,0.068-0.011 c0.027-0.006,0.052-0.014,0.079-0.02c0.25-0.055,0.493-0.115,0.725-0.18c0.025-0.007,0.048-0.015,0.073-0.023 c0.208-0.061,0.407-0.126,0.599-0.194c0.059-0.021,0.116-0.042,0.173-0.063c0.184-0.07,0.361-0.142,0.527-0.219 c0.023-0.01,0.048-0.02,0.07-0.031c0.184-0.086,0.353-0.178,0.513-0.272c0.017-0.01,0.038-0.019,0.055-0.029 c0.019-0.011,0.031-0.024,0.05-0.036c0.195-0.121,0.374-0.246,0.528-0.377c0.005-0.005,0.013-0.009,0.018-0.013 c0.026-0.022,0.044-0.045,0.068-0.067c0.069-0.063,0.135-0.127,0.194-0.192c0.012-0.013,0.028-0.026,0.039-0.039 c0.025-0.029,0.044-0.059,0.067-0.089c0.032-0.04,0.064-0.081,0.091-0.122c0.01-0.014,0.023-0.028,0.032-0.043 c0.025-0.039,0.042-0.079,0.063-0.118c0.015-0.029,0.033-0.057,0.046-0.086c0.004-0.009,0.01-0.017,0.014-0.026 c0.032-0.072,0.057-0.146,0.076-0.219c0-0.001,0-0.002,0.001-0.004c0.002-0.007,0.002-0.013,0.003-0.02 c0.015-0.064,0.028-0.129,0.033-0.194c0.002-0.022,0.003-0.045,0.004-0.067l0.026-0.97C27.243,25.644,27.229,25.731,27.209,25.817z" /> <g> <path fill="%23CCCCCC" d="M19.202,22.692c3.989-0.249,7.576,0.876,8.002,2.511c0.426,1.635-2.469,3.163-6.458,3.412 c-3.989,0.249-7.567-0.877-7.993-2.512C12.327,24.469,15.213,22.941,19.202,22.692z"/> </g> <ellipse fill="%23676767" cx="19.79" cy="25.582" rx="2.106" ry="1.049"/> <path fill="%23999999" d="M18.335,25.61l-5.11-3.502c-0.247-0.178-0.4-0.459-0.416-0.764c-0.015-0.304,0.109-0.599,0.339-0.8 l2.749-2.416c0,0,1.415,0.292,2.745,0.25c-1.061,0.937-3.228,2.837-3.228,2.837l5.5,3.799c0,0,0.334,0.913-0.575,1.071 C18.892,26.337,18.335,25.61,18.335,25.61z"/> <circle fill="%23CCCCCC" cx="14.335" cy="21.253" r="1.649"/> </svg>');
}
.lightGreen.icon-replace{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300e500" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%2300b200" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%2300e500" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%2300b200" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%2300e500" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%23009900" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.lightGreen.icon-clean{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.206,14.245l0.007-0.425l0.18-9.21l-2.475,1.223l-0.029,9.756L18.206,14.245 M21.559,18.598l0.151-0.094 l0.13-2.684l-3.079,1.907l-0.065,2.72L21.559,18.598z"/> <polyline fill="%23999999" points="15.918,5.834 12.615,4.215 12.745,10.806 12.809,13.806 15.889,15.591 15.918,5.834 "/> <polygon fill="%23999999" points="9.615,14.929 9.86,15.073 18.436,20.289 18.695,20.447 18.76,17.728 9.5,12.324 "/> <polyline fill="%23CCCCCC" points="15.09,3.064 12.615,4.215 15.918,5.834 18.393,4.611 15.09,3.064 "/> <polygon fill="%23CCCCCC" points="12.745,10.806 12.579,10.712 9.5,12.324 18.76,17.728 21.839,15.821 18.213,13.821 18.206,14.245 15.889,15.591 12.809,13.806 "/> <path fill="%23009900" d="M18.695,20.447l-0.259-0.158l2.216,9.051l5.044-3.734l-4.137-7.008L18.695,20.447z"/> <path fill="%2300e500" d="M9.86,15.073l-3.727,4.475l14.519,9.792l-2.216-9.051L9.86,15.073z"/> </svg>');
}
.lightGreen.icon-system{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%23009900" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%23009900" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%23009900" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%2300e500" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%2300e500" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%2300e500" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%2300e500" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%23009900" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%2300b200" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%2300e500" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%23009900" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%2300b200" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.lightGreen.icon-print{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="21.514,12.171 21.514,12.171 16.537,10.013 3.823,15.522 16.53,22.819 29.239,15.522 "/> <polygon fill="%23999999" points="16.53,29.726 16.53,22.819 3.823,15.522 4.556,21.797 "/> <polygon fill="%23676767" points="28.512,21.797 29.239,15.522 16.53,22.819 16.53,29.726 "/> <polygon fill="%23676767" points="14.615,11.874 10.4,13.8 20.55,18.745 24.331,16.769 "/> <polygon fill="%23009900" points="24.331,12.276 23.698,12.47 21.489,17.617 22.325,17.025 "/> <polyline fill="%2300b200" points="22.115,8.301 14.905,5.022 12.558,13.261 21.489,17.617 23.698,12.47 22.115,8.301 "/> <polygon fill="%2300b200" points="22.92,8.1 22.115,8.301 23.698,12.47 24.331,12.276 "/> <polygon fill="%2300e500" points="15.943,4.921 14.833,4.985 22.115,8.301 22.92,8.1 "/> <polyline fill="%2300e500" points="23.698,12.47 22.115,8.301 20.027,11.084 23.698,12.47 "/> <path fill="%23999999" d="M4.126,18.112l0.482,4.685l8.738,5.75v-5.056L4.126,18.112z"/> <polygon fill="%23676767" points="13.347,28.546 14.134,28.029 14.134,23.124 13.346,23.491 "/> <polygon fill="%23CCCCCC" points="14.134,23.124 13.346,23.491 4.126,18.112 4.863,17.833 "/> </svg>');
}
.yellow.icon-display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="9.568,22.518 7.379,24.124 19.939,30.502 21.918,28.532 "/> <polygon fill="%23676767" points="27.525,9.371 25.817,10.529 24.687,29.88 26.184,28.614 "/> <polyline fill="%23676767" points="7.883,6.027 6.124,5.377 6.836,19.735 7.075,19.571 7.083,19.577 8.356,18.721 7.884,6.136 "/> <polyline fill="%23CCCCCC" points="8.356,18.721 7.083,19.577 6.836,19.742 23.062,27.215 23.151,25.217 8.356,18.721 "/> <polygon fill="%23CCCCCC" points="25.817,10.529 27.525,9.371 6.229,1.844 4.514,2.741 "/> <path fill="%23999999" d="M4.514,2.741l1.063,17.834l19.109,9.305l1.131-19.351L4.514,2.741z M23.062,27.215L6.836,19.742L6.124,5.377 l17.619,6.516L23.062,27.215z"/> <polygon fill="%23676767" points="10.842,23.138 18.203,26.723 18.203,28.099 10.842,24.342 "/> <polygon fill="%23ccaa00" points="7.883,6.027 8.356,18.721 23.151,25.217 23.743,11.893 "/> <polygon fill="%23676767" points="18.203,28.099 19.341,27.277 18.203,26.723 "/> </svg> ');
}
.yellow.icon-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <polyline fill="%23CCCCCC" points="22.316,27.679 20.638,26.443 16.471,29.481 18.196,30.784 22.316,27.679 "/> <polyline fill="%23CCCCCC" points="26.393,24.603 24.786,23.419 21.222,26.018 22.891,27.244 26.393,24.603 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="27.2349" y1="21.2664" x2="4.4539" y2="21.2664"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.4359" style="stop-color:%23FFFFFF"/> <stop offset="0.7175" style="stop-color:%23B6B6B6"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="16.796,15.186 15.244,14.225 4.454,20.413 6.123,21.672 10.523,18.998 12.088,20.15 7.669,22.84 9.119,23.934 13.546,21.222 15.067,22.342 10.667,25.103 12.22,26.275 17.081,22.975 18.31,23.878 13.568,27.291 14.916,28.308 23.326,22.34 24.786,23.419 27.235,21.631 24.123,19.71 21.459,22.461 19.406,18.961 19.49,16.848 18.511,16.243 15.694,17.957 18.528,20.169 15.689,21.952 11.149,18.616 "/> <polyline fill="%23676767" points="26.393,24.603 28.941,22.685 27.235,21.631 24.786,23.419 26.393,24.603 "/> <polyline fill="%23676767" points="24.786,23.419 23.326,22.34 14.916,28.308 16.471,29.481 20.638,26.443 22.316,27.679 22.891,27.244 21.222,26.018 24.786,23.419 "/> <polyline fill="%23676767" points="21.459,22.461 21.939,20.525 19.406,18.961 21.459,22.461 "/> <polyline fill="%23676767" points="18.31,23.878 17.081,22.975 12.22,26.275 13.568,27.291 18.31,23.878 "/> <polyline fill="%23676767" points="15.067,22.342 13.546,21.222 9.119,23.934 10.667,25.103 15.067,22.342 "/> <polyline fill="%23676767" points="18.528,20.169 15.694,17.957 18.511,16.243 16.796,15.186 11.149,18.616 15.689,21.952 18.528,20.169 "/> <polygon fill="%23676767" points="6.123,21.672 7.669,22.84 12.088,20.15 10.523,18.998 "/> <path fill="%23a58d00" d="M24.123,19.71l-0.019-0.013l-2.164,0.827l-0.48,1.936L24.123,19.71z"/> <path fill="%23ccaa00" d="M22.859,6.832l-2.901-1.607L19.49,16.848l-0.084,2.113l2.533,1.564L22.859,6.832z"/> <path fill="%23a58d00" d="M25.654,5.146l-2.795,1.686l-0.92,13.693l2.164-0.827l0.125-0.075L25.654,5.146z"/> <path fill="%23f9e100" d="M25.654,5.146l-2.847-1.262l-2.849,1.342l2.901,1.607L25.654,5.146z"/> </svg>');
}
.yellow.icon-save{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <polyline fill="%23ccaa00" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23ccaa00" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23ccaa00" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23a58d00" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23a58d00" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23f9e100" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.yellow.icon-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%23ccaa00" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23ccaa00" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23ccaa00" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23a58d00" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23a58d00" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23f9e100" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.yellow.icon-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%23ccaa00" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23ccaa00" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23ccaa00" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23a58d00" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23a58d00" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23f9e100" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.yellow.icon-cancel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <path fill="%23f9e100" d="M16.558,21.114c0.06-2.289-1.593-2.051-3.06-2.525c1.819,0.588,1.11,3.411,0.722,4.681 c-0.659,2.162-1.749,4.203-2.894,6.143c0.446,0.144,1.802,0.582,1.802,0.582s1.307-2.156,1.564-2.673 C15.614,25.458,16.67,23.25,16.558,21.114z"/> <path fill="%23f9e100" d="M11.507,14.415c1.713-0.414,3.758-0.86,5.451-0.313c-1.137-0.367-2.282-0.82-3.48-0.933 c-1.897-0.179-3.857,0.24-5.693,0.941c0.487,0.157,1.066,0.538,1.566,0.646C10.166,14.932,10.682,14.615,11.507,14.415z"/> <path fill="%23a58d00" d="M3.412,20.65c-0.482-0.156-1.301-0.42-1.894-0.612c1.574,1.117,3.149,2.232,4.724,3.348 C7.109,24,7.959,24.709,8.874,25.251c0.636,0.377,1.399,0.534,2.106,0.762C8.757,24.438,5.635,22.224,3.412,20.65z"/> <g> <path fill="%23f9e100" d="M3.412,20.65c-0.631-0.204-1.262-0.408-1.894-0.612c1.197-2.178,5.837-10.42,5.837-10.42 s1.408,0.455,1.802,0.582C7.242,13.683,5.327,17.166,3.412,20.65z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.4117" y1="20.0971" x2="20.6753" y2="20.0971"> <stop offset="0" style="stop-color:%23ccaa00"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.157,10.2c0.174,1.508,0.348,3.015,0.521,4.523c3.538-1.35,9.279-1.806,10.695,2.701 c1.611,5.127-3.567,9.884-7.246,12.572c1.032-1.748,2.055-3.528,2.713-5.456c0.448-1.311,1.144-3.507,0.225-4.788 c-1.18-1.647-3.659,0.02-4.776,0.884c-0.829,0.641-0.829,0.641-0.829,0.641s0.389,3.607,0.519,4.737 c-1.595-1.13-3.191-2.26-4.786-3.39c-0.726-0.515-1.452-1.03-2.192-1.522c-0.556-0.37-0.591-0.451-0.591-0.451 s2.066-3.757,2.931-5.331C7.281,13.612,8.219,11.906,9.157,10.2z"/> </svg>');
}
.yellow.icon-back{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23a58d00" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23a58d00" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%23f9e100" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.yellow.icon-skip{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23ccaa00" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23ccaa00" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23ccaa00" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23a58d00" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23a58d00" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23f9e100" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> "/> </svg>');
}
.yellow.icon-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a58d00" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%23f9e100" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%23f9e100" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%23ccaa00" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.yellow.icon-restore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23f9e100" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%23ccaa00" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%23f9e100" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%23ccaa00" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%23f9e100" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%23a58d00" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.yellow.icon-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a58d00" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%23f9e100" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%23f9e100" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%23ccaa00" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.yellow.icon-delete-all{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23999999" points="26.724,19.214 24.738,18.508 20.566,13.146 22.553,13.852 "/> </g> <polygon fill="%23CCCCCC" points="22.553,13.852 20.566,13.146 22.688,12.429 24.675,13.134 "/> <path fill="%23999999" d="M21.159,5.458c1.248,1.293,1.426,3.759,1.504,5.598c0.012,0.279-0.092,1.18,0.042,1.379 c0.069,0.103,0.498,0.177,0.594,0.211c0.459,0.163,0.918,0.326,1.376,0.489c0.007-2.102-0.039-4.746-1.152-6.485 c-0.733-1.146-2.072-1.34-3.156-1.725C20.658,5.028,20.929,5.219,21.159,5.458z"/> <path fill="%23CCCCCC" d="M18.983,6.052c1.39-2.095,3.616-3.989,5.94-3.164c-1.279-0.454-2.565-1.107-3.918-0.806 c-2.422,0.538-4.197,3.165-5.313,5.642c0.531,0.189,1.099,0.496,1.646,0.585c0.439,0.071,0.303,0.174,0.601-0.422 C18.257,7.252,18.598,6.631,18.983,6.052z"/> <path fill="%23676767" d="M23.734,2.692c2.75-0.041,5.04,3.19,4.963,8.837l2.095-0.654l-4.068,8.338l-4.172-5.362l2.122-0.717 c0.02-5.771-1.359-7.636-2.992-7.612c-1.384,0.021-2.95,1.398-4.003,2.907C19.44,4.521,21.711,2.722,23.734,2.692z"/> <polyline fill="%23a58d00" points="20.566,14.667 19.157,15.43 16.887,16.862 16.893,16.873 16.748,16.949 20.281,22.863 22.592,21.169 19.256,15.598 20.671,14.836 23.145,13.264 20.566,14.667 "/> <polyline fill="%23f9e100" points="20.741,9.295 18.22,10.738 20.566,14.667 23.145,13.264 20.741,9.295 "/> <polyline fill="%23f9e100" points="14.536,12.927 14.542,12.938 16.87,11.611 13.453,5.895 10.88,7.129 14.396,13.02 14.536,12.927 "/> <polyline fill="%23ccaa00" points="14.542,12.938 14.396,13.02 10.88,7.129 8.849,8.829 12.196,14.446 9.256,16.355 11.346,19.865 14.437,18.195 17.801,23.835 20.281,22.863 16.748,16.949 16.887,16.862 19.157,15.43 20.566,14.667 18.22,10.738 16.87,11.611 14.542,12.938 "/> <path fill="%23CCCCCC" d="M18.069,25.769c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C15.385,28.086,16.966,26.887,18.069,25.769z"/> <path fill="%23999999" d="M6.637,29.661c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C2.844,24.377,3.669,28.175,6.637,29.661z"/> <polygon fill="%23CCCCCC" points="2.761,22.709 0.357,22.004 5.28,13.665 7.683,14.371 "/> <path fill="%23676767" d="M7.683,14.371l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839l-2.535,0.654 L7.683,14.371z"/> </svg>');
}
.yellow.icon-waste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.1218" y1="19.2374" x2="26.8577" y2="19.2374"> <stop offset="0" style="stop-color:%23ccaa00"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.147,13.307c-0.229,0.045-0.464,0.085-0.704,0.121c-0.468,0.073-0.953,0.132-1.455,0.174 c-0.03,0.003-0.061,0.005-0.093,0.007c-0.008,0.002-0.016,0.003-0.025,0.004c-1.283,0.105-2.534,0.106-3.75,0.004 c-0.01,0-0.021,0-0.032,0c-0.521-0.044-1.036-0.107-1.548-0.189c-0.237-0.039-0.473-0.082-0.708-0.128 c-0.12-0.024-0.24-0.049-0.359-0.075c-0.783-0.17-1.514-0.381-2.192-0.633c-0.248-0.093-0.49-0.193-0.726-0.299 c-0.201-0.088-0.398-0.182-0.591-0.281c-0.018-0.009-0.037-0.018-0.057-0.028c-0.381-0.201-0.714-0.4-1-0.598 c-0.064-0.045-0.125-0.09-0.185-0.135c-0.045-0.033-0.089-0.068-0.132-0.103c-0.13-0.102-0.255-0.209-0.374-0.32 c-0.184-0.177-0.352-0.364-0.505-0.562c-0.077-0.099-0.148-0.197-0.213-0.295C5.332,9.711,5.206,9.453,5.122,9.194l4.195,16.321 c0.02,0.11,0.048,0.221,0.082,0.331c0.206,0.669,0.624,1.265,1.252,1.79c0.522,0.436,1.148,0.796,1.879,1.078 c1.321,0.512,2.755,0.708,4.302,0.587c1.634-0.126,3.01-0.586,4.127-1.381c0.657-0.463,1.139-1,1.445-1.612 c0.129-0.261,0.218-0.524,0.267-0.79L26.858,9.14c-0.044,0.143-0.101,0.287-0.171,0.431c-0.063,0.13-0.136,0.258-0.217,0.384 c-0.194,0.304-0.438,0.595-0.733,0.872c-0.107,0.1-0.221,0.198-0.342,0.295c-0.104,0.085-0.214,0.168-0.331,0.249 c-0.226,0.161-0.471,0.316-0.737,0.466c-0.104,0.059-0.209,0.116-0.317,0.171c-0.414,0.218-0.853,0.415-1.316,0.591 C21.914,12.895,21.065,13.131,20.147,13.307 M8.153,13.776c0.092,0.051,0.187,0.102,0.285,0.153 c0.134,0.068,0.272,0.134,0.416,0.199c0.228,0.104,0.471,0.206,0.729,0.306c0.056,0.021,0.113,0.043,0.171,0.064 c0.413,2.08,0.805,4.043,1.174,5.889c0.059,0.297,0.117,0.59,0.174,0.879c0.047,0.228,0.092,0.454,0.135,0.676 c0.31,1.543,0.603,2.997,0.879,4.362c0.072,0.359,0.144,0.711,0.213,1.057c-1.21-0.455-2.122-1.089-2.736-1.9 c-0.076-0.334-0.152-0.667-0.228-1H9.32c0.007-0.034,0.014-0.069,0.021-0.103c-0.118-0.522-0.235-1.041-0.352-1.558 c-0.252-1.107-0.501-2.206-0.747-3.295c-0.113-0.501-0.226-1.001-0.338-1.498c-0.401-1.781-0.795-3.538-1.181-5.269 c0.109,0.103,0.221,0.203,0.338,0.299c0.107,0.088,0.217,0.174,0.331,0.256c0.194,0.142,0.398,0.275,0.612,0.398 C8.054,13.72,8.103,13.749,8.153,13.776 M22.214,14.499c0.062-0.023,0.124-0.047,0.185-0.071c0.4-0.157,0.782-0.33,1.146-0.519 c0.133-0.069,0.264-0.14,0.391-0.213c0.013-0.008,0.026-0.016,0.039-0.025c0.219-0.128,0.422-0.26,0.608-0.395 c0.121-0.085,0.235-0.172,0.342-0.26c0.114-0.091,0.221-0.184,0.32-0.278c-0.792,3.556-1.542,6.907-2.252,10.051 c-0.119,0.529-0.238,1.052-0.356,1.569c0.009,0.034,0.016,0.069,0.021,0.103h-0.046c-0.074,0.336-0.149,0.669-0.224,1 c-0.306,0.399-0.686,0.755-1.139,1.071c-0.477,0.327-1.009,0.604-1.598,0.829c0.065-0.325,0.135-0.677,0.21-1.057 c0.239-1.189,0.531-2.647,0.875-4.373c0.044-0.219,0.088-0.441,0.132-0.669c0.058-0.288,0.118-0.583,0.178-0.886 C21.391,18.645,21.78,16.686,22.214,14.499 M17.877,15.431c0.165-0.014,0.33-0.03,0.495-0.05l-0.139,5.529l-0.171,6.895 c-1.383,0.263-2.766,0.263-4.149,0l-0.178-6.888l-0.139-5.536c0.171,0.02,0.341,0.038,0.512,0.053 c0.01,0.001,0.019,0.002,0.028,0.004c1.239,0.112,2.478,0.111,3.715-0.004C17.861,15.434,17.869,15.433,17.877,15.431z"/> <path fill="none" d="M22.826,4.888c-0.804-0.372-1.722-0.674-2.754-0.904c-1.838-0.403-3.775-0.52-5.81-0.349 c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166C6.213,7.67,6.128,8.172,6.218,8.674 c0.068,0.365,0.228,0.729,0.48,1.092c0.03,0.044,0.061,0.086,0.093,0.128c0.247,0.321,0.536,0.613,0.868,0.875 c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466c0.114,0.067,0.234,0.135,0.36,0.203 c0.126,0.067,0.254,0.13,0.384,0.192c0.766,0.364,1.63,0.656,2.59,0.875c-0.269-1.859-0.571-3.942-0.904-6.248 c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235c0.004,0.002,0.007,0.003,0.011,0.003 c0.007,0.001,0.014,0.001,0.021,0c1.164,0.111,2.364,0.115,3.601,0.011c0.055-0.004,0.109-0.009,0.164-0.014 c0.007-0.001,0.014-0.002,0.021-0.004c0.002,0.001,0.003,0.001,0.004,0c0.575-0.051,1.125-0.124,1.651-0.221 c0.241-0.044,0.477-0.092,0.708-0.146c0.949-0.218,1.812-0.515,2.59-0.89c0.177-0.085,0.349-0.174,0.516-0.267 c0.356-0.197,0.672-0.406,0.95-0.626c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377 c0.123-0.236,0.207-0.472,0.253-0.708c0.131-0.677-0.059-1.351-0.569-2.021C24.656,5.968,23.873,5.379,22.826,4.888z"/> <path fill="%23f9e100" d="M21.385,20.615c-0.109-0.082-0.222-0.161-0.338-0.238c-0.06,0.303-0.119,0.598-0.178,0.886 c0.127,0.114,0.244,0.232,0.352,0.356C21.275,21.296,21.329,20.962,21.385,20.615z"/> <path fill="%23f9e100" d="M21.531,22.024c0.198,0.303,0.33,0.617,0.395,0.939c0.02-0.087,0.092-0.408,0.214-0.964L21.531,22.024z"/> <path fill="%23f9e100" d="M26.263,6.514c-0.598-0.759-1.485-1.411-2.661-1.957c-0.899-0.413-1.932-0.747-3.099-1.003 c-2.061-0.448-4.233-0.574-6.515-0.377c-2.526,0.221-4.64,0.809-6.34,1.765C6.493,5.594,5.707,6.349,5.289,7.208 C4.963,7.873,4.908,8.535,5.122,9.194c0.084,0.259,0.21,0.518,0.377,0.776c0.066,0.098,0.137,0.197,0.214,0.295 c0.153,0.198,0.322,0.386,0.505,0.562c0.119,0.112,0.244,0.218,0.374,0.32c0.043,0.035,0.087,0.07,0.132,0.103 c0.06,0.045,0.122,0.09,0.185,0.135c0.286,0.198,0.619,0.397,1,0.598c0.02,0.01,0.039,0.02,0.057,0.029 c0.192,0.099,0.389,0.193,0.591,0.281c0.235,0.106,0.477,0.206,0.726,0.299c0.678,0.253,1.408,0.464,2.192,0.633 c0.12,0.026,0.239,0.051,0.359,0.075c0.236,0.046,0.471,0.089,0.708,0.128c0.511,0.082,1.027,0.144,1.548,0.189 c0.011,0,0.022,0,0.032,0c1.217,0.102,2.467,0.101,3.75-0.004c0.009-0.001,0.017-0.002,0.025-0.004 c0.031-0.002,0.062-0.004,0.093-0.007c0.502-0.043,0.987-0.101,1.455-0.174c0.24-0.036,0.475-0.076,0.705-0.121 c0.918-0.175,1.767-0.411,2.548-0.708c0.463-0.176,0.902-0.372,1.316-0.591c0.108-0.055,0.213-0.112,0.317-0.171 c0.265-0.15,0.511-0.305,0.736-0.466c0.116-0.081,0.227-0.165,0.331-0.249c0.121-0.097,0.235-0.195,0.342-0.295 c0.295-0.277,0.539-0.567,0.733-0.872c0.081-0.126,0.154-0.254,0.217-0.384c0.07-0.144,0.127-0.287,0.171-0.43 c0.032-0.098,0.057-0.195,0.075-0.292c0.002-0.002,0.003-0.005,0.003-0.007C27.087,8.058,26.863,7.282,26.263,6.514z M25.748,8.674 c-0.045,0.236-0.129,0.472-0.253,0.708c-0.065,0.128-0.14,0.254-0.224,0.377c-0.241,0.353-0.559,0.684-0.954,0.993 c-0.278,0.22-0.594,0.429-0.95,0.626c-0.167,0.093-0.339,0.182-0.516,0.267c-0.778,0.375-1.641,0.671-2.59,0.89 c-0.231,0.053-0.467,0.102-0.708,0.146c-0.526,0.096-1.076,0.17-1.651,0.221c0,0.001-0.002,0.001-0.004,0 c-0.007,0.002-0.014,0.003-0.021,0.004c-0.055,0.005-0.109,0.01-0.164,0.014c-1.237,0.104-2.437,0.1-3.601-0.011 c-0.007,0.001-0.014,0.001-0.021,0c-0.003-0.001-0.007-0.002-0.011-0.003c-0.557-0.052-1.108-0.131-1.651-0.235l-0.957-6.6 c-0.227,0.064-0.446,0.131-0.658,0.203c0.333,2.306,0.634,4.389,0.904,6.248c-0.961-0.219-1.824-0.511-2.59-0.875 c-0.13-0.062-0.259-0.125-0.384-0.192c-0.125-0.068-0.245-0.135-0.36-0.203c-0.265-0.156-0.5-0.312-0.704-0.466 c-0.006-0.005-0.013-0.01-0.021-0.014c-0.332-0.262-0.621-0.554-0.868-0.875C6.759,9.853,6.728,9.81,6.698,9.766 c-0.252-0.363-0.412-0.727-0.48-1.092C6.128,8.172,6.213,7.67,6.474,7.166C6.865,6.406,7.577,5.745,8.609,5.18 c1.523-0.844,3.407-1.359,5.654-1.544c2.035-0.171,3.972-0.055,5.81,0.349c1.032,0.23,1.95,0.531,2.754,0.904 c1.046,0.491,1.83,1.079,2.352,1.765C25.689,7.324,25.878,7.997,25.748,8.674z"/> <path fill="%23f9e100" d="M20.389,25.984c-0.166,0.114-0.341,0.221-0.527,0.32c-0.075,0.38-0.145,0.732-0.21,1.057 c0.588-0.225,1.121-0.502,1.598-0.829c0.453-0.316,0.833-0.672,1.139-1.071l-0.897-0.548C21.222,25.314,20.854,25.671,20.389,25.984 z"/> <path fill="%23f9e100" d="M15.995,27.204c-0.704,0-1.39-0.076-2.056-0.228l-0.025,0.829c1.383,0.263,2.766,0.263,4.149,0l-0.018-0.829 C17.378,27.128,16.695,27.204,15.995,27.204z"/> <path fill="%23f9e100" d="M17.813,19.206c-1.212-0.206-2.424-0.206-3.636,0l-0.021,0.655c1.222-0.251,2.448-0.251,3.679,0 L17.813,19.206z"/> <path fill="%23f9e100" d="M10.448,22.024H9.847c0.071,0.321,0.141,0.636,0.21,0.946c0.002,0,0.004-0.001,0.004-0.004 C10.126,22.643,10.255,22.329,10.448,22.024z"/> <path fill="%23f9e100" d="M10.928,20.387c-0.115,0.074-0.226,0.151-0.334,0.231c0.056,0.346,0.111,0.679,0.164,1 c0.108-0.122,0.223-0.24,0.345-0.352C11.046,20.977,10.988,20.684,10.928,20.387z"/> <path fill="%23f9e100" d="M11.715,26.073c-0.524-0.337-0.932-0.723-1.224-1.16l-0.897,0.548c0.614,0.811,1.526,1.445,2.736,1.9 c-0.07-0.345-0.141-0.698-0.213-1.057C11.978,26.232,11.844,26.155,11.715,26.073z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.4356" x2="25.7876" y2="18.4356"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="1" style="stop-color:%23ccaa00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M21.798,20.956c0.576-2.301,1.159-4.65,1.747-7.048c-0.364,0.19-0.746,0.363-1.146,0.519 c-0.386,2.368-0.724,4.43-1.014,6.187c-0.056,0.347-0.111,0.681-0.164,1.003c-0.108-0.124-0.226-0.242-0.352-0.356 c-0.044,0.227-0.088,0.45-0.132,0.669c0.211,0.135,0.409,0.28,0.594,0.434c0.226,0.191,0.424,0.39,0.594,0.598 c-0.065-0.323-0.197-0.636-0.395-0.939c0.061-0.241,0.121-0.483,0.181-0.726C21.741,21.185,21.77,21.071,21.798,20.956z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="8.2322" x2="25.7875" y2="8.2322"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="1" style="stop-color:%23ccaa00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M25.178,6.653c-0.522-0.686-1.306-1.274-2.352-1.765c-0.804-0.372-1.722-0.674-2.754-0.904 c-1.838-0.403-3.775-0.52-5.81-0.349c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166 C6.213,7.67,6.128,8.172,6.218,8.674c0.068,0.365,0.228,0.729,0.48,1.092c0.06-0.369,0.21-0.733,0.448-1.092 c0.175,0.711,0.345,1.41,0.512,2.096c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466 c0.114,0.067,0.234,0.135,0.36,0.203c0.126,0.067,0.254,0.13,0.384,0.192c-0.215-1.33-0.444-2.74-0.687-4.23 c0.658-0.451,1.449-0.832,2.373-1.142c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235 l-0.075-7.315c0.006-0.001,0.012-0.002,0.018-0.004c0.005,0.001,0.01,0.001,0.014,0c1.307-0.135,2.61-0.135,3.91,0 c0.004,0,0.008,0,0.011,0c0.006,0.002,0.012,0.003,0.018,0.004l-0.075,7.312c0.575-0.051,1.125-0.124,1.651-0.221 c0.282-1.962,0.599-4.166,0.95-6.611c0.229,0.063,0.451,0.131,0.665,0.203c0.926,0.307,1.717,0.688,2.373,1.142 c-0.242,1.49-0.472,2.9-0.69,4.23c0.177-0.085,0.349-0.174,0.516-0.267c0.356-0.197,0.672-0.406,0.95-0.626 c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377c0.123-0.236,0.207-0.472,0.253-0.708 C25.878,7.997,25.689,7.324,25.178,6.653z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.1491" x2="25.7876" y2="18.1491"> <stop offset="0" style="stop-color:%23a58d00"/> <stop offset="1" style="stop-color:%23ccaa00"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M17.835,19.861c-1.231-0.251-2.457-0.251-3.679,0l-0.046-4.426c-0.171-0.016-0.342-0.033-0.512-0.053 l0.139,5.536c0.452-0.099,0.926-0.168,1.423-0.206c1.082-0.088,2.106-0.021,3.074,0.199l0.139-5.529 c-0.164,0.019-0.329,0.036-0.494,0.05L17.835,19.861z"/> <path fill="%23ccaa00" d="M10.181,20.96c-0.195-0.784-0.397-1.594-0.605-2.43c-0.36-1.456-0.74-2.989-1.139-4.601 c-0.098-0.05-0.193-0.101-0.285-0.153c-0.05-0.028-0.099-0.056-0.149-0.085c0.364,1.653,0.711,3.225,1.039,4.714 c0.045,0.199,0.089,0.398,0.132,0.594c0.233,1.05,0.457,2.058,0.673,3.024h0.601c-0.06-0.239-0.12-0.481-0.181-0.726 C10.239,21.186,10.21,21.074,10.181,20.96z"/> <path fill="%23a58d00" d="M23.976,13.67c-0.013,0.009-0.026,0.017-0.039,0.025c-0.128,0.073-0.258,0.144-0.391,0.213 c-0.588,2.398-1.171,4.748-1.747,7.048c-0.028,0.115-0.057,0.229-0.085,0.342c-0.06,0.243-0.121,0.485-0.181,0.726l0.608-0.025 C22.441,20.635,23.053,17.859,23.976,13.67 M9.584,14.435c-0.258-0.1-0.501-0.202-0.729-0.306c-0.144-0.065-0.283-0.131-0.416-0.199 c0.399,1.611,0.778,3.145,1.139,4.601c0.208,0.836,0.41,1.646,0.605,2.43c0.029,0.114,0.057,0.226,0.085,0.338 c0.061,0.245,0.122,0.487,0.181,0.726c-0.193,0.305-0.322,0.619-0.388,0.943c0.262-0.316,0.582-0.608,0.961-0.875 c0.072-0.051,0.144-0.101,0.217-0.149c-0.044-0.222-0.089-0.448-0.135-0.676c-0.123,0.113-0.238,0.23-0.345,0.352 c-0.053-0.321-0.107-0.654-0.164-1C10.306,18.862,9.969,16.801,9.584,14.435 M8.004,13.691c-0.214-0.124-0.418-0.257-0.612-0.398 c-0.114-0.082-0.224-0.168-0.331-0.256c-0.117-0.096-0.229-0.196-0.338-0.299c0.387,1.731,0.78,3.488,1.181,5.269 c0.112,0.497,0.225,0.997,0.338,1.498c0.247,1.089,0.496,2.187,0.747,3.295c0.117,0.517,0.235,1.037,0.352,1.558 c0.009,0.034,0.017,0.069,0.025,0.103c0.076,0.333,0.152,0.666,0.228,1l0.897-0.548c-0.139-0.623-0.283-1.267-0.431-1.932 c-0.001-0.003-0.002-0.006-0.004-0.011c-0.069-0.31-0.139-0.626-0.21-0.946c-0.215-0.967-0.439-1.975-0.672-3.024 c-0.043-0.197-0.086-0.395-0.132-0.594C8.714,16.916,8.368,15.344,8.004,13.691 M21.168,6.272c-0.214-0.072-0.436-0.139-0.665-0.203 c-0.351,2.445-0.668,4.649-0.95,6.611c0.241-0.044,0.477-0.092,0.708-0.146L21.168,6.272z"/> <path fill="%23f9e100" d="M25.246,12.737c-0.099,0.094-0.206,0.186-0.32,0.278c-0.106,0.088-0.22,0.174-0.342,0.26 c-0.187,0.135-0.39,0.267-0.608,0.395c-0.922,4.189-1.534,6.965-1.836,8.329c-0.122,0.556-0.193,0.877-0.213,0.964l0,0 c-0.161,0.729-0.306,1.379-0.434,1.95l0.897,0.548c0.075-0.331,0.15-0.664,0.224-1c0.009-0.035,0.017-0.069,0.025-0.103 c0.118-0.517,0.236-1.04,0.356-1.569C23.704,19.644,24.454,16.294,25.246,12.737z"/> </svg>');
}
.yellow.icon-manage{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ccaa00" points="16.866,21.001 17.094,23.779 20.501,26.09 20.328,23.279 16.866,21.001 "/> <polyline fill="%23ccaa00" points="19.264,19.688 21.5,18.462 18.179,16.389 18.364,19.113 19.264,19.688 "/> <polyline fill="%23ccaa00" points="28.661,25.699 28.607,22.889 24.972,20.632 25.08,23.41 28.661,25.699 "/> <polyline fill="%23a58d00" points="20.328,23.279 20.501,26.09 25.08,23.41 24.972,20.632 20.328,23.279 "/> <polyline fill="%23a58d00" points="28.607,22.889 28.661,25.699 30.083,18.429 30.05,15.716 28.607,22.889 "/> <polyline fill="%23f9e100" points="21.5,18.462 19.264,19.688 16.866,21.001 20.328,23.279 24.972,20.632 28.607,22.889 30.05,15.716 18.179,16.389 21.5,18.462 "/> <polyline fill="%23a58d00" points="14.876,26.874 3.141,27.683 3.292,30.11 14.876,29.301 14.876,26.874 "/> <polyline fill="%23a58d00" points="16.866,21.001 11.457,24.534 13.737,26.09 17.094,23.779 16.866,21.001 "/> <polygon fill="%23f9e100" points="13.587,18.865 16.866,21.001 11.457,24.534 14.876,26.874 3.141,27.683 5.007,20.133 8.167,22.29 "/> <path fill="%23ccaa00" d="M17.942,15.947l2.879-1.699L14.456,1.062l-3.05,1.388L17.942,15.947z"/> <path fill="%23f9e100" d="M11.405,2.45L5.787,8.542L9.55,10.84l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L11.405,2.45z"/> <path fill="%23a58d00" d="M13.594,13.301l-0.007,5.565l2.769-1.637l0.044-2.219L13.594,13.301z"/> </svg> ');
}
.yellow.icon-debug{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.048,28.509 18.117,26.11 13.757,23.09 13.757,23.08 12.027,21.885 12.069,24.244 12.077,24.244 18.048,28.509 "/> <polyline fill="%23999999" points="17.364,18.312 17.314,20.639 23.285,24.562 23.443,22.203 17.364,18.312 "/> <polyline fill="%23999999" points="22.29,15.018 22.163,17.301 22.174,17.301 28.111,20.924 28.337,18.596 22.29,15.018 "/> <polyline fill="%23999999" points="0.993,14.231 1.201,16.506 5.192,19.349 5.05,17.043 0.993,14.231 "/> <polyline fill="%23999999" points="6.414,13.478 7.686,14.315 9.457,13.259 6.295,11.237 6.414,13.478 "/> <polygon fill="%23999999" points="11.224,8.46 11.266,10.658 12.535,11.438 14.394,10.342 "/> <polyline fill="%23676767" points="20.392,24.444 18.117,26.11 18.048,28.509 20.291,26.821 20.392,24.444 "/> <polyline fill="%23676767" points="25.528,20.663 23.443,22.203 23.285,24.562 25.344,23.006 25.528,20.663 "/> <polygon fill="%23676767" points="28.337,18.596 28.111,20.924 30.001,19.491 30.262,17.185 "/> <polyline fill="%23CCCCCC" points="17.364,18.312 23.443,22.203 25.528,20.663 21.187,17.977 19.462,16.909 17.364,18.312 "/> <polyline fill="%23CCCCCC" points="24.583,13.92 24.23,13.72 22.29,15.018 28.337,18.596 30.262,17.185 24.583,13.92 "/> <polyline fill="%23CCCCCC" points="16.034,21.524 14.302,20.363 12.027,21.885 13.757,23.08 13.757,23.09 18.117,26.11 20.392,24.444 16.034,21.524 "/> <polyline fill="%23CCCCCC" points="5.05,17.043 4.974,15.913 6.406,15.068 3.252,12.959 0.993,14.231 5.05,17.043 "/> <polyline fill="%23CCCCCC" points="13.172,7.354 11.224,8.46 14.394,10.342 16.342,9.186 13.172,7.354 "/> <polygon fill="%23CCCCCC" points="11.558,12.014 8.396,10.058 6.295,11.237 9.457,13.259 "/> <path fill="%23a58d00" d="M14.302,20.363l1.732,1.161l1.28-0.885l0.05-2.327l2.098-1.403l1.725,1.069l0.987-0.677h-0.011l0.126-2.283 l1.94-1.298l0.353,0.2l0.182-2.793L11.04,20.071l0.108,4.808l0.929-0.635h-0.008l-0.042-2.359L14.302,20.363z"/> <path fill="%23ccaa00" d="M4.974,15.913l0.076,1.129l0.142,2.306l0.084,1.29l5.871,4.239l-0.108-4.808L4.974,15.913z"/> <path fill="%23f9e100" d="M14.394,10.342l-1.859,1.095l-0.977,0.577l-2.101,1.245l-1.772,1.056l-1.28,0.753l-1.432,0.845l6.066,4.157 l13.725-8.944l-6.048-3.354l-2.375,1.414L14.394,10.342z"/> </svg>');
}
.yellow.icon-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.6991" y1="1059.3348" x2="28.839" y2="1059.3348" gradientTransform="matrix(1 0 0 -1 0 1079)"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23515151"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.5,24.521c-0.025-0.023-0.049-0.047-0.071-0.071c-0.279-0.273-0.48-0.569-0.602-0.888l-0.01,2.531 c-0.045,0.709,0.207,1.339,0.755,1.888v-0.01c1.2,1.137,2.429,1.137,3.685,0l-0.01,0.01l8.737-9.227h0.01 c0.986-0.996,3.657-1.758,8.013-2.286l1.235-0.388c1.528-0.758,2.355-2.055,2.48-3.889v-0.01c0.006-0.039,0.01-0.076,0.01-0.112 v-1.562c-0.111,0.578-0.315,1.088-0.612,1.531c-0.424,0.632-1.033,1.132-1.827,1.5l-1.276,0.357 c-4.321,0.483-6.971,1.181-7.951,2.092l-8.737,8.533c-0.276,0.23-0.552,0.411-0.827,0.541c-0.715,0.35-1.423,0.364-2.123,0.041 C5.086,24.971,4.793,24.777,4.5,24.521z"/> <path fill="%23CCCCCC" d="M25.782,4.678c-1.395-0.794-2.82-1.046-4.277-0.755c-1.665,0.363-2.884,1.581-3.654,3.654v-0.01 c-0.133,0.488-0.395,1.369-0.786,2.644c0.002,0.003,0.002,0.007,0,0.01c-0.528,1.286-1.29,2.385-2.286,3.297 c-0.003,0.005-0.007,0.009-0.01,0.01c0,0-9.869,7.722-10.272,8.12c-0.756,0.746-0.735,1.577-0.67,1.913 c0.065,0.335,0.323,0.615,0.602,0.888c0.023,0.025,0.047,0.049,0.071,0.071c0.293,0.256,0.585,0.45,0.878,0.582 c0.7,0.323,1.408,0.31,2.123-0.041c0.275-0.13,0.55-0.311,0.827-0.541l8.737-8.533c0.98-0.912,3.63-1.609,7.951-2.092l1.276-0.357 c0.794-0.368,1.403-0.869,1.827-1.5c0.297-0.443,0.502-0.953,0.612-1.531l0.01-0.949c0-0.01,0-0.02,0-0.031l-3.981,1.919 c-0.013,0.008-0.03,0.011-0.051,0.01c-0.013-0.001-0.027-0.008-0.041-0.02l-2.838-1.715c-0.018-0.006-0.031-0.02-0.041-0.041 c-0.009-0.016-0.013-0.037-0.01-0.061V9.578l-0.194-0.122l0.49-3.266L25.782,4.678"/> <ellipse fill="%23676767" cx="6.536" cy="22.865" rx="1.547" ry="1.334"/> <path fill="%23676767" d="M22.036,8.128l0.041-0.02V6.189l-0.49,3.266l0.194,0.122L21.975,8.2c0.003-0.014,0.009-0.027,0.02-0.041 C22.006,8.145,22.02,8.135,22.036,8.128z"/> <path fill="%23676767" d="M25.802,4.689c-0.005,0.001-0.012-0.003-0.02-0.01l-3.705,1.511v1.919l3.726-1.623V4.689z"/> </svg>');
}
.yellow.icon-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <path fill="%23f9e100" d="M9.253,8.618c0.335-0.003,0.711,0.046,1.115,0.142c1.227,0.294,2.586,1.011,3.821,2.024 c2.48,2.031,3.677,4.594,2.664,5.717c-0.317,0.353-0.813,0.523-1.421,0.529c-1.337,0.013-3.216-0.772-4.922-2.169 c-1.233-1.007-2.185-2.176-2.681-3.29c-0.463-1.044-0.462-1.91,0.015-2.433C8.153,8.8,8.637,8.625,9.253,8.618z"/> </g> <path fill="%23ccaa00" d="M23.465,12.679c0.155-3.182-2.962-6.169-5.287-7.846c-2.215-1.597-6.975-4.248-9.491-1.867 c-1.002,0.949-1.724,2.348-2.52,3.471c1.157-1.632,3.663-1.272,5.297-0.775c2.049,0.623,3.956,1.771,5.579,3.154 c1.894,1.614,5.455,5.62,3.736,8.429C21.604,15.899,23.389,14.346,23.465,12.679z"/> <path fill="%23005673" d="M16.616,8.458c3.922,3.111,5.702,7.159,3.968,9.028c-0.575,0.618-1.475,0.923-2.557,0.933 c-2.164,0.021-5.081-1.121-7.688-3.195c-1.864-1.483-3.309-3.209-4.07-4.878C5.472,8.6,5.506,7.127,6.364,6.196 c0.572-0.616,1.453-0.933,2.56-0.944c0.566-0.005,1.191,0.069,1.865,0.225C12.684,5.924,14.756,6.982,16.616,8.458z M19.024,16.24 c1.248-1.343-0.226-4.408-3.281-6.837c-1.522-1.211-3.196-2.069-4.707-2.42c-0.498-0.115-0.962-0.174-1.374-0.17 C8.904,6.82,8.308,7.03,7.928,7.435c-0.587,0.626-0.589,1.661-0.018,2.91c0.61,1.333,1.783,2.73,3.302,3.934 c2.101,1.671,4.415,2.61,6.062,2.594C18.023,16.866,18.633,16.662,19.024,16.24"/> <path fill="%23676767" d="M27.209,25.817c-0.002,0.007-0.002,0.013-0.003,0.02c-0.021,0.084-0.053,0.167-0.091,0.249 c-0.014,0.029-0.031,0.058-0.047,0.087c-0.029,0.054-0.059,0.107-0.095,0.16c-0.028,0.041-0.06,0.081-0.091,0.122 c-0.034,0.043-0.068,0.086-0.106,0.128c-0.059,0.065-0.125,0.129-0.194,0.192c-0.029,0.027-0.056,0.054-0.087,0.081 c-0.154,0.131-0.333,0.256-0.528,0.377c-0.035,0.021-0.068,0.043-0.104,0.064c-0.16,0.094-0.33,0.186-0.514,0.272 c-0.021,0.01-0.045,0.019-0.067,0.029c-0.167,0.077-0.345,0.15-0.53,0.22c-0.057,0.022-0.115,0.043-0.173,0.064 c-0.192,0.068-0.39,0.133-0.598,0.194c-0.025,0.007-0.048,0.016-0.074,0.023c-0.231,0.066-0.474,0.125-0.723,0.18 c-0.049,0.011-0.1,0.021-0.15,0.031c-0.435,0.091-0.894,0.166-1.374,0.222c-0.046,0.005-0.092,0.012-0.138,0.017 c-0.254,0.027-0.511,0.051-0.775,0.067c-0.166,0.01-0.33,0.015-0.495,0.02c-0.266,0.009-0.529,0.013-0.789,0.01 c-0.048,0-0.096,0.001-0.144,0c-0.282-0.005-0.561-0.018-0.834-0.037c-0.078-0.005-0.155-0.013-0.233-0.02 c-0.184-0.015-0.367-0.033-0.546-0.054c-0.091-0.011-0.182-0.023-0.271-0.035c-0.16-0.022-0.318-0.046-0.473-0.073 c-0.085-0.015-0.171-0.029-0.255-0.045c-0.17-0.032-0.335-0.068-0.497-0.106c-0.061-0.014-0.124-0.027-0.183-0.042 c-0.225-0.056-0.442-0.117-0.65-0.183c-0.037-0.012-0.071-0.025-0.108-0.037c-0.194-0.065-0.378-0.134-0.554-0.207 c-0.052-0.022-0.105-0.044-0.156-0.066c-0.219-0.097-0.423-0.199-0.608-0.308c-0.027-0.016-0.05-0.033-0.076-0.049 c-0.166-0.103-0.314-0.21-0.448-0.322c-0.025-0.021-0.053-0.041-0.076-0.063c-0.136-0.122-0.25-0.251-0.344-0.383 c-0.02-0.028-0.038-0.057-0.056-0.086c-0.088-0.138-0.16-0.28-0.198-0.427c-0.031-0.119-0.044-0.237-0.041-0.354l-0.026,0.97 c-0.003,0.117,0.01,0.235,0.041,0.354c0.038,0.147,0.111,0.289,0.198,0.427c0.018,0.029,0.035,0.058,0.056,0.086 c0.094,0.132,0.208,0.261,0.345,0.383c0.024,0.021,0.051,0.042,0.076,0.063c0.133,0.112,0.281,0.219,0.447,0.322 c0.027,0.017,0.05,0.034,0.078,0.05c0.184,0.109,0.389,0.211,0.607,0.308c0.022,0.01,0.039,0.021,0.061,0.031 c0.03,0.013,0.065,0.023,0.095,0.036c0.175,0.073,0.358,0.141,0.551,0.205c0.028,0.009,0.052,0.021,0.081,0.03 c0.01,0.003,0.021,0.005,0.03,0.009c0.207,0.066,0.423,0.127,0.648,0.183c0.012,0.003,0.024,0.007,0.036,0.01 c0.048,0.012,0.101,0.021,0.15,0.032c0.162,0.038,0.326,0.073,0.496,0.106c0.032,0.006,0.062,0.014,0.094,0.02 c0.051,0.009,0.107,0.016,0.159,0.024c0.156,0.027,0.314,0.051,0.475,0.073c0.051,0.007,0.098,0.016,0.149,0.023 c0.039,0.005,0.081,0.007,0.12,0.012c0.18,0.021,0.363,0.039,0.548,0.054c0.059,0.005,0.115,0.013,0.174,0.017 c0.019,0.001,0.039,0.001,0.058,0.003c0.274,0.019,0.552,0.031,0.835,0.037c0.011,0,0.021,0.001,0.032,0.001 c0.035,0.001,0.071-0.002,0.106-0.001c0.262,0.003,0.528-0.001,0.796-0.01c0.046-0.002,0.09,0,0.136-0.002 c0.118-0.005,0.237-0.011,0.357-0.019c0.265-0.016,0.523-0.04,0.777-0.067c0.023-0.003,0.048-0.004,0.071-0.006 c0.022-0.003,0.042-0.008,0.064-0.01c0.481-0.056,0.941-0.131,1.377-0.222c0.021-0.005,0.046-0.006,0.068-0.011 c0.027-0.006,0.052-0.014,0.079-0.02c0.25-0.055,0.493-0.115,0.725-0.18c0.025-0.007,0.048-0.015,0.073-0.023 c0.208-0.061,0.407-0.126,0.599-0.194c0.059-0.021,0.116-0.042,0.173-0.063c0.184-0.07,0.361-0.142,0.527-0.219 c0.023-0.01,0.048-0.02,0.07-0.031c0.184-0.086,0.353-0.178,0.513-0.272c0.017-0.01,0.038-0.019,0.055-0.029 c0.019-0.011,0.031-0.024,0.05-0.036c0.195-0.121,0.374-0.246,0.528-0.377c0.005-0.005,0.013-0.009,0.018-0.013 c0.026-0.022,0.044-0.045,0.068-0.067c0.069-0.063,0.135-0.127,0.194-0.192c0.012-0.013,0.028-0.026,0.039-0.039 c0.025-0.029,0.044-0.059,0.067-0.089c0.032-0.04,0.064-0.081,0.091-0.122c0.01-0.014,0.023-0.028,0.032-0.043 c0.025-0.039,0.042-0.079,0.063-0.118c0.015-0.029,0.033-0.057,0.046-0.086c0.004-0.009,0.01-0.017,0.014-0.026 c0.032-0.072,0.057-0.146,0.076-0.219c0-0.001,0-0.002,0.001-0.004c0.002-0.007,0.002-0.013,0.003-0.02 c0.015-0.064,0.028-0.129,0.033-0.194c0.002-0.022,0.003-0.045,0.004-0.067l0.026-0.97C27.243,25.644,27.229,25.731,27.209,25.817z" /> <g> <path fill="%23CCCCCC" d="M19.202,22.692c3.989-0.249,7.576,0.876,8.002,2.511c0.426,1.635-2.469,3.163-6.458,3.412 c-3.989,0.249-7.567-0.877-7.993-2.512C12.327,24.469,15.213,22.941,19.202,22.692z"/> </g> <ellipse fill="%23676767" cx="19.79" cy="25.582" rx="2.106" ry="1.049"/> <path fill="%23999999" d="M18.335,25.61l-5.11-3.502c-0.247-0.178-0.4-0.459-0.416-0.764c-0.015-0.304,0.109-0.599,0.339-0.8 l2.749-2.416c0,0,1.415,0.292,2.745,0.25c-1.061,0.937-3.228,2.837-3.228,2.837l5.5,3.799c0,0,0.334,0.913-0.575,1.071 C18.892,26.337,18.335,25.61,18.335,25.61z"/> <circle fill="%23CCCCCC" cx="14.335" cy="21.253" r="1.649"/> </svg>');
}
.yellow.icon-replace{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23f9e100" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%23ccaa00" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%23f9e100" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%23ccaa00" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%23f9e100" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%23a58d00" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.yellow.icon-clean{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.206,14.245l0.007-0.425l0.18-9.21l-2.475,1.223l-0.029,9.756L18.206,14.245 M21.559,18.598l0.151-0.094 l0.13-2.684l-3.079,1.907l-0.065,2.72L21.559,18.598z"/> <polyline fill="%23999999" points="15.918,5.834 12.615,4.215 12.745,10.806 12.809,13.806 15.889,15.591 15.918,5.834 "/> <polygon fill="%23999999" points="9.615,14.929 9.86,15.073 18.436,20.289 18.695,20.447 18.76,17.728 9.5,12.324 "/> <polyline fill="%23CCCCCC" points="15.09,3.064 12.615,4.215 15.918,5.834 18.393,4.611 15.09,3.064 "/> <polygon fill="%23CCCCCC" points="12.745,10.806 12.579,10.712 9.5,12.324 18.76,17.728 21.839,15.821 18.213,13.821 18.206,14.245 15.889,15.591 12.809,13.806 "/> <path fill="%23a58d00" d="M18.695,20.447l-0.259-0.158l2.216,9.051l5.044-3.734l-4.137-7.008L18.695,20.447z"/> <path fill="%23f9e100" d="M9.86,15.073l-3.727,4.475l14.519,9.792l-2.216-9.051L9.86,15.073z"/> </svg>');
}
.yellow.icon-system{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%23a58d00" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%23a58d00" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%23a58d00" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%23f9e100" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%23f9e100" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%23f9e100" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%23f9e100" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%23a58d00" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%23ccaa00" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%23f9e100" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%23a58d00" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%23ccaa00" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.yellow.icon-print{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="21.514,12.171 21.514,12.171 16.537,10.013 3.823,15.522 16.53,22.819 29.239,15.522 "/> <polygon fill="%23999999" points="16.53,29.726 16.53,22.819 3.823,15.522 4.556,21.797 "/> <polygon fill="%23676767" points="28.512,21.797 29.239,15.522 16.53,22.819 16.53,29.726 "/> <polygon fill="%23676767" points="14.615,11.874 10.4,13.8 20.55,18.745 24.331,16.769 "/> <polygon fill="%23a58d00" points="24.331,12.276 23.698,12.47 21.489,17.617 22.325,17.025 "/> <polyline fill="%23ccaa00" points="22.115,8.301 14.905,5.022 12.558,13.261 21.489,17.617 23.698,12.47 22.115,8.301 "/> <polygon fill="%23ccaa00" points="22.92,8.1 22.115,8.301 23.698,12.47 24.331,12.276 "/> <polygon fill="%23f9e100" points="15.943,4.921 14.833,4.985 22.115,8.301 22.92,8.1 "/> <polyline fill="%23f9e100" points="23.698,12.47 22.115,8.301 20.027,11.084 23.698,12.47 "/> <path fill="%23999999" d="M4.126,18.112l0.482,4.685l8.738,5.75v-5.056L4.126,18.112z"/> <polygon fill="%23676767" points="13.347,28.546 14.134,28.029 14.134,23.124 13.346,23.491 "/> <polygon fill="%23CCCCCC" points="14.134,23.124 13.346,23.491 4.126,18.112 4.863,17.833 "/> </svg>');
}
.purple.icon-display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="9.568,22.518 7.379,24.124 19.939,30.502 21.918,28.532 "/> <polygon fill="%23676767" points="27.525,9.371 25.817,10.529 24.687,29.88 26.184,28.614 "/> <polyline fill="%23676767" points="7.883,6.027 6.124,5.377 6.836,19.735 7.075,19.571 7.083,19.577 8.356,18.721 7.884,6.136 "/> <polyline fill="%23CCCCCC" points="8.356,18.721 7.083,19.577 6.836,19.742 23.062,27.215 23.151,25.217 8.356,18.721 "/> <polygon fill="%23CCCCCC" points="25.817,10.529 27.525,9.371 6.229,1.844 4.514,2.741 "/> <path fill="%23999999" d="M4.514,2.741l1.063,17.834l19.109,9.305l1.131-19.351L4.514,2.741z M23.062,27.215L6.836,19.742L6.124,5.377 l17.619,6.516L23.062,27.215z"/> <polygon fill="%23676767" points="10.842,23.138 18.203,26.723 18.203,28.099 10.842,24.342 "/> <polygon fill="%23FF66FF" points="7.883,6.027 8.356,18.721 23.151,25.217 23.743,11.893 "/> <polygon fill="%23676767" points="18.203,28.099 19.341,27.277 18.203,26.723 "/> </svg> ');
}
.purple.icon-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <polyline fill="%23CCCCCC" points="22.316,27.679 20.638,26.443 16.471,29.481 18.196,30.784 22.316,27.679 "/> <polyline fill="%23CCCCCC" points="26.393,24.603 24.786,23.419 21.222,26.018 22.891,27.244 26.393,24.603 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="27.2349" y1="21.2664" x2="4.4539" y2="21.2664"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.4359" style="stop-color:%23FFFFFF"/> <stop offset="0.7175" style="stop-color:%23B6B6B6"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="16.796,15.186 15.244,14.225 4.454,20.413 6.123,21.672 10.523,18.998 12.088,20.15 7.669,22.84 9.119,23.934 13.546,21.222 15.067,22.342 10.667,25.103 12.22,26.275 17.081,22.975 18.31,23.878 13.568,27.291 14.916,28.308 23.326,22.34 24.786,23.419 27.235,21.631 24.123,19.71 21.459,22.461 19.406,18.961 19.49,16.848 18.511,16.243 15.694,17.957 18.528,20.169 15.689,21.952 11.149,18.616 "/> <polyline fill="%23676767" points="26.393,24.603 28.941,22.685 27.235,21.631 24.786,23.419 26.393,24.603 "/> <polyline fill="%23676767" points="24.786,23.419 23.326,22.34 14.916,28.308 16.471,29.481 20.638,26.443 22.316,27.679 22.891,27.244 21.222,26.018 24.786,23.419 "/> <polyline fill="%23676767" points="21.459,22.461 21.939,20.525 19.406,18.961 21.459,22.461 "/> <polyline fill="%23676767" points="18.31,23.878 17.081,22.975 12.22,26.275 13.568,27.291 18.31,23.878 "/> <polyline fill="%23676767" points="15.067,22.342 13.546,21.222 9.119,23.934 10.667,25.103 15.067,22.342 "/> <polyline fill="%23676767" points="18.528,20.169 15.694,17.957 18.511,16.243 16.796,15.186 11.149,18.616 15.689,21.952 18.528,20.169 "/> <polygon fill="%23676767" points="6.123,21.672 7.669,22.84 12.088,20.15 10.523,18.998 "/> <path fill="%23990099" d="M24.123,19.71l-0.019-0.013l-2.164,0.827l-0.48,1.936L24.123,19.71z"/> <path fill="%23FF66FF" d="M22.859,6.832l-2.901-1.607L19.49,16.848l-0.084,2.113l2.533,1.564L22.859,6.832z"/> <path fill="%23990099" d="M25.654,5.146l-2.795,1.686l-0.92,13.693l2.164-0.827l0.125-0.075L25.654,5.146z"/> <path fill="%23FF99FF" d="M25.654,5.146l-2.847-1.262l-2.849,1.342l2.901,1.607L25.654,5.146z"/> </svg>');
}
.purple.icon-save{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <polyline fill="%23FF66FF" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23FF66FF" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23FF66FF" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23990099" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23990099" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23FF99FF" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.purple.icon-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%23FF66FF" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23FF66FF" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23FF66FF" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23990099" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23990099" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23FF99FF" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.purple.icon-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%23FF66FF" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23FF66FF" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23FF66FF" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23990099" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23990099" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23FF99FF" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.purple.icon-cancel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <path fill="%23FF99FF" d="M16.558,21.114c0.06-2.289-1.593-2.051-3.06-2.525c1.819,0.588,1.11,3.411,0.722,4.681 c-0.659,2.162-1.749,4.203-2.894,6.143c0.446,0.144,1.802,0.582,1.802,0.582s1.307-2.156,1.564-2.673 C15.614,25.458,16.67,23.25,16.558,21.114z"/> <path fill="%23FF99FF" d="M11.507,14.415c1.713-0.414,3.758-0.86,5.451-0.313c-1.137-0.367-2.282-0.82-3.48-0.933 c-1.897-0.179-3.857,0.24-5.693,0.941c0.487,0.157,1.066,0.538,1.566,0.646C10.166,14.932,10.682,14.615,11.507,14.415z"/> <path fill="%23990099" d="M3.412,20.65c-0.482-0.156-1.301-0.42-1.894-0.612c1.574,1.117,3.149,2.232,4.724,3.348 C7.109,24,7.959,24.709,8.874,25.251c0.636,0.377,1.399,0.534,2.106,0.762C8.757,24.438,5.635,22.224,3.412,20.65z"/> <g> <path fill="%23FF99FF" d="M3.412,20.65c-0.631-0.204-1.262-0.408-1.894-0.612c1.197-2.178,5.837-10.42,5.837-10.42 s1.408,0.455,1.802,0.582C7.242,13.683,5.327,17.166,3.412,20.65z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.4117" y1="20.0971" x2="20.6753" y2="20.0971"> <stop offset="0" style="stop-color:%23FF66FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.157,10.2c0.174,1.508,0.348,3.015,0.521,4.523c3.538-1.35,9.279-1.806,10.695,2.701 c1.611,5.127-3.567,9.884-7.246,12.572c1.032-1.748,2.055-3.528,2.713-5.456c0.448-1.311,1.144-3.507,0.225-4.788 c-1.18-1.647-3.659,0.02-4.776,0.884c-0.829,0.641-0.829,0.641-0.829,0.641s0.389,3.607,0.519,4.737 c-1.595-1.13-3.191-2.26-4.786-3.39c-0.726-0.515-1.452-1.03-2.192-1.522c-0.556-0.37-0.591-0.451-0.591-0.451 s2.066-3.757,2.931-5.331C7.281,13.612,8.219,11.906,9.157,10.2z"/> </svg>');
}
.purple.icon-back{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23990099" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23990099" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%23FF99FF" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.purple.icon-skip{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23FF66FF" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23FF66FF" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23FF66FF" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23990099" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23990099" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23FF99FF" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> "/> </svg>');
}
.purple.icon-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990099" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%23FF99FF" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%23FF99FF" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%23FF66FF" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.purple.icon-restore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF99FF" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%23FF66FF" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%23FF99FF" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%23FF66FF" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%23FF99FF" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%23990099" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.purple.icon-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990099" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%23FF99FF" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%23FF99FF" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%23FF66FF" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.purple.icon-delete-all{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23999999" points="26.724,19.214 24.738,18.508 20.566,13.146 22.553,13.852 "/> </g> <polygon fill="%23CCCCCC" points="22.553,13.852 20.566,13.146 22.688,12.429 24.675,13.134 "/> <path fill="%23999999" d="M21.159,5.458c1.248,1.293,1.426,3.759,1.504,5.598c0.012,0.279-0.092,1.18,0.042,1.379 c0.069,0.103,0.498,0.177,0.594,0.211c0.459,0.163,0.918,0.326,1.376,0.489c0.007-2.102-0.039-4.746-1.152-6.485 c-0.733-1.146-2.072-1.34-3.156-1.725C20.658,5.028,20.929,5.219,21.159,5.458z"/> <path fill="%23CCCCCC" d="M18.983,6.052c1.39-2.095,3.616-3.989,5.94-3.164c-1.279-0.454-2.565-1.107-3.918-0.806 c-2.422,0.538-4.197,3.165-5.313,5.642c0.531,0.189,1.099,0.496,1.646,0.585c0.439,0.071,0.303,0.174,0.601-0.422 C18.257,7.252,18.598,6.631,18.983,6.052z"/> <path fill="%23676767" d="M23.734,2.692c2.75-0.041,5.04,3.19,4.963,8.837l2.095-0.654l-4.068,8.338l-4.172-5.362l2.122-0.717 c0.02-5.771-1.359-7.636-2.992-7.612c-1.384,0.021-2.95,1.398-4.003,2.907C19.44,4.521,21.711,2.722,23.734,2.692z"/> <polyline fill="%23990099" points="20.566,14.667 19.157,15.43 16.887,16.862 16.893,16.873 16.748,16.949 20.281,22.863 22.592,21.169 19.256,15.598 20.671,14.836 23.145,13.264 20.566,14.667 "/> <polyline fill="%23FF99FF" points="20.741,9.295 18.22,10.738 20.566,14.667 23.145,13.264 20.741,9.295 "/> <polyline fill="%23FF99FF" points="14.536,12.927 14.542,12.938 16.87,11.611 13.453,5.895 10.88,7.129 14.396,13.02 14.536,12.927 "/> <polyline fill="%23FF66FF" points="14.542,12.938 14.396,13.02 10.88,7.129 8.849,8.829 12.196,14.446 9.256,16.355 11.346,19.865 14.437,18.195 17.801,23.835 20.281,22.863 16.748,16.949 16.887,16.862 19.157,15.43 20.566,14.667 18.22,10.738 16.87,11.611 14.542,12.938 "/> <path fill="%23CCCCCC" d="M18.069,25.769c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C15.385,28.086,16.966,26.887,18.069,25.769z"/> <path fill="%23999999" d="M6.637,29.661c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C2.844,24.377,3.669,28.175,6.637,29.661z"/> <polygon fill="%23CCCCCC" points="2.761,22.709 0.357,22.004 5.28,13.665 7.683,14.371 "/> <path fill="%23676767" d="M7.683,14.371l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839l-2.535,0.654 L7.683,14.371z"/> </svg>');
}
.purple.icon-waste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.1218" y1="19.2374" x2="26.8577" y2="19.2374"> <stop offset="0" style="stop-color:%23FF66FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.147,13.307c-0.229,0.045-0.464,0.085-0.704,0.121c-0.468,0.073-0.953,0.132-1.455,0.174 c-0.03,0.003-0.061,0.005-0.093,0.007c-0.008,0.002-0.016,0.003-0.025,0.004c-1.283,0.105-2.534,0.106-3.75,0.004 c-0.01,0-0.021,0-0.032,0c-0.521-0.044-1.036-0.107-1.548-0.189c-0.237-0.039-0.473-0.082-0.708-0.128 c-0.12-0.024-0.24-0.049-0.359-0.075c-0.783-0.17-1.514-0.381-2.192-0.633c-0.248-0.093-0.49-0.193-0.726-0.299 c-0.201-0.088-0.398-0.182-0.591-0.281c-0.018-0.009-0.037-0.018-0.057-0.028c-0.381-0.201-0.714-0.4-1-0.598 c-0.064-0.045-0.125-0.09-0.185-0.135c-0.045-0.033-0.089-0.068-0.132-0.103c-0.13-0.102-0.255-0.209-0.374-0.32 c-0.184-0.177-0.352-0.364-0.505-0.562c-0.077-0.099-0.148-0.197-0.213-0.295C5.332,9.711,5.206,9.453,5.122,9.194l4.195,16.321 c0.02,0.11,0.048,0.221,0.082,0.331c0.206,0.669,0.624,1.265,1.252,1.79c0.522,0.436,1.148,0.796,1.879,1.078 c1.321,0.512,2.755,0.708,4.302,0.587c1.634-0.126,3.01-0.586,4.127-1.381c0.657-0.463,1.139-1,1.445-1.612 c0.129-0.261,0.218-0.524,0.267-0.79L26.858,9.14c-0.044,0.143-0.101,0.287-0.171,0.431c-0.063,0.13-0.136,0.258-0.217,0.384 c-0.194,0.304-0.438,0.595-0.733,0.872c-0.107,0.1-0.221,0.198-0.342,0.295c-0.104,0.085-0.214,0.168-0.331,0.249 c-0.226,0.161-0.471,0.316-0.737,0.466c-0.104,0.059-0.209,0.116-0.317,0.171c-0.414,0.218-0.853,0.415-1.316,0.591 C21.914,12.895,21.065,13.131,20.147,13.307 M8.153,13.776c0.092,0.051,0.187,0.102,0.285,0.153 c0.134,0.068,0.272,0.134,0.416,0.199c0.228,0.104,0.471,0.206,0.729,0.306c0.056,0.021,0.113,0.043,0.171,0.064 c0.413,2.08,0.805,4.043,1.174,5.889c0.059,0.297,0.117,0.59,0.174,0.879c0.047,0.228,0.092,0.454,0.135,0.676 c0.31,1.543,0.603,2.997,0.879,4.362c0.072,0.359,0.144,0.711,0.213,1.057c-1.21-0.455-2.122-1.089-2.736-1.9 c-0.076-0.334-0.152-0.667-0.228-1H9.32c0.007-0.034,0.014-0.069,0.021-0.103c-0.118-0.522-0.235-1.041-0.352-1.558 c-0.252-1.107-0.501-2.206-0.747-3.295c-0.113-0.501-0.226-1.001-0.338-1.498c-0.401-1.781-0.795-3.538-1.181-5.269 c0.109,0.103,0.221,0.203,0.338,0.299c0.107,0.088,0.217,0.174,0.331,0.256c0.194,0.142,0.398,0.275,0.612,0.398 C8.054,13.72,8.103,13.749,8.153,13.776 M22.214,14.499c0.062-0.023,0.124-0.047,0.185-0.071c0.4-0.157,0.782-0.33,1.146-0.519 c0.133-0.069,0.264-0.14,0.391-0.213c0.013-0.008,0.026-0.016,0.039-0.025c0.219-0.128,0.422-0.26,0.608-0.395 c0.121-0.085,0.235-0.172,0.342-0.26c0.114-0.091,0.221-0.184,0.32-0.278c-0.792,3.556-1.542,6.907-2.252,10.051 c-0.119,0.529-0.238,1.052-0.356,1.569c0.009,0.034,0.016,0.069,0.021,0.103h-0.046c-0.074,0.336-0.149,0.669-0.224,1 c-0.306,0.399-0.686,0.755-1.139,1.071c-0.477,0.327-1.009,0.604-1.598,0.829c0.065-0.325,0.135-0.677,0.21-1.057 c0.239-1.189,0.531-2.647,0.875-4.373c0.044-0.219,0.088-0.441,0.132-0.669c0.058-0.288,0.118-0.583,0.178-0.886 C21.391,18.645,21.78,16.686,22.214,14.499 M17.877,15.431c0.165-0.014,0.33-0.03,0.495-0.05l-0.139,5.529l-0.171,6.895 c-1.383,0.263-2.766,0.263-4.149,0l-0.178-6.888l-0.139-5.536c0.171,0.02,0.341,0.038,0.512,0.053 c0.01,0.001,0.019,0.002,0.028,0.004c1.239,0.112,2.478,0.111,3.715-0.004C17.861,15.434,17.869,15.433,17.877,15.431z"/> <path fill="none" d="M22.826,4.888c-0.804-0.372-1.722-0.674-2.754-0.904c-1.838-0.403-3.775-0.52-5.81-0.349 c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166C6.213,7.67,6.128,8.172,6.218,8.674 c0.068,0.365,0.228,0.729,0.48,1.092c0.03,0.044,0.061,0.086,0.093,0.128c0.247,0.321,0.536,0.613,0.868,0.875 c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466c0.114,0.067,0.234,0.135,0.36,0.203 c0.126,0.067,0.254,0.13,0.384,0.192c0.766,0.364,1.63,0.656,2.59,0.875c-0.269-1.859-0.571-3.942-0.904-6.248 c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235c0.004,0.002,0.007,0.003,0.011,0.003 c0.007,0.001,0.014,0.001,0.021,0c1.164,0.111,2.364,0.115,3.601,0.011c0.055-0.004,0.109-0.009,0.164-0.014 c0.007-0.001,0.014-0.002,0.021-0.004c0.002,0.001,0.003,0.001,0.004,0c0.575-0.051,1.125-0.124,1.651-0.221 c0.241-0.044,0.477-0.092,0.708-0.146c0.949-0.218,1.812-0.515,2.59-0.89c0.177-0.085,0.349-0.174,0.516-0.267 c0.356-0.197,0.672-0.406,0.95-0.626c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377 c0.123-0.236,0.207-0.472,0.253-0.708c0.131-0.677-0.059-1.351-0.569-2.021C24.656,5.968,23.873,5.379,22.826,4.888z"/> <path fill="%23FF99FF" d="M21.385,20.615c-0.109-0.082-0.222-0.161-0.338-0.238c-0.06,0.303-0.119,0.598-0.178,0.886 c0.127,0.114,0.244,0.232,0.352,0.356C21.275,21.296,21.329,20.962,21.385,20.615z"/> <path fill="%23FF99FF" d="M21.531,22.024c0.198,0.303,0.33,0.617,0.395,0.939c0.02-0.087,0.092-0.408,0.214-0.964L21.531,22.024z"/> <path fill="%23FF99FF" d="M26.263,6.514c-0.598-0.759-1.485-1.411-2.661-1.957c-0.899-0.413-1.932-0.747-3.099-1.003 c-2.061-0.448-4.233-0.574-6.515-0.377c-2.526,0.221-4.64,0.809-6.34,1.765C6.493,5.594,5.707,6.349,5.289,7.208 C4.963,7.873,4.908,8.535,5.122,9.194c0.084,0.259,0.21,0.518,0.377,0.776c0.066,0.098,0.137,0.197,0.214,0.295 c0.153,0.198,0.322,0.386,0.505,0.562c0.119,0.112,0.244,0.218,0.374,0.32c0.043,0.035,0.087,0.07,0.132,0.103 c0.06,0.045,0.122,0.09,0.185,0.135c0.286,0.198,0.619,0.397,1,0.598c0.02,0.01,0.039,0.02,0.057,0.029 c0.192,0.099,0.389,0.193,0.591,0.281c0.235,0.106,0.477,0.206,0.726,0.299c0.678,0.253,1.408,0.464,2.192,0.633 c0.12,0.026,0.239,0.051,0.359,0.075c0.236,0.046,0.471,0.089,0.708,0.128c0.511,0.082,1.027,0.144,1.548,0.189 c0.011,0,0.022,0,0.032,0c1.217,0.102,2.467,0.101,3.75-0.004c0.009-0.001,0.017-0.002,0.025-0.004 c0.031-0.002,0.062-0.004,0.093-0.007c0.502-0.043,0.987-0.101,1.455-0.174c0.24-0.036,0.475-0.076,0.705-0.121 c0.918-0.175,1.767-0.411,2.548-0.708c0.463-0.176,0.902-0.372,1.316-0.591c0.108-0.055,0.213-0.112,0.317-0.171 c0.265-0.15,0.511-0.305,0.736-0.466c0.116-0.081,0.227-0.165,0.331-0.249c0.121-0.097,0.235-0.195,0.342-0.295 c0.295-0.277,0.539-0.567,0.733-0.872c0.081-0.126,0.154-0.254,0.217-0.384c0.07-0.144,0.127-0.287,0.171-0.43 c0.032-0.098,0.057-0.195,0.075-0.292c0.002-0.002,0.003-0.005,0.003-0.007C27.087,8.058,26.863,7.282,26.263,6.514z M25.748,8.674 c-0.045,0.236-0.129,0.472-0.253,0.708c-0.065,0.128-0.14,0.254-0.224,0.377c-0.241,0.353-0.559,0.684-0.954,0.993 c-0.278,0.22-0.594,0.429-0.95,0.626c-0.167,0.093-0.339,0.182-0.516,0.267c-0.778,0.375-1.641,0.671-2.59,0.89 c-0.231,0.053-0.467,0.102-0.708,0.146c-0.526,0.096-1.076,0.17-1.651,0.221c0,0.001-0.002,0.001-0.004,0 c-0.007,0.002-0.014,0.003-0.021,0.004c-0.055,0.005-0.109,0.01-0.164,0.014c-1.237,0.104-2.437,0.1-3.601-0.011 c-0.007,0.001-0.014,0.001-0.021,0c-0.003-0.001-0.007-0.002-0.011-0.003c-0.557-0.052-1.108-0.131-1.651-0.235l-0.957-6.6 c-0.227,0.064-0.446,0.131-0.658,0.203c0.333,2.306,0.634,4.389,0.904,6.248c-0.961-0.219-1.824-0.511-2.59-0.875 c-0.13-0.062-0.259-0.125-0.384-0.192c-0.125-0.068-0.245-0.135-0.36-0.203c-0.265-0.156-0.5-0.312-0.704-0.466 c-0.006-0.005-0.013-0.01-0.021-0.014c-0.332-0.262-0.621-0.554-0.868-0.875C6.759,9.853,6.728,9.81,6.698,9.766 c-0.252-0.363-0.412-0.727-0.48-1.092C6.128,8.172,6.213,7.67,6.474,7.166C6.865,6.406,7.577,5.745,8.609,5.18 c1.523-0.844,3.407-1.359,5.654-1.544c2.035-0.171,3.972-0.055,5.81,0.349c1.032,0.23,1.95,0.531,2.754,0.904 c1.046,0.491,1.83,1.079,2.352,1.765C25.689,7.324,25.878,7.997,25.748,8.674z"/> <path fill="%23FF99FF" d="M20.389,25.984c-0.166,0.114-0.341,0.221-0.527,0.32c-0.075,0.38-0.145,0.732-0.21,1.057 c0.588-0.225,1.121-0.502,1.598-0.829c0.453-0.316,0.833-0.672,1.139-1.071l-0.897-0.548C21.222,25.314,20.854,25.671,20.389,25.984 z"/> <path fill="%23FF99FF" d="M15.995,27.204c-0.704,0-1.39-0.076-2.056-0.228l-0.025,0.829c1.383,0.263,2.766,0.263,4.149,0l-0.018-0.829 C17.378,27.128,16.695,27.204,15.995,27.204z"/> <path fill="%23FF99FF" d="M17.813,19.206c-1.212-0.206-2.424-0.206-3.636,0l-0.021,0.655c1.222-0.251,2.448-0.251,3.679,0 L17.813,19.206z"/> <path fill="%23FF99FF" d="M10.448,22.024H9.847c0.071,0.321,0.141,0.636,0.21,0.946c0.002,0,0.004-0.001,0.004-0.004 C10.126,22.643,10.255,22.329,10.448,22.024z"/> <path fill="%23FF99FF" d="M10.928,20.387c-0.115,0.074-0.226,0.151-0.334,0.231c0.056,0.346,0.111,0.679,0.164,1 c0.108-0.122,0.223-0.24,0.345-0.352C11.046,20.977,10.988,20.684,10.928,20.387z"/> <path fill="%23FF99FF" d="M11.715,26.073c-0.524-0.337-0.932-0.723-1.224-1.16l-0.897,0.548c0.614,0.811,1.526,1.445,2.736,1.9 c-0.07-0.345-0.141-0.698-0.213-1.057C11.978,26.232,11.844,26.155,11.715,26.073z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.4356" x2="25.7876" y2="18.4356"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="1" style="stop-color:%23FF66FF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M21.798,20.956c0.576-2.301,1.159-4.65,1.747-7.048c-0.364,0.19-0.746,0.363-1.146,0.519 c-0.386,2.368-0.724,4.43-1.014,6.187c-0.056,0.347-0.111,0.681-0.164,1.003c-0.108-0.124-0.226-0.242-0.352-0.356 c-0.044,0.227-0.088,0.45-0.132,0.669c0.211,0.135,0.409,0.28,0.594,0.434c0.226,0.191,0.424,0.39,0.594,0.598 c-0.065-0.323-0.197-0.636-0.395-0.939c0.061-0.241,0.121-0.483,0.181-0.726C21.741,21.185,21.77,21.071,21.798,20.956z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="8.2322" x2="25.7875" y2="8.2322"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="1" style="stop-color:%23FF66FF"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M25.178,6.653c-0.522-0.686-1.306-1.274-2.352-1.765c-0.804-0.372-1.722-0.674-2.754-0.904 c-1.838-0.403-3.775-0.52-5.81-0.349c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166 C6.213,7.67,6.128,8.172,6.218,8.674c0.068,0.365,0.228,0.729,0.48,1.092c0.06-0.369,0.21-0.733,0.448-1.092 c0.175,0.711,0.345,1.41,0.512,2.096c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466 c0.114,0.067,0.234,0.135,0.36,0.203c0.126,0.067,0.254,0.13,0.384,0.192c-0.215-1.33-0.444-2.74-0.687-4.23 c0.658-0.451,1.449-0.832,2.373-1.142c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235 l-0.075-7.315c0.006-0.001,0.012-0.002,0.018-0.004c0.005,0.001,0.01,0.001,0.014,0c1.307-0.135,2.61-0.135,3.91,0 c0.004,0,0.008,0,0.011,0c0.006,0.002,0.012,0.003,0.018,0.004l-0.075,7.312c0.575-0.051,1.125-0.124,1.651-0.221 c0.282-1.962,0.599-4.166,0.95-6.611c0.229,0.063,0.451,0.131,0.665,0.203c0.926,0.307,1.717,0.688,2.373,1.142 c-0.242,1.49-0.472,2.9-0.69,4.23c0.177-0.085,0.349-0.174,0.516-0.267c0.356-0.197,0.672-0.406,0.95-0.626 c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377c0.123-0.236,0.207-0.472,0.253-0.708 C25.878,7.997,25.689,7.324,25.178,6.653z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.1491" x2="25.7876" y2="18.1491"> <stop offset="0" style="stop-color:%23990099"/> <stop offset="1" style="stop-color:%23FF66FF"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M17.835,19.861c-1.231-0.251-2.457-0.251-3.679,0l-0.046-4.426c-0.171-0.016-0.342-0.033-0.512-0.053 l0.139,5.536c0.452-0.099,0.926-0.168,1.423-0.206c1.082-0.088,2.106-0.021,3.074,0.199l0.139-5.529 c-0.164,0.019-0.329,0.036-0.494,0.05L17.835,19.861z"/> <path fill="%23FF66FF" d="M10.181,20.96c-0.195-0.784-0.397-1.594-0.605-2.43c-0.36-1.456-0.74-2.989-1.139-4.601 c-0.098-0.05-0.193-0.101-0.285-0.153c-0.05-0.028-0.099-0.056-0.149-0.085c0.364,1.653,0.711,3.225,1.039,4.714 c0.045,0.199,0.089,0.398,0.132,0.594c0.233,1.05,0.457,2.058,0.673,3.024h0.601c-0.06-0.239-0.12-0.481-0.181-0.726 C10.239,21.186,10.21,21.074,10.181,20.96z"/> <path fill="%23990099" d="M23.976,13.67c-0.013,0.009-0.026,0.017-0.039,0.025c-0.128,0.073-0.258,0.144-0.391,0.213 c-0.588,2.398-1.171,4.748-1.747,7.048c-0.028,0.115-0.057,0.229-0.085,0.342c-0.06,0.243-0.121,0.485-0.181,0.726l0.608-0.025 C22.441,20.635,23.053,17.859,23.976,13.67 M9.584,14.435c-0.258-0.1-0.501-0.202-0.729-0.306c-0.144-0.065-0.283-0.131-0.416-0.199 c0.399,1.611,0.778,3.145,1.139,4.601c0.208,0.836,0.41,1.646,0.605,2.43c0.029,0.114,0.057,0.226,0.085,0.338 c0.061,0.245,0.122,0.487,0.181,0.726c-0.193,0.305-0.322,0.619-0.388,0.943c0.262-0.316,0.582-0.608,0.961-0.875 c0.072-0.051,0.144-0.101,0.217-0.149c-0.044-0.222-0.089-0.448-0.135-0.676c-0.123,0.113-0.238,0.23-0.345,0.352 c-0.053-0.321-0.107-0.654-0.164-1C10.306,18.862,9.969,16.801,9.584,14.435 M8.004,13.691c-0.214-0.124-0.418-0.257-0.612-0.398 c-0.114-0.082-0.224-0.168-0.331-0.256c-0.117-0.096-0.229-0.196-0.338-0.299c0.387,1.731,0.78,3.488,1.181,5.269 c0.112,0.497,0.225,0.997,0.338,1.498c0.247,1.089,0.496,2.187,0.747,3.295c0.117,0.517,0.235,1.037,0.352,1.558 c0.009,0.034,0.017,0.069,0.025,0.103c0.076,0.333,0.152,0.666,0.228,1l0.897-0.548c-0.139-0.623-0.283-1.267-0.431-1.932 c-0.001-0.003-0.002-0.006-0.004-0.011c-0.069-0.31-0.139-0.626-0.21-0.946c-0.215-0.967-0.439-1.975-0.672-3.024 c-0.043-0.197-0.086-0.395-0.132-0.594C8.714,16.916,8.368,15.344,8.004,13.691 M21.168,6.272c-0.214-0.072-0.436-0.139-0.665-0.203 c-0.351,2.445-0.668,4.649-0.95,6.611c0.241-0.044,0.477-0.092,0.708-0.146L21.168,6.272z"/> <path fill="%23FF99FF" d="M25.246,12.737c-0.099,0.094-0.206,0.186-0.32,0.278c-0.106,0.088-0.22,0.174-0.342,0.26 c-0.187,0.135-0.39,0.267-0.608,0.395c-0.922,4.189-1.534,6.965-1.836,8.329c-0.122,0.556-0.193,0.877-0.213,0.964l0,0 c-0.161,0.729-0.306,1.379-0.434,1.95l0.897,0.548c0.075-0.331,0.15-0.664,0.224-1c0.009-0.035,0.017-0.069,0.025-0.103 c0.118-0.517,0.236-1.04,0.356-1.569C23.704,19.644,24.454,16.294,25.246,12.737z"/> </svg>');
}
.purple.icon-manage{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF66FF" points="16.866,21.001 17.094,23.779 20.501,26.09 20.328,23.279 16.866,21.001 "/> <polyline fill="%23FF66FF" points="19.264,19.688 21.5,18.462 18.179,16.389 18.364,19.113 19.264,19.688 "/> <polyline fill="%23FF66FF" points="28.661,25.699 28.607,22.889 24.972,20.632 25.08,23.41 28.661,25.699 "/> <polyline fill="%23990099" points="20.328,23.279 20.501,26.09 25.08,23.41 24.972,20.632 20.328,23.279 "/> <polyline fill="%23990099" points="28.607,22.889 28.661,25.699 30.083,18.429 30.05,15.716 28.607,22.889 "/> <polyline fill="%23FF99FF" points="21.5,18.462 19.264,19.688 16.866,21.001 20.328,23.279 24.972,20.632 28.607,22.889 30.05,15.716 18.179,16.389 21.5,18.462 "/> <polyline fill="%23990099" points="14.876,26.874 3.141,27.683 3.292,30.11 14.876,29.301 14.876,26.874 "/> <polyline fill="%23990099" points="16.866,21.001 11.457,24.534 13.737,26.09 17.094,23.779 16.866,21.001 "/> <polygon fill="%23FF99FF" points="13.587,18.865 16.866,21.001 11.457,24.534 14.876,26.874 3.141,27.683 5.007,20.133 8.167,22.29 "/> <path fill="%23FF66FF" d="M17.942,15.947l2.879-1.699L14.456,1.062l-3.05,1.388L17.942,15.947z"/> <path fill="%23FF99FF" d="M11.405,2.45L5.787,8.542L9.55,10.84l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L11.405,2.45z"/> <path fill="%23990099" d="M13.594,13.301l-0.007,5.565l2.769-1.637l0.044-2.219L13.594,13.301z"/> </svg> ');
}
.purple.icon-debug{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.048,28.509 18.117,26.11 13.757,23.09 13.757,23.08 12.027,21.885 12.069,24.244 12.077,24.244 18.048,28.509 "/> <polyline fill="%23999999" points="17.364,18.312 17.314,20.639 23.285,24.562 23.443,22.203 17.364,18.312 "/> <polyline fill="%23999999" points="22.29,15.018 22.163,17.301 22.174,17.301 28.111,20.924 28.337,18.596 22.29,15.018 "/> <polyline fill="%23999999" points="0.993,14.231 1.201,16.506 5.192,19.349 5.05,17.043 0.993,14.231 "/> <polyline fill="%23999999" points="6.414,13.478 7.686,14.315 9.457,13.259 6.295,11.237 6.414,13.478 "/> <polygon fill="%23999999" points="11.224,8.46 11.266,10.658 12.535,11.438 14.394,10.342 "/> <polyline fill="%23676767" points="20.392,24.444 18.117,26.11 18.048,28.509 20.291,26.821 20.392,24.444 "/> <polyline fill="%23676767" points="25.528,20.663 23.443,22.203 23.285,24.562 25.344,23.006 25.528,20.663 "/> <polygon fill="%23676767" points="28.337,18.596 28.111,20.924 30.001,19.491 30.262,17.185 "/> <polyline fill="%23CCCCCC" points="17.364,18.312 23.443,22.203 25.528,20.663 21.187,17.977 19.462,16.909 17.364,18.312 "/> <polyline fill="%23CCCCCC" points="24.583,13.92 24.23,13.72 22.29,15.018 28.337,18.596 30.262,17.185 24.583,13.92 "/> <polyline fill="%23CCCCCC" points="16.034,21.524 14.302,20.363 12.027,21.885 13.757,23.08 13.757,23.09 18.117,26.11 20.392,24.444 16.034,21.524 "/> <polyline fill="%23CCCCCC" points="5.05,17.043 4.974,15.913 6.406,15.068 3.252,12.959 0.993,14.231 5.05,17.043 "/> <polyline fill="%23CCCCCC" points="13.172,7.354 11.224,8.46 14.394,10.342 16.342,9.186 13.172,7.354 "/> <polygon fill="%23CCCCCC" points="11.558,12.014 8.396,10.058 6.295,11.237 9.457,13.259 "/> <path fill="%23990099" d="M14.302,20.363l1.732,1.161l1.28-0.885l0.05-2.327l2.098-1.403l1.725,1.069l0.987-0.677h-0.011l0.126-2.283 l1.94-1.298l0.353,0.2l0.182-2.793L11.04,20.071l0.108,4.808l0.929-0.635h-0.008l-0.042-2.359L14.302,20.363z"/> <path fill="%23FF66FF" d="M4.974,15.913l0.076,1.129l0.142,2.306l0.084,1.29l5.871,4.239l-0.108-4.808L4.974,15.913z"/> <path fill="%23FF99FF" d="M14.394,10.342l-1.859,1.095l-0.977,0.577l-2.101,1.245l-1.772,1.056l-1.28,0.753l-1.432,0.845l6.066,4.157 l13.725-8.944l-6.048-3.354l-2.375,1.414L14.394,10.342z"/> </svg>');
}
.purple.icon-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.6991" y1="1059.3348" x2="28.839" y2="1059.3348" gradientTransform="matrix(1 0 0 -1 0 1079)"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23515151"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.5,24.521c-0.025-0.023-0.049-0.047-0.071-0.071c-0.279-0.273-0.48-0.569-0.602-0.888l-0.01,2.531 c-0.045,0.709,0.207,1.339,0.755,1.888v-0.01c1.2,1.137,2.429,1.137,3.685,0l-0.01,0.01l8.737-9.227h0.01 c0.986-0.996,3.657-1.758,8.013-2.286l1.235-0.388c1.528-0.758,2.355-2.055,2.48-3.889v-0.01c0.006-0.039,0.01-0.076,0.01-0.112 v-1.562c-0.111,0.578-0.315,1.088-0.612,1.531c-0.424,0.632-1.033,1.132-1.827,1.5l-1.276,0.357 c-4.321,0.483-6.971,1.181-7.951,2.092l-8.737,8.533c-0.276,0.23-0.552,0.411-0.827,0.541c-0.715,0.35-1.423,0.364-2.123,0.041 C5.086,24.971,4.793,24.777,4.5,24.521z"/> <path fill="%23CCCCCC" d="M25.782,4.678c-1.395-0.794-2.82-1.046-4.277-0.755c-1.665,0.363-2.884,1.581-3.654,3.654v-0.01 c-0.133,0.488-0.395,1.369-0.786,2.644c0.002,0.003,0.002,0.007,0,0.01c-0.528,1.286-1.29,2.385-2.286,3.297 c-0.003,0.005-0.007,0.009-0.01,0.01c0,0-9.869,7.722-10.272,8.12c-0.756,0.746-0.735,1.577-0.67,1.913 c0.065,0.335,0.323,0.615,0.602,0.888c0.023,0.025,0.047,0.049,0.071,0.071c0.293,0.256,0.585,0.45,0.878,0.582 c0.7,0.323,1.408,0.31,2.123-0.041c0.275-0.13,0.55-0.311,0.827-0.541l8.737-8.533c0.98-0.912,3.63-1.609,7.951-2.092l1.276-0.357 c0.794-0.368,1.403-0.869,1.827-1.5c0.297-0.443,0.502-0.953,0.612-1.531l0.01-0.949c0-0.01,0-0.02,0-0.031l-3.981,1.919 c-0.013,0.008-0.03,0.011-0.051,0.01c-0.013-0.001-0.027-0.008-0.041-0.02l-2.838-1.715c-0.018-0.006-0.031-0.02-0.041-0.041 c-0.009-0.016-0.013-0.037-0.01-0.061V9.578l-0.194-0.122l0.49-3.266L25.782,4.678"/> <ellipse fill="%23676767" cx="6.536" cy="22.865" rx="1.547" ry="1.334"/> <path fill="%23676767" d="M22.036,8.128l0.041-0.02V6.189l-0.49,3.266l0.194,0.122L21.975,8.2c0.003-0.014,0.009-0.027,0.02-0.041 C22.006,8.145,22.02,8.135,22.036,8.128z"/> <path fill="%23676767" d="M25.802,4.689c-0.005,0.001-0.012-0.003-0.02-0.01l-3.705,1.511v1.919l3.726-1.623V4.689z"/> </svg>');
}
.purple.icon-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <path fill="%23FF99FF" d="M9.253,8.618c0.335-0.003,0.711,0.046,1.115,0.142c1.227,0.294,2.586,1.011,3.821,2.024 c2.48,2.031,3.677,4.594,2.664,5.717c-0.317,0.353-0.813,0.523-1.421,0.529c-1.337,0.013-3.216-0.772-4.922-2.169 c-1.233-1.007-2.185-2.176-2.681-3.29c-0.463-1.044-0.462-1.91,0.015-2.433C8.153,8.8,8.637,8.625,9.253,8.618z"/> </g> <path fill="%23FF66FF" d="M23.465,12.679c0.155-3.182-2.962-6.169-5.287-7.846c-2.215-1.597-6.975-4.248-9.491-1.867 c-1.002,0.949-1.724,2.348-2.52,3.471c1.157-1.632,3.663-1.272,5.297-0.775c2.049,0.623,3.956,1.771,5.579,3.154 c1.894,1.614,5.455,5.62,3.736,8.429C21.604,15.899,23.389,14.346,23.465,12.679z"/> <path fill="%23005673" d="M16.616,8.458c3.922,3.111,5.702,7.159,3.968,9.028c-0.575,0.618-1.475,0.923-2.557,0.933 c-2.164,0.021-5.081-1.121-7.688-3.195c-1.864-1.483-3.309-3.209-4.07-4.878C5.472,8.6,5.506,7.127,6.364,6.196 c0.572-0.616,1.453-0.933,2.56-0.944c0.566-0.005,1.191,0.069,1.865,0.225C12.684,5.924,14.756,6.982,16.616,8.458z M19.024,16.24 c1.248-1.343-0.226-4.408-3.281-6.837c-1.522-1.211-3.196-2.069-4.707-2.42c-0.498-0.115-0.962-0.174-1.374-0.17 C8.904,6.82,8.308,7.03,7.928,7.435c-0.587,0.626-0.589,1.661-0.018,2.91c0.61,1.333,1.783,2.73,3.302,3.934 c2.101,1.671,4.415,2.61,6.062,2.594C18.023,16.866,18.633,16.662,19.024,16.24"/> <path fill="%23676767" d="M27.209,25.817c-0.002,0.007-0.002,0.013-0.003,0.02c-0.021,0.084-0.053,0.167-0.091,0.249 c-0.014,0.029-0.031,0.058-0.047,0.087c-0.029,0.054-0.059,0.107-0.095,0.16c-0.028,0.041-0.06,0.081-0.091,0.122 c-0.034,0.043-0.068,0.086-0.106,0.128c-0.059,0.065-0.125,0.129-0.194,0.192c-0.029,0.027-0.056,0.054-0.087,0.081 c-0.154,0.131-0.333,0.256-0.528,0.377c-0.035,0.021-0.068,0.043-0.104,0.064c-0.16,0.094-0.33,0.186-0.514,0.272 c-0.021,0.01-0.045,0.019-0.067,0.029c-0.167,0.077-0.345,0.15-0.53,0.22c-0.057,0.022-0.115,0.043-0.173,0.064 c-0.192,0.068-0.39,0.133-0.598,0.194c-0.025,0.007-0.048,0.016-0.074,0.023c-0.231,0.066-0.474,0.125-0.723,0.18 c-0.049,0.011-0.1,0.021-0.15,0.031c-0.435,0.091-0.894,0.166-1.374,0.222c-0.046,0.005-0.092,0.012-0.138,0.017 c-0.254,0.027-0.511,0.051-0.775,0.067c-0.166,0.01-0.33,0.015-0.495,0.02c-0.266,0.009-0.529,0.013-0.789,0.01 c-0.048,0-0.096,0.001-0.144,0c-0.282-0.005-0.561-0.018-0.834-0.037c-0.078-0.005-0.155-0.013-0.233-0.02 c-0.184-0.015-0.367-0.033-0.546-0.054c-0.091-0.011-0.182-0.023-0.271-0.035c-0.16-0.022-0.318-0.046-0.473-0.073 c-0.085-0.015-0.171-0.029-0.255-0.045c-0.17-0.032-0.335-0.068-0.497-0.106c-0.061-0.014-0.124-0.027-0.183-0.042 c-0.225-0.056-0.442-0.117-0.65-0.183c-0.037-0.012-0.071-0.025-0.108-0.037c-0.194-0.065-0.378-0.134-0.554-0.207 c-0.052-0.022-0.105-0.044-0.156-0.066c-0.219-0.097-0.423-0.199-0.608-0.308c-0.027-0.016-0.05-0.033-0.076-0.049 c-0.166-0.103-0.314-0.21-0.448-0.322c-0.025-0.021-0.053-0.041-0.076-0.063c-0.136-0.122-0.25-0.251-0.344-0.383 c-0.02-0.028-0.038-0.057-0.056-0.086c-0.088-0.138-0.16-0.28-0.198-0.427c-0.031-0.119-0.044-0.237-0.041-0.354l-0.026,0.97 c-0.003,0.117,0.01,0.235,0.041,0.354c0.038,0.147,0.111,0.289,0.198,0.427c0.018,0.029,0.035,0.058,0.056,0.086 c0.094,0.132,0.208,0.261,0.345,0.383c0.024,0.021,0.051,0.042,0.076,0.063c0.133,0.112,0.281,0.219,0.447,0.322 c0.027,0.017,0.05,0.034,0.078,0.05c0.184,0.109,0.389,0.211,0.607,0.308c0.022,0.01,0.039,0.021,0.061,0.031 c0.03,0.013,0.065,0.023,0.095,0.036c0.175,0.073,0.358,0.141,0.551,0.205c0.028,0.009,0.052,0.021,0.081,0.03 c0.01,0.003,0.021,0.005,0.03,0.009c0.207,0.066,0.423,0.127,0.648,0.183c0.012,0.003,0.024,0.007,0.036,0.01 c0.048,0.012,0.101,0.021,0.15,0.032c0.162,0.038,0.326,0.073,0.496,0.106c0.032,0.006,0.062,0.014,0.094,0.02 c0.051,0.009,0.107,0.016,0.159,0.024c0.156,0.027,0.314,0.051,0.475,0.073c0.051,0.007,0.098,0.016,0.149,0.023 c0.039,0.005,0.081,0.007,0.12,0.012c0.18,0.021,0.363,0.039,0.548,0.054c0.059,0.005,0.115,0.013,0.174,0.017 c0.019,0.001,0.039,0.001,0.058,0.003c0.274,0.019,0.552,0.031,0.835,0.037c0.011,0,0.021,0.001,0.032,0.001 c0.035,0.001,0.071-0.002,0.106-0.001c0.262,0.003,0.528-0.001,0.796-0.01c0.046-0.002,0.09,0,0.136-0.002 c0.118-0.005,0.237-0.011,0.357-0.019c0.265-0.016,0.523-0.04,0.777-0.067c0.023-0.003,0.048-0.004,0.071-0.006 c0.022-0.003,0.042-0.008,0.064-0.01c0.481-0.056,0.941-0.131,1.377-0.222c0.021-0.005,0.046-0.006,0.068-0.011 c0.027-0.006,0.052-0.014,0.079-0.02c0.25-0.055,0.493-0.115,0.725-0.18c0.025-0.007,0.048-0.015,0.073-0.023 c0.208-0.061,0.407-0.126,0.599-0.194c0.059-0.021,0.116-0.042,0.173-0.063c0.184-0.07,0.361-0.142,0.527-0.219 c0.023-0.01,0.048-0.02,0.07-0.031c0.184-0.086,0.353-0.178,0.513-0.272c0.017-0.01,0.038-0.019,0.055-0.029 c0.019-0.011,0.031-0.024,0.05-0.036c0.195-0.121,0.374-0.246,0.528-0.377c0.005-0.005,0.013-0.009,0.018-0.013 c0.026-0.022,0.044-0.045,0.068-0.067c0.069-0.063,0.135-0.127,0.194-0.192c0.012-0.013,0.028-0.026,0.039-0.039 c0.025-0.029,0.044-0.059,0.067-0.089c0.032-0.04,0.064-0.081,0.091-0.122c0.01-0.014,0.023-0.028,0.032-0.043 c0.025-0.039,0.042-0.079,0.063-0.118c0.015-0.029,0.033-0.057,0.046-0.086c0.004-0.009,0.01-0.017,0.014-0.026 c0.032-0.072,0.057-0.146,0.076-0.219c0-0.001,0-0.002,0.001-0.004c0.002-0.007,0.002-0.013,0.003-0.02 c0.015-0.064,0.028-0.129,0.033-0.194c0.002-0.022,0.003-0.045,0.004-0.067l0.026-0.97C27.243,25.644,27.229,25.731,27.209,25.817z" /> <g> <path fill="%23CCCCCC" d="M19.202,22.692c3.989-0.249,7.576,0.876,8.002,2.511c0.426,1.635-2.469,3.163-6.458,3.412 c-3.989,0.249-7.567-0.877-7.993-2.512C12.327,24.469,15.213,22.941,19.202,22.692z"/> </g> <ellipse fill="%23676767" cx="19.79" cy="25.582" rx="2.106" ry="1.049"/> <path fill="%23999999" d="M18.335,25.61l-5.11-3.502c-0.247-0.178-0.4-0.459-0.416-0.764c-0.015-0.304,0.109-0.599,0.339-0.8 l2.749-2.416c0,0,1.415,0.292,2.745,0.25c-1.061,0.937-3.228,2.837-3.228,2.837l5.5,3.799c0,0,0.334,0.913-0.575,1.071 C18.892,26.337,18.335,25.61,18.335,25.61z"/> <circle fill="%23CCCCCC" cx="14.335" cy="21.253" r="1.649"/> </svg>');
}
.purple.icon-replace{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF99FF" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%23FF66FF" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%23FF99FF" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%23FF66FF" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%23FF99FF" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%23990099" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.purple.icon-clean{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.206,14.245l0.007-0.425l0.18-9.21l-2.475,1.223l-0.029,9.756L18.206,14.245 M21.559,18.598l0.151-0.094 l0.13-2.684l-3.079,1.907l-0.065,2.72L21.559,18.598z"/> <polyline fill="%23999999" points="15.918,5.834 12.615,4.215 12.745,10.806 12.809,13.806 15.889,15.591 15.918,5.834 "/> <polygon fill="%23999999" points="9.615,14.929 9.86,15.073 18.436,20.289 18.695,20.447 18.76,17.728 9.5,12.324 "/> <polyline fill="%23CCCCCC" points="15.09,3.064 12.615,4.215 15.918,5.834 18.393,4.611 15.09,3.064 "/> <polygon fill="%23CCCCCC" points="12.745,10.806 12.579,10.712 9.5,12.324 18.76,17.728 21.839,15.821 18.213,13.821 18.206,14.245 15.889,15.591 12.809,13.806 "/> <path fill="%23990099" d="M18.695,20.447l-0.259-0.158l2.216,9.051l5.044-3.734l-4.137-7.008L18.695,20.447z"/> <path fill="%23FF99FF" d="M9.86,15.073l-3.727,4.475l14.519,9.792l-2.216-9.051L9.86,15.073z"/> </svg>');
}
.purple.icon-system{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%23990099" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%23990099" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%23990099" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%23FF99FF" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%23FF99FF" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%23FF99FF" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%23FF99FF" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%23990099" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%23FF66FF" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%23FF99FF" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%23990099" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%23FF66FF" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.purple.icon-print{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="21.514,12.171 21.514,12.171 16.537,10.013 3.823,15.522 16.53,22.819 29.239,15.522 "/> <polygon fill="%23999999" points="16.53,29.726 16.53,22.819 3.823,15.522 4.556,21.797 "/> <polygon fill="%23676767" points="28.512,21.797 29.239,15.522 16.53,22.819 16.53,29.726 "/> <polygon fill="%23676767" points="14.615,11.874 10.4,13.8 20.55,18.745 24.331,16.769 "/> <polygon fill="%23990099" points="24.331,12.276 23.698,12.47 21.489,17.617 22.325,17.025 "/> <polyline fill="%23FF66FF" points="22.115,8.301 14.905,5.022 12.558,13.261 21.489,17.617 23.698,12.47 22.115,8.301 "/> <polygon fill="%23FF66FF" points="22.92,8.1 22.115,8.301 23.698,12.47 24.331,12.276 "/> <polygon fill="%23FF99FF" points="15.943,4.921 14.833,4.985 22.115,8.301 22.92,8.1 "/> <polyline fill="%23FF99FF" points="23.698,12.47 22.115,8.301 20.027,11.084 23.698,12.47 "/> <path fill="%23999999" d="M4.126,18.112l0.482,4.685l8.738,5.75v-5.056L4.126,18.112z"/> <polygon fill="%23676767" points="13.347,28.546 14.134,28.029 14.134,23.124 13.346,23.491 "/> <polygon fill="%23CCCCCC" points="14.134,23.124 13.346,23.491 4.126,18.112 4.863,17.833 "/> </svg>');
}
.grey.icon-display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="9.568,22.518 7.379,24.124 19.939,30.502 21.918,28.532 "/> <polygon fill="%23676767" points="27.525,9.371 25.817,10.529 24.687,29.88 26.184,28.614 "/> <polyline fill="%23676767" points="7.883,6.027 6.124,5.377 6.836,19.735 7.075,19.571 7.083,19.577 8.356,18.721 7.884,6.136 "/> <polyline fill="%23CCCCCC" points="8.356,18.721 7.083,19.577 6.836,19.742 23.062,27.215 23.151,25.217 8.356,18.721 "/> <polygon fill="%23CCCCCC" points="25.817,10.529 27.525,9.371 6.229,1.844 4.514,2.741 "/> <path fill="%23999999" d="M4.514,2.741l1.063,17.834l19.109,9.305l1.131-19.351L4.514,2.741z M23.062,27.215L6.836,19.742L6.124,5.377 l17.619,6.516L23.062,27.215z"/> <polygon fill="%23676767" points="10.842,23.138 18.203,26.723 18.203,28.099 10.842,24.342 "/> <polygon fill="%23999999" points="7.883,6.027 8.356,18.721 23.151,25.217 23.743,11.893 "/> <polygon fill="%23676767" points="18.203,28.099 19.341,27.277 18.203,26.723 "/> </svg> ');
}
.grey.icon-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <polyline fill="%23CCCCCC" points="22.316,27.679 20.638,26.443 16.471,29.481 18.196,30.784 22.316,27.679 "/> <polyline fill="%23CCCCCC" points="26.393,24.603 24.786,23.419 21.222,26.018 22.891,27.244 26.393,24.603 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="27.2349" y1="21.2664" x2="4.4539" y2="21.2664"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.4359" style="stop-color:%23FFFFFF"/> <stop offset="0.7175" style="stop-color:%23B6B6B6"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="16.796,15.186 15.244,14.225 4.454,20.413 6.123,21.672 10.523,18.998 12.088,20.15 7.669,22.84 9.119,23.934 13.546,21.222 15.067,22.342 10.667,25.103 12.22,26.275 17.081,22.975 18.31,23.878 13.568,27.291 14.916,28.308 23.326,22.34 24.786,23.419 27.235,21.631 24.123,19.71 21.459,22.461 19.406,18.961 19.49,16.848 18.511,16.243 15.694,17.957 18.528,20.169 15.689,21.952 11.149,18.616 "/> <polyline fill="%23676767" points="26.393,24.603 28.941,22.685 27.235,21.631 24.786,23.419 26.393,24.603 "/> <polyline fill="%23676767" points="24.786,23.419 23.326,22.34 14.916,28.308 16.471,29.481 20.638,26.443 22.316,27.679 22.891,27.244 21.222,26.018 24.786,23.419 "/> <polyline fill="%23676767" points="21.459,22.461 21.939,20.525 19.406,18.961 21.459,22.461 "/> <polyline fill="%23676767" points="18.31,23.878 17.081,22.975 12.22,26.275 13.568,27.291 18.31,23.878 "/> <polyline fill="%23676767" points="15.067,22.342 13.546,21.222 9.119,23.934 10.667,25.103 15.067,22.342 "/> <polyline fill="%23676767" points="18.528,20.169 15.694,17.957 18.511,16.243 16.796,15.186 11.149,18.616 15.689,21.952 18.528,20.169 "/> <polygon fill="%23676767" points="6.123,21.672 7.669,22.84 12.088,20.15 10.523,18.998 "/> <path fill="%23676767" d="M24.123,19.71l-0.019-0.013l-2.164,0.827l-0.48,1.936L24.123,19.71z"/> <path fill="%23999999" d="M22.859,6.832l-2.901-1.607L19.49,16.848l-0.084,2.113l2.533,1.564L22.859,6.832z"/> <path fill="%23676767" d="M25.654,5.146l-2.795,1.686l-0.92,13.693l2.164-0.827l0.125-0.075L25.654,5.146z"/> <path fill="%23CCCCCC" d="M25.654,5.146l-2.847-1.262l-2.849,1.342l2.901,1.607L25.654,5.146z"/> </svg>');
}
.grey.icon-save{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <polyline fill="%23999999" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23999999" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23999999" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23676767" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23676767" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23CCCCCC" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.grey.icon-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%23999999" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23999999" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23999999" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23676767" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23676767" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23CCCCCC" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.grey.icon-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%23999999" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23999999" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23999999" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23676767" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23676767" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23CCCCCC" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.grey.icon-cancel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <path fill="%23CCCCCC" d="M16.558,21.114c0.06-2.289-1.593-2.051-3.06-2.525c1.819,0.588,1.11,3.411,0.722,4.681 c-0.659,2.162-1.749,4.203-2.894,6.143c0.446,0.144,1.802,0.582,1.802,0.582s1.307-2.156,1.564-2.673 C15.614,25.458,16.67,23.25,16.558,21.114z"/> <path fill="%23CCCCCC" d="M11.507,14.415c1.713-0.414,3.758-0.86,5.451-0.313c-1.137-0.367-2.282-0.82-3.48-0.933 c-1.897-0.179-3.857,0.24-5.693,0.941c0.487,0.157,1.066,0.538,1.566,0.646C10.166,14.932,10.682,14.615,11.507,14.415z"/> <path fill="%23676767" d="M3.412,20.65c-0.482-0.156-1.301-0.42-1.894-0.612c1.574,1.117,3.149,2.232,4.724,3.348 C7.109,24,7.959,24.709,8.874,25.251c0.636,0.377,1.399,0.534,2.106,0.762C8.757,24.438,5.635,22.224,3.412,20.65z"/> <g> <path fill="%23CCCCCC" d="M3.412,20.65c-0.631-0.204-1.262-0.408-1.894-0.612c1.197-2.178,5.837-10.42,5.837-10.42 s1.408,0.455,1.802,0.582C7.242,13.683,5.327,17.166,3.412,20.65z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.4117" y1="20.0971" x2="20.6753" y2="20.0971"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.157,10.2c0.174,1.508,0.348,3.015,0.521,4.523c3.538-1.35,9.279-1.806,10.695,2.701 c1.611,5.127-3.567,9.884-7.246,12.572c1.032-1.748,2.055-3.528,2.713-5.456c0.448-1.311,1.144-3.507,0.225-4.788 c-1.18-1.647-3.659,0.02-4.776,0.884c-0.829,0.641-0.829,0.641-0.829,0.641s0.389,3.607,0.519,4.737 c-1.595-1.13-3.191-2.26-4.786-3.39c-0.726-0.515-1.452-1.03-2.192-1.522c-0.556-0.37-0.591-0.451-0.591-0.451 s2.066-3.757,2.931-5.331C7.281,13.612,8.219,11.906,9.157,10.2z"/> </svg>');
}
.grey.icon-back{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23676767" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23676767" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%23CCCCCC" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.grey.icon-skip{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23999999" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23999999" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23999999" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23676767" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23676767" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23CCCCCC" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> "/> </svg>');
}
.grey.icon-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%23CCCCCC" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%23CCCCCC" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%23999999" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.grey.icon-restore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%23999999" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%23CCCCCC" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%23999999" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%23CCCCCC" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%23676767" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.grey.icon-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%23CCCCCC" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%23CCCCCC" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%23999999" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.grey.icon-delete-all{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23999999" points="26.724,19.214 24.738,18.508 20.566,13.146 22.553,13.852 "/> </g> <polygon fill="%23CCCCCC" points="22.553,13.852 20.566,13.146 22.688,12.429 24.675,13.134 "/> <path fill="%23999999" d="M21.159,5.458c1.248,1.293,1.426,3.759,1.504,5.598c0.012,0.279-0.092,1.18,0.042,1.379 c0.069,0.103,0.498,0.177,0.594,0.211c0.459,0.163,0.918,0.326,1.376,0.489c0.007-2.102-0.039-4.746-1.152-6.485 c-0.733-1.146-2.072-1.34-3.156-1.725C20.658,5.028,20.929,5.219,21.159,5.458z"/> <path fill="%23CCCCCC" d="M18.983,6.052c1.39-2.095,3.616-3.989,5.94-3.164c-1.279-0.454-2.565-1.107-3.918-0.806 c-2.422,0.538-4.197,3.165-5.313,5.642c0.531,0.189,1.099,0.496,1.646,0.585c0.439,0.071,0.303,0.174,0.601-0.422 C18.257,7.252,18.598,6.631,18.983,6.052z"/> <path fill="%23676767" d="M23.734,2.692c2.75-0.041,5.04,3.19,4.963,8.837l2.095-0.654l-4.068,8.338l-4.172-5.362l2.122-0.717 c0.02-5.771-1.359-7.636-2.992-7.612c-1.384,0.021-2.95,1.398-4.003,2.907C19.44,4.521,21.711,2.722,23.734,2.692z"/> <polyline fill="%23676767" points="20.566,14.667 19.157,15.43 16.887,16.862 16.893,16.873 16.748,16.949 20.281,22.863 22.592,21.169 19.256,15.598 20.671,14.836 23.145,13.264 20.566,14.667 "/> <polyline fill="%23CCCCCC" points="20.741,9.295 18.22,10.738 20.566,14.667 23.145,13.264 20.741,9.295 "/> <polyline fill="%23CCCCCC" points="14.536,12.927 14.542,12.938 16.87,11.611 13.453,5.895 10.88,7.129 14.396,13.02 14.536,12.927 "/> <polyline fill="%23999999" points="14.542,12.938 14.396,13.02 10.88,7.129 8.849,8.829 12.196,14.446 9.256,16.355 11.346,19.865 14.437,18.195 17.801,23.835 20.281,22.863 16.748,16.949 16.887,16.862 19.157,15.43 20.566,14.667 18.22,10.738 16.87,11.611 14.542,12.938 "/> <path fill="%23CCCCCC" d="M18.069,25.769c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C15.385,28.086,16.966,26.887,18.069,25.769z"/> <path fill="%23999999" d="M6.637,29.661c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C2.844,24.377,3.669,28.175,6.637,29.661z"/> <polygon fill="%23CCCCCC" points="2.761,22.709 0.357,22.004 5.28,13.665 7.683,14.371 "/> <path fill="%23676767" d="M7.683,14.371l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839l-2.535,0.654 L7.683,14.371z"/> </svg>');
}
.grey.icon-waste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.1218" y1="19.2374" x2="26.8577" y2="19.2374"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.147,13.307c-0.229,0.045-0.464,0.085-0.704,0.121c-0.468,0.073-0.953,0.132-1.455,0.174 c-0.03,0.003-0.061,0.005-0.093,0.007c-0.008,0.002-0.016,0.003-0.025,0.004c-1.283,0.105-2.534,0.106-3.75,0.004 c-0.01,0-0.021,0-0.032,0c-0.521-0.044-1.036-0.107-1.548-0.189c-0.237-0.039-0.473-0.082-0.708-0.128 c-0.12-0.024-0.24-0.049-0.359-0.075c-0.783-0.17-1.514-0.381-2.192-0.633c-0.248-0.093-0.49-0.193-0.726-0.299 c-0.201-0.088-0.398-0.182-0.591-0.281c-0.018-0.009-0.037-0.018-0.057-0.028c-0.381-0.201-0.714-0.4-1-0.598 c-0.064-0.045-0.125-0.09-0.185-0.135c-0.045-0.033-0.089-0.068-0.132-0.103c-0.13-0.102-0.255-0.209-0.374-0.32 c-0.184-0.177-0.352-0.364-0.505-0.562c-0.077-0.099-0.148-0.197-0.213-0.295C5.332,9.711,5.206,9.453,5.122,9.194l4.195,16.321 c0.02,0.11,0.048,0.221,0.082,0.331c0.206,0.669,0.624,1.265,1.252,1.79c0.522,0.436,1.148,0.796,1.879,1.078 c1.321,0.512,2.755,0.708,4.302,0.587c1.634-0.126,3.01-0.586,4.127-1.381c0.657-0.463,1.139-1,1.445-1.612 c0.129-0.261,0.218-0.524,0.267-0.79L26.858,9.14c-0.044,0.143-0.101,0.287-0.171,0.431c-0.063,0.13-0.136,0.258-0.217,0.384 c-0.194,0.304-0.438,0.595-0.733,0.872c-0.107,0.1-0.221,0.198-0.342,0.295c-0.104,0.085-0.214,0.168-0.331,0.249 c-0.226,0.161-0.471,0.316-0.737,0.466c-0.104,0.059-0.209,0.116-0.317,0.171c-0.414,0.218-0.853,0.415-1.316,0.591 C21.914,12.895,21.065,13.131,20.147,13.307 M8.153,13.776c0.092,0.051,0.187,0.102,0.285,0.153 c0.134,0.068,0.272,0.134,0.416,0.199c0.228,0.104,0.471,0.206,0.729,0.306c0.056,0.021,0.113,0.043,0.171,0.064 c0.413,2.08,0.805,4.043,1.174,5.889c0.059,0.297,0.117,0.59,0.174,0.879c0.047,0.228,0.092,0.454,0.135,0.676 c0.31,1.543,0.603,2.997,0.879,4.362c0.072,0.359,0.144,0.711,0.213,1.057c-1.21-0.455-2.122-1.089-2.736-1.9 c-0.076-0.334-0.152-0.667-0.228-1H9.32c0.007-0.034,0.014-0.069,0.021-0.103c-0.118-0.522-0.235-1.041-0.352-1.558 c-0.252-1.107-0.501-2.206-0.747-3.295c-0.113-0.501-0.226-1.001-0.338-1.498c-0.401-1.781-0.795-3.538-1.181-5.269 c0.109,0.103,0.221,0.203,0.338,0.299c0.107,0.088,0.217,0.174,0.331,0.256c0.194,0.142,0.398,0.275,0.612,0.398 C8.054,13.72,8.103,13.749,8.153,13.776 M22.214,14.499c0.062-0.023,0.124-0.047,0.185-0.071c0.4-0.157,0.782-0.33,1.146-0.519 c0.133-0.069,0.264-0.14,0.391-0.213c0.013-0.008,0.026-0.016,0.039-0.025c0.219-0.128,0.422-0.26,0.608-0.395 c0.121-0.085,0.235-0.172,0.342-0.26c0.114-0.091,0.221-0.184,0.32-0.278c-0.792,3.556-1.542,6.907-2.252,10.051 c-0.119,0.529-0.238,1.052-0.356,1.569c0.009,0.034,0.016,0.069,0.021,0.103h-0.046c-0.074,0.336-0.149,0.669-0.224,1 c-0.306,0.399-0.686,0.755-1.139,1.071c-0.477,0.327-1.009,0.604-1.598,0.829c0.065-0.325,0.135-0.677,0.21-1.057 c0.239-1.189,0.531-2.647,0.875-4.373c0.044-0.219,0.088-0.441,0.132-0.669c0.058-0.288,0.118-0.583,0.178-0.886 C21.391,18.645,21.78,16.686,22.214,14.499 M17.877,15.431c0.165-0.014,0.33-0.03,0.495-0.05l-0.139,5.529l-0.171,6.895 c-1.383,0.263-2.766,0.263-4.149,0l-0.178-6.888l-0.139-5.536c0.171,0.02,0.341,0.038,0.512,0.053 c0.01,0.001,0.019,0.002,0.028,0.004c1.239,0.112,2.478,0.111,3.715-0.004C17.861,15.434,17.869,15.433,17.877,15.431z"/> <path fill="none" d="M22.826,4.888c-0.804-0.372-1.722-0.674-2.754-0.904c-1.838-0.403-3.775-0.52-5.81-0.349 c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166C6.213,7.67,6.128,8.172,6.218,8.674 c0.068,0.365,0.228,0.729,0.48,1.092c0.03,0.044,0.061,0.086,0.093,0.128c0.247,0.321,0.536,0.613,0.868,0.875 c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466c0.114,0.067,0.234,0.135,0.36,0.203 c0.126,0.067,0.254,0.13,0.384,0.192c0.766,0.364,1.63,0.656,2.59,0.875c-0.269-1.859-0.571-3.942-0.904-6.248 c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235c0.004,0.002,0.007,0.003,0.011,0.003 c0.007,0.001,0.014,0.001,0.021,0c1.164,0.111,2.364,0.115,3.601,0.011c0.055-0.004,0.109-0.009,0.164-0.014 c0.007-0.001,0.014-0.002,0.021-0.004c0.002,0.001,0.003,0.001,0.004,0c0.575-0.051,1.125-0.124,1.651-0.221 c0.241-0.044,0.477-0.092,0.708-0.146c0.949-0.218,1.812-0.515,2.59-0.89c0.177-0.085,0.349-0.174,0.516-0.267 c0.356-0.197,0.672-0.406,0.95-0.626c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377 c0.123-0.236,0.207-0.472,0.253-0.708c0.131-0.677-0.059-1.351-0.569-2.021C24.656,5.968,23.873,5.379,22.826,4.888z"/> <path fill="%23CCCCCC" d="M21.385,20.615c-0.109-0.082-0.222-0.161-0.338-0.238c-0.06,0.303-0.119,0.598-0.178,0.886 c0.127,0.114,0.244,0.232,0.352,0.356C21.275,21.296,21.329,20.962,21.385,20.615z"/> <path fill="%23CCCCCC" d="M21.531,22.024c0.198,0.303,0.33,0.617,0.395,0.939c0.02-0.087,0.092-0.408,0.214-0.964L21.531,22.024z"/> <path fill="%23CCCCCC" d="M26.263,6.514c-0.598-0.759-1.485-1.411-2.661-1.957c-0.899-0.413-1.932-0.747-3.099-1.003 c-2.061-0.448-4.233-0.574-6.515-0.377c-2.526,0.221-4.64,0.809-6.34,1.765C6.493,5.594,5.707,6.349,5.289,7.208 C4.963,7.873,4.908,8.535,5.122,9.194c0.084,0.259,0.21,0.518,0.377,0.776c0.066,0.098,0.137,0.197,0.214,0.295 c0.153,0.198,0.322,0.386,0.505,0.562c0.119,0.112,0.244,0.218,0.374,0.32c0.043,0.035,0.087,0.07,0.132,0.103 c0.06,0.045,0.122,0.09,0.185,0.135c0.286,0.198,0.619,0.397,1,0.598c0.02,0.01,0.039,0.02,0.057,0.029 c0.192,0.099,0.389,0.193,0.591,0.281c0.235,0.106,0.477,0.206,0.726,0.299c0.678,0.253,1.408,0.464,2.192,0.633 c0.12,0.026,0.239,0.051,0.359,0.075c0.236,0.046,0.471,0.089,0.708,0.128c0.511,0.082,1.027,0.144,1.548,0.189 c0.011,0,0.022,0,0.032,0c1.217,0.102,2.467,0.101,3.75-0.004c0.009-0.001,0.017-0.002,0.025-0.004 c0.031-0.002,0.062-0.004,0.093-0.007c0.502-0.043,0.987-0.101,1.455-0.174c0.24-0.036,0.475-0.076,0.705-0.121 c0.918-0.175,1.767-0.411,2.548-0.708c0.463-0.176,0.902-0.372,1.316-0.591c0.108-0.055,0.213-0.112,0.317-0.171 c0.265-0.15,0.511-0.305,0.736-0.466c0.116-0.081,0.227-0.165,0.331-0.249c0.121-0.097,0.235-0.195,0.342-0.295 c0.295-0.277,0.539-0.567,0.733-0.872c0.081-0.126,0.154-0.254,0.217-0.384c0.07-0.144,0.127-0.287,0.171-0.43 c0.032-0.098,0.057-0.195,0.075-0.292c0.002-0.002,0.003-0.005,0.003-0.007C27.087,8.058,26.863,7.282,26.263,6.514z M25.748,8.674 c-0.045,0.236-0.129,0.472-0.253,0.708c-0.065,0.128-0.14,0.254-0.224,0.377c-0.241,0.353-0.559,0.684-0.954,0.993 c-0.278,0.22-0.594,0.429-0.95,0.626c-0.167,0.093-0.339,0.182-0.516,0.267c-0.778,0.375-1.641,0.671-2.59,0.89 c-0.231,0.053-0.467,0.102-0.708,0.146c-0.526,0.096-1.076,0.17-1.651,0.221c0,0.001-0.002,0.001-0.004,0 c-0.007,0.002-0.014,0.003-0.021,0.004c-0.055,0.005-0.109,0.01-0.164,0.014c-1.237,0.104-2.437,0.1-3.601-0.011 c-0.007,0.001-0.014,0.001-0.021,0c-0.003-0.001-0.007-0.002-0.011-0.003c-0.557-0.052-1.108-0.131-1.651-0.235l-0.957-6.6 c-0.227,0.064-0.446,0.131-0.658,0.203c0.333,2.306,0.634,4.389,0.904,6.248c-0.961-0.219-1.824-0.511-2.59-0.875 c-0.13-0.062-0.259-0.125-0.384-0.192c-0.125-0.068-0.245-0.135-0.36-0.203c-0.265-0.156-0.5-0.312-0.704-0.466 c-0.006-0.005-0.013-0.01-0.021-0.014c-0.332-0.262-0.621-0.554-0.868-0.875C6.759,9.853,6.728,9.81,6.698,9.766 c-0.252-0.363-0.412-0.727-0.48-1.092C6.128,8.172,6.213,7.67,6.474,7.166C6.865,6.406,7.577,5.745,8.609,5.18 c1.523-0.844,3.407-1.359,5.654-1.544c2.035-0.171,3.972-0.055,5.81,0.349c1.032,0.23,1.95,0.531,2.754,0.904 c1.046,0.491,1.83,1.079,2.352,1.765C25.689,7.324,25.878,7.997,25.748,8.674z"/> <path fill="%23CCCCCC" d="M20.389,25.984c-0.166,0.114-0.341,0.221-0.527,0.32c-0.075,0.38-0.145,0.732-0.21,1.057 c0.588-0.225,1.121-0.502,1.598-0.829c0.453-0.316,0.833-0.672,1.139-1.071l-0.897-0.548C21.222,25.314,20.854,25.671,20.389,25.984 z"/> <path fill="%23CCCCCC" d="M15.995,27.204c-0.704,0-1.39-0.076-2.056-0.228l-0.025,0.829c1.383,0.263,2.766,0.263,4.149,0l-0.018-0.829 C17.378,27.128,16.695,27.204,15.995,27.204z"/> <path fill="%23CCCCCC" d="M17.813,19.206c-1.212-0.206-2.424-0.206-3.636,0l-0.021,0.655c1.222-0.251,2.448-0.251,3.679,0 L17.813,19.206z"/> <path fill="%23CCCCCC" d="M10.448,22.024H9.847c0.071,0.321,0.141,0.636,0.21,0.946c0.002,0,0.004-0.001,0.004-0.004 C10.126,22.643,10.255,22.329,10.448,22.024z"/> <path fill="%23CCCCCC" d="M10.928,20.387c-0.115,0.074-0.226,0.151-0.334,0.231c0.056,0.346,0.111,0.679,0.164,1 c0.108-0.122,0.223-0.24,0.345-0.352C11.046,20.977,10.988,20.684,10.928,20.387z"/> <path fill="%23CCCCCC" d="M11.715,26.073c-0.524-0.337-0.932-0.723-1.224-1.16l-0.897,0.548c0.614,0.811,1.526,1.445,2.736,1.9 c-0.07-0.345-0.141-0.698-0.213-1.057C11.978,26.232,11.844,26.155,11.715,26.073z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.4356" x2="25.7876" y2="18.4356"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M21.798,20.956c0.576-2.301,1.159-4.65,1.747-7.048c-0.364,0.19-0.746,0.363-1.146,0.519 c-0.386,2.368-0.724,4.43-1.014,6.187c-0.056,0.347-0.111,0.681-0.164,1.003c-0.108-0.124-0.226-0.242-0.352-0.356 c-0.044,0.227-0.088,0.45-0.132,0.669c0.211,0.135,0.409,0.28,0.594,0.434c0.226,0.191,0.424,0.39,0.594,0.598 c-0.065-0.323-0.197-0.636-0.395-0.939c0.061-0.241,0.121-0.483,0.181-0.726C21.741,21.185,21.77,21.071,21.798,20.956z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="8.2322" x2="25.7875" y2="8.2322"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M25.178,6.653c-0.522-0.686-1.306-1.274-2.352-1.765c-0.804-0.372-1.722-0.674-2.754-0.904 c-1.838-0.403-3.775-0.52-5.81-0.349c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166 C6.213,7.67,6.128,8.172,6.218,8.674c0.068,0.365,0.228,0.729,0.48,1.092c0.06-0.369,0.21-0.733,0.448-1.092 c0.175,0.711,0.345,1.41,0.512,2.096c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466 c0.114,0.067,0.234,0.135,0.36,0.203c0.126,0.067,0.254,0.13,0.384,0.192c-0.215-1.33-0.444-2.74-0.687-4.23 c0.658-0.451,1.449-0.832,2.373-1.142c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235 l-0.075-7.315c0.006-0.001,0.012-0.002,0.018-0.004c0.005,0.001,0.01,0.001,0.014,0c1.307-0.135,2.61-0.135,3.91,0 c0.004,0,0.008,0,0.011,0c0.006,0.002,0.012,0.003,0.018,0.004l-0.075,7.312c0.575-0.051,1.125-0.124,1.651-0.221 c0.282-1.962,0.599-4.166,0.95-6.611c0.229,0.063,0.451,0.131,0.665,0.203c0.926,0.307,1.717,0.688,2.373,1.142 c-0.242,1.49-0.472,2.9-0.69,4.23c0.177-0.085,0.349-0.174,0.516-0.267c0.356-0.197,0.672-0.406,0.95-0.626 c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377c0.123-0.236,0.207-0.472,0.253-0.708 C25.878,7.997,25.689,7.324,25.178,6.653z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.1491" x2="25.7876" y2="18.1491"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M17.835,19.861c-1.231-0.251-2.457-0.251-3.679,0l-0.046-4.426c-0.171-0.016-0.342-0.033-0.512-0.053 l0.139,5.536c0.452-0.099,0.926-0.168,1.423-0.206c1.082-0.088,2.106-0.021,3.074,0.199l0.139-5.529 c-0.164,0.019-0.329,0.036-0.494,0.05L17.835,19.861z"/> <path fill="%23999999" d="M10.181,20.96c-0.195-0.784-0.397-1.594-0.605-2.43c-0.36-1.456-0.74-2.989-1.139-4.601 c-0.098-0.05-0.193-0.101-0.285-0.153c-0.05-0.028-0.099-0.056-0.149-0.085c0.364,1.653,0.711,3.225,1.039,4.714 c0.045,0.199,0.089,0.398,0.132,0.594c0.233,1.05,0.457,2.058,0.673,3.024h0.601c-0.06-0.239-0.12-0.481-0.181-0.726 C10.239,21.186,10.21,21.074,10.181,20.96z"/> <path fill="%23676767" d="M23.976,13.67c-0.013,0.009-0.026,0.017-0.039,0.025c-0.128,0.073-0.258,0.144-0.391,0.213 c-0.588,2.398-1.171,4.748-1.747,7.048c-0.028,0.115-0.057,0.229-0.085,0.342c-0.06,0.243-0.121,0.485-0.181,0.726l0.608-0.025 C22.441,20.635,23.053,17.859,23.976,13.67 M9.584,14.435c-0.258-0.1-0.501-0.202-0.729-0.306c-0.144-0.065-0.283-0.131-0.416-0.199 c0.399,1.611,0.778,3.145,1.139,4.601c0.208,0.836,0.41,1.646,0.605,2.43c0.029,0.114,0.057,0.226,0.085,0.338 c0.061,0.245,0.122,0.487,0.181,0.726c-0.193,0.305-0.322,0.619-0.388,0.943c0.262-0.316,0.582-0.608,0.961-0.875 c0.072-0.051,0.144-0.101,0.217-0.149c-0.044-0.222-0.089-0.448-0.135-0.676c-0.123,0.113-0.238,0.23-0.345,0.352 c-0.053-0.321-0.107-0.654-0.164-1C10.306,18.862,9.969,16.801,9.584,14.435 M8.004,13.691c-0.214-0.124-0.418-0.257-0.612-0.398 c-0.114-0.082-0.224-0.168-0.331-0.256c-0.117-0.096-0.229-0.196-0.338-0.299c0.387,1.731,0.78,3.488,1.181,5.269 c0.112,0.497,0.225,0.997,0.338,1.498c0.247,1.089,0.496,2.187,0.747,3.295c0.117,0.517,0.235,1.037,0.352,1.558 c0.009,0.034,0.017,0.069,0.025,0.103c0.076,0.333,0.152,0.666,0.228,1l0.897-0.548c-0.139-0.623-0.283-1.267-0.431-1.932 c-0.001-0.003-0.002-0.006-0.004-0.011c-0.069-0.31-0.139-0.626-0.21-0.946c-0.215-0.967-0.439-1.975-0.672-3.024 c-0.043-0.197-0.086-0.395-0.132-0.594C8.714,16.916,8.368,15.344,8.004,13.691 M21.168,6.272c-0.214-0.072-0.436-0.139-0.665-0.203 c-0.351,2.445-0.668,4.649-0.95,6.611c0.241-0.044,0.477-0.092,0.708-0.146L21.168,6.272z"/> <path fill="%23CCCCCC" d="M25.246,12.737c-0.099,0.094-0.206,0.186-0.32,0.278c-0.106,0.088-0.22,0.174-0.342,0.26 c-0.187,0.135-0.39,0.267-0.608,0.395c-0.922,4.189-1.534,6.965-1.836,8.329c-0.122,0.556-0.193,0.877-0.213,0.964l0,0 c-0.161,0.729-0.306,1.379-0.434,1.95l0.897,0.548c0.075-0.331,0.15-0.664,0.224-1c0.009-0.035,0.017-0.069,0.025-0.103 c0.118-0.517,0.236-1.04,0.356-1.569C23.704,19.644,24.454,16.294,25.246,12.737z"/> </svg>');
}
.grey.icon-manage{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.866,21.001 17.094,23.779 20.501,26.09 20.328,23.279 16.866,21.001 "/> <polyline fill="%23999999" points="19.264,19.688 21.5,18.462 18.179,16.389 18.364,19.113 19.264,19.688 "/> <polyline fill="%23999999" points="28.661,25.699 28.607,22.889 24.972,20.632 25.08,23.41 28.661,25.699 "/> <polyline fill="%23676767" points="20.328,23.279 20.501,26.09 25.08,23.41 24.972,20.632 20.328,23.279 "/> <polyline fill="%23676767" points="28.607,22.889 28.661,25.699 30.083,18.429 30.05,15.716 28.607,22.889 "/> <polyline fill="%23CCCCCC" points="21.5,18.462 19.264,19.688 16.866,21.001 20.328,23.279 24.972,20.632 28.607,22.889 30.05,15.716 18.179,16.389 21.5,18.462 "/> <polyline fill="%23676767" points="14.876,26.874 3.141,27.683 3.292,30.11 14.876,29.301 14.876,26.874 "/> <polyline fill="%23676767" points="16.866,21.001 11.457,24.534 13.737,26.09 17.094,23.779 16.866,21.001 "/> <polygon fill="%23CCCCCC" points="13.587,18.865 16.866,21.001 11.457,24.534 14.876,26.874 3.141,27.683 5.007,20.133 8.167,22.29 "/> <path fill="%23999999" d="M17.942,15.947l2.879-1.699L14.456,1.062l-3.05,1.388L17.942,15.947z"/> <path fill="%23CCCCCC" d="M11.405,2.45L5.787,8.542L9.55,10.84l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L11.405,2.45z"/> <path fill="%23676767" d="M13.594,13.301l-0.007,5.565l2.769-1.637l0.044-2.219L13.594,13.301z"/> </svg> ');
}
.grey.icon-debug{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.048,28.509 18.117,26.11 13.757,23.09 13.757,23.08 12.027,21.885 12.069,24.244 12.077,24.244 18.048,28.509 "/> <polyline fill="%23999999" points="17.364,18.312 17.314,20.639 23.285,24.562 23.443,22.203 17.364,18.312 "/> <polyline fill="%23999999" points="22.29,15.018 22.163,17.301 22.174,17.301 28.111,20.924 28.337,18.596 22.29,15.018 "/> <polyline fill="%23999999" points="0.993,14.231 1.201,16.506 5.192,19.349 5.05,17.043 0.993,14.231 "/> <polyline fill="%23999999" points="6.414,13.478 7.686,14.315 9.457,13.259 6.295,11.237 6.414,13.478 "/> <polygon fill="%23999999" points="11.224,8.46 11.266,10.658 12.535,11.438 14.394,10.342 "/> <polyline fill="%23676767" points="20.392,24.444 18.117,26.11 18.048,28.509 20.291,26.821 20.392,24.444 "/> <polyline fill="%23676767" points="25.528,20.663 23.443,22.203 23.285,24.562 25.344,23.006 25.528,20.663 "/> <polygon fill="%23676767" points="28.337,18.596 28.111,20.924 30.001,19.491 30.262,17.185 "/> <polyline fill="%23CCCCCC" points="17.364,18.312 23.443,22.203 25.528,20.663 21.187,17.977 19.462,16.909 17.364,18.312 "/> <polyline fill="%23CCCCCC" points="24.583,13.92 24.23,13.72 22.29,15.018 28.337,18.596 30.262,17.185 24.583,13.92 "/> <polyline fill="%23CCCCCC" points="16.034,21.524 14.302,20.363 12.027,21.885 13.757,23.08 13.757,23.09 18.117,26.11 20.392,24.444 16.034,21.524 "/> <polyline fill="%23CCCCCC" points="5.05,17.043 4.974,15.913 6.406,15.068 3.252,12.959 0.993,14.231 5.05,17.043 "/> <polyline fill="%23CCCCCC" points="13.172,7.354 11.224,8.46 14.394,10.342 16.342,9.186 13.172,7.354 "/> <polygon fill="%23CCCCCC" points="11.558,12.014 8.396,10.058 6.295,11.237 9.457,13.259 "/> <path fill="%23676767" d="M14.302,20.363l1.732,1.161l1.28-0.885l0.05-2.327l2.098-1.403l1.725,1.069l0.987-0.677h-0.011l0.126-2.283 l1.94-1.298l0.353,0.2l0.182-2.793L11.04,20.071l0.108,4.808l0.929-0.635h-0.008l-0.042-2.359L14.302,20.363z"/> <path fill="%23999999" d="M4.974,15.913l0.076,1.129l0.142,2.306l0.084,1.29l5.871,4.239l-0.108-4.808L4.974,15.913z"/> <path fill="%23CCCCCC" d="M14.394,10.342l-1.859,1.095l-0.977,0.577l-2.101,1.245l-1.772,1.056l-1.28,0.753l-1.432,0.845l6.066,4.157 l13.725-8.944l-6.048-3.354l-2.375,1.414L14.394,10.342z"/> </svg>');
}
.grey.icon-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.6991" y1="1059.3348" x2="28.839" y2="1059.3348" gradientTransform="matrix(1 0 0 -1 0 1079)"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23515151"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.5,24.521c-0.025-0.023-0.049-0.047-0.071-0.071c-0.279-0.273-0.48-0.569-0.602-0.888l-0.01,2.531 c-0.045,0.709,0.207,1.339,0.755,1.888v-0.01c1.2,1.137,2.429,1.137,3.685,0l-0.01,0.01l8.737-9.227h0.01 c0.986-0.996,3.657-1.758,8.013-2.286l1.235-0.388c1.528-0.758,2.355-2.055,2.48-3.889v-0.01c0.006-0.039,0.01-0.076,0.01-0.112 v-1.562c-0.111,0.578-0.315,1.088-0.612,1.531c-0.424,0.632-1.033,1.132-1.827,1.5l-1.276,0.357 c-4.321,0.483-6.971,1.181-7.951,2.092l-8.737,8.533c-0.276,0.23-0.552,0.411-0.827,0.541c-0.715,0.35-1.423,0.364-2.123,0.041 C5.086,24.971,4.793,24.777,4.5,24.521z"/> <path fill="%23CCCCCC" d="M25.782,4.678c-1.395-0.794-2.82-1.046-4.277-0.755c-1.665,0.363-2.884,1.581-3.654,3.654v-0.01 c-0.133,0.488-0.395,1.369-0.786,2.644c0.002,0.003,0.002,0.007,0,0.01c-0.528,1.286-1.29,2.385-2.286,3.297 c-0.003,0.005-0.007,0.009-0.01,0.01c0,0-9.869,7.722-10.272,8.12c-0.756,0.746-0.735,1.577-0.67,1.913 c0.065,0.335,0.323,0.615,0.602,0.888c0.023,0.025,0.047,0.049,0.071,0.071c0.293,0.256,0.585,0.45,0.878,0.582 c0.7,0.323,1.408,0.31,2.123-0.041c0.275-0.13,0.55-0.311,0.827-0.541l8.737-8.533c0.98-0.912,3.63-1.609,7.951-2.092l1.276-0.357 c0.794-0.368,1.403-0.869,1.827-1.5c0.297-0.443,0.502-0.953,0.612-1.531l0.01-0.949c0-0.01,0-0.02,0-0.031l-3.981,1.919 c-0.013,0.008-0.03,0.011-0.051,0.01c-0.013-0.001-0.027-0.008-0.041-0.02l-2.838-1.715c-0.018-0.006-0.031-0.02-0.041-0.041 c-0.009-0.016-0.013-0.037-0.01-0.061V9.578l-0.194-0.122l0.49-3.266L25.782,4.678"/> <ellipse fill="%23676767" cx="6.536" cy="22.865" rx="1.547" ry="1.334"/> <path fill="%23676767" d="M22.036,8.128l0.041-0.02V6.189l-0.49,3.266l0.194,0.122L21.975,8.2c0.003-0.014,0.009-0.027,0.02-0.041 C22.006,8.145,22.02,8.135,22.036,8.128z"/> <path fill="%23676767" d="M25.802,4.689c-0.005,0.001-0.012-0.003-0.02-0.01l-3.705,1.511v1.919l3.726-1.623V4.689z"/> </svg>');
}
.grey.icon-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <path fill="%23CCCCCC" d="M9.253,8.618c0.335-0.003,0.711,0.046,1.115,0.142c1.227,0.294,2.586,1.011,3.821,2.024 c2.48,2.031,3.677,4.594,2.664,5.717c-0.317,0.353-0.813,0.523-1.421,0.529c-1.337,0.013-3.216-0.772-4.922-2.169 c-1.233-1.007-2.185-2.176-2.681-3.29c-0.463-1.044-0.462-1.91,0.015-2.433C8.153,8.8,8.637,8.625,9.253,8.618z"/> </g> <path fill="%23999999" d="M23.465,12.679c0.155-3.182-2.962-6.169-5.287-7.846c-2.215-1.597-6.975-4.248-9.491-1.867 c-1.002,0.949-1.724,2.348-2.52,3.471c1.157-1.632,3.663-1.272,5.297-0.775c2.049,0.623,3.956,1.771,5.579,3.154 c1.894,1.614,5.455,5.62,3.736,8.429C21.604,15.899,23.389,14.346,23.465,12.679z"/> <path fill="%23005673" d="M16.616,8.458c3.922,3.111,5.702,7.159,3.968,9.028c-0.575,0.618-1.475,0.923-2.557,0.933 c-2.164,0.021-5.081-1.121-7.688-3.195c-1.864-1.483-3.309-3.209-4.07-4.878C5.472,8.6,5.506,7.127,6.364,6.196 c0.572-0.616,1.453-0.933,2.56-0.944c0.566-0.005,1.191,0.069,1.865,0.225C12.684,5.924,14.756,6.982,16.616,8.458z M19.024,16.24 c1.248-1.343-0.226-4.408-3.281-6.837c-1.522-1.211-3.196-2.069-4.707-2.42c-0.498-0.115-0.962-0.174-1.374-0.17 C8.904,6.82,8.308,7.03,7.928,7.435c-0.587,0.626-0.589,1.661-0.018,2.91c0.61,1.333,1.783,2.73,3.302,3.934 c2.101,1.671,4.415,2.61,6.062,2.594C18.023,16.866,18.633,16.662,19.024,16.24"/> <path fill="%23676767" d="M27.209,25.817c-0.002,0.007-0.002,0.013-0.003,0.02c-0.021,0.084-0.053,0.167-0.091,0.249 c-0.014,0.029-0.031,0.058-0.047,0.087c-0.029,0.054-0.059,0.107-0.095,0.16c-0.028,0.041-0.06,0.081-0.091,0.122 c-0.034,0.043-0.068,0.086-0.106,0.128c-0.059,0.065-0.125,0.129-0.194,0.192c-0.029,0.027-0.056,0.054-0.087,0.081 c-0.154,0.131-0.333,0.256-0.528,0.377c-0.035,0.021-0.068,0.043-0.104,0.064c-0.16,0.094-0.33,0.186-0.514,0.272 c-0.021,0.01-0.045,0.019-0.067,0.029c-0.167,0.077-0.345,0.15-0.53,0.22c-0.057,0.022-0.115,0.043-0.173,0.064 c-0.192,0.068-0.39,0.133-0.598,0.194c-0.025,0.007-0.048,0.016-0.074,0.023c-0.231,0.066-0.474,0.125-0.723,0.18 c-0.049,0.011-0.1,0.021-0.15,0.031c-0.435,0.091-0.894,0.166-1.374,0.222c-0.046,0.005-0.092,0.012-0.138,0.017 c-0.254,0.027-0.511,0.051-0.775,0.067c-0.166,0.01-0.33,0.015-0.495,0.02c-0.266,0.009-0.529,0.013-0.789,0.01 c-0.048,0-0.096,0.001-0.144,0c-0.282-0.005-0.561-0.018-0.834-0.037c-0.078-0.005-0.155-0.013-0.233-0.02 c-0.184-0.015-0.367-0.033-0.546-0.054c-0.091-0.011-0.182-0.023-0.271-0.035c-0.16-0.022-0.318-0.046-0.473-0.073 c-0.085-0.015-0.171-0.029-0.255-0.045c-0.17-0.032-0.335-0.068-0.497-0.106c-0.061-0.014-0.124-0.027-0.183-0.042 c-0.225-0.056-0.442-0.117-0.65-0.183c-0.037-0.012-0.071-0.025-0.108-0.037c-0.194-0.065-0.378-0.134-0.554-0.207 c-0.052-0.022-0.105-0.044-0.156-0.066c-0.219-0.097-0.423-0.199-0.608-0.308c-0.027-0.016-0.05-0.033-0.076-0.049 c-0.166-0.103-0.314-0.21-0.448-0.322c-0.025-0.021-0.053-0.041-0.076-0.063c-0.136-0.122-0.25-0.251-0.344-0.383 c-0.02-0.028-0.038-0.057-0.056-0.086c-0.088-0.138-0.16-0.28-0.198-0.427c-0.031-0.119-0.044-0.237-0.041-0.354l-0.026,0.97 c-0.003,0.117,0.01,0.235,0.041,0.354c0.038,0.147,0.111,0.289,0.198,0.427c0.018,0.029,0.035,0.058,0.056,0.086 c0.094,0.132,0.208,0.261,0.345,0.383c0.024,0.021,0.051,0.042,0.076,0.063c0.133,0.112,0.281,0.219,0.447,0.322 c0.027,0.017,0.05,0.034,0.078,0.05c0.184,0.109,0.389,0.211,0.607,0.308c0.022,0.01,0.039,0.021,0.061,0.031 c0.03,0.013,0.065,0.023,0.095,0.036c0.175,0.073,0.358,0.141,0.551,0.205c0.028,0.009,0.052,0.021,0.081,0.03 c0.01,0.003,0.021,0.005,0.03,0.009c0.207,0.066,0.423,0.127,0.648,0.183c0.012,0.003,0.024,0.007,0.036,0.01 c0.048,0.012,0.101,0.021,0.15,0.032c0.162,0.038,0.326,0.073,0.496,0.106c0.032,0.006,0.062,0.014,0.094,0.02 c0.051,0.009,0.107,0.016,0.159,0.024c0.156,0.027,0.314,0.051,0.475,0.073c0.051,0.007,0.098,0.016,0.149,0.023 c0.039,0.005,0.081,0.007,0.12,0.012c0.18,0.021,0.363,0.039,0.548,0.054c0.059,0.005,0.115,0.013,0.174,0.017 c0.019,0.001,0.039,0.001,0.058,0.003c0.274,0.019,0.552,0.031,0.835,0.037c0.011,0,0.021,0.001,0.032,0.001 c0.035,0.001,0.071-0.002,0.106-0.001c0.262,0.003,0.528-0.001,0.796-0.01c0.046-0.002,0.09,0,0.136-0.002 c0.118-0.005,0.237-0.011,0.357-0.019c0.265-0.016,0.523-0.04,0.777-0.067c0.023-0.003,0.048-0.004,0.071-0.006 c0.022-0.003,0.042-0.008,0.064-0.01c0.481-0.056,0.941-0.131,1.377-0.222c0.021-0.005,0.046-0.006,0.068-0.011 c0.027-0.006,0.052-0.014,0.079-0.02c0.25-0.055,0.493-0.115,0.725-0.18c0.025-0.007,0.048-0.015,0.073-0.023 c0.208-0.061,0.407-0.126,0.599-0.194c0.059-0.021,0.116-0.042,0.173-0.063c0.184-0.07,0.361-0.142,0.527-0.219 c0.023-0.01,0.048-0.02,0.07-0.031c0.184-0.086,0.353-0.178,0.513-0.272c0.017-0.01,0.038-0.019,0.055-0.029 c0.019-0.011,0.031-0.024,0.05-0.036c0.195-0.121,0.374-0.246,0.528-0.377c0.005-0.005,0.013-0.009,0.018-0.013 c0.026-0.022,0.044-0.045,0.068-0.067c0.069-0.063,0.135-0.127,0.194-0.192c0.012-0.013,0.028-0.026,0.039-0.039 c0.025-0.029,0.044-0.059,0.067-0.089c0.032-0.04,0.064-0.081,0.091-0.122c0.01-0.014,0.023-0.028,0.032-0.043 c0.025-0.039,0.042-0.079,0.063-0.118c0.015-0.029,0.033-0.057,0.046-0.086c0.004-0.009,0.01-0.017,0.014-0.026 c0.032-0.072,0.057-0.146,0.076-0.219c0-0.001,0-0.002,0.001-0.004c0.002-0.007,0.002-0.013,0.003-0.02 c0.015-0.064,0.028-0.129,0.033-0.194c0.002-0.022,0.003-0.045,0.004-0.067l0.026-0.97C27.243,25.644,27.229,25.731,27.209,25.817z" /> <g> <path fill="%23CCCCCC" d="M19.202,22.692c3.989-0.249,7.576,0.876,8.002,2.511c0.426,1.635-2.469,3.163-6.458,3.412 c-3.989,0.249-7.567-0.877-7.993-2.512C12.327,24.469,15.213,22.941,19.202,22.692z"/> </g> <ellipse fill="%23676767" cx="19.79" cy="25.582" rx="2.106" ry="1.049"/> <path fill="%23999999" d="M18.335,25.61l-5.11-3.502c-0.247-0.178-0.4-0.459-0.416-0.764c-0.015-0.304,0.109-0.599,0.339-0.8 l2.749-2.416c0,0,1.415,0.292,2.745,0.25c-1.061,0.937-3.228,2.837-3.228,2.837l5.5,3.799c0,0,0.334,0.913-0.575,1.071 C18.892,26.337,18.335,25.61,18.335,25.61z"/> <circle fill="%23CCCCCC" cx="14.335" cy="21.253" r="1.649"/> </svg>');
}
.grey.icon-replace{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%23999999" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%23CCCCCC" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%23999999" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%23CCCCCC" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%23676767" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.grey.icon-clean{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.206,14.245l0.007-0.425l0.18-9.21l-2.475,1.223l-0.029,9.756L18.206,14.245 M21.559,18.598l0.151-0.094 l0.13-2.684l-3.079,1.907l-0.065,2.72L21.559,18.598z"/> <polyline fill="%23999999" points="15.918,5.834 12.615,4.215 12.745,10.806 12.809,13.806 15.889,15.591 15.918,5.834 "/> <polygon fill="%23999999" points="9.615,14.929 9.86,15.073 18.436,20.289 18.695,20.447 18.76,17.728 9.5,12.324 "/> <polyline fill="%23CCCCCC" points="15.09,3.064 12.615,4.215 15.918,5.834 18.393,4.611 15.09,3.064 "/> <polygon fill="%23CCCCCC" points="12.745,10.806 12.579,10.712 9.5,12.324 18.76,17.728 21.839,15.821 18.213,13.821 18.206,14.245 15.889,15.591 12.809,13.806 "/> <path fill="%23676767" d="M18.695,20.447l-0.259-0.158l2.216,9.051l5.044-3.734l-4.137-7.008L18.695,20.447z"/> <path fill="%23CCCCCC" d="M9.86,15.073l-3.727,4.475l14.519,9.792l-2.216-9.051L9.86,15.073z"/> </svg>');
}
.grey.icon-system{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%23676767" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%23676767" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%23676767" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%23CCCCCC" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%23CCCCCC" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%23CCCCCC" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%23CCCCCC" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%23676767" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%23999999" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%23CCCCCC" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%23676767" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%23999999" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.grey.icon-print{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="21.514,12.171 21.514,12.171 16.537,10.013 3.823,15.522 16.53,22.819 29.239,15.522 "/> <polygon fill="%23999999" points="16.53,29.726 16.53,22.819 3.823,15.522 4.556,21.797 "/> <polygon fill="%23676767" points="28.512,21.797 29.239,15.522 16.53,22.819 16.53,29.726 "/> <polygon fill="%23676767" points="14.615,11.874 10.4,13.8 20.55,18.745 24.331,16.769 "/> <polygon fill="%23676767" points="24.331,12.276 23.698,12.47 21.489,17.617 22.325,17.025 "/> <polyline fill="%23999999" points="22.115,8.301 14.905,5.022 12.558,13.261 21.489,17.617 23.698,12.47 22.115,8.301 "/> <polygon fill="%23999999" points="22.92,8.1 22.115,8.301 23.698,12.47 24.331,12.276 "/> <polygon fill="%23CCCCCC" points="15.943,4.921 14.833,4.985 22.115,8.301 22.92,8.1 "/> <polyline fill="%23CCCCCC" points="23.698,12.47 22.115,8.301 20.027,11.084 23.698,12.47 "/> <path fill="%23999999" d="M4.126,18.112l0.482,4.685l8.738,5.75v-5.056L4.126,18.112z"/> <polygon fill="%23676767" points="13.347,28.546 14.134,28.029 14.134,23.124 13.346,23.491 "/> <polygon fill="%23CCCCCC" points="14.134,23.124 13.346,23.491 4.126,18.112 4.863,17.833 "/> </svg>');
}
.orange.icon-display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="9.568,22.518 7.379,24.124 19.939,30.502 21.918,28.532 "/> <polygon fill="%23676767" points="27.525,9.371 25.817,10.529 24.687,29.88 26.184,28.614 "/> <polyline fill="%23676767" points="7.883,6.027 6.124,5.377 6.836,19.735 7.075,19.571 7.083,19.577 8.356,18.721 7.884,6.136 "/> <polyline fill="%23CCCCCC" points="8.356,18.721 7.083,19.577 6.836,19.742 23.062,27.215 23.151,25.217 8.356,18.721 "/> <polygon fill="%23CCCCCC" points="25.817,10.529 27.525,9.371 6.229,1.844 4.514,2.741 "/> <path fill="%23999999" d="M4.514,2.741l1.063,17.834l19.109,9.305l1.131-19.351L4.514,2.741z M23.062,27.215L6.836,19.742L6.124,5.377 l17.619,6.516L23.062,27.215z"/> <polygon fill="%23676767" points="10.842,23.138 18.203,26.723 18.203,28.099 10.842,24.342 "/> <polygon fill="%23d88500" points="7.883,6.027 8.356,18.721 23.151,25.217 23.743,11.893 "/> <polygon fill="%23676767" points="18.203,28.099 19.341,27.277 18.203,26.723 "/> </svg> ');
}
.orange.icon-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <polyline fill="%23CCCCCC" points="22.316,27.679 20.638,26.443 16.471,29.481 18.196,30.784 22.316,27.679 "/> <polyline fill="%23CCCCCC" points="26.393,24.603 24.786,23.419 21.222,26.018 22.891,27.244 26.393,24.603 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="27.2349" y1="21.2664" x2="4.4539" y2="21.2664"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.4359" style="stop-color:%23FFFFFF"/> <stop offset="0.7175" style="stop-color:%23B6B6B6"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="16.796,15.186 15.244,14.225 4.454,20.413 6.123,21.672 10.523,18.998 12.088,20.15 7.669,22.84 9.119,23.934 13.546,21.222 15.067,22.342 10.667,25.103 12.22,26.275 17.081,22.975 18.31,23.878 13.568,27.291 14.916,28.308 23.326,22.34 24.786,23.419 27.235,21.631 24.123,19.71 21.459,22.461 19.406,18.961 19.49,16.848 18.511,16.243 15.694,17.957 18.528,20.169 15.689,21.952 11.149,18.616 "/> <polyline fill="%23676767" points="26.393,24.603 28.941,22.685 27.235,21.631 24.786,23.419 26.393,24.603 "/> <polyline fill="%23676767" points="24.786,23.419 23.326,22.34 14.916,28.308 16.471,29.481 20.638,26.443 22.316,27.679 22.891,27.244 21.222,26.018 24.786,23.419 "/> <polyline fill="%23676767" points="21.459,22.461 21.939,20.525 19.406,18.961 21.459,22.461 "/> <polyline fill="%23676767" points="18.31,23.878 17.081,22.975 12.22,26.275 13.568,27.291 18.31,23.878 "/> <polyline fill="%23676767" points="15.067,22.342 13.546,21.222 9.119,23.934 10.667,25.103 15.067,22.342 "/> <polyline fill="%23676767" points="18.528,20.169 15.694,17.957 18.511,16.243 16.796,15.186 11.149,18.616 15.689,21.952 18.528,20.169 "/> <polygon fill="%23676767" points="6.123,21.672 7.669,22.84 12.088,20.15 10.523,18.998 "/> <path fill="%23a56600" d="M24.123,19.71l-0.019-0.013l-2.164,0.827l-0.48,1.936L24.123,19.71z"/> <path fill="%23d88500" d="M22.859,6.832l-2.901-1.607L19.49,16.848l-0.084,2.113l2.533,1.564L22.859,6.832z"/> <path fill="%23a56600" d="M25.654,5.146l-2.795,1.686l-0.92,13.693l2.164-0.827l0.125-0.075L25.654,5.146z"/> <path fill="%23ffbc00" d="M25.654,5.146l-2.847-1.262l-2.849,1.342l2.901,1.607L25.654,5.146z"/> </svg>');
}
.orange.icon-save{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <polyline fill="%23d88500" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23d88500" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23d88500" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23a56600" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23a56600" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23ffbc00" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.orange.icon-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%23d88500" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23d88500" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23d88500" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23a56600" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23a56600" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23ffbc00" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.orange.icon-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%23d88500" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23d88500" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23d88500" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23a56600" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23a56600" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23ffbc00" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.orange.icon-cancel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <path fill="%23ffbc00" d="M16.558,21.114c0.06-2.289-1.593-2.051-3.06-2.525c1.819,0.588,1.11,3.411,0.722,4.681 c-0.659,2.162-1.749,4.203-2.894,6.143c0.446,0.144,1.802,0.582,1.802,0.582s1.307-2.156,1.564-2.673 C15.614,25.458,16.67,23.25,16.558,21.114z"/> <path fill="%23ffbc00" d="M11.507,14.415c1.713-0.414,3.758-0.86,5.451-0.313c-1.137-0.367-2.282-0.82-3.48-0.933 c-1.897-0.179-3.857,0.24-5.693,0.941c0.487,0.157,1.066,0.538,1.566,0.646C10.166,14.932,10.682,14.615,11.507,14.415z"/> <path fill="%23a56600" d="M3.412,20.65c-0.482-0.156-1.301-0.42-1.894-0.612c1.574,1.117,3.149,2.232,4.724,3.348 C7.109,24,7.959,24.709,8.874,25.251c0.636,0.377,1.399,0.534,2.106,0.762C8.757,24.438,5.635,22.224,3.412,20.65z"/> <g> <path fill="%23ffbc00" d="M3.412,20.65c-0.631-0.204-1.262-0.408-1.894-0.612c1.197-2.178,5.837-10.42,5.837-10.42 s1.408,0.455,1.802,0.582C7.242,13.683,5.327,17.166,3.412,20.65z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.4117" y1="20.0971" x2="20.6753" y2="20.0971"> <stop offset="0" style="stop-color:%23d88500"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.157,10.2c0.174,1.508,0.348,3.015,0.521,4.523c3.538-1.35,9.279-1.806,10.695,2.701 c1.611,5.127-3.567,9.884-7.246,12.572c1.032-1.748,2.055-3.528,2.713-5.456c0.448-1.311,1.144-3.507,0.225-4.788 c-1.18-1.647-3.659,0.02-4.776,0.884c-0.829,0.641-0.829,0.641-0.829,0.641s0.389,3.607,0.519,4.737 c-1.595-1.13-3.191-2.26-4.786-3.39c-0.726-0.515-1.452-1.03-2.192-1.522c-0.556-0.37-0.591-0.451-0.591-0.451 s2.066-3.757,2.931-5.331C7.281,13.612,8.219,11.906,9.157,10.2z"/> </svg>');
}
.orange.icon-back{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23a56600" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23a56600" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%23ffbc00" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.orange.icon-skip{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23d88500" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23d88500" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23d88500" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23a56600" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23a56600" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23ffbc00" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> "/> </svg>');
}
.orange.icon-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a56600" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%23ffbc00" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%23ffbc00" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%23d88500" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.orange.icon-restore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ffbc00" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%23d88500" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%23ffbc00" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%23d88500" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%23ffbc00" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%23a56600" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.orange.icon-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a56600" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%23ffbc00" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%23ffbc00" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%23d88500" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.orange.icon-delete-all{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23999999" points="26.724,19.214 24.738,18.508 20.566,13.146 22.553,13.852 "/> </g> <polygon fill="%23CCCCCC" points="22.553,13.852 20.566,13.146 22.688,12.429 24.675,13.134 "/> <path fill="%23999999" d="M21.159,5.458c1.248,1.293,1.426,3.759,1.504,5.598c0.012,0.279-0.092,1.18,0.042,1.379 c0.069,0.103,0.498,0.177,0.594,0.211c0.459,0.163,0.918,0.326,1.376,0.489c0.007-2.102-0.039-4.746-1.152-6.485 c-0.733-1.146-2.072-1.34-3.156-1.725C20.658,5.028,20.929,5.219,21.159,5.458z"/> <path fill="%23CCCCCC" d="M18.983,6.052c1.39-2.095,3.616-3.989,5.94-3.164c-1.279-0.454-2.565-1.107-3.918-0.806 c-2.422,0.538-4.197,3.165-5.313,5.642c0.531,0.189,1.099,0.496,1.646,0.585c0.439,0.071,0.303,0.174,0.601-0.422 C18.257,7.252,18.598,6.631,18.983,6.052z"/> <path fill="%23676767" d="M23.734,2.692c2.75-0.041,5.04,3.19,4.963,8.837l2.095-0.654l-4.068,8.338l-4.172-5.362l2.122-0.717 c0.02-5.771-1.359-7.636-2.992-7.612c-1.384,0.021-2.95,1.398-4.003,2.907C19.44,4.521,21.711,2.722,23.734,2.692z"/> <polyline fill="%23a56600" points="20.566,14.667 19.157,15.43 16.887,16.862 16.893,16.873 16.748,16.949 20.281,22.863 22.592,21.169 19.256,15.598 20.671,14.836 23.145,13.264 20.566,14.667 "/> <polyline fill="%23ffbc00" points="20.741,9.295 18.22,10.738 20.566,14.667 23.145,13.264 20.741,9.295 "/> <polyline fill="%23ffbc00" points="14.536,12.927 14.542,12.938 16.87,11.611 13.453,5.895 10.88,7.129 14.396,13.02 14.536,12.927 "/> <polyline fill="%23d88500" points="14.542,12.938 14.396,13.02 10.88,7.129 8.849,8.829 12.196,14.446 9.256,16.355 11.346,19.865 14.437,18.195 17.801,23.835 20.281,22.863 16.748,16.949 16.887,16.862 19.157,15.43 20.566,14.667 18.22,10.738 16.87,11.611 14.542,12.938 "/> <path fill="%23CCCCCC" d="M18.069,25.769c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C15.385,28.086,16.966,26.887,18.069,25.769z"/> <path fill="%23999999" d="M6.637,29.661c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C2.844,24.377,3.669,28.175,6.637,29.661z"/> <polygon fill="%23CCCCCC" points="2.761,22.709 0.357,22.004 5.28,13.665 7.683,14.371 "/> <path fill="%23676767" d="M7.683,14.371l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839l-2.535,0.654 L7.683,14.371z"/> </svg>');
}
.orange.icon-waste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.1218" y1="19.2374" x2="26.8577" y2="19.2374"> <stop offset="0" style="stop-color:%23d88500"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.147,13.307c-0.229,0.045-0.464,0.085-0.704,0.121c-0.468,0.073-0.953,0.132-1.455,0.174 c-0.03,0.003-0.061,0.005-0.093,0.007c-0.008,0.002-0.016,0.003-0.025,0.004c-1.283,0.105-2.534,0.106-3.75,0.004 c-0.01,0-0.021,0-0.032,0c-0.521-0.044-1.036-0.107-1.548-0.189c-0.237-0.039-0.473-0.082-0.708-0.128 c-0.12-0.024-0.24-0.049-0.359-0.075c-0.783-0.17-1.514-0.381-2.192-0.633c-0.248-0.093-0.49-0.193-0.726-0.299 c-0.201-0.088-0.398-0.182-0.591-0.281c-0.018-0.009-0.037-0.018-0.057-0.028c-0.381-0.201-0.714-0.4-1-0.598 c-0.064-0.045-0.125-0.09-0.185-0.135c-0.045-0.033-0.089-0.068-0.132-0.103c-0.13-0.102-0.255-0.209-0.374-0.32 c-0.184-0.177-0.352-0.364-0.505-0.562c-0.077-0.099-0.148-0.197-0.213-0.295C5.332,9.711,5.206,9.453,5.122,9.194l4.195,16.321 c0.02,0.11,0.048,0.221,0.082,0.331c0.206,0.669,0.624,1.265,1.252,1.79c0.522,0.436,1.148,0.796,1.879,1.078 c1.321,0.512,2.755,0.708,4.302,0.587c1.634-0.126,3.01-0.586,4.127-1.381c0.657-0.463,1.139-1,1.445-1.612 c0.129-0.261,0.218-0.524,0.267-0.79L26.858,9.14c-0.044,0.143-0.101,0.287-0.171,0.431c-0.063,0.13-0.136,0.258-0.217,0.384 c-0.194,0.304-0.438,0.595-0.733,0.872c-0.107,0.1-0.221,0.198-0.342,0.295c-0.104,0.085-0.214,0.168-0.331,0.249 c-0.226,0.161-0.471,0.316-0.737,0.466c-0.104,0.059-0.209,0.116-0.317,0.171c-0.414,0.218-0.853,0.415-1.316,0.591 C21.914,12.895,21.065,13.131,20.147,13.307 M8.153,13.776c0.092,0.051,0.187,0.102,0.285,0.153 c0.134,0.068,0.272,0.134,0.416,0.199c0.228,0.104,0.471,0.206,0.729,0.306c0.056,0.021,0.113,0.043,0.171,0.064 c0.413,2.08,0.805,4.043,1.174,5.889c0.059,0.297,0.117,0.59,0.174,0.879c0.047,0.228,0.092,0.454,0.135,0.676 c0.31,1.543,0.603,2.997,0.879,4.362c0.072,0.359,0.144,0.711,0.213,1.057c-1.21-0.455-2.122-1.089-2.736-1.9 c-0.076-0.334-0.152-0.667-0.228-1H9.32c0.007-0.034,0.014-0.069,0.021-0.103c-0.118-0.522-0.235-1.041-0.352-1.558 c-0.252-1.107-0.501-2.206-0.747-3.295c-0.113-0.501-0.226-1.001-0.338-1.498c-0.401-1.781-0.795-3.538-1.181-5.269 c0.109,0.103,0.221,0.203,0.338,0.299c0.107,0.088,0.217,0.174,0.331,0.256c0.194,0.142,0.398,0.275,0.612,0.398 C8.054,13.72,8.103,13.749,8.153,13.776 M22.214,14.499c0.062-0.023,0.124-0.047,0.185-0.071c0.4-0.157,0.782-0.33,1.146-0.519 c0.133-0.069,0.264-0.14,0.391-0.213c0.013-0.008,0.026-0.016,0.039-0.025c0.219-0.128,0.422-0.26,0.608-0.395 c0.121-0.085,0.235-0.172,0.342-0.26c0.114-0.091,0.221-0.184,0.32-0.278c-0.792,3.556-1.542,6.907-2.252,10.051 c-0.119,0.529-0.238,1.052-0.356,1.569c0.009,0.034,0.016,0.069,0.021,0.103h-0.046c-0.074,0.336-0.149,0.669-0.224,1 c-0.306,0.399-0.686,0.755-1.139,1.071c-0.477,0.327-1.009,0.604-1.598,0.829c0.065-0.325,0.135-0.677,0.21-1.057 c0.239-1.189,0.531-2.647,0.875-4.373c0.044-0.219,0.088-0.441,0.132-0.669c0.058-0.288,0.118-0.583,0.178-0.886 C21.391,18.645,21.78,16.686,22.214,14.499 M17.877,15.431c0.165-0.014,0.33-0.03,0.495-0.05l-0.139,5.529l-0.171,6.895 c-1.383,0.263-2.766,0.263-4.149,0l-0.178-6.888l-0.139-5.536c0.171,0.02,0.341,0.038,0.512,0.053 c0.01,0.001,0.019,0.002,0.028,0.004c1.239,0.112,2.478,0.111,3.715-0.004C17.861,15.434,17.869,15.433,17.877,15.431z"/> <path fill="none" d="M22.826,4.888c-0.804-0.372-1.722-0.674-2.754-0.904c-1.838-0.403-3.775-0.52-5.81-0.349 c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166C6.213,7.67,6.128,8.172,6.218,8.674 c0.068,0.365,0.228,0.729,0.48,1.092c0.03,0.044,0.061,0.086,0.093,0.128c0.247,0.321,0.536,0.613,0.868,0.875 c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466c0.114,0.067,0.234,0.135,0.36,0.203 c0.126,0.067,0.254,0.13,0.384,0.192c0.766,0.364,1.63,0.656,2.59,0.875c-0.269-1.859-0.571-3.942-0.904-6.248 c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235c0.004,0.002,0.007,0.003,0.011,0.003 c0.007,0.001,0.014,0.001,0.021,0c1.164,0.111,2.364,0.115,3.601,0.011c0.055-0.004,0.109-0.009,0.164-0.014 c0.007-0.001,0.014-0.002,0.021-0.004c0.002,0.001,0.003,0.001,0.004,0c0.575-0.051,1.125-0.124,1.651-0.221 c0.241-0.044,0.477-0.092,0.708-0.146c0.949-0.218,1.812-0.515,2.59-0.89c0.177-0.085,0.349-0.174,0.516-0.267 c0.356-0.197,0.672-0.406,0.95-0.626c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377 c0.123-0.236,0.207-0.472,0.253-0.708c0.131-0.677-0.059-1.351-0.569-2.021C24.656,5.968,23.873,5.379,22.826,4.888z"/> <path fill="%23ffbc00" d="M21.385,20.615c-0.109-0.082-0.222-0.161-0.338-0.238c-0.06,0.303-0.119,0.598-0.178,0.886 c0.127,0.114,0.244,0.232,0.352,0.356C21.275,21.296,21.329,20.962,21.385,20.615z"/> <path fill="%23ffbc00" d="M21.531,22.024c0.198,0.303,0.33,0.617,0.395,0.939c0.02-0.087,0.092-0.408,0.214-0.964L21.531,22.024z"/> <path fill="%23ffbc00" d="M26.263,6.514c-0.598-0.759-1.485-1.411-2.661-1.957c-0.899-0.413-1.932-0.747-3.099-1.003 c-2.061-0.448-4.233-0.574-6.515-0.377c-2.526,0.221-4.64,0.809-6.34,1.765C6.493,5.594,5.707,6.349,5.289,7.208 C4.963,7.873,4.908,8.535,5.122,9.194c0.084,0.259,0.21,0.518,0.377,0.776c0.066,0.098,0.137,0.197,0.214,0.295 c0.153,0.198,0.322,0.386,0.505,0.562c0.119,0.112,0.244,0.218,0.374,0.32c0.043,0.035,0.087,0.07,0.132,0.103 c0.06,0.045,0.122,0.09,0.185,0.135c0.286,0.198,0.619,0.397,1,0.598c0.02,0.01,0.039,0.02,0.057,0.029 c0.192,0.099,0.389,0.193,0.591,0.281c0.235,0.106,0.477,0.206,0.726,0.299c0.678,0.253,1.408,0.464,2.192,0.633 c0.12,0.026,0.239,0.051,0.359,0.075c0.236,0.046,0.471,0.089,0.708,0.128c0.511,0.082,1.027,0.144,1.548,0.189 c0.011,0,0.022,0,0.032,0c1.217,0.102,2.467,0.101,3.75-0.004c0.009-0.001,0.017-0.002,0.025-0.004 c0.031-0.002,0.062-0.004,0.093-0.007c0.502-0.043,0.987-0.101,1.455-0.174c0.24-0.036,0.475-0.076,0.705-0.121 c0.918-0.175,1.767-0.411,2.548-0.708c0.463-0.176,0.902-0.372,1.316-0.591c0.108-0.055,0.213-0.112,0.317-0.171 c0.265-0.15,0.511-0.305,0.736-0.466c0.116-0.081,0.227-0.165,0.331-0.249c0.121-0.097,0.235-0.195,0.342-0.295 c0.295-0.277,0.539-0.567,0.733-0.872c0.081-0.126,0.154-0.254,0.217-0.384c0.07-0.144,0.127-0.287,0.171-0.43 c0.032-0.098,0.057-0.195,0.075-0.292c0.002-0.002,0.003-0.005,0.003-0.007C27.087,8.058,26.863,7.282,26.263,6.514z M25.748,8.674 c-0.045,0.236-0.129,0.472-0.253,0.708c-0.065,0.128-0.14,0.254-0.224,0.377c-0.241,0.353-0.559,0.684-0.954,0.993 c-0.278,0.22-0.594,0.429-0.95,0.626c-0.167,0.093-0.339,0.182-0.516,0.267c-0.778,0.375-1.641,0.671-2.59,0.89 c-0.231,0.053-0.467,0.102-0.708,0.146c-0.526,0.096-1.076,0.17-1.651,0.221c0,0.001-0.002,0.001-0.004,0 c-0.007,0.002-0.014,0.003-0.021,0.004c-0.055,0.005-0.109,0.01-0.164,0.014c-1.237,0.104-2.437,0.1-3.601-0.011 c-0.007,0.001-0.014,0.001-0.021,0c-0.003-0.001-0.007-0.002-0.011-0.003c-0.557-0.052-1.108-0.131-1.651-0.235l-0.957-6.6 c-0.227,0.064-0.446,0.131-0.658,0.203c0.333,2.306,0.634,4.389,0.904,6.248c-0.961-0.219-1.824-0.511-2.59-0.875 c-0.13-0.062-0.259-0.125-0.384-0.192c-0.125-0.068-0.245-0.135-0.36-0.203c-0.265-0.156-0.5-0.312-0.704-0.466 c-0.006-0.005-0.013-0.01-0.021-0.014c-0.332-0.262-0.621-0.554-0.868-0.875C6.759,9.853,6.728,9.81,6.698,9.766 c-0.252-0.363-0.412-0.727-0.48-1.092C6.128,8.172,6.213,7.67,6.474,7.166C6.865,6.406,7.577,5.745,8.609,5.18 c1.523-0.844,3.407-1.359,5.654-1.544c2.035-0.171,3.972-0.055,5.81,0.349c1.032,0.23,1.95,0.531,2.754,0.904 c1.046,0.491,1.83,1.079,2.352,1.765C25.689,7.324,25.878,7.997,25.748,8.674z"/> <path fill="%23ffbc00" d="M20.389,25.984c-0.166,0.114-0.341,0.221-0.527,0.32c-0.075,0.38-0.145,0.732-0.21,1.057 c0.588-0.225,1.121-0.502,1.598-0.829c0.453-0.316,0.833-0.672,1.139-1.071l-0.897-0.548C21.222,25.314,20.854,25.671,20.389,25.984 z"/> <path fill="%23ffbc00" d="M15.995,27.204c-0.704,0-1.39-0.076-2.056-0.228l-0.025,0.829c1.383,0.263,2.766,0.263,4.149,0l-0.018-0.829 C17.378,27.128,16.695,27.204,15.995,27.204z"/> <path fill="%23ffbc00" d="M17.813,19.206c-1.212-0.206-2.424-0.206-3.636,0l-0.021,0.655c1.222-0.251,2.448-0.251,3.679,0 L17.813,19.206z"/> <path fill="%23ffbc00" d="M10.448,22.024H9.847c0.071,0.321,0.141,0.636,0.21,0.946c0.002,0,0.004-0.001,0.004-0.004 C10.126,22.643,10.255,22.329,10.448,22.024z"/> <path fill="%23ffbc00" d="M10.928,20.387c-0.115,0.074-0.226,0.151-0.334,0.231c0.056,0.346,0.111,0.679,0.164,1 c0.108-0.122,0.223-0.24,0.345-0.352C11.046,20.977,10.988,20.684,10.928,20.387z"/> <path fill="%23ffbc00" d="M11.715,26.073c-0.524-0.337-0.932-0.723-1.224-1.16l-0.897,0.548c0.614,0.811,1.526,1.445,2.736,1.9 c-0.07-0.345-0.141-0.698-0.213-1.057C11.978,26.232,11.844,26.155,11.715,26.073z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.4356" x2="25.7876" y2="18.4356"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="1" style="stop-color:%23d88500"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M21.798,20.956c0.576-2.301,1.159-4.65,1.747-7.048c-0.364,0.19-0.746,0.363-1.146,0.519 c-0.386,2.368-0.724,4.43-1.014,6.187c-0.056,0.347-0.111,0.681-0.164,1.003c-0.108-0.124-0.226-0.242-0.352-0.356 c-0.044,0.227-0.088,0.45-0.132,0.669c0.211,0.135,0.409,0.28,0.594,0.434c0.226,0.191,0.424,0.39,0.594,0.598 c-0.065-0.323-0.197-0.636-0.395-0.939c0.061-0.241,0.121-0.483,0.181-0.726C21.741,21.185,21.77,21.071,21.798,20.956z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="8.2322" x2="25.7875" y2="8.2322"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="1" style="stop-color:%23d88500"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M25.178,6.653c-0.522-0.686-1.306-1.274-2.352-1.765c-0.804-0.372-1.722-0.674-2.754-0.904 c-1.838-0.403-3.775-0.52-5.81-0.349c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166 C6.213,7.67,6.128,8.172,6.218,8.674c0.068,0.365,0.228,0.729,0.48,1.092c0.06-0.369,0.21-0.733,0.448-1.092 c0.175,0.711,0.345,1.41,0.512,2.096c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466 c0.114,0.067,0.234,0.135,0.36,0.203c0.126,0.067,0.254,0.13,0.384,0.192c-0.215-1.33-0.444-2.74-0.687-4.23 c0.658-0.451,1.449-0.832,2.373-1.142c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235 l-0.075-7.315c0.006-0.001,0.012-0.002,0.018-0.004c0.005,0.001,0.01,0.001,0.014,0c1.307-0.135,2.61-0.135,3.91,0 c0.004,0,0.008,0,0.011,0c0.006,0.002,0.012,0.003,0.018,0.004l-0.075,7.312c0.575-0.051,1.125-0.124,1.651-0.221 c0.282-1.962,0.599-4.166,0.95-6.611c0.229,0.063,0.451,0.131,0.665,0.203c0.926,0.307,1.717,0.688,2.373,1.142 c-0.242,1.49-0.472,2.9-0.69,4.23c0.177-0.085,0.349-0.174,0.516-0.267c0.356-0.197,0.672-0.406,0.95-0.626 c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377c0.123-0.236,0.207-0.472,0.253-0.708 C25.878,7.997,25.689,7.324,25.178,6.653z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.1491" x2="25.7876" y2="18.1491"> <stop offset="0" style="stop-color:%23a56600"/> <stop offset="1" style="stop-color:%23d88500"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M17.835,19.861c-1.231-0.251-2.457-0.251-3.679,0l-0.046-4.426c-0.171-0.016-0.342-0.033-0.512-0.053 l0.139,5.536c0.452-0.099,0.926-0.168,1.423-0.206c1.082-0.088,2.106-0.021,3.074,0.199l0.139-5.529 c-0.164,0.019-0.329,0.036-0.494,0.05L17.835,19.861z"/> <path fill="%23d88500" d="M10.181,20.96c-0.195-0.784-0.397-1.594-0.605-2.43c-0.36-1.456-0.74-2.989-1.139-4.601 c-0.098-0.05-0.193-0.101-0.285-0.153c-0.05-0.028-0.099-0.056-0.149-0.085c0.364,1.653,0.711,3.225,1.039,4.714 c0.045,0.199,0.089,0.398,0.132,0.594c0.233,1.05,0.457,2.058,0.673,3.024h0.601c-0.06-0.239-0.12-0.481-0.181-0.726 C10.239,21.186,10.21,21.074,10.181,20.96z"/> <path fill="%23a56600" d="M23.976,13.67c-0.013,0.009-0.026,0.017-0.039,0.025c-0.128,0.073-0.258,0.144-0.391,0.213 c-0.588,2.398-1.171,4.748-1.747,7.048c-0.028,0.115-0.057,0.229-0.085,0.342c-0.06,0.243-0.121,0.485-0.181,0.726l0.608-0.025 C22.441,20.635,23.053,17.859,23.976,13.67 M9.584,14.435c-0.258-0.1-0.501-0.202-0.729-0.306c-0.144-0.065-0.283-0.131-0.416-0.199 c0.399,1.611,0.778,3.145,1.139,4.601c0.208,0.836,0.41,1.646,0.605,2.43c0.029,0.114,0.057,0.226,0.085,0.338 c0.061,0.245,0.122,0.487,0.181,0.726c-0.193,0.305-0.322,0.619-0.388,0.943c0.262-0.316,0.582-0.608,0.961-0.875 c0.072-0.051,0.144-0.101,0.217-0.149c-0.044-0.222-0.089-0.448-0.135-0.676c-0.123,0.113-0.238,0.23-0.345,0.352 c-0.053-0.321-0.107-0.654-0.164-1C10.306,18.862,9.969,16.801,9.584,14.435 M8.004,13.691c-0.214-0.124-0.418-0.257-0.612-0.398 c-0.114-0.082-0.224-0.168-0.331-0.256c-0.117-0.096-0.229-0.196-0.338-0.299c0.387,1.731,0.78,3.488,1.181,5.269 c0.112,0.497,0.225,0.997,0.338,1.498c0.247,1.089,0.496,2.187,0.747,3.295c0.117,0.517,0.235,1.037,0.352,1.558 c0.009,0.034,0.017,0.069,0.025,0.103c0.076,0.333,0.152,0.666,0.228,1l0.897-0.548c-0.139-0.623-0.283-1.267-0.431-1.932 c-0.001-0.003-0.002-0.006-0.004-0.011c-0.069-0.31-0.139-0.626-0.21-0.946c-0.215-0.967-0.439-1.975-0.672-3.024 c-0.043-0.197-0.086-0.395-0.132-0.594C8.714,16.916,8.368,15.344,8.004,13.691 M21.168,6.272c-0.214-0.072-0.436-0.139-0.665-0.203 c-0.351,2.445-0.668,4.649-0.95,6.611c0.241-0.044,0.477-0.092,0.708-0.146L21.168,6.272z"/> <path fill="%23ffbc00" d="M25.246,12.737c-0.099,0.094-0.206,0.186-0.32,0.278c-0.106,0.088-0.22,0.174-0.342,0.26 c-0.187,0.135-0.39,0.267-0.608,0.395c-0.922,4.189-1.534,6.965-1.836,8.329c-0.122,0.556-0.193,0.877-0.213,0.964l0,0 c-0.161,0.729-0.306,1.379-0.434,1.95l0.897,0.548c0.075-0.331,0.15-0.664,0.224-1c0.009-0.035,0.017-0.069,0.025-0.103 c0.118-0.517,0.236-1.04,0.356-1.569C23.704,19.644,24.454,16.294,25.246,12.737z"/> </svg>');
}
.orange.icon-manage{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23d88500" points="16.866,21.001 17.094,23.779 20.501,26.09 20.328,23.279 16.866,21.001 "/> <polyline fill="%23d88500" points="19.264,19.688 21.5,18.462 18.179,16.389 18.364,19.113 19.264,19.688 "/> <polyline fill="%23d88500" points="28.661,25.699 28.607,22.889 24.972,20.632 25.08,23.41 28.661,25.699 "/> <polyline fill="%23a56600" points="20.328,23.279 20.501,26.09 25.08,23.41 24.972,20.632 20.328,23.279 "/> <polyline fill="%23a56600" points="28.607,22.889 28.661,25.699 30.083,18.429 30.05,15.716 28.607,22.889 "/> <polyline fill="%23ffbc00" points="21.5,18.462 19.264,19.688 16.866,21.001 20.328,23.279 24.972,20.632 28.607,22.889 30.05,15.716 18.179,16.389 21.5,18.462 "/> <polyline fill="%23a56600" points="14.876,26.874 3.141,27.683 3.292,30.11 14.876,29.301 14.876,26.874 "/> <polyline fill="%23a56600" points="16.866,21.001 11.457,24.534 13.737,26.09 17.094,23.779 16.866,21.001 "/> <polygon fill="%23ffbc00" points="13.587,18.865 16.866,21.001 11.457,24.534 14.876,26.874 3.141,27.683 5.007,20.133 8.167,22.29 "/> <path fill="%23d88500" d="M17.942,15.947l2.879-1.699L14.456,1.062l-3.05,1.388L17.942,15.947z"/> <path fill="%23ffbc00" d="M11.405,2.45L5.787,8.542L9.55,10.84l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L11.405,2.45z"/> <path fill="%23a56600" d="M13.594,13.301l-0.007,5.565l2.769-1.637l0.044-2.219L13.594,13.301z"/> </svg> ');
}
.orange.icon-debug{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.048,28.509 18.117,26.11 13.757,23.09 13.757,23.08 12.027,21.885 12.069,24.244 12.077,24.244 18.048,28.509 "/> <polyline fill="%23999999" points="17.364,18.312 17.314,20.639 23.285,24.562 23.443,22.203 17.364,18.312 "/> <polyline fill="%23999999" points="22.29,15.018 22.163,17.301 22.174,17.301 28.111,20.924 28.337,18.596 22.29,15.018 "/> <polyline fill="%23999999" points="0.993,14.231 1.201,16.506 5.192,19.349 5.05,17.043 0.993,14.231 "/> <polyline fill="%23999999" points="6.414,13.478 7.686,14.315 9.457,13.259 6.295,11.237 6.414,13.478 "/> <polygon fill="%23999999" points="11.224,8.46 11.266,10.658 12.535,11.438 14.394,10.342 "/> <polyline fill="%23676767" points="20.392,24.444 18.117,26.11 18.048,28.509 20.291,26.821 20.392,24.444 "/> <polyline fill="%23676767" points="25.528,20.663 23.443,22.203 23.285,24.562 25.344,23.006 25.528,20.663 "/> <polygon fill="%23676767" points="28.337,18.596 28.111,20.924 30.001,19.491 30.262,17.185 "/> <polyline fill="%23CCCCCC" points="17.364,18.312 23.443,22.203 25.528,20.663 21.187,17.977 19.462,16.909 17.364,18.312 "/> <polyline fill="%23CCCCCC" points="24.583,13.92 24.23,13.72 22.29,15.018 28.337,18.596 30.262,17.185 24.583,13.92 "/> <polyline fill="%23CCCCCC" points="16.034,21.524 14.302,20.363 12.027,21.885 13.757,23.08 13.757,23.09 18.117,26.11 20.392,24.444 16.034,21.524 "/> <polyline fill="%23CCCCCC" points="5.05,17.043 4.974,15.913 6.406,15.068 3.252,12.959 0.993,14.231 5.05,17.043 "/> <polyline fill="%23CCCCCC" points="13.172,7.354 11.224,8.46 14.394,10.342 16.342,9.186 13.172,7.354 "/> <polygon fill="%23CCCCCC" points="11.558,12.014 8.396,10.058 6.295,11.237 9.457,13.259 "/> <path fill="%23a56600" d="M14.302,20.363l1.732,1.161l1.28-0.885l0.05-2.327l2.098-1.403l1.725,1.069l0.987-0.677h-0.011l0.126-2.283 l1.94-1.298l0.353,0.2l0.182-2.793L11.04,20.071l0.108,4.808l0.929-0.635h-0.008l-0.042-2.359L14.302,20.363z"/> <path fill="%23d88500" d="M4.974,15.913l0.076,1.129l0.142,2.306l0.084,1.29l5.871,4.239l-0.108-4.808L4.974,15.913z"/> <path fill="%23ffbc00" d="M14.394,10.342l-1.859,1.095l-0.977,0.577l-2.101,1.245l-1.772,1.056l-1.28,0.753l-1.432,0.845l6.066,4.157 l13.725-8.944l-6.048-3.354l-2.375,1.414L14.394,10.342z"/> </svg>');
}
.orange.icon-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.6991" y1="1059.3348" x2="28.839" y2="1059.3348" gradientTransform="matrix(1 0 0 -1 0 1079)"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23515151"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.5,24.521c-0.025-0.023-0.049-0.047-0.071-0.071c-0.279-0.273-0.48-0.569-0.602-0.888l-0.01,2.531 c-0.045,0.709,0.207,1.339,0.755,1.888v-0.01c1.2,1.137,2.429,1.137,3.685,0l-0.01,0.01l8.737-9.227h0.01 c0.986-0.996,3.657-1.758,8.013-2.286l1.235-0.388c1.528-0.758,2.355-2.055,2.48-3.889v-0.01c0.006-0.039,0.01-0.076,0.01-0.112 v-1.562c-0.111,0.578-0.315,1.088-0.612,1.531c-0.424,0.632-1.033,1.132-1.827,1.5l-1.276,0.357 c-4.321,0.483-6.971,1.181-7.951,2.092l-8.737,8.533c-0.276,0.23-0.552,0.411-0.827,0.541c-0.715,0.35-1.423,0.364-2.123,0.041 C5.086,24.971,4.793,24.777,4.5,24.521z"/> <path fill="%23CCCCCC" d="M25.782,4.678c-1.395-0.794-2.82-1.046-4.277-0.755c-1.665,0.363-2.884,1.581-3.654,3.654v-0.01 c-0.133,0.488-0.395,1.369-0.786,2.644c0.002,0.003,0.002,0.007,0,0.01c-0.528,1.286-1.29,2.385-2.286,3.297 c-0.003,0.005-0.007,0.009-0.01,0.01c0,0-9.869,7.722-10.272,8.12c-0.756,0.746-0.735,1.577-0.67,1.913 c0.065,0.335,0.323,0.615,0.602,0.888c0.023,0.025,0.047,0.049,0.071,0.071c0.293,0.256,0.585,0.45,0.878,0.582 c0.7,0.323,1.408,0.31,2.123-0.041c0.275-0.13,0.55-0.311,0.827-0.541l8.737-8.533c0.98-0.912,3.63-1.609,7.951-2.092l1.276-0.357 c0.794-0.368,1.403-0.869,1.827-1.5c0.297-0.443,0.502-0.953,0.612-1.531l0.01-0.949c0-0.01,0-0.02,0-0.031l-3.981,1.919 c-0.013,0.008-0.03,0.011-0.051,0.01c-0.013-0.001-0.027-0.008-0.041-0.02l-2.838-1.715c-0.018-0.006-0.031-0.02-0.041-0.041 c-0.009-0.016-0.013-0.037-0.01-0.061V9.578l-0.194-0.122l0.49-3.266L25.782,4.678"/> <ellipse fill="%23676767" cx="6.536" cy="22.865" rx="1.547" ry="1.334"/> <path fill="%23676767" d="M22.036,8.128l0.041-0.02V6.189l-0.49,3.266l0.194,0.122L21.975,8.2c0.003-0.014,0.009-0.027,0.02-0.041 C22.006,8.145,22.02,8.135,22.036,8.128z"/> <path fill="%23676767" d="M25.802,4.689c-0.005,0.001-0.012-0.003-0.02-0.01l-3.705,1.511v1.919l3.726-1.623V4.689z"/> </svg>');
}
.orange.icon-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <path fill="%23ffbc00" d="M9.253,8.618c0.335-0.003,0.711,0.046,1.115,0.142c1.227,0.294,2.586,1.011,3.821,2.024 c2.48,2.031,3.677,4.594,2.664,5.717c-0.317,0.353-0.813,0.523-1.421,0.529c-1.337,0.013-3.216-0.772-4.922-2.169 c-1.233-1.007-2.185-2.176-2.681-3.29c-0.463-1.044-0.462-1.91,0.015-2.433C8.153,8.8,8.637,8.625,9.253,8.618z"/> </g> <path fill="%23d88500" d="M23.465,12.679c0.155-3.182-2.962-6.169-5.287-7.846c-2.215-1.597-6.975-4.248-9.491-1.867 c-1.002,0.949-1.724,2.348-2.52,3.471c1.157-1.632,3.663-1.272,5.297-0.775c2.049,0.623,3.956,1.771,5.579,3.154 c1.894,1.614,5.455,5.62,3.736,8.429C21.604,15.899,23.389,14.346,23.465,12.679z"/> <path fill="%23005673" d="M16.616,8.458c3.922,3.111,5.702,7.159,3.968,9.028c-0.575,0.618-1.475,0.923-2.557,0.933 c-2.164,0.021-5.081-1.121-7.688-3.195c-1.864-1.483-3.309-3.209-4.07-4.878C5.472,8.6,5.506,7.127,6.364,6.196 c0.572-0.616,1.453-0.933,2.56-0.944c0.566-0.005,1.191,0.069,1.865,0.225C12.684,5.924,14.756,6.982,16.616,8.458z M19.024,16.24 c1.248-1.343-0.226-4.408-3.281-6.837c-1.522-1.211-3.196-2.069-4.707-2.42c-0.498-0.115-0.962-0.174-1.374-0.17 C8.904,6.82,8.308,7.03,7.928,7.435c-0.587,0.626-0.589,1.661-0.018,2.91c0.61,1.333,1.783,2.73,3.302,3.934 c2.101,1.671,4.415,2.61,6.062,2.594C18.023,16.866,18.633,16.662,19.024,16.24"/> <path fill="%23676767" d="M27.209,25.817c-0.002,0.007-0.002,0.013-0.003,0.02c-0.021,0.084-0.053,0.167-0.091,0.249 c-0.014,0.029-0.031,0.058-0.047,0.087c-0.029,0.054-0.059,0.107-0.095,0.16c-0.028,0.041-0.06,0.081-0.091,0.122 c-0.034,0.043-0.068,0.086-0.106,0.128c-0.059,0.065-0.125,0.129-0.194,0.192c-0.029,0.027-0.056,0.054-0.087,0.081 c-0.154,0.131-0.333,0.256-0.528,0.377c-0.035,0.021-0.068,0.043-0.104,0.064c-0.16,0.094-0.33,0.186-0.514,0.272 c-0.021,0.01-0.045,0.019-0.067,0.029c-0.167,0.077-0.345,0.15-0.53,0.22c-0.057,0.022-0.115,0.043-0.173,0.064 c-0.192,0.068-0.39,0.133-0.598,0.194c-0.025,0.007-0.048,0.016-0.074,0.023c-0.231,0.066-0.474,0.125-0.723,0.18 c-0.049,0.011-0.1,0.021-0.15,0.031c-0.435,0.091-0.894,0.166-1.374,0.222c-0.046,0.005-0.092,0.012-0.138,0.017 c-0.254,0.027-0.511,0.051-0.775,0.067c-0.166,0.01-0.33,0.015-0.495,0.02c-0.266,0.009-0.529,0.013-0.789,0.01 c-0.048,0-0.096,0.001-0.144,0c-0.282-0.005-0.561-0.018-0.834-0.037c-0.078-0.005-0.155-0.013-0.233-0.02 c-0.184-0.015-0.367-0.033-0.546-0.054c-0.091-0.011-0.182-0.023-0.271-0.035c-0.16-0.022-0.318-0.046-0.473-0.073 c-0.085-0.015-0.171-0.029-0.255-0.045c-0.17-0.032-0.335-0.068-0.497-0.106c-0.061-0.014-0.124-0.027-0.183-0.042 c-0.225-0.056-0.442-0.117-0.65-0.183c-0.037-0.012-0.071-0.025-0.108-0.037c-0.194-0.065-0.378-0.134-0.554-0.207 c-0.052-0.022-0.105-0.044-0.156-0.066c-0.219-0.097-0.423-0.199-0.608-0.308c-0.027-0.016-0.05-0.033-0.076-0.049 c-0.166-0.103-0.314-0.21-0.448-0.322c-0.025-0.021-0.053-0.041-0.076-0.063c-0.136-0.122-0.25-0.251-0.344-0.383 c-0.02-0.028-0.038-0.057-0.056-0.086c-0.088-0.138-0.16-0.28-0.198-0.427c-0.031-0.119-0.044-0.237-0.041-0.354l-0.026,0.97 c-0.003,0.117,0.01,0.235,0.041,0.354c0.038,0.147,0.111,0.289,0.198,0.427c0.018,0.029,0.035,0.058,0.056,0.086 c0.094,0.132,0.208,0.261,0.345,0.383c0.024,0.021,0.051,0.042,0.076,0.063c0.133,0.112,0.281,0.219,0.447,0.322 c0.027,0.017,0.05,0.034,0.078,0.05c0.184,0.109,0.389,0.211,0.607,0.308c0.022,0.01,0.039,0.021,0.061,0.031 c0.03,0.013,0.065,0.023,0.095,0.036c0.175,0.073,0.358,0.141,0.551,0.205c0.028,0.009,0.052,0.021,0.081,0.03 c0.01,0.003,0.021,0.005,0.03,0.009c0.207,0.066,0.423,0.127,0.648,0.183c0.012,0.003,0.024,0.007,0.036,0.01 c0.048,0.012,0.101,0.021,0.15,0.032c0.162,0.038,0.326,0.073,0.496,0.106c0.032,0.006,0.062,0.014,0.094,0.02 c0.051,0.009,0.107,0.016,0.159,0.024c0.156,0.027,0.314,0.051,0.475,0.073c0.051,0.007,0.098,0.016,0.149,0.023 c0.039,0.005,0.081,0.007,0.12,0.012c0.18,0.021,0.363,0.039,0.548,0.054c0.059,0.005,0.115,0.013,0.174,0.017 c0.019,0.001,0.039,0.001,0.058,0.003c0.274,0.019,0.552,0.031,0.835,0.037c0.011,0,0.021,0.001,0.032,0.001 c0.035,0.001,0.071-0.002,0.106-0.001c0.262,0.003,0.528-0.001,0.796-0.01c0.046-0.002,0.09,0,0.136-0.002 c0.118-0.005,0.237-0.011,0.357-0.019c0.265-0.016,0.523-0.04,0.777-0.067c0.023-0.003,0.048-0.004,0.071-0.006 c0.022-0.003,0.042-0.008,0.064-0.01c0.481-0.056,0.941-0.131,1.377-0.222c0.021-0.005,0.046-0.006,0.068-0.011 c0.027-0.006,0.052-0.014,0.079-0.02c0.25-0.055,0.493-0.115,0.725-0.18c0.025-0.007,0.048-0.015,0.073-0.023 c0.208-0.061,0.407-0.126,0.599-0.194c0.059-0.021,0.116-0.042,0.173-0.063c0.184-0.07,0.361-0.142,0.527-0.219 c0.023-0.01,0.048-0.02,0.07-0.031c0.184-0.086,0.353-0.178,0.513-0.272c0.017-0.01,0.038-0.019,0.055-0.029 c0.019-0.011,0.031-0.024,0.05-0.036c0.195-0.121,0.374-0.246,0.528-0.377c0.005-0.005,0.013-0.009,0.018-0.013 c0.026-0.022,0.044-0.045,0.068-0.067c0.069-0.063,0.135-0.127,0.194-0.192c0.012-0.013,0.028-0.026,0.039-0.039 c0.025-0.029,0.044-0.059,0.067-0.089c0.032-0.04,0.064-0.081,0.091-0.122c0.01-0.014,0.023-0.028,0.032-0.043 c0.025-0.039,0.042-0.079,0.063-0.118c0.015-0.029,0.033-0.057,0.046-0.086c0.004-0.009,0.01-0.017,0.014-0.026 c0.032-0.072,0.057-0.146,0.076-0.219c0-0.001,0-0.002,0.001-0.004c0.002-0.007,0.002-0.013,0.003-0.02 c0.015-0.064,0.028-0.129,0.033-0.194c0.002-0.022,0.003-0.045,0.004-0.067l0.026-0.97C27.243,25.644,27.229,25.731,27.209,25.817z" /> <g> <path fill="%23CCCCCC" d="M19.202,22.692c3.989-0.249,7.576,0.876,8.002,2.511c0.426,1.635-2.469,3.163-6.458,3.412 c-3.989,0.249-7.567-0.877-7.993-2.512C12.327,24.469,15.213,22.941,19.202,22.692z"/> </g> <ellipse fill="%23676767" cx="19.79" cy="25.582" rx="2.106" ry="1.049"/> <path fill="%23999999" d="M18.335,25.61l-5.11-3.502c-0.247-0.178-0.4-0.459-0.416-0.764c-0.015-0.304,0.109-0.599,0.339-0.8 l2.749-2.416c0,0,1.415,0.292,2.745,0.25c-1.061,0.937-3.228,2.837-3.228,2.837l5.5,3.799c0,0,0.334,0.913-0.575,1.071 C18.892,26.337,18.335,25.61,18.335,25.61z"/> <circle fill="%23CCCCCC" cx="14.335" cy="21.253" r="1.649"/> </svg>');
}
.orange.icon-replace{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ffbc00" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%23d88500" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%23ffbc00" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%23d88500" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%23ffbc00" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%23a56600" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.orange.icon-clean{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.206,14.245l0.007-0.425l0.18-9.21l-2.475,1.223l-0.029,9.756L18.206,14.245 M21.559,18.598l0.151-0.094 l0.13-2.684l-3.079,1.907l-0.065,2.72L21.559,18.598z"/> <polyline fill="%23999999" points="15.918,5.834 12.615,4.215 12.745,10.806 12.809,13.806 15.889,15.591 15.918,5.834 "/> <polygon fill="%23999999" points="9.615,14.929 9.86,15.073 18.436,20.289 18.695,20.447 18.76,17.728 9.5,12.324 "/> <polyline fill="%23CCCCCC" points="15.09,3.064 12.615,4.215 15.918,5.834 18.393,4.611 15.09,3.064 "/> <polygon fill="%23CCCCCC" points="12.745,10.806 12.579,10.712 9.5,12.324 18.76,17.728 21.839,15.821 18.213,13.821 18.206,14.245 15.889,15.591 12.809,13.806 "/> <path fill="%23a56600" d="M18.695,20.447l-0.259-0.158l2.216,9.051l5.044-3.734l-4.137-7.008L18.695,20.447z"/> <path fill="%23ffbc00" d="M9.86,15.073l-3.727,4.475l14.519,9.792l-2.216-9.051L9.86,15.073z"/> </svg>');
}
.orange.icon-system{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%23a56600" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%23a56600" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%23a56600" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%23ffbc00" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%23ffbc00" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%23ffbc00" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%23ffbc00" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%23a56600" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%23d88500" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%23ffbc00" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%23a56600" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%23d88500" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.orange.icon-print{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="21.514,12.171 21.514,12.171 16.537,10.013 3.823,15.522 16.53,22.819 29.239,15.522 "/> <polygon fill="%23999999" points="16.53,29.726 16.53,22.819 3.823,15.522 4.556,21.797 "/> <polygon fill="%23676767" points="28.512,21.797 29.239,15.522 16.53,22.819 16.53,29.726 "/> <polygon fill="%23676767" points="14.615,11.874 10.4,13.8 20.55,18.745 24.331,16.769 "/> <polygon fill="%23a56600" points="24.331,12.276 23.698,12.47 21.489,17.617 22.325,17.025 "/> <polyline fill="%23d88500" points="22.115,8.301 14.905,5.022 12.558,13.261 21.489,17.617 23.698,12.47 22.115,8.301 "/> <polygon fill="%23d88500" points="22.92,8.1 22.115,8.301 23.698,12.47 24.331,12.276 "/> <polygon fill="%23ffbc00" points="15.943,4.921 14.833,4.985 22.115,8.301 22.92,8.1 "/> <polyline fill="%23ffbc00" points="23.698,12.47 22.115,8.301 20.027,11.084 23.698,12.47 "/> <path fill="%23999999" d="M4.126,18.112l0.482,4.685l8.738,5.75v-5.056L4.126,18.112z"/> <polygon fill="%23676767" points="13.347,28.546 14.134,28.029 14.134,23.124 13.346,23.491 "/> <polygon fill="%23CCCCCC" points="14.134,23.124 13.346,23.491 4.126,18.112 4.863,17.833 "/> </svg>');
}
.red.icon-display{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="9.568,22.518 7.379,24.124 19.939,30.502 21.918,28.532 "/> <polygon fill="%23676767" points="27.525,9.371 25.817,10.529 24.687,29.88 26.184,28.614 "/> <polyline fill="%23676767" points="7.883,6.027 6.124,5.377 6.836,19.735 7.075,19.571 7.083,19.577 8.356,18.721 7.884,6.136 "/> <polyline fill="%23CCCCCC" points="8.356,18.721 7.083,19.577 6.836,19.742 23.062,27.215 23.151,25.217 8.356,18.721 "/> <polygon fill="%23CCCCCC" points="25.817,10.529 27.525,9.371 6.229,1.844 4.514,2.741 "/> <path fill="%23999999" d="M4.514,2.741l1.063,17.834l19.109,9.305l1.131-19.351L4.514,2.741z M23.062,27.215L6.836,19.742L6.124,5.377 l17.619,6.516L23.062,27.215z"/> <polygon fill="%23676767" points="10.842,23.138 18.203,26.723 18.203,28.099 10.842,24.342 "/> <polygon fill="%23CC0000" points="7.883,6.027 8.356,18.721 23.151,25.217 23.743,11.893 "/> <polygon fill="%23676767" points="18.203,28.099 19.341,27.277 18.203,26.723 "/> </svg> ');
}
.red.icon-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="8.681,9.154 8.701,9.142 8.681,9.154 8.701,9.166 8.681,9.154 "/> <polyline fill="%23CCCCCC" points="22.316,27.679 20.638,26.443 16.471,29.481 18.196,30.784 22.316,27.679 "/> <polyline fill="%23CCCCCC" points="26.393,24.603 24.786,23.419 21.222,26.018 22.891,27.244 26.393,24.603 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="27.2349" y1="21.2664" x2="4.4539" y2="21.2664"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.4359" style="stop-color:%23FFFFFF"/> <stop offset="0.7175" style="stop-color:%23B6B6B6"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <polygon fill="url(%23SVGID_1_)" points="16.796,15.186 15.244,14.225 4.454,20.413 6.123,21.672 10.523,18.998 12.088,20.15 7.669,22.84 9.119,23.934 13.546,21.222 15.067,22.342 10.667,25.103 12.22,26.275 17.081,22.975 18.31,23.878 13.568,27.291 14.916,28.308 23.326,22.34 24.786,23.419 27.235,21.631 24.123,19.71 21.459,22.461 19.406,18.961 19.49,16.848 18.511,16.243 15.694,17.957 18.528,20.169 15.689,21.952 11.149,18.616 "/> <polyline fill="%23676767" points="26.393,24.603 28.941,22.685 27.235,21.631 24.786,23.419 26.393,24.603 "/> <polyline fill="%23676767" points="24.786,23.419 23.326,22.34 14.916,28.308 16.471,29.481 20.638,26.443 22.316,27.679 22.891,27.244 21.222,26.018 24.786,23.419 "/> <polyline fill="%23676767" points="21.459,22.461 21.939,20.525 19.406,18.961 21.459,22.461 "/> <polyline fill="%23676767" points="18.31,23.878 17.081,22.975 12.22,26.275 13.568,27.291 18.31,23.878 "/> <polyline fill="%23676767" points="15.067,22.342 13.546,21.222 9.119,23.934 10.667,25.103 15.067,22.342 "/> <polyline fill="%23676767" points="18.528,20.169 15.694,17.957 18.511,16.243 16.796,15.186 11.149,18.616 15.689,21.952 18.528,20.169 "/> <polygon fill="%23676767" points="6.123,21.672 7.669,22.84 12.088,20.15 10.523,18.998 "/> <path fill="%23990000" d="M24.123,19.71l-0.019-0.013l-2.164,0.827l-0.48,1.936L24.123,19.71z"/> <path fill="%23CC0000" d="M22.859,6.832l-2.901-1.607L19.49,16.848l-0.084,2.113l2.533,1.564L22.859,6.832z"/> <path fill="%23990000" d="M25.654,5.146l-2.795,1.686l-0.92,13.693l2.164-0.827l0.125-0.075L25.654,5.146z"/> <path fill="%23FF0000" d="M25.654,5.146l-2.847-1.262l-2.849,1.342l2.901,1.607L25.654,5.146z"/> </svg>');
}
.red.icon-save{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <polyline fill="%23CC0000" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23CC0000" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23CC0000" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23990000" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23990000" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23FF0000" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.red.icon-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%23CC0000" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23CC0000" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23CC0000" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23990000" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23990000" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23FF0000" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.red.icon-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.719 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.524 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%23CC0000" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23CC0000" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23CC0000" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23990000" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23990000" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23FF0000" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
}
.red.icon-cancel{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="23.389,6.05 13.99,1.627 15.17,21.658 28.551,30.614 29.371,16.392 23.389,6.05 "/> <polygon fill="%23676767" points="24.936,5.252 23.389,6.05 29.371,16.392 30.883,15.493 "/> <polygon fill="%23676767" points="30.883,15.493 29.371,16.392 28.551,30.614 29.884,29.608 "/> <polygon fill="%23CCCCCC" points="15.556,1 13.99,1.627 23.389,6.05 24.936,5.252 "/> <polygon fill="%23CCCCCC" points="15.653,2.409 16.012,9.899 23.389,13.497 23.389,6.05 24.936,5.252 17.284,1.783 "/> <polygon fill="%23CCCCCC" points="25.904,28.843 26.319,20.812 16.109,15.831 16.3,22.273 "/> <polygon fill="%23FFFFFF" points="17.284,1.783 15.653,2.409 23.389,6.05 24.936,5.252 "/> <polygon fill="%23676767" points="17.725,9.538 17.521,4.324 19.463,5.247 19.463,10.418 "/> <path fill="%23FF0000" d="M16.558,21.114c0.06-2.289-1.593-2.051-3.06-2.525c1.819,0.588,1.11,3.411,0.722,4.681 c-0.659,2.162-1.749,4.203-2.894,6.143c0.446,0.144,1.802,0.582,1.802,0.582s1.307-2.156,1.564-2.673 C15.614,25.458,16.67,23.25,16.558,21.114z"/> <path fill="%23FF0000" d="M11.507,14.415c1.713-0.414,3.758-0.86,5.451-0.313c-1.137-0.367-2.282-0.82-3.48-0.933 c-1.897-0.179-3.857,0.24-5.693,0.941c0.487,0.157,1.066,0.538,1.566,0.646C10.166,14.932,10.682,14.615,11.507,14.415z"/> <path fill="%23990000" d="M3.412,20.65c-0.482-0.156-1.301-0.42-1.894-0.612c1.574,1.117,3.149,2.232,4.724,3.348 C7.109,24,7.959,24.709,8.874,25.251c0.636,0.377,1.399,0.534,2.106,0.762C8.757,24.438,5.635,22.224,3.412,20.65z"/> <g> <path fill="%23FF0000" d="M3.412,20.65c-0.631-0.204-1.262-0.408-1.894-0.612c1.197-2.178,5.837-10.42,5.837-10.42 s1.408,0.455,1.802,0.582C7.242,13.683,5.327,17.166,3.412,20.65z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.4117" y1="20.0971" x2="20.6753" y2="20.0971"> <stop offset="0" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.157,10.2c0.174,1.508,0.348,3.015,0.521,4.523c3.538-1.35,9.279-1.806,10.695,2.701 c1.611,5.127-3.567,9.884-7.246,12.572c1.032-1.748,2.055-3.528,2.713-5.456c0.448-1.311,1.144-3.507,0.225-4.788 c-1.18-1.647-3.659,0.02-4.776,0.884c-0.829,0.641-0.829,0.641-0.829,0.641s0.389,3.607,0.519,4.737 c-1.595-1.13-3.191-2.26-4.786-3.39c-0.726-0.515-1.452-1.03-2.192-1.522c-0.556-0.37-0.591-0.451-0.591-0.451 s2.066-3.757,2.931-5.331C7.281,13.612,8.219,11.906,9.157,10.2z"/> </svg>');
}
.red.icon-back{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23990000" points="14.985,23.997 3.485,24.328 3.649,26.98 14.985,26.386 14.985,23.997 "/> <polyline fill="%23990000" points="16.935,18.295 11.635,21.558 13.868,23.18 16.935,20.99 16.935,18.295 "/> <polygon fill="%23FF0000" points="13.722,16.063 16.935,18.295 11.635,21.558 14.985,23.997 3.485,24.328 5.314,16.97 8.411,19.219 "/> </svg>');
}
.red.icon-skip{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.436,7.541 9.99,3.566 11.05,21.566 23.074,29.614 23.811,16.835 18.436,7.541 "/> <polygon fill="%23999999" points="19.826,6.824 18.436,7.541 23.811,16.835 25.17,16.026 "/> <polygon fill="%23676767" points="25.17,16.026 23.811,16.835 23.074,29.614 24.272,28.71 "/> <polygon fill="%23CCCCCC" points="11.398,3.003 9.99,3.566 18.436,7.541 19.826,6.824 "/> <polyline fill="%23CCCCCC" points="23.811,16.835 18.436,7.541 14.145,16.245 23.811,16.835 "/> <polyline fill="%23CC0000" points="4.054,22.043 4.322,25.307 8.325,28.023 8.121,24.721 4.054,22.043 "/> <polyline fill="%23CC0000" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%23CC0000" points="17.912,27.564 17.849,24.262 13.578,21.61 13.705,24.874 17.912,27.564 "/> <polyline fill="%23990000" points="8.121,24.721 8.325,28.023 13.705,24.874 13.578,21.61 8.121,24.721 "/> <polyline fill="%23990000" points="17.849,24.262 17.912,27.564 19.582,19.022 19.544,15.835 17.849,24.262 "/> <polyline fill="%23FF0000" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.721 13.578,21.61 17.849,24.262 19.544,15.835 5.597,16.625 9.498,19.06 "/> "/> </svg>');
}
.red.icon-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990000" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%23FF0000" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%23FF0000" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%23CC0000" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.red.icon-restore{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF0000" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%23CC0000" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%23FF0000" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%23CC0000" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%23FF0000" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%23990000" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.red.icon-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990000" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%23FF0000" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%23FF0000" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%23CC0000" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg> ');
}
.red.icon-delete-all{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23999999" points="26.724,19.214 24.738,18.508 20.566,13.146 22.553,13.852 "/> </g> <polygon fill="%23CCCCCC" points="22.553,13.852 20.566,13.146 22.688,12.429 24.675,13.134 "/> <path fill="%23999999" d="M21.159,5.458c1.248,1.293,1.426,3.759,1.504,5.598c0.012,0.279-0.092,1.18,0.042,1.379 c0.069,0.103,0.498,0.177,0.594,0.211c0.459,0.163,0.918,0.326,1.376,0.489c0.007-2.102-0.039-4.746-1.152-6.485 c-0.733-1.146-2.072-1.34-3.156-1.725C20.658,5.028,20.929,5.219,21.159,5.458z"/> <path fill="%23CCCCCC" d="M18.983,6.052c1.39-2.095,3.616-3.989,5.94-3.164c-1.279-0.454-2.565-1.107-3.918-0.806 c-2.422,0.538-4.197,3.165-5.313,5.642c0.531,0.189,1.099,0.496,1.646,0.585c0.439,0.071,0.303,0.174,0.601-0.422 C18.257,7.252,18.598,6.631,18.983,6.052z"/> <path fill="%23676767" d="M23.734,2.692c2.75-0.041,5.04,3.19,4.963,8.837l2.095-0.654l-4.068,8.338l-4.172-5.362l2.122-0.717 c0.02-5.771-1.359-7.636-2.992-7.612c-1.384,0.021-2.95,1.398-4.003,2.907C19.44,4.521,21.711,2.722,23.734,2.692z"/> <polyline fill="%23990000" points="20.566,14.667 19.157,15.43 16.887,16.862 16.893,16.873 16.748,16.949 20.281,22.863 22.592,21.169 19.256,15.598 20.671,14.836 23.145,13.264 20.566,14.667 "/> <polyline fill="%23FF0000" points="20.741,9.295 18.22,10.738 20.566,14.667 23.145,13.264 20.741,9.295 "/> <polyline fill="%23FF0000" points="14.536,12.927 14.542,12.938 16.87,11.611 13.453,5.895 10.88,7.129 14.396,13.02 14.536,12.927 "/> <polyline fill="%23CC0000" points="14.542,12.938 14.396,13.02 10.88,7.129 8.849,8.829 12.196,14.446 9.256,16.355 11.346,19.865 14.437,18.195 17.801,23.835 20.281,22.863 16.748,16.949 16.887,16.862 19.157,15.43 20.566,14.667 18.22,10.738 16.87,11.611 14.542,12.938 "/> <path fill="%23CCCCCC" d="M18.069,25.769c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C15.385,28.086,16.966,26.887,18.069,25.769z"/> <path fill="%23999999" d="M6.637,29.661c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C2.844,24.377,3.669,28.175,6.637,29.661z"/> <polygon fill="%23CCCCCC" points="2.761,22.709 0.357,22.004 5.28,13.665 7.683,14.371 "/> <path fill="%23676767" d="M7.683,14.371l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839l-2.535,0.654 L7.683,14.371z"/> </svg>');
}
.red.icon-waste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.1218" y1="19.2374" x2="26.8577" y2="19.2374"> <stop offset="0" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.147,13.307c-0.229,0.045-0.464,0.085-0.704,0.121c-0.468,0.073-0.953,0.132-1.455,0.174 c-0.03,0.003-0.061,0.005-0.093,0.007c-0.008,0.002-0.016,0.003-0.025,0.004c-1.283,0.105-2.534,0.106-3.75,0.004 c-0.01,0-0.021,0-0.032,0c-0.521-0.044-1.036-0.107-1.548-0.189c-0.237-0.039-0.473-0.082-0.708-0.128 c-0.12-0.024-0.24-0.049-0.359-0.075c-0.783-0.17-1.514-0.381-2.192-0.633c-0.248-0.093-0.49-0.193-0.726-0.299 c-0.201-0.088-0.398-0.182-0.591-0.281c-0.018-0.009-0.037-0.018-0.057-0.028c-0.381-0.201-0.714-0.4-1-0.598 c-0.064-0.045-0.125-0.09-0.185-0.135c-0.045-0.033-0.089-0.068-0.132-0.103c-0.13-0.102-0.255-0.209-0.374-0.32 c-0.184-0.177-0.352-0.364-0.505-0.562c-0.077-0.099-0.148-0.197-0.213-0.295C5.332,9.711,5.206,9.453,5.122,9.194l4.195,16.321 c0.02,0.11,0.048,0.221,0.082,0.331c0.206,0.669,0.624,1.265,1.252,1.79c0.522,0.436,1.148,0.796,1.879,1.078 c1.321,0.512,2.755,0.708,4.302,0.587c1.634-0.126,3.01-0.586,4.127-1.381c0.657-0.463,1.139-1,1.445-1.612 c0.129-0.261,0.218-0.524,0.267-0.79L26.858,9.14c-0.044,0.143-0.101,0.287-0.171,0.431c-0.063,0.13-0.136,0.258-0.217,0.384 c-0.194,0.304-0.438,0.595-0.733,0.872c-0.107,0.1-0.221,0.198-0.342,0.295c-0.104,0.085-0.214,0.168-0.331,0.249 c-0.226,0.161-0.471,0.316-0.737,0.466c-0.104,0.059-0.209,0.116-0.317,0.171c-0.414,0.218-0.853,0.415-1.316,0.591 C21.914,12.895,21.065,13.131,20.147,13.307 M8.153,13.776c0.092,0.051,0.187,0.102,0.285,0.153 c0.134,0.068,0.272,0.134,0.416,0.199c0.228,0.104,0.471,0.206,0.729,0.306c0.056,0.021,0.113,0.043,0.171,0.064 c0.413,2.08,0.805,4.043,1.174,5.889c0.059,0.297,0.117,0.59,0.174,0.879c0.047,0.228,0.092,0.454,0.135,0.676 c0.31,1.543,0.603,2.997,0.879,4.362c0.072,0.359,0.144,0.711,0.213,1.057c-1.21-0.455-2.122-1.089-2.736-1.9 c-0.076-0.334-0.152-0.667-0.228-1H9.32c0.007-0.034,0.014-0.069,0.021-0.103c-0.118-0.522-0.235-1.041-0.352-1.558 c-0.252-1.107-0.501-2.206-0.747-3.295c-0.113-0.501-0.226-1.001-0.338-1.498c-0.401-1.781-0.795-3.538-1.181-5.269 c0.109,0.103,0.221,0.203,0.338,0.299c0.107,0.088,0.217,0.174,0.331,0.256c0.194,0.142,0.398,0.275,0.612,0.398 C8.054,13.72,8.103,13.749,8.153,13.776 M22.214,14.499c0.062-0.023,0.124-0.047,0.185-0.071c0.4-0.157,0.782-0.33,1.146-0.519 c0.133-0.069,0.264-0.14,0.391-0.213c0.013-0.008,0.026-0.016,0.039-0.025c0.219-0.128,0.422-0.26,0.608-0.395 c0.121-0.085,0.235-0.172,0.342-0.26c0.114-0.091,0.221-0.184,0.32-0.278c-0.792,3.556-1.542,6.907-2.252,10.051 c-0.119,0.529-0.238,1.052-0.356,1.569c0.009,0.034,0.016,0.069,0.021,0.103h-0.046c-0.074,0.336-0.149,0.669-0.224,1 c-0.306,0.399-0.686,0.755-1.139,1.071c-0.477,0.327-1.009,0.604-1.598,0.829c0.065-0.325,0.135-0.677,0.21-1.057 c0.239-1.189,0.531-2.647,0.875-4.373c0.044-0.219,0.088-0.441,0.132-0.669c0.058-0.288,0.118-0.583,0.178-0.886 C21.391,18.645,21.78,16.686,22.214,14.499 M17.877,15.431c0.165-0.014,0.33-0.03,0.495-0.05l-0.139,5.529l-0.171,6.895 c-1.383,0.263-2.766,0.263-4.149,0l-0.178-6.888l-0.139-5.536c0.171,0.02,0.341,0.038,0.512,0.053 c0.01,0.001,0.019,0.002,0.028,0.004c1.239,0.112,2.478,0.111,3.715-0.004C17.861,15.434,17.869,15.433,17.877,15.431z"/> <path fill="none" d="M22.826,4.888c-0.804-0.372-1.722-0.674-2.754-0.904c-1.838-0.403-3.775-0.52-5.81-0.349 c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166C6.213,7.67,6.128,8.172,6.218,8.674 c0.068,0.365,0.228,0.729,0.48,1.092c0.03,0.044,0.061,0.086,0.093,0.128c0.247,0.321,0.536,0.613,0.868,0.875 c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466c0.114,0.067,0.234,0.135,0.36,0.203 c0.126,0.067,0.254,0.13,0.384,0.192c0.766,0.364,1.63,0.656,2.59,0.875c-0.269-1.859-0.571-3.942-0.904-6.248 c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235c0.004,0.002,0.007,0.003,0.011,0.003 c0.007,0.001,0.014,0.001,0.021,0c1.164,0.111,2.364,0.115,3.601,0.011c0.055-0.004,0.109-0.009,0.164-0.014 c0.007-0.001,0.014-0.002,0.021-0.004c0.002,0.001,0.003,0.001,0.004,0c0.575-0.051,1.125-0.124,1.651-0.221 c0.241-0.044,0.477-0.092,0.708-0.146c0.949-0.218,1.812-0.515,2.59-0.89c0.177-0.085,0.349-0.174,0.516-0.267 c0.356-0.197,0.672-0.406,0.95-0.626c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377 c0.123-0.236,0.207-0.472,0.253-0.708c0.131-0.677-0.059-1.351-0.569-2.021C24.656,5.968,23.873,5.379,22.826,4.888z"/> <path fill="%23FF0000" d="M21.385,20.615c-0.109-0.082-0.222-0.161-0.338-0.238c-0.06,0.303-0.119,0.598-0.178,0.886 c0.127,0.114,0.244,0.232,0.352,0.356C21.275,21.296,21.329,20.962,21.385,20.615z"/> <path fill="%23FF0000" d="M21.531,22.024c0.198,0.303,0.33,0.617,0.395,0.939c0.02-0.087,0.092-0.408,0.214-0.964L21.531,22.024z"/> <path fill="%23FF0000" d="M26.263,6.514c-0.598-0.759-1.485-1.411-2.661-1.957c-0.899-0.413-1.932-0.747-3.099-1.003 c-2.061-0.448-4.233-0.574-6.515-0.377c-2.526,0.221-4.64,0.809-6.34,1.765C6.493,5.594,5.707,6.349,5.289,7.208 C4.963,7.873,4.908,8.535,5.122,9.194c0.084,0.259,0.21,0.518,0.377,0.776c0.066,0.098,0.137,0.197,0.214,0.295 c0.153,0.198,0.322,0.386,0.505,0.562c0.119,0.112,0.244,0.218,0.374,0.32c0.043,0.035,0.087,0.07,0.132,0.103 c0.06,0.045,0.122,0.09,0.185,0.135c0.286,0.198,0.619,0.397,1,0.598c0.02,0.01,0.039,0.02,0.057,0.029 c0.192,0.099,0.389,0.193,0.591,0.281c0.235,0.106,0.477,0.206,0.726,0.299c0.678,0.253,1.408,0.464,2.192,0.633 c0.12,0.026,0.239,0.051,0.359,0.075c0.236,0.046,0.471,0.089,0.708,0.128c0.511,0.082,1.027,0.144,1.548,0.189 c0.011,0,0.022,0,0.032,0c1.217,0.102,2.467,0.101,3.75-0.004c0.009-0.001,0.017-0.002,0.025-0.004 c0.031-0.002,0.062-0.004,0.093-0.007c0.502-0.043,0.987-0.101,1.455-0.174c0.24-0.036,0.475-0.076,0.705-0.121 c0.918-0.175,1.767-0.411,2.548-0.708c0.463-0.176,0.902-0.372,1.316-0.591c0.108-0.055,0.213-0.112,0.317-0.171 c0.265-0.15,0.511-0.305,0.736-0.466c0.116-0.081,0.227-0.165,0.331-0.249c0.121-0.097,0.235-0.195,0.342-0.295 c0.295-0.277,0.539-0.567,0.733-0.872c0.081-0.126,0.154-0.254,0.217-0.384c0.07-0.144,0.127-0.287,0.171-0.43 c0.032-0.098,0.057-0.195,0.075-0.292c0.002-0.002,0.003-0.005,0.003-0.007C27.087,8.058,26.863,7.282,26.263,6.514z M25.748,8.674 c-0.045,0.236-0.129,0.472-0.253,0.708c-0.065,0.128-0.14,0.254-0.224,0.377c-0.241,0.353-0.559,0.684-0.954,0.993 c-0.278,0.22-0.594,0.429-0.95,0.626c-0.167,0.093-0.339,0.182-0.516,0.267c-0.778,0.375-1.641,0.671-2.59,0.89 c-0.231,0.053-0.467,0.102-0.708,0.146c-0.526,0.096-1.076,0.17-1.651,0.221c0,0.001-0.002,0.001-0.004,0 c-0.007,0.002-0.014,0.003-0.021,0.004c-0.055,0.005-0.109,0.01-0.164,0.014c-1.237,0.104-2.437,0.1-3.601-0.011 c-0.007,0.001-0.014,0.001-0.021,0c-0.003-0.001-0.007-0.002-0.011-0.003c-0.557-0.052-1.108-0.131-1.651-0.235l-0.957-6.6 c-0.227,0.064-0.446,0.131-0.658,0.203c0.333,2.306,0.634,4.389,0.904,6.248c-0.961-0.219-1.824-0.511-2.59-0.875 c-0.13-0.062-0.259-0.125-0.384-0.192c-0.125-0.068-0.245-0.135-0.36-0.203c-0.265-0.156-0.5-0.312-0.704-0.466 c-0.006-0.005-0.013-0.01-0.021-0.014c-0.332-0.262-0.621-0.554-0.868-0.875C6.759,9.853,6.728,9.81,6.698,9.766 c-0.252-0.363-0.412-0.727-0.48-1.092C6.128,8.172,6.213,7.67,6.474,7.166C6.865,6.406,7.577,5.745,8.609,5.18 c1.523-0.844,3.407-1.359,5.654-1.544c2.035-0.171,3.972-0.055,5.81,0.349c1.032,0.23,1.95,0.531,2.754,0.904 c1.046,0.491,1.83,1.079,2.352,1.765C25.689,7.324,25.878,7.997,25.748,8.674z"/> <path fill="%23FF0000" d="M20.389,25.984c-0.166,0.114-0.341,0.221-0.527,0.32c-0.075,0.38-0.145,0.732-0.21,1.057 c0.588-0.225,1.121-0.502,1.598-0.829c0.453-0.316,0.833-0.672,1.139-1.071l-0.897-0.548C21.222,25.314,20.854,25.671,20.389,25.984 z"/> <path fill="%23FF0000" d="M15.995,27.204c-0.704,0-1.39-0.076-2.056-0.228l-0.025,0.829c1.383,0.263,2.766,0.263,4.149,0l-0.018-0.829 C17.378,27.128,16.695,27.204,15.995,27.204z"/> <path fill="%23FF0000" d="M17.813,19.206c-1.212-0.206-2.424-0.206-3.636,0l-0.021,0.655c1.222-0.251,2.448-0.251,3.679,0 L17.813,19.206z"/> <path fill="%23FF0000" d="M10.448,22.024H9.847c0.071,0.321,0.141,0.636,0.21,0.946c0.002,0,0.004-0.001,0.004-0.004 C10.126,22.643,10.255,22.329,10.448,22.024z"/> <path fill="%23FF0000" d="M10.928,20.387c-0.115,0.074-0.226,0.151-0.334,0.231c0.056,0.346,0.111,0.679,0.164,1 c0.108-0.122,0.223-0.24,0.345-0.352C11.046,20.977,10.988,20.684,10.928,20.387z"/> <path fill="%23FF0000" d="M11.715,26.073c-0.524-0.337-0.932-0.723-1.224-1.16l-0.897,0.548c0.614,0.811,1.526,1.445,2.736,1.9 c-0.07-0.345-0.141-0.698-0.213-1.057C11.978,26.232,11.844,26.155,11.715,26.073z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.4356" x2="25.7876" y2="18.4356"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="1" style="stop-color:%23CC0000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M21.798,20.956c0.576-2.301,1.159-4.65,1.747-7.048c-0.364,0.19-0.746,0.363-1.146,0.519 c-0.386,2.368-0.724,4.43-1.014,6.187c-0.056,0.347-0.111,0.681-0.164,1.003c-0.108-0.124-0.226-0.242-0.352-0.356 c-0.044,0.227-0.088,0.45-0.132,0.669c0.211,0.135,0.409,0.28,0.594,0.434c0.226,0.191,0.424,0.39,0.594,0.598 c-0.065-0.323-0.197-0.636-0.395-0.939c0.061-0.241,0.121-0.483,0.181-0.726C21.741,21.185,21.77,21.071,21.798,20.956z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="8.2322" x2="25.7875" y2="8.2322"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="1" style="stop-color:%23CC0000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M25.178,6.653c-0.522-0.686-1.306-1.274-2.352-1.765c-0.804-0.372-1.722-0.674-2.754-0.904 c-1.838-0.403-3.775-0.52-5.81-0.349c-2.246,0.185-4.131,0.7-5.654,1.544C7.577,5.745,6.865,6.406,6.474,7.166 C6.213,7.67,6.128,8.172,6.218,8.674c0.068,0.365,0.228,0.729,0.48,1.092c0.06-0.369,0.21-0.733,0.448-1.092 c0.175,0.711,0.345,1.41,0.512,2.096c0.008,0.005,0.015,0.009,0.021,0.014c0.204,0.154,0.439,0.31,0.704,0.466 c0.114,0.067,0.234,0.135,0.36,0.203c0.126,0.067,0.254,0.13,0.384,0.192c-0.215-1.33-0.444-2.74-0.687-4.23 c0.658-0.451,1.449-0.832,2.373-1.142c0.212-0.071,0.432-0.139,0.658-0.203l0.957,6.6c0.543,0.104,1.094,0.183,1.651,0.235 l-0.075-7.315c0.006-0.001,0.012-0.002,0.018-0.004c0.005,0.001,0.01,0.001,0.014,0c1.307-0.135,2.61-0.135,3.91,0 c0.004,0,0.008,0,0.011,0c0.006,0.002,0.012,0.003,0.018,0.004l-0.075,7.312c0.575-0.051,1.125-0.124,1.651-0.221 c0.282-1.962,0.599-4.166,0.95-6.611c0.229,0.063,0.451,0.131,0.665,0.203c0.926,0.307,1.717,0.688,2.373,1.142 c-0.242,1.49-0.472,2.9-0.69,4.23c0.177-0.085,0.349-0.174,0.516-0.267c0.356-0.197,0.672-0.406,0.95-0.626 c0.395-0.308,0.713-0.639,0.954-0.993c0.084-0.123,0.159-0.249,0.224-0.377c0.123-0.236,0.207-0.472,0.253-0.708 C25.878,7.997,25.689,7.324,25.178,6.653z"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="6.1832" y1="18.1491" x2="25.7876" y2="18.1491"> <stop offset="0" style="stop-color:%23990000"/> <stop offset="1" style="stop-color:%23CC0000"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M17.835,19.861c-1.231-0.251-2.457-0.251-3.679,0l-0.046-4.426c-0.171-0.016-0.342-0.033-0.512-0.053 l0.139,5.536c0.452-0.099,0.926-0.168,1.423-0.206c1.082-0.088,2.106-0.021,3.074,0.199l0.139-5.529 c-0.164,0.019-0.329,0.036-0.494,0.05L17.835,19.861z"/> <path fill="%23CC0000" d="M10.181,20.96c-0.195-0.784-0.397-1.594-0.605-2.43c-0.36-1.456-0.74-2.989-1.139-4.601 c-0.098-0.05-0.193-0.101-0.285-0.153c-0.05-0.028-0.099-0.056-0.149-0.085c0.364,1.653,0.711,3.225,1.039,4.714 c0.045,0.199,0.089,0.398,0.132,0.594c0.233,1.05,0.457,2.058,0.673,3.024h0.601c-0.06-0.239-0.12-0.481-0.181-0.726 C10.239,21.186,10.21,21.074,10.181,20.96z"/> <path fill="%23990000" d="M23.976,13.67c-0.013,0.009-0.026,0.017-0.039,0.025c-0.128,0.073-0.258,0.144-0.391,0.213 c-0.588,2.398-1.171,4.748-1.747,7.048c-0.028,0.115-0.057,0.229-0.085,0.342c-0.06,0.243-0.121,0.485-0.181,0.726l0.608-0.025 C22.441,20.635,23.053,17.859,23.976,13.67 M9.584,14.435c-0.258-0.1-0.501-0.202-0.729-0.306c-0.144-0.065-0.283-0.131-0.416-0.199 c0.399,1.611,0.778,3.145,1.139,4.601c0.208,0.836,0.41,1.646,0.605,2.43c0.029,0.114,0.057,0.226,0.085,0.338 c0.061,0.245,0.122,0.487,0.181,0.726c-0.193,0.305-0.322,0.619-0.388,0.943c0.262-0.316,0.582-0.608,0.961-0.875 c0.072-0.051,0.144-0.101,0.217-0.149c-0.044-0.222-0.089-0.448-0.135-0.676c-0.123,0.113-0.238,0.23-0.345,0.352 c-0.053-0.321-0.107-0.654-0.164-1C10.306,18.862,9.969,16.801,9.584,14.435 M8.004,13.691c-0.214-0.124-0.418-0.257-0.612-0.398 c-0.114-0.082-0.224-0.168-0.331-0.256c-0.117-0.096-0.229-0.196-0.338-0.299c0.387,1.731,0.78,3.488,1.181,5.269 c0.112,0.497,0.225,0.997,0.338,1.498c0.247,1.089,0.496,2.187,0.747,3.295c0.117,0.517,0.235,1.037,0.352,1.558 c0.009,0.034,0.017,0.069,0.025,0.103c0.076,0.333,0.152,0.666,0.228,1l0.897-0.548c-0.139-0.623-0.283-1.267-0.431-1.932 c-0.001-0.003-0.002-0.006-0.004-0.011c-0.069-0.31-0.139-0.626-0.21-0.946c-0.215-0.967-0.439-1.975-0.672-3.024 c-0.043-0.197-0.086-0.395-0.132-0.594C8.714,16.916,8.368,15.344,8.004,13.691 M21.168,6.272c-0.214-0.072-0.436-0.139-0.665-0.203 c-0.351,2.445-0.668,4.649-0.95,6.611c0.241-0.044,0.477-0.092,0.708-0.146L21.168,6.272z"/> <path fill="%23FF0000" d="M25.246,12.737c-0.099,0.094-0.206,0.186-0.32,0.278c-0.106,0.088-0.22,0.174-0.342,0.26 c-0.187,0.135-0.39,0.267-0.608,0.395c-0.922,4.189-1.534,6.965-1.836,8.329c-0.122,0.556-0.193,0.877-0.213,0.964l0,0 c-0.161,0.729-0.306,1.379-0.434,1.95l0.897,0.548c0.075-0.331,0.15-0.664,0.224-1c0.009-0.035,0.017-0.069,0.025-0.103 c0.118-0.517,0.236-1.04,0.356-1.569C23.704,19.644,24.454,16.294,25.246,12.737z"/> </svg>');
}
.red.icon-manage{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CC0000" points="16.866,21.001 17.094,23.779 20.501,26.09 20.328,23.279 16.866,21.001 "/> <polyline fill="%23CC0000" points="19.264,19.688 21.5,18.462 18.179,16.389 18.364,19.113 19.264,19.688 "/> <polyline fill="%23CC0000" points="28.661,25.699 28.607,22.889 24.972,20.632 25.08,23.41 28.661,25.699 "/> <polyline fill="%23990000" points="20.328,23.279 20.501,26.09 25.08,23.41 24.972,20.632 20.328,23.279 "/> <polyline fill="%23990000" points="28.607,22.889 28.661,25.699 30.083,18.429 30.05,15.716 28.607,22.889 "/> <polyline fill="%23FF0000" points="21.5,18.462 19.264,19.688 16.866,21.001 20.328,23.279 24.972,20.632 28.607,22.889 30.05,15.716 18.179,16.389 21.5,18.462 "/> <polyline fill="%23990000" points="14.876,26.874 3.141,27.683 3.292,30.11 14.876,29.301 14.876,26.874 "/> <polyline fill="%23990000" points="16.866,21.001 11.457,24.534 13.737,26.09 17.094,23.779 16.866,21.001 "/> <polygon fill="%23FF0000" points="13.587,18.865 16.866,21.001 11.457,24.534 14.876,26.874 3.141,27.683 5.007,20.133 8.167,22.29 "/> <path fill="%23CC0000" d="M17.942,15.947l2.879-1.699L14.456,1.062l-3.05,1.388L17.942,15.947z"/> <path fill="%23FF0000" d="M11.405,2.45L5.787,8.542L9.55,10.84l0.149,5.465l3.888,2.561l0.007-5.565l2.807,1.709l1.541,0.938 L11.405,2.45z"/> <path fill="%23990000" d="M13.594,13.301l-0.007,5.565l2.769-1.637l0.044-2.219L13.594,13.301z"/> </svg> ');
}
.red.icon-debug{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="18.048,28.509 18.117,26.11 13.757,23.09 13.757,23.08 12.027,21.885 12.069,24.244 12.077,24.244 18.048,28.509 "/> <polyline fill="%23999999" points="17.364,18.312 17.314,20.639 23.285,24.562 23.443,22.203 17.364,18.312 "/> <polyline fill="%23999999" points="22.29,15.018 22.163,17.301 22.174,17.301 28.111,20.924 28.337,18.596 22.29,15.018 "/> <polyline fill="%23999999" points="0.993,14.231 1.201,16.506 5.192,19.349 5.05,17.043 0.993,14.231 "/> <polyline fill="%23999999" points="6.414,13.478 7.686,14.315 9.457,13.259 6.295,11.237 6.414,13.478 "/> <polygon fill="%23999999" points="11.224,8.46 11.266,10.658 12.535,11.438 14.394,10.342 "/> <polyline fill="%23676767" points="20.392,24.444 18.117,26.11 18.048,28.509 20.291,26.821 20.392,24.444 "/> <polyline fill="%23676767" points="25.528,20.663 23.443,22.203 23.285,24.562 25.344,23.006 25.528,20.663 "/> <polygon fill="%23676767" points="28.337,18.596 28.111,20.924 30.001,19.491 30.262,17.185 "/> <polyline fill="%23CCCCCC" points="17.364,18.312 23.443,22.203 25.528,20.663 21.187,17.977 19.462,16.909 17.364,18.312 "/> <polyline fill="%23CCCCCC" points="24.583,13.92 24.23,13.72 22.29,15.018 28.337,18.596 30.262,17.185 24.583,13.92 "/> <polyline fill="%23CCCCCC" points="16.034,21.524 14.302,20.363 12.027,21.885 13.757,23.08 13.757,23.09 18.117,26.11 20.392,24.444 16.034,21.524 "/> <polyline fill="%23CCCCCC" points="5.05,17.043 4.974,15.913 6.406,15.068 3.252,12.959 0.993,14.231 5.05,17.043 "/> <polyline fill="%23CCCCCC" points="13.172,7.354 11.224,8.46 14.394,10.342 16.342,9.186 13.172,7.354 "/> <polygon fill="%23CCCCCC" points="11.558,12.014 8.396,10.058 6.295,11.237 9.457,13.259 "/> <path fill="%23990000" d="M14.302,20.363l1.732,1.161l1.28-0.885l0.05-2.327l2.098-1.403l1.725,1.069l0.987-0.677h-0.011l0.126-2.283 l1.94-1.298l0.353,0.2l0.182-2.793L11.04,20.071l0.108,4.808l0.929-0.635h-0.008l-0.042-2.359L14.302,20.363z"/> <path fill="%23CC0000" d="M4.974,15.913l0.076,1.129l0.142,2.306l0.084,1.29l5.871,4.239l-0.108-4.808L4.974,15.913z"/> <path fill="%23FF0000" d="M14.394,10.342l-1.859,1.095l-0.977,0.577l-2.101,1.245l-1.772,1.056l-1.28,0.753l-1.432,0.845l6.066,4.157 l13.725-8.944l-6.048-3.354l-2.375,1.414L14.394,10.342z"/> </svg>');
}
.red.icon-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="3.6991" y1="1059.3348" x2="28.839" y2="1059.3348" gradientTransform="matrix(1 0 0 -1 0 1079)"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23515151"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M4.5,24.521c-0.025-0.023-0.049-0.047-0.071-0.071c-0.279-0.273-0.48-0.569-0.602-0.888l-0.01,2.531 c-0.045,0.709,0.207,1.339,0.755,1.888v-0.01c1.2,1.137,2.429,1.137,3.685,0l-0.01,0.01l8.737-9.227h0.01 c0.986-0.996,3.657-1.758,8.013-2.286l1.235-0.388c1.528-0.758,2.355-2.055,2.48-3.889v-0.01c0.006-0.039,0.01-0.076,0.01-0.112 v-1.562c-0.111,0.578-0.315,1.088-0.612,1.531c-0.424,0.632-1.033,1.132-1.827,1.5l-1.276,0.357 c-4.321,0.483-6.971,1.181-7.951,2.092l-8.737,8.533c-0.276,0.23-0.552,0.411-0.827,0.541c-0.715,0.35-1.423,0.364-2.123,0.041 C5.086,24.971,4.793,24.777,4.5,24.521z"/> <path fill="%23CCCCCC" d="M25.782,4.678c-1.395-0.794-2.82-1.046-4.277-0.755c-1.665,0.363-2.884,1.581-3.654,3.654v-0.01 c-0.133,0.488-0.395,1.369-0.786,2.644c0.002,0.003,0.002,0.007,0,0.01c-0.528,1.286-1.29,2.385-2.286,3.297 c-0.003,0.005-0.007,0.009-0.01,0.01c0,0-9.869,7.722-10.272,8.12c-0.756,0.746-0.735,1.577-0.67,1.913 c0.065,0.335,0.323,0.615,0.602,0.888c0.023,0.025,0.047,0.049,0.071,0.071c0.293,0.256,0.585,0.45,0.878,0.582 c0.7,0.323,1.408,0.31,2.123-0.041c0.275-0.13,0.55-0.311,0.827-0.541l8.737-8.533c0.98-0.912,3.63-1.609,7.951-2.092l1.276-0.357 c0.794-0.368,1.403-0.869,1.827-1.5c0.297-0.443,0.502-0.953,0.612-1.531l0.01-0.949c0-0.01,0-0.02,0-0.031l-3.981,1.919 c-0.013,0.008-0.03,0.011-0.051,0.01c-0.013-0.001-0.027-0.008-0.041-0.02l-2.838-1.715c-0.018-0.006-0.031-0.02-0.041-0.041 c-0.009-0.016-0.013-0.037-0.01-0.061V9.578l-0.194-0.122l0.49-3.266L25.782,4.678"/> <ellipse fill="%23676767" cx="6.536" cy="22.865" rx="1.547" ry="1.334"/> <path fill="%23676767" d="M22.036,8.128l0.041-0.02V6.189l-0.49,3.266l0.194,0.122L21.975,8.2c0.003-0.014,0.009-0.027,0.02-0.041 C22.006,8.145,22.02,8.135,22.036,8.128z"/> <path fill="%23676767" d="M25.802,4.689c-0.005,0.001-0.012-0.003-0.02-0.01l-3.705,1.511v1.919l3.726-1.623V4.689z"/> </svg>');
}
.red.icon-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <path fill="%23FF0000" d="M9.253,8.618c0.335-0.003,0.711,0.046,1.115,0.142c1.227,0.294,2.586,1.011,3.821,2.024 c2.48,2.031,3.677,4.594,2.664,5.717c-0.317,0.353-0.813,0.523-1.421,0.529c-1.337,0.013-3.216-0.772-4.922-2.169 c-1.233-1.007-2.185-2.176-2.681-3.29c-0.463-1.044-0.462-1.91,0.015-2.433C8.153,8.8,8.637,8.625,9.253,8.618z"/> </g> <path fill="%23CC0000" d="M23.465,12.679c0.155-3.182-2.962-6.169-5.287-7.846c-2.215-1.597-6.975-4.248-9.491-1.867 c-1.002,0.949-1.724,2.348-2.52,3.471c1.157-1.632,3.663-1.272,5.297-0.775c2.049,0.623,3.956,1.771,5.579,3.154 c1.894,1.614,5.455,5.62,3.736,8.429C21.604,15.899,23.389,14.346,23.465,12.679z"/> <path fill="%23005673" d="M16.616,8.458c3.922,3.111,5.702,7.159,3.968,9.028c-0.575,0.618-1.475,0.923-2.557,0.933 c-2.164,0.021-5.081-1.121-7.688-3.195c-1.864-1.483-3.309-3.209-4.07-4.878C5.472,8.6,5.506,7.127,6.364,6.196 c0.572-0.616,1.453-0.933,2.56-0.944c0.566-0.005,1.191,0.069,1.865,0.225C12.684,5.924,14.756,6.982,16.616,8.458z M19.024,16.24 c1.248-1.343-0.226-4.408-3.281-6.837c-1.522-1.211-3.196-2.069-4.707-2.42c-0.498-0.115-0.962-0.174-1.374-0.17 C8.904,6.82,8.308,7.03,7.928,7.435c-0.587,0.626-0.589,1.661-0.018,2.91c0.61,1.333,1.783,2.73,3.302,3.934 c2.101,1.671,4.415,2.61,6.062,2.594C18.023,16.866,18.633,16.662,19.024,16.24"/> <path fill="%23676767" d="M27.209,25.817c-0.002,0.007-0.002,0.013-0.003,0.02c-0.021,0.084-0.053,0.167-0.091,0.249 c-0.014,0.029-0.031,0.058-0.047,0.087c-0.029,0.054-0.059,0.107-0.095,0.16c-0.028,0.041-0.06,0.081-0.091,0.122 c-0.034,0.043-0.068,0.086-0.106,0.128c-0.059,0.065-0.125,0.129-0.194,0.192c-0.029,0.027-0.056,0.054-0.087,0.081 c-0.154,0.131-0.333,0.256-0.528,0.377c-0.035,0.021-0.068,0.043-0.104,0.064c-0.16,0.094-0.33,0.186-0.514,0.272 c-0.021,0.01-0.045,0.019-0.067,0.029c-0.167,0.077-0.345,0.15-0.53,0.22c-0.057,0.022-0.115,0.043-0.173,0.064 c-0.192,0.068-0.39,0.133-0.598,0.194c-0.025,0.007-0.048,0.016-0.074,0.023c-0.231,0.066-0.474,0.125-0.723,0.18 c-0.049,0.011-0.1,0.021-0.15,0.031c-0.435,0.091-0.894,0.166-1.374,0.222c-0.046,0.005-0.092,0.012-0.138,0.017 c-0.254,0.027-0.511,0.051-0.775,0.067c-0.166,0.01-0.33,0.015-0.495,0.02c-0.266,0.009-0.529,0.013-0.789,0.01 c-0.048,0-0.096,0.001-0.144,0c-0.282-0.005-0.561-0.018-0.834-0.037c-0.078-0.005-0.155-0.013-0.233-0.02 c-0.184-0.015-0.367-0.033-0.546-0.054c-0.091-0.011-0.182-0.023-0.271-0.035c-0.16-0.022-0.318-0.046-0.473-0.073 c-0.085-0.015-0.171-0.029-0.255-0.045c-0.17-0.032-0.335-0.068-0.497-0.106c-0.061-0.014-0.124-0.027-0.183-0.042 c-0.225-0.056-0.442-0.117-0.65-0.183c-0.037-0.012-0.071-0.025-0.108-0.037c-0.194-0.065-0.378-0.134-0.554-0.207 c-0.052-0.022-0.105-0.044-0.156-0.066c-0.219-0.097-0.423-0.199-0.608-0.308c-0.027-0.016-0.05-0.033-0.076-0.049 c-0.166-0.103-0.314-0.21-0.448-0.322c-0.025-0.021-0.053-0.041-0.076-0.063c-0.136-0.122-0.25-0.251-0.344-0.383 c-0.02-0.028-0.038-0.057-0.056-0.086c-0.088-0.138-0.16-0.28-0.198-0.427c-0.031-0.119-0.044-0.237-0.041-0.354l-0.026,0.97 c-0.003,0.117,0.01,0.235,0.041,0.354c0.038,0.147,0.111,0.289,0.198,0.427c0.018,0.029,0.035,0.058,0.056,0.086 c0.094,0.132,0.208,0.261,0.345,0.383c0.024,0.021,0.051,0.042,0.076,0.063c0.133,0.112,0.281,0.219,0.447,0.322 c0.027,0.017,0.05,0.034,0.078,0.05c0.184,0.109,0.389,0.211,0.607,0.308c0.022,0.01,0.039,0.021,0.061,0.031 c0.03,0.013,0.065,0.023,0.095,0.036c0.175,0.073,0.358,0.141,0.551,0.205c0.028,0.009,0.052,0.021,0.081,0.03 c0.01,0.003,0.021,0.005,0.03,0.009c0.207,0.066,0.423,0.127,0.648,0.183c0.012,0.003,0.024,0.007,0.036,0.01 c0.048,0.012,0.101,0.021,0.15,0.032c0.162,0.038,0.326,0.073,0.496,0.106c0.032,0.006,0.062,0.014,0.094,0.02 c0.051,0.009,0.107,0.016,0.159,0.024c0.156,0.027,0.314,0.051,0.475,0.073c0.051,0.007,0.098,0.016,0.149,0.023 c0.039,0.005,0.081,0.007,0.12,0.012c0.18,0.021,0.363,0.039,0.548,0.054c0.059,0.005,0.115,0.013,0.174,0.017 c0.019,0.001,0.039,0.001,0.058,0.003c0.274,0.019,0.552,0.031,0.835,0.037c0.011,0,0.021,0.001,0.032,0.001 c0.035,0.001,0.071-0.002,0.106-0.001c0.262,0.003,0.528-0.001,0.796-0.01c0.046-0.002,0.09,0,0.136-0.002 c0.118-0.005,0.237-0.011,0.357-0.019c0.265-0.016,0.523-0.04,0.777-0.067c0.023-0.003,0.048-0.004,0.071-0.006 c0.022-0.003,0.042-0.008,0.064-0.01c0.481-0.056,0.941-0.131,1.377-0.222c0.021-0.005,0.046-0.006,0.068-0.011 c0.027-0.006,0.052-0.014,0.079-0.02c0.25-0.055,0.493-0.115,0.725-0.18c0.025-0.007,0.048-0.015,0.073-0.023 c0.208-0.061,0.407-0.126,0.599-0.194c0.059-0.021,0.116-0.042,0.173-0.063c0.184-0.07,0.361-0.142,0.527-0.219 c0.023-0.01,0.048-0.02,0.07-0.031c0.184-0.086,0.353-0.178,0.513-0.272c0.017-0.01,0.038-0.019,0.055-0.029 c0.019-0.011,0.031-0.024,0.05-0.036c0.195-0.121,0.374-0.246,0.528-0.377c0.005-0.005,0.013-0.009,0.018-0.013 c0.026-0.022,0.044-0.045,0.068-0.067c0.069-0.063,0.135-0.127,0.194-0.192c0.012-0.013,0.028-0.026,0.039-0.039 c0.025-0.029,0.044-0.059,0.067-0.089c0.032-0.04,0.064-0.081,0.091-0.122c0.01-0.014,0.023-0.028,0.032-0.043 c0.025-0.039,0.042-0.079,0.063-0.118c0.015-0.029,0.033-0.057,0.046-0.086c0.004-0.009,0.01-0.017,0.014-0.026 c0.032-0.072,0.057-0.146,0.076-0.219c0-0.001,0-0.002,0.001-0.004c0.002-0.007,0.002-0.013,0.003-0.02 c0.015-0.064,0.028-0.129,0.033-0.194c0.002-0.022,0.003-0.045,0.004-0.067l0.026-0.97C27.243,25.644,27.229,25.731,27.209,25.817z" /> <g> <path fill="%23CCCCCC" d="M19.202,22.692c3.989-0.249,7.576,0.876,8.002,2.511c0.426,1.635-2.469,3.163-6.458,3.412 c-3.989,0.249-7.567-0.877-7.993-2.512C12.327,24.469,15.213,22.941,19.202,22.692z"/> </g> <ellipse fill="%23676767" cx="19.79" cy="25.582" rx="2.106" ry="1.049"/> <path fill="%23999999" d="M18.335,25.61l-5.11-3.502c-0.247-0.178-0.4-0.459-0.416-0.764c-0.015-0.304,0.109-0.599,0.339-0.8 l2.749-2.416c0,0,1.415,0.292,2.745,0.25c-1.061,0.937-3.228,2.837-3.228,2.837l5.5,3.799c0,0,0.334,0.913-0.575,1.071 C18.892,26.337,18.335,25.61,18.335,25.61z"/> <circle fill="%23CCCCCC" cx="14.335" cy="21.253" r="1.649"/> </svg>');
}
.red.icon-replace{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF0000" points="26.148,12.824 23.744,12.118 26.279,11.464 28.683,12.17 "/> <g> <polygon fill="%23CC0000" points="23.761,20.508 21.357,19.803 16.309,14.441 18.713,15.146 "/> </g> <polygon fill="%23FF0000" points="18.713,15.146 16.309,14.441 18.877,13.723 21.281,14.429 "/> <path fill="%23CC0000" d="M17.026,6.752c1.51,1.293,1.726,3.759,1.819,5.598c0.014,0.279-0.111,1.18,0.05,1.379 c0.084,0.103,0.603,0.177,0.719,0.211c0.555,0.163,1.11,0.326,1.666,0.489c0.009-2.102-0.047-4.746-1.394-6.485 c-0.887-1.146-2.507-1.34-3.819-1.725C16.42,6.322,16.749,6.513,17.026,6.752z"/> <path fill="%23FF0000" d="M14.394,7.346c1.682-2.095,4.375-3.989,7.188-3.164c-1.548-0.454-3.104-1.107-4.741-0.806 c-2.93,0.538-5.078,3.165-6.429,5.642c0.643,0.189,1.33,0.496,1.992,0.585c0.532,0.071,0.367,0.174,0.727-0.422 C13.515,8.546,13.928,7.925,14.394,7.346z"/> <path fill="%23990000" d="M20.142,3.986c3.327-0.041,6.098,3.19,6.006,8.837l2.535-0.654l-4.922,8.338l-5.048-5.362l2.568-0.717 c0.024-5.771-1.644-7.636-3.621-7.612c-1.674,0.021-3.57,1.398-4.844,2.907C14.947,5.816,17.695,4.016,20.142,3.986z"/> <path fill="%23CCCCCC" d="M21.468,23.054c0.193-0.195,0.381-0.397,0.558-0.607c-0.495-0.145-0.99-0.29-1.484-0.436 c-0.193-0.057-0.637-0.28-0.845-0.248c-0.245,0.037-0.499,0.452-0.693,0.643c-1.233,1.216-3.184,2.67-5.036,2.128 c1,0.294,2.106,0.798,3.162,0.813C18.784,25.37,20.365,24.172,21.468,23.054z"/> <path fill="%23999999" d="M10.036,26.946c0.995,0.502,2.162,0.725,3.225,1.037c-2.517-0.739-3.858-3.303-4.322-5.712 c-0.129-0.67-0.199-1.347-0.229-2.029c-0.008-0.186,0.066-0.798-0.034-0.908c-0.061-0.067-0.245-0.049-0.324-0.095 c-0.559-0.325-1.432-0.42-2.061-0.605C6.242,21.662,7.067,25.46,10.036,26.946z"/> <polygon fill="%23CCCCCC" points="6.16,19.994 3.756,19.288 8.678,10.95 11.082,11.655 "/> <path fill="%23676767" d="M11.082,11.655l5.048,5.362l-2.575,0.725c-0.02,5.767,1.651,7.63,3.628,7.606 c1.675-0.021,3.57-1.396,4.843-2.901c-2.132,3.904-4.879,5.701-7.325,5.731c-3.328,0.041-6.098-3.19-6.005-8.839L6.16,19.994 L11.082,11.655z"/> </svg>');
}
.red.icon-clean{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.206,14.245l0.007-0.425l0.18-9.21l-2.475,1.223l-0.029,9.756L18.206,14.245 M21.559,18.598l0.151-0.094 l0.13-2.684l-3.079,1.907l-0.065,2.72L21.559,18.598z"/> <polyline fill="%23999999" points="15.918,5.834 12.615,4.215 12.745,10.806 12.809,13.806 15.889,15.591 15.918,5.834 "/> <polygon fill="%23999999" points="9.615,14.929 9.86,15.073 18.436,20.289 18.695,20.447 18.76,17.728 9.5,12.324 "/> <polyline fill="%23CCCCCC" points="15.09,3.064 12.615,4.215 15.918,5.834 18.393,4.611 15.09,3.064 "/> <polygon fill="%23CCCCCC" points="12.745,10.806 12.579,10.712 9.5,12.324 18.76,17.728 21.839,15.821 18.213,13.821 18.206,14.245 15.889,15.591 12.809,13.806 "/> <path fill="%23990000" d="M18.695,20.447l-0.259-0.158l2.216,9.051l5.044-3.734l-4.137-7.008L18.695,20.447z"/> <path fill="%23FF0000" d="M9.86,15.073l-3.727,4.475l14.519,9.792l-2.216-9.051L9.86,15.073z"/> </svg>');
}
.red.icon-system{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M10.795,24.356c-0.012,0.012-0.028,0.036-0.05,0.072l-0.007,0.01l1.53-0.944 c-0.065-0.058-0.129-0.115-0.192-0.169l-0.105-0.097c-0.028-0.02-0.045-0.03-0.05-0.03h-0.007l-0.025,0.03L10.795,24.356"/> <path fill="%23990000" d="M16.618,15.116l-1.021,2.352l8.007-4.689c0.005-0.015,0.016-0.039,0.032-0.072l1.176-2.287L16.618,15.116"/> <path fill="%23990000" d="M19.286,21.683c0.01,0.01,0.015,0.021,0.015,0.032c0.172,0.911,0.284,1.892,0.169,2.818 c-0.015,0.199-0.039,0.393-0.072,0.58c0,0.022-0.002,0.035-0.007,0.04c2.573-1.702,5.145-3.406,7.708-5.122h0.01 c0.498-0.665,0.217-2.453,0.12-3.199l-0.015-0.137c0-0.01-0.006-0.021-0.017-0.032L19.286,21.683"/> <path fill="%23990000" d="M16.588,23.479c-0.012-0.007-0.02-0.004-0.025,0.007c0,0.005,0,0.016,0,0.032l-0.017,0.04l-0.137,0.249 c-0.053,0.098-0.123,0.195-0.209,0.291l-0.177,0.177c-0.032,0.017-0.05,0.032-0.055,0.047l0.974-0.628L16.588,23.479z"/> <path fill="%23FF0000" d="M7.903,13.673H7.91c0.01-0.01,0.015-0.037,0.015-0.08l0.032-0.105c0.091-0.274,0.204-0.502,0.339-0.685 l0.08-0.105c-0.01-0.043-0.015-0.067-0.015-0.072l-0.516-1.41l-2.287,1.161l0.047,0.032l2.28,1.256 C7.89,13.671,7.896,13.673,7.903,13.673"/> <path fill="%23FF0000" d="M19.181,8.155c-0.012-0.005-0.025-0.012-0.04-0.022l-8.097,4.3c0.01,0.012,0.021,0.02,0.032,0.025 l0.321,0.162c0.043,0.027,0.086,0.053,0.13,0.08c0.247,0.145,0.489,0.311,0.725,0.501l0.105,0.087 c0.017,0.005,0.027,0.011,0.032,0.017l1.4-1.766l0.032-0.032l5.835-3.124c-0.05-0.027-0.101-0.054-0.154-0.082L19.181,8.155"/> <path fill="%23FF0000" d="M15.178,4.988C15.161,5,15.153,5.008,15.153,5.013l-7.621,3.74C7.94,8.602,8.391,8.55,8.884,8.598 l0.282,0.04c0.033,0.007,0.055,0.015,0.065,0.025l8.234-4.093c-0.01-0.01-0.029-0.015-0.057-0.015L17.111,4.53 c-0.522-0.017-1,0.056-1.435,0.217c-0.113,0.043-0.215,0.092-0.306,0.147l-0.152,0.08C15.213,4.978,15.199,4.983,15.178,4.988"/> <path fill="%23FF0000" d="M16.386,19.394c0.005,0.005,0.01,0.011,0.015,0.017l2.795,2.2c0.012,0.01,0.033,0.023,0.065,0.04 c0.012,0.01,0.02,0.021,0.025,0.032l7.91-5.02c-0.015-0.022-0.039-0.043-0.072-0.065l-2.795-1.981 c-0.005-0.007-0.013-0.01-0.025-0.01L16.386,19.394z"/> <path fill="%23990000" d="M15.967,24.324v0.007l1.241,3.523v0.007l7.452-5.01c0.005,0,0.007-0.003,0.007-0.01 c0.01-0.005,0.012-0.016,0.007-0.032l-0.306-0.949l-4.978,3.294h-0.007l-2.442-1.457L15.967,24.324"/> <path fill="%23CC0000" d="M15.596,17.468c0.175,0.409,0.373,0.801,0.531,1.218c0.06,0.145,0.13,0.34,0.209,0.588 c0.022,0.053,0.038,0.093,0.05,0.12l7.918-4.786c-0.005-0.015-0.01-0.031-0.015-0.047c-0.005-0.032-0.011-0.056-0.017-0.072 l-0.184-0.563c-0.14-0.377-0.298-0.751-0.476-1.121c-0.005-0.005-0.007-0.013-0.007-0.025L15.596,17.468"/> <path fill="%23FF0000" d="M22.121,7.084c-0.005-0.005-0.01-0.007-0.015-0.007c-2.763,1.473-5.523,2.952-8.284,4.43 c0.007,0,0.015,0.006,0.025,0.017l0.573,0.603c0.015,0.022,0.031,0.041,0.047,0.057c0.07,0.075,0.135,0.15,0.194,0.227 c0.246,0.284,0.447,0.531,0.603,0.74c0.471,0.582,0.881,1.204,1.291,1.829c0.005,0.005,0.016,0.029,0.032,0.072 c0.005,0.007,0.01,0.017,0.015,0.032c0.005,0.005,0.01,0.016,0.015,0.032l8.194-4.696c-0.01-0.017-0.015-0.027-0.015-0.032 l-0.516-0.782c-0.296-0.414-0.556-0.754-0.782-1.021c-0.416-0.524-0.882-0.994-1.353-1.467C22.134,7.099,22.126,7.089,22.121,7.084" /> <path fill="%23990000" d="M17.497,4.595c-0.005-0.01-0.016-0.018-0.032-0.025L9.231,8.663c0.012,0.005,0.02,0.01,0.025,0.015 l1.732,3.667c0.022,0.037,0.041,0.066,0.057,0.087l8.097-4.3c-0.017-0.017-0.033-0.042-0.05-0.075L17.497,4.595z"/> <path fill="%23CC0000" d="M15.596,13.579c-0.108-0.146-0.218-0.289-0.331-0.429c-0.156-0.209-0.357-0.456-0.603-0.74 c-0.06-0.076-0.125-0.152-0.194-0.227c-0.017-0.017-0.032-0.036-0.047-0.057l-0.573-0.603c-0.01-0.012-0.018-0.017-0.025-0.017 l-0.032,0.032l-1.385,1.749v0.007l-0.015,0.01c-0.005-0.007-0.016-0.012-0.032-0.017L12.253,13.2 c-0.236-0.189-0.478-0.356-0.725-0.501c-0.043-0.027-0.086-0.053-0.13-0.08l-0.321-0.162c-0.012-0.005-0.022-0.013-0.032-0.025 c-0.017-0.022-0.036-0.051-0.057-0.087L9.256,8.678c-0.005-0.005-0.013-0.01-0.025-0.015c-0.01-0.01-0.032-0.018-0.065-0.025 l-0.282-0.04C8.391,8.55,7.94,8.602,7.532,8.753L7.041,8.994v0.007l1.32,3.625c0,0.005,0.005,0.029,0.015,0.072l-0.08,0.105 c-0.135,0.183-0.247,0.411-0.339,0.685l-0.032,0.105c0,0.043-0.005,0.07-0.015,0.08H7.903c-0.007,0-0.012-0.002-0.017-0.007 l-2.28-1.256l-0.047-0.032v0.032l-0.01,0.032l0.017,0.884c0.022,0.355,0.061,0.716,0.12,1.081c0.06,0.344,0.138,0.73,0.234,1.159 c0.012,0.043,0.022,0.078,0.032,0.105c0.012,0.012,0.02,0.02,0.025,0.025c0.017,0.017,0.051,0.047,0.105,0.09l2.15,1.764 c0.033,0.032,0.057,0.058,0.072,0.08c0.017,0.017,0.027,0.03,0.032,0.04c0.012,0.022,0.028,0.067,0.05,0.137 c0.144,0.404,0.319,0.823,0.523,1.258l0.112,0.224c0.027,0.038,0.037,0.062,0.032,0.072l-0.693,1.943 c0.5,0.816,0.999,1.535,1.497,2.158c0.247,0.317,0.522,0.643,0.822,0.977c0.012,0.01,0.022,0.015,0.032,0.015 c0.012-0.005,0.02-0.01,0.025-0.015l0.007-0.01c0.022-0.037,0.038-0.061,0.05-0.072l1.094-1.129l0.025-0.03h0.007 c0.005,0,0.022,0.01,0.05,0.03l0.105,0.097c0.063,0.055,0.127,0.111,0.192,0.169c0.238,0.183,0.474,0.35,0.71,0.501l0.112,0.072 c0.043,0.027,0.073,0.048,0.09,0.065c0.01,0,0.015,0.002,0.015,0.007l1.604,3.351c0.015,0.038,0.031,0.068,0.047,0.09 c0.012,0.005,0.022,0.01,0.032,0.015l0.573,0.194c0.267,0.07,0.517,0.115,0.747,0.137c0.242,0.027,0.473,0.023,0.693-0.01 l0.291-0.047c0.017,0,0.025-0.002,0.025-0.007v-0.007l-1.241-3.523v-0.007c0.005-0.015,0.023-0.031,0.055-0.047l0.177-0.177 c0.086-0.096,0.156-0.193,0.209-0.291l0.137-0.249l0.017-0.04c0-0.017,0-0.027,0-0.032c0.005-0.012,0.013-0.014,0.025-0.007 l2.795,1.674h0.007c0.005-0.005,0.007-0.018,0.007-0.04c0.033-0.188,0.057-0.381,0.072-0.58c0.017-0.135,0.027-0.268,0.032-0.401 c0.022-0.586-0.022-1.247-0.13-1.983c-0.015-0.101-0.031-0.2-0.047-0.296l-0.025-0.137c0-0.012-0.005-0.022-0.015-0.032 c-0.005-0.012-0.013-0.022-0.025-0.032c-0.032-0.017-0.053-0.03-0.065-0.04l-2.795-2.2c-0.005-0.007-0.01-0.012-0.015-0.017 c-0.012-0.027-0.028-0.066-0.05-0.12c-0.08-0.247-0.149-0.443-0.209-0.588c-0.161-0.425-0.333-0.821-0.516-1.186 c-0.005-0.01-0.01-0.021-0.015-0.032l1.021-2.352c-0.005-0.017-0.01-0.027-0.015-0.032c-0.005-0.015-0.01-0.026-0.015-0.032 c-0.017-0.043-0.027-0.067-0.032-0.072l-0.476-0.725C15.923,14.023,15.762,13.798,15.596,13.579"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.4255" y1="14.3534" x2="13.9562" y2="17.884" gradientTransform="matrix(1 0 0 -1 0 34.5512)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.659,14.336c-0.349,0.202-0.464,0.668-0.526,1.054c-0.079,0.498-0.03,1.032,0.065,1.524 c0.362,1.876,1.476,3.77,2.928,4.985c0.843,0.706,2.353,1.451,3.009,0.131c0.496-0.997,0.12-2.375-0.248-3.347 C14.148,16.726,11.437,13.305,9.659,14.336z"/> </svg>');
}
.red.icon-print{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="21.514,12.171 21.514,12.171 16.537,10.013 3.823,15.522 16.53,22.819 29.239,15.522 "/> <polygon fill="%23999999" points="16.53,29.726 16.53,22.819 3.823,15.522 4.556,21.797 "/> <polygon fill="%23676767" points="28.512,21.797 29.239,15.522 16.53,22.819 16.53,29.726 "/> <polygon fill="%23676767" points="14.615,11.874 10.4,13.8 20.55,18.745 24.331,16.769 "/> <polygon fill="%23990000" points="24.331,12.276 23.698,12.47 21.489,17.617 22.325,17.025 "/> <polyline fill="%23CC0000" points="22.115,8.301 14.905,5.022 12.558,13.261 21.489,17.617 23.698,12.47 22.115,8.301 "/> <polygon fill="%23CC0000" points="22.92,8.1 22.115,8.301 23.698,12.47 24.331,12.276 "/> <polygon fill="%23FF0000" points="15.943,4.921 14.833,4.985 22.115,8.301 22.92,8.1 "/> <polyline fill="%23FF0000" points="23.698,12.47 22.115,8.301 20.027,11.084 23.698,12.47 "/> <path fill="%23999999" d="M4.126,18.112l0.482,4.685l8.738,5.75v-5.056L4.126,18.112z"/> <polygon fill="%23676767" points="13.347,28.546 14.134,28.029 14.134,23.124 13.346,23.491 "/> <polygon fill="%23CCCCCC" points="14.134,23.124 13.346,23.491 4.126,18.112 4.863,17.833 "/> </svg>');
}


.blue.icon-page-first{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%23003399" width="4" height="16.26"/> </svg>');
}
.blue.icon-page-first.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.blue.icon-page-prev{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.blue.icon-page-prev.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.blue.icon-page-next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.blue.icon-page-next.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.blue.icon-page-last{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%23003399" width="4" height="16.26"/> </svg>');
}
.blue.icon-page-last.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.blue.icon-page-scroll-top{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="14.172,24.213 18.522,24.213 18.522,19.632 22.347,19.632 16.347,13.525 10.347,19.632 14.172,19.632 "/> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%23003399" width="4.182" height="17"/> </svg>');
}
.blue.icon-move-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%23003399" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M16.347,13.525l-6,6.107h3.825c0,5.847,3.051,7.289,7.697,7.289c-3.539-1.937-3.347-4.136-3.347-7.289h3.825 l-5.309-5.403L16.347,13.525z"/> </svg> ');
}
.blue.icon-move-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="13.612" y="13.539" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -6.3362 37.7426)" fill="%23003399" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M15.653,18.475l6-6.107h-3.825c0-5.847-3.051-7.289-7.697-7.289c3.539,1.937,3.347,4.136,3.347,7.289H9.653 l5.309,5.403L15.653,18.475z"/> </svg>');
}
.lightBlue.icon-page-first{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%23269FBF" width="4" height="16.26"/> </svg>');
}
.lightBlue.icon-page-first.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.lightBlue.icon-page-prev{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.lightBlue.icon-page-prev.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.lightBlue.icon-page-next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.lightBlue.icon-page-next.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.lightBlue.icon-page-last{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%23269FBF" width="4" height="16.26"/> </svg>');
}
.lightBlue.icon-page-last.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.lightBlue.icon-page-scroll-top{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="14.172,24.213 18.522,24.213 18.522,19.632 22.347,19.632 16.347,13.525 10.347,19.632 14.172,19.632 "/> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%23269FBF" width="4.182" height="17"/> </svg>');
}
.lightBlue.icon-move-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%23269FBF" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M16.347,13.525l-6,6.107h3.825c0,5.847,3.051,7.289,7.697,7.289c-3.539-1.937-3.347-4.136-3.347-7.289h3.825 l-5.309-5.403L16.347,13.525z"/> </svg> ');
}
.lightBlue.icon-move-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="13.612" y="13.539" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -6.3362 37.7426)" fill="%23269FBF" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M15.653,18.475l6-6.107h-3.825c0-5.847-3.051-7.289-7.697-7.289c3.539,1.937,3.347,4.136,3.347,7.289H9.653 l5.309,5.403L15.653,18.475z"/> </svg>');
}
.green.icon-page-first{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%232f8c51" width="4" height="16.26"/> </svg>');
}
.green.icon-page-first.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.green.icon-page-prev{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.green.icon-page-prev.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.green.icon-page-next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.green.icon-page-next.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.green.icon-page-last{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%232f8c51" width="4" height="16.26"/> </svg>');
}
.green.icon-page-last.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.green.icon-page-scroll-top{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="14.172,24.213 18.522,24.213 18.522,19.632 22.347,19.632 16.347,13.525 10.347,19.632 14.172,19.632 "/> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%232f8c51" width="4.182" height="17"/> </svg>');
}
.green.icon-move-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%232f8c51" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M16.347,13.525l-6,6.107h3.825c0,5.847,3.051,7.289,7.697,7.289c-3.539-1.937-3.347-4.136-3.347-7.289h3.825 l-5.309-5.403L16.347,13.525z"/> </svg> ');
}
.green.icon-move-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="13.612" y="13.539" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -6.3362 37.7426)" fill="%232f8c51" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M15.653,18.475l6-6.107h-3.825c0-5.847-3.051-7.289-7.697-7.289c3.539,1.937,3.347,4.136,3.347,7.289H9.653 l5.309,5.403L15.653,18.475z"/> </svg>');
}
.lightGreen.icon-page-first{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%2300b200" width="4" height="16.26"/> </svg>');
}
.lightGreen.icon-page-first.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.lightGreen.icon-page-prev{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.lightGreen.icon-page-prev.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.lightGreen.icon-page-next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.lightGreen.icon-page-next.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.lightGreen.icon-page-last{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%2300b200" width="4" height="16.26"/> </svg>');
}
.lightGreen.icon-page-last.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.lightGreen.icon-page-scroll-top{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="14.172,24.213 18.522,24.213 18.522,19.632 22.347,19.632 16.347,13.525 10.347,19.632 14.172,19.632 "/> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%2300b200" width="4.182" height="17"/> </svg>');
}
.lightGreen.icon-move-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%2300b200" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M16.347,13.525l-6,6.107h3.825c0,5.847,3.051,7.289,7.697,7.289c-3.539-1.937-3.347-4.136-3.347-7.289h3.825 l-5.309-5.403L16.347,13.525z"/> </svg> ');
}
.lightGreen.icon-move-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="13.612" y="13.539" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -6.3362 37.7426)" fill="%2300b200" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M15.653,18.475l6-6.107h-3.825c0-5.847-3.051-7.289-7.697-7.289c3.539,1.937,3.347,4.136,3.347,7.289H9.653 l5.309,5.403L15.653,18.475z"/> </svg>');
}
.yellow.icon-page-first{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%23ccaa00" width="4" height="16.26"/> </svg>');
}
.yellow.icon-page-first.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.yellow.icon-page-prev{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.yellow.icon-page-prev.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.yellow.icon-page-next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.yellow.icon-page-next.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.yellow.icon-page-last{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%23ccaa00" width="4" height="16.26"/> </svg>');
}
.yellow.icon-page-last.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.yellow.icon-page-scroll-top{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="14.172,24.213 18.522,24.213 18.522,19.632 22.347,19.632 16.347,13.525 10.347,19.632 14.172,19.632 "/> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%23ccaa00" width="4.182" height="17"/> </svg>');
}
.yellow.icon-move-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%23ccaa00" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M16.347,13.525l-6,6.107h3.825c0,5.847,3.051,7.289,7.697,7.289c-3.539-1.937-3.347-4.136-3.347-7.289h3.825 l-5.309-5.403L16.347,13.525z"/> </svg> ');
}
.yellow.icon-move-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="13.612" y="13.539" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -6.3362 37.7426)" fill="%23ccaa00" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M15.653,18.475l6-6.107h-3.825c0-5.847-3.051-7.289-7.697-7.289c3.539,1.937,3.347,4.136,3.347,7.289H9.653 l5.309,5.403L15.653,18.475z"/> </svg>');
}
.purple.icon-page-first{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%23FF66FF" width="4" height="16.26"/> </svg>');
}
.purple.icon-page-first.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.purple.icon-page-prev{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.purple.icon-page-prev.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.purple.icon-page-next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.purple.icon-page-next.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.purple.icon-page-last{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%23FF66FF" width="4" height="16.26"/> </svg>');
}
.purple.icon-page-last.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.purple.icon-page-scroll-top{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="14.172,24.213 18.522,24.213 18.522,19.632 22.347,19.632 16.347,13.525 10.347,19.632 14.172,19.632 "/> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%23FF66FF" width="4.182" height="17"/> </svg>');
}
.purple.icon-move-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%23FF66FF" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M16.347,13.525l-6,6.107h3.825c0,5.847,3.051,7.289,7.697,7.289c-3.539-1.937-3.347-4.136-3.347-7.289h3.825 l-5.309-5.403L16.347,13.525z"/> </svg> ');
}
.purple.icon-move-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="13.612" y="13.539" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -6.3362 37.7426)" fill="%23FF66FF" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M15.653,18.475l6-6.107h-3.825c0-5.847-3.051-7.289-7.697-7.289c3.539,1.937,3.347,4.136,3.347,7.289H9.653 l5.309,5.403L15.653,18.475z"/> </svg>');
}
.grey.icon-page-first{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.grey.icon-page-first.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.grey.icon-page-prev{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.grey.icon-page-prev.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.grey.icon-page-next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.grey.icon-page-next.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.grey.icon-page-last{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.grey.icon-page-last.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.grey.icon-page-scroll-top{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="14.172,24.213 18.522,24.213 18.522,19.632 22.347,19.632 16.347,13.525 10.347,19.632 14.172,19.632 "/> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%23999999" width="4.182" height="17"/> </svg>');
}
.grey.icon-move-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%23999999" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M16.347,13.525l-6,6.107h3.825c0,5.847,3.051,7.289,7.697,7.289c-3.539-1.937-3.347-4.136-3.347-7.289h3.825 l-5.309-5.403L16.347,13.525z"/> </svg> ');
}
.grey.icon-move-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="13.612" y="13.539" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -6.3362 37.7426)" fill="%23999999" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M15.653,18.475l6-6.107h-3.825c0-5.847-3.051-7.289-7.697-7.289c3.539,1.937,3.347,4.136,3.347,7.289H9.653 l5.309,5.403L15.653,18.475z"/> </svg>');
}
.orange.icon-page-first{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%23d88500" width="4" height="16.26"/> </svg>');
}
.orange.icon-page-first.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.orange.icon-page-prev{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.orange.icon-page-prev.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.orange.icon-page-next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.orange.icon-page-next.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.orange.icon-page-last{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%23d88500" width="4" height="16.26"/> </svg>');
}
.orange.icon-page-last.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.orange.icon-page-scroll-top{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="14.172,24.213 18.522,24.213 18.522,19.632 22.347,19.632 16.347,13.525 10.347,19.632 14.172,19.632 "/> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%23d88500" width="4.182" height="17"/> </svg>');
}
.orange.icon-move-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%23d88500" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M16.347,13.525l-6,6.107h3.825c0,5.847,3.051,7.289,7.697,7.289c-3.539-1.937-3.347-4.136-3.347-7.289h3.825 l-5.309-5.403L16.347,13.525z"/> </svg> ');
}
.orange.icon-move-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="13.612" y="13.539" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -6.3362 37.7426)" fill="%23d88500" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M15.653,18.475l6-6.107h-3.825c0-5.847-3.051-7.289-7.697-7.289c3.539,1.937,3.347,4.136,3.347,7.289H9.653 l5.309,5.403L15.653,18.475z"/> </svg>');
}
.red.icon-page-first{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%23CC0000" width="4" height="16.26"/> </svg>');
}
.red.icon-page-first.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M10.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019l-5.212-5.117L10.802,15.979z"/> <rect x="4.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.red.icon-page-prev{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.red.icon-page-prev.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M6.802,15.979l5.916-5.808v1.383v1.936c5.916,0.83,8.451,4.979,9.297,9.127 c-0.2-0.274-0.414-0.521-0.629-0.768c-2.061-2.362-4.841-3.464-8.667-3.464v1.383v2.019L7.506,16.67L6.802,15.979z"/> </svg>');
}
.red.icon-page-next{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.red.icon-page-next.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M22.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L22.227,15.979z"/> </svg>');
}
.red.icon-page-last{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%23CC0000" width="4" height="16.26"/> </svg>');
}
.red.icon-page-last.disabled{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M21.227,15.979l-5.916-5.808v1.383v1.936c-5.916,0.83-8.451,4.979-9.297,9.127 c0.2-0.274,0.414-0.521,0.629-0.768c2.061-2.362,4.841-3.464,8.667-3.464v1.383v2.019l5.212-5.117L21.227,15.979z"/> <rect x="22.927" y="7.74" fill="%23999999" width="4" height="16.26"/> </svg>');
}
.red.icon-page-scroll-top{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="14.172,24.213 18.522,24.213 18.522,19.632 22.347,19.632 16.347,13.525 10.347,19.632 14.172,19.632 "/> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%23CC0000" width="4.182" height="17"/> </svg>');
}
.red.icon-move-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="14.206" y="1.461" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 26.2574 -6.3362)" fill="%23CC0000" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M16.347,13.525l-6,6.107h3.825c0,5.847,3.051,7.289,7.697,7.289c-3.539-1.937-3.347-4.136-3.347-7.289h3.825 l-5.309-5.403L16.347,13.525z"/> </svg> ');
}
.red.icon-move-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="13.612" y="13.539" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -6.3362 37.7426)" fill="%23CC0000" width="4.182" height="17"/> <path fill="%23FFFFFF" d="M15.653,18.475l6-6.107h-3.825c0-5.847-3.051-7.289-7.697-7.289c3.539,1.937,3.347,4.136,3.347,7.289H9.653 l5.309,5.403L15.653,18.475z"/> </svg>');
}


.blue.icon-delete-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23003399" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23003399" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23003399" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> </svg>');
}
.blue.icon-delete-node{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23003399" stroke-width="2.25" stroke-linejoin="round" d="M11.683,7.904v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23003399" cx="21.433" cy="19.936" r="3.937"/> <polygon fill="%23FFFFFF" points="11.683,10.335 8.676,13.341 7.183,11.848 10.19,8.841 7.183,5.835 8.676,4.341 11.683,7.348 14.69,4.341 16.183,5.835 13.176,8.841 16.183,11.848 14.69,13.341 "/> </svg>');
}
.blue.icon-node-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <line fill="%23999999" stroke="%23003399" stroke-width="2.25" stroke-linejoin="round" x1="10.934" y1="9.843" x2="10.934" y2="23.343"/> <circle fill="%23003399" cx="10.934" cy="11.53" r="3.937"/> <line fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" x1="20.684" y1="9.843" x2="20.684" y2="23.343"/> <circle fill="%23FFFFFF" cx="20.684" cy="11.53" r="3.937"/> </svg>');
}
.blue.icon-node-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23003399" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23003399" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M19.348,12.986l-4.356,4.437h1.037h1.452c0.622,4.437,3.734,6.339,6.846,6.972 c-0.206-0.15-0.391-0.311-0.576-0.472c-1.771-1.546-2.598-3.63-2.598-6.5h1.037h1.514l-3.838-3.909L19.348,12.986z"/> </svg>');
}
.blue.icon-node-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23003399" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23003399" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M20.971,27.145l4.356-4.437H24.29h-1.452c-0.622-4.437-3.734-6.339-6.846-6.972 c0.206,0.15,0.391,0.311,0.576,0.472c1.771,1.546,2.598,3.63,2.598,6.5h-1.037h-1.514l3.838,3.909L20.971,27.145z"/> </svg>');
}
.blue.icon-clipboard-copy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23003399" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23003399" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.997,13.999 25.997,13.999 25.997,25.249 16.997,25.249 "/> <path fill="%23FFFFFF" d="M25.075,19.721l-4.437,4.356V23.04v-1.452c-4.437-0.622-6.339-3.734-6.972-6.846 c0.15,0.206,0.311,0.391,0.472,0.576c1.546,1.771,3.63,2.598,6.5,2.598v-1.037v-1.514l3.909,3.838L25.075,19.721z"/> </svg>');
}
.blue.icon-clipboard-cut{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23003399" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23003399" cx="11.683" cy="10.53" r="3.937"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="23.813" rx="2.162" ry="2.278"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="17.277" rx="2.162" ry="2.278"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="24.76" x2="22.923" y2="18.121"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="16.482" x2="22.923" y2="23.121"/> </svg>');
}
.blue.icon-clipboard-paste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23003399" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23003399" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.996,13.999 25.996,13.999 25.996,25.249 16.996,25.249 "/> <path fill="%23FFFFFF" d="M13.996,19.355l4.437-4.356v1.037v1.452c4.437,0.622,6.339,3.734,6.972,6.846 c-0.15-0.206-0.311-0.391-0.472-0.576c-1.546-1.771-3.63-2.598-6.5-2.598v1.037v1.514l-3.909-3.838L13.996,19.355z"/> </svg>');
}
.blue.icon-clipboard-paste-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FFFFFF" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23003399" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23003399" stroke-width="2" stroke-miterlimit="10" x1="8.684" y1="10.53" x2="14.684" y2="10.53"/> <line fill="none" stroke="%23003399" stroke-width="2" stroke-miterlimit="10" x1="11.684" y1="13.53" x2="11.684" y2="7.53"/> </svg> ');
}
.blue.icon-clipboard-paste-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23003399" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23003399" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23003399" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> <line fill="none" stroke="%23003399" stroke-width="2" stroke-miterlimit="10" x1="21.433" y1="22.937" x2="21.433" y2="16.937"/> </svg>');
}
.blue.icon-file-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23003399" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="17.928,11.526 13.894,11.526 13.894,15.774 10.347,15.774 15.911,21.437 21.476,15.774 17.928,15.774 "/> </svg>');
}
.blue.icon-file-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23003399" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="13.894,20.437 17.928,20.437 17.928,16.19 21.476,16.19 15.911,10.526 10.347,16.19 13.894,16.19 "/> </svg>');
}
.blue.icon-file-import-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.525,19.025l2.928-3.556l-1.784,0.011c-0.624-4.884-6.925-7.204-9.862-3.222 c1.758-1.295,5.697-1.912,6.472,3.414l-1.804,0.038L20.525,19.025z"/> <path fill="%23FFFFFF" d="M11.117,12.976l-2.928,3.556l1.784-0.011c0.624,4.884,6.925,7.204,9.862,3.222 c-1.758,1.295-5.697,1.912-6.472-3.414l1.804-0.038L11.117,12.976z"/> <path fill="%23003399" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> </svg>');
}
.lightBlue.icon-delete-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23269FBF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23269FBF" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23269FBF" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> </svg>');
}
.lightBlue.icon-delete-node{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23269FBF" stroke-width="2.25" stroke-linejoin="round" d="M11.683,7.904v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23269FBF" cx="21.433" cy="19.936" r="3.937"/> <polygon fill="%23FFFFFF" points="11.683,10.335 8.676,13.341 7.183,11.848 10.19,8.841 7.183,5.835 8.676,4.341 11.683,7.348 14.69,4.341 16.183,5.835 13.176,8.841 16.183,11.848 14.69,13.341 "/> </svg>');
}
.lightBlue.icon-node-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <line fill="%23999999" stroke="%23269FBF" stroke-width="2.25" stroke-linejoin="round" x1="10.934" y1="9.843" x2="10.934" y2="23.343"/> <circle fill="%23269FBF" cx="10.934" cy="11.53" r="3.937"/> <line fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" x1="20.684" y1="9.843" x2="20.684" y2="23.343"/> <circle fill="%23FFFFFF" cx="20.684" cy="11.53" r="3.937"/> </svg>');
}
.lightBlue.icon-node-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23269FBF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23269FBF" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M19.348,12.986l-4.356,4.437h1.037h1.452c0.622,4.437,3.734,6.339,6.846,6.972 c-0.206-0.15-0.391-0.311-0.576-0.472c-1.771-1.546-2.598-3.63-2.598-6.5h1.037h1.514l-3.838-3.909L19.348,12.986z"/> </svg>');
}
.lightBlue.icon-node-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23269FBF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23269FBF" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M20.971,27.145l4.356-4.437H24.29h-1.452c-0.622-4.437-3.734-6.339-6.846-6.972 c0.206,0.15,0.391,0.311,0.576,0.472c1.771,1.546,2.598,3.63,2.598,6.5h-1.037h-1.514l3.838,3.909L20.971,27.145z"/> </svg>');
}
.lightBlue.icon-clipboard-copy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23269FBF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23269FBF" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.997,13.999 25.997,13.999 25.997,25.249 16.997,25.249 "/> <path fill="%23FFFFFF" d="M25.075,19.721l-4.437,4.356V23.04v-1.452c-4.437-0.622-6.339-3.734-6.972-6.846 c0.15,0.206,0.311,0.391,0.472,0.576c1.546,1.771,3.63,2.598,6.5,2.598v-1.037v-1.514l3.909,3.838L25.075,19.721z"/> </svg>');
}
.lightBlue.icon-clipboard-cut{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23269FBF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23269FBF" cx="11.683" cy="10.53" r="3.937"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="23.813" rx="2.162" ry="2.278"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="17.277" rx="2.162" ry="2.278"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="24.76" x2="22.923" y2="18.121"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="16.482" x2="22.923" y2="23.121"/> </svg>');
}
.lightBlue.icon-clipboard-paste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23269FBF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23269FBF" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.996,13.999 25.996,13.999 25.996,25.249 16.996,25.249 "/> <path fill="%23FFFFFF" d="M13.996,19.355l4.437-4.356v1.037v1.452c4.437,0.622,6.339,3.734,6.972,6.846 c-0.15-0.206-0.311-0.391-0.472-0.576c-1.546-1.771-3.63-2.598-6.5-2.598v1.037v1.514l-3.909-3.838L13.996,19.355z"/> </svg>');
}
.lightBlue.icon-clipboard-paste-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FFFFFF" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23269FBF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23269FBF" stroke-width="2" stroke-miterlimit="10" x1="8.684" y1="10.53" x2="14.684" y2="10.53"/> <line fill="none" stroke="%23269FBF" stroke-width="2" stroke-miterlimit="10" x1="11.684" y1="13.53" x2="11.684" y2="7.53"/> </svg> ');
}
.lightBlue.icon-clipboard-paste-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23269FBF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23269FBF" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23269FBF" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> <line fill="none" stroke="%23269FBF" stroke-width="2" stroke-miterlimit="10" x1="21.433" y1="22.937" x2="21.433" y2="16.937"/> </svg>');
}
.lightBlue.icon-file-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23269FBF" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="17.928,11.526 13.894,11.526 13.894,15.774 10.347,15.774 15.911,21.437 21.476,15.774 17.928,15.774 "/> </svg>');
}
.lightBlue.icon-file-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23269FBF" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="13.894,20.437 17.928,20.437 17.928,16.19 21.476,16.19 15.911,10.526 10.347,16.19 13.894,16.19 "/> </svg>');
}
.lightBlue.icon-file-import-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.525,19.025l2.928-3.556l-1.784,0.011c-0.624-4.884-6.925-7.204-9.862-3.222 c1.758-1.295,5.697-1.912,6.472,3.414l-1.804,0.038L20.525,19.025z"/> <path fill="%23FFFFFF" d="M11.117,12.976l-2.928,3.556l1.784-0.011c0.624,4.884,6.925,7.204,9.862,3.222 c-1.758,1.295-5.697,1.912-6.472-3.414l1.804-0.038L11.117,12.976z"/> <path fill="%23269FBF" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> </svg>');
}
.green.icon-delete-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%232f8c51" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%232f8c51" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%232f8c51" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> </svg>');
}
.green.icon-delete-node{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%232f8c51" stroke-width="2.25" stroke-linejoin="round" d="M11.683,7.904v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%232f8c51" cx="21.433" cy="19.936" r="3.937"/> <polygon fill="%23FFFFFF" points="11.683,10.335 8.676,13.341 7.183,11.848 10.19,8.841 7.183,5.835 8.676,4.341 11.683,7.348 14.69,4.341 16.183,5.835 13.176,8.841 16.183,11.848 14.69,13.341 "/> </svg>');
}
.green.icon-node-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <line fill="%23999999" stroke="%232f8c51" stroke-width="2.25" stroke-linejoin="round" x1="10.934" y1="9.843" x2="10.934" y2="23.343"/> <circle fill="%232f8c51" cx="10.934" cy="11.53" r="3.937"/> <line fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" x1="20.684" y1="9.843" x2="20.684" y2="23.343"/> <circle fill="%23FFFFFF" cx="20.684" cy="11.53" r="3.937"/> </svg>');
}
.green.icon-node-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%232f8c51" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%232f8c51" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M19.348,12.986l-4.356,4.437h1.037h1.452c0.622,4.437,3.734,6.339,6.846,6.972 c-0.206-0.15-0.391-0.311-0.576-0.472c-1.771-1.546-2.598-3.63-2.598-6.5h1.037h1.514l-3.838-3.909L19.348,12.986z"/> </svg>');
}
.green.icon-node-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%232f8c51" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%232f8c51" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M20.971,27.145l4.356-4.437H24.29h-1.452c-0.622-4.437-3.734-6.339-6.846-6.972 c0.206,0.15,0.391,0.311,0.576,0.472c1.771,1.546,2.598,3.63,2.598,6.5h-1.037h-1.514l3.838,3.909L20.971,27.145z"/> </svg>');
}
.green.icon-clipboard-copy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%232f8c51" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%232f8c51" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.997,13.999 25.997,13.999 25.997,25.249 16.997,25.249 "/> <path fill="%23FFFFFF" d="M25.075,19.721l-4.437,4.356V23.04v-1.452c-4.437-0.622-6.339-3.734-6.972-6.846 c0.15,0.206,0.311,0.391,0.472,0.576c1.546,1.771,3.63,2.598,6.5,2.598v-1.037v-1.514l3.909,3.838L25.075,19.721z"/> </svg>');
}
.green.icon-clipboard-cut{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%232f8c51" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%232f8c51" cx="11.683" cy="10.53" r="3.937"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="23.813" rx="2.162" ry="2.278"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="17.277" rx="2.162" ry="2.278"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="24.76" x2="22.923" y2="18.121"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="16.482" x2="22.923" y2="23.121"/> </svg>');
}
.green.icon-clipboard-paste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%232f8c51" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%232f8c51" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.996,13.999 25.996,13.999 25.996,25.249 16.996,25.249 "/> <path fill="%23FFFFFF" d="M13.996,19.355l4.437-4.356v1.037v1.452c4.437,0.622,6.339,3.734,6.972,6.846 c-0.15-0.206-0.311-0.391-0.472-0.576c-1.546-1.771-3.63-2.598-6.5-2.598v1.037v1.514l-3.909-3.838L13.996,19.355z"/> </svg>');
}
.green.icon-clipboard-paste-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FFFFFF" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%232f8c51" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%232f8c51" stroke-width="2" stroke-miterlimit="10" x1="8.684" y1="10.53" x2="14.684" y2="10.53"/> <line fill="none" stroke="%232f8c51" stroke-width="2" stroke-miterlimit="10" x1="11.684" y1="13.53" x2="11.684" y2="7.53"/> </svg> ');
}
.green.icon-clipboard-paste-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%232f8c51" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%232f8c51" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%232f8c51" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> <line fill="none" stroke="%232f8c51" stroke-width="2" stroke-miterlimit="10" x1="21.433" y1="22.937" x2="21.433" y2="16.937"/> </svg>');
}
.green.icon-file-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232f8c51" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="17.928,11.526 13.894,11.526 13.894,15.774 10.347,15.774 15.911,21.437 21.476,15.774 17.928,15.774 "/> </svg>');
}
.green.icon-file-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232f8c51" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="13.894,20.437 17.928,20.437 17.928,16.19 21.476,16.19 15.911,10.526 10.347,16.19 13.894,16.19 "/> </svg>');
}
.green.icon-file-import-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.525,19.025l2.928-3.556l-1.784,0.011c-0.624-4.884-6.925-7.204-9.862-3.222 c1.758-1.295,5.697-1.912,6.472,3.414l-1.804,0.038L20.525,19.025z"/> <path fill="%23FFFFFF" d="M11.117,12.976l-2.928,3.556l1.784-0.011c0.624,4.884,6.925,7.204,9.862,3.222 c-1.758,1.295-5.697,1.912-6.472-3.414l1.804-0.038L11.117,12.976z"/> <path fill="%232f8c51" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> </svg>');
}
.lightGreen.icon-delete-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%2300b200" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%2300b200" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%2300b200" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> </svg>');
}
.lightGreen.icon-delete-node{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%2300b200" stroke-width="2.25" stroke-linejoin="round" d="M11.683,7.904v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%2300b200" cx="21.433" cy="19.936" r="3.937"/> <polygon fill="%23FFFFFF" points="11.683,10.335 8.676,13.341 7.183,11.848 10.19,8.841 7.183,5.835 8.676,4.341 11.683,7.348 14.69,4.341 16.183,5.835 13.176,8.841 16.183,11.848 14.69,13.341 "/> </svg>');
}
.lightGreen.icon-node-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <line fill="%23999999" stroke="%2300b200" stroke-width="2.25" stroke-linejoin="round" x1="10.934" y1="9.843" x2="10.934" y2="23.343"/> <circle fill="%2300b200" cx="10.934" cy="11.53" r="3.937"/> <line fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" x1="20.684" y1="9.843" x2="20.684" y2="23.343"/> <circle fill="%23FFFFFF" cx="20.684" cy="11.53" r="3.937"/> </svg>');
}
.lightGreen.icon-node-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%2300b200" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%2300b200" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M19.348,12.986l-4.356,4.437h1.037h1.452c0.622,4.437,3.734,6.339,6.846,6.972 c-0.206-0.15-0.391-0.311-0.576-0.472c-1.771-1.546-2.598-3.63-2.598-6.5h1.037h1.514l-3.838-3.909L19.348,12.986z"/> </svg>');
}
.lightGreen.icon-node-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%2300b200" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%2300b200" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M20.971,27.145l4.356-4.437H24.29h-1.452c-0.622-4.437-3.734-6.339-6.846-6.972 c0.206,0.15,0.391,0.311,0.576,0.472c1.771,1.546,2.598,3.63,2.598,6.5h-1.037h-1.514l3.838,3.909L20.971,27.145z"/> </svg>');
}
.lightGreen.icon-clipboard-copy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%2300b200" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%2300b200" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.997,13.999 25.997,13.999 25.997,25.249 16.997,25.249 "/> <path fill="%23FFFFFF" d="M25.075,19.721l-4.437,4.356V23.04v-1.452c-4.437-0.622-6.339-3.734-6.972-6.846 c0.15,0.206,0.311,0.391,0.472,0.576c1.546,1.771,3.63,2.598,6.5,2.598v-1.037v-1.514l3.909,3.838L25.075,19.721z"/> </svg>');
}
.lightGreen.icon-clipboard-cut{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%2300b200" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%2300b200" cx="11.683" cy="10.53" r="3.937"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="23.813" rx="2.162" ry="2.278"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="17.277" rx="2.162" ry="2.278"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="24.76" x2="22.923" y2="18.121"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="16.482" x2="22.923" y2="23.121"/> </svg>');
}
.lightGreen.icon-clipboard-paste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%2300b200" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%2300b200" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.996,13.999 25.996,13.999 25.996,25.249 16.996,25.249 "/> <path fill="%23FFFFFF" d="M13.996,19.355l4.437-4.356v1.037v1.452c4.437,0.622,6.339,3.734,6.972,6.846 c-0.15-0.206-0.311-0.391-0.472-0.576c-1.546-1.771-3.63-2.598-6.5-2.598v1.037v1.514l-3.909-3.838L13.996,19.355z"/> </svg>');
}
.lightGreen.icon-clipboard-paste-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FFFFFF" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%2300b200" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%2300b200" stroke-width="2" stroke-miterlimit="10" x1="8.684" y1="10.53" x2="14.684" y2="10.53"/> <line fill="none" stroke="%2300b200" stroke-width="2" stroke-miterlimit="10" x1="11.684" y1="13.53" x2="11.684" y2="7.53"/> </svg> ');
}
.lightGreen.icon-clipboard-paste-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%2300b200" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%2300b200" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%2300b200" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> <line fill="none" stroke="%2300b200" stroke-width="2" stroke-miterlimit="10" x1="21.433" y1="22.937" x2="21.433" y2="16.937"/> </svg>');
}
.lightGreen.icon-file-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300b200" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="17.928,11.526 13.894,11.526 13.894,15.774 10.347,15.774 15.911,21.437 21.476,15.774 17.928,15.774 "/> </svg>');
}
.lightGreen.icon-file-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300b200" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="13.894,20.437 17.928,20.437 17.928,16.19 21.476,16.19 15.911,10.526 10.347,16.19 13.894,16.19 "/> </svg>');
}
.lightGreen.icon-file-import-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.525,19.025l2.928-3.556l-1.784,0.011c-0.624-4.884-6.925-7.204-9.862-3.222 c1.758-1.295,5.697-1.912,6.472,3.414l-1.804,0.038L20.525,19.025z"/> <path fill="%23FFFFFF" d="M11.117,12.976l-2.928,3.556l1.784-0.011c0.624,4.884,6.925,7.204,9.862,3.222 c-1.758,1.295-5.697,1.912-6.472-3.414l1.804-0.038L11.117,12.976z"/> <path fill="%2300b200" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> </svg>');
}
.yellow.icon-delete-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23ccaa00" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23ccaa00" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23ccaa00" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> </svg>');
}
.yellow.icon-delete-node{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23ccaa00" stroke-width="2.25" stroke-linejoin="round" d="M11.683,7.904v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23ccaa00" cx="21.433" cy="19.936" r="3.937"/> <polygon fill="%23FFFFFF" points="11.683,10.335 8.676,13.341 7.183,11.848 10.19,8.841 7.183,5.835 8.676,4.341 11.683,7.348 14.69,4.341 16.183,5.835 13.176,8.841 16.183,11.848 14.69,13.341 "/> </svg>');
}
.yellow.icon-node-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <line fill="%23999999" stroke="%23ccaa00" stroke-width="2.25" stroke-linejoin="round" x1="10.934" y1="9.843" x2="10.934" y2="23.343"/> <circle fill="%23ccaa00" cx="10.934" cy="11.53" r="3.937"/> <line fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" x1="20.684" y1="9.843" x2="20.684" y2="23.343"/> <circle fill="%23FFFFFF" cx="20.684" cy="11.53" r="3.937"/> </svg>');
}
.yellow.icon-node-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23ccaa00" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23ccaa00" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M19.348,12.986l-4.356,4.437h1.037h1.452c0.622,4.437,3.734,6.339,6.846,6.972 c-0.206-0.15-0.391-0.311-0.576-0.472c-1.771-1.546-2.598-3.63-2.598-6.5h1.037h1.514l-3.838-3.909L19.348,12.986z"/> </svg>');
}
.yellow.icon-node-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23ccaa00" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23ccaa00" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M20.971,27.145l4.356-4.437H24.29h-1.452c-0.622-4.437-3.734-6.339-6.846-6.972 c0.206,0.15,0.391,0.311,0.576,0.472c1.771,1.546,2.598,3.63,2.598,6.5h-1.037h-1.514l3.838,3.909L20.971,27.145z"/> </svg>');
}
.yellow.icon-clipboard-copy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23ccaa00" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23ccaa00" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.997,13.999 25.997,13.999 25.997,25.249 16.997,25.249 "/> <path fill="%23FFFFFF" d="M25.075,19.721l-4.437,4.356V23.04v-1.452c-4.437-0.622-6.339-3.734-6.972-6.846 c0.15,0.206,0.311,0.391,0.472,0.576c1.546,1.771,3.63,2.598,6.5,2.598v-1.037v-1.514l3.909,3.838L25.075,19.721z"/> </svg>');
}
.yellow.icon-clipboard-cut{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23ccaa00" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23ccaa00" cx="11.683" cy="10.53" r="3.937"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="23.813" rx="2.162" ry="2.278"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="17.277" rx="2.162" ry="2.278"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="24.76" x2="22.923" y2="18.121"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="16.482" x2="22.923" y2="23.121"/> </svg>');
}
.yellow.icon-clipboard-paste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23ccaa00" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23ccaa00" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.996,13.999 25.996,13.999 25.996,25.249 16.996,25.249 "/> <path fill="%23FFFFFF" d="M13.996,19.355l4.437-4.356v1.037v1.452c4.437,0.622,6.339,3.734,6.972,6.846 c-0.15-0.206-0.311-0.391-0.472-0.576c-1.546-1.771-3.63-2.598-6.5-2.598v1.037v1.514l-3.909-3.838L13.996,19.355z"/> </svg>');
}
.yellow.icon-clipboard-paste-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FFFFFF" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23ccaa00" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23ccaa00" stroke-width="2" stroke-miterlimit="10" x1="8.684" y1="10.53" x2="14.684" y2="10.53"/> <line fill="none" stroke="%23ccaa00" stroke-width="2" stroke-miterlimit="10" x1="11.684" y1="13.53" x2="11.684" y2="7.53"/> </svg> ');
}
.yellow.icon-clipboard-paste-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23ccaa00" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23ccaa00" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23ccaa00" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> <line fill="none" stroke="%23ccaa00" stroke-width="2" stroke-miterlimit="10" x1="21.433" y1="22.937" x2="21.433" y2="16.937"/> </svg>');
}
.yellow.icon-file-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ccaa00" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="17.928,11.526 13.894,11.526 13.894,15.774 10.347,15.774 15.911,21.437 21.476,15.774 17.928,15.774 "/> </svg>');
}
.yellow.icon-file-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ccaa00" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="13.894,20.437 17.928,20.437 17.928,16.19 21.476,16.19 15.911,10.526 10.347,16.19 13.894,16.19 "/> </svg>');
}
.yellow.icon-file-import-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.525,19.025l2.928-3.556l-1.784,0.011c-0.624-4.884-6.925-7.204-9.862-3.222 c1.758-1.295,5.697-1.912,6.472,3.414l-1.804,0.038L20.525,19.025z"/> <path fill="%23FFFFFF" d="M11.117,12.976l-2.928,3.556l1.784-0.011c0.624,4.884,6.925,7.204,9.862,3.222 c-1.758,1.295-5.697,1.912-6.472-3.414l1.804-0.038L11.117,12.976z"/> <path fill="%23ccaa00" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> </svg>');
}
.purple.icon-delete-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FF66FF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FF66FF" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23FF66FF" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> </svg>');
}
.purple.icon-delete-node{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FF66FF" stroke-width="2.25" stroke-linejoin="round" d="M11.683,7.904v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FF66FF" cx="21.433" cy="19.936" r="3.937"/> <polygon fill="%23FFFFFF" points="11.683,10.335 8.676,13.341 7.183,11.848 10.19,8.841 7.183,5.835 8.676,4.341 11.683,7.348 14.69,4.341 16.183,5.835 13.176,8.841 16.183,11.848 14.69,13.341 "/> </svg>');
}
.purple.icon-node-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <line fill="%23999999" stroke="%23FF66FF" stroke-width="2.25" stroke-linejoin="round" x1="10.934" y1="9.843" x2="10.934" y2="23.343"/> <circle fill="%23FF66FF" cx="10.934" cy="11.53" r="3.937"/> <line fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" x1="20.684" y1="9.843" x2="20.684" y2="23.343"/> <circle fill="%23FFFFFF" cx="20.684" cy="11.53" r="3.937"/> </svg>');
}
.purple.icon-node-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FF66FF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FF66FF" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M19.348,12.986l-4.356,4.437h1.037h1.452c0.622,4.437,3.734,6.339,6.846,6.972 c-0.206-0.15-0.391-0.311-0.576-0.472c-1.771-1.546-2.598-3.63-2.598-6.5h1.037h1.514l-3.838-3.909L19.348,12.986z"/> </svg>');
}
.purple.icon-node-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FF66FF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FF66FF" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M20.971,27.145l4.356-4.437H24.29h-1.452c-0.622-4.437-3.734-6.339-6.846-6.972 c0.206,0.15,0.391,0.311,0.576,0.472c1.771,1.546,2.598,3.63,2.598,6.5h-1.037h-1.514l3.838,3.909L20.971,27.145z"/> </svg>');
}
.purple.icon-clipboard-copy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FF66FF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FF66FF" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.997,13.999 25.997,13.999 25.997,25.249 16.997,25.249 "/> <path fill="%23FFFFFF" d="M25.075,19.721l-4.437,4.356V23.04v-1.452c-4.437-0.622-6.339-3.734-6.972-6.846 c0.15,0.206,0.311,0.391,0.472,0.576c1.546,1.771,3.63,2.598,6.5,2.598v-1.037v-1.514l3.909,3.838L25.075,19.721z"/> </svg>');
}
.purple.icon-clipboard-cut{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FF66FF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FF66FF" cx="11.683" cy="10.53" r="3.937"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="23.813" rx="2.162" ry="2.278"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="17.277" rx="2.162" ry="2.278"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="24.76" x2="22.923" y2="18.121"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="16.482" x2="22.923" y2="23.121"/> </svg>');
}
.purple.icon-clipboard-paste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FF66FF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FF66FF" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.996,13.999 25.996,13.999 25.996,25.249 16.996,25.249 "/> <path fill="%23FFFFFF" d="M13.996,19.355l4.437-4.356v1.037v1.452c4.437,0.622,6.339,3.734,6.972,6.846 c-0.15-0.206-0.311-0.391-0.472-0.576c-1.546-1.771-3.63-2.598-6.5-2.598v1.037v1.514l-3.909-3.838L13.996,19.355z"/> </svg>');
}
.purple.icon-clipboard-paste-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FFFFFF" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FF66FF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23FF66FF" stroke-width="2" stroke-miterlimit="10" x1="8.684" y1="10.53" x2="14.684" y2="10.53"/> <line fill="none" stroke="%23FF66FF" stroke-width="2" stroke-miterlimit="10" x1="11.684" y1="13.53" x2="11.684" y2="7.53"/> </svg> ');
}
.purple.icon-clipboard-paste-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FF66FF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FF66FF" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23FF66FF" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> <line fill="none" stroke="%23FF66FF" stroke-width="2" stroke-miterlimit="10" x1="21.433" y1="22.937" x2="21.433" y2="16.937"/> </svg>');
}
.purple.icon-file-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF66FF" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="17.928,11.526 13.894,11.526 13.894,15.774 10.347,15.774 15.911,21.437 21.476,15.774 17.928,15.774 "/> </svg>');
}
.purple.icon-file-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF66FF" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="13.894,20.437 17.928,20.437 17.928,16.19 21.476,16.19 15.911,10.526 10.347,16.19 13.894,16.19 "/> </svg>');
}
.purple.icon-file-import-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.525,19.025l2.928-3.556l-1.784,0.011c-0.624-4.884-6.925-7.204-9.862-3.222 c1.758-1.295,5.697-1.912,6.472,3.414l-1.804,0.038L20.525,19.025z"/> <path fill="%23FFFFFF" d="M11.117,12.976l-2.928,3.556l1.784-0.011c0.624,4.884,6.925,7.204,9.862,3.222 c-1.758,1.295-5.697,1.912-6.472-3.414l1.804-0.038L11.117,12.976z"/> <path fill="%23FF66FF" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> </svg>');
}
.grey.icon-delete-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23999999" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23999999" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23999999" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> </svg>');
}
.grey.icon-delete-node{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23999999" stroke-width="2.25" stroke-linejoin="round" d="M11.683,7.904v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23999999" cx="21.433" cy="19.936" r="3.937"/> <polygon fill="%23FFFFFF" points="11.683,10.335 8.676,13.341 7.183,11.848 10.19,8.841 7.183,5.835 8.676,4.341 11.683,7.348 14.69,4.341 16.183,5.835 13.176,8.841 16.183,11.848 14.69,13.341 "/> </svg>');
}
.grey.icon-node-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <line fill="%23999999" stroke="%23999999" stroke-width="2.25" stroke-linejoin="round" x1="10.934" y1="9.843" x2="10.934" y2="23.343"/> <circle fill="%23999999" cx="10.934" cy="11.53" r="3.937"/> <line fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" x1="20.684" y1="9.843" x2="20.684" y2="23.343"/> <circle fill="%23FFFFFF" cx="20.684" cy="11.53" r="3.937"/> </svg>');
}
.grey.icon-node-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23999999" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23999999" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M19.348,12.986l-4.356,4.437h1.037h1.452c0.622,4.437,3.734,6.339,6.846,6.972 c-0.206-0.15-0.391-0.311-0.576-0.472c-1.771-1.546-2.598-3.63-2.598-6.5h1.037h1.514l-3.838-3.909L19.348,12.986z"/> </svg>');
}
.grey.icon-node-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23999999" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23999999" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M20.971,27.145l4.356-4.437H24.29h-1.452c-0.622-4.437-3.734-6.339-6.846-6.972 c0.206,0.15,0.391,0.311,0.576,0.472c1.771,1.546,2.598,3.63,2.598,6.5h-1.037h-1.514l3.838,3.909L20.971,27.145z"/> </svg>');
}
.grey.icon-clipboard-copy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23999999" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23999999" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.997,13.999 25.997,13.999 25.997,25.249 16.997,25.249 "/> <path fill="%23FFFFFF" d="M25.075,19.721l-4.437,4.356V23.04v-1.452c-4.437-0.622-6.339-3.734-6.972-6.846 c0.15,0.206,0.311,0.391,0.472,0.576c1.546,1.771,3.63,2.598,6.5,2.598v-1.037v-1.514l3.909,3.838L25.075,19.721z"/> </svg>');
}
.grey.icon-clipboard-cut{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23999999" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23999999" cx="11.683" cy="10.53" r="3.937"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="23.813" rx="2.162" ry="2.278"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="17.277" rx="2.162" ry="2.278"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="24.76" x2="22.923" y2="18.121"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="16.482" x2="22.923" y2="23.121"/> </svg>');
}
.grey.icon-clipboard-paste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23999999" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23999999" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.996,13.999 25.996,13.999 25.996,25.249 16.996,25.249 "/> <path fill="%23FFFFFF" d="M13.996,19.355l4.437-4.356v1.037v1.452c4.437,0.622,6.339,3.734,6.972,6.846 c-0.15-0.206-0.311-0.391-0.472-0.576c-1.546-1.771-3.63-2.598-6.5-2.598v1.037v1.514l-3.909-3.838L13.996,19.355z"/> </svg>');
}
.grey.icon-clipboard-paste-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FFFFFF" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23999999" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23999999" stroke-width="2" stroke-miterlimit="10" x1="8.684" y1="10.53" x2="14.684" y2="10.53"/> <line fill="none" stroke="%23999999" stroke-width="2" stroke-miterlimit="10" x1="11.684" y1="13.53" x2="11.684" y2="7.53"/> </svg> ');
}
.grey.icon-clipboard-paste-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23999999" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23999999" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23999999" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> <line fill="none" stroke="%23999999" stroke-width="2" stroke-miterlimit="10" x1="21.433" y1="22.937" x2="21.433" y2="16.937"/> </svg>');
}
.grey.icon-file-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="17.928,11.526 13.894,11.526 13.894,15.774 10.347,15.774 15.911,21.437 21.476,15.774 17.928,15.774 "/> </svg>');
}
.grey.icon-file-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="13.894,20.437 17.928,20.437 17.928,16.19 21.476,16.19 15.911,10.526 10.347,16.19 13.894,16.19 "/> </svg>');
}
.grey.icon-file-import-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.525,19.025l2.928-3.556l-1.784,0.011c-0.624-4.884-6.925-7.204-9.862-3.222 c1.758-1.295,5.697-1.912,6.472,3.414l-1.804,0.038L20.525,19.025z"/> <path fill="%23FFFFFF" d="M11.117,12.976l-2.928,3.556l1.784-0.011c0.624,4.884,6.925,7.204,9.862,3.222 c-1.758,1.295-5.697,1.912-6.472-3.414l1.804-0.038L11.117,12.976z"/> <path fill="%23999999" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> </svg>');
}
.orange.icon-delete-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23d88500" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23d88500" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23d88500" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> </svg>');
}
.orange.icon-delete-node{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23d88500" stroke-width="2.25" stroke-linejoin="round" d="M11.683,7.904v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23d88500" cx="21.433" cy="19.936" r="3.937"/> <polygon fill="%23FFFFFF" points="11.683,10.335 8.676,13.341 7.183,11.848 10.19,8.841 7.183,5.835 8.676,4.341 11.683,7.348 14.69,4.341 16.183,5.835 13.176,8.841 16.183,11.848 14.69,13.341 "/> </svg>');
}
.orange.icon-node-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <line fill="%23999999" stroke="%23d88500" stroke-width="2.25" stroke-linejoin="round" x1="10.934" y1="9.843" x2="10.934" y2="23.343"/> <circle fill="%23d88500" cx="10.934" cy="11.53" r="3.937"/> <line fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" x1="20.684" y1="9.843" x2="20.684" y2="23.343"/> <circle fill="%23FFFFFF" cx="20.684" cy="11.53" r="3.937"/> </svg>');
}
.orange.icon-node-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23d88500" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23d88500" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M19.348,12.986l-4.356,4.437h1.037h1.452c0.622,4.437,3.734,6.339,6.846,6.972 c-0.206-0.15-0.391-0.311-0.576-0.472c-1.771-1.546-2.598-3.63-2.598-6.5h1.037h1.514l-3.838-3.909L19.348,12.986z"/> </svg>');
}
.orange.icon-node-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23d88500" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23d88500" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M20.971,27.145l4.356-4.437H24.29h-1.452c-0.622-4.437-3.734-6.339-6.846-6.972 c0.206,0.15,0.391,0.311,0.576,0.472c1.771,1.546,2.598,3.63,2.598,6.5h-1.037h-1.514l3.838,3.909L20.971,27.145z"/> </svg>');
}
.orange.icon-clipboard-copy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23d88500" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23d88500" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.997,13.999 25.997,13.999 25.997,25.249 16.997,25.249 "/> <path fill="%23FFFFFF" d="M25.075,19.721l-4.437,4.356V23.04v-1.452c-4.437-0.622-6.339-3.734-6.972-6.846 c0.15,0.206,0.311,0.391,0.472,0.576c1.546,1.771,3.63,2.598,6.5,2.598v-1.037v-1.514l3.909,3.838L25.075,19.721z"/> </svg>');
}
.orange.icon-clipboard-cut{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23d88500" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23d88500" cx="11.683" cy="10.53" r="3.937"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="23.813" rx="2.162" ry="2.278"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="17.277" rx="2.162" ry="2.278"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="24.76" x2="22.923" y2="18.121"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="16.482" x2="22.923" y2="23.121"/> </svg>');
}
.orange.icon-clipboard-paste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23d88500" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23d88500" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.996,13.999 25.996,13.999 25.996,25.249 16.996,25.249 "/> <path fill="%23FFFFFF" d="M13.996,19.355l4.437-4.356v1.037v1.452c4.437,0.622,6.339,3.734,6.972,6.846 c-0.15-0.206-0.311-0.391-0.472-0.576c-1.546-1.771-3.63-2.598-6.5-2.598v1.037v1.514l-3.909-3.838L13.996,19.355z"/> </svg>');
}
.orange.icon-clipboard-paste-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FFFFFF" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23d88500" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23d88500" stroke-width="2" stroke-miterlimit="10" x1="8.684" y1="10.53" x2="14.684" y2="10.53"/> <line fill="none" stroke="%23d88500" stroke-width="2" stroke-miterlimit="10" x1="11.684" y1="13.53" x2="11.684" y2="7.53"/> </svg> ');
}
.orange.icon-clipboard-paste-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23d88500" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23d88500" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23d88500" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> <line fill="none" stroke="%23d88500" stroke-width="2" stroke-miterlimit="10" x1="21.433" y1="22.937" x2="21.433" y2="16.937"/> </svg>');
}
.orange.icon-file-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23d88500" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="17.928,11.526 13.894,11.526 13.894,15.774 10.347,15.774 15.911,21.437 21.476,15.774 17.928,15.774 "/> </svg>');
}
.orange.icon-file-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23d88500" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="13.894,20.437 17.928,20.437 17.928,16.19 21.476,16.19 15.911,10.526 10.347,16.19 13.894,16.19 "/> </svg>');
}
.orange.icon-file-import-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.525,19.025l2.928-3.556l-1.784,0.011c-0.624-4.884-6.925-7.204-9.862-3.222 c1.758-1.295,5.697-1.912,6.472,3.414l-1.804,0.038L20.525,19.025z"/> <path fill="%23FFFFFF" d="M11.117,12.976l-2.928,3.556l1.784-0.011c0.624,4.884,6.925,7.204,9.862,3.222 c-1.758,1.295-5.697,1.912-6.472-3.414l1.804-0.038L11.117,12.976z"/> <path fill="%23d88500" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> </svg>');
}
.red.icon-delete-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23CC0000" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23CC0000" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23CC0000" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> </svg>');
}
.red.icon-delete-node{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23CC0000" stroke-width="2.25" stroke-linejoin="round" d="M11.683,7.904v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23CC0000" cx="21.433" cy="19.936" r="3.937"/> <polygon fill="%23FFFFFF" points="11.683,10.335 8.676,13.341 7.183,11.848 10.19,8.841 7.183,5.835 8.676,4.341 11.683,7.348 14.69,4.341 16.183,5.835 13.176,8.841 16.183,11.848 14.69,13.341 "/> </svg>');
}
.red.icon-node-duplicate{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <line fill="%23999999" stroke="%23CC0000" stroke-width="2.25" stroke-linejoin="round" x1="10.934" y1="9.843" x2="10.934" y2="23.343"/> <circle fill="%23CC0000" cx="10.934" cy="11.53" r="3.937"/> <line fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" x1="20.684" y1="9.843" x2="20.684" y2="23.343"/> <circle fill="%23FFFFFF" cx="20.684" cy="11.53" r="3.937"/> </svg>');
}
.red.icon-node-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23CC0000" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23CC0000" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M19.348,12.986l-4.356,4.437h1.037h1.452c0.622,4.437,3.734,6.339,6.846,6.972 c-0.206-0.15-0.391-0.311-0.576-0.472c-1.771-1.546-2.598-3.63-2.598-6.5h1.037h1.514l-3.838-3.909L19.348,12.986z"/> </svg>');
}
.red.icon-node-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23CC0000" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23CC0000" cx="11.683" cy="10.53" r="3.937"/> <path fill="%23FFFFFF" d="M20.971,27.145l4.356-4.437H24.29h-1.452c-0.622-4.437-3.734-6.339-6.846-6.972 c0.206,0.15,0.391,0.311,0.576,0.472c1.771,1.546,2.598,3.63,2.598,6.5h-1.037h-1.514l3.838,3.909L20.971,27.145z"/> </svg>');
}
.red.icon-clipboard-copy{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23CC0000" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23CC0000" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.997,13.999 25.997,13.999 25.997,25.249 16.997,25.249 "/> <path fill="%23FFFFFF" d="M25.075,19.721l-4.437,4.356V23.04v-1.452c-4.437-0.622-6.339-3.734-6.972-6.846 c0.15,0.206,0.311,0.391,0.472,0.576c1.546,1.771,3.63,2.598,6.5,2.598v-1.037v-1.514l3.909,3.838L25.075,19.721z"/> </svg>');
}
.red.icon-clipboard-cut{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23CC0000" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23CC0000" cx="11.683" cy="10.53" r="3.937"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="23.813" rx="2.162" ry="2.278"/> <ellipse fill="none" stroke="%23FFFFFF" stroke-width="1.0789" stroke-miterlimit="10" cx="24.977" cy="17.277" rx="2.162" ry="2.278"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="24.76" x2="22.923" y2="18.121"/> <line fill="none" stroke="%23FFFFFF" stroke-width="1.4416" stroke-miterlimit="10" x1="12.829" y1="16.482" x2="22.923" y2="23.121"/> </svg>');
}
.red.icon-clipboard-paste{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23CC0000" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23CC0000" cx="11.433" cy="10.53" r="3.937"/> <polyline fill="none" stroke="%23FFFFFF" stroke-width="1.5" stroke-miterlimit="10" points="16.996,13.999 25.996,13.999 25.996,25.249 16.996,25.249 "/> <path fill="%23FFFFFF" d="M13.996,19.355l4.437-4.356v1.037v1.452c4.437,0.622,6.339,3.734,6.972,6.846 c-0.15-0.206-0.311-0.391-0.472-0.576c-1.546-1.771-3.63-2.598-6.5-2.598v1.037v1.514l-3.909-3.838L13.996,19.355z"/> </svg>');
}
.red.icon-clipboard-paste-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FFFFFF" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23FFFFFF" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23CC0000" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23CC0000" stroke-width="2" stroke-miterlimit="10" x1="8.684" y1="10.53" x2="14.684" y2="10.53"/> <line fill="none" stroke="%23CC0000" stroke-width="2" stroke-miterlimit="10" x1="11.684" y1="13.53" x2="11.684" y2="7.53"/> </svg> ');
}
.red.icon-clipboard-paste-subnodes{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23CC0000" stroke-width="2.25" stroke-linejoin="round" d="M11.684,7.905v11c0,0.552,0.448,1,1,1h8"/> <circle fill="%23CC0000" cx="11.683" cy="10.53" r="3.937"/> <circle fill="%23FFFFFF" cx="21.433" cy="19.937" r="3.937"/> <line fill="none" stroke="%23CC0000" stroke-width="2" stroke-miterlimit="10" x1="18.433" y1="19.937" x2="24.433" y2="19.937"/> <line fill="none" stroke="%23CC0000" stroke-width="2" stroke-miterlimit="10" x1="21.433" y1="22.937" x2="21.433" y2="16.937"/> </svg>');
}
.red.icon-file-export{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="17.928,11.526 13.894,11.526 13.894,15.774 10.347,15.774 15.911,21.437 21.476,15.774 17.928,15.774 "/> </svg>');
}
.red.icon-file-import{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> <polygon fill="%23FFFFFF" points="13.894,20.437 17.928,20.437 17.928,16.19 21.476,16.19 15.911,10.526 10.347,16.19 13.894,16.19 "/> </svg>');
}
.red.icon-file-import-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.525,19.025l2.928-3.556l-1.784,0.011c-0.624-4.884-6.925-7.204-9.862-3.222 c1.758-1.295,5.697-1.912,6.472,3.414l-1.804,0.038L20.525,19.025z"/> <path fill="%23FFFFFF" d="M11.117,12.976l-2.928,3.556l1.784-0.011c0.624,4.884,6.925,7.204,9.862,3.222 c-1.758,1.295-5.697,1.912-6.472-3.414l1.804-0.038L11.117,12.976z"/> <path fill="%23CC0000" d="M24.571,13.172C23.777,9.076,20.242,6,15.996,6c-3.372,0-6.3,1.947-7.758,4.797 c-3.512,0.38-6.242,3.408-6.242,7.078c0,3.931,3.138,7.125,7,7.125h15.167c3.22,0,5.833-2.66,5.833-5.938 C29.996,15.927,27.604,13.386,24.571,13.172z M24.162,22.625H8.996c-2.578,0-4.667-2.126-4.667-4.75 c0-2.434,1.785-4.465,4.153-4.714l1.248-0.131l0.583-1.128c1.108-2.173,3.278-3.527,5.682-3.527c3.057,0,5.693,2.209,6.288,5.261 l0.35,1.781l1.785,0.131c1.82,0.119,3.243,1.674,3.243,3.515C27.662,21.022,26.087,22.625,24.162,22.625z"/> </svg>');
}


.blue.icon-tree-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23003399" points="13.824,26.996 13.824,18.172 4.998,18.172 4.998,13.82 13.824,13.82 13.824,4.996 18.174,4.996 18.174,13.82 26.998,13.82 26.998,18.172 18.174,18.172 18.174,26.996 "/> </svg>');
}
.blue.icon-tree-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%230099FF" points="13.103,16.158 24.259,5 27.001,7.741 15.843,18.898 12.19,19.811 "/> <path fill="%23003399" d="M9.114,27c-2.268,0-4.113-1.845-4.113-4.112V9.133c0-2.267,1.845-4.112,4.113-4.112h9.478L16.774,6.84 c-0.264,0.264-0.617,0.411-0.991,0.411H9.696c-1.36,0-2.465,1.106-2.465,2.464v12.591c0,1.359,1.105,2.464,2.465,2.464h12.59 c1.36,0,2.465-1.106,2.465-2.464V16.71c0-0.375,0.145-0.727,0.41-0.991l1.819-1.82v8.99c0,2.267-1.845,4.112-4.112,4.112H9.114z"/> </svg>');
}
.blue.icon-tree-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23003399" points="16.002,18.987 9.988,25 7.002,22.013 13.015,16 7.002,9.987 9.988,7 16.002,13.013 22.015,7 25.002,9.987 18.988,16 25.002,22.013 22.015,25 "/> </svg>');
}
.blue.icon-tree-cog{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23003399" d="M24.309,17.061c0.042-0.339,0.07-0.693,0.07-1.061c0-0.362-0.028-0.709-0.083-1.044l-0.045-0.277 l0.227-0.172l2.522-2.014l-2.484-4.029L21.32,9.713L21.1,9.55c-0.61-0.449-1.226-0.795-1.885-1.057L18.956,8.39l-0.039-0.269 L18.366,5l-4.822,0.08L13.062,8.39l-0.259,0.103c-0.642,0.254-1.276,0.61-1.886,1.058l-0.22,0.162l-0.256-0.1L7.381,8.52 l-2.338,4.094l2.725,2.065l-0.047,0.277C7.666,15.292,7.624,15.652,7.624,16s0.028,0.709,0.083,1.043l0.045,0.276l-2.75,2.188 l2.484,4.028l3.198-1.248l0.22,0.164c0.608,0.449,1.224,0.794,1.884,1.056l0.259,0.103l0.039,0.269L13.637,27h4.728l0.093-0.08 l0.482-3.31l0.26-0.103c0.639-0.253,1.273-0.609,1.884-1.057l0.22-0.162l0.256,0.1l3.061,1.091l2.337-4.096l-2.683-2.058 L24.309,17.061z M15.949,22.048c-3.407,0-6.179-2.691-6.179-5.997c0-3.306,2.772-5.996,6.179-5.996s6.178,2.69,6.178,5.996 C22.127,19.357,19.356,22.048,15.949,22.048z"/> </svg>');
}
.blue.icon-tree-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23003399" d="M8.168,27c-0.912,0-1.83-0.421-2.396-1.098c-0.613-0.717-0.883-1.683-0.727-2.586 c0.1-0.592,0.408-1.141,0.845-1.508l7.849-6.591c0.224-0.187,0.394-0.327,0.514-0.538c0.225-0.382,0.226-0.81,0.202-1.14 c-0.032-0.351-0.094-0.689-0.157-1.027c-0.038-0.209-0.077-0.418-0.107-0.628c-0.156-0.969-0.112-1.831,0.129-2.568 c0.226-0.708,0.638-1.394,1.226-2.043c1.119-1.261,2.739-2.078,4.446-2.246C20.174,5.009,20.272,5,20.367,5 c0.185,0,0.256,0.037,0.298,0.069c0.108,0.077,0.167,0.191,0.178,0.319c0.01,0.119-0.025,0.228-0.095,0.298l-3.302,3.319 l1.394,4.193l4.174,1.395l3.302-3.312c0.085-0.086,0.197-0.099,0.256-0.099c0.161,0,0.311,0.081,0.373,0.201 c0.074,0.128,0.059,0.315,0.043,0.512c-0.168,1.851-0.994,3.499-2.274,4.631c-0.775,0.704-1.631,1.157-2.477,1.317 c-0.3,0.06-0.597,0.085-0.895,0.085c-0.439,0-0.915-0.052-1.5-0.163l-0.343-0.064c-0.392-0.075-0.786-0.148-1.185-0.148 c-0.606,0.02-1.038,0.222-1.313,0.555l-6.499,7.624c-0.314,0.375-0.61,0.729-0.996,0.928C9.103,26.885,8.644,27,8.168,27z M8.06,21.717c-0.22,0-0.434,0.034-0.638,0.101c-0.45,0.138-0.856,0.431-1.135,0.823c-0.619,0.835-0.517,2.114,0.235,2.843 c0.38,0.402,0.952,0.641,1.555,0.641l0,0c0.505,0,0.987-0.168,1.357-0.473c0.794-0.602,1.067-1.793,0.608-2.698 C9.705,22.219,8.906,21.717,8.06,21.717z"/> </svg>');
}
.blue.icon-tree-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23003399" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077v-2.546 C8.797,8.059,12.029,5,16.001,5c3.97,0,7.202,3.059,7.205,6.819v2.546l0.432,0.077c0.79,0.142,1.363,0.797,1.363,1.558v9.411 c0,0.876-0.754,1.589-1.68,1.589H8.68z M14.4,27h3.445v-4.683c1.218-0.603,1.988-1.787,1.988-3.104c0-1.937-1.665-3.513-3.71-3.513 s-3.71,1.576-3.71,3.513c0,1.317,0.769,2.501,1.988,3.104V27z M16,7.132c-2.724,0.004-4.943,2.106-4.947,4.686v2.593h9.895v-2.592 c-0.001-2.581-2.22-4.683-4.945-4.687H16z"/> </svg> ');
}
.blue.icon-tree-unlock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23003399" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077V12.78 c0-2.762,1.386-5.268,3.708-6.703C13.674,5.352,14.818,5,16.001,5c0.326,0,0.645,0.026,0.957,0.073 c0.225,0.033,0.347,0.177,0.4,0.261c0.099,0.157,0.121,0.345,0.059,0.517l-0.327,0.904c-0.087,0.24-0.34,0.396-0.644,0.396 c-0.2-0.015-0.323-0.02-0.449-0.02c-0.685,0-1.338,0.164-1.996,0.501c-1.819,0.931-2.948,2.821-2.948,4.932v1.847l9.972,0.005 l2.704,0.035c0.701,0.133,1.274,0.789,1.274,1.549v9.41c0,0.877-0.754,1.59-1.68,1.59H8.68z M14.398,27h3.446l0.001-4.683 c1.217-0.603,1.987-1.787,1.987-3.104c0-1.937-1.664-3.513-3.709-3.513c-2.047,0-3.711,1.576-3.711,3.513 c0,1.317,0.769,2.5,1.988,3.104L14.398,27z"/> </svg> ');
}
.blue.icon-tree-link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%230099FF" points="25.002,7 5.002,14.308 10.363,18.148 "/> <polygon fill="%23003399" points="12.733,19.74 19.727,24.78 25.002,7 "/> <polygon fill="%230044B2" points="14.974,21.355 10.809,25 12.733,19.74 "/> </svg> ');
}
.blue.icon-tree-link-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23003399" d="M27.001 15.4L18.446 7v4.8C9.89 13 6.223 19 5.001 25c.289-.397.599-.754.91-1.11 2.981-3.416 7-5.01 12.534-5.01v4.92l7.537-7.4 1.019-1z"/> </svg> ');
}
.blue.icon-tree-link-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%230044B2" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%230044B2" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%230044B2" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%230044B2" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%23003399" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%23003399" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%23003399" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%23003399" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%230099FF" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%230099FF" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%230099FF" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%230099FF" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.blue.icon-tree-link-suite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230099FF" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%23003399" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.blue.icon-tree-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23003399" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.blue.icon-tree-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23003399" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.blue.icon-tree-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M7.811,30.13l-4.222-2.018l-1.576-3.415l6.266-6.724C5.535,14.66,6.431,10.078,8.541,7.07 c2.422-3.451,6.58-5.85,10.855-6.261c0.396-0.038,0.799-0.058,1.203-0.058c4.818,0,8.473,2.549,9.334,6.5 c0.098,0.208,0.196,0.438,0.281,0.688c1.838,5.611-2.53,11.031-7.569,13.293c-1.837,0.824-3.961,1.278-5.982,1.278l0,0 c-0.429,0-0.851-0.021-1.263-0.061l-3.807,6.354l-1.459,2.437L7.811,30.13z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7595" y1="9.8922" x2="25.3905" y2="9.8922"> <stop offset="0.0891" style="stop-color:%23003399"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.263,7.762c-1.359-4.267-7.133-3.631-10.189-1.886c-2.998,1.711-6.112,6.26-3.065,9.368 c-1.169-3.308,1.418-6.563,4.214-8.027c2.727-1.427,7.234-1.93,9.167,1.092C25.357,8.125,25.315,7.943,25.263,7.762z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.0058" y1="14.0915" x2="28.6461" y2="14.0915"> <stop offset="0.4507" style="stop-color:%230044B2"/> <stop offset="1" style="stop-color:%23003399"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M28.321,8.583c-0.107-0.314-0.241-0.623-0.397-0.916c1.646,8.299-12.085,15.296-17.918,9.27 c2.1,4.334,8.061,4.158,11.819,2.471C25.752,17.646,29.842,13.228,28.321,8.583z"/> <path fill="none" d="M24.058,13.09c1.629-2.115,2.222-5.333-0.062-7.235c-2.666-2.215-6.8-1.295-9.439,0.452 c-2.259,1.496-4.316,4.334-3.528,7.173c0.752,2.71,3.793,3.634,6.33,3.349C19.928,16.54,22.478,15.141,24.058,13.09z"/> <path fill="%230099FF" d="M21.623,17.764c3.588-1.772,7.226-5.703,6.368-10.029c-0.799-3.84-4.868-5.276-8.404-4.935 c-3.663,0.353-7.291,2.401-9.408,5.419c-2.065,2.944-2.473,7.198,0.736,9.516C14.022,19.979,18.393,19.359,21.623,17.764z M11.029,13.481c-0.788-2.839,1.269-5.677,3.528-7.173c2.638-1.747,6.772-2.667,9.439-0.452c2.284,1.901,1.691,5.12,0.062,7.235 c-1.58,2.051-4.13,3.45-6.699,3.739C14.822,17.115,11.781,16.191,11.029,13.481z"/> <polyline fill="%230044B2" points="9.354,28.651 8.675,27.06 4.392,25.079 5.103,26.62 9.354,28.651 "/> <polyline fill="%230044B2" points="8.675,27.06 9.354,28.651 14.342,20.324 13.763,18.772 8.675,27.06 "/> <polyline fill="%230099FF" points="13.763,18.772 11.077,17.904 4.392,25.079 8.675,27.06 13.763,18.772 "/> </svg>');
}
.lightBlue.icon-tree-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23269FBF" points="13.824,26.996 13.824,18.172 4.998,18.172 4.998,13.82 13.824,13.82 13.824,4.996 18.174,4.996 18.174,13.82 26.998,13.82 26.998,18.172 18.174,18.172 18.174,26.996 "/> </svg>');
}
.lightBlue.icon-tree-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2333CCFF" points="13.103,16.158 24.259,5 27.001,7.741 15.843,18.898 12.19,19.811 "/> <path fill="%23269FBF" d="M9.114,27c-2.268,0-4.113-1.845-4.113-4.112V9.133c0-2.267,1.845-4.112,4.113-4.112h9.478L16.774,6.84 c-0.264,0.264-0.617,0.411-0.991,0.411H9.696c-1.36,0-2.465,1.106-2.465,2.464v12.591c0,1.359,1.105,2.464,2.465,2.464h12.59 c1.36,0,2.465-1.106,2.465-2.464V16.71c0-0.375,0.145-0.727,0.41-0.991l1.819-1.82v8.99c0,2.267-1.845,4.112-4.112,4.112H9.114z"/> </svg>');
}
.lightBlue.icon-tree-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23269FBF" points="16.002,18.987 9.988,25 7.002,22.013 13.015,16 7.002,9.987 9.988,7 16.002,13.013 22.015,7 25.002,9.987 18.988,16 25.002,22.013 22.015,25 "/> </svg>');
}
.lightBlue.icon-tree-cog{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23269FBF" d="M24.309,17.061c0.042-0.339,0.07-0.693,0.07-1.061c0-0.362-0.028-0.709-0.083-1.044l-0.045-0.277 l0.227-0.172l2.522-2.014l-2.484-4.029L21.32,9.713L21.1,9.55c-0.61-0.449-1.226-0.795-1.885-1.057L18.956,8.39l-0.039-0.269 L18.366,5l-4.822,0.08L13.062,8.39l-0.259,0.103c-0.642,0.254-1.276,0.61-1.886,1.058l-0.22,0.162l-0.256-0.1L7.381,8.52 l-2.338,4.094l2.725,2.065l-0.047,0.277C7.666,15.292,7.624,15.652,7.624,16s0.028,0.709,0.083,1.043l0.045,0.276l-2.75,2.188 l2.484,4.028l3.198-1.248l0.22,0.164c0.608,0.449,1.224,0.794,1.884,1.056l0.259,0.103l0.039,0.269L13.637,27h4.728l0.093-0.08 l0.482-3.31l0.26-0.103c0.639-0.253,1.273-0.609,1.884-1.057l0.22-0.162l0.256,0.1l3.061,1.091l2.337-4.096l-2.683-2.058 L24.309,17.061z M15.949,22.048c-3.407,0-6.179-2.691-6.179-5.997c0-3.306,2.772-5.996,6.179-5.996s6.178,2.69,6.178,5.996 C22.127,19.357,19.356,22.048,15.949,22.048z"/> </svg>');
}
.lightBlue.icon-tree-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23269FBF" d="M8.168,27c-0.912,0-1.83-0.421-2.396-1.098c-0.613-0.717-0.883-1.683-0.727-2.586 c0.1-0.592,0.408-1.141,0.845-1.508l7.849-6.591c0.224-0.187,0.394-0.327,0.514-0.538c0.225-0.382,0.226-0.81,0.202-1.14 c-0.032-0.351-0.094-0.689-0.157-1.027c-0.038-0.209-0.077-0.418-0.107-0.628c-0.156-0.969-0.112-1.831,0.129-2.568 c0.226-0.708,0.638-1.394,1.226-2.043c1.119-1.261,2.739-2.078,4.446-2.246C20.174,5.009,20.272,5,20.367,5 c0.185,0,0.256,0.037,0.298,0.069c0.108,0.077,0.167,0.191,0.178,0.319c0.01,0.119-0.025,0.228-0.095,0.298l-3.302,3.319 l1.394,4.193l4.174,1.395l3.302-3.312c0.085-0.086,0.197-0.099,0.256-0.099c0.161,0,0.311,0.081,0.373,0.201 c0.074,0.128,0.059,0.315,0.043,0.512c-0.168,1.851-0.994,3.499-2.274,4.631c-0.775,0.704-1.631,1.157-2.477,1.317 c-0.3,0.06-0.597,0.085-0.895,0.085c-0.439,0-0.915-0.052-1.5-0.163l-0.343-0.064c-0.392-0.075-0.786-0.148-1.185-0.148 c-0.606,0.02-1.038,0.222-1.313,0.555l-6.499,7.624c-0.314,0.375-0.61,0.729-0.996,0.928C9.103,26.885,8.644,27,8.168,27z M8.06,21.717c-0.22,0-0.434,0.034-0.638,0.101c-0.45,0.138-0.856,0.431-1.135,0.823c-0.619,0.835-0.517,2.114,0.235,2.843 c0.38,0.402,0.952,0.641,1.555,0.641l0,0c0.505,0,0.987-0.168,1.357-0.473c0.794-0.602,1.067-1.793,0.608-2.698 C9.705,22.219,8.906,21.717,8.06,21.717z"/> </svg>');
}
.lightBlue.icon-tree-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23269FBF" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077v-2.546 C8.797,8.059,12.029,5,16.001,5c3.97,0,7.202,3.059,7.205,6.819v2.546l0.432,0.077c0.79,0.142,1.363,0.797,1.363,1.558v9.411 c0,0.876-0.754,1.589-1.68,1.589H8.68z M14.4,27h3.445v-4.683c1.218-0.603,1.988-1.787,1.988-3.104c0-1.937-1.665-3.513-3.71-3.513 s-3.71,1.576-3.71,3.513c0,1.317,0.769,2.501,1.988,3.104V27z M16,7.132c-2.724,0.004-4.943,2.106-4.947,4.686v2.593h9.895v-2.592 c-0.001-2.581-2.22-4.683-4.945-4.687H16z"/> </svg> ');
}
.lightBlue.icon-tree-unlock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23269FBF" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077V12.78 c0-2.762,1.386-5.268,3.708-6.703C13.674,5.352,14.818,5,16.001,5c0.326,0,0.645,0.026,0.957,0.073 c0.225,0.033,0.347,0.177,0.4,0.261c0.099,0.157,0.121,0.345,0.059,0.517l-0.327,0.904c-0.087,0.24-0.34,0.396-0.644,0.396 c-0.2-0.015-0.323-0.02-0.449-0.02c-0.685,0-1.338,0.164-1.996,0.501c-1.819,0.931-2.948,2.821-2.948,4.932v1.847l9.972,0.005 l2.704,0.035c0.701,0.133,1.274,0.789,1.274,1.549v9.41c0,0.877-0.754,1.59-1.68,1.59H8.68z M14.398,27h3.446l0.001-4.683 c1.217-0.603,1.987-1.787,1.987-3.104c0-1.937-1.664-3.513-3.709-3.513c-2.047,0-3.711,1.576-3.711,3.513 c0,1.317,0.769,2.5,1.988,3.104L14.398,27z"/> </svg> ');
}
.lightBlue.icon-tree-link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2333CCFF" points="25.002,7 5.002,14.308 10.363,18.148 "/> <polygon fill="%23269FBF" points="12.733,19.74 19.727,24.78 25.002,7 "/> <polygon fill="%232189a5" points="14.974,21.355 10.809,25 12.733,19.74 "/> </svg> ');
}
.lightBlue.icon-tree-link-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23269FBF" d="M27.001 15.4L18.446 7v4.8C9.89 13 6.223 19 5.001 25c.289-.397.599-.754.91-1.11 2.981-3.416 7-5.01 12.534-5.01v4.92l7.537-7.4 1.019-1z"/> </svg> ');
}
.lightBlue.icon-tree-link-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%232189a5" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%232189a5" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%232189a5" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%232189a5" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%23269FBF" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%23269FBF" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%23269FBF" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%23269FBF" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%2333CCFF" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%2333CCFF" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%2333CCFF" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%2333CCFF" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.lightBlue.icon-tree-link-suite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2333CCFF" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%23269FBF" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.lightBlue.icon-tree-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23269FBF" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.lightBlue.icon-tree-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23269FBF" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.lightBlue.icon-tree-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M7.811,30.13l-4.222-2.018l-1.576-3.415l6.266-6.724C5.535,14.66,6.431,10.078,8.541,7.07 c2.422-3.451,6.58-5.85,10.855-6.261c0.396-0.038,0.799-0.058,1.203-0.058c4.818,0,8.473,2.549,9.334,6.5 c0.098,0.208,0.196,0.438,0.281,0.688c1.838,5.611-2.53,11.031-7.569,13.293c-1.837,0.824-3.961,1.278-5.982,1.278l0,0 c-0.429,0-0.851-0.021-1.263-0.061l-3.807,6.354l-1.459,2.437L7.811,30.13z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7595" y1="9.8922" x2="25.3905" y2="9.8922"> <stop offset="0.0891" style="stop-color:%23269FBF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.263,7.762c-1.359-4.267-7.133-3.631-10.189-1.886c-2.998,1.711-6.112,6.26-3.065,9.368 c-1.169-3.308,1.418-6.563,4.214-8.027c2.727-1.427,7.234-1.93,9.167,1.092C25.357,8.125,25.315,7.943,25.263,7.762z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.0058" y1="14.0915" x2="28.6461" y2="14.0915"> <stop offset="0.4507" style="stop-color:%232189a5"/> <stop offset="1" style="stop-color:%23269FBF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M28.321,8.583c-0.107-0.314-0.241-0.623-0.397-0.916c1.646,8.299-12.085,15.296-17.918,9.27 c2.1,4.334,8.061,4.158,11.819,2.471C25.752,17.646,29.842,13.228,28.321,8.583z"/> <path fill="none" d="M24.058,13.09c1.629-2.115,2.222-5.333-0.062-7.235c-2.666-2.215-6.8-1.295-9.439,0.452 c-2.259,1.496-4.316,4.334-3.528,7.173c0.752,2.71,3.793,3.634,6.33,3.349C19.928,16.54,22.478,15.141,24.058,13.09z"/> <path fill="%2333CCFF" d="M21.623,17.764c3.588-1.772,7.226-5.703,6.368-10.029c-0.799-3.84-4.868-5.276-8.404-4.935 c-3.663,0.353-7.291,2.401-9.408,5.419c-2.065,2.944-2.473,7.198,0.736,9.516C14.022,19.979,18.393,19.359,21.623,17.764z M11.029,13.481c-0.788-2.839,1.269-5.677,3.528-7.173c2.638-1.747,6.772-2.667,9.439-0.452c2.284,1.901,1.691,5.12,0.062,7.235 c-1.58,2.051-4.13,3.45-6.699,3.739C14.822,17.115,11.781,16.191,11.029,13.481z"/> <polyline fill="%232189a5" points="9.354,28.651 8.675,27.06 4.392,25.079 5.103,26.62 9.354,28.651 "/> <polyline fill="%232189a5" points="8.675,27.06 9.354,28.651 14.342,20.324 13.763,18.772 8.675,27.06 "/> <polyline fill="%2333CCFF" points="13.763,18.772 11.077,17.904 4.392,25.079 8.675,27.06 13.763,18.772 "/> </svg>');
}
.green.icon-tree-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232f8c51" points="13.824,26.996 13.824,18.172 4.998,18.172 4.998,13.82 13.824,13.82 13.824,4.996 18.174,4.996 18.174,13.82 26.998,13.82 26.998,18.172 18.174,18.172 18.174,26.996 "/> </svg>');
}
.green.icon-tree-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2339b563" points="13.103,16.158 24.259,5 27.001,7.741 15.843,18.898 12.19,19.811 "/> <path fill="%232f8c51" d="M9.114,27c-2.268,0-4.113-1.845-4.113-4.112V9.133c0-2.267,1.845-4.112,4.113-4.112h9.478L16.774,6.84 c-0.264,0.264-0.617,0.411-0.991,0.411H9.696c-1.36,0-2.465,1.106-2.465,2.464v12.591c0,1.359,1.105,2.464,2.465,2.464h12.59 c1.36,0,2.465-1.106,2.465-2.464V16.71c0-0.375,0.145-0.727,0.41-0.991l1.819-1.82v8.99c0,2.267-1.845,4.112-4.112,4.112H9.114z"/> </svg>');
}
.green.icon-tree-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232f8c51" points="16.002,18.987 9.988,25 7.002,22.013 13.015,16 7.002,9.987 9.988,7 16.002,13.013 22.015,7 25.002,9.987 18.988,16 25.002,22.013 22.015,25 "/> </svg>');
}
.green.icon-tree-cog{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%232f8c51" d="M24.309,17.061c0.042-0.339,0.07-0.693,0.07-1.061c0-0.362-0.028-0.709-0.083-1.044l-0.045-0.277 l0.227-0.172l2.522-2.014l-2.484-4.029L21.32,9.713L21.1,9.55c-0.61-0.449-1.226-0.795-1.885-1.057L18.956,8.39l-0.039-0.269 L18.366,5l-4.822,0.08L13.062,8.39l-0.259,0.103c-0.642,0.254-1.276,0.61-1.886,1.058l-0.22,0.162l-0.256-0.1L7.381,8.52 l-2.338,4.094l2.725,2.065l-0.047,0.277C7.666,15.292,7.624,15.652,7.624,16s0.028,0.709,0.083,1.043l0.045,0.276l-2.75,2.188 l2.484,4.028l3.198-1.248l0.22,0.164c0.608,0.449,1.224,0.794,1.884,1.056l0.259,0.103l0.039,0.269L13.637,27h4.728l0.093-0.08 l0.482-3.31l0.26-0.103c0.639-0.253,1.273-0.609,1.884-1.057l0.22-0.162l0.256,0.1l3.061,1.091l2.337-4.096l-2.683-2.058 L24.309,17.061z M15.949,22.048c-3.407,0-6.179-2.691-6.179-5.997c0-3.306,2.772-5.996,6.179-5.996s6.178,2.69,6.178,5.996 C22.127,19.357,19.356,22.048,15.949,22.048z"/> </svg>');
}
.green.icon-tree-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%232f8c51" d="M8.168,27c-0.912,0-1.83-0.421-2.396-1.098c-0.613-0.717-0.883-1.683-0.727-2.586 c0.1-0.592,0.408-1.141,0.845-1.508l7.849-6.591c0.224-0.187,0.394-0.327,0.514-0.538c0.225-0.382,0.226-0.81,0.202-1.14 c-0.032-0.351-0.094-0.689-0.157-1.027c-0.038-0.209-0.077-0.418-0.107-0.628c-0.156-0.969-0.112-1.831,0.129-2.568 c0.226-0.708,0.638-1.394,1.226-2.043c1.119-1.261,2.739-2.078,4.446-2.246C20.174,5.009,20.272,5,20.367,5 c0.185,0,0.256,0.037,0.298,0.069c0.108,0.077,0.167,0.191,0.178,0.319c0.01,0.119-0.025,0.228-0.095,0.298l-3.302,3.319 l1.394,4.193l4.174,1.395l3.302-3.312c0.085-0.086,0.197-0.099,0.256-0.099c0.161,0,0.311,0.081,0.373,0.201 c0.074,0.128,0.059,0.315,0.043,0.512c-0.168,1.851-0.994,3.499-2.274,4.631c-0.775,0.704-1.631,1.157-2.477,1.317 c-0.3,0.06-0.597,0.085-0.895,0.085c-0.439,0-0.915-0.052-1.5-0.163l-0.343-0.064c-0.392-0.075-0.786-0.148-1.185-0.148 c-0.606,0.02-1.038,0.222-1.313,0.555l-6.499,7.624c-0.314,0.375-0.61,0.729-0.996,0.928C9.103,26.885,8.644,27,8.168,27z M8.06,21.717c-0.22,0-0.434,0.034-0.638,0.101c-0.45,0.138-0.856,0.431-1.135,0.823c-0.619,0.835-0.517,2.114,0.235,2.843 c0.38,0.402,0.952,0.641,1.555,0.641l0,0c0.505,0,0.987-0.168,1.357-0.473c0.794-0.602,1.067-1.793,0.608-2.698 C9.705,22.219,8.906,21.717,8.06,21.717z"/> </svg>');
}
.green.icon-tree-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%232f8c51" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077v-2.546 C8.797,8.059,12.029,5,16.001,5c3.97,0,7.202,3.059,7.205,6.819v2.546l0.432,0.077c0.79,0.142,1.363,0.797,1.363,1.558v9.411 c0,0.876-0.754,1.589-1.68,1.589H8.68z M14.4,27h3.445v-4.683c1.218-0.603,1.988-1.787,1.988-3.104c0-1.937-1.665-3.513-3.71-3.513 s-3.71,1.576-3.71,3.513c0,1.317,0.769,2.501,1.988,3.104V27z M16,7.132c-2.724,0.004-4.943,2.106-4.947,4.686v2.593h9.895v-2.592 c-0.001-2.581-2.22-4.683-4.945-4.687H16z"/> </svg> ');
}
.green.icon-tree-unlock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%232f8c51" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077V12.78 c0-2.762,1.386-5.268,3.708-6.703C13.674,5.352,14.818,5,16.001,5c0.326,0,0.645,0.026,0.957,0.073 c0.225,0.033,0.347,0.177,0.4,0.261c0.099,0.157,0.121,0.345,0.059,0.517l-0.327,0.904c-0.087,0.24-0.34,0.396-0.644,0.396 c-0.2-0.015-0.323-0.02-0.449-0.02c-0.685,0-1.338,0.164-1.996,0.501c-1.819,0.931-2.948,2.821-2.948,4.932v1.847l9.972,0.005 l2.704,0.035c0.701,0.133,1.274,0.789,1.274,1.549v9.41c0,0.877-0.754,1.59-1.68,1.59H8.68z M14.398,27h3.446l0.001-4.683 c1.217-0.603,1.987-1.787,1.987-3.104c0-1.937-1.664-3.513-3.709-3.513c-2.047,0-3.711,1.576-3.711,3.513 c0,1.317,0.769,2.5,1.988,3.104L14.398,27z"/> </svg> ');
}
.green.icon-tree-link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2339b563" points="25.002,7 5.002,14.308 10.363,18.148 "/> <polygon fill="%232f8c51" points="12.733,19.74 19.727,24.78 25.002,7 "/> <polygon fill="%2321663c" points="14.974,21.355 10.809,25 12.733,19.74 "/> </svg> ');
}
.green.icon-tree-link-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232f8c51" d="M27.001 15.4L18.446 7v4.8C9.89 13 6.223 19 5.001 25c.289-.397.599-.754.91-1.11 2.981-3.416 7-5.01 12.534-5.01v4.92l7.537-7.4 1.019-1z"/> </svg> ');
}
.green.icon-tree-link-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%2321663c" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%2321663c" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%2321663c" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%2321663c" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%232f8c51" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%232f8c51" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%232f8c51" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%232f8c51" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%2339b563" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%2339b563" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%2339b563" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%2339b563" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.green.icon-tree-link-suite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2339b563" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%232f8c51" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.green.icon-tree-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232f8c51" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.green.icon-tree-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232f8c51" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.green.icon-tree-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M7.811,30.13l-4.222-2.018l-1.576-3.415l6.266-6.724C5.535,14.66,6.431,10.078,8.541,7.07 c2.422-3.451,6.58-5.85,10.855-6.261c0.396-0.038,0.799-0.058,1.203-0.058c4.818,0,8.473,2.549,9.334,6.5 c0.098,0.208,0.196,0.438,0.281,0.688c1.838,5.611-2.53,11.031-7.569,13.293c-1.837,0.824-3.961,1.278-5.982,1.278l0,0 c-0.429,0-0.851-0.021-1.263-0.061l-3.807,6.354l-1.459,2.437L7.811,30.13z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7595" y1="9.8922" x2="25.3905" y2="9.8922"> <stop offset="0.0891" style="stop-color:%232f8c51"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.263,7.762c-1.359-4.267-7.133-3.631-10.189-1.886c-2.998,1.711-6.112,6.26-3.065,9.368 c-1.169-3.308,1.418-6.563,4.214-8.027c2.727-1.427,7.234-1.93,9.167,1.092C25.357,8.125,25.315,7.943,25.263,7.762z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.0058" y1="14.0915" x2="28.6461" y2="14.0915"> <stop offset="0.4507" style="stop-color:%2321663c"/> <stop offset="1" style="stop-color:%232f8c51"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M28.321,8.583c-0.107-0.314-0.241-0.623-0.397-0.916c1.646,8.299-12.085,15.296-17.918,9.27 c2.1,4.334,8.061,4.158,11.819,2.471C25.752,17.646,29.842,13.228,28.321,8.583z"/> <path fill="none" d="M24.058,13.09c1.629-2.115,2.222-5.333-0.062-7.235c-2.666-2.215-6.8-1.295-9.439,0.452 c-2.259,1.496-4.316,4.334-3.528,7.173c0.752,2.71,3.793,3.634,6.33,3.349C19.928,16.54,22.478,15.141,24.058,13.09z"/> <path fill="%2339b563" d="M21.623,17.764c3.588-1.772,7.226-5.703,6.368-10.029c-0.799-3.84-4.868-5.276-8.404-4.935 c-3.663,0.353-7.291,2.401-9.408,5.419c-2.065,2.944-2.473,7.198,0.736,9.516C14.022,19.979,18.393,19.359,21.623,17.764z M11.029,13.481c-0.788-2.839,1.269-5.677,3.528-7.173c2.638-1.747,6.772-2.667,9.439-0.452c2.284,1.901,1.691,5.12,0.062,7.235 c-1.58,2.051-4.13,3.45-6.699,3.739C14.822,17.115,11.781,16.191,11.029,13.481z"/> <polyline fill="%2321663c" points="9.354,28.651 8.675,27.06 4.392,25.079 5.103,26.62 9.354,28.651 "/> <polyline fill="%2321663c" points="8.675,27.06 9.354,28.651 14.342,20.324 13.763,18.772 8.675,27.06 "/> <polyline fill="%2339b563" points="13.763,18.772 11.077,17.904 4.392,25.079 8.675,27.06 13.763,18.772 "/> </svg>');
}
.lightGreen.icon-tree-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300b200" points="13.824,26.996 13.824,18.172 4.998,18.172 4.998,13.82 13.824,13.82 13.824,4.996 18.174,4.996 18.174,13.82 26.998,13.82 26.998,18.172 18.174,18.172 18.174,26.996 "/> </svg>');
}
.lightGreen.icon-tree-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300e500" points="13.103,16.158 24.259,5 27.001,7.741 15.843,18.898 12.19,19.811 "/> <path fill="%2300b200" d="M9.114,27c-2.268,0-4.113-1.845-4.113-4.112V9.133c0-2.267,1.845-4.112,4.113-4.112h9.478L16.774,6.84 c-0.264,0.264-0.617,0.411-0.991,0.411H9.696c-1.36,0-2.465,1.106-2.465,2.464v12.591c0,1.359,1.105,2.464,2.465,2.464h12.59 c1.36,0,2.465-1.106,2.465-2.464V16.71c0-0.375,0.145-0.727,0.41-0.991l1.819-1.82v8.99c0,2.267-1.845,4.112-4.112,4.112H9.114z"/> </svg>');
}
.lightGreen.icon-tree-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300b200" points="16.002,18.987 9.988,25 7.002,22.013 13.015,16 7.002,9.987 9.988,7 16.002,13.013 22.015,7 25.002,9.987 18.988,16 25.002,22.013 22.015,25 "/> </svg>');
}
.lightGreen.icon-tree-cog{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%2300b200" d="M24.309,17.061c0.042-0.339,0.07-0.693,0.07-1.061c0-0.362-0.028-0.709-0.083-1.044l-0.045-0.277 l0.227-0.172l2.522-2.014l-2.484-4.029L21.32,9.713L21.1,9.55c-0.61-0.449-1.226-0.795-1.885-1.057L18.956,8.39l-0.039-0.269 L18.366,5l-4.822,0.08L13.062,8.39l-0.259,0.103c-0.642,0.254-1.276,0.61-1.886,1.058l-0.22,0.162l-0.256-0.1L7.381,8.52 l-2.338,4.094l2.725,2.065l-0.047,0.277C7.666,15.292,7.624,15.652,7.624,16s0.028,0.709,0.083,1.043l0.045,0.276l-2.75,2.188 l2.484,4.028l3.198-1.248l0.22,0.164c0.608,0.449,1.224,0.794,1.884,1.056l0.259,0.103l0.039,0.269L13.637,27h4.728l0.093-0.08 l0.482-3.31l0.26-0.103c0.639-0.253,1.273-0.609,1.884-1.057l0.22-0.162l0.256,0.1l3.061,1.091l2.337-4.096l-2.683-2.058 L24.309,17.061z M15.949,22.048c-3.407,0-6.179-2.691-6.179-5.997c0-3.306,2.772-5.996,6.179-5.996s6.178,2.69,6.178,5.996 C22.127,19.357,19.356,22.048,15.949,22.048z"/> </svg>');
}
.lightGreen.icon-tree-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%2300b200" d="M8.168,27c-0.912,0-1.83-0.421-2.396-1.098c-0.613-0.717-0.883-1.683-0.727-2.586 c0.1-0.592,0.408-1.141,0.845-1.508l7.849-6.591c0.224-0.187,0.394-0.327,0.514-0.538c0.225-0.382,0.226-0.81,0.202-1.14 c-0.032-0.351-0.094-0.689-0.157-1.027c-0.038-0.209-0.077-0.418-0.107-0.628c-0.156-0.969-0.112-1.831,0.129-2.568 c0.226-0.708,0.638-1.394,1.226-2.043c1.119-1.261,2.739-2.078,4.446-2.246C20.174,5.009,20.272,5,20.367,5 c0.185,0,0.256,0.037,0.298,0.069c0.108,0.077,0.167,0.191,0.178,0.319c0.01,0.119-0.025,0.228-0.095,0.298l-3.302,3.319 l1.394,4.193l4.174,1.395l3.302-3.312c0.085-0.086,0.197-0.099,0.256-0.099c0.161,0,0.311,0.081,0.373,0.201 c0.074,0.128,0.059,0.315,0.043,0.512c-0.168,1.851-0.994,3.499-2.274,4.631c-0.775,0.704-1.631,1.157-2.477,1.317 c-0.3,0.06-0.597,0.085-0.895,0.085c-0.439,0-0.915-0.052-1.5-0.163l-0.343-0.064c-0.392-0.075-0.786-0.148-1.185-0.148 c-0.606,0.02-1.038,0.222-1.313,0.555l-6.499,7.624c-0.314,0.375-0.61,0.729-0.996,0.928C9.103,26.885,8.644,27,8.168,27z M8.06,21.717c-0.22,0-0.434,0.034-0.638,0.101c-0.45,0.138-0.856,0.431-1.135,0.823c-0.619,0.835-0.517,2.114,0.235,2.843 c0.38,0.402,0.952,0.641,1.555,0.641l0,0c0.505,0,0.987-0.168,1.357-0.473c0.794-0.602,1.067-1.793,0.608-2.698 C9.705,22.219,8.906,21.717,8.06,21.717z"/> </svg>');
}
.lightGreen.icon-tree-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%2300b200" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077v-2.546 C8.797,8.059,12.029,5,16.001,5c3.97,0,7.202,3.059,7.205,6.819v2.546l0.432,0.077c0.79,0.142,1.363,0.797,1.363,1.558v9.411 c0,0.876-0.754,1.589-1.68,1.589H8.68z M14.4,27h3.445v-4.683c1.218-0.603,1.988-1.787,1.988-3.104c0-1.937-1.665-3.513-3.71-3.513 s-3.71,1.576-3.71,3.513c0,1.317,0.769,2.501,1.988,3.104V27z M16,7.132c-2.724,0.004-4.943,2.106-4.947,4.686v2.593h9.895v-2.592 c-0.001-2.581-2.22-4.683-4.945-4.687H16z"/> </svg> ');
}
.lightGreen.icon-tree-unlock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%2300b200" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077V12.78 c0-2.762,1.386-5.268,3.708-6.703C13.674,5.352,14.818,5,16.001,5c0.326,0,0.645,0.026,0.957,0.073 c0.225,0.033,0.347,0.177,0.4,0.261c0.099,0.157,0.121,0.345,0.059,0.517l-0.327,0.904c-0.087,0.24-0.34,0.396-0.644,0.396 c-0.2-0.015-0.323-0.02-0.449-0.02c-0.685,0-1.338,0.164-1.996,0.501c-1.819,0.931-2.948,2.821-2.948,4.932v1.847l9.972,0.005 l2.704,0.035c0.701,0.133,1.274,0.789,1.274,1.549v9.41c0,0.877-0.754,1.59-1.68,1.59H8.68z M14.398,27h3.446l0.001-4.683 c1.217-0.603,1.987-1.787,1.987-3.104c0-1.937-1.664-3.513-3.709-3.513c-2.047,0-3.711,1.576-3.711,3.513 c0,1.317,0.769,2.5,1.988,3.104L14.398,27z"/> </svg> ');
}
.lightGreen.icon-tree-link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300e500" points="25.002,7 5.002,14.308 10.363,18.148 "/> <polygon fill="%2300b200" points="12.733,19.74 19.727,24.78 25.002,7 "/> <polygon fill="%23009900" points="14.974,21.355 10.809,25 12.733,19.74 "/> </svg> ');
}
.lightGreen.icon-tree-link-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300b200" d="M27.001 15.4L18.446 7v4.8C9.89 13 6.223 19 5.001 25c.289-.397.599-.754.91-1.11 2.981-3.416 7-5.01 12.534-5.01v4.92l7.537-7.4 1.019-1z"/> </svg> ');
}
.lightGreen.icon-tree-link-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%23009900" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%23009900" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%23009900" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%23009900" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%2300b200" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%2300b200" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%2300b200" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%2300b200" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%2300e500" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%2300e500" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%2300e500" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%2300e500" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.lightGreen.icon-tree-link-suite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300e500" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%2300b200" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.lightGreen.icon-tree-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300b200" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.lightGreen.icon-tree-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300b200" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.lightGreen.icon-tree-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M7.811,30.13l-4.222-2.018l-1.576-3.415l6.266-6.724C5.535,14.66,6.431,10.078,8.541,7.07 c2.422-3.451,6.58-5.85,10.855-6.261c0.396-0.038,0.799-0.058,1.203-0.058c4.818,0,8.473,2.549,9.334,6.5 c0.098,0.208,0.196,0.438,0.281,0.688c1.838,5.611-2.53,11.031-7.569,13.293c-1.837,0.824-3.961,1.278-5.982,1.278l0,0 c-0.429,0-0.851-0.021-1.263-0.061l-3.807,6.354l-1.459,2.437L7.811,30.13z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7595" y1="9.8922" x2="25.3905" y2="9.8922"> <stop offset="0.0891" style="stop-color:%2300b200"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.263,7.762c-1.359-4.267-7.133-3.631-10.189-1.886c-2.998,1.711-6.112,6.26-3.065,9.368 c-1.169-3.308,1.418-6.563,4.214-8.027c2.727-1.427,7.234-1.93,9.167,1.092C25.357,8.125,25.315,7.943,25.263,7.762z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.0058" y1="14.0915" x2="28.6461" y2="14.0915"> <stop offset="0.4507" style="stop-color:%23009900"/> <stop offset="1" style="stop-color:%2300b200"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M28.321,8.583c-0.107-0.314-0.241-0.623-0.397-0.916c1.646,8.299-12.085,15.296-17.918,9.27 c2.1,4.334,8.061,4.158,11.819,2.471C25.752,17.646,29.842,13.228,28.321,8.583z"/> <path fill="none" d="M24.058,13.09c1.629-2.115,2.222-5.333-0.062-7.235c-2.666-2.215-6.8-1.295-9.439,0.452 c-2.259,1.496-4.316,4.334-3.528,7.173c0.752,2.71,3.793,3.634,6.33,3.349C19.928,16.54,22.478,15.141,24.058,13.09z"/> <path fill="%2300e500" d="M21.623,17.764c3.588-1.772,7.226-5.703,6.368-10.029c-0.799-3.84-4.868-5.276-8.404-4.935 c-3.663,0.353-7.291,2.401-9.408,5.419c-2.065,2.944-2.473,7.198,0.736,9.516C14.022,19.979,18.393,19.359,21.623,17.764z M11.029,13.481c-0.788-2.839,1.269-5.677,3.528-7.173c2.638-1.747,6.772-2.667,9.439-0.452c2.284,1.901,1.691,5.12,0.062,7.235 c-1.58,2.051-4.13,3.45-6.699,3.739C14.822,17.115,11.781,16.191,11.029,13.481z"/> <polyline fill="%23009900" points="9.354,28.651 8.675,27.06 4.392,25.079 5.103,26.62 9.354,28.651 "/> <polyline fill="%23009900" points="8.675,27.06 9.354,28.651 14.342,20.324 13.763,18.772 8.675,27.06 "/> <polyline fill="%2300e500" points="13.763,18.772 11.077,17.904 4.392,25.079 8.675,27.06 13.763,18.772 "/> </svg>');
}
.yellow.icon-tree-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ccaa00" points="13.824,26.996 13.824,18.172 4.998,18.172 4.998,13.82 13.824,13.82 13.824,4.996 18.174,4.996 18.174,13.82 26.998,13.82 26.998,18.172 18.174,18.172 18.174,26.996 "/> </svg>');
}
.yellow.icon-tree-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23f9e100" points="13.103,16.158 24.259,5 27.001,7.741 15.843,18.898 12.19,19.811 "/> <path fill="%23ccaa00" d="M9.114,27c-2.268,0-4.113-1.845-4.113-4.112V9.133c0-2.267,1.845-4.112,4.113-4.112h9.478L16.774,6.84 c-0.264,0.264-0.617,0.411-0.991,0.411H9.696c-1.36,0-2.465,1.106-2.465,2.464v12.591c0,1.359,1.105,2.464,2.465,2.464h12.59 c1.36,0,2.465-1.106,2.465-2.464V16.71c0-0.375,0.145-0.727,0.41-0.991l1.819-1.82v8.99c0,2.267-1.845,4.112-4.112,4.112H9.114z"/> </svg>');
}
.yellow.icon-tree-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ccaa00" points="16.002,18.987 9.988,25 7.002,22.013 13.015,16 7.002,9.987 9.988,7 16.002,13.013 22.015,7 25.002,9.987 18.988,16 25.002,22.013 22.015,25 "/> </svg>');
}
.yellow.icon-tree-cog{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23ccaa00" d="M24.309,17.061c0.042-0.339,0.07-0.693,0.07-1.061c0-0.362-0.028-0.709-0.083-1.044l-0.045-0.277 l0.227-0.172l2.522-2.014l-2.484-4.029L21.32,9.713L21.1,9.55c-0.61-0.449-1.226-0.795-1.885-1.057L18.956,8.39l-0.039-0.269 L18.366,5l-4.822,0.08L13.062,8.39l-0.259,0.103c-0.642,0.254-1.276,0.61-1.886,1.058l-0.22,0.162l-0.256-0.1L7.381,8.52 l-2.338,4.094l2.725,2.065l-0.047,0.277C7.666,15.292,7.624,15.652,7.624,16s0.028,0.709,0.083,1.043l0.045,0.276l-2.75,2.188 l2.484,4.028l3.198-1.248l0.22,0.164c0.608,0.449,1.224,0.794,1.884,1.056l0.259,0.103l0.039,0.269L13.637,27h4.728l0.093-0.08 l0.482-3.31l0.26-0.103c0.639-0.253,1.273-0.609,1.884-1.057l0.22-0.162l0.256,0.1l3.061,1.091l2.337-4.096l-2.683-2.058 L24.309,17.061z M15.949,22.048c-3.407,0-6.179-2.691-6.179-5.997c0-3.306,2.772-5.996,6.179-5.996s6.178,2.69,6.178,5.996 C22.127,19.357,19.356,22.048,15.949,22.048z"/> </svg>');
}
.yellow.icon-tree-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23ccaa00" d="M8.168,27c-0.912,0-1.83-0.421-2.396-1.098c-0.613-0.717-0.883-1.683-0.727-2.586 c0.1-0.592,0.408-1.141,0.845-1.508l7.849-6.591c0.224-0.187,0.394-0.327,0.514-0.538c0.225-0.382,0.226-0.81,0.202-1.14 c-0.032-0.351-0.094-0.689-0.157-1.027c-0.038-0.209-0.077-0.418-0.107-0.628c-0.156-0.969-0.112-1.831,0.129-2.568 c0.226-0.708,0.638-1.394,1.226-2.043c1.119-1.261,2.739-2.078,4.446-2.246C20.174,5.009,20.272,5,20.367,5 c0.185,0,0.256,0.037,0.298,0.069c0.108,0.077,0.167,0.191,0.178,0.319c0.01,0.119-0.025,0.228-0.095,0.298l-3.302,3.319 l1.394,4.193l4.174,1.395l3.302-3.312c0.085-0.086,0.197-0.099,0.256-0.099c0.161,0,0.311,0.081,0.373,0.201 c0.074,0.128,0.059,0.315,0.043,0.512c-0.168,1.851-0.994,3.499-2.274,4.631c-0.775,0.704-1.631,1.157-2.477,1.317 c-0.3,0.06-0.597,0.085-0.895,0.085c-0.439,0-0.915-0.052-1.5-0.163l-0.343-0.064c-0.392-0.075-0.786-0.148-1.185-0.148 c-0.606,0.02-1.038,0.222-1.313,0.555l-6.499,7.624c-0.314,0.375-0.61,0.729-0.996,0.928C9.103,26.885,8.644,27,8.168,27z M8.06,21.717c-0.22,0-0.434,0.034-0.638,0.101c-0.45,0.138-0.856,0.431-1.135,0.823c-0.619,0.835-0.517,2.114,0.235,2.843 c0.38,0.402,0.952,0.641,1.555,0.641l0,0c0.505,0,0.987-0.168,1.357-0.473c0.794-0.602,1.067-1.793,0.608-2.698 C9.705,22.219,8.906,21.717,8.06,21.717z"/> </svg>');
}
.yellow.icon-tree-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23ccaa00" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077v-2.546 C8.797,8.059,12.029,5,16.001,5c3.97,0,7.202,3.059,7.205,6.819v2.546l0.432,0.077c0.79,0.142,1.363,0.797,1.363,1.558v9.411 c0,0.876-0.754,1.589-1.68,1.589H8.68z M14.4,27h3.445v-4.683c1.218-0.603,1.988-1.787,1.988-3.104c0-1.937-1.665-3.513-3.71-3.513 s-3.71,1.576-3.71,3.513c0,1.317,0.769,2.501,1.988,3.104V27z M16,7.132c-2.724,0.004-4.943,2.106-4.947,4.686v2.593h9.895v-2.592 c-0.001-2.581-2.22-4.683-4.945-4.687H16z"/> </svg> ');
}
.yellow.icon-tree-unlock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23ccaa00" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077V12.78 c0-2.762,1.386-5.268,3.708-6.703C13.674,5.352,14.818,5,16.001,5c0.326,0,0.645,0.026,0.957,0.073 c0.225,0.033,0.347,0.177,0.4,0.261c0.099,0.157,0.121,0.345,0.059,0.517l-0.327,0.904c-0.087,0.24-0.34,0.396-0.644,0.396 c-0.2-0.015-0.323-0.02-0.449-0.02c-0.685,0-1.338,0.164-1.996,0.501c-1.819,0.931-2.948,2.821-2.948,4.932v1.847l9.972,0.005 l2.704,0.035c0.701,0.133,1.274,0.789,1.274,1.549v9.41c0,0.877-0.754,1.59-1.68,1.59H8.68z M14.398,27h3.446l0.001-4.683 c1.217-0.603,1.987-1.787,1.987-3.104c0-1.937-1.664-3.513-3.709-3.513c-2.047,0-3.711,1.576-3.711,3.513 c0,1.317,0.769,2.5,1.988,3.104L14.398,27z"/> </svg> ');
}
.yellow.icon-tree-link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23f9e100" points="25.002,7 5.002,14.308 10.363,18.148 "/> <polygon fill="%23ccaa00" points="12.733,19.74 19.727,24.78 25.002,7 "/> <polygon fill="%23a58d00" points="14.974,21.355 10.809,25 12.733,19.74 "/> </svg> ');
}
.yellow.icon-tree-link-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ccaa00" d="M27.001 15.4L18.446 7v4.8C9.89 13 6.223 19 5.001 25c.289-.397.599-.754.91-1.11 2.981-3.416 7-5.01 12.534-5.01v4.92l7.537-7.4 1.019-1z"/> </svg> ');
}
.yellow.icon-tree-link-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%23a58d00" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%23a58d00" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%23a58d00" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%23a58d00" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%23ccaa00" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%23ccaa00" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%23ccaa00" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%23ccaa00" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%23f9e100" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%23f9e100" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%23f9e100" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%23f9e100" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.yellow.icon-tree-link-suite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23f9e100" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%23ccaa00" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.yellow.icon-tree-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ccaa00" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.yellow.icon-tree-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ccaa00" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.yellow.icon-tree-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M7.811,30.13l-4.222-2.018l-1.576-3.415l6.266-6.724C5.535,14.66,6.431,10.078,8.541,7.07 c2.422-3.451,6.58-5.85,10.855-6.261c0.396-0.038,0.799-0.058,1.203-0.058c4.818,0,8.473,2.549,9.334,6.5 c0.098,0.208,0.196,0.438,0.281,0.688c1.838,5.611-2.53,11.031-7.569,13.293c-1.837,0.824-3.961,1.278-5.982,1.278l0,0 c-0.429,0-0.851-0.021-1.263-0.061l-3.807,6.354l-1.459,2.437L7.811,30.13z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7595" y1="9.8922" x2="25.3905" y2="9.8922"> <stop offset="0.0891" style="stop-color:%23ccaa00"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.263,7.762c-1.359-4.267-7.133-3.631-10.189-1.886c-2.998,1.711-6.112,6.26-3.065,9.368 c-1.169-3.308,1.418-6.563,4.214-8.027c2.727-1.427,7.234-1.93,9.167,1.092C25.357,8.125,25.315,7.943,25.263,7.762z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.0058" y1="14.0915" x2="28.6461" y2="14.0915"> <stop offset="0.4507" style="stop-color:%23a58d00"/> <stop offset="1" style="stop-color:%23ccaa00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M28.321,8.583c-0.107-0.314-0.241-0.623-0.397-0.916c1.646,8.299-12.085,15.296-17.918,9.27 c2.1,4.334,8.061,4.158,11.819,2.471C25.752,17.646,29.842,13.228,28.321,8.583z"/> <path fill="none" d="M24.058,13.09c1.629-2.115,2.222-5.333-0.062-7.235c-2.666-2.215-6.8-1.295-9.439,0.452 c-2.259,1.496-4.316,4.334-3.528,7.173c0.752,2.71,3.793,3.634,6.33,3.349C19.928,16.54,22.478,15.141,24.058,13.09z"/> <path fill="%23f9e100" d="M21.623,17.764c3.588-1.772,7.226-5.703,6.368-10.029c-0.799-3.84-4.868-5.276-8.404-4.935 c-3.663,0.353-7.291,2.401-9.408,5.419c-2.065,2.944-2.473,7.198,0.736,9.516C14.022,19.979,18.393,19.359,21.623,17.764z M11.029,13.481c-0.788-2.839,1.269-5.677,3.528-7.173c2.638-1.747,6.772-2.667,9.439-0.452c2.284,1.901,1.691,5.12,0.062,7.235 c-1.58,2.051-4.13,3.45-6.699,3.739C14.822,17.115,11.781,16.191,11.029,13.481z"/> <polyline fill="%23a58d00" points="9.354,28.651 8.675,27.06 4.392,25.079 5.103,26.62 9.354,28.651 "/> <polyline fill="%23a58d00" points="8.675,27.06 9.354,28.651 14.342,20.324 13.763,18.772 8.675,27.06 "/> <polyline fill="%23f9e100" points="13.763,18.772 11.077,17.904 4.392,25.079 8.675,27.06 13.763,18.772 "/> </svg>');
}
.purple.icon-tree-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF66FF" points="13.824,26.996 13.824,18.172 4.998,18.172 4.998,13.82 13.824,13.82 13.824,4.996 18.174,4.996 18.174,13.82 26.998,13.82 26.998,18.172 18.174,18.172 18.174,26.996 "/> </svg>');
}
.purple.icon-tree-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF99FF" points="13.103,16.158 24.259,5 27.001,7.741 15.843,18.898 12.19,19.811 "/> <path fill="%23FF66FF" d="M9.114,27c-2.268,0-4.113-1.845-4.113-4.112V9.133c0-2.267,1.845-4.112,4.113-4.112h9.478L16.774,6.84 c-0.264,0.264-0.617,0.411-0.991,0.411H9.696c-1.36,0-2.465,1.106-2.465,2.464v12.591c0,1.359,1.105,2.464,2.465,2.464h12.59 c1.36,0,2.465-1.106,2.465-2.464V16.71c0-0.375,0.145-0.727,0.41-0.991l1.819-1.82v8.99c0,2.267-1.845,4.112-4.112,4.112H9.114z"/> </svg>');
}
.purple.icon-tree-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF66FF" points="16.002,18.987 9.988,25 7.002,22.013 13.015,16 7.002,9.987 9.988,7 16.002,13.013 22.015,7 25.002,9.987 18.988,16 25.002,22.013 22.015,25 "/> </svg>');
}
.purple.icon-tree-cog{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23FF66FF" d="M24.309,17.061c0.042-0.339,0.07-0.693,0.07-1.061c0-0.362-0.028-0.709-0.083-1.044l-0.045-0.277 l0.227-0.172l2.522-2.014l-2.484-4.029L21.32,9.713L21.1,9.55c-0.61-0.449-1.226-0.795-1.885-1.057L18.956,8.39l-0.039-0.269 L18.366,5l-4.822,0.08L13.062,8.39l-0.259,0.103c-0.642,0.254-1.276,0.61-1.886,1.058l-0.22,0.162l-0.256-0.1L7.381,8.52 l-2.338,4.094l2.725,2.065l-0.047,0.277C7.666,15.292,7.624,15.652,7.624,16s0.028,0.709,0.083,1.043l0.045,0.276l-2.75,2.188 l2.484,4.028l3.198-1.248l0.22,0.164c0.608,0.449,1.224,0.794,1.884,1.056l0.259,0.103l0.039,0.269L13.637,27h4.728l0.093-0.08 l0.482-3.31l0.26-0.103c0.639-0.253,1.273-0.609,1.884-1.057l0.22-0.162l0.256,0.1l3.061,1.091l2.337-4.096l-2.683-2.058 L24.309,17.061z M15.949,22.048c-3.407,0-6.179-2.691-6.179-5.997c0-3.306,2.772-5.996,6.179-5.996s6.178,2.69,6.178,5.996 C22.127,19.357,19.356,22.048,15.949,22.048z"/> </svg>');
}
.purple.icon-tree-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23FF66FF" d="M8.168,27c-0.912,0-1.83-0.421-2.396-1.098c-0.613-0.717-0.883-1.683-0.727-2.586 c0.1-0.592,0.408-1.141,0.845-1.508l7.849-6.591c0.224-0.187,0.394-0.327,0.514-0.538c0.225-0.382,0.226-0.81,0.202-1.14 c-0.032-0.351-0.094-0.689-0.157-1.027c-0.038-0.209-0.077-0.418-0.107-0.628c-0.156-0.969-0.112-1.831,0.129-2.568 c0.226-0.708,0.638-1.394,1.226-2.043c1.119-1.261,2.739-2.078,4.446-2.246C20.174,5.009,20.272,5,20.367,5 c0.185,0,0.256,0.037,0.298,0.069c0.108,0.077,0.167,0.191,0.178,0.319c0.01,0.119-0.025,0.228-0.095,0.298l-3.302,3.319 l1.394,4.193l4.174,1.395l3.302-3.312c0.085-0.086,0.197-0.099,0.256-0.099c0.161,0,0.311,0.081,0.373,0.201 c0.074,0.128,0.059,0.315,0.043,0.512c-0.168,1.851-0.994,3.499-2.274,4.631c-0.775,0.704-1.631,1.157-2.477,1.317 c-0.3,0.06-0.597,0.085-0.895,0.085c-0.439,0-0.915-0.052-1.5-0.163l-0.343-0.064c-0.392-0.075-0.786-0.148-1.185-0.148 c-0.606,0.02-1.038,0.222-1.313,0.555l-6.499,7.624c-0.314,0.375-0.61,0.729-0.996,0.928C9.103,26.885,8.644,27,8.168,27z M8.06,21.717c-0.22,0-0.434,0.034-0.638,0.101c-0.45,0.138-0.856,0.431-1.135,0.823c-0.619,0.835-0.517,2.114,0.235,2.843 c0.38,0.402,0.952,0.641,1.555,0.641l0,0c0.505,0,0.987-0.168,1.357-0.473c0.794-0.602,1.067-1.793,0.608-2.698 C9.705,22.219,8.906,21.717,8.06,21.717z"/> </svg>');
}
.purple.icon-tree-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23FF66FF" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077v-2.546 C8.797,8.059,12.029,5,16.001,5c3.97,0,7.202,3.059,7.205,6.819v2.546l0.432,0.077c0.79,0.142,1.363,0.797,1.363,1.558v9.411 c0,0.876-0.754,1.589-1.68,1.589H8.68z M14.4,27h3.445v-4.683c1.218-0.603,1.988-1.787,1.988-3.104c0-1.937-1.665-3.513-3.71-3.513 s-3.71,1.576-3.71,3.513c0,1.317,0.769,2.501,1.988,3.104V27z M16,7.132c-2.724,0.004-4.943,2.106-4.947,4.686v2.593h9.895v-2.592 c-0.001-2.581-2.22-4.683-4.945-4.687H16z"/> </svg> ');
}
.purple.icon-tree-unlock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23FF66FF" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077V12.78 c0-2.762,1.386-5.268,3.708-6.703C13.674,5.352,14.818,5,16.001,5c0.326,0,0.645,0.026,0.957,0.073 c0.225,0.033,0.347,0.177,0.4,0.261c0.099,0.157,0.121,0.345,0.059,0.517l-0.327,0.904c-0.087,0.24-0.34,0.396-0.644,0.396 c-0.2-0.015-0.323-0.02-0.449-0.02c-0.685,0-1.338,0.164-1.996,0.501c-1.819,0.931-2.948,2.821-2.948,4.932v1.847l9.972,0.005 l2.704,0.035c0.701,0.133,1.274,0.789,1.274,1.549v9.41c0,0.877-0.754,1.59-1.68,1.59H8.68z M14.398,27h3.446l0.001-4.683 c1.217-0.603,1.987-1.787,1.987-3.104c0-1.937-1.664-3.513-3.709-3.513c-2.047,0-3.711,1.576-3.711,3.513 c0,1.317,0.769,2.5,1.988,3.104L14.398,27z"/> </svg> ');
}
.purple.icon-tree-link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF99FF" points="25.002,7 5.002,14.308 10.363,18.148 "/> <polygon fill="%23FF66FF" points="12.733,19.74 19.727,24.78 25.002,7 "/> <polygon fill="%23990099" points="14.974,21.355 10.809,25 12.733,19.74 "/> </svg> ');
}
.purple.icon-tree-link-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF66FF" d="M27.001 15.4L18.446 7v4.8C9.89 13 6.223 19 5.001 25c.289-.397.599-.754.91-1.11 2.981-3.416 7-5.01 12.534-5.01v4.92l7.537-7.4 1.019-1z"/> </svg> ');
}
.purple.icon-tree-link-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%23990099" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%23990099" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%23990099" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%23990099" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%23FF66FF" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%23FF66FF" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%23FF66FF" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%23FF66FF" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%23FF99FF" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%23FF99FF" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%23FF99FF" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%23FF99FF" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.purple.icon-tree-link-suite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF99FF" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%23FF66FF" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.purple.icon-tree-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF66FF" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.purple.icon-tree-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF66FF" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.purple.icon-tree-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M7.811,30.13l-4.222-2.018l-1.576-3.415l6.266-6.724C5.535,14.66,6.431,10.078,8.541,7.07 c2.422-3.451,6.58-5.85,10.855-6.261c0.396-0.038,0.799-0.058,1.203-0.058c4.818,0,8.473,2.549,9.334,6.5 c0.098,0.208,0.196,0.438,0.281,0.688c1.838,5.611-2.53,11.031-7.569,13.293c-1.837,0.824-3.961,1.278-5.982,1.278l0,0 c-0.429,0-0.851-0.021-1.263-0.061l-3.807,6.354l-1.459,2.437L7.811,30.13z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7595" y1="9.8922" x2="25.3905" y2="9.8922"> <stop offset="0.0891" style="stop-color:%23FF66FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.263,7.762c-1.359-4.267-7.133-3.631-10.189-1.886c-2.998,1.711-6.112,6.26-3.065,9.368 c-1.169-3.308,1.418-6.563,4.214-8.027c2.727-1.427,7.234-1.93,9.167,1.092C25.357,8.125,25.315,7.943,25.263,7.762z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.0058" y1="14.0915" x2="28.6461" y2="14.0915"> <stop offset="0.4507" style="stop-color:%23990099"/> <stop offset="1" style="stop-color:%23FF66FF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M28.321,8.583c-0.107-0.314-0.241-0.623-0.397-0.916c1.646,8.299-12.085,15.296-17.918,9.27 c2.1,4.334,8.061,4.158,11.819,2.471C25.752,17.646,29.842,13.228,28.321,8.583z"/> <path fill="none" d="M24.058,13.09c1.629-2.115,2.222-5.333-0.062-7.235c-2.666-2.215-6.8-1.295-9.439,0.452 c-2.259,1.496-4.316,4.334-3.528,7.173c0.752,2.71,3.793,3.634,6.33,3.349C19.928,16.54,22.478,15.141,24.058,13.09z"/> <path fill="%23FF99FF" d="M21.623,17.764c3.588-1.772,7.226-5.703,6.368-10.029c-0.799-3.84-4.868-5.276-8.404-4.935 c-3.663,0.353-7.291,2.401-9.408,5.419c-2.065,2.944-2.473,7.198,0.736,9.516C14.022,19.979,18.393,19.359,21.623,17.764z M11.029,13.481c-0.788-2.839,1.269-5.677,3.528-7.173c2.638-1.747,6.772-2.667,9.439-0.452c2.284,1.901,1.691,5.12,0.062,7.235 c-1.58,2.051-4.13,3.45-6.699,3.739C14.822,17.115,11.781,16.191,11.029,13.481z"/> <polyline fill="%23990099" points="9.354,28.651 8.675,27.06 4.392,25.079 5.103,26.62 9.354,28.651 "/> <polyline fill="%23990099" points="8.675,27.06 9.354,28.651 14.342,20.324 13.763,18.772 8.675,27.06 "/> <polyline fill="%23FF99FF" points="13.763,18.772 11.077,17.904 4.392,25.079 8.675,27.06 13.763,18.772 "/> </svg>');
}
.grey.icon-tree-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="13.824,26.996 13.824,18.172 4.998,18.172 4.998,13.82 13.824,13.82 13.824,4.996 18.174,4.996 18.174,13.82 26.998,13.82 26.998,18.172 18.174,18.172 18.174,26.996 "/> </svg>');
}
.grey.icon-tree-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="13.103,16.158 24.259,5 27.001,7.741 15.843,18.898 12.19,19.811 "/> <path fill="%23999999" d="M9.114,27c-2.268,0-4.113-1.845-4.113-4.112V9.133c0-2.267,1.845-4.112,4.113-4.112h9.478L16.774,6.84 c-0.264,0.264-0.617,0.411-0.991,0.411H9.696c-1.36,0-2.465,1.106-2.465,2.464v12.591c0,1.359,1.105,2.464,2.465,2.464h12.59 c1.36,0,2.465-1.106,2.465-2.464V16.71c0-0.375,0.145-0.727,0.41-0.991l1.819-1.82v8.99c0,2.267-1.845,4.112-4.112,4.112H9.114z"/> </svg>');
}
.grey.icon-tree-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="16.002,18.987 9.988,25 7.002,22.013 13.015,16 7.002,9.987 9.988,7 16.002,13.013 22.015,7 25.002,9.987 18.988,16 25.002,22.013 22.015,25 "/> </svg>');
}
.grey.icon-tree-cog{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23999999" d="M24.309,17.061c0.042-0.339,0.07-0.693,0.07-1.061c0-0.362-0.028-0.709-0.083-1.044l-0.045-0.277 l0.227-0.172l2.522-2.014l-2.484-4.029L21.32,9.713L21.1,9.55c-0.61-0.449-1.226-0.795-1.885-1.057L18.956,8.39l-0.039-0.269 L18.366,5l-4.822,0.08L13.062,8.39l-0.259,0.103c-0.642,0.254-1.276,0.61-1.886,1.058l-0.22,0.162l-0.256-0.1L7.381,8.52 l-2.338,4.094l2.725,2.065l-0.047,0.277C7.666,15.292,7.624,15.652,7.624,16s0.028,0.709,0.083,1.043l0.045,0.276l-2.75,2.188 l2.484,4.028l3.198-1.248l0.22,0.164c0.608,0.449,1.224,0.794,1.884,1.056l0.259,0.103l0.039,0.269L13.637,27h4.728l0.093-0.08 l0.482-3.31l0.26-0.103c0.639-0.253,1.273-0.609,1.884-1.057l0.22-0.162l0.256,0.1l3.061,1.091l2.337-4.096l-2.683-2.058 L24.309,17.061z M15.949,22.048c-3.407,0-6.179-2.691-6.179-5.997c0-3.306,2.772-5.996,6.179-5.996s6.178,2.69,6.178,5.996 C22.127,19.357,19.356,22.048,15.949,22.048z"/> </svg>');
}
.grey.icon-tree-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23999999" d="M8.168,27c-0.912,0-1.83-0.421-2.396-1.098c-0.613-0.717-0.883-1.683-0.727-2.586 c0.1-0.592,0.408-1.141,0.845-1.508l7.849-6.591c0.224-0.187,0.394-0.327,0.514-0.538c0.225-0.382,0.226-0.81,0.202-1.14 c-0.032-0.351-0.094-0.689-0.157-1.027c-0.038-0.209-0.077-0.418-0.107-0.628c-0.156-0.969-0.112-1.831,0.129-2.568 c0.226-0.708,0.638-1.394,1.226-2.043c1.119-1.261,2.739-2.078,4.446-2.246C20.174,5.009,20.272,5,20.367,5 c0.185,0,0.256,0.037,0.298,0.069c0.108,0.077,0.167,0.191,0.178,0.319c0.01,0.119-0.025,0.228-0.095,0.298l-3.302,3.319 l1.394,4.193l4.174,1.395l3.302-3.312c0.085-0.086,0.197-0.099,0.256-0.099c0.161,0,0.311,0.081,0.373,0.201 c0.074,0.128,0.059,0.315,0.043,0.512c-0.168,1.851-0.994,3.499-2.274,4.631c-0.775,0.704-1.631,1.157-2.477,1.317 c-0.3,0.06-0.597,0.085-0.895,0.085c-0.439,0-0.915-0.052-1.5-0.163l-0.343-0.064c-0.392-0.075-0.786-0.148-1.185-0.148 c-0.606,0.02-1.038,0.222-1.313,0.555l-6.499,7.624c-0.314,0.375-0.61,0.729-0.996,0.928C9.103,26.885,8.644,27,8.168,27z M8.06,21.717c-0.22,0-0.434,0.034-0.638,0.101c-0.45,0.138-0.856,0.431-1.135,0.823c-0.619,0.835-0.517,2.114,0.235,2.843 c0.38,0.402,0.952,0.641,1.555,0.641l0,0c0.505,0,0.987-0.168,1.357-0.473c0.794-0.602,1.067-1.793,0.608-2.698 C9.705,22.219,8.906,21.717,8.06,21.717z"/> </svg>');
}
.grey.icon-tree-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23999999" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077v-2.546 C8.797,8.059,12.029,5,16.001,5c3.97,0,7.202,3.059,7.205,6.819v2.546l0.432,0.077c0.79,0.142,1.363,0.797,1.363,1.558v9.411 c0,0.876-0.754,1.589-1.68,1.589H8.68z M14.4,27h3.445v-4.683c1.218-0.603,1.988-1.787,1.988-3.104c0-1.937-1.665-3.513-3.71-3.513 s-3.71,1.576-3.71,3.513c0,1.317,0.769,2.501,1.988,3.104V27z M16,7.132c-2.724,0.004-4.943,2.106-4.947,4.686v2.593h9.895v-2.592 c-0.001-2.581-2.22-4.683-4.945-4.687H16z"/> </svg> ');
}
.grey.icon-tree-unlock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23999999" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077V12.78 c0-2.762,1.386-5.268,3.708-6.703C13.674,5.352,14.818,5,16.001,5c0.326,0,0.645,0.026,0.957,0.073 c0.225,0.033,0.347,0.177,0.4,0.261c0.099,0.157,0.121,0.345,0.059,0.517l-0.327,0.904c-0.087,0.24-0.34,0.396-0.644,0.396 c-0.2-0.015-0.323-0.02-0.449-0.02c-0.685,0-1.338,0.164-1.996,0.501c-1.819,0.931-2.948,2.821-2.948,4.932v1.847l9.972,0.005 l2.704,0.035c0.701,0.133,1.274,0.789,1.274,1.549v9.41c0,0.877-0.754,1.59-1.68,1.59H8.68z M14.398,27h3.446l0.001-4.683 c1.217-0.603,1.987-1.787,1.987-3.104c0-1.937-1.664-3.513-3.709-3.513c-2.047,0-3.711,1.576-3.711,3.513 c0,1.317,0.769,2.5,1.988,3.104L14.398,27z"/> </svg> ');
}
.grey.icon-tree-link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="25.002,7 5.002,14.308 10.363,18.148 "/> <polygon fill="%23999999" points="12.733,19.74 19.727,24.78 25.002,7 "/> <polygon fill="%23676767" points="14.974,21.355 10.809,25 12.733,19.74 "/> </svg> ');
}
.grey.icon-tree-link-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M27.001 15.4L18.446 7v4.8C9.89 13 6.223 19 5.001 25c.289-.397.599-.754.91-1.11 2.981-3.416 7-5.01 12.534-5.01v4.92l7.537-7.4 1.019-1z"/> </svg> ');
}
.grey.icon-tree-link-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%23676767" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%23676767" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%23676767" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%23676767" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%23999999" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%23999999" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%23999999" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%23999999" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%23CCCCCC" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%23CCCCCC" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%23CCCCCC" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%23CCCCCC" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.grey.icon-tree-link-suite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%23999999" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.grey.icon-tree-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.grey.icon-tree-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.grey.icon-tree-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M7.811,30.13l-4.222-2.018l-1.576-3.415l6.266-6.724C5.535,14.66,6.431,10.078,8.541,7.07 c2.422-3.451,6.58-5.85,10.855-6.261c0.396-0.038,0.799-0.058,1.203-0.058c4.818,0,8.473,2.549,9.334,6.5 c0.098,0.208,0.196,0.438,0.281,0.688c1.838,5.611-2.53,11.031-7.569,13.293c-1.837,0.824-3.961,1.278-5.982,1.278l0,0 c-0.429,0-0.851-0.021-1.263-0.061l-3.807,6.354l-1.459,2.437L7.811,30.13z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7595" y1="9.8922" x2="25.3905" y2="9.8922"> <stop offset="0.0891" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.263,7.762c-1.359-4.267-7.133-3.631-10.189-1.886c-2.998,1.711-6.112,6.26-3.065,9.368 c-1.169-3.308,1.418-6.563,4.214-8.027c2.727-1.427,7.234-1.93,9.167,1.092C25.357,8.125,25.315,7.943,25.263,7.762z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.0058" y1="14.0915" x2="28.6461" y2="14.0915"> <stop offset="0.4507" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M28.321,8.583c-0.107-0.314-0.241-0.623-0.397-0.916c1.646,8.299-12.085,15.296-17.918,9.27 c2.1,4.334,8.061,4.158,11.819,2.471C25.752,17.646,29.842,13.228,28.321,8.583z"/> <path fill="none" d="M24.058,13.09c1.629-2.115,2.222-5.333-0.062-7.235c-2.666-2.215-6.8-1.295-9.439,0.452 c-2.259,1.496-4.316,4.334-3.528,7.173c0.752,2.71,3.793,3.634,6.33,3.349C19.928,16.54,22.478,15.141,24.058,13.09z"/> <path fill="%23CCCCCC" d="M21.623,17.764c3.588-1.772,7.226-5.703,6.368-10.029c-0.799-3.84-4.868-5.276-8.404-4.935 c-3.663,0.353-7.291,2.401-9.408,5.419c-2.065,2.944-2.473,7.198,0.736,9.516C14.022,19.979,18.393,19.359,21.623,17.764z M11.029,13.481c-0.788-2.839,1.269-5.677,3.528-7.173c2.638-1.747,6.772-2.667,9.439-0.452c2.284,1.901,1.691,5.12,0.062,7.235 c-1.58,2.051-4.13,3.45-6.699,3.739C14.822,17.115,11.781,16.191,11.029,13.481z"/> <polyline fill="%23676767" points="9.354,28.651 8.675,27.06 4.392,25.079 5.103,26.62 9.354,28.651 "/> <polyline fill="%23676767" points="8.675,27.06 9.354,28.651 14.342,20.324 13.763,18.772 8.675,27.06 "/> <polyline fill="%23CCCCCC" points="13.763,18.772 11.077,17.904 4.392,25.079 8.675,27.06 13.763,18.772 "/> </svg>');
}
.orange.icon-tree-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23d88500" points="13.824,26.996 13.824,18.172 4.998,18.172 4.998,13.82 13.824,13.82 13.824,4.996 18.174,4.996 18.174,13.82 26.998,13.82 26.998,18.172 18.174,18.172 18.174,26.996 "/> </svg>');
}
.orange.icon-tree-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ffbc00" points="13.103,16.158 24.259,5 27.001,7.741 15.843,18.898 12.19,19.811 "/> <path fill="%23d88500" d="M9.114,27c-2.268,0-4.113-1.845-4.113-4.112V9.133c0-2.267,1.845-4.112,4.113-4.112h9.478L16.774,6.84 c-0.264,0.264-0.617,0.411-0.991,0.411H9.696c-1.36,0-2.465,1.106-2.465,2.464v12.591c0,1.359,1.105,2.464,2.465,2.464h12.59 c1.36,0,2.465-1.106,2.465-2.464V16.71c0-0.375,0.145-0.727,0.41-0.991l1.819-1.82v8.99c0,2.267-1.845,4.112-4.112,4.112H9.114z"/> </svg>');
}
.orange.icon-tree-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23d88500" points="16.002,18.987 9.988,25 7.002,22.013 13.015,16 7.002,9.987 9.988,7 16.002,13.013 22.015,7 25.002,9.987 18.988,16 25.002,22.013 22.015,25 "/> </svg>');
}
.orange.icon-tree-cog{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23d88500" d="M24.309,17.061c0.042-0.339,0.07-0.693,0.07-1.061c0-0.362-0.028-0.709-0.083-1.044l-0.045-0.277 l0.227-0.172l2.522-2.014l-2.484-4.029L21.32,9.713L21.1,9.55c-0.61-0.449-1.226-0.795-1.885-1.057L18.956,8.39l-0.039-0.269 L18.366,5l-4.822,0.08L13.062,8.39l-0.259,0.103c-0.642,0.254-1.276,0.61-1.886,1.058l-0.22,0.162l-0.256-0.1L7.381,8.52 l-2.338,4.094l2.725,2.065l-0.047,0.277C7.666,15.292,7.624,15.652,7.624,16s0.028,0.709,0.083,1.043l0.045,0.276l-2.75,2.188 l2.484,4.028l3.198-1.248l0.22,0.164c0.608,0.449,1.224,0.794,1.884,1.056l0.259,0.103l0.039,0.269L13.637,27h4.728l0.093-0.08 l0.482-3.31l0.26-0.103c0.639-0.253,1.273-0.609,1.884-1.057l0.22-0.162l0.256,0.1l3.061,1.091l2.337-4.096l-2.683-2.058 L24.309,17.061z M15.949,22.048c-3.407,0-6.179-2.691-6.179-5.997c0-3.306,2.772-5.996,6.179-5.996s6.178,2.69,6.178,5.996 C22.127,19.357,19.356,22.048,15.949,22.048z"/> </svg>');
}
.orange.icon-tree-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23d88500" d="M8.168,27c-0.912,0-1.83-0.421-2.396-1.098c-0.613-0.717-0.883-1.683-0.727-2.586 c0.1-0.592,0.408-1.141,0.845-1.508l7.849-6.591c0.224-0.187,0.394-0.327,0.514-0.538c0.225-0.382,0.226-0.81,0.202-1.14 c-0.032-0.351-0.094-0.689-0.157-1.027c-0.038-0.209-0.077-0.418-0.107-0.628c-0.156-0.969-0.112-1.831,0.129-2.568 c0.226-0.708,0.638-1.394,1.226-2.043c1.119-1.261,2.739-2.078,4.446-2.246C20.174,5.009,20.272,5,20.367,5 c0.185,0,0.256,0.037,0.298,0.069c0.108,0.077,0.167,0.191,0.178,0.319c0.01,0.119-0.025,0.228-0.095,0.298l-3.302,3.319 l1.394,4.193l4.174,1.395l3.302-3.312c0.085-0.086,0.197-0.099,0.256-0.099c0.161,0,0.311,0.081,0.373,0.201 c0.074,0.128,0.059,0.315,0.043,0.512c-0.168,1.851-0.994,3.499-2.274,4.631c-0.775,0.704-1.631,1.157-2.477,1.317 c-0.3,0.06-0.597,0.085-0.895,0.085c-0.439,0-0.915-0.052-1.5-0.163l-0.343-0.064c-0.392-0.075-0.786-0.148-1.185-0.148 c-0.606,0.02-1.038,0.222-1.313,0.555l-6.499,7.624c-0.314,0.375-0.61,0.729-0.996,0.928C9.103,26.885,8.644,27,8.168,27z M8.06,21.717c-0.22,0-0.434,0.034-0.638,0.101c-0.45,0.138-0.856,0.431-1.135,0.823c-0.619,0.835-0.517,2.114,0.235,2.843 c0.38,0.402,0.952,0.641,1.555,0.641l0,0c0.505,0,0.987-0.168,1.357-0.473c0.794-0.602,1.067-1.793,0.608-2.698 C9.705,22.219,8.906,21.717,8.06,21.717z"/> </svg>');
}
.orange.icon-tree-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23d88500" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077v-2.546 C8.797,8.059,12.029,5,16.001,5c3.97,0,7.202,3.059,7.205,6.819v2.546l0.432,0.077c0.79,0.142,1.363,0.797,1.363,1.558v9.411 c0,0.876-0.754,1.589-1.68,1.589H8.68z M14.4,27h3.445v-4.683c1.218-0.603,1.988-1.787,1.988-3.104c0-1.937-1.665-3.513-3.71-3.513 s-3.71,1.576-3.71,3.513c0,1.317,0.769,2.501,1.988,3.104V27z M16,7.132c-2.724,0.004-4.943,2.106-4.947,4.686v2.593h9.895v-2.592 c-0.001-2.581-2.22-4.683-4.945-4.687H16z"/> </svg> ');
}
.orange.icon-tree-unlock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23d88500" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077V12.78 c0-2.762,1.386-5.268,3.708-6.703C13.674,5.352,14.818,5,16.001,5c0.326,0,0.645,0.026,0.957,0.073 c0.225,0.033,0.347,0.177,0.4,0.261c0.099,0.157,0.121,0.345,0.059,0.517l-0.327,0.904c-0.087,0.24-0.34,0.396-0.644,0.396 c-0.2-0.015-0.323-0.02-0.449-0.02c-0.685,0-1.338,0.164-1.996,0.501c-1.819,0.931-2.948,2.821-2.948,4.932v1.847l9.972,0.005 l2.704,0.035c0.701,0.133,1.274,0.789,1.274,1.549v9.41c0,0.877-0.754,1.59-1.68,1.59H8.68z M14.398,27h3.446l0.001-4.683 c1.217-0.603,1.987-1.787,1.987-3.104c0-1.937-1.664-3.513-3.709-3.513c-2.047,0-3.711,1.576-3.711,3.513 c0,1.317,0.769,2.5,1.988,3.104L14.398,27z"/> </svg> ');
}
.orange.icon-tree-link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ffbc00" points="25.002,7 5.002,14.308 10.363,18.148 "/> <polygon fill="%23d88500" points="12.733,19.74 19.727,24.78 25.002,7 "/> <polygon fill="%23a56600" points="14.974,21.355 10.809,25 12.733,19.74 "/> </svg> ');
}
.orange.icon-tree-link-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23d88500" d="M27.001 15.4L18.446 7v4.8C9.89 13 6.223 19 5.001 25c.289-.397.599-.754.91-1.11 2.981-3.416 7-5.01 12.534-5.01v4.92l7.537-7.4 1.019-1z"/> </svg> ');
}
.orange.icon-tree-link-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%23a56600" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%23a56600" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%23a56600" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%23a56600" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%23d88500" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%23d88500" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%23d88500" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%23d88500" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%23ffbc00" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%23ffbc00" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%23ffbc00" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%23ffbc00" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.orange.icon-tree-link-suite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ffbc00" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%23d88500" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.orange.icon-tree-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23d88500" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.orange.icon-tree-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23d88500" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.orange.icon-tree-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M7.811,30.13l-4.222-2.018l-1.576-3.415l6.266-6.724C5.535,14.66,6.431,10.078,8.541,7.07 c2.422-3.451,6.58-5.85,10.855-6.261c0.396-0.038,0.799-0.058,1.203-0.058c4.818,0,8.473,2.549,9.334,6.5 c0.098,0.208,0.196,0.438,0.281,0.688c1.838,5.611-2.53,11.031-7.569,13.293c-1.837,0.824-3.961,1.278-5.982,1.278l0,0 c-0.429,0-0.851-0.021-1.263-0.061l-3.807,6.354l-1.459,2.437L7.811,30.13z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7595" y1="9.8922" x2="25.3905" y2="9.8922"> <stop offset="0.0891" style="stop-color:%23d88500"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.263,7.762c-1.359-4.267-7.133-3.631-10.189-1.886c-2.998,1.711-6.112,6.26-3.065,9.368 c-1.169-3.308,1.418-6.563,4.214-8.027c2.727-1.427,7.234-1.93,9.167,1.092C25.357,8.125,25.315,7.943,25.263,7.762z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.0058" y1="14.0915" x2="28.6461" y2="14.0915"> <stop offset="0.4507" style="stop-color:%23a56600"/> <stop offset="1" style="stop-color:%23d88500"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M28.321,8.583c-0.107-0.314-0.241-0.623-0.397-0.916c1.646,8.299-12.085,15.296-17.918,9.27 c2.1,4.334,8.061,4.158,11.819,2.471C25.752,17.646,29.842,13.228,28.321,8.583z"/> <path fill="none" d="M24.058,13.09c1.629-2.115,2.222-5.333-0.062-7.235c-2.666-2.215-6.8-1.295-9.439,0.452 c-2.259,1.496-4.316,4.334-3.528,7.173c0.752,2.71,3.793,3.634,6.33,3.349C19.928,16.54,22.478,15.141,24.058,13.09z"/> <path fill="%23ffbc00" d="M21.623,17.764c3.588-1.772,7.226-5.703,6.368-10.029c-0.799-3.84-4.868-5.276-8.404-4.935 c-3.663,0.353-7.291,2.401-9.408,5.419c-2.065,2.944-2.473,7.198,0.736,9.516C14.022,19.979,18.393,19.359,21.623,17.764z M11.029,13.481c-0.788-2.839,1.269-5.677,3.528-7.173c2.638-1.747,6.772-2.667,9.439-0.452c2.284,1.901,1.691,5.12,0.062,7.235 c-1.58,2.051-4.13,3.45-6.699,3.739C14.822,17.115,11.781,16.191,11.029,13.481z"/> <polyline fill="%23a56600" points="9.354,28.651 8.675,27.06 4.392,25.079 5.103,26.62 9.354,28.651 "/> <polyline fill="%23a56600" points="8.675,27.06 9.354,28.651 14.342,20.324 13.763,18.772 8.675,27.06 "/> <polyline fill="%23ffbc00" points="13.763,18.772 11.077,17.904 4.392,25.079 8.675,27.06 13.763,18.772 "/> </svg>');
}
.red.icon-tree-insert{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CC0000" points="13.824,26.996 13.824,18.172 4.998,18.172 4.998,13.82 13.824,13.82 13.824,4.996 18.174,4.996 18.174,13.82 26.998,13.82 26.998,18.172 18.174,18.172 18.174,26.996 "/> </svg>');
}
.red.icon-tree-edit{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF0000" points="13.103,16.158 24.259,5 27.001,7.741 15.843,18.898 12.19,19.811 "/> <path fill="%23CC0000" d="M9.114,27c-2.268,0-4.113-1.845-4.113-4.112V9.133c0-2.267,1.845-4.112,4.113-4.112h9.478L16.774,6.84 c-0.264,0.264-0.617,0.411-0.991,0.411H9.696c-1.36,0-2.465,1.106-2.465,2.464v12.591c0,1.359,1.105,2.464,2.465,2.464h12.59 c1.36,0,2.465-1.106,2.465-2.464V16.71c0-0.375,0.145-0.727,0.41-0.991l1.819-1.82v8.99c0,2.267-1.845,4.112-4.112,4.112H9.114z"/> </svg>');
}
.red.icon-tree-delete{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CC0000" points="16.002,18.987 9.988,25 7.002,22.013 13.015,16 7.002,9.987 9.988,7 16.002,13.013 22.015,7 25.002,9.987 18.988,16 25.002,22.013 22.015,25 "/> </svg>');
}
.red.icon-tree-cog{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23CC0000" d="M24.309,17.061c0.042-0.339,0.07-0.693,0.07-1.061c0-0.362-0.028-0.709-0.083-1.044l-0.045-0.277 l0.227-0.172l2.522-2.014l-2.484-4.029L21.32,9.713L21.1,9.55c-0.61-0.449-1.226-0.795-1.885-1.057L18.956,8.39l-0.039-0.269 L18.366,5l-4.822,0.08L13.062,8.39l-0.259,0.103c-0.642,0.254-1.276,0.61-1.886,1.058l-0.22,0.162l-0.256-0.1L7.381,8.52 l-2.338,4.094l2.725,2.065l-0.047,0.277C7.666,15.292,7.624,15.652,7.624,16s0.028,0.709,0.083,1.043l0.045,0.276l-2.75,2.188 l2.484,4.028l3.198-1.248l0.22,0.164c0.608,0.449,1.224,0.794,1.884,1.056l0.259,0.103l0.039,0.269L13.637,27h4.728l0.093-0.08 l0.482-3.31l0.26-0.103c0.639-0.253,1.273-0.609,1.884-1.057l0.22-0.162l0.256,0.1l3.061,1.091l2.337-4.096l-2.683-2.058 L24.309,17.061z M15.949,22.048c-3.407,0-6.179-2.691-6.179-5.997c0-3.306,2.772-5.996,6.179-5.996s6.178,2.69,6.178,5.996 C22.127,19.357,19.356,22.048,15.949,22.048z"/> </svg>');
}
.red.icon-tree-tools{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23CC0000" d="M8.168,27c-0.912,0-1.83-0.421-2.396-1.098c-0.613-0.717-0.883-1.683-0.727-2.586 c0.1-0.592,0.408-1.141,0.845-1.508l7.849-6.591c0.224-0.187,0.394-0.327,0.514-0.538c0.225-0.382,0.226-0.81,0.202-1.14 c-0.032-0.351-0.094-0.689-0.157-1.027c-0.038-0.209-0.077-0.418-0.107-0.628c-0.156-0.969-0.112-1.831,0.129-2.568 c0.226-0.708,0.638-1.394,1.226-2.043c1.119-1.261,2.739-2.078,4.446-2.246C20.174,5.009,20.272,5,20.367,5 c0.185,0,0.256,0.037,0.298,0.069c0.108,0.077,0.167,0.191,0.178,0.319c0.01,0.119-0.025,0.228-0.095,0.298l-3.302,3.319 l1.394,4.193l4.174,1.395l3.302-3.312c0.085-0.086,0.197-0.099,0.256-0.099c0.161,0,0.311,0.081,0.373,0.201 c0.074,0.128,0.059,0.315,0.043,0.512c-0.168,1.851-0.994,3.499-2.274,4.631c-0.775,0.704-1.631,1.157-2.477,1.317 c-0.3,0.06-0.597,0.085-0.895,0.085c-0.439,0-0.915-0.052-1.5-0.163l-0.343-0.064c-0.392-0.075-0.786-0.148-1.185-0.148 c-0.606,0.02-1.038,0.222-1.313,0.555l-6.499,7.624c-0.314,0.375-0.61,0.729-0.996,0.928C9.103,26.885,8.644,27,8.168,27z M8.06,21.717c-0.22,0-0.434,0.034-0.638,0.101c-0.45,0.138-0.856,0.431-1.135,0.823c-0.619,0.835-0.517,2.114,0.235,2.843 c0.38,0.402,0.952,0.641,1.555,0.641l0,0c0.505,0,0.987-0.168,1.357-0.473c0.794-0.602,1.067-1.793,0.608-2.698 C9.705,22.219,8.906,21.717,8.06,21.717z"/> </svg>');
}
.red.icon-tree-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23CC0000" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077v-2.546 C8.797,8.059,12.029,5,16.001,5c3.97,0,7.202,3.059,7.205,6.819v2.546l0.432,0.077c0.79,0.142,1.363,0.797,1.363,1.558v9.411 c0,0.876-0.754,1.589-1.68,1.589H8.68z M14.4,27h3.445v-4.683c1.218-0.603,1.988-1.787,1.988-3.104c0-1.937-1.665-3.513-3.71-3.513 s-3.71,1.576-3.71,3.513c0,1.317,0.769,2.501,1.988,3.104V27z M16,7.132c-2.724,0.004-4.943,2.106-4.947,4.686v2.593h9.895v-2.592 c-0.001-2.581-2.22-4.683-4.945-4.687H16z"/> </svg> ');
}
.red.icon-tree-unlock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M15.949,10.055c-3.407,0-6.179,2.69-6.179,5.996c0,3.307,2.772,5.997,6.179,5.997s6.178-2.691,6.178-5.997 C22.127,12.744,19.356,10.055,15.949,10.055z"/> <path fill="%23CC0000" d="M8.68,27c-0.926,0-1.679-0.713-1.679-1.589V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077V12.78 c0-2.762,1.386-5.268,3.708-6.703C13.674,5.352,14.818,5,16.001,5c0.326,0,0.645,0.026,0.957,0.073 c0.225,0.033,0.347,0.177,0.4,0.261c0.099,0.157,0.121,0.345,0.059,0.517l-0.327,0.904c-0.087,0.24-0.34,0.396-0.644,0.396 c-0.2-0.015-0.323-0.02-0.449-0.02c-0.685,0-1.338,0.164-1.996,0.501c-1.819,0.931-2.948,2.821-2.948,4.932v1.847l9.972,0.005 l2.704,0.035c0.701,0.133,1.274,0.789,1.274,1.549v9.41c0,0.877-0.754,1.59-1.68,1.59H8.68z M14.398,27h3.446l0.001-4.683 c1.217-0.603,1.987-1.787,1.987-3.104c0-1.937-1.664-3.513-3.709-3.513c-2.047,0-3.711,1.576-3.711,3.513 c0,1.317,0.769,2.5,1.988,3.104L14.398,27z"/> </svg> ');
}
.red.icon-tree-link{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF0000" points="25.002,7 5.002,14.308 10.363,18.148 "/> <polygon fill="%23CC0000" points="12.733,19.74 19.727,24.78 25.002,7 "/> <polygon fill="%23990000" points="14.974,21.355 10.809,25 12.733,19.74 "/> </svg> ');
}
.red.icon-tree-link-config{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M27.001 15.4L18.446 7v4.8C9.89 13 6.223 19 5.001 25c.289-.397.599-.754.91-1.11 2.981-3.416 7-5.01 12.534-5.01v4.92l7.537-7.4 1.019-1z"/> </svg> ');
}
.red.icon-tree-link-inherited{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="15.038,3.528 15.038,5.53 16.038,6.061 16.038,2 11.992,3.769 11.972,4.869 "/> <polygon fill="%23CCCCCC" points="16.038,14.792 12.681,16.724 13.735,17.272 16.038,15.946 18.064,17.112 18.985,16.488 "/> <polygon fill="%23CCCCCC" points="21.814,18.194 20.955,18.776 25.34,21.301 23.772,22.49 24.642,23.085 27.147,21.188 21.825,18.123 "/> <polygon fill="%23999999" points="17.038,3.528 20.548,5.062 20.548,3.971 16.038,2 16.038,6.061 17.038,5.682 "/> <polygon fill="%23CCCCCC" points="6.736,21.301 10.649,19.049 9.701,18.556 9.694,18.445 4.93,21.188 8.293,23.736 9.167,23.143 "/> <polygon fill="%23CCCCCC" points="16.038,29.603 21.609,25.383 20.474,24.749 16.038,28.052 12.317,25.277 11.279,25.998 "/> <polygon fill="%23676767" points="4.93,21.188 9.694,18.445 9.615,17.336 5.746,19.564 5.35,16.184 4.4,16.675 "/> <polygon fill="%23676767" points="15.038,11.174 15.038,14.214 12.505,15.672 12.575,16.669 12.681,16.724 16.038,14.792 16.038,10.69 16.006,10.673 "/> <polygon fill="%23999999" points="26.33,19.564 21.987,17.063 21.825,18.123 27.147,21.188 27.684,16.606 26.734,16.124 "/> <polygon fill="%23999999" points="16.038,14.792 18.985,16.488 19.046,16.446 19.198,15.457 17.038,14.214 17.038,11.198 16.038,10.69 "/> <polygon fill="%23990000" points="21.313,11.787 16.038,14.792 16.038,20.03 17.038,19.434 17.038,15.373 21.313,12.938 "/> <polygon fill="%23990000" points="24.451,10 24.451,11.151 27.522,9.402 27.045,13.468 28.128,12.822 28.746,7.554 "/> <polygon fill="%23990000" points="17.038,27.591 17.038,22.927 16.049,23.517 16.038,23.511 16.038,29.603 21.609,25.383 21.627,24.115 "/> <polygon fill="%23990000" points="27.687,16.578 26.605,17.223 26.203,20.648 24.66,21.817 24.642,23.085 27.147,21.188 "/> <polygon fill="%23CC0000" points="15.038,27.591 11.261,24.729 11.279,25.998 16.038,29.603 16.038,23.511 15.038,22.931 "/> <polygon fill="%23CC0000" points="5.873,20.648 5.492,17.394 4.411,16.767 4.93,21.188 8.246,23.7 8.228,22.432 "/> <polygon fill="%23CC0000" points="3.331,7.554 3.975,13.047 5.055,13.673 4.554,9.402 8.073,11.406 8.057,10.246 "/> <polygon fill="%23CC0000" points="11.098,13.129 15.038,15.373 15.038,19.463 16.028,20.037 16.038,20.03 16.038,14.792 11.138,12.001 "/> <polygon fill="%23FF0000" points="9.078,9.677 5.558,7.672 9.556,5.925 8.39,5.343 3.331,7.554 8.057,10.246 "/> <polygon fill="%23FF0000" points="16.038,13.641 12.216,11.464 11.138,12.001 16.038,14.792 21.313,11.787 20.236,11.25 "/> <polygon fill="%23FF0000" points="24.115,5.53 22.948,6.112 26.518,7.672 23.374,9.463 24.451,10 28.746,7.554 "/> <polygon fill="%23FF0000" points="16.038,2 11.972,3.777 13.138,4.359 16.038,3.091 19.366,4.546 20.532,3.964 "/> <path fill="%23CC0000" d="M5.873,20.648"/> <polygon fill="none" points="13.145,4.356 15.038,5.321 15.038,3.528 "/> <polygon fill="none" points="17.038,5.682 19.367,4.546 17.038,3.528 "/> </svg>');
}
.red.icon-tree-link-suite{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF0000" d="M4.919,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.404,22.198,5.161,22.188,4.919,22.188z"/> <path fill="%23CC0000" d="M17.596,18.699C24.599,11.573,27.148,5,27.148,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.146,22.218,17.614,19.179,17.596,18.699z M16.551,13.467c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C19.162,14.462,17.547,14.462,16.551,13.467z"/> </svg>');
}
.red.icon-tree-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CC0000" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.red.icon-tree-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CC0000" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.red.icon-tree-search{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M7.811,30.13l-4.222-2.018l-1.576-3.415l6.266-6.724C5.535,14.66,6.431,10.078,8.541,7.07 c2.422-3.451,6.58-5.85,10.855-6.261c0.396-0.038,0.799-0.058,1.203-0.058c4.818,0,8.473,2.549,9.334,6.5 c0.098,0.208,0.196,0.438,0.281,0.688c1.838,5.611-2.53,11.031-7.569,13.293c-1.837,0.824-3.961,1.278-5.982,1.278l0,0 c-0.429,0-0.851-0.021-1.263-0.061l-3.807,6.354l-1.459,2.437L7.811,30.13z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7595" y1="9.8922" x2="25.3905" y2="9.8922"> <stop offset="0.0891" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.263,7.762c-1.359-4.267-7.133-3.631-10.189-1.886c-2.998,1.711-6.112,6.26-3.065,9.368 c-1.169-3.308,1.418-6.563,4.214-8.027c2.727-1.427,7.234-1.93,9.167,1.092C25.357,8.125,25.315,7.943,25.263,7.762z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.0058" y1="14.0915" x2="28.6461" y2="14.0915"> <stop offset="0.4507" style="stop-color:%23990000"/> <stop offset="1" style="stop-color:%23CC0000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M28.321,8.583c-0.107-0.314-0.241-0.623-0.397-0.916c1.646,8.299-12.085,15.296-17.918,9.27 c2.1,4.334,8.061,4.158,11.819,2.471C25.752,17.646,29.842,13.228,28.321,8.583z"/> <path fill="none" d="M24.058,13.09c1.629-2.115,2.222-5.333-0.062-7.235c-2.666-2.215-6.8-1.295-9.439,0.452 c-2.259,1.496-4.316,4.334-3.528,7.173c0.752,2.71,3.793,3.634,6.33,3.349C19.928,16.54,22.478,15.141,24.058,13.09z"/> <path fill="%23FF0000" d="M21.623,17.764c3.588-1.772,7.226-5.703,6.368-10.029c-0.799-3.84-4.868-5.276-8.404-4.935 c-3.663,0.353-7.291,2.401-9.408,5.419c-2.065,2.944-2.473,7.198,0.736,9.516C14.022,19.979,18.393,19.359,21.623,17.764z M11.029,13.481c-0.788-2.839,1.269-5.677,3.528-7.173c2.638-1.747,6.772-2.667,9.439-0.452c2.284,1.901,1.691,5.12,0.062,7.235 c-1.58,2.051-4.13,3.45-6.699,3.739C14.822,17.115,11.781,16.191,11.029,13.481z"/> <polyline fill="%23990000" points="9.354,28.651 8.675,27.06 4.392,25.079 5.103,26.62 9.354,28.651 "/> <polyline fill="%23990000" points="8.675,27.06 9.354,28.651 14.342,20.324 13.763,18.772 8.675,27.06 "/> <polyline fill="%23FF0000" points="13.763,18.772 11.077,17.904 4.392,25.079 8.675,27.06 13.763,18.772 "/> </svg>');
}


.blue.icon-debug-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="6.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="11.461" y="7.533" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 31.4596 0.5382)" fill="%23003399" width="8" height="16.933"/> </svg>');
}
.blue.icon-debug-into{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M15.036,23l5.808-5.916h-1.383h-1.936c-0.83-5.916-4.979-8.451-9.127-9.297 c0.274,0.2,0.521,0.414,0.768,0.629c2.362,2.061,3.464,4.841,3.464,8.667h-1.383H9.227l5.117,5.212L15.036,23z"/> <rect x="1.998" y="21" fill="%23003399" width="8" height="3"/> <rect x="18.998" y="21" fill="%23003399" width="8" height="3"/> </svg> ');
}
.blue.icon-debug-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.488,22.625l5.808-5.916h-1.383h-1.936c0-7.775-3.918-8.998-11.782-8.998 c0.274,0.2,8.854,1.864,6.887,8.998h-1.383h-2.019l5.117,5.212L20.488,22.625z"/> <rect x="5.998" y="21" fill="%23003399" width="8" height="3"/> </svg>');
}
.blue.icon-debug-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M0,13.425l5.916-5.808V9v1.936c7.775,0,8.998,3.918,8.998,11.782c-0.2-0.274-1.864-8.854-8.998-6.887v1.383 v2.019l-5.212-5.117L0,13.425z"/> <rect x="1.999" y="21" fill="%23003399" width="8" height="3"/> <rect x="18.999" y="21" fill="%23003399" width="8" height="3"/> </svg> ');
}
.blue.icon-debug-go{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="10.005,7.74 10.005,24.258 21.332,15.54 "/> </svg>');
}
.blue.icon-debug-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="5.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> <rect x="16.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> </svg>');
}
.lightBlue.icon-debug-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="6.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="11.461" y="7.533" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 31.4596 0.5382)" fill="%23269FBF" width="8" height="16.933"/> </svg>');
}
.lightBlue.icon-debug-into{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M15.036,23l5.808-5.916h-1.383h-1.936c-0.83-5.916-4.979-8.451-9.127-9.297 c0.274,0.2,0.521,0.414,0.768,0.629c2.362,2.061,3.464,4.841,3.464,8.667h-1.383H9.227l5.117,5.212L15.036,23z"/> <rect x="1.998" y="21" fill="%23269FBF" width="8" height="3"/> <rect x="18.998" y="21" fill="%23269FBF" width="8" height="3"/> </svg> ');
}
.lightBlue.icon-debug-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.488,22.625l5.808-5.916h-1.383h-1.936c0-7.775-3.918-8.998-11.782-8.998 c0.274,0.2,8.854,1.864,6.887,8.998h-1.383h-2.019l5.117,5.212L20.488,22.625z"/> <rect x="5.998" y="21" fill="%23269FBF" width="8" height="3"/> </svg>');
}
.lightBlue.icon-debug-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M0,13.425l5.916-5.808V9v1.936c7.775,0,8.998,3.918,8.998,11.782c-0.2-0.274-1.864-8.854-8.998-6.887v1.383 v2.019l-5.212-5.117L0,13.425z"/> <rect x="1.999" y="21" fill="%23269FBF" width="8" height="3"/> <rect x="18.999" y="21" fill="%23269FBF" width="8" height="3"/> </svg> ');
}
.lightBlue.icon-debug-go{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="10.005,7.74 10.005,24.258 21.332,15.54 "/> </svg>');
}
.lightBlue.icon-debug-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="5.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> <rect x="16.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> </svg>');
}
.green.icon-debug-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="6.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="11.461" y="7.533" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 31.4596 0.5382)" fill="%232f8c51" width="8" height="16.933"/> </svg>');
}
.green.icon-debug-into{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M15.036,23l5.808-5.916h-1.383h-1.936c-0.83-5.916-4.979-8.451-9.127-9.297 c0.274,0.2,0.521,0.414,0.768,0.629c2.362,2.061,3.464,4.841,3.464,8.667h-1.383H9.227l5.117,5.212L15.036,23z"/> <rect x="1.998" y="21" fill="%232f8c51" width="8" height="3"/> <rect x="18.998" y="21" fill="%232f8c51" width="8" height="3"/> </svg> ');
}
.green.icon-debug-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.488,22.625l5.808-5.916h-1.383h-1.936c0-7.775-3.918-8.998-11.782-8.998 c0.274,0.2,8.854,1.864,6.887,8.998h-1.383h-2.019l5.117,5.212L20.488,22.625z"/> <rect x="5.998" y="21" fill="%232f8c51" width="8" height="3"/> </svg>');
}
.green.icon-debug-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M0,13.425l5.916-5.808V9v1.936c7.775,0,8.998,3.918,8.998,11.782c-0.2-0.274-1.864-8.854-8.998-6.887v1.383 v2.019l-5.212-5.117L0,13.425z"/> <rect x="1.999" y="21" fill="%232f8c51" width="8" height="3"/> <rect x="18.999" y="21" fill="%232f8c51" width="8" height="3"/> </svg> ');
}
.green.icon-debug-go{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="10.005,7.74 10.005,24.258 21.332,15.54 "/> </svg>');
}
.green.icon-debug-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="5.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> <rect x="16.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> </svg>');
}
.lightGreen.icon-debug-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="6.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="11.461" y="7.533" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 31.4596 0.5382)" fill="%2300b200" width="8" height="16.933"/> </svg>');
}
.lightGreen.icon-debug-into{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M15.036,23l5.808-5.916h-1.383h-1.936c-0.83-5.916-4.979-8.451-9.127-9.297 c0.274,0.2,0.521,0.414,0.768,0.629c2.362,2.061,3.464,4.841,3.464,8.667h-1.383H9.227l5.117,5.212L15.036,23z"/> <rect x="1.998" y="21" fill="%2300b200" width="8" height="3"/> <rect x="18.998" y="21" fill="%2300b200" width="8" height="3"/> </svg> ');
}
.lightGreen.icon-debug-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.488,22.625l5.808-5.916h-1.383h-1.936c0-7.775-3.918-8.998-11.782-8.998 c0.274,0.2,8.854,1.864,6.887,8.998h-1.383h-2.019l5.117,5.212L20.488,22.625z"/> <rect x="5.998" y="21" fill="%2300b200" width="8" height="3"/> </svg>');
}
.lightGreen.icon-debug-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M0,13.425l5.916-5.808V9v1.936c7.775,0,8.998,3.918,8.998,11.782c-0.2-0.274-1.864-8.854-8.998-6.887v1.383 v2.019l-5.212-5.117L0,13.425z"/> <rect x="1.999" y="21" fill="%2300b200" width="8" height="3"/> <rect x="18.999" y="21" fill="%2300b200" width="8" height="3"/> </svg> ');
}
.lightGreen.icon-debug-go{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="10.005,7.74 10.005,24.258 21.332,15.54 "/> </svg>');
}
.lightGreen.icon-debug-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="5.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> <rect x="16.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> </svg>');
}
.yellow.icon-debug-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="6.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="11.461" y="7.533" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 31.4596 0.5382)" fill="%23ccaa00" width="8" height="16.933"/> </svg>');
}
.yellow.icon-debug-into{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M15.036,23l5.808-5.916h-1.383h-1.936c-0.83-5.916-4.979-8.451-9.127-9.297 c0.274,0.2,0.521,0.414,0.768,0.629c2.362,2.061,3.464,4.841,3.464,8.667h-1.383H9.227l5.117,5.212L15.036,23z"/> <rect x="1.998" y="21" fill="%23ccaa00" width="8" height="3"/> <rect x="18.998" y="21" fill="%23ccaa00" width="8" height="3"/> </svg> ');
}
.yellow.icon-debug-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.488,22.625l5.808-5.916h-1.383h-1.936c0-7.775-3.918-8.998-11.782-8.998 c0.274,0.2,8.854,1.864,6.887,8.998h-1.383h-2.019l5.117,5.212L20.488,22.625z"/> <rect x="5.998" y="21" fill="%23ccaa00" width="8" height="3"/> </svg>');
}
.yellow.icon-debug-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M0,13.425l5.916-5.808V9v1.936c7.775,0,8.998,3.918,8.998,11.782c-0.2-0.274-1.864-8.854-8.998-6.887v1.383 v2.019l-5.212-5.117L0,13.425z"/> <rect x="1.999" y="21" fill="%23ccaa00" width="8" height="3"/> <rect x="18.999" y="21" fill="%23ccaa00" width="8" height="3"/> </svg> ');
}
.yellow.icon-debug-go{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="10.005,7.74 10.005,24.258 21.332,15.54 "/> </svg>');
}
.yellow.icon-debug-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="5.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> <rect x="16.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> </svg>');
}
.purple.icon-debug-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="6.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="11.461" y="7.533" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 31.4596 0.5382)" fill="%23FF66FF" width="8" height="16.933"/> </svg>');
}
.purple.icon-debug-into{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M15.036,23l5.808-5.916h-1.383h-1.936c-0.83-5.916-4.979-8.451-9.127-9.297 c0.274,0.2,0.521,0.414,0.768,0.629c2.362,2.061,3.464,4.841,3.464,8.667h-1.383H9.227l5.117,5.212L15.036,23z"/> <rect x="1.998" y="21" fill="%23FF66FF" width="8" height="3"/> <rect x="18.998" y="21" fill="%23FF66FF" width="8" height="3"/> </svg> ');
}
.purple.icon-debug-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.488,22.625l5.808-5.916h-1.383h-1.936c0-7.775-3.918-8.998-11.782-8.998 c0.274,0.2,8.854,1.864,6.887,8.998h-1.383h-2.019l5.117,5.212L20.488,22.625z"/> <rect x="5.998" y="21" fill="%23FF66FF" width="8" height="3"/> </svg>');
}
.purple.icon-debug-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M0,13.425l5.916-5.808V9v1.936c7.775,0,8.998,3.918,8.998,11.782c-0.2-0.274-1.864-8.854-8.998-6.887v1.383 v2.019l-5.212-5.117L0,13.425z"/> <rect x="1.999" y="21" fill="%23FF66FF" width="8" height="3"/> <rect x="18.999" y="21" fill="%23FF66FF" width="8" height="3"/> </svg> ');
}
.purple.icon-debug-go{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="10.005,7.74 10.005,24.258 21.332,15.54 "/> </svg>');
}
.purple.icon-debug-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="5.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> <rect x="16.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> </svg>');
}
.grey.icon-debug-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="6.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="11.461" y="7.533" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 31.4596 0.5382)" fill="%23999999" width="8" height="16.933"/> </svg>');
}
.grey.icon-debug-into{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M15.036,23l5.808-5.916h-1.383h-1.936c-0.83-5.916-4.979-8.451-9.127-9.297 c0.274,0.2,0.521,0.414,0.768,0.629c2.362,2.061,3.464,4.841,3.464,8.667h-1.383H9.227l5.117,5.212L15.036,23z"/> <rect x="1.998" y="21" fill="%23999999" width="8" height="3"/> <rect x="18.998" y="21" fill="%23999999" width="8" height="3"/> </svg> ');
}
.grey.icon-debug-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.488,22.625l5.808-5.916h-1.383h-1.936c0-7.775-3.918-8.998-11.782-8.998 c0.274,0.2,8.854,1.864,6.887,8.998h-1.383h-2.019l5.117,5.212L20.488,22.625z"/> <rect x="5.998" y="21" fill="%23999999" width="8" height="3"/> </svg>');
}
.grey.icon-debug-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M0,13.425l5.916-5.808V9v1.936c7.775,0,8.998,3.918,8.998,11.782c-0.2-0.274-1.864-8.854-8.998-6.887v1.383 v2.019l-5.212-5.117L0,13.425z"/> <rect x="1.999" y="21" fill="%23999999" width="8" height="3"/> <rect x="18.999" y="21" fill="%23999999" width="8" height="3"/> </svg> ');
}
.grey.icon-debug-go{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="10.005,7.74 10.005,24.258 21.332,15.54 "/> </svg>');
}
.grey.icon-debug-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="5.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> <rect x="16.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> </svg>');
}
.orange.icon-debug-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="6.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="11.461" y="7.533" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 31.4596 0.5382)" fill="%23d88500" width="8" height="16.933"/> </svg>');
}
.orange.icon-debug-into{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M15.036,23l5.808-5.916h-1.383h-1.936c-0.83-5.916-4.979-8.451-9.127-9.297 c0.274,0.2,0.521,0.414,0.768,0.629c2.362,2.061,3.464,4.841,3.464,8.667h-1.383H9.227l5.117,5.212L15.036,23z"/> <rect x="1.998" y="21" fill="%23d88500" width="8" height="3"/> <rect x="18.998" y="21" fill="%23d88500" width="8" height="3"/> </svg> ');
}
.orange.icon-debug-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.488,22.625l5.808-5.916h-1.383h-1.936c0-7.775-3.918-8.998-11.782-8.998 c0.274,0.2,8.854,1.864,6.887,8.998h-1.383h-2.019l5.117,5.212L20.488,22.625z"/> <rect x="5.998" y="21" fill="%23d88500" width="8" height="3"/> </svg>');
}
.orange.icon-debug-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M0,13.425l5.916-5.808V9v1.936c7.775,0,8.998,3.918,8.998,11.782c-0.2-0.274-1.864-8.854-8.998-6.887v1.383 v2.019l-5.212-5.117L0,13.425z"/> <rect x="1.999" y="21" fill="%23d88500" width="8" height="3"/> <rect x="18.999" y="21" fill="%23d88500" width="8" height="3"/> </svg> ');
}
.orange.icon-debug-go{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="10.005,7.74 10.005,24.258 21.332,15.54 "/> </svg>');
}
.orange.icon-debug-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="5.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> <rect x="16.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> </svg>');
}
.red.icon-debug-run{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="6.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="13.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="6.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="20.927" y="19.999" fill="%23FFFFFF" width="3" height="5"/> <rect x="11.461" y="7.533" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 31.4596 0.5382)" fill="%23CC0000" width="8" height="16.933"/> </svg>');
}
.red.icon-debug-into{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M15.036,23l5.808-5.916h-1.383h-1.936c-0.83-5.916-4.979-8.451-9.127-9.297 c0.274,0.2,0.521,0.414,0.768,0.629c2.362,2.061,3.464,4.841,3.464,8.667h-1.383H9.227l5.117,5.212L15.036,23z"/> <rect x="1.998" y="21" fill="%23CC0000" width="8" height="3"/> <rect x="18.998" y="21" fill="%23CC0000" width="8" height="3"/> </svg> ');
}
.red.icon-debug-over{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.488,22.625l5.808-5.916h-1.383h-1.936c0-7.775-3.918-8.998-11.782-8.998 c0.274,0.2,8.854,1.864,6.887,8.998h-1.383h-2.019l5.117,5.212L20.488,22.625z"/> <rect x="5.998" y="21" fill="%23CC0000" width="8" height="3"/> </svg>');
}
.red.icon-debug-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M0,13.425l5.916-5.808V9v1.936c7.775,0,8.998,3.918,8.998,11.782c-0.2-0.274-1.864-8.854-8.998-6.887v1.383 v2.019l-5.212-5.117L0,13.425z"/> <rect x="1.999" y="21" fill="%23CC0000" width="8" height="3"/> <rect x="18.999" y="21" fill="%23CC0000" width="8" height="3"/> </svg> ');
}
.red.icon-debug-go{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="10.005,7.74 10.005,24.258 21.332,15.54 "/> </svg>');
}
.red.icon-debug-stop{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="5.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> <rect x="16.927" y="7.74" fill="%23FFFFFF" width="6.078" height="16.26"/> </svg>');
}


.blue.icon-time-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23003399" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.blue.icon-time-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23003399" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.blue.icon-time-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23003399" points="21.336,24.258 21.336,7.74 10.009,16.458 "/> </svg>');
}
.blue.icon-time-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23003399" points="11.009,7.74 11.009,24.258 22.336,15.54 "/> </svg>');
}
.blue.icon-calendar{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23003399" d="M15.997,7c-4.975,0-9.004,4.038-9.004,9.013s4.029,9.013,9.004,9.013c4.984,0,9.022-4.038,9.022-9.013 S20.981,7,15.997,7z"/> <polygon fill="%23FFFFFF" points="19.798,20.18 14.526,16.987 14.526,11.031 16.526,11.031 16.526,15.86 20.833,18.469 "/> </svg> ');
}
.lightBlue.icon-time-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23269FBF" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.lightBlue.icon-time-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23269FBF" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.lightBlue.icon-time-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23269FBF" points="21.336,24.258 21.336,7.74 10.009,16.458 "/> </svg>');
}
.lightBlue.icon-time-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23269FBF" points="11.009,7.74 11.009,24.258 22.336,15.54 "/> </svg>');
}
.lightBlue.icon-calendar{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23269FBF" d="M15.997,7c-4.975,0-9.004,4.038-9.004,9.013s4.029,9.013,9.004,9.013c4.984,0,9.022-4.038,9.022-9.013 S20.981,7,15.997,7z"/> <polygon fill="%23FFFFFF" points="19.798,20.18 14.526,16.987 14.526,11.031 16.526,11.031 16.526,15.86 20.833,18.469 "/> </svg> ');
}
.green.icon-time-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232f8c51" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.green.icon-time-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232f8c51" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.green.icon-time-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232f8c51" points="21.336,24.258 21.336,7.74 10.009,16.458 "/> </svg>');
}
.green.icon-time-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232f8c51" points="11.009,7.74 11.009,24.258 22.336,15.54 "/> </svg>');
}
.green.icon-calendar{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232f8c51" d="M15.997,7c-4.975,0-9.004,4.038-9.004,9.013s4.029,9.013,9.004,9.013c4.984,0,9.022-4.038,9.022-9.013 S20.981,7,15.997,7z"/> <polygon fill="%23FFFFFF" points="19.798,20.18 14.526,16.987 14.526,11.031 16.526,11.031 16.526,15.86 20.833,18.469 "/> </svg> ');
}
.lightGreen.icon-time-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300b200" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.lightGreen.icon-time-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300b200" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.lightGreen.icon-time-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300b200" points="21.336,24.258 21.336,7.74 10.009,16.458 "/> </svg>');
}
.lightGreen.icon-time-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300b200" points="11.009,7.74 11.009,24.258 22.336,15.54 "/> </svg>');
}
.lightGreen.icon-calendar{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300b200" d="M15.997,7c-4.975,0-9.004,4.038-9.004,9.013s4.029,9.013,9.004,9.013c4.984,0,9.022-4.038,9.022-9.013 S20.981,7,15.997,7z"/> <polygon fill="%23FFFFFF" points="19.798,20.18 14.526,16.987 14.526,11.031 16.526,11.031 16.526,15.86 20.833,18.469 "/> </svg> ');
}
.yellow.icon-time-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ccaa00" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.yellow.icon-time-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ccaa00" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.yellow.icon-time-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ccaa00" points="21.336,24.258 21.336,7.74 10.009,16.458 "/> </svg>');
}
.yellow.icon-time-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ccaa00" points="11.009,7.74 11.009,24.258 22.336,15.54 "/> </svg>');
}
.yellow.icon-calendar{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ccaa00" d="M15.997,7c-4.975,0-9.004,4.038-9.004,9.013s4.029,9.013,9.004,9.013c4.984,0,9.022-4.038,9.022-9.013 S20.981,7,15.997,7z"/> <polygon fill="%23FFFFFF" points="19.798,20.18 14.526,16.987 14.526,11.031 16.526,11.031 16.526,15.86 20.833,18.469 "/> </svg> ');
}
.purple.icon-time-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF66FF" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.purple.icon-time-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF66FF" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.purple.icon-time-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF66FF" points="21.336,24.258 21.336,7.74 10.009,16.458 "/> </svg>');
}
.purple.icon-time-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF66FF" points="11.009,7.74 11.009,24.258 22.336,15.54 "/> </svg>');
}
.purple.icon-calendar{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF66FF" d="M15.997,7c-4.975,0-9.004,4.038-9.004,9.013s4.029,9.013,9.004,9.013c4.984,0,9.022-4.038,9.022-9.013 S20.981,7,15.997,7z"/> <polygon fill="%23FFFFFF" points="19.798,20.18 14.526,16.987 14.526,11.031 16.526,11.031 16.526,15.86 20.833,18.469 "/> </svg> ');
}
.grey.icon-time-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.grey.icon-time-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.grey.icon-time-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="21.336,24.258 21.336,7.74 10.009,16.458 "/> </svg>');
}
.grey.icon-time-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="11.009,7.74 11.009,24.258 22.336,15.54 "/> </svg>');
}
.grey.icon-calendar{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M15.997,7c-4.975,0-9.004,4.038-9.004,9.013s4.029,9.013,9.004,9.013c4.984,0,9.022-4.038,9.022-9.013 S20.981,7,15.997,7z"/> <polygon fill="%23FFFFFF" points="19.798,20.18 14.526,16.987 14.526,11.031 16.526,11.031 16.526,15.86 20.833,18.469 "/> </svg> ');
}
.orange.icon-time-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23d88500" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.orange.icon-time-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23d88500" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.orange.icon-time-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23d88500" points="21.336,24.258 21.336,7.74 10.009,16.458 "/> </svg>');
}
.orange.icon-time-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23d88500" points="11.009,7.74 11.009,24.258 22.336,15.54 "/> </svg>');
}
.orange.icon-calendar{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23d88500" d="M15.997,7c-4.975,0-9.004,4.038-9.004,9.013s4.029,9.013,9.004,9.013c4.984,0,9.022-4.038,9.022-9.013 S20.981,7,15.997,7z"/> <polygon fill="%23FFFFFF" points="19.798,20.18 14.526,16.987 14.526,11.031 16.526,11.031 16.526,15.86 20.833,18.469 "/> </svg> ');
}
.red.icon-time-up{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CC0000" points="8.412,21.662 24.931,21.662 16.213,10.335 "/> </svg>');
}
.red.icon-time-down{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CC0000" points="23.931,10.335 7.413,10.335 16.131,21.662 "/> </svg>');
}
.red.icon-time-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CC0000" points="21.336,24.258 21.336,7.74 10.009,16.458 "/> </svg>');
}
.red.icon-time-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CC0000" points="11.009,7.74 11.009,24.258 22.336,15.54 "/> </svg>');
}
.red.icon-calendar{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CC0000" d="M15.997,7c-4.975,0-9.004,4.038-9.004,9.013s4.029,9.013,9.004,9.013c4.984,0,9.022-4.038,9.022-9.013 S20.981,7,15.997,7z"/> <polygon fill="%23FFFFFF" points="19.798,20.18 14.526,16.987 14.526,11.031 16.526,11.031 16.526,15.86 20.833,18.469 "/> </svg> ');
}


.blue.icon-fullscreen{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.998,4.014 3.998,11 10.998,4 "/> <polygon fill="%23FFFFFF" points="4.012,28 10.998,28 3.998,21 "/> <polygon fill="%23FFFFFF" points="27.998,27.986 27.998,21 20.998,28 "/> <polygon fill="%23FFFFFF" points="27.983,4 20.998,4 27.998,11 "/> <rect x="6.998" y="6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -3.5215 8.4982)" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.998" y="21" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -2.1109 46.1258)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="21" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 56.73 23.5018)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="6" transform="matrix(0.7071 0.7071 -0.7071 0.7071 12.8927 -14.1257)" fill="%23FFFFFF" width="3" height="5"/> </svg>');
}
.blue.icon-fullscreen2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230044B2" points="12.485,19.923 11.829,20.294 10.69,20.959 12.536,24.159 14.305,23.09 12.485,19.923 "/> <path fill="%230044B2" d="M12.726,19.76l0.509-0.285c0.038-0.019,0.075-0.04,0.112-0.06c0.049-0.029,0.098-0.058,0.147-0.086 l1.061-0.613l-1.881-3.261l-1.76,1.147L12.726,19.76"/> <polyline fill="%230044B2" points="7.015,14.557 8.853,17.758 10.578,16.619 8.853,13.617 7.015,14.557 "/> <polyline fill="%230044B2" points="26.547,9.071 24.554,10.166 23.389,18.517 25.287,17.353 26.547,9.071 "/> <polyline fill="%230044B2" points="20.93,25.126 22.751,23.935 20.413,19.898 18.567,21.028 20.93,25.126 "/> <polyline fill="%230044B2" points="24.994,22.917 23.148,24.125 23.544,31.967 25.304,30.699 24.994,22.917 "/> <polyline fill="%230044B2" points="10.673,11.892 12.571,10.925 14.443,9.571 12.519,10.537 10.673,11.892 "/> <polyline fill="%230044B2" points="8.404,7.949 6.722,9.329 8.62,8.424 8.654,8.389 8.404,7.949 "/> <polyline fill="%230044B2" points="10.173,6.483 12.131,5.568 14.046,4.015 12.062,4.938 10.173,6.483 "/> <polyline fill="%23003399" points="10.915,16.602 10.664,16.766 8.853,17.758 7.015,14.557 6.86,21.157 12.536,24.159 10.69,20.959 11.829,20.294 12.726,19.76 10.915,16.602 "/> <polyline fill="%23003399" points="16.91,7.328 19.058,11.046 16.548,12.703 18.627,16.3 21.224,14.782 21.232,14.79 21.232,14.79 23.389,18.517 24.554,10.166 16.91,7.328 "/> <polyline fill="%23003399" points="18.567,21.028 16.539,22.08 18.67,25.781 18.834,26.057 16.859,26.946 23.544,31.967 23.148,24.125 20.93,25.126 18.567,21.028 "/> <polyline fill="%23003399" points="12.062,4.938 5.669,0.97 6.722,9.329 8.404,7.949 8.654,8.389 10.673,11.892 12.519,10.537 10.173,6.483 12.062,4.938 "/> <polyline fill="%230099FF" points="10.828,16.455 10.578,16.619 8.853,17.758 10.664,16.766 10.915,16.602 12.674,15.455 10.828,16.455 "/> <polyline fill="%230099FF" points="24.554,10.166 26.547,9.071 18.894,6.345 16.91,7.328 24.554,10.166 "/> <polyline fill="%230099FF" points="23.148,24.125 24.994,22.917 22.751,23.935 20.93,25.126 23.148,24.125 "/> <polyline fill="%230099FF" points="18.834,26.057 18.67,25.781 18.636,25.798 16.859,26.946 18.834,26.057 "/> <polyline fill="%230099FF" points="18.368,20.967 16.539,22.08 18.567,21.028 20.413,19.898 18.368,20.967 "/> <polyline fill="%230099FF" points="12.131,5.568 10.173,6.483 12.519,10.537 14.443,9.571 12.131,5.568 "/> <polyline fill="%230099FF" points="7.654,0.142 5.669,0.97 12.062,4.938 14.046,4.015 7.654,0.142 "/> </svg> ');
}
.blue.icon-enable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.052,22.422 19.909,26.955 27.475,21.434 27.852,17.043 20.052,22.422 "/> <path fill="%23999999" d="M19.683,13.407c0.05,0.005,0.103,0.01,0.158,0.015l-4.511-2.55c-0.714-0.402-1.572-0.626-2.572-0.671 c-0.191-0.01-0.377-0.013-0.558-0.008c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l1.599,0.935c0.171-0.096,0.362-0.181,0.573-0.256 C18.169,13.445,18.893,13.352,19.683,13.407"/> <path fill="%23999999" d="M22.783,15.112c0.059,0.184,0.074,0.375,0.045,0.573L22.73,17.36c0.341,0.257,0.6,0.531,0.777,0.822 c0.216-0.292,0.347-0.616,0.392-0.973C24.005,16.405,23.633,15.706,22.783,15.112"/> <polyline fill="%23999999" points="19.909,26.955 20.052,22.422 4.339,12.366 4.671,16.621 19.909,26.955 "/> <polyline fill="%23CCCCCC" points="20.052,22.422 27.852,17.043 12.147,8.27 4.339,12.366 20.052,22.422 "/> <path fill="%23676767" d="M21.795,14.041c0.528,0.322,0.857,0.679,0.988,1.071c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-0.174-0.113 l-6.872-4.33c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.322-0.221,0.694-0.405,1.116-0.551c0.644-0.226,1.33-0.347,2.059-0.362c0.181-0.005,0.367-0.003,0.558,0.008 c1.001,0.045,1.858,0.269,2.572,0.671l4.511,2.55C20.59,13.498,21.242,13.704,21.795,14.041"/> <path fill="%23006600" d="M15.888,15.542c-0.004-0.125,0.008-0.253,0.038-0.385c0.04-0.171,0.106-0.329,0.196-0.475 c0.171-0.287,0.443-0.533,0.815-0.739l-1.599-0.935c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302 c-0.186-0.01-0.367-0.013-0.543-0.008c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038 c-0.407,0.156-0.762,0.347-1.064,0.573c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377 c0.06,0.045,0.123,0.088,0.189,0.128l6.872,4.33L15.888,15.542 M22.934,18.733c0.231-0.171,0.422-0.355,0.573-0.551 c-0.177-0.291-0.436-0.565-0.777-0.822l-0.083,1.561C22.748,18.861,22.843,18.798,22.934,18.733z"/> <path fill="%23339900" d="M22.828,15.685c-0.006,0.04-0.013,0.08-0.023,0.121c-0.096,0.438-0.365,0.802-0.807,1.094 c-0.216,0.146-0.473,0.272-0.769,0.377c-0.04,0.015-0.08,0.03-0.121,0.045c-0.121,0.04-0.244,0.075-0.37,0.106 c-0.528,0.126-1.091,0.168-1.69,0.128c-0.563-0.04-1.071-0.151-1.524-0.332c-0.206-0.085-0.4-0.184-0.581-0.294 c-0.668-0.409-1.02-0.872-1.056-1.388l0.045,3.183l0.174,0.113c0.79,0.498,1.74,0.785,2.851,0.86 c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362l0.083-1.561L22.828,15.685"/> <path fill="%2300FF00" d="M22.806,15.806c0.009-0.041,0.017-0.081,0.023-0.121c0.028-0.198,0.013-0.389-0.045-0.573 c-0.131-0.392-0.46-0.749-0.988-1.071c-0.553-0.337-1.204-0.543-1.954-0.619c-0.055-0.005-0.108-0.01-0.158-0.015 c-0.79-0.055-1.514,0.038-2.173,0.279c-0.211,0.075-0.402,0.161-0.573,0.256c-0.372,0.206-0.644,0.453-0.815,0.739 c-0.091,0.146-0.156,0.304-0.196,0.475c-0.029,0.131-0.042,0.26-0.038,0.385c0.036,0.516,0.388,0.979,1.056,1.388 c0.181,0.111,0.375,0.209,0.581,0.294c0.453,0.181,0.961,0.292,1.524,0.332c0.598,0.04,1.162-0.003,1.69-0.128 c0.126-0.03,0.249-0.065,0.37-0.106c0.04-0.015,0.08-0.03,0.121-0.045c0.297-0.106,0.553-0.231,0.769-0.377 C22.441,16.608,22.71,16.244,22.806,15.806"/> </svg>');
}
.blue.icon-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Vstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca vstup --> <polygon points="4,16 13,12 13,15 22,15 22,17 13,17 13,20" fill="%23339900"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.blue.icon-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Výstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca výstup --> <polygon points="28,16 19,12 19,15 10,15 10,17 19,17 19,20" fill="%23CC3300"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.blue.icon-disable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.053,22.422 19.909,26.955 27.475,21.434 27.853,17.043 20.053,22.422 "/> <path fill="%23999999" d="M8.964,11.144c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.005-0.005,0.013-0.01,0.023-0.015L9.032,11.68 c-0.055-0.191-0.058-0.382-0.008-0.573C9.004,11.117,8.984,11.129,8.964,11.144"/> <path fill="%23999999" d="M15.459,10.948c0.045,0.151,0.055,0.307,0.03,0.468v1.682l6.782,3.96c0.573,0.337,0.986,0.712,1.237,1.124 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097c-0.126-0.091-0.262-0.176-0.407-0.256L15.459,10.948"/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23676767" d="M12.705,9.477c0.774,0.045,1.426,0.231,1.954,0.558c0.332,0.201,0.571,0.438,0.717,0.709 c0.035,0.065,0.063,0.133,0.083,0.204l6.917,3.908c0.146,0.08,0.282,0.166,0.407,0.256c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-3.417-2.157 l-3.628-2.286c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.02-0.07,0.045-0.141,0.075-0.211c0.131-0.287,0.36-0.538,0.686-0.754c0.262-0.176,0.566-0.319,0.913-0.43 c0.468-0.151,0.961-0.231,1.479-0.241C12.348,9.465,12.524,9.467,12.705,9.477"/> <path fill="%23990000" d="M15.421,15.188c-0.216,0.543-0.727,0.955-1.531,1.237c-0.382,0.136-0.782,0.221-1.199,0.256l3.417,2.157 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.251-0.412-0.664-0.787-1.237-1.124l-6.782-3.96 l-0.008,1.38C15.537,14.71,15.516,14.946,15.421,15.188 M9.054,13.294c-0.01,0.005-0.018,0.01-0.023,0.015 c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128L9.054,13.294z"/> <path fill="%23CC0000" d="M13.467,13c-0.045,0.01-0.088,0.02-0.128,0.03c-0.493,0.111-1.011,0.148-1.554,0.113 c-0.231-0.015-0.453-0.04-0.664-0.075c-0.025-0.005-0.048-0.01-0.068-0.015c-0.352-0.07-0.671-0.176-0.958-0.317 c-0.091-0.045-0.179-0.093-0.264-0.143c-0.332-0.206-0.571-0.443-0.717-0.709c-0.035-0.07-0.063-0.138-0.083-0.204l0.023,1.614 l0.008,1.101l3.628,2.286c0.417-0.035,0.817-0.121,1.199-0.256c0.805-0.282,1.315-0.694,1.531-1.237 c0.096-0.241,0.116-0.478,0.06-0.709l0.008-1.38v-1.682c-0.015,0.106-0.048,0.211-0.098,0.317c-0.166,0.352-0.468,0.649-0.905,0.89 c-0.201,0.106-0.432,0.201-0.694,0.287C13.686,12.945,13.578,12.975,13.467,13"/> <path fill="%23FF0000" d="M14.659,10.035c-0.528-0.327-1.179-0.513-1.954-0.558c-0.181-0.01-0.357-0.013-0.528-0.008 c-0.518,0.01-1.011,0.091-1.479,0.241c-0.347,0.111-0.651,0.254-0.913,0.43C9.459,10.357,9.23,10.609,9.1,10.895 c-0.03,0.07-0.055,0.141-0.075,0.211c-0.05,0.191-0.048,0.382,0.008,0.573c0.02,0.065,0.048,0.133,0.083,0.204 c0.146,0.267,0.385,0.503,0.717,0.709c0.085,0.05,0.173,0.098,0.264,0.143c0.287,0.141,0.606,0.246,0.958,0.317 c0.02,0.005,0.043,0.01,0.068,0.015c0.211,0.035,0.432,0.06,0.664,0.075c0.543,0.035,1.061-0.003,1.554-0.113 c0.04-0.01,0.083-0.02,0.128-0.03c0.111-0.025,0.219-0.055,0.324-0.091c0.262-0.085,0.493-0.181,0.694-0.287 c0.438-0.241,0.739-0.538,0.905-0.89c0.05-0.106,0.083-0.211,0.098-0.317c0.025-0.161,0.015-0.317-0.03-0.468 c-0.02-0.07-0.048-0.138-0.083-0.204C15.23,10.473,14.991,10.237,14.659,10.035"/> </svg>');
}
.blue.icon-refresh{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%230099FF" points="24.413,13.343 22.297,12.722 24.529,12.147 26.645,12.768 "/> <g> <polygon fill="%23003399" points="22.312,20.108 20.196,19.487 15.752,14.767 17.868,15.388 "/> </g> <polygon fill="%230099FF" points="17.868,15.388 15.752,14.767 18.012,14.135 20.129,14.756 "/> <path fill="%23003399" d="M16.383,7.999c1.329,1.139,1.519,3.309,1.602,4.928c0.012,0.245-0.098,1.039,0.044,1.214 c0.074,0.091,0.531,0.156,0.633,0.186c0.489,0.143,0.977,0.287,1.466,0.43c0.008-1.851-0.041-4.178-1.228-5.709 c-0.781-1.009-2.207-1.179-3.362-1.518C15.849,7.62,16.139,7.788,16.383,7.999z"/> <path fill="%230099FF" d="M14.066,8.522c1.481-1.844,3.851-3.511,6.328-2.785c-1.363-0.4-2.732-0.975-4.174-0.71 c-2.58,0.474-4.471,2.787-5.659,4.967c0.566,0.166,1.171,0.436,1.754,0.515c0.468,0.063,0.323,0.153,0.64-0.371 C13.292,9.578,13.656,9.031,14.066,8.522z"/> <path fill="%230044B2" d="M19.126,5.564c2.929-0.036,5.369,2.808,5.287,7.78l2.232-0.576l-4.333,7.34l-4.444-4.72l2.26-0.632 c0.021-5.08-1.447-6.722-3.187-6.701c-1.474,0.018-3.143,1.231-4.265,2.559C14.553,7.174,16.972,5.59,19.126,5.564z"/> <path fill="%23CCCCCC" d="M20.293,22.349c0.17-0.172,0.335-0.35,0.491-0.534c-0.436-0.128-0.871-0.256-1.307-0.383 c-0.17-0.05-0.561-0.246-0.744-0.218c-0.215,0.033-0.44,0.398-0.61,0.566c-1.086,1.071-2.803,2.351-4.434,1.874 c0.881,0.258,1.854,0.703,2.783,0.715C17.931,24.389,19.322,23.334,20.293,22.349z"/> <path fill="%23999999" d="M10.229,25.776c0.876,0.442,1.903,0.638,2.839,0.913c-2.216-0.651-3.397-2.908-3.805-5.029 c-0.114-0.59-0.175-1.186-0.201-1.786c-0.007-0.164,0.058-0.703-0.03-0.799c-0.054-0.059-0.215-0.043-0.285-0.084 c-0.492-0.286-1.261-0.37-1.814-0.532C6.89,21.124,7.616,24.467,10.229,25.776z"/> <polygon fill="%23CCCCCC" points="6.817,19.655 4.701,19.034 9.034,11.694 11.151,12.315 "/> <path fill="%23676767" d="M11.151,12.315l4.444,4.72l-2.267,0.639c-0.018,5.077,1.453,6.717,3.194,6.696 c1.474-0.018,3.142-1.229,4.263-2.554c-1.877,3.437-4.295,5.019-6.448,5.045c-2.929,0.036-5.368-2.808-5.287-7.781l-2.232,0.576 L11.151,12.315z"/> </svg>');
}
.blue.icon-refresh2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.476,21.434 27.853,17.043 20.053,22.422 19.909,26.955 27.476,21.434 "/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23CC9900" d="M8.451,13.89c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128l7.046,4.443 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.176-0.292-0.432-0.563-0.769-0.815l-7.4-4.36 c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302c-0.186-0.01-0.367-0.013-0.543-0.008 c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038c-0.407,0.156-0.762,0.347-1.064,0.573 C8.795,13.49,8.602,13.684,8.451,13.89"/> <path fill="%23999999" d="M12.2,10.194c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l7.4,4.36c0.337,0.251,0.593,0.523,0.769,0.815 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097l-7.453-4.239c-0.714-0.402-1.572-0.626-2.572-0.671 C12.567,10.191,12.381,10.189,12.2,10.194"/> <path fill="%23FFFF00" d="M13.291,12.172c-0.327,0.216-0.556,0.468-0.686,0.754c-0.085,0.186-0.123,0.37-0.113,0.551 c0.005,0.03,0.01,0.06,0.015,0.091c0.015,0.116,0.053,0.231,0.113,0.347c0.146,0.267,0.385,0.503,0.717,0.709 c0.372,0.226,0.802,0.385,1.29,0.475c0.211,0.035,0.432,0.06,0.664,0.075c0.593,0.035,1.154-0.013,1.682-0.143 c0.111-0.025,0.219-0.055,0.324-0.091c0.825-0.267,1.358-0.659,1.599-1.177c0.04-0.085,0.07-0.171,0.091-0.256 c0.055-0.246,0.02-0.49-0.106-0.732c-0.146-0.272-0.385-0.508-0.717-0.709c-0.528-0.327-1.179-0.513-1.954-0.558 c-0.714-0.045-1.383,0.033-2.007,0.234C13.857,11.852,13.553,11.996,13.291,12.172z"/> <path fill="%23FFCC00" d="M18.986,13.507c-0.02,0.086-0.05,0.171-0.091,0.256c-0.241,0.518-0.774,0.91-1.599,1.177 c-0.106,0.035-0.214,0.065-0.324,0.091c-0.528,0.131-1.089,0.179-1.682,0.143c-0.231-0.015-0.453-0.04-0.664-0.075 c-0.488-0.091-0.918-0.249-1.29-0.475c-0.332-0.206-0.571-0.443-0.717-0.709c-0.06-0.116-0.098-0.231-0.113-0.347l0.166,3.131 l3.234,2.004c0.521-0.016,1.023-0.083,1.488-0.247c0.805-0.282,1.315-0.694,1.531-1.237c0.07-0.176,0.101-0.35,0.091-0.521 L18.986,13.507z"/> </svg>');
}
.lightBlue.icon-fullscreen{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.998,4.014 3.998,11 10.998,4 "/> <polygon fill="%23FFFFFF" points="4.012,28 10.998,28 3.998,21 "/> <polygon fill="%23FFFFFF" points="27.998,27.986 27.998,21 20.998,28 "/> <polygon fill="%23FFFFFF" points="27.983,4 20.998,4 27.998,11 "/> <rect x="6.998" y="6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -3.5215 8.4982)" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.998" y="21" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -2.1109 46.1258)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="21" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 56.73 23.5018)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="6" transform="matrix(0.7071 0.7071 -0.7071 0.7071 12.8927 -14.1257)" fill="%23FFFFFF" width="3" height="5"/> </svg>');
}
.lightBlue.icon-fullscreen2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232189a5" points="12.485,19.923 11.829,20.294 10.69,20.959 12.536,24.159 14.305,23.09 12.485,19.923 "/> <path fill="%232189a5" d="M12.726,19.76l0.509-0.285c0.038-0.019,0.075-0.04,0.112-0.06c0.049-0.029,0.098-0.058,0.147-0.086 l1.061-0.613l-1.881-3.261l-1.76,1.147L12.726,19.76"/> <polyline fill="%232189a5" points="7.015,14.557 8.853,17.758 10.578,16.619 8.853,13.617 7.015,14.557 "/> <polyline fill="%232189a5" points="26.547,9.071 24.554,10.166 23.389,18.517 25.287,17.353 26.547,9.071 "/> <polyline fill="%232189a5" points="20.93,25.126 22.751,23.935 20.413,19.898 18.567,21.028 20.93,25.126 "/> <polyline fill="%232189a5" points="24.994,22.917 23.148,24.125 23.544,31.967 25.304,30.699 24.994,22.917 "/> <polyline fill="%232189a5" points="10.673,11.892 12.571,10.925 14.443,9.571 12.519,10.537 10.673,11.892 "/> <polyline fill="%232189a5" points="8.404,7.949 6.722,9.329 8.62,8.424 8.654,8.389 8.404,7.949 "/> <polyline fill="%232189a5" points="10.173,6.483 12.131,5.568 14.046,4.015 12.062,4.938 10.173,6.483 "/> <polyline fill="%23269FBF" points="10.915,16.602 10.664,16.766 8.853,17.758 7.015,14.557 6.86,21.157 12.536,24.159 10.69,20.959 11.829,20.294 12.726,19.76 10.915,16.602 "/> <polyline fill="%23269FBF" points="16.91,7.328 19.058,11.046 16.548,12.703 18.627,16.3 21.224,14.782 21.232,14.79 21.232,14.79 23.389,18.517 24.554,10.166 16.91,7.328 "/> <polyline fill="%23269FBF" points="18.567,21.028 16.539,22.08 18.67,25.781 18.834,26.057 16.859,26.946 23.544,31.967 23.148,24.125 20.93,25.126 18.567,21.028 "/> <polyline fill="%23269FBF" points="12.062,4.938 5.669,0.97 6.722,9.329 8.404,7.949 8.654,8.389 10.673,11.892 12.519,10.537 10.173,6.483 12.062,4.938 "/> <polyline fill="%2333CCFF" points="10.828,16.455 10.578,16.619 8.853,17.758 10.664,16.766 10.915,16.602 12.674,15.455 10.828,16.455 "/> <polyline fill="%2333CCFF" points="24.554,10.166 26.547,9.071 18.894,6.345 16.91,7.328 24.554,10.166 "/> <polyline fill="%2333CCFF" points="23.148,24.125 24.994,22.917 22.751,23.935 20.93,25.126 23.148,24.125 "/> <polyline fill="%2333CCFF" points="18.834,26.057 18.67,25.781 18.636,25.798 16.859,26.946 18.834,26.057 "/> <polyline fill="%2333CCFF" points="18.368,20.967 16.539,22.08 18.567,21.028 20.413,19.898 18.368,20.967 "/> <polyline fill="%2333CCFF" points="12.131,5.568 10.173,6.483 12.519,10.537 14.443,9.571 12.131,5.568 "/> <polyline fill="%2333CCFF" points="7.654,0.142 5.669,0.97 12.062,4.938 14.046,4.015 7.654,0.142 "/> </svg> ');
}
.lightBlue.icon-enable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.052,22.422 19.909,26.955 27.475,21.434 27.852,17.043 20.052,22.422 "/> <path fill="%23999999" d="M19.683,13.407c0.05,0.005,0.103,0.01,0.158,0.015l-4.511-2.55c-0.714-0.402-1.572-0.626-2.572-0.671 c-0.191-0.01-0.377-0.013-0.558-0.008c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l1.599,0.935c0.171-0.096,0.362-0.181,0.573-0.256 C18.169,13.445,18.893,13.352,19.683,13.407"/> <path fill="%23999999" d="M22.783,15.112c0.059,0.184,0.074,0.375,0.045,0.573L22.73,17.36c0.341,0.257,0.6,0.531,0.777,0.822 c0.216-0.292,0.347-0.616,0.392-0.973C24.005,16.405,23.633,15.706,22.783,15.112"/> <polyline fill="%23999999" points="19.909,26.955 20.052,22.422 4.339,12.366 4.671,16.621 19.909,26.955 "/> <polyline fill="%23CCCCCC" points="20.052,22.422 27.852,17.043 12.147,8.27 4.339,12.366 20.052,22.422 "/> <path fill="%23676767" d="M21.795,14.041c0.528,0.322,0.857,0.679,0.988,1.071c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-0.174-0.113 l-6.872-4.33c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.322-0.221,0.694-0.405,1.116-0.551c0.644-0.226,1.33-0.347,2.059-0.362c0.181-0.005,0.367-0.003,0.558,0.008 c1.001,0.045,1.858,0.269,2.572,0.671l4.511,2.55C20.59,13.498,21.242,13.704,21.795,14.041"/> <path fill="%23006600" d="M15.888,15.542c-0.004-0.125,0.008-0.253,0.038-0.385c0.04-0.171,0.106-0.329,0.196-0.475 c0.171-0.287,0.443-0.533,0.815-0.739l-1.599-0.935c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302 c-0.186-0.01-0.367-0.013-0.543-0.008c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038 c-0.407,0.156-0.762,0.347-1.064,0.573c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377 c0.06,0.045,0.123,0.088,0.189,0.128l6.872,4.33L15.888,15.542 M22.934,18.733c0.231-0.171,0.422-0.355,0.573-0.551 c-0.177-0.291-0.436-0.565-0.777-0.822l-0.083,1.561C22.748,18.861,22.843,18.798,22.934,18.733z"/> <path fill="%23339900" d="M22.828,15.685c-0.006,0.04-0.013,0.08-0.023,0.121c-0.096,0.438-0.365,0.802-0.807,1.094 c-0.216,0.146-0.473,0.272-0.769,0.377c-0.04,0.015-0.08,0.03-0.121,0.045c-0.121,0.04-0.244,0.075-0.37,0.106 c-0.528,0.126-1.091,0.168-1.69,0.128c-0.563-0.04-1.071-0.151-1.524-0.332c-0.206-0.085-0.4-0.184-0.581-0.294 c-0.668-0.409-1.02-0.872-1.056-1.388l0.045,3.183l0.174,0.113c0.79,0.498,1.74,0.785,2.851,0.86 c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362l0.083-1.561L22.828,15.685"/> <path fill="%2300FF00" d="M22.806,15.806c0.009-0.041,0.017-0.081,0.023-0.121c0.028-0.198,0.013-0.389-0.045-0.573 c-0.131-0.392-0.46-0.749-0.988-1.071c-0.553-0.337-1.204-0.543-1.954-0.619c-0.055-0.005-0.108-0.01-0.158-0.015 c-0.79-0.055-1.514,0.038-2.173,0.279c-0.211,0.075-0.402,0.161-0.573,0.256c-0.372,0.206-0.644,0.453-0.815,0.739 c-0.091,0.146-0.156,0.304-0.196,0.475c-0.029,0.131-0.042,0.26-0.038,0.385c0.036,0.516,0.388,0.979,1.056,1.388 c0.181,0.111,0.375,0.209,0.581,0.294c0.453,0.181,0.961,0.292,1.524,0.332c0.598,0.04,1.162-0.003,1.69-0.128 c0.126-0.03,0.249-0.065,0.37-0.106c0.04-0.015,0.08-0.03,0.121-0.045c0.297-0.106,0.553-0.231,0.769-0.377 C22.441,16.608,22.71,16.244,22.806,15.806"/> </svg>');
}
.lightBlue.icon-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Vstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca vstup --> <polygon points="4,16 13,12 13,15 22,15 22,17 13,17 13,20" fill="%23339900"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.lightBlue.icon-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Výstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca výstup --> <polygon points="28,16 19,12 19,15 10,15 10,17 19,17 19,20" fill="%23CC3300"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.lightBlue.icon-disable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.053,22.422 19.909,26.955 27.475,21.434 27.853,17.043 20.053,22.422 "/> <path fill="%23999999" d="M8.964,11.144c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.005-0.005,0.013-0.01,0.023-0.015L9.032,11.68 c-0.055-0.191-0.058-0.382-0.008-0.573C9.004,11.117,8.984,11.129,8.964,11.144"/> <path fill="%23999999" d="M15.459,10.948c0.045,0.151,0.055,0.307,0.03,0.468v1.682l6.782,3.96c0.573,0.337,0.986,0.712,1.237,1.124 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097c-0.126-0.091-0.262-0.176-0.407-0.256L15.459,10.948"/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23676767" d="M12.705,9.477c0.774,0.045,1.426,0.231,1.954,0.558c0.332,0.201,0.571,0.438,0.717,0.709 c0.035,0.065,0.063,0.133,0.083,0.204l6.917,3.908c0.146,0.08,0.282,0.166,0.407,0.256c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-3.417-2.157 l-3.628-2.286c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.02-0.07,0.045-0.141,0.075-0.211c0.131-0.287,0.36-0.538,0.686-0.754c0.262-0.176,0.566-0.319,0.913-0.43 c0.468-0.151,0.961-0.231,1.479-0.241C12.348,9.465,12.524,9.467,12.705,9.477"/> <path fill="%23990000" d="M15.421,15.188c-0.216,0.543-0.727,0.955-1.531,1.237c-0.382,0.136-0.782,0.221-1.199,0.256l3.417,2.157 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.251-0.412-0.664-0.787-1.237-1.124l-6.782-3.96 l-0.008,1.38C15.537,14.71,15.516,14.946,15.421,15.188 M9.054,13.294c-0.01,0.005-0.018,0.01-0.023,0.015 c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128L9.054,13.294z"/> <path fill="%23CC0000" d="M13.467,13c-0.045,0.01-0.088,0.02-0.128,0.03c-0.493,0.111-1.011,0.148-1.554,0.113 c-0.231-0.015-0.453-0.04-0.664-0.075c-0.025-0.005-0.048-0.01-0.068-0.015c-0.352-0.07-0.671-0.176-0.958-0.317 c-0.091-0.045-0.179-0.093-0.264-0.143c-0.332-0.206-0.571-0.443-0.717-0.709c-0.035-0.07-0.063-0.138-0.083-0.204l0.023,1.614 l0.008,1.101l3.628,2.286c0.417-0.035,0.817-0.121,1.199-0.256c0.805-0.282,1.315-0.694,1.531-1.237 c0.096-0.241,0.116-0.478,0.06-0.709l0.008-1.38v-1.682c-0.015,0.106-0.048,0.211-0.098,0.317c-0.166,0.352-0.468,0.649-0.905,0.89 c-0.201,0.106-0.432,0.201-0.694,0.287C13.686,12.945,13.578,12.975,13.467,13"/> <path fill="%23FF0000" d="M14.659,10.035c-0.528-0.327-1.179-0.513-1.954-0.558c-0.181-0.01-0.357-0.013-0.528-0.008 c-0.518,0.01-1.011,0.091-1.479,0.241c-0.347,0.111-0.651,0.254-0.913,0.43C9.459,10.357,9.23,10.609,9.1,10.895 c-0.03,0.07-0.055,0.141-0.075,0.211c-0.05,0.191-0.048,0.382,0.008,0.573c0.02,0.065,0.048,0.133,0.083,0.204 c0.146,0.267,0.385,0.503,0.717,0.709c0.085,0.05,0.173,0.098,0.264,0.143c0.287,0.141,0.606,0.246,0.958,0.317 c0.02,0.005,0.043,0.01,0.068,0.015c0.211,0.035,0.432,0.06,0.664,0.075c0.543,0.035,1.061-0.003,1.554-0.113 c0.04-0.01,0.083-0.02,0.128-0.03c0.111-0.025,0.219-0.055,0.324-0.091c0.262-0.085,0.493-0.181,0.694-0.287 c0.438-0.241,0.739-0.538,0.905-0.89c0.05-0.106,0.083-0.211,0.098-0.317c0.025-0.161,0.015-0.317-0.03-0.468 c-0.02-0.07-0.048-0.138-0.083-0.204C15.23,10.473,14.991,10.237,14.659,10.035"/> </svg>');
}
.lightBlue.icon-refresh{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2333CCFF" points="24.413,13.343 22.297,12.722 24.529,12.147 26.645,12.768 "/> <g> <polygon fill="%23269FBF" points="22.312,20.108 20.196,19.487 15.752,14.767 17.868,15.388 "/> </g> <polygon fill="%2333CCFF" points="17.868,15.388 15.752,14.767 18.012,14.135 20.129,14.756 "/> <path fill="%23269FBF" d="M16.383,7.999c1.329,1.139,1.519,3.309,1.602,4.928c0.012,0.245-0.098,1.039,0.044,1.214 c0.074,0.091,0.531,0.156,0.633,0.186c0.489,0.143,0.977,0.287,1.466,0.43c0.008-1.851-0.041-4.178-1.228-5.709 c-0.781-1.009-2.207-1.179-3.362-1.518C15.849,7.62,16.139,7.788,16.383,7.999z"/> <path fill="%2333CCFF" d="M14.066,8.522c1.481-1.844,3.851-3.511,6.328-2.785c-1.363-0.4-2.732-0.975-4.174-0.71 c-2.58,0.474-4.471,2.787-5.659,4.967c0.566,0.166,1.171,0.436,1.754,0.515c0.468,0.063,0.323,0.153,0.64-0.371 C13.292,9.578,13.656,9.031,14.066,8.522z"/> <path fill="%232189a5" d="M19.126,5.564c2.929-0.036,5.369,2.808,5.287,7.78l2.232-0.576l-4.333,7.34l-4.444-4.72l2.26-0.632 c0.021-5.08-1.447-6.722-3.187-6.701c-1.474,0.018-3.143,1.231-4.265,2.559C14.553,7.174,16.972,5.59,19.126,5.564z"/> <path fill="%23CCCCCC" d="M20.293,22.349c0.17-0.172,0.335-0.35,0.491-0.534c-0.436-0.128-0.871-0.256-1.307-0.383 c-0.17-0.05-0.561-0.246-0.744-0.218c-0.215,0.033-0.44,0.398-0.61,0.566c-1.086,1.071-2.803,2.351-4.434,1.874 c0.881,0.258,1.854,0.703,2.783,0.715C17.931,24.389,19.322,23.334,20.293,22.349z"/> <path fill="%23999999" d="M10.229,25.776c0.876,0.442,1.903,0.638,2.839,0.913c-2.216-0.651-3.397-2.908-3.805-5.029 c-0.114-0.59-0.175-1.186-0.201-1.786c-0.007-0.164,0.058-0.703-0.03-0.799c-0.054-0.059-0.215-0.043-0.285-0.084 c-0.492-0.286-1.261-0.37-1.814-0.532C6.89,21.124,7.616,24.467,10.229,25.776z"/> <polygon fill="%23CCCCCC" points="6.817,19.655 4.701,19.034 9.034,11.694 11.151,12.315 "/> <path fill="%23676767" d="M11.151,12.315l4.444,4.72l-2.267,0.639c-0.018,5.077,1.453,6.717,3.194,6.696 c1.474-0.018,3.142-1.229,4.263-2.554c-1.877,3.437-4.295,5.019-6.448,5.045c-2.929,0.036-5.368-2.808-5.287-7.781l-2.232,0.576 L11.151,12.315z"/> </svg>');
}
.lightBlue.icon-refresh2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.476,21.434 27.853,17.043 20.053,22.422 19.909,26.955 27.476,21.434 "/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23CC9900" d="M8.451,13.89c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128l7.046,4.443 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.176-0.292-0.432-0.563-0.769-0.815l-7.4-4.36 c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302c-0.186-0.01-0.367-0.013-0.543-0.008 c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038c-0.407,0.156-0.762,0.347-1.064,0.573 C8.795,13.49,8.602,13.684,8.451,13.89"/> <path fill="%23999999" d="M12.2,10.194c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l7.4,4.36c0.337,0.251,0.593,0.523,0.769,0.815 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097l-7.453-4.239c-0.714-0.402-1.572-0.626-2.572-0.671 C12.567,10.191,12.381,10.189,12.2,10.194"/> <path fill="%23FFFF00" d="M13.291,12.172c-0.327,0.216-0.556,0.468-0.686,0.754c-0.085,0.186-0.123,0.37-0.113,0.551 c0.005,0.03,0.01,0.06,0.015,0.091c0.015,0.116,0.053,0.231,0.113,0.347c0.146,0.267,0.385,0.503,0.717,0.709 c0.372,0.226,0.802,0.385,1.29,0.475c0.211,0.035,0.432,0.06,0.664,0.075c0.593,0.035,1.154-0.013,1.682-0.143 c0.111-0.025,0.219-0.055,0.324-0.091c0.825-0.267,1.358-0.659,1.599-1.177c0.04-0.085,0.07-0.171,0.091-0.256 c0.055-0.246,0.02-0.49-0.106-0.732c-0.146-0.272-0.385-0.508-0.717-0.709c-0.528-0.327-1.179-0.513-1.954-0.558 c-0.714-0.045-1.383,0.033-2.007,0.234C13.857,11.852,13.553,11.996,13.291,12.172z"/> <path fill="%23FFCC00" d="M18.986,13.507c-0.02,0.086-0.05,0.171-0.091,0.256c-0.241,0.518-0.774,0.91-1.599,1.177 c-0.106,0.035-0.214,0.065-0.324,0.091c-0.528,0.131-1.089,0.179-1.682,0.143c-0.231-0.015-0.453-0.04-0.664-0.075 c-0.488-0.091-0.918-0.249-1.29-0.475c-0.332-0.206-0.571-0.443-0.717-0.709c-0.06-0.116-0.098-0.231-0.113-0.347l0.166,3.131 l3.234,2.004c0.521-0.016,1.023-0.083,1.488-0.247c0.805-0.282,1.315-0.694,1.531-1.237c0.07-0.176,0.101-0.35,0.091-0.521 L18.986,13.507z"/> </svg>');
}
.green.icon-fullscreen{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.998,4.014 3.998,11 10.998,4 "/> <polygon fill="%23FFFFFF" points="4.012,28 10.998,28 3.998,21 "/> <polygon fill="%23FFFFFF" points="27.998,27.986 27.998,21 20.998,28 "/> <polygon fill="%23FFFFFF" points="27.983,4 20.998,4 27.998,11 "/> <rect x="6.998" y="6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -3.5215 8.4982)" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.998" y="21" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -2.1109 46.1258)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="21" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 56.73 23.5018)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="6" transform="matrix(0.7071 0.7071 -0.7071 0.7071 12.8927 -14.1257)" fill="%23FFFFFF" width="3" height="5"/> </svg>');
}
.green.icon-fullscreen2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2321663c" points="12.485,19.923 11.829,20.294 10.69,20.959 12.536,24.159 14.305,23.09 12.485,19.923 "/> <path fill="%2321663c" d="M12.726,19.76l0.509-0.285c0.038-0.019,0.075-0.04,0.112-0.06c0.049-0.029,0.098-0.058,0.147-0.086 l1.061-0.613l-1.881-3.261l-1.76,1.147L12.726,19.76"/> <polyline fill="%2321663c" points="7.015,14.557 8.853,17.758 10.578,16.619 8.853,13.617 7.015,14.557 "/> <polyline fill="%2321663c" points="26.547,9.071 24.554,10.166 23.389,18.517 25.287,17.353 26.547,9.071 "/> <polyline fill="%2321663c" points="20.93,25.126 22.751,23.935 20.413,19.898 18.567,21.028 20.93,25.126 "/> <polyline fill="%2321663c" points="24.994,22.917 23.148,24.125 23.544,31.967 25.304,30.699 24.994,22.917 "/> <polyline fill="%2321663c" points="10.673,11.892 12.571,10.925 14.443,9.571 12.519,10.537 10.673,11.892 "/> <polyline fill="%2321663c" points="8.404,7.949 6.722,9.329 8.62,8.424 8.654,8.389 8.404,7.949 "/> <polyline fill="%2321663c" points="10.173,6.483 12.131,5.568 14.046,4.015 12.062,4.938 10.173,6.483 "/> <polyline fill="%232f8c51" points="10.915,16.602 10.664,16.766 8.853,17.758 7.015,14.557 6.86,21.157 12.536,24.159 10.69,20.959 11.829,20.294 12.726,19.76 10.915,16.602 "/> <polyline fill="%232f8c51" points="16.91,7.328 19.058,11.046 16.548,12.703 18.627,16.3 21.224,14.782 21.232,14.79 21.232,14.79 23.389,18.517 24.554,10.166 16.91,7.328 "/> <polyline fill="%232f8c51" points="18.567,21.028 16.539,22.08 18.67,25.781 18.834,26.057 16.859,26.946 23.544,31.967 23.148,24.125 20.93,25.126 18.567,21.028 "/> <polyline fill="%232f8c51" points="12.062,4.938 5.669,0.97 6.722,9.329 8.404,7.949 8.654,8.389 10.673,11.892 12.519,10.537 10.173,6.483 12.062,4.938 "/> <polyline fill="%2339b563" points="10.828,16.455 10.578,16.619 8.853,17.758 10.664,16.766 10.915,16.602 12.674,15.455 10.828,16.455 "/> <polyline fill="%2339b563" points="24.554,10.166 26.547,9.071 18.894,6.345 16.91,7.328 24.554,10.166 "/> <polyline fill="%2339b563" points="23.148,24.125 24.994,22.917 22.751,23.935 20.93,25.126 23.148,24.125 "/> <polyline fill="%2339b563" points="18.834,26.057 18.67,25.781 18.636,25.798 16.859,26.946 18.834,26.057 "/> <polyline fill="%2339b563" points="18.368,20.967 16.539,22.08 18.567,21.028 20.413,19.898 18.368,20.967 "/> <polyline fill="%2339b563" points="12.131,5.568 10.173,6.483 12.519,10.537 14.443,9.571 12.131,5.568 "/> <polyline fill="%2339b563" points="7.654,0.142 5.669,0.97 12.062,4.938 14.046,4.015 7.654,0.142 "/> </svg> ');
}
.green.icon-enable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.052,22.422 19.909,26.955 27.475,21.434 27.852,17.043 20.052,22.422 "/> <path fill="%23999999" d="M19.683,13.407c0.05,0.005,0.103,0.01,0.158,0.015l-4.511-2.55c-0.714-0.402-1.572-0.626-2.572-0.671 c-0.191-0.01-0.377-0.013-0.558-0.008c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l1.599,0.935c0.171-0.096,0.362-0.181,0.573-0.256 C18.169,13.445,18.893,13.352,19.683,13.407"/> <path fill="%23999999" d="M22.783,15.112c0.059,0.184,0.074,0.375,0.045,0.573L22.73,17.36c0.341,0.257,0.6,0.531,0.777,0.822 c0.216-0.292,0.347-0.616,0.392-0.973C24.005,16.405,23.633,15.706,22.783,15.112"/> <polyline fill="%23999999" points="19.909,26.955 20.052,22.422 4.339,12.366 4.671,16.621 19.909,26.955 "/> <polyline fill="%23CCCCCC" points="20.052,22.422 27.852,17.043 12.147,8.27 4.339,12.366 20.052,22.422 "/> <path fill="%23676767" d="M21.795,14.041c0.528,0.322,0.857,0.679,0.988,1.071c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-0.174-0.113 l-6.872-4.33c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.322-0.221,0.694-0.405,1.116-0.551c0.644-0.226,1.33-0.347,2.059-0.362c0.181-0.005,0.367-0.003,0.558,0.008 c1.001,0.045,1.858,0.269,2.572,0.671l4.511,2.55C20.59,13.498,21.242,13.704,21.795,14.041"/> <path fill="%23006600" d="M15.888,15.542c-0.004-0.125,0.008-0.253,0.038-0.385c0.04-0.171,0.106-0.329,0.196-0.475 c0.171-0.287,0.443-0.533,0.815-0.739l-1.599-0.935c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302 c-0.186-0.01-0.367-0.013-0.543-0.008c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038 c-0.407,0.156-0.762,0.347-1.064,0.573c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377 c0.06,0.045,0.123,0.088,0.189,0.128l6.872,4.33L15.888,15.542 M22.934,18.733c0.231-0.171,0.422-0.355,0.573-0.551 c-0.177-0.291-0.436-0.565-0.777-0.822l-0.083,1.561C22.748,18.861,22.843,18.798,22.934,18.733z"/> <path fill="%23339900" d="M22.828,15.685c-0.006,0.04-0.013,0.08-0.023,0.121c-0.096,0.438-0.365,0.802-0.807,1.094 c-0.216,0.146-0.473,0.272-0.769,0.377c-0.04,0.015-0.08,0.03-0.121,0.045c-0.121,0.04-0.244,0.075-0.37,0.106 c-0.528,0.126-1.091,0.168-1.69,0.128c-0.563-0.04-1.071-0.151-1.524-0.332c-0.206-0.085-0.4-0.184-0.581-0.294 c-0.668-0.409-1.02-0.872-1.056-1.388l0.045,3.183l0.174,0.113c0.79,0.498,1.74,0.785,2.851,0.86 c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362l0.083-1.561L22.828,15.685"/> <path fill="%2300FF00" d="M22.806,15.806c0.009-0.041,0.017-0.081,0.023-0.121c0.028-0.198,0.013-0.389-0.045-0.573 c-0.131-0.392-0.46-0.749-0.988-1.071c-0.553-0.337-1.204-0.543-1.954-0.619c-0.055-0.005-0.108-0.01-0.158-0.015 c-0.79-0.055-1.514,0.038-2.173,0.279c-0.211,0.075-0.402,0.161-0.573,0.256c-0.372,0.206-0.644,0.453-0.815,0.739 c-0.091,0.146-0.156,0.304-0.196,0.475c-0.029,0.131-0.042,0.26-0.038,0.385c0.036,0.516,0.388,0.979,1.056,1.388 c0.181,0.111,0.375,0.209,0.581,0.294c0.453,0.181,0.961,0.292,1.524,0.332c0.598,0.04,1.162-0.003,1.69-0.128 c0.126-0.03,0.249-0.065,0.37-0.106c0.04-0.015,0.08-0.03,0.121-0.045c0.297-0.106,0.553-0.231,0.769-0.377 C22.441,16.608,22.71,16.244,22.806,15.806"/> </svg>');
}
.green.icon-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Vstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca vstup --> <polygon points="4,16 13,12 13,15 22,15 22,17 13,17 13,20" fill="%23339900"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.green.icon-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Výstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca výstup --> <polygon points="28,16 19,12 19,15 10,15 10,17 19,17 19,20" fill="%23CC3300"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.green.icon-disable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.053,22.422 19.909,26.955 27.475,21.434 27.853,17.043 20.053,22.422 "/> <path fill="%23999999" d="M8.964,11.144c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.005-0.005,0.013-0.01,0.023-0.015L9.032,11.68 c-0.055-0.191-0.058-0.382-0.008-0.573C9.004,11.117,8.984,11.129,8.964,11.144"/> <path fill="%23999999" d="M15.459,10.948c0.045,0.151,0.055,0.307,0.03,0.468v1.682l6.782,3.96c0.573,0.337,0.986,0.712,1.237,1.124 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097c-0.126-0.091-0.262-0.176-0.407-0.256L15.459,10.948"/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23676767" d="M12.705,9.477c0.774,0.045,1.426,0.231,1.954,0.558c0.332,0.201,0.571,0.438,0.717,0.709 c0.035,0.065,0.063,0.133,0.083,0.204l6.917,3.908c0.146,0.08,0.282,0.166,0.407,0.256c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-3.417-2.157 l-3.628-2.286c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.02-0.07,0.045-0.141,0.075-0.211c0.131-0.287,0.36-0.538,0.686-0.754c0.262-0.176,0.566-0.319,0.913-0.43 c0.468-0.151,0.961-0.231,1.479-0.241C12.348,9.465,12.524,9.467,12.705,9.477"/> <path fill="%23990000" d="M15.421,15.188c-0.216,0.543-0.727,0.955-1.531,1.237c-0.382,0.136-0.782,0.221-1.199,0.256l3.417,2.157 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.251-0.412-0.664-0.787-1.237-1.124l-6.782-3.96 l-0.008,1.38C15.537,14.71,15.516,14.946,15.421,15.188 M9.054,13.294c-0.01,0.005-0.018,0.01-0.023,0.015 c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128L9.054,13.294z"/> <path fill="%23CC0000" d="M13.467,13c-0.045,0.01-0.088,0.02-0.128,0.03c-0.493,0.111-1.011,0.148-1.554,0.113 c-0.231-0.015-0.453-0.04-0.664-0.075c-0.025-0.005-0.048-0.01-0.068-0.015c-0.352-0.07-0.671-0.176-0.958-0.317 c-0.091-0.045-0.179-0.093-0.264-0.143c-0.332-0.206-0.571-0.443-0.717-0.709c-0.035-0.07-0.063-0.138-0.083-0.204l0.023,1.614 l0.008,1.101l3.628,2.286c0.417-0.035,0.817-0.121,1.199-0.256c0.805-0.282,1.315-0.694,1.531-1.237 c0.096-0.241,0.116-0.478,0.06-0.709l0.008-1.38v-1.682c-0.015,0.106-0.048,0.211-0.098,0.317c-0.166,0.352-0.468,0.649-0.905,0.89 c-0.201,0.106-0.432,0.201-0.694,0.287C13.686,12.945,13.578,12.975,13.467,13"/> <path fill="%23FF0000" d="M14.659,10.035c-0.528-0.327-1.179-0.513-1.954-0.558c-0.181-0.01-0.357-0.013-0.528-0.008 c-0.518,0.01-1.011,0.091-1.479,0.241c-0.347,0.111-0.651,0.254-0.913,0.43C9.459,10.357,9.23,10.609,9.1,10.895 c-0.03,0.07-0.055,0.141-0.075,0.211c-0.05,0.191-0.048,0.382,0.008,0.573c0.02,0.065,0.048,0.133,0.083,0.204 c0.146,0.267,0.385,0.503,0.717,0.709c0.085,0.05,0.173,0.098,0.264,0.143c0.287,0.141,0.606,0.246,0.958,0.317 c0.02,0.005,0.043,0.01,0.068,0.015c0.211,0.035,0.432,0.06,0.664,0.075c0.543,0.035,1.061-0.003,1.554-0.113 c0.04-0.01,0.083-0.02,0.128-0.03c0.111-0.025,0.219-0.055,0.324-0.091c0.262-0.085,0.493-0.181,0.694-0.287 c0.438-0.241,0.739-0.538,0.905-0.89c0.05-0.106,0.083-0.211,0.098-0.317c0.025-0.161,0.015-0.317-0.03-0.468 c-0.02-0.07-0.048-0.138-0.083-0.204C15.23,10.473,14.991,10.237,14.659,10.035"/> </svg>');
}
.green.icon-refresh{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2339b563" points="24.413,13.343 22.297,12.722 24.529,12.147 26.645,12.768 "/> <g> <polygon fill="%232f8c51" points="22.312,20.108 20.196,19.487 15.752,14.767 17.868,15.388 "/> </g> <polygon fill="%2339b563" points="17.868,15.388 15.752,14.767 18.012,14.135 20.129,14.756 "/> <path fill="%232f8c51" d="M16.383,7.999c1.329,1.139,1.519,3.309,1.602,4.928c0.012,0.245-0.098,1.039,0.044,1.214 c0.074,0.091,0.531,0.156,0.633,0.186c0.489,0.143,0.977,0.287,1.466,0.43c0.008-1.851-0.041-4.178-1.228-5.709 c-0.781-1.009-2.207-1.179-3.362-1.518C15.849,7.62,16.139,7.788,16.383,7.999z"/> <path fill="%2339b563" d="M14.066,8.522c1.481-1.844,3.851-3.511,6.328-2.785c-1.363-0.4-2.732-0.975-4.174-0.71 c-2.58,0.474-4.471,2.787-5.659,4.967c0.566,0.166,1.171,0.436,1.754,0.515c0.468,0.063,0.323,0.153,0.64-0.371 C13.292,9.578,13.656,9.031,14.066,8.522z"/> <path fill="%2321663c" d="M19.126,5.564c2.929-0.036,5.369,2.808,5.287,7.78l2.232-0.576l-4.333,7.34l-4.444-4.72l2.26-0.632 c0.021-5.08-1.447-6.722-3.187-6.701c-1.474,0.018-3.143,1.231-4.265,2.559C14.553,7.174,16.972,5.59,19.126,5.564z"/> <path fill="%23CCCCCC" d="M20.293,22.349c0.17-0.172,0.335-0.35,0.491-0.534c-0.436-0.128-0.871-0.256-1.307-0.383 c-0.17-0.05-0.561-0.246-0.744-0.218c-0.215,0.033-0.44,0.398-0.61,0.566c-1.086,1.071-2.803,2.351-4.434,1.874 c0.881,0.258,1.854,0.703,2.783,0.715C17.931,24.389,19.322,23.334,20.293,22.349z"/> <path fill="%23999999" d="M10.229,25.776c0.876,0.442,1.903,0.638,2.839,0.913c-2.216-0.651-3.397-2.908-3.805-5.029 c-0.114-0.59-0.175-1.186-0.201-1.786c-0.007-0.164,0.058-0.703-0.03-0.799c-0.054-0.059-0.215-0.043-0.285-0.084 c-0.492-0.286-1.261-0.37-1.814-0.532C6.89,21.124,7.616,24.467,10.229,25.776z"/> <polygon fill="%23CCCCCC" points="6.817,19.655 4.701,19.034 9.034,11.694 11.151,12.315 "/> <path fill="%23676767" d="M11.151,12.315l4.444,4.72l-2.267,0.639c-0.018,5.077,1.453,6.717,3.194,6.696 c1.474-0.018,3.142-1.229,4.263-2.554c-1.877,3.437-4.295,5.019-6.448,5.045c-2.929,0.036-5.368-2.808-5.287-7.781l-2.232,0.576 L11.151,12.315z"/> </svg>');
}
.green.icon-refresh2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.476,21.434 27.853,17.043 20.053,22.422 19.909,26.955 27.476,21.434 "/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23CC9900" d="M8.451,13.89c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128l7.046,4.443 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.176-0.292-0.432-0.563-0.769-0.815l-7.4-4.36 c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302c-0.186-0.01-0.367-0.013-0.543-0.008 c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038c-0.407,0.156-0.762,0.347-1.064,0.573 C8.795,13.49,8.602,13.684,8.451,13.89"/> <path fill="%23999999" d="M12.2,10.194c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l7.4,4.36c0.337,0.251,0.593,0.523,0.769,0.815 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097l-7.453-4.239c-0.714-0.402-1.572-0.626-2.572-0.671 C12.567,10.191,12.381,10.189,12.2,10.194"/> <path fill="%23FFFF00" d="M13.291,12.172c-0.327,0.216-0.556,0.468-0.686,0.754c-0.085,0.186-0.123,0.37-0.113,0.551 c0.005,0.03,0.01,0.06,0.015,0.091c0.015,0.116,0.053,0.231,0.113,0.347c0.146,0.267,0.385,0.503,0.717,0.709 c0.372,0.226,0.802,0.385,1.29,0.475c0.211,0.035,0.432,0.06,0.664,0.075c0.593,0.035,1.154-0.013,1.682-0.143 c0.111-0.025,0.219-0.055,0.324-0.091c0.825-0.267,1.358-0.659,1.599-1.177c0.04-0.085,0.07-0.171,0.091-0.256 c0.055-0.246,0.02-0.49-0.106-0.732c-0.146-0.272-0.385-0.508-0.717-0.709c-0.528-0.327-1.179-0.513-1.954-0.558 c-0.714-0.045-1.383,0.033-2.007,0.234C13.857,11.852,13.553,11.996,13.291,12.172z"/> <path fill="%23FFCC00" d="M18.986,13.507c-0.02,0.086-0.05,0.171-0.091,0.256c-0.241,0.518-0.774,0.91-1.599,1.177 c-0.106,0.035-0.214,0.065-0.324,0.091c-0.528,0.131-1.089,0.179-1.682,0.143c-0.231-0.015-0.453-0.04-0.664-0.075 c-0.488-0.091-0.918-0.249-1.29-0.475c-0.332-0.206-0.571-0.443-0.717-0.709c-0.06-0.116-0.098-0.231-0.113-0.347l0.166,3.131 l3.234,2.004c0.521-0.016,1.023-0.083,1.488-0.247c0.805-0.282,1.315-0.694,1.531-1.237c0.07-0.176,0.101-0.35,0.091-0.521 L18.986,13.507z"/> </svg>');
}
.lightGreen.icon-fullscreen{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.998,4.014 3.998,11 10.998,4 "/> <polygon fill="%23FFFFFF" points="4.012,28 10.998,28 3.998,21 "/> <polygon fill="%23FFFFFF" points="27.998,27.986 27.998,21 20.998,28 "/> <polygon fill="%23FFFFFF" points="27.983,4 20.998,4 27.998,11 "/> <rect x="6.998" y="6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -3.5215 8.4982)" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.998" y="21" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -2.1109 46.1258)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="21" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 56.73 23.5018)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="6" transform="matrix(0.7071 0.7071 -0.7071 0.7071 12.8927 -14.1257)" fill="%23FFFFFF" width="3" height="5"/> </svg>');
}
.lightGreen.icon-fullscreen2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23009900" points="12.485,19.923 11.829,20.294 10.69,20.959 12.536,24.159 14.305,23.09 12.485,19.923 "/> <path fill="%23009900" d="M12.726,19.76l0.509-0.285c0.038-0.019,0.075-0.04,0.112-0.06c0.049-0.029,0.098-0.058,0.147-0.086 l1.061-0.613l-1.881-3.261l-1.76,1.147L12.726,19.76"/> <polyline fill="%23009900" points="7.015,14.557 8.853,17.758 10.578,16.619 8.853,13.617 7.015,14.557 "/> <polyline fill="%23009900" points="26.547,9.071 24.554,10.166 23.389,18.517 25.287,17.353 26.547,9.071 "/> <polyline fill="%23009900" points="20.93,25.126 22.751,23.935 20.413,19.898 18.567,21.028 20.93,25.126 "/> <polyline fill="%23009900" points="24.994,22.917 23.148,24.125 23.544,31.967 25.304,30.699 24.994,22.917 "/> <polyline fill="%23009900" points="10.673,11.892 12.571,10.925 14.443,9.571 12.519,10.537 10.673,11.892 "/> <polyline fill="%23009900" points="8.404,7.949 6.722,9.329 8.62,8.424 8.654,8.389 8.404,7.949 "/> <polyline fill="%23009900" points="10.173,6.483 12.131,5.568 14.046,4.015 12.062,4.938 10.173,6.483 "/> <polyline fill="%2300b200" points="10.915,16.602 10.664,16.766 8.853,17.758 7.015,14.557 6.86,21.157 12.536,24.159 10.69,20.959 11.829,20.294 12.726,19.76 10.915,16.602 "/> <polyline fill="%2300b200" points="16.91,7.328 19.058,11.046 16.548,12.703 18.627,16.3 21.224,14.782 21.232,14.79 21.232,14.79 23.389,18.517 24.554,10.166 16.91,7.328 "/> <polyline fill="%2300b200" points="18.567,21.028 16.539,22.08 18.67,25.781 18.834,26.057 16.859,26.946 23.544,31.967 23.148,24.125 20.93,25.126 18.567,21.028 "/> <polyline fill="%2300b200" points="12.062,4.938 5.669,0.97 6.722,9.329 8.404,7.949 8.654,8.389 10.673,11.892 12.519,10.537 10.173,6.483 12.062,4.938 "/> <polyline fill="%2300e500" points="10.828,16.455 10.578,16.619 8.853,17.758 10.664,16.766 10.915,16.602 12.674,15.455 10.828,16.455 "/> <polyline fill="%2300e500" points="24.554,10.166 26.547,9.071 18.894,6.345 16.91,7.328 24.554,10.166 "/> <polyline fill="%2300e500" points="23.148,24.125 24.994,22.917 22.751,23.935 20.93,25.126 23.148,24.125 "/> <polyline fill="%2300e500" points="18.834,26.057 18.67,25.781 18.636,25.798 16.859,26.946 18.834,26.057 "/> <polyline fill="%2300e500" points="18.368,20.967 16.539,22.08 18.567,21.028 20.413,19.898 18.368,20.967 "/> <polyline fill="%2300e500" points="12.131,5.568 10.173,6.483 12.519,10.537 14.443,9.571 12.131,5.568 "/> <polyline fill="%2300e500" points="7.654,0.142 5.669,0.97 12.062,4.938 14.046,4.015 7.654,0.142 "/> </svg> ');
}
.lightGreen.icon-enable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.052,22.422 19.909,26.955 27.475,21.434 27.852,17.043 20.052,22.422 "/> <path fill="%23999999" d="M19.683,13.407c0.05,0.005,0.103,0.01,0.158,0.015l-4.511-2.55c-0.714-0.402-1.572-0.626-2.572-0.671 c-0.191-0.01-0.377-0.013-0.558-0.008c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l1.599,0.935c0.171-0.096,0.362-0.181,0.573-0.256 C18.169,13.445,18.893,13.352,19.683,13.407"/> <path fill="%23999999" d="M22.783,15.112c0.059,0.184,0.074,0.375,0.045,0.573L22.73,17.36c0.341,0.257,0.6,0.531,0.777,0.822 c0.216-0.292,0.347-0.616,0.392-0.973C24.005,16.405,23.633,15.706,22.783,15.112"/> <polyline fill="%23999999" points="19.909,26.955 20.052,22.422 4.339,12.366 4.671,16.621 19.909,26.955 "/> <polyline fill="%23CCCCCC" points="20.052,22.422 27.852,17.043 12.147,8.27 4.339,12.366 20.052,22.422 "/> <path fill="%23676767" d="M21.795,14.041c0.528,0.322,0.857,0.679,0.988,1.071c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-0.174-0.113 l-6.872-4.33c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.322-0.221,0.694-0.405,1.116-0.551c0.644-0.226,1.33-0.347,2.059-0.362c0.181-0.005,0.367-0.003,0.558,0.008 c1.001,0.045,1.858,0.269,2.572,0.671l4.511,2.55C20.59,13.498,21.242,13.704,21.795,14.041"/> <path fill="%23006600" d="M15.888,15.542c-0.004-0.125,0.008-0.253,0.038-0.385c0.04-0.171,0.106-0.329,0.196-0.475 c0.171-0.287,0.443-0.533,0.815-0.739l-1.599-0.935c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302 c-0.186-0.01-0.367-0.013-0.543-0.008c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038 c-0.407,0.156-0.762,0.347-1.064,0.573c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377 c0.06,0.045,0.123,0.088,0.189,0.128l6.872,4.33L15.888,15.542 M22.934,18.733c0.231-0.171,0.422-0.355,0.573-0.551 c-0.177-0.291-0.436-0.565-0.777-0.822l-0.083,1.561C22.748,18.861,22.843,18.798,22.934,18.733z"/> <path fill="%23339900" d="M22.828,15.685c-0.006,0.04-0.013,0.08-0.023,0.121c-0.096,0.438-0.365,0.802-0.807,1.094 c-0.216,0.146-0.473,0.272-0.769,0.377c-0.04,0.015-0.08,0.03-0.121,0.045c-0.121,0.04-0.244,0.075-0.37,0.106 c-0.528,0.126-1.091,0.168-1.69,0.128c-0.563-0.04-1.071-0.151-1.524-0.332c-0.206-0.085-0.4-0.184-0.581-0.294 c-0.668-0.409-1.02-0.872-1.056-1.388l0.045,3.183l0.174,0.113c0.79,0.498,1.74,0.785,2.851,0.86 c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362l0.083-1.561L22.828,15.685"/> <path fill="%2300FF00" d="M22.806,15.806c0.009-0.041,0.017-0.081,0.023-0.121c0.028-0.198,0.013-0.389-0.045-0.573 c-0.131-0.392-0.46-0.749-0.988-1.071c-0.553-0.337-1.204-0.543-1.954-0.619c-0.055-0.005-0.108-0.01-0.158-0.015 c-0.79-0.055-1.514,0.038-2.173,0.279c-0.211,0.075-0.402,0.161-0.573,0.256c-0.372,0.206-0.644,0.453-0.815,0.739 c-0.091,0.146-0.156,0.304-0.196,0.475c-0.029,0.131-0.042,0.26-0.038,0.385c0.036,0.516,0.388,0.979,1.056,1.388 c0.181,0.111,0.375,0.209,0.581,0.294c0.453,0.181,0.961,0.292,1.524,0.332c0.598,0.04,1.162-0.003,1.69-0.128 c0.126-0.03,0.249-0.065,0.37-0.106c0.04-0.015,0.08-0.03,0.121-0.045c0.297-0.106,0.553-0.231,0.769-0.377 C22.441,16.608,22.71,16.244,22.806,15.806"/> </svg>');
}
.lightGreen.icon-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Vstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca vstup --> <polygon points="4,16 13,12 13,15 22,15 22,17 13,17 13,20" fill="%23339900"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.lightGreen.icon-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Výstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca výstup --> <polygon points="28,16 19,12 19,15 10,15 10,17 19,17 19,20" fill="%23CC3300"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.lightGreen.icon-disable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.053,22.422 19.909,26.955 27.475,21.434 27.853,17.043 20.053,22.422 "/> <path fill="%23999999" d="M8.964,11.144c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.005-0.005,0.013-0.01,0.023-0.015L9.032,11.68 c-0.055-0.191-0.058-0.382-0.008-0.573C9.004,11.117,8.984,11.129,8.964,11.144"/> <path fill="%23999999" d="M15.459,10.948c0.045,0.151,0.055,0.307,0.03,0.468v1.682l6.782,3.96c0.573,0.337,0.986,0.712,1.237,1.124 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097c-0.126-0.091-0.262-0.176-0.407-0.256L15.459,10.948"/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23676767" d="M12.705,9.477c0.774,0.045,1.426,0.231,1.954,0.558c0.332,0.201,0.571,0.438,0.717,0.709 c0.035,0.065,0.063,0.133,0.083,0.204l6.917,3.908c0.146,0.08,0.282,0.166,0.407,0.256c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-3.417-2.157 l-3.628-2.286c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.02-0.07,0.045-0.141,0.075-0.211c0.131-0.287,0.36-0.538,0.686-0.754c0.262-0.176,0.566-0.319,0.913-0.43 c0.468-0.151,0.961-0.231,1.479-0.241C12.348,9.465,12.524,9.467,12.705,9.477"/> <path fill="%23990000" d="M15.421,15.188c-0.216,0.543-0.727,0.955-1.531,1.237c-0.382,0.136-0.782,0.221-1.199,0.256l3.417,2.157 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.251-0.412-0.664-0.787-1.237-1.124l-6.782-3.96 l-0.008,1.38C15.537,14.71,15.516,14.946,15.421,15.188 M9.054,13.294c-0.01,0.005-0.018,0.01-0.023,0.015 c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128L9.054,13.294z"/> <path fill="%23CC0000" d="M13.467,13c-0.045,0.01-0.088,0.02-0.128,0.03c-0.493,0.111-1.011,0.148-1.554,0.113 c-0.231-0.015-0.453-0.04-0.664-0.075c-0.025-0.005-0.048-0.01-0.068-0.015c-0.352-0.07-0.671-0.176-0.958-0.317 c-0.091-0.045-0.179-0.093-0.264-0.143c-0.332-0.206-0.571-0.443-0.717-0.709c-0.035-0.07-0.063-0.138-0.083-0.204l0.023,1.614 l0.008,1.101l3.628,2.286c0.417-0.035,0.817-0.121,1.199-0.256c0.805-0.282,1.315-0.694,1.531-1.237 c0.096-0.241,0.116-0.478,0.06-0.709l0.008-1.38v-1.682c-0.015,0.106-0.048,0.211-0.098,0.317c-0.166,0.352-0.468,0.649-0.905,0.89 c-0.201,0.106-0.432,0.201-0.694,0.287C13.686,12.945,13.578,12.975,13.467,13"/> <path fill="%23FF0000" d="M14.659,10.035c-0.528-0.327-1.179-0.513-1.954-0.558c-0.181-0.01-0.357-0.013-0.528-0.008 c-0.518,0.01-1.011,0.091-1.479,0.241c-0.347,0.111-0.651,0.254-0.913,0.43C9.459,10.357,9.23,10.609,9.1,10.895 c-0.03,0.07-0.055,0.141-0.075,0.211c-0.05,0.191-0.048,0.382,0.008,0.573c0.02,0.065,0.048,0.133,0.083,0.204 c0.146,0.267,0.385,0.503,0.717,0.709c0.085,0.05,0.173,0.098,0.264,0.143c0.287,0.141,0.606,0.246,0.958,0.317 c0.02,0.005,0.043,0.01,0.068,0.015c0.211,0.035,0.432,0.06,0.664,0.075c0.543,0.035,1.061-0.003,1.554-0.113 c0.04-0.01,0.083-0.02,0.128-0.03c0.111-0.025,0.219-0.055,0.324-0.091c0.262-0.085,0.493-0.181,0.694-0.287 c0.438-0.241,0.739-0.538,0.905-0.89c0.05-0.106,0.083-0.211,0.098-0.317c0.025-0.161,0.015-0.317-0.03-0.468 c-0.02-0.07-0.048-0.138-0.083-0.204C15.23,10.473,14.991,10.237,14.659,10.035"/> </svg>');
}
.lightGreen.icon-refresh{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300e500" points="24.413,13.343 22.297,12.722 24.529,12.147 26.645,12.768 "/> <g> <polygon fill="%2300b200" points="22.312,20.108 20.196,19.487 15.752,14.767 17.868,15.388 "/> </g> <polygon fill="%2300e500" points="17.868,15.388 15.752,14.767 18.012,14.135 20.129,14.756 "/> <path fill="%2300b200" d="M16.383,7.999c1.329,1.139,1.519,3.309,1.602,4.928c0.012,0.245-0.098,1.039,0.044,1.214 c0.074,0.091,0.531,0.156,0.633,0.186c0.489,0.143,0.977,0.287,1.466,0.43c0.008-1.851-0.041-4.178-1.228-5.709 c-0.781-1.009-2.207-1.179-3.362-1.518C15.849,7.62,16.139,7.788,16.383,7.999z"/> <path fill="%2300e500" d="M14.066,8.522c1.481-1.844,3.851-3.511,6.328-2.785c-1.363-0.4-2.732-0.975-4.174-0.71 c-2.58,0.474-4.471,2.787-5.659,4.967c0.566,0.166,1.171,0.436,1.754,0.515c0.468,0.063,0.323,0.153,0.64-0.371 C13.292,9.578,13.656,9.031,14.066,8.522z"/> <path fill="%23009900" d="M19.126,5.564c2.929-0.036,5.369,2.808,5.287,7.78l2.232-0.576l-4.333,7.34l-4.444-4.72l2.26-0.632 c0.021-5.08-1.447-6.722-3.187-6.701c-1.474,0.018-3.143,1.231-4.265,2.559C14.553,7.174,16.972,5.59,19.126,5.564z"/> <path fill="%23CCCCCC" d="M20.293,22.349c0.17-0.172,0.335-0.35,0.491-0.534c-0.436-0.128-0.871-0.256-1.307-0.383 c-0.17-0.05-0.561-0.246-0.744-0.218c-0.215,0.033-0.44,0.398-0.61,0.566c-1.086,1.071-2.803,2.351-4.434,1.874 c0.881,0.258,1.854,0.703,2.783,0.715C17.931,24.389,19.322,23.334,20.293,22.349z"/> <path fill="%23999999" d="M10.229,25.776c0.876,0.442,1.903,0.638,2.839,0.913c-2.216-0.651-3.397-2.908-3.805-5.029 c-0.114-0.59-0.175-1.186-0.201-1.786c-0.007-0.164,0.058-0.703-0.03-0.799c-0.054-0.059-0.215-0.043-0.285-0.084 c-0.492-0.286-1.261-0.37-1.814-0.532C6.89,21.124,7.616,24.467,10.229,25.776z"/> <polygon fill="%23CCCCCC" points="6.817,19.655 4.701,19.034 9.034,11.694 11.151,12.315 "/> <path fill="%23676767" d="M11.151,12.315l4.444,4.72l-2.267,0.639c-0.018,5.077,1.453,6.717,3.194,6.696 c1.474-0.018,3.142-1.229,4.263-2.554c-1.877,3.437-4.295,5.019-6.448,5.045c-2.929,0.036-5.368-2.808-5.287-7.781l-2.232,0.576 L11.151,12.315z"/> </svg>');
}
.lightGreen.icon-refresh2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.476,21.434 27.853,17.043 20.053,22.422 19.909,26.955 27.476,21.434 "/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23CC9900" d="M8.451,13.89c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128l7.046,4.443 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.176-0.292-0.432-0.563-0.769-0.815l-7.4-4.36 c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302c-0.186-0.01-0.367-0.013-0.543-0.008 c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038c-0.407,0.156-0.762,0.347-1.064,0.573 C8.795,13.49,8.602,13.684,8.451,13.89"/> <path fill="%23999999" d="M12.2,10.194c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l7.4,4.36c0.337,0.251,0.593,0.523,0.769,0.815 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097l-7.453-4.239c-0.714-0.402-1.572-0.626-2.572-0.671 C12.567,10.191,12.381,10.189,12.2,10.194"/> <path fill="%23FFFF00" d="M13.291,12.172c-0.327,0.216-0.556,0.468-0.686,0.754c-0.085,0.186-0.123,0.37-0.113,0.551 c0.005,0.03,0.01,0.06,0.015,0.091c0.015,0.116,0.053,0.231,0.113,0.347c0.146,0.267,0.385,0.503,0.717,0.709 c0.372,0.226,0.802,0.385,1.29,0.475c0.211,0.035,0.432,0.06,0.664,0.075c0.593,0.035,1.154-0.013,1.682-0.143 c0.111-0.025,0.219-0.055,0.324-0.091c0.825-0.267,1.358-0.659,1.599-1.177c0.04-0.085,0.07-0.171,0.091-0.256 c0.055-0.246,0.02-0.49-0.106-0.732c-0.146-0.272-0.385-0.508-0.717-0.709c-0.528-0.327-1.179-0.513-1.954-0.558 c-0.714-0.045-1.383,0.033-2.007,0.234C13.857,11.852,13.553,11.996,13.291,12.172z"/> <path fill="%23FFCC00" d="M18.986,13.507c-0.02,0.086-0.05,0.171-0.091,0.256c-0.241,0.518-0.774,0.91-1.599,1.177 c-0.106,0.035-0.214,0.065-0.324,0.091c-0.528,0.131-1.089,0.179-1.682,0.143c-0.231-0.015-0.453-0.04-0.664-0.075 c-0.488-0.091-0.918-0.249-1.29-0.475c-0.332-0.206-0.571-0.443-0.717-0.709c-0.06-0.116-0.098-0.231-0.113-0.347l0.166,3.131 l3.234,2.004c0.521-0.016,1.023-0.083,1.488-0.247c0.805-0.282,1.315-0.694,1.531-1.237c0.07-0.176,0.101-0.35,0.091-0.521 L18.986,13.507z"/> </svg>');
}
.yellow.icon-fullscreen{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.998,4.014 3.998,11 10.998,4 "/> <polygon fill="%23FFFFFF" points="4.012,28 10.998,28 3.998,21 "/> <polygon fill="%23FFFFFF" points="27.998,27.986 27.998,21 20.998,28 "/> <polygon fill="%23FFFFFF" points="27.983,4 20.998,4 27.998,11 "/> <rect x="6.998" y="6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -3.5215 8.4982)" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.998" y="21" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -2.1109 46.1258)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="21" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 56.73 23.5018)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="6" transform="matrix(0.7071 0.7071 -0.7071 0.7071 12.8927 -14.1257)" fill="%23FFFFFF" width="3" height="5"/> </svg>');
}
.yellow.icon-fullscreen2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a58d00" points="12.485,19.923 11.829,20.294 10.69,20.959 12.536,24.159 14.305,23.09 12.485,19.923 "/> <path fill="%23a58d00" d="M12.726,19.76l0.509-0.285c0.038-0.019,0.075-0.04,0.112-0.06c0.049-0.029,0.098-0.058,0.147-0.086 l1.061-0.613l-1.881-3.261l-1.76,1.147L12.726,19.76"/> <polyline fill="%23a58d00" points="7.015,14.557 8.853,17.758 10.578,16.619 8.853,13.617 7.015,14.557 "/> <polyline fill="%23a58d00" points="26.547,9.071 24.554,10.166 23.389,18.517 25.287,17.353 26.547,9.071 "/> <polyline fill="%23a58d00" points="20.93,25.126 22.751,23.935 20.413,19.898 18.567,21.028 20.93,25.126 "/> <polyline fill="%23a58d00" points="24.994,22.917 23.148,24.125 23.544,31.967 25.304,30.699 24.994,22.917 "/> <polyline fill="%23a58d00" points="10.673,11.892 12.571,10.925 14.443,9.571 12.519,10.537 10.673,11.892 "/> <polyline fill="%23a58d00" points="8.404,7.949 6.722,9.329 8.62,8.424 8.654,8.389 8.404,7.949 "/> <polyline fill="%23a58d00" points="10.173,6.483 12.131,5.568 14.046,4.015 12.062,4.938 10.173,6.483 "/> <polyline fill="%23ccaa00" points="10.915,16.602 10.664,16.766 8.853,17.758 7.015,14.557 6.86,21.157 12.536,24.159 10.69,20.959 11.829,20.294 12.726,19.76 10.915,16.602 "/> <polyline fill="%23ccaa00" points="16.91,7.328 19.058,11.046 16.548,12.703 18.627,16.3 21.224,14.782 21.232,14.79 21.232,14.79 23.389,18.517 24.554,10.166 16.91,7.328 "/> <polyline fill="%23ccaa00" points="18.567,21.028 16.539,22.08 18.67,25.781 18.834,26.057 16.859,26.946 23.544,31.967 23.148,24.125 20.93,25.126 18.567,21.028 "/> <polyline fill="%23ccaa00" points="12.062,4.938 5.669,0.97 6.722,9.329 8.404,7.949 8.654,8.389 10.673,11.892 12.519,10.537 10.173,6.483 12.062,4.938 "/> <polyline fill="%23f9e100" points="10.828,16.455 10.578,16.619 8.853,17.758 10.664,16.766 10.915,16.602 12.674,15.455 10.828,16.455 "/> <polyline fill="%23f9e100" points="24.554,10.166 26.547,9.071 18.894,6.345 16.91,7.328 24.554,10.166 "/> <polyline fill="%23f9e100" points="23.148,24.125 24.994,22.917 22.751,23.935 20.93,25.126 23.148,24.125 "/> <polyline fill="%23f9e100" points="18.834,26.057 18.67,25.781 18.636,25.798 16.859,26.946 18.834,26.057 "/> <polyline fill="%23f9e100" points="18.368,20.967 16.539,22.08 18.567,21.028 20.413,19.898 18.368,20.967 "/> <polyline fill="%23f9e100" points="12.131,5.568 10.173,6.483 12.519,10.537 14.443,9.571 12.131,5.568 "/> <polyline fill="%23f9e100" points="7.654,0.142 5.669,0.97 12.062,4.938 14.046,4.015 7.654,0.142 "/> </svg> ');
}
.yellow.icon-enable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.052,22.422 19.909,26.955 27.475,21.434 27.852,17.043 20.052,22.422 "/> <path fill="%23999999" d="M19.683,13.407c0.05,0.005,0.103,0.01,0.158,0.015l-4.511-2.55c-0.714-0.402-1.572-0.626-2.572-0.671 c-0.191-0.01-0.377-0.013-0.558-0.008c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l1.599,0.935c0.171-0.096,0.362-0.181,0.573-0.256 C18.169,13.445,18.893,13.352,19.683,13.407"/> <path fill="%23999999" d="M22.783,15.112c0.059,0.184,0.074,0.375,0.045,0.573L22.73,17.36c0.341,0.257,0.6,0.531,0.777,0.822 c0.216-0.292,0.347-0.616,0.392-0.973C24.005,16.405,23.633,15.706,22.783,15.112"/> <polyline fill="%23999999" points="19.909,26.955 20.052,22.422 4.339,12.366 4.671,16.621 19.909,26.955 "/> <polyline fill="%23CCCCCC" points="20.052,22.422 27.852,17.043 12.147,8.27 4.339,12.366 20.052,22.422 "/> <path fill="%23676767" d="M21.795,14.041c0.528,0.322,0.857,0.679,0.988,1.071c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-0.174-0.113 l-6.872-4.33c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.322-0.221,0.694-0.405,1.116-0.551c0.644-0.226,1.33-0.347,2.059-0.362c0.181-0.005,0.367-0.003,0.558,0.008 c1.001,0.045,1.858,0.269,2.572,0.671l4.511,2.55C20.59,13.498,21.242,13.704,21.795,14.041"/> <path fill="%23006600" d="M15.888,15.542c-0.004-0.125,0.008-0.253,0.038-0.385c0.04-0.171,0.106-0.329,0.196-0.475 c0.171-0.287,0.443-0.533,0.815-0.739l-1.599-0.935c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302 c-0.186-0.01-0.367-0.013-0.543-0.008c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038 c-0.407,0.156-0.762,0.347-1.064,0.573c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377 c0.06,0.045,0.123,0.088,0.189,0.128l6.872,4.33L15.888,15.542 M22.934,18.733c0.231-0.171,0.422-0.355,0.573-0.551 c-0.177-0.291-0.436-0.565-0.777-0.822l-0.083,1.561C22.748,18.861,22.843,18.798,22.934,18.733z"/> <path fill="%23339900" d="M22.828,15.685c-0.006,0.04-0.013,0.08-0.023,0.121c-0.096,0.438-0.365,0.802-0.807,1.094 c-0.216,0.146-0.473,0.272-0.769,0.377c-0.04,0.015-0.08,0.03-0.121,0.045c-0.121,0.04-0.244,0.075-0.37,0.106 c-0.528,0.126-1.091,0.168-1.69,0.128c-0.563-0.04-1.071-0.151-1.524-0.332c-0.206-0.085-0.4-0.184-0.581-0.294 c-0.668-0.409-1.02-0.872-1.056-1.388l0.045,3.183l0.174,0.113c0.79,0.498,1.74,0.785,2.851,0.86 c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362l0.083-1.561L22.828,15.685"/> <path fill="%2300FF00" d="M22.806,15.806c0.009-0.041,0.017-0.081,0.023-0.121c0.028-0.198,0.013-0.389-0.045-0.573 c-0.131-0.392-0.46-0.749-0.988-1.071c-0.553-0.337-1.204-0.543-1.954-0.619c-0.055-0.005-0.108-0.01-0.158-0.015 c-0.79-0.055-1.514,0.038-2.173,0.279c-0.211,0.075-0.402,0.161-0.573,0.256c-0.372,0.206-0.644,0.453-0.815,0.739 c-0.091,0.146-0.156,0.304-0.196,0.475c-0.029,0.131-0.042,0.26-0.038,0.385c0.036,0.516,0.388,0.979,1.056,1.388 c0.181,0.111,0.375,0.209,0.581,0.294c0.453,0.181,0.961,0.292,1.524,0.332c0.598,0.04,1.162-0.003,1.69-0.128 c0.126-0.03,0.249-0.065,0.37-0.106c0.04-0.015,0.08-0.03,0.121-0.045c0.297-0.106,0.553-0.231,0.769-0.377 C22.441,16.608,22.71,16.244,22.806,15.806"/> </svg>');
}
.yellow.icon-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Vstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca vstup --> <polygon points="4,16 13,12 13,15 22,15 22,17 13,17 13,20" fill="%23339900"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.yellow.icon-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Výstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca výstup --> <polygon points="28,16 19,12 19,15 10,15 10,17 19,17 19,20" fill="%23CC3300"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.yellow.icon-disable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.053,22.422 19.909,26.955 27.475,21.434 27.853,17.043 20.053,22.422 "/> <path fill="%23999999" d="M8.964,11.144c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.005-0.005,0.013-0.01,0.023-0.015L9.032,11.68 c-0.055-0.191-0.058-0.382-0.008-0.573C9.004,11.117,8.984,11.129,8.964,11.144"/> <path fill="%23999999" d="M15.459,10.948c0.045,0.151,0.055,0.307,0.03,0.468v1.682l6.782,3.96c0.573,0.337,0.986,0.712,1.237,1.124 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097c-0.126-0.091-0.262-0.176-0.407-0.256L15.459,10.948"/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23676767" d="M12.705,9.477c0.774,0.045,1.426,0.231,1.954,0.558c0.332,0.201,0.571,0.438,0.717,0.709 c0.035,0.065,0.063,0.133,0.083,0.204l6.917,3.908c0.146,0.08,0.282,0.166,0.407,0.256c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-3.417-2.157 l-3.628-2.286c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.02-0.07,0.045-0.141,0.075-0.211c0.131-0.287,0.36-0.538,0.686-0.754c0.262-0.176,0.566-0.319,0.913-0.43 c0.468-0.151,0.961-0.231,1.479-0.241C12.348,9.465,12.524,9.467,12.705,9.477"/> <path fill="%23990000" d="M15.421,15.188c-0.216,0.543-0.727,0.955-1.531,1.237c-0.382,0.136-0.782,0.221-1.199,0.256l3.417,2.157 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.251-0.412-0.664-0.787-1.237-1.124l-6.782-3.96 l-0.008,1.38C15.537,14.71,15.516,14.946,15.421,15.188 M9.054,13.294c-0.01,0.005-0.018,0.01-0.023,0.015 c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128L9.054,13.294z"/> <path fill="%23CC0000" d="M13.467,13c-0.045,0.01-0.088,0.02-0.128,0.03c-0.493,0.111-1.011,0.148-1.554,0.113 c-0.231-0.015-0.453-0.04-0.664-0.075c-0.025-0.005-0.048-0.01-0.068-0.015c-0.352-0.07-0.671-0.176-0.958-0.317 c-0.091-0.045-0.179-0.093-0.264-0.143c-0.332-0.206-0.571-0.443-0.717-0.709c-0.035-0.07-0.063-0.138-0.083-0.204l0.023,1.614 l0.008,1.101l3.628,2.286c0.417-0.035,0.817-0.121,1.199-0.256c0.805-0.282,1.315-0.694,1.531-1.237 c0.096-0.241,0.116-0.478,0.06-0.709l0.008-1.38v-1.682c-0.015,0.106-0.048,0.211-0.098,0.317c-0.166,0.352-0.468,0.649-0.905,0.89 c-0.201,0.106-0.432,0.201-0.694,0.287C13.686,12.945,13.578,12.975,13.467,13"/> <path fill="%23FF0000" d="M14.659,10.035c-0.528-0.327-1.179-0.513-1.954-0.558c-0.181-0.01-0.357-0.013-0.528-0.008 c-0.518,0.01-1.011,0.091-1.479,0.241c-0.347,0.111-0.651,0.254-0.913,0.43C9.459,10.357,9.23,10.609,9.1,10.895 c-0.03,0.07-0.055,0.141-0.075,0.211c-0.05,0.191-0.048,0.382,0.008,0.573c0.02,0.065,0.048,0.133,0.083,0.204 c0.146,0.267,0.385,0.503,0.717,0.709c0.085,0.05,0.173,0.098,0.264,0.143c0.287,0.141,0.606,0.246,0.958,0.317 c0.02,0.005,0.043,0.01,0.068,0.015c0.211,0.035,0.432,0.06,0.664,0.075c0.543,0.035,1.061-0.003,1.554-0.113 c0.04-0.01,0.083-0.02,0.128-0.03c0.111-0.025,0.219-0.055,0.324-0.091c0.262-0.085,0.493-0.181,0.694-0.287 c0.438-0.241,0.739-0.538,0.905-0.89c0.05-0.106,0.083-0.211,0.098-0.317c0.025-0.161,0.015-0.317-0.03-0.468 c-0.02-0.07-0.048-0.138-0.083-0.204C15.23,10.473,14.991,10.237,14.659,10.035"/> </svg>');
}
.yellow.icon-refresh{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23f9e100" points="24.413,13.343 22.297,12.722 24.529,12.147 26.645,12.768 "/> <g> <polygon fill="%23ccaa00" points="22.312,20.108 20.196,19.487 15.752,14.767 17.868,15.388 "/> </g> <polygon fill="%23f9e100" points="17.868,15.388 15.752,14.767 18.012,14.135 20.129,14.756 "/> <path fill="%23ccaa00" d="M16.383,7.999c1.329,1.139,1.519,3.309,1.602,4.928c0.012,0.245-0.098,1.039,0.044,1.214 c0.074,0.091,0.531,0.156,0.633,0.186c0.489,0.143,0.977,0.287,1.466,0.43c0.008-1.851-0.041-4.178-1.228-5.709 c-0.781-1.009-2.207-1.179-3.362-1.518C15.849,7.62,16.139,7.788,16.383,7.999z"/> <path fill="%23f9e100" d="M14.066,8.522c1.481-1.844,3.851-3.511,6.328-2.785c-1.363-0.4-2.732-0.975-4.174-0.71 c-2.58,0.474-4.471,2.787-5.659,4.967c0.566,0.166,1.171,0.436,1.754,0.515c0.468,0.063,0.323,0.153,0.64-0.371 C13.292,9.578,13.656,9.031,14.066,8.522z"/> <path fill="%23a58d00" d="M19.126,5.564c2.929-0.036,5.369,2.808,5.287,7.78l2.232-0.576l-4.333,7.34l-4.444-4.72l2.26-0.632 c0.021-5.08-1.447-6.722-3.187-6.701c-1.474,0.018-3.143,1.231-4.265,2.559C14.553,7.174,16.972,5.59,19.126,5.564z"/> <path fill="%23CCCCCC" d="M20.293,22.349c0.17-0.172,0.335-0.35,0.491-0.534c-0.436-0.128-0.871-0.256-1.307-0.383 c-0.17-0.05-0.561-0.246-0.744-0.218c-0.215,0.033-0.44,0.398-0.61,0.566c-1.086,1.071-2.803,2.351-4.434,1.874 c0.881,0.258,1.854,0.703,2.783,0.715C17.931,24.389,19.322,23.334,20.293,22.349z"/> <path fill="%23999999" d="M10.229,25.776c0.876,0.442,1.903,0.638,2.839,0.913c-2.216-0.651-3.397-2.908-3.805-5.029 c-0.114-0.59-0.175-1.186-0.201-1.786c-0.007-0.164,0.058-0.703-0.03-0.799c-0.054-0.059-0.215-0.043-0.285-0.084 c-0.492-0.286-1.261-0.37-1.814-0.532C6.89,21.124,7.616,24.467,10.229,25.776z"/> <polygon fill="%23CCCCCC" points="6.817,19.655 4.701,19.034 9.034,11.694 11.151,12.315 "/> <path fill="%23676767" d="M11.151,12.315l4.444,4.72l-2.267,0.639c-0.018,5.077,1.453,6.717,3.194,6.696 c1.474-0.018,3.142-1.229,4.263-2.554c-1.877,3.437-4.295,5.019-6.448,5.045c-2.929,0.036-5.368-2.808-5.287-7.781l-2.232,0.576 L11.151,12.315z"/> </svg>');
}
.yellow.icon-refresh2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.476,21.434 27.853,17.043 20.053,22.422 19.909,26.955 27.476,21.434 "/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23CC9900" d="M8.451,13.89c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128l7.046,4.443 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.176-0.292-0.432-0.563-0.769-0.815l-7.4-4.36 c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302c-0.186-0.01-0.367-0.013-0.543-0.008 c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038c-0.407,0.156-0.762,0.347-1.064,0.573 C8.795,13.49,8.602,13.684,8.451,13.89"/> <path fill="%23999999" d="M12.2,10.194c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l7.4,4.36c0.337,0.251,0.593,0.523,0.769,0.815 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097l-7.453-4.239c-0.714-0.402-1.572-0.626-2.572-0.671 C12.567,10.191,12.381,10.189,12.2,10.194"/> <path fill="%23FFFF00" d="M13.291,12.172c-0.327,0.216-0.556,0.468-0.686,0.754c-0.085,0.186-0.123,0.37-0.113,0.551 c0.005,0.03,0.01,0.06,0.015,0.091c0.015,0.116,0.053,0.231,0.113,0.347c0.146,0.267,0.385,0.503,0.717,0.709 c0.372,0.226,0.802,0.385,1.29,0.475c0.211,0.035,0.432,0.06,0.664,0.075c0.593,0.035,1.154-0.013,1.682-0.143 c0.111-0.025,0.219-0.055,0.324-0.091c0.825-0.267,1.358-0.659,1.599-1.177c0.04-0.085,0.07-0.171,0.091-0.256 c0.055-0.246,0.02-0.49-0.106-0.732c-0.146-0.272-0.385-0.508-0.717-0.709c-0.528-0.327-1.179-0.513-1.954-0.558 c-0.714-0.045-1.383,0.033-2.007,0.234C13.857,11.852,13.553,11.996,13.291,12.172z"/> <path fill="%23FFCC00" d="M18.986,13.507c-0.02,0.086-0.05,0.171-0.091,0.256c-0.241,0.518-0.774,0.91-1.599,1.177 c-0.106,0.035-0.214,0.065-0.324,0.091c-0.528,0.131-1.089,0.179-1.682,0.143c-0.231-0.015-0.453-0.04-0.664-0.075 c-0.488-0.091-0.918-0.249-1.29-0.475c-0.332-0.206-0.571-0.443-0.717-0.709c-0.06-0.116-0.098-0.231-0.113-0.347l0.166,3.131 l3.234,2.004c0.521-0.016,1.023-0.083,1.488-0.247c0.805-0.282,1.315-0.694,1.531-1.237c0.07-0.176,0.101-0.35,0.091-0.521 L18.986,13.507z"/> </svg>');
}
.purple.icon-fullscreen{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.998,4.014 3.998,11 10.998,4 "/> <polygon fill="%23FFFFFF" points="4.012,28 10.998,28 3.998,21 "/> <polygon fill="%23FFFFFF" points="27.998,27.986 27.998,21 20.998,28 "/> <polygon fill="%23FFFFFF" points="27.983,4 20.998,4 27.998,11 "/> <rect x="6.998" y="6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -3.5215 8.4982)" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.998" y="21" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -2.1109 46.1258)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="21" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 56.73 23.5018)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="6" transform="matrix(0.7071 0.7071 -0.7071 0.7071 12.8927 -14.1257)" fill="%23FFFFFF" width="3" height="5"/> </svg>');
}
.purple.icon-fullscreen2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990099" points="12.485,19.923 11.829,20.294 10.69,20.959 12.536,24.159 14.305,23.09 12.485,19.923 "/> <path fill="%23990099" d="M12.726,19.76l0.509-0.285c0.038-0.019,0.075-0.04,0.112-0.06c0.049-0.029,0.098-0.058,0.147-0.086 l1.061-0.613l-1.881-3.261l-1.76,1.147L12.726,19.76"/> <polyline fill="%23990099" points="7.015,14.557 8.853,17.758 10.578,16.619 8.853,13.617 7.015,14.557 "/> <polyline fill="%23990099" points="26.547,9.071 24.554,10.166 23.389,18.517 25.287,17.353 26.547,9.071 "/> <polyline fill="%23990099" points="20.93,25.126 22.751,23.935 20.413,19.898 18.567,21.028 20.93,25.126 "/> <polyline fill="%23990099" points="24.994,22.917 23.148,24.125 23.544,31.967 25.304,30.699 24.994,22.917 "/> <polyline fill="%23990099" points="10.673,11.892 12.571,10.925 14.443,9.571 12.519,10.537 10.673,11.892 "/> <polyline fill="%23990099" points="8.404,7.949 6.722,9.329 8.62,8.424 8.654,8.389 8.404,7.949 "/> <polyline fill="%23990099" points="10.173,6.483 12.131,5.568 14.046,4.015 12.062,4.938 10.173,6.483 "/> <polyline fill="%23FF66FF" points="10.915,16.602 10.664,16.766 8.853,17.758 7.015,14.557 6.86,21.157 12.536,24.159 10.69,20.959 11.829,20.294 12.726,19.76 10.915,16.602 "/> <polyline fill="%23FF66FF" points="16.91,7.328 19.058,11.046 16.548,12.703 18.627,16.3 21.224,14.782 21.232,14.79 21.232,14.79 23.389,18.517 24.554,10.166 16.91,7.328 "/> <polyline fill="%23FF66FF" points="18.567,21.028 16.539,22.08 18.67,25.781 18.834,26.057 16.859,26.946 23.544,31.967 23.148,24.125 20.93,25.126 18.567,21.028 "/> <polyline fill="%23FF66FF" points="12.062,4.938 5.669,0.97 6.722,9.329 8.404,7.949 8.654,8.389 10.673,11.892 12.519,10.537 10.173,6.483 12.062,4.938 "/> <polyline fill="%23FF99FF" points="10.828,16.455 10.578,16.619 8.853,17.758 10.664,16.766 10.915,16.602 12.674,15.455 10.828,16.455 "/> <polyline fill="%23FF99FF" points="24.554,10.166 26.547,9.071 18.894,6.345 16.91,7.328 24.554,10.166 "/> <polyline fill="%23FF99FF" points="23.148,24.125 24.994,22.917 22.751,23.935 20.93,25.126 23.148,24.125 "/> <polyline fill="%23FF99FF" points="18.834,26.057 18.67,25.781 18.636,25.798 16.859,26.946 18.834,26.057 "/> <polyline fill="%23FF99FF" points="18.368,20.967 16.539,22.08 18.567,21.028 20.413,19.898 18.368,20.967 "/> <polyline fill="%23FF99FF" points="12.131,5.568 10.173,6.483 12.519,10.537 14.443,9.571 12.131,5.568 "/> <polyline fill="%23FF99FF" points="7.654,0.142 5.669,0.97 12.062,4.938 14.046,4.015 7.654,0.142 "/> </svg> ');
}
.purple.icon-enable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.052,22.422 19.909,26.955 27.475,21.434 27.852,17.043 20.052,22.422 "/> <path fill="%23999999" d="M19.683,13.407c0.05,0.005,0.103,0.01,0.158,0.015l-4.511-2.55c-0.714-0.402-1.572-0.626-2.572-0.671 c-0.191-0.01-0.377-0.013-0.558-0.008c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l1.599,0.935c0.171-0.096,0.362-0.181,0.573-0.256 C18.169,13.445,18.893,13.352,19.683,13.407"/> <path fill="%23999999" d="M22.783,15.112c0.059,0.184,0.074,0.375,0.045,0.573L22.73,17.36c0.341,0.257,0.6,0.531,0.777,0.822 c0.216-0.292,0.347-0.616,0.392-0.973C24.005,16.405,23.633,15.706,22.783,15.112"/> <polyline fill="%23999999" points="19.909,26.955 20.052,22.422 4.339,12.366 4.671,16.621 19.909,26.955 "/> <polyline fill="%23CCCCCC" points="20.052,22.422 27.852,17.043 12.147,8.27 4.339,12.366 20.052,22.422 "/> <path fill="%23676767" d="M21.795,14.041c0.528,0.322,0.857,0.679,0.988,1.071c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-0.174-0.113 l-6.872-4.33c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.322-0.221,0.694-0.405,1.116-0.551c0.644-0.226,1.33-0.347,2.059-0.362c0.181-0.005,0.367-0.003,0.558,0.008 c1.001,0.045,1.858,0.269,2.572,0.671l4.511,2.55C20.59,13.498,21.242,13.704,21.795,14.041"/> <path fill="%23006600" d="M15.888,15.542c-0.004-0.125,0.008-0.253,0.038-0.385c0.04-0.171,0.106-0.329,0.196-0.475 c0.171-0.287,0.443-0.533,0.815-0.739l-1.599-0.935c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302 c-0.186-0.01-0.367-0.013-0.543-0.008c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038 c-0.407,0.156-0.762,0.347-1.064,0.573c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377 c0.06,0.045,0.123,0.088,0.189,0.128l6.872,4.33L15.888,15.542 M22.934,18.733c0.231-0.171,0.422-0.355,0.573-0.551 c-0.177-0.291-0.436-0.565-0.777-0.822l-0.083,1.561C22.748,18.861,22.843,18.798,22.934,18.733z"/> <path fill="%23339900" d="M22.828,15.685c-0.006,0.04-0.013,0.08-0.023,0.121c-0.096,0.438-0.365,0.802-0.807,1.094 c-0.216,0.146-0.473,0.272-0.769,0.377c-0.04,0.015-0.08,0.03-0.121,0.045c-0.121,0.04-0.244,0.075-0.37,0.106 c-0.528,0.126-1.091,0.168-1.69,0.128c-0.563-0.04-1.071-0.151-1.524-0.332c-0.206-0.085-0.4-0.184-0.581-0.294 c-0.668-0.409-1.02-0.872-1.056-1.388l0.045,3.183l0.174,0.113c0.79,0.498,1.74,0.785,2.851,0.86 c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362l0.083-1.561L22.828,15.685"/> <path fill="%2300FF00" d="M22.806,15.806c0.009-0.041,0.017-0.081,0.023-0.121c0.028-0.198,0.013-0.389-0.045-0.573 c-0.131-0.392-0.46-0.749-0.988-1.071c-0.553-0.337-1.204-0.543-1.954-0.619c-0.055-0.005-0.108-0.01-0.158-0.015 c-0.79-0.055-1.514,0.038-2.173,0.279c-0.211,0.075-0.402,0.161-0.573,0.256c-0.372,0.206-0.644,0.453-0.815,0.739 c-0.091,0.146-0.156,0.304-0.196,0.475c-0.029,0.131-0.042,0.26-0.038,0.385c0.036,0.516,0.388,0.979,1.056,1.388 c0.181,0.111,0.375,0.209,0.581,0.294c0.453,0.181,0.961,0.292,1.524,0.332c0.598,0.04,1.162-0.003,1.69-0.128 c0.126-0.03,0.249-0.065,0.37-0.106c0.04-0.015,0.08-0.03,0.121-0.045c0.297-0.106,0.553-0.231,0.769-0.377 C22.441,16.608,22.71,16.244,22.806,15.806"/> </svg>');
}
.purple.icon-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Vstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca vstup --> <polygon points="4,16 13,12 13,15 22,15 22,17 13,17 13,20" fill="%23339900"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.purple.icon-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Výstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca výstup --> <polygon points="28,16 19,12 19,15 10,15 10,17 19,17 19,20" fill="%23CC3300"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.purple.icon-disable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.053,22.422 19.909,26.955 27.475,21.434 27.853,17.043 20.053,22.422 "/> <path fill="%23999999" d="M8.964,11.144c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.005-0.005,0.013-0.01,0.023-0.015L9.032,11.68 c-0.055-0.191-0.058-0.382-0.008-0.573C9.004,11.117,8.984,11.129,8.964,11.144"/> <path fill="%23999999" d="M15.459,10.948c0.045,0.151,0.055,0.307,0.03,0.468v1.682l6.782,3.96c0.573,0.337,0.986,0.712,1.237,1.124 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097c-0.126-0.091-0.262-0.176-0.407-0.256L15.459,10.948"/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23676767" d="M12.705,9.477c0.774,0.045,1.426,0.231,1.954,0.558c0.332,0.201,0.571,0.438,0.717,0.709 c0.035,0.065,0.063,0.133,0.083,0.204l6.917,3.908c0.146,0.08,0.282,0.166,0.407,0.256c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-3.417-2.157 l-3.628-2.286c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.02-0.07,0.045-0.141,0.075-0.211c0.131-0.287,0.36-0.538,0.686-0.754c0.262-0.176,0.566-0.319,0.913-0.43 c0.468-0.151,0.961-0.231,1.479-0.241C12.348,9.465,12.524,9.467,12.705,9.477"/> <path fill="%23990000" d="M15.421,15.188c-0.216,0.543-0.727,0.955-1.531,1.237c-0.382,0.136-0.782,0.221-1.199,0.256l3.417,2.157 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.251-0.412-0.664-0.787-1.237-1.124l-6.782-3.96 l-0.008,1.38C15.537,14.71,15.516,14.946,15.421,15.188 M9.054,13.294c-0.01,0.005-0.018,0.01-0.023,0.015 c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128L9.054,13.294z"/> <path fill="%23CC0000" d="M13.467,13c-0.045,0.01-0.088,0.02-0.128,0.03c-0.493,0.111-1.011,0.148-1.554,0.113 c-0.231-0.015-0.453-0.04-0.664-0.075c-0.025-0.005-0.048-0.01-0.068-0.015c-0.352-0.07-0.671-0.176-0.958-0.317 c-0.091-0.045-0.179-0.093-0.264-0.143c-0.332-0.206-0.571-0.443-0.717-0.709c-0.035-0.07-0.063-0.138-0.083-0.204l0.023,1.614 l0.008,1.101l3.628,2.286c0.417-0.035,0.817-0.121,1.199-0.256c0.805-0.282,1.315-0.694,1.531-1.237 c0.096-0.241,0.116-0.478,0.06-0.709l0.008-1.38v-1.682c-0.015,0.106-0.048,0.211-0.098,0.317c-0.166,0.352-0.468,0.649-0.905,0.89 c-0.201,0.106-0.432,0.201-0.694,0.287C13.686,12.945,13.578,12.975,13.467,13"/> <path fill="%23FF0000" d="M14.659,10.035c-0.528-0.327-1.179-0.513-1.954-0.558c-0.181-0.01-0.357-0.013-0.528-0.008 c-0.518,0.01-1.011,0.091-1.479,0.241c-0.347,0.111-0.651,0.254-0.913,0.43C9.459,10.357,9.23,10.609,9.1,10.895 c-0.03,0.07-0.055,0.141-0.075,0.211c-0.05,0.191-0.048,0.382,0.008,0.573c0.02,0.065,0.048,0.133,0.083,0.204 c0.146,0.267,0.385,0.503,0.717,0.709c0.085,0.05,0.173,0.098,0.264,0.143c0.287,0.141,0.606,0.246,0.958,0.317 c0.02,0.005,0.043,0.01,0.068,0.015c0.211,0.035,0.432,0.06,0.664,0.075c0.543,0.035,1.061-0.003,1.554-0.113 c0.04-0.01,0.083-0.02,0.128-0.03c0.111-0.025,0.219-0.055,0.324-0.091c0.262-0.085,0.493-0.181,0.694-0.287 c0.438-0.241,0.739-0.538,0.905-0.89c0.05-0.106,0.083-0.211,0.098-0.317c0.025-0.161,0.015-0.317-0.03-0.468 c-0.02-0.07-0.048-0.138-0.083-0.204C15.23,10.473,14.991,10.237,14.659,10.035"/> </svg>');
}
.purple.icon-refresh{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF99FF" points="24.413,13.343 22.297,12.722 24.529,12.147 26.645,12.768 "/> <g> <polygon fill="%23FF66FF" points="22.312,20.108 20.196,19.487 15.752,14.767 17.868,15.388 "/> </g> <polygon fill="%23FF99FF" points="17.868,15.388 15.752,14.767 18.012,14.135 20.129,14.756 "/> <path fill="%23FF66FF" d="M16.383,7.999c1.329,1.139,1.519,3.309,1.602,4.928c0.012,0.245-0.098,1.039,0.044,1.214 c0.074,0.091,0.531,0.156,0.633,0.186c0.489,0.143,0.977,0.287,1.466,0.43c0.008-1.851-0.041-4.178-1.228-5.709 c-0.781-1.009-2.207-1.179-3.362-1.518C15.849,7.62,16.139,7.788,16.383,7.999z"/> <path fill="%23FF99FF" d="M14.066,8.522c1.481-1.844,3.851-3.511,6.328-2.785c-1.363-0.4-2.732-0.975-4.174-0.71 c-2.58,0.474-4.471,2.787-5.659,4.967c0.566,0.166,1.171,0.436,1.754,0.515c0.468,0.063,0.323,0.153,0.64-0.371 C13.292,9.578,13.656,9.031,14.066,8.522z"/> <path fill="%23990099" d="M19.126,5.564c2.929-0.036,5.369,2.808,5.287,7.78l2.232-0.576l-4.333,7.34l-4.444-4.72l2.26-0.632 c0.021-5.08-1.447-6.722-3.187-6.701c-1.474,0.018-3.143,1.231-4.265,2.559C14.553,7.174,16.972,5.59,19.126,5.564z"/> <path fill="%23CCCCCC" d="M20.293,22.349c0.17-0.172,0.335-0.35,0.491-0.534c-0.436-0.128-0.871-0.256-1.307-0.383 c-0.17-0.05-0.561-0.246-0.744-0.218c-0.215,0.033-0.44,0.398-0.61,0.566c-1.086,1.071-2.803,2.351-4.434,1.874 c0.881,0.258,1.854,0.703,2.783,0.715C17.931,24.389,19.322,23.334,20.293,22.349z"/> <path fill="%23999999" d="M10.229,25.776c0.876,0.442,1.903,0.638,2.839,0.913c-2.216-0.651-3.397-2.908-3.805-5.029 c-0.114-0.59-0.175-1.186-0.201-1.786c-0.007-0.164,0.058-0.703-0.03-0.799c-0.054-0.059-0.215-0.043-0.285-0.084 c-0.492-0.286-1.261-0.37-1.814-0.532C6.89,21.124,7.616,24.467,10.229,25.776z"/> <polygon fill="%23CCCCCC" points="6.817,19.655 4.701,19.034 9.034,11.694 11.151,12.315 "/> <path fill="%23676767" d="M11.151,12.315l4.444,4.72l-2.267,0.639c-0.018,5.077,1.453,6.717,3.194,6.696 c1.474-0.018,3.142-1.229,4.263-2.554c-1.877,3.437-4.295,5.019-6.448,5.045c-2.929,0.036-5.368-2.808-5.287-7.781l-2.232,0.576 L11.151,12.315z"/> </svg>');
}
.purple.icon-refresh2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.476,21.434 27.853,17.043 20.053,22.422 19.909,26.955 27.476,21.434 "/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23CC9900" d="M8.451,13.89c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128l7.046,4.443 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.176-0.292-0.432-0.563-0.769-0.815l-7.4-4.36 c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302c-0.186-0.01-0.367-0.013-0.543-0.008 c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038c-0.407,0.156-0.762,0.347-1.064,0.573 C8.795,13.49,8.602,13.684,8.451,13.89"/> <path fill="%23999999" d="M12.2,10.194c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l7.4,4.36c0.337,0.251,0.593,0.523,0.769,0.815 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097l-7.453-4.239c-0.714-0.402-1.572-0.626-2.572-0.671 C12.567,10.191,12.381,10.189,12.2,10.194"/> <path fill="%23FFFF00" d="M13.291,12.172c-0.327,0.216-0.556,0.468-0.686,0.754c-0.085,0.186-0.123,0.37-0.113,0.551 c0.005,0.03,0.01,0.06,0.015,0.091c0.015,0.116,0.053,0.231,0.113,0.347c0.146,0.267,0.385,0.503,0.717,0.709 c0.372,0.226,0.802,0.385,1.29,0.475c0.211,0.035,0.432,0.06,0.664,0.075c0.593,0.035,1.154-0.013,1.682-0.143 c0.111-0.025,0.219-0.055,0.324-0.091c0.825-0.267,1.358-0.659,1.599-1.177c0.04-0.085,0.07-0.171,0.091-0.256 c0.055-0.246,0.02-0.49-0.106-0.732c-0.146-0.272-0.385-0.508-0.717-0.709c-0.528-0.327-1.179-0.513-1.954-0.558 c-0.714-0.045-1.383,0.033-2.007,0.234C13.857,11.852,13.553,11.996,13.291,12.172z"/> <path fill="%23FFCC00" d="M18.986,13.507c-0.02,0.086-0.05,0.171-0.091,0.256c-0.241,0.518-0.774,0.91-1.599,1.177 c-0.106,0.035-0.214,0.065-0.324,0.091c-0.528,0.131-1.089,0.179-1.682,0.143c-0.231-0.015-0.453-0.04-0.664-0.075 c-0.488-0.091-0.918-0.249-1.29-0.475c-0.332-0.206-0.571-0.443-0.717-0.709c-0.06-0.116-0.098-0.231-0.113-0.347l0.166,3.131 l3.234,2.004c0.521-0.016,1.023-0.083,1.488-0.247c0.805-0.282,1.315-0.694,1.531-1.237c0.07-0.176,0.101-0.35,0.091-0.521 L18.986,13.507z"/> </svg>');
}
.grey.icon-fullscreen{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.998,4.014 3.998,11 10.998,4 "/> <polygon fill="%23FFFFFF" points="4.012,28 10.998,28 3.998,21 "/> <polygon fill="%23FFFFFF" points="27.998,27.986 27.998,21 20.998,28 "/> <polygon fill="%23FFFFFF" points="27.983,4 20.998,4 27.998,11 "/> <rect x="6.998" y="6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -3.5215 8.4982)" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.998" y="21" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -2.1109 46.1258)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="21" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 56.73 23.5018)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="6" transform="matrix(0.7071 0.7071 -0.7071 0.7071 12.8927 -14.1257)" fill="%23FFFFFF" width="3" height="5"/> </svg>');
}
.grey.icon-fullscreen2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="12.485,19.923 11.829,20.294 10.69,20.959 12.536,24.159 14.305,23.09 12.485,19.923 "/> <path fill="%23676767" d="M12.726,19.76l0.509-0.285c0.038-0.019,0.075-0.04,0.112-0.06c0.049-0.029,0.098-0.058,0.147-0.086 l1.061-0.613l-1.881-3.261l-1.76,1.147L12.726,19.76"/> <polyline fill="%23676767" points="7.015,14.557 8.853,17.758 10.578,16.619 8.853,13.617 7.015,14.557 "/> <polyline fill="%23676767" points="26.547,9.071 24.554,10.166 23.389,18.517 25.287,17.353 26.547,9.071 "/> <polyline fill="%23676767" points="20.93,25.126 22.751,23.935 20.413,19.898 18.567,21.028 20.93,25.126 "/> <polyline fill="%23676767" points="24.994,22.917 23.148,24.125 23.544,31.967 25.304,30.699 24.994,22.917 "/> <polyline fill="%23676767" points="10.673,11.892 12.571,10.925 14.443,9.571 12.519,10.537 10.673,11.892 "/> <polyline fill="%23676767" points="8.404,7.949 6.722,9.329 8.62,8.424 8.654,8.389 8.404,7.949 "/> <polyline fill="%23676767" points="10.173,6.483 12.131,5.568 14.046,4.015 12.062,4.938 10.173,6.483 "/> <polyline fill="%23999999" points="10.915,16.602 10.664,16.766 8.853,17.758 7.015,14.557 6.86,21.157 12.536,24.159 10.69,20.959 11.829,20.294 12.726,19.76 10.915,16.602 "/> <polyline fill="%23999999" points="16.91,7.328 19.058,11.046 16.548,12.703 18.627,16.3 21.224,14.782 21.232,14.79 21.232,14.79 23.389,18.517 24.554,10.166 16.91,7.328 "/> <polyline fill="%23999999" points="18.567,21.028 16.539,22.08 18.67,25.781 18.834,26.057 16.859,26.946 23.544,31.967 23.148,24.125 20.93,25.126 18.567,21.028 "/> <polyline fill="%23999999" points="12.062,4.938 5.669,0.97 6.722,9.329 8.404,7.949 8.654,8.389 10.673,11.892 12.519,10.537 10.173,6.483 12.062,4.938 "/> <polyline fill="%23CCCCCC" points="10.828,16.455 10.578,16.619 8.853,17.758 10.664,16.766 10.915,16.602 12.674,15.455 10.828,16.455 "/> <polyline fill="%23CCCCCC" points="24.554,10.166 26.547,9.071 18.894,6.345 16.91,7.328 24.554,10.166 "/> <polyline fill="%23CCCCCC" points="23.148,24.125 24.994,22.917 22.751,23.935 20.93,25.126 23.148,24.125 "/> <polyline fill="%23CCCCCC" points="18.834,26.057 18.67,25.781 18.636,25.798 16.859,26.946 18.834,26.057 "/> <polyline fill="%23CCCCCC" points="18.368,20.967 16.539,22.08 18.567,21.028 20.413,19.898 18.368,20.967 "/> <polyline fill="%23CCCCCC" points="12.131,5.568 10.173,6.483 12.519,10.537 14.443,9.571 12.131,5.568 "/> <polyline fill="%23CCCCCC" points="7.654,0.142 5.669,0.97 12.062,4.938 14.046,4.015 7.654,0.142 "/> </svg> ');
}
.grey.icon-enable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.052,22.422 19.909,26.955 27.475,21.434 27.852,17.043 20.052,22.422 "/> <path fill="%23999999" d="M19.683,13.407c0.05,0.005,0.103,0.01,0.158,0.015l-4.511-2.55c-0.714-0.402-1.572-0.626-2.572-0.671 c-0.191-0.01-0.377-0.013-0.558-0.008c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l1.599,0.935c0.171-0.096,0.362-0.181,0.573-0.256 C18.169,13.445,18.893,13.352,19.683,13.407"/> <path fill="%23999999" d="M22.783,15.112c0.059,0.184,0.074,0.375,0.045,0.573L22.73,17.36c0.341,0.257,0.6,0.531,0.777,0.822 c0.216-0.292,0.347-0.616,0.392-0.973C24.005,16.405,23.633,15.706,22.783,15.112"/> <polyline fill="%23999999" points="19.909,26.955 20.052,22.422 4.339,12.366 4.671,16.621 19.909,26.955 "/> <polyline fill="%23CCCCCC" points="20.052,22.422 27.852,17.043 12.147,8.27 4.339,12.366 20.052,22.422 "/> <path fill="%23676767" d="M21.795,14.041c0.528,0.322,0.857,0.679,0.988,1.071c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-0.174-0.113 l-6.872-4.33c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.322-0.221,0.694-0.405,1.116-0.551c0.644-0.226,1.33-0.347,2.059-0.362c0.181-0.005,0.367-0.003,0.558,0.008 c1.001,0.045,1.858,0.269,2.572,0.671l4.511,2.55C20.59,13.498,21.242,13.704,21.795,14.041"/> <path fill="%23006600" d="M15.888,15.542c-0.004-0.125,0.008-0.253,0.038-0.385c0.04-0.171,0.106-0.329,0.196-0.475 c0.171-0.287,0.443-0.533,0.815-0.739l-1.599-0.935c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302 c-0.186-0.01-0.367-0.013-0.543-0.008c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038 c-0.407,0.156-0.762,0.347-1.064,0.573c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377 c0.06,0.045,0.123,0.088,0.189,0.128l6.872,4.33L15.888,15.542 M22.934,18.733c0.231-0.171,0.422-0.355,0.573-0.551 c-0.177-0.291-0.436-0.565-0.777-0.822l-0.083,1.561C22.748,18.861,22.843,18.798,22.934,18.733z"/> <path fill="%23339900" d="M22.828,15.685c-0.006,0.04-0.013,0.08-0.023,0.121c-0.096,0.438-0.365,0.802-0.807,1.094 c-0.216,0.146-0.473,0.272-0.769,0.377c-0.04,0.015-0.08,0.03-0.121,0.045c-0.121,0.04-0.244,0.075-0.37,0.106 c-0.528,0.126-1.091,0.168-1.69,0.128c-0.563-0.04-1.071-0.151-1.524-0.332c-0.206-0.085-0.4-0.184-0.581-0.294 c-0.668-0.409-1.02-0.872-1.056-1.388l0.045,3.183l0.174,0.113c0.79,0.498,1.74,0.785,2.851,0.86 c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362l0.083-1.561L22.828,15.685"/> <path fill="%2300FF00" d="M22.806,15.806c0.009-0.041,0.017-0.081,0.023-0.121c0.028-0.198,0.013-0.389-0.045-0.573 c-0.131-0.392-0.46-0.749-0.988-1.071c-0.553-0.337-1.204-0.543-1.954-0.619c-0.055-0.005-0.108-0.01-0.158-0.015 c-0.79-0.055-1.514,0.038-2.173,0.279c-0.211,0.075-0.402,0.161-0.573,0.256c-0.372,0.206-0.644,0.453-0.815,0.739 c-0.091,0.146-0.156,0.304-0.196,0.475c-0.029,0.131-0.042,0.26-0.038,0.385c0.036,0.516,0.388,0.979,1.056,1.388 c0.181,0.111,0.375,0.209,0.581,0.294c0.453,0.181,0.961,0.292,1.524,0.332c0.598,0.04,1.162-0.003,1.69-0.128 c0.126-0.03,0.249-0.065,0.37-0.106c0.04-0.015,0.08-0.03,0.121-0.045c0.297-0.106,0.553-0.231,0.769-0.377 C22.441,16.608,22.71,16.244,22.806,15.806"/> </svg>');
}
.grey.icon-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Vstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca vstup --> <polygon points="4,16 13,12 13,15 22,15 22,17 13,17 13,20" fill="%23339900"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.grey.icon-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Výstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca výstup --> <polygon points="28,16 19,12 19,15 10,15 10,17 19,17 19,20" fill="%23CC3300"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.grey.icon-disable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.053,22.422 19.909,26.955 27.475,21.434 27.853,17.043 20.053,22.422 "/> <path fill="%23999999" d="M8.964,11.144c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.005-0.005,0.013-0.01,0.023-0.015L9.032,11.68 c-0.055-0.191-0.058-0.382-0.008-0.573C9.004,11.117,8.984,11.129,8.964,11.144"/> <path fill="%23999999" d="M15.459,10.948c0.045,0.151,0.055,0.307,0.03,0.468v1.682l6.782,3.96c0.573,0.337,0.986,0.712,1.237,1.124 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097c-0.126-0.091-0.262-0.176-0.407-0.256L15.459,10.948"/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23676767" d="M12.705,9.477c0.774,0.045,1.426,0.231,1.954,0.558c0.332,0.201,0.571,0.438,0.717,0.709 c0.035,0.065,0.063,0.133,0.083,0.204l6.917,3.908c0.146,0.08,0.282,0.166,0.407,0.256c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-3.417-2.157 l-3.628-2.286c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.02-0.07,0.045-0.141,0.075-0.211c0.131-0.287,0.36-0.538,0.686-0.754c0.262-0.176,0.566-0.319,0.913-0.43 c0.468-0.151,0.961-0.231,1.479-0.241C12.348,9.465,12.524,9.467,12.705,9.477"/> <path fill="%23990000" d="M15.421,15.188c-0.216,0.543-0.727,0.955-1.531,1.237c-0.382,0.136-0.782,0.221-1.199,0.256l3.417,2.157 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.251-0.412-0.664-0.787-1.237-1.124l-6.782-3.96 l-0.008,1.38C15.537,14.71,15.516,14.946,15.421,15.188 M9.054,13.294c-0.01,0.005-0.018,0.01-0.023,0.015 c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128L9.054,13.294z"/> <path fill="%23CC0000" d="M13.467,13c-0.045,0.01-0.088,0.02-0.128,0.03c-0.493,0.111-1.011,0.148-1.554,0.113 c-0.231-0.015-0.453-0.04-0.664-0.075c-0.025-0.005-0.048-0.01-0.068-0.015c-0.352-0.07-0.671-0.176-0.958-0.317 c-0.091-0.045-0.179-0.093-0.264-0.143c-0.332-0.206-0.571-0.443-0.717-0.709c-0.035-0.07-0.063-0.138-0.083-0.204l0.023,1.614 l0.008,1.101l3.628,2.286c0.417-0.035,0.817-0.121,1.199-0.256c0.805-0.282,1.315-0.694,1.531-1.237 c0.096-0.241,0.116-0.478,0.06-0.709l0.008-1.38v-1.682c-0.015,0.106-0.048,0.211-0.098,0.317c-0.166,0.352-0.468,0.649-0.905,0.89 c-0.201,0.106-0.432,0.201-0.694,0.287C13.686,12.945,13.578,12.975,13.467,13"/> <path fill="%23FF0000" d="M14.659,10.035c-0.528-0.327-1.179-0.513-1.954-0.558c-0.181-0.01-0.357-0.013-0.528-0.008 c-0.518,0.01-1.011,0.091-1.479,0.241c-0.347,0.111-0.651,0.254-0.913,0.43C9.459,10.357,9.23,10.609,9.1,10.895 c-0.03,0.07-0.055,0.141-0.075,0.211c-0.05,0.191-0.048,0.382,0.008,0.573c0.02,0.065,0.048,0.133,0.083,0.204 c0.146,0.267,0.385,0.503,0.717,0.709c0.085,0.05,0.173,0.098,0.264,0.143c0.287,0.141,0.606,0.246,0.958,0.317 c0.02,0.005,0.043,0.01,0.068,0.015c0.211,0.035,0.432,0.06,0.664,0.075c0.543,0.035,1.061-0.003,1.554-0.113 c0.04-0.01,0.083-0.02,0.128-0.03c0.111-0.025,0.219-0.055,0.324-0.091c0.262-0.085,0.493-0.181,0.694-0.287 c0.438-0.241,0.739-0.538,0.905-0.89c0.05-0.106,0.083-0.211,0.098-0.317c0.025-0.161,0.015-0.317-0.03-0.468 c-0.02-0.07-0.048-0.138-0.083-0.204C15.23,10.473,14.991,10.237,14.659,10.035"/> </svg>');
}
.grey.icon-refresh{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.413,13.343 22.297,12.722 24.529,12.147 26.645,12.768 "/> <g> <polygon fill="%23999999" points="22.312,20.108 20.196,19.487 15.752,14.767 17.868,15.388 "/> </g> <polygon fill="%23CCCCCC" points="17.868,15.388 15.752,14.767 18.012,14.135 20.129,14.756 "/> <path fill="%23999999" d="M16.383,7.999c1.329,1.139,1.519,3.309,1.602,4.928c0.012,0.245-0.098,1.039,0.044,1.214 c0.074,0.091,0.531,0.156,0.633,0.186c0.489,0.143,0.977,0.287,1.466,0.43c0.008-1.851-0.041-4.178-1.228-5.709 c-0.781-1.009-2.207-1.179-3.362-1.518C15.849,7.62,16.139,7.788,16.383,7.999z"/> <path fill="%23CCCCCC" d="M14.066,8.522c1.481-1.844,3.851-3.511,6.328-2.785c-1.363-0.4-2.732-0.975-4.174-0.71 c-2.58,0.474-4.471,2.787-5.659,4.967c0.566,0.166,1.171,0.436,1.754,0.515c0.468,0.063,0.323,0.153,0.64-0.371 C13.292,9.578,13.656,9.031,14.066,8.522z"/> <path fill="%23676767" d="M19.126,5.564c2.929-0.036,5.369,2.808,5.287,7.78l2.232-0.576l-4.333,7.34l-4.444-4.72l2.26-0.632 c0.021-5.08-1.447-6.722-3.187-6.701c-1.474,0.018-3.143,1.231-4.265,2.559C14.553,7.174,16.972,5.59,19.126,5.564z"/> <path fill="%23CCCCCC" d="M20.293,22.349c0.17-0.172,0.335-0.35,0.491-0.534c-0.436-0.128-0.871-0.256-1.307-0.383 c-0.17-0.05-0.561-0.246-0.744-0.218c-0.215,0.033-0.44,0.398-0.61,0.566c-1.086,1.071-2.803,2.351-4.434,1.874 c0.881,0.258,1.854,0.703,2.783,0.715C17.931,24.389,19.322,23.334,20.293,22.349z"/> <path fill="%23999999" d="M10.229,25.776c0.876,0.442,1.903,0.638,2.839,0.913c-2.216-0.651-3.397-2.908-3.805-5.029 c-0.114-0.59-0.175-1.186-0.201-1.786c-0.007-0.164,0.058-0.703-0.03-0.799c-0.054-0.059-0.215-0.043-0.285-0.084 c-0.492-0.286-1.261-0.37-1.814-0.532C6.89,21.124,7.616,24.467,10.229,25.776z"/> <polygon fill="%23CCCCCC" points="6.817,19.655 4.701,19.034 9.034,11.694 11.151,12.315 "/> <path fill="%23676767" d="M11.151,12.315l4.444,4.72l-2.267,0.639c-0.018,5.077,1.453,6.717,3.194,6.696 c1.474-0.018,3.142-1.229,4.263-2.554c-1.877,3.437-4.295,5.019-6.448,5.045c-2.929,0.036-5.368-2.808-5.287-7.781l-2.232,0.576 L11.151,12.315z"/> </svg>');
}
.grey.icon-refresh2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.476,21.434 27.853,17.043 20.053,22.422 19.909,26.955 27.476,21.434 "/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23CC9900" d="M8.451,13.89c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128l7.046,4.443 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.176-0.292-0.432-0.563-0.769-0.815l-7.4-4.36 c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302c-0.186-0.01-0.367-0.013-0.543-0.008 c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038c-0.407,0.156-0.762,0.347-1.064,0.573 C8.795,13.49,8.602,13.684,8.451,13.89"/> <path fill="%23999999" d="M12.2,10.194c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l7.4,4.36c0.337,0.251,0.593,0.523,0.769,0.815 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097l-7.453-4.239c-0.714-0.402-1.572-0.626-2.572-0.671 C12.567,10.191,12.381,10.189,12.2,10.194"/> <path fill="%23FFFF00" d="M13.291,12.172c-0.327,0.216-0.556,0.468-0.686,0.754c-0.085,0.186-0.123,0.37-0.113,0.551 c0.005,0.03,0.01,0.06,0.015,0.091c0.015,0.116,0.053,0.231,0.113,0.347c0.146,0.267,0.385,0.503,0.717,0.709 c0.372,0.226,0.802,0.385,1.29,0.475c0.211,0.035,0.432,0.06,0.664,0.075c0.593,0.035,1.154-0.013,1.682-0.143 c0.111-0.025,0.219-0.055,0.324-0.091c0.825-0.267,1.358-0.659,1.599-1.177c0.04-0.085,0.07-0.171,0.091-0.256 c0.055-0.246,0.02-0.49-0.106-0.732c-0.146-0.272-0.385-0.508-0.717-0.709c-0.528-0.327-1.179-0.513-1.954-0.558 c-0.714-0.045-1.383,0.033-2.007,0.234C13.857,11.852,13.553,11.996,13.291,12.172z"/> <path fill="%23FFCC00" d="M18.986,13.507c-0.02,0.086-0.05,0.171-0.091,0.256c-0.241,0.518-0.774,0.91-1.599,1.177 c-0.106,0.035-0.214,0.065-0.324,0.091c-0.528,0.131-1.089,0.179-1.682,0.143c-0.231-0.015-0.453-0.04-0.664-0.075 c-0.488-0.091-0.918-0.249-1.29-0.475c-0.332-0.206-0.571-0.443-0.717-0.709c-0.06-0.116-0.098-0.231-0.113-0.347l0.166,3.131 l3.234,2.004c0.521-0.016,1.023-0.083,1.488-0.247c0.805-0.282,1.315-0.694,1.531-1.237c0.07-0.176,0.101-0.35,0.091-0.521 L18.986,13.507z"/> </svg>');
}
.orange.icon-fullscreen{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.998,4.014 3.998,11 10.998,4 "/> <polygon fill="%23FFFFFF" points="4.012,28 10.998,28 3.998,21 "/> <polygon fill="%23FFFFFF" points="27.998,27.986 27.998,21 20.998,28 "/> <polygon fill="%23FFFFFF" points="27.983,4 20.998,4 27.998,11 "/> <rect x="6.998" y="6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -3.5215 8.4982)" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.998" y="21" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -2.1109 46.1258)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="21" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 56.73 23.5018)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="6" transform="matrix(0.7071 0.7071 -0.7071 0.7071 12.8927 -14.1257)" fill="%23FFFFFF" width="3" height="5"/> </svg>');
}
.orange.icon-fullscreen2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a56600" points="12.485,19.923 11.829,20.294 10.69,20.959 12.536,24.159 14.305,23.09 12.485,19.923 "/> <path fill="%23a56600" d="M12.726,19.76l0.509-0.285c0.038-0.019,0.075-0.04,0.112-0.06c0.049-0.029,0.098-0.058,0.147-0.086 l1.061-0.613l-1.881-3.261l-1.76,1.147L12.726,19.76"/> <polyline fill="%23a56600" points="7.015,14.557 8.853,17.758 10.578,16.619 8.853,13.617 7.015,14.557 "/> <polyline fill="%23a56600" points="26.547,9.071 24.554,10.166 23.389,18.517 25.287,17.353 26.547,9.071 "/> <polyline fill="%23a56600" points="20.93,25.126 22.751,23.935 20.413,19.898 18.567,21.028 20.93,25.126 "/> <polyline fill="%23a56600" points="24.994,22.917 23.148,24.125 23.544,31.967 25.304,30.699 24.994,22.917 "/> <polyline fill="%23a56600" points="10.673,11.892 12.571,10.925 14.443,9.571 12.519,10.537 10.673,11.892 "/> <polyline fill="%23a56600" points="8.404,7.949 6.722,9.329 8.62,8.424 8.654,8.389 8.404,7.949 "/> <polyline fill="%23a56600" points="10.173,6.483 12.131,5.568 14.046,4.015 12.062,4.938 10.173,6.483 "/> <polyline fill="%23d88500" points="10.915,16.602 10.664,16.766 8.853,17.758 7.015,14.557 6.86,21.157 12.536,24.159 10.69,20.959 11.829,20.294 12.726,19.76 10.915,16.602 "/> <polyline fill="%23d88500" points="16.91,7.328 19.058,11.046 16.548,12.703 18.627,16.3 21.224,14.782 21.232,14.79 21.232,14.79 23.389,18.517 24.554,10.166 16.91,7.328 "/> <polyline fill="%23d88500" points="18.567,21.028 16.539,22.08 18.67,25.781 18.834,26.057 16.859,26.946 23.544,31.967 23.148,24.125 20.93,25.126 18.567,21.028 "/> <polyline fill="%23d88500" points="12.062,4.938 5.669,0.97 6.722,9.329 8.404,7.949 8.654,8.389 10.673,11.892 12.519,10.537 10.173,6.483 12.062,4.938 "/> <polyline fill="%23ffbc00" points="10.828,16.455 10.578,16.619 8.853,17.758 10.664,16.766 10.915,16.602 12.674,15.455 10.828,16.455 "/> <polyline fill="%23ffbc00" points="24.554,10.166 26.547,9.071 18.894,6.345 16.91,7.328 24.554,10.166 "/> <polyline fill="%23ffbc00" points="23.148,24.125 24.994,22.917 22.751,23.935 20.93,25.126 23.148,24.125 "/> <polyline fill="%23ffbc00" points="18.834,26.057 18.67,25.781 18.636,25.798 16.859,26.946 18.834,26.057 "/> <polyline fill="%23ffbc00" points="18.368,20.967 16.539,22.08 18.567,21.028 20.413,19.898 18.368,20.967 "/> <polyline fill="%23ffbc00" points="12.131,5.568 10.173,6.483 12.519,10.537 14.443,9.571 12.131,5.568 "/> <polyline fill="%23ffbc00" points="7.654,0.142 5.669,0.97 12.062,4.938 14.046,4.015 7.654,0.142 "/> </svg> ');
}
.orange.icon-enable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.052,22.422 19.909,26.955 27.475,21.434 27.852,17.043 20.052,22.422 "/> <path fill="%23999999" d="M19.683,13.407c0.05,0.005,0.103,0.01,0.158,0.015l-4.511-2.55c-0.714-0.402-1.572-0.626-2.572-0.671 c-0.191-0.01-0.377-0.013-0.558-0.008c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l1.599,0.935c0.171-0.096,0.362-0.181,0.573-0.256 C18.169,13.445,18.893,13.352,19.683,13.407"/> <path fill="%23999999" d="M22.783,15.112c0.059,0.184,0.074,0.375,0.045,0.573L22.73,17.36c0.341,0.257,0.6,0.531,0.777,0.822 c0.216-0.292,0.347-0.616,0.392-0.973C24.005,16.405,23.633,15.706,22.783,15.112"/> <polyline fill="%23999999" points="19.909,26.955 20.052,22.422 4.339,12.366 4.671,16.621 19.909,26.955 "/> <polyline fill="%23CCCCCC" points="20.052,22.422 27.852,17.043 12.147,8.27 4.339,12.366 20.052,22.422 "/> <path fill="%23676767" d="M21.795,14.041c0.528,0.322,0.857,0.679,0.988,1.071c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-0.174-0.113 l-6.872-4.33c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.322-0.221,0.694-0.405,1.116-0.551c0.644-0.226,1.33-0.347,2.059-0.362c0.181-0.005,0.367-0.003,0.558,0.008 c1.001,0.045,1.858,0.269,2.572,0.671l4.511,2.55C20.59,13.498,21.242,13.704,21.795,14.041"/> <path fill="%23006600" d="M15.888,15.542c-0.004-0.125,0.008-0.253,0.038-0.385c0.04-0.171,0.106-0.329,0.196-0.475 c0.171-0.287,0.443-0.533,0.815-0.739l-1.599-0.935c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302 c-0.186-0.01-0.367-0.013-0.543-0.008c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038 c-0.407,0.156-0.762,0.347-1.064,0.573c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377 c0.06,0.045,0.123,0.088,0.189,0.128l6.872,4.33L15.888,15.542 M22.934,18.733c0.231-0.171,0.422-0.355,0.573-0.551 c-0.177-0.291-0.436-0.565-0.777-0.822l-0.083,1.561C22.748,18.861,22.843,18.798,22.934,18.733z"/> <path fill="%23339900" d="M22.828,15.685c-0.006,0.04-0.013,0.08-0.023,0.121c-0.096,0.438-0.365,0.802-0.807,1.094 c-0.216,0.146-0.473,0.272-0.769,0.377c-0.04,0.015-0.08,0.03-0.121,0.045c-0.121,0.04-0.244,0.075-0.37,0.106 c-0.528,0.126-1.091,0.168-1.69,0.128c-0.563-0.04-1.071-0.151-1.524-0.332c-0.206-0.085-0.4-0.184-0.581-0.294 c-0.668-0.409-1.02-0.872-1.056-1.388l0.045,3.183l0.174,0.113c0.79,0.498,1.74,0.785,2.851,0.86 c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362l0.083-1.561L22.828,15.685"/> <path fill="%2300FF00" d="M22.806,15.806c0.009-0.041,0.017-0.081,0.023-0.121c0.028-0.198,0.013-0.389-0.045-0.573 c-0.131-0.392-0.46-0.749-0.988-1.071c-0.553-0.337-1.204-0.543-1.954-0.619c-0.055-0.005-0.108-0.01-0.158-0.015 c-0.79-0.055-1.514,0.038-2.173,0.279c-0.211,0.075-0.402,0.161-0.573,0.256c-0.372,0.206-0.644,0.453-0.815,0.739 c-0.091,0.146-0.156,0.304-0.196,0.475c-0.029,0.131-0.042,0.26-0.038,0.385c0.036,0.516,0.388,0.979,1.056,1.388 c0.181,0.111,0.375,0.209,0.581,0.294c0.453,0.181,0.961,0.292,1.524,0.332c0.598,0.04,1.162-0.003,1.69-0.128 c0.126-0.03,0.249-0.065,0.37-0.106c0.04-0.015,0.08-0.03,0.121-0.045c0.297-0.106,0.553-0.231,0.769-0.377 C22.441,16.608,22.71,16.244,22.806,15.806"/> </svg>');
}
.orange.icon-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Vstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca vstup --> <polygon points="4,16 13,12 13,15 22,15 22,17 13,17 13,20" fill="%23339900"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.orange.icon-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Výstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca výstup --> <polygon points="28,16 19,12 19,15 10,15 10,17 19,17 19,20" fill="%23CC3300"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.orange.icon-disable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.053,22.422 19.909,26.955 27.475,21.434 27.853,17.043 20.053,22.422 "/> <path fill="%23999999" d="M8.964,11.144c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.005-0.005,0.013-0.01,0.023-0.015L9.032,11.68 c-0.055-0.191-0.058-0.382-0.008-0.573C9.004,11.117,8.984,11.129,8.964,11.144"/> <path fill="%23999999" d="M15.459,10.948c0.045,0.151,0.055,0.307,0.03,0.468v1.682l6.782,3.96c0.573,0.337,0.986,0.712,1.237,1.124 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097c-0.126-0.091-0.262-0.176-0.407-0.256L15.459,10.948"/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23676767" d="M12.705,9.477c0.774,0.045,1.426,0.231,1.954,0.558c0.332,0.201,0.571,0.438,0.717,0.709 c0.035,0.065,0.063,0.133,0.083,0.204l6.917,3.908c0.146,0.08,0.282,0.166,0.407,0.256c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-3.417-2.157 l-3.628-2.286c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.02-0.07,0.045-0.141,0.075-0.211c0.131-0.287,0.36-0.538,0.686-0.754c0.262-0.176,0.566-0.319,0.913-0.43 c0.468-0.151,0.961-0.231,1.479-0.241C12.348,9.465,12.524,9.467,12.705,9.477"/> <path fill="%23990000" d="M15.421,15.188c-0.216,0.543-0.727,0.955-1.531,1.237c-0.382,0.136-0.782,0.221-1.199,0.256l3.417,2.157 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.251-0.412-0.664-0.787-1.237-1.124l-6.782-3.96 l-0.008,1.38C15.537,14.71,15.516,14.946,15.421,15.188 M9.054,13.294c-0.01,0.005-0.018,0.01-0.023,0.015 c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128L9.054,13.294z"/> <path fill="%23CC0000" d="M13.467,13c-0.045,0.01-0.088,0.02-0.128,0.03c-0.493,0.111-1.011,0.148-1.554,0.113 c-0.231-0.015-0.453-0.04-0.664-0.075c-0.025-0.005-0.048-0.01-0.068-0.015c-0.352-0.07-0.671-0.176-0.958-0.317 c-0.091-0.045-0.179-0.093-0.264-0.143c-0.332-0.206-0.571-0.443-0.717-0.709c-0.035-0.07-0.063-0.138-0.083-0.204l0.023,1.614 l0.008,1.101l3.628,2.286c0.417-0.035,0.817-0.121,1.199-0.256c0.805-0.282,1.315-0.694,1.531-1.237 c0.096-0.241,0.116-0.478,0.06-0.709l0.008-1.38v-1.682c-0.015,0.106-0.048,0.211-0.098,0.317c-0.166,0.352-0.468,0.649-0.905,0.89 c-0.201,0.106-0.432,0.201-0.694,0.287C13.686,12.945,13.578,12.975,13.467,13"/> <path fill="%23FF0000" d="M14.659,10.035c-0.528-0.327-1.179-0.513-1.954-0.558c-0.181-0.01-0.357-0.013-0.528-0.008 c-0.518,0.01-1.011,0.091-1.479,0.241c-0.347,0.111-0.651,0.254-0.913,0.43C9.459,10.357,9.23,10.609,9.1,10.895 c-0.03,0.07-0.055,0.141-0.075,0.211c-0.05,0.191-0.048,0.382,0.008,0.573c0.02,0.065,0.048,0.133,0.083,0.204 c0.146,0.267,0.385,0.503,0.717,0.709c0.085,0.05,0.173,0.098,0.264,0.143c0.287,0.141,0.606,0.246,0.958,0.317 c0.02,0.005,0.043,0.01,0.068,0.015c0.211,0.035,0.432,0.06,0.664,0.075c0.543,0.035,1.061-0.003,1.554-0.113 c0.04-0.01,0.083-0.02,0.128-0.03c0.111-0.025,0.219-0.055,0.324-0.091c0.262-0.085,0.493-0.181,0.694-0.287 c0.438-0.241,0.739-0.538,0.905-0.89c0.05-0.106,0.083-0.211,0.098-0.317c0.025-0.161,0.015-0.317-0.03-0.468 c-0.02-0.07-0.048-0.138-0.083-0.204C15.23,10.473,14.991,10.237,14.659,10.035"/> </svg>');
}
.orange.icon-refresh{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ffbc00" points="24.413,13.343 22.297,12.722 24.529,12.147 26.645,12.768 "/> <g> <polygon fill="%23d88500" points="22.312,20.108 20.196,19.487 15.752,14.767 17.868,15.388 "/> </g> <polygon fill="%23ffbc00" points="17.868,15.388 15.752,14.767 18.012,14.135 20.129,14.756 "/> <path fill="%23d88500" d="M16.383,7.999c1.329,1.139,1.519,3.309,1.602,4.928c0.012,0.245-0.098,1.039,0.044,1.214 c0.074,0.091,0.531,0.156,0.633,0.186c0.489,0.143,0.977,0.287,1.466,0.43c0.008-1.851-0.041-4.178-1.228-5.709 c-0.781-1.009-2.207-1.179-3.362-1.518C15.849,7.62,16.139,7.788,16.383,7.999z"/> <path fill="%23ffbc00" d="M14.066,8.522c1.481-1.844,3.851-3.511,6.328-2.785c-1.363-0.4-2.732-0.975-4.174-0.71 c-2.58,0.474-4.471,2.787-5.659,4.967c0.566,0.166,1.171,0.436,1.754,0.515c0.468,0.063,0.323,0.153,0.64-0.371 C13.292,9.578,13.656,9.031,14.066,8.522z"/> <path fill="%23a56600" d="M19.126,5.564c2.929-0.036,5.369,2.808,5.287,7.78l2.232-0.576l-4.333,7.34l-4.444-4.72l2.26-0.632 c0.021-5.08-1.447-6.722-3.187-6.701c-1.474,0.018-3.143,1.231-4.265,2.559C14.553,7.174,16.972,5.59,19.126,5.564z"/> <path fill="%23CCCCCC" d="M20.293,22.349c0.17-0.172,0.335-0.35,0.491-0.534c-0.436-0.128-0.871-0.256-1.307-0.383 c-0.17-0.05-0.561-0.246-0.744-0.218c-0.215,0.033-0.44,0.398-0.61,0.566c-1.086,1.071-2.803,2.351-4.434,1.874 c0.881,0.258,1.854,0.703,2.783,0.715C17.931,24.389,19.322,23.334,20.293,22.349z"/> <path fill="%23999999" d="M10.229,25.776c0.876,0.442,1.903,0.638,2.839,0.913c-2.216-0.651-3.397-2.908-3.805-5.029 c-0.114-0.59-0.175-1.186-0.201-1.786c-0.007-0.164,0.058-0.703-0.03-0.799c-0.054-0.059-0.215-0.043-0.285-0.084 c-0.492-0.286-1.261-0.37-1.814-0.532C6.89,21.124,7.616,24.467,10.229,25.776z"/> <polygon fill="%23CCCCCC" points="6.817,19.655 4.701,19.034 9.034,11.694 11.151,12.315 "/> <path fill="%23676767" d="M11.151,12.315l4.444,4.72l-2.267,0.639c-0.018,5.077,1.453,6.717,3.194,6.696 c1.474-0.018,3.142-1.229,4.263-2.554c-1.877,3.437-4.295,5.019-6.448,5.045c-2.929,0.036-5.368-2.808-5.287-7.781l-2.232,0.576 L11.151,12.315z"/> </svg>');
}
.orange.icon-refresh2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.476,21.434 27.853,17.043 20.053,22.422 19.909,26.955 27.476,21.434 "/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23CC9900" d="M8.451,13.89c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128l7.046,4.443 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.176-0.292-0.432-0.563-0.769-0.815l-7.4-4.36 c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302c-0.186-0.01-0.367-0.013-0.543-0.008 c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038c-0.407,0.156-0.762,0.347-1.064,0.573 C8.795,13.49,8.602,13.684,8.451,13.89"/> <path fill="%23999999" d="M12.2,10.194c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l7.4,4.36c0.337,0.251,0.593,0.523,0.769,0.815 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097l-7.453-4.239c-0.714-0.402-1.572-0.626-2.572-0.671 C12.567,10.191,12.381,10.189,12.2,10.194"/> <path fill="%23FFFF00" d="M13.291,12.172c-0.327,0.216-0.556,0.468-0.686,0.754c-0.085,0.186-0.123,0.37-0.113,0.551 c0.005,0.03,0.01,0.06,0.015,0.091c0.015,0.116,0.053,0.231,0.113,0.347c0.146,0.267,0.385,0.503,0.717,0.709 c0.372,0.226,0.802,0.385,1.29,0.475c0.211,0.035,0.432,0.06,0.664,0.075c0.593,0.035,1.154-0.013,1.682-0.143 c0.111-0.025,0.219-0.055,0.324-0.091c0.825-0.267,1.358-0.659,1.599-1.177c0.04-0.085,0.07-0.171,0.091-0.256 c0.055-0.246,0.02-0.49-0.106-0.732c-0.146-0.272-0.385-0.508-0.717-0.709c-0.528-0.327-1.179-0.513-1.954-0.558 c-0.714-0.045-1.383,0.033-2.007,0.234C13.857,11.852,13.553,11.996,13.291,12.172z"/> <path fill="%23FFCC00" d="M18.986,13.507c-0.02,0.086-0.05,0.171-0.091,0.256c-0.241,0.518-0.774,0.91-1.599,1.177 c-0.106,0.035-0.214,0.065-0.324,0.091c-0.528,0.131-1.089,0.179-1.682,0.143c-0.231-0.015-0.453-0.04-0.664-0.075 c-0.488-0.091-0.918-0.249-1.29-0.475c-0.332-0.206-0.571-0.443-0.717-0.709c-0.06-0.116-0.098-0.231-0.113-0.347l0.166,3.131 l3.234,2.004c0.521-0.016,1.023-0.083,1.488-0.247c0.805-0.282,1.315-0.694,1.531-1.237c0.07-0.176,0.101-0.35,0.091-0.521 L18.986,13.507z"/> </svg>');
}
.red.icon-fullscreen{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.998,4.014 3.998,11 10.998,4 "/> <polygon fill="%23FFFFFF" points="4.012,28 10.998,28 3.998,21 "/> <polygon fill="%23FFFFFF" points="27.998,27.986 27.998,21 20.998,28 "/> <polygon fill="%23FFFFFF" points="27.983,4 20.998,4 27.998,11 "/> <rect x="6.998" y="6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -3.5215 8.4982)" fill="%23FFFFFF" width="3" height="5"/> <rect x="6.998" y="21" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 -2.1109 46.1258)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="21" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 56.73 23.5018)" fill="%23FFFFFF" width="3" height="5"/> <rect x="21.998" y="6" transform="matrix(0.7071 0.7071 -0.7071 0.7071 12.8927 -14.1257)" fill="%23FFFFFF" width="3" height="5"/> </svg>');
}
.red.icon-fullscreen2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990000" points="12.485,19.923 11.829,20.294 10.69,20.959 12.536,24.159 14.305,23.09 12.485,19.923 "/> <path fill="%23990000" d="M12.726,19.76l0.509-0.285c0.038-0.019,0.075-0.04,0.112-0.06c0.049-0.029,0.098-0.058,0.147-0.086 l1.061-0.613l-1.881-3.261l-1.76,1.147L12.726,19.76"/> <polyline fill="%23990000" points="7.015,14.557 8.853,17.758 10.578,16.619 8.853,13.617 7.015,14.557 "/> <polyline fill="%23990000" points="26.547,9.071 24.554,10.166 23.389,18.517 25.287,17.353 26.547,9.071 "/> <polyline fill="%23990000" points="20.93,25.126 22.751,23.935 20.413,19.898 18.567,21.028 20.93,25.126 "/> <polyline fill="%23990000" points="24.994,22.917 23.148,24.125 23.544,31.967 25.304,30.699 24.994,22.917 "/> <polyline fill="%23990000" points="10.673,11.892 12.571,10.925 14.443,9.571 12.519,10.537 10.673,11.892 "/> <polyline fill="%23990000" points="8.404,7.949 6.722,9.329 8.62,8.424 8.654,8.389 8.404,7.949 "/> <polyline fill="%23990000" points="10.173,6.483 12.131,5.568 14.046,4.015 12.062,4.938 10.173,6.483 "/> <polyline fill="%23CC0000" points="10.915,16.602 10.664,16.766 8.853,17.758 7.015,14.557 6.86,21.157 12.536,24.159 10.69,20.959 11.829,20.294 12.726,19.76 10.915,16.602 "/> <polyline fill="%23CC0000" points="16.91,7.328 19.058,11.046 16.548,12.703 18.627,16.3 21.224,14.782 21.232,14.79 21.232,14.79 23.389,18.517 24.554,10.166 16.91,7.328 "/> <polyline fill="%23CC0000" points="18.567,21.028 16.539,22.08 18.67,25.781 18.834,26.057 16.859,26.946 23.544,31.967 23.148,24.125 20.93,25.126 18.567,21.028 "/> <polyline fill="%23CC0000" points="12.062,4.938 5.669,0.97 6.722,9.329 8.404,7.949 8.654,8.389 10.673,11.892 12.519,10.537 10.173,6.483 12.062,4.938 "/> <polyline fill="%23FF0000" points="10.828,16.455 10.578,16.619 8.853,17.758 10.664,16.766 10.915,16.602 12.674,15.455 10.828,16.455 "/> <polyline fill="%23FF0000" points="24.554,10.166 26.547,9.071 18.894,6.345 16.91,7.328 24.554,10.166 "/> <polyline fill="%23FF0000" points="23.148,24.125 24.994,22.917 22.751,23.935 20.93,25.126 23.148,24.125 "/> <polyline fill="%23FF0000" points="18.834,26.057 18.67,25.781 18.636,25.798 16.859,26.946 18.834,26.057 "/> <polyline fill="%23FF0000" points="18.368,20.967 16.539,22.08 18.567,21.028 20.413,19.898 18.368,20.967 "/> <polyline fill="%23FF0000" points="12.131,5.568 10.173,6.483 12.519,10.537 14.443,9.571 12.131,5.568 "/> <polyline fill="%23FF0000" points="7.654,0.142 5.669,0.97 12.062,4.938 14.046,4.015 7.654,0.142 "/> </svg> ');
}
.red.icon-enable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.052,22.422 19.909,26.955 27.475,21.434 27.852,17.043 20.052,22.422 "/> <path fill="%23999999" d="M19.683,13.407c0.05,0.005,0.103,0.01,0.158,0.015l-4.511-2.55c-0.714-0.402-1.572-0.626-2.572-0.671 c-0.191-0.01-0.377-0.013-0.558-0.008c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l1.599,0.935c0.171-0.096,0.362-0.181,0.573-0.256 C18.169,13.445,18.893,13.352,19.683,13.407"/> <path fill="%23999999" d="M22.783,15.112c0.059,0.184,0.074,0.375,0.045,0.573L22.73,17.36c0.341,0.257,0.6,0.531,0.777,0.822 c0.216-0.292,0.347-0.616,0.392-0.973C24.005,16.405,23.633,15.706,22.783,15.112"/> <polyline fill="%23999999" points="19.909,26.955 20.052,22.422 4.339,12.366 4.671,16.621 19.909,26.955 "/> <polyline fill="%23CCCCCC" points="20.052,22.422 27.852,17.043 12.147,8.27 4.339,12.366 20.052,22.422 "/> <path fill="%23676767" d="M21.795,14.041c0.528,0.322,0.857,0.679,0.988,1.071c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-0.174-0.113 l-6.872-4.33c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.322-0.221,0.694-0.405,1.116-0.551c0.644-0.226,1.33-0.347,2.059-0.362c0.181-0.005,0.367-0.003,0.558,0.008 c1.001,0.045,1.858,0.269,2.572,0.671l4.511,2.55C20.59,13.498,21.242,13.704,21.795,14.041"/> <path fill="%23006600" d="M15.888,15.542c-0.004-0.125,0.008-0.253,0.038-0.385c0.04-0.171,0.106-0.329,0.196-0.475 c0.171-0.287,0.443-0.533,0.815-0.739l-1.599-0.935c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302 c-0.186-0.01-0.367-0.013-0.543-0.008c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038 c-0.407,0.156-0.762,0.347-1.064,0.573c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377 c0.06,0.045,0.123,0.088,0.189,0.128l6.872,4.33L15.888,15.542 M22.934,18.733c0.231-0.171,0.422-0.355,0.573-0.551 c-0.177-0.291-0.436-0.565-0.777-0.822l-0.083,1.561C22.748,18.861,22.843,18.798,22.934,18.733z"/> <path fill="%23339900" d="M22.828,15.685c-0.006,0.04-0.013,0.08-0.023,0.121c-0.096,0.438-0.365,0.802-0.807,1.094 c-0.216,0.146-0.473,0.272-0.769,0.377c-0.04,0.015-0.08,0.03-0.121,0.045c-0.121,0.04-0.244,0.075-0.37,0.106 c-0.528,0.126-1.091,0.168-1.69,0.128c-0.563-0.04-1.071-0.151-1.524-0.332c-0.206-0.085-0.4-0.184-0.581-0.294 c-0.668-0.409-1.02-0.872-1.056-1.388l0.045,3.183l0.174,0.113c0.79,0.498,1.74,0.785,2.851,0.86 c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362l0.083-1.561L22.828,15.685"/> <path fill="%2300FF00" d="M22.806,15.806c0.009-0.041,0.017-0.081,0.023-0.121c0.028-0.198,0.013-0.389-0.045-0.573 c-0.131-0.392-0.46-0.749-0.988-1.071c-0.553-0.337-1.204-0.543-1.954-0.619c-0.055-0.005-0.108-0.01-0.158-0.015 c-0.79-0.055-1.514,0.038-2.173,0.279c-0.211,0.075-0.402,0.161-0.573,0.256c-0.372,0.206-0.644,0.453-0.815,0.739 c-0.091,0.146-0.156,0.304-0.196,0.475c-0.029,0.131-0.042,0.26-0.038,0.385c0.036,0.516,0.388,0.979,1.056,1.388 c0.181,0.111,0.375,0.209,0.581,0.294c0.453,0.181,0.961,0.292,1.524,0.332c0.598,0.04,1.162-0.003,1.69-0.128 c0.126-0.03,0.249-0.065,0.37-0.106c0.04-0.015,0.08-0.03,0.121-0.045c0.297-0.106,0.553-0.231,0.769-0.377 C22.441,16.608,22.71,16.244,22.806,15.806"/> </svg>');
}
.red.icon-input{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Vstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca vstup --> <polygon points="4,16 13,12 13,15 22,15 22,17 13,17 13,20" fill="%23339900"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.red.icon-output{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Výstupný obdĺžnik --> <rect x="8" y="12" width="16" height="8" rx="2" fill="%23CCCCCC"/> <!-- Šípka naznačujúca výstup --> <polygon points="28,16 19,12 19,15 10,15 10,17 19,17 19,20" fill="%23CC3300"/> <!-- Lemovanie obdĺžnika pre kontrast --> <rect x="8" y="12" width="16" height="8" rx="2" fill="none" stroke="%23676767" stroke-width="1"/> </svg>');
}
.red.icon-disable{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="20.053,22.422 19.909,26.955 27.475,21.434 27.853,17.043 20.053,22.422 "/> <path fill="%23999999" d="M8.964,11.144c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.005-0.005,0.013-0.01,0.023-0.015L9.032,11.68 c-0.055-0.191-0.058-0.382-0.008-0.573C9.004,11.117,8.984,11.129,8.964,11.144"/> <path fill="%23999999" d="M15.459,10.948c0.045,0.151,0.055,0.307,0.03,0.468v1.682l6.782,3.96c0.573,0.337,0.986,0.712,1.237,1.124 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097c-0.126-0.091-0.262-0.176-0.407-0.256L15.459,10.948"/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23676767" d="M12.705,9.477c0.774,0.045,1.426,0.231,1.954,0.558c0.332,0.201,0.571,0.438,0.717,0.709 c0.035,0.065,0.063,0.133,0.083,0.204l6.917,3.908c0.146,0.08,0.282,0.166,0.407,0.256c0.85,0.593,1.222,1.292,1.116,2.097 c-0.045,0.357-0.176,0.681-0.392,0.973c-0.151,0.196-0.342,0.38-0.573,0.551c-0.091,0.065-0.186,0.128-0.287,0.189 c-0.221,0.131-0.473,0.251-0.754,0.362c-0.885,0.352-1.863,0.49-2.934,0.415c-1.111-0.075-2.062-0.362-2.851-0.86l-3.417-2.157 l-3.628-2.286c-0.065-0.04-0.128-0.083-0.189-0.128c-0.161-0.121-0.302-0.246-0.422-0.377c-0.126-0.141-0.226-0.287-0.302-0.438 c-0.221-0.422-0.239-0.855-0.053-1.297c0.156-0.372,0.445-0.709,0.867-1.011c0.02-0.015,0.04-0.028,0.06-0.038 c0.02-0.07,0.045-0.141,0.075-0.211c0.131-0.287,0.36-0.538,0.686-0.754c0.262-0.176,0.566-0.319,0.913-0.43 c0.468-0.151,0.961-0.231,1.479-0.241C12.348,9.465,12.524,9.467,12.705,9.477"/> <path fill="%23990000" d="M15.421,15.188c-0.216,0.543-0.727,0.955-1.531,1.237c-0.382,0.136-0.782,0.221-1.199,0.256l3.417,2.157 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.251-0.412-0.664-0.787-1.237-1.124l-6.782-3.96 l-0.008,1.38C15.537,14.71,15.516,14.946,15.421,15.188 M9.054,13.294c-0.01,0.005-0.018,0.01-0.023,0.015 c-0.236,0.181-0.43,0.375-0.581,0.581c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128L9.054,13.294z"/> <path fill="%23CC0000" d="M13.467,13c-0.045,0.01-0.088,0.02-0.128,0.03c-0.493,0.111-1.011,0.148-1.554,0.113 c-0.231-0.015-0.453-0.04-0.664-0.075c-0.025-0.005-0.048-0.01-0.068-0.015c-0.352-0.07-0.671-0.176-0.958-0.317 c-0.091-0.045-0.179-0.093-0.264-0.143c-0.332-0.206-0.571-0.443-0.717-0.709c-0.035-0.07-0.063-0.138-0.083-0.204l0.023,1.614 l0.008,1.101l3.628,2.286c0.417-0.035,0.817-0.121,1.199-0.256c0.805-0.282,1.315-0.694,1.531-1.237 c0.096-0.241,0.116-0.478,0.06-0.709l0.008-1.38v-1.682c-0.015,0.106-0.048,0.211-0.098,0.317c-0.166,0.352-0.468,0.649-0.905,0.89 c-0.201,0.106-0.432,0.201-0.694,0.287C13.686,12.945,13.578,12.975,13.467,13"/> <path fill="%23FF0000" d="M14.659,10.035c-0.528-0.327-1.179-0.513-1.954-0.558c-0.181-0.01-0.357-0.013-0.528-0.008 c-0.518,0.01-1.011,0.091-1.479,0.241c-0.347,0.111-0.651,0.254-0.913,0.43C9.459,10.357,9.23,10.609,9.1,10.895 c-0.03,0.07-0.055,0.141-0.075,0.211c-0.05,0.191-0.048,0.382,0.008,0.573c0.02,0.065,0.048,0.133,0.083,0.204 c0.146,0.267,0.385,0.503,0.717,0.709c0.085,0.05,0.173,0.098,0.264,0.143c0.287,0.141,0.606,0.246,0.958,0.317 c0.02,0.005,0.043,0.01,0.068,0.015c0.211,0.035,0.432,0.06,0.664,0.075c0.543,0.035,1.061-0.003,1.554-0.113 c0.04-0.01,0.083-0.02,0.128-0.03c0.111-0.025,0.219-0.055,0.324-0.091c0.262-0.085,0.493-0.181,0.694-0.287 c0.438-0.241,0.739-0.538,0.905-0.89c0.05-0.106,0.083-0.211,0.098-0.317c0.025-0.161,0.015-0.317-0.03-0.468 c-0.02-0.07-0.048-0.138-0.083-0.204C15.23,10.473,14.991,10.237,14.659,10.035"/> </svg>');
}
.red.icon-refresh{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF0000" points="24.413,13.343 22.297,12.722 24.529,12.147 26.645,12.768 "/> <g> <polygon fill="%23CC0000" points="22.312,20.108 20.196,19.487 15.752,14.767 17.868,15.388 "/> </g> <polygon fill="%23FF0000" points="17.868,15.388 15.752,14.767 18.012,14.135 20.129,14.756 "/> <path fill="%23CC0000" d="M16.383,7.999c1.329,1.139,1.519,3.309,1.602,4.928c0.012,0.245-0.098,1.039,0.044,1.214 c0.074,0.091,0.531,0.156,0.633,0.186c0.489,0.143,0.977,0.287,1.466,0.43c0.008-1.851-0.041-4.178-1.228-5.709 c-0.781-1.009-2.207-1.179-3.362-1.518C15.849,7.62,16.139,7.788,16.383,7.999z"/> <path fill="%23FF0000" d="M14.066,8.522c1.481-1.844,3.851-3.511,6.328-2.785c-1.363-0.4-2.732-0.975-4.174-0.71 c-2.58,0.474-4.471,2.787-5.659,4.967c0.566,0.166,1.171,0.436,1.754,0.515c0.468,0.063,0.323,0.153,0.64-0.371 C13.292,9.578,13.656,9.031,14.066,8.522z"/> <path fill="%23990000" d="M19.126,5.564c2.929-0.036,5.369,2.808,5.287,7.78l2.232-0.576l-4.333,7.34l-4.444-4.72l2.26-0.632 c0.021-5.08-1.447-6.722-3.187-6.701c-1.474,0.018-3.143,1.231-4.265,2.559C14.553,7.174,16.972,5.59,19.126,5.564z"/> <path fill="%23CCCCCC" d="M20.293,22.349c0.17-0.172,0.335-0.35,0.491-0.534c-0.436-0.128-0.871-0.256-1.307-0.383 c-0.17-0.05-0.561-0.246-0.744-0.218c-0.215,0.033-0.44,0.398-0.61,0.566c-1.086,1.071-2.803,2.351-4.434,1.874 c0.881,0.258,1.854,0.703,2.783,0.715C17.931,24.389,19.322,23.334,20.293,22.349z"/> <path fill="%23999999" d="M10.229,25.776c0.876,0.442,1.903,0.638,2.839,0.913c-2.216-0.651-3.397-2.908-3.805-5.029 c-0.114-0.59-0.175-1.186-0.201-1.786c-0.007-0.164,0.058-0.703-0.03-0.799c-0.054-0.059-0.215-0.043-0.285-0.084 c-0.492-0.286-1.261-0.37-1.814-0.532C6.89,21.124,7.616,24.467,10.229,25.776z"/> <polygon fill="%23CCCCCC" points="6.817,19.655 4.701,19.034 9.034,11.694 11.151,12.315 "/> <path fill="%23676767" d="M11.151,12.315l4.444,4.72l-2.267,0.639c-0.018,5.077,1.453,6.717,3.194,6.696 c1.474-0.018,3.142-1.229,4.263-2.554c-1.877,3.437-4.295,5.019-6.448,5.045c-2.929,0.036-5.368-2.808-5.287-7.781l-2.232,0.576 L11.151,12.315z"/> </svg>');
}
.red.icon-refresh2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="27.476,21.434 27.853,17.043 20.053,22.422 19.909,26.955 27.476,21.434 "/> <polyline fill="%23999999" points="4.34,12.366 4.672,16.621 19.909,26.955 20.053,22.422 4.34,12.366 "/> <polyline fill="%23CCCCCC" points="12.147,8.27 4.34,12.366 20.053,22.422 27.853,17.043 12.147,8.27 "/> <path fill="%23CC9900" d="M8.451,13.89c0.121,0.131,0.262,0.256,0.422,0.377c0.06,0.045,0.123,0.088,0.189,0.128l7.046,4.443 c0.79,0.498,1.74,0.785,2.851,0.86c1.071,0.075,2.049-0.063,2.934-0.415c0.282-0.111,0.533-0.231,0.754-0.362 c0.101-0.06,0.196-0.123,0.287-0.189c0.231-0.171,0.422-0.355,0.573-0.551c-0.176-0.292-0.432-0.563-0.769-0.815l-7.4-4.36 c-0.267-0.156-0.551-0.284-0.852-0.385c-0.508-0.176-1.074-0.277-1.697-0.302c-0.186-0.01-0.367-0.013-0.543-0.008 c-0.729,0.02-1.416,0.148-2.059,0.385c-0.03,0.01-0.06,0.023-0.091,0.038c-0.407,0.156-0.762,0.347-1.064,0.573 C8.795,13.49,8.602,13.684,8.451,13.89"/> <path fill="%23999999" d="M12.2,10.194c-0.729,0.015-1.416,0.136-2.059,0.362c-0.422,0.146-0.795,0.329-1.116,0.551 c-0.02,0.01-0.04,0.023-0.06,0.038c-0.422,0.302-0.712,0.639-0.867,1.011c-0.186,0.443-0.168,0.875,0.053,1.297 c0.075,0.151,0.176,0.297,0.302,0.438c0.151-0.206,0.344-0.4,0.581-0.581c0.302-0.226,0.656-0.417,1.064-0.573 c0.03-0.015,0.06-0.028,0.091-0.038c0.644-0.236,1.33-0.365,2.059-0.385c0.176-0.005,0.357-0.003,0.543,0.008 c0.624,0.025,1.189,0.126,1.697,0.302c0.302,0.101,0.586,0.229,0.852,0.385l7.4,4.36c0.337,0.251,0.593,0.523,0.769,0.815 c0.216-0.292,0.347-0.616,0.392-0.973c0.106-0.805-0.267-1.504-1.116-2.097l-7.453-4.239c-0.714-0.402-1.572-0.626-2.572-0.671 C12.567,10.191,12.381,10.189,12.2,10.194"/> <path fill="%23FFFF00" d="M13.291,12.172c-0.327,0.216-0.556,0.468-0.686,0.754c-0.085,0.186-0.123,0.37-0.113,0.551 c0.005,0.03,0.01,0.06,0.015,0.091c0.015,0.116,0.053,0.231,0.113,0.347c0.146,0.267,0.385,0.503,0.717,0.709 c0.372,0.226,0.802,0.385,1.29,0.475c0.211,0.035,0.432,0.06,0.664,0.075c0.593,0.035,1.154-0.013,1.682-0.143 c0.111-0.025,0.219-0.055,0.324-0.091c0.825-0.267,1.358-0.659,1.599-1.177c0.04-0.085,0.07-0.171,0.091-0.256 c0.055-0.246,0.02-0.49-0.106-0.732c-0.146-0.272-0.385-0.508-0.717-0.709c-0.528-0.327-1.179-0.513-1.954-0.558 c-0.714-0.045-1.383,0.033-2.007,0.234C13.857,11.852,13.553,11.996,13.291,12.172z"/> <path fill="%23FFCC00" d="M18.986,13.507c-0.02,0.086-0.05,0.171-0.091,0.256c-0.241,0.518-0.774,0.91-1.599,1.177 c-0.106,0.035-0.214,0.065-0.324,0.091c-0.528,0.131-1.089,0.179-1.682,0.143c-0.231-0.015-0.453-0.04-0.664-0.075 c-0.488-0.091-0.918-0.249-1.29-0.475c-0.332-0.206-0.571-0.443-0.717-0.709c-0.06-0.116-0.098-0.231-0.113-0.347l0.166,3.131 l3.234,2.004c0.521-0.016,1.023-0.083,1.488-0.247c0.805-0.282,1.315-0.694,1.531-1.237c0.07-0.176,0.101-0.35,0.091-0.521 L18.986,13.507z"/> </svg>');
}


.hx_tree_icon.sub-module::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.043,22.45 1.171,6.499 16.039,0 30.905,6.499 29.034,22.45 16.039,32.295 "/> <path fill="%23006699" d="M16.038,29.786l11.109-8.416l1.599-13.633l-12.708,7.237V29.786z"/> <path fill="%230099CC" d="M4.93,21.37l11.109,8.416V14.974L3.331,7.737L4.93,21.37z"/> <path fill="%2300CCFF" d="M16.038,2.183L3.331,7.737l12.708,7.237l12.708-7.237L16.038,2.183z"/> </svg> ');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-code::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="6.534,20.621 6.243,18.146 3.874,19.146 5.527,8.832 16.01,4.25 26.485,8.828 27.606,15.456 25.949,16.698 25.488,20.621 16.01,27.801 "/> <path fill="%23FFFFFF" d="M8.29,27.742c-1.88-0.02-3.409-0.5-4.545-1.428c-1.245-1.018-1.903-2.481-1.903-4.233 c0,0-0.001-3.465-0.002-3.49c-0.133-0.037-0.37-0.08-0.761-0.08h-1v-5.553l0.969-0.031c0.406-0.006,0.655-0.049,0.793-0.083 c0.001-0.016,0.001-3.487,0.001-3.487c0-1.769,0.68-3.246,1.967-4.271c1.168-0.93,2.683-1.401,4.503-1.401h2v5.51L8.363,9.245 C8.018,9.254,7.828,9.302,7.736,9.333C7.732,9.368,7.728,9.416,7.728,9.481v3.313c0,1.152-0.297,2.138-0.857,2.92 c0.561,0.782,0.857,1.768,0.857,2.92v3.335c0,0.052,0.002,0.095,0.005,0.129c0.107,0.03,0.301,0.066,0.614,0.072l1.964,0.035v5.558 L8.29,27.742z"/> <path fill="%23676767" d="M5.728,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561c-1.722,0.045-2.583,0.79-2.583,2.235v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23FFFFFF" d="M21.7,22.206l1.964-0.036c0.293-0.005,0.476-0.039,0.581-0.068c0.003-0.036,0.005-0.08,0.005-0.133v-3.335 c0-1.173,0.284-2.159,0.844-2.938c-0.552-0.779-0.844-1.759-0.844-2.902V9.481c0-0.067-0.004-0.118-0.009-0.154 c-0.089-0.03-0.271-0.073-0.594-0.082L21.7,9.194V3.685h2c1.848,0,3.369,0.482,4.523,1.434c1.252,1.032,1.913,2.498,1.913,4.238 c0,0,0,3.471,0.001,3.486c0.134,0.033,0.39,0.078,0.815,0.084l0.969,0.031v5.553h-1c-0.403,0-0.647,0.043-0.783,0.082 c-0.001,0.025-0.002,3.489-0.002,3.489c0,1.737-0.646,3.194-1.87,4.215c-1.127,0.939-2.656,1.426-4.545,1.446L21.7,27.764V22.206z" /> <path fill="%23676767" d="M28.754,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977s1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6c0.442,0.341,1.149,0.518,2.123,0.533 v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403c0,1.146-0.384,2.038-1.151,2.678s-1.863,0.968-3.285,0.983 V24.17c0.831-0.015,1.464-0.195,1.898-0.539s0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954 s1.041-0.749,1.887-0.898V15.646z"/> <path fill="%23006699" d="M16.011,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%230099CC" d="M8.421,19.542l7.59,5.75v-10.12l-8.682-4.945L8.421,19.542z"/> <path fill="%23676767" d="M16.011,15.172v-8.74l-8.682,3.795L16.011,15.172z"/> <path fill="%23999999" d="M24.062,15.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.062,15.612z"/> <path fill="%23333333" d="M6.419,15.9l1.577-0.666l-0.668-5.007L6.419,15.9z"/> <path fill="%23CCCCCC" d="M24.693,10.227l-8.682-3.795l0,5.912l0,2.828L24.693,10.227z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-config::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="30.431,11.386 15.914,31.512 1.569,11.387 15.931,0.488 "/> <polyline fill="%2300CCFF" points="15.937,2.994 15.924,28.08 27.661,11.807 15.937,2.994 "/> <polyline fill="%23006699" points="4.324,11.807 15.924,28.08 15.937,2.994 4.324,11.807 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-config-90::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="11.619,2.167 31.745,16.683 11.62,31.028 0.721,16.667 "/> <polyline fill="%2300CCFF" points="3.227,16.661 28.313,16.674 12.04,4.937 3.227,16.661 "/> <polyline fill="%23006699" points="12.04,28.274 28.313,16.674 3.227,16.661 12.04,28.274 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-abstract::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230099CC" d="M19.533,27.38l-0.93-2.967h-4.679l-0.971,2.967h-7.28l7.973-21.933h5.188l7.974,21.933H19.533z M16.688,18.325l-0.346-1.096l-0.369,1.096H16.688z"/> <path fill="%23FFFFFF" d="M18.135,6.447l7.246,19.934h-5.113l-0.93-2.967h-6.139l-0.971,2.967H7.101l7.246-19.934H18.135 M14.58,19.326h3.473l-1.682-5.318L14.58,19.326 M19.536,4.447h-1.401h-3.787h-1.401l-0.479,1.317L5.222,25.697L4.246,28.38h2.855 h5.127h1.45l0.451-1.378l0.52-1.589h3.22l0.49,1.565l0.439,1.402h1.469h5.113h2.855l-0.975-2.683L20.014,5.763L19.536,4.447 L19.536,4.447z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-disabled::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <circle fill="%23FFFFFF" cx="16.244" cy="15.971" r="12"/> <circle fill="%23CC0000" cx="16.244" cy="15.971" r="10"/> <rect x="10.244" y="13.971" fill="%23FFFFFF" width="12" height="4"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-interface::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230099CC" d="M12.855,28.04V11.562h1.035c-0.417-0.307-0.761-0.692-1.028-1.147c-0.34-0.581-0.513-1.225-0.513-1.914 c0-0.676,0.169-1.312,0.502-1.893c0.332-0.578,0.795-1.045,1.377-1.389c0.588-0.346,1.234-0.521,1.923-0.521 s1.336,0.175,1.923,0.521c0.582,0.344,1.046,0.811,1.378,1.389c0.333,0.581,0.502,1.217,0.502,1.893 c0,0.689-0.173,1.333-0.514,1.914c-0.266,0.455-0.61,0.839-1.027,1.146h1.035V28.04H12.855z"/> <path fill="%23FFFFFF" d="M16.152,5.698c0.511,0,0.982,0.128,1.415,0.383C18,6.337,18.34,6.678,18.586,7.107 C18.832,7.535,18.955,8,18.955,8.501c0,0.511-0.125,0.98-0.376,1.408c-0.251,0.429-0.59,0.768-1.019,1.019 c-0.429,0.251-0.897,0.376-1.408,0.376s-0.979-0.125-1.408-0.376c-0.429-0.25-0.768-0.59-1.019-1.019 c-0.251-0.428-0.376-0.897-0.376-1.408c0-0.501,0.123-0.966,0.369-1.395c0.246-0.428,0.586-0.77,1.019-1.025 C15.17,5.826,15.642,5.698,16.152,5.698 M18.449,12.562V27.04h-4.594V12.562H18.449 M16.152,3.698c-0.87,0-1.687,0.222-2.43,0.66 c-0.734,0.433-1.318,1.023-1.737,1.752c-0.422,0.734-0.635,1.539-0.635,2.391c0,0.766,0.17,1.489,0.506,2.154v1.906V27.04v2h2 h4.594h2v-2V12.562v-1.906c0.336-0.665,0.506-1.388,0.506-2.154c0-0.852-0.214-1.657-0.635-2.39c-0.42-0.73-1.004-1.32-1.736-1.752 C17.84,3.92,17.022,3.698,16.152,3.698L16.152,3.698z"/> </svg> ');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-constraint::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.834,20.542 12.529,1.461 17.42,0 27.36,30.321 22.245,31.989 "/> <polygon fill="%2300CCFF" points="10.368,18.575 8.666,19.529 20.287,26.896 19.324,24.068 "/> <polygon fill="none" points="19.324,24.068 14.631,10.235 14.064,8.556 8.666,19.529 20.287,26.896 "/> <path fill="%230099CC" d="M14.031,2.991L6.367,19.805l16.981,11.068L14.031,2.991z M14.064,8.556l0.568,1.679l4.692,13.834 l0.963,2.828L8.666,19.529L14.064,8.556z"/> <polyline fill="%23006699" points="14.631,10.235 14.064,8.556 8.666,19.529 10.368,18.575 14.631,10.235 "/> <polygon fill="%23006699" points="16.014,2.133 14.03,2.991 23.348,30.873 25.017,29.595 "/> </svg> ');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-link-code::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="13.191,23.699 5.893,27.889 7.299,17.358 0.431,10.006 31.149,5.282 18.517,29.188 "/> <polygon fill="%2300CCFF" points="27.523,7.864 4.477,11.407 9.407,16.684 "/> <polygon fill="%230099CC" points="11.61,18.903 18.035,25.819 27.523,7.864 "/> <polygon fill="%23676767" points="9.407,16.684 8.412,24.137 11.61,18.903 27.523,7.864 "/> <polygon fill="%23333333" points="13.543,21.19 8.412,24.137 11.61,18.903 "/> </svg> ');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-link-config::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M29.758,13.209L17.042,0.969v7.79C9.644,10.366,4.707,15.578,3.059,23.595l-0.038,0.183v7.163l3.492-3.816 c2.489-3.39,5.783-5.117,10.528-5.47v0.29v5.306v2.067l12.774-12.426L29.758,13.209z"/> <path fill="%23676767" d="M4.948,23.964c0,0.955,0,0.978,0,2.066c3.186-4.339,7.647-6.323,14.02-6.323V17.64 C13.197,17.64,8.362,19.345,4.948,23.964z"/> <polygon fill="%23676767" points="18.968,22.724 18.968,24.79 27.89,16.111 27.89,14.045 "/> <path fill="%2300CCFF" d="M27.89,14.045l-8.922-8.679v2.066v2.893c-8.922,1.24-12.746,7.439-14.02,13.638 c0.301-0.41,0.625-0.779,0.949-1.147c3.109-3.529,7.3-5.176,13.071-5.176v2.066v3.017l7.86-7.646L27.89,14.045z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-link-inherited::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M29.758,13.209L17.042,0.969v7.79C9.644,10.366,4.707,15.578,3.059,23.595l-0.038,0.183v7.163l3.492-3.816 c2.489-3.39,5.783-5.117,10.528-5.47v0.29v5.306v2.067l12.774-12.426L29.758,13.209z"/> <path fill="%23676767" d="M4.948,23.964c0,0.955,0,0.978,0,2.066c3.186-4.339,7.647-6.323,14.02-6.323V17.64 C13.197,17.64,8.362,19.345,4.948,23.964z"/> <polygon fill="%23676767" points="18.968,22.724 18.968,24.79 27.89,16.111 27.89,14.045 "/> <path fill="%23CCCCCC" d="M27.89,14.045l-8.922-8.679v2.066v2.893c-8.922,1.24-12.746,7.439-14.02,13.638 c0.301-0.41,0.625-0.779,0.949-1.147c3.109-3.529,7.3-5.176,13.071-5.176v2.066v3.017l7.86-7.646L27.89,14.045z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-link-suite::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M30.101,2.914l-3.012,0.087c-0.4,0.011-9.609,0.357-17.042,7.274c-0.396-0.026-0.771-0.044-1.12-0.044 c-0.751,0-1.862,0.075-2.836,0.721c-0.889,0.59-3.243,3.082-4.568,4.514L0,18.045l4.039,1.162c-0.667,0.667-1.323,1.323-1.323,1.323 c-0.812,0.725-0.826,1.701-0.589,2.319c0.193,0.51,0.566,0.908,1.034,1.133C3.16,23.988,3.158,23.994,3.156,24 c-0.512,1.114-0.063,2.068,0.494,2.558l0.634,0.517h0.749c0.444,0,0.787-0.139,0.97-0.22c0.009-0.003,0.017-0.005,0.025-0.008 c0.22,0.443,0.575,0.758,0.923,0.935l0.463,0.225h0.478c0.354,0,1.02-0.096,1.578-0.727c0.398-0.397,0.791-0.792,1.188-1.188 l1.308,4.979l2.46-2.415c0.001-0.001,2.459-2.415,4.22-4.132c1.224-1.194,1.219-3.207,1.033-5.102 c6.715-7.068,9.226-13.422,9.332-13.697L30.101,2.914z M18.742,12.052c-0.134,0.133-0.285,0.161-0.389,0.161 c-0.104,0-0.256-0.028-0.39-0.162c-0.133-0.133-0.161-0.285-0.161-0.389s0.028-0.256,0.161-0.389 c0.134-0.133,0.285-0.161,0.39-0.161c0.104,0,0.255,0.028,0.389,0.161C18.956,11.489,18.956,11.838,18.742,12.052z"/> <path fill="%2300CCFF" d="M4.917,22.188c-0.249,0-0.499,0.002-0.748-0.002c-0.06-0.001-0.143,0.028-0.171-0.046 c-0.027-0.071,0.049-0.111,0.092-0.154c0.831-0.833,1.661-1.665,2.495-2.494c0.099-0.099,0.193-0.289,0.314-0.259 c0.13,0.032,0.09,0.243,0.126,0.375c0.508,1.869,1.7,3.014,3.6,3.414c0.055,0.011,0.127,0,0.15,0.061 c0.028,0.075-0.048,0.111-0.09,0.153c-0.891,0.893-1.783,1.785-2.676,2.676c-0.042,0.042-0.08,0.122-0.153,0.086 c-0.065-0.033-0.046-0.114-0.046-0.176c-0.001-0.478-0.006-0.955,0.004-1.432c0.004-0.198-0.068-0.232-0.241-0.173 c-0.755,0.258-1.511,0.511-2.268,0.764c-0.113,0.038-0.259,0.141-0.339,0.071c-0.094-0.082,0.025-0.222,0.06-0.331 c0.252-0.772,0.507-1.543,0.771-2.311c0.056-0.164,0.046-0.234-0.152-0.223C5.403,22.198,5.16,22.188,4.917,22.188z"/> <path fill="%23006699" d="M18.595,19.699C25.597,12.573,27.146,5,27.146,5s-8.289,1.269-15.349,8.33 c-1.53-0.097-2.778-0.257-3.6,0.288c-0.821,0.546-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C19.144,23.218,18.612,20.179,18.595,19.699z M17.55,14.467c-0.996-0.996-0.996-2.611,0-3.607c0.996-0.996,2.611-0.996,3.606,0s0.996,2.61,0,3.606S18.546,15.462,17.55,14.467z" /> <path fill="%230099CC" d="M17.595,18.699C24.597,11.573,27.146,5,27.146,5s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C18.144,22.218,17.612,19.179,17.595,18.699z M16.55,13.467c-0.996-0.996-0.996-2.611,0-3.607c0.996-0.996,2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 S17.546,14.462,16.55,13.467z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-suite-clone::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M14.338,25.615c-0.275-0.073-0.58-0.183-0.9-0.344l-2.12,2.058l-1.475-5.552l-5.119-1.456l1.378-1.473 l-1.383-0.393l1.08-1.15L0.01,15.66l1.378-1.473L0.01,13.796l1.558-1.667C2.344,11.3,4.94,8.551,5.79,7.993 c0.803-0.527,1.712-0.595,2.414-0.595c0.379,0,0.79,0.024,1.228,0.054c6.903-6.462,15.536-6.783,15.909-6.794L27.3,0.602 l-0.564,1.856C26.71,2.542,26.272,3.969,25.293,6.1c2.728-0.712,4.653-0.778,4.763-0.781l1.955-0.056l-0.559,1.854 c-0.099,0.327-2.446,7.944-8.786,14.626c-0.003,0.265-0.017,0.513-0.042,0.745c0.157,2.005-0.114,3.231-0.873,3.961 c-1.659,1.6-3.978,3.852-3.979,3.852l-1.739,1.689L14.338,25.615z"/> <path fill="%23CCCCCC" d="M7.665,24.084c-0.335,0-0.67,0.002-1.006-0.002c-0.08-0.001-0.192,0.038-0.23-0.062 c-0.036-0.096,0.066-0.149,0.124-0.207c1.116-1.119,2.232-2.237,3.353-3.351c0.133-0.133,0.26-0.388,0.421-0.349 c0.174,0.042,0.121,0.327,0.169,0.504c0.682,2.512,2.284,4.051,4.838,4.587c0.073,0.015,0.171,0,0.202,0.082 c0.038,0.101-0.065,0.149-0.121,0.206c-1.197,1.2-2.396,2.399-3.596,3.596c-0.056,0.056-0.107,0.165-0.206,0.115 c-0.088-0.044-0.062-0.153-0.062-0.237c-0.001-0.642-0.008-1.283,0.005-1.925c0.006-0.267-0.091-0.312-0.324-0.232 c-1.014,0.347-2.031,0.687-3.048,1.026c-0.152,0.051-0.347,0.189-0.455,0.095c-0.127-0.111,0.033-0.298,0.081-0.445 c0.338-1.038,0.682-2.073,1.035-3.106c0.076-0.221,0.061-0.315-0.204-0.3C8.317,24.099,7.99,24.085,7.665,24.084z"/> <path fill="%23999999" d="M21.024,20.488c7.003-7.126,9.552-13.699,9.552-13.699s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288c-0.821,0.546-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C21.574,24.006,21.042,20.968,21.024,20.488z M19.98,15.255c-0.996-0.996-0.996-2.611,0-3.607c0.996-0.996,2.611-0.996,3.606,0c0.996,0.996,0.996,2.61,0,3.606 C22.59,16.251,20.975,16.251,19.98,15.255z"/> <path fill="%2300CCFF" d="M2.664,19.084c-0.335,0-0.67,0.002-1.006-0.002c-0.08-0.001-0.192,0.038-0.23-0.062 c-0.036-0.096,0.066-0.149,0.124-0.207c1.116-1.119,2.232-2.237,3.353-3.351c0.133-0.133,0.26-0.388,0.421-0.349 c0.174,0.042,0.121,0.327,0.169,0.504c0.682,2.512,2.284,4.051,4.838,4.587c0.073,0.015,0.171,0,0.202,0.082 c0.038,0.101-0.065,0.149-0.121,0.206c-1.197,1.2-2.396,2.399-3.596,3.596c-0.056,0.056-0.107,0.165-0.206,0.115 c-0.088-0.044-0.062-0.153-0.062-0.237c-0.001-0.642-0.008-1.283,0.005-1.925c0.006-0.267-0.091-0.312-0.324-0.232 c-1.014,0.347-2.031,0.687-3.048,1.026c-0.152,0.051-0.347,0.189-0.455,0.095c-0.127-0.111,0.033-0.298,0.081-0.445 c0.338-1.038,0.682-2.073,1.035-3.106c0.076-0.221,0.061-0.315-0.204-0.3C3.316,19.099,2.99,19.085,2.664,19.084z"/> <path fill="%23006699" d="M17.024,16.488c7.003-7.126,8.552-14.699,8.552-14.699s-8.289,1.269-15.349,8.33 c-1.53-0.097-2.778-0.257-3.6,0.288c-0.821,0.546-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C17.574,20.006,17.042,16.968,17.024,16.488z M15.98,11.255c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0s0.996,2.61,0,3.606C18.59,12.251,16.975,12.251,15.98,11.255z "/> <path fill="%230099CC" d="M16.024,15.488c7.003-7.126,9.552-13.699,9.552-13.699s-9.289,0.269-16.349,7.33 c-1.53-0.097-2.778-0.257-3.6,0.288s-4.206,4.206-4.206,4.206l5.16,1.484c0,0-0.187,1.3,1.003,2.519 c1.19,1.219,2.476,1.096,2.476,1.096l1.393,5.304c0,0,2.462-2.418,4.224-4.136C16.574,19.006,16.042,15.968,16.024,15.488z M14.98,10.255c-0.996-0.996-0.996-2.611,0-3.607s2.611-0.996,3.606,0s0.996,2.61,0,3.606C17.59,11.251,15.975,11.251,14.98,10.255z "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-suite-this::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.036,22.45 1.165,6.499 16.032,0 30.898,6.499 29.027,22.45 16.032,32.295 "/> <path fill="%23676767" d="M21.797,18.29l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.29z"/> <path fill="%23797979" d="M16.127,22.034l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,22.032,16.129,22.033,16.127,22.034z"/> <polyline fill="%23CCCCCC" points="10.29,18.292 10.087,18.407 4.886,21.411 16.039,29.787 16.037,22.977 16.036,22.092 10.29,18.292 "/> <polygon fill="%23CCCCCC" points="16.044,2.184 16.044,8.349 22.181,11.415 28.754,7.618 "/> <path fill="%23858585" d="M9.895,11.415l-0.077-0.045L3.322,7.618l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.415z"/> <path fill="%230099CC" d="M16.032,14.978v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.978z"/> <path fill="%23006699" d="M16.044,14.957v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.957z"/> <path fill="%2300CCFF" d="M16.044,14.961v-0.003l6.137-3.543l-6.137-3.065l-6.149,3.065l0.017,0.01l6.12,3.532l0.002,0.021 l0.005-0.003l0.003-0.012L16.044,14.961z"/> <path fill="%23999999" d="M16.044,8.349V2.184L3.322,7.618l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.349z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-link-clone::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M0.948,27.76l0.041-0.2c0.604-2.938,1.672-5.543,3.173-7.752c1.803-7.613,6.664-12.577,13.807-14.155 l-0.005-4.657h3.465L30.89,10.2v3.756l-3.167,3.081L27.89,17.2v3.756L17.419,30.998l-2.451,0.053v-5.27 c-4.688,0.364-7.559,1.879-10.02,5.23l-4-0.004V27.76z"/> <path fill="%23676767" d="M2.948,27.964c0,0.955,0,0.978,0,2.066c3.186-4.339,7.647-6.323,14.02-6.323v-2.066 C11.197,21.641,6.362,23.345,2.948,27.964z"/> <polygon fill="%23676767" points="16.968,26.724 16.968,28.79 25.89,20.111 25.89,18.045 "/> <path fill="%23CCCCCC" d="M25.89,18.045l-8.922-8.679v2.066v2.893c-8.922,1.24-12.746,7.439-14.02,13.638 c0.301-0.41,0.625-0.779,0.949-1.147c3.109-3.529,7.3-5.176,13.071-5.176v2.066v3.017l7.86-7.646L25.89,18.045z"/> <path fill="%23006699" d="M5.948,20.964c0,0.955,0,0.978,0,2.066c3.186-4.339,7.647-6.323,14.02-6.323V14.64 C14.197,14.64,9.362,16.345,5.948,20.964z"/> <polygon fill="%23006699" points="19.968,19.724 19.968,21.79 28.89,13.111 28.89,11.045 "/> <path fill="%2300CCFF" d="M28.89,11.045l-8.922-8.679v2.066v2.893c-8.922,1.24-12.746,7.439-14.02,13.638 c0.301-0.41,0.625-0.779,0.949-1.147c3.109-3.529,7.3-5.176,13.071-5.176v2.066v3.017l7.86-7.646L28.89,11.045z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-id::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <rect x="3.498" y="11.193" fill="%230099CC" width="6.594" height="16.479"/> <path fill="%23FFFFFF" d="M9.091,12.193v14.479H4.498V12.193H9.091 M11.091,10.193h-2H4.498h-2v2v14.479v2h2h4.594h2v-2V12.193 V10.193L11.091,10.193z"/> <path fill="%230099CC" d="M11.851,27.671V5.738h8.39c2.54,0,4.584,0.756,6.075,2.248c0.692,0.692,1.22,1.433,1.569,2.2 c0.34,0.75,0.563,1.523,0.662,2.297c0.091,0.715,0.138,1.588,0.138,2.595v3.254c0,1.007-0.047,1.88-0.138,2.595 c-0.1,0.775-0.322,1.548-0.662,2.296c-0.35,0.77-0.877,1.51-1.569,2.201c-1.49,1.491-3.534,2.248-6.075,2.248H11.851z M19.912,21.31c0.961,0,1.332-0.387,1.527-0.679c0.089-0.135,0.151-0.269,0.183-0.391c0.021-0.081,0.071-0.334,0.116-1.018 c0.035-0.544,0.053-1.392,0.053-2.519c0-1.98-0.051-2.788-0.094-3.118c-0.06-0.45-0.167-0.679-0.246-0.792 c-0.207-0.308-0.579-0.695-1.539-0.695h-1.166v9.211H19.912z"/> <path fill="%23FFFFFF" d="M20.241,6.738c2.276,0,4.065,0.652,5.368,1.955c0.61,0.611,1.065,1.247,1.366,1.907 c0.3,0.661,0.493,1.331,0.58,2.01c0.087,0.679,0.13,1.502,0.13,2.468v1.627v1.627c0,0.966-0.043,1.789-0.13,2.468 c-0.087,0.679-0.28,1.349-0.58,2.01c-0.301,0.661-0.756,1.297-1.366,1.907c-1.303,1.304-3.092,1.955-5.368,1.955h-7.39V6.738 H20.241 M17.746,22.31h2.166c1.069,0,1.855-0.374,2.357-1.121c0.156-0.237,0.264-0.472,0.322-0.704 c0.06-0.232,0.107-0.631,0.145-1.196c0.036-0.565,0.055-1.426,0.055-2.584c0-1.641-0.034-2.723-0.103-3.247 c-0.069-0.524-0.208-0.937-0.419-1.237c-0.502-0.747-1.288-1.121-2.357-1.121h-2.166V22.31 M20.241,4.738h-7.39h-2v2v19.934v2h2 h7.39c2.816,0,5.098-0.855,6.783-2.541c0.776-0.776,1.373-1.615,1.772-2.493c0.382-0.841,0.632-1.71,0.743-2.584 c0.098-0.767,0.146-1.658,0.146-2.722v-1.627v-1.627c0-1.063-0.048-1.954-0.146-2.722c-0.112-0.874-0.362-1.742-0.742-2.582 c-0.4-0.879-0.996-1.718-1.773-2.495C25.338,5.593,23.056,4.738,20.241,4.738L20.241,4.738z M19.746,13.099h0.166 c0.538,0,0.638,0.148,0.697,0.236c0.009,0.012,0.06,0.113,0.096,0.384c0.032,0.242,0.085,0.957,0.085,2.985 c0,1.105-0.017,1.931-0.051,2.456c-0.041,0.62-0.082,0.811-0.087,0.831c0,0.001-0.012,0.033-0.053,0.096 c-0.05,0.075-0.149,0.223-0.688,0.223h-0.166V13.099L19.746,13.099z"/> <path fill="%230099CC" d="M6.794,11.935c-0.688,0-1.332-0.172-1.914-0.513c-0.575-0.336-1.039-0.799-1.376-1.376 c-0.34-0.581-0.513-1.225-0.513-1.914c0-0.676,0.169-1.312,0.502-1.893c0.332-0.578,0.795-1.045,1.377-1.389 c0.588-0.346,1.234-0.521,1.923-0.521S8.13,4.505,8.717,4.85C9.3,5.195,9.763,5.661,10.095,6.239 c0.333,0.581,0.502,1.217,0.502,1.893c0,0.689-0.173,1.333-0.513,1.914c-0.337,0.576-0.801,1.04-1.377,1.376 C8.126,11.762,7.482,11.935,6.794,11.935z"/> <path fill="%23FFFFFF" d="M6.794,5.329c0.511,0,0.982,0.128,1.415,0.383c0.433,0.255,0.772,0.597,1.019,1.025 c0.246,0.429,0.369,0.894,0.369,1.395c0,0.511-0.125,0.98-0.376,1.408c-0.251,0.429-0.59,0.768-1.019,1.019 c-0.429,0.251-0.897,0.376-1.408,0.376s-0.979-0.125-1.408-0.376c-0.429-0.25-0.768-0.59-1.019-1.019 C4.117,9.112,3.992,8.643,3.992,8.132c0-0.501,0.123-0.966,0.369-1.395c0.246-0.428,0.586-0.77,1.019-1.025 C5.812,5.457,6.284,5.329,6.794,5.329 M6.794,3.329c-0.87,0-1.687,0.222-2.43,0.66C3.63,4.422,3.046,5.012,2.627,5.741 C2.205,6.475,1.992,7.28,1.992,8.132c0,0.869,0.219,1.683,0.65,2.419c0.425,0.726,1.009,1.31,1.735,1.734 c0.735,0.43,1.549,0.649,2.417,0.649s1.682-0.219,2.419-0.65c0.725-0.423,1.309-1.007,1.734-1.734 c0.431-0.736,0.65-1.55,0.65-2.419c0-0.852-0.214-1.657-0.635-2.39c-0.42-0.73-1.004-1.32-1.736-1.752 C8.482,3.551,7.664,3.329,6.794,3.329L6.794,3.329z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-tree::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="1.802,21.211 16.319,1.085 30.664,21.211 16.302,32.11 "/> <polyline fill="%2300CCFF" points="16.296,29.603 16.309,4.517 4.572,20.791 16.296,29.603 "/> <polyline fill="%23006699" points="27.909,20.791 16.309,4.517 16.296,29.603 27.909,20.791 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-tree-path::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="4.576,2.856 4.576,28.821 27.73,28.821 27.73,19.05 22.109,18.983 22.109,10.618 14.347,10.618 14.347,2.856 14.347,2.856 "/> <polygon fill="%230099CC" points="11.537,21.86 11.537,17.578 19.298,17.578 19.298,13.428 11.537,13.428 11.537,5.667 7.387,5.667 7.387,26.01 24.919,26.01 24.919,21.86 "/> </svg> ');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-association::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M21.21,26.631c-4.65,0-8.434-3.784-8.434-8.434c0-0.423,0.032-0.845,0.097-1.263L1.381,9.859L1.255,6.302 l3.229-1.805l11.638,6.981c1.455-1.104,3.239-1.716,5.089-1.716c4.65,0,8.434,3.784,8.434,8.434S25.861,26.631,21.21,26.631z"/> <polyline fill="%23CCCCCC" points="4.449,6.809 3.297,7.452 20.197,17.736 21.349,16.946 4.449,6.809 "/> <polyline fill="%23999999" points="3.297,7.452 3.342,8.717 20.141,19.058 20.197,17.736 3.297,7.452 "/> <radialGradient id="SVGID_1_" cx="21.7913" cy="18.6029" r="9.3389" fx="27.4809" fy="16.0399" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300CCFF"/> <stop offset="0.7108" style="stop-color:%23006699"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="21.211" cy="18.197" r="6.434"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-virtual::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M17.038,3.528l10.628,4.645l-1.336,11.39l-9.292-5.35V3.528 M16.038,2v12.792l11.109,6.396l1.599-13.633 L16.038,2L16.038,2z"/> <path fill="%23676767" d="M15.038,3.528v10.685l-9.292,5.35L4.41,8.174L15.038,3.528 M16.038,2L3.331,7.554L4.93,21.187l11.109-6.396 V2L16.038,2z"/> <path fill="%23CCCCCC" d="M16.038,15.946l9.302,5.356l-9.302,7.047l-9.302-7.047L16.038,15.946 M16.038,14.792L4.93,21.187 l11.109,8.416l11.109-8.416L16.038,14.792L16.038,14.792z"/> <path fill="%2300CCFF" d="M16.038,3.091l10.48,4.581l-10.48,5.969L5.558,7.672L16.038,3.091 M16.038,2L3.331,7.554l12.708,7.237 l12.707-7.237L16.038,2L16.038,2z"/> <path fill="%23006699" d="M27.522,9.402l-1.319,11.246l-9.165,6.943V15.373L27.522,9.402 M28.746,7.554l-12.707,7.237v14.811 l11.109-8.416L28.746,7.554L28.746,7.554z"/> <path fill="%230099CC" d="M4.554,9.402l10.484,5.971v12.218l-9.165-6.943L4.554,9.402 M3.331,7.554L4.93,21.187l11.109,8.416V14.792 L3.331,7.554L3.331,7.554z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-item::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23006699" points="22.4,17.544 22.089,23.134 23.331,22.319 23.7,16.777 22.4,17.544 "/> <polyline fill="%2300CCFF" points="10.577,10.244 9.276,10.818 22.4,17.544 23.7,16.777 10.577,10.244 "/> <polyline fill="%230099CC" points="9.276,10.818 9.563,15.957 22.089,23.134 22.4,17.544 9.276,10.818 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-text::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="scale(1.4) translate(-1,-8.25)"> <polygon fill="%23FFFFFF" points="16.278,10.748 4.99,10.748 4.99,17.863 8.496,17.863 8.496,28.986 15.992,28.986 15.992,17.863 19.498,17.863 19.498,12.434 "/> <polygon fill="%230099CC" points="17.498,15.863 13.992,15.863 13.992,26.986 10.496,26.986 10.496,15.863 6.99,15.863 6.99,12.748 17.498,12.748 "/> </g> </svg> ');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-text_DELETED::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230099CC" d="M19.533,27.38l-0.93-2.967h-4.679l-0.971,2.967h-7.28l7.973-21.933h5.188l7.974,21.933H19.533z M16.688,18.325l-0.346-1.096l-0.369,1.096H16.688z"/> <path fill="%23FFFFFF" d="M18.135,6.447l7.246,19.934h-5.113l-0.93-2.967h-6.139l-0.971,2.967H7.101l7.246-19.934H18.135 M14.58,19.326h3.473l-1.682-5.318L14.58,19.326 M19.536,4.447h-1.401h-3.787h-1.401l-0.479,1.317L5.222,25.697L4.246,28.38h2.855 h5.127h1.45l0.451-1.378l0.52-1.589h3.22l0.49,1.565l0.439,1.402h1.469h5.113h2.855l-0.975-2.683L20.014,5.763L19.536,4.447 L19.536,4.447z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-studio::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 34 34"> <path fill="%23151515" d="M15.996,22.877l-0.781-0.514l0.681,7.635C15.964,30,16.032,30.001,16.1,30l0.683-7.641L15.996,22.877"/> <path fill="%23151515" d="M9.375,11.424l0.869-0.432l-7.36-3.374C2.864,7.652,2.844,7.686,2.824,7.72l6.604,4.635L9.375,11.424"/> <path fill="%23151515" d="M29.175,7.716c-0.019-0.034-0.039-0.067-0.06-0.099l-7.358,3.375l0.856,0.426l0.004-0.002v0.004 l-0.053,0.929L29.175,7.716z"/> <path fill="%23CCCCCC" d="M15.992,15.246v-0.013l-6.617-3.809l0.053,0.931l3.558,2.499c1.085,0.806,1.692,1.789,1.822,2.949 l0.407,4.56l0.781,0.514L15.992,15.246z"/> <path fill="%23999999" d="M16.004,15.214v0.024l-0.011,0.008l0.004,7.631l0.786-0.518l0.415-4.637c0.145-1.121,0.738-2.074,1.78-2.859 l3.587-2.514l0.053-0.929l-0.004-0.002L16.004,15.214z"/> <path fill="%23FFFFFF" d="M15.992,15.233v-0.013l0.011-0.006l6.609-3.796l-0.856-0.426l-3.832,1.755 c-1.296,0.546-2.592,0.54-3.888-0.017l-3.792-1.738l-0.869,0.432L15.992,15.233z"/> <path fill="%23FF66FF" d="M9.8,18.798l-5.516,3.169c0.236,0.408,0.552,0.78,0.947,1.115l8.022,6c0.886,0.583,1.767,0.888,2.642,0.914 l-0.681-7.635L9.8,18.798z"/> <path fill="%23990099" d="M3.794,20.554c0.077,0.512,0.24,0.983,0.49,1.414L9.8,18.798l-0.371-6.445L2.823,7.719 C2.564,8.168,2.461,8.696,2.513,9.303L3.794,20.554z"/> <path fill="%23FF99FF" d="M15.214,22.362l-0.405-4.56c-0.131-1.161-0.738-2.145-1.822-2.949l-3.558-2.499L9.8,18.798L15.214,22.362z" /> <path fill="%2301CCFF" d="M22.202,18.794L22.2,18.796l-5.42,3.563l-0.685,7.639c0.885-0.018,1.764-0.32,2.636-0.909l8.048-6.015 c0.388-0.333,0.7-0.701,0.935-1.106L22.202,18.794z"/> <path fill="%230199CC" d="M22.2,18.796v-0.002l0.362-6.445l-3.587,2.514c-1.043,0.785-1.637,1.738-1.78,2.859l-0.415,4.637 L22.2,18.796z"/> <path fill="%23016699" d="M29.498,9.136c0.02-0.538-0.088-1.012-0.324-1.421l-6.611,4.635L22.2,18.794h0.002l5.514,3.175 c0.239-0.412,0.399-0.861,0.479-1.348L29.498,9.136z"/> <path fill="%23FFFF00" d="M21.755,10.989l-5.753-2.861l-5.759,2.861l3.794,1.738c1.295,0.557,2.59,0.563,3.886,0.019L21.755,10.989z" /> <path fill="%23CC9900" d="M16.001,8.128V2c-0.709-0.003-1.418,0.136-2.127,0.417L4.219,6.523c-0.605,0.285-1.05,0.65-1.335,1.094 l7.358,3.372L16.001,8.128z"/> <path fill="%23FFCC00" d="M29.113,7.613c-0.277-0.428-0.701-0.782-1.275-1.063l-9.696-4.128c-0.715-0.28-1.429-0.421-2.14-0.422v6.128 l5.753,2.861L29.113,7.613z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}


.hx_tree_icon.sub-debug::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="12.051,26.683 11.115,27.321 3.342,21.709 3.259,20.427 0.289,18.312 0.391,12.8 3.342,10.614 4.294,11.25 4.233,10.102 8.445,7.737 9.219,8.215 9.202,7.308 13.181,5.049 16.328,6.868 18.682,5.466 26.843,9.993 26.659,12.807 31.734,15.724 31.892,20.567 28.233,23.341 27.365,22.812 27.266,24.06 23.366,27.008 22.314,26.317 22.251,27.851 18.079,30.988 "/> <polyline fill="%23999999" points="18.048,28.509 18.117,26.11 13.757,23.09 13.757,23.08 12.027,21.885 12.069,24.244 12.077,24.244 18.048,28.509 "/> <polyline fill="%23999999" points="17.364,18.312 17.314,20.639 23.285,24.562 23.443,22.203 17.364,18.312 "/> <polyline fill="%23999999" points="22.29,15.018 22.163,17.301 22.174,17.301 28.111,20.924 28.337,18.596 22.29,15.018 "/> <polyline fill="%23999999" points="0.993,14.231 1.201,16.506 5.192,19.349 5.05,17.043 0.993,14.231 "/> <polyline fill="%23999999" points="6.414,13.478 7.686,14.315 9.457,13.259 6.295,11.237 6.414,13.478 "/> <polygon fill="%23999999" points="11.224,8.46 11.266,10.658 12.535,11.438 14.394,10.342 "/> <polyline fill="%23676767" points="20.392,24.444 18.117,26.11 18.048,28.509 20.291,26.821 20.392,24.444 "/> <polyline fill="%23676767" points="25.528,20.663 23.443,22.203 23.285,24.562 25.344,23.006 25.528,20.663 "/> <polygon fill="%23676767" points="28.337,18.596 28.111,20.924 30.001,19.491 30.262,17.185 "/> <polyline fill="%23CCCCCC" points="17.364,18.312 23.443,22.203 25.528,20.663 21.187,17.977 19.462,16.909 17.364,18.312 "/> <polyline fill="%23CCCCCC" points="24.583,13.92 24.23,13.72 22.29,15.018 28.337,18.596 30.262,17.185 24.583,13.92 "/> <polyline fill="%23CCCCCC" points="16.034,21.524 14.302,20.363 12.027,21.885 13.757,23.08 13.757,23.09 18.117,26.11 20.392,24.444 16.034,21.524 "/> <polyline fill="%23CCCCCC" points="5.05,17.043 4.974,15.913 6.406,15.068 3.252,12.959 0.993,14.231 5.05,17.043 "/> <polyline fill="%23CCCCCC" points="13.172,7.354 11.224,8.46 14.394,10.342 16.342,9.186 13.172,7.354 "/> <polygon fill="%23CCCCCC" points="11.558,12.014 8.396,10.058 6.295,11.237 9.457,13.259 "/> <path fill="%23006699" d="M14.302,20.363l1.732,1.161l1.28-0.885l0.05-2.327l2.098-1.403l1.725,1.069l0.987-0.677h-0.011l0.126-2.283 l1.94-1.298l0.353,0.2l0.182-2.793L11.04,20.071l0.108,4.808l0.929-0.635h-0.008l-0.042-2.359L14.302,20.363z"/> <path fill="%230099CC" d="M4.974,15.913l0.076,1.129l0.142,2.306l0.084,1.29l5.871,4.239l-0.108-4.808L4.974,15.913z"/> <path fill="%2300CCFF" d="M14.394,10.342l-1.859,1.095l-0.977,0.577l-2.101,1.245l-1.772,1.056l-1.28,0.753l-1.432,0.845l6.066,4.157 l13.725-8.944l-6.048-3.354l-2.375,1.414L14.394,10.342z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-system::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.518,13.026c-1.266-1.266-2.821-1.9-4.666-1.9c-1.851,0-3.407,0.634-4.665,1.9 c-0.854,0.853-1.421,1.838-1.701,2.955c-0.012,0.066-0.026,0.132-0.04,0.199c-0.002,0.015-0.002,0.028,0,0.04 c0.259,1.064,0.84,1.995,1.741,2.795c1.261,1.121,2.816,1.681,4.665,1.681c1.843,0,3.395-0.56,4.656-1.681 c0.908-0.8,1.492-1.732,1.751-2.795c0.009-0.012,0.012-0.025,0.01-0.04c-0.016-0.073-0.033-0.146-0.05-0.219 C21.933,14.852,21.366,13.874,20.518,13.026z M20.379,18.866c-1.226,1.087-2.735,1.631-4.526,1.631c-1.798,0-3.31-0.544-4.536-1.631 c-0.86-0.764-1.417-1.652-1.671-2.666c0.25-1.152,0.811-2.163,1.681-3.034c1.221-1.227,2.73-1.841,4.526-1.84 c1.79-0.001,3.298,0.613,4.526,1.84c0.87,0.871,1.431,1.883,1.681,3.034C21.806,17.214,21.246,18.102,20.379,18.866z"/> <polygon fill="%23FFFFFF" points="11.627,31.57 10.885,27.208 10.162,26.794 6.203,28.335 2.412,22.027 2.402,21.453 2.402,17.143 3.807,16.085 2.402,14.964 2.402,11.092 2.655,10.587 6.057,5.115 10.135,6.588 10.962,6.136 11.643,2.443 20.151,2.231 20.931,6.143 21.666,6.507 25.552,5.171 29.591,10.792 29.591,14.833 28.099,16.007 29.441,17.005 29.441,21.628 29.281,22.108 25.84,28.381 21.783,26.734 20.898,27.239 20.538,29.5 20.538,31.57 "/> <path fill="%23FFFFFF" d="M21.473,8.689L21.363,8.59l-2.248-1.114V7.267l-0.597-2.994l-5.203,0.129l-0.567,3.074L12.51,7.575H12.5 L10.63,8.59l-0.269,0.119h-0.239L6.899,7.545l-2.487,3.999l-0.01,0.02v2.437l2.666,2.129L4.402,18.14v3.313l0.01,0.02l2.636,4.387 l3.323-1.293l0.099,0.099l2.049,1.174h0.219v0.338l0.577,3.392h5.223v-0.229l0.557-3.502h0.219l2.059-1.174l0.119-0.119h0.219 l3.233,1.313l2.487-4.526l0.01-0.03V18.01l-2.626-1.95l0.02-0.03l2.756-2.168v-2.427l-2.795-3.89L21.473,8.689z M27.392,11.534 v2.228l-2.716,2.139l-0.06,0.129l-0.05,0.09l2.676,1.989v0.11v3.034l-2.338,4.278l-0.05,0.08l-3.074-1.263h-0.02h-0.308h-0.04 l-0.159,0.159l-1.99,1.134h-0.338l-0.488,3.054l-0.099,0.617v0.06h-4.855l-0.08-0.497l-0.468-2.726V25.64h-0.368l-1.98-1.134 l-0.179-0.179l-0.03,0.01l-3.253,1.273l-0.04-0.06l-2.487-4.158v-3.064v-0.09l2.795-2.099l-0.08-0.07l-2.716-2.169v-2.238v-0.05 l2.377-3.83l3.104,1.124h0.328l0.308-0.139h0.01l1.87-1.015h-0.01l0.338-0.139l0.557-3.014l4.865-0.129l0.567,2.835v0.298 l2.338,1.154l0.169,0.159l3.293-1.134l2.676,3.711V11.534z"/> <path fill="%2300CCFF" d="M24.616,13.623l0.139-0.249l2.636-1.84v-0.04l-2.676-3.71l-3.293,1.134l-0.169-0.159l-2.338-1.154V7.307 l-0.567-2.835l-4.865,0.129l-0.557,3.014l-0.338,0.139h0.01l-1.87,1.015h-0.01l-0.308,0.139h-0.328L6.979,7.784l-2.377,3.83v0.05 l2.775,1.96l-0.149,0.249v1.91l0.149,0.249l-0.06,0.04l0.08,0.069l-2.795,2.099v0.09l2.487,3.661l3.104-1.084l0.199-0.06 l0.139,0.129l2.019,1.015h0.289v0.378l0.567,2.915h5.034v-0.129l0.577-3.163h0.279l2.019-1.015l0.139-0.129h0.09h0.199l3.163,1.144 l2.338-3.771V18.11l-2.676-1.99l0.05-0.09V13.623z M22.269,16.18c0.002,0.015-0.001,0.028-0.01,0.04 c-0.259,1.064-0.843,1.996-1.751,2.795c-1.261,1.121-2.813,1.681-4.656,1.681c-1.85,0-3.405-0.56-4.666-1.681 c-0.901-0.8-1.482-1.732-1.741-2.795c-0.002-0.011-0.002-0.025,0-0.04c0.014-0.067,0.027-0.133,0.04-0.199 c-0.066-0.35-0.099-0.715-0.099-1.094c0-1.605,0.623-2.954,1.87-4.049c1.24-1.101,2.772-1.651,4.596-1.651 c1.817,0,3.349,0.551,4.596,1.651c1.247,1.094,1.87,2.444,1.87,4.049c0,0.372-0.033,0.73-0.099,1.074 C22.236,16.034,22.253,16.107,22.269,16.18z"/> <polyline fill="%23006699" points="21.453,20.846 21.314,20.975 19.294,21.99 19.016,21.99 18.439,25.153 18.439,25.282 18.439,28.694 18.926,25.64 19.264,25.64 21.254,24.506 21.413,24.347 21.453,24.347 21.453,21.005 21.453,20.846 "/> <path fill="%23006699" d="M10.202,20.915c-0.002,0-0.005-0.004-0.01-0.01L7.088,21.99v3.561l0.04,0.06l3.253-1.273L10.202,20.915"/> <path fill="%23006699" d="M9.386,14.887c0,0.379,0.033,0.744,0.099,1.094c0.28-1.117,0.847-2.102,1.701-2.955 c1.259-1.266,2.814-1.9,4.666-1.9c1.845,0.001,3.4,0.634,4.666,1.9c0.849,0.848,1.416,1.826,1.701,2.935 c0.066-0.344,0.099-0.702,0.099-1.074c0-1.605-0.623-2.955-1.87-4.049c-1.247-1.101-2.779-1.651-4.596-1.651 c-1.824,0-3.356,0.55-4.596,1.651C10.01,11.932,9.386,13.282,9.386,14.887"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="13.4051" y1="5.7522" x2="18.4387" y2="5.7522" gradientTransform="matrix(1 0 0 -1 0 33.0787)"> <stop offset="0.0549" style="stop-color:%230099CC"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.439,25.282h-5.034v3.591l0.08,0.497h4.855v-0.06l0.099-0.617V25.282z"/> <path fill="%230099CC" d="M21.741,20.846h-0.199c-0.029,0.053-0.059,0.106-0.09,0.159v3.342h0.308h0.02l3.074,1.263l0.05-0.08V21.99 L21.741,20.846"/> <path fill="%230099CC" d="M10.391,20.846l-0.199,0.06c0.005,0.006,0.008,0.01,0.01,0.01l0.179,3.422l0.03-0.01l0.179,0.179l1.98,1.134 h0.368v0.507l0.468,2.726v-3.591l-0.567-2.915V21.99H12.55l-2.019-1.015L10.391,20.846"/> <polyline fill="%230099CC" points="4.601,18.329 4.601,21.393 7.088,25.551 7.088,21.99 4.601,18.329 "/> <polyline fill="%230099CC" points="7.377,16.031 7.227,15.782 7.227,13.872 7.377,13.623 4.601,11.664 4.601,13.902 7.317,16.071 7.377,16.031 "/> <polyline fill="%23006699" points="24.905,21.99 24.905,25.531 27.243,21.253 27.243,18.219 24.905,21.99 "/> <polyline fill="%23006699" points="24.616,16.031 24.676,15.901 27.392,13.763 27.392,11.534 24.756,13.375 24.616,13.623 24.616,16.031 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-user::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M5.468,28.648c-1.051,0-2.156-0.765-2.319-1.803c-0.019-0.121-0.15-1.025-0.001-2.142 c-0.249-1.561-0.03-4.597,2.359-6.166c0.858-0.564,1.776-0.829,2.48-0.995c0.284-0.068,0.574-0.129,0.867-0.19 c0.322-0.068,0.632-0.132,0.921-0.205c-0.971-1.954-1.002-4.132-0.883-5.513c-0.094-1.101-0.038-2.26,0.163-3.367 c0.536-2.983,3.471-5.235,6.826-5.235s6.29,2.251,6.827,5.237c0.199,1.105,0.255,2.264,0.162,3.366 c0.12,1.38,0.09,3.557-0.883,5.512c0.29,0.073,0.598,0.138,0.919,0.204c0.307,0.065,0.612,0.128,0.91,0.2 c0.689,0.166,1.59,0.427,2.438,0.985c2.391,1.572,2.609,4.608,2.36,6.168c0.148,1.115,0.019,2.018-0.001,2.139 c-0.162,1.039-1.057,1.805-2.109,1.805H5.468z"/> <path fill="%23006699" d="M25.083,22.455c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,26.514,26.965,23.691,25.083,22.455z"/> <path fill="%2300CCFF" d="M25.083,20.32c-0.526-0.346-1.131-0.541-1.767-0.695c-1.643-0.397-3.503-0.5-4.799-2.088 c0,0-0.67-0.696,0.836-2.397c1.506-1.701,1.631-4.406,1.255-6.494c-0.376-2.087-2.509-3.479-4.726-3.479 c-2.216,0-4.35,1.391-4.726,3.479c-0.376,2.088-0.251,4.794,1.255,6.494c1.506,1.701,0.836,2.397,0.836,2.397 c-1.287,1.577-3.13,1.69-4.765,2.08c-0.649,0.155-1.266,0.352-1.801,0.704c-1.882,1.237-1.422,4.059-1.422,4.059h0.211h8.592h1.821 h1.868h8.592h0.164C26.504,24.379,26.965,21.557,25.083,20.32z"/> <radialGradient id="SVGID_1_" cx="15.9264" cy="-40.357" r="5.4056" fx="12.5806" fy="-42.7043" gradientTransform="matrix(1 0 0 1.1083 0 56.2674)" gradientUnits="userSpaceOnUse"> <stop offset="0.1106" style="stop-color:%2300CCFF"/> <stop offset="0.3988" style="stop-color:%2300CAFD"/> <stop offset="0.5593" style="stop-color:%2300C2F5"/> <stop offset="0.6884" style="stop-color:%2300B4E7"/> <stop offset="0.8008" style="stop-color:%2300A0D3"/> <stop offset="0.9013" style="stop-color:%230087BA"/> <stop offset="0.9937" style="stop-color:%2300689B"/> <stop offset="1" style="stop-color:%23006699"/> </radialGradient> <ellipse fill="url(%23SVGID_1_)" cx="15.926" cy="11.541" rx="5.036" ry="6.374"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-key::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M22.582,28.617c-1.132,0-2.305-0.309-3.486-0.917c-0.976-0.506-1.922-1.191-2.819-2.039 c-1.563-1.475-2.854-3.291-3.831-5.398c-0.182-0.39-0.347-0.779-0.495-1.166l-2.431,1.308l-3.532-2.304v-0.006l-3.188-2.088 L2.163,6.162l4.192-1.896l7.157,4.132c0.197-0.143,0.404-0.27,0.619-0.381l0.264-0.12l1.688-0.918 c0.558-0.3,1.242-0.486,2.101-0.571c0.202-0.022,0.424-0.034,0.648-0.034c1.071,0,2.183,0.275,3.301,0.817 c0.978,0.481,1.933,1.145,2.852,1.977c1.593,1.455,2.896,3.26,3.878,5.369c1.085,2.329,1.554,4.592,1.395,6.728 c-0.104,1.458-0.521,2.724-1.236,3.755c-0.422,0.612-0.942,1.12-1.542,1.502l-1.588,1.025l-0.111,0.105l-0.157,0.076 c-0.75,0.512-1.621,0.805-2.592,0.872C22.888,28.611,22.736,28.617,22.582,28.617L22.582,28.617z M19.575,16.093 c0.097,0.32,0.225,0.649,0.385,0.987c0.353,0.744,0.787,1.388,1.296,1.92c-0.098-0.31-0.224-0.628-0.379-0.954 C20.521,17.296,20.085,16.642,19.575,16.093z"/> <polyline fill="%23006699" points="11.55,17.042 11.478,14.507 9.435,13.249 9.618,18.081 11.55,17.042 "/> <polyline fill="%23006699" points="7.721,12.191 6.044,11.161 6.317,15.92 7.858,15.127 7.721,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2498" y1="23.393" x2="19.2498" y2="12.8327"> <stop offset="0.5477" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.011,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.157,23.311,22.658,23.001,23.011,22.448z"/> <linearGradient id="SVGID_00000151505866530772764560000000635989928934214805_" gradientUnits="userSpaceOnUse" x1="21.7832" y1="8.3745" x2="21.7832" y2="25.9673"> <stop offset="0.1658" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_00000151505866530772764560000000635989928934214805_)" d="M16.209,9.456c0.05-0.003,0.099-0.006,0.146-0.009 c0.912-0.067,1.872,0.161,2.881,0.684c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015 c0.615,0.842,1.156,1.766,1.623,2.772c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561 c-0.073,1.118-0.362,2.045-0.866,2.781c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131 c0.375-0.239,0.7-0.558,0.976-0.957c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735 c-0.875-1.878-2.012-3.455-3.41-4.732c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593 c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957C15.568,9.575,15.878,9.496,16.209,9.456"/> <path fill="%2300CCFF" d="M13.119,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.244,6.511L4.248,7.414L13.119,12.702z"/> <path fill="%230099CC" d="M13.839,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.248,7.414l0.483,7.467l1.586,1.039l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.859,10.88,13.85,10.889,13.839,10.897 M23.157,22.175c-0.042,0.095-0.09,0.186-0.146,0.274c-0.353,0.553-0.854,0.863-1.504,0.93 c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228c-0.358-0.22-0.71-0.49-1.058-0.811 c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118c-0.001-0.137,0.002-0.274,0.009-0.41 c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018c0.083-0.323,0.204-0.612,0.365-0.866 c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009c0.426,0.03,0.869,0.161,1.331,0.392 c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917c0.59,1.24,0.86,2.419,0.811,3.537 C23.469,21.281,23.357,21.764,23.157,22.175z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-lock::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M8.68,29C6.65,29,5,27.39,5,25.411V16c0-1.293,0.708-2.449,1.794-3.081v-1.101 C6.797,6.956,10.926,3,15.999,3c5.072,0,9.202,3.955,9.206,8.817v1.102C26.292,13.55,27,14.706,27,16v9.411 C27,27.39,25.349,29,23.319,29H8.68z"/> <path fill="%230099CC" d="M8.679,27C7.754,27,7,26.287,7,25.411V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077v-2.546 C8.796,8.059,12.028,5,16,5c3.97,0,7.202,3.059,7.205,6.819v2.546l0.432,0.077C24.427,14.584,25,15.24,25,16v9.411 C25,26.287,24.246,27,23.32,27H8.679z M14.399,27h3.445v-4.683c1.218-0.603,1.988-1.787,1.988-3.104c0-1.937-1.665-3.513-3.71-3.513 s-3.71,1.576-3.71,3.513c0,1.317,0.769,2.501,1.988,3.104V27z M15.999,7.132c-2.724,0.004-4.943,2.106-4.947,4.686v2.593h9.895 v-2.592c-0.001-2.581-2.22-4.683-4.945-4.687H15.999z"/> <path fill="%23FFFFFF" d="M16.122,17.7c-0.943,0-1.711,0.679-1.711,1.513c0,0.55,0.327,1.04,0.875,1.311l0.836,0.414l0.836-0.413 c0.547-0.271,0.874-0.761,0.874-1.311C17.832,18.379,17.066,17.7,16.122,17.7z"/> <path fill="%23FFFFFF" d="M18.946,12.411v-0.592C18.945,10.34,17.624,9.135,16,9.132c-1.624,0.003-2.947,1.209-2.949,2.688v0.59 H18.946z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-unlock::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M8.679,29C6.651,29,5,27.39,5,25.411V16c0-1.293,0.708-2.449,1.794-3.081v-0.14 c0-3.46,1.74-6.602,4.656-8.404C12.945,3.45,14.433,3,15.999,3c0.411,0,0.833,0.032,1.255,0.096c0.736,0.11,1.389,0.535,1.79,1.166 c0.432,0.681,0.525,1.505,0.255,2.262l-0.33,0.912c-0.377,1.042-1.368,1.716-2.525,1.716l-0.146-0.005 c-0.135-0.01-0.218-0.014-0.303-0.014c-0.365,0-0.71,0.089-1.086,0.281c-1.103,0.564-1.805,1.704-1.855,2.999l7.97,0.004 l2.904,0.038l0.172,0.033C25.753,12.801,27,14.312,27,16v9.41C27,27.389,25.349,29,23.32,29H8.679z M16.122,17.7 c-0.944,0-1.712,0.679-1.712,1.513c0,0.55,0.327,1.04,0.875,1.312l0.836,0.414l0.836-0.415c0.547-0.271,0.874-0.761,0.874-1.311 C17.831,18.379,17.065,17.7,16.122,17.7z"/> <path fill="%230099CC" d="M8.679,27C7.754,27,7,26.287,7,25.411V16c0-0.76,0.574-1.416,1.363-1.558l0.431-0.077V12.78 c0-2.762,1.386-5.268,3.708-6.703C13.674,5.352,14.817,5,16,5c0.326,0,0.645,0.026,0.957,0.073c0.225,0.033,0.347,0.177,0.4,0.261 c0.099,0.157,0.121,0.345,0.059,0.517l-0.327,0.904c-0.087,0.24-0.34,0.396-0.644,0.396c-0.2-0.015-0.323-0.02-0.449-0.02 c-0.685,0-1.338,0.164-1.996,0.501c-1.819,0.931-2.948,2.821-2.948,4.932v1.847l9.972,0.005l2.704,0.035 C24.427,14.584,25,15.24,25,16v9.41c0,0.877-0.754,1.59-1.68,1.59H8.679z M14.398,27h3.446l0.001-4.683 c1.217-0.603,1.987-1.787,1.987-3.104c0-1.937-1.664-3.513-3.709-3.513c-2.047,0-3.711,1.576-3.711,3.513 c0,1.317,0.769,2.5,1.988,3.104L14.398,27z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-cache::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300CCFF" points="6.986,13.343 9.102,12.722 6.87,12.147 4.754,12.768 "/> <polygon fill="%23006699" points="9.087,20.108 11.203,19.487 15.647,14.767 13.531,15.388 "/> <polygon fill="%2300CCFF" points="13.531,15.388 15.647,14.767 13.387,14.135 11.271,14.756 "/> <path fill="%23006699" d="M15.016,7.999c-1.329,1.139-1.519,3.309-1.602,4.928c-0.012,0.245,0.098,1.039-0.044,1.214 c-0.074,0.091-0.531,0.156-0.633,0.186c-0.489,0.143-0.977,0.287-1.466,0.43c-0.008-1.851,0.041-4.178,1.228-5.709 c0.781-1.009,2.207-1.179,3.362-1.518C15.55,7.62,15.26,7.788,15.016,7.999z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.0056" y1="7.758" x2="20.8389" y2="7.758"> <stop offset="0.3987" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.333,8.522c-1.481-1.844-3.851-3.511-6.328-2.785c1.363-0.4,2.732-0.975,4.174-0.71 c2.58,0.474,4.471,2.787,5.659,4.967c-0.566,0.166-1.171,0.436-1.754,0.515c-0.468,0.063-0.323,0.153-0.64-0.371 C18.107,9.578,17.743,9.031,17.333,8.522z"/> <path fill="%230099CC" d="M12.273,5.564c-2.929-0.036-5.369,2.808-5.287,7.78l-2.232-0.576l4.333,7.34l4.444-4.72l-2.26-0.632 c-0.021-5.08,1.447-6.722,3.187-6.701c1.474,0.018,3.143,1.231,4.265,2.559C16.846,7.174,14.427,5.59,12.273,5.564z"/> <path fill="%23CCCCCC" d="M11.106,22.349c-0.17-0.172-0.335-0.35-0.491-0.534c0.436-0.128,0.871-0.256,1.307-0.383 c0.17-0.05,0.561-0.246,0.744-0.218c0.215,0.033,0.44,0.398,0.61,0.566c1.086,1.071,2.803,2.351,4.434,1.874 c-0.881,0.258-1.854,0.703-2.783,0.715C13.468,24.389,12.077,23.334,11.106,22.349z"/> <path fill="%23676767" d="M21.17,25.776c-0.876,0.442-1.903,0.638-2.839,0.913c2.216-0.651,3.397-2.908,3.805-5.029 c0.114-0.59,0.175-1.186,0.201-1.786c0.007-0.164-0.058-0.703,0.03-0.799c0.054-0.059,0.215-0.043,0.285-0.084 c0.492-0.286,1.261-0.37,1.814-0.532C24.509,21.124,23.783,24.467,21.17,25.776z"/> <polygon fill="%23CCCCCC" points="24.582,19.655 26.698,19.034 22.365,11.694 20.249,12.315 "/> <path fill="%23999999" d="M20.249,12.315l-4.444,4.72l2.267,0.639c0.018,5.077-1.453,6.717-3.194,6.696 c-1.474-0.018-3.142-1.229-4.263-2.554c1.877,3.437,4.295,5.019,6.448,5.045c2.929,0.036,5.368-2.808,5.287-7.781l2.232,0.576 L20.249,12.315z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-chain::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M23.865,5.926c-1.246-1.246-2.907-1.932-4.677-1.932c-1.771,0-3.432,0.686-4.678,1.932l-2.845,2.844 c-0.642,0.643-1.124,1.409-1.452,2.245c-0.836,0.328-1.603,0.81-2.246,1.452l-2.843,2.843c-2.579,2.579-2.579,6.776,0,9.355 c1.246,1.246,2.907,1.932,4.678,1.932c1.77,0,3.431-0.686,4.677-1.932l2.845-2.844c0.641-0.642,1.123-1.408,1.451-2.245 c0.837-0.328,1.604-0.81,2.246-1.452l2.843-2.843C26.444,12.702,26.444,8.505,23.865,5.926z"/> <path fill="none" d="M11.913,14.648c-0.408,0.119-0.795,0.327-1.116,0.648l-2.843,2.843c-1.02,1.02-1.02,2.679,0,3.698 c1.02,1.02,2.679,1.02,3.698,0l2.843-2.843c0.321-0.321,0.529-0.708,0.648-1.116c-0.755-0.202-1.472-0.579-2.062-1.168 C12.492,16.12,12.116,15.403,11.913,14.648z"/> <path fill="none" d="M17.078,15.943c0.408-0.119,0.795-0.327,1.116-0.648l2.843-2.843c1.02-1.02,1.02-2.679,0-3.698 c-1.02-1.02-2.679-1.02-3.698,0l-2.843,2.843c-0.321,0.321-0.529,0.708-0.648,1.116c0.755,0.202,1.473,0.578,2.062,1.168 C16.499,14.471,16.876,15.188,17.078,15.943z"/> <path fill="%23006699" d="M14.848,13.713c-0.259,0.888-0.051,1.884,0.648,2.582c0.699,0.699,0.907,1.695,0.648,2.582 c-0.119,0.408-0.327,0.795-0.648,1.116l-2.843,2.843c-1.02,1.02-2.679,1.02-3.698,0c-1.02-1.02-1.02-2.679,0-3.698l2.843-2.843 c0.321-0.321,0.708-0.529,1.116-0.648c-0.178-0.665-0.221-1.358-0.099-2.033c-0.892,0.162-1.745,0.581-2.432,1.267L7.54,17.725 c-1.795,1.795-1.795,4.732,0,6.527c1.795,1.795,4.732,1.795,6.527,0l2.843-2.843c0.686-0.686,1.105-1.539,1.267-2.432 c0.122-0.675,0.079-1.368-0.099-2.033c-0.202-0.755-0.578-1.473-1.168-2.062C16.32,14.292,15.603,13.915,14.848,13.713z"/> <path fill="%23006699" d="M16.925,8.34l-2.843,2.843c-0.686,0.686-1.105,1.539-1.267,2.431c-0.122,0.675-0.079,1.368,0.099,2.033 c0.202,0.755,0.579,1.472,1.168,2.062c0.59,0.59,1.307,0.966,2.062,1.168c0.259-0.888,0.051-1.884-0.648-2.582 c-0.699-0.699-0.907-1.695-0.648-2.582c0.119-0.408,0.327-0.795,0.648-1.116l2.843-2.843c1.02-1.02,2.679-1.02,3.698,0 c1.02,1.02,1.02,2.679,0,3.698l-2.843,2.843c-0.321,0.321-0.708,0.529-1.116,0.648c0.178,0.665,0.221,1.358,0.099,2.033 c0.892-0.162,1.745-0.581,2.431-1.267l2.843-2.843c1.795-1.795,1.795-4.732,0-6.527C21.657,6.545,18.719,6.545,16.925,8.34z"/> <path fill="%2300CCFF" d="M13.848,12.713c-0.259,0.888-0.051,1.884,0.648,2.582c0.699,0.699,0.907,1.695,0.648,2.582 c-0.119,0.408-0.327,0.795-0.648,1.116l-2.843,2.843c-1.02,1.02-2.679,1.02-3.698,0c-1.02-1.02-1.02-2.679,0-3.698l2.843-2.843 c0.321-0.321,0.708-0.529,1.116-0.648c-0.178-0.665-0.221-1.358-0.099-2.033c-0.892,0.162-1.745,0.581-2.432,1.267L6.54,16.725 c-1.795,1.795-1.795,4.732,0,6.527c1.795,1.795,4.732,1.795,6.527,0l2.843-2.843c0.686-0.686,1.105-1.539,1.267-2.432 c0.122-0.675,0.079-1.368-0.099-2.033c-0.202-0.755-0.578-1.473-1.168-2.062C15.32,13.292,14.603,12.915,13.848,12.713z"/> <path fill="%230099CC" d="M15.925,7.34l-2.843,2.843c-0.686,0.686-1.105,1.539-1.267,2.431c-0.122,0.675-0.079,1.368,0.099,2.033 c0.202,0.755,0.579,1.472,1.168,2.062c0.59,0.59,1.307,0.966,2.062,1.168c0.259-0.888,0.051-1.884-0.648-2.582 c-0.699-0.699-0.907-1.695-0.648-2.582c0.119-0.408,0.327-0.795,0.648-1.116l2.843-2.843c1.02-1.02,2.679-1.02,3.698,0 c1.02,1.02,1.02,2.679,0,3.698l-2.843,2.843c-0.321,0.321-0.708,0.529-1.116,0.648c0.178,0.665,0.221,1.358,0.099,2.033 c0.892-0.162,1.745-0.581,2.431-1.267l2.843-2.843c1.795-1.795,1.795-4.732,0-6.527C20.657,5.545,17.719,5.545,15.925,7.34z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-search::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M7.811,30.13l-4.222-2.018l-1.576-3.415l6.266-6.724C5.535,14.66,6.431,10.078,8.541,7.07 c2.422-3.451,6.58-5.85,10.855-6.261c0.396-0.038,0.799-0.058,1.203-0.058c4.818,0,8.473,2.549,9.334,6.5 c0.098,0.208,0.196,0.438,0.281,0.688c1.838,5.611-2.53,11.031-7.569,13.293c-1.837,0.824-3.961,1.278-5.982,1.278l0,0 c-0.429,0-0.851-0.021-1.263-0.061l-3.807,6.354l-1.459,2.437L7.811,30.13z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.7595" y1="9.8922" x2="25.3905" y2="9.8922"> <stop offset="0.0891" style="stop-color:%230099CC"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.263,7.762c-1.359-4.267-7.133-3.631-10.189-1.886c-2.998,1.711-6.112,6.26-3.065,9.368 c-1.169-3.308,1.418-6.563,4.214-8.027c2.727-1.427,7.234-1.93,9.167,1.092C25.357,8.125,25.315,7.943,25.263,7.762z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.0058" y1="14.0915" x2="28.6461" y2="14.0915"> <stop offset="0.4507" style="stop-color:%23006699"/> <stop offset="1" style="stop-color:%230099CC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M28.321,8.583c-0.107-0.314-0.241-0.623-0.397-0.916c1.646,8.299-12.085,15.296-17.918,9.27 c2.1,4.334,8.061,4.158,11.819,2.471C25.752,17.646,29.842,13.228,28.321,8.583z"/> <path fill="none" d="M24.058,13.09c1.629-2.115,2.222-5.333-0.062-7.235c-2.666-2.215-6.8-1.295-9.439,0.452 c-2.259,1.496-4.316,4.334-3.528,7.173c0.752,2.71,3.793,3.634,6.33,3.349C19.928,16.54,22.478,15.141,24.058,13.09z"/> <path fill="%2300CCFF" d="M21.623,17.764c3.588-1.772,7.226-5.703,6.368-10.029c-0.799-3.84-4.868-5.276-8.404-4.935 c-3.663,0.353-7.291,2.401-9.408,5.419c-2.065,2.944-2.473,7.198,0.736,9.516C14.022,19.979,18.393,19.359,21.623,17.764z M11.029,13.481c-0.788-2.839,1.269-5.677,3.528-7.173c2.638-1.747,6.772-2.667,9.439-0.452c2.284,1.901,1.691,5.12,0.062,7.235 c-1.58,2.051-4.13,3.45-6.699,3.739C14.822,17.115,11.781,16.191,11.029,13.481z"/> <polyline fill="%23006699" points="9.354,28.651 8.675,27.06 4.392,25.079 5.103,26.62 9.354,28.651 "/> <polyline fill="%23006699" points="8.675,27.06 9.354,28.651 14.342,20.324 13.763,18.772 8.675,27.06 "/> <polyline fill="%2300CCFF" points="13.763,18.772 11.077,17.904 4.392,25.079 8.675,27.06 13.763,18.772 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-search2::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.816,27.296l3.389-8.653c-0.745-1.183-1.381-2.458-1.861-3.74C6.773,10.715,6.401,4.989,10.52,2.63 c0.234-0.133,0.465-0.238,0.695-0.333l0.539-0.243c0.337-0.15,0.673-0.298,0.997-0.47c0.915-0.44,1.827-0.644,2.787-0.644 c2.781,0,5.216,1.704,6.421,2.72c2.155,1.819,3.968,4.394,5.102,7.25c0.99,2.486,1.884,6.141,0.529,9.428 c-0.806,1.956-2.291,2.957-3.6,3.84l-0.408,0.277l-0.005-0.006c-0.309,0.224-0.6,0.395-0.907,0.533 c-0.767,0.348-1.607,0.525-2.495,0.525c-1.478,0-2.842-0.496-3.837-0.994l-2.229,5.143l-4.288,1.76L6.816,27.296z"/> <path fill="%230099CC" d="M14.129,19.745l-1.483-1.66l-3.489,8.908l1.379,1.891L14.129,19.745z"/> <path fill="none" d="M11.194,8.928c-0.934,3.375,1.052,7.389,3.348,9.782c1.991,2.076,6.219,3.933,7.426,0.1 c1.059-3.363-1.034-7.524-3.311-9.901C16.656,6.821,12.298,4.92,11.194,8.928z"/> <path fill="%23006699" d="M16.475,18.995l-2.345,0.751l-3.593,9.139l2.008-0.824L16.475,18.995z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.906" y1="4.3508" x2="26.6332" y2="19.078"> <stop offset="0.3945" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.721,3.414c-0.532,0.283-1.097,0.513-1.644,0.765c4.281-1.284,8.407,3.429,10.191,6.638 c1.722,3.097,3.531,9.172,0.141,11.932c1.308-0.899,2.63-1.656,3.267-3.2c1.022-2.477,0.416-5.475-0.538-7.875 c-0.963-2.422-2.514-4.744-4.514-6.431C18.824,3.724,16.071,2.287,13.721,3.414"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="10.4504" y1="8.8941" x2="21.4996" y2="19.9432"> <stop offset="0" style="stop-color:%23006699"/> <stop offset="0.3802" style="stop-color:%2300CCFF"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.682,7.728c-2.005,2.883,0.017,7.396,1.833,9.831c1.518,2.035,5.73,5.52,7.913,2.372 c-3.025,0.504-5.702-2.468-7.053-4.806c-1.367-2.364-2.578-6.252-0.561-8.606C12.958,6.519,12.158,7.045,11.682,7.728"/> <path fill="%230099CC" d="M11.55,4.426c-3.239,1.855-2.329,6.923-1.268,9.749c1.228,3.273,3.504,6.552,6.606,8.287 c1.459,0.816,3.32,1.364,4.929,0.634c1.413-0.641,2.162-2.175,2.407-3.637c0.598-3.577-1.002-7.456-3.014-10.334 C19.34,6.451,15.137,2.384,11.55,4.426z M21.969,18.81c-1.207,3.833-5.435,1.976-7.426-0.1c-2.296-2.393-4.282-6.407-3.348-9.782 c1.104-4.008,5.461-2.107,7.463-0.018C20.934,11.285,23.028,15.446,21.969,18.81z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-setof::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M14.529,30.93c-2.066,0-3.964-0.819-5.192-1.505c-4.013-2.244-9.736-9.729-9.177-15.226 c0.514-5.054-0.724-7.914,2.135-10.8c0.317-0.32,0.981-0.995,1.442-1.153c0.362-0.162,0.722-0.326,1.07-0.511 c1.061-0.51,2.135-0.75,3.268-0.75c3.359,0,6.337,2.089,7.813,3.334c2.683,2.264,4.941,5.474,6.358,9.039 c1.224,3.078,2.335,7.59,0.681,11.602c-0.842,2.04-2.369,3.249-3.763,4.212c-0.52,0.482-1.092,0.866-1.704,1.144 C16.559,30.723,15.573,30.93,14.529,30.93L14.529,30.93z M6.42,8.495C4.905,11.27,6.555,15.7,7.868,18.023 c1.559,2.759,4.38,5.979,7.223,6.014c0.199-0.263,0.364-0.604,0.494-1.017c1.172-3.723-1.215-8.803-4.179-11.896 C10.014,9.672,7.903,8.566,6.42,8.495z"/> <path fill="%23FFFFFF" d="M22.529,30.93c-2.066,0-3.964-0.819-5.192-1.505c-4.013-2.244-7.428-6.499-9.37-11.672 c-1.925-5.129-2.425-12.12,2.504-14.942c0.391-0.223,0.805-0.407,1.266-0.565c0.362-0.162,0.722-0.326,1.07-0.511 c1.061-0.51,2.135-0.75,3.268-0.75c3.359,0,6.337,2.089,7.813,3.334c2.683,2.264,4.941,5.474,6.358,9.039 c1.224,3.078,2.335,7.59,0.681,11.602c-0.842,2.04-2.369,3.249-3.763,4.212c-0.52,0.482-1.092,0.866-1.704,1.144 C24.559,30.723,23.573,30.93,22.529,30.93L22.529,30.93z M14.42,8.495c-1.516,2.775,0.135,7.205,1.447,9.529 c1.559,2.759,4.38,5.979,7.223,6.014c0.199-0.263,0.364-0.604,0.494-1.017c1.172-3.723-1.215-8.803-4.179-11.896 C18.014,9.672,15.903,8.566,14.42,8.495z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.4168" y1="4.7023" x2="30.3061" y2="23.5916"> <stop offset="0.3987" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.745,3.501c-0.683,0.362-1.407,0.657-2.108,0.981c5.491-1.647,10.782,4.398,13.071,8.514 c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104c1.31-3.176,0.533-7.023-0.69-10.1 c-1.235-3.106-3.224-6.085-5.79-8.249C20.29,3.898,16.759,2.055,13.745,3.501"/> <linearGradient id="SVGID_00000086681754296724732640000003643323603382561686_" gradientUnits="userSpaceOnUse" x1="8.4862" y1="10.0225" x2="24.3329" y2="25.8692"> <stop offset="0" style="stop-color:%23006699"/> <stop offset="0.3802" style="stop-color:%2300CCFF"/> </linearGradient> <path fill="url(%23SVGID_00000086681754296724732640000003643323603382561686_)" d="M10.317,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 c-1.933-3.422-3.647-9.051-0.793-12.458C12.121,6.549,10.99,7.31,10.317,8.299"/> <path fill="%230099CC" d="M11.465,4.546C7.311,6.925,8.479,13.425,9.84,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C21.457,7.144,16.066,1.927,11.465,4.546z M25.492,23.621c-1.692,5.374-7.62,2.77-10.412-0.14 c-3.219-3.355-6.003-8.982-4.694-13.714c1.547-5.618,7.657-2.954,10.463-0.026C24.042,13.072,26.977,18.906,25.492,23.621z"/> <linearGradient id="SVGID_00000167388340185522561770000017170609018777248931_" gradientUnits="userSpaceOnUse" x1="3.4168" y1="4.7023" x2="22.3061" y2="23.5916"> <stop offset="0.3987" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_00000167388340185522561770000017170609018777248931_)" d="M5.745,3.501C5.063,3.863,4.339,4.158,3.637,4.482 c5.491-1.647,10.782,4.398,13.071,8.514c2.209,3.973,4.529,11.764,0.18,15.304c1.678-1.153,3.373-2.124,4.19-4.104 c1.31-3.176,0.533-7.023-0.69-10.1c-1.235-3.106-3.224-6.085-5.79-8.249C12.29,3.898,8.759,2.055,5.745,3.501"/> <linearGradient id="SVGID_00000053520629177723656190000011333467615869174662_" gradientUnits="userSpaceOnUse" x1="0.4862" y1="10.0225" x2="16.3329" y2="25.8692"> <stop offset="0" style="stop-color:%23006699"/> <stop offset="0.3802" style="stop-color:%2300CCFF"/> </linearGradient> <path fill="url(%23SVGID_00000053520629177723656190000011333467615869174662_)" d="M2.317,8.299 c-2.836,4.174,0.024,10.707,2.593,14.232c2.147,2.946,8.106,7.991,11.194,3.433c-4.28,0.73-8.066-3.573-9.977-6.957 C4.193,15.585,2.479,9.957,5.333,6.549C4.121,6.549,2.99,7.31,2.317,8.299"/> <path fill="%230099CC" d="M3.465,4.546C-0.689,6.925,0.479,13.425,1.84,17.05c1.576,4.199,4.494,8.403,8.473,10.629 c1.871,1.046,4.259,1.749,6.322,0.813c1.813-0.823,2.773-2.79,3.087-4.665c0.768-4.588-1.285-9.564-3.866-13.254 C13.457,7.144,8.066,1.927,3.465,4.546z M17.492,23.621c-1.692,5.374-7.62,2.77-10.412-0.14c-3.219-3.355-6.003-8.982-4.694-13.714 c1.547-5.618,7.657-2.954,10.463-0.026C16.042,13.072,18.977,18.906,17.492,23.621z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-raw::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="9.884,28.083 9.768,12.637 4.033,9.345 3.745,5.268 9.851,2.406 15.334,0.94 27.384,6.6 26.789,14.013 21.511,17.314 21.486,27.982 15.617,32 "/> <path fill="%23006699" d="M19.736,15.752l0.17-0.103l4.718-2.951l0.379-4.717l-5.106,2.894L19.736,15.752z"/> <path fill="%23676767" d="M15.615,13.387l-0.004,0.285l0.004,15.587l3.611-2.471l0.026-11.313L15.615,13.387z"/> <path fill="%23999999" d="M15.611,13.672l-0.002-0.285L12.02,11.32l0.117,15.562l3.478,2.376L15.611,13.672z"/> <path fill="%230099CC" d="M6.111,6.658l0.094,1.325l13.53,7.769l0.162-4.877L9.996,5.639L6.111,6.658z"/> <polyline fill="%2300CCFF" points="25.004,7.981 15.12,3.34 10.63,4.54 6.111,6.658 9.996,5.639 19.898,10.875 25.004,7.981 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-clean::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M18.206,14.245l0.007-0.425l0.18-9.21l-2.475,1.223l-0.029,9.756L18.206,14.245 M21.559,18.598l0.151-0.094 l0.13-2.684l-3.079,1.907l-0.065,2.72L21.559,18.598z"/> <polyline fill="%23999999" points="15.918,5.834 12.615,4.215 12.745,10.806 12.809,13.806 15.889,15.591 15.918,5.834 "/> <polygon fill="%23999999" points="9.615,14.929 9.86,15.073 18.436,20.289 18.695,20.447 18.76,17.728 9.5,12.324 "/> <polyline fill="%23CCCCCC" points="15.09,3.064 12.615,4.215 15.918,5.834 18.393,4.611 15.09,3.064 "/> <polygon fill="%23CCCCCC" points="12.745,10.806 12.579,10.712 9.5,12.324 18.76,17.728 21.839,15.821 18.213,13.821 18.206,14.245 15.889,15.591 12.809,13.806 "/> <path fill="%23006699" d="M18.695,20.447l-0.259-0.158l2.216,9.051l5.044-3.734l-4.137-7.008L18.695,20.447z"/> <path fill="%2300CCFF" d="M9.86,15.073l-3.727,4.475l14.519,9.792l-2.216-9.051L9.86,15.073z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-date::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M29.312,22.047c0.118-0.331,0.222-0.667,0.312-1.003c0.202-0.409,0.384-0.829,0.549-1.271 c0.563-1.543,0.82-3.158,0.765-4.798c-0.054-1.62-0.415-3.21-1.069-4.718c-0.55-1.276-1.321-2.459-2.256-3.541l0.2-0.821 c0.041-0.089,0.078-0.17,0.097-0.223c0.256-0.708,0.264-1.467,0.023-2.189c-0.317-0.966-1.003-1.734-1.93-2.164 c-0.229-0.106-0.48-0.196-0.782-0.269c-1.298-0.304-2.565,0.037-3.476,0.933l-0.425,0.417c-0.028-0.015-0.045-0.045-0.074-0.058 c-0.106-0.049-0.22-0.093-0.337-0.128c-1.382-0.472-2.812-0.759-4.242-0.853c-1.567-0.109-3.14,0.007-4.667,0.345 c-1.567,0.343-3.054,0.914-4.412,1.698c-2.835,1.627-4.86,3.914-6.016,6.794c-1.07,2.65-1.225,5.374-0.459,8.102 c0.083,1.178,0.341,2.365,0.77,3.528C2.91,24.638,4.76,26.92,7.38,28.603c0.619,0.399,1.254,0.751,1.904,1.053 c0.001,0.001,0.001,0.001,0.001,0.001c1.936,0.898,4.036,1.369,6.248,1.402c1.546,0.022,3.075-0.183,4.546-0.606 c1.511-0.437,2.924-1.102,4.21-1.98c1.143-0.787,2.148-1.724,2.986-2.779C28.159,24.584,28.845,23.357,29.312,22.047z M9.913,16.368 c0.083-0.39,0.222-0.767,0.421-1.145c0.181-0.346,0.397-0.661,0.653-0.952c-0.008,0.162-0.038,0.32-0.029,0.484l-0.114,2.435 c-0.008,0.156,0.006,0.366,0.029,0.522c0.017,0.118,0.068,0.225,0.093,0.34c-0.272-0.299-0.51-0.619-0.711-0.968 C10.122,16.847,10.006,16.608,9.913,16.368z M20.721,18.426c0.117-0.176,0.214-0.322,0.347-0.524c0,0,0.164-0.244,0.42-0.626 c0.004,0.068,0.008,0.135,0.009,0.204C21.284,17.827,21.017,18.135,20.721,18.426z"/> <path fill="%23999999" d="M17.638,7.095c-0.018,0.005-0.04,0.005-0.068-0.001l-0.683-0.107c-0.32-0.038-0.639-0.059-0.956-0.064 c-0.669-0.015-1.325,0.037-1.969,0.153c-1.353,0.248-2.574,0.758-3.662,1.531c-1.029,0.739-1.826,1.644-2.39,2.715 c-0.585,1.107-0.863,2.281-0.834,3.523c0.016,0.596,0.102,1.177,0.258,1.743c0.086-0.884,0.342-1.73,0.768-2.537 c0.539-1.028,1.297-1.898,2.274-2.612c0.999-0.736,2.154-1.229,3.466-1.477c0.585-0.111,1.205-0.162,1.861-0.154 c0.351,0.017,0.652,0.038,0.903,0.065l0.597,0.092l0.125-0.124L17.638,7.095"/> <path fill="%23999999" d="M24.066,11.962c-0.147-0.32-0.318-0.635-0.514-0.944l-0.65,2.709c0.648,1.03,1.013,2.132,1.096,3.309 c0.029,0.385,0.026,0.763-0.008,1.136c0.019-0.038,0.038-0.076,0.057-0.115c0.543-1.143,0.765-2.337,0.666-3.582 C24.648,13.6,24.433,12.762,24.066,11.962z"/> <path fill="%23CCCCCC" d="M20.187,4.651c0.003-0.004,0.005-0.008,0.006-0.013c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.007-0.01-0.019-0.012c-0.02-0.005-0.035-0.01-0.043-0.014c-1.189-0.409-2.402-0.655-3.64-0.736 c-1.333-0.093-2.652,0.005-3.955,0.292c-1.321,0.289-2.553,0.764-3.695,1.423c-2.344,1.345-3.99,3.196-4.936,5.552 c-0.893,2.212-0.991,4.454-0.295,6.728c0.07,0.227,0.147,0.454,0.231,0.68c0.897,2.394,2.484,4.318,4.762,5.773 c2.168,1.385,4.557,2.106,7.166,2.162c1.376,0.028,2.716-0.14,4.02-0.505c1.337-0.372,2.567-0.934,3.689-1.684 c0.994-0.665,1.858-1.446,2.59-2.345c0.458-0.567,0.852-1.166,1.182-1.796c0.211-0.4,0.395-0.814,0.554-1.241 c0.454-1.246,0.659-2.529,0.614-3.85c-0.044-1.31-0.332-2.579-0.865-3.806c-0.485-1.123-1.153-2.155-2.003-3.098 c-0.023-0.034-0.042-0.051-0.057-0.051c-0.006-0.001-0.011,0.002-0.016,0.008l-1.928,2.905c0.196,0.309,0.367,0.624,0.514,0.944 c0.367,0.8,0.582,1.638,0.646,2.512c0.098,1.245-0.124,2.439-0.666,3.582c-0.019,0.039-0.037,0.078-0.057,0.115 c-0.555,1.127-1.362,2.076-2.42,2.846c-1.045,0.76-2.224,1.272-3.537,1.536c-1.303,0.264-2.609,0.262-3.918-0.008 c-1.327-0.275-2.528-0.793-3.603-1.554c-1.028-0.729-1.842-1.616-2.444-2.661c-0.321-0.563-0.565-1.144-0.732-1.741 c-0.156-0.566-0.242-1.147-0.258-1.743c-0.03-1.242,0.248-2.417,0.834-3.523c0.565-1.071,1.362-1.976,2.39-2.715 c1.088-0.773,2.308-1.283,3.662-1.531c0.643-0.117,1.3-0.168,1.969-0.153c0.317,0.005,0.636,0.027,0.956,0.064l0.683,0.107 c0.028,0.006,0.05,0.006,0.068,0.001c0.013-0.001,0.023-0.006,0.031-0.013L20.187,4.651z"/> <path fill="%23676767" d="M20.193,4.638c-0.001,0.004-0.003,0.009-0.006,0.013l-2.518,2.431c-0.008,0.007-0.018,0.012-0.031,0.013 l-0.307,2.748l2.434-2.39L20.193,4.638 M3.612,17.867c0.043,1.027,0.256,2.059,0.638,3.097c0.836,2.294,2.335,4.135,4.497,5.524 c2.058,1.33,4.331,2.015,6.82,2.054c1.307,0.017,2.578-0.153,3.812-0.509c1.258-0.363,2.419-0.908,3.48-1.633 c0.942-0.65,1.758-1.408,2.446-2.276c0.715-0.897,1.259-1.872,1.634-2.924c0.124-0.345,0.228-0.695,0.313-1.047 c-0.33,0.63-0.724,1.229-1.182,1.796c-0.732,0.899-1.595,1.681-2.59,2.345c-1.123,0.751-2.353,1.312-3.689,1.684 c-1.304,0.365-2.644,0.533-4.02,0.505c-2.609-0.056-4.998-0.776-7.166-2.162c-2.278-1.455-3.865-3.379-4.762-5.773 C3.759,18.321,3.682,18.094,3.612,17.867z"/> <path fill="%2300CCFF" d="M25.265,5.284c1.081-1.114-0.822-2.468-1.756-1.505c0,0-3.744,3.674-3.744,3.674 c0.1,0.242-2.394,2.375-2.451,2.533c-0.026,0.004-0.08-0.021-0.108-0.019c-0.566,0.655-3.249,2.965-3.566,3.711 c-0.897,2.058,1.773,3.833,3.57,2.866C19.243,15.021,23.614,7.3,25.265,5.284z"/> <path fill="%23006699" d="M25.433,5.022c-0.216,0.393-5.816,8.534-6.035,8.895c-0.787,2.481-5.046,4.498-5.917,0.802 c-1.112,4.824,3.292,6.468,5.496,1.778C20.259,14.427,25.582,7.579,25.433,5.022z"/> <path fill="%23006699" d="M22.849,22.637c0.891,0.781,2.257-0.546,1.523-1.208c0,0-6.875-6.597-6.875-6.597 c-0.144-0.136-0.252-0.233-0.324-0.292c-1.659-1.222-4.079,0.81-3.331,2.225C14.93,18.204,21.267,21.446,22.849,22.637z"/> <path fill="%2300CCFF" d="M23.051,21.192c0.891,0.781,2.257-0.546,1.523-1.208c0,0-6.875-6.597-6.875-6.597 c-0.144-0.136-0.252-0.233-0.324-0.292c-1.659-1.222-4.079,0.81-3.331,2.225C15.132,16.759,21.469,20.002,23.051,21.192z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-html::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="24.696,12.998 20.789,10.652 21.019,8.802 16.474,6.145 14.771,7.028 12.088,5.415 8.196,7.334 3.831,10.947 8.693,19.417 10.817,20.938 10.705,22.418 14.851,25.45 16.054,24.69 20.362,27.778 25.965,25.806 30.332,22.771 "/> <polyline fill="%23006699" points="27.682,22.177 23.223,14.446 20.478,16.096 25.046,24.009 27.682,22.177 "/> <polyline fill="%23006699" points="10.987,11.413 8.395,12.759 12.283,19.528 12.956,19.131 12.963,19.094 13.246,15.336 10.987,11.413 "/> <polygon fill="%23006699" points="18.871,9.864 16.099,11.361 14.932,23.033 17.422,21.461 18.228,15.053 17.872,14.446 18.335,14.186 "/> <polyline fill="%2300CCFF" points="22.324,22.177 22.013,21.643 20.797,22.143 18.255,23.806 22.324,22.177 "/> <polyline fill="%2300CCFF" points="17.872,14.446 20.478,16.096 23.223,14.446 20.608,12.876 18.335,14.186 17.872,14.446 "/> <polygon fill="%2300CCFF" points="9.291,9.024 11.494,10.414 14.209,9.024 11.993,7.691 "/> <polygon fill="%2300CCFF" points="18.871,9.864 16.416,8.428 13.65,9.864 16.099,11.361 "/> <polyline fill="%230099CC" points="20.478,16.096 17.872,14.446 18.228,15.053 22.013,21.643 22.324,22.177 18.255,23.806 20.681,25.545 25.046,24.009 20.478,16.096 "/> <polyline fill="%230099CC" points="12.963,19.094 12.783,21.461 14.932,23.033 16.099,11.361 13.65,9.864 13.246,15.336 12.963,19.094 "/> <polygon fill="%230099CC" points="8.395,12.759 11.494,10.414 9.291,9.024 6.405,11.413 10.211,18.044 12.283,19.528 "/> <path fill="%23333333" d="M10.987,11.413l3.222-2.389l-2.716,1.39l-3.099,2.346L10.987,11.413z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-css::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="24.696,12.998 20.789,10.652 21.019,8.802 16.474,6.145 14.771,7.028 12.088,5.415 8.196,7.334 3.831,10.947 8.693,19.417 10.817,20.938 10.705,22.418 14.851,25.45 16.054,24.69 20.362,27.778 25.965,25.806 30.332,22.771 "/> <polyline fill="%23006699" points="27.682,22.177 23.223,14.446 20.478,16.096 25.046,24.009 27.682,22.177 "/> <polyline fill="%23006699" points="10.987,11.413 8.395,12.759 12.283,19.528 12.956,19.131 12.963,19.094 13.246,15.336 10.987,11.413 "/> <polygon fill="%23006699" points="18.871,9.864 16.099,11.361 14.932,23.033 17.422,21.461 18.228,15.053 17.872,14.446 18.335,14.186 "/> <polyline fill="%2300CCFF" points="22.324,22.177 22.013,21.643 20.797,22.143 18.255,23.806 22.324,22.177 "/> <polyline fill="%2300CCFF" points="17.872,14.446 20.478,16.096 23.223,14.446 20.608,12.876 18.335,14.186 17.872,14.446 "/> <polygon fill="%2300CCFF" points="9.291,9.024 11.494,10.414 14.209,9.024 11.993,7.691 "/> <polygon fill="%2300CCFF" points="18.871,9.864 16.416,8.428 13.65,9.864 16.099,11.361 "/> <polyline fill="%230099CC" points="20.478,16.096 17.872,14.446 18.228,15.053 22.013,21.643 22.324,22.177 18.255,23.806 20.681,25.545 25.046,24.009 20.478,16.096 "/> <polyline fill="%230099CC" points="12.963,19.094 12.783,21.461 14.932,23.033 16.099,11.361 13.65,9.864 13.246,15.336 12.963,19.094 "/> <polygon fill="%230099CC" points="8.395,12.759 11.494,10.414 9.291,9.024 6.405,11.413 10.211,18.044 12.283,19.528 "/> <path fill="%23333333" d="M10.987,11.413l3.222-2.389l-2.716,1.39l-3.099,2.346L10.987,11.413z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-script::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" d="M25.216,20.768c0.058-0.049,0.141-0.102,0.192-0.15c-0.041,0.001-0.078,0.012-0.118,0.016 C25.264,20.678,25.246,20.726,25.216,20.768z"/> <path fill="%23FFFFFF" d="M28.604,25.618c-0.31-0.63-0.867-1.123-1.496-1.344c-0.207-0.073-0.42-0.108-0.631-0.108 c-0.596,0-1.172,0.279-1.54,0.779c-0.087,0.119-0.159,0.246-0.216,0.377c-0.42,0.094-0.978,0.181-1.647,0.26 c0.072-0.253,0.109-0.517,0.07-0.788c-0.013-0.091-0.05-0.172-0.076-0.259c0.056,0.005,0.107,0.026,0.164,0.026 c0.056,0,0.112-0.002,0.168-0.007c1.134-0.099,3.113-0.91,3.709-1.216c1.46-0.75,2.449-1.654,2.939-2.688 c0.884-1.854,0.064-3.918-1.953-4.903c-0.741-0.36-1.55-0.542-2.408-0.542c0,0,0,0,0,0l-0.208,0.004 c-0.477,0.016-2.099,0.143-2.935,1.095c-0.078,0.089-0.125,0.194-0.184,0.293c-0.051,0.007-0.098,0.009-0.148,0.017l-0.204,0.03 l-0.152,0.019c-0.116,0.014-0.233,0.028-0.348,0.042c0.089-0.252,0.178-0.507,0.201-0.797c0.1-1.3-0.686-2.502-1.163-3.104 l-0.236-0.294c-0.105-0.129-0.231-0.285-0.332-0.419c0.005-0.005,0.011-0.011,0.016-0.017c0.315-0.324,0.681-0.596,1.168-0.931 c0.594-0.408,1.615-0.992,2.317-1.358l0.848-0.453c0.63-0.312,1.065-0.961,1.065-1.711c0-1.049-0.841-1.9-1.888-1.909 c-0.008,0-0.017,0-0.025,0c-0.031,0-0.063,0.001-0.095,0.002c-0.054,0.003-0.107,0.007-0.16,0.014 c-0.385,0.048-0.885,0.181-1.613,0.404c0.195-0.511,0.343-1.044,0.395-1.63c0.012-0.133,0.286-3.388-1.794-4.332 C19.958,0.056,19.689,0,19.422,0c-0.414,0-0.825,0.135-1.165,0.396c-0.559,0.431-0.836,1.135-0.718,1.831 c0.145,0.861,0.127,1.103-0.124,1.619c-0.358,0.74-0.961,1.226-1.949,1.866c-0.937,0.606-2.442,1.677-3.286,2.338 c-0.713,0.563-1.713,1.421-2.227,2.432c-1.073,2.108,0.157,3.686,0.749,4.444c0.164,0.211,0.338,0.391,0.507,0.581 C9.552,15.6,6.82,16.269,5.582,16.912c-1.536,0.796-1.436,2.056-1.368,2.424c0.255,1.392,1.551,1.812,2.723,2.002 c-0.009,0.056-0.03,0.106-0.035,0.164c-0.034,0.382,0.006,1.488,1.193,2.24c-0.026,0.062-0.054,0.122-0.075,0.187 c-1.022,0.048-4.634,0.33-5.977,1.916c-0.55,0.648-0.731,1.454-0.497,2.208c0.408,1.312,1.781,1.685,2.298,1.825 c0.653,0.177,1.533,0.321,2.612,0.436c0.223,0.36,0.557,0.654,0.984,0.803c1.617,0.564,4.796,0.813,5.732,0.876 c0.88,0.06,1.839,0.091,2.85,0.091c1.079,0,2.212-0.034,3.367-0.102c2.715-0.16,5.818-0.417,8.285-1.458 c0.837-0.355,2.229-1.12,2.623-2.397c0.067-0.195,0.103-0.403,0.103-0.62C30.4,26.49,29.605,25.678,28.604,25.618z M24.648,19.527 c0.033-0.047,0.053-0.1,0.082-0.149c0.045-0.004,0.085-0.016,0.131-0.017C24.805,19.414,24.712,19.472,24.648,19.527z"/> <path id="path36_6_" fill-rule="evenodd" clip-rule="evenodd" fill="%230099CC" d="M23.977,17.566c0.769,0.101,0.981,0.14,1.353,0.362 c0.65,0.481,0.736,1.74,0.441,2.433c-0.399,0.939-0.918,1.453-2.008,2.022c-0.187,0.098-0.367,0.172-0.53,0.272 c0.703-0.062,2.37-0.687,3.004-1.013c0.809-0.415,1.713-1.022,2.085-1.808c0.532-1.115-0.242-1.967-1.066-2.37 c-0.474-0.23-1.046-0.368-1.713-0.345C25.034,17.136,24.207,17.304,23.977,17.566"/> <path fill="%23006699" d="M26.799,26.276L26.799,26.276c-0.103-0.095-0.233-0.168-0.322-0.199c0.834,1.117-4.227,1.517-4.782,1.564 c-2.074,0.174-4.158,0.251-6.239,0.294c-2.698,0.055-5.41,0.03-8.084-0.374c-0.428-0.065-2.001-0.139-1.834-0.791 c0.205-0.803,2.596-0.713,3.204-0.919c-1.04-0.127-2.197,0.093-3.204,0.334c-0.362,0.087-3.095,0.91-1.875,1.598 c-0.001,0-0.008,0-0.008,0c1.989,0.966,7.999,2.66,14.946,2.331c1.888-0.089,6.972-0.266,9.885-2.605L26.799,26.276z"/> <path fill="%230099CC" d="M23.144,18.42c0,0-0.02,0.006-0.052,0.014c0.002-0.001,0.005-0.003,0.007-0.004 c-3.345,0.117-6.657,0.731-10.024,0.732c-1.252,0.001-2.595,0.056-3.824-0.219c-2.03-0.455,2.033-1.398,2.573-1.539 c-1.06-0.083-2.199,0.211-3.217,0.471c-0.256,0.065-2.96,0.852-2.401,1.261c0,0-0.005-0.001-0.005-0.001 c1.356,0.972,2.479,2.139,3.074,3.718c0.22,0.584,0.268,1.36,0.564,1.891c0.365,0.656,1.275,0.816,1.96,0.952 c1.817,0.36,3.776,0.368,5.613,0.17c1.103-0.119,2.921-0.176,3.842-0.797C20.624,23.018,21.708,19.945,23.144,18.42z"/> <path id="path22_6_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M16.279,17.593 c1.123-1.093-0.584-3.022-0.932-3.832c-0.899-2.095-0.618-2.956,0.623-4.007c1.334-1.129,3.239-1.843,4.14-3.376 c0.477-0.812,0.559-3.903-0.689-4.469c0.681,4.038-3.444,5.56-6.065,7.643c-1.517,1.206-2.527,2.45-1.15,4.198 C13.151,14.948,14.595,14.777,16.279,17.593"/> <path id="path26_6_" fill-rule="evenodd" clip-rule="evenodd" fill="%23ED1E24" d="M17.154,18.316c0.343-0.098,1.356-0.788,1.629-1.02 c0.358-0.309,0.968-0.88,1.021-1.541c0.046-0.6-0.451-1.381-0.755-1.764c-0.961-1.211-1.729-1.904-0.428-3.247 c0.435-0.447,0.907-0.798,1.458-1.176c0.66-0.453,1.741-1.073,2.515-1.477l0.882-0.471c-0.467,0.051-1.703,0.462-2.19,0.613 c-0.655,0.205-1.41,0.517-1.983,0.791c-1.964,0.944-3.896,2.42-3.106,4.461c0.534,1.381,2.092,2.208,1.979,3.243 C18.108,17.365,17.375,17.999,17.154,18.316"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-pattern::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="25.913,15.58 26.447,7.473 10.429,0.858 6.921,2.136 7.336,9.546 7.331,9.548 7.756,17.153 14.149,20.816 14.149,22.393 14.136,22.393 14.153,26.988 21.939,31.99 24.973,29.776 25.446,22.694 25.441,22.691 25.914,15.58 "/> <polyline fill="%23006699" points="16.143,12.951 14.837,13.601 14.901,18.939 16.143,18.242 16.143,14.269 16.143,12.951 "/> <polyline fill="%23676767" points="22.529,17.544 22.219,23.134 23.461,22.319 23.83,16.777 22.529,17.544 "/> <polyline fill="%23006699" points="23.367,23.807 22.137,24.628 21.867,29.567 23.039,28.711 23.367,23.807 "/> <polyline fill="%23676767" points="16.143,11.346 16.143,6.547 16.143,5.382 14.755,5.956 14.819,11.984 16.143,11.346 "/> <polygon fill="%23006699" points="24.357,8.774 22.975,9.459 22.623,15.839 23.941,15.09 "/> <polyline fill="%230099CC" points="9.406,10.818 9.693,15.957 14.901,18.939 14.837,13.601 9.406,10.818 "/> <polyline fill="%23999999" points="22.219,23.134 22.529,17.544 16.143,14.269 16.143,18.242 16.143,19.654 22.219,23.134 "/> <polyline fill="%230099CC" points="21.867,29.567 22.137,24.628 16.149,21.101 16.149,24.393 16.143,24.393 16.149,25.893 21.867,29.567 "/> <polyline fill="%23999999" points="14.819,11.984 14.755,5.956 9.001,3.507 9.324,9.266 14.819,11.984 "/> <polygon fill="%230099CC" points="22.623,15.839 22.975,9.459 16.143,6.547 16.143,11.346 16.143,12.635 "/> <polyline fill="%2300CCFF" points="10.706,10.244 9.406,10.818 14.837,13.601 16.143,12.951 10.706,10.244 "/> <polyline fill="%23CCCCCC" points="22.529,17.544 23.83,16.777 17.45,13.601 16.143,14.269 22.529,17.544 "/> <polyline fill="%2300CCFF" points="22.137,24.628 23.367,23.807 17.379,20.374 16.149,21.095 16.149,21.101 22.137,24.628 "/> <polyline fill="%23CCCCCC" points="10.384,3.003 9.001,3.507 14.755,5.956 16.143,5.382 10.384,3.003 "/> <polygon fill="%2300CCFF" points="22.975,9.459 24.357,8.774 17.532,5.956 16.143,6.547 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-image::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M8.525,22.231l-0.533,0.317l-0.034-0.694L6.632,20.97L5.428,0.647L11.345,0l17.238,8.451l-1.497,21.372 l-3.428,1.809L8.525,22.231z M20.279,21.561l0.381-8.549l-7.66-4.011l0.303,8.13L20.279,21.561z"/> <polygon fill="%23006699" points="26.493,9.654 24.787,10.656 23.658,29.904 25.154,28.775 "/> <polyline fill="%23006699" points="10.873,5.629 9.115,4.709 9.826,19.132 10.065,18.99 10.073,18.997 11.345,18.257 10.873,5.629 "/> <polygon fill="%2300CCFF" points="24.787,10.656 26.493,9.654 9.22,1.186 7.507,1.926 "/> <path fill="%230099CC" d="M7.507,1.926l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.926z M22.034,27.091L9.826,19.139L9.115,4.709 l13.6,7.122L22.034,27.091z"/> <path fill="%2300CCFF" d="M17.328,17.1"/> <polyline fill="%2300CCFF" points="10.873,5.629 11.345,18.257 10.073,18.997 9.826,19.139 22.035,27.091 22.124,25.102 11.345,18.257 "/> <line fill="%2300CCFF" x1="22.124" y1="24.633" x2="22.715" y2="11.831"/> <polyline fill="%23006699" points="14.235,14.713 14.215,19.4 16.646,17.034 14.235,14.713 "/> <polygon fill="%23006699" points="19.013,14.739 19.032,27.218 21.009,25.799 22.131,24.995 22.436,18.162 "/> <path fill="%2300CCFF" d="M19.013,14.739l-2.366,2.295L14.215,19.4l0.019-4.687l-1.413,1.433l-1.303,1.316l-1.07,1.083l-0.59,0.596 l2.729,1.841l-1.063,1.037l7.507,5.199L19.013,14.739z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-video::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="5.494,19.216 4.257,2.406 8.152,0.721 28.904,11.625 27.375,29.463 24.015,32 "/> <polygon fill="%23676767" points="26.797,12.778 25.092,13.78 23.962,29.534 25.458,28.404 "/> <polyline fill="%23676767" points="9.722,7.38 7.964,6.46 8.675,17.388 8.914,17.246 8.921,17.254 10.193,16.513 9.722,7.38 "/> <polygon fill="%23CCCCCC" points="25.092,13.78 26.797,12.778 8.069,2.937 6.356,3.677 "/> <path fill="%23999999" d="M6.356,3.677l1.062,14.437l16.545,11.42l1.13-15.754L6.356,3.677z M22.339,26.721L8.675,17.396L7.964,6.46 l15.056,8.495L22.339,26.721z"/> <polygon fill="%23CCCCCC" points="22.452,24.76 22.339,26.721 8.675,17.388 10.193,16.513 "/> <polygon fill="%23006699" points="12.225,11.104 14.209,9.595 21.3,16.678 19.217,18.232 "/> <polyline fill="%2300CCFF" points="12.809,20.69 19.217,18.232 12.225,11.104 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-video-simple::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="7.224,6.519 13.144,3.057 28.47,19.083 24.264,24.13 6.391,29.395 "/> <polygon fill="%23006699" points="9.183,7.69 12.79,5.581 25.79,19.175 23.116,22.383 "/> <polyline fill="%230099CC" points="8.49,26.691 23.116,22.383 9.183,7.69 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-compress::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="15.959,29.084 14.199,29.121 8.535,25.21 6.133,23.56 2.825,18.842 2.155,5.68 8.161,2.736 11.906,1.437 21.103,6.1 23.136,8.787 31.067,12.883 30.923,16.331 30.946,16.344 30.813,19.706 30.839,19.721 30.697,23.008 19.311,31.428 "/> <polyline fill="%23006699" points="22.481,23.832 22.578,22.465 18.132,25.652 18.083,27.041 22.481,23.832 "/> <polyline fill="%23006699" points="11.871,16.003 11.857,12.83 7.124,10.03 7.41,18.625 11.871,16.003 "/> <polyline fill="%2300CCFF" points="6.949,5.982 14.977,10.423 19.786,7.675 11.759,3.605 8.932,4.585 4.22,6.895 6.949,5.982 "/> <polygon fill="%2300CCFF" points="18.132,25.652 22.578,22.465 11.871,16.003 7.41,18.625 "/> <path fill="%230099CC" d="M4.22,6.895l0.572,11.269l2.771,3.951l2.108,1.448l3.602,2.488l1.529,1.055l1.773-0.037l1.508-0.03 l0.049-1.389L7.41,18.625L7.124,10.03L6.949,5.982L4.22,6.895z"/> <polyline fill="%23CCCCCC" points="18.651,11.952 8.829,17.509 19.125,24.322 28.898,17.509 18.651,11.952 "/> <polyline fill="%23CCCCCC" points="9.146,20.858 19.233,27.802 28.788,20.858 18.749,15.169 9.146,20.858 "/> <polygon fill="%23CCCCCC" points="18.548,8.669 8.495,14.074 19.011,20.735 29.015,14.074 "/> <polyline fill="%23676767" points="19.125,24.322 19.173,25.544 28.853,18.666 28.898,17.509 19.125,24.322 "/> <polyline fill="%23676767" points="28.741,21.968 28.788,20.858 19.233,27.802 19.279,28.965 28.741,21.968 "/> <polygon fill="%23676767" points="19.011,20.735 19.06,22.01 28.965,15.283 29.015,14.074 "/> <polyline fill="%23999999" points="8.829,17.509 8.971,18.666 19.173,25.544 19.125,24.322 8.829,17.509 "/> <polyline fill="%23999999" points="9.146,20.858 9.279,21.968 19.279,28.965 19.233,27.802 9.146,20.858 "/> <polygon fill="%23999999" points="19.06,22.01 19.011,20.735 8.495,14.074 8.638,15.283 "/> <path fill="%23006699" d="M23.158,12.132l-3.371-4.457l-4.809,2.748l3.469,4.702L23.158,12.132z"/> <polygon fill="%23006699" points="23.046,13.677 23.158,12.132 18.446,15.125 18.39,16.707 "/> <path fill="%230099CC" d="M7.124,10.03l4.733,2.8l6.534,3.877l0.056-1.582l-3.469-4.702L6.949,5.982"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-order::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M15.703,8.696c-8.506,0.06-14.69,3.47-12.882,11.224c0.118,5.367,1.618,10.044,7.686,11.313 c7.567,1.582,18.431,0.103,17.848-8.942C27.807,13.772,27.179,8.879,15.703,8.696z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.1116" y1="26.4445" x2="26.3712" y2="26.4445"> <stop offset="0.3843" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M26.142,22.882c-0.078,0.198-0.172,0.393-0.283,0.585c-0.163,0.277-0.356,0.544-0.58,0.801 c-0.345,0.394-0.768,0.764-1.269,1.109c-0.046,0.032-0.09,0.063-0.132,0.093c-1.641,1.1-3.698,1.777-6.172,2.031 c-2.314,0.238-4.51,0.077-6.587-0.483c-1.172-0.319-2.193-0.727-3.061-1.225c-0.173-0.098-0.338-0.199-0.494-0.304 c-0.546-0.367-1.009-0.769-1.387-1.205c-0.215-0.247-0.404-0.506-0.566-0.777c-0.006-0.009-0.013-0.019-0.019-0.03 c-0.238-0.407-0.397-0.814-0.478-1.221l0.302,2.55c0.006,0.166,0.026,0.331,0.058,0.497c0.037,0.202,0.092,0.404,0.167,0.605 c0.056,0.159,0.124,0.321,0.204,0.485c0.141,0.286,0.308,0.561,0.503,0.824c0.439,0.589,1.019,1.12,1.738,1.592 c0.834,0.554,1.818,1.005,2.954,1.353c2.035,0.625,4.199,0.819,6.49,0.582c2.49-0.257,4.549-0.986,6.177-2.188 c0.567-0.416,1.033-0.866,1.397-1.348c0.277-0.368,0.495-0.756,0.654-1.162l0.039-0.098c0.006-0.016,0.013-0.033,0.019-0.049 c0.062-0.186,0.113-0.368,0.153-0.547c0.039-0.205,0.063-0.406,0.072-0.606l0.332-2.699l-0.009,0.044 c-0.006,0.042-0.014,0.085-0.024,0.131C26.295,22.44,26.23,22.66,26.142,22.882z"/> <linearGradient id="SVGID_00000140003183095827871090000003101304097899816890_" gradientUnits="userSpaceOnUse" x1="5.0447" y1="24.29" x2="26.4003" y2="24.29"> <stop offset="0" style="stop-color:%2300CCFF"/> <stop offset="0.7538" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_00000140003183095827871090000003101304097899816890_)" d="M24.477,23.166 c-0.091,0.065-0.184,0.129-0.278,0.19c-0.551,0.368-1.15,0.69-1.798,0.966c-1.328,0.56-2.856,0.928-4.585,1.104 c-2.33,0.238-4.547,0.096-6.65-0.425c-0.772-0.192-1.478-0.418-2.119-0.679c-0.355-0.146-0.689-0.302-1.002-0.469 c-0.393-0.208-0.753-0.431-1.079-0.669c-0.328-0.241-0.623-0.496-0.884-0.766c-0.228-0.238-0.429-0.487-0.606-0.747 c-0.152-0.226-0.277-0.452-0.376-0.68C5.056,21.23,5.038,21.466,5.047,21.7c0.003,0.186,0.025,0.371,0.065,0.557 c0.081,0.407,0.24,0.814,0.478,1.221c0.006,0.01,0.013,0.021,0.019,0.03c0.163,0.271,0.351,0.53,0.566,0.777 c0.379,0.436,0.841,0.838,1.387,1.205c0.156,0.105,0.321,0.206,0.494,0.304c0.868,0.498,1.889,0.907,3.061,1.225 c2.077,0.56,4.273,0.721,6.587,0.483c2.474-0.254,4.531-0.931,6.172-2.031c0.042-0.029,0.086-0.06,0.132-0.093 c0.501-0.345,0.924-0.715,1.269-1.109c0.224-0.257,0.418-0.524,0.58-0.801c0.111-0.192,0.206-0.387,0.283-0.585 c0.088-0.222,0.154-0.443,0.197-0.661c0.009-0.045,0.017-0.089,0.024-0.131c0.017-0.124,0.028-0.246,0.035-0.366 c0.013-0.254-0.005-0.504-0.054-0.752c-0.218,0.508-0.545,0.986-0.981,1.435C25.105,22.672,24.81,22.924,24.477,23.166z"/> <linearGradient id="SVGID_00000098918939975018710180000012197717811828499130_" gradientUnits="userSpaceOnUse" x1="4.4715" y1="20.9066" x2="26.9942" y2="20.9066"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23999999"/> </linearGradient> <path fill="url(%23SVGID_00000098918939975018710180000012197717811828499130_)" d="M4.471,16.861l0.346,2.91 c0.003,0.182,0.025,0.366,0.064,0.552C4.927,20.548,5,20.771,5.101,20.992c0.099,0.228,0.224,0.454,0.376,0.68 c0.176,0.26,0.378,0.509,0.606,0.747c0.261,0.27,0.556,0.525,0.884,0.766c0.326,0.238,0.686,0.461,1.079,0.669 c0.312,0.167,0.646,0.323,1.002,0.469c0.641,0.261,1.347,0.488,2.119,0.679c2.104,0.521,4.32,0.663,6.65,0.425 c1.729-0.176,3.258-0.544,4.585-1.104c0.648-0.276,1.247-0.598,1.798-0.966c0.094-0.062,0.187-0.125,0.278-0.19 c0.332-0.241,0.627-0.494,0.884-0.758c0.436-0.449,0.763-0.927,0.981-1.435c0.016-0.036,0.03-0.072,0.044-0.108 c0.084-0.211,0.147-0.422,0.19-0.634c0.026-0.147,0.042-0.294,0.049-0.44l0.367-3.07l0.002-0.444 C26.994,16.275,4.572,17.33,4.471,16.861z"/> <ellipse fill="%23CCCCCC" cx="15.703" cy="16.275" rx="11.291" ry="5.579"/> <path fill="%23FFFFFF" d="M15.441,17.827c0.02-0.029,0.038-0.058,0.058-0.087l-1.004-0.289c-0.155-0.045-0.314-0.086-0.475-0.127 c-0.594-0.154-1.266-0.328-1.927-0.677c-0.677-0.357-1.286-0.764-1.876-1.157c-0.261-0.174-0.521-0.348-0.783-0.514l-6.206-3.919 l1.039-1.684c1.151-1.865,5.612-8.923,5.612-8.923l5.233,0.006l0.378,2.919c1-0.189,2.006-0.289,2.955-0.289 c3.827,0,6.491,1.576,7.5,4.438c1.053,2.984,0.562,7.676-7.747,13.084L15.441,17.827z"/> <path fill="%2300CCFF" d="M20.399,11.343c0.057-1.956-1.528-1.753-2.936-2.158c1.745,0.502,1.065,2.915,0.693,4 c-0.633,1.848-1.678,3.592-2.777,5.249c0.428,0.123,1.729,0.497,1.729,0.497s1.254-1.842,1.5-2.285 C19.493,15.055,20.506,13.168,20.399,11.343z"/> <path fill="%23006699" d="M7.786,10.946c-0.463-0.133-1.248-0.359-1.817-0.523c1.51,0.955,3.021,1.907,4.532,2.861 c0.832,0.525,1.648,1.13,2.525,1.593c0.611,0.322,1.343,0.456,2.02,0.651C12.914,14.183,9.919,12.292,7.786,10.946z"/> <g> <path fill="%2300CCFF" d="M7.786,10.946c-0.606-0.174-1.211-0.348-1.817-0.523c1.149-1.861,5.6-8.904,5.6-8.904 s1.351,0.389,1.729,0.497C11.461,4.993,9.623,7.97,7.786,10.946z"/> </g> <linearGradient id="SVGID_00000055691686262162512220000012247719532593814186_" gradientUnits="userSpaceOnUse" x1="7.786" y1="10.4742" x2="24.3495" y2="10.4742"> <stop offset="0" style="stop-color:%230099CC"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_00000055691686262162512220000012247719532593814186_)" d="M13.298,2.017c0.167,1.288,0.334,2.577,0.5,3.865 c3.395-1.153,8.903-1.543,10.261,2.308c1.545,4.381-3.422,8.446-6.952,10.743c0.99-1.494,1.971-3.014,2.603-4.663 c0.429-1.12,1.097-2.996,0.216-4.092c-1.132-1.408-3.511,0.017-4.582,0.755c-0.796,0.548-0.796,0.548-0.796,0.548 s0.373,3.083,0.498,4.048c-1.53-0.966-3.061-1.931-4.592-2.897c-0.697-0.44-1.393-0.88-2.103-1.301 c-0.534-0.316-0.567-0.385-0.567-0.385s1.982-3.21,2.812-4.555C11.498,4.933,12.398,3.475,13.298,2.017z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-synchronized::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-366.3193" y1="409.9194" x2="-362.8382" y2="412.6605" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M9.136,7.11C8.516,6.378,7.347,6.349,6.523,7.046C5.699,7.742,5.533,8.9,6.153,9.633l1.067,1.262 l1.057-0.894c0.17-0.079,0.337-0.175,0.489-0.304C8.918,9.569,9.04,9.421,9.146,9.266l1.057-0.894L9.136,7.11z"/> <radialGradient id="SVGID_2_" cx="-364.6357" cy="412.4625" r="1.8482" gradientTransform="matrix(0.7636 -0.6457 0.6457 0.7636 20.8361 -540.7574)" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M7.59,8.308c0.824-0.697,1.994-0.667,2.613,0.065c0.619,0.732,0.454,1.891-0.37,2.587 c-0.824,0.697-1.994,0.667-2.613-0.065C6.6,10.163,6.766,9.004,7.59,8.308z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.018" y1="4.7654" x2="20.8313" y2="4.7654"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M20.831,4.765c0-1.918-1.749-3.473-3.907-3.473c-2.158,0-3.907,1.555-3.907,3.473v3.306h2.768 c0.363,0.099,0.74,0.168,1.139,0.168c0.399,0,0.776-0.069,1.139-0.168h2.768V4.765z"/> <g> <radialGradient id="SVGID_4_" cx="16.9246" cy="8.0711" r="3.6963" gradientUnits="userSpaceOnUse"> <stop offset="0.5461" style="stop-color:%23676767"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </radialGradient> <ellipse fill="url(%23SVGID_4_)" cx="16.925" cy="8.071" rx="3.907" ry="3.473"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="13.018" y1="8.0711" x2="20.8313" y2="8.0711"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.6157" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M16.925,4.881c1.998,0,3.623,1.431,3.623,3.19s-1.625,3.19-3.623,3.19s-3.623-1.431-3.623-3.19 S14.927,4.881,16.925,4.881 M16.925,4.598c-2.158,0-3.907,1.555-3.907,3.473s1.749,3.473,3.907,3.473s3.907-1.555,3.907-3.473 S19.082,4.598,16.925,4.598L16.925,4.598z"/> </g> <path fill="%23999999" d="M18.308,9.569c-0.017,0.005-0.039,0.005-0.066-0.001l-0.66-0.104c-0.31-0.036-0.618-0.057-0.925-0.062 c-0.647-0.014-1.282,0.035-1.904,0.148c-1.309,0.239-2.489,0.733-3.542,1.481c-0.995,0.715-1.766,1.59-2.312,2.626 c-0.566,1.071-0.835,2.207-0.806,3.408c0.016,0.577,0.099,1.139,0.249,1.686c0.083-0.855,0.331-1.673,0.743-2.454 c0.521-0.994,1.254-1.836,2.2-2.526c0.966-0.712,2.084-1.188,3.353-1.428c0.566-0.107,1.166-0.157,1.8-0.149 c0.339,0.016,0.631,0.037,0.874,0.063l0.578,0.089l0.121-0.12L18.308,9.569"/> <path fill="%23999999" d="M24.525,14.277c-0.142-0.31-0.308-0.614-0.497-0.913l-0.629,2.62c0.626,0.996,0.98,2.063,1.06,3.201 c0.028,0.372,0.025,0.738-0.008,1.099c0.019-0.036,0.037-0.074,0.055-0.112c0.525-1.106,0.74-2.261,0.644-3.465 C25.089,15.861,24.88,15.051,24.525,14.277z"/> <path fill="%23CCCCCC" d="M20.773,7.205c0.003-0.004,0.005-0.008,0.006-0.012c0.001-0.001,0.002-0.002,0.002-0.005 c0-0.006-0.006-0.01-0.019-0.012c-0.02-0.005-0.033-0.01-0.042-0.013c-1.15-0.396-2.323-0.633-3.52-0.712 c-1.29-0.09-2.565,0.005-3.826,0.282c-1.278,0.28-2.469,0.739-3.574,1.377c-2.267,1.301-3.859,3.091-4.775,5.371 c-0.863,2.139-0.959,4.308-0.286,6.508c0.067,0.22,0.142,0.439,0.224,0.658c0.867,2.316,2.403,4.177,4.606,5.584 c2.097,1.34,4.408,2.037,6.932,2.091c1.331,0.027,2.627-0.136,3.889-0.488c1.293-0.36,2.483-0.903,3.569-1.629 c0.962-0.643,1.797-1.399,2.505-2.269c0.443-0.549,0.824-1.128,1.144-1.738c0.204-0.387,0.382-0.787,0.536-1.2 c0.439-1.205,0.637-2.446,0.594-3.724c-0.042-1.267-0.321-2.494-0.837-3.681c-0.469-1.086-1.115-2.085-1.938-2.997 c-0.022-0.033-0.041-0.049-0.055-0.049c-0.006-0.001-0.011,0.002-0.016,0.008l-1.865,2.81c0.189,0.299,0.355,0.603,0.497,0.913 c0.355,0.774,0.563,1.584,0.625,2.43c0.095,1.204-0.12,2.36-0.644,3.465c-0.018,0.038-0.036,0.075-0.055,0.112 c-0.537,1.09-1.317,2.008-2.341,2.753c-1.011,0.735-2.151,1.231-3.422,1.486c-1.261,0.256-2.524,0.253-3.79-0.008 c-1.284-0.266-2.446-0.767-3.485-1.503c-0.994-0.705-1.782-1.564-2.364-2.574c-0.311-0.545-0.547-1.106-0.708-1.684 c-0.151-0.547-0.234-1.109-0.249-1.686c-0.029-1.202,0.24-2.338,0.806-3.408c0.546-1.036,1.317-1.912,2.312-2.626 c1.052-0.748,2.233-1.241,3.542-1.481c0.622-0.113,1.257-0.162,1.904-0.148c0.307,0.005,0.615,0.026,0.925,0.062l0.66,0.104 c0.027,0.005,0.049,0.006,0.066,0.001c0.012-0.001,0.022-0.006,0.03-0.013L20.773,7.205z"/> <path fill="%23676767" d="M20.779,7.193c-0.001,0.004-0.002,0.008-0.006,0.012l-2.436,2.351c-0.007,0.007-0.017,0.012-0.03,0.013 l-0.297,2.658l2.355-2.312L20.779,7.193 M4.74,19.988c0.042,0.993,0.248,1.992,0.617,2.995c0.809,2.219,2.259,4,4.35,5.343 c1.99,1.287,4.189,1.949,6.597,1.987c1.264,0.016,2.493-0.148,3.687-0.492c1.217-0.351,2.339-0.878,3.367-1.58 c0.911-0.628,1.7-1.362,2.366-2.202c0.691-0.868,1.218-1.81,1.581-2.828c0.12-0.334,0.221-0.672,0.302-1.013 c-0.319,0.61-0.701,1.189-1.144,1.738c-0.708,0.87-1.543,1.626-2.505,2.269c-1.086,0.726-2.276,1.269-3.569,1.629 c-1.262,0.353-2.558,0.516-3.889,0.488c-2.524-0.054-4.835-0.751-6.932-2.091c-2.203-1.407-3.739-3.269-4.606-5.584 C4.882,20.427,4.808,20.208,4.74,19.988z"/> <path fill="%23006699" d="M25.847,7.564c-0.208,0.38-5.665,8.234-5.838,8.604c-1.118,2.389-4.895,3.996-5.737,0.421 c-1.076,4.666,3.198,6.612,5.33,2.075C20.843,16.661,25.992,10.037,25.847,7.564z"/> <path fill="%2300CCFF" d="M25.685,7.817c1.045-1.078-0.795-2.387-1.699-1.455c0,0-3.621,3.554-3.621,3.554 c0.097,0.234-5.619,5.299-5.925,6.02c-0.868,1.991,1.715,3.708,3.453,2.772C19.86,17.236,24.198,9.939,25.685,7.817z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-thread::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230099CC" d="M16.641,20.33v-5.064l-8.682-4.945l0.581,4.952L16.641,20.33z"/> <path fill="%23999999" d="M8.539,15.273l0.512,4.363l7.59,5.75V20.33L8.539,15.273z"/> <polygon fill="%2300CCFF" points="7.961,10.322 8.773,9.967 17.325,14.872 16.642,15.267 "/> <polygon fill="%23006699" points="17.325,19.962 16.641,20.33 16.642,15.267 17.325,14.872 "/> <polygon fill="%23676767" points="16.642,25.385 17.325,24.868 17.325,19.962 16.641,20.33 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-ide::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M30.542,17.788c-1.67-3.934-4.11-7.627-7.055-10.682c-2.388-2.477-6.15-5.43-10.511-5.43 c-1.274,0-2.522,0.256-3.709,0.762L9.168,2.48L9.075,2.532C8.417,2.9,7.728,3.234,6.999,3.588C6.635,3.764,6.271,3.94,5.912,4.121 l0.013,0.028C3.578,5.208,2.473,6.992,2.409,7.099l-1.798,5.188l4.32-2.326c0.649-0.288,1.291-0.486,1.939-0.597l-4.984,2.684 l0.767,1.7c1.662,3.682,5.325,10.372,11.179,13.794c2.053,1.221,4.422,1.893,6.671,1.893c2.241,0,4.271-0.672,5.874-1.945 l3.017-2.141l-1.533-3.595c-0.143,0.027-0.286,0.052-0.43,0.075l3.757-2.517L30.542,17.788z M9.394,10.415 c-0.051-0.078-0.737-1.142-0.737-1.142c0.477,0.033,0.962,0.11,1.455,0.232C9.846,9.797,9.607,10.101,9.394,10.415z M20.919,21.084 c0.25-0.199,0.492-0.415,0.726-0.649c0.242-0.242,0.465-0.493,0.67-0.754c0.527,0.694,1.051,1.412,1.576,2.161l0.019,0.027 C22.91,21.734,21.912,21.472,20.919,21.084z"/> <path fill="%23CCCCCC" d="M19.4,25.743c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174C19.166,25.45,12.062,18.25,7.56,11.264 l-3.084,1.66C7.956,18.364,12.83,24.169,19.4,25.743"/> <path fill="%23999999" d="M14.854,25.822c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.664,17.772,10.16,23.077,14.854,25.822"/> <radialGradient id="SVGID_1_" cx="-93.7722" cy="281.2866" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.82,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178s-2.55-1.736-4.178-1.736C14.389,8.874,12.978,9.453,11.82,10.611z"/> <path fill="%23CCCCCC" d="M10.051,4.278c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.02,5.354,14.544,2.363,10.051,4.278"/> <path fill="%23999999" d="M4.121,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.045,3.253,4.121,8.132,4.121,8.132z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-run::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="7.224,6.519 13.144,3.057 28.47,19.083 24.264,24.13 6.391,29.395 "/> <polygon fill="%23006699" points="9.183,7.69 12.79,5.581 25.79,19.175 23.116,22.383 "/> <polyline fill="%230099CC" points="8.49,26.691 23.116,22.383 9.183,7.69 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-popup::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M25.806,26.123c-1.666,0-3.243-0.404-4.621-1.176c-1.783,0.578-3.724,0.881-5.675,0.881 c-1.388,0-2.772-0.149-4.114-0.444c-2.331-0.512-6.54-1.93-8.539-5.675c-0.7-1.312-0.975-2.758-0.801-4.204 c-0.346-2.753,1.003-5.614,3.58-7.541C8.193,6.053,11.683,5,15.464,5c5.41,0,11.592,2.295,13.207,7.423 c0.301,0.957,0.392,1.986,0.267,2.997c0.133,1.104,0.008,2.226-0.367,3.266c-0.246,0.682-0.591,1.225-0.895,1.703 c-0.085,0.133-0.166,0.26-0.238,0.381c0.288,0.38,0.752,0.771,1.349,1.123L28.7,22.134c0.028,0.017,3.3,2.646,3.3,2.646 l-3.808,1.081C27.391,26.035,26.588,26.123,25.806,26.123z M8.031,15.402c0.168,0.284,0.407,0.568,0.703,0.834 c1.437,1.289,3.791,2.059,6.458,2.113l0.293,0.003c1.253,0,2.456-0.164,3.574-0.487c0.14-0.04,0.279-0.097,0.421-0.151 c0.491-0.188,1.163-0.447,1.954-0.447c0.144,0,0.283,0.009,0.417,0.024c0.065-0.167,0.136-0.332,0.213-0.496 c0.206-0.438,0.458-0.79,0.66-1.073c0.072-0.101,0.147-0.2,0.213-0.306c-0.083-0.152-0.186-0.3-0.307-0.442 c-1.341-1.571-4.021-2.509-7.166-2.509c-2.591,0-4.881,0.668-6.45,1.882C8.583,14.682,8.248,15.043,8.031,15.402z"/> <radialGradient id="SVGID_1_" cx="15.8842" cy="16.4191" r="10.0148" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M15.464,10.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.932,11.109,12.784,10.466,15.464,10.466 M15.464,8.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.37,10.318,19.629,8.715,15.464,8.715L15.464,8.715z" /> <path fill="%2300CCFF" d="M15.464,8.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.932,9.393,12.784,8.75,15.464,8.75 M15.464,7 C12.445,7,9.27,7.745,6.833,9.566c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.37,8.603,19.629,7,15.464,7L15.464,7z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-ai::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <g transform="translate(64,84) scale(0.75)"> <path fill="%2300CCFF" d="M144.317 85.269h223.368c15.381 0 29.391 6.325 39.567 16.494l.025-.024c10.163 10.164 16.477 24.193 16.477 39.599v189.728c0 15.401-6.326 29.425-16.485 39.584-10.159 10.159-24.183 16.484-39.584 16.484H144.317c-15.4 0-29.437-6.313-39.601-16.476-10.152-10.152-16.47-24.167-16.47-39.592V141.338c0-15.374 6.306-29.379 16.463-39.558l.078-.078c10.178-10.139 24.168-16.433 39.53-16.433zm59.98 204.329h-39.825l30.577-117.964h58.32l30.577 117.964h-39.825l-3.051-18.686h-33.725l-3.048 18.686zm15.645-81.726l-5.801 33.032h19.945l-5.61-33.032h-8.534zm74.007 81.726V171.634h37.749v117.964h-37.749zm161.348-35.797v30.763c0 3.165 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.586 5.752-5.751v-30.763c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zm0-70.639v30.762c0 3.163 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.589 5.752-5.752v-30.762c0-3.168-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.584-5.752 5.752zm0 141.278v30.763c0 3.165 2.587 5.752 5.752 5.752h45.199c3.165 0 5.752-2.587 5.752-5.752V324.44c0-3.165-2.587-5.751-5.752-5.751h-45.199c-3.165 0-5.752 2.586-5.752 5.751zm0-211.92v30.763c0 3.164 2.587 5.751 5.752 5.751h45.199c3.165 0 5.752-2.587 5.752-5.751V112.52c0-3.165-2.587-5.752-5.752-5.752h-45.199c-3.165 0-5.752 2.587-5.752 5.752zM56.703 253.801v30.763c0 3.165-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.586-5.752-5.751v-30.763c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zm0-70.639v30.762c0 3.163-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.589-5.752-5.752v-30.762c0-3.168 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.584 5.752 5.752zm0 141.278v30.763c0 3.165-2.587 5.752-5.752 5.752H5.752c-3.165 0-5.752-2.587-5.752-5.752V324.44c0-3.165 2.587-5.751 5.752-5.751h45.199c3.165 0 5.752 2.586 5.752 5.751zm0-211.92v30.763c0 3.164-2.587 5.751-5.752 5.751H5.752c-3.165 0-5.752-2.587-5.752-5.751V112.52c0-3.165 2.587-5.752 5.752-5.752h45.199c3.165 0 5.752 2.587 5.752 5.752zM346.579 415.7h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752v-45.199c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752v-45.199c0-3.165 2.586-5.752 5.751-5.752zM346.579 0h30.763c3.162 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.589 5.752-5.751 5.752h-30.763c-3.167 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.585-5.752 5.752-5.752zm-70.642 0H306.7c3.165 0 5.751 2.587 5.751 5.752v45.199c0 3.165-2.586 5.752-5.751 5.752h-30.763c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.639 0h30.762c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.762c-3.165 0-5.752-2.587-5.752-5.752V5.752c0-3.165 2.587-5.752 5.752-5.752zm-70.64 0h30.763c3.165 0 5.752 2.587 5.752 5.752v45.199c0 3.165-2.587 5.752-5.752 5.752h-30.763c-3.165 0-5.751-2.587-5.751-5.752V5.752c0-3.165 2.586-5.752 5.751-5.752zm233.027 111.097H144.317a30.11 30.11 0 00-21.35 8.844l-.049.049a30.117 30.117 0 00-8.844 21.348v189.728c0 8.292 3.414 15.847 8.9 21.333 5.494 5.493 13.058 8.907 21.343 8.907h223.368c8.273 0 15.833-3.421 21.326-8.914s8.915-13.053 8.915-21.326V141.338c0-8.283-3.414-15.848-8.908-21.341v-.049c-5.454-5.456-13.006-8.851-21.333-8.851z"/> </g> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-input::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Tmavší tieň šípky --> <path fill="%23004d00" d="M6 16 L16 26 L16 20 L26 20 L26 12 L16 12 L16 6 Z"/> <!-- Stredná vrstva šípky --> <path fill="%2300a000" d="M7 16 L16 25 L16 19 L25 19 L25 13 L16 13 L16 7 Z"/> <!-- Najsvetlejšia časť vrcholu šípky --> <path fill="%2366ff66" d="M9 16 L16 23 L16 18 L23 18 L23 14 L16 14 L16 9 Z"/> </svg> ');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-output::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <!-- Tmavší tieň šípky --> <path fill="%23660000" d="M26 16 L16 6 L16 12 L6 12 L6 20 L16 20 L16 26 Z"/> <!-- Stredná vrstva šípky --> <path fill="%23cc0000" d="M25 16 L16 7 L16 13 L7 13 L7 19 L16 19 L16 25 Z"/> <!-- Najsvetlejšia časť vrcholu šípky --> <path fill="%23ff6666" d="M23 16 L16 9 L16 14 L9 14 L9 18 L16 18 L16 23 Z"/> </svg> ');
    background-size: 16px 16px;
    background-position: 0 0;  
}


.hx_tree_icon.sub-display::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.573,24.434 5.713,22.865 3.651,21.861 2.441,1.568 7.883,0.307 29.626,7.992 28.128,29.596 25.283,32 22.322,30.951 19.75,32 "/> <polygon fill="%23676767" points="27.532,9.371 25.824,10.529 24.693,29.879 26.191,28.613 "/> <polygon fill="%23CCCCCC" points="9.568,22.518 7.379,24.124 19.939,30.502 21.918,28.532 "/> <polyline fill="%23CCCCCC" points="8.356,18.721 7.083,19.577 6.836,19.742 23.062,27.215 23.151,25.217 8.356,18.721 "/> <polygon fill="%23CCCCCC" points="25.817,10.529 27.525,9.371 6.229,1.844 4.514,2.741 "/> <path fill="%23999999" d="M4.514,2.741l1.063,17.834l19.109,9.305l1.131-19.351L4.514,2.741z M23.062,27.215L6.836,19.742L6.124,5.377 l17.619,6.516L23.062,27.215z"/> <polygon fill="%23676767" points="10.842,23.138 18.203,26.723 18.203,28.099 10.842,24.342 "/> <polygon fill="%230099CC" points="7.883,6.027 8.356,18.721 23.151,25.217 23.743,11.893 "/> <polygon fill="%23676767" points="18.203,28.099 19.341,27.277 18.203,26.723 "/> <polygon fill="%23676767" points="6.124,5.377 6.836,19.742 8.356,18.721 7.883,6.027 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-edit::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="0.825,20.184 15.275,11.897 17.623,13.35 18.002,3.933 22.775,1.685 27.779,3.903 26.32,18.72 31.45,22.95 17.2,31.7 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="27.2282" y1="22.5048" x2="4.4472" y2="22.5048"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="0.4359" style="stop-color:%23FFFFFF"/> <stop offset="0.7175" style="stop-color:%23B6B6B6"/> <stop offset="1" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M22.309,27.679l-1.678-1.236l-4.167,3.039l1.725,1.303L22.309,27.679 M26.386,24.603l-1.607-1.184 l-3.564,2.599l1.669,1.225L26.386,24.603 M16.79,15.186l-1.553-0.961l-10.79,6.187l1.669,1.26l4.4-2.675l1.566,1.152l-4.419,2.69 l1.449,1.094l4.428-2.711l1.52,1.12l-4.4,2.761l1.553,1.172l4.861-3.299l1.23,0.902l-4.742,3.413l1.348,1.017l8.41-5.968l1.46,1.079 l2.449-1.788l-3.112-1.921l-2.664,2.75l-2.052-3.5l0.084-2.113l-0.98-0.605l-2.817,1.714l2.834,2.212l-2.838,1.783l-4.54-3.336 L16.79,15.186z"/> <polyline fill="%23676767" points="26.386,24.603 28.934,22.685 27.228,21.631 24.779,23.419 26.386,24.603 "/> <polyline fill="%23676767" points="24.779,23.419 23.319,22.34 14.909,28.308 16.464,29.481 20.632,26.443 22.309,27.679 22.884,27.244 21.215,26.018 24.779,23.419 "/> <polyline fill="%23676767" points="21.452,22.461 21.932,20.525 19.4,18.961 21.452,22.461 "/> <polyline fill="%23676767" points="18.304,23.878 17.074,22.975 12.213,26.275 13.561,27.291 18.304,23.878 "/> <polyline fill="%23676767" points="15.06,22.342 13.54,21.222 9.112,23.934 10.66,25.103 15.06,22.342 "/> <polyline fill="%23676767" points="18.521,20.169 15.687,17.957 18.504,16.243 16.79,15.186 11.143,18.616 15.683,21.952 18.521,20.169 "/> <polygon fill="%23676767" points="6.116,21.672 7.663,22.84 12.082,20.15 10.516,18.998 "/> <path fill="%23006699" d="M24.116,19.71l-0.019-0.013l-2.164,0.827l-0.48,1.936L24.116,19.71z"/> <path fill="%230099CC" d="M22.852,6.832l-2.901-1.607l-0.467,11.623L19.4,18.961l2.533,1.564L22.852,6.832z"/> <path fill="%23006699" d="M25.647,5.146l-2.795,1.686l-0.92,13.693l2.164-0.827l0.125-0.075L25.647,5.146z"/> <path fill="%2300CCFF" d="M25.647,5.146L22.8,3.883l-2.849,1.342l2.901,1.607L25.647,5.146z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-insert::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M19.934,27.645l-0.622,3.187l-5.652-3.614l-5.414,3.168l-5.839-3.961l-0.452-5.512l1.858-1.017l-0.348-5.153 l5.789-0.328L8.427,0.46l5.917-0.459l17.237,8.264l-1.496,21.371L26.8,31.84L19.934,27.645z M23.28,21.375l0.381-8.549l-7.66-4.011 l0.194,5.206l5.323-0.302l0.066,5.484l-0.19,0.975L23.28,21.375z"/> <polygon fill="%23676767" points="29.493,9.468 27.787,10.471 26.658,29.718 28.154,28.589 "/> <polyline fill="%23676767" points="13.873,5.444 12.115,4.523 12.826,18.946 13.065,18.804 13.073,18.812 14.345,18.071 13.873,5.444 "/> <polyline fill="%23CCCCCC" points="14.345,18.071 13.073,18.812 12.826,18.954 25.035,26.906 25.124,24.916 14.345,18.071 "/> <polygon fill="%23CCCCCC" points="27.787,10.471 29.493,9.468 12.22,1 10.507,1.741 "/> <path fill="%23999999" d="M10.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,1.741z M25.035,26.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.035,26.906z"/> <polyline fill="%230099CC" points="4.054,22.043 4.322,25.307 8.325,28.022 8.121,24.72 4.054,22.043 "/> <polyline fill="%230099CC" points="6.872,20.501 9.498,19.06 5.597,16.625 5.814,19.825 6.872,20.501 "/> <polyline fill="%230099CC" points="17.912,27.563 17.849,24.261 13.578,21.61 13.705,24.873 17.912,27.563 "/> <polyline fill="%23006699" points="8.121,24.72 8.325,28.022 13.705,24.873 13.578,21.61 8.121,24.72 "/> <polyline fill="%23006699" points="17.849,24.261 17.912,27.563 19.582,19.022 19.544,15.835 17.849,24.261 "/> <polyline fill="%2300CCFF" points="9.498,19.06 6.872,20.501 4.054,22.043 8.121,24.72 13.578,21.61 17.849,24.261 19.544,15.835 5.597,16.625 9.498,19.06 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-delete::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="13.044,23.285 8.812,25.572 3.988,17.467 8.01,14.855 3.541,7.357 7.822,3.777 13.213,1.19 17.763,8.801 17.963,8.675 23.105,5.729 28.42,14.505 23.323,17.745 23.165,17.83 27.591,25.22 22.749,28.77 17.535,30.814 "/> <polyline fill="%23006699" points="22.167,15.787 20.239,16.83 17.133,18.79 17.141,18.806 16.942,18.909 21.777,27.002 24.939,24.684 20.375,17.061 22.31,16.018 25.696,13.867 22.167,15.787 "/> <polyline fill="%2300CCFF" points="22.406,8.435 18.957,10.41 22.167,15.787 25.696,13.867 22.406,8.435 "/> <polyline fill="%2300CCFF" points="13.915,13.405 13.923,13.421 17.109,11.605 12.433,3.783 8.913,5.472 13.724,13.533 13.915,13.405 "/> <polyline fill="%230099CC" points="13.923,13.421 13.724,13.533 8.913,5.472 6.133,7.798 10.713,15.484 6.69,18.097 9.55,22.9 13.779,20.614 18.383,28.333 21.777,27.002 16.942,18.909 17.133,18.79 20.239,16.83 22.167,15.787 18.957,10.41 17.109,11.605 13.923,13.421 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}


.hx_tree_icon.sub-cms::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <circle fill="%23FFFFFF" cx="15.969" cy="15.787" r="12.416"/> <path fill="%23FFFFFF" d="M15.969,30.702c-8.225,0-14.916-6.691-14.916-14.916S7.745,0.871,15.969,0.871s14.916,6.691,14.916,14.916 S24.194,30.702,15.969,30.702z M15.969,5.871c-5.467,0-9.916,4.448-9.916,9.916s4.448,9.916,9.916,9.916s9.916-4.448,9.916-9.916 S21.437,5.871,15.969,5.871z"/> <path fill="%23006699" d="M15.969,28.702c-7.122,0-12.916-5.794-12.916-12.916S8.848,2.871,15.969,2.871s12.916,5.794,12.916,12.916 S23.091,28.702,15.969,28.702z M15.969,3.871c-6.57,0-11.916,5.345-11.916,11.916s5.345,11.916,11.916,11.916 s11.916-5.345,11.916-11.916S22.54,3.871,15.969,3.871z"/> <path fill="%23FFFFFF" d="M25.966,15.509c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.125,15.655,26.027,15.582,25.966,15.509z"/> <path fill="none" d="M9.855,16.197c-0.306-0.232-0.416-0.232-0.635,0c-0.171,0.159-0.134,0.183,0.342,0.183 C10.051,16.369,10.075,16.356,9.855,16.197z"/> <path fill="none" d="M7.753,15.66c-0.049,0.086,0,0.11,0.159,0.061c0.147-0.049,0.306-0.012,0.403,0.11 c0.086,0.098,0.293,0.183,0.464,0.183c0.293,0,0.305-0.012,0.086-0.244C8.621,15.501,7.9,15.428,7.753,15.66z"/> <path fill="none" d="M18.581,8.926c0.11-0.196,0.098-0.269-0.073-0.33c-0.196-0.073-0.416,0.134-0.416,0.428 C18.092,9.256,18.434,9.195,18.581,8.926z"/> <path fill="none" d="M10.271,16.503c0,0.073,0.024,0.122,0.049,0.122c0.037,0,0.098-0.049,0.134-0.122 c0.037-0.061,0.012-0.122-0.049-0.122C10.332,16.381,10.271,16.442,10.271,16.503z"/> <path fill="none" d="M4.405,14.633c0,0.22,0.244,0.807,0.306,0.745c0.037-0.037-0.012-0.244-0.11-0.477 C4.49,14.67,4.417,14.548,4.405,14.633z"/> <path fill="none" d="M23.555,12.14c-0.049-0.037-0.122-0.037-0.171,0c-0.037,0.049,0,0.086,0.086,0.086 C23.555,12.226,23.592,12.189,23.555,12.14z"/> <path fill="none" d="M11.077,5.26c0.098,0,0.147-0.049,0.11-0.122c-0.037-0.061-0.122-0.122-0.196-0.122 c-0.061,0-0.11,0.061-0.11,0.122C10.882,5.211,10.967,5.26,11.077,5.26z"/> <path fill="none" d="M21.27,11.26c0-0.134-0.049-0.281-0.122-0.318c-0.073-0.049-0.11,0.061-0.098,0.232 C21.086,11.541,21.27,11.603,21.27,11.26z"/> <path fill="none" d="M18.862,8.975c-0.049,0.049-0.098,0.159-0.11,0.269c-0.024,0.134,0.061,0.171,0.354,0.147 c0.208-0.024,0.391-0.098,0.416-0.159c0.024-0.073-0.183-0.379-0.452-0.672c-0.464-0.513-0.684-0.464-0.306,0.073 C18.862,8.779,18.899,8.926,18.862,8.975z"/> <path fill="none" d="M9.904,7.582c-0.049,0-0.159,0.085-0.244,0.183C9.525,7.924,9.562,7.948,9.819,7.948 c0.232,0,0.306-0.049,0.257-0.183C10.026,7.667,9.953,7.582,9.904,7.582z"/> <path fill="none" d="M16.638,6.629c-0.464,0.012-0.635,0.171-0.416,0.379c0.147,0.159,0.855,0.086,1.002-0.085 C17.42,6.69,17.249,6.604,16.638,6.629z"/> <path fill="none" d="M16.406,5.504c0.073,0,0.024-0.122-0.11-0.281c-0.134-0.147-0.281-0.367-0.318-0.477 c-0.049-0.122-0.134-0.22-0.208-0.22c-0.061,0-0.122-0.086-0.122-0.183c0-0.208-0.587-0.257-0.953-0.086 c-0.11,0.061-0.391,0.196-0.599,0.306c-0.342,0.171-0.403,0.171-0.403,0.024c0-0.22-0.171-0.232-0.501-0.061 c-0.293,0.159-0.306,0.416-0.012,0.342c0.501-0.134,0.684,0.623,0.305,1.21c-0.208,0.318-0.208,0.33,0,0.244 c0.281-0.11,0.269,0.024-0.061,0.367c-0.22,0.232-0.244,0.33-0.134,0.55c0.073,0.159,0.171,0.379,0.208,0.501 c0.037,0.11,0.232,0.245,0.44,0.281c0.195,0.049,0.367,0.122,0.367,0.183c0,0.134,0.134,0.134,0.342,0 c0.086-0.049,0.183-0.171,0.196-0.269c0.147-0.721,0.391-1.21,0.623-1.21c0.183,0,0.929-0.892,0.868-1.051 C16.296,5.59,16.333,5.504,16.406,5.504z"/> <path fill="none" d="M25.425,21.257c0,0.11-0.086,0.305-0.183,0.428c-0.232,0.318-0.232,0.562,0,0.562 c0.122,0,0.367-0.354,0.611-0.88c0.232-0.477,0.391-0.904,0.367-0.941C26.121,20.328,25.425,21.049,25.425,21.257z"/> <path fill="none" d="M11.077,5.871c0.196,0,0.44-0.061,0.538-0.122c0.147-0.098,0.122-0.122-0.122-0.122 c-0.183,0-0.379-0.061-0.464-0.122c-0.073-0.073-0.122-0.085-0.086-0.049c0.037,0.049,0,0.159-0.073,0.257 C10.76,5.834,10.796,5.871,11.077,5.871z"/> <path fill="none" d="M12.666,10.6c-0.269-0.183-0.306-0.183-0.489,0.024c-0.257,0.293-0.244,0.416,0.037,0.342 c0.147-0.037,0.269,0.012,0.305,0.11c0.098,0.257,0.44,0.208,0.44-0.061C12.96,10.894,12.825,10.698,12.666,10.6z"/> <path fill="none" d="M12.104,6.726c0-0.293-0.073-0.379-0.538-0.55c-0.464-0.183-0.587-0.183-0.88-0.037 c-0.195,0.086-0.367,0.257-0.391,0.379c-0.037,0.171,0.049,0.208,0.477,0.208c0.501,0,0.513,0,0.293,0.244 c-0.232,0.257-0.086,0.342,0.159,0.098c0.22-0.22,0.171,0.037-0.061,0.293c-0.11,0.122-0.318,0.22-0.452,0.22 c-0.22,0-0.196,0.037,0.122,0.232c0.22,0.134,0.428,0.293,0.464,0.367c0.134,0.208,0.354,0.159,0.269-0.061 c-0.061-0.147-0.012-0.171,0.183-0.11c0.22,0.073,0.232,0.061,0.122-0.159c-0.195-0.367-0.171-0.403,0.159-0.318 c0.44,0.11,0.635-0.061,0.33-0.281C12.202,7.142,12.104,6.946,12.104,6.726z"/> <path fill="none" d="M12.654,5.015c-0.049-0.073-0.196-0.098-0.342-0.061c-0.257,0.073-0.269,0.073-0.037-0.11 c0.306-0.244,0.049-0.257-0.416-0.012c-0.428,0.22-0.489,0.354-0.11,0.244c0.196-0.061,0.244-0.037,0.208,0.073 c-0.037,0.098-0.122,0.171-0.183,0.171c-0.073,0-0.183,0.037-0.232,0.098c-0.049,0.049,0.11,0.085,0.354,0.085 c0.318,0,0.452-0.049,0.452-0.183c0-0.098,0.086-0.183,0.196-0.183C12.642,5.138,12.691,5.076,12.654,5.015z"/> <path fill="none" d="M10.479,5.26c-0.195,0-0.917,0.342-0.99,0.477c-0.147,0.232,0.159,0.147,0.635-0.171 C10.369,5.394,10.528,5.26,10.479,5.26z"/> <radialGradient id="SVGID_1_" cx="15.9536" cy="14.7636" r="12.3669" fx="7.9397" fy="7.1717" gradientTransform="matrix(1 0 0 1.0129 0 0.9675)" gradientUnits="userSpaceOnUse"> <stop offset="0.1982" style="stop-color:%2300CCFF"/> <stop offset="0.4245" style="stop-color:%2300C9FC"/> <stop offset="0.5678" style="stop-color:%2300C1F4"/> <stop offset="0.6881" style="stop-color:%2300B2E5"/> <stop offset="0.7957" style="stop-color:%23009DD0"/> <stop offset="0.8937" style="stop-color:%230083B6"/> <stop offset="0.9757" style="stop-color:%23006699"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M27.783,13.749c-0.098,0-0.428-0.161-0.721-0.371c-0.293-0.198-0.538-0.322-0.538-0.272 c0.012,0.173,0.501,0.681,0.574,0.594c0.147-0.148,0.526,0.334,0.526,0.693c0,0.384-0.868,1.461-1.185,1.461 c-0.11,0-0.159,0.087-0.134,0.223c0.049,0.21,0.122,0.223,0.489,0.087c0.195-0.074,0.208-0.037,0.147,0.322 c-0.11,0.607-0.489,1.312-1.039,1.943c-0.452,0.532-0.477,0.594-0.477,1.399c0,0.817-0.012,0.842-0.416,1.089 c-0.232,0.149-0.477,0.421-0.538,0.619c-0.232,0.668-1.002,1.597-1.54,1.857c-0.672,0.334-1.222,0.347-1.124,0.037 c0.049-0.124,0.024-0.718-0.037-1.337c-0.11-0.978-0.098-1.151,0.122-1.609c0.293-0.631,0.293-0.867-0.024-1.461 c-0.159-0.31-0.232-0.644-0.208-0.978c0.037-0.433,0-0.52-0.208-0.557c-0.134-0.025-0.342-0.136-0.452-0.235 c-0.171-0.148-0.281-0.161-0.599-0.05c-0.22,0.074-0.648,0.136-0.965,0.136c-0.489,0-0.672-0.074-1.21-0.508 c-0.697-0.557-0.745-0.693-0.709-1.844c0.037-0.879,0.391-1.745,0.819-1.98c0.134-0.074,0.244-0.235,0.244-0.359 c0-0.285,0.428-0.681,0.782-0.73c0.134-0.012,0.684-0.062,1.198-0.099c0.904-0.074,0.929-0.062,0.978,0.198 c0.024,0.223,0.183,0.334,0.672,0.495c0.428,0.136,0.672,0.173,0.758,0.087c0.086-0.087,0.281-0.087,0.599,0.012 c0.269,0.087,0.66,0.149,0.868,0.149c0.379,0,0.391-0.012,0.354-0.458c-0.024-0.248-0.11-0.483-0.208-0.507 c-0.098-0.037-0.134,0-0.086,0.087c0.049,0.074,0.024,0.136-0.037,0.136c-0.073,0-0.134-0.049-0.134-0.111s-0.098-0.087-0.22-0.05 c-0.134,0.037-0.306-0.087-0.489-0.322c-0.367-0.508-0.55-0.495-0.452,0.012l0.073,0.409l-0.33-0.433 c-0.452-0.569-1.137-1.238-1.283-1.238c-0.257,0-0.086,0.272,0.318,0.508c0.452,0.272,0.513,0.421,0.269,0.743 c-0.159,0.21-0.452,0.186-0.452-0.037c0-0.074,0.086-0.099,0.183-0.05c0.33,0.124,0.196-0.272-0.208-0.668 c-0.354-0.334-0.464-0.384-0.892-0.322c-0.281,0.037-0.538,0.149-0.611,0.272c-0.501,0.842-0.635,0.978-1.014,1.015 c-0.538,0.05-0.758-0.161-0.758-0.73c0-0.483,0-0.483,0.464-0.483c0.257,0,0.501-0.037,0.538-0.074 c0.147-0.136-0.061-0.52-0.367-0.681l-0.33-0.149l0.33-0.074c0.183-0.037,0.623-0.347,1.002-0.681 c0.672-0.594,0.672-0.594,0.464-0.891c-0.159-0.223-0.281-0.272-0.538-0.223c-0.281,0.062-0.342,0.012-0.415-0.26 c-0.049-0.21-0.012-0.396,0.11-0.532c0.098-0.111,0.244-0.421,0.318-0.668c0.22-0.681,0.403-0.792,1.027-0.594 c0.892,0.26,1.21,0.483,1.124,0.755c-0.049,0.161-0.024,0.235,0.11,0.235c0.11,0,0.195-0.074,0.195-0.173 c0-0.099,0.159-0.31,0.367-0.483l0.354-0.309l-0.464-0.31c-3.678-2.463-8.432-2.723-12.416-0.668 C9.11,5.381,8.975,5.492,9.195,5.715c0.171,0.149,0.171,0.21,0,0.569C9.037,6.631,8.939,6.693,8.584,6.693 c-0.367,0-0.403-0.025-0.269-0.186c0.22-0.272,0-0.458-0.281-0.26C7.863,6.383,7.839,6.482,7.937,6.742 c0.134,0.334,0.171,0.334,1.185,0.136c0.208-0.05,0.562-0.557,0.562-0.805c0-0.037,0.049-0.136,0.122-0.21 c0.147-0.186,0.635-0.223,0.526-0.037C10.295,5.9,10.161,5.95,10.051,5.95c-0.159,0-0.208,0.112-0.208,0.409 c0,0.458,0.049,0.508,0.342,0.384c0.122-0.037,0.257-0.05,0.293,0c0.134,0.124-0.232,0.446-0.513,0.446 c-0.379,0-1.65,1.102-1.65,1.424c0,0.148,0.171,0.359,0.416,0.52C9,9.305,9.134,9.478,9.122,9.688 C9.11,10.06,9.464,10.072,9.513,9.701c0.024-0.149,0.171-0.359,0.342-0.47c0.208-0.136,0.281-0.272,0.232-0.421 c-0.037-0.124,0-0.371,0.073-0.557c0.232-0.52,0.965-0.371,0.965,0.198c0,0.26,0.049,0.272,0.379,0.087 c0.208-0.099,0.281-0.087,0.428,0.099c0.086,0.124,0.171,0.297,0.171,0.384c0,0.074,0.11,0.26,0.257,0.408 c0.428,0.433,0.232,0.569-1.259,0.904c-0.196,0.05-0.342,0.124-0.342,0.186c0,0.062,0.122,0.087,0.257,0.05 c0.22-0.062,0.244-0.037,0.183,0.186c-0.11,0.322,0.098,0.446,0.428,0.26c0.208-0.111,0.244-0.099,0.208,0.037 c-0.037,0.087-0.318,0.198-0.66,0.235c-0.745,0.087-1.027,0.21-1.027,0.433c0,0.099-0.098,0.223-0.208,0.26 c-0.293,0.111-0.758,0.681-0.77,0.916c0,0.112-0.22,0.396-0.477,0.644c-0.44,0.408-0.477,0.495-0.416,0.891 c0.086,0.532-0.159,0.594-0.269,0.062c-0.061-0.309-0.134-0.371-0.44-0.371c-0.196,0-0.354,0.062-0.354,0.136 c0,0.087-0.134,0.111-0.367,0.074c-0.281-0.062-0.403-0.012-0.611,0.248c-0.281,0.359-0.306,0.743-0.098,1.213 c0.159,0.347,0.672,0.433,0.782,0.124c0.049-0.099,0.159-0.186,0.257-0.186c0.134,0,0.159,0.074,0.11,0.285 c-0.159,0.52-0.134,0.644,0.147,0.681c0.183,0.025,0.269,0.124,0.269,0.309c0,0.396,0.342,0.829,0.648,0.829 c0.33,0,0.623,0.186,0.538,0.322c-0.037,0.062,0.269,0.124,0.66,0.149c0.599,0.025,0.782,0.099,1.112,0.396 c0.22,0.21,0.501,0.371,0.623,0.371c0.574,0,1.247,0.644,1.051,1.015c-0.073,0.136-0.073,0.223,0,0.223 c0.061,0,0.134-0.062,0.159-0.136c0.049-0.148,1.137,0.173,2.029,0.582c0.354,0.173,0.403,0.235,0.33,0.52 c-0.049,0.186-0.183,0.446-0.293,0.582c-0.122,0.136-0.257,0.483-0.293,0.78c-0.073,0.644-0.232,0.854-0.709,0.953 c-0.281,0.062-0.354,0.149-0.354,0.396c0,0.47-0.379,1.027-0.697,1.027c-0.257,0-0.269,0.025-0.134,0.248 c0.134,0.21,0.122,0.272-0.122,0.446c-0.208,0.149-0.257,0.26-0.183,0.508c0.134,0.594,0.391,0.953,0.794,1.176 c0.379,0.198,0.391,0.21,0.098,0.223c-0.22,0-0.526-0.235-1.124-0.879c-0.66-0.706-0.868-1.027-1.027-1.585 c-0.513-1.77-0.855-2.426-1.344-2.612c-0.147-0.062-0.513-0.433-0.819-0.829c-0.66-0.867-0.843-1.646-0.501-2.03 c0.183-0.21,0.195-0.297,0.073-0.495s-0.11-0.31,0.037-0.607c0.11-0.21,0.244-0.371,0.306-0.371c0.073,0,0.122-0.062,0.122-0.136 c0-0.087-0.11-0.111-0.293-0.062c-0.244,0.062-0.44-0.062-1.063-0.668c-0.525-0.495-0.88-0.743-1.088-0.743 c-0.464,0-0.831-0.322-0.929-0.805c-0.037-0.235-0.122-0.433-0.183-0.433c-0.061,0-0.11-0.05-0.11-0.124 c0-0.062-0.147-0.433-0.33-0.829c-0.477-1.003-0.477-2.278-0.012-3.256c0.183-0.371,0.391-0.842,0.464-1.052 c0.269-0.718-0.183-0.049-0.574,0.867c-0.709,1.659-0.953,2.884-0.953,4.952c0,2.203,0.257,3.404,1.1,5.212 c0.697,1.523,1.393,2.525,2.493,3.652c1.833,1.844,4.094,3.045,6.648,3.516c2.481,0.458,5.316,0.025,7.663-1.176 c3.214-1.634,5.585-4.654,6.489-8.232c0.232-0.916,0.281-1.448,0.293-2.921C28.297,14.108,28.211,13.749,27.783,13.749z M23.384,12.14c0.049-0.037,0.122-0.037,0.171,0c0.037,0.049,0,0.086-0.086,0.086C23.384,12.226,23.347,12.189,23.384,12.14z M21.148,10.942c0.073,0.037,0.122,0.183,0.122,0.318c0,0.342-0.183,0.281-0.22-0.085C21.038,11.004,21.074,10.894,21.148,10.942z M19.07,8.559c0.269,0.293,0.477,0.599,0.452,0.672c-0.024,0.061-0.208,0.134-0.416,0.159c-0.293,0.025-0.379-0.012-0.354-0.147 c0.012-0.11,0.061-0.22,0.11-0.269c0.037-0.049,0-0.195-0.098-0.342C18.386,8.095,18.606,8.046,19.07,8.559z M18.508,8.596 c0.171,0.061,0.183,0.134,0.073,0.33c-0.147,0.269-0.489,0.33-0.489,0.098C18.092,8.73,18.312,8.523,18.508,8.596z M9.819,7.948 c-0.257,0-0.293-0.024-0.159-0.183c0.086-0.098,0.196-0.183,0.244-0.183s0.122,0.085,0.171,0.183 C10.124,7.899,10.051,7.948,9.819,7.948z M8.78,16.014c-0.171,0-0.379-0.085-0.464-0.183c-0.098-0.122-0.257-0.159-0.403-0.11 c-0.159,0.049-0.208,0.024-0.159-0.061c0.147-0.232,0.868-0.159,1.112,0.11C9.085,16.002,9.073,16.014,8.78,16.014z M9.562,16.381 c-0.477,0-0.513-0.024-0.342-0.183c0.22-0.232,0.33-0.232,0.635,0C10.075,16.356,10.051,16.369,9.562,16.381z M10.454,16.503 c-0.037,0.073-0.098,0.122-0.134,0.122c-0.024,0-0.049-0.049-0.049-0.122c0-0.061,0.061-0.122,0.134-0.122 C10.466,16.381,10.491,16.442,10.454,16.503z M4.71,15.379c-0.061,0.061-0.306-0.525-0.306-0.745 C4.417,14.548,4.49,14.67,4.6,14.902C4.698,15.134,4.747,15.342,4.71,15.379z M10.992,5.015c0.073,0,0.159,0.061,0.196,0.122 c0.037,0.073-0.012,0.122-0.11,0.122c-0.11,0-0.195-0.049-0.195-0.122C10.882,5.076,10.931,5.015,10.992,5.015z M10.87,5.712 c0.073-0.098,0.11-0.208,0.073-0.257c-0.037-0.037,0.012-0.024,0.086,0.049c0.086,0.061,0.281,0.122,0.464,0.122 c0.244,0,0.269,0.024,0.122,0.122c-0.098,0.061-0.342,0.122-0.538,0.122C10.796,5.871,10.76,5.834,10.87,5.712z M10.124,5.565 C9.648,5.883,9.342,5.968,9.489,5.736c0.073-0.134,0.794-0.477,0.99-0.477C10.528,5.26,10.369,5.394,10.124,5.565z M12.031,7.533 c-0.33-0.086-0.354-0.049-0.159,0.318c0.11,0.22,0.098,0.232-0.122,0.159c-0.196-0.061-0.244-0.037-0.183,0.11 c0.086,0.22-0.134,0.269-0.269,0.061c-0.037-0.073-0.244-0.232-0.464-0.367c-0.318-0.196-0.342-0.232-0.122-0.232 c0.134,0,0.342-0.098,0.452-0.22c0.232-0.257,0.281-0.513,0.061-0.293c-0.244,0.244-0.391,0.159-0.159-0.098 c0.22-0.244,0.208-0.244-0.293-0.244c-0.428,0-0.513-0.037-0.477-0.208c0.024-0.122,0.196-0.293,0.391-0.379 c0.293-0.147,0.416-0.147,0.88,0.037c0.464,0.171,0.538,0.257,0.538,0.55c0,0.22,0.098,0.416,0.257,0.525 C12.666,7.472,12.471,7.643,12.031,7.533z M12.544,5.138c-0.11,0-0.196,0.086-0.196,0.183c0,0.135-0.134,0.183-0.452,0.183 c-0.244,0-0.403-0.037-0.354-0.085c0.049-0.061,0.159-0.098,0.232-0.098c0.061,0,0.147-0.073,0.183-0.171 c0.037-0.11-0.012-0.134-0.208-0.073c-0.379,0.11-0.318-0.024,0.11-0.244c0.464-0.244,0.721-0.232,0.416,0.012 c-0.232,0.183-0.22,0.183,0.037,0.11c0.147-0.037,0.293-0.012,0.342,0.061C12.691,5.076,12.642,5.138,12.544,5.138z M12.52,11.077 c-0.037-0.098-0.159-0.147-0.305-0.11c-0.281,0.073-0.293-0.049-0.037-0.342c0.183-0.208,0.22-0.208,0.489-0.024 c0.159,0.098,0.293,0.293,0.293,0.416C12.96,11.285,12.617,11.333,12.52,11.077z M15.465,6.726c-0.232,0-0.477,0.489-0.623,1.21 c-0.012,0.098-0.11,0.22-0.196,0.269c-0.208,0.134-0.342,0.134-0.342,0c0-0.061-0.171-0.135-0.367-0.183 c-0.208-0.037-0.403-0.171-0.44-0.281c-0.037-0.122-0.134-0.342-0.208-0.501c-0.11-0.22-0.086-0.318,0.134-0.55 c0.33-0.342,0.342-0.477,0.061-0.367c-0.208,0.086-0.208,0.073,0-0.244c0.379-0.587,0.196-1.344-0.305-1.21 c-0.293,0.073-0.281-0.183,0.012-0.342c0.33-0.171,0.501-0.159,0.501,0.061c0,0.147,0.061,0.147,0.403-0.024 c0.208-0.11,0.489-0.244,0.599-0.306c0.367-0.171,0.953-0.122,0.953,0.086c0,0.098,0.061,0.183,0.122,0.183 c0.073,0,0.159,0.098,0.208,0.22c0.037,0.11,0.183,0.33,0.318,0.477c0.134,0.159,0.183,0.281,0.11,0.281s-0.11,0.086-0.073,0.171 C16.394,5.834,15.648,6.726,15.465,6.726z M17.225,6.922c-0.147,0.171-0.855,0.244-1.002,0.085c-0.22-0.208-0.049-0.367,0.416-0.379 C17.249,6.604,17.42,6.69,17.225,6.922z M25.853,21.367c-0.244,0.526-0.489,0.88-0.611,0.88c-0.232,0-0.232-0.244,0-0.562 c0.098-0.122,0.183-0.318,0.183-0.428c0-0.208,0.697-0.929,0.794-0.831C26.244,20.463,26.085,20.89,25.853,21.367z"/> <path fill="%23FFFFFF" d="M25.95,15.745c-0.147-0.208-1.014-1.98-1.014-2.09c0-0.196,0.232-0.061,0.306,0.171 c0.049,0.134,0.232,0.489,0.428,0.758c0.367,0.574,0.648,1.308,0.501,1.308C26.109,15.892,26.011,15.819,25.95,15.745z"/> <path fill="%23FFFFFF" d="M25.938,11.407c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.244,11.859,26.06,11.651,25.938,11.407z"/> <path fill="%230099CC" d="M25.954,11.659c-0.11-0.257-0.281-0.513-0.354-0.562c-0.232-0.147-0.208-0.819,0.024-0.819 c0.11,0,0.183,0.11,0.183,0.293c0,0.171,0.122,0.391,0.293,0.526c0.367,0.281,0.562,1.014,0.269,1.014 C26.259,12.111,26.076,11.904,25.954,11.659z"/> <path fill="%230099CC" d="M23.546,11.28c-0.122-0.122-0.061-0.745,0.086-0.831c0.073-0.049,0.196,0,0.281,0.11 c0.159,0.22,0.501,0.293,0.367,0.086c-0.196-0.318,0.098-0.306,0.428,0.024c0.55,0.55,0.489,0.672-0.367,0.672 C23.937,11.341,23.583,11.305,23.546,11.28z"/> <path fill="%230099CC" d="M20.674,9.081c0-0.061,0.134-0.171,0.306-0.244c0.342-0.159,0.379-0.318,0.134-0.77 c-0.232-0.452-0.183-1.014,0.098-1.063c0.196-0.037,0.22,0,0.147,0.269c-0.098,0.379,0.122,0.855,0.342,0.77 c0.293-0.11,0.416,0.318,0.208,0.697c-0.159,0.281-0.293,0.354-0.721,0.391C20.907,9.154,20.674,9.129,20.674,9.081z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-cms-item::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300CCFF" points="8.132,6.608 20.893,12.957 23.923,11.187 11.186,5.28 8.132,6.608 "/> <polyline fill="%23006699" points="19.974,27.127 22.646,25.11 23.923,11.187 20.893,12.957 19.974,27.127 "/> <polygon fill="%230099CC" points="8.132,6.608 20.893,12.957 19.974,27.127 8.939,19.794 "/> </svg> ');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-tailor::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M23.755,15.853c-0.063-0.469-0.105-0.942-0.113-1.4c-0.027-1.493,0.52-3.591,0.937-4.921 c0.206-0.357,0.339-0.746,0.399-1.166l0.912-2.471c0,0-3.787-2.83-9.894-2.83c-5.821,0-9.589,2.831-9.589,2.831l0.599,2.381 c0.033,0.284,0.091,0.557,0.192,0.813c0.325,1.443,0.818,4.004,0.784,5.62c-0.007,0.32-0.049,0.766-0.117,1.299 c-2.999,1.312-4.868,3.366-4.868,5.765c0,4.157,5.589,7.292,13,7.292s13-3.135,13-7.292C28.996,19.276,26.971,17.155,23.755,15.853z "/> <g> <ellipse fill="%230099CC" cx="15.996" cy="21.773" rx="11" ry="5.291"/> </g> <path fill="%23006699" d="M21.642,14.489c-0.049-2.743,1.378-6.594,1.378-6.594H8.972c0,0,1.064,4.231,1.009,6.857 c-0.032,1.523-0.602,4.404-0.871,5.685c-0.09,0.209-0.139,0.425-0.139,0.646c0,1.805,3.145,3.268,7.024,3.268 c3.879,0,7.024-1.463,7.024-3.268c0-0.349-0.12-0.684-0.337-0.999C22.287,18.823,21.679,16.566,21.642,14.489z"/> <ellipse fill="%2300CCFF" cx="15.996" cy="7.895" rx="7.024" ry="2.83"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-data::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M15.941,30.261c-1.748,0-3.436-0.296-5.018-0.88c-1.188-0.438-2.239-1.019-3.122-1.726 C6.66,26.744,5.848,25.66,5.39,24.434c-0.182-0.49-0.303-0.991-0.36-1.49l-0.229-2.064l-0.016-0.082 c-0.045-0.238-0.071-0.472-0.083-0.7c-0.008-0.148-0.01-0.301-0.005-0.457c-0.039-0.144-0.072-0.289-0.099-0.435 c-0.04-0.208-0.067-0.428-0.08-0.651l-0.261-2.199c-0.051-0.265-0.078-0.531-0.083-0.792c-0.006-0.139-0.004-0.288,0.006-0.442 c-0.048-0.156-0.088-0.313-0.119-0.469c-0.05-0.228-0.083-0.486-0.094-0.747l-0.299-2.512c-0.046-0.243-0.072-0.49-0.077-0.736 c-0.017-0.582,0.09-1.185,0.318-1.775c0.483-1.261,1.468-2.358,2.924-3.255c1.828-1.126,4.132-1.834,6.845-2.102 c0.798-0.08,1.599-0.121,2.378-0.121c1.513,0,3.006,0.153,4.438,0.455c1.233,0.26,2.365,0.621,3.366,1.072 c1.39,0.626,2.492,1.421,3.278,2.362c1.137,1.354,1.312,2.654,1.255,3.509v0.082l-0.047,0.357l-0.322,2.702 c-0.012,0.192-0.035,0.385-0.068,0.576c-0.042,0.208-0.09,0.396-0.145,0.573c0.013,0.187,0.014,0.374,0.004,0.56 c-0.006,0.138-0.02,0.288-0.038,0.44l0.004,0l-0.298,2.417c-0.016,0.246-0.047,0.495-0.094,0.747 c-0.029,0.135-0.06,0.257-0.09,0.371c0.007,0.106,0.009,0.209,0.006,0.308c-0.003,0.103-0.008,0.202-0.017,0.3 c0,0.842-0.052,1.539-0.157,2.126c-0.08,0.426-0.127,0.69-0.143,0.805c-0.046,0.331-0.15,0.673-0.405,1.333 c-0.47,1.201-1.275,2.259-2.398,3.154c-1.745,1.398-3.946,2.245-6.54,2.515C17.073,30.231,16.5,30.261,15.941,30.261z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.972" y1="23.5759" x2="25.7827" y2="23.5759"> <stop offset="0.0235" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23333333"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M25.569,19.848c-0.072,0.207-0.16,0.412-0.264,0.612c-0.151,0.29-0.332,0.569-0.541,0.838 c-0.322,0.413-0.716,0.799-1.183,1.161c-0.043,0.034-0.084,0.066-0.123,0.097c-1.529,1.151-3.446,1.86-5.752,2.125 c-2.157,0.249-4.203,0.081-6.138-0.505c-1.092-0.334-2.043-0.761-2.852-1.282c-0.161-0.102-0.315-0.208-0.46-0.318 c-0.509-0.384-0.94-0.804-1.293-1.261c-0.2-0.259-0.376-0.53-0.528-0.813c-0.006-0.01-0.012-0.02-0.018-0.031 c-0.222-0.426-0.37-0.852-0.446-1.278l0.281,2.669c0.006,0.174,0.024,0.347,0.054,0.52c0.034,0.212,0.086,0.423,0.155,0.634 c0.052,0.167,0.115,0.336,0.191,0.507c0.131,0.299,0.287,0.587,0.469,0.863c0.409,0.617,0.949,1.172,1.62,1.666 c0.777,0.579,1.694,1.051,2.753,1.416c1.897,0.654,3.913,0.857,6.048,0.609c2.321-0.269,4.239-1.032,5.756-2.29 c0.529-0.436,0.963-0.906,1.302-1.411c0.258-0.385,0.461-0.791,0.61-1.217l0.037-0.102c0.006-0.017,0.012-0.034,0.018-0.051 c0.058-0.194,0.105-0.385,0.142-0.573c0.036-0.214,0.059-0.425,0.067-0.634l0.309-2.825l-0.009,0.046 c-0.006,0.044-0.013,0.089-0.022,0.137C25.712,19.385,25.651,19.615,25.569,19.848z"/> <ellipse fill="%23676767" cx="15.859" cy="18.751" rx="9.947" ry="6.041"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.3755" y1="16.0457" x2="26.3632" y2="16.0457"> <stop offset="0" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M5.375,11.83l0.322,3.032c0.003,0.19,0.023,0.382,0.06,0.575c0.042,0.234,0.11,0.466,0.204,0.697 c0.092,0.237,0.209,0.473,0.35,0.708c0.164,0.271,0.352,0.53,0.564,0.779c0.243,0.281,0.518,0.547,0.824,0.798 c0.304,0.248,0.639,0.48,1.005,0.697c0.291,0.174,0.602,0.337,0.934,0.488c0.597,0.272,1.255,0.508,1.974,0.708 c1.96,0.543,4.026,0.691,6.197,0.443c1.611-0.184,3.035-0.567,4.273-1.151c0.604-0.287,1.162-0.623,1.675-1.006 c0.088-0.064,0.174-0.131,0.259-0.198c0.31-0.251,0.584-0.515,0.824-0.79c0.406-0.468,0.711-0.966,0.915-1.495 c0.015-0.037,0.028-0.075,0.041-0.113c0.078-0.22,0.137-0.44,0.177-0.661c0.024-0.153,0.04-0.306,0.045-0.459l0.342-3.2l0.001-0.463 C26.363,11.22,5.469,12.319,5.375,11.83z"/> <ellipse fill="%2300CCFF" cx="15.842" cy="11.22" rx="10.521" ry="5.814"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-data-source::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M16.155,22.671l-1.42,7.026l-2.034-0.513c-2.24-0.565-4.258-1.714-5.997-3.414 c-2.61-2.553-3.935-5.681-3.935-9.299c0-0.473,0.023-0.947,0.069-1.413c-0.046-0.403-0.069-0.813-0.069-1.221 c0-3.2,1.367-5.947,4.063-8.165c1.731-1.425,3.731-2.386,5.943-2.855c1.07-0.227,2.207-0.342,3.38-0.342 c1.172,0,2.309,0.115,3.38,0.342c2.21,0.469,4.208,1.43,5.94,2.856c2.696,2.216,4.064,4.963,4.064,8.164 c0,0.414-0.023,0.823-0.071,1.222c0.048,0.46,0.071,0.935,0.071,1.413c0,3.619-1.325,6.748-3.938,9.3 c-1.734,1.698-3.751,2.847-5.992,3.413l-2.034,0.514L16.155,22.671z"/> <polyline fill="%230099CC" points="19.12,27.246 19.12,22.904 17.673,16.878 17.673,20.087 19.12,27.246 "/> <path fill="%230099CC" d="M4.853,15.041c-0.055,0.466-0.083,0.944-0.083,1.432c0,3.074,1.111,5.697,3.332,7.869 c1.489,1.456,3.185,2.424,5.088,2.904v-4.342c-1.903-0.406-3.599-1.221-5.088-2.446C6.234,18.922,5.15,17.116,4.853,15.041z"/> <radialGradient id="SVGID_1_" cx="-42.7166" cy="33.0722" r="26.7784" gradientTransform="matrix(1.0418 0 0 -1.0184 34.6187 30.1457)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M27.54,16.472c0-0.488-0.029-0.966-0.086-1.432c-0.296,2.075-1.379,3.881-3.249,5.417 c-1.488,1.225-3.183,2.04-5.085,2.446v4.342c1.902-0.48,3.597-1.448,5.085-2.904C26.428,22.17,27.54,19.547,27.54,16.472"/> <radialGradient id="SVGID_2_" cx="-47.8974" cy="25.9209" r="23.0322" gradientTransform="matrix(1.0418 0 0 -1.0184 34.6187 30.1457)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M13.335,11.519c-0.049,0.041-0.098,0.083-0.145,0.128c-0.68,0.614-1.02,1.345-1.02,2.191 c0,0.432,0.088,0.833,0.264,1.203c0.17-0.425,0.422-0.817,0.756-1.177c0.047-0.049,0.095-0.099,0.145-0.148 c0.779-0.759,1.719-1.139,2.82-1.139c1.101,0,2.04,0.38,2.817,1.139c0.051,0.05,0.101,0.1,0.148,0.151 c0.333,0.359,0.584,0.75,0.753,1.174c0.178-0.37,0.267-0.771,0.267-1.203c0-0.844-0.34-1.574-1.02-2.188 c-0.047-0.044-0.097-0.088-0.148-0.13c-0.777-0.638-1.716-0.956-2.817-0.956C15.054,10.563,14.114,10.881,13.335,11.519z"/> <path fill="%23006699" d="M13.19,22.904v4.342l1.447-7.159v-3.206L13.19,22.904z"/> <path fill="%2300CCFF" d="M24.204,7.218c-1.488-1.225-3.183-2.04-5.085-2.443c-0.939-0.199-1.927-0.299-2.965-0.299 s-2.026,0.1-2.965,0.299c-1.903,0.404-3.599,1.218-5.088,2.443c-2.222,1.828-3.332,4.035-3.332,6.62 c0,0.411,0.028,0.812,0.083,1.203c0.298,2.075,1.381,3.881,3.249,5.417c1.488,1.225,3.184,2.04,5.088,2.446l1.447-6.023 c-0.474-0.16-0.908-0.403-1.302-0.728c-0.049-0.041-0.098-0.081-0.145-0.122c-0.334-0.302-0.586-0.632-0.756-0.991 c-0.176-0.37-0.264-0.771-0.264-1.203c0-0.846,0.34-1.577,1.02-2.191c0.047-0.044,0.096-0.087,0.145-0.128 c0.779-0.638,1.719-0.956,2.82-0.956c1.101,0,2.04,0.319,2.817,0.956c0.051,0.043,0.101,0.086,0.148,0.13 c0.68,0.614,1.02,1.344,1.02,2.188c0,0.431-0.089,0.832-0.267,1.203c-0.169,0.358-0.42,0.687-0.753,0.988 c-0.047,0.043-0.097,0.084-0.148,0.125c-0.391,0.325-0.824,0.566-1.299,0.725l1.447,6.026c1.901-0.406,3.596-1.221,5.085-2.446 c1.87-1.536,2.954-3.342,3.249-5.417c0.057-0.391,0.086-0.792,0.086-1.203C27.54,11.252,26.428,9.046,24.204,7.218z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-data-type::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M16.045,30.434c-0.612,0-1.232-0.035-1.843-0.104c-1.271-0.142-2.495-0.428-3.637-0.85 c-1.422-0.521-2.66-1.236-3.676-2.123c-1.068-0.932-1.835-2.003-2.275-3.184c-0.197-0.531-0.327-1.068-0.386-1.599L4.206,22.31 l-0.232-2.021c-0.055-0.283-0.09-0.567-0.104-0.849l-0.006-0.028l-0.007-0.428l0.011-0.04c0.011-0.28,0.042-0.56,0.094-0.838 L3.809,18l-0.623-5.328l1.563-0.771l-0.573-5.75l22.096-2.775l-0.473,5.88l-0.537,1.604l3.672,1.811l-0.615,5.335l-0.152,0.104 c0.068,0.382,0.099,0.767,0.092,1.152c-0.003,0.338-0.041,0.696-0.112,1.05l-0.217,1.923l0.004,0.086l-0.029,0.163 c-0.054,0.591-0.195,1.185-0.421,1.765c-0.501,1.277-1.363,2.409-2.565,3.37c-0.981,0.782-2.129,1.417-3.414,1.887 c-1.133,0.409-2.35,0.686-3.622,0.824C17.277,30.399,16.657,30.434,16.045,30.434z"/> <polyline fill="%230099CC" points="6.69,11.202 8.492,12.286 19.251,18.761 20.295,19.391 20.472,15.728 6.36,7.893 6.69,11.202 "/> <polyline fill="%230099CC" points="5.69,16.875 6.31,17.308 16.06,24.094 16.055,20.854 5.335,13.842 5.69,16.875 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.951" y1="24.2056" x2="26.1692" y2="24.2056"> <stop offset="0" style="stop-color:%23006699"/> <stop offset="0.6157" style="stop-color:%230099CC"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M6.241,20.863c-0.131-0.295-0.228-0.591-0.291-0.886l0.251,2.201 c0.004,0.059,0.009,0.118,0.015,0.177c0.041,0.372,0.132,0.745,0.271,1.118c0.325,0.87,0.898,1.663,1.719,2.378 c0.834,0.729,1.851,1.313,3.053,1.753c0.995,0.368,2.05,0.614,3.166,0.739c1.08,0.121,2.16,0.121,3.24,0 c1.119-0.121,2.17-0.359,3.151-0.714c1.087-0.397,2.037-0.921,2.851-1.571c0.929-0.742,1.579-1.586,1.95-2.531 c0.168-0.43,0.268-0.862,0.3-1.295c0.004-0.02,0.005-0.039,0.005-0.059l0.246-2.181c-0.048,0.229-0.117,0.457-0.207,0.684 c-0.04,0.102-0.085,0.202-0.133,0.3c-0.391,0.825-1.021,1.569-1.891,2.231c-0.834,0.634-1.807,1.144-2.92,1.531 c-0.995,0.345-2.062,0.579-3.201,0.704c-1.096,0.121-2.193,0.13-3.289,0.025c-1.133-0.105-2.208-0.327-3.225-0.665 c-1.261-0.417-2.332-0.973-3.215-1.669c-0.821-0.649-1.42-1.368-1.797-2.157C6.275,20.939,6.258,20.901,6.241,20.863z"/> <path fill="%23006699" d="M23.825,8.854l0.256-3.186l-3.609,10.06l-0.177,3.664l-1.044-0.63l-3.196,2.093l0.005,3.24l9.755-6.79 l0.62-0.428l0.35-3.033l-5.929,3.875l1.955-5.835L23.825,8.854z"/> <polyline fill="%2300CCFF" points="20.472,15.728 24.081,5.668 6.36,7.893 20.472,15.728 "/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="5.8623" y1="21.4218" x2="26.2587" y2="21.4218"> <stop offset="0" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.31,17.308c-0.051,0.111-0.098,0.222-0.143,0.335c-0.206,0.519-0.308,1.037-0.305,1.556 c0.002,0.009,0.002,0.017,0,0.025c0.006,0.252,0.036,0.503,0.089,0.753c0.063,0.296,0.16,0.591,0.291,0.886 c0.017,0.038,0.033,0.076,0.049,0.113c0.377,0.789,0.976,1.508,1.797,2.157c0.883,0.696,1.955,1.252,3.215,1.669 c1.018,0.338,2.093,0.56,3.225,0.665c1.096,0.105,2.193,0.097,3.289-0.025c1.139-0.125,2.206-0.359,3.201-0.704 c1.113-0.387,2.086-0.898,2.92-1.531c0.87-0.662,1.5-1.405,1.891-2.231c0.048-0.098,0.093-0.198,0.133-0.3 c0.09-0.227,0.159-0.455,0.207-0.684c0.057-0.255,0.087-0.511,0.089-0.768c0.012-0.59-0.113-1.181-0.374-1.773 c-0.022-0.049-0.045-0.098-0.069-0.148l-9.755,6.79L6.31,17.308"/> <polygon fill="%2300CCFF" points="8.492,12.286 5.335,13.842 16.055,20.854 19.251,18.761 "/> <polygon fill="%2300CCFF" points="26.785,13.842 22.811,11.882 20.856,17.717 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-data-value::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M25.806,26.123c-1.666,0-3.243-0.404-4.621-1.176c-1.783,0.578-3.724,0.881-5.675,0.881 c-1.388,0-2.772-0.149-4.114-0.444c-2.331-0.512-6.54-1.93-8.539-5.675c-0.7-1.312-0.975-2.758-0.801-4.204 c-0.346-2.753,1.003-5.614,3.58-7.541C8.193,6.053,11.683,5,15.464,5c5.41,0,11.592,2.295,13.207,7.423 c0.301,0.957,0.392,1.986,0.267,2.997c0.133,1.104,0.008,2.226-0.367,3.266c-0.246,0.682-0.591,1.225-0.895,1.703 c-0.085,0.133-0.166,0.26-0.238,0.381c0.288,0.38,0.752,0.771,1.349,1.123L28.7,22.134c0.028,0.017,3.3,2.646,3.3,2.646 l-3.808,1.081C27.391,26.035,26.588,26.123,25.806,26.123z M8.031,15.402c0.168,0.284,0.407,0.568,0.703,0.834 c1.437,1.289,3.791,2.059,6.458,2.113l0.293,0.003c1.253,0,2.456-0.164,3.574-0.487c0.14-0.04,0.279-0.097,0.421-0.151 c0.491-0.188,1.163-0.447,1.954-0.447c0.144,0,0.283,0.009,0.417,0.024c0.065-0.167,0.136-0.332,0.213-0.496 c0.206-0.438,0.458-0.79,0.66-1.073c0.072-0.101,0.147-0.2,0.213-0.306c-0.083-0.152-0.186-0.3-0.307-0.442 c-1.341-1.571-4.021-2.509-7.166-2.509c-2.591,0-4.881,0.668-6.45,1.882C8.583,14.682,8.248,15.043,8.031,15.402z"/> <radialGradient id="SVGID_1_" cx="15.8842" cy="16.4191" r="10.0148" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M15.464,10.466c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.932,11.109,12.784,10.466,15.464,10.466 M15.464,8.715 c-3.019,0-6.194,0.745-8.631,2.567c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.173,1.641,6.334,1.174c-1.605-0.947-3.069-1.02-2.575-3.005 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.37,10.318,19.629,8.715,15.464,8.715L15.464,8.715z" /> <path fill="%2300CCFF" d="M15.464,8.75c3.016,0,6.651,0.826,8.687,3.211c1.052,1.232,1.39,2.802,0.628,4.262 c-0.263,0.504-0.664,0.91-0.906,1.424c-0.369,0.785-0.575,1.661-0.547,2.527c-0.602-0.372-1.135-0.907-1.891-0.907 c-0.623,0-1.23,0.349-1.821,0.52c-1.443,0.417-2.961,0.593-4.463,0.562c-2.712-0.055-5.7-0.784-7.752-2.624 c-0.99-0.888-1.772-2.129-1.633-3.494c0.133-1.3,1.011-2.396,2.024-3.18C9.932,9.393,12.784,8.75,15.464,8.75 M15.464,7 C12.445,7,9.27,7.745,6.833,9.566c-2.372,1.773-3.686,4.725-2.212,7.485c1.39,2.603,4.404,4.048,7.204,4.663 c3.153,0.693,6.604,0.493,9.61-0.697c1.889,1.394,4.009,2.241,6.334,2.597c-1.605-0.947-3.069-2.443-2.575-4.429 c0.268-1.079,1.118-1.849,1.495-2.893c0.381-1.057,0.412-2.196,0.074-3.269C25.37,8.603,19.629,7,15.464,7L15.464,7z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-form::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="7.121,22.676 5.918,2.245 9.455,0.83 19.243,5.266 25.217,15.554 24.211,29.758 21.146,31.899 "/> <polyline fill="%230099CC" points="16.445,7.541 7.999,3.566 9.059,21.566 21.083,29.614 21.82,16.835 16.445,7.541 "/> <polygon fill="%230099CC" points="17.835,6.824 16.445,7.541 21.82,16.835 23.179,16.026 "/> <polygon fill="%23006699" points="23.179,16.026 21.82,16.835 21.083,29.614 22.281,28.71 "/> <polygon fill="%2300CCFF" points="9.406,3.003 7.999,3.566 16.445,7.541 17.835,6.824 "/> <polyline fill="%2300CCFF" points="21.82,16.835 16.445,7.541 12.154,16.245 21.82,16.835 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-form-attr::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M8.53,22.045l-0.533,0.317l-0.034-0.694l-1.326-0.883L5.433,0.461L11.35,0l17.238,8.265l-1.497,21.372 l-3.428,1.809L8.53,22.045z M20.284,21.375l0.381-8.549l-7.66-4.011l0.303,8.13L20.284,21.375z"/> <polygon fill="%23006699" points="26.498,9.468 24.793,10.471 23.663,29.718 25.159,28.589 "/> <polyline fill="%23006699" points="10.878,5.444 9.12,4.523 9.831,18.946 10.071,18.804 10.078,18.812 11.35,18.071 10.878,5.444 "/> <polyline fill="%2300CCFF" points="11.35,18.071 10.078,18.812 9.831,18.954 22.04,26.906 22.129,24.916 11.35,18.071 "/> <polygon fill="%2300CCFF" points="24.793,10.471 26.498,9.468 9.225,1 7.512,1.741 "/> <path fill="%230099CC" d="M7.512,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.512,1.741z M22.04,26.906L9.831,18.954L9.121,4.523 l13.6,7.122L22.04,26.906z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-form-attr-boolean::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M2.872,23.197l-0.535,0.315L2.303,22.82L0.98,21.945L0.364,1.514l3.256-1.399l6.075,2.96L9.551,0.648 L13.871,0l17.724,7.979l-0.984,20.932l-3.304,2.496l-5.692-3.79l-0.813,4.037l-4.887,0.172L2.872,23.197z M23.908,20.775l0.36-8.098 l-1.543-0.808l-0.55,7.805L23.908,20.775z M10.7,20.039l-0.501-8.472l-2.854-1.485l0.302,8.03L10.7,20.039z"/> <polygon fill="%23676767" points="29.972,9.393 28.325,10.361 27.233,28.956 28.679,27.864 "/> <polyline fill="%23676767" points="14.883,5.504 13.185,4.616 13.871,18.549 14.102,18.412 14.11,18.419 15.338,17.703 14.883,5.504 "/> <polyline fill="%23CCCCCC" points="15.338,17.703 14.11,18.419 13.871,18.556 25.665,26.238 25.752,24.316 15.338,17.703 "/> <polygon fill="%23CCCCCC" points="28.325,10.361 29.972,9.393 13.286,1.212 11.631,1.927 "/> <path fill="%23999999" d="M11.631,1.927l1.026,17.323l14.577,9.706l1.091-18.595L11.631,1.927z M25.665,26.238l-11.794-7.682 l-0.687-13.94l13.138,6.88L25.665,26.238z"/> <polygon fill="%23006699" points="20.802,10.711 19.1,11.705 17.973,30.79 19.465,29.67 "/> <polyline fill="%23006699" points="5.216,6.72 3.462,5.808 4.171,20.109 4.41,19.968 4.418,19.975 5.687,19.241 5.216,6.72 "/> <polyline fill="%2300CCFF" points="5.687,19.241 4.418,19.975 4.171,20.116 16.353,28.001 16.443,26.028 5.687,19.241 "/> <polygon fill="%2300CCFF" points="19.1,11.705 20.802,10.711 3.567,2.314 1.857,3.049 "/> <path fill="%230099CC" d="M1.857,3.049l1.06,17.779l15.055,9.961L19.1,11.705L1.857,3.049z M16.353,28.001L4.171,20.116L3.462,5.808 l13.57,7.061L16.353,28.001z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-form-attr-label::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M1.632,20.784L0.428,0.461L7.296,0.28l16.286,7.985l-1.496,21.371l-3.428,1.898L1.632,20.784z M15.279,21.375l0.382-8.548L8,8.816l0.304,8.13L15.279,21.375z"/> <path fill="%23FFFFFF" d="M16.588,26.546l-0.449-6.978c-1.574-0.392-2.744-1.421-3.112-2.815c-0.024-0.089-0.043-0.177-0.058-0.266 c-0.031-0.086-0.058-0.173-0.081-0.262c-0.309-1.17,0.008-2.448,0.871-3.506c0.772-0.947,1.919-1.66,3.23-2.006 c0.569-0.151,1.147-0.227,1.718-0.227c2.261,0,4.098,1.202,4.572,2.992c0.024,0.088,0.043,0.177,0.059,0.267 c0.007,0.021,0.015,0.042,0.022,0.064l8.524,2.962l-1.059,14.137L28.451,32L16.588,26.546z"/> <polyline fill="%23676767" points="5.873,5.444 4.115,4.523 4.826,18.946 5.065,18.804 5.073,18.812 6.345,18.071 5.873,5.444 "/> <polygon fill="%23676767" points="21.493,9.468 19.787,10.471 18.658,29.718 20.154,28.589 "/> <polyline fill="%23CCCCCC" points="6.345,18.071 5.073,18.812 4.826,18.954 17.035,26.906 17.124,24.916 6.345,18.071 "/> <path fill="%23999999" d="M2.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L2.507,1.741z M17.034,26.906L4.826,18.954L4.115,4.523 l13.6,7.122L17.034,26.906z"/> <polygon fill="%2300CCFF" points="29.24,18.501 30.432,17.723 18.366,13.531 17.17,14.139 "/> <polygon fill="%230099CC" points="17.17,14.139 17.912,25.676 28.451,31.055 29.24,18.501 "/> <path fill="none" d="M20.317,12.55c-0.474-0.746-2.032-1.414-3.886-0.924c-1.854,0.49-2.877,1.841-2.921,2.724 c0.474,0.746,2.032,1.414,3.886,0.924c0.163-0.043,0.308-0.103,0.458-0.159c-0.371-0.156-0.825-0.077-0.825-0.077l2.355-2.395 l0.857,0.298C20.286,12.803,20.311,12.673,20.317,12.55z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-93.2218" y1="170.7537" x2="-84.5282" y2="170.7537" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M21.114,13.244l0.19,0.066c-0.005-0.178-0.025-0.356-0.072-0.532 c-0.026-0.097-0.059-0.19-0.096-0.282C21.169,12.745,21.159,12.995,21.114,13.244z"/> <ellipse transform="matrix(0.982 -0.189 0.189 0.982 -2.9177 3.9131)" fill="%23333333" cx="19.054" cy="17.251" rx="1.103" ry="1.621"/> <linearGradient id="SVGID_00000018919538983009098670000010904478927846373541_" gradientUnits="userSpaceOnUse" x1="-92.1008" y1="173.6978" x2="-84.1053" y2="173.6978" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000018919538983009098670000010904478927846373541_)" d="M19.421,17.462 c-0.192,0.075-0.389,0.143-0.595,0.198c-2.012,0.532-3.959-0.148-4.519-1.527c0.012,0.09,0.028,0.18,0.051,0.269 c0.41,1.551,2.473,2.351,4.608,1.786c0.003-0.001,0.006-0.002,0.009-0.003C19.2,18.008,19.376,17.771,19.421,17.462z"/> <linearGradient id="SVGID_00000087397715114508631810000008293118131351206530_" gradientUnits="userSpaceOnUse" x1="14.5342" y1="14.2745" x2="17.9706" y2="14.2745"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000087397715114508631810000008293118131351206530_)" d="M17.666,12.745 c-0.045,0.01-0.088,0.013-0.134,0.025c-1.912,0.506-2.871,2.01-2.667,2.783c0.022,0.084,0.067,0.167,0.12,0.251 c0.04-0.807,0.971-2.037,2.655-2.495L17.666,12.745z"/> <polygon fill="%23006699" points="30.432,17.723 29.241,18.501 28.451,31.055 29.497,30.211 "/> <polygon fill="%23CCCCCC" points="19.787,10.471 21.493,9.468 4.22,1 2.507,1.741 "/> <g> <path fill="%23CCCCCC" d="M18.981,16.507c-0.138,0.051-0.271,0.107-0.421,0.146c-1.705,0.451-3.137-0.163-3.574-0.85 c-0.053-0.083-0.098-0.167-0.12-0.251c-0.205-0.773,0.755-2.277,2.667-2.783c0.046-0.012,0.089-0.014,0.134-0.025l0.034-0.77 c-0.12,0.023-0.239,0.036-0.36,0.068c-2.135,0.565-3.532,2.28-3.122,3.831c0.024,0.089,0.054,0.175,0.088,0.259 c0.561,1.379,2.508,2.059,4.519,1.527c0.207-0.055,0.404-0.123,0.595-0.198c0.023-0.156,0.016-0.327-0.041-0.522 C19.314,16.709,19.157,16.581,18.981,16.507z"/> <path fill="%23CCCCCC" d="M21.948,13.83c-0.113-0.723-0.623-0.98-0.695-0.927l-0.076,1.083c-0.005,0.113,0.04,0.396,0,0.522 l0.802,0.279c0.041-0.229,0.05-0.459,0.02-0.688C21.987,14.009,21.962,13.921,21.948,13.83z"/> </g> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-form-attr-switch::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="6.632,20.785 5.428,0.46 11.345,0.28 28.582,8.265 27.086,29.637 23.172,31.798 "/> <polygon fill="%23676767" points="26.493,9.468 24.787,10.471 23.658,29.718 25.154,28.589 "/> <polyline fill="%23676767" points="10.873,5.444 9.115,4.523 9.826,18.946 10.065,18.804 10.073,18.812 11.345,18.071 10.873,5.444 "/> <polyline fill="%23CCCCCC" points="11.345,18.071 10.073,18.812 9.826,18.954 22.035,26.906 22.124,24.916 11.345,18.071 "/> <polygon fill="%2300CCFF" points="24.787,10.471 26.493,9.468 9.22,1 7.507,1.741 "/> <path fill="%23999999" d="M7.507,1.741l1.062,17.931l15.089,10.047l1.13-19.248L7.507,1.741z M22.034,26.906L9.826,18.954L9.115,4.523 l13.6,7.122L22.034,26.906z"/> <polygon fill="%230099CC" points="17.084,10.998 14.004,9.468 13.969,15.073 11.289,13.689 15.415,22.015 20.009,18.2 17.049,16.668 "/> <polygon fill="%2300CCFF" points="12.715,12.962 11.289,13.689 13.969,15.073 13.969,13.661 "/> <polygon fill="%23006699" points="17.049,16.668 18.482,16 18.482,11.821 17.083,11.086 "/> <polygon fill="%2300CCFF" points="20.009,18.2 21.402,17.338 18.482,16 17.049,16.668 "/> <polygon fill="%23006699" points="24.526,15.073 26.174,14.017 26.493,9.468 24.787,10.47 "/> <polygon fill="%230099CC" points="7.507,1.741 24.787,10.47 24.526,15.073 7.776,6.273 "/> <polygon fill="%23006699" points="21.402,17.338 17.208,20.986 15.415,22.015 20.009,18.2 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-form-attr-switch-2::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M18.334,18.242c0.328-0.084,0.633-0.237,0.907-0.457c0.467-0.374,0.795-0.894,0.976-1.544 c0.17-0.599,0.184-1.215,0.04-1.826c-0.22-0.937-0.741-1.506-1.14-1.818c-0.091-0.072-0.186-0.137-0.286-0.195l-4.669-2.693 c-0.024-0.211-0.059-0.421-0.105-0.632c-0.373-1.725-1.355-2.737-2.112-3.281c-0.084-0.061-0.172-0.116-0.262-0.165L9.429,4.192 C8.424,3.557,6.918,2.963,4.968,3.446C3.45,3.835,2.246,4.685,1.343,5.984c-0.992,1.431-1.344,2.99-1.049,4.636 c0.346,1.899,1.491,3.371,3.228,4.151c0.043,0.019,3.059,1.365,3.092,1.379c1.011,0.42,2.088,0.503,3.115,0.24 c0.001,0,0.001,0,0.001,0c0.423-0.108,0.847-0.277,1.261-0.501c0.212-0.115,0.416-0.241,0.61-0.379c0,0,4.858,2.485,4.892,2.502 C17.087,18.312,17.741,18.394,18.334,18.242z"/> <path fill="%23FFFFFF" d="M9.64,21.784L8.437,1.46l4.097-0.927L31.59,9.264l-1.496,21.371l-4.969,0.925L9.64,21.784z M23.287,22.375 l0.382-8.548l-7.661-4.011l0.304,8.13L23.287,22.375z"/> <polygon fill="%23676767" points="29.493,10.468 27.787,11.471 26.658,30.718 28.154,29.589 "/> <polyline fill="%23676767" points="13.873,6.444 12.115,5.523 12.826,19.946 13.065,19.804 13.073,19.812 14.345,19.071 13.873,6.444 "/> <polyline fill="%23CCCCCC" points="14.345,19.071 13.073,19.812 12.826,19.954 25.035,27.906 25.124,25.916 14.345,19.071 "/> <polygon fill="%23CCCCCC" points="27.787,11.471 29.493,10.468 12.22,2 10.507,2.741 "/> <path fill="%23999999" d="M10.507,2.741l1.062,17.931l15.089,10.047l1.13-19.248L10.507,2.741z M25.034,27.906l-12.208-7.952 l-0.711-14.43l13.6,7.122L25.034,27.906z"/> <polygon fill="%23006699" points="15.267,8.567 15.867,18.316 24.2,23.967 24.633,13.367 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-240.9098" y1="-149.6321" x2="-243.6239" y2="-146.918" gradientTransform="matrix(0.9362 -0.2399 0.3774 0.9537 297.8603 96.7641)"> <stop offset="0" style="stop-color:%2300CCFF"/> <stop offset="0.2588" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M18.007,14.187l-0.16-0.093l-5.702-3.29c-0.057,0.411-0.179,0.829-0.365,1.253 c-0.188,0.428-0.42,0.808-0.696,1.141l6.18,3.158l0.007,0.005c0.193,0.097,0.388,0.067,0.585-0.09 c0.191-0.154,0.329-0.384,0.415-0.692c0.085-0.301,0.095-0.593,0.029-0.875C18.243,14.467,18.146,14.295,18.007,14.187z"/> <linearGradient id="SVGID_00000103976013491738243630000017396799190690928050_" gradientUnits="userSpaceOnUse" x1="1437.84" y1="182.7076" x2="1431.0828" y2="189.4647" gradientTransform="matrix(-0.9362 0.2399 -0.3774 -0.9537 1422.0414 -155.8222)"> <stop offset="0" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_00000103976013491738243630000017396799190690928050_)" d="M4.27,13.102c0.543,0.227,1.101,0.308,1.676,0.244 c0.428-0.047,0.861-0.172,1.298-0.377c0.977-0.456,1.715-1.181,2.215-2.176c0.471-0.935,0.606-1.872,0.407-2.812 C9.786,7.588,9.654,7.236,9.47,6.925c-0.232-0.399-0.549-0.732-0.95-0.999l2.385,1.516c0.008,0.004,0.013,0.007,0.014,0.008 c0.603,0.433,0.993,1.061,1.17,1.883c0.108,0.492,0.127,0.983,0.055,1.472c-0.057,0.411-0.179,0.829-0.365,1.253 c-0.188,0.428-0.42,0.808-0.696,1.141c-0.34,0.414-0.752,0.752-1.235,1.013c-0.906,0.493-1.779,0.565-2.618,0.215 c-0.004-0.005-0.01-0.008-0.019-0.009L4.27,13.102z"/> <path fill="%2300CCFF" d="M4.219,13.077c-0.004-0.002-0.01-0.004-0.018-0.005c-1.018-0.457-1.633-1.266-1.845-2.429 C2.151,9.496,2.41,8.4,3.134,7.355C3.81,6.381,4.686,5.76,5.761,5.492c0.991-0.246,1.883-0.119,2.676,0.384l0.084,0.05 c0.401,0.267,0.718,0.601,0.95,0.999c0.184,0.311,0.315,0.663,0.395,1.056c0.199,0.939,0.063,1.877-0.407,2.812 c-0.5,0.995-1.238,1.72-2.215,2.176c-0.437,0.205-0.87,0.33-1.298,0.377c-0.574,0.064-1.133-0.017-1.676-0.244 C4.256,13.094,4.239,13.086,4.219,13.077z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-form-button::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="0,20.524 7.1,15.977 7.074,15.515 3.852,13.552 3.406,7.931 15.874,2.094 28.608,7.921 28.157,13.221 24.722,15.373 24.687,15.977 31.806,20.524 16.028,32 "/> <polyline fill="%2300CCFF" points="5.509,9.154 15.885,14.968 26.496,9.154 15.883,4.298 5.509,9.154 "/> <polyline fill="%2300CCFF" points="15.896,13.252 15.898,13.25 15.898,13.265 15.891,13.269 15.887,13.59 15.883,13.273 15.879,13.275 15.883,13.271 15.883,13.246 15.885,13.271 15.891,13.267 15.896,13.252 "/> <polyline fill="%2300CCFF" points="8.71,9.154 8.73,9.142 8.71,9.154 8.73,9.166 8.71,9.154 "/> <path fill="%2300CCFF" d="M9.168,17.096l0.02-0.012c-0.005,0.005-0.01,0.01-0.016,0.014l6.716,4.389v-2.938L9.01,14.354L9.168,17.096z "/> <path fill="%230099CC" d="M15.969,21.437l0.025-0.016c0.003-0.001,0.005-0.002,0.006-0.004l6.617-4.319l-0.172-0.101l0.031,0.018 c0.002,0.001,0.003,0.002,0.004,0.002l0.141,0.079l0.162-2.87l-6.891,4.319v2.942l0.014-0.01c0.002,0,0.003-0.001,0.004-0.002 C15.93,21.462,15.95,21.449,15.969,21.437"/> <path fill="%230099CC" d="M15.885,15.56c0-0.197,0-0.395,0-0.592L5.509,9.154l0.256,3.221l3.245,1.978l6.877,4.195l0.002-0.19 L15.885,15.56z"/> <path fill="%23006699" d="M15.885,14.968c0,0.197,0,0.395,0,0.592l0.004,2.799l0.002,0.186l6.891-4.319l3.466-2.17l0.247-2.902 L15.885,14.968z"/> <path fill="%23CCCCCC" d="M15.889,22.51l-0.002-1.023l-6.716-4.389l-6.317,3.603l13.036,9.676L15.889,22.51z"/> <path fill="%23797979" d="M15.994,21.421l-0.102,0.069v0.21c0,0.016-0.001,0.032-0.002,0.049v0.044c0.001,0.224,0.001,0.447,0,0.671 v0.046l0.002,7.867l13.043-9.676l-6.317-3.603L16,21.417C15.999,21.419,15.997,21.42,15.994,21.421z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-env::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M30.23,16.325c0.34-0.801,0.45-1.675,0.309-2.535c0.387-2.068-0.659-4.11-2.685-5.114 c-0.796-0.395-1.622-0.594-2.456-0.594c-0.635,0-1.259,0.118-1.88,0.344C23.71,7.871,23.82,7.29,23.82,6.679L23.818,6.55 c0.032-1.384-0.469-2.681-1.414-3.658c-0.987-1.019-2.369-1.604-3.793-1.604c-0.98,0-1.895,0.274-2.671,0.777 c-0.807-0.513-1.758-0.797-2.758-0.797c-1.607,0-3.082,0.734-4.046,2.015C8.39,4.271,8.052,5.366,8.107,6.474H8.106 C8.086,7.151,8.201,7.791,8.41,8.399C7.824,8.206,7.204,8.095,6.565,8.095c-1.529,0-2.987,0.592-4,1.623 c-1.084,1.104-1.539,2.574-1.274,4.031c-0.164,0.897-0.052,1.808,0.316,2.64c-0.323,0.787-0.425,1.645-0.289,2.487 c-0.385,2.071,0.656,4.114,2.674,5.114c0.799,0.396,1.631,0.596,2.471,0.596h0c0.559,0,1.113-0.09,1.66-0.264 c-0.007,0.298,0.004,0.596,0.053,0.892c-0.223,1.307,0.092,2.613,0.91,3.729c0.965,1.318,2.46,2.074,4.101,2.074 c1.01,0,1.968-0.29,2.776-0.811c0.809,0.516,1.764,0.804,2.77,0.804c1.89,0,3.609-1.033,4.488-2.695 c0.525-0.994,0.706-2.056,0.531-3.102c0.048-0.273,0.067-0.572,0.062-0.884c0.533,0.159,1.074,0.242,1.617,0.242 c1.065,0,2.075-0.31,3.002-0.92c1.656-1.091,2.44-2.908,2.099-4.752C30.682,18.024,30.575,17.136,30.23,16.325z"/> <path fill="%23006699" d="M21.82,6.679c0-0.049-0.001-0.097-0.002-0.145c-0.062,1.676-1.666,2.799-2.757,3.91 c-1.032,1.051-2.063,2.103-3.095,3.154C17.887,11.968,21.82,9.486,21.82,6.679z"/> <path fill="%2300CCFF" d="M15.964,13.601 M21.818,6.535c0.105-3.241-4.35-4.56-5.856-1.579c-1.041-2.02-3.859-2.288-5.23-0.469 c-1.238,1.643-0.486,3.336,0.796,4.588c1.511,1.475,2.958,3.019,4.436,4.526c0.999-1.018,1.997-2.035,2.996-3.053 C20.07,9.417,21.755,8.239,21.818,6.535"/> <path fill="%23006699" d="M10.106,6.535c-0.087,2.892,3.888,5.39,5.858,7.063c-1.027-1.047-2.053-2.093-3.08-3.14 C11.787,9.339,10.168,8.221,10.106,6.535z"/> <path fill="%23006699" d="M15.564,19.08c-1.371,1.391-2.708,2.821-4.107,4.184c-1.251,1.22-1.925,2.905-0.759,4.498 c1.352,1.847,4.217,1.62,5.255-0.434c1.136,2.205,4.33,2.264,5.498,0.053c0.871-1.648,0.087-3.048-1.09-4.198 c-1.501-1.467-2.94-3.001-4.413-4.496L15.564,19.08z"/> <path fill="%23006699" d="M22.441,21.286c1.375,1.218,3.2,1.81,4.892,0.696c1.961-1.292,1.594-3.947-0.505-4.862 c2.3-1.024,2.416-3.948,0.139-5.076c-1.828-0.905-3.427-0.092-4.783,1.133c-1.505,1.361-3.103,1.055-4.648,2.371"/> <path fill="%23006699" d="M8.969,12.52c-1.386-1.183-3.689-1.136-4.977,0.175c-1.44,1.466-0.786,3.638,1.026,4.429 c-2.29,1.02-2.393,3.957-0.139,5.073c1.769,0.876,3.365,0.161,4.673-1.04c1.529-1.404,3.173-4.273,4.758-5.614 C12.52,14.024,10.759,14.033,8.969,12.52z"/> <path fill="%2300CCFF" d="M15.564,17.504c-1.371,1.391-2.708,2.821-4.107,4.184c-1.251,1.22-1.925,2.905-0.759,4.498 c1.352,1.847,4.217,1.62,5.255-0.434c1.136,2.205,4.33,2.264,5.498,0.053c0.871-1.648,0.087-3.048-1.09-4.198 c-1.501-1.467-2.94-3.001-4.413-4.496L15.564,17.504z"/> <path fill="%2300CCFF" d="M17.957,15.905c1.493,1.268,3.017,2.506,4.483,3.805c1.375,1.218,3.2,1.81,4.892,0.696 c1.961-1.292,1.594-3.947-0.505-4.862c2.3-1.024,2.416-3.948,0.139-5.076c-1.828-0.905-3.427-0.092-4.783,1.133 c-1.505,1.361-3.103,2.631-4.648,3.946L17.957,15.905"/> <path fill="%2300CCFF" d="M8.969,10.944C7.583,9.762,5.279,9.808,3.992,11.12c-1.44,1.466-0.786,3.638,1.026,4.429 c-2.29,1.02-2.393,3.957-0.139,5.073c1.769,0.876,3.365,0.161,4.673-1.04c1.529-1.404,3.173-2.698,4.758-4.038 C12.52,14.024,10.759,12.458,8.969,10.944z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-view::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M30.542,17.788c-1.67-3.934-4.11-7.627-7.055-10.682c-2.388-2.477-6.15-5.43-10.511-5.43 c-1.274,0-2.522,0.256-3.709,0.762L9.168,2.48L9.075,2.532C8.417,2.9,7.728,3.234,6.999,3.588C6.635,3.764,6.271,3.94,5.912,4.121 l0.013,0.028C3.578,5.208,2.473,6.992,2.409,7.099l-1.798,5.188l4.32-2.326c0.649-0.288,1.291-0.486,1.939-0.597l-4.984,2.684 l0.767,1.7c1.662,3.682,5.325,10.372,11.179,13.794c2.053,1.221,4.422,1.893,6.671,1.893c2.241,0,4.271-0.672,5.874-1.945 l3.017-2.141l-1.533-3.595c-0.143,0.027-0.286,0.052-0.43,0.075l3.757-2.517L30.542,17.788z M9.394,10.415 c-0.051-0.078-0.737-1.142-0.737-1.142c0.477,0.033,0.962,0.11,1.455,0.232C9.846,9.797,9.607,10.101,9.394,10.415z M20.919,21.084 c0.25-0.199,0.492-0.415,0.726-0.649c0.242-0.242,0.465-0.493,0.67-0.754c0.527,0.694,1.051,1.412,1.576,2.161l0.019,0.027 C22.91,21.734,21.912,21.472,20.919,21.084z"/> <path fill="%23CCCCCC" d="M19.4,25.743c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174C19.166,25.45,12.062,18.25,7.56,11.264 l-3.084,1.66C7.956,18.364,12.83,24.169,19.4,25.743"/> <path fill="%23999999" d="M14.854,25.822c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.664,17.772,10.16,23.077,14.854,25.822"/> <radialGradient id="SVGID_1_" cx="-93.7722" cy="281.2866" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.82,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178s-2.55-1.736-4.178-1.736C14.389,8.874,12.978,9.453,11.82,10.611z"/> <path fill="%23CCCCCC" d="M10.051,4.278c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.02,5.354,14.544,2.363,10.051,4.278"/> <path fill="%23999999" d="M4.121,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.045,3.253,4.121,8.132,4.121,8.132z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-palette::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M19.636,30.333c-3.007,0-7.277-1.409-10.04-4.555c-1.684-1.918-2.535-4.213-2.466-6.642 c-0.024-0.531-0.007-1.024,0.052-1.502c0.04-0.33,0.108-0.656,0.185-0.976c-0.454,0.015-0.968,0.061-1.468,0.105 c-0.656,0.059-1.334,0.119-1.958,0.119c-3.221,0-3.688-2.037-3.74-2.912l-0.058-0.996L0.124,12.73 c-0.192-1.96,1.264-3.654,4.334-4.93c2.821-1.143,6.054-1.743,9.365-1.743c2.853,0,5.782,0.446,8.47,1.289 c5.166,1.62,10.408,5.656,9.63,12.126l-0.018,0.136C31.82,26.16,25.83,30.013,20.155,30.32 C19.985,30.329,19.813,30.333,19.636,30.333L19.636,30.333z"/> <path fill="%23676767" d="M9.495,20.997c-0.174-0.431-0.322-1.44-0.394-1.926c-0.276,5.904,6.628,9.335,10.957,9.102 c4.376-0.236,10.02-3.201,9.879-8.913c-0.707,4.783-5.496,7.161-9.368,7.516C16.708,27.13,11.197,25.348,9.495,20.997"/> <path fill="%23CCCCCC" d="M5.16,9.808c-0.903,0.375-3.202,1.408-3.067,2.802c0.002,0.037,0.005,0.072,0.011,0.106 c0.068,0.175,0.176,0.305,0.325,0.388c0.755,0.487,1.913,0.285,2.747,0.234c1.086-0.067,2.265-0.26,3.344-0.032 c2.192,0.462,0.814,3.003,0.616,4.615c-0.69,5.611,5.522,8.723,9.813,8.896c4.381,0.176,10.364-2.187,11.018-7.624 c0.65-5.396-4.129-8.499-8.22-9.782C16.5,7.765,10.317,7.719,5.16,9.808"/> <path fill="%23999999" d="M8.769,13.363c-0.988-0.288-2.126-0.125-3.132-0.059c-0.956,0.063-2.343,0.359-3.208-0.2 C2.28,13.02,2.171,12.89,2.103,12.715l0.065,1.059c0.003,0.02,0.003,0.04,0,0.059c0.126,2.147,6.508-0.469,7.533,1.377 C9.917,14.257,9.68,13.592,8.769,13.363z"/> <path fill="%23006699" d="M14.405,11.479c0.107-0.163,0.169-0.335,0.184-0.518c0.006-0.018,0.01-0.037,0.011-0.059 c-0.02-0.03-0.042-0.057-0.065-0.082c-1.035-1.296-3.598-1.205-4.563,0.129c-0.034,0.037-0.063,0.076-0.087,0.118 C10.104,13.004,13.646,12.908,14.405,11.479z"/> <path fill="%23676767" d="M17.31,18.577c-0.083,0.199-0.144,0.399-0.184,0.6c1.942-4.039,9.612-3.663,11.186,0.577 C27.908,14.748,18.986,14.44,17.31,18.577"/> <path fill="%23676767" d="M13.69,9.596c-1.159-0.553-3.804-0.417-3.804,1.471c0.024-0.042,0.053-0.081,0.087-0.118 c0.965-1.334,3.529-1.426,4.563-0.129c0.023,0.025,0.045,0.053,0.065,0.082C14.601,10.322,14.148,9.822,13.69,9.596"/> <path fill="%23676767" d="M18.795,10.655c-1.003,0.064-2.785,0.672-2.71,2.084c0.004,0.012,0.004,0.024,0,0.035 c1.009-2.082,5.163-2.029,6.081,0.141C22,11.145,20.235,10.558,18.795,10.655z"/> <path fill="%2300CCFF" d="M17.126,19.178c-0.599,3.147,3.186,4.719,5.418,4.815c2.2,0.094,6.109-1.06,5.768-4.238 C26.738,15.517,19.069,15.136,17.126,19.178z"/> <path fill="%230099CC" d="M16.812,11.935c-0.34,0.245-0.582,0.519-0.726,0.82c0.373,2.654,5.866,2.936,6.081,0.143 C21.331,10.905,18.243,10.897,16.812,11.935z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-ext::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M26.436,14.301l-0.19-0.38c-0.169-0.364-0.443-0.673-0.789-0.888l-3.123-1.575 c-0.043-0.02-0.083-0.039-0.12-0.056c0.555-1.096,0.688-2.375,0.394-3.819c-0.231-1.084-0.665-2.109-1.29-3.047 C20.484,3.287,19.468,2.4,18.303,1.9c-0.608-0.262-1.225-0.396-1.856-0.396c-0.354,0-0.7,0.046-1.037,0.138 c-0.241,0.066-4.754,1.934-4.946,2.063C9.74,4.19,8.852,5.148,8.686,6.984l-2.72,1.16c0,0,0.247,6.848,0.524,7.236 c0.328,0.482,0.738,0.853,1.223,1.105c0.376,0.194,0.786,0.293,1.219,0.293c0.161,0,0.328-0.014,0.434-0.022 c0.045,0.016,0.092,0.037,0.14,0.061l-1.839,0.921c-0.824,0.313-1.393,1.067-1.48,1.959c-0.025,0.187,0.156,3.688,0.156,3.688 l0.023,1.313l11.198,7.176l4.256-0.007l3.795-1.946l0.829-15.063L26.436,14.301z"/> <path fill="%23006699" d="M24.443,14.803c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.443,14.803"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.3774" y1="3.505" x2="16.3774" y2="12.7239"> <stop offset="0.2613" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,3.505c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16l-3.559,1.436 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382C20.773,9.858,20.857,9.006,20.652,8 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,3.582,16.806,3.505,16.47,3.505z"/> <path fill="%2300CCFF" d="M16.369,12.724c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.369,12.724"/> <path fill="%2300CCFF" d="M12.727,18.365c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.858,18.532,12.78,18.432,12.727,18.365"/> <path fill="%2300CCFF" d="M7.583,9.629C7.586,9.63,7.588,9.631,7.59,9.633l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.583,9.629z"/> <path fill="%230099CC" d="M13.616,5.346c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.59,9.633C7.588,9.631,7.586,9.63,7.583,9.629c0,0.001-0.001,0.002-0.003,0.003 c-0.005,0.004-0.007,0.02-0.007,0.046l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 l-2.812-1.531c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.193,5.664,13.91,5.486,13.616,5.346z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-olap::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CCCCCC" points="24.179,27.811 24.249,26.615 15.006,20.597 14.019,21.012 "/> <polygon fill="%2300CCFF" points="19.179,29.811 19.249,28.615 10.006,22.597 9.019,23.012 "/> <polyline fill="%23990000" points="22.996,13.949 21.631,14.758 21.475,18.83 22.792,17.991 22.996,13.949 "/> <polygon fill="%23676767" points="27.17,16.026 25.811,16.835 25.074,29.614 26.272,28.71 "/> <polygon fill="%23CCCCCC" points="13.398,3.003 11.99,3.566 20.436,7.541 21.826,6.824 "/> <path fill="%23999999" d="M13.087,5.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L13.087,5.183 M11.99,3.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L11.99,3.566L11.99,3.566z"/> <polygon fill="%23676767" points="14.389,5.792 13.095,5.195 14.019,21.012 15.006,20.597 "/> <polygon fill="%23999999" points="21.826,6.824 20.436,7.541 25.811,16.835 27.17,16.026 "/> <polyline fill="%23CC0000" points="10.84,8.925 11.05,12.752 21.475,18.83 21.631,14.758 10.84,8.925 "/> <polyline fill="%23CCCCCC" points="25.821,16.835 20.446,7.542 16.155,16.245 25.821,16.835 "/> <polygon fill="%23006699" points="22.17,18.026 20.811,18.835 20.074,31.614 21.272,30.71 "/> <polygon fill="%2300CCFF" points="8.398,5.003 6.99,5.566 15.436,9.541 16.826,8.824 "/> <path fill="%230099CC" d="M8.087,7.183l8.44,3.946l3.405,5.887l-0.754,12.795l-10.159-6.8L8.087,7.183 M6.99,5.566l1.06,18 l12.024,8.048l0.874-14.838l-3.713-6.419L6.99,5.566L6.99,5.566z"/> <polygon fill="%23006699" points="9.389,7.792 8.095,7.195 9.019,23.012 10.006,22.597 "/> <polygon fill="%230099CC" points="16.826,8.824 15.436,9.541 20.811,18.835 22.17,18.026 "/> <polyline fill="%2300CCFF" points="20.821,18.835 15.446,9.542 11.155,18.245 20.821,18.835 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-security::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M8.651,25.391c0.965,0.482,1.94,0.944,2.916,1.407l2.307,1.102l0.764-0.385l-0.019,0.744l2.513,1.215 c0.927,0.453,1.854,0.905,2.79,1.333c0.572,0.263,1.106,0.391,1.631,0.391c0.107,0,0.21-0.005,0.309-0.015l-0.148-1.479l0.235,1.478 l0.249-0.047c2.239-0.431,3.747-1.777,3.943-3.525c0.079-0.711,0.077-1.394,0.074-2.055c-0.001-0.286-0.002-0.572,0.005-0.853 l0.156-6.353c0.022-0.897-0.226-2.121-1.384-3.259c0.032-0.815,0.062-1.658-0.006-2.531c-0.263-3.378-2.111-6.831-4.822-9.011 c-1.644-1.322-3.413-2.021-5.116-2.021c-0.153,0-0.308,0.006-0.462,0.017c-1.275,0.095-2.417,0.717-3.335,1.216 c-0.198,0.108-0.391,0.213-0.575,0.306l0.01,0.019c-0.952,0.511-1.695,1.267-2.214,2.25C7.769,6.668,7.636,8.081,7.611,9.398 c-1.538,0.808-1.541,3.001-1.542,3.828c0,0.284,0,0.58-0.018,0.874c-0.08,1.34-0.097,2.681-0.114,3.979 c-0.008,0.64-0.016,1.281-0.032,1.92C5.873,21.287,5.807,23.97,8.651,25.391z M15.118,8.996c0.674,0.429,1.277,1.108,1.713,1.893 l-1.75-0.841C15.081,9.706,15.088,9.336,15.118,8.996z"/> <polygon fill="%23006699" points="13.964,21.121 15.61,20.291 15.498,24.841 13.852,25.671 "/> <path fill="%2300CCFF" d="M10.895,10.284c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.895,10.284z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7236" y1="15.942" x2="16.3412" y2="19.5596"> <stop offset="0.3015" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.962,19.444c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.369,20.029,15.153,19.744,14.962,19.444z"/> <path fill="%23006699" d="M12.949,6.861c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.949,6.861z"/> <polygon fill="%2300CCFF" points="11.434,12.136 13.08,11.305 21.121,15.17 19.475,16.001 "/> <path fill="%23006699" d="M22.732,19.13c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.732,19.13z"/> <path fill="%23006699" d="M22.44,17.992c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.78,17.141,22.177,17.492,22.44,17.992z"/> <path fill="%230099CC" d="M21.666,17.082c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.666,17.082z M19.475,16.001 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.475,16.001"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.806" y1="3.6229" x2="24.0741" y2="14.891"> <stop offset="0.5477" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.993,12.714c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.986,14.916,23.078,13.803,22.993,12.714z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-hyper::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="3.036,22.45 1.165,6.499 16.032,0 30.898,6.499 29.027,22.45 16.032,32.295 "/> <path fill="%23676767" d="M21.797,18.29l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.29z"/> <path fill="%23797979" d="M16.127,22.034l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,22.032,16.129,22.033,16.127,22.034z"/> <polyline fill="%23CCCCCC" points="10.29,18.292 10.087,18.407 4.886,21.411 16.039,29.787 16.037,22.977 16.036,22.092 10.29,18.292 "/> <polygon fill="%23CCCCCC" points="16.044,2.184 16.044,8.349 22.181,11.415 28.754,7.618 "/> <path fill="%23858585" d="M9.895,11.415l-0.077-0.045L3.322,7.618l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.415z"/> <path fill="%230099CC" d="M16.032,14.978v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.978z"/> <path fill="%23006699" d="M16.044,14.957v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.957z"/> <path fill="%2300CCFF" d="M16.044,14.961v-0.003l6.137-3.543l-6.137-3.065l-6.149,3.065l0.017,0.01l6.12,3.532l0.002,0.021 l0.005-0.003l0.003-0.012L16.044,14.961z"/> <path fill="%23999999" d="M16.044,8.349V2.184L3.322,7.618l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.349z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}


.hx_tree_icon.sub-semaphore::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M8.904,26.224l-0.126-2.207c-0.203-0.566-0.312-1.13-0.324-1.681c-0.016-0.433,0.039-0.85,0.165-1.237 l-0.124-2.292c-0.216-0.599-0.333-1.197-0.35-1.783c-0.013-0.509,0.047-0.971,0.177-1.384l-0.166-3.203 c-0.143-0.611-0.197-1.168-0.167-1.698c0.011-0.167,0.031-0.312,0.055-0.448l-0.27-5.219l8.609-3.675l8.661,3.651l-1.163,21.176 l-7.493,5.082L8.904,26.224z"/> <polygon fill="%23676767" points="22.971,6.344 16.389,9.741 16.395,21.829 16.389,21.829 16.389,28.888 21.939,25.124 "/> <path fill="%23999999" d="M10.74,15.645c0.01-0.002,0.019-0.005,0.028-0.011l1.152-0.557c0.016-0.01,0.031-0.019,0.044-0.028 c0.066-0.039,0.138-0.07,0.215-0.094c0.467-0.143,0.979,0.037,1.538,0.54c0.393,0.353,0.718,0.799,0.975,1.339 c0.268,0.555,0.406,1.091,0.413,1.609c0.006,0.661-0.177,1.087-0.551,1.279c-0.017,0.012-0.036,0.021-0.055,0.028l-1.113,0.623 c-0.084,0.068-0.183,0.117-0.298,0.149c0.249,0.107,0.508,0.289,0.777,0.546c0.36,0.345,0.661,0.766,0.904,1.262 c0.061,0.124,0.114,0.245,0.16,0.364c0.156,0.398,0.237,0.78,0.242,1.146c0.004,0.301-0.05,0.553-0.16,0.755 c-0.082,0.153-0.192,0.263-0.331,0.331l-1.174,0.733c-0.009,0.007-0.018,0.013-0.028,0.017c-0.101,0.061-0.219,0.094-0.353,0.099 c-0.419,0.022-0.874-0.209-1.367-0.694c-0.103-0.102-0.202-0.21-0.298-0.325c-0.228-0.279-0.428-0.595-0.601-0.948 c-0.036-0.073-0.071-0.147-0.105-0.22l0.088,1.538l5.544,3.764v-7.06V9.741L9.845,6.363l0.499,9.624 C10.44,15.83,10.572,15.716,10.74,15.645z"/> <path fill="%23999999" d="M10.569,18.588c-0.034-0.07-0.065-0.14-0.094-0.209l0.165,3.075c0.074-0.111,0.162-0.196,0.265-0.254 c0.023-0.01,0.045-0.019,0.066-0.028l1.069-0.579c0.073-0.06,0.154-0.106,0.242-0.138c-0.237-0.1-0.485-0.271-0.744-0.513 C11.15,19.58,10.827,19.128,10.569,18.588"/> <polygon fill="%23CCCCCC" points="16.389,9.741 16.389,9.741 22.971,6.344 16.389,3.569 9.845,6.363 "/> <path fill="%23CC0000" d="M13.088,20.522c-0.003,0.002-0.007,0.004-0.011,0.006c-0.25,0.071-0.515,0.047-0.794-0.072 c-0.089,0.032-0.17,0.078-0.242,0.138l-1.069,0.579c0.078-0.032,0.165-0.05,0.259-0.055c0.164-0.007,0.331,0.022,0.502,0.088 c0.278,0.109,0.567,0.313,0.865,0.612c0.36,0.353,0.661,0.777,0.904,1.273c0.06,0.122,0.113,0.241,0.16,0.358 c0.157,0.403,0.239,0.789,0.248,1.157c0.003,0.12-0.003,0.232-0.017,0.336c-0.023,0.162-0.068,0.305-0.132,0.43 c-0.067,0.126-0.151,0.221-0.254,0.287l1.174-0.733c0.138-0.067,0.249-0.177,0.331-0.331c0.11-0.202,0.163-0.454,0.16-0.755 c-0.006-0.366-0.086-0.748-0.242-1.146c-0.046-0.119-0.099-0.24-0.16-0.364c-0.242-0.496-0.544-0.917-0.904-1.262 C13.596,20.811,13.337,20.629,13.088,20.522z"/> <path fill="%23FF0000" d="M10.603,21.525c-0.11,0.206-0.16,0.461-0.149,0.766c0.009,0.412,0.111,0.844,0.303,1.295 c0.034,0.074,0.069,0.147,0.105,0.22c0.172,0.352,0.373,0.668,0.601,0.948c0.095,0.115,0.194,0.223,0.298,0.325 c0.492,0.485,0.948,0.716,1.367,0.694c0.134-0.005,0.251-0.038,0.353-0.099c0.009-0.004,0.019-0.009,0.028-0.017 c0.102-0.065,0.187-0.161,0.254-0.287c0.065-0.125,0.109-0.268,0.132-0.43c0.014-0.104,0.019-0.216,0.017-0.336 c-0.009-0.369-0.091-0.754-0.248-1.157c-0.047-0.117-0.1-0.237-0.16-0.358c-0.242-0.496-0.544-0.92-0.904-1.273 c-0.299-0.299-0.587-0.503-0.865-0.612c-0.171-0.066-0.338-0.095-0.502-0.088c-0.094,0.005-0.181,0.023-0.259,0.055 c-0.021,0.009-0.044,0.018-0.066,0.028c-0.103,0.058-0.191,0.142-0.265,0.254C10.629,21.477,10.616,21.501,10.603,21.525z"/> <path fill="%23CC6600" d="M10.845,15.612c0.222-0.061,0.454-0.05,0.694,0.033c0.27,0.096,0.551,0.28,0.843,0.551 c0.389,0.364,0.713,0.816,0.97,1.356c0.268,0.562,0.41,1.102,0.424,1.62c0.006,0.236-0.013,0.441-0.055,0.617 c-0.061,0.259-0.173,0.453-0.336,0.584l1.113-0.623c0.019-0.007,0.038-0.016,0.055-0.028c0.374-0.191,0.558-0.617,0.551-1.279 c-0.007-0.518-0.145-1.054-0.413-1.609c-0.257-0.54-0.582-0.987-0.975-1.339c-0.558-0.503-1.071-0.683-1.538-0.54 c-0.077,0.023-0.149,0.055-0.215,0.094c-0.013,0.009-0.028,0.018-0.044,0.028l-1.152,0.557 C10.793,15.627,10.819,15.619,10.845,15.612z"/> <path fill="%23FFCC00" d="M10.768,15.634c-0.009,0.006-0.018,0.009-0.028,0.011c-0.168,0.071-0.3,0.185-0.397,0.342 c-0.142,0.232-0.209,0.559-0.198,0.981c0.013,0.453,0.123,0.924,0.331,1.411c0.029,0.069,0.06,0.139,0.094,0.209 c0.257,0.54,0.581,0.992,0.97,1.356c0.259,0.242,0.507,0.413,0.744,0.513c0.279,0.119,0.543,0.143,0.794,0.072 c0.004-0.001,0.008-0.003,0.011-0.006c0.114-0.032,0.213-0.081,0.298-0.149c0.163-0.131,0.275-0.326,0.336-0.584 c0.042-0.176,0.061-0.382,0.055-0.617c-0.015-0.518-0.156-1.058-0.424-1.62c-0.257-0.54-0.581-0.992-0.97-1.356 c-0.292-0.271-0.573-0.455-0.843-0.551c-0.241-0.083-0.472-0.094-0.694-0.033C10.819,15.619,10.793,15.627,10.768,15.634z"/> <path fill="%23339900" d="M10.886,9.437c0.25-0.046,0.503-0.011,0.758,0.103c0.287,0.132,0.577,0.36,0.872,0.686 c0.392,0.437,0.703,0.963,0.933,1.581c0.24,0.642,0.343,1.248,0.309,1.818c-0.017,0.259-0.057,0.483-0.12,0.672 c-0.092,0.278-0.233,0.48-0.425,0.608l1.281-0.576c0.022-0.005,0.043-0.014,0.063-0.025c0.428-0.174,0.671-0.623,0.728-1.349 c0.042-0.569-0.057-1.17-0.298-1.805c-0.23-0.617-0.543-1.138-0.941-1.563c-0.564-0.606-1.109-0.853-1.634-0.741 c-0.087,0.018-0.168,0.046-0.245,0.082c-0.016,0.008-0.033,0.017-0.051,0.026l-1.317,0.499C10.828,9.448,10.857,9.442,10.886,9.437z "/> <path fill="%2300FF00" d="M10.799,9.454c-0.01,0.005-0.02,0.009-0.031,0.009C10.576,9.525,10.42,9.637,10.299,9.8 c-0.179,0.24-0.283,0.593-0.312,1.057c-0.03,0.498,0.046,1.025,0.226,1.579c0.025,0.079,0.053,0.158,0.083,0.239 c0.23,0.617,0.541,1.144,0.933,1.581c0.261,0.29,0.516,0.502,0.767,0.634c0.294,0.157,0.582,0.209,0.863,0.155 c0.005-0.001,0.009-0.003,0.013-0.005c0.128-0.024,0.242-0.068,0.341-0.134c0.192-0.128,0.333-0.331,0.425-0.608 c0.063-0.189,0.103-0.413,0.12-0.672c0.034-0.57-0.069-1.176-0.309-1.818c-0.23-0.617-0.541-1.144-0.933-1.581 C12.221,9.9,11.931,9.672,11.644,9.54c-0.256-0.115-0.509-0.149-0.758-0.103C10.857,9.442,10.828,9.448,10.799,9.454z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}


.hx_tree_icon.sub-suite::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="4.47,17.43 15.845,0.002 27.22,17.429 15.854,32 "/> <polyline fill="%2300CCFF" points="15.845,3.234 6.904,17.316 15.701,22.356 15.845,22.436 15.845,22.104 15.845,3.234 "/> <polyline fill="%230099CC" points="15.845,22.753 15.845,22.443 15.701,22.356 6.904,17.316 15.852,29.091 15.845,22.753 "/> <polyline fill="%230099CC" points="24.786,17.316 15.845,3.234 15.845,22.104 15.852,22.436 24.786,17.316 "/> <polyline fill="%23006699" points="15.852,22.436 15.845,22.753 15.852,29.091 24.786,17.316 15.852,22.436 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-suite-assoc::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <circle fill="%23FFFFFF" cx="16.348" cy="16.067" r="7.844"/> <radialGradient id="SVGID_1_" cx="16.8752" cy="16.4362" r="8.4831" fx="22.0434" fy="14.1081" gradientTransform="matrix(6.123234e-17 -1 1 6.123234e-17 0.2806 32.415)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300CCFF"/> <stop offset="0.7108" style="stop-color:%23006699"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="16.348" cy="16.067" r="5.844"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-suite-assoc-assoc::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <circle fill="%23FFFFFF" cx="22.348" cy="16.067" r="7.844"/> <circle fill="%23FFFFFF" cx="10.348" cy="16.067" r="7.844"/> <radialGradient id="SVGID_1_" cx="21.8752" cy="19.4362" r="8.4831" fx="24.0434" fy="14.1081" gradientTransform="matrix(6.123234e-17 -1 1 6.123234e-17 0.2806 32.415)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300CCFF"/> <stop offset="0.7108" style="stop-color:%23006699"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="22.348" cy="16.067" r="5.844"/> <radialGradient id="SVGID_2_" cx="12.8752" cy="16.4362" r="8.4831" fx="16.0434" fy="14.1081" gradientTransform="matrix(6.123234e-17 -1 1 6.123234e-17 0.2806 32.415)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300CCFF"/> <stop offset="0.7108" style="stop-color:%23006699"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="10.348" cy="16.067" r="5.844"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-suite-assoc-many-one::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M15.249,20.929c-1.341,0.998-2.975,1.549-4.675,1.549c-4.325,0-7.844-3.519-7.844-7.844 c0-4.326,3.519-7.845,7.844-7.845s7.845,3.519,7.845,7.845c0,0.291-0.017,0.58-0.049,0.869l12.023,7.219l-0.178,3.521l-3.034,2.073 L15.249,20.929z"/> <radialGradient id="SVGID_1_" cx="11.1019" cy="15.0024" r="8.4831" fx="16.27" fy="12.6742" gradientTransform="matrix(6.123234e-17 -1 1 6.123234e-17 -4.0589 25.2078)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300CCFF"/> <stop offset="0.7108" style="stop-color:%23006699"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="10.574" cy="14.633" r="5.844"/> <path fill="%23CCCCCC" d="M13.3,16.13l13.885,8.479l1.152-0.791L14.63,15.589C14.401,15.875,13.936,16.045,13.3,16.13z"/> <path fill="%23999999" d="M13.3,16.13c0.113,0.479-0.033,0.803-0.343,1.028l14.171,8.772l0.056-1.321"/> <polyline fill="%23676767" points="28.269,25.151 28.337,23.818 27.185,24.608 27.128,25.93 28.269,25.151 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-suite-assoc-one-many::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M21.211,26.631c-4.65,0-8.434-3.784-8.434-8.434c0-0.423,0.032-0.845,0.097-1.263L1.381,9.859L1.255,6.302 l3.229-1.805l11.638,6.981c1.455-1.104,3.239-1.716,5.089-1.716c4.65,0,8.434,3.784,8.434,8.434S25.861,26.631,21.211,26.631z"/> <polyline fill="%23CCCCCC" points="4.449,6.809 3.297,7.452 20.197,17.736 21.349,16.946 4.449,6.809 "/> <polyline fill="%23999999" points="3.297,7.452 3.342,8.717 20.141,19.058 20.197,17.736 3.297,7.452 "/> <radialGradient id="SVGID_1_" cx="21.7913" cy="18.6029" r="9.3389" fx="27.4809" fy="16.0399" gradientTransform="matrix(6.123234e-17 -1 1 6.123234e-17 3.014 39.4074)" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300CCFF"/> <stop offset="0.7108" style="stop-color:%23006699"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="21.211" cy="18.197" r="6.434"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-process::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M18.245,30.624c-1.277,0-2.609-0.324-3.959-0.962c-1.274-0.61-2.512-1.461-3.685-2.535 c-2.054-1.88-3.741-4.225-5.016-6.969c-1.376-2.983-1.988-5.886-1.821-8.632c0.106-1.8,0.577-3.372,1.398-4.667 C5.861,5.765,6.762,4.95,7.844,4.432c0.123-0.059,0.25-0.114,0.377-0.166l3.945-1.761c0.536-0.27,1.119-0.471,1.732-0.596 c0.508-0.103,1.028-0.155,1.551-0.155c1.116,0,2.273,0.238,3.439,0.707c1.301,0.526,2.578,1.317,3.796,2.354 c2.111,1.787,3.831,4.085,5.108,6.83c1.366,2.936,1.937,5.819,1.694,8.571c-0.151,1.751-0.647,3.283-1.473,4.552 c-0.559,0.858-1.248,1.555-2.052,2.076l-0.11,0.09l-0.094,0.043l-3.638,2.472c-0.027,0.022-0.118,0.084-0.212,0.143 c-0.752,0.492-1.645,0.821-2.624,0.959C18.942,30.599,18.593,30.624,18.245,30.624L18.245,30.624z"/> <path fill="%230099CC" d="M22.653,17.635c-0.255-0.834-0.581-1.683-0.979-2.545c-0.884-1.917-1.971-3.596-3.26-5.039 c-0.407-0.457-0.835-0.89-1.284-1.3c-1.165-1.069-2.374-1.866-3.629-2.389c-0.759-0.307-1.483-0.492-2.173-0.555 c-0.434-0.039-0.855-0.03-1.262,0.027C9.69,5.887,9.336,5.978,9.004,6.106c-0.101,0.04-0.199,0.083-0.297,0.129 C7.964,6.591,7.346,7.156,6.853,7.929c-0.642,1.012-1.006,2.251-1.092,3.718C5.613,14.072,6.16,16.628,7.4,19.315 c1.168,2.517,2.685,4.629,4.551,6.336c1.034,0.945,2.097,1.68,3.19,2.203c1.37,0.647,2.658,0.886,3.864,0.717 c0.691-0.098,1.304-0.322,1.839-0.671c0.053-0.034,0.104-0.069,0.154-0.105c0.471-0.338,0.878-0.778,1.221-1.321 c0.11-0.172,0.212-0.352,0.305-0.539c0.453-0.898,0.716-1.958,0.787-3.179C23.411,21.109,23.191,19.402,22.653,17.635z M18.433,20.269c-0.04,0.631-0.189,1.18-0.448,1.647c-0.347,0.634-0.852,1.023-1.515,1.165c-0.203,0.043-0.413,0.061-0.628,0.054 c-0.416-0.014-0.854-0.122-1.313-0.324c-0.55-0.239-1.088-0.59-1.615-1.051c-0.94-0.827-1.712-1.868-2.316-3.122 c-0.636-1.316-0.936-2.58-0.898-3.794c0.021-0.727,0.175-1.35,0.461-1.868h0.003c0.349-0.636,0.855-1.025,1.518-1.165 c0.599-0.126,1.243-0.039,1.933,0.262c0.12,0.052,0.238,0.108,0.356,0.17c0.43,0.227,0.849,0.524,1.259,0.89 c0.94,0.827,1.712,1.865,2.316,3.114c0.636,1.316,0.936,2.58,0.898,3.794C18.442,20.118,18.439,20.194,18.433,20.269z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.7075" y1="13.2792" x2="18.2419" y2="21.8136"> <stop offset="0" style="stop-color:%23006699"/> <stop offset="0.3802" style="stop-color:%2300CCFF"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M17.985,21.917c0.259-0.467,0.408-1.017,0.448-1.647c-0.453-0.203-0.895-0.481-1.327-0.833 c-0.958-0.784-1.736-1.792-2.335-3.025c-0.624-1.294-0.903-2.543-0.839-3.745c0.008-0.145,0.02-0.286,0.038-0.423 c-0.117-0.061-0.236-0.118-0.356-0.17c-0.69-0.3-1.335-0.387-1.933-0.262c-0.663,0.14-1.169,0.528-1.518,1.165h-0.003 c-0.286,0.518-0.44,1.141-0.461,1.868c-0.038,1.213,0.262,2.478,0.898,3.794c0.604,1.255,1.376,2.295,2.316,3.122 c0.527,0.462,1.065,0.812,1.615,1.052c0.459,0.202,0.897,0.309,1.313,0.324c0.215,0.007,0.425-0.011,0.628-0.054 C17.133,22.939,17.639,22.551,17.985,21.917z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="9.6382" y1="5.4721" x2="27.1754" y2="23.0093"> <stop offset="0.3987" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M14.3,3.868c-0.458,0.094-0.882,0.241-1.273,0.442L9.004,6.106c0.331-0.128,0.685-0.219,1.062-0.272 c0.407-0.057,0.828-0.066,1.262-0.027c0.69,0.063,1.415,0.249,2.173,0.555c1.255,0.523,2.464,1.319,3.629,2.389 c0.448,0.409,0.876,0.843,1.283,1.3c1.289,1.443,2.375,3.123,3.26,5.039c0.398,0.862,0.724,1.711,0.979,2.545 c0.539,1.767,0.758,3.474,0.658,5.12c-0.071,1.221-0.334,2.281-0.787,3.179c-0.093,0.187-0.195,0.367-0.305,0.539 c-0.343,0.543-0.75,0.983-1.221,1.321l3.769-2.561c0.01-0.004,0.019-0.01,0.027-0.016c0.604-0.373,1.119-0.886,1.545-1.54 c0.647-0.996,1.033-2.208,1.157-3.637c0.212-2.409-0.293-4.926-1.515-7.552c-1.159-2.491-2.69-4.541-4.592-6.15 c-1.061-0.902-2.143-1.576-3.246-2.022C16.788,3.771,15.508,3.622,14.3,3.868z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-process-command::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M17.304,30.695c-0.874,0-1.695-0.38-2.443-1.129c-0.409-0.408-0.762-0.898-1.043-1.454 c-0.339-0.663-0.518-1.338-0.528-2c-0.015-0.475,0.054-0.871,0.171-1.2l-1.161-2.086c-0.676-0.102-1.315-0.452-1.908-1.045 c-0.415-0.414-0.769-0.921-1.047-1.503c-0.298-0.601-0.475-1.231-0.514-1.85c-0.082-1.375,0.496-2.131,0.995-2.525l0.107-0.085 l-0.027-0.414c-2.387-0.774-3.217-2.163-3.487-3.219c-0.068-0.27-0.106-0.541-0.111-0.81L5.811,5.789 C5.755,5.132,5.877,4.142,6.775,3.153c0.495-0.548,1.159-1.019,1.971-1.396c1.105-0.519,2.398-0.842,3.836-0.958 c0.385-0.031,0.765-0.047,1.138-0.047c0.945,0,1.86,0.103,2.721,0.306c2.145,0.508,3.512,1.481,4.067,2.893 c0.137,0.346,0.215,0.704,0.232,1.062l0.137,5.788c0.081,1.156-0.355,2.765-2.799,4.022c-0.018,0.009-0.036,0.019-0.054,0.027 c0.234,0.297,0.44,0.626,0.615,0.984c0.312,0.643,0.478,1.289,0.497,1.924c0.023,0.528-0.058,0.963-0.192,1.32l0.843,1.399 l1.14-0.679c0.304-0.18,0.634-0.294,0.987-0.344c0.123-0.018,0.265-0.029,0.407-0.029c0.81,0,1.579,0.327,2.287,0.971 c0.453,0.407,0.834,0.912,1.125,1.493c0.34,0.668,0.509,1.355,0.5,2.031c-0.014,1.097-0.472,1.757-0.854,2.118l-0.144,0.135 l-6.374,4.001c-0.394,0.303-0.88,0.483-1.397,0.514L17.304,30.695z"/> <path fill="%230099CC" d="M15.649,25.281c-0.254,0.085-0.374,0.351-0.36,0.798c0.006,0.355,0.11,0.732,0.312,1.13 c0.186,0.366,0.411,0.681,0.675,0.945c0.377,0.377,0.734,0.558,1.071,0.541c0.142-0.009,0.254-0.055,0.337-0.139 c0.138-0.134,0.201-0.366,0.187-0.697c-0.006-0.348-0.11-0.721-0.312-1.121c-0.042-0.086-0.087-0.17-0.134-0.251 c-0.018-0.03-0.037-0.061-0.056-0.092c-0.142-0.225-0.303-0.429-0.485-0.611c-0.331-0.331-0.646-0.507-0.945-0.53 c-0.042-0.003-0.084-0.003-0.126,0C15.754,25.256,15.699,25.265,15.649,25.281"/> <path fill="%230099CC" d="M12.054,17.592c-0.274-0.201-0.53-0.275-0.77-0.22c-0.02,0.004-0.039,0.009-0.059,0.014l-0.162,0.086 c-0.183,0.144-0.262,0.42-0.237,0.828c0.022,0.355,0.129,0.726,0.321,1.113c0.18,0.377,0.4,0.695,0.658,0.954 c0.383,0.383,0.734,0.541,1.054,0.474c0.03-0.007,0.058-0.015,0.084-0.025c0.054-0.02,0.101-0.048,0.142-0.084 c0.082-0.066,0.142-0.16,0.181-0.282c0.047-0.143,0.064-0.326,0.05-0.547c-0.022-0.355-0.126-0.727-0.312-1.116 c-0.186-0.376-0.408-0.693-0.667-0.951C12.242,17.741,12.147,17.659,12.054,17.592"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="17.9935" y1="21.2901" x2="14.7388" y2="23.1693"> <stop offset="0.3205" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.483,18.866c-0.223-0.511-0.46-0.777-0.711-0.798c-0.203-0.017-0.443,0.138-0.722,0.463 c-0.024,0.03-0.287,0.384-0.789,1.063c-0.346,0.469-0.651,0.8-0.915,0.996v0.003l2.532,4.549c0.396-0.156,0.788-0.231,1.177-0.223 c0.27,0.006,0.575,0.056,0.918,0.151c0.413,0.115,0.653,0.178,0.72,0.187c0.234,0.033,0.429-0.005,0.583-0.114 c0.26-0.184,0.354-0.475,0.282-0.873c-0.058-0.312-0.209-0.663-0.455-1.051l-2.619-4.348l-0.003-0.003H16.483"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.8029" y1="15.8191" x2="15.7743" y2="15.8191"> <stop offset="0.2832" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M15.774,16.939l-0.003-1.453l-0.081-1.891c-0.506,0.132-1.05,0.221-1.632,0.268 c-0.79,0.065-1.542,0.044-2.256-0.064l0.212,3.177C14.502,18.41,15.755,18.398,15.774,16.939"/> <path fill="%2300CCFF" d="M7.804,5.619c0.002,0.007,0.003,0.015,0.003,0.022c0.014,0.119,0.046,0.239,0.095,0.36 c0.309,0.77,1.197,1.327,2.666,1.671c1,0.236,2.08,0.306,3.238,0.209c1.203-0.095,2.254-0.353,3.154-0.775 c0.563-0.258,1.005-0.568,1.325-0.929c0.303-0.33,0.456-0.667,0.457-1.01c0.001-0.006,0.001-0.011,0-0.017 c0.001-0.013,0.001-0.026,0-0.039c-0.006-0.141-0.038-0.283-0.095-0.427c-0.303-0.77-1.192-1.329-2.666-1.679 c-1-0.236-2.08-0.307-3.238-0.212C11.54,2.891,10.488,3.15,9.588,3.572C9.02,3.836,8.575,4.145,8.255,4.498 C7.922,4.866,7.772,5.24,7.804,5.619"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="13.4544" y1="16.0987" x2="15.4147" y2="19.494"> <stop offset="0.2013" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M15.771,15.486l0.003,1.453c-0.019,1.459-1.273,1.471-3.759,0.036l-0.789,0.41 c0.02-0.005,0.039-0.01,0.059-0.014c0.239-0.054,0.496,0.019,0.77,0.22c0.093,0.067,0.188,0.149,0.284,0.245 c0.258,0.258,0.481,0.575,0.667,0.951c0.186,0.389,0.29,0.76,0.312,1.116c0.013,0.221-0.003,0.403-0.05,0.547 c-0.039,0.122-0.099,0.216-0.181,0.282l0.259-0.142c0.264-0.195,0.569-0.527,0.915-0.996c0.502-0.679,0.765-1.033,0.789-1.063 c0.279-0.325,0.52-0.48,0.722-0.463c0.251,0.02,0.488,0.286,0.711,0.798l0.293-0.162c0.021-0.009,0.04-0.019,0.059-0.031 c0.221-0.139,0.322-0.424,0.304-0.853c-0.011-0.355-0.11-0.724-0.296-1.107c-0.18-0.37-0.403-0.679-0.667-0.926 C16.037,15.658,15.902,15.558,15.771,15.486"/> <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="19.2491" y1="23.079" x2="21.2293" y2="26.5087"> <stop offset="0.2237" style="stop-color:%2300CCFF"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_4_)" d="M24.007,24.587c0.147-0.139,0.222-0.37,0.226-0.692c0.006-0.35-0.09-0.719-0.287-1.107 c-0.18-0.359-0.408-0.662-0.683-0.909c-0.377-0.344-0.734-0.491-1.071-0.441c-0.091,0.013-0.171,0.04-0.24,0.081l-2.85,1.698 c0.245,0.389,0.397,0.739,0.455,1.051c0.073,0.398-0.021,0.689-0.282,0.873c-0.154,0.11-0.349,0.148-0.583,0.114 c-0.067-0.009-0.307-0.072-0.72-0.187c-0.342-0.095-0.648-0.145-0.918-0.151c-0.389-0.007-0.781,0.067-1.177,0.223l-0.229,0.139 c0.05-0.016,0.105-0.025,0.165-0.028c0.042-0.003,0.084-0.003,0.126,0c0.3,0.023,0.615,0.199,0.945,0.53 c0.182,0.182,0.344,0.386,0.485,0.611c0.019,0.031,0.037,0.062,0.056,0.092c0.047,0.081,0.092,0.165,0.134,0.251 c0.203,0.4,0.307,0.773,0.312,1.121c0.014,0.331-0.048,0.564-0.187,0.697L24.007,24.587"/> <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="7.8063" y1="9.5336" x2="18.8847" y2="9.5336"> <stop offset="0.2832" style="stop-color:%230099CC"/> <stop offset="1" style="stop-color:%23006699"/> </linearGradient> <path fill="url(%23SVGID_5_)" d="M7.901,6.001c-0.049-0.12-0.081-0.24-0.095-0.36l0.499,5.636c0,0.013,0,0.025,0,0.036 c0.001,0.122,0.018,0.247,0.05,0.374c0.225,0.881,1.06,1.519,2.504,1.913c0.307,0.084,0.621,0.15,0.943,0.198 c0.714,0.108,1.466,0.129,2.256,0.064c0.582-0.046,1.125-0.136,1.632-0.268c0.532-0.136,1.023-0.319,1.473-0.549 c1.217-0.626,1.789-1.34,1.715-2.142l-0.137-5.737c-0.001,0.343-0.154,0.679-0.457,1.01c-0.32,0.361-0.761,0.67-1.325,0.929 c-0.9,0.422-1.951,0.68-3.154,0.775c-1.158,0.097-2.238,0.027-3.238-0.209C9.099,7.328,8.21,6.771,7.901,6.001"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-soa::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M20.938,30.483c-3.831,0-6.994-2.65-7.755-6.259c-1.737-0.65-3.281-1.715-4.504-3.108 c-0.263,0.034-0.528,0.052-0.797,0.052c-3.329,0-6.037-2.708-6.037-6.037c0-2.969,2.154-5.444,4.982-5.945 c1.77-4.044,5.823-6.761,10.317-6.761c6.21,0,11.262,5.052,11.262,11.263c0,1.512-0.31,3.011-0.902,4.401 c0.89,1.305,1.368,2.845,1.368,4.458C28.872,26.924,25.313,30.483,20.938,30.483z"/> <radialGradient id="SVGID_1_" cx="8.2459" cy="15.3861" r="5.8597" fx="11.8158" fy="13.7779" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="7.882" cy="15.131" r="4.037"/> <radialGradient id="SVGID_2_" cx="17.9798" cy="14.2733" r="13.4445" fx="26.1707" fy="10.5835" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%2300CCFF"/> <stop offset="0.7108" style="stop-color:%23006699"/> </radialGradient> <circle fill="url(%23SVGID_2_)" cx="17.144" cy="13.688" r="9.262"/> <radialGradient id="SVGID_3_" cx="21.473" cy="22.9233" r="8.6145" fx="26.7213" fy="20.559" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_3_)" cx="20.937" cy="22.549" r="5.935"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-soa-xml::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="15.072,26.573 13.627,27.486 8.652,23.847 8.787,22.071 6.238,20.246 0.404,10.082 5.642,5.746 10.312,3.442 13.532,5.379 15.575,4.32 21.029,7.508 20.753,9.728 25.442,12.543 32.205,24.269 26.964,27.913 20.241,30.278 "/> <polyline fill="%23006699" points="29.024,23.558 23.674,14.28 20.379,16.26 25.861,25.757 29.024,23.558 "/> <polyline fill="%23006699" points="8.991,10.641 5.88,12.257 10.546,20.379 11.354,19.902 11.362,19.858 11.702,15.348 8.991,10.641 "/> <polygon fill="%23006699" points="18.452,8.782 15.124,10.578 13.725,24.585 16.713,22.698 17.679,15.009 17.252,14.28 17.808,13.968 "/> <polyline fill="%2300CCFF" points="22.595,23.558 22.222,22.917 20.763,23.517 17.712,25.513 22.595,23.558 "/> <polyline fill="%2300CCFF" points="17.252,14.28 20.379,16.26 23.674,14.28 20.535,12.396 17.808,13.968 17.252,14.28 "/> <polygon fill="%2300CCFF" points="6.956,7.774 9.598,9.442 12.857,7.774 10.198,6.175 "/> <polygon fill="%2300CCFF" points="18.452,8.782 15.505,7.059 12.186,8.782 15.124,10.578 "/> <polyline fill="%230099CC" points="20.379,16.26 17.252,14.28 17.679,15.009 22.222,22.917 22.595,23.558 17.712,25.513 20.623,27.6 25.861,25.757 20.379,16.26 "/> <polyline fill="%230099CC" points="11.362,19.858 11.146,22.698 13.725,24.585 15.124,10.578 12.186,8.782 11.702,15.348 11.362,19.858 "/> <polygon fill="%230099CC" points="5.88,12.257 9.598,9.442 6.956,7.774 3.492,10.641 8.06,18.599 10.546,20.379 "/> <path fill="%23333333" d="M8.991,10.641l3.867-2.867L9.598,9.442L5.88,12.257L8.991,10.641z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-soa-rest::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FFFFFF" points="12.973,28.648 12.941,27.114 7.298,23.159 5.781,24.171 2.921,21.603 2.705,18.874 2.021,9.772 10.182,5.853 10.121,3.165 14.623,0.911 26.825,7.323 26.825,9.402 29.082,7.998 28.886,11.089 31.213,12.297 28.709,13.86 28.247,21.102 28.227,21.117 28.1,22.708 25.242,25.276 23.787,24.307 19.928,27.045 19.895,28.665 16.4,31.683 "/> <polygon fill="%23676767" points="25.095,20.371 25.023,22.246 25.783,21.563 25.925,19.789 "/> <polygon fill="%23333333" points="25.023,22.246 24.09,21.626 24.09,21.018 25.095,20.371 "/> <polygon fill="%2300CCFF" points="18.889,15.853 14.597,13.416 5.999,18.167 15.349,24.64 15.214,18.109 "/> <polyline fill="%23006699" points="14.597,13.279 14.606,12.85 14.615,7.342 5.44,11.811 5.881,18.089 5.999,18.167 14.597,13.416 14.597,13.279 "/> <polygon fill="%23676767" points="16.278,18.791 16.368,25.01 16.377,25.235 16.368,25.235 16.395,26.609 25.922,19.849 26.391,12.499 "/> <polyline fill="%230099CC" points="14.615,7.333 14.615,7.342 14.606,12.85 14.606,13.269 14.597,13.279 14.597,13.416 18.889,15.853 24.425,12.48 19.358,9.818 19.349,9.818 14.615,7.333 "/> <polygon fill="%230099CC" points="5.44,11.811 4.538,11.227 5.097,18.684 15.385,25.897 16.395,26.609 16.368,25.235 16.368,25.01 16.278,18.791 15.214,18.109 15.349,24.64 5.999,18.167 5.881,18.089 "/> <polyline fill="%2300CCFF" points="14.615,6.387 4.538,11.227 5.44,11.811 14.615,7.342 14.615,7.333 24.425,12.48 18.889,15.853 15.214,18.109 16.278,18.791 26.373,12.489 14.615,6.387 "/> <polygon fill="%23999999" points="5.927,19.266 5.999,21.141 5.238,20.458 5.097,18.684 "/> <polygon fill="%23999999" points="16.4,26.619 16.42,28.495 15.35,27.548 15.314,25.794 "/> <polygon fill="%23676767" points="16.395,26.609 16.42,28.495 17.517,27.548 17.553,25.794 "/> <polygon fill="%23676767" points="5.999,21.141 6.931,20.521 6.931,19.912 5.927,19.266 "/> <polygon fill="%2300CCFF" points="22.413,9.884 22.484,13.662 24.425,12.48 24.425,8.773 14.597,3.609 12.556,4.631 "/> <polygon fill="%230099CC" points="12.774,14.423 12.556,4.631 22.413,9.884 22.484,13.662 17.117,16.941 "/> <polygon fill="%23006699" points="24.425,8.773 22.413,9.884 22.484,13.662 24.425,12.48 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-soa-type::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M21.121,31.489c-4.93,0-8.94-4.011-8.94-8.941c0-0.303,0.017-0.609,0.05-0.916l-1.8-1.242l-2.882,2.184 l-6.57-4.977L0.032,9.532l7.517-3.285l5.732,2.506l5.83-7.461L31.748,17.59l-2.332,1.622c0.426,1.054,0.646,2.182,0.646,3.337 C30.062,27.479,26.052,31.489,21.121,31.489z"/> <path fill="%23676767" d="M7.548,20.065l4.682-3.547l0.674-5.747l-5.356,3.051V20.065z"/> <path fill="%23999999" d="M2.866,16.518l4.682,3.547v-6.243l-5.356-3.051L2.866,16.518z"/> <path fill="%23CCCCCC" d="M12.905,10.771L7.548,8.43l-5.356,2.341l5.356,3.051L12.905,10.771z"/> <path fill="%2300CCFF" d="M9.256,17.15l9.849,6.796V4.549L9.256,17.15z"/> <path fill="%23006699" d="M19.105,23.947l9.772-6.796L19.105,4.549V23.947z"/> <radialGradient id="SVGID_1_" cx="21.7478" cy="22.9868" r="10.0746" fx="27.8856" fy="20.2218" gradientUnits="userSpaceOnUse"> <stop offset="0.3268" style="stop-color:%23CCCCCC"/> <stop offset="0.7108" style="stop-color:%23676767"/> </radialGradient> <circle fill="url(%23SVGID_1_)" cx="21.121" cy="22.549" r="6.941"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}


.hx_tree_icon.sub-tag1::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.982,23.416L6.33,13.276c-2.288-0.57-3.987-2.065-4.522-4.09C1.773,9.058,1.746,8.929,1.723,8.799 c-0.044-0.125-0.084-0.251-0.118-0.38c-0.45-1.7,0.011-3.557,1.265-5.095c1.122-1.376,2.789-2.412,4.694-2.916 c0.827-0.219,1.667-0.33,2.497-0.33c3.286,0,5.955,1.747,6.643,4.347c0.034,0.128,0.062,0.258,0.085,0.389 c0.011,0.031,0.021,0.062,0.032,0.093l12.387,4.304l-1.539,20.542l-3.209,2.246L6.982,23.416z"/> <polygon fill="%23006699" points="27.098,10.595 25.367,11.725 24.22,29.967 25.739,28.741 "/> <polygon fill="%2300CCFF" points="25.367,11.725 27.098,10.595 9.566,4.504 7.827,5.387 "/> <polygon fill="%230099CC" points="7.827,5.387 8.905,22.152 24.221,29.967 25.367,11.725 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-100.3887" y1="162.355" x2="-88.7703" y2="162.355" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.815,6.328l0.254,0.088c-0.007-0.238-0.034-0.476-0.096-0.711 c-0.034-0.129-0.078-0.254-0.128-0.376C14.889,5.661,14.875,5.996,14.815,6.328z"/> <ellipse transform="matrix(0.982 -0.189 0.189 0.982 -1.6828 2.176)" fill="%23333333" cx="10.566" cy="9.91" rx="1.603" ry="2.355"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-100.3887" y1="164.1095" x2="-88.7703" y2="164.1095" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.098,10.216c-0.279,0.109-0.565,0.208-0.865,0.288c-2.923,0.773-5.752-0.216-6.567-2.219 c0.017,0.131,0.041,0.261,0.075,0.391c0.596,2.254,3.594,3.416,6.695,2.595c0.004-0.001,0.009-0.003,0.013-0.004 C10.777,11.009,11.033,10.665,11.098,10.216z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-100.3887" y1="159.9323" x2="-88.7703" y2="159.9323" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.557,4.165C11.035,3.51,13.116,4.402,13.75,5.4c0.007-0.143,0.004-0.282-0.028-0.403 c-0.297-1.123-2.589-2.334-5.368-1.599C5.576,4.133,4.182,6.318,4.479,7.442c0.032,0.121,0.098,0.243,0.175,0.364 C4.712,6.625,6.079,4.82,8.557,4.165z"/> <path fill="%23CCCCCC" d="M10.234,10.504c0.3-0.079,0.586-0.179,0.865-0.288c0.033-0.226,0.022-0.476-0.059-0.758 c-0.097-0.337-0.325-0.522-0.581-0.63c-0.201,0.074-0.395,0.155-0.612,0.212C7.369,9.696,5.288,8.803,4.654,7.806 C4.577,7.685,4.511,7.563,4.479,7.442C4.182,6.318,5.576,4.133,8.354,3.398c2.778-0.735,5.07,0.476,5.368,1.599 c0.032,0.121,0.035,0.26,0.028,0.403c-0.008,0.164-0.042,0.339-0.1,0.523l1.166,0.405c0.06-0.332,0.073-0.667,0.03-1 c-0.017-0.131-0.041-0.261-0.075-0.391c-0.596-2.254-3.594-3.416-6.696-2.595S2.942,5.654,3.538,7.908 c0.034,0.13,0.079,0.255,0.128,0.377C4.481,10.288,7.31,11.277,10.234,10.504z"/> <path fill="%23FFFFFF" d="M19.042,22.989l-2.516-1.07v-6.75l-2.329,1.119v-2.797l2.329-1.126l2.516,1.07V22.989z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-tag2::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.982,23.416L6.33,13.276c-2.288-0.57-3.987-2.065-4.522-4.09C1.773,9.058,1.746,8.929,1.723,8.799 c-0.044-0.125-0.084-0.251-0.118-0.38c-0.45-1.7,0.011-3.557,1.265-5.095c1.122-1.376,2.789-2.412,4.694-2.916 c0.827-0.219,1.667-0.33,2.497-0.33c3.286,0,5.955,1.747,6.643,4.347c0.034,0.128,0.062,0.258,0.085,0.389 c0.011,0.031,0.021,0.062,0.032,0.093l12.387,4.304l-1.539,20.542l-3.209,2.246L6.982,23.416z"/> <polygon fill="%23006699" points="27.098,10.595 25.367,11.725 24.22,29.967 25.739,28.741 "/> <polygon fill="%2300CCFF" points="25.367,11.725 27.098,10.595 9.566,4.504 7.827,5.387 "/> <polygon fill="%230099CC" points="7.827,5.387 8.905,22.152 24.221,29.967 25.367,11.725 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-100.3887" y1="162.355" x2="-88.7703" y2="162.355" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.815,6.328l0.254,0.088c-0.007-0.238-0.034-0.476-0.096-0.711 c-0.034-0.129-0.078-0.254-0.128-0.376C14.889,5.661,14.875,5.996,14.815,6.328z"/> <ellipse transform="matrix(0.982 -0.189 0.189 0.982 -1.6828 2.176)" fill="%23333333" cx="10.566" cy="9.91" rx="1.603" ry="2.355"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-100.3887" y1="164.1095" x2="-88.7703" y2="164.1095" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.098,10.216c-0.279,0.109-0.565,0.208-0.865,0.288c-2.923,0.773-5.752-0.216-6.567-2.219 c0.017,0.131,0.041,0.261,0.075,0.391c0.596,2.254,3.594,3.416,6.695,2.595c0.004-0.001,0.009-0.003,0.013-0.004 C10.777,11.009,11.033,10.665,11.098,10.216z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-100.3887" y1="159.9323" x2="-88.7703" y2="159.9323" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.557,4.165C11.035,3.51,13.116,4.402,13.75,5.4c0.007-0.143,0.004-0.282-0.028-0.403 c-0.297-1.123-2.589-2.334-5.368-1.599C5.576,4.133,4.182,6.318,4.479,7.442c0.032,0.121,0.098,0.243,0.175,0.364 C4.712,6.625,6.079,4.82,8.557,4.165z"/> <path fill="%23CCCCCC" d="M10.234,10.504c0.3-0.079,0.586-0.179,0.865-0.288c0.033-0.226,0.022-0.476-0.059-0.758 c-0.097-0.337-0.325-0.522-0.581-0.63c-0.201,0.074-0.395,0.155-0.612,0.212C7.369,9.696,5.288,8.803,4.654,7.806 C4.577,7.685,4.511,7.563,4.479,7.442C4.182,6.318,5.576,4.133,8.354,3.398c2.778-0.735,5.07,0.476,5.368,1.599 c0.032,0.121,0.035,0.26,0.028,0.403c-0.008,0.164-0.042,0.339-0.1,0.523l1.166,0.405c0.06-0.332,0.073-0.667,0.03-1 c-0.017-0.131-0.041-0.261-0.075-0.391c-0.596-2.254-3.594-3.416-6.696-2.595S2.942,5.654,3.538,7.908 c0.034,0.13,0.079,0.255,0.128,0.377C4.481,10.288,7.31,11.277,10.234,10.504z"/> <path fill="%23FFFFFF" d="M20.477,23.599l-7.18-3.054v-2.367l3.392-1.323c0.379-0.151,0.66-0.301,0.842-0.451 c0.183-0.148,0.273-0.338,0.273-0.567c0-0.302-0.086-0.576-0.258-0.824c-0.173-0.248-0.414-0.438-0.723-0.569 c-0.279-0.119-0.519-0.135-0.715-0.05s-0.296,0.329-0.296,0.729l-2.515-1.07c0-0.713,0.156-1.268,0.471-1.663 c0.314-0.395,0.739-0.616,1.273-0.662c0.534-0.046,1.128,0.07,1.782,0.348c0.494,0.21,0.954,0.479,1.377,0.805 c0.424,0.327,0.796,0.704,1.115,1.131c0.32,0.428,0.567,0.882,0.742,1.362s0.262,0.971,0.262,1.471 c0,0.401-0.092,0.744-0.273,1.028c-0.183,0.285-0.442,0.526-0.779,0.724s-0.738,0.383-1.202,0.555l-1.318,0.494l3.729,1.586V23.599 z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-tag3::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.982,23.416L6.33,13.276c-2.288-0.57-3.987-2.065-4.522-4.09C1.773,9.058,1.746,8.929,1.723,8.799 c-0.044-0.125-0.084-0.251-0.118-0.38c-0.45-1.7,0.011-3.557,1.265-5.095c1.122-1.376,2.789-2.412,4.694-2.916 c0.827-0.219,1.667-0.33,2.497-0.33c3.286,0,5.955,1.747,6.643,4.347c0.034,0.128,0.062,0.258,0.085,0.389 c0.011,0.031,0.021,0.062,0.032,0.093l12.387,4.304l-1.539,20.542l-3.209,2.246L6.982,23.416z"/> <polygon fill="%23006699" points="27.098,10.595 25.367,11.725 24.22,29.967 25.739,28.741 "/> <polygon fill="%2300CCFF" points="25.367,11.725 27.098,10.595 9.566,4.504 7.827,5.387 "/> <polygon fill="%230099CC" points="7.827,5.387 8.905,22.152 24.221,29.967 25.367,11.725 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-100.3887" y1="162.355" x2="-88.7703" y2="162.355" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.815,6.328l0.254,0.088c-0.007-0.238-0.034-0.476-0.096-0.711 c-0.034-0.129-0.078-0.254-0.128-0.376C14.889,5.661,14.875,5.996,14.815,6.328z"/> <ellipse transform="matrix(0.982 -0.189 0.189 0.982 -1.6828 2.176)" fill="%23333333" cx="10.566" cy="9.91" rx="1.603" ry="2.355"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-100.3887" y1="164.1095" x2="-88.7703" y2="164.1095" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.098,10.216c-0.279,0.109-0.565,0.208-0.865,0.288c-2.923,0.773-5.752-0.216-6.567-2.219 c0.017,0.131,0.041,0.261,0.075,0.391c0.596,2.254,3.594,3.416,6.695,2.595c0.004-0.001,0.009-0.003,0.013-0.004 C10.777,11.009,11.033,10.665,11.098,10.216z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-100.3887" y1="159.9323" x2="-88.7703" y2="159.9323" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.557,4.165C11.035,3.51,13.116,4.402,13.75,5.4c0.007-0.143,0.004-0.282-0.028-0.403 c-0.297-1.123-2.589-2.334-5.368-1.599C5.576,4.133,4.182,6.318,4.479,7.442c0.032,0.121,0.098,0.243,0.175,0.364 C4.712,6.625,6.079,4.82,8.557,4.165z"/> <path fill="%23CCCCCC" d="M10.234,10.504c0.3-0.079,0.586-0.179,0.865-0.288c0.033-0.226,0.022-0.476-0.059-0.758 c-0.097-0.337-0.325-0.522-0.581-0.63c-0.201,0.074-0.395,0.155-0.612,0.212C7.369,9.696,5.288,8.803,4.654,7.806 C4.577,7.685,4.511,7.563,4.479,7.442C4.182,6.318,5.576,4.133,8.354,3.398c2.778-0.735,5.07,0.476,5.368,1.599 c0.032,0.121,0.035,0.26,0.028,0.403c-0.008,0.164-0.042,0.339-0.1,0.523l1.166,0.405c0.06-0.332,0.073-0.667,0.03-1 c-0.017-0.131-0.041-0.261-0.075-0.391c-0.596-2.254-3.594-3.416-6.696-2.595S2.942,5.654,3.538,7.908 c0.034,0.13,0.079,0.255,0.128,0.377C4.481,10.288,7.31,11.277,10.234,10.504z"/> <path fill="%23FFFFFF" d="M20.544,21.059c0,0.578-0.096,1.047-0.288,1.408c-0.192,0.36-0.454,0.614-0.783,0.76 c-0.33,0.146-0.718,0.2-1.165,0.161s-0.912-0.161-1.396-0.367c-0.469-0.2-0.917-0.457-1.344-0.771 c-0.427-0.313-0.815-0.691-1.165-1.131c-0.35-0.44-0.625-0.932-0.827-1.476c-0.202-0.543-0.304-1.122-0.304-1.736l2.516,1.07 c0,0.384,0.106,0.725,0.318,1.023c0.212,0.298,0.48,0.516,0.804,0.654c0.34,0.144,0.61,0.157,0.813,0.038s0.304-0.378,0.304-0.778 c0-0.353-0.108-0.687-0.322-1.001c-0.215-0.315-0.494-0.545-0.839-0.692l-0.352-0.149v-2.273l0.352,0.149 c0.35,0.148,0.61,0.151,0.783,0.009s0.259-0.357,0.259-0.644c0-0.344-0.098-0.652-0.292-0.925c-0.195-0.272-0.43-0.468-0.705-0.584 c-0.274-0.117-0.509-0.12-0.704-0.01c-0.194,0.11-0.292,0.329-0.292,0.657l-2.516-1.07c0-0.692,0.155-1.233,0.464-1.623 c0.31-0.389,0.73-0.609,1.262-0.662c0.532-0.052,1.127,0.061,1.786,0.341c0.66,0.281,1.258,0.678,1.797,1.195 c0.539,0.516,0.96,1.097,1.262,1.744c0.302,0.646,0.453,1.291,0.453,1.932c0,0.98-0.379,1.562-1.138,1.745 c0.225,0.251,0.431,0.525,0.618,0.821s0.34,0.63,0.46,1.004C20.485,20.248,20.544,20.643,20.544,21.059z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-tag4::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.982,23.416L6.33,13.276c-2.288-0.57-3.987-2.065-4.522-4.09C1.773,9.058,1.746,8.929,1.723,8.799 c-0.044-0.125-0.084-0.251-0.118-0.38c-0.45-1.7,0.011-3.557,1.265-5.095c1.122-1.376,2.789-2.412,4.694-2.916 c0.827-0.219,1.667-0.33,2.497-0.33c3.286,0,5.955,1.747,6.643,4.347c0.034,0.128,0.062,0.258,0.085,0.389 c0.011,0.031,0.021,0.062,0.032,0.093l12.387,4.304l-1.539,20.542l-3.209,2.246L6.982,23.416z"/> <polygon fill="%23006699" points="27.098,10.595 25.367,11.725 24.22,29.967 25.739,28.741 "/> <polygon fill="%2300CCFF" points="25.367,11.725 27.098,10.595 9.566,4.504 7.827,5.387 "/> <polygon fill="%230099CC" points="7.827,5.387 8.905,22.152 24.221,29.967 25.367,11.725 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-100.3887" y1="162.355" x2="-88.7703" y2="162.355" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.815,6.328l0.254,0.088c-0.007-0.238-0.034-0.476-0.096-0.711 c-0.034-0.129-0.078-0.254-0.128-0.376C14.889,5.661,14.875,5.996,14.815,6.328z"/> <ellipse transform="matrix(0.982 -0.189 0.189 0.982 -1.6828 2.176)" fill="%23333333" cx="10.566" cy="9.91" rx="1.603" ry="2.355"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-100.3887" y1="164.1095" x2="-88.7703" y2="164.1095" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.098,10.216c-0.279,0.109-0.565,0.208-0.865,0.288c-2.923,0.773-5.752-0.216-6.567-2.219 c0.017,0.131,0.041,0.261,0.075,0.391c0.596,2.254,3.594,3.416,6.695,2.595c0.004-0.001,0.009-0.003,0.013-0.004 C10.777,11.009,11.033,10.665,11.098,10.216z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-100.3887" y1="159.9323" x2="-88.7703" y2="159.9323" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.557,4.165C11.035,3.51,13.116,4.402,13.75,5.4c0.007-0.143,0.004-0.282-0.028-0.403 c-0.297-1.123-2.589-2.334-5.368-1.599C5.576,4.133,4.182,6.318,4.479,7.442c0.032,0.121,0.098,0.243,0.175,0.364 C4.712,6.625,6.079,4.82,8.557,4.165z"/> <path fill="%23CCCCCC" d="M10.234,10.504c0.3-0.079,0.586-0.179,0.865-0.288c0.033-0.226,0.022-0.476-0.059-0.758 c-0.097-0.337-0.325-0.522-0.581-0.63c-0.201,0.074-0.395,0.155-0.612,0.212C7.369,9.696,5.288,8.803,4.654,7.806 C4.577,7.685,4.511,7.563,4.479,7.442C4.182,6.318,5.576,4.133,8.354,3.398c2.778-0.735,5.07,0.476,5.368,1.599 c0.032,0.121,0.035,0.26,0.028,0.403c-0.008,0.164-0.042,0.339-0.1,0.523l1.166,0.405c0.06-0.332,0.073-0.667,0.03-1 c-0.017-0.131-0.041-0.261-0.075-0.391c-0.596-2.254-3.594-3.416-6.696-2.595S2.942,5.654,3.538,7.908 c0.034,0.13,0.079,0.255,0.128,0.377C4.481,10.288,7.31,11.277,10.234,10.504z"/> <path fill="%23FFFFFF" d="M21.136,22.395l-1.122-0.477v2.453l-2.389-1.016v-2.453l-4.74-2.016v-2.492l3.542-5.884l2.718,1.155 l-3.549,5.882l2.029,0.863v-1.82l2.389,1.016v1.82l1.122,0.477V22.395z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-tag5::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.982,23.416L6.33,13.276c-2.288-0.57-3.987-2.065-4.522-4.09C1.773,9.058,1.746,8.929,1.723,8.799 c-0.044-0.125-0.084-0.251-0.118-0.38c-0.45-1.7,0.011-3.557,1.265-5.095c1.122-1.376,2.789-2.412,4.694-2.916 c0.827-0.219,1.667-0.33,2.497-0.33c3.286,0,5.955,1.747,6.643,4.347c0.034,0.128,0.062,0.258,0.085,0.389 c0.011,0.031,0.021,0.062,0.032,0.093l12.387,4.304l-1.539,20.542l-3.209,2.246L6.982,23.416z"/> <polygon fill="%23006699" points="27.098,10.595 25.367,11.725 24.22,29.967 25.739,28.741 "/> <polygon fill="%2300CCFF" points="25.367,11.725 27.098,10.595 9.566,4.504 7.827,5.387 "/> <polygon fill="%230099CC" points="7.827,5.387 8.905,22.152 24.221,29.967 25.367,11.725 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-100.3887" y1="162.355" x2="-88.7703" y2="162.355" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.815,6.328l0.254,0.088c-0.007-0.238-0.034-0.476-0.096-0.711 c-0.034-0.129-0.078-0.254-0.128-0.376C14.889,5.661,14.875,5.996,14.815,6.328z"/> <ellipse transform="matrix(0.982 -0.189 0.189 0.982 -1.6828 2.176)" fill="%23333333" cx="10.566" cy="9.91" rx="1.603" ry="2.355"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-100.3887" y1="164.1095" x2="-88.7703" y2="164.1095" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.098,10.216c-0.279,0.109-0.565,0.208-0.865,0.288c-2.923,0.773-5.752-0.216-6.567-2.219 c0.017,0.131,0.041,0.261,0.075,0.391c0.596,2.254,3.594,3.416,6.695,2.595c0.004-0.001,0.009-0.003,0.013-0.004 C10.777,11.009,11.033,10.665,11.098,10.216z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-100.3887" y1="159.9323" x2="-88.7703" y2="159.9323" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.557,4.165C11.035,3.51,13.116,4.402,13.75,5.4c0.007-0.143,0.004-0.282-0.028-0.403 c-0.297-1.123-2.589-2.334-5.368-1.599C5.576,4.133,4.182,6.318,4.479,7.442c0.032,0.121,0.098,0.243,0.175,0.364 C4.712,6.625,6.079,4.82,8.557,4.165z"/> <path fill="%23CCCCCC" d="M10.234,10.504c0.3-0.079,0.586-0.179,0.865-0.288c0.033-0.226,0.022-0.476-0.059-0.758 c-0.097-0.337-0.325-0.522-0.581-0.63c-0.201,0.074-0.395,0.155-0.612,0.212C7.369,9.696,5.288,8.803,4.654,7.806 C4.577,7.685,4.511,7.563,4.479,7.442C4.182,6.318,5.576,4.133,8.354,3.398c2.778-0.735,5.07,0.476,5.368,1.599 c0.032,0.121,0.035,0.26,0.028,0.403c-0.008,0.164-0.042,0.339-0.1,0.523l1.166,0.405c0.06-0.332,0.073-0.667,0.03-1 c-0.017-0.131-0.041-0.261-0.075-0.391c-0.596-2.254-3.594-3.416-6.696-2.595S2.942,5.654,3.538,7.908 c0.034,0.13,0.079,0.255,0.128,0.377C4.481,10.288,7.31,11.277,10.234,10.504z"/> <path fill="%23FFFFFF" d="M20.676,20.636c0,0.474-0.028,0.867-0.083,1.18c-0.055,0.313-0.157,0.582-0.304,0.809 c-0.146,0.227-0.357,0.423-0.628,0.592c-0.272,0.168-0.622,0.252-1.049,0.253c-0.427,0-0.919-0.118-1.478-0.355 c-0.57-0.243-1.074-0.552-1.513-0.929c-0.439-0.377-0.799-0.766-1.078-1.166c-0.24-0.352-0.426-0.7-0.558-1.042 c-0.132-0.342-0.223-0.654-0.273-0.936c-0.049-0.282-0.09-0.617-0.12-1.004l2.516,1.07c0.08,0.836,0.422,1.383,1.026,1.64 c0.284,0.121,0.519,0.124,0.704,0.01c0.215-0.132,0.322-0.529,0.322-1.191c0-0.411-0.042-0.752-0.123-1.021 c-0.083-0.27-0.201-0.486-0.353-0.65c-0.152-0.163-0.336-0.291-0.55-0.382c-0.325-0.138-0.557-0.159-0.697-0.062 c-0.14,0.096-0.25,0.243-0.33,0.438l-2.313-0.984v-6.703l6.648,2.828v2.367l-4.365-1.856v1.766c0.115-0.055,0.314-0.072,0.599-0.05 c0.285,0.022,0.574,0.096,0.869,0.221c0.454,0.193,0.863,0.439,1.228,0.737c0.365,0.299,0.661,0.621,0.891,0.969 c0.284,0.417,0.501,0.819,0.647,1.205c0.147,0.386,0.245,0.76,0.292,1.121C20.651,19.87,20.676,20.246,20.676,20.636z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-tag6::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.983,23.416L6.898,7.493c0.051-2.396,3.463-3.306,3.473-3.275l18.837,4.992L27.67,29.753l-3.209,2.246 L6.983,23.416z"/> <polygon fill="%23006699" points="27.099,10.595 25.368,11.725 24.221,29.967 25.74,28.741 "/> <polygon fill="%2300CCFF" points="25.368,11.725 27.099,10.595 9.567,4.504 7.828,5.387 "/> <polygon fill="%230099CC" points="7.828,5.387 8.906,22.152 24.222,29.967 25.368,11.725 "/> <ellipse transform="matrix(0.982 -0.189 0.189 0.982 -1.6828 2.1762)" fill="%23333333" cx="10.567" cy="9.91" rx="1.603" ry="2.355"/> <path fill="%23FFFFFF" d="M20.773,21.091c0,0.803-0.17,1.413-0.51,1.831c-0.339,0.418-0.793,0.646-1.362,0.682 c-0.569,0.037-1.203-0.094-1.901-0.391c-1.079-0.459-1.977-1.163-2.692-2.114c-0.716-0.95-1.074-2.022-1.074-3.214 c0-0.734,0.094-1.351,0.28-1.85c0.188-0.498,0.496-1.07,0.925-1.716l2.06-3.062l2.71,1.153l-2.532,3.549 c0.23-0.033,0.589,0.054,1.078,0.262c0.385,0.164,0.757,0.397,1.116,0.701c0.36,0.305,0.681,0.668,0.965,1.09 c0.285,0.423,0.512,0.897,0.682,1.423C20.688,19.961,20.773,20.513,20.773,21.091z M18.256,20.025c0-0.452-0.117-0.856-0.351-1.213 c-0.235-0.357-0.537-0.614-0.906-0.771c-0.365-0.155-0.664-0.153-0.899,0.004c-0.234,0.157-0.352,0.461-0.352,0.913 s0.118,0.857,0.352,1.214c0.235,0.356,0.534,0.612,0.899,0.768c0.369,0.157,0.671,0.157,0.906,0 C18.14,20.783,18.256,20.478,18.256,20.025z"/> <ellipse transform="matrix(0.982 -0.189 0.189 0.982 -0.6926 1.1716)" fill="%23333333" cx="5.795" cy="4.217" rx="1.441" ry="2.118"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-100.3878" y1="164.1098" x2="-88.7694" y2="164.1098" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M11.099,10.216c-0.279,0.109-0.565,0.208-0.865,0.288c-2.923,0.773-5.752-0.216-6.567-2.219 c0.017,0.131,0.041,0.261,0.075,0.391c0.596,2.254,3.594,3.416,6.695,2.595c0.004-0.001,0.009-0.003,0.013-0.004 C10.778,11.009,11.034,10.665,11.099,10.216z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-100.3878" y1="160.0903" x2="-88.7694" y2="160.0903" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M6.486,4.219C4.973,5.195,4.26,6.609,4.48,7.442c0.032,0.121,0.098,0.243,0.175,0.364 c0.032-0.661,0.49-1.514,1.309-2.256L5.951,5.545C5.951,5.545,6.621,4.83,6.486,4.219z"/> <path fill="%23CCCCCC" d="M10.46,8.828c-0.201,0.074-0.395,0.155-0.612,0.212C7.37,9.696,5.289,8.803,4.655,7.806 C4.578,7.685,4.512,7.563,4.48,7.442C4.26,6.609,4.973,5.195,6.486,4.219c-0.029-0.13-0.081-0.257-0.199-0.37 C5.982,3.558,5.633,3.584,5.339,3.694c-1.441,1.145-2.193,2.73-1.8,4.214c0.034,0.13,0.078,0.255,0.128,0.377 c0.815,2.003,3.644,2.992,6.567,2.219c0.3-0.079,0.586-0.179,0.865-0.288c0.033-0.226,0.023-0.476-0.059-0.758 C10.944,9.121,10.715,8.936,10.46,8.828z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-tag7::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.98225,23.41606L6.3299,13.27641c-2.2876-0.57031-3.98682-2.06494-4.52246-4.08984 C1.77326,9.05766,1.74543,8.92875,1.72248,8.79936C1.67805,8.67485,1.6385,8.54838,1.60432,8.41899 C1.15461,6.71928,1.61555,4.86186,2.86945,3.32377C3.99104,1.9478,5.65803,0.91215,7.5633,0.40825 c0.82666-0.21875,1.66699-0.32959,2.49707-0.32959c3.28564,0,5.95508,1.74707,6.64307,4.34717 c0.03418,0.12793,0.06201,0.25781,0.08545,0.38867c0.01074,0.03076,0.02148,0.06152,0.03174,0.09277l12.38672,4.30371 l-1.53857,20.54199l-3.20876,2.24621L6.98225,23.41606z"/> <polygon fill="%23006699" points="27.099,10.595 25.368,11.725 24.221,29.967 25.74,28.741 "/> <polygon fill="%2300CCFF" points="25.36685,11.72473 27.09808,10.59546 9.56552,4.50356 7.82669,5.38717 "/> <polygon fill="%230099CC" points="7.8267,5.38718 8.90492,22.15166 24.22036,29.96712 25.36686,11.72464 "/> <path fill="none" d="M13.7498,5.39988c-0.63395-0.99751-2.71504-1.89024-5.19298-1.23484 C6.079,4.82048,4.71149,6.62539,4.65358,7.80585C5.28747,8.80342,7.36857,9.6962,9.8465,9.04075 c0.21782-0.05763,0.41175-0.13818,0.61239-0.21242C9.96295,8.61967,9.35688,8.72486,9.35688,8.72486l3.14738-3.20017 l1.14525,0.39792C13.70799,5.73887,13.74178,5.56411,13.7498,5.39988z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-100.38891" y1="162.355" x2="-88.77053" y2="162.355" gradientTransform="matrix(0.96675 -0.25571 0.25571 0.96675 59.3159 -173.7999)"> <stop offset="0.38431" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.81523,6.32765l0.25389,0.08823c-0.00677-0.23824-0.03396-0.47614-0.0962-0.71137 c-0.03425-0.12947-0.07845-0.25434-0.12811-0.37642C14.88856,5.6607,14.87513,5.99554,14.81523,6.32765z"/> <ellipse transform="matrix(0.98197 -0.18904 0.18904 0.98197 -1.6828 2.17601)" fill="%23333333" cx="10.56558" cy="9.90952" rx="1.60286" ry="2.35493"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-100.38891" y1="164.10947" x2="-88.77053" y2="164.10947" gradientTransform="matrix(0.96675 -0.25571 0.25571 0.96675 59.3159 -173.7999)"> <stop offset="0.38431" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.0983,10.21609c-0.27857,0.10888-0.565,0.20821-0.86497,0.28756 c-2.9233,0.77326-5.75223-0.21554-6.56725-2.2187c0.01718,0.13067,0.0405,0.26105,0.07475,0.39053 c0.59617,2.25386,3.59383,3.41589,6.69547,2.59546c0.00449-0.00119,0.0087-0.00279,0.0132-0.00398 C10.77706,11.00904,11.03271,10.66527,11.0983,10.21609z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-100.38891" y1="159.93221" x2="-88.77053" y2="159.93221" gradientTransform="matrix(0.96675 -0.25571 0.25571 0.96675 59.3159 -173.7999)"> <stop offset="0.38431" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.55682,4.16503c2.47794-0.65539,4.55903,0.23733,5.19298,1.23484 c0.007-0.14301,0.00375-0.28159-0.02833-0.40299c-0.29706-1.12323-2.58943-2.33396-5.36756-1.59915 C5.57572,4.13261,4.18182,6.31843,4.47894,7.44166c0.03208,0.1214,0.09785,0.24336,0.17464,0.36419 C4.71149,6.62539,6.079,4.82048,8.55682,4.16503z"/> <path fill="%23CCCCCC" d="M10.23333,10.50365c0.29996-0.07936,0.58639-0.17868,0.86497-0.28756 c0.03299-0.22584,0.02247-0.47557-0.05888-0.75825c-0.09688-0.33677-0.32517-0.52211-0.58053-0.62951 c-0.20064,0.07424-0.39457,0.15479-0.61239,0.21242C7.36857,9.6962,5.28747,8.80342,4.65358,7.80585 c-0.0768-0.12083-0.14256-0.24279-0.17464-0.36419C4.18182,6.31843,5.57572,4.13261,8.35391,3.39774 c2.77813-0.73481,5.0705,0.47592,5.36756,1.59915c0.03208,0.1214,0.03533,0.25997,0.02833,0.40299 c-0.00802,0.16423-0.04181,0.33899-0.10029,0.52273l1.16573,0.40504c0.0599-0.33211,0.07333-0.66694,0.02958-0.99956 c-0.01718-0.13078-0.04056-0.26128-0.07481-0.39087c-0.59617-2.2538-3.59389-3.41583-6.69553-2.59541 S2.94174,5.65439,3.53786,7.90819c0.03425,0.12959,0.0785,0.25457,0.12822,0.37676 C4.4811,10.28811,7.31003,11.27692,10.23333,10.50365z"/> <path fill="%23FFFFFF" d="M20.99365,16.4268l-3.78613,7.4209l-2.72363-1.15869l3.78418-7.42139l-2.58984-1.10156v1.79688 l-2.38867-1.01611v-4.16406l7.7041,3.27686V16.4268z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-check::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.983,23.416l-0.652-10.14c-2.288-0.57-3.987-2.065-4.522-4.09C1.774,9.058,1.746,8.929,1.723,8.799 c-0.044-0.125-0.084-0.251-0.118-0.38c-0.45-1.7,0.011-3.557,1.265-5.095c1.122-1.376,2.789-2.412,4.694-2.916 c0.827-0.219,1.667-0.33,2.497-0.33c3.286,0,5.955,1.747,6.643,4.347c0.034,0.128,0.062,0.258,0.085,0.389 c0.011,0.031,0.021,0.062,0.032,0.093l12.387,4.304L27.67,29.753l-3.209,2.246L6.983,23.416z"/> <polygon fill="%23006600" points="27.099,10.595 25.368,11.725 24.221,29.967 25.74,28.741 "/> <polygon fill="%2300FF00" points="25.368,11.725 27.099,10.595 9.566,4.504 7.827,5.387 "/> <polygon fill="%2300CC33" points="7.827,5.387 8.906,22.152 24.221,29.967 25.368,11.725 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-100.3882" y1="162.3552" x2="-88.7698" y2="162.3552" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.816,6.328l0.254,0.088c-0.007-0.238-0.034-0.476-0.096-0.711 c-0.034-0.129-0.078-0.254-0.128-0.376C14.889,5.661,14.876,5.996,14.816,6.328z"/> <ellipse transform="matrix(0.982 -0.189 0.189 0.982 -1.6828 2.1762)" fill="%23333333" cx="10.566" cy="9.91" rx="1.603" ry="2.355"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-100.3882" y1="164.1097" x2="-88.7698" y2="164.1097" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.099,10.216c-0.279,0.109-0.565,0.208-0.865,0.288c-2.923,0.773-5.752-0.216-6.567-2.219 c0.017,0.131,0.041,0.261,0.075,0.391c0.596,2.254,3.594,3.416,6.695,2.595c0.004-0.001,0.009-0.003,0.013-0.004 C10.778,11.009,11.033,10.665,11.099,10.216z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-100.3882" y1="159.9324" x2="-88.7698" y2="159.9324" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.558,4.165c2.478-0.655,4.559,0.237,5.193,1.235c0.007-0.143,0.004-0.282-0.028-0.403 c-0.297-1.123-2.589-2.334-5.368-1.599C5.576,4.133,4.183,6.318,4.48,7.442c0.032,0.121,0.098,0.243,0.175,0.364 C4.712,6.625,6.08,4.82,8.558,4.165z"/> <path fill="%23CCCCCC" d="M10.234,10.504c0.3-0.079,0.586-0.179,0.865-0.288c0.033-0.226,0.022-0.476-0.059-0.758 c-0.097-0.337-0.325-0.522-0.581-0.63c-0.201,0.074-0.395,0.155-0.612,0.212C7.369,9.696,5.288,8.803,4.654,7.806 C4.578,7.685,4.512,7.563,4.48,7.442C4.183,6.318,5.576,4.133,8.355,3.398c2.778-0.735,5.07,0.476,5.368,1.599 c0.032,0.121,0.035,0.26,0.028,0.403c-0.008,0.164-0.042,0.339-0.1,0.523l1.166,0.405c0.06-0.332,0.073-0.667,0.03-1 c-0.017-0.131-0.041-0.261-0.075-0.391c-0.596-2.254-3.594-3.416-6.696-2.595S2.943,5.654,3.539,7.908 c0.034,0.13,0.079,0.255,0.128,0.377C4.482,10.288,7.311,11.277,10.234,10.504z"/> <polygon fill="%23FFFFFF" points="15.299,23.539 10.621,16.23 12.188,14.436 15.299,19.296 21.833,11.816 23.4,14.263 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-tag-question::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.98205,23.41606L6.32971,13.27641c-2.2876-0.57031-3.98682-2.06494-4.52246-4.08984 C1.77307,9.05766,1.74524,8.92875,1.72229,8.79936C1.67786,8.67485,1.6383,8.54838,1.60412,8.41899 C1.15442,6.71928,1.61536,4.86186,2.86926,3.32377C3.99084,1.9478,5.65784,0.91215,7.56311,0.40825 C8.38977,0.1895,9.2301,0.07866,10.06018,0.07866c3.28564,0,5.95508,1.74707,6.64307,4.34717 c0.03418,0.12793,0.06201,0.25781,0.08545,0.38867c0.01074,0.03076,0.02148,0.06152,0.03174,0.09277l12.38672,4.30371 l-1.53857,20.54199l-3.20876,2.24621L6.98205,23.41606z"/> <polygon fill="%23006699" points="27.099,10.595 25.368,11.725 24.221,29.967 25.74,28.741 "/> <polygon fill="%2300CCFF" points="25.36665,11.72473 27.09789,10.59546 9.56532,4.50356 7.8265,5.38717 "/> <polygon fill="%230099CC" points="7.82651,5.38718 8.90473,22.15166 24.22017,29.96712 25.36667,11.72464 "/> <path fill="none" d="M13.74961,5.39988c-0.63395-0.99751-2.71504-1.89024-5.19298-1.23484 C6.07881,4.82048,4.7113,6.62539,4.65339,7.80585c0.63389,0.99757,2.71498,1.89035,5.19292,1.2349 c0.21782-0.05763,0.41175-0.13818,0.61239-0.21242C9.96276,8.61967,9.35669,8.72486,9.35669,8.72486l3.14738-3.20017 l1.14525,0.39792C13.70779,5.73887,13.74158,5.56411,13.74961,5.39988z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-100.3891" y1="162.35493" x2="-88.77071" y2="162.35493" gradientTransform="matrix(0.96675 -0.25571 0.25571 0.96675 59.3159 -173.7999)"> <stop offset="0.38431" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.81504,6.32765l0.25389,0.08823c-0.00677-0.23824-0.03396-0.47614-0.0962-0.71137 c-0.03425-0.12947-0.07845-0.25434-0.12811-0.37642C14.88837,5.6607,14.87494,5.99554,14.81504,6.32765z"/> <ellipse transform="matrix(0.98197 -0.18904 0.18904 0.98197 -1.68281 2.17597)" fill="%23333333" cx="10.56538" cy="9.90952" rx="1.60286" ry="2.35493"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-100.3891" y1="164.10942" x2="-88.77071" y2="164.10942" gradientTransform="matrix(0.96675 -0.25571 0.25571 0.96675 59.3159 -173.7999)"> <stop offset="0.38431" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.09811,10.21609c-0.27857,0.10888-0.565,0.20821-0.86496,0.28756 c-2.9233,0.77326-5.75223-0.21554-6.56725-2.2187c0.01718,0.13067,0.0405,0.26105,0.07475,0.39053 c0.59617,2.25386,3.59383,3.41589,6.69547,2.59546c0.00449-0.00119,0.0087-0.00279,0.0132-0.00398 C10.77687,11.00904,11.03252,10.66527,11.09811,10.21609z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-100.3891" y1="159.93216" x2="-88.77071" y2="159.93216" gradientTransform="matrix(0.96675 -0.25571 0.25571 0.96675 59.3159 -173.7999)"> <stop offset="0.38431" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.55663,4.16503c2.47794-0.65539,4.55903,0.23733,5.19298,1.23484 c0.007-0.14301,0.00375-0.28159-0.02833-0.40299c-0.29706-1.12323-2.58943-2.33396-5.36756-1.59915 C5.57553,4.13261,4.18163,6.31843,4.47875,7.44166c0.03208,0.1214,0.09785,0.24336,0.17464,0.36419 C4.7113,6.62539,6.07881,4.82048,8.55663,4.16503z"/> <path fill="%23CCCCCC" d="M10.23314,10.50365c0.29996-0.07936,0.58639-0.17868,0.86496-0.28756 c0.033-0.22584,0.02247-0.47557-0.05888-0.75825c-0.09688-0.33677-0.32516-0.52211-0.58053-0.62951 c-0.20064,0.07424-0.39457,0.15479-0.61239,0.21242C7.36838,9.6962,5.28728,8.80342,4.65339,7.80585 c-0.0768-0.12083-0.14256-0.24279-0.17464-0.36419C4.18163,6.31843,5.57553,4.13261,8.35371,3.39774 c2.77813-0.73481,5.0705,0.47592,5.36756,1.59915c0.03208,0.1214,0.03533,0.25997,0.02833,0.40299 c-0.00802,0.16423-0.04181,0.33899-0.10029,0.52273l1.16573,0.40504c0.0599-0.33211,0.07333-0.66694,0.02958-0.99956 c-0.01718-0.13078-0.04056-0.26128-0.07481-0.39087c-0.59618-2.2538-3.59389-3.41583-6.69553-2.59541 S2.94155,5.65439,3.53767,7.90819c0.03425,0.12959,0.0785,0.25457,0.12822,0.37676 C4.48091,10.28811,7.30984,11.27692,10.23314,10.50365z"/> <path fill="%23FFFFFF" d="M20.24072,16.73393c0,0.66162-0.26074,1.23291-0.78125,1.71484l-1.05859,0.94043 c-0.08496,0.06836-0.15283,0.16162-0.20313,0.28076s-0.0752,0.23633-0.0752,0.35059v0.14844l-2.50928-1.06689v-0.36719 c0-0.35938,0.04688-0.65723,0.14209-0.89258c0.09424-0.23633,0.25635-0.44336,0.48438-0.62207l1.06787-0.85889 c0.27734-0.20996,0.41748-0.44727,0.41748-0.71289c0-0.29688-0.07715-0.56641-0.23145-0.80908 c-0.15381-0.24219-0.3833-0.42871-0.68604-0.55762c-0.30811-0.13086-0.53809-0.1377-0.68994-0.02002 c-0.15088,0.11865-0.22754,0.33057-0.22754,0.6377L13.375,13.82963c0-0.53613,0.09082-0.97803,0.27295-1.3252 c0.18262-0.34668,0.42676-0.5957,0.7334-0.74707c0.30713-0.15039,0.66943-0.21191,1.08643-0.18604 c0.41602,0.02588,0.86475,0.14111,1.34375,0.34473c0.96338,0.40967,1.77539,1.0498,2.43701,1.91943 C19.91016,14.70561,20.24072,15.67143,20.24072,16.73393z"/> <path fill="%23FFFFFF" d="M18.32373,22.57475c0,0.40625-0.14209,0.70068-0.42676,0.88086 c-0.28418,0.18164-0.62646,0.18701-1.02539,0.01758c-0.39453-0.16797-0.73682-0.46484-1.02637-0.88965 s-0.43408-0.84082-0.43408-1.24707c0-0.41113,0.14453-0.70703,0.43408-0.88574s0.63184-0.18457,1.02637-0.0166 c0.39893,0.16943,0.74121,0.4668,1.02539,0.88867C18.18164,21.74663,18.32373,22.16362,18.32373,22.57475z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-error::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.983,23.416L6.33,13.276c-2.288-0.57-3.987-2.065-4.522-4.09C1.774,9.058,1.746,8.929,1.723,8.799 c-0.044-0.125-0.084-0.251-0.118-0.38c-0.45-1.7,0.011-3.557,1.265-5.095c1.122-1.376,2.789-2.412,4.694-2.916 c0.827-0.219,1.667-0.33,2.497-0.33c3.286,0,5.955,1.747,6.643,4.347c0.034,0.128,0.062,0.258,0.085,0.389 c0.011,0.031,0.021,0.062,0.032,0.093l12.387,4.304l-1.539,20.542l-3.209,2.246L6.983,23.416z"/> <polygon fill="%23990000" points="27.098,10.595 25.367,11.725 24.221,29.967 25.739,28.741 "/> <polygon fill="%23FF0000" points="25.367,11.725 27.098,10.595 9.566,4.504 7.827,5.387 "/> <polygon fill="%23CC0000" points="7.827,5.387 8.905,22.152 24.221,29.967 25.367,11.725 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-100.3885" y1="162.3551" x2="-88.7702" y2="162.3551" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.816,6.328l0.254,0.088c-0.007-0.238-0.034-0.476-0.096-0.711 c-0.034-0.129-0.078-0.254-0.128-0.376C14.889,5.661,14.876,5.996,14.816,6.328z"/> <ellipse transform="matrix(0.982 -0.189 0.189 0.982 -1.6828 2.1761)" fill="%23333333" cx="10.566" cy="9.91" rx="1.603" ry="2.355"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-100.3885" y1="164.1096" x2="-88.7702" y2="164.1096" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.099,10.216c-0.279,0.109-0.565,0.208-0.865,0.288c-2.923,0.773-5.752-0.216-6.567-2.219 c0.017,0.131,0.041,0.261,0.075,0.391c0.596,2.254,3.594,3.416,6.695,2.595c0.004-0.001,0.009-0.003,0.013-0.004 C10.777,11.009,11.033,10.665,11.099,10.216z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-100.3885" y1="159.9323" x2="-88.7702" y2="159.9323" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.557,4.165C11.035,3.51,13.116,4.402,13.75,5.4c0.007-0.143,0.004-0.282-0.028-0.403 c-0.297-1.123-2.589-2.334-5.368-1.599C5.576,4.133,4.182,6.318,4.479,7.442c0.032,0.121,0.098,0.243,0.175,0.364 C4.712,6.625,6.079,4.82,8.557,4.165z"/> <path fill="%23CCCCCC" d="M10.234,10.504c0.3-0.079,0.586-0.179,0.865-0.288c0.033-0.226,0.022-0.476-0.059-0.758 c-0.097-0.337-0.325-0.522-0.581-0.63c-0.201,0.074-0.395,0.155-0.612,0.212C7.369,9.696,5.288,8.803,4.654,7.806 C4.577,7.685,4.511,7.563,4.479,7.442C4.182,6.318,5.576,4.133,8.354,3.398c2.778-0.735,5.07,0.476,5.368,1.599 c0.032,0.121,0.035,0.26,0.028,0.403c-0.008,0.164-0.042,0.339-0.1,0.523l1.166,0.405c0.06-0.332,0.073-0.667,0.03-1 c-0.017-0.131-0.041-0.261-0.075-0.391c-0.596-2.254-3.594-3.416-6.696-2.595S2.942,5.654,3.538,7.908 c0.034,0.13,0.079,0.255,0.128,0.377C4.481,10.288,7.31,11.277,10.234,10.504z"/> <polygon fill="%23FFFFFF" points="21.483,25.339 18.42,24.036 16.623,19.765 14.834,22.511 11.764,21.206 15.171,16.811 11.981,9.908 15.029,11.203 16.623,15.093 18.218,12.56 21.273,13.859 18.083,18.05 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-warning::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.983,23.416L6.33,13.276c-2.288-0.57-3.987-2.065-4.522-4.09C1.774,9.058,1.746,8.929,1.723,8.799 c-0.044-0.125-0.084-0.251-0.118-0.38c-0.45-1.7,0.011-3.557,1.265-5.095c1.122-1.376,2.789-2.412,4.694-2.916 c0.827-0.219,1.667-0.33,2.497-0.33c3.286,0,5.955,1.747,6.643,4.347c0.034,0.128,0.062,0.258,0.085,0.389 c0.011,0.031,0.021,0.062,0.032,0.093l12.387,4.304l-1.539,20.542l-3.209,2.246L6.983,23.416z"/> <polygon fill="%23996600" points="27.098,10.595 25.367,11.725 24.221,29.967 25.739,28.741 "/> <polygon fill="%23FFCC00" points="25.367,11.725 27.098,10.595 9.566,4.504 7.827,5.387 "/> <polygon fill="%23CC9900" points="7.827,5.387 8.905,22.152 24.221,29.967 25.367,11.725 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-100.3885" y1="162.3551" x2="-88.7702" y2="162.3551" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.816,6.328l0.254,0.088c-0.007-0.238-0.034-0.476-0.096-0.711 c-0.034-0.129-0.078-0.254-0.128-0.376C14.889,5.661,14.876,5.996,14.816,6.328z"/> <ellipse transform="matrix(0.982 -0.189 0.189 0.982 -1.6828 2.1761)" fill="%23333333" cx="10.566" cy="9.91" rx="1.603" ry="2.355"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-100.3885" y1="164.1096" x2="-88.7702" y2="164.1096" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.099,10.216c-0.279,0.109-0.565,0.208-0.865,0.288c-2.923,0.773-5.752-0.216-6.567-2.219 c0.017,0.131,0.041,0.261,0.075,0.391c0.596,2.254,3.594,3.416,6.695,2.595c0.004-0.001,0.009-0.003,0.013-0.004 C10.777,11.009,11.033,10.665,11.099,10.216z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-100.3885" y1="159.9323" x2="-88.7702" y2="159.9323" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M8.557,4.165C11.035,3.51,13.116,4.402,13.75,5.4c0.007-0.143,0.004-0.282-0.028-0.403 c-0.297-1.123-2.589-2.334-5.368-1.599C5.576,4.133,4.182,6.318,4.479,7.442c0.032,0.121,0.098,0.243,0.175,0.364 C4.712,6.625,6.079,4.82,8.557,4.165z"/> <path fill="%23CCCCCC" d="M10.234,10.504c0.3-0.079,0.586-0.179,0.865-0.288c0.033-0.226,0.022-0.476-0.059-0.758 c-0.097-0.337-0.325-0.522-0.581-0.63c-0.201,0.074-0.395,0.155-0.612,0.212C7.369,9.696,5.288,8.803,4.654,7.806 C4.577,7.685,4.511,7.563,4.479,7.442C4.182,6.318,5.576,4.133,8.354,3.398c2.778-0.735,5.07,0.476,5.368,1.599 c0.032,0.121,0.035,0.26,0.028,0.403c-0.008,0.164-0.042,0.339-0.1,0.523l1.166,0.405c0.06-0.332,0.073-0.667,0.03-1 c-0.017-0.131-0.041-0.261-0.075-0.391c-0.596-2.254-3.594-3.416-6.696-2.595S2.942,5.654,3.538,7.908 c0.034,0.13,0.079,0.255,0.128,0.377C4.481,10.288,7.31,11.277,10.234,10.504z"/> <polygon fill="%23FFFFFF" points="18.864,11.398 18.064,20.085 15.913,19.17 15.112,9.802 "/> <path fill="%23FFFFFF" d="M18.713,23.116c0,0.482-0.169,0.832-0.507,1.046s-0.744,0.222-1.218,0.02 c-0.468-0.199-0.875-0.551-1.218-1.056c-0.343-0.505-0.515-0.999-0.515-1.481c0-0.488,0.172-0.839,0.515-1.052 c0.344-0.212,0.75-0.219,1.218-0.02c0.474,0.201,0.88,0.554,1.218,1.056C18.544,22.132,18.713,22.628,18.713,23.116z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-info::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FFFFFF" d="M6.979,23.416l-0.652-10.14c-2.288-0.57-3.987-2.065-4.522-4.09C1.77,9.058,1.742,8.929,1.719,8.799 c-0.044-0.125-0.084-0.251-0.118-0.38c-0.45-1.7,0.011-3.557,1.265-5.095C3.988,1.948,5.655,0.912,7.56,0.408 c0.827-0.219,1.667-0.33,2.497-0.33c3.286,0,5.955,1.747,6.643,4.347c0.034,0.128,0.062,0.258,0.085,0.389 c0.011,0.031,0.021,0.062,0.032,0.093l12.387,4.304l-1.539,20.542l-3.209,2.246L6.979,23.416z"/> <polygon fill="%23022589" points="27.095,10.595 25.364,11.725 24.217,29.967 25.736,28.741 "/> <polygon fill="%23008CFF" points="25.364,11.725 27.095,10.595 9.563,4.504 7.824,5.387 "/> <polygon fill="%230066CC" points="7.824,5.387 8.902,22.152 24.217,29.967 25.364,11.725 "/> <path fill="none" d="M13.747,5.4c-0.634-0.998-2.715-1.89-5.193-1.235C6.076,4.82,4.708,6.625,4.651,7.806 c0.634,0.998,2.715,1.89,5.193,1.235c0.218-0.058,0.412-0.138,0.612-0.212C9.96,8.62,9.354,8.725,9.354,8.725l3.147-3.2l1.145,0.398 C13.705,5.739,13.739,5.564,13.747,5.4z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-100.3918" y1="162.3542" x2="-88.7734" y2="162.3542" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.812,6.328l0.254,0.088c-0.007-0.238-0.034-0.476-0.096-0.711 c-0.034-0.129-0.078-0.254-0.128-0.376C14.886,5.661,14.872,5.996,14.812,6.328z"/> <ellipse transform="matrix(0.982 -0.189 0.189 0.982 -1.6829 2.1754)" fill="%23333333" cx="10.563" cy="9.91" rx="1.603" ry="2.355"/> <linearGradient id="SVGID_00000044162672018477611260000017469564098211701674_" gradientUnits="userSpaceOnUse" x1="-100.3918" y1="164.1087" x2="-88.7734" y2="164.1087" gradientTransform="matrix(0.9668 -0.2557 0.2557 0.9668 59.3159 -173.7999)"> <stop offset="0.3843" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_00000044162672018477611260000017469564098211701674_)" d="M11.095,10.216 c-0.279,0.109-0.565,0.208-0.865,0.288c-2.923,0.773-5.752-0.216-6.567-2.219C3.68,8.416,3.704,8.546,3.738,8.675 c0.596,2.254,3.594,3.416,6.695,2.595c0.004-0.001,0.009-0.003,0.013-0.004C10.774,11.009,11.03,10.665,11.095,10.216z"/> <path fill="%23CCCCCC" d="M10.23,10.504c0.3-0.079,0.586-0.179,0.865-0.288c0.033-0.226,0.022-0.476-0.059-0.758 c-0.097-0.337-0.325-0.522-0.581-0.63c-0.201,0.074-0.395,0.155-0.612,0.212C7.366,9.696,5.284,8.803,4.651,7.806 C4.574,7.685,4.508,7.563,4.476,7.442C4.179,6.318,5.573,4.133,8.351,3.398c2.778-0.735,5.07,0.476,5.368,1.599 c0.032,0.121,0.035,0.26,0.028,0.403c-0.008,0.164-0.042,0.339-0.1,0.523l1.166,0.405c0.06-0.332,0.073-0.667,0.03-1 c-0.017-0.131-0.041-0.261-0.075-0.391c-0.596-2.254-3.594-3.416-6.696-2.595S2.939,5.654,3.535,7.908 c0.034,0.13,0.079,0.255,0.128,0.377C4.478,10.288,7.307,11.277,10.23,10.504z"/> <path fill="%23FFFFFF" d="M17.996,13.392c0,0.311-0.07,0.57-0.21,0.776c-0.14,0.206-0.33,0.338-0.57,0.397 c-0.239,0.059-0.503,0.032-0.788-0.08c-0.285-0.112-0.548-0.292-0.788-0.539c-0.239-0.247-0.43-0.529-0.57-0.845 c-0.14-0.316-0.21-0.63-0.21-0.942c0-0.306,0.069-0.562,0.207-0.769c0.138-0.207,0.327-0.341,0.57-0.402 c0.242-0.06,0.506-0.035,0.792,0.078c0.285,0.112,0.549,0.294,0.792,0.545c0.242,0.251,0.432,0.534,0.57,0.849 S17.996,13.086,17.996,13.392z"/> <polygon fill="%23FFFFFF" points="17.713,24.329 15.143,23.433 15.143,15.602 17.713,16.497 "/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}


.hx_tree_icon.sub-flag-sk::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480"> <path fill="%23ee1c25" d="M0 0h640v480H0z"/> <path fill="%230b4ea2" d="M0 0h640v320H0z"/> <path fill="%23fff" d="M0 0h640v160H0z"/> <path fill="%23fff" d="M233 370.8c-43-20.7-104.6-61.9-104.6-143.2 0-81.4 4-118.4 4-118.4h201.3s3.9 37 3.9 118.4S276 350 233 370.8z"/> <path fill="%23ee1c25" d="M233 360c-39.5-19-96-56.8-96-131.4s3.6-108.6 3.6-108.6h184.8s3.5 34 3.5 108.6C329 303.3 272.5 341 233 360z"/> <path fill="%23fff" d="M241.4 209c10.7.2 31.6.6 50.1-5.6 0 0-.4 6.7-.4 14.4s.5 14.4.5 14.4c-17-5.7-38.1-5.8-50.2-5.7v41.2h-16.8v-41.2c-12-.1-33.1 0-50.1 5.7 0 0 .5-6.7.5-14.4 0-7.8-.5-14.4-.5-14.4 18.5 6.2 39.4 5.8 50 5.6v-25.9c-9.7 0-23.7.4-39.6 5.7 0 0 .5-6.6.5-14.4 0-7.7-.5-14.4-.5-14.4 15.9 5.3 29.9 5.8 39.6 5.7-.5-16.4-5.3-37-5.3-37s9.9.7 13.8.7c4 0 13.8-.7 13.8-.7s-4.8 20.6-5.3 37c9.7.1 23.7-.4 39.6-5.7 0 0-.5 6.7-.5 14.4 0 7.8.5 14.4.5 14.4a119 119 0 00-39.7-5.7v26z"/> <path fill="%230b4ea2" d="M233 263.3c-19.9 0-30.5 27.5-30.5 27.5s-6-13-22.2-13c-11 0-19 9.7-24.2 18.8 20 31.7 51.9 51.3 76.9 63.4 25-12 57-31.7 76.9-63.4-5.2-9-13.2-18.8-24.2-18.8-16.2 0-22.2 13-22.2 13S253 263.3 233 263.3z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-flag-en::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480"> <path fill="%23012169" d="M0 0h640v480H0z"/> <path fill="%23FFF" d="M75 0l244 181L562 0h78v62L400 241l240 178v61h-80L320 301 81 480H0v-60l239-178L0 64V0h75z"/> <path fill="%23C8102E" d="M424 281l216 159v40L369 281h55zm-184 20l6 35L54 480H0l240-179zM640 0v3L391 191l2-44L590 0h50zM0 0l239 176h-60L0 42V0z"/> <path fill="%23FFF" d="M241 0v480h160V0H241zM0 160v160h640V160H0z"/> <path fill="%23C8102E" d="M0 193v96h640v-96H0zM273 0v480h96V0h-96z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}
.hx_tree_icon.sub-flag-de::after{
    content: '';
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 12px;
    left: 12px;    
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-de" viewBox="0 0 640 480"> <path fill="%23ffce00" d="M0 320h640v160H0z"/> <path d="M0 0h640v160H0z"/> <path fill="%23d00" d="M0 160h640v160H0z"/> </svg>');
    background-size: 16px 16px;
    background-position: 0 0;  
}




/* Small */
.hx_tree_icon.sub-md::after{
  width: 14px !important;
  height: 14px !important;
  top: 13px !important;
  left: 13px !important;
  background-size: 14px 14px !important;
}

.hx_tree_icon.sub-sm::after{
  width: 12px !important;
  height: 12px !important;
  top: 14px !important;
  left: 14px !important;
  background-size: 12px 12px !important;
}

.hx_tree_icon.sub-xs::after{
  width: 10px !important;
  height: 10px !important;
  top: 15px !important;
  left: 15px !important;
  background-size: 10px 10px !important;
}

/* Large */
.hx_tree_icon.sub-lg::after{
  width: 18px !important;
  height: 18px !important;
  top: 11px !important;
  left: 11px !important;
  background-size: 18px 18px !important;
}

.hx_tree_icon.sub-xl::after{
  width: 20px !important;
  height: 20px !important;
  top: 10px !important;
  left: 10px !important;
  background-size: 20px 20px !important;
}


.blue.icon-cube-in{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <polygon fill="%23003399" points="17.211,5.397 13.891,3.748 13.854,8.789 10.965,7.298 15.412,16.271 20.363,12.159 17.173,10.508 "/> <polygon fill="%230099FF" points="12.502,6.513 10.965,7.298 13.854,8.789 13.854,7.267 "/> <polygon fill="%230044B2" points="17.173,10.508 18.718,9.788 18.718,4.769 17.211,5.397 "/> <polygon fill="%230099FF" points="20.363,12.159 21.865,11.23 18.718,9.788 17.173,10.508 "/> <polygon fill="%230044B2" points="21.865,11.23 17.344,15.162 15.412,16.271 20.363,12.159 "/> <polygon fill="%230099FF" points="15.337,3.144 13.891,3.748 17.211,5.397 18.718,4.769 "/> </svg>');
}
.blue.icon-cube-out{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <path fill="%23003399" d="M19.096,12.94l2.032-1.2l-4.494-9.309l-2.154,0.98L19.096,12.94z"/> <path fill="%230099FF" d="M14.481,3.411l-3.966,4.301l2.657,1.623l0.105,3.858L16.021,15l0.005-3.929l1.981,1.206l1.088,0.662 L14.481,3.411z"/> <path fill="%230044B2" d="M16.026,11.071L16.021,15l1.955-1.155l0.031-1.567L16.026,11.071z"/> </svg> ');
}
.blue.icon-pyramid{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="8.2,15.9 8.2,15.9 8.2,15.9 4.7,20.8 4.7,20.8 16.4,29.6 16.4,21.3 8.2,15.9 8.2,15.9 8.2,15.9"/> <polygon fill="%23CCCCCC" points="16.4,14 16.4,14 16.4,14"/> <polygon fill="%230044B2" points="16.4,21.3 16.4,21.3 24.6,15.9 24.6,15.9 24.6,9.4 23,11.8 21.3,14.2 20,16.1"/> <path fill="%23003399" d="M12.8,16.1l-1.3-1.9l-1.7-2.4L8.2,9.4l0,6.5l0,0h0l0,0l8.2,5.4l0,8.3l11.6-8.8l-3.5-4.9l0,0l-8.1,5.4l0,0L12.8,16.1z"/> <path fill="%23CCCCCC" d="M21.3,14.2l1.7-2.4l-1.4-7l-5.1,6.9L21.3,14.2 M16.4,14L16.4,14l-3.6,2.1l3.6,5.2l3.6-5.2L16.4,14z"/> <path fill="%23999999" d="M11.5,14.2l4.9-2.5l-5.2-6.9l-1.4,7L11.5,14.2 M16.4,14L16.4,14l3.6,2.1l1.3-1.9l-4.9-2.5L16.4,14z"/> <path fill="%23676767" d="M11.5,14.2l1.3,1.9l3.6-2.1l0,0l0-2.3L11.5,14.2z"/> </svg>');
}
.blue.icon-pyramid.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%230099FF" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%230044B2" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.blue.icon-start{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <path fill="%230044B2" d="M19.5,12.6l3.8-2.2l0.3-3.9l-3.9,2.3L19.5,12.6 M22.7,17.8l0.3-3.7l-3.6,2.2l-0.2,3.8L22.7,17.8 M12.4,20.6l0,3.9l2.3-1.5l0,0l1.3-0.8v-3.8L12.4,20.6 M12.4,13L12.4,13l0,3.7l3.6-2.1v-3.7h0L12.4,13 M19.4,16.3l0.2-3.7 l-3.5,2v3.8L19.4,16.3 M26.7,11.9l0.4-3.6l-3.8,2.2L23,14.1L26.7,11.9z"/> <path fill="%23003399" d="M23,14.1l-0.3,3.7l3.6-2.3l0.4-3.7L23,14.1 M16,22.2l3.2-2.1l0.2-3.8L16,18.4V22.2 M5.4,16.5l0.1,3.5 l3.2,2.1v-3.6L5.4,16.5 M12.4,8.9L12.4,8.9l-3.7,2h0l3.6,2.1l3.6-2.1L12.4,8.9 M23.6,6.5l-3.7-1.6L16,7l3.7,1.8L16,10.9h0v3.7 l3.5-2l0.2-3.8L23.6,6.5 M12.4,20.6l0-3.9l-3.7-2v3.7L12.4,20.6 M8.8,10.9L8.8,10.9L5.1,8.8h0l0.2,4.1l0,0l3.4,1.9V10.9 M27.1,8.3l0.5-4l-3.9,2.3l-0.3,3.9L27.1,8.3 M23,14.1l0.3-3.7l-3.8,2.2l-0.2,3.7L23,14.1z"/> <path fill="%230099FF" d="M16,10.9l3.7-2.1L16,7l-3.6,1.9L16,10.9 M10.1,23L10.1,23l2.3,1.5l0-3.9l-3.6-2.2v3.6L10.1,23L10.1,23 M8.8,10.9L8.8,10.9l0,3.8l3.7,2l0-3.7l0,0L8.8,10.9 M12.4,8.9L12.4,8.9L8.9,7L5.1,8.8l3.6,2.1l0,0h0L12.4,8.9 M23.8,2.8 l-3.9,2.1l3.7,1.6l3.9-2.3L23.8,2.8 M12.4,16.7l0,3.9l3.6-2.2v-3.8L12.4,16.7 M5.3,12.9L5.3,12.9l0.1,3.6l3.3,2v-3.7L5.3,12.9z" /> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg> ');
}
.blue.icon-start-reverse{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <polyline fill="%230044B2" points="19.5,12.6 23.3,10.4 23.6,6.5 19.7,8.8 19.5,12.6 "/> <polyline fill="%230044B2" points="22.7,17.8 23,14.1 19.4,16.3 19.2,20.1 22.7,17.8 "/> <polyline fill="%230044B2" points="12.4,20.6 12.4,24.5 14.7,23 14.7,23 16,22.2 16,18.4 12.4,20.6 "/> <polyline fill="%230044B2" points="12.4,13 12.4,13 12.4,16.7 16,14.6 16,10.9 16,10.9 12.4,13 "/> <polyline fill="%230044B2" points="19.4,16.3 19.5,12.6 16,14.6 16,18.4 19.4,16.3 "/> <polygon fill="%230044B2" points="26.7,11.9 27.1,8.3 23.3,10.4 23,14.1 "/> <polyline fill="%23CCCCCC" points="23,14.1 22.7,17.8 26.3,15.5 26.7,11.9 23,14.1 "/> <polyline fill="%23FFFFFF" points="16,22.2 19.2,20.1 19.4,16.3 16,18.4 16,22.2 "/> <polyline fill="%230099FF" points="5.4,16.5 5.6,19.9 8.8,22.1 8.8,18.4 5.4,16.5 "/> <polyline fill="%23FFFFFF" points="12.4,8.9 12.4,8.9 8.8,10.9 8.8,10.9 12.4,13 16,10.9 12.4,8.9 "/> <polyline fill="%23FFFFFF" points="23.6,6.5 19.9,4.9 16,7 19.7,8.8 16,10.9 16,10.9 16,14.6 19.5,12.6 19.7,8.8 23.6,6.5 "/> <polyline fill="%230099FF" points="12.4,20.6 12.4,16.7 8.8,14.7 8.8,18.4 12.4,20.6 "/> <polyline fill="%230099FF" points="8.8,10.9 8.8,10.9 5.1,8.8 5.1,8.8 5.3,12.9 5.3,12.9 8.8,14.7 8.8,10.9 "/> <polyline fill="%23FFFFFF" points="27.1,8.3 27.5,4.2 23.6,6.5 23.3,10.4 27.1,8.3 "/> <polygon fill="%23FFFFFF" points="23,14.1 23.3,10.4 19.5,12.6 19.4,16.3 "/> <polyline fill="%23CCCCCC" points="16,10.9 19.7,8.8 16,7 12.4,8.9 16,10.9 "/> <polyline fill="%23FFFFFF" points="10.1,23 10.1,23 12.4,24.5 12.4,20.6 8.8,18.4 8.8,22.1 10.1,23 10.1,23 "/> <polyline fill="%23FFFFFF" points="8.8,10.9 8.8,10.9 8.8,14.7 12.4,16.7 12.4,13 12.4,13 8.8,10.9 "/> <polyline fill="%23CCCCCC" points="12.4,8.9 12.4,8.9 8.9,7 5.1,8.8 8.8,10.9 8.8,10.9 8.8,10.9 12.4,8.9 "/> <polyline fill="%23CCCCCC" points="23.8,2.8 19.9,4.9 23.6,6.5 27.5,4.2 23.8,2.8 "/> <polyline fill="%23FFFFFF" points="12.4,16.7 12.4,20.6 16,18.4 16,14.6 12.4,16.7 "/> <polygon fill="%23FFFFFF" points="5.3,12.9 5.3,12.9 5.4,16.5 8.8,18.4 8.8,14.7 "/> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg>');
}
.blue.icon-connector-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%230099FF" stroke-linejoin="round" d="M0,16h16.807"/> <path fill="none" stroke="%230099FF" stroke-width="1.0243" stroke-linejoin="round" d="M21.995,16.005h10"/> <circle fill="%23003399" cx="16.005" cy="16.01" r="4"/> <path fill="none" stroke="%230099FF" stroke-width="2.0611" stroke-miterlimit="10" d="M15.995,9c3.866,0,7,3.134,7,7s-3.134,7-7,7"/> </svg>');
}
.blue.icon-connector-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%230099FF" stroke-linejoin="round" d="M32,16H15.193"/> <path fill="none" stroke="%230099FF" stroke-width="1.0243" stroke-linejoin="round" d="M10.005,16.005h-10"/> <circle fill="%23003399" cx="15.995" cy="16.01" r="4"/> <path fill="none" stroke="%230099FF" stroke-width="2.0611" stroke-miterlimit="10" d="M16.005,9c-3.866,0-7,3.134-7,7s3.134,7,7,7"/> </svg> ');
}
.blue.icon-track-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M16.001,22.913L16.001,22.913v-4.408l-3.227,1.856c-0.117,0.066-0.234,0.131-0.351,0.196 c-0.01,0.006-0.021,0.01-0.034,0.014c-0.005,0.006-0.012,0.011-0.02,0.014l-0.061,0.041h-0.007l-0.419,0.243l0.149,4.509 L16.001,22.913"/> <polygon fill="%230044B2" points="21.84,14.252 21.847,14.252 25.742,12.038 26.066,7.515 18.816,11.296 18.715,16.028 "/> <polyline fill="%23CCCCCC" points="12.031,25.377 4.943,20.632 5.301,24.696 12.166,29.576 12.031,25.377 "/> <path fill="%23CCCCCC" d="M27.511,11.856l-0.797-0.365l-0.972,0.547l-3.895,2.214H21.84l-3.126,1.775l-1.924,1.094l-5.414-3.024 l-1.985-1.114l1.917-0.945l-0.027-0.689L7.92,12.983l8.87,5.036h0.007l0,0l2.045-1.168c0.953-0.546,1.905-1.093,2.856-1.64 c0.079-0.043,0.158-0.088,0.236-0.135L27.511,11.856z"/> <path fill="%23B6B6B6" d="M23.379,19.241c0.001-0.001,0.001-0.003,0-0.007l-6.609,4.158l-0.77-0.479l-3.969,2.464l0.135,4.199 l1.458-0.965l0.095-0.061c-0.009-0.594,0.16-1.231,0.506-1.91c0.311-0.612,0.698-1.134,1.161-1.566 c0.252-0.239,0.511-0.43,0.776-0.574c0.144-0.081,0.284-0.144,0.419-0.189c0.184-0.061,0.359-0.09,0.527-0.088 c0.374,0.005,0.65,0.153,0.83,0.446c0.111,0.175,0.181,0.382,0.209,0.621c0.004,0.006,0.009,0.01,0.014,0.013 c0.073,0.05,0.136,0.113,0.189,0.189l2.943-1.937l0.284-0.189c0.001-0.003,0.001-0.007,0-0.014c0.007-0.002,0.014-0.004,0.02-0.007 c0.029-0.536,0.191-1.103,0.486-1.701c0.275-0.563,0.612-1.044,1.013-1.445c0.177-0.177,0.357-0.328,0.54-0.452 c-0.001-0.002-0.004-0.006-0.007-0.014c0.019-0.003,0.037-0.008,0.054-0.013c0.034-0.021,0.067-0.041,0.101-0.061 c0.068-0.04,0.133-0.076,0.196-0.108c0.241-0.106,0.464-0.146,0.668-0.122c0.315,0.041,0.536,0.218,0.662,0.533 c0.044,0.111,0.073,0.233,0.088,0.365c0.149,0.056,0.262,0.155,0.338,0.297l0.284-0.182l0.23-3.011L23.379,19.241z"/> <path fill="%23676767" d="M17.702,25.168c-0.095,0-0.192,0.011-0.29,0.034c-0.357,0.08-0.735,0.307-1.134,0.682 c-0.047,0.044-0.095,0.089-0.142,0.135c-0.32,0.328-0.595,0.713-0.824,1.154c-0.073,0.138-0.138,0.273-0.196,0.405 c-0.16,0.403-0.243,0.787-0.25,1.154c-0.004,0.134,0.003,0.258,0.02,0.371c0.031,0.156,0.083,0.293,0.155,0.412 c0.042,0.067,0.089,0.123,0.142,0.169c0.045,0.041,0.092,0.075,0.142,0.101c0.113,0.063,0.246,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.01-0.015-0.021-0.031-0.034-0.047c-0.053-0.076-0.116-0.139-0.189-0.189 c-0.005-0.003-0.009-0.008-0.014-0.013c-0.031-0.018-0.065-0.036-0.101-0.054h-0.007C17.942,25.193,17.829,25.17,17.702,25.168"/> <path fill="%23676767" d="M24.729,20.362c-0.25,0.099-0.513,0.286-0.79,0.56c-0.329,0.329-0.61,0.725-0.844,1.188 c-0.248,0.491-0.389,0.959-0.425,1.404c-0.012,0.17-0.01,0.321,0.007,0.452c0.035,0.276,0.132,0.471,0.29,0.587l0.095,0.054 c0.053,0.028,0.112,0.049,0.176,0.061c0.405,0.072,0.851-0.133,1.337-0.614c0.333-0.329,0.617-0.727,0.851-1.195 c0.248-0.491,0.387-0.959,0.419-1.404c0.028-0.357-0.008-0.634-0.108-0.83c-0.076-0.142-0.188-0.241-0.338-0.297 c-0.001,0.001-0.003,0.001-0.007,0c-0.034-0.011-0.07-0.02-0.108-0.027C25.107,20.27,24.922,20.29,24.729,20.362"/> <path fill="%23676767" d="M23.379,19.234c0.001,0.003,0.001,0.006,0,0.007l2.869-1.809l0.837-0.52l0.425-5.056l-5.576,3.22 c-0.078,0.047-0.157,0.092-0.236,0.135c-0.95,0.548-1.902,1.095-2.856,1.64l-2.045,1.168l0,0v0.169v0.061c0,0.074,0,0.148,0,0.223 l-0.027,4.921L23.379,19.234"/> <polygon fill="%23676767" points="11.377,14.097 11.309,12.038 9.392,12.983 "/> <polyline fill="%23003399" points="4.572,16.298 4.943,20.632 12.031,25.377 11.883,20.868 4.572,16.298 "/> <polygon fill="%23003399" points="11.309,12.038 11.377,14.097 16.791,17.121 18.715,16.028 18.816,11.296 11.154,7.515 11.282,11.35 "/> <path d="M17.263,24.743c0.048,0.029,0.093,0.058,0.135,0.088l0.641,0.405h0.007c0.037,0.018,0.07,0.036,0.101,0.054 c-0.028-0.239-0.098-0.446-0.209-0.621c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.003-0.343,0.027-0.527,0.088L17.263,24.743"/> <path d="M24.648,19.43c-0.205-0.025-0.427,0.016-0.668,0.122l1.411,0.776c0.004,0.001,0.006,0.001,0.007,0 c-0.014-0.132-0.044-0.253-0.088-0.365C25.184,19.648,24.963,19.471,24.648,19.43z"/> <path fill="%23999999" d="M16.581,24.311c-0.135,0.045-0.274,0.108-0.419,0.189c-0.266,0.144-0.524,0.335-0.776,0.574 c-0.464,0.432-0.851,0.954-1.161,1.566c-0.347,0.68-0.515,1.316-0.506,1.91l-0.095,0.061l1.559,1.073 c-0.052-0.045-0.1-0.102-0.142-0.169c-0.072-0.119-0.124-0.256-0.155-0.412c-0.017-0.114-0.024-0.237-0.02-0.371 c0.007-0.367,0.09-0.752,0.25-1.154c0.058-0.132,0.123-0.267,0.196-0.405c0.229-0.442,0.503-0.827,0.824-1.154 c0.047-0.046,0.094-0.091,0.142-0.135c0.399-0.374,0.777-0.602,1.134-0.682c0.099-0.023,0.195-0.034,0.29-0.034 c0.128,0.002,0.24,0.024,0.338,0.068l-0.641-0.405c-0.042-0.03-0.087-0.059-0.135-0.088L16.581,24.311"/> <path fill="%23999999" d="M23.096,20.2c-0.401,0.401-0.738,0.882-1.013,1.445c-0.295,0.598-0.457,1.165-0.486,1.701 c-0.007,0.002-0.013,0.005-0.02,0.007c0.001,0.006,0.001,0.011,0,0.014l-0.284,0.189l1.674,0.999 c-0.159-0.116-0.255-0.312-0.29-0.587c-0.017-0.131-0.019-0.282-0.007-0.452c0.036-0.446,0.178-0.914,0.425-1.404 c0.234-0.464,0.515-0.86,0.844-1.188c0.277-0.274,0.54-0.461,0.79-0.56c0.193-0.072,0.377-0.092,0.554-0.061 c0.038,0.007,0.074,0.016,0.108,0.027l-1.411-0.776c-0.063,0.032-0.128,0.068-0.196,0.108c-0.034,0.02-0.068,0.04-0.101,0.061 c-0.016,0.01-0.032,0.019-0.047,0.027C23.453,19.872,23.273,20.023,23.096,20.2"/> <path fill="%23999999" d="M7.92,12.983l0.095,1.593l0.641-0.317l7.345,4.246v4.408l0,0l0.77,0.479l0.027-4.921 c0-0.075,0-0.149,0-0.223v-0.061l-0.007-0.169L7.92,12.983z"/> <path fill="%23CCCCCC" d="M8.656,14.259l-0.641,0.317l-3.443,1.721l7.311,4.57l0.419-0.243l0.068-0.041 c0.009-0.003,0.015-0.007,0.02-0.014c0.013-0.003,0.024-0.008,0.034-0.014c0.117-0.065,0.234-0.13,0.351-0.196l3.227-1.856 L8.656,14.259"/> <polygon fill="%230099FF" points="18.816,11.296 26.066,7.515 18.438,4.248 11.154,7.515 "/> </svg>');
}
.blue.icon-truck-empty{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%230044B2" points="27.224,15.822 27.588,11.465 25.099,12.891 24.793,17.312 24.907,17.24 "/> <polygon fill="%230099FF" points="25.099,12.891 27.588,11.465 19.916,7.957 17.413,9.205 25.085,12.884 "/> <path fill="%23B6B6B6" d="M24.793,17.312l-0.064,0.955l-1.248,0.777l-0.014,0.007l-10.117,6.31l-0.799-0.52h-0.007l0.1,4.399 l0.642-0.421l0.164-0.107c0-0.048,0.002-0.095,0.007-0.143c0.019-0.575,0.193-1.188,0.52-1.839c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.033-0.019,0.067-0.036,0.1-0.05c0.109-0.057,0.216-0.102,0.321-0.135 c0.195-0.071,0.383-0.105,0.563-0.1c0.385,0.014,0.673,0.176,0.863,0.485c0.09,0.152,0.154,0.328,0.193,0.528 c0.005,0.038,0.01,0.078,0.014,0.121c0.076,0.048,0.143,0.114,0.2,0.2c0.005,0.005,0.01,0.01,0.014,0.014l3.03-1.982l0.314-0.2 c0.005-0.005,0.014-0.01,0.029-0.014c0.024-0.57,0.19-1.169,0.499-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.09-0.09,0.181-0.171,0.271-0.242c0.052-0.048,0.105-0.09,0.157-0.128c0.038-0.029,0.078-0.057,0.121-0.086 c0.057-0.038,0.114-0.074,0.171-0.107c0.062-0.033,0.126-0.064,0.193-0.093c0.257-0.114,0.494-0.157,0.713-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.043,0.109,0.074,0.231,0.093,0.364c0.143,0.057,0.254,0.171,0.335,0.342l0.927-0.613 l0.349-4.1l-2.317,1.419L24.793,17.312"/> <polygon fill="%23B6B6B6" points="19.167,15.344 15.774,13.561 5.129,19.187 12.522,23.921 12.415,19.144 "/> <polyline fill="%23676767" points="15.774,13.462 15.781,13.148 15.788,9.12 4.687,14.538 5.036,19.13 5.129,19.187 15.774,13.561 15.774,13.462 "/> <path fill="%23676767" d="M18.276,25.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C18.483,26.022,18.414,25.758,18.276,25.554"/> <path fill="%23676767" d="M25.948,20.534c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,20.553,25.952,20.544,25.948,20.534"/> <polygon fill="%23676767" points="20.108,15.729 20.08,15.75 13.257,19.643 13.328,24.192 13.335,24.356 13.328,24.356 13.349,25.361 23.467,19.051 23.481,19.044 24.729,18.267 24.793,17.312 24.793,17.312 25.099,12.891 24.201,13.397 24.194,13.397 "/> <polyline fill="%23999999" points="15.788,9.112 15.788,9.12 15.781,13.148 15.781,13.454 15.774,13.462 15.774,13.561 19.167,15.344 23.545,12.877 19.538,10.931 19.531,10.931 15.788,9.112 "/> <path fill="%23999999" d="M18.062,25.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C17.741,25.188,17.92,25.235,18.062,25.34"/> <path fill="%23999999" d="M24.122,19.386c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,19.386"/> <polygon fill="%23999999" points="4.687,14.538 3.974,14.11 4.416,19.565 12.551,24.841 13.349,25.361 13.328,24.356 13.328,24.192 13.257,19.643 12.415,19.144 12.522,23.921 5.129,19.187 5.036,19.13 "/> <polyline fill="%23CCCCCC" points="17.413,9.205 15.788,8.421 3.974,14.11 4.687,14.538 15.788,9.12 15.788,9.112 19.531,10.931 19.538,10.931 23.545,12.877 19.167,15.344 12.415,19.144 13.257,19.643 20.08,15.75 20.08,15.715 20.108,15.729 24.194,13.397 25.085,12.884 17.413,9.205 "/> <polygon fill="%23CCCCCC" points="5.1,20.014 5.428,24.263 12.644,29.24 12.544,24.841 "/> <path d="M17.855,24.691c-0.19-0.309-0.478-0.471-0.863-0.485c-0.181-0.005-0.368,0.029-0.563,0.1l1.618,0.913 C18.01,25.019,17.946,24.843,17.855,24.691"/> <path d="M24.835,19.258c-0.219-0.029-0.456,0.014-0.713,0.128l1.476,0.799l0.014,0.007c-0.019-0.133-0.05-0.254-0.093-0.364 C25.392,19.491,25.163,19.301,24.835,19.258z"/> </svg>');
}
.lightBlue.icon-cube-in{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <polygon fill="%23269FBF" points="17.211,5.397 13.891,3.748 13.854,8.789 10.965,7.298 15.412,16.271 20.363,12.159 17.173,10.508 "/> <polygon fill="%2333CCFF" points="12.502,6.513 10.965,7.298 13.854,8.789 13.854,7.267 "/> <polygon fill="%232189a5" points="17.173,10.508 18.718,9.788 18.718,4.769 17.211,5.397 "/> <polygon fill="%2333CCFF" points="20.363,12.159 21.865,11.23 18.718,9.788 17.173,10.508 "/> <polygon fill="%232189a5" points="21.865,11.23 17.344,15.162 15.412,16.271 20.363,12.159 "/> <polygon fill="%2333CCFF" points="15.337,3.144 13.891,3.748 17.211,5.397 18.718,4.769 "/> </svg>');
}
.lightBlue.icon-cube-out{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <path fill="%23269FBF" d="M19.096,12.94l2.032-1.2l-4.494-9.309l-2.154,0.98L19.096,12.94z"/> <path fill="%2333CCFF" d="M14.481,3.411l-3.966,4.301l2.657,1.623l0.105,3.858L16.021,15l0.005-3.929l1.981,1.206l1.088,0.662 L14.481,3.411z"/> <path fill="%232189a5" d="M16.026,11.071L16.021,15l1.955-1.155l0.031-1.567L16.026,11.071z"/> </svg> ');
}
.lightBlue.icon-pyramid{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="8.2,15.9 8.2,15.9 8.2,15.9 4.7,20.8 4.7,20.8 16.4,29.6 16.4,21.3 8.2,15.9 8.2,15.9 8.2,15.9"/> <polygon fill="%23CCCCCC" points="16.4,14 16.4,14 16.4,14"/> <polygon fill="%232189a5" points="16.4,21.3 16.4,21.3 24.6,15.9 24.6,15.9 24.6,9.4 23,11.8 21.3,14.2 20,16.1"/> <path fill="%23269FBF" d="M12.8,16.1l-1.3-1.9l-1.7-2.4L8.2,9.4l0,6.5l0,0h0l0,0l8.2,5.4l0,8.3l11.6-8.8l-3.5-4.9l0,0l-8.1,5.4l0,0L12.8,16.1z"/> <path fill="%23CCCCCC" d="M21.3,14.2l1.7-2.4l-1.4-7l-5.1,6.9L21.3,14.2 M16.4,14L16.4,14l-3.6,2.1l3.6,5.2l3.6-5.2L16.4,14z"/> <path fill="%23999999" d="M11.5,14.2l4.9-2.5l-5.2-6.9l-1.4,7L11.5,14.2 M16.4,14L16.4,14l3.6,2.1l1.3-1.9l-4.9-2.5L16.4,14z"/> <path fill="%23676767" d="M11.5,14.2l1.3,1.9l3.6-2.1l0,0l0-2.3L11.5,14.2z"/> </svg>');
}
.lightBlue.icon-pyramid.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%2333CCFF" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%232189a5" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.lightBlue.icon-start{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <path fill="%232189a5" d="M19.5,12.6l3.8-2.2l0.3-3.9l-3.9,2.3L19.5,12.6 M22.7,17.8l0.3-3.7l-3.6,2.2l-0.2,3.8L22.7,17.8 M12.4,20.6l0,3.9l2.3-1.5l0,0l1.3-0.8v-3.8L12.4,20.6 M12.4,13L12.4,13l0,3.7l3.6-2.1v-3.7h0L12.4,13 M19.4,16.3l0.2-3.7 l-3.5,2v3.8L19.4,16.3 M26.7,11.9l0.4-3.6l-3.8,2.2L23,14.1L26.7,11.9z"/> <path fill="%23269FBF" d="M23,14.1l-0.3,3.7l3.6-2.3l0.4-3.7L23,14.1 M16,22.2l3.2-2.1l0.2-3.8L16,18.4V22.2 M5.4,16.5l0.1,3.5 l3.2,2.1v-3.6L5.4,16.5 M12.4,8.9L12.4,8.9l-3.7,2h0l3.6,2.1l3.6-2.1L12.4,8.9 M23.6,6.5l-3.7-1.6L16,7l3.7,1.8L16,10.9h0v3.7 l3.5-2l0.2-3.8L23.6,6.5 M12.4,20.6l0-3.9l-3.7-2v3.7L12.4,20.6 M8.8,10.9L8.8,10.9L5.1,8.8h0l0.2,4.1l0,0l3.4,1.9V10.9 M27.1,8.3l0.5-4l-3.9,2.3l-0.3,3.9L27.1,8.3 M23,14.1l0.3-3.7l-3.8,2.2l-0.2,3.7L23,14.1z"/> <path fill="%2333CCFF" d="M16,10.9l3.7-2.1L16,7l-3.6,1.9L16,10.9 M10.1,23L10.1,23l2.3,1.5l0-3.9l-3.6-2.2v3.6L10.1,23L10.1,23 M8.8,10.9L8.8,10.9l0,3.8l3.7,2l0-3.7l0,0L8.8,10.9 M12.4,8.9L12.4,8.9L8.9,7L5.1,8.8l3.6,2.1l0,0h0L12.4,8.9 M23.8,2.8 l-3.9,2.1l3.7,1.6l3.9-2.3L23.8,2.8 M12.4,16.7l0,3.9l3.6-2.2v-3.8L12.4,16.7 M5.3,12.9L5.3,12.9l0.1,3.6l3.3,2v-3.7L5.3,12.9z" /> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg> ');
}
.lightBlue.icon-start-reverse{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <polyline fill="%232189a5" points="19.5,12.6 23.3,10.4 23.6,6.5 19.7,8.8 19.5,12.6 "/> <polyline fill="%232189a5" points="22.7,17.8 23,14.1 19.4,16.3 19.2,20.1 22.7,17.8 "/> <polyline fill="%232189a5" points="12.4,20.6 12.4,24.5 14.7,23 14.7,23 16,22.2 16,18.4 12.4,20.6 "/> <polyline fill="%232189a5" points="12.4,13 12.4,13 12.4,16.7 16,14.6 16,10.9 16,10.9 12.4,13 "/> <polyline fill="%232189a5" points="19.4,16.3 19.5,12.6 16,14.6 16,18.4 19.4,16.3 "/> <polygon fill="%232189a5" points="26.7,11.9 27.1,8.3 23.3,10.4 23,14.1 "/> <polyline fill="%23CCCCCC" points="23,14.1 22.7,17.8 26.3,15.5 26.7,11.9 23,14.1 "/> <polyline fill="%23FFFFFF" points="16,22.2 19.2,20.1 19.4,16.3 16,18.4 16,22.2 "/> <polyline fill="%2333CCFF" points="5.4,16.5 5.6,19.9 8.8,22.1 8.8,18.4 5.4,16.5 "/> <polyline fill="%23FFFFFF" points="12.4,8.9 12.4,8.9 8.8,10.9 8.8,10.9 12.4,13 16,10.9 12.4,8.9 "/> <polyline fill="%23FFFFFF" points="23.6,6.5 19.9,4.9 16,7 19.7,8.8 16,10.9 16,10.9 16,14.6 19.5,12.6 19.7,8.8 23.6,6.5 "/> <polyline fill="%2333CCFF" points="12.4,20.6 12.4,16.7 8.8,14.7 8.8,18.4 12.4,20.6 "/> <polyline fill="%2333CCFF" points="8.8,10.9 8.8,10.9 5.1,8.8 5.1,8.8 5.3,12.9 5.3,12.9 8.8,14.7 8.8,10.9 "/> <polyline fill="%23FFFFFF" points="27.1,8.3 27.5,4.2 23.6,6.5 23.3,10.4 27.1,8.3 "/> <polygon fill="%23FFFFFF" points="23,14.1 23.3,10.4 19.5,12.6 19.4,16.3 "/> <polyline fill="%23CCCCCC" points="16,10.9 19.7,8.8 16,7 12.4,8.9 16,10.9 "/> <polyline fill="%23FFFFFF" points="10.1,23 10.1,23 12.4,24.5 12.4,20.6 8.8,18.4 8.8,22.1 10.1,23 10.1,23 "/> <polyline fill="%23FFFFFF" points="8.8,10.9 8.8,10.9 8.8,14.7 12.4,16.7 12.4,13 12.4,13 8.8,10.9 "/> <polyline fill="%23CCCCCC" points="12.4,8.9 12.4,8.9 8.9,7 5.1,8.8 8.8,10.9 8.8,10.9 8.8,10.9 12.4,8.9 "/> <polyline fill="%23CCCCCC" points="23.8,2.8 19.9,4.9 23.6,6.5 27.5,4.2 23.8,2.8 "/> <polyline fill="%23FFFFFF" points="12.4,16.7 12.4,20.6 16,18.4 16,14.6 12.4,16.7 "/> <polygon fill="%23FFFFFF" points="5.3,12.9 5.3,12.9 5.4,16.5 8.8,18.4 8.8,14.7 "/> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg>');
}
.lightBlue.icon-connector-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%2333CCFF" stroke-linejoin="round" d="M0,16h16.807"/> <path fill="none" stroke="%2333CCFF" stroke-width="1.0243" stroke-linejoin="round" d="M21.995,16.005h10"/> <circle fill="%23269FBF" cx="16.005" cy="16.01" r="4"/> <path fill="none" stroke="%2333CCFF" stroke-width="2.0611" stroke-miterlimit="10" d="M15.995,9c3.866,0,7,3.134,7,7s-3.134,7-7,7"/> </svg>');
}
.lightBlue.icon-connector-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%2333CCFF" stroke-linejoin="round" d="M32,16H15.193"/> <path fill="none" stroke="%2333CCFF" stroke-width="1.0243" stroke-linejoin="round" d="M10.005,16.005h-10"/> <circle fill="%23269FBF" cx="15.995" cy="16.01" r="4"/> <path fill="none" stroke="%2333CCFF" stroke-width="2.0611" stroke-miterlimit="10" d="M16.005,9c-3.866,0-7,3.134-7,7s3.134,7,7,7"/> </svg> ');
}
.lightBlue.icon-track-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M16.001,22.913L16.001,22.913v-4.408l-3.227,1.856c-0.117,0.066-0.234,0.131-0.351,0.196 c-0.01,0.006-0.021,0.01-0.034,0.014c-0.005,0.006-0.012,0.011-0.02,0.014l-0.061,0.041h-0.007l-0.419,0.243l0.149,4.509 L16.001,22.913"/> <polygon fill="%232189a5" points="21.84,14.252 21.847,14.252 25.742,12.038 26.066,7.515 18.816,11.296 18.715,16.028 "/> <polyline fill="%23CCCCCC" points="12.031,25.377 4.943,20.632 5.301,24.696 12.166,29.576 12.031,25.377 "/> <path fill="%23CCCCCC" d="M27.511,11.856l-0.797-0.365l-0.972,0.547l-3.895,2.214H21.84l-3.126,1.775l-1.924,1.094l-5.414-3.024 l-1.985-1.114l1.917-0.945l-0.027-0.689L7.92,12.983l8.87,5.036h0.007l0,0l2.045-1.168c0.953-0.546,1.905-1.093,2.856-1.64 c0.079-0.043,0.158-0.088,0.236-0.135L27.511,11.856z"/> <path fill="%23B6B6B6" d="M23.379,19.241c0.001-0.001,0.001-0.003,0-0.007l-6.609,4.158l-0.77-0.479l-3.969,2.464l0.135,4.199 l1.458-0.965l0.095-0.061c-0.009-0.594,0.16-1.231,0.506-1.91c0.311-0.612,0.698-1.134,1.161-1.566 c0.252-0.239,0.511-0.43,0.776-0.574c0.144-0.081,0.284-0.144,0.419-0.189c0.184-0.061,0.359-0.09,0.527-0.088 c0.374,0.005,0.65,0.153,0.83,0.446c0.111,0.175,0.181,0.382,0.209,0.621c0.004,0.006,0.009,0.01,0.014,0.013 c0.073,0.05,0.136,0.113,0.189,0.189l2.943-1.937l0.284-0.189c0.001-0.003,0.001-0.007,0-0.014c0.007-0.002,0.014-0.004,0.02-0.007 c0.029-0.536,0.191-1.103,0.486-1.701c0.275-0.563,0.612-1.044,1.013-1.445c0.177-0.177,0.357-0.328,0.54-0.452 c-0.001-0.002-0.004-0.006-0.007-0.014c0.019-0.003,0.037-0.008,0.054-0.013c0.034-0.021,0.067-0.041,0.101-0.061 c0.068-0.04,0.133-0.076,0.196-0.108c0.241-0.106,0.464-0.146,0.668-0.122c0.315,0.041,0.536,0.218,0.662,0.533 c0.044,0.111,0.073,0.233,0.088,0.365c0.149,0.056,0.262,0.155,0.338,0.297l0.284-0.182l0.23-3.011L23.379,19.241z"/> <path fill="%23676767" d="M17.702,25.168c-0.095,0-0.192,0.011-0.29,0.034c-0.357,0.08-0.735,0.307-1.134,0.682 c-0.047,0.044-0.095,0.089-0.142,0.135c-0.32,0.328-0.595,0.713-0.824,1.154c-0.073,0.138-0.138,0.273-0.196,0.405 c-0.16,0.403-0.243,0.787-0.25,1.154c-0.004,0.134,0.003,0.258,0.02,0.371c0.031,0.156,0.083,0.293,0.155,0.412 c0.042,0.067,0.089,0.123,0.142,0.169c0.045,0.041,0.092,0.075,0.142,0.101c0.113,0.063,0.246,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.01-0.015-0.021-0.031-0.034-0.047c-0.053-0.076-0.116-0.139-0.189-0.189 c-0.005-0.003-0.009-0.008-0.014-0.013c-0.031-0.018-0.065-0.036-0.101-0.054h-0.007C17.942,25.193,17.829,25.17,17.702,25.168"/> <path fill="%23676767" d="M24.729,20.362c-0.25,0.099-0.513,0.286-0.79,0.56c-0.329,0.329-0.61,0.725-0.844,1.188 c-0.248,0.491-0.389,0.959-0.425,1.404c-0.012,0.17-0.01,0.321,0.007,0.452c0.035,0.276,0.132,0.471,0.29,0.587l0.095,0.054 c0.053,0.028,0.112,0.049,0.176,0.061c0.405,0.072,0.851-0.133,1.337-0.614c0.333-0.329,0.617-0.727,0.851-1.195 c0.248-0.491,0.387-0.959,0.419-1.404c0.028-0.357-0.008-0.634-0.108-0.83c-0.076-0.142-0.188-0.241-0.338-0.297 c-0.001,0.001-0.003,0.001-0.007,0c-0.034-0.011-0.07-0.02-0.108-0.027C25.107,20.27,24.922,20.29,24.729,20.362"/> <path fill="%23676767" d="M23.379,19.234c0.001,0.003,0.001,0.006,0,0.007l2.869-1.809l0.837-0.52l0.425-5.056l-5.576,3.22 c-0.078,0.047-0.157,0.092-0.236,0.135c-0.95,0.548-1.902,1.095-2.856,1.64l-2.045,1.168l0,0v0.169v0.061c0,0.074,0,0.148,0,0.223 l-0.027,4.921L23.379,19.234"/> <polygon fill="%23676767" points="11.377,14.097 11.309,12.038 9.392,12.983 "/> <polyline fill="%23269FBF" points="4.572,16.298 4.943,20.632 12.031,25.377 11.883,20.868 4.572,16.298 "/> <polygon fill="%23269FBF" points="11.309,12.038 11.377,14.097 16.791,17.121 18.715,16.028 18.816,11.296 11.154,7.515 11.282,11.35 "/> <path d="M17.263,24.743c0.048,0.029,0.093,0.058,0.135,0.088l0.641,0.405h0.007c0.037,0.018,0.07,0.036,0.101,0.054 c-0.028-0.239-0.098-0.446-0.209-0.621c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.003-0.343,0.027-0.527,0.088L17.263,24.743"/> <path d="M24.648,19.43c-0.205-0.025-0.427,0.016-0.668,0.122l1.411,0.776c0.004,0.001,0.006,0.001,0.007,0 c-0.014-0.132-0.044-0.253-0.088-0.365C25.184,19.648,24.963,19.471,24.648,19.43z"/> <path fill="%23999999" d="M16.581,24.311c-0.135,0.045-0.274,0.108-0.419,0.189c-0.266,0.144-0.524,0.335-0.776,0.574 c-0.464,0.432-0.851,0.954-1.161,1.566c-0.347,0.68-0.515,1.316-0.506,1.91l-0.095,0.061l1.559,1.073 c-0.052-0.045-0.1-0.102-0.142-0.169c-0.072-0.119-0.124-0.256-0.155-0.412c-0.017-0.114-0.024-0.237-0.02-0.371 c0.007-0.367,0.09-0.752,0.25-1.154c0.058-0.132,0.123-0.267,0.196-0.405c0.229-0.442,0.503-0.827,0.824-1.154 c0.047-0.046,0.094-0.091,0.142-0.135c0.399-0.374,0.777-0.602,1.134-0.682c0.099-0.023,0.195-0.034,0.29-0.034 c0.128,0.002,0.24,0.024,0.338,0.068l-0.641-0.405c-0.042-0.03-0.087-0.059-0.135-0.088L16.581,24.311"/> <path fill="%23999999" d="M23.096,20.2c-0.401,0.401-0.738,0.882-1.013,1.445c-0.295,0.598-0.457,1.165-0.486,1.701 c-0.007,0.002-0.013,0.005-0.02,0.007c0.001,0.006,0.001,0.011,0,0.014l-0.284,0.189l1.674,0.999 c-0.159-0.116-0.255-0.312-0.29-0.587c-0.017-0.131-0.019-0.282-0.007-0.452c0.036-0.446,0.178-0.914,0.425-1.404 c0.234-0.464,0.515-0.86,0.844-1.188c0.277-0.274,0.54-0.461,0.79-0.56c0.193-0.072,0.377-0.092,0.554-0.061 c0.038,0.007,0.074,0.016,0.108,0.027l-1.411-0.776c-0.063,0.032-0.128,0.068-0.196,0.108c-0.034,0.02-0.068,0.04-0.101,0.061 c-0.016,0.01-0.032,0.019-0.047,0.027C23.453,19.872,23.273,20.023,23.096,20.2"/> <path fill="%23999999" d="M7.92,12.983l0.095,1.593l0.641-0.317l7.345,4.246v4.408l0,0l0.77,0.479l0.027-4.921 c0-0.075,0-0.149,0-0.223v-0.061l-0.007-0.169L7.92,12.983z"/> <path fill="%23CCCCCC" d="M8.656,14.259l-0.641,0.317l-3.443,1.721l7.311,4.57l0.419-0.243l0.068-0.041 c0.009-0.003,0.015-0.007,0.02-0.014c0.013-0.003,0.024-0.008,0.034-0.014c0.117-0.065,0.234-0.13,0.351-0.196l3.227-1.856 L8.656,14.259"/> <polygon fill="%2333CCFF" points="18.816,11.296 26.066,7.515 18.438,4.248 11.154,7.515 "/> </svg>');
}
.lightBlue.icon-truck-empty{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232189a5" points="27.224,15.822 27.588,11.465 25.099,12.891 24.793,17.312 24.907,17.24 "/> <polygon fill="%2333CCFF" points="25.099,12.891 27.588,11.465 19.916,7.957 17.413,9.205 25.085,12.884 "/> <path fill="%23B6B6B6" d="M24.793,17.312l-0.064,0.955l-1.248,0.777l-0.014,0.007l-10.117,6.31l-0.799-0.52h-0.007l0.1,4.399 l0.642-0.421l0.164-0.107c0-0.048,0.002-0.095,0.007-0.143c0.019-0.575,0.193-1.188,0.52-1.839c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.033-0.019,0.067-0.036,0.1-0.05c0.109-0.057,0.216-0.102,0.321-0.135 c0.195-0.071,0.383-0.105,0.563-0.1c0.385,0.014,0.673,0.176,0.863,0.485c0.09,0.152,0.154,0.328,0.193,0.528 c0.005,0.038,0.01,0.078,0.014,0.121c0.076,0.048,0.143,0.114,0.2,0.2c0.005,0.005,0.01,0.01,0.014,0.014l3.03-1.982l0.314-0.2 c0.005-0.005,0.014-0.01,0.029-0.014c0.024-0.57,0.19-1.169,0.499-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.09-0.09,0.181-0.171,0.271-0.242c0.052-0.048,0.105-0.09,0.157-0.128c0.038-0.029,0.078-0.057,0.121-0.086 c0.057-0.038,0.114-0.074,0.171-0.107c0.062-0.033,0.126-0.064,0.193-0.093c0.257-0.114,0.494-0.157,0.713-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.043,0.109,0.074,0.231,0.093,0.364c0.143,0.057,0.254,0.171,0.335,0.342l0.927-0.613 l0.349-4.1l-2.317,1.419L24.793,17.312"/> <polygon fill="%23B6B6B6" points="19.167,15.344 15.774,13.561 5.129,19.187 12.522,23.921 12.415,19.144 "/> <polyline fill="%23676767" points="15.774,13.462 15.781,13.148 15.788,9.12 4.687,14.538 5.036,19.13 5.129,19.187 15.774,13.561 15.774,13.462 "/> <path fill="%23676767" d="M18.276,25.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C18.483,26.022,18.414,25.758,18.276,25.554"/> <path fill="%23676767" d="M25.948,20.534c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,20.553,25.952,20.544,25.948,20.534"/> <polygon fill="%23676767" points="20.108,15.729 20.08,15.75 13.257,19.643 13.328,24.192 13.335,24.356 13.328,24.356 13.349,25.361 23.467,19.051 23.481,19.044 24.729,18.267 24.793,17.312 24.793,17.312 25.099,12.891 24.201,13.397 24.194,13.397 "/> <polyline fill="%23999999" points="15.788,9.112 15.788,9.12 15.781,13.148 15.781,13.454 15.774,13.462 15.774,13.561 19.167,15.344 23.545,12.877 19.538,10.931 19.531,10.931 15.788,9.112 "/> <path fill="%23999999" d="M18.062,25.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C17.741,25.188,17.92,25.235,18.062,25.34"/> <path fill="%23999999" d="M24.122,19.386c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,19.386"/> <polygon fill="%23999999" points="4.687,14.538 3.974,14.11 4.416,19.565 12.551,24.841 13.349,25.361 13.328,24.356 13.328,24.192 13.257,19.643 12.415,19.144 12.522,23.921 5.129,19.187 5.036,19.13 "/> <polyline fill="%23CCCCCC" points="17.413,9.205 15.788,8.421 3.974,14.11 4.687,14.538 15.788,9.12 15.788,9.112 19.531,10.931 19.538,10.931 23.545,12.877 19.167,15.344 12.415,19.144 13.257,19.643 20.08,15.75 20.08,15.715 20.108,15.729 24.194,13.397 25.085,12.884 17.413,9.205 "/> <polygon fill="%23CCCCCC" points="5.1,20.014 5.428,24.263 12.644,29.24 12.544,24.841 "/> <path d="M17.855,24.691c-0.19-0.309-0.478-0.471-0.863-0.485c-0.181-0.005-0.368,0.029-0.563,0.1l1.618,0.913 C18.01,25.019,17.946,24.843,17.855,24.691"/> <path d="M24.835,19.258c-0.219-0.029-0.456,0.014-0.713,0.128l1.476,0.799l0.014,0.007c-0.019-0.133-0.05-0.254-0.093-0.364 C25.392,19.491,25.163,19.301,24.835,19.258z"/> </svg>');
}
.green.icon-cube-in{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <polygon fill="%232f8c51" points="17.211,5.397 13.891,3.748 13.854,8.789 10.965,7.298 15.412,16.271 20.363,12.159 17.173,10.508 "/> <polygon fill="%2339b563" points="12.502,6.513 10.965,7.298 13.854,8.789 13.854,7.267 "/> <polygon fill="%2321663c" points="17.173,10.508 18.718,9.788 18.718,4.769 17.211,5.397 "/> <polygon fill="%2339b563" points="20.363,12.159 21.865,11.23 18.718,9.788 17.173,10.508 "/> <polygon fill="%2321663c" points="21.865,11.23 17.344,15.162 15.412,16.271 20.363,12.159 "/> <polygon fill="%2339b563" points="15.337,3.144 13.891,3.748 17.211,5.397 18.718,4.769 "/> </svg>');
}
.green.icon-cube-out{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <path fill="%232f8c51" d="M19.096,12.94l2.032-1.2l-4.494-9.309l-2.154,0.98L19.096,12.94z"/> <path fill="%2339b563" d="M14.481,3.411l-3.966,4.301l2.657,1.623l0.105,3.858L16.021,15l0.005-3.929l1.981,1.206l1.088,0.662 L14.481,3.411z"/> <path fill="%2321663c" d="M16.026,11.071L16.021,15l1.955-1.155l0.031-1.567L16.026,11.071z"/> </svg> ');
}
.green.icon-pyramid{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="8.2,15.9 8.2,15.9 8.2,15.9 4.7,20.8 4.7,20.8 16.4,29.6 16.4,21.3 8.2,15.9 8.2,15.9 8.2,15.9"/> <polygon fill="%23CCCCCC" points="16.4,14 16.4,14 16.4,14"/> <polygon fill="%2321663c" points="16.4,21.3 16.4,21.3 24.6,15.9 24.6,15.9 24.6,9.4 23,11.8 21.3,14.2 20,16.1"/> <path fill="%232f8c51" d="M12.8,16.1l-1.3-1.9l-1.7-2.4L8.2,9.4l0,6.5l0,0h0l0,0l8.2,5.4l0,8.3l11.6-8.8l-3.5-4.9l0,0l-8.1,5.4l0,0L12.8,16.1z"/> <path fill="%23CCCCCC" d="M21.3,14.2l1.7-2.4l-1.4-7l-5.1,6.9L21.3,14.2 M16.4,14L16.4,14l-3.6,2.1l3.6,5.2l3.6-5.2L16.4,14z"/> <path fill="%23999999" d="M11.5,14.2l4.9-2.5l-5.2-6.9l-1.4,7L11.5,14.2 M16.4,14L16.4,14l3.6,2.1l1.3-1.9l-4.9-2.5L16.4,14z"/> <path fill="%23676767" d="M11.5,14.2l1.3,1.9l3.6-2.1l0,0l0-2.3L11.5,14.2z"/> </svg>');
}
.green.icon-pyramid.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%2339b563" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%2321663c" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.green.icon-start{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <path fill="%2321663c" d="M19.5,12.6l3.8-2.2l0.3-3.9l-3.9,2.3L19.5,12.6 M22.7,17.8l0.3-3.7l-3.6,2.2l-0.2,3.8L22.7,17.8 M12.4,20.6l0,3.9l2.3-1.5l0,0l1.3-0.8v-3.8L12.4,20.6 M12.4,13L12.4,13l0,3.7l3.6-2.1v-3.7h0L12.4,13 M19.4,16.3l0.2-3.7 l-3.5,2v3.8L19.4,16.3 M26.7,11.9l0.4-3.6l-3.8,2.2L23,14.1L26.7,11.9z"/> <path fill="%232f8c51" d="M23,14.1l-0.3,3.7l3.6-2.3l0.4-3.7L23,14.1 M16,22.2l3.2-2.1l0.2-3.8L16,18.4V22.2 M5.4,16.5l0.1,3.5 l3.2,2.1v-3.6L5.4,16.5 M12.4,8.9L12.4,8.9l-3.7,2h0l3.6,2.1l3.6-2.1L12.4,8.9 M23.6,6.5l-3.7-1.6L16,7l3.7,1.8L16,10.9h0v3.7 l3.5-2l0.2-3.8L23.6,6.5 M12.4,20.6l0-3.9l-3.7-2v3.7L12.4,20.6 M8.8,10.9L8.8,10.9L5.1,8.8h0l0.2,4.1l0,0l3.4,1.9V10.9 M27.1,8.3l0.5-4l-3.9,2.3l-0.3,3.9L27.1,8.3 M23,14.1l0.3-3.7l-3.8,2.2l-0.2,3.7L23,14.1z"/> <path fill="%2339b563" d="M16,10.9l3.7-2.1L16,7l-3.6,1.9L16,10.9 M10.1,23L10.1,23l2.3,1.5l0-3.9l-3.6-2.2v3.6L10.1,23L10.1,23 M8.8,10.9L8.8,10.9l0,3.8l3.7,2l0-3.7l0,0L8.8,10.9 M12.4,8.9L12.4,8.9L8.9,7L5.1,8.8l3.6,2.1l0,0h0L12.4,8.9 M23.8,2.8 l-3.9,2.1l3.7,1.6l3.9-2.3L23.8,2.8 M12.4,16.7l0,3.9l3.6-2.2v-3.8L12.4,16.7 M5.3,12.9L5.3,12.9l0.1,3.6l3.3,2v-3.7L5.3,12.9z" /> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg> ');
}
.green.icon-start-reverse{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <polyline fill="%2321663c" points="19.5,12.6 23.3,10.4 23.6,6.5 19.7,8.8 19.5,12.6 "/> <polyline fill="%2321663c" points="22.7,17.8 23,14.1 19.4,16.3 19.2,20.1 22.7,17.8 "/> <polyline fill="%2321663c" points="12.4,20.6 12.4,24.5 14.7,23 14.7,23 16,22.2 16,18.4 12.4,20.6 "/> <polyline fill="%2321663c" points="12.4,13 12.4,13 12.4,16.7 16,14.6 16,10.9 16,10.9 12.4,13 "/> <polyline fill="%2321663c" points="19.4,16.3 19.5,12.6 16,14.6 16,18.4 19.4,16.3 "/> <polygon fill="%2321663c" points="26.7,11.9 27.1,8.3 23.3,10.4 23,14.1 "/> <polyline fill="%23CCCCCC" points="23,14.1 22.7,17.8 26.3,15.5 26.7,11.9 23,14.1 "/> <polyline fill="%23FFFFFF" points="16,22.2 19.2,20.1 19.4,16.3 16,18.4 16,22.2 "/> <polyline fill="%2339b563" points="5.4,16.5 5.6,19.9 8.8,22.1 8.8,18.4 5.4,16.5 "/> <polyline fill="%23FFFFFF" points="12.4,8.9 12.4,8.9 8.8,10.9 8.8,10.9 12.4,13 16,10.9 12.4,8.9 "/> <polyline fill="%23FFFFFF" points="23.6,6.5 19.9,4.9 16,7 19.7,8.8 16,10.9 16,10.9 16,14.6 19.5,12.6 19.7,8.8 23.6,6.5 "/> <polyline fill="%2339b563" points="12.4,20.6 12.4,16.7 8.8,14.7 8.8,18.4 12.4,20.6 "/> <polyline fill="%2339b563" points="8.8,10.9 8.8,10.9 5.1,8.8 5.1,8.8 5.3,12.9 5.3,12.9 8.8,14.7 8.8,10.9 "/> <polyline fill="%23FFFFFF" points="27.1,8.3 27.5,4.2 23.6,6.5 23.3,10.4 27.1,8.3 "/> <polygon fill="%23FFFFFF" points="23,14.1 23.3,10.4 19.5,12.6 19.4,16.3 "/> <polyline fill="%23CCCCCC" points="16,10.9 19.7,8.8 16,7 12.4,8.9 16,10.9 "/> <polyline fill="%23FFFFFF" points="10.1,23 10.1,23 12.4,24.5 12.4,20.6 8.8,18.4 8.8,22.1 10.1,23 10.1,23 "/> <polyline fill="%23FFFFFF" points="8.8,10.9 8.8,10.9 8.8,14.7 12.4,16.7 12.4,13 12.4,13 8.8,10.9 "/> <polyline fill="%23CCCCCC" points="12.4,8.9 12.4,8.9 8.9,7 5.1,8.8 8.8,10.9 8.8,10.9 8.8,10.9 12.4,8.9 "/> <polyline fill="%23CCCCCC" points="23.8,2.8 19.9,4.9 23.6,6.5 27.5,4.2 23.8,2.8 "/> <polyline fill="%23FFFFFF" points="12.4,16.7 12.4,20.6 16,18.4 16,14.6 12.4,16.7 "/> <polygon fill="%23FFFFFF" points="5.3,12.9 5.3,12.9 5.4,16.5 8.8,18.4 8.8,14.7 "/> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg>');
}
.green.icon-connector-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%2339b563" stroke-linejoin="round" d="M0,16h16.807"/> <path fill="none" stroke="%2339b563" stroke-width="1.0243" stroke-linejoin="round" d="M21.995,16.005h10"/> <circle fill="%232f8c51" cx="16.005" cy="16.01" r="4"/> <path fill="none" stroke="%2339b563" stroke-width="2.0611" stroke-miterlimit="10" d="M15.995,9c3.866,0,7,3.134,7,7s-3.134,7-7,7"/> </svg>');
}
.green.icon-connector-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%2339b563" stroke-linejoin="round" d="M32,16H15.193"/> <path fill="none" stroke="%2339b563" stroke-width="1.0243" stroke-linejoin="round" d="M10.005,16.005h-10"/> <circle fill="%232f8c51" cx="15.995" cy="16.01" r="4"/> <path fill="none" stroke="%2339b563" stroke-width="2.0611" stroke-miterlimit="10" d="M16.005,9c-3.866,0-7,3.134-7,7s3.134,7,7,7"/> </svg> ');
}
.green.icon-track-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M16.001,22.913L16.001,22.913v-4.408l-3.227,1.856c-0.117,0.066-0.234,0.131-0.351,0.196 c-0.01,0.006-0.021,0.01-0.034,0.014c-0.005,0.006-0.012,0.011-0.02,0.014l-0.061,0.041h-0.007l-0.419,0.243l0.149,4.509 L16.001,22.913"/> <polygon fill="%2321663c" points="21.84,14.252 21.847,14.252 25.742,12.038 26.066,7.515 18.816,11.296 18.715,16.028 "/> <polyline fill="%23CCCCCC" points="12.031,25.377 4.943,20.632 5.301,24.696 12.166,29.576 12.031,25.377 "/> <path fill="%23CCCCCC" d="M27.511,11.856l-0.797-0.365l-0.972,0.547l-3.895,2.214H21.84l-3.126,1.775l-1.924,1.094l-5.414-3.024 l-1.985-1.114l1.917-0.945l-0.027-0.689L7.92,12.983l8.87,5.036h0.007l0,0l2.045-1.168c0.953-0.546,1.905-1.093,2.856-1.64 c0.079-0.043,0.158-0.088,0.236-0.135L27.511,11.856z"/> <path fill="%23B6B6B6" d="M23.379,19.241c0.001-0.001,0.001-0.003,0-0.007l-6.609,4.158l-0.77-0.479l-3.969,2.464l0.135,4.199 l1.458-0.965l0.095-0.061c-0.009-0.594,0.16-1.231,0.506-1.91c0.311-0.612,0.698-1.134,1.161-1.566 c0.252-0.239,0.511-0.43,0.776-0.574c0.144-0.081,0.284-0.144,0.419-0.189c0.184-0.061,0.359-0.09,0.527-0.088 c0.374,0.005,0.65,0.153,0.83,0.446c0.111,0.175,0.181,0.382,0.209,0.621c0.004,0.006,0.009,0.01,0.014,0.013 c0.073,0.05,0.136,0.113,0.189,0.189l2.943-1.937l0.284-0.189c0.001-0.003,0.001-0.007,0-0.014c0.007-0.002,0.014-0.004,0.02-0.007 c0.029-0.536,0.191-1.103,0.486-1.701c0.275-0.563,0.612-1.044,1.013-1.445c0.177-0.177,0.357-0.328,0.54-0.452 c-0.001-0.002-0.004-0.006-0.007-0.014c0.019-0.003,0.037-0.008,0.054-0.013c0.034-0.021,0.067-0.041,0.101-0.061 c0.068-0.04,0.133-0.076,0.196-0.108c0.241-0.106,0.464-0.146,0.668-0.122c0.315,0.041,0.536,0.218,0.662,0.533 c0.044,0.111,0.073,0.233,0.088,0.365c0.149,0.056,0.262,0.155,0.338,0.297l0.284-0.182l0.23-3.011L23.379,19.241z"/> <path fill="%23676767" d="M17.702,25.168c-0.095,0-0.192,0.011-0.29,0.034c-0.357,0.08-0.735,0.307-1.134,0.682 c-0.047,0.044-0.095,0.089-0.142,0.135c-0.32,0.328-0.595,0.713-0.824,1.154c-0.073,0.138-0.138,0.273-0.196,0.405 c-0.16,0.403-0.243,0.787-0.25,1.154c-0.004,0.134,0.003,0.258,0.02,0.371c0.031,0.156,0.083,0.293,0.155,0.412 c0.042,0.067,0.089,0.123,0.142,0.169c0.045,0.041,0.092,0.075,0.142,0.101c0.113,0.063,0.246,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.01-0.015-0.021-0.031-0.034-0.047c-0.053-0.076-0.116-0.139-0.189-0.189 c-0.005-0.003-0.009-0.008-0.014-0.013c-0.031-0.018-0.065-0.036-0.101-0.054h-0.007C17.942,25.193,17.829,25.17,17.702,25.168"/> <path fill="%23676767" d="M24.729,20.362c-0.25,0.099-0.513,0.286-0.79,0.56c-0.329,0.329-0.61,0.725-0.844,1.188 c-0.248,0.491-0.389,0.959-0.425,1.404c-0.012,0.17-0.01,0.321,0.007,0.452c0.035,0.276,0.132,0.471,0.29,0.587l0.095,0.054 c0.053,0.028,0.112,0.049,0.176,0.061c0.405,0.072,0.851-0.133,1.337-0.614c0.333-0.329,0.617-0.727,0.851-1.195 c0.248-0.491,0.387-0.959,0.419-1.404c0.028-0.357-0.008-0.634-0.108-0.83c-0.076-0.142-0.188-0.241-0.338-0.297 c-0.001,0.001-0.003,0.001-0.007,0c-0.034-0.011-0.07-0.02-0.108-0.027C25.107,20.27,24.922,20.29,24.729,20.362"/> <path fill="%23676767" d="M23.379,19.234c0.001,0.003,0.001,0.006,0,0.007l2.869-1.809l0.837-0.52l0.425-5.056l-5.576,3.22 c-0.078,0.047-0.157,0.092-0.236,0.135c-0.95,0.548-1.902,1.095-2.856,1.64l-2.045,1.168l0,0v0.169v0.061c0,0.074,0,0.148,0,0.223 l-0.027,4.921L23.379,19.234"/> <polygon fill="%23676767" points="11.377,14.097 11.309,12.038 9.392,12.983 "/> <polyline fill="%232f8c51" points="4.572,16.298 4.943,20.632 12.031,25.377 11.883,20.868 4.572,16.298 "/> <polygon fill="%232f8c51" points="11.309,12.038 11.377,14.097 16.791,17.121 18.715,16.028 18.816,11.296 11.154,7.515 11.282,11.35 "/> <path d="M17.263,24.743c0.048,0.029,0.093,0.058,0.135,0.088l0.641,0.405h0.007c0.037,0.018,0.07,0.036,0.101,0.054 c-0.028-0.239-0.098-0.446-0.209-0.621c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.003-0.343,0.027-0.527,0.088L17.263,24.743"/> <path d="M24.648,19.43c-0.205-0.025-0.427,0.016-0.668,0.122l1.411,0.776c0.004,0.001,0.006,0.001,0.007,0 c-0.014-0.132-0.044-0.253-0.088-0.365C25.184,19.648,24.963,19.471,24.648,19.43z"/> <path fill="%23999999" d="M16.581,24.311c-0.135,0.045-0.274,0.108-0.419,0.189c-0.266,0.144-0.524,0.335-0.776,0.574 c-0.464,0.432-0.851,0.954-1.161,1.566c-0.347,0.68-0.515,1.316-0.506,1.91l-0.095,0.061l1.559,1.073 c-0.052-0.045-0.1-0.102-0.142-0.169c-0.072-0.119-0.124-0.256-0.155-0.412c-0.017-0.114-0.024-0.237-0.02-0.371 c0.007-0.367,0.09-0.752,0.25-1.154c0.058-0.132,0.123-0.267,0.196-0.405c0.229-0.442,0.503-0.827,0.824-1.154 c0.047-0.046,0.094-0.091,0.142-0.135c0.399-0.374,0.777-0.602,1.134-0.682c0.099-0.023,0.195-0.034,0.29-0.034 c0.128,0.002,0.24,0.024,0.338,0.068l-0.641-0.405c-0.042-0.03-0.087-0.059-0.135-0.088L16.581,24.311"/> <path fill="%23999999" d="M23.096,20.2c-0.401,0.401-0.738,0.882-1.013,1.445c-0.295,0.598-0.457,1.165-0.486,1.701 c-0.007,0.002-0.013,0.005-0.02,0.007c0.001,0.006,0.001,0.011,0,0.014l-0.284,0.189l1.674,0.999 c-0.159-0.116-0.255-0.312-0.29-0.587c-0.017-0.131-0.019-0.282-0.007-0.452c0.036-0.446,0.178-0.914,0.425-1.404 c0.234-0.464,0.515-0.86,0.844-1.188c0.277-0.274,0.54-0.461,0.79-0.56c0.193-0.072,0.377-0.092,0.554-0.061 c0.038,0.007,0.074,0.016,0.108,0.027l-1.411-0.776c-0.063,0.032-0.128,0.068-0.196,0.108c-0.034,0.02-0.068,0.04-0.101,0.061 c-0.016,0.01-0.032,0.019-0.047,0.027C23.453,19.872,23.273,20.023,23.096,20.2"/> <path fill="%23999999" d="M7.92,12.983l0.095,1.593l0.641-0.317l7.345,4.246v4.408l0,0l0.77,0.479l0.027-4.921 c0-0.075,0-0.149,0-0.223v-0.061l-0.007-0.169L7.92,12.983z"/> <path fill="%23CCCCCC" d="M8.656,14.259l-0.641,0.317l-3.443,1.721l7.311,4.57l0.419-0.243l0.068-0.041 c0.009-0.003,0.015-0.007,0.02-0.014c0.013-0.003,0.024-0.008,0.034-0.014c0.117-0.065,0.234-0.13,0.351-0.196l3.227-1.856 L8.656,14.259"/> <polygon fill="%2339b563" points="18.816,11.296 26.066,7.515 18.438,4.248 11.154,7.515 "/> </svg>');
}
.green.icon-truck-empty{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2321663c" points="27.224,15.822 27.588,11.465 25.099,12.891 24.793,17.312 24.907,17.24 "/> <polygon fill="%2339b563" points="25.099,12.891 27.588,11.465 19.916,7.957 17.413,9.205 25.085,12.884 "/> <path fill="%23B6B6B6" d="M24.793,17.312l-0.064,0.955l-1.248,0.777l-0.014,0.007l-10.117,6.31l-0.799-0.52h-0.007l0.1,4.399 l0.642-0.421l0.164-0.107c0-0.048,0.002-0.095,0.007-0.143c0.019-0.575,0.193-1.188,0.52-1.839c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.033-0.019,0.067-0.036,0.1-0.05c0.109-0.057,0.216-0.102,0.321-0.135 c0.195-0.071,0.383-0.105,0.563-0.1c0.385,0.014,0.673,0.176,0.863,0.485c0.09,0.152,0.154,0.328,0.193,0.528 c0.005,0.038,0.01,0.078,0.014,0.121c0.076,0.048,0.143,0.114,0.2,0.2c0.005,0.005,0.01,0.01,0.014,0.014l3.03-1.982l0.314-0.2 c0.005-0.005,0.014-0.01,0.029-0.014c0.024-0.57,0.19-1.169,0.499-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.09-0.09,0.181-0.171,0.271-0.242c0.052-0.048,0.105-0.09,0.157-0.128c0.038-0.029,0.078-0.057,0.121-0.086 c0.057-0.038,0.114-0.074,0.171-0.107c0.062-0.033,0.126-0.064,0.193-0.093c0.257-0.114,0.494-0.157,0.713-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.043,0.109,0.074,0.231,0.093,0.364c0.143,0.057,0.254,0.171,0.335,0.342l0.927-0.613 l0.349-4.1l-2.317,1.419L24.793,17.312"/> <polygon fill="%23B6B6B6" points="19.167,15.344 15.774,13.561 5.129,19.187 12.522,23.921 12.415,19.144 "/> <polyline fill="%23676767" points="15.774,13.462 15.781,13.148 15.788,9.12 4.687,14.538 5.036,19.13 5.129,19.187 15.774,13.561 15.774,13.462 "/> <path fill="%23676767" d="M18.276,25.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C18.483,26.022,18.414,25.758,18.276,25.554"/> <path fill="%23676767" d="M25.948,20.534c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,20.553,25.952,20.544,25.948,20.534"/> <polygon fill="%23676767" points="20.108,15.729 20.08,15.75 13.257,19.643 13.328,24.192 13.335,24.356 13.328,24.356 13.349,25.361 23.467,19.051 23.481,19.044 24.729,18.267 24.793,17.312 24.793,17.312 25.099,12.891 24.201,13.397 24.194,13.397 "/> <polyline fill="%23999999" points="15.788,9.112 15.788,9.12 15.781,13.148 15.781,13.454 15.774,13.462 15.774,13.561 19.167,15.344 23.545,12.877 19.538,10.931 19.531,10.931 15.788,9.112 "/> <path fill="%23999999" d="M18.062,25.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C17.741,25.188,17.92,25.235,18.062,25.34"/> <path fill="%23999999" d="M24.122,19.386c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,19.386"/> <polygon fill="%23999999" points="4.687,14.538 3.974,14.11 4.416,19.565 12.551,24.841 13.349,25.361 13.328,24.356 13.328,24.192 13.257,19.643 12.415,19.144 12.522,23.921 5.129,19.187 5.036,19.13 "/> <polyline fill="%23CCCCCC" points="17.413,9.205 15.788,8.421 3.974,14.11 4.687,14.538 15.788,9.12 15.788,9.112 19.531,10.931 19.538,10.931 23.545,12.877 19.167,15.344 12.415,19.144 13.257,19.643 20.08,15.75 20.08,15.715 20.108,15.729 24.194,13.397 25.085,12.884 17.413,9.205 "/> <polygon fill="%23CCCCCC" points="5.1,20.014 5.428,24.263 12.644,29.24 12.544,24.841 "/> <path d="M17.855,24.691c-0.19-0.309-0.478-0.471-0.863-0.485c-0.181-0.005-0.368,0.029-0.563,0.1l1.618,0.913 C18.01,25.019,17.946,24.843,17.855,24.691"/> <path d="M24.835,19.258c-0.219-0.029-0.456,0.014-0.713,0.128l1.476,0.799l0.014,0.007c-0.019-0.133-0.05-0.254-0.093-0.364 C25.392,19.491,25.163,19.301,24.835,19.258z"/> </svg>');
}
.lightGreen.icon-cube-in{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <polygon fill="%2300b200" points="17.211,5.397 13.891,3.748 13.854,8.789 10.965,7.298 15.412,16.271 20.363,12.159 17.173,10.508 "/> <polygon fill="%2300e500" points="12.502,6.513 10.965,7.298 13.854,8.789 13.854,7.267 "/> <polygon fill="%23009900" points="17.173,10.508 18.718,9.788 18.718,4.769 17.211,5.397 "/> <polygon fill="%2300e500" points="20.363,12.159 21.865,11.23 18.718,9.788 17.173,10.508 "/> <polygon fill="%23009900" points="21.865,11.23 17.344,15.162 15.412,16.271 20.363,12.159 "/> <polygon fill="%2300e500" points="15.337,3.144 13.891,3.748 17.211,5.397 18.718,4.769 "/> </svg>');
}
.lightGreen.icon-cube-out{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <path fill="%2300b200" d="M19.096,12.94l2.032-1.2l-4.494-9.309l-2.154,0.98L19.096,12.94z"/> <path fill="%2300e500" d="M14.481,3.411l-3.966,4.301l2.657,1.623l0.105,3.858L16.021,15l0.005-3.929l1.981,1.206l1.088,0.662 L14.481,3.411z"/> <path fill="%23009900" d="M16.026,11.071L16.021,15l1.955-1.155l0.031-1.567L16.026,11.071z"/> </svg> ');
}
.lightGreen.icon-pyramid{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="8.2,15.9 8.2,15.9 8.2,15.9 4.7,20.8 4.7,20.8 16.4,29.6 16.4,21.3 8.2,15.9 8.2,15.9 8.2,15.9"/> <polygon fill="%23CCCCCC" points="16.4,14 16.4,14 16.4,14"/> <polygon fill="%23009900" points="16.4,21.3 16.4,21.3 24.6,15.9 24.6,15.9 24.6,9.4 23,11.8 21.3,14.2 20,16.1"/> <path fill="%2300b200" d="M12.8,16.1l-1.3-1.9l-1.7-2.4L8.2,9.4l0,6.5l0,0h0l0,0l8.2,5.4l0,8.3l11.6-8.8l-3.5-4.9l0,0l-8.1,5.4l0,0L12.8,16.1z"/> <path fill="%23CCCCCC" d="M21.3,14.2l1.7-2.4l-1.4-7l-5.1,6.9L21.3,14.2 M16.4,14L16.4,14l-3.6,2.1l3.6,5.2l3.6-5.2L16.4,14z"/> <path fill="%23999999" d="M11.5,14.2l4.9-2.5l-5.2-6.9l-1.4,7L11.5,14.2 M16.4,14L16.4,14l3.6,2.1l1.3-1.9l-4.9-2.5L16.4,14z"/> <path fill="%23676767" d="M11.5,14.2l1.3,1.9l3.6-2.1l0,0l0-2.3L11.5,14.2z"/> </svg>');
}
.lightGreen.icon-pyramid.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%2300e500" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%23009900" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.lightGreen.icon-start{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <path fill="%23009900" d="M19.5,12.6l3.8-2.2l0.3-3.9l-3.9,2.3L19.5,12.6 M22.7,17.8l0.3-3.7l-3.6,2.2l-0.2,3.8L22.7,17.8 M12.4,20.6l0,3.9l2.3-1.5l0,0l1.3-0.8v-3.8L12.4,20.6 M12.4,13L12.4,13l0,3.7l3.6-2.1v-3.7h0L12.4,13 M19.4,16.3l0.2-3.7 l-3.5,2v3.8L19.4,16.3 M26.7,11.9l0.4-3.6l-3.8,2.2L23,14.1L26.7,11.9z"/> <path fill="%2300b200" d="M23,14.1l-0.3,3.7l3.6-2.3l0.4-3.7L23,14.1 M16,22.2l3.2-2.1l0.2-3.8L16,18.4V22.2 M5.4,16.5l0.1,3.5 l3.2,2.1v-3.6L5.4,16.5 M12.4,8.9L12.4,8.9l-3.7,2h0l3.6,2.1l3.6-2.1L12.4,8.9 M23.6,6.5l-3.7-1.6L16,7l3.7,1.8L16,10.9h0v3.7 l3.5-2l0.2-3.8L23.6,6.5 M12.4,20.6l0-3.9l-3.7-2v3.7L12.4,20.6 M8.8,10.9L8.8,10.9L5.1,8.8h0l0.2,4.1l0,0l3.4,1.9V10.9 M27.1,8.3l0.5-4l-3.9,2.3l-0.3,3.9L27.1,8.3 M23,14.1l0.3-3.7l-3.8,2.2l-0.2,3.7L23,14.1z"/> <path fill="%2300e500" d="M16,10.9l3.7-2.1L16,7l-3.6,1.9L16,10.9 M10.1,23L10.1,23l2.3,1.5l0-3.9l-3.6-2.2v3.6L10.1,23L10.1,23 M8.8,10.9L8.8,10.9l0,3.8l3.7,2l0-3.7l0,0L8.8,10.9 M12.4,8.9L12.4,8.9L8.9,7L5.1,8.8l3.6,2.1l0,0h0L12.4,8.9 M23.8,2.8 l-3.9,2.1l3.7,1.6l3.9-2.3L23.8,2.8 M12.4,16.7l0,3.9l3.6-2.2v-3.8L12.4,16.7 M5.3,12.9L5.3,12.9l0.1,3.6l3.3,2v-3.7L5.3,12.9z" /> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg> ');
}
.lightGreen.icon-start-reverse{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <polyline fill="%23009900" points="19.5,12.6 23.3,10.4 23.6,6.5 19.7,8.8 19.5,12.6 "/> <polyline fill="%23009900" points="22.7,17.8 23,14.1 19.4,16.3 19.2,20.1 22.7,17.8 "/> <polyline fill="%23009900" points="12.4,20.6 12.4,24.5 14.7,23 14.7,23 16,22.2 16,18.4 12.4,20.6 "/> <polyline fill="%23009900" points="12.4,13 12.4,13 12.4,16.7 16,14.6 16,10.9 16,10.9 12.4,13 "/> <polyline fill="%23009900" points="19.4,16.3 19.5,12.6 16,14.6 16,18.4 19.4,16.3 "/> <polygon fill="%23009900" points="26.7,11.9 27.1,8.3 23.3,10.4 23,14.1 "/> <polyline fill="%23CCCCCC" points="23,14.1 22.7,17.8 26.3,15.5 26.7,11.9 23,14.1 "/> <polyline fill="%23FFFFFF" points="16,22.2 19.2,20.1 19.4,16.3 16,18.4 16,22.2 "/> <polyline fill="%2300e500" points="5.4,16.5 5.6,19.9 8.8,22.1 8.8,18.4 5.4,16.5 "/> <polyline fill="%23FFFFFF" points="12.4,8.9 12.4,8.9 8.8,10.9 8.8,10.9 12.4,13 16,10.9 12.4,8.9 "/> <polyline fill="%23FFFFFF" points="23.6,6.5 19.9,4.9 16,7 19.7,8.8 16,10.9 16,10.9 16,14.6 19.5,12.6 19.7,8.8 23.6,6.5 "/> <polyline fill="%2300e500" points="12.4,20.6 12.4,16.7 8.8,14.7 8.8,18.4 12.4,20.6 "/> <polyline fill="%2300e500" points="8.8,10.9 8.8,10.9 5.1,8.8 5.1,8.8 5.3,12.9 5.3,12.9 8.8,14.7 8.8,10.9 "/> <polyline fill="%23FFFFFF" points="27.1,8.3 27.5,4.2 23.6,6.5 23.3,10.4 27.1,8.3 "/> <polygon fill="%23FFFFFF" points="23,14.1 23.3,10.4 19.5,12.6 19.4,16.3 "/> <polyline fill="%23CCCCCC" points="16,10.9 19.7,8.8 16,7 12.4,8.9 16,10.9 "/> <polyline fill="%23FFFFFF" points="10.1,23 10.1,23 12.4,24.5 12.4,20.6 8.8,18.4 8.8,22.1 10.1,23 10.1,23 "/> <polyline fill="%23FFFFFF" points="8.8,10.9 8.8,10.9 8.8,14.7 12.4,16.7 12.4,13 12.4,13 8.8,10.9 "/> <polyline fill="%23CCCCCC" points="12.4,8.9 12.4,8.9 8.9,7 5.1,8.8 8.8,10.9 8.8,10.9 8.8,10.9 12.4,8.9 "/> <polyline fill="%23CCCCCC" points="23.8,2.8 19.9,4.9 23.6,6.5 27.5,4.2 23.8,2.8 "/> <polyline fill="%23FFFFFF" points="12.4,16.7 12.4,20.6 16,18.4 16,14.6 12.4,16.7 "/> <polygon fill="%23FFFFFF" points="5.3,12.9 5.3,12.9 5.4,16.5 8.8,18.4 8.8,14.7 "/> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg>');
}
.lightGreen.icon-connector-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%2300e500" stroke-linejoin="round" d="M0,16h16.807"/> <path fill="none" stroke="%2300e500" stroke-width="1.0243" stroke-linejoin="round" d="M21.995,16.005h10"/> <circle fill="%2300b200" cx="16.005" cy="16.01" r="4"/> <path fill="none" stroke="%2300e500" stroke-width="2.0611" stroke-miterlimit="10" d="M15.995,9c3.866,0,7,3.134,7,7s-3.134,7-7,7"/> </svg>');
}
.lightGreen.icon-connector-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%2300e500" stroke-linejoin="round" d="M32,16H15.193"/> <path fill="none" stroke="%2300e500" stroke-width="1.0243" stroke-linejoin="round" d="M10.005,16.005h-10"/> <circle fill="%2300b200" cx="15.995" cy="16.01" r="4"/> <path fill="none" stroke="%2300e500" stroke-width="2.0611" stroke-miterlimit="10" d="M16.005,9c-3.866,0-7,3.134-7,7s3.134,7,7,7"/> </svg> ');
}
.lightGreen.icon-track-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M16.001,22.913L16.001,22.913v-4.408l-3.227,1.856c-0.117,0.066-0.234,0.131-0.351,0.196 c-0.01,0.006-0.021,0.01-0.034,0.014c-0.005,0.006-0.012,0.011-0.02,0.014l-0.061,0.041h-0.007l-0.419,0.243l0.149,4.509 L16.001,22.913"/> <polygon fill="%23009900" points="21.84,14.252 21.847,14.252 25.742,12.038 26.066,7.515 18.816,11.296 18.715,16.028 "/> <polyline fill="%23CCCCCC" points="12.031,25.377 4.943,20.632 5.301,24.696 12.166,29.576 12.031,25.377 "/> <path fill="%23CCCCCC" d="M27.511,11.856l-0.797-0.365l-0.972,0.547l-3.895,2.214H21.84l-3.126,1.775l-1.924,1.094l-5.414-3.024 l-1.985-1.114l1.917-0.945l-0.027-0.689L7.92,12.983l8.87,5.036h0.007l0,0l2.045-1.168c0.953-0.546,1.905-1.093,2.856-1.64 c0.079-0.043,0.158-0.088,0.236-0.135L27.511,11.856z"/> <path fill="%23B6B6B6" d="M23.379,19.241c0.001-0.001,0.001-0.003,0-0.007l-6.609,4.158l-0.77-0.479l-3.969,2.464l0.135,4.199 l1.458-0.965l0.095-0.061c-0.009-0.594,0.16-1.231,0.506-1.91c0.311-0.612,0.698-1.134,1.161-1.566 c0.252-0.239,0.511-0.43,0.776-0.574c0.144-0.081,0.284-0.144,0.419-0.189c0.184-0.061,0.359-0.09,0.527-0.088 c0.374,0.005,0.65,0.153,0.83,0.446c0.111,0.175,0.181,0.382,0.209,0.621c0.004,0.006,0.009,0.01,0.014,0.013 c0.073,0.05,0.136,0.113,0.189,0.189l2.943-1.937l0.284-0.189c0.001-0.003,0.001-0.007,0-0.014c0.007-0.002,0.014-0.004,0.02-0.007 c0.029-0.536,0.191-1.103,0.486-1.701c0.275-0.563,0.612-1.044,1.013-1.445c0.177-0.177,0.357-0.328,0.54-0.452 c-0.001-0.002-0.004-0.006-0.007-0.014c0.019-0.003,0.037-0.008,0.054-0.013c0.034-0.021,0.067-0.041,0.101-0.061 c0.068-0.04,0.133-0.076,0.196-0.108c0.241-0.106,0.464-0.146,0.668-0.122c0.315,0.041,0.536,0.218,0.662,0.533 c0.044,0.111,0.073,0.233,0.088,0.365c0.149,0.056,0.262,0.155,0.338,0.297l0.284-0.182l0.23-3.011L23.379,19.241z"/> <path fill="%23676767" d="M17.702,25.168c-0.095,0-0.192,0.011-0.29,0.034c-0.357,0.08-0.735,0.307-1.134,0.682 c-0.047,0.044-0.095,0.089-0.142,0.135c-0.32,0.328-0.595,0.713-0.824,1.154c-0.073,0.138-0.138,0.273-0.196,0.405 c-0.16,0.403-0.243,0.787-0.25,1.154c-0.004,0.134,0.003,0.258,0.02,0.371c0.031,0.156,0.083,0.293,0.155,0.412 c0.042,0.067,0.089,0.123,0.142,0.169c0.045,0.041,0.092,0.075,0.142,0.101c0.113,0.063,0.246,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.01-0.015-0.021-0.031-0.034-0.047c-0.053-0.076-0.116-0.139-0.189-0.189 c-0.005-0.003-0.009-0.008-0.014-0.013c-0.031-0.018-0.065-0.036-0.101-0.054h-0.007C17.942,25.193,17.829,25.17,17.702,25.168"/> <path fill="%23676767" d="M24.729,20.362c-0.25,0.099-0.513,0.286-0.79,0.56c-0.329,0.329-0.61,0.725-0.844,1.188 c-0.248,0.491-0.389,0.959-0.425,1.404c-0.012,0.17-0.01,0.321,0.007,0.452c0.035,0.276,0.132,0.471,0.29,0.587l0.095,0.054 c0.053,0.028,0.112,0.049,0.176,0.061c0.405,0.072,0.851-0.133,1.337-0.614c0.333-0.329,0.617-0.727,0.851-1.195 c0.248-0.491,0.387-0.959,0.419-1.404c0.028-0.357-0.008-0.634-0.108-0.83c-0.076-0.142-0.188-0.241-0.338-0.297 c-0.001,0.001-0.003,0.001-0.007,0c-0.034-0.011-0.07-0.02-0.108-0.027C25.107,20.27,24.922,20.29,24.729,20.362"/> <path fill="%23676767" d="M23.379,19.234c0.001,0.003,0.001,0.006,0,0.007l2.869-1.809l0.837-0.52l0.425-5.056l-5.576,3.22 c-0.078,0.047-0.157,0.092-0.236,0.135c-0.95,0.548-1.902,1.095-2.856,1.64l-2.045,1.168l0,0v0.169v0.061c0,0.074,0,0.148,0,0.223 l-0.027,4.921L23.379,19.234"/> <polygon fill="%23676767" points="11.377,14.097 11.309,12.038 9.392,12.983 "/> <polyline fill="%2300b200" points="4.572,16.298 4.943,20.632 12.031,25.377 11.883,20.868 4.572,16.298 "/> <polygon fill="%2300b200" points="11.309,12.038 11.377,14.097 16.791,17.121 18.715,16.028 18.816,11.296 11.154,7.515 11.282,11.35 "/> <path d="M17.263,24.743c0.048,0.029,0.093,0.058,0.135,0.088l0.641,0.405h0.007c0.037,0.018,0.07,0.036,0.101,0.054 c-0.028-0.239-0.098-0.446-0.209-0.621c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.003-0.343,0.027-0.527,0.088L17.263,24.743"/> <path d="M24.648,19.43c-0.205-0.025-0.427,0.016-0.668,0.122l1.411,0.776c0.004,0.001,0.006,0.001,0.007,0 c-0.014-0.132-0.044-0.253-0.088-0.365C25.184,19.648,24.963,19.471,24.648,19.43z"/> <path fill="%23999999" d="M16.581,24.311c-0.135,0.045-0.274,0.108-0.419,0.189c-0.266,0.144-0.524,0.335-0.776,0.574 c-0.464,0.432-0.851,0.954-1.161,1.566c-0.347,0.68-0.515,1.316-0.506,1.91l-0.095,0.061l1.559,1.073 c-0.052-0.045-0.1-0.102-0.142-0.169c-0.072-0.119-0.124-0.256-0.155-0.412c-0.017-0.114-0.024-0.237-0.02-0.371 c0.007-0.367,0.09-0.752,0.25-1.154c0.058-0.132,0.123-0.267,0.196-0.405c0.229-0.442,0.503-0.827,0.824-1.154 c0.047-0.046,0.094-0.091,0.142-0.135c0.399-0.374,0.777-0.602,1.134-0.682c0.099-0.023,0.195-0.034,0.29-0.034 c0.128,0.002,0.24,0.024,0.338,0.068l-0.641-0.405c-0.042-0.03-0.087-0.059-0.135-0.088L16.581,24.311"/> <path fill="%23999999" d="M23.096,20.2c-0.401,0.401-0.738,0.882-1.013,1.445c-0.295,0.598-0.457,1.165-0.486,1.701 c-0.007,0.002-0.013,0.005-0.02,0.007c0.001,0.006,0.001,0.011,0,0.014l-0.284,0.189l1.674,0.999 c-0.159-0.116-0.255-0.312-0.29-0.587c-0.017-0.131-0.019-0.282-0.007-0.452c0.036-0.446,0.178-0.914,0.425-1.404 c0.234-0.464,0.515-0.86,0.844-1.188c0.277-0.274,0.54-0.461,0.79-0.56c0.193-0.072,0.377-0.092,0.554-0.061 c0.038,0.007,0.074,0.016,0.108,0.027l-1.411-0.776c-0.063,0.032-0.128,0.068-0.196,0.108c-0.034,0.02-0.068,0.04-0.101,0.061 c-0.016,0.01-0.032,0.019-0.047,0.027C23.453,19.872,23.273,20.023,23.096,20.2"/> <path fill="%23999999" d="M7.92,12.983l0.095,1.593l0.641-0.317l7.345,4.246v4.408l0,0l0.77,0.479l0.027-4.921 c0-0.075,0-0.149,0-0.223v-0.061l-0.007-0.169L7.92,12.983z"/> <path fill="%23CCCCCC" d="M8.656,14.259l-0.641,0.317l-3.443,1.721l7.311,4.57l0.419-0.243l0.068-0.041 c0.009-0.003,0.015-0.007,0.02-0.014c0.013-0.003,0.024-0.008,0.034-0.014c0.117-0.065,0.234-0.13,0.351-0.196l3.227-1.856 L8.656,14.259"/> <polygon fill="%2300e500" points="18.816,11.296 26.066,7.515 18.438,4.248 11.154,7.515 "/> </svg>');
}
.lightGreen.icon-truck-empty{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23009900" points="27.224,15.822 27.588,11.465 25.099,12.891 24.793,17.312 24.907,17.24 "/> <polygon fill="%2300e500" points="25.099,12.891 27.588,11.465 19.916,7.957 17.413,9.205 25.085,12.884 "/> <path fill="%23B6B6B6" d="M24.793,17.312l-0.064,0.955l-1.248,0.777l-0.014,0.007l-10.117,6.31l-0.799-0.52h-0.007l0.1,4.399 l0.642-0.421l0.164-0.107c0-0.048,0.002-0.095,0.007-0.143c0.019-0.575,0.193-1.188,0.52-1.839c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.033-0.019,0.067-0.036,0.1-0.05c0.109-0.057,0.216-0.102,0.321-0.135 c0.195-0.071,0.383-0.105,0.563-0.1c0.385,0.014,0.673,0.176,0.863,0.485c0.09,0.152,0.154,0.328,0.193,0.528 c0.005,0.038,0.01,0.078,0.014,0.121c0.076,0.048,0.143,0.114,0.2,0.2c0.005,0.005,0.01,0.01,0.014,0.014l3.03-1.982l0.314-0.2 c0.005-0.005,0.014-0.01,0.029-0.014c0.024-0.57,0.19-1.169,0.499-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.09-0.09,0.181-0.171,0.271-0.242c0.052-0.048,0.105-0.09,0.157-0.128c0.038-0.029,0.078-0.057,0.121-0.086 c0.057-0.038,0.114-0.074,0.171-0.107c0.062-0.033,0.126-0.064,0.193-0.093c0.257-0.114,0.494-0.157,0.713-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.043,0.109,0.074,0.231,0.093,0.364c0.143,0.057,0.254,0.171,0.335,0.342l0.927-0.613 l0.349-4.1l-2.317,1.419L24.793,17.312"/> <polygon fill="%23B6B6B6" points="19.167,15.344 15.774,13.561 5.129,19.187 12.522,23.921 12.415,19.144 "/> <polyline fill="%23676767" points="15.774,13.462 15.781,13.148 15.788,9.12 4.687,14.538 5.036,19.13 5.129,19.187 15.774,13.561 15.774,13.462 "/> <path fill="%23676767" d="M18.276,25.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C18.483,26.022,18.414,25.758,18.276,25.554"/> <path fill="%23676767" d="M25.948,20.534c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,20.553,25.952,20.544,25.948,20.534"/> <polygon fill="%23676767" points="20.108,15.729 20.08,15.75 13.257,19.643 13.328,24.192 13.335,24.356 13.328,24.356 13.349,25.361 23.467,19.051 23.481,19.044 24.729,18.267 24.793,17.312 24.793,17.312 25.099,12.891 24.201,13.397 24.194,13.397 "/> <polyline fill="%23999999" points="15.788,9.112 15.788,9.12 15.781,13.148 15.781,13.454 15.774,13.462 15.774,13.561 19.167,15.344 23.545,12.877 19.538,10.931 19.531,10.931 15.788,9.112 "/> <path fill="%23999999" d="M18.062,25.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C17.741,25.188,17.92,25.235,18.062,25.34"/> <path fill="%23999999" d="M24.122,19.386c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,19.386"/> <polygon fill="%23999999" points="4.687,14.538 3.974,14.11 4.416,19.565 12.551,24.841 13.349,25.361 13.328,24.356 13.328,24.192 13.257,19.643 12.415,19.144 12.522,23.921 5.129,19.187 5.036,19.13 "/> <polyline fill="%23CCCCCC" points="17.413,9.205 15.788,8.421 3.974,14.11 4.687,14.538 15.788,9.12 15.788,9.112 19.531,10.931 19.538,10.931 23.545,12.877 19.167,15.344 12.415,19.144 13.257,19.643 20.08,15.75 20.08,15.715 20.108,15.729 24.194,13.397 25.085,12.884 17.413,9.205 "/> <polygon fill="%23CCCCCC" points="5.1,20.014 5.428,24.263 12.644,29.24 12.544,24.841 "/> <path d="M17.855,24.691c-0.19-0.309-0.478-0.471-0.863-0.485c-0.181-0.005-0.368,0.029-0.563,0.1l1.618,0.913 C18.01,25.019,17.946,24.843,17.855,24.691"/> <path d="M24.835,19.258c-0.219-0.029-0.456,0.014-0.713,0.128l1.476,0.799l0.014,0.007c-0.019-0.133-0.05-0.254-0.093-0.364 C25.392,19.491,25.163,19.301,24.835,19.258z"/> </svg>');
}
.yellow.icon-cube-in{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <polygon fill="%23ccaa00" points="17.211,5.397 13.891,3.748 13.854,8.789 10.965,7.298 15.412,16.271 20.363,12.159 17.173,10.508 "/> <polygon fill="%23f9e100" points="12.502,6.513 10.965,7.298 13.854,8.789 13.854,7.267 "/> <polygon fill="%23a58d00" points="17.173,10.508 18.718,9.788 18.718,4.769 17.211,5.397 "/> <polygon fill="%23f9e100" points="20.363,12.159 21.865,11.23 18.718,9.788 17.173,10.508 "/> <polygon fill="%23a58d00" points="21.865,11.23 17.344,15.162 15.412,16.271 20.363,12.159 "/> <polygon fill="%23f9e100" points="15.337,3.144 13.891,3.748 17.211,5.397 18.718,4.769 "/> </svg>');
}
.yellow.icon-cube-out{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <path fill="%23ccaa00" d="M19.096,12.94l2.032-1.2l-4.494-9.309l-2.154,0.98L19.096,12.94z"/> <path fill="%23f9e100" d="M14.481,3.411l-3.966,4.301l2.657,1.623l0.105,3.858L16.021,15l0.005-3.929l1.981,1.206l1.088,0.662 L14.481,3.411z"/> <path fill="%23a58d00" d="M16.026,11.071L16.021,15l1.955-1.155l0.031-1.567L16.026,11.071z"/> </svg> ');
}
.yellow.icon-pyramid{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="8.2,15.9 8.2,15.9 8.2,15.9 4.7,20.8 4.7,20.8 16.4,29.6 16.4,21.3 8.2,15.9 8.2,15.9 8.2,15.9"/> <polygon fill="%23CCCCCC" points="16.4,14 16.4,14 16.4,14"/> <polygon fill="%23a58d00" points="16.4,21.3 16.4,21.3 24.6,15.9 24.6,15.9 24.6,9.4 23,11.8 21.3,14.2 20,16.1"/> <path fill="%23ccaa00" d="M12.8,16.1l-1.3-1.9l-1.7-2.4L8.2,9.4l0,6.5l0,0h0l0,0l8.2,5.4l0,8.3l11.6-8.8l-3.5-4.9l0,0l-8.1,5.4l0,0L12.8,16.1z"/> <path fill="%23CCCCCC" d="M21.3,14.2l1.7-2.4l-1.4-7l-5.1,6.9L21.3,14.2 M16.4,14L16.4,14l-3.6,2.1l3.6,5.2l3.6-5.2L16.4,14z"/> <path fill="%23999999" d="M11.5,14.2l4.9-2.5l-5.2-6.9l-1.4,7L11.5,14.2 M16.4,14L16.4,14l3.6,2.1l1.3-1.9l-4.9-2.5L16.4,14z"/> <path fill="%23676767" d="M11.5,14.2l1.3,1.9l3.6-2.1l0,0l0-2.3L11.5,14.2z"/> </svg>');
}
.yellow.icon-pyramid.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%23f9e100" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%23a58d00" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.yellow.icon-start{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <path fill="%23a58d00" d="M19.5,12.6l3.8-2.2l0.3-3.9l-3.9,2.3L19.5,12.6 M22.7,17.8l0.3-3.7l-3.6,2.2l-0.2,3.8L22.7,17.8 M12.4,20.6l0,3.9l2.3-1.5l0,0l1.3-0.8v-3.8L12.4,20.6 M12.4,13L12.4,13l0,3.7l3.6-2.1v-3.7h0L12.4,13 M19.4,16.3l0.2-3.7 l-3.5,2v3.8L19.4,16.3 M26.7,11.9l0.4-3.6l-3.8,2.2L23,14.1L26.7,11.9z"/> <path fill="%23ccaa00" d="M23,14.1l-0.3,3.7l3.6-2.3l0.4-3.7L23,14.1 M16,22.2l3.2-2.1l0.2-3.8L16,18.4V22.2 M5.4,16.5l0.1,3.5 l3.2,2.1v-3.6L5.4,16.5 M12.4,8.9L12.4,8.9l-3.7,2h0l3.6,2.1l3.6-2.1L12.4,8.9 M23.6,6.5l-3.7-1.6L16,7l3.7,1.8L16,10.9h0v3.7 l3.5-2l0.2-3.8L23.6,6.5 M12.4,20.6l0-3.9l-3.7-2v3.7L12.4,20.6 M8.8,10.9L8.8,10.9L5.1,8.8h0l0.2,4.1l0,0l3.4,1.9V10.9 M27.1,8.3l0.5-4l-3.9,2.3l-0.3,3.9L27.1,8.3 M23,14.1l0.3-3.7l-3.8,2.2l-0.2,3.7L23,14.1z"/> <path fill="%23f9e100" d="M16,10.9l3.7-2.1L16,7l-3.6,1.9L16,10.9 M10.1,23L10.1,23l2.3,1.5l0-3.9l-3.6-2.2v3.6L10.1,23L10.1,23 M8.8,10.9L8.8,10.9l0,3.8l3.7,2l0-3.7l0,0L8.8,10.9 M12.4,8.9L12.4,8.9L8.9,7L5.1,8.8l3.6,2.1l0,0h0L12.4,8.9 M23.8,2.8 l-3.9,2.1l3.7,1.6l3.9-2.3L23.8,2.8 M12.4,16.7l0,3.9l3.6-2.2v-3.8L12.4,16.7 M5.3,12.9L5.3,12.9l0.1,3.6l3.3,2v-3.7L5.3,12.9z" /> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg> ');
}
.yellow.icon-start-reverse{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <polyline fill="%23a58d00" points="19.5,12.6 23.3,10.4 23.6,6.5 19.7,8.8 19.5,12.6 "/> <polyline fill="%23a58d00" points="22.7,17.8 23,14.1 19.4,16.3 19.2,20.1 22.7,17.8 "/> <polyline fill="%23a58d00" points="12.4,20.6 12.4,24.5 14.7,23 14.7,23 16,22.2 16,18.4 12.4,20.6 "/> <polyline fill="%23a58d00" points="12.4,13 12.4,13 12.4,16.7 16,14.6 16,10.9 16,10.9 12.4,13 "/> <polyline fill="%23a58d00" points="19.4,16.3 19.5,12.6 16,14.6 16,18.4 19.4,16.3 "/> <polygon fill="%23a58d00" points="26.7,11.9 27.1,8.3 23.3,10.4 23,14.1 "/> <polyline fill="%23CCCCCC" points="23,14.1 22.7,17.8 26.3,15.5 26.7,11.9 23,14.1 "/> <polyline fill="%23FFFFFF" points="16,22.2 19.2,20.1 19.4,16.3 16,18.4 16,22.2 "/> <polyline fill="%23f9e100" points="5.4,16.5 5.6,19.9 8.8,22.1 8.8,18.4 5.4,16.5 "/> <polyline fill="%23FFFFFF" points="12.4,8.9 12.4,8.9 8.8,10.9 8.8,10.9 12.4,13 16,10.9 12.4,8.9 "/> <polyline fill="%23FFFFFF" points="23.6,6.5 19.9,4.9 16,7 19.7,8.8 16,10.9 16,10.9 16,14.6 19.5,12.6 19.7,8.8 23.6,6.5 "/> <polyline fill="%23f9e100" points="12.4,20.6 12.4,16.7 8.8,14.7 8.8,18.4 12.4,20.6 "/> <polyline fill="%23f9e100" points="8.8,10.9 8.8,10.9 5.1,8.8 5.1,8.8 5.3,12.9 5.3,12.9 8.8,14.7 8.8,10.9 "/> <polyline fill="%23FFFFFF" points="27.1,8.3 27.5,4.2 23.6,6.5 23.3,10.4 27.1,8.3 "/> <polygon fill="%23FFFFFF" points="23,14.1 23.3,10.4 19.5,12.6 19.4,16.3 "/> <polyline fill="%23CCCCCC" points="16,10.9 19.7,8.8 16,7 12.4,8.9 16,10.9 "/> <polyline fill="%23FFFFFF" points="10.1,23 10.1,23 12.4,24.5 12.4,20.6 8.8,18.4 8.8,22.1 10.1,23 10.1,23 "/> <polyline fill="%23FFFFFF" points="8.8,10.9 8.8,10.9 8.8,14.7 12.4,16.7 12.4,13 12.4,13 8.8,10.9 "/> <polyline fill="%23CCCCCC" points="12.4,8.9 12.4,8.9 8.9,7 5.1,8.8 8.8,10.9 8.8,10.9 8.8,10.9 12.4,8.9 "/> <polyline fill="%23CCCCCC" points="23.8,2.8 19.9,4.9 23.6,6.5 27.5,4.2 23.8,2.8 "/> <polyline fill="%23FFFFFF" points="12.4,16.7 12.4,20.6 16,18.4 16,14.6 12.4,16.7 "/> <polygon fill="%23FFFFFF" points="5.3,12.9 5.3,12.9 5.4,16.5 8.8,18.4 8.8,14.7 "/> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg>');
}
.yellow.icon-connector-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23f9e100" stroke-linejoin="round" d="M0,16h16.807"/> <path fill="none" stroke="%23f9e100" stroke-width="1.0243" stroke-linejoin="round" d="M21.995,16.005h10"/> <circle fill="%23ccaa00" cx="16.005" cy="16.01" r="4"/> <path fill="none" stroke="%23f9e100" stroke-width="2.0611" stroke-miterlimit="10" d="M15.995,9c3.866,0,7,3.134,7,7s-3.134,7-7,7"/> </svg>');
}
.yellow.icon-connector-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23f9e100" stroke-linejoin="round" d="M32,16H15.193"/> <path fill="none" stroke="%23f9e100" stroke-width="1.0243" stroke-linejoin="round" d="M10.005,16.005h-10"/> <circle fill="%23ccaa00" cx="15.995" cy="16.01" r="4"/> <path fill="none" stroke="%23f9e100" stroke-width="2.0611" stroke-miterlimit="10" d="M16.005,9c-3.866,0-7,3.134-7,7s3.134,7,7,7"/> </svg> ');
}
.yellow.icon-track-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M16.001,22.913L16.001,22.913v-4.408l-3.227,1.856c-0.117,0.066-0.234,0.131-0.351,0.196 c-0.01,0.006-0.021,0.01-0.034,0.014c-0.005,0.006-0.012,0.011-0.02,0.014l-0.061,0.041h-0.007l-0.419,0.243l0.149,4.509 L16.001,22.913"/> <polygon fill="%23a58d00" points="21.84,14.252 21.847,14.252 25.742,12.038 26.066,7.515 18.816,11.296 18.715,16.028 "/> <polyline fill="%23CCCCCC" points="12.031,25.377 4.943,20.632 5.301,24.696 12.166,29.576 12.031,25.377 "/> <path fill="%23CCCCCC" d="M27.511,11.856l-0.797-0.365l-0.972,0.547l-3.895,2.214H21.84l-3.126,1.775l-1.924,1.094l-5.414-3.024 l-1.985-1.114l1.917-0.945l-0.027-0.689L7.92,12.983l8.87,5.036h0.007l0,0l2.045-1.168c0.953-0.546,1.905-1.093,2.856-1.64 c0.079-0.043,0.158-0.088,0.236-0.135L27.511,11.856z"/> <path fill="%23B6B6B6" d="M23.379,19.241c0.001-0.001,0.001-0.003,0-0.007l-6.609,4.158l-0.77-0.479l-3.969,2.464l0.135,4.199 l1.458-0.965l0.095-0.061c-0.009-0.594,0.16-1.231,0.506-1.91c0.311-0.612,0.698-1.134,1.161-1.566 c0.252-0.239,0.511-0.43,0.776-0.574c0.144-0.081,0.284-0.144,0.419-0.189c0.184-0.061,0.359-0.09,0.527-0.088 c0.374,0.005,0.65,0.153,0.83,0.446c0.111,0.175,0.181,0.382,0.209,0.621c0.004,0.006,0.009,0.01,0.014,0.013 c0.073,0.05,0.136,0.113,0.189,0.189l2.943-1.937l0.284-0.189c0.001-0.003,0.001-0.007,0-0.014c0.007-0.002,0.014-0.004,0.02-0.007 c0.029-0.536,0.191-1.103,0.486-1.701c0.275-0.563,0.612-1.044,1.013-1.445c0.177-0.177,0.357-0.328,0.54-0.452 c-0.001-0.002-0.004-0.006-0.007-0.014c0.019-0.003,0.037-0.008,0.054-0.013c0.034-0.021,0.067-0.041,0.101-0.061 c0.068-0.04,0.133-0.076,0.196-0.108c0.241-0.106,0.464-0.146,0.668-0.122c0.315,0.041,0.536,0.218,0.662,0.533 c0.044,0.111,0.073,0.233,0.088,0.365c0.149,0.056,0.262,0.155,0.338,0.297l0.284-0.182l0.23-3.011L23.379,19.241z"/> <path fill="%23676767" d="M17.702,25.168c-0.095,0-0.192,0.011-0.29,0.034c-0.357,0.08-0.735,0.307-1.134,0.682 c-0.047,0.044-0.095,0.089-0.142,0.135c-0.32,0.328-0.595,0.713-0.824,1.154c-0.073,0.138-0.138,0.273-0.196,0.405 c-0.16,0.403-0.243,0.787-0.25,1.154c-0.004,0.134,0.003,0.258,0.02,0.371c0.031,0.156,0.083,0.293,0.155,0.412 c0.042,0.067,0.089,0.123,0.142,0.169c0.045,0.041,0.092,0.075,0.142,0.101c0.113,0.063,0.246,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.01-0.015-0.021-0.031-0.034-0.047c-0.053-0.076-0.116-0.139-0.189-0.189 c-0.005-0.003-0.009-0.008-0.014-0.013c-0.031-0.018-0.065-0.036-0.101-0.054h-0.007C17.942,25.193,17.829,25.17,17.702,25.168"/> <path fill="%23676767" d="M24.729,20.362c-0.25,0.099-0.513,0.286-0.79,0.56c-0.329,0.329-0.61,0.725-0.844,1.188 c-0.248,0.491-0.389,0.959-0.425,1.404c-0.012,0.17-0.01,0.321,0.007,0.452c0.035,0.276,0.132,0.471,0.29,0.587l0.095,0.054 c0.053,0.028,0.112,0.049,0.176,0.061c0.405,0.072,0.851-0.133,1.337-0.614c0.333-0.329,0.617-0.727,0.851-1.195 c0.248-0.491,0.387-0.959,0.419-1.404c0.028-0.357-0.008-0.634-0.108-0.83c-0.076-0.142-0.188-0.241-0.338-0.297 c-0.001,0.001-0.003,0.001-0.007,0c-0.034-0.011-0.07-0.02-0.108-0.027C25.107,20.27,24.922,20.29,24.729,20.362"/> <path fill="%23676767" d="M23.379,19.234c0.001,0.003,0.001,0.006,0,0.007l2.869-1.809l0.837-0.52l0.425-5.056l-5.576,3.22 c-0.078,0.047-0.157,0.092-0.236,0.135c-0.95,0.548-1.902,1.095-2.856,1.64l-2.045,1.168l0,0v0.169v0.061c0,0.074,0,0.148,0,0.223 l-0.027,4.921L23.379,19.234"/> <polygon fill="%23676767" points="11.377,14.097 11.309,12.038 9.392,12.983 "/> <polyline fill="%23ccaa00" points="4.572,16.298 4.943,20.632 12.031,25.377 11.883,20.868 4.572,16.298 "/> <polygon fill="%23ccaa00" points="11.309,12.038 11.377,14.097 16.791,17.121 18.715,16.028 18.816,11.296 11.154,7.515 11.282,11.35 "/> <path d="M17.263,24.743c0.048,0.029,0.093,0.058,0.135,0.088l0.641,0.405h0.007c0.037,0.018,0.07,0.036,0.101,0.054 c-0.028-0.239-0.098-0.446-0.209-0.621c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.003-0.343,0.027-0.527,0.088L17.263,24.743"/> <path d="M24.648,19.43c-0.205-0.025-0.427,0.016-0.668,0.122l1.411,0.776c0.004,0.001,0.006,0.001,0.007,0 c-0.014-0.132-0.044-0.253-0.088-0.365C25.184,19.648,24.963,19.471,24.648,19.43z"/> <path fill="%23999999" d="M16.581,24.311c-0.135,0.045-0.274,0.108-0.419,0.189c-0.266,0.144-0.524,0.335-0.776,0.574 c-0.464,0.432-0.851,0.954-1.161,1.566c-0.347,0.68-0.515,1.316-0.506,1.91l-0.095,0.061l1.559,1.073 c-0.052-0.045-0.1-0.102-0.142-0.169c-0.072-0.119-0.124-0.256-0.155-0.412c-0.017-0.114-0.024-0.237-0.02-0.371 c0.007-0.367,0.09-0.752,0.25-1.154c0.058-0.132,0.123-0.267,0.196-0.405c0.229-0.442,0.503-0.827,0.824-1.154 c0.047-0.046,0.094-0.091,0.142-0.135c0.399-0.374,0.777-0.602,1.134-0.682c0.099-0.023,0.195-0.034,0.29-0.034 c0.128,0.002,0.24,0.024,0.338,0.068l-0.641-0.405c-0.042-0.03-0.087-0.059-0.135-0.088L16.581,24.311"/> <path fill="%23999999" d="M23.096,20.2c-0.401,0.401-0.738,0.882-1.013,1.445c-0.295,0.598-0.457,1.165-0.486,1.701 c-0.007,0.002-0.013,0.005-0.02,0.007c0.001,0.006,0.001,0.011,0,0.014l-0.284,0.189l1.674,0.999 c-0.159-0.116-0.255-0.312-0.29-0.587c-0.017-0.131-0.019-0.282-0.007-0.452c0.036-0.446,0.178-0.914,0.425-1.404 c0.234-0.464,0.515-0.86,0.844-1.188c0.277-0.274,0.54-0.461,0.79-0.56c0.193-0.072,0.377-0.092,0.554-0.061 c0.038,0.007,0.074,0.016,0.108,0.027l-1.411-0.776c-0.063,0.032-0.128,0.068-0.196,0.108c-0.034,0.02-0.068,0.04-0.101,0.061 c-0.016,0.01-0.032,0.019-0.047,0.027C23.453,19.872,23.273,20.023,23.096,20.2"/> <path fill="%23999999" d="M7.92,12.983l0.095,1.593l0.641-0.317l7.345,4.246v4.408l0,0l0.77,0.479l0.027-4.921 c0-0.075,0-0.149,0-0.223v-0.061l-0.007-0.169L7.92,12.983z"/> <path fill="%23CCCCCC" d="M8.656,14.259l-0.641,0.317l-3.443,1.721l7.311,4.57l0.419-0.243l0.068-0.041 c0.009-0.003,0.015-0.007,0.02-0.014c0.013-0.003,0.024-0.008,0.034-0.014c0.117-0.065,0.234-0.13,0.351-0.196l3.227-1.856 L8.656,14.259"/> <polygon fill="%23f9e100" points="18.816,11.296 26.066,7.515 18.438,4.248 11.154,7.515 "/> </svg>');
}
.yellow.icon-truck-empty{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23a58d00" points="27.224,15.822 27.588,11.465 25.099,12.891 24.793,17.312 24.907,17.24 "/> <polygon fill="%23f9e100" points="25.099,12.891 27.588,11.465 19.916,7.957 17.413,9.205 25.085,12.884 "/> <path fill="%23B6B6B6" d="M24.793,17.312l-0.064,0.955l-1.248,0.777l-0.014,0.007l-10.117,6.31l-0.799-0.52h-0.007l0.1,4.399 l0.642-0.421l0.164-0.107c0-0.048,0.002-0.095,0.007-0.143c0.019-0.575,0.193-1.188,0.52-1.839c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.033-0.019,0.067-0.036,0.1-0.05c0.109-0.057,0.216-0.102,0.321-0.135 c0.195-0.071,0.383-0.105,0.563-0.1c0.385,0.014,0.673,0.176,0.863,0.485c0.09,0.152,0.154,0.328,0.193,0.528 c0.005,0.038,0.01,0.078,0.014,0.121c0.076,0.048,0.143,0.114,0.2,0.2c0.005,0.005,0.01,0.01,0.014,0.014l3.03-1.982l0.314-0.2 c0.005-0.005,0.014-0.01,0.029-0.014c0.024-0.57,0.19-1.169,0.499-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.09-0.09,0.181-0.171,0.271-0.242c0.052-0.048,0.105-0.09,0.157-0.128c0.038-0.029,0.078-0.057,0.121-0.086 c0.057-0.038,0.114-0.074,0.171-0.107c0.062-0.033,0.126-0.064,0.193-0.093c0.257-0.114,0.494-0.157,0.713-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.043,0.109,0.074,0.231,0.093,0.364c0.143,0.057,0.254,0.171,0.335,0.342l0.927-0.613 l0.349-4.1l-2.317,1.419L24.793,17.312"/> <polygon fill="%23B6B6B6" points="19.167,15.344 15.774,13.561 5.129,19.187 12.522,23.921 12.415,19.144 "/> <polyline fill="%23676767" points="15.774,13.462 15.781,13.148 15.788,9.12 4.687,14.538 5.036,19.13 5.129,19.187 15.774,13.561 15.774,13.462 "/> <path fill="%23676767" d="M18.276,25.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C18.483,26.022,18.414,25.758,18.276,25.554"/> <path fill="%23676767" d="M25.948,20.534c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,20.553,25.952,20.544,25.948,20.534"/> <polygon fill="%23676767" points="20.108,15.729 20.08,15.75 13.257,19.643 13.328,24.192 13.335,24.356 13.328,24.356 13.349,25.361 23.467,19.051 23.481,19.044 24.729,18.267 24.793,17.312 24.793,17.312 25.099,12.891 24.201,13.397 24.194,13.397 "/> <polyline fill="%23999999" points="15.788,9.112 15.788,9.12 15.781,13.148 15.781,13.454 15.774,13.462 15.774,13.561 19.167,15.344 23.545,12.877 19.538,10.931 19.531,10.931 15.788,9.112 "/> <path fill="%23999999" d="M18.062,25.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C17.741,25.188,17.92,25.235,18.062,25.34"/> <path fill="%23999999" d="M24.122,19.386c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,19.386"/> <polygon fill="%23999999" points="4.687,14.538 3.974,14.11 4.416,19.565 12.551,24.841 13.349,25.361 13.328,24.356 13.328,24.192 13.257,19.643 12.415,19.144 12.522,23.921 5.129,19.187 5.036,19.13 "/> <polyline fill="%23CCCCCC" points="17.413,9.205 15.788,8.421 3.974,14.11 4.687,14.538 15.788,9.12 15.788,9.112 19.531,10.931 19.538,10.931 23.545,12.877 19.167,15.344 12.415,19.144 13.257,19.643 20.08,15.75 20.08,15.715 20.108,15.729 24.194,13.397 25.085,12.884 17.413,9.205 "/> <polygon fill="%23CCCCCC" points="5.1,20.014 5.428,24.263 12.644,29.24 12.544,24.841 "/> <path d="M17.855,24.691c-0.19-0.309-0.478-0.471-0.863-0.485c-0.181-0.005-0.368,0.029-0.563,0.1l1.618,0.913 C18.01,25.019,17.946,24.843,17.855,24.691"/> <path d="M24.835,19.258c-0.219-0.029-0.456,0.014-0.713,0.128l1.476,0.799l0.014,0.007c-0.019-0.133-0.05-0.254-0.093-0.364 C25.392,19.491,25.163,19.301,24.835,19.258z"/> </svg>');
}
.purple.icon-cube-in{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <polygon fill="%23FF66FF" points="17.211,5.397 13.891,3.748 13.854,8.789 10.965,7.298 15.412,16.271 20.363,12.159 17.173,10.508 "/> <polygon fill="%23FF99FF" points="12.502,6.513 10.965,7.298 13.854,8.789 13.854,7.267 "/> <polygon fill="%23990099" points="17.173,10.508 18.718,9.788 18.718,4.769 17.211,5.397 "/> <polygon fill="%23FF99FF" points="20.363,12.159 21.865,11.23 18.718,9.788 17.173,10.508 "/> <polygon fill="%23990099" points="21.865,11.23 17.344,15.162 15.412,16.271 20.363,12.159 "/> <polygon fill="%23FF99FF" points="15.337,3.144 13.891,3.748 17.211,5.397 18.718,4.769 "/> </svg>');
}
.purple.icon-cube-out{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <path fill="%23FF66FF" d="M19.096,12.94l2.032-1.2l-4.494-9.309l-2.154,0.98L19.096,12.94z"/> <path fill="%23FF99FF" d="M14.481,3.411l-3.966,4.301l2.657,1.623l0.105,3.858L16.021,15l0.005-3.929l1.981,1.206l1.088,0.662 L14.481,3.411z"/> <path fill="%23990099" d="M16.026,11.071L16.021,15l1.955-1.155l0.031-1.567L16.026,11.071z"/> </svg> ');
}
.purple.icon-pyramid{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="8.2,15.9 8.2,15.9 8.2,15.9 4.7,20.8 4.7,20.8 16.4,29.6 16.4,21.3 8.2,15.9 8.2,15.9 8.2,15.9"/> <polygon fill="%23CCCCCC" points="16.4,14 16.4,14 16.4,14"/> <polygon fill="%23990099" points="16.4,21.3 16.4,21.3 24.6,15.9 24.6,15.9 24.6,9.4 23,11.8 21.3,14.2 20,16.1"/> <path fill="%23FF66FF" d="M12.8,16.1l-1.3-1.9l-1.7-2.4L8.2,9.4l0,6.5l0,0h0l0,0l8.2,5.4l0,8.3l11.6-8.8l-3.5-4.9l0,0l-8.1,5.4l0,0L12.8,16.1z"/> <path fill="%23CCCCCC" d="M21.3,14.2l1.7-2.4l-1.4-7l-5.1,6.9L21.3,14.2 M16.4,14L16.4,14l-3.6,2.1l3.6,5.2l3.6-5.2L16.4,14z"/> <path fill="%23999999" d="M11.5,14.2l4.9-2.5l-5.2-6.9l-1.4,7L11.5,14.2 M16.4,14L16.4,14l3.6,2.1l1.3-1.9l-4.9-2.5L16.4,14z"/> <path fill="%23676767" d="M11.5,14.2l1.3,1.9l3.6-2.1l0,0l0-2.3L11.5,14.2z"/> </svg>');
}
.purple.icon-pyramid.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%23FF99FF" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%23990099" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.purple.icon-start{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <path fill="%23990099" d="M19.5,12.6l3.8-2.2l0.3-3.9l-3.9,2.3L19.5,12.6 M22.7,17.8l0.3-3.7l-3.6,2.2l-0.2,3.8L22.7,17.8 M12.4,20.6l0,3.9l2.3-1.5l0,0l1.3-0.8v-3.8L12.4,20.6 M12.4,13L12.4,13l0,3.7l3.6-2.1v-3.7h0L12.4,13 M19.4,16.3l0.2-3.7 l-3.5,2v3.8L19.4,16.3 M26.7,11.9l0.4-3.6l-3.8,2.2L23,14.1L26.7,11.9z"/> <path fill="%23FF66FF" d="M23,14.1l-0.3,3.7l3.6-2.3l0.4-3.7L23,14.1 M16,22.2l3.2-2.1l0.2-3.8L16,18.4V22.2 M5.4,16.5l0.1,3.5 l3.2,2.1v-3.6L5.4,16.5 M12.4,8.9L12.4,8.9l-3.7,2h0l3.6,2.1l3.6-2.1L12.4,8.9 M23.6,6.5l-3.7-1.6L16,7l3.7,1.8L16,10.9h0v3.7 l3.5-2l0.2-3.8L23.6,6.5 M12.4,20.6l0-3.9l-3.7-2v3.7L12.4,20.6 M8.8,10.9L8.8,10.9L5.1,8.8h0l0.2,4.1l0,0l3.4,1.9V10.9 M27.1,8.3l0.5-4l-3.9,2.3l-0.3,3.9L27.1,8.3 M23,14.1l0.3-3.7l-3.8,2.2l-0.2,3.7L23,14.1z"/> <path fill="%23FF99FF" d="M16,10.9l3.7-2.1L16,7l-3.6,1.9L16,10.9 M10.1,23L10.1,23l2.3,1.5l0-3.9l-3.6-2.2v3.6L10.1,23L10.1,23 M8.8,10.9L8.8,10.9l0,3.8l3.7,2l0-3.7l0,0L8.8,10.9 M12.4,8.9L12.4,8.9L8.9,7L5.1,8.8l3.6,2.1l0,0h0L12.4,8.9 M23.8,2.8 l-3.9,2.1l3.7,1.6l3.9-2.3L23.8,2.8 M12.4,16.7l0,3.9l3.6-2.2v-3.8L12.4,16.7 M5.3,12.9L5.3,12.9l0.1,3.6l3.3,2v-3.7L5.3,12.9z" /> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg> ');
}
.purple.icon-start-reverse{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <polyline fill="%23990099" points="19.5,12.6 23.3,10.4 23.6,6.5 19.7,8.8 19.5,12.6 "/> <polyline fill="%23990099" points="22.7,17.8 23,14.1 19.4,16.3 19.2,20.1 22.7,17.8 "/> <polyline fill="%23990099" points="12.4,20.6 12.4,24.5 14.7,23 14.7,23 16,22.2 16,18.4 12.4,20.6 "/> <polyline fill="%23990099" points="12.4,13 12.4,13 12.4,16.7 16,14.6 16,10.9 16,10.9 12.4,13 "/> <polyline fill="%23990099" points="19.4,16.3 19.5,12.6 16,14.6 16,18.4 19.4,16.3 "/> <polygon fill="%23990099" points="26.7,11.9 27.1,8.3 23.3,10.4 23,14.1 "/> <polyline fill="%23CCCCCC" points="23,14.1 22.7,17.8 26.3,15.5 26.7,11.9 23,14.1 "/> <polyline fill="%23FFFFFF" points="16,22.2 19.2,20.1 19.4,16.3 16,18.4 16,22.2 "/> <polyline fill="%23FF99FF" points="5.4,16.5 5.6,19.9 8.8,22.1 8.8,18.4 5.4,16.5 "/> <polyline fill="%23FFFFFF" points="12.4,8.9 12.4,8.9 8.8,10.9 8.8,10.9 12.4,13 16,10.9 12.4,8.9 "/> <polyline fill="%23FFFFFF" points="23.6,6.5 19.9,4.9 16,7 19.7,8.8 16,10.9 16,10.9 16,14.6 19.5,12.6 19.7,8.8 23.6,6.5 "/> <polyline fill="%23FF99FF" points="12.4,20.6 12.4,16.7 8.8,14.7 8.8,18.4 12.4,20.6 "/> <polyline fill="%23FF99FF" points="8.8,10.9 8.8,10.9 5.1,8.8 5.1,8.8 5.3,12.9 5.3,12.9 8.8,14.7 8.8,10.9 "/> <polyline fill="%23FFFFFF" points="27.1,8.3 27.5,4.2 23.6,6.5 23.3,10.4 27.1,8.3 "/> <polygon fill="%23FFFFFF" points="23,14.1 23.3,10.4 19.5,12.6 19.4,16.3 "/> <polyline fill="%23CCCCCC" points="16,10.9 19.7,8.8 16,7 12.4,8.9 16,10.9 "/> <polyline fill="%23FFFFFF" points="10.1,23 10.1,23 12.4,24.5 12.4,20.6 8.8,18.4 8.8,22.1 10.1,23 10.1,23 "/> <polyline fill="%23FFFFFF" points="8.8,10.9 8.8,10.9 8.8,14.7 12.4,16.7 12.4,13 12.4,13 8.8,10.9 "/> <polyline fill="%23CCCCCC" points="12.4,8.9 12.4,8.9 8.9,7 5.1,8.8 8.8,10.9 8.8,10.9 8.8,10.9 12.4,8.9 "/> <polyline fill="%23CCCCCC" points="23.8,2.8 19.9,4.9 23.6,6.5 27.5,4.2 23.8,2.8 "/> <polyline fill="%23FFFFFF" points="12.4,16.7 12.4,20.6 16,18.4 16,14.6 12.4,16.7 "/> <polygon fill="%23FFFFFF" points="5.3,12.9 5.3,12.9 5.4,16.5 8.8,18.4 8.8,14.7 "/> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg>');
}
.purple.icon-connector-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FF99FF" stroke-linejoin="round" d="M0,16h16.807"/> <path fill="none" stroke="%23FF99FF" stroke-width="1.0243" stroke-linejoin="round" d="M21.995,16.005h10"/> <circle fill="%23FF66FF" cx="16.005" cy="16.01" r="4"/> <path fill="none" stroke="%23FF99FF" stroke-width="2.0611" stroke-miterlimit="10" d="M15.995,9c3.866,0,7,3.134,7,7s-3.134,7-7,7"/> </svg>');
}
.purple.icon-connector-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FF99FF" stroke-linejoin="round" d="M32,16H15.193"/> <path fill="none" stroke="%23FF99FF" stroke-width="1.0243" stroke-linejoin="round" d="M10.005,16.005h-10"/> <circle fill="%23FF66FF" cx="15.995" cy="16.01" r="4"/> <path fill="none" stroke="%23FF99FF" stroke-width="2.0611" stroke-miterlimit="10" d="M16.005,9c-3.866,0-7,3.134-7,7s3.134,7,7,7"/> </svg> ');
}
.purple.icon-track-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M16.001,22.913L16.001,22.913v-4.408l-3.227,1.856c-0.117,0.066-0.234,0.131-0.351,0.196 c-0.01,0.006-0.021,0.01-0.034,0.014c-0.005,0.006-0.012,0.011-0.02,0.014l-0.061,0.041h-0.007l-0.419,0.243l0.149,4.509 L16.001,22.913"/> <polygon fill="%23990099" points="21.84,14.252 21.847,14.252 25.742,12.038 26.066,7.515 18.816,11.296 18.715,16.028 "/> <polyline fill="%23CCCCCC" points="12.031,25.377 4.943,20.632 5.301,24.696 12.166,29.576 12.031,25.377 "/> <path fill="%23CCCCCC" d="M27.511,11.856l-0.797-0.365l-0.972,0.547l-3.895,2.214H21.84l-3.126,1.775l-1.924,1.094l-5.414-3.024 l-1.985-1.114l1.917-0.945l-0.027-0.689L7.92,12.983l8.87,5.036h0.007l0,0l2.045-1.168c0.953-0.546,1.905-1.093,2.856-1.64 c0.079-0.043,0.158-0.088,0.236-0.135L27.511,11.856z"/> <path fill="%23B6B6B6" d="M23.379,19.241c0.001-0.001,0.001-0.003,0-0.007l-6.609,4.158l-0.77-0.479l-3.969,2.464l0.135,4.199 l1.458-0.965l0.095-0.061c-0.009-0.594,0.16-1.231,0.506-1.91c0.311-0.612,0.698-1.134,1.161-1.566 c0.252-0.239,0.511-0.43,0.776-0.574c0.144-0.081,0.284-0.144,0.419-0.189c0.184-0.061,0.359-0.09,0.527-0.088 c0.374,0.005,0.65,0.153,0.83,0.446c0.111,0.175,0.181,0.382,0.209,0.621c0.004,0.006,0.009,0.01,0.014,0.013 c0.073,0.05,0.136,0.113,0.189,0.189l2.943-1.937l0.284-0.189c0.001-0.003,0.001-0.007,0-0.014c0.007-0.002,0.014-0.004,0.02-0.007 c0.029-0.536,0.191-1.103,0.486-1.701c0.275-0.563,0.612-1.044,1.013-1.445c0.177-0.177,0.357-0.328,0.54-0.452 c-0.001-0.002-0.004-0.006-0.007-0.014c0.019-0.003,0.037-0.008,0.054-0.013c0.034-0.021,0.067-0.041,0.101-0.061 c0.068-0.04,0.133-0.076,0.196-0.108c0.241-0.106,0.464-0.146,0.668-0.122c0.315,0.041,0.536,0.218,0.662,0.533 c0.044,0.111,0.073,0.233,0.088,0.365c0.149,0.056,0.262,0.155,0.338,0.297l0.284-0.182l0.23-3.011L23.379,19.241z"/> <path fill="%23676767" d="M17.702,25.168c-0.095,0-0.192,0.011-0.29,0.034c-0.357,0.08-0.735,0.307-1.134,0.682 c-0.047,0.044-0.095,0.089-0.142,0.135c-0.32,0.328-0.595,0.713-0.824,1.154c-0.073,0.138-0.138,0.273-0.196,0.405 c-0.16,0.403-0.243,0.787-0.25,1.154c-0.004,0.134,0.003,0.258,0.02,0.371c0.031,0.156,0.083,0.293,0.155,0.412 c0.042,0.067,0.089,0.123,0.142,0.169c0.045,0.041,0.092,0.075,0.142,0.101c0.113,0.063,0.246,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.01-0.015-0.021-0.031-0.034-0.047c-0.053-0.076-0.116-0.139-0.189-0.189 c-0.005-0.003-0.009-0.008-0.014-0.013c-0.031-0.018-0.065-0.036-0.101-0.054h-0.007C17.942,25.193,17.829,25.17,17.702,25.168"/> <path fill="%23676767" d="M24.729,20.362c-0.25,0.099-0.513,0.286-0.79,0.56c-0.329,0.329-0.61,0.725-0.844,1.188 c-0.248,0.491-0.389,0.959-0.425,1.404c-0.012,0.17-0.01,0.321,0.007,0.452c0.035,0.276,0.132,0.471,0.29,0.587l0.095,0.054 c0.053,0.028,0.112,0.049,0.176,0.061c0.405,0.072,0.851-0.133,1.337-0.614c0.333-0.329,0.617-0.727,0.851-1.195 c0.248-0.491,0.387-0.959,0.419-1.404c0.028-0.357-0.008-0.634-0.108-0.83c-0.076-0.142-0.188-0.241-0.338-0.297 c-0.001,0.001-0.003,0.001-0.007,0c-0.034-0.011-0.07-0.02-0.108-0.027C25.107,20.27,24.922,20.29,24.729,20.362"/> <path fill="%23676767" d="M23.379,19.234c0.001,0.003,0.001,0.006,0,0.007l2.869-1.809l0.837-0.52l0.425-5.056l-5.576,3.22 c-0.078,0.047-0.157,0.092-0.236,0.135c-0.95,0.548-1.902,1.095-2.856,1.64l-2.045,1.168l0,0v0.169v0.061c0,0.074,0,0.148,0,0.223 l-0.027,4.921L23.379,19.234"/> <polygon fill="%23676767" points="11.377,14.097 11.309,12.038 9.392,12.983 "/> <polyline fill="%23FF66FF" points="4.572,16.298 4.943,20.632 12.031,25.377 11.883,20.868 4.572,16.298 "/> <polygon fill="%23FF66FF" points="11.309,12.038 11.377,14.097 16.791,17.121 18.715,16.028 18.816,11.296 11.154,7.515 11.282,11.35 "/> <path d="M17.263,24.743c0.048,0.029,0.093,0.058,0.135,0.088l0.641,0.405h0.007c0.037,0.018,0.07,0.036,0.101,0.054 c-0.028-0.239-0.098-0.446-0.209-0.621c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.003-0.343,0.027-0.527,0.088L17.263,24.743"/> <path d="M24.648,19.43c-0.205-0.025-0.427,0.016-0.668,0.122l1.411,0.776c0.004,0.001,0.006,0.001,0.007,0 c-0.014-0.132-0.044-0.253-0.088-0.365C25.184,19.648,24.963,19.471,24.648,19.43z"/> <path fill="%23999999" d="M16.581,24.311c-0.135,0.045-0.274,0.108-0.419,0.189c-0.266,0.144-0.524,0.335-0.776,0.574 c-0.464,0.432-0.851,0.954-1.161,1.566c-0.347,0.68-0.515,1.316-0.506,1.91l-0.095,0.061l1.559,1.073 c-0.052-0.045-0.1-0.102-0.142-0.169c-0.072-0.119-0.124-0.256-0.155-0.412c-0.017-0.114-0.024-0.237-0.02-0.371 c0.007-0.367,0.09-0.752,0.25-1.154c0.058-0.132,0.123-0.267,0.196-0.405c0.229-0.442,0.503-0.827,0.824-1.154 c0.047-0.046,0.094-0.091,0.142-0.135c0.399-0.374,0.777-0.602,1.134-0.682c0.099-0.023,0.195-0.034,0.29-0.034 c0.128,0.002,0.24,0.024,0.338,0.068l-0.641-0.405c-0.042-0.03-0.087-0.059-0.135-0.088L16.581,24.311"/> <path fill="%23999999" d="M23.096,20.2c-0.401,0.401-0.738,0.882-1.013,1.445c-0.295,0.598-0.457,1.165-0.486,1.701 c-0.007,0.002-0.013,0.005-0.02,0.007c0.001,0.006,0.001,0.011,0,0.014l-0.284,0.189l1.674,0.999 c-0.159-0.116-0.255-0.312-0.29-0.587c-0.017-0.131-0.019-0.282-0.007-0.452c0.036-0.446,0.178-0.914,0.425-1.404 c0.234-0.464,0.515-0.86,0.844-1.188c0.277-0.274,0.54-0.461,0.79-0.56c0.193-0.072,0.377-0.092,0.554-0.061 c0.038,0.007,0.074,0.016,0.108,0.027l-1.411-0.776c-0.063,0.032-0.128,0.068-0.196,0.108c-0.034,0.02-0.068,0.04-0.101,0.061 c-0.016,0.01-0.032,0.019-0.047,0.027C23.453,19.872,23.273,20.023,23.096,20.2"/> <path fill="%23999999" d="M7.92,12.983l0.095,1.593l0.641-0.317l7.345,4.246v4.408l0,0l0.77,0.479l0.027-4.921 c0-0.075,0-0.149,0-0.223v-0.061l-0.007-0.169L7.92,12.983z"/> <path fill="%23CCCCCC" d="M8.656,14.259l-0.641,0.317l-3.443,1.721l7.311,4.57l0.419-0.243l0.068-0.041 c0.009-0.003,0.015-0.007,0.02-0.014c0.013-0.003,0.024-0.008,0.034-0.014c0.117-0.065,0.234-0.13,0.351-0.196l3.227-1.856 L8.656,14.259"/> <polygon fill="%23FF99FF" points="18.816,11.296 26.066,7.515 18.438,4.248 11.154,7.515 "/> </svg>');
}
.purple.icon-truck-empty{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23990099" points="27.224,15.822 27.588,11.465 25.099,12.891 24.793,17.312 24.907,17.24 "/> <polygon fill="%23FF99FF" points="25.099,12.891 27.588,11.465 19.916,7.957 17.413,9.205 25.085,12.884 "/> <path fill="%23B6B6B6" d="M24.793,17.312l-0.064,0.955l-1.248,0.777l-0.014,0.007l-10.117,6.31l-0.799-0.52h-0.007l0.1,4.399 l0.642-0.421l0.164-0.107c0-0.048,0.002-0.095,0.007-0.143c0.019-0.575,0.193-1.188,0.52-1.839c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.033-0.019,0.067-0.036,0.1-0.05c0.109-0.057,0.216-0.102,0.321-0.135 c0.195-0.071,0.383-0.105,0.563-0.1c0.385,0.014,0.673,0.176,0.863,0.485c0.09,0.152,0.154,0.328,0.193,0.528 c0.005,0.038,0.01,0.078,0.014,0.121c0.076,0.048,0.143,0.114,0.2,0.2c0.005,0.005,0.01,0.01,0.014,0.014l3.03-1.982l0.314-0.2 c0.005-0.005,0.014-0.01,0.029-0.014c0.024-0.57,0.19-1.169,0.499-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.09-0.09,0.181-0.171,0.271-0.242c0.052-0.048,0.105-0.09,0.157-0.128c0.038-0.029,0.078-0.057,0.121-0.086 c0.057-0.038,0.114-0.074,0.171-0.107c0.062-0.033,0.126-0.064,0.193-0.093c0.257-0.114,0.494-0.157,0.713-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.043,0.109,0.074,0.231,0.093,0.364c0.143,0.057,0.254,0.171,0.335,0.342l0.927-0.613 l0.349-4.1l-2.317,1.419L24.793,17.312"/> <polygon fill="%23B6B6B6" points="19.167,15.344 15.774,13.561 5.129,19.187 12.522,23.921 12.415,19.144 "/> <polyline fill="%23676767" points="15.774,13.462 15.781,13.148 15.788,9.12 4.687,14.538 5.036,19.13 5.129,19.187 15.774,13.561 15.774,13.462 "/> <path fill="%23676767" d="M18.276,25.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C18.483,26.022,18.414,25.758,18.276,25.554"/> <path fill="%23676767" d="M25.948,20.534c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,20.553,25.952,20.544,25.948,20.534"/> <polygon fill="%23676767" points="20.108,15.729 20.08,15.75 13.257,19.643 13.328,24.192 13.335,24.356 13.328,24.356 13.349,25.361 23.467,19.051 23.481,19.044 24.729,18.267 24.793,17.312 24.793,17.312 25.099,12.891 24.201,13.397 24.194,13.397 "/> <polyline fill="%23999999" points="15.788,9.112 15.788,9.12 15.781,13.148 15.781,13.454 15.774,13.462 15.774,13.561 19.167,15.344 23.545,12.877 19.538,10.931 19.531,10.931 15.788,9.112 "/> <path fill="%23999999" d="M18.062,25.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C17.741,25.188,17.92,25.235,18.062,25.34"/> <path fill="%23999999" d="M24.122,19.386c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,19.386"/> <polygon fill="%23999999" points="4.687,14.538 3.974,14.11 4.416,19.565 12.551,24.841 13.349,25.361 13.328,24.356 13.328,24.192 13.257,19.643 12.415,19.144 12.522,23.921 5.129,19.187 5.036,19.13 "/> <polyline fill="%23CCCCCC" points="17.413,9.205 15.788,8.421 3.974,14.11 4.687,14.538 15.788,9.12 15.788,9.112 19.531,10.931 19.538,10.931 23.545,12.877 19.167,15.344 12.415,19.144 13.257,19.643 20.08,15.75 20.08,15.715 20.108,15.729 24.194,13.397 25.085,12.884 17.413,9.205 "/> <polygon fill="%23CCCCCC" points="5.1,20.014 5.428,24.263 12.644,29.24 12.544,24.841 "/> <path d="M17.855,24.691c-0.19-0.309-0.478-0.471-0.863-0.485c-0.181-0.005-0.368,0.029-0.563,0.1l1.618,0.913 C18.01,25.019,17.946,24.843,17.855,24.691"/> <path d="M24.835,19.258c-0.219-0.029-0.456,0.014-0.713,0.128l1.476,0.799l0.014,0.007c-0.019-0.133-0.05-0.254-0.093-0.364 C25.392,19.491,25.163,19.301,24.835,19.258z"/> </svg>');
}
.grey.icon-cube-in{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <polygon fill="%23999999" points="17.211,5.397 13.891,3.748 13.854,8.789 10.965,7.298 15.412,16.271 20.363,12.159 17.173,10.508 "/> <polygon fill="%23CCCCCC" points="12.502,6.513 10.965,7.298 13.854,8.789 13.854,7.267 "/> <polygon fill="%23676767" points="17.173,10.508 18.718,9.788 18.718,4.769 17.211,5.397 "/> <polygon fill="%23CCCCCC" points="20.363,12.159 21.865,11.23 18.718,9.788 17.173,10.508 "/> <polygon fill="%23676767" points="21.865,11.23 17.344,15.162 15.412,16.271 20.363,12.159 "/> <polygon fill="%23CCCCCC" points="15.337,3.144 13.891,3.748 17.211,5.397 18.718,4.769 "/> </svg>');
}
.grey.icon-cube-out{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <path fill="%23999999" d="M19.096,12.94l2.032-1.2l-4.494-9.309l-2.154,0.98L19.096,12.94z"/> <path fill="%23CCCCCC" d="M14.481,3.411l-3.966,4.301l2.657,1.623l0.105,3.858L16.021,15l0.005-3.929l1.981,1.206l1.088,0.662 L14.481,3.411z"/> <path fill="%23676767" d="M16.026,11.071L16.021,15l1.955-1.155l0.031-1.567L16.026,11.071z"/> </svg> ');
}
.grey.icon-pyramid{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="8.2,15.9 8.2,15.9 8.2,15.9 4.7,20.8 4.7,20.8 16.4,29.6 16.4,21.3 8.2,15.9 8.2,15.9 8.2,15.9"/> <polygon fill="%23CCCCCC" points="16.4,14 16.4,14 16.4,14"/> <polygon fill="%23676767" points="16.4,21.3 16.4,21.3 24.6,15.9 24.6,15.9 24.6,9.4 23,11.8 21.3,14.2 20,16.1"/> <path fill="%23999999" d="M12.8,16.1l-1.3-1.9l-1.7-2.4L8.2,9.4l0,6.5l0,0h0l0,0l8.2,5.4l0,8.3l11.6-8.8l-3.5-4.9l0,0l-8.1,5.4l0,0L12.8,16.1z"/> <path fill="%23CCCCCC" d="M21.3,14.2l1.7-2.4l-1.4-7l-5.1,6.9L21.3,14.2 M16.4,14L16.4,14l-3.6,2.1l3.6,5.2l3.6-5.2L16.4,14z"/> <path fill="%23999999" d="M11.5,14.2l4.9-2.5l-5.2-6.9l-1.4,7L11.5,14.2 M16.4,14L16.4,14l3.6,2.1l1.3-1.9l-4.9-2.5L16.4,14z"/> <path fill="%23676767" d="M11.5,14.2l1.3,1.9l3.6-2.1l0,0l0-2.3L11.5,14.2z"/> </svg>');
}
.grey.icon-pyramid.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%23CCCCCC" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%23676767" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.grey.icon-start{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <path fill="%23676767" d="M19.5,12.6l3.8-2.2l0.3-3.9l-3.9,2.3L19.5,12.6 M22.7,17.8l0.3-3.7l-3.6,2.2l-0.2,3.8L22.7,17.8 M12.4,20.6l0,3.9l2.3-1.5l0,0l1.3-0.8v-3.8L12.4,20.6 M12.4,13L12.4,13l0,3.7l3.6-2.1v-3.7h0L12.4,13 M19.4,16.3l0.2-3.7 l-3.5,2v3.8L19.4,16.3 M26.7,11.9l0.4-3.6l-3.8,2.2L23,14.1L26.7,11.9z"/> <path fill="%23999999" d="M23,14.1l-0.3,3.7l3.6-2.3l0.4-3.7L23,14.1 M16,22.2l3.2-2.1l0.2-3.8L16,18.4V22.2 M5.4,16.5l0.1,3.5 l3.2,2.1v-3.6L5.4,16.5 M12.4,8.9L12.4,8.9l-3.7,2h0l3.6,2.1l3.6-2.1L12.4,8.9 M23.6,6.5l-3.7-1.6L16,7l3.7,1.8L16,10.9h0v3.7 l3.5-2l0.2-3.8L23.6,6.5 M12.4,20.6l0-3.9l-3.7-2v3.7L12.4,20.6 M8.8,10.9L8.8,10.9L5.1,8.8h0l0.2,4.1l0,0l3.4,1.9V10.9 M27.1,8.3l0.5-4l-3.9,2.3l-0.3,3.9L27.1,8.3 M23,14.1l0.3-3.7l-3.8,2.2l-0.2,3.7L23,14.1z"/> <path fill="%23CCCCCC" d="M16,10.9l3.7-2.1L16,7l-3.6,1.9L16,10.9 M10.1,23L10.1,23l2.3,1.5l0-3.9l-3.6-2.2v3.6L10.1,23L10.1,23 M8.8,10.9L8.8,10.9l0,3.8l3.7,2l0-3.7l0,0L8.8,10.9 M12.4,8.9L12.4,8.9L8.9,7L5.1,8.8l3.6,2.1l0,0h0L12.4,8.9 M23.8,2.8 l-3.9,2.1l3.7,1.6l3.9-2.3L23.8,2.8 M12.4,16.7l0,3.9l3.6-2.2v-3.8L12.4,16.7 M5.3,12.9L5.3,12.9l0.1,3.6l3.3,2v-3.7L5.3,12.9z" /> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg> ');
}
.grey.icon-start-reverse{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <polyline fill="%23676767" points="19.5,12.6 23.3,10.4 23.6,6.5 19.7,8.8 19.5,12.6 "/> <polyline fill="%23676767" points="22.7,17.8 23,14.1 19.4,16.3 19.2,20.1 22.7,17.8 "/> <polyline fill="%23676767" points="12.4,20.6 12.4,24.5 14.7,23 14.7,23 16,22.2 16,18.4 12.4,20.6 "/> <polyline fill="%23676767" points="12.4,13 12.4,13 12.4,16.7 16,14.6 16,10.9 16,10.9 12.4,13 "/> <polyline fill="%23676767" points="19.4,16.3 19.5,12.6 16,14.6 16,18.4 19.4,16.3 "/> <polygon fill="%23676767" points="26.7,11.9 27.1,8.3 23.3,10.4 23,14.1 "/> <polyline fill="%23CCCCCC" points="23,14.1 22.7,17.8 26.3,15.5 26.7,11.9 23,14.1 "/> <polyline fill="%23FFFFFF" points="16,22.2 19.2,20.1 19.4,16.3 16,18.4 16,22.2 "/> <polyline fill="%23CCCCCC" points="5.4,16.5 5.6,19.9 8.8,22.1 8.8,18.4 5.4,16.5 "/> <polyline fill="%23FFFFFF" points="12.4,8.9 12.4,8.9 8.8,10.9 8.8,10.9 12.4,13 16,10.9 12.4,8.9 "/> <polyline fill="%23FFFFFF" points="23.6,6.5 19.9,4.9 16,7 19.7,8.8 16,10.9 16,10.9 16,14.6 19.5,12.6 19.7,8.8 23.6,6.5 "/> <polyline fill="%23CCCCCC" points="12.4,20.6 12.4,16.7 8.8,14.7 8.8,18.4 12.4,20.6 "/> <polyline fill="%23CCCCCC" points="8.8,10.9 8.8,10.9 5.1,8.8 5.1,8.8 5.3,12.9 5.3,12.9 8.8,14.7 8.8,10.9 "/> <polyline fill="%23FFFFFF" points="27.1,8.3 27.5,4.2 23.6,6.5 23.3,10.4 27.1,8.3 "/> <polygon fill="%23FFFFFF" points="23,14.1 23.3,10.4 19.5,12.6 19.4,16.3 "/> <polyline fill="%23CCCCCC" points="16,10.9 19.7,8.8 16,7 12.4,8.9 16,10.9 "/> <polyline fill="%23FFFFFF" points="10.1,23 10.1,23 12.4,24.5 12.4,20.6 8.8,18.4 8.8,22.1 10.1,23 10.1,23 "/> <polyline fill="%23FFFFFF" points="8.8,10.9 8.8,10.9 8.8,14.7 12.4,16.7 12.4,13 12.4,13 8.8,10.9 "/> <polyline fill="%23CCCCCC" points="12.4,8.9 12.4,8.9 8.9,7 5.1,8.8 8.8,10.9 8.8,10.9 8.8,10.9 12.4,8.9 "/> <polyline fill="%23CCCCCC" points="23.8,2.8 19.9,4.9 23.6,6.5 27.5,4.2 23.8,2.8 "/> <polyline fill="%23FFFFFF" points="12.4,16.7 12.4,20.6 16,18.4 16,14.6 12.4,16.7 "/> <polygon fill="%23FFFFFF" points="5.3,12.9 5.3,12.9 5.4,16.5 8.8,18.4 8.8,14.7 "/> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg>');
}
.grey.icon-connector-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23CCCCCC" stroke-linejoin="round" d="M0,16h16.807"/> <path fill="none" stroke="%23CCCCCC" stroke-width="1.0243" stroke-linejoin="round" d="M21.995,16.005h10"/> <circle fill="%23999999" cx="16.005" cy="16.01" r="4"/> <path fill="none" stroke="%23CCCCCC" stroke-width="2.0611" stroke-miterlimit="10" d="M15.995,9c3.866,0,7,3.134,7,7s-3.134,7-7,7"/> </svg>');
}
.grey.icon-connector-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23CCCCCC" stroke-linejoin="round" d="M32,16H15.193"/> <path fill="none" stroke="%23CCCCCC" stroke-width="1.0243" stroke-linejoin="round" d="M10.005,16.005h-10"/> <circle fill="%23999999" cx="15.995" cy="16.01" r="4"/> <path fill="none" stroke="%23CCCCCC" stroke-width="2.0611" stroke-miterlimit="10" d="M16.005,9c-3.866,0-7,3.134-7,7s3.134,7,7,7"/> </svg> ');
}
.grey.icon-track-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.001,22.913L16.001,22.913v-4.408l-3.227,1.856c-0.117,0.066-0.234,0.131-0.351,0.196 c-0.01,0.006-0.021,0.01-0.034,0.014c-0.005,0.006-0.012,0.011-0.02,0.014l-0.061,0.041h-0.007l-0.419,0.243l0.149,4.509 L16.001,22.913"/> <polygon fill="%23676767" points="21.84,14.252 21.847,14.252 25.742,12.038 26.066,7.515 18.816,11.296 18.715,16.028 "/> <polyline fill="%23CCCCCC" points="12.031,25.377 4.943,20.632 5.301,24.696 12.166,29.576 12.031,25.377 "/> <path fill="%23CCCCCC" d="M27.511,11.856l-0.797-0.365l-0.972,0.547l-3.895,2.214H21.84l-3.126,1.775l-1.924,1.094l-5.414-3.024 l-1.985-1.114l1.917-0.945l-0.027-0.689L7.92,12.983l8.87,5.036h0.007l0,0l2.045-1.168c0.953-0.546,1.905-1.093,2.856-1.64 c0.079-0.043,0.158-0.088,0.236-0.135L27.511,11.856z"/> <path fill="%23B6B6B6" d="M23.379,19.241c0.001-0.001,0.001-0.003,0-0.007l-6.609,4.158l-0.77-0.479l-3.969,2.464l0.135,4.199 l1.458-0.965l0.095-0.061c-0.009-0.594,0.16-1.231,0.506-1.91c0.311-0.612,0.698-1.134,1.161-1.566 c0.252-0.239,0.511-0.43,0.776-0.574c0.144-0.081,0.284-0.144,0.419-0.189c0.184-0.061,0.359-0.09,0.527-0.088 c0.374,0.005,0.65,0.153,0.83,0.446c0.111,0.175,0.181,0.382,0.209,0.621c0.004,0.006,0.009,0.01,0.014,0.013 c0.073,0.05,0.136,0.113,0.189,0.189l2.943-1.937l0.284-0.189c0.001-0.003,0.001-0.007,0-0.014c0.007-0.002,0.014-0.004,0.02-0.007 c0.029-0.536,0.191-1.103,0.486-1.701c0.275-0.563,0.612-1.044,1.013-1.445c0.177-0.177,0.357-0.328,0.54-0.452 c-0.001-0.002-0.004-0.006-0.007-0.014c0.019-0.003,0.037-0.008,0.054-0.013c0.034-0.021,0.067-0.041,0.101-0.061 c0.068-0.04,0.133-0.076,0.196-0.108c0.241-0.106,0.464-0.146,0.668-0.122c0.315,0.041,0.536,0.218,0.662,0.533 c0.044,0.111,0.073,0.233,0.088,0.365c0.149,0.056,0.262,0.155,0.338,0.297l0.284-0.182l0.23-3.011L23.379,19.241z"/> <path fill="%23676767" d="M17.702,25.168c-0.095,0-0.192,0.011-0.29,0.034c-0.357,0.08-0.735,0.307-1.134,0.682 c-0.047,0.044-0.095,0.089-0.142,0.135c-0.32,0.328-0.595,0.713-0.824,1.154c-0.073,0.138-0.138,0.273-0.196,0.405 c-0.16,0.403-0.243,0.787-0.25,1.154c-0.004,0.134,0.003,0.258,0.02,0.371c0.031,0.156,0.083,0.293,0.155,0.412 c0.042,0.067,0.089,0.123,0.142,0.169c0.045,0.041,0.092,0.075,0.142,0.101c0.113,0.063,0.246,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.01-0.015-0.021-0.031-0.034-0.047c-0.053-0.076-0.116-0.139-0.189-0.189 c-0.005-0.003-0.009-0.008-0.014-0.013c-0.031-0.018-0.065-0.036-0.101-0.054h-0.007C17.942,25.193,17.829,25.17,17.702,25.168"/> <path fill="%23676767" d="M24.729,20.362c-0.25,0.099-0.513,0.286-0.79,0.56c-0.329,0.329-0.61,0.725-0.844,1.188 c-0.248,0.491-0.389,0.959-0.425,1.404c-0.012,0.17-0.01,0.321,0.007,0.452c0.035,0.276,0.132,0.471,0.29,0.587l0.095,0.054 c0.053,0.028,0.112,0.049,0.176,0.061c0.405,0.072,0.851-0.133,1.337-0.614c0.333-0.329,0.617-0.727,0.851-1.195 c0.248-0.491,0.387-0.959,0.419-1.404c0.028-0.357-0.008-0.634-0.108-0.83c-0.076-0.142-0.188-0.241-0.338-0.297 c-0.001,0.001-0.003,0.001-0.007,0c-0.034-0.011-0.07-0.02-0.108-0.027C25.107,20.27,24.922,20.29,24.729,20.362"/> <path fill="%23676767" d="M23.379,19.234c0.001,0.003,0.001,0.006,0,0.007l2.869-1.809l0.837-0.52l0.425-5.056l-5.576,3.22 c-0.078,0.047-0.157,0.092-0.236,0.135c-0.95,0.548-1.902,1.095-2.856,1.64l-2.045,1.168l0,0v0.169v0.061c0,0.074,0,0.148,0,0.223 l-0.027,4.921L23.379,19.234"/> <polygon fill="%23676767" points="11.377,14.097 11.309,12.038 9.392,12.983 "/> <polyline fill="%23999999" points="4.572,16.298 4.943,20.632 12.031,25.377 11.883,20.868 4.572,16.298 "/> <polygon fill="%23999999" points="11.309,12.038 11.377,14.097 16.791,17.121 18.715,16.028 18.816,11.296 11.154,7.515 11.282,11.35 "/> <path d="M17.263,24.743c0.048,0.029,0.093,0.058,0.135,0.088l0.641,0.405h0.007c0.037,0.018,0.07,0.036,0.101,0.054 c-0.028-0.239-0.098-0.446-0.209-0.621c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.003-0.343,0.027-0.527,0.088L17.263,24.743"/> <path d="M24.648,19.43c-0.205-0.025-0.427,0.016-0.668,0.122l1.411,0.776c0.004,0.001,0.006,0.001,0.007,0 c-0.014-0.132-0.044-0.253-0.088-0.365C25.184,19.648,24.963,19.471,24.648,19.43z"/> <path fill="%23999999" d="M16.581,24.311c-0.135,0.045-0.274,0.108-0.419,0.189c-0.266,0.144-0.524,0.335-0.776,0.574 c-0.464,0.432-0.851,0.954-1.161,1.566c-0.347,0.68-0.515,1.316-0.506,1.91l-0.095,0.061l1.559,1.073 c-0.052-0.045-0.1-0.102-0.142-0.169c-0.072-0.119-0.124-0.256-0.155-0.412c-0.017-0.114-0.024-0.237-0.02-0.371 c0.007-0.367,0.09-0.752,0.25-1.154c0.058-0.132,0.123-0.267,0.196-0.405c0.229-0.442,0.503-0.827,0.824-1.154 c0.047-0.046,0.094-0.091,0.142-0.135c0.399-0.374,0.777-0.602,1.134-0.682c0.099-0.023,0.195-0.034,0.29-0.034 c0.128,0.002,0.24,0.024,0.338,0.068l-0.641-0.405c-0.042-0.03-0.087-0.059-0.135-0.088L16.581,24.311"/> <path fill="%23999999" d="M23.096,20.2c-0.401,0.401-0.738,0.882-1.013,1.445c-0.295,0.598-0.457,1.165-0.486,1.701 c-0.007,0.002-0.013,0.005-0.02,0.007c0.001,0.006,0.001,0.011,0,0.014l-0.284,0.189l1.674,0.999 c-0.159-0.116-0.255-0.312-0.29-0.587c-0.017-0.131-0.019-0.282-0.007-0.452c0.036-0.446,0.178-0.914,0.425-1.404 c0.234-0.464,0.515-0.86,0.844-1.188c0.277-0.274,0.54-0.461,0.79-0.56c0.193-0.072,0.377-0.092,0.554-0.061 c0.038,0.007,0.074,0.016,0.108,0.027l-1.411-0.776c-0.063,0.032-0.128,0.068-0.196,0.108c-0.034,0.02-0.068,0.04-0.101,0.061 c-0.016,0.01-0.032,0.019-0.047,0.027C23.453,19.872,23.273,20.023,23.096,20.2"/> <path fill="%23999999" d="M7.92,12.983l0.095,1.593l0.641-0.317l7.345,4.246v4.408l0,0l0.77,0.479l0.027-4.921 c0-0.075,0-0.149,0-0.223v-0.061l-0.007-0.169L7.92,12.983z"/> <path fill="%23CCCCCC" d="M8.656,14.259l-0.641,0.317l-3.443,1.721l7.311,4.57l0.419-0.243l0.068-0.041 c0.009-0.003,0.015-0.007,0.02-0.014c0.013-0.003,0.024-0.008,0.034-0.014c0.117-0.065,0.234-0.13,0.351-0.196l3.227-1.856 L8.656,14.259"/> <polygon fill="%23CCCCCC" points="18.816,11.296 26.066,7.515 18.438,4.248 11.154,7.515 "/> </svg>');
}
.grey.icon-truck-empty{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23676767" points="27.224,15.822 27.588,11.465 25.099,12.891 24.793,17.312 24.907,17.24 "/> <polygon fill="%23CCCCCC" points="25.099,12.891 27.588,11.465 19.916,7.957 17.413,9.205 25.085,12.884 "/> <path fill="%23B6B6B6" d="M24.793,17.312l-0.064,0.955l-1.248,0.777l-0.014,0.007l-10.117,6.31l-0.799-0.52h-0.007l0.1,4.399 l0.642-0.421l0.164-0.107c0-0.048,0.002-0.095,0.007-0.143c0.019-0.575,0.193-1.188,0.52-1.839c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.033-0.019,0.067-0.036,0.1-0.05c0.109-0.057,0.216-0.102,0.321-0.135 c0.195-0.071,0.383-0.105,0.563-0.1c0.385,0.014,0.673,0.176,0.863,0.485c0.09,0.152,0.154,0.328,0.193,0.528 c0.005,0.038,0.01,0.078,0.014,0.121c0.076,0.048,0.143,0.114,0.2,0.2c0.005,0.005,0.01,0.01,0.014,0.014l3.03-1.982l0.314-0.2 c0.005-0.005,0.014-0.01,0.029-0.014c0.024-0.57,0.19-1.169,0.499-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.09-0.09,0.181-0.171,0.271-0.242c0.052-0.048,0.105-0.09,0.157-0.128c0.038-0.029,0.078-0.057,0.121-0.086 c0.057-0.038,0.114-0.074,0.171-0.107c0.062-0.033,0.126-0.064,0.193-0.093c0.257-0.114,0.494-0.157,0.713-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.043,0.109,0.074,0.231,0.093,0.364c0.143,0.057,0.254,0.171,0.335,0.342l0.927-0.613 l0.349-4.1l-2.317,1.419L24.793,17.312"/> <polygon fill="%23B6B6B6" points="19.167,15.344 15.774,13.561 5.129,19.187 12.522,23.921 12.415,19.144 "/> <polyline fill="%23676767" points="15.774,13.462 15.781,13.148 15.788,9.12 4.687,14.538 5.036,19.13 5.129,19.187 15.774,13.561 15.774,13.462 "/> <path fill="%23676767" d="M18.276,25.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C18.483,26.022,18.414,25.758,18.276,25.554"/> <path fill="%23676767" d="M25.948,20.534c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,20.553,25.952,20.544,25.948,20.534"/> <polygon fill="%23676767" points="20.108,15.729 20.08,15.75 13.257,19.643 13.328,24.192 13.335,24.356 13.328,24.356 13.349,25.361 23.467,19.051 23.481,19.044 24.729,18.267 24.793,17.312 24.793,17.312 25.099,12.891 24.201,13.397 24.194,13.397 "/> <polyline fill="%23999999" points="15.788,9.112 15.788,9.12 15.781,13.148 15.781,13.454 15.774,13.462 15.774,13.561 19.167,15.344 23.545,12.877 19.538,10.931 19.531,10.931 15.788,9.112 "/> <path fill="%23999999" d="M18.062,25.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C17.741,25.188,17.92,25.235,18.062,25.34"/> <path fill="%23999999" d="M24.122,19.386c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,19.386"/> <polygon fill="%23999999" points="4.687,14.538 3.974,14.11 4.416,19.565 12.551,24.841 13.349,25.361 13.328,24.356 13.328,24.192 13.257,19.643 12.415,19.144 12.522,23.921 5.129,19.187 5.036,19.13 "/> <polyline fill="%23CCCCCC" points="17.413,9.205 15.788,8.421 3.974,14.11 4.687,14.538 15.788,9.12 15.788,9.112 19.531,10.931 19.538,10.931 23.545,12.877 19.167,15.344 12.415,19.144 13.257,19.643 20.08,15.75 20.08,15.715 20.108,15.729 24.194,13.397 25.085,12.884 17.413,9.205 "/> <polygon fill="%23CCCCCC" points="5.1,20.014 5.428,24.263 12.644,29.24 12.544,24.841 "/> <path d="M17.855,24.691c-0.19-0.309-0.478-0.471-0.863-0.485c-0.181-0.005-0.368,0.029-0.563,0.1l1.618,0.913 C18.01,25.019,17.946,24.843,17.855,24.691"/> <path d="M24.835,19.258c-0.219-0.029-0.456,0.014-0.713,0.128l1.476,0.799l0.014,0.007c-0.019-0.133-0.05-0.254-0.093-0.364 C25.392,19.491,25.163,19.301,24.835,19.258z"/> </svg>');
}
.orange.icon-cube-in{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <polygon fill="%23d88500" points="17.211,5.397 13.891,3.748 13.854,8.789 10.965,7.298 15.412,16.271 20.363,12.159 17.173,10.508 "/> <polygon fill="%23ffbc00" points="12.502,6.513 10.965,7.298 13.854,8.789 13.854,7.267 "/> <polygon fill="%23a56600" points="17.173,10.508 18.718,9.788 18.718,4.769 17.211,5.397 "/> <polygon fill="%23ffbc00" points="20.363,12.159 21.865,11.23 18.718,9.788 17.173,10.508 "/> <polygon fill="%23a56600" points="21.865,11.23 17.344,15.162 15.412,16.271 20.363,12.159 "/> <polygon fill="%23ffbc00" points="15.337,3.144 13.891,3.748 17.211,5.397 18.718,4.769 "/> </svg>');
}
.orange.icon-cube-out{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <path fill="%23d88500" d="M19.096,12.94l2.032-1.2l-4.494-9.309l-2.154,0.98L19.096,12.94z"/> <path fill="%23ffbc00" d="M14.481,3.411l-3.966,4.301l2.657,1.623l0.105,3.858L16.021,15l0.005-3.929l1.981,1.206l1.088,0.662 L14.481,3.411z"/> <path fill="%23a56600" d="M16.026,11.071L16.021,15l1.955-1.155l0.031-1.567L16.026,11.071z"/> </svg> ');
}
.orange.icon-pyramid{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="8.2,15.9 8.2,15.9 8.2,15.9 4.7,20.8 4.7,20.8 16.4,29.6 16.4,21.3 8.2,15.9 8.2,15.9 8.2,15.9"/> <polygon fill="%23CCCCCC" points="16.4,14 16.4,14 16.4,14"/> <polygon fill="%23a56600" points="16.4,21.3 16.4,21.3 24.6,15.9 24.6,15.9 24.6,9.4 23,11.8 21.3,14.2 20,16.1"/> <path fill="%23d88500" d="M12.8,16.1l-1.3-1.9l-1.7-2.4L8.2,9.4l0,6.5l0,0h0l0,0l8.2,5.4l0,8.3l11.6-8.8l-3.5-4.9l0,0l-8.1,5.4l0,0L12.8,16.1z"/> <path fill="%23CCCCCC" d="M21.3,14.2l1.7-2.4l-1.4-7l-5.1,6.9L21.3,14.2 M16.4,14L16.4,14l-3.6,2.1l3.6,5.2l3.6-5.2L16.4,14z"/> <path fill="%23999999" d="M11.5,14.2l4.9-2.5l-5.2-6.9l-1.4,7L11.5,14.2 M16.4,14L16.4,14l3.6,2.1l1.3-1.9l-4.9-2.5L16.4,14z"/> <path fill="%23676767" d="M11.5,14.2l1.3,1.9l3.6-2.1l0,0l0-2.3L11.5,14.2z"/> </svg>');
}
.orange.icon-pyramid.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%23ffbc00" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%23a56600" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.orange.icon-start{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <path fill="%23a56600" d="M19.5,12.6l3.8-2.2l0.3-3.9l-3.9,2.3L19.5,12.6 M22.7,17.8l0.3-3.7l-3.6,2.2l-0.2,3.8L22.7,17.8 M12.4,20.6l0,3.9l2.3-1.5l0,0l1.3-0.8v-3.8L12.4,20.6 M12.4,13L12.4,13l0,3.7l3.6-2.1v-3.7h0L12.4,13 M19.4,16.3l0.2-3.7 l-3.5,2v3.8L19.4,16.3 M26.7,11.9l0.4-3.6l-3.8,2.2L23,14.1L26.7,11.9z"/> <path fill="%23d88500" d="M23,14.1l-0.3,3.7l3.6-2.3l0.4-3.7L23,14.1 M16,22.2l3.2-2.1l0.2-3.8L16,18.4V22.2 M5.4,16.5l0.1,3.5 l3.2,2.1v-3.6L5.4,16.5 M12.4,8.9L12.4,8.9l-3.7,2h0l3.6,2.1l3.6-2.1L12.4,8.9 M23.6,6.5l-3.7-1.6L16,7l3.7,1.8L16,10.9h0v3.7 l3.5-2l0.2-3.8L23.6,6.5 M12.4,20.6l0-3.9l-3.7-2v3.7L12.4,20.6 M8.8,10.9L8.8,10.9L5.1,8.8h0l0.2,4.1l0,0l3.4,1.9V10.9 M27.1,8.3l0.5-4l-3.9,2.3l-0.3,3.9L27.1,8.3 M23,14.1l0.3-3.7l-3.8,2.2l-0.2,3.7L23,14.1z"/> <path fill="%23ffbc00" d="M16,10.9l3.7-2.1L16,7l-3.6,1.9L16,10.9 M10.1,23L10.1,23l2.3,1.5l0-3.9l-3.6-2.2v3.6L10.1,23L10.1,23 M8.8,10.9L8.8,10.9l0,3.8l3.7,2l0-3.7l0,0L8.8,10.9 M12.4,8.9L12.4,8.9L8.9,7L5.1,8.8l3.6,2.1l0,0h0L12.4,8.9 M23.8,2.8 l-3.9,2.1l3.7,1.6l3.9-2.3L23.8,2.8 M12.4,16.7l0,3.9l3.6-2.2v-3.8L12.4,16.7 M5.3,12.9L5.3,12.9l0.1,3.6l3.3,2v-3.7L5.3,12.9z" /> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg> ');
}
.orange.icon-start-reverse{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <polyline fill="%23a56600" points="19.5,12.6 23.3,10.4 23.6,6.5 19.7,8.8 19.5,12.6 "/> <polyline fill="%23a56600" points="22.7,17.8 23,14.1 19.4,16.3 19.2,20.1 22.7,17.8 "/> <polyline fill="%23a56600" points="12.4,20.6 12.4,24.5 14.7,23 14.7,23 16,22.2 16,18.4 12.4,20.6 "/> <polyline fill="%23a56600" points="12.4,13 12.4,13 12.4,16.7 16,14.6 16,10.9 16,10.9 12.4,13 "/> <polyline fill="%23a56600" points="19.4,16.3 19.5,12.6 16,14.6 16,18.4 19.4,16.3 "/> <polygon fill="%23a56600" points="26.7,11.9 27.1,8.3 23.3,10.4 23,14.1 "/> <polyline fill="%23CCCCCC" points="23,14.1 22.7,17.8 26.3,15.5 26.7,11.9 23,14.1 "/> <polyline fill="%23FFFFFF" points="16,22.2 19.2,20.1 19.4,16.3 16,18.4 16,22.2 "/> <polyline fill="%23ffbc00" points="5.4,16.5 5.6,19.9 8.8,22.1 8.8,18.4 5.4,16.5 "/> <polyline fill="%23FFFFFF" points="12.4,8.9 12.4,8.9 8.8,10.9 8.8,10.9 12.4,13 16,10.9 12.4,8.9 "/> <polyline fill="%23FFFFFF" points="23.6,6.5 19.9,4.9 16,7 19.7,8.8 16,10.9 16,10.9 16,14.6 19.5,12.6 19.7,8.8 23.6,6.5 "/> <polyline fill="%23ffbc00" points="12.4,20.6 12.4,16.7 8.8,14.7 8.8,18.4 12.4,20.6 "/> <polyline fill="%23ffbc00" points="8.8,10.9 8.8,10.9 5.1,8.8 5.1,8.8 5.3,12.9 5.3,12.9 8.8,14.7 8.8,10.9 "/> <polyline fill="%23FFFFFF" points="27.1,8.3 27.5,4.2 23.6,6.5 23.3,10.4 27.1,8.3 "/> <polygon fill="%23FFFFFF" points="23,14.1 23.3,10.4 19.5,12.6 19.4,16.3 "/> <polyline fill="%23CCCCCC" points="16,10.9 19.7,8.8 16,7 12.4,8.9 16,10.9 "/> <polyline fill="%23FFFFFF" points="10.1,23 10.1,23 12.4,24.5 12.4,20.6 8.8,18.4 8.8,22.1 10.1,23 10.1,23 "/> <polyline fill="%23FFFFFF" points="8.8,10.9 8.8,10.9 8.8,14.7 12.4,16.7 12.4,13 12.4,13 8.8,10.9 "/> <polyline fill="%23CCCCCC" points="12.4,8.9 12.4,8.9 8.9,7 5.1,8.8 8.8,10.9 8.8,10.9 8.8,10.9 12.4,8.9 "/> <polyline fill="%23CCCCCC" points="23.8,2.8 19.9,4.9 23.6,6.5 27.5,4.2 23.8,2.8 "/> <polyline fill="%23FFFFFF" points="12.4,16.7 12.4,20.6 16,18.4 16,14.6 12.4,16.7 "/> <polygon fill="%23FFFFFF" points="5.3,12.9 5.3,12.9 5.4,16.5 8.8,18.4 8.8,14.7 "/> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg>');
}
.orange.icon-connector-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23ffbc00" stroke-linejoin="round" d="M0,16h16.807"/> <path fill="none" stroke="%23ffbc00" stroke-width="1.0243" stroke-linejoin="round" d="M21.995,16.005h10"/> <circle fill="%23d88500" cx="16.005" cy="16.01" r="4"/> <path fill="none" stroke="%23ffbc00" stroke-width="2.0611" stroke-miterlimit="10" d="M15.995,9c3.866,0,7,3.134,7,7s-3.134,7-7,7"/> </svg>');
}
.orange.icon-connector-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23ffbc00" stroke-linejoin="round" d="M32,16H15.193"/> <path fill="none" stroke="%23ffbc00" stroke-width="1.0243" stroke-linejoin="round" d="M10.005,16.005h-10"/> <circle fill="%23d88500" cx="15.995" cy="16.01" r="4"/> <path fill="none" stroke="%23ffbc00" stroke-width="2.0611" stroke-miterlimit="10" d="M16.005,9c-3.866,0-7,3.134-7,7s3.134,7,7,7"/> </svg> ');
}
.orange.icon-track-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M16.001,22.913L16.001,22.913v-4.408l-3.227,1.856c-0.117,0.066-0.234,0.131-0.351,0.196 c-0.01,0.006-0.021,0.01-0.034,0.014c-0.005,0.006-0.012,0.011-0.02,0.014l-0.061,0.041h-0.007l-0.419,0.243l0.149,4.509 L16.001,22.913"/> <polygon fill="%23a56600" points="21.84,14.252 21.847,14.252 25.742,12.038 26.066,7.515 18.816,11.296 18.715,16.028 "/> <polyline fill="%23CCCCCC" points="12.031,25.377 4.943,20.632 5.301,24.696 12.166,29.576 12.031,25.377 "/> <path fill="%23CCCCCC" d="M27.511,11.856l-0.797-0.365l-0.972,0.547l-3.895,2.214H21.84l-3.126,1.775l-1.924,1.094l-5.414-3.024 l-1.985-1.114l1.917-0.945l-0.027-0.689L7.92,12.983l8.87,5.036h0.007l0,0l2.045-1.168c0.953-0.546,1.905-1.093,2.856-1.64 c0.079-0.043,0.158-0.088,0.236-0.135L27.511,11.856z"/> <path fill="%23B6B6B6" d="M23.379,19.241c0.001-0.001,0.001-0.003,0-0.007l-6.609,4.158l-0.77-0.479l-3.969,2.464l0.135,4.199 l1.458-0.965l0.095-0.061c-0.009-0.594,0.16-1.231,0.506-1.91c0.311-0.612,0.698-1.134,1.161-1.566 c0.252-0.239,0.511-0.43,0.776-0.574c0.144-0.081,0.284-0.144,0.419-0.189c0.184-0.061,0.359-0.09,0.527-0.088 c0.374,0.005,0.65,0.153,0.83,0.446c0.111,0.175,0.181,0.382,0.209,0.621c0.004,0.006,0.009,0.01,0.014,0.013 c0.073,0.05,0.136,0.113,0.189,0.189l2.943-1.937l0.284-0.189c0.001-0.003,0.001-0.007,0-0.014c0.007-0.002,0.014-0.004,0.02-0.007 c0.029-0.536,0.191-1.103,0.486-1.701c0.275-0.563,0.612-1.044,1.013-1.445c0.177-0.177,0.357-0.328,0.54-0.452 c-0.001-0.002-0.004-0.006-0.007-0.014c0.019-0.003,0.037-0.008,0.054-0.013c0.034-0.021,0.067-0.041,0.101-0.061 c0.068-0.04,0.133-0.076,0.196-0.108c0.241-0.106,0.464-0.146,0.668-0.122c0.315,0.041,0.536,0.218,0.662,0.533 c0.044,0.111,0.073,0.233,0.088,0.365c0.149,0.056,0.262,0.155,0.338,0.297l0.284-0.182l0.23-3.011L23.379,19.241z"/> <path fill="%23676767" d="M17.702,25.168c-0.095,0-0.192,0.011-0.29,0.034c-0.357,0.08-0.735,0.307-1.134,0.682 c-0.047,0.044-0.095,0.089-0.142,0.135c-0.32,0.328-0.595,0.713-0.824,1.154c-0.073,0.138-0.138,0.273-0.196,0.405 c-0.16,0.403-0.243,0.787-0.25,1.154c-0.004,0.134,0.003,0.258,0.02,0.371c0.031,0.156,0.083,0.293,0.155,0.412 c0.042,0.067,0.089,0.123,0.142,0.169c0.045,0.041,0.092,0.075,0.142,0.101c0.113,0.063,0.246,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.01-0.015-0.021-0.031-0.034-0.047c-0.053-0.076-0.116-0.139-0.189-0.189 c-0.005-0.003-0.009-0.008-0.014-0.013c-0.031-0.018-0.065-0.036-0.101-0.054h-0.007C17.942,25.193,17.829,25.17,17.702,25.168"/> <path fill="%23676767" d="M24.729,20.362c-0.25,0.099-0.513,0.286-0.79,0.56c-0.329,0.329-0.61,0.725-0.844,1.188 c-0.248,0.491-0.389,0.959-0.425,1.404c-0.012,0.17-0.01,0.321,0.007,0.452c0.035,0.276,0.132,0.471,0.29,0.587l0.095,0.054 c0.053,0.028,0.112,0.049,0.176,0.061c0.405,0.072,0.851-0.133,1.337-0.614c0.333-0.329,0.617-0.727,0.851-1.195 c0.248-0.491,0.387-0.959,0.419-1.404c0.028-0.357-0.008-0.634-0.108-0.83c-0.076-0.142-0.188-0.241-0.338-0.297 c-0.001,0.001-0.003,0.001-0.007,0c-0.034-0.011-0.07-0.02-0.108-0.027C25.107,20.27,24.922,20.29,24.729,20.362"/> <path fill="%23676767" d="M23.379,19.234c0.001,0.003,0.001,0.006,0,0.007l2.869-1.809l0.837-0.52l0.425-5.056l-5.576,3.22 c-0.078,0.047-0.157,0.092-0.236,0.135c-0.95,0.548-1.902,1.095-2.856,1.64l-2.045,1.168l0,0v0.169v0.061c0,0.074,0,0.148,0,0.223 l-0.027,4.921L23.379,19.234"/> <polygon fill="%23676767" points="11.377,14.097 11.309,12.038 9.392,12.983 "/> <polyline fill="%23d88500" points="4.572,16.298 4.943,20.632 12.031,25.377 11.883,20.868 4.572,16.298 "/> <polygon fill="%23d88500" points="11.309,12.038 11.377,14.097 16.791,17.121 18.715,16.028 18.816,11.296 11.154,7.515 11.282,11.35 "/> <path d="M17.263,24.743c0.048,0.029,0.093,0.058,0.135,0.088l0.641,0.405h0.007c0.037,0.018,0.07,0.036,0.101,0.054 c-0.028-0.239-0.098-0.446-0.209-0.621c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.003-0.343,0.027-0.527,0.088L17.263,24.743"/> <path d="M24.648,19.43c-0.205-0.025-0.427,0.016-0.668,0.122l1.411,0.776c0.004,0.001,0.006,0.001,0.007,0 c-0.014-0.132-0.044-0.253-0.088-0.365C25.184,19.648,24.963,19.471,24.648,19.43z"/> <path fill="%23999999" d="M16.581,24.311c-0.135,0.045-0.274,0.108-0.419,0.189c-0.266,0.144-0.524,0.335-0.776,0.574 c-0.464,0.432-0.851,0.954-1.161,1.566c-0.347,0.68-0.515,1.316-0.506,1.91l-0.095,0.061l1.559,1.073 c-0.052-0.045-0.1-0.102-0.142-0.169c-0.072-0.119-0.124-0.256-0.155-0.412c-0.017-0.114-0.024-0.237-0.02-0.371 c0.007-0.367,0.09-0.752,0.25-1.154c0.058-0.132,0.123-0.267,0.196-0.405c0.229-0.442,0.503-0.827,0.824-1.154 c0.047-0.046,0.094-0.091,0.142-0.135c0.399-0.374,0.777-0.602,1.134-0.682c0.099-0.023,0.195-0.034,0.29-0.034 c0.128,0.002,0.24,0.024,0.338,0.068l-0.641-0.405c-0.042-0.03-0.087-0.059-0.135-0.088L16.581,24.311"/> <path fill="%23999999" d="M23.096,20.2c-0.401,0.401-0.738,0.882-1.013,1.445c-0.295,0.598-0.457,1.165-0.486,1.701 c-0.007,0.002-0.013,0.005-0.02,0.007c0.001,0.006,0.001,0.011,0,0.014l-0.284,0.189l1.674,0.999 c-0.159-0.116-0.255-0.312-0.29-0.587c-0.017-0.131-0.019-0.282-0.007-0.452c0.036-0.446,0.178-0.914,0.425-1.404 c0.234-0.464,0.515-0.86,0.844-1.188c0.277-0.274,0.54-0.461,0.79-0.56c0.193-0.072,0.377-0.092,0.554-0.061 c0.038,0.007,0.074,0.016,0.108,0.027l-1.411-0.776c-0.063,0.032-0.128,0.068-0.196,0.108c-0.034,0.02-0.068,0.04-0.101,0.061 c-0.016,0.01-0.032,0.019-0.047,0.027C23.453,19.872,23.273,20.023,23.096,20.2"/> <path fill="%23999999" d="M7.92,12.983l0.095,1.593l0.641-0.317l7.345,4.246v4.408l0,0l0.77,0.479l0.027-4.921 c0-0.075,0-0.149,0-0.223v-0.061l-0.007-0.169L7.92,12.983z"/> <path fill="%23CCCCCC" d="M8.656,14.259l-0.641,0.317l-3.443,1.721l7.311,4.57l0.419-0.243l0.068-0.041 c0.009-0.003,0.015-0.007,0.02-0.014c0.013-0.003,0.024-0.008,0.034-0.014c0.117-0.065,0.234-0.13,0.351-0.196l3.227-1.856 L8.656,14.259"/> <polygon fill="%23ffbc00" points="18.816,11.296 26.066,7.515 18.438,4.248 11.154,7.515 "/> </svg>');
}
.orange.icon-truck-empty{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23a56600" points="27.224,15.822 27.588,11.465 25.099,12.891 24.793,17.312 24.907,17.24 "/> <polygon fill="%23ffbc00" points="25.099,12.891 27.588,11.465 19.916,7.957 17.413,9.205 25.085,12.884 "/> <path fill="%23B6B6B6" d="M24.793,17.312l-0.064,0.955l-1.248,0.777l-0.014,0.007l-10.117,6.31l-0.799-0.52h-0.007l0.1,4.399 l0.642-0.421l0.164-0.107c0-0.048,0.002-0.095,0.007-0.143c0.019-0.575,0.193-1.188,0.52-1.839c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.033-0.019,0.067-0.036,0.1-0.05c0.109-0.057,0.216-0.102,0.321-0.135 c0.195-0.071,0.383-0.105,0.563-0.1c0.385,0.014,0.673,0.176,0.863,0.485c0.09,0.152,0.154,0.328,0.193,0.528 c0.005,0.038,0.01,0.078,0.014,0.121c0.076,0.048,0.143,0.114,0.2,0.2c0.005,0.005,0.01,0.01,0.014,0.014l3.03-1.982l0.314-0.2 c0.005-0.005,0.014-0.01,0.029-0.014c0.024-0.57,0.19-1.169,0.499-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.09-0.09,0.181-0.171,0.271-0.242c0.052-0.048,0.105-0.09,0.157-0.128c0.038-0.029,0.078-0.057,0.121-0.086 c0.057-0.038,0.114-0.074,0.171-0.107c0.062-0.033,0.126-0.064,0.193-0.093c0.257-0.114,0.494-0.157,0.713-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.043,0.109,0.074,0.231,0.093,0.364c0.143,0.057,0.254,0.171,0.335,0.342l0.927-0.613 l0.349-4.1l-2.317,1.419L24.793,17.312"/> <polygon fill="%23B6B6B6" points="19.167,15.344 15.774,13.561 5.129,19.187 12.522,23.921 12.415,19.144 "/> <polyline fill="%23676767" points="15.774,13.462 15.781,13.148 15.788,9.12 4.687,14.538 5.036,19.13 5.129,19.187 15.774,13.561 15.774,13.462 "/> <path fill="%23676767" d="M18.276,25.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C18.483,26.022,18.414,25.758,18.276,25.554"/> <path fill="%23676767" d="M25.948,20.534c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,20.553,25.952,20.544,25.948,20.534"/> <polygon fill="%23676767" points="20.108,15.729 20.08,15.75 13.257,19.643 13.328,24.192 13.335,24.356 13.328,24.356 13.349,25.361 23.467,19.051 23.481,19.044 24.729,18.267 24.793,17.312 24.793,17.312 25.099,12.891 24.201,13.397 24.194,13.397 "/> <polyline fill="%23999999" points="15.788,9.112 15.788,9.12 15.781,13.148 15.781,13.454 15.774,13.462 15.774,13.561 19.167,15.344 23.545,12.877 19.538,10.931 19.531,10.931 15.788,9.112 "/> <path fill="%23999999" d="M18.062,25.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C17.741,25.188,17.92,25.235,18.062,25.34"/> <path fill="%23999999" d="M24.122,19.386c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,19.386"/> <polygon fill="%23999999" points="4.687,14.538 3.974,14.11 4.416,19.565 12.551,24.841 13.349,25.361 13.328,24.356 13.328,24.192 13.257,19.643 12.415,19.144 12.522,23.921 5.129,19.187 5.036,19.13 "/> <polyline fill="%23CCCCCC" points="17.413,9.205 15.788,8.421 3.974,14.11 4.687,14.538 15.788,9.12 15.788,9.112 19.531,10.931 19.538,10.931 23.545,12.877 19.167,15.344 12.415,19.144 13.257,19.643 20.08,15.75 20.08,15.715 20.108,15.729 24.194,13.397 25.085,12.884 17.413,9.205 "/> <polygon fill="%23CCCCCC" points="5.1,20.014 5.428,24.263 12.644,29.24 12.544,24.841 "/> <path d="M17.855,24.691c-0.19-0.309-0.478-0.471-0.863-0.485c-0.181-0.005-0.368,0.029-0.563,0.1l1.618,0.913 C18.01,25.019,17.946,24.843,17.855,24.691"/> <path d="M24.835,19.258c-0.219-0.029-0.456,0.014-0.713,0.128l1.476,0.799l0.014,0.007c-0.019-0.133-0.05-0.254-0.093-0.364 C25.392,19.491,25.163,19.301,24.835,19.258z"/> </svg>');
}
.red.icon-cube-in{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <polygon fill="%23CC0000" points="17.211,5.397 13.891,3.748 13.854,8.789 10.965,7.298 15.412,16.271 20.363,12.159 17.173,10.508 "/> <polygon fill="%23FF0000" points="12.502,6.513 10.965,7.298 13.854,8.789 13.854,7.267 "/> <polygon fill="%23990000" points="17.173,10.508 18.718,9.788 18.718,4.769 17.211,5.397 "/> <polygon fill="%23FF0000" points="20.363,12.159 21.865,11.23 18.718,9.788 17.173,10.508 "/> <polygon fill="%23990000" points="21.865,11.23 17.344,15.162 15.412,16.271 20.363,12.159 "/> <polygon fill="%23FF0000" points="15.337,3.144 13.891,3.748 17.211,5.397 18.718,4.769 "/> </svg>');
}
.red.icon-cube-out{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.012,29.292l7.59-5.75l1.092-9.315l-8.682,4.945V29.292z"/> <path fill="%23999999" d="M8.422,23.542l7.59,5.75v-10.12L7.33,14.227L8.422,23.542z"/> <path fill="%23676767" d="M16.012,19.172v-8.74L7.33,14.227L16.012,19.172z"/> <path fill="%23999999" d="M24.063,19.612l1.369-1.025l-0.738-4.36l-6.772,3.857l-1.911,1.088l1.524,5.342L24.063,19.612z"/> <path fill="%23333333" d="M6.421,19.9l1.577-0.666L7.33,14.227L6.421,19.9z"/> <path fill="%23CCCCCC" d="M24.695,14.227l-8.682-3.795l0,5.912l0,2.828L24.695,14.227z"/> <path fill="%23CC0000" d="M19.096,12.94l2.032-1.2l-4.494-9.309l-2.154,0.98L19.096,12.94z"/> <path fill="%23FF0000" d="M14.481,3.411l-3.966,4.301l2.657,1.623l0.105,3.858L16.021,15l0.005-3.929l1.981,1.206l1.088,0.662 L14.481,3.411z"/> <path fill="%23990000" d="M16.026,11.071L16.021,15l1.955-1.155l0.031-1.567L16.026,11.071z"/> </svg> ');
}
.red.icon-pyramid{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="8.2,15.9 8.2,15.9 8.2,15.9 4.7,20.8 4.7,20.8 16.4,29.6 16.4,21.3 8.2,15.9 8.2,15.9 8.2,15.9"/> <polygon fill="%23CCCCCC" points="16.4,14 16.4,14 16.4,14"/> <polygon fill="%23990000" points="16.4,21.3 16.4,21.3 24.6,15.9 24.6,15.9 24.6,9.4 23,11.8 21.3,14.2 20,16.1"/> <path fill="%23CC0000" d="M12.8,16.1l-1.3-1.9l-1.7-2.4L8.2,9.4l0,6.5l0,0h0l0,0l8.2,5.4l0,8.3l11.6-8.8l-3.5-4.9l0,0l-8.1,5.4l0,0L12.8,16.1z"/> <path fill="%23CCCCCC" d="M21.3,14.2l1.7-2.4l-1.4-7l-5.1,6.9L21.3,14.2 M16.4,14L16.4,14l-3.6,2.1l3.6,5.2l3.6-5.2L16.4,14z"/> <path fill="%23999999" d="M11.5,14.2l4.9-2.5l-5.2-6.9l-1.4,7L11.5,14.2 M16.4,14L16.4,14l3.6,2.1l1.3-1.9l-4.9-2.5L16.4,14z"/> <path fill="%23676767" d="M11.5,14.2l1.3,1.9l3.6-2.1l0,0l0-2.3L11.5,14.2z"/> </svg>');
}
.red.icon-pyramid.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%23FF0000" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%23990000" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.red.icon-start{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <path fill="%23990000" d="M19.5,12.6l3.8-2.2l0.3-3.9l-3.9,2.3L19.5,12.6 M22.7,17.8l0.3-3.7l-3.6,2.2l-0.2,3.8L22.7,17.8 M12.4,20.6l0,3.9l2.3-1.5l0,0l1.3-0.8v-3.8L12.4,20.6 M12.4,13L12.4,13l0,3.7l3.6-2.1v-3.7h0L12.4,13 M19.4,16.3l0.2-3.7 l-3.5,2v3.8L19.4,16.3 M26.7,11.9l0.4-3.6l-3.8,2.2L23,14.1L26.7,11.9z"/> <path fill="%23CC0000" d="M23,14.1l-0.3,3.7l3.6-2.3l0.4-3.7L23,14.1 M16,22.2l3.2-2.1l0.2-3.8L16,18.4V22.2 M5.4,16.5l0.1,3.5 l3.2,2.1v-3.6L5.4,16.5 M12.4,8.9L12.4,8.9l-3.7,2h0l3.6,2.1l3.6-2.1L12.4,8.9 M23.6,6.5l-3.7-1.6L16,7l3.7,1.8L16,10.9h0v3.7 l3.5-2l0.2-3.8L23.6,6.5 M12.4,20.6l0-3.9l-3.7-2v3.7L12.4,20.6 M8.8,10.9L8.8,10.9L5.1,8.8h0l0.2,4.1l0,0l3.4,1.9V10.9 M27.1,8.3l0.5-4l-3.9,2.3l-0.3,3.9L27.1,8.3 M23,14.1l0.3-3.7l-3.8,2.2l-0.2,3.7L23,14.1z"/> <path fill="%23FF0000" d="M16,10.9l3.7-2.1L16,7l-3.6,1.9L16,10.9 M10.1,23L10.1,23l2.3,1.5l0-3.9l-3.6-2.2v3.6L10.1,23L10.1,23 M8.8,10.9L8.8,10.9l0,3.8l3.7,2l0-3.7l0,0L8.8,10.9 M12.4,8.9L12.4,8.9L8.9,7L5.1,8.8l3.6,2.1l0,0h0L12.4,8.9 M23.8,2.8 l-3.9,2.1l3.7,1.6l3.9-2.3L23.8,2.8 M12.4,16.7l0,3.9l3.6-2.2v-3.8L12.4,16.7 M5.3,12.9L5.3,12.9l0.1,3.6l3.3,2v-3.7L5.3,12.9z" /> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg> ');
}
.red.icon-start-reverse{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="matrix( 1, 0, 0, 1, 0,0) "> <polyline fill="%23990000" points="19.5,12.6 23.3,10.4 23.6,6.5 19.7,8.8 19.5,12.6 "/> <polyline fill="%23990000" points="22.7,17.8 23,14.1 19.4,16.3 19.2,20.1 22.7,17.8 "/> <polyline fill="%23990000" points="12.4,20.6 12.4,24.5 14.7,23 14.7,23 16,22.2 16,18.4 12.4,20.6 "/> <polyline fill="%23990000" points="12.4,13 12.4,13 12.4,16.7 16,14.6 16,10.9 16,10.9 12.4,13 "/> <polyline fill="%23990000" points="19.4,16.3 19.5,12.6 16,14.6 16,18.4 19.4,16.3 "/> <polygon fill="%23990000" points="26.7,11.9 27.1,8.3 23.3,10.4 23,14.1 "/> <polyline fill="%23CCCCCC" points="23,14.1 22.7,17.8 26.3,15.5 26.7,11.9 23,14.1 "/> <polyline fill="%23FFFFFF" points="16,22.2 19.2,20.1 19.4,16.3 16,18.4 16,22.2 "/> <polyline fill="%23FF0000" points="5.4,16.5 5.6,19.9 8.8,22.1 8.8,18.4 5.4,16.5 "/> <polyline fill="%23FFFFFF" points="12.4,8.9 12.4,8.9 8.8,10.9 8.8,10.9 12.4,13 16,10.9 12.4,8.9 "/> <polyline fill="%23FFFFFF" points="23.6,6.5 19.9,4.9 16,7 19.7,8.8 16,10.9 16,10.9 16,14.6 19.5,12.6 19.7,8.8 23.6,6.5 "/> <polyline fill="%23FF0000" points="12.4,20.6 12.4,16.7 8.8,14.7 8.8,18.4 12.4,20.6 "/> <polyline fill="%23FF0000" points="8.8,10.9 8.8,10.9 5.1,8.8 5.1,8.8 5.3,12.9 5.3,12.9 8.8,14.7 8.8,10.9 "/> <polyline fill="%23FFFFFF" points="27.1,8.3 27.5,4.2 23.6,6.5 23.3,10.4 27.1,8.3 "/> <polygon fill="%23FFFFFF" points="23,14.1 23.3,10.4 19.5,12.6 19.4,16.3 "/> <polyline fill="%23CCCCCC" points="16,10.9 19.7,8.8 16,7 12.4,8.9 16,10.9 "/> <polyline fill="%23FFFFFF" points="10.1,23 10.1,23 12.4,24.5 12.4,20.6 8.8,18.4 8.8,22.1 10.1,23 10.1,23 "/> <polyline fill="%23FFFFFF" points="8.8,10.9 8.8,10.9 8.8,14.7 12.4,16.7 12.4,13 12.4,13 8.8,10.9 "/> <polyline fill="%23CCCCCC" points="12.4,8.9 12.4,8.9 8.9,7 5.1,8.8 8.8,10.9 8.8,10.9 8.8,10.9 12.4,8.9 "/> <polyline fill="%23CCCCCC" points="23.8,2.8 19.9,4.9 23.6,6.5 27.5,4.2 23.8,2.8 "/> <polyline fill="%23FFFFFF" points="12.4,16.7 12.4,20.6 16,18.4 16,14.6 12.4,16.7 "/> <polygon fill="%23FFFFFF" points="5.3,12.9 5.3,12.9 5.4,16.5 8.8,18.4 8.8,14.7 "/> <path fill="%23676767" d="M14.7,23L14.7,23l-2.4,1.5l0,6.1l2.3-1.8V23z"/> <path fill="%23999999" d="M12.4,24.5L10.1,23v5.9l2.3,1.7L12.4,24.5z"/> </g> </svg>');
}
.red.icon-connector-right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FF0000" stroke-linejoin="round" d="M0,16h16.807"/> <path fill="none" stroke="%23FF0000" stroke-width="1.0243" stroke-linejoin="round" d="M21.995,16.005h10"/> <circle fill="%23CC0000" cx="16.005" cy="16.01" r="4"/> <path fill="none" stroke="%23FF0000" stroke-width="2.0611" stroke-miterlimit="10" d="M15.995,9c3.866,0,7,3.134,7,7s-3.134,7-7,7"/> </svg>');
}
.red.icon-connector-left{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="none" stroke="%23FF0000" stroke-linejoin="round" d="M32,16H15.193"/> <path fill="none" stroke="%23FF0000" stroke-width="1.0243" stroke-linejoin="round" d="M10.005,16.005h-10"/> <circle fill="%23CC0000" cx="15.995" cy="16.01" r="4"/> <path fill="none" stroke="%23FF0000" stroke-width="2.0611" stroke-miterlimit="10" d="M16.005,9c-3.866,0-7,3.134-7,7s3.134,7,7,7"/> </svg> ');
}
.red.icon-track-return{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M16.001,22.913L16.001,22.913v-4.408l-3.227,1.856c-0.117,0.066-0.234,0.131-0.351,0.196 c-0.01,0.006-0.021,0.01-0.034,0.014c-0.005,0.006-0.012,0.011-0.02,0.014l-0.061,0.041h-0.007l-0.419,0.243l0.149,4.509 L16.001,22.913"/> <polygon fill="%23990000" points="21.84,14.252 21.847,14.252 25.742,12.038 26.066,7.515 18.816,11.296 18.715,16.028 "/> <polyline fill="%23CCCCCC" points="12.031,25.377 4.943,20.632 5.301,24.696 12.166,29.576 12.031,25.377 "/> <path fill="%23CCCCCC" d="M27.511,11.856l-0.797-0.365l-0.972,0.547l-3.895,2.214H21.84l-3.126,1.775l-1.924,1.094l-5.414-3.024 l-1.985-1.114l1.917-0.945l-0.027-0.689L7.92,12.983l8.87,5.036h0.007l0,0l2.045-1.168c0.953-0.546,1.905-1.093,2.856-1.64 c0.079-0.043,0.158-0.088,0.236-0.135L27.511,11.856z"/> <path fill="%23B6B6B6" d="M23.379,19.241c0.001-0.001,0.001-0.003,0-0.007l-6.609,4.158l-0.77-0.479l-3.969,2.464l0.135,4.199 l1.458-0.965l0.095-0.061c-0.009-0.594,0.16-1.231,0.506-1.91c0.311-0.612,0.698-1.134,1.161-1.566 c0.252-0.239,0.511-0.43,0.776-0.574c0.144-0.081,0.284-0.144,0.419-0.189c0.184-0.061,0.359-0.09,0.527-0.088 c0.374,0.005,0.65,0.153,0.83,0.446c0.111,0.175,0.181,0.382,0.209,0.621c0.004,0.006,0.009,0.01,0.014,0.013 c0.073,0.05,0.136,0.113,0.189,0.189l2.943-1.937l0.284-0.189c0.001-0.003,0.001-0.007,0-0.014c0.007-0.002,0.014-0.004,0.02-0.007 c0.029-0.536,0.191-1.103,0.486-1.701c0.275-0.563,0.612-1.044,1.013-1.445c0.177-0.177,0.357-0.328,0.54-0.452 c-0.001-0.002-0.004-0.006-0.007-0.014c0.019-0.003,0.037-0.008,0.054-0.013c0.034-0.021,0.067-0.041,0.101-0.061 c0.068-0.04,0.133-0.076,0.196-0.108c0.241-0.106,0.464-0.146,0.668-0.122c0.315,0.041,0.536,0.218,0.662,0.533 c0.044,0.111,0.073,0.233,0.088,0.365c0.149,0.056,0.262,0.155,0.338,0.297l0.284-0.182l0.23-3.011L23.379,19.241z"/> <path fill="%23676767" d="M17.702,25.168c-0.095,0-0.192,0.011-0.29,0.034c-0.357,0.08-0.735,0.307-1.134,0.682 c-0.047,0.044-0.095,0.089-0.142,0.135c-0.32,0.328-0.595,0.713-0.824,1.154c-0.073,0.138-0.138,0.273-0.196,0.405 c-0.16,0.403-0.243,0.787-0.25,1.154c-0.004,0.134,0.003,0.258,0.02,0.371c0.031,0.156,0.083,0.293,0.155,0.412 c0.042,0.067,0.089,0.123,0.142,0.169c0.045,0.041,0.092,0.075,0.142,0.101c0.113,0.063,0.246,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.01-0.015-0.021-0.031-0.034-0.047c-0.053-0.076-0.116-0.139-0.189-0.189 c-0.005-0.003-0.009-0.008-0.014-0.013c-0.031-0.018-0.065-0.036-0.101-0.054h-0.007C17.942,25.193,17.829,25.17,17.702,25.168"/> <path fill="%23676767" d="M24.729,20.362c-0.25,0.099-0.513,0.286-0.79,0.56c-0.329,0.329-0.61,0.725-0.844,1.188 c-0.248,0.491-0.389,0.959-0.425,1.404c-0.012,0.17-0.01,0.321,0.007,0.452c0.035,0.276,0.132,0.471,0.29,0.587l0.095,0.054 c0.053,0.028,0.112,0.049,0.176,0.061c0.405,0.072,0.851-0.133,1.337-0.614c0.333-0.329,0.617-0.727,0.851-1.195 c0.248-0.491,0.387-0.959,0.419-1.404c0.028-0.357-0.008-0.634-0.108-0.83c-0.076-0.142-0.188-0.241-0.338-0.297 c-0.001,0.001-0.003,0.001-0.007,0c-0.034-0.011-0.07-0.02-0.108-0.027C25.107,20.27,24.922,20.29,24.729,20.362"/> <path fill="%23676767" d="M23.379,19.234c0.001,0.003,0.001,0.006,0,0.007l2.869-1.809l0.837-0.52l0.425-5.056l-5.576,3.22 c-0.078,0.047-0.157,0.092-0.236,0.135c-0.95,0.548-1.902,1.095-2.856,1.64l-2.045,1.168l0,0v0.169v0.061c0,0.074,0,0.148,0,0.223 l-0.027,4.921L23.379,19.234"/> <polygon fill="%23676767" points="11.377,14.097 11.309,12.038 9.392,12.983 "/> <polyline fill="%23CC0000" points="4.572,16.298 4.943,20.632 12.031,25.377 11.883,20.868 4.572,16.298 "/> <polygon fill="%23CC0000" points="11.309,12.038 11.377,14.097 16.791,17.121 18.715,16.028 18.816,11.296 11.154,7.515 11.282,11.35 "/> <path d="M17.263,24.743c0.048,0.029,0.093,0.058,0.135,0.088l0.641,0.405h0.007c0.037,0.018,0.07,0.036,0.101,0.054 c-0.028-0.239-0.098-0.446-0.209-0.621c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.003-0.343,0.027-0.527,0.088L17.263,24.743"/> <path d="M24.648,19.43c-0.205-0.025-0.427,0.016-0.668,0.122l1.411,0.776c0.004,0.001,0.006,0.001,0.007,0 c-0.014-0.132-0.044-0.253-0.088-0.365C25.184,19.648,24.963,19.471,24.648,19.43z"/> <path fill="%23999999" d="M16.581,24.311c-0.135,0.045-0.274,0.108-0.419,0.189c-0.266,0.144-0.524,0.335-0.776,0.574 c-0.464,0.432-0.851,0.954-1.161,1.566c-0.347,0.68-0.515,1.316-0.506,1.91l-0.095,0.061l1.559,1.073 c-0.052-0.045-0.1-0.102-0.142-0.169c-0.072-0.119-0.124-0.256-0.155-0.412c-0.017-0.114-0.024-0.237-0.02-0.371 c0.007-0.367,0.09-0.752,0.25-1.154c0.058-0.132,0.123-0.267,0.196-0.405c0.229-0.442,0.503-0.827,0.824-1.154 c0.047-0.046,0.094-0.091,0.142-0.135c0.399-0.374,0.777-0.602,1.134-0.682c0.099-0.023,0.195-0.034,0.29-0.034 c0.128,0.002,0.24,0.024,0.338,0.068l-0.641-0.405c-0.042-0.03-0.087-0.059-0.135-0.088L16.581,24.311"/> <path fill="%23999999" d="M23.096,20.2c-0.401,0.401-0.738,0.882-1.013,1.445c-0.295,0.598-0.457,1.165-0.486,1.701 c-0.007,0.002-0.013,0.005-0.02,0.007c0.001,0.006,0.001,0.011,0,0.014l-0.284,0.189l1.674,0.999 c-0.159-0.116-0.255-0.312-0.29-0.587c-0.017-0.131-0.019-0.282-0.007-0.452c0.036-0.446,0.178-0.914,0.425-1.404 c0.234-0.464,0.515-0.86,0.844-1.188c0.277-0.274,0.54-0.461,0.79-0.56c0.193-0.072,0.377-0.092,0.554-0.061 c0.038,0.007,0.074,0.016,0.108,0.027l-1.411-0.776c-0.063,0.032-0.128,0.068-0.196,0.108c-0.034,0.02-0.068,0.04-0.101,0.061 c-0.016,0.01-0.032,0.019-0.047,0.027C23.453,19.872,23.273,20.023,23.096,20.2"/> <path fill="%23999999" d="M7.92,12.983l0.095,1.593l0.641-0.317l7.345,4.246v4.408l0,0l0.77,0.479l0.027-4.921 c0-0.075,0-0.149,0-0.223v-0.061l-0.007-0.169L7.92,12.983z"/> <path fill="%23CCCCCC" d="M8.656,14.259l-0.641,0.317l-3.443,1.721l7.311,4.57l0.419-0.243l0.068-0.041 c0.009-0.003,0.015-0.007,0.02-0.014c0.013-0.003,0.024-0.008,0.034-0.014c0.117-0.065,0.234-0.13,0.351-0.196l3.227-1.856 L8.656,14.259"/> <polygon fill="%23FF0000" points="18.816,11.296 26.066,7.515 18.438,4.248 11.154,7.515 "/> </svg>');
}
.red.icon-truck-empty{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23990000" points="27.224,15.822 27.588,11.465 25.099,12.891 24.793,17.312 24.907,17.24 "/> <polygon fill="%23FF0000" points="25.099,12.891 27.588,11.465 19.916,7.957 17.413,9.205 25.085,12.884 "/> <path fill="%23B6B6B6" d="M24.793,17.312l-0.064,0.955l-1.248,0.777l-0.014,0.007l-10.117,6.31l-0.799-0.52h-0.007l0.1,4.399 l0.642-0.421l0.164-0.107c0-0.048,0.002-0.095,0.007-0.143c0.019-0.575,0.193-1.188,0.52-1.839c0.328-0.642,0.732-1.188,1.212-1.64 c0.266-0.247,0.539-0.447,0.82-0.599c0.033-0.019,0.067-0.036,0.1-0.05c0.109-0.057,0.216-0.102,0.321-0.135 c0.195-0.071,0.383-0.105,0.563-0.1c0.385,0.014,0.673,0.176,0.863,0.485c0.09,0.152,0.154,0.328,0.193,0.528 c0.005,0.038,0.01,0.078,0.014,0.121c0.076,0.048,0.143,0.114,0.2,0.2c0.005,0.005,0.01,0.01,0.014,0.014l3.03-1.982l0.314-0.2 c0.005-0.005,0.014-0.01,0.029-0.014c0.024-0.57,0.19-1.169,0.499-1.797c0.29-0.594,0.644-1.1,1.062-1.519 c0.09-0.09,0.181-0.171,0.271-0.242c0.052-0.048,0.105-0.09,0.157-0.128c0.038-0.029,0.078-0.057,0.121-0.086 c0.057-0.038,0.114-0.074,0.171-0.107c0.062-0.033,0.126-0.064,0.193-0.093c0.257-0.114,0.494-0.157,0.713-0.128 c0.328,0.043,0.556,0.233,0.684,0.57c0.043,0.109,0.074,0.231,0.093,0.364c0.143,0.057,0.254,0.171,0.335,0.342l0.927-0.613 l0.349-4.1l-2.317,1.419L24.793,17.312"/> <polygon fill="%23B6B6B6" points="19.167,15.344 15.774,13.561 5.129,19.187 12.522,23.921 12.415,19.144 "/> <polyline fill="%23676767" points="15.774,13.462 15.781,13.148 15.788,9.12 4.687,14.538 5.036,19.13 5.129,19.187 15.774,13.561 15.774,13.462 "/> <path fill="%23676767" d="M18.276,25.554c-0.005-0.005-0.01-0.01-0.014-0.014c-0.057-0.086-0.124-0.152-0.2-0.2 c-0.143-0.105-0.321-0.152-0.535-0.143c-0.456,0.019-0.946,0.278-1.469,0.777c-0.033,0.033-0.067,0.067-0.1,0.1 c-0.352,0.361-0.649,0.782-0.891,1.262c-0.071,0.138-0.133,0.276-0.185,0.414c-0.171,0.433-0.254,0.841-0.25,1.226 c0.005,0.333,0.078,0.601,0.221,0.806c0.019,0.029,0.04,0.055,0.064,0.078c0.162,0.19,0.385,0.278,0.67,0.264 c0.456-0.019,0.946-0.278,1.469-0.777c0.395-0.38,0.725-0.834,0.991-1.362c0.295-0.585,0.44-1.131,0.435-1.64 C18.483,26.022,18.414,25.758,18.276,25.554"/> <path fill="%23676767" d="M25.948,20.534c-0.081-0.171-0.192-0.285-0.335-0.342l-0.014-0.007c-0.071-0.029-0.147-0.045-0.228-0.05 c-0.195-0.01-0.397,0.04-0.606,0.15c-0.062,0.029-0.124,0.064-0.185,0.107c-0.171,0.114-0.347,0.264-0.528,0.449 c-0.342,0.352-0.632,0.77-0.87,1.255c-0.252,0.523-0.392,1.017-0.421,1.483c-0.014,0.295,0.026,0.544,0.121,0.749 c0.048,0.109,0.109,0.197,0.185,0.264c0.062,0.057,0.133,0.1,0.214,0.128c0.057,0.019,0.119,0.031,0.185,0.036 c0.404,0.024,0.846-0.212,1.326-0.706c0.342-0.352,0.632-0.77,0.87-1.255c0.252-0.523,0.39-1.015,0.414-1.476 c0.019-0.299-0.019-0.551-0.114-0.756C25.957,20.553,25.952,20.544,25.948,20.534"/> <polygon fill="%23676767" points="20.108,15.729 20.08,15.75 13.257,19.643 13.328,24.192 13.335,24.356 13.328,24.356 13.349,25.361 23.467,19.051 23.481,19.044 24.729,18.267 24.793,17.312 24.793,17.312 25.099,12.891 24.201,13.397 24.194,13.397 "/> <polyline fill="%23999999" points="15.788,9.112 15.788,9.12 15.781,13.148 15.781,13.454 15.774,13.462 15.774,13.561 19.167,15.344 23.545,12.877 19.538,10.931 19.531,10.931 15.788,9.112 "/> <path fill="%23999999" d="M18.062,25.34c-0.005-0.043-0.01-0.083-0.014-0.121l-1.618-0.913c-0.105,0.033-0.212,0.078-0.321,0.135 c-0.033,0.014-0.067,0.031-0.1,0.05c-0.28,0.152-0.554,0.352-0.82,0.599c-0.48,0.452-0.884,0.998-1.212,1.64 c-0.328,0.651-0.501,1.264-0.52,1.839c-0.005,0.048-0.007,0.095-0.007,0.143l-0.164,0.107l1.633,1.041 c-0.024-0.024-0.045-0.05-0.064-0.078c-0.143-0.204-0.216-0.473-0.221-0.806c-0.005-0.385,0.078-0.794,0.25-1.226 c0.052-0.138,0.114-0.276,0.185-0.414c0.242-0.48,0.539-0.901,0.891-1.262c0.033-0.033,0.067-0.067,0.1-0.1 c0.523-0.499,1.012-0.758,1.469-0.777C17.741,25.188,17.92,25.235,18.062,25.34"/> <path fill="%23999999" d="M24.122,19.386c-0.067,0.029-0.131,0.059-0.193,0.093c-0.057,0.033-0.114,0.069-0.171,0.107 c-0.043,0.029-0.083,0.057-0.121,0.086c-0.052,0.038-0.105,0.081-0.157,0.128c-0.09,0.071-0.181,0.152-0.271,0.242 c-0.418,0.418-0.772,0.924-1.062,1.519c-0.309,0.627-0.475,1.226-0.499,1.797c-0.014,0.005-0.024,0.01-0.029,0.014l-0.314,0.2 l1.761,1.02c-0.076-0.067-0.138-0.154-0.185-0.264c-0.095-0.204-0.135-0.454-0.121-0.749c0.029-0.466,0.169-0.96,0.421-1.483 c0.238-0.485,0.528-0.903,0.87-1.255c0.181-0.185,0.356-0.335,0.528-0.449c0.062-0.043,0.124-0.078,0.185-0.107 c0.209-0.109,0.411-0.159,0.606-0.15c0.081,0.005,0.157,0.021,0.228,0.05L24.122,19.386"/> <polygon fill="%23999999" points="4.687,14.538 3.974,14.11 4.416,19.565 12.551,24.841 13.349,25.361 13.328,24.356 13.328,24.192 13.257,19.643 12.415,19.144 12.522,23.921 5.129,19.187 5.036,19.13 "/> <polyline fill="%23CCCCCC" points="17.413,9.205 15.788,8.421 3.974,14.11 4.687,14.538 15.788,9.12 15.788,9.112 19.531,10.931 19.538,10.931 23.545,12.877 19.167,15.344 12.415,19.144 13.257,19.643 20.08,15.75 20.08,15.715 20.108,15.729 24.194,13.397 25.085,12.884 17.413,9.205 "/> <polygon fill="%23CCCCCC" points="5.1,20.014 5.428,24.263 12.644,29.24 12.544,24.841 "/> <path d="M17.855,24.691c-0.19-0.309-0.478-0.471-0.863-0.485c-0.181-0.005-0.368,0.029-0.563,0.1l1.618,0.913 C18.01,25.019,17.946,24.843,17.855,24.691"/> <path d="M24.835,19.258c-0.219-0.029-0.456,0.014-0.713,0.128l1.476,0.799l0.014,0.007c-0.019-0.133-0.05-0.254-0.093-0.364 C25.392,19.491,25.163,19.301,24.835,19.258z"/> </svg>');
}


.icon-flag-sk{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480"> <path fill="%23ee1c25" d="M0 0h640v480H0z"/> <path fill="%230b4ea2" d="M0 0h640v320H0z"/> <path fill="%23fff" d="M0 0h640v160H0z"/> <path fill="%23fff" d="M233 370.8c-43-20.7-104.6-61.9-104.6-143.2 0-81.4 4-118.4 4-118.4h201.3s3.9 37 3.9 118.4S276 350 233 370.8z"/> <path fill="%23ee1c25" d="M233 360c-39.5-19-96-56.8-96-131.4s3.6-108.6 3.6-108.6h184.8s3.5 34 3.5 108.6C329 303.3 272.5 341 233 360z"/> <path fill="%23fff" d="M241.4 209c10.7.2 31.6.6 50.1-5.6 0 0-.4 6.7-.4 14.4s.5 14.4.5 14.4c-17-5.7-38.1-5.8-50.2-5.7v41.2h-16.8v-41.2c-12-.1-33.1 0-50.1 5.7 0 0 .5-6.7.5-14.4 0-7.8-.5-14.4-.5-14.4 18.5 6.2 39.4 5.8 50 5.6v-25.9c-9.7 0-23.7.4-39.6 5.7 0 0 .5-6.6.5-14.4 0-7.7-.5-14.4-.5-14.4 15.9 5.3 29.9 5.8 39.6 5.7-.5-16.4-5.3-37-5.3-37s9.9.7 13.8.7c4 0 13.8-.7 13.8-.7s-4.8 20.6-5.3 37c9.7.1 23.7-.4 39.6-5.7 0 0-.5 6.7-.5 14.4 0 7.8.5 14.4.5 14.4a119 119 0 00-39.7-5.7v26z"/> <path fill="%230b4ea2" d="M233 263.3c-19.9 0-30.5 27.5-30.5 27.5s-6-13-22.2-13c-11 0-19 9.7-24.2 18.8 20 31.7 51.9 51.3 76.9 63.4 25-12 57-31.7 76.9-63.4-5.2-9-13.2-18.8-24.2-18.8-16.2 0-22.2 13-22.2 13S253 263.3 233 263.3z"/> </svg>');
}
.icon-flag-en{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480"> <path fill="%23012169" d="M0 0h640v480H0z"/> <path fill="%23FFF" d="M75 0l244 181L562 0h78v62L400 241l240 178v61h-80L320 301 81 480H0v-60l239-178L0 64V0h75z"/> <path fill="%23C8102E" d="M424 281l216 159v40L369 281h55zm-184 20l6 35L54 480H0l240-179zM640 0v3L391 191l2-44L590 0h50zM0 0l239 176h-60L0 42V0z"/> <path fill="%23FFF" d="M241 0v480h160V0H241zM0 160v160h640V160H0z"/> <path fill="%23C8102E" d="M0 193v96h640v-96H0zM273 0v480h96V0h-96z"/> </svg>');
}
.icon-flag-de{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-de" viewBox="0 0 640 480"> <path fill="%23ffce00" d="M0 320h640v160H0z"/> <path d="M0 0h640v160H0z"/> <path fill="%23d00" d="M0 160h640v160H0z"/> </svg>');
}


.blue.icon-cms-section-labeled_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23CCCCCC" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23676767" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%230044B2" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23999999" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23003399" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%230044B2" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%230099FF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.blue.icon-cms-tab-page_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230099FF" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%230044B2" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23003399" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%230099FF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.blue.icon-cms-area_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="11.132,4.608 23.893,10.957 26.923,9.187 14.186,3.28 11.132,4.608 "/> <polyline fill="%23CCCCCC" points="13.245,19.227 13.223,19.242 11.63,20.204 17.039,23.928 20.304,21.681 18.689,20.653 17.035,21.744 13.245,19.227 "/> <polyline fill="%23CCCCCC" points="8.13,17.794 9.883,18.999 11.513,18.053 11.397,15.997 9.577,14.834 9.727,16.896 8.13,17.794 "/> <polygon fill="%23CCCCCC" points="11.492,11.344 11.144,11.515 17.035,14.957 20.607,12.875 14.704,9.702 "/> <polyline fill="%23676767" points="20.247,23.335 20.304,21.681 17.039,23.928 17.039,29.603 20.115,27.284 20.247,23.335 "/> <polyline fill="%23676767" points="22.974,25.127 25.646,23.11 26.923,9.187 23.893,10.957 22.974,25.127 "/> <polyline fill="%23676767" points="17.035,21.744 18.689,20.653 20.379,19.53 20.607,12.875 17.035,14.957 17.035,21.744 "/> <polygon fill="%23676767" points="11.513,18.082 11.513,18.053 9.883,18.999 10.285,24.509 11.818,23.524 11.63,20.204 13.223,19.242 13.223,19.209 "/> <polyline fill="%23999999" points="11.818,23.524 11.945,25.759 17.039,29.603 17.039,23.928 11.63,20.204 11.818,23.524 "/> <polyline fill="%23999999" points="11.513,18.053 11.513,18.082 13.223,19.209 13.245,19.227 17.035,21.744 17.035,14.957 11.144,11.515 11.397,15.997 11.513,18.053 "/> <polyline fill="%23999999" points="9.883,18.999 8.13,17.794 6.143,18.9 5.7,18.58 5.64,18.618 5.943,21.229 10.285,24.509 9.883,18.999 "/> <polygon fill="%23999999" points="11.132,4.608 11.492,11.344 14.704,9.702 20.607,12.875 20.379,19.53 18.689,20.653 20.304,21.681 20.247,23.335 22.974,25.127 23.893,10.957 "/> <path fill="%23003399" d="M5.7,18.58L6.143,18.9l-0.742-6.616L0.562,9.187l0.985,6.394L5.7,18.58z"/> <path fill="%230044B2" d="M8.13,17.794l1.598-0.898l-0.15-2.062l-0.327-4.425l-3.85,1.875L6.143,18.9L8.13,17.794z"/> <path fill="%230099FF" d="M9.251,10.409L4.346,7.544L0.562,9.187l4.839,3.098L9.251,10.409z"/> </svg>');
}
.blue.icon-cms-tab-control_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%230099FF" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%230044B2" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23003399" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%230099FF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.blue.icon-cms-section-vertical_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%230099FF" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%230099FF" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%230044B2" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%230044B2" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23003399" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23003399" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%230044B2" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%230099FF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.blue.icon-cms-section-horizontal_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%230099FF" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%230099FF" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%230044B2" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%230044B2" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23003399" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23003399" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%230044B2" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%230099FF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.blue.icon-cms-group_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%230099FF" points="9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <line fill="%230099FF" x1="9.773" y1="16.94" x2="9.756" y2="16.929"/> <polyline fill="%230099FF" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%230099FF" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%230099FF" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%230044B2" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%230044B2" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%230044B2" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.747,16.923 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%230044B2" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23003399" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23003399" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23003399" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23003399" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%230099FF" d="M9.284,10.49L9.284,10.49H9.282H9.284z"/> <path fill="%230099FF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.blue.icon-param-null-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.3816" y1="8.8488" x2="23.816" y2="21.2832"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.914,8.058c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.605 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.221-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C17.222,8.319,14.898,7.106,12.914,8.058"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="9.6519" y1="12.1272" x2="20.0835" y2="22.5588"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.857,10.993c-1.867,2.748,0.016,7.048,1.707,9.369c1.413,1.939,5.336,5.261,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C12.045,9.84,11.3,10.342,10.857,10.993"/> <path fill="%23999999" d="M11.105,8.878c-2.735,1.566-1.966,5.845-1.07,8.232c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.837,2.032-3.071c0.505-3.02-0.846-6.296-2.545-8.725 C17.682,10.589,14.134,7.155,11.105,8.878z M20.339,21.435c-1.114,3.538-5.016,1.824-6.854-0.092 c-2.119-2.209-3.952-5.913-3.09-9.028c1.019-3.699,5.04-1.944,6.888-0.017C19.384,14.491,21.316,18.331,20.339,21.435z"/> <path fill="%23003399" d="M17.954,7.946l-1.432-1.604l-6.96,16.839l1.332,1.827L17.954,7.946z"/> <path fill="%230044B2" d="M20.219,7.221l-2.266,0.725l-7.061,17.062l1.94-0.796L20.219,7.221z"/> <path fill="%230099FF" d="M20.219,7.221l-1.547-1.376l-2.152,0.498l1.432,1.604L20.219,7.221z"/> </svg>');
}
.blue.icon-assoc-port2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M7.084,23.219v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534L7.084,23.22c-0.001,0.001-0.002,0.001-0.003,0.002L7.084,23.219z"/> <path fill="%23676767" d="M7.095,23.199v0.003v0.011L7.09,23.217v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.095,23.199z"/> <path fill="%23CCCCCC" d="M7.095,23.203v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L7.095,23.203z"/> <polyline fill="%230099FF" points="11.291,11.937 8.961,13.12 16.825,17.715 21.595,14.936 13.714,10.699 11.291,11.937 "/> <polyline fill="%230044B2" points="16.825,26.776 19.033,25.321 21.291,23.821 21.595,14.936 16.825,17.715 16.825,26.776 "/> <polygon fill="%23003399" points="8.961,13.12 16.825,17.715 16.825,26.776 9.454,21.888 9.454,21.849 "/> <polygon fill="%230044B2" points="10.911,21.054 10.616,15.825 15.325,18.576 15.325,23.982 "/> <path fill="%230099FF" d="M6.402,11.625l0.003,0.003l0.026,0.016h0.003L6.402,11.625z"/> <path fill="%23999999" d="M15.899,7.89V7.871l-5.691-3.175l-0.016-0.009l0.364,6.181l0.016-0.009 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.416l-0.003-6.393c-0.001,0.001-0.002,0.001-0.003,0.002L15.899,7.89z"/> <path fill="%23676767" d="M15.91,7.871v0.003v0.011l-0.005,0.003v6.396l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.02,0.047-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.361l-0.137-0.079l0.024,0.014 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.061l0.358-6.181L15.91,7.871z"/> <path fill="%23CCCCCC" d="M15.91,7.875V7.871l5.707-3.185L15.91,1.931l-5.719,2.755l0.016,0.009l5.691,3.175L15.9,7.89l0.005-0.003 l0.003-0.011L15.91,7.875z"/> <path fill="%23999999" d="M24.746,24.157l0.001-0.019l-5.536-3.333l-0.016-0.01l0.014,6.387l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.011l5.172,3.578l0.361-6.603c-0.001,0.001-0.002,0.001-0.003,0.002L24.746,24.157z"/> <path fill="%23676767" d="M24.758,24.138l0,0.003l-0.001,0.011l-0.005,0.003l-0.364,6.607l0.012-0.008 c0.001,0,0.003-0.001,0.003-0.002c0.017-0.01,0.033-0.02,0.049-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.48-3.422 l-0.133-0.082l0.024,0.015c0.001,0.001,0.003,0.002,0.003,0.002l0.109,0.064l0.712-6.381L24.758,24.138z"/> <path fill="%23CCCCCC" d="M24.758,24.141l0-0.003l5.914-3.236l-5.576-2.899l-5.901,2.793l0.016,0.01l5.536,3.333l0.001,0.02 l0.005-0.003l0.004-0.011L24.758,24.141z"/> <polygon fill="%230099FF" points="15.325,18.89 10.911,21.054 15.325,23.982 "/> </svg>');
}
.blue.icon-release2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.018l5.49-4.159l0.79-6.737l-6.28,3.577V31.018z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159v-7.319l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.699v-6.321l-6.28,2.745L16.063,23.699z"/> <path fill="%23999999" d="M21.886,24.017l0.99-0.741l-0.533-3.153l-4.898,2.79l-1.382,0.787l1.103,3.864L21.886,24.017z"/> <path fill="%23333333" d="M9.125,24.226l1.141-0.481l-0.483-3.622L9.125,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.122l-6.28-2.745l0,4.276l0,2.045L22.343,20.122z"/> <path fill="%230099FF" d="M19.816,12.903c0.058-2.233-1.554-2.001-2.985-2.463c1.775,0.574,1.083,3.328,0.705,4.567 c-0.643,2.109-1.706,4.101-2.824,5.993c0.435,0.141,1.758,0.568,1.758,0.568s1.275-2.103,1.526-2.608 C18.895,17.141,19.925,14.987,19.816,12.903z"/> <path fill="%230044B2" d="M6.991,12.45c-0.471-0.152-1.269-0.41-1.847-0.597c1.535,1.09,3.072,2.178,4.609,3.266 c0.846,0.599,1.675,1.29,2.568,1.819c0.621,0.368,1.365,0.521,2.054,0.743C12.206,16.146,9.16,13.986,6.991,12.45z"/> <g> <path fill="%230099FF" d="M6.991,12.45c-0.616-0.199-1.232-0.398-1.847-0.597c1.168-2.125,5.695-10.166,5.695-10.166 s1.374,0.444,1.758,0.568C10.728,5.654,8.859,9.052,6.991,12.45z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.9912" y1="11.9111" x2="23.8331" y2="11.9111"> <stop offset="0" style="stop-color:%23003399"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.596,2.255c0.17,1.471,0.339,2.942,0.509,4.412c3.452-1.317,9.053-1.762,10.434,2.635 c1.571,5.002-3.48,9.642-7.069,12.264c1.007-1.705,2.004-3.441,2.647-5.323c0.437-1.279,1.116-3.421,0.22-4.671 c-1.151-1.607-3.57,0.02-4.659,0.862c-0.809,0.626-0.809,0.626-0.809,0.626s0.38,3.519,0.507,4.622 c-1.556-1.102-3.113-2.204-4.669-3.307c-0.709-0.502-1.416-1.004-2.138-1.485c-0.543-0.361-0.576-0.44-0.576-0.44 S9.006,8.785,9.85,7.25C10.766,5.585,11.681,3.92,12.596,2.255z"/> </svg>');
}
.blue.icon-assoc-one-may_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.1073" cy="277.575" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M13.069,14.812c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C14.89,13.58,13.89,13.991,13.069,14.812z"/> <path fill="%23999999" d="M7.086,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L7.086,23.615z"/> <path fill="%23676767" d="M7.097,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.097,23.596z"/> <path fill="%23CCCCCC" d="M7.097,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 L7.096,23.6L7.097,23.599z"/> <path fill="%23999999" d="M24.698,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.698,23.615z"/> <path fill="%23676767" d="M24.71,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.71,23.596z"/> <path fill="%23CCCCCC" d="M24.71,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.71,23.599z"/> <path fill="%23999999" d="M15.898,7.67V7.65l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L15.898,7.67z"/> <path fill="%23676767" d="M15.91,7.65v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L15.91,7.65z"/> <path fill="%23CCCCCC" d="M15.91,7.653V7.65l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285L15.9,7.67l0.005-0.003 l0.003-0.011L15.91,7.653z"/> </svg>');
}
.blue.icon-assoc-many-one_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.031,17.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.031,17.794z"/> <path fill="%23676767" d="M16.043,17.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.043,17.773z"/> <path fill="%23CCCCCC" d="M16.043,17.776v-0.003l6.137-3.543l-6.137-3.065L9.894,14.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.043,17.776z"/> <radialGradient id="SVGID_1_" cx="-102.0667" cy="271.8012" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M4.109,20.585c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C5.931,19.354,4.93,19.764,4.109,20.585z"/> <radialGradient id="SVGID_2_" cx="-84.4545" cy="271.5874" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M21.722,20.799c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C23.543,19.568,22.543,19.978,21.722,20.799z"/> <radialGradient id="SVGID_3_" cx="-93.2543" cy="287.8218" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_3_)" d="M12.922,4.565c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C14.743,3.333,13.743,3.744,12.922,4.565z"/> </svg>');
}
.blue.icon-assoc-port_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7715" cy="281.2866" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.821,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.389,8.874,12.978,9.453,11.821,10.611z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5108" y1="15.3417" x2="14.3971" y2="18.2279" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.672,13.647c0-0.004-0.003-0.006-0.009-0.006c-0.143-0.025-0.284-0.033-0.421-0.025h-0.009 c-0.219,0.004-0.41,0.069-0.572,0.197l-0.109,0.093c-0.105,0.096-0.191,0.222-0.257,0.377c-0.019,0.054-0.038,0.111-0.058,0.169 l-0.044,0.183l-0.029,0.693c0.006,0.004,0.009,0.01,0.009,0.019c0,0.004,0,0.01,0,0.018c0.004,0.013,0.007,0.026,0.007,0.039 l0.08,0.471c0.004,0.034,0.011,0.069,0.02,0.107c0.015,0.054,0.032,0.111,0.051,0.169l0.517,1.222 c0.033,0.058,0.066,0.117,0.1,0.175c0.148,0.257,0.305,0.498,0.472,0.724c0.306,0.407,0.643,0.774,1.011,1.101 c0.436,0.381,0.845,0.656,1.226,0.825c0.158,0.071,0.311,0.124,0.459,0.158c0.182,0.038,0.359,0.05,0.532,0.037 c0.448-0.03,0.761-0.252,0.938-0.667c0-0.004,0.002-0.008,0.007-0.012c0.025-0.064,0.047-0.129,0.064-0.197 c0.034-0.134,0.056-0.276,0.067-0.426c0.009-0.152,0.004-0.311-0.016-0.479v-0.006c-0.077-0.676-0.333-1.387-0.767-2.135 c-0.004-0.004-0.007-0.008-0.007-0.012c-0.177-0.302-0.369-0.586-0.574-0.85c-0.276-0.361-0.58-0.686-0.912-0.975 c-0.047-0.045-0.097-0.088-0.149-0.126c-0.115-0.1-0.231-0.19-0.346-0.27l-0.408-0.257c-0.071-0.047-0.143-0.087-0.215-0.121 L11.672,13.647z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-171.4409" y1="903.4816" x2="-168.5546" y2="906.3679" gradientTransform="matrix(-0.5367 0.8438 0.8438 0.5367 -838.9321 -331.1957)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.374,11.743c0.003,0.002,0.007,0.001,0.01-0.004c0.098-0.108,0.18-0.222,0.247-0.342l0.005-0.007 c0.115-0.187,0.162-0.383,0.141-0.588l-0.02-0.142c-0.025-0.14-0.085-0.28-0.18-0.42c-0.036-0.045-0.073-0.092-0.112-0.14 l-0.131-0.136l-0.569-0.396c-0.006,0.003-0.014,0.002-0.021-0.003c-0.003-0.002-0.008-0.005-0.015-0.009 c-0.013-0.003-0.025-0.008-0.036-0.015l-0.44-0.185c-0.031-0.014-0.065-0.028-0.101-0.041c-0.054-0.017-0.111-0.033-0.17-0.048 l-1.308-0.22c-0.067-0.004-0.134-0.007-0.201-0.01c-0.296-0.013-0.584-0.01-0.864,0.01c-0.508,0.04-0.999,0.127-1.472,0.262 c-0.556,0.163-1.007,0.361-1.354,0.592c-0.145,0.095-0.272,0.196-0.379,0.303c-0.129,0.133-0.235,0.276-0.317,0.429 c-0.215,0.394-0.195,0.777,0.06,1.15c0.003,0.002,0.005,0.006,0.006,0.012c0.04,0.055,0.084,0.109,0.131,0.16 c0.094,0.1,0.202,0.195,0.324,0.285c0.123,0.089,0.261,0.17,0.412,0.244l0.005,0.003c0.612,0.298,1.349,0.464,2.213,0.498 c0.006-0.002,0.01-0.001,0.013,0.001c0.35,0.013,0.692,0.003,1.026-0.028c0.453-0.04,0.89-0.122,1.312-0.246 c0.064-0.016,0.126-0.035,0.186-0.058c0.146-0.044,0.284-0.093,0.414-0.147l0.436-0.206c0.077-0.035,0.15-0.074,0.217-0.117 L19.374,11.743z"/> <path fill="%23999999" d="M24.299,22.734v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.299,22.734z"/> <path fill="%23676767" d="M24.31,22.714v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.31,22.714z"/> <path fill="%23CCCCCC" d="M24.31,22.718v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.31,22.718z"/> </svg>');
}
.blue.icon-release_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230099FF" d="M21.712,17.5c0.063-2.627-1.687-2.354-3.241-2.898c1.927,0.675,1.175,3.915,0.765,5.374 c-0.698,2.482-1.852,4.825-3.065,7.051c0.473,0.165,1.908,0.668,1.908,0.668s1.385-2.475,1.656-3.069 C20.712,22.487,21.831,19.953,21.712,17.5z"/> <path fill="%230044B2" d="M7.79,16.967c-0.511-0.179-1.377-0.482-2.005-0.702c1.667,1.282,3.335,2.562,5.003,3.843 c0.918,0.705,1.819,1.518,2.787,2.14c0.674,0.433,1.482,0.613,2.23,0.874C13.451,21.316,10.144,18.775,7.79,16.967z"/> <g> <path fill="%230099FF" d="M7.79,16.967c-0.668-0.234-1.337-0.468-2.005-0.702c1.268-2.5,6.182-11.962,6.182-11.962 s1.491,0.522,1.908,0.668C11.846,8.97,9.818,12.969,7.79,16.967z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.7901" y1="16.3332" x2="26.0726" y2="16.3332"> <stop offset="0" style="stop-color:%23003399"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.874,4.972c0.184,1.731,0.368,3.461,0.552,5.192c3.747-1.549,9.827-2.073,11.326,3.1 c1.706,5.886-3.778,11.346-7.674,14.431c1.093-2.007,2.176-4.049,2.873-6.263c0.474-1.504,1.211-4.025,0.239-5.497 c-1.25-1.891-3.875,0.023-5.058,1.015c-0.878,0.736-0.878,0.736-0.878,0.736s0.412,4.141,0.55,5.438 c-1.689-1.297-3.379-2.594-5.068-3.891c-0.769-0.591-1.537-1.182-2.321-1.747C7.826,17.06,7.79,16.967,7.79,16.967 s2.187-4.313,3.104-6.119C11.887,8.889,12.881,6.931,13.874,4.972z"/> </svg> ');
}
.blue.icon-task2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.019l5.49-4.159l0.79-6.737l-6.28,3.577V31.019z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159V23.7l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.7v-6.321l-6.28,2.745L16.063,23.7z"/> <path fill="%23999999" d="M21.886,24.018l0.99-0.741l-0.533-3.153l-4.898,2.79L16.063,23.7l1.103,3.864L21.886,24.018z"/> <path fill="%23333333" d="M9.126,24.226l1.141-0.481l-0.483-3.622L9.126,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.123l-6.28-2.745l0,4.276l0,2.045L22.343,20.123z"/> <polygon fill="%230099FF" points="18.114,17.44 15.959,16.839 23.9,2.354 26.075,2.908 "/> <polygon fill="%230099FF" points="10.604,17.129 8.464,16.526 10.38,13.027 12.526,13.618 "/> <polygon fill="%23003399" points="18.999,22.84 16.845,22.223 8.464,16.526 10.604,17.129 "/> <polygon fill="%230044B2" points="26.075,2.908 28.849,4.848 18.999,22.84 10.604,17.129 12.526,13.618 18.114,17.44 "/> <polygon fill="%23CCCCCC" points="14.56,9.338 13.304,8.987 17.935,0.54 19.203,0.862 "/> <polygon fill="%23CCCCCC" points="10.18,9.156 8.932,8.805 10.05,6.764 11.301,7.109 "/> <polygon fill="%23999999" points="15.077,12.488 13.82,12.127 8.932,8.805 10.18,9.156 "/> <polygon fill="%23676767" points="19.203,0.862 20.822,1.994 15.077,12.488 10.18,9.156 11.301,7.109 14.56,9.338 "/> </svg>');
}
.blue.icon-podkova-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23003399" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.blue.icon-cms-item-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.955,15.496c-0.254,0.432-0.555,0.859-0.903,1.281c-0.512,0.628-1.109,1.22-1.791,1.775 c-0.291,0.242-0.643,0.506-1.058,0.791l-0.178,0.12l-0.096,7.009c0.009,0.003,0.017,0.003,0.023,0l0.201-0.151 c0.363-0.275,0.7-0.556,1.011-0.841c0.656-0.587,1.229-1.213,1.717-1.88c1.158-1.58,1.75-3.218,1.775-4.913c0-0.026,0-0.051,0-0.077 l0.309-6.171C22.878,13.482,22.541,14.501,21.955,15.496z"/> <path fill="%23CCCCCC" d="M17.848,4.801L17.702,4.72l-5.793,3.122C12.77,8.349,13.401,8.95,13.8,9.645 c0.306,0.538,0.447,1.091,0.425,1.66c0.001,0.014,0.001,0.026,0,0.039c-0.014,0.291-0.071,0.586-0.17,0.884 c-0.186,0.558-0.508,1.084-0.965,1.579c-0.135,0.148-0.283,0.294-0.444,0.436c-0.104,0.094-0.214,0.187-0.332,0.278 c-0.23,0.185-0.486,0.367-0.768,0.544l-0.112,0.073c-0.033,0-0.044,0.006-0.031,0.019l6.584,4.284l0.015,0.023 c0.005,0.005,0.013,0.005,0.023,0l0.178-0.12c0.414-0.286,0.767-0.549,1.058-0.791c0.682-0.556,1.279-1.148,1.791-1.775 c0.348-0.423,0.649-0.85,0.903-1.281c0.586-0.995,0.923-2.014,1.011-3.057c0.014-0.171,0.022-0.342,0.023-0.513 c0.01-1.732-0.668-3.328-2.034-4.79c-0.566-0.605-1.227-1.159-1.984-1.663C18.637,5.246,18.263,5.023,17.848,4.801z"/> <path fill="%230044B2" d="M16.71,27.38l0.004-1.76l0.015-5.284l-1.768,1.185l0.077,7.082L16.71,27.38z"/> <path fill="%23999999" d="M18.026,19.464c-0.01,0.005-0.018,0.005-0.023,0l-0.015-0.023l-6.584-4.284l0.062,1.667l5.264,3.512 l-0.015,5.284l1.166,0.83c0.02,0.014,0.037,0.022,0.05,0.023L18.026,19.464 M14.054,12.227c0.099-0.298,0.156-0.592,0.17-0.884 c0.001-0.012,0.001-0.025,0-0.039c0.023-0.569-0.119-1.122-0.425-1.66c-0.399-0.695-1.029-1.296-1.891-1.802l0.205,6.546 c0.069,0.044,0.136,0.088,0.201,0.131c0.117-0.091,0.228-0.184,0.332-0.278c0.161-0.142,0.309-0.288,0.444-0.436 C13.547,13.311,13.868,12.785,14.054,12.227z"/> <path fill="%23003399" d="M15.039,28.603l-0.077-7.082L8.35,16.978l0.428,6.932L15.039,28.603z"/> <path fill="%230099FF" d="M11.465,16.824l-1.355-0.903l-1.76,1.058l6.611,4.543l1.768-1.185L11.465,16.824z"/> </svg>');
}
.blue.icon-env-server-response-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.02,10.115 M23.735,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.695,6.712,23.735,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.369,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.696,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.4,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.4,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%230099FF" points="13.757,17.421 5.314,21.91 13.757,27.954 22.196,21.91 13.757,17.421 "/> <polyline fill="%230099FF" points="5.97,17.592 4.882,18.126 13.749,23.926 13.757,23.922 22.624,18.126 21.537,17.592 13.757,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%230099FF" points="4.406,14.065 13.749,19.523 23.101,14.065 13.757,10.013 4.406,14.065 "/> <polyline fill="%230044B2" points="21.932,24.182 22.196,21.91 13.757,27.954 13.757,30.349 21.932,24.182 "/> <polyline fill="%230044B2" points="13.757,23.922 13.757,26.606 22.335,20.635 22.624,18.126 13.757,23.922 "/> <polyline fill="%230044B2" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%23003399" points="5.314,21.91 5.583,24.182 13.757,30.349 13.757,27.954 5.314,21.91 "/> <polyline fill="%23003399" points="13.757,23.922 13.749,23.926 4.882,18.126 5.176,20.635 13.753,26.606 13.757,26.606 13.757,23.922 "/> <polyline fill="%23003399" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M13.545,10.025c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l0.001,1.882h4.465c0,0-0.676,0.873-0.853,1.397 c-0.171,0.504-0.175,2.121-0.175,2.121l-0.517,1.487c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743 c0.754,0.753,1.705,1.151,2.751,1.151c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73 c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617 C16.792,10.557,15.285,10.025,13.545,10.025L13.545,10.025z"/> <path fill="%23003399" d="M18.018,16.224c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H9.063c0-0.67,0.119-1.271,0.356-1.802s0.557-0.972,0.957-1.323s0.872-0.622,1.416-0.811 s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104C17.586,13.865,18.018,14.896,18.018,16.224z M15.518,24.545 c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S15.518,24.031,15.518,24.545z"/> </svg>');
}
.blue.icon-env-server-request-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.021,10.115 M23.736,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.696,6.712,23.736,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.37,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.697,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.401,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.401,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%230099FF" points="13.758,17.421 5.314,21.91 13.758,27.954 22.197,21.91 13.758,17.421 "/> <polyline fill="%230099FF" points="5.97,17.592 4.883,18.126 13.749,23.926 13.758,23.922 22.624,18.126 21.537,17.592 13.758,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%230099FF" points="4.406,14.065 13.749,19.523 23.101,14.065 13.758,10.013 4.406,14.065 "/> <polyline fill="%230044B2" points="21.932,24.182 22.197,21.91 13.758,27.954 13.758,30.349 21.932,24.182 "/> <polyline fill="%230044B2" points="13.758,23.922 13.758,26.606 22.335,20.635 22.624,18.126 13.758,23.922 "/> <polyline fill="%230044B2" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%23003399" points="5.314,21.91 5.583,24.182 13.758,30.349 13.758,27.954 5.314,21.91 "/> <polyline fill="%23003399" points="13.758,23.922 13.749,23.926 4.883,18.126 5.176,20.635 13.753,26.606 13.758,26.606 13.758,23.922 "/> <polyline fill="%23003399" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M17.806,12.268l0.202-2.184h-2.194h-4.121H9.499l0.202,2.184l0.879,9.502l0.039,0.424 c-0.498,0.667-0.77,1.445-0.77,2.292c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.706,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.844-0.269-1.62-0.761-2.287l0.04-0.429L17.806,12.268z"/> <polygon fill="%23003399" points="15.814,12.084 14.935,21.586 12.572,21.586 11.693,12.084 "/> <path fill="%23003399" d="M15.648,24.486c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S15.648,23.972,15.648,24.486z"/> </svg> ');
}
.blue.icon-under-construction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 420 420"> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 0.0 L 154.6 0.0 C 149.8 1.3 144.8 2.1 140.4 4.3 C 136.0 7.2 131.4 9.9 127.7 13.6 C 90.2 51.2 52.7 88.7 15.2 126.2 C 7.3 133.9 1.6 143.8 0.0 154.8 L 0.0 0.0 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 154.6 0.0 L 165.2 0.0 C 171.0 1.5 177.3 2.3 182.1 6.0 C 185.6 8.3 189.3 10.6 192.3 13.6 C 230.1 51.5 268.0 89.3 305.9 127.2 C 313.2 134.7 318.4 144.3 320.0 154.7 L 320.0 165.8 C 318.7 170.3 317.9 174.9 315.9 179.1 C 312.8 183.9 309.9 188.9 305.8 192.8 C 268.3 230.4 230.7 267.9 193.2 305.5 C 185.6 313.0 176.0 318.4 165.4 320.0 L 154.7 320.0 C 144.3 318.4 134.8 313.2 127.3 306.0 C 89.3 267.9 51.3 230.0 13.3 191.9 C 10.4 189.0 8.2 185.4 5.9 182.0 C 2.3 177.3 1.7 171.3 0.0 165.8 L 0.0 154.8 C 1.6 143.8 7.3 133.9 15.2 126.2 C 52.7 88.7 90.2 51.2 127.7 13.6 C 131.4 9.9 136.0 7.2 140.4 4.3 C 144.8 2.1 149.8 1.3 154.6 0.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 165.2 0.0 L 320.0 0.0 L 320.0 154.7 C 318.4 144.3 313.2 134.7 305.9 127.2 C 268.0 89.3 230.1 51.5 192.3 13.6 C 189.3 10.6 185.6 8.3 182.1 6.0 C 177.3 2.3 171.0 1.5 165.2 0.0 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 130.9 25.8 C 139.7 17.1 152.6 11.9 165.0 14.1 C 174.7 14.8 183.5 20.1 190.2 26.8 C 224.5 61.2 258.9 95.5 293.2 129.9 C 296.5 134.3 300.4 138.6 302.1 144.0 C 305.2 150.8 305.1 158.6 304.2 165.9 C 303.3 174.4 297.9 181.3 292.4 187.4 C 256.7 223.0 221.0 258.7 185.4 294.4 C 182.8 296.7 179.6 297.9 176.6 299.5 C 171.6 302.5 165.5 302.3 160.0 303.6 C 155.1 302.5 150.1 302.3 145.4 300.5 C 141.5 298.5 137.3 297.0 134.1 293.9 C 99.6 259.3 65.1 224.9 30.6 190.4 C 27.1 187.2 24.3 183.3 21.2 179.6 C 15.0 171.0 14.4 159.9 15.9 149.8 C 17.7 142.0 22.2 135.3 27.3 129.3 C 61.9 94.8 96.3 60.3 130.9 25.8 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 164.3 86.4 C 168.8 85.6 174.0 86.2 177.3 89.6 C 181.0 92.9 183.4 98.3 182.0 103.2 C 181.5 108.5 176.9 112.6 172.0 113.9 C 163.1 117.0 152.3 108.4 153.9 98.9 C 155.0 93.4 159.0 88.4 164.3 86.4 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 101.1 117.8 C 102.1 114.3 103.3 110.5 106.7 108.6 C 117.2 108.7 127.6 108.7 138.0 108.7 C 140.1 108.6 142.1 109.1 144.1 109.5 C 148.2 116.1 153.2 122.1 157.5 128.6 C 159.7 131.9 161.8 136.1 159.8 140.0 C 154.0 150.7 148.0 161.3 142.3 172.1 C 155.4 181.7 167.5 192.5 180.6 202.0 C 184.4 197.9 189.2 193.4 195.2 194.8 C 197.4 195.6 200.0 195.9 201.6 197.7 C 203.7 200.0 205.5 202.6 206.9 205.4 C 209.0 204.4 211.7 204.0 213.8 205.2 C 217.4 207.5 219.2 211.9 219.3 216.0 C 221.5 217.0 223.3 218.4 224.5 220.4 C 230.1 220.0 234.4 224.1 236.6 228.8 C 211.7 229.0 186.9 228.7 162.0 229.1 C 155.9 228.5 149.7 229.6 143.5 228.7 C 144.8 227.2 145.9 225.5 147.0 223.8 C 149.9 222.5 152.9 221.1 156.2 221.1 C 157.9 220.7 159.6 220.1 158.8 217.9 C 160.5 215.3 162.7 212.4 166.3 213.1 C 168.2 209.3 171.3 206.3 175.0 204.2 C 163.8 195.0 152.5 186.0 141.3 176.8 C 140.8 175.5 139.1 176.4 139.5 177.4 C 142.0 180.1 144.9 183.1 144.7 187.0 C 144.9 189.5 143.1 191.6 142.2 193.8 C 139.3 200.7 135.1 207.1 131.8 213.8 C 129.8 218.0 127.6 222.2 125.2 226.2 C 122.6 228.2 118.7 229.6 115.5 228.1 C 113.5 226.6 112.3 224.3 111.6 222.0 C 113.6 214.7 117.9 208.5 120.7 201.5 C 122.9 196.7 125.4 192.0 127.7 187.3 C 121.8 180.0 116.0 172.6 109.8 165.5 C 109.7 172.9 110.1 180.4 109.7 187.8 C 106.8 199.4 103.6 211.0 100.6 222.7 C 99.7 227.6 92.9 230.3 88.9 227.0 C 85.3 225.1 86.1 220.6 86.3 217.2 C 88.6 207.8 91.0 198.5 93.3 189.1 C 93.7 177.9 93.1 166.7 93.6 155.5 C 93.6 151.0 98.2 149.3 100.4 146.1 C 98.0 145.3 96.3 143.3 96.4 140.8 C 94.1 139.2 92.0 137.3 89.5 136.0 C 88.5 133.9 89.9 132.2 91.8 131.5 C 93.5 133.1 95.4 134.5 97.3 135.7 C 98.6 129.8 99.7 123.8 101.1 117.8 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 113.0 123.3 C 116.6 123.4 120.1 123.4 123.6 123.4 C 119.3 128.0 114.4 132.1 110.3 136.9 C 110.8 132.3 112.1 127.9 113.0 123.3 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 122.7 156.0 C 128.2 153.5 133.7 151.2 139.2 148.7 C 137.2 153.8 133.8 158.0 131.8 163.0 C 128.6 160.8 125.5 158.6 122.7 156.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 165.8 C 1.7 171.3 2.3 177.3 5.9 182.0 C 8.2 185.4 10.4 189.0 13.3 191.9 C 51.3 230.0 89.3 267.9 127.3 306.0 C 134.8 313.2 144.3 318.4 154.7 320.0 L 0.0 320.0 L 0.0 165.8 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 315.9 179.1 C 317.9 174.9 318.7 170.3 320.0 165.8 L 320.0 320.0 L 165.4 320.0 C 176.0 318.4 185.6 313.0 193.2 305.5 C 230.7 267.9 268.3 230.4 305.8 192.8 C 309.9 188.9 312.8 183.9 315.9 179.1 Z" /> </svg>');
}
.blue.icon-undeploy2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(3, -1)"> <polyline fill="%230044B2" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%23003399" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.blue.icon-deploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%230044B2" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%230044B2" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%230099FF" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%230099FF" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%230099FF" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%230099FF" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%23003399" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%23003399" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%23003399" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%23003399" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23006600" points="2.405,24.286 2.592,26.482 12.935,25.762 12.888,23.576 2.405,24.286 "/> <polyline fill="%23006600" points="11.58,22.67 13.589,21.371 13.551,19.232 9.917,21.521 11.58,22.67 "/> <polyline fill="%2300FF00" points="12.888,23.576 11.58,22.67 9.917,21.521 13.551,19.232 10.701,17.353 7.076,19.549 4.348,17.652 2.405,24.286 12.888,23.576 "/> </svg>');
}
.blue.icon-undeploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%230044B2" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%230044B2" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%230099FF" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%230099FF" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%230099FF" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%230099FF" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%23003399" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%23003399" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%23003399" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%23003399" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23990000" points="14.564,21.225 13.266,21.928 11.174,23.247 11.18,23.258 11.046,23.327 14.301,28.776 16.43,27.215 13.357,22.083 14.66,21.381 16.939,19.933 14.564,21.225 "/> <polyline fill="%23FF0000" points="14.725,16.275 12.402,17.605 14.564,21.225 16.939,19.933 14.725,16.275 "/> <polyline fill="%23FF0000" points="9.008,19.622 9.013,19.632 11.158,18.41 8.01,13.143 5.64,14.28 8.879,19.707 9.008,19.622 "/> <polyline fill="%23CC0000" points="9.013,19.632 8.879,19.707 5.64,14.28 3.768,15.846 6.852,21.021 4.144,22.78 6.069,26.014 8.917,24.475 12.016,29.672 14.301,28.776 11.046,23.327 11.174,23.247 13.266,21.928 14.564,21.225 12.402,17.605 11.158,18.41 9.013,19.632 "/> </svg> ');
}
.lightBlue.icon-cms-section-labeled_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23CCCCCC" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23676767" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%232189a5" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23999999" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23269FBF" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%232189a5" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%2333CCFF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.lightBlue.icon-cms-tab-page_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2333CCFF" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%232189a5" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23269FBF" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%2333CCFF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.lightBlue.icon-cms-area_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="11.132,4.608 23.893,10.957 26.923,9.187 14.186,3.28 11.132,4.608 "/> <polyline fill="%23CCCCCC" points="13.245,19.227 13.223,19.242 11.63,20.204 17.039,23.928 20.304,21.681 18.689,20.653 17.035,21.744 13.245,19.227 "/> <polyline fill="%23CCCCCC" points="8.13,17.794 9.883,18.999 11.513,18.053 11.397,15.997 9.577,14.834 9.727,16.896 8.13,17.794 "/> <polygon fill="%23CCCCCC" points="11.492,11.344 11.144,11.515 17.035,14.957 20.607,12.875 14.704,9.702 "/> <polyline fill="%23676767" points="20.247,23.335 20.304,21.681 17.039,23.928 17.039,29.603 20.115,27.284 20.247,23.335 "/> <polyline fill="%23676767" points="22.974,25.127 25.646,23.11 26.923,9.187 23.893,10.957 22.974,25.127 "/> <polyline fill="%23676767" points="17.035,21.744 18.689,20.653 20.379,19.53 20.607,12.875 17.035,14.957 17.035,21.744 "/> <polygon fill="%23676767" points="11.513,18.082 11.513,18.053 9.883,18.999 10.285,24.509 11.818,23.524 11.63,20.204 13.223,19.242 13.223,19.209 "/> <polyline fill="%23999999" points="11.818,23.524 11.945,25.759 17.039,29.603 17.039,23.928 11.63,20.204 11.818,23.524 "/> <polyline fill="%23999999" points="11.513,18.053 11.513,18.082 13.223,19.209 13.245,19.227 17.035,21.744 17.035,14.957 11.144,11.515 11.397,15.997 11.513,18.053 "/> <polyline fill="%23999999" points="9.883,18.999 8.13,17.794 6.143,18.9 5.7,18.58 5.64,18.618 5.943,21.229 10.285,24.509 9.883,18.999 "/> <polygon fill="%23999999" points="11.132,4.608 11.492,11.344 14.704,9.702 20.607,12.875 20.379,19.53 18.689,20.653 20.304,21.681 20.247,23.335 22.974,25.127 23.893,10.957 "/> <path fill="%23269FBF" d="M5.7,18.58L6.143,18.9l-0.742-6.616L0.562,9.187l0.985,6.394L5.7,18.58z"/> <path fill="%232189a5" d="M8.13,17.794l1.598-0.898l-0.15-2.062l-0.327-4.425l-3.85,1.875L6.143,18.9L8.13,17.794z"/> <path fill="%2333CCFF" d="M9.251,10.409L4.346,7.544L0.562,9.187l4.839,3.098L9.251,10.409z"/> </svg>');
}
.lightBlue.icon-cms-tab-control_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%2333CCFF" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%232189a5" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23269FBF" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%2333CCFF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.lightBlue.icon-cms-section-vertical_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%2333CCFF" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%2333CCFF" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%232189a5" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%232189a5" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23269FBF" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23269FBF" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%232189a5" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%2333CCFF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.lightBlue.icon-cms-section-horizontal_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%2333CCFF" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%2333CCFF" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%232189a5" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%232189a5" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23269FBF" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23269FBF" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%232189a5" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%2333CCFF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.lightBlue.icon-cms-group_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%2333CCFF" points="9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <line fill="%2333CCFF" x1="9.773" y1="16.94" x2="9.756" y2="16.929"/> <polyline fill="%2333CCFF" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%2333CCFF" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%2333CCFF" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%232189a5" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%232189a5" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%232189a5" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.747,16.923 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%232189a5" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23269FBF" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23269FBF" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23269FBF" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23269FBF" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%2333CCFF" d="M9.284,10.49L9.284,10.49H9.282H9.284z"/> <path fill="%2333CCFF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.lightBlue.icon-param-null-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.3816" y1="8.8488" x2="23.816" y2="21.2832"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.914,8.058c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.605 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.221-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C17.222,8.319,14.898,7.106,12.914,8.058"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="9.6519" y1="12.1272" x2="20.0835" y2="22.5588"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.857,10.993c-1.867,2.748,0.016,7.048,1.707,9.369c1.413,1.939,5.336,5.261,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C12.045,9.84,11.3,10.342,10.857,10.993"/> <path fill="%23999999" d="M11.105,8.878c-2.735,1.566-1.966,5.845-1.07,8.232c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.837,2.032-3.071c0.505-3.02-0.846-6.296-2.545-8.725 C17.682,10.589,14.134,7.155,11.105,8.878z M20.339,21.435c-1.114,3.538-5.016,1.824-6.854-0.092 c-2.119-2.209-3.952-5.913-3.09-9.028c1.019-3.699,5.04-1.944,6.888-0.017C19.384,14.491,21.316,18.331,20.339,21.435z"/> <path fill="%23269FBF" d="M17.954,7.946l-1.432-1.604l-6.96,16.839l1.332,1.827L17.954,7.946z"/> <path fill="%232189a5" d="M20.219,7.221l-2.266,0.725l-7.061,17.062l1.94-0.796L20.219,7.221z"/> <path fill="%2333CCFF" d="M20.219,7.221l-1.547-1.376l-2.152,0.498l1.432,1.604L20.219,7.221z"/> </svg>');
}
.lightBlue.icon-assoc-port2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M7.084,23.219v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534L7.084,23.22c-0.001,0.001-0.002,0.001-0.003,0.002L7.084,23.219z"/> <path fill="%23676767" d="M7.095,23.199v0.003v0.011L7.09,23.217v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.095,23.199z"/> <path fill="%23CCCCCC" d="M7.095,23.203v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L7.095,23.203z"/> <polyline fill="%2333CCFF" points="11.291,11.937 8.961,13.12 16.825,17.715 21.595,14.936 13.714,10.699 11.291,11.937 "/> <polyline fill="%232189a5" points="16.825,26.776 19.033,25.321 21.291,23.821 21.595,14.936 16.825,17.715 16.825,26.776 "/> <polygon fill="%23269FBF" points="8.961,13.12 16.825,17.715 16.825,26.776 9.454,21.888 9.454,21.849 "/> <polygon fill="%232189a5" points="10.911,21.054 10.616,15.825 15.325,18.576 15.325,23.982 "/> <path fill="%2333CCFF" d="M6.402,11.625l0.003,0.003l0.026,0.016h0.003L6.402,11.625z"/> <path fill="%23999999" d="M15.899,7.89V7.871l-5.691-3.175l-0.016-0.009l0.364,6.181l0.016-0.009 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.416l-0.003-6.393c-0.001,0.001-0.002,0.001-0.003,0.002L15.899,7.89z"/> <path fill="%23676767" d="M15.91,7.871v0.003v0.011l-0.005,0.003v6.396l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.02,0.047-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.361l-0.137-0.079l0.024,0.014 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.061l0.358-6.181L15.91,7.871z"/> <path fill="%23CCCCCC" d="M15.91,7.875V7.871l5.707-3.185L15.91,1.931l-5.719,2.755l0.016,0.009l5.691,3.175L15.9,7.89l0.005-0.003 l0.003-0.011L15.91,7.875z"/> <path fill="%23999999" d="M24.746,24.157l0.001-0.019l-5.536-3.333l-0.016-0.01l0.014,6.387l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.011l5.172,3.578l0.361-6.603c-0.001,0.001-0.002,0.001-0.003,0.002L24.746,24.157z"/> <path fill="%23676767" d="M24.758,24.138l0,0.003l-0.001,0.011l-0.005,0.003l-0.364,6.607l0.012-0.008 c0.001,0,0.003-0.001,0.003-0.002c0.017-0.01,0.033-0.02,0.049-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.48-3.422 l-0.133-0.082l0.024,0.015c0.001,0.001,0.003,0.002,0.003,0.002l0.109,0.064l0.712-6.381L24.758,24.138z"/> <path fill="%23CCCCCC" d="M24.758,24.141l0-0.003l5.914-3.236l-5.576-2.899l-5.901,2.793l0.016,0.01l5.536,3.333l0.001,0.02 l0.005-0.003l0.004-0.011L24.758,24.141z"/> <polygon fill="%2333CCFF" points="15.325,18.89 10.911,21.054 15.325,23.982 "/> </svg>');
}
.lightBlue.icon-release2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.018l5.49-4.159l0.79-6.737l-6.28,3.577V31.018z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159v-7.319l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.699v-6.321l-6.28,2.745L16.063,23.699z"/> <path fill="%23999999" d="M21.886,24.017l0.99-0.741l-0.533-3.153l-4.898,2.79l-1.382,0.787l1.103,3.864L21.886,24.017z"/> <path fill="%23333333" d="M9.125,24.226l1.141-0.481l-0.483-3.622L9.125,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.122l-6.28-2.745l0,4.276l0,2.045L22.343,20.122z"/> <path fill="%2333CCFF" d="M19.816,12.903c0.058-2.233-1.554-2.001-2.985-2.463c1.775,0.574,1.083,3.328,0.705,4.567 c-0.643,2.109-1.706,4.101-2.824,5.993c0.435,0.141,1.758,0.568,1.758,0.568s1.275-2.103,1.526-2.608 C18.895,17.141,19.925,14.987,19.816,12.903z"/> <path fill="%232189a5" d="M6.991,12.45c-0.471-0.152-1.269-0.41-1.847-0.597c1.535,1.09,3.072,2.178,4.609,3.266 c0.846,0.599,1.675,1.29,2.568,1.819c0.621,0.368,1.365,0.521,2.054,0.743C12.206,16.146,9.16,13.986,6.991,12.45z"/> <g> <path fill="%2333CCFF" d="M6.991,12.45c-0.616-0.199-1.232-0.398-1.847-0.597c1.168-2.125,5.695-10.166,5.695-10.166 s1.374,0.444,1.758,0.568C10.728,5.654,8.859,9.052,6.991,12.45z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.9912" y1="11.9111" x2="23.8331" y2="11.9111"> <stop offset="0" style="stop-color:%23269FBF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.596,2.255c0.17,1.471,0.339,2.942,0.509,4.412c3.452-1.317,9.053-1.762,10.434,2.635 c1.571,5.002-3.48,9.642-7.069,12.264c1.007-1.705,2.004-3.441,2.647-5.323c0.437-1.279,1.116-3.421,0.22-4.671 c-1.151-1.607-3.57,0.02-4.659,0.862c-0.809,0.626-0.809,0.626-0.809,0.626s0.38,3.519,0.507,4.622 c-1.556-1.102-3.113-2.204-4.669-3.307c-0.709-0.502-1.416-1.004-2.138-1.485c-0.543-0.361-0.576-0.44-0.576-0.44 S9.006,8.785,9.85,7.25C10.766,5.585,11.681,3.92,12.596,2.255z"/> </svg>');
}
.lightBlue.icon-assoc-one-may_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.1073" cy="277.575" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M13.069,14.812c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C14.89,13.58,13.89,13.991,13.069,14.812z"/> <path fill="%23999999" d="M7.086,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L7.086,23.615z"/> <path fill="%23676767" d="M7.097,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.097,23.596z"/> <path fill="%23CCCCCC" d="M7.097,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 L7.096,23.6L7.097,23.599z"/> <path fill="%23999999" d="M24.698,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.698,23.615z"/> <path fill="%23676767" d="M24.71,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.71,23.596z"/> <path fill="%23CCCCCC" d="M24.71,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.71,23.599z"/> <path fill="%23999999" d="M15.898,7.67V7.65l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L15.898,7.67z"/> <path fill="%23676767" d="M15.91,7.65v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L15.91,7.65z"/> <path fill="%23CCCCCC" d="M15.91,7.653V7.65l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285L15.9,7.67l0.005-0.003 l0.003-0.011L15.91,7.653z"/> </svg>');
}
.lightBlue.icon-assoc-many-one_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.031,17.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.031,17.794z"/> <path fill="%23676767" d="M16.043,17.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.043,17.773z"/> <path fill="%23CCCCCC" d="M16.043,17.776v-0.003l6.137-3.543l-6.137-3.065L9.894,14.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.043,17.776z"/> <radialGradient id="SVGID_1_" cx="-102.0667" cy="271.8012" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M4.109,20.585c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C5.931,19.354,4.93,19.764,4.109,20.585z"/> <radialGradient id="SVGID_2_" cx="-84.4545" cy="271.5874" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M21.722,20.799c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C23.543,19.568,22.543,19.978,21.722,20.799z"/> <radialGradient id="SVGID_3_" cx="-93.2543" cy="287.8218" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_3_)" d="M12.922,4.565c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C14.743,3.333,13.743,3.744,12.922,4.565z"/> </svg>');
}
.lightBlue.icon-assoc-port_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7715" cy="281.2866" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.821,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.389,8.874,12.978,9.453,11.821,10.611z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5108" y1="15.3417" x2="14.3971" y2="18.2279" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.672,13.647c0-0.004-0.003-0.006-0.009-0.006c-0.143-0.025-0.284-0.033-0.421-0.025h-0.009 c-0.219,0.004-0.41,0.069-0.572,0.197l-0.109,0.093c-0.105,0.096-0.191,0.222-0.257,0.377c-0.019,0.054-0.038,0.111-0.058,0.169 l-0.044,0.183l-0.029,0.693c0.006,0.004,0.009,0.01,0.009,0.019c0,0.004,0,0.01,0,0.018c0.004,0.013,0.007,0.026,0.007,0.039 l0.08,0.471c0.004,0.034,0.011,0.069,0.02,0.107c0.015,0.054,0.032,0.111,0.051,0.169l0.517,1.222 c0.033,0.058,0.066,0.117,0.1,0.175c0.148,0.257,0.305,0.498,0.472,0.724c0.306,0.407,0.643,0.774,1.011,1.101 c0.436,0.381,0.845,0.656,1.226,0.825c0.158,0.071,0.311,0.124,0.459,0.158c0.182,0.038,0.359,0.05,0.532,0.037 c0.448-0.03,0.761-0.252,0.938-0.667c0-0.004,0.002-0.008,0.007-0.012c0.025-0.064,0.047-0.129,0.064-0.197 c0.034-0.134,0.056-0.276,0.067-0.426c0.009-0.152,0.004-0.311-0.016-0.479v-0.006c-0.077-0.676-0.333-1.387-0.767-2.135 c-0.004-0.004-0.007-0.008-0.007-0.012c-0.177-0.302-0.369-0.586-0.574-0.85c-0.276-0.361-0.58-0.686-0.912-0.975 c-0.047-0.045-0.097-0.088-0.149-0.126c-0.115-0.1-0.231-0.19-0.346-0.27l-0.408-0.257c-0.071-0.047-0.143-0.087-0.215-0.121 L11.672,13.647z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-171.4409" y1="903.4816" x2="-168.5546" y2="906.3679" gradientTransform="matrix(-0.5367 0.8438 0.8438 0.5367 -838.9321 -331.1957)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.374,11.743c0.003,0.002,0.007,0.001,0.01-0.004c0.098-0.108,0.18-0.222,0.247-0.342l0.005-0.007 c0.115-0.187,0.162-0.383,0.141-0.588l-0.02-0.142c-0.025-0.14-0.085-0.28-0.18-0.42c-0.036-0.045-0.073-0.092-0.112-0.14 l-0.131-0.136l-0.569-0.396c-0.006,0.003-0.014,0.002-0.021-0.003c-0.003-0.002-0.008-0.005-0.015-0.009 c-0.013-0.003-0.025-0.008-0.036-0.015l-0.44-0.185c-0.031-0.014-0.065-0.028-0.101-0.041c-0.054-0.017-0.111-0.033-0.17-0.048 l-1.308-0.22c-0.067-0.004-0.134-0.007-0.201-0.01c-0.296-0.013-0.584-0.01-0.864,0.01c-0.508,0.04-0.999,0.127-1.472,0.262 c-0.556,0.163-1.007,0.361-1.354,0.592c-0.145,0.095-0.272,0.196-0.379,0.303c-0.129,0.133-0.235,0.276-0.317,0.429 c-0.215,0.394-0.195,0.777,0.06,1.15c0.003,0.002,0.005,0.006,0.006,0.012c0.04,0.055,0.084,0.109,0.131,0.16 c0.094,0.1,0.202,0.195,0.324,0.285c0.123,0.089,0.261,0.17,0.412,0.244l0.005,0.003c0.612,0.298,1.349,0.464,2.213,0.498 c0.006-0.002,0.01-0.001,0.013,0.001c0.35,0.013,0.692,0.003,1.026-0.028c0.453-0.04,0.89-0.122,1.312-0.246 c0.064-0.016,0.126-0.035,0.186-0.058c0.146-0.044,0.284-0.093,0.414-0.147l0.436-0.206c0.077-0.035,0.15-0.074,0.217-0.117 L19.374,11.743z"/> <path fill="%23999999" d="M24.299,22.734v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.299,22.734z"/> <path fill="%23676767" d="M24.31,22.714v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.31,22.714z"/> <path fill="%23CCCCCC" d="M24.31,22.718v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.31,22.718z"/> </svg>');
}
.lightBlue.icon-release_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2333CCFF" d="M21.712,17.5c0.063-2.627-1.687-2.354-3.241-2.898c1.927,0.675,1.175,3.915,0.765,5.374 c-0.698,2.482-1.852,4.825-3.065,7.051c0.473,0.165,1.908,0.668,1.908,0.668s1.385-2.475,1.656-3.069 C20.712,22.487,21.831,19.953,21.712,17.5z"/> <path fill="%232189a5" d="M7.79,16.967c-0.511-0.179-1.377-0.482-2.005-0.702c1.667,1.282,3.335,2.562,5.003,3.843 c0.918,0.705,1.819,1.518,2.787,2.14c0.674,0.433,1.482,0.613,2.23,0.874C13.451,21.316,10.144,18.775,7.79,16.967z"/> <g> <path fill="%2333CCFF" d="M7.79,16.967c-0.668-0.234-1.337-0.468-2.005-0.702c1.268-2.5,6.182-11.962,6.182-11.962 s1.491,0.522,1.908,0.668C11.846,8.97,9.818,12.969,7.79,16.967z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.7901" y1="16.3332" x2="26.0726" y2="16.3332"> <stop offset="0" style="stop-color:%23269FBF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.874,4.972c0.184,1.731,0.368,3.461,0.552,5.192c3.747-1.549,9.827-2.073,11.326,3.1 c1.706,5.886-3.778,11.346-7.674,14.431c1.093-2.007,2.176-4.049,2.873-6.263c0.474-1.504,1.211-4.025,0.239-5.497 c-1.25-1.891-3.875,0.023-5.058,1.015c-0.878,0.736-0.878,0.736-0.878,0.736s0.412,4.141,0.55,5.438 c-1.689-1.297-3.379-2.594-5.068-3.891c-0.769-0.591-1.537-1.182-2.321-1.747C7.826,17.06,7.79,16.967,7.79,16.967 s2.187-4.313,3.104-6.119C11.887,8.889,12.881,6.931,13.874,4.972z"/> </svg> ');
}
.lightBlue.icon-task2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.019l5.49-4.159l0.79-6.737l-6.28,3.577V31.019z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159V23.7l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.7v-6.321l-6.28,2.745L16.063,23.7z"/> <path fill="%23999999" d="M21.886,24.018l0.99-0.741l-0.533-3.153l-4.898,2.79L16.063,23.7l1.103,3.864L21.886,24.018z"/> <path fill="%23333333" d="M9.126,24.226l1.141-0.481l-0.483-3.622L9.126,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.123l-6.28-2.745l0,4.276l0,2.045L22.343,20.123z"/> <polygon fill="%2333CCFF" points="18.114,17.44 15.959,16.839 23.9,2.354 26.075,2.908 "/> <polygon fill="%2333CCFF" points="10.604,17.129 8.464,16.526 10.38,13.027 12.526,13.618 "/> <polygon fill="%23269FBF" points="18.999,22.84 16.845,22.223 8.464,16.526 10.604,17.129 "/> <polygon fill="%232189a5" points="26.075,2.908 28.849,4.848 18.999,22.84 10.604,17.129 12.526,13.618 18.114,17.44 "/> <polygon fill="%23CCCCCC" points="14.56,9.338 13.304,8.987 17.935,0.54 19.203,0.862 "/> <polygon fill="%23CCCCCC" points="10.18,9.156 8.932,8.805 10.05,6.764 11.301,7.109 "/> <polygon fill="%23999999" points="15.077,12.488 13.82,12.127 8.932,8.805 10.18,9.156 "/> <polygon fill="%23676767" points="19.203,0.862 20.822,1.994 15.077,12.488 10.18,9.156 11.301,7.109 14.56,9.338 "/> </svg>');
}
.lightBlue.icon-podkova-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23269FBF" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.lightBlue.icon-cms-item-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.955,15.496c-0.254,0.432-0.555,0.859-0.903,1.281c-0.512,0.628-1.109,1.22-1.791,1.775 c-0.291,0.242-0.643,0.506-1.058,0.791l-0.178,0.12l-0.096,7.009c0.009,0.003,0.017,0.003,0.023,0l0.201-0.151 c0.363-0.275,0.7-0.556,1.011-0.841c0.656-0.587,1.229-1.213,1.717-1.88c1.158-1.58,1.75-3.218,1.775-4.913c0-0.026,0-0.051,0-0.077 l0.309-6.171C22.878,13.482,22.541,14.501,21.955,15.496z"/> <path fill="%23CCCCCC" d="M17.848,4.801L17.702,4.72l-5.793,3.122C12.77,8.349,13.401,8.95,13.8,9.645 c0.306,0.538,0.447,1.091,0.425,1.66c0.001,0.014,0.001,0.026,0,0.039c-0.014,0.291-0.071,0.586-0.17,0.884 c-0.186,0.558-0.508,1.084-0.965,1.579c-0.135,0.148-0.283,0.294-0.444,0.436c-0.104,0.094-0.214,0.187-0.332,0.278 c-0.23,0.185-0.486,0.367-0.768,0.544l-0.112,0.073c-0.033,0-0.044,0.006-0.031,0.019l6.584,4.284l0.015,0.023 c0.005,0.005,0.013,0.005,0.023,0l0.178-0.12c0.414-0.286,0.767-0.549,1.058-0.791c0.682-0.556,1.279-1.148,1.791-1.775 c0.348-0.423,0.649-0.85,0.903-1.281c0.586-0.995,0.923-2.014,1.011-3.057c0.014-0.171,0.022-0.342,0.023-0.513 c0.01-1.732-0.668-3.328-2.034-4.79c-0.566-0.605-1.227-1.159-1.984-1.663C18.637,5.246,18.263,5.023,17.848,4.801z"/> <path fill="%232189a5" d="M16.71,27.38l0.004-1.76l0.015-5.284l-1.768,1.185l0.077,7.082L16.71,27.38z"/> <path fill="%23999999" d="M18.026,19.464c-0.01,0.005-0.018,0.005-0.023,0l-0.015-0.023l-6.584-4.284l0.062,1.667l5.264,3.512 l-0.015,5.284l1.166,0.83c0.02,0.014,0.037,0.022,0.05,0.023L18.026,19.464 M14.054,12.227c0.099-0.298,0.156-0.592,0.17-0.884 c0.001-0.012,0.001-0.025,0-0.039c0.023-0.569-0.119-1.122-0.425-1.66c-0.399-0.695-1.029-1.296-1.891-1.802l0.205,6.546 c0.069,0.044,0.136,0.088,0.201,0.131c0.117-0.091,0.228-0.184,0.332-0.278c0.161-0.142,0.309-0.288,0.444-0.436 C13.547,13.311,13.868,12.785,14.054,12.227z"/> <path fill="%23269FBF" d="M15.039,28.603l-0.077-7.082L8.35,16.978l0.428,6.932L15.039,28.603z"/> <path fill="%2333CCFF" d="M11.465,16.824l-1.355-0.903l-1.76,1.058l6.611,4.543l1.768-1.185L11.465,16.824z"/> </svg>');
}
.lightBlue.icon-env-server-response-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.02,10.115 M23.735,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.695,6.712,23.735,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.369,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.696,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.4,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.4,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%2333CCFF" points="13.757,17.421 5.314,21.91 13.757,27.954 22.196,21.91 13.757,17.421 "/> <polyline fill="%2333CCFF" points="5.97,17.592 4.882,18.126 13.749,23.926 13.757,23.922 22.624,18.126 21.537,17.592 13.757,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%2333CCFF" points="4.406,14.065 13.749,19.523 23.101,14.065 13.757,10.013 4.406,14.065 "/> <polyline fill="%232189a5" points="21.932,24.182 22.196,21.91 13.757,27.954 13.757,30.349 21.932,24.182 "/> <polyline fill="%232189a5" points="13.757,23.922 13.757,26.606 22.335,20.635 22.624,18.126 13.757,23.922 "/> <polyline fill="%232189a5" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%23269FBF" points="5.314,21.91 5.583,24.182 13.757,30.349 13.757,27.954 5.314,21.91 "/> <polyline fill="%23269FBF" points="13.757,23.922 13.749,23.926 4.882,18.126 5.176,20.635 13.753,26.606 13.757,26.606 13.757,23.922 "/> <polyline fill="%23269FBF" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M13.545,10.025c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l0.001,1.882h4.465c0,0-0.676,0.873-0.853,1.397 c-0.171,0.504-0.175,2.121-0.175,2.121l-0.517,1.487c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743 c0.754,0.753,1.705,1.151,2.751,1.151c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73 c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617 C16.792,10.557,15.285,10.025,13.545,10.025L13.545,10.025z"/> <path fill="%23269FBF" d="M18.018,16.224c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H9.063c0-0.67,0.119-1.271,0.356-1.802s0.557-0.972,0.957-1.323s0.872-0.622,1.416-0.811 s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104C17.586,13.865,18.018,14.896,18.018,16.224z M15.518,24.545 c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S15.518,24.031,15.518,24.545z"/> </svg>');
}
.lightBlue.icon-env-server-request-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.021,10.115 M23.736,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.696,6.712,23.736,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.37,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.697,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.401,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.401,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%2333CCFF" points="13.758,17.421 5.314,21.91 13.758,27.954 22.197,21.91 13.758,17.421 "/> <polyline fill="%2333CCFF" points="5.97,17.592 4.883,18.126 13.749,23.926 13.758,23.922 22.624,18.126 21.537,17.592 13.758,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%2333CCFF" points="4.406,14.065 13.749,19.523 23.101,14.065 13.758,10.013 4.406,14.065 "/> <polyline fill="%232189a5" points="21.932,24.182 22.197,21.91 13.758,27.954 13.758,30.349 21.932,24.182 "/> <polyline fill="%232189a5" points="13.758,23.922 13.758,26.606 22.335,20.635 22.624,18.126 13.758,23.922 "/> <polyline fill="%232189a5" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%23269FBF" points="5.314,21.91 5.583,24.182 13.758,30.349 13.758,27.954 5.314,21.91 "/> <polyline fill="%23269FBF" points="13.758,23.922 13.749,23.926 4.883,18.126 5.176,20.635 13.753,26.606 13.758,26.606 13.758,23.922 "/> <polyline fill="%23269FBF" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M17.806,12.268l0.202-2.184h-2.194h-4.121H9.499l0.202,2.184l0.879,9.502l0.039,0.424 c-0.498,0.667-0.77,1.445-0.77,2.292c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.706,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.844-0.269-1.62-0.761-2.287l0.04-0.429L17.806,12.268z"/> <polygon fill="%23269FBF" points="15.814,12.084 14.935,21.586 12.572,21.586 11.693,12.084 "/> <path fill="%23269FBF" d="M15.648,24.486c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S15.648,23.972,15.648,24.486z"/> </svg> ');
}
.lightBlue.icon-under-construction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 420 420"> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 0.0 L 154.6 0.0 C 149.8 1.3 144.8 2.1 140.4 4.3 C 136.0 7.2 131.4 9.9 127.7 13.6 C 90.2 51.2 52.7 88.7 15.2 126.2 C 7.3 133.9 1.6 143.8 0.0 154.8 L 0.0 0.0 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 154.6 0.0 L 165.2 0.0 C 171.0 1.5 177.3 2.3 182.1 6.0 C 185.6 8.3 189.3 10.6 192.3 13.6 C 230.1 51.5 268.0 89.3 305.9 127.2 C 313.2 134.7 318.4 144.3 320.0 154.7 L 320.0 165.8 C 318.7 170.3 317.9 174.9 315.9 179.1 C 312.8 183.9 309.9 188.9 305.8 192.8 C 268.3 230.4 230.7 267.9 193.2 305.5 C 185.6 313.0 176.0 318.4 165.4 320.0 L 154.7 320.0 C 144.3 318.4 134.8 313.2 127.3 306.0 C 89.3 267.9 51.3 230.0 13.3 191.9 C 10.4 189.0 8.2 185.4 5.9 182.0 C 2.3 177.3 1.7 171.3 0.0 165.8 L 0.0 154.8 C 1.6 143.8 7.3 133.9 15.2 126.2 C 52.7 88.7 90.2 51.2 127.7 13.6 C 131.4 9.9 136.0 7.2 140.4 4.3 C 144.8 2.1 149.8 1.3 154.6 0.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 165.2 0.0 L 320.0 0.0 L 320.0 154.7 C 318.4 144.3 313.2 134.7 305.9 127.2 C 268.0 89.3 230.1 51.5 192.3 13.6 C 189.3 10.6 185.6 8.3 182.1 6.0 C 177.3 2.3 171.0 1.5 165.2 0.0 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 130.9 25.8 C 139.7 17.1 152.6 11.9 165.0 14.1 C 174.7 14.8 183.5 20.1 190.2 26.8 C 224.5 61.2 258.9 95.5 293.2 129.9 C 296.5 134.3 300.4 138.6 302.1 144.0 C 305.2 150.8 305.1 158.6 304.2 165.9 C 303.3 174.4 297.9 181.3 292.4 187.4 C 256.7 223.0 221.0 258.7 185.4 294.4 C 182.8 296.7 179.6 297.9 176.6 299.5 C 171.6 302.5 165.5 302.3 160.0 303.6 C 155.1 302.5 150.1 302.3 145.4 300.5 C 141.5 298.5 137.3 297.0 134.1 293.9 C 99.6 259.3 65.1 224.9 30.6 190.4 C 27.1 187.2 24.3 183.3 21.2 179.6 C 15.0 171.0 14.4 159.9 15.9 149.8 C 17.7 142.0 22.2 135.3 27.3 129.3 C 61.9 94.8 96.3 60.3 130.9 25.8 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 164.3 86.4 C 168.8 85.6 174.0 86.2 177.3 89.6 C 181.0 92.9 183.4 98.3 182.0 103.2 C 181.5 108.5 176.9 112.6 172.0 113.9 C 163.1 117.0 152.3 108.4 153.9 98.9 C 155.0 93.4 159.0 88.4 164.3 86.4 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 101.1 117.8 C 102.1 114.3 103.3 110.5 106.7 108.6 C 117.2 108.7 127.6 108.7 138.0 108.7 C 140.1 108.6 142.1 109.1 144.1 109.5 C 148.2 116.1 153.2 122.1 157.5 128.6 C 159.7 131.9 161.8 136.1 159.8 140.0 C 154.0 150.7 148.0 161.3 142.3 172.1 C 155.4 181.7 167.5 192.5 180.6 202.0 C 184.4 197.9 189.2 193.4 195.2 194.8 C 197.4 195.6 200.0 195.9 201.6 197.7 C 203.7 200.0 205.5 202.6 206.9 205.4 C 209.0 204.4 211.7 204.0 213.8 205.2 C 217.4 207.5 219.2 211.9 219.3 216.0 C 221.5 217.0 223.3 218.4 224.5 220.4 C 230.1 220.0 234.4 224.1 236.6 228.8 C 211.7 229.0 186.9 228.7 162.0 229.1 C 155.9 228.5 149.7 229.6 143.5 228.7 C 144.8 227.2 145.9 225.5 147.0 223.8 C 149.9 222.5 152.9 221.1 156.2 221.1 C 157.9 220.7 159.6 220.1 158.8 217.9 C 160.5 215.3 162.7 212.4 166.3 213.1 C 168.2 209.3 171.3 206.3 175.0 204.2 C 163.8 195.0 152.5 186.0 141.3 176.8 C 140.8 175.5 139.1 176.4 139.5 177.4 C 142.0 180.1 144.9 183.1 144.7 187.0 C 144.9 189.5 143.1 191.6 142.2 193.8 C 139.3 200.7 135.1 207.1 131.8 213.8 C 129.8 218.0 127.6 222.2 125.2 226.2 C 122.6 228.2 118.7 229.6 115.5 228.1 C 113.5 226.6 112.3 224.3 111.6 222.0 C 113.6 214.7 117.9 208.5 120.7 201.5 C 122.9 196.7 125.4 192.0 127.7 187.3 C 121.8 180.0 116.0 172.6 109.8 165.5 C 109.7 172.9 110.1 180.4 109.7 187.8 C 106.8 199.4 103.6 211.0 100.6 222.7 C 99.7 227.6 92.9 230.3 88.9 227.0 C 85.3 225.1 86.1 220.6 86.3 217.2 C 88.6 207.8 91.0 198.5 93.3 189.1 C 93.7 177.9 93.1 166.7 93.6 155.5 C 93.6 151.0 98.2 149.3 100.4 146.1 C 98.0 145.3 96.3 143.3 96.4 140.8 C 94.1 139.2 92.0 137.3 89.5 136.0 C 88.5 133.9 89.9 132.2 91.8 131.5 C 93.5 133.1 95.4 134.5 97.3 135.7 C 98.6 129.8 99.7 123.8 101.1 117.8 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 113.0 123.3 C 116.6 123.4 120.1 123.4 123.6 123.4 C 119.3 128.0 114.4 132.1 110.3 136.9 C 110.8 132.3 112.1 127.9 113.0 123.3 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 122.7 156.0 C 128.2 153.5 133.7 151.2 139.2 148.7 C 137.2 153.8 133.8 158.0 131.8 163.0 C 128.6 160.8 125.5 158.6 122.7 156.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 165.8 C 1.7 171.3 2.3 177.3 5.9 182.0 C 8.2 185.4 10.4 189.0 13.3 191.9 C 51.3 230.0 89.3 267.9 127.3 306.0 C 134.8 313.2 144.3 318.4 154.7 320.0 L 0.0 320.0 L 0.0 165.8 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 315.9 179.1 C 317.9 174.9 318.7 170.3 320.0 165.8 L 320.0 320.0 L 165.4 320.0 C 176.0 318.4 185.6 313.0 193.2 305.5 C 230.7 267.9 268.3 230.4 305.8 192.8 C 309.9 188.9 312.8 183.9 315.9 179.1 Z" /> </svg>');
}
.lightBlue.icon-undeploy2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(3, -1)"> <polyline fill="%232189a5" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%23269FBF" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.lightBlue.icon-deploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%232189a5" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%232189a5" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%2333CCFF" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%2333CCFF" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%2333CCFF" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%2333CCFF" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%23269FBF" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%23269FBF" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%23269FBF" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%23269FBF" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23006600" points="2.405,24.286 2.592,26.482 12.935,25.762 12.888,23.576 2.405,24.286 "/> <polyline fill="%23006600" points="11.58,22.67 13.589,21.371 13.551,19.232 9.917,21.521 11.58,22.67 "/> <polyline fill="%2300FF00" points="12.888,23.576 11.58,22.67 9.917,21.521 13.551,19.232 10.701,17.353 7.076,19.549 4.348,17.652 2.405,24.286 12.888,23.576 "/> </svg>');
}
.lightBlue.icon-undeploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%232189a5" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%232189a5" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%2333CCFF" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%2333CCFF" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%2333CCFF" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%2333CCFF" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%23269FBF" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%23269FBF" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%23269FBF" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%23269FBF" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23990000" points="14.564,21.225 13.266,21.928 11.174,23.247 11.18,23.258 11.046,23.327 14.301,28.776 16.43,27.215 13.357,22.083 14.66,21.381 16.939,19.933 14.564,21.225 "/> <polyline fill="%23FF0000" points="14.725,16.275 12.402,17.605 14.564,21.225 16.939,19.933 14.725,16.275 "/> <polyline fill="%23FF0000" points="9.008,19.622 9.013,19.632 11.158,18.41 8.01,13.143 5.64,14.28 8.879,19.707 9.008,19.622 "/> <polyline fill="%23CC0000" points="9.013,19.632 8.879,19.707 5.64,14.28 3.768,15.846 6.852,21.021 4.144,22.78 6.069,26.014 8.917,24.475 12.016,29.672 14.301,28.776 11.046,23.327 11.174,23.247 13.266,21.928 14.564,21.225 12.402,17.605 11.158,18.41 9.013,19.632 "/> </svg> ');
}
.green.icon-cms-section-labeled_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23CCCCCC" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23676767" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%2321663c" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23999999" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%232f8c51" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%2321663c" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%2339b563" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.green.icon-cms-tab-page_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2339b563" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%2321663c" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%232f8c51" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%2339b563" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.green.icon-cms-area_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="11.132,4.608 23.893,10.957 26.923,9.187 14.186,3.28 11.132,4.608 "/> <polyline fill="%23CCCCCC" points="13.245,19.227 13.223,19.242 11.63,20.204 17.039,23.928 20.304,21.681 18.689,20.653 17.035,21.744 13.245,19.227 "/> <polyline fill="%23CCCCCC" points="8.13,17.794 9.883,18.999 11.513,18.053 11.397,15.997 9.577,14.834 9.727,16.896 8.13,17.794 "/> <polygon fill="%23CCCCCC" points="11.492,11.344 11.144,11.515 17.035,14.957 20.607,12.875 14.704,9.702 "/> <polyline fill="%23676767" points="20.247,23.335 20.304,21.681 17.039,23.928 17.039,29.603 20.115,27.284 20.247,23.335 "/> <polyline fill="%23676767" points="22.974,25.127 25.646,23.11 26.923,9.187 23.893,10.957 22.974,25.127 "/> <polyline fill="%23676767" points="17.035,21.744 18.689,20.653 20.379,19.53 20.607,12.875 17.035,14.957 17.035,21.744 "/> <polygon fill="%23676767" points="11.513,18.082 11.513,18.053 9.883,18.999 10.285,24.509 11.818,23.524 11.63,20.204 13.223,19.242 13.223,19.209 "/> <polyline fill="%23999999" points="11.818,23.524 11.945,25.759 17.039,29.603 17.039,23.928 11.63,20.204 11.818,23.524 "/> <polyline fill="%23999999" points="11.513,18.053 11.513,18.082 13.223,19.209 13.245,19.227 17.035,21.744 17.035,14.957 11.144,11.515 11.397,15.997 11.513,18.053 "/> <polyline fill="%23999999" points="9.883,18.999 8.13,17.794 6.143,18.9 5.7,18.58 5.64,18.618 5.943,21.229 10.285,24.509 9.883,18.999 "/> <polygon fill="%23999999" points="11.132,4.608 11.492,11.344 14.704,9.702 20.607,12.875 20.379,19.53 18.689,20.653 20.304,21.681 20.247,23.335 22.974,25.127 23.893,10.957 "/> <path fill="%232f8c51" d="M5.7,18.58L6.143,18.9l-0.742-6.616L0.562,9.187l0.985,6.394L5.7,18.58z"/> <path fill="%2321663c" d="M8.13,17.794l1.598-0.898l-0.15-2.062l-0.327-4.425l-3.85,1.875L6.143,18.9L8.13,17.794z"/> <path fill="%2339b563" d="M9.251,10.409L4.346,7.544L0.562,9.187l4.839,3.098L9.251,10.409z"/> </svg>');
}
.green.icon-cms-tab-control_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%2339b563" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%2321663c" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%232f8c51" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%2339b563" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.green.icon-cms-section-vertical_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%2339b563" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%2339b563" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%2321663c" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%2321663c" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%232f8c51" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%232f8c51" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%2321663c" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%2339b563" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.green.icon-cms-section-horizontal_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%2339b563" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%2339b563" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%2321663c" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%2321663c" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%232f8c51" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%232f8c51" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%2321663c" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%2339b563" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.green.icon-cms-group_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%2339b563" points="9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <line fill="%2339b563" x1="9.773" y1="16.94" x2="9.756" y2="16.929"/> <polyline fill="%2339b563" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%2339b563" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%2339b563" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%2321663c" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%2321663c" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%2321663c" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.747,16.923 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%2321663c" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%232f8c51" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%232f8c51" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%232f8c51" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%232f8c51" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%2339b563" d="M9.284,10.49L9.284,10.49H9.282H9.284z"/> <path fill="%2339b563" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.green.icon-param-null-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.3816" y1="8.8488" x2="23.816" y2="21.2832"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.914,8.058c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.605 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.221-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C17.222,8.319,14.898,7.106,12.914,8.058"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="9.6519" y1="12.1272" x2="20.0835" y2="22.5588"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.857,10.993c-1.867,2.748,0.016,7.048,1.707,9.369c1.413,1.939,5.336,5.261,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C12.045,9.84,11.3,10.342,10.857,10.993"/> <path fill="%23999999" d="M11.105,8.878c-2.735,1.566-1.966,5.845-1.07,8.232c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.837,2.032-3.071c0.505-3.02-0.846-6.296-2.545-8.725 C17.682,10.589,14.134,7.155,11.105,8.878z M20.339,21.435c-1.114,3.538-5.016,1.824-6.854-0.092 c-2.119-2.209-3.952-5.913-3.09-9.028c1.019-3.699,5.04-1.944,6.888-0.017C19.384,14.491,21.316,18.331,20.339,21.435z"/> <path fill="%232f8c51" d="M17.954,7.946l-1.432-1.604l-6.96,16.839l1.332,1.827L17.954,7.946z"/> <path fill="%2321663c" d="M20.219,7.221l-2.266,0.725l-7.061,17.062l1.94-0.796L20.219,7.221z"/> <path fill="%2339b563" d="M20.219,7.221l-1.547-1.376l-2.152,0.498l1.432,1.604L20.219,7.221z"/> </svg>');
}
.green.icon-assoc-port2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M7.084,23.219v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534L7.084,23.22c-0.001,0.001-0.002,0.001-0.003,0.002L7.084,23.219z"/> <path fill="%23676767" d="M7.095,23.199v0.003v0.011L7.09,23.217v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.095,23.199z"/> <path fill="%23CCCCCC" d="M7.095,23.203v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L7.095,23.203z"/> <polyline fill="%2339b563" points="11.291,11.937 8.961,13.12 16.825,17.715 21.595,14.936 13.714,10.699 11.291,11.937 "/> <polyline fill="%2321663c" points="16.825,26.776 19.033,25.321 21.291,23.821 21.595,14.936 16.825,17.715 16.825,26.776 "/> <polygon fill="%232f8c51" points="8.961,13.12 16.825,17.715 16.825,26.776 9.454,21.888 9.454,21.849 "/> <polygon fill="%2321663c" points="10.911,21.054 10.616,15.825 15.325,18.576 15.325,23.982 "/> <path fill="%2339b563" d="M6.402,11.625l0.003,0.003l0.026,0.016h0.003L6.402,11.625z"/> <path fill="%23999999" d="M15.899,7.89V7.871l-5.691-3.175l-0.016-0.009l0.364,6.181l0.016-0.009 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.416l-0.003-6.393c-0.001,0.001-0.002,0.001-0.003,0.002L15.899,7.89z"/> <path fill="%23676767" d="M15.91,7.871v0.003v0.011l-0.005,0.003v6.396l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.02,0.047-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.361l-0.137-0.079l0.024,0.014 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.061l0.358-6.181L15.91,7.871z"/> <path fill="%23CCCCCC" d="M15.91,7.875V7.871l5.707-3.185L15.91,1.931l-5.719,2.755l0.016,0.009l5.691,3.175L15.9,7.89l0.005-0.003 l0.003-0.011L15.91,7.875z"/> <path fill="%23999999" d="M24.746,24.157l0.001-0.019l-5.536-3.333l-0.016-0.01l0.014,6.387l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.011l5.172,3.578l0.361-6.603c-0.001,0.001-0.002,0.001-0.003,0.002L24.746,24.157z"/> <path fill="%23676767" d="M24.758,24.138l0,0.003l-0.001,0.011l-0.005,0.003l-0.364,6.607l0.012-0.008 c0.001,0,0.003-0.001,0.003-0.002c0.017-0.01,0.033-0.02,0.049-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.48-3.422 l-0.133-0.082l0.024,0.015c0.001,0.001,0.003,0.002,0.003,0.002l0.109,0.064l0.712-6.381L24.758,24.138z"/> <path fill="%23CCCCCC" d="M24.758,24.141l0-0.003l5.914-3.236l-5.576-2.899l-5.901,2.793l0.016,0.01l5.536,3.333l0.001,0.02 l0.005-0.003l0.004-0.011L24.758,24.141z"/> <polygon fill="%2339b563" points="15.325,18.89 10.911,21.054 15.325,23.982 "/> </svg>');
}
.green.icon-release2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.018l5.49-4.159l0.79-6.737l-6.28,3.577V31.018z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159v-7.319l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.699v-6.321l-6.28,2.745L16.063,23.699z"/> <path fill="%23999999" d="M21.886,24.017l0.99-0.741l-0.533-3.153l-4.898,2.79l-1.382,0.787l1.103,3.864L21.886,24.017z"/> <path fill="%23333333" d="M9.125,24.226l1.141-0.481l-0.483-3.622L9.125,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.122l-6.28-2.745l0,4.276l0,2.045L22.343,20.122z"/> <path fill="%2339b563" d="M19.816,12.903c0.058-2.233-1.554-2.001-2.985-2.463c1.775,0.574,1.083,3.328,0.705,4.567 c-0.643,2.109-1.706,4.101-2.824,5.993c0.435,0.141,1.758,0.568,1.758,0.568s1.275-2.103,1.526-2.608 C18.895,17.141,19.925,14.987,19.816,12.903z"/> <path fill="%2321663c" d="M6.991,12.45c-0.471-0.152-1.269-0.41-1.847-0.597c1.535,1.09,3.072,2.178,4.609,3.266 c0.846,0.599,1.675,1.29,2.568,1.819c0.621,0.368,1.365,0.521,2.054,0.743C12.206,16.146,9.16,13.986,6.991,12.45z"/> <g> <path fill="%2339b563" d="M6.991,12.45c-0.616-0.199-1.232-0.398-1.847-0.597c1.168-2.125,5.695-10.166,5.695-10.166 s1.374,0.444,1.758,0.568C10.728,5.654,8.859,9.052,6.991,12.45z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.9912" y1="11.9111" x2="23.8331" y2="11.9111"> <stop offset="0" style="stop-color:%232f8c51"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.596,2.255c0.17,1.471,0.339,2.942,0.509,4.412c3.452-1.317,9.053-1.762,10.434,2.635 c1.571,5.002-3.48,9.642-7.069,12.264c1.007-1.705,2.004-3.441,2.647-5.323c0.437-1.279,1.116-3.421,0.22-4.671 c-1.151-1.607-3.57,0.02-4.659,0.862c-0.809,0.626-0.809,0.626-0.809,0.626s0.38,3.519,0.507,4.622 c-1.556-1.102-3.113-2.204-4.669-3.307c-0.709-0.502-1.416-1.004-2.138-1.485c-0.543-0.361-0.576-0.44-0.576-0.44 S9.006,8.785,9.85,7.25C10.766,5.585,11.681,3.92,12.596,2.255z"/> </svg>');
}
.green.icon-assoc-one-may_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.1073" cy="277.575" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M13.069,14.812c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C14.89,13.58,13.89,13.991,13.069,14.812z"/> <path fill="%23999999" d="M7.086,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L7.086,23.615z"/> <path fill="%23676767" d="M7.097,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.097,23.596z"/> <path fill="%23CCCCCC" d="M7.097,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 L7.096,23.6L7.097,23.599z"/> <path fill="%23999999" d="M24.698,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.698,23.615z"/> <path fill="%23676767" d="M24.71,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.71,23.596z"/> <path fill="%23CCCCCC" d="M24.71,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.71,23.599z"/> <path fill="%23999999" d="M15.898,7.67V7.65l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L15.898,7.67z"/> <path fill="%23676767" d="M15.91,7.65v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L15.91,7.65z"/> <path fill="%23CCCCCC" d="M15.91,7.653V7.65l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285L15.9,7.67l0.005-0.003 l0.003-0.011L15.91,7.653z"/> </svg>');
}
.green.icon-assoc-many-one_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.031,17.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.031,17.794z"/> <path fill="%23676767" d="M16.043,17.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.043,17.773z"/> <path fill="%23CCCCCC" d="M16.043,17.776v-0.003l6.137-3.543l-6.137-3.065L9.894,14.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.043,17.776z"/> <radialGradient id="SVGID_1_" cx="-102.0667" cy="271.8012" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M4.109,20.585c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C5.931,19.354,4.93,19.764,4.109,20.585z"/> <radialGradient id="SVGID_2_" cx="-84.4545" cy="271.5874" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M21.722,20.799c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C23.543,19.568,22.543,19.978,21.722,20.799z"/> <radialGradient id="SVGID_3_" cx="-93.2543" cy="287.8218" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_3_)" d="M12.922,4.565c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C14.743,3.333,13.743,3.744,12.922,4.565z"/> </svg>');
}
.green.icon-assoc-port_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7715" cy="281.2866" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.821,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.389,8.874,12.978,9.453,11.821,10.611z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5108" y1="15.3417" x2="14.3971" y2="18.2279" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.672,13.647c0-0.004-0.003-0.006-0.009-0.006c-0.143-0.025-0.284-0.033-0.421-0.025h-0.009 c-0.219,0.004-0.41,0.069-0.572,0.197l-0.109,0.093c-0.105,0.096-0.191,0.222-0.257,0.377c-0.019,0.054-0.038,0.111-0.058,0.169 l-0.044,0.183l-0.029,0.693c0.006,0.004,0.009,0.01,0.009,0.019c0,0.004,0,0.01,0,0.018c0.004,0.013,0.007,0.026,0.007,0.039 l0.08,0.471c0.004,0.034,0.011,0.069,0.02,0.107c0.015,0.054,0.032,0.111,0.051,0.169l0.517,1.222 c0.033,0.058,0.066,0.117,0.1,0.175c0.148,0.257,0.305,0.498,0.472,0.724c0.306,0.407,0.643,0.774,1.011,1.101 c0.436,0.381,0.845,0.656,1.226,0.825c0.158,0.071,0.311,0.124,0.459,0.158c0.182,0.038,0.359,0.05,0.532,0.037 c0.448-0.03,0.761-0.252,0.938-0.667c0-0.004,0.002-0.008,0.007-0.012c0.025-0.064,0.047-0.129,0.064-0.197 c0.034-0.134,0.056-0.276,0.067-0.426c0.009-0.152,0.004-0.311-0.016-0.479v-0.006c-0.077-0.676-0.333-1.387-0.767-2.135 c-0.004-0.004-0.007-0.008-0.007-0.012c-0.177-0.302-0.369-0.586-0.574-0.85c-0.276-0.361-0.58-0.686-0.912-0.975 c-0.047-0.045-0.097-0.088-0.149-0.126c-0.115-0.1-0.231-0.19-0.346-0.27l-0.408-0.257c-0.071-0.047-0.143-0.087-0.215-0.121 L11.672,13.647z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-171.4409" y1="903.4816" x2="-168.5546" y2="906.3679" gradientTransform="matrix(-0.5367 0.8438 0.8438 0.5367 -838.9321 -331.1957)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.374,11.743c0.003,0.002,0.007,0.001,0.01-0.004c0.098-0.108,0.18-0.222,0.247-0.342l0.005-0.007 c0.115-0.187,0.162-0.383,0.141-0.588l-0.02-0.142c-0.025-0.14-0.085-0.28-0.18-0.42c-0.036-0.045-0.073-0.092-0.112-0.14 l-0.131-0.136l-0.569-0.396c-0.006,0.003-0.014,0.002-0.021-0.003c-0.003-0.002-0.008-0.005-0.015-0.009 c-0.013-0.003-0.025-0.008-0.036-0.015l-0.44-0.185c-0.031-0.014-0.065-0.028-0.101-0.041c-0.054-0.017-0.111-0.033-0.17-0.048 l-1.308-0.22c-0.067-0.004-0.134-0.007-0.201-0.01c-0.296-0.013-0.584-0.01-0.864,0.01c-0.508,0.04-0.999,0.127-1.472,0.262 c-0.556,0.163-1.007,0.361-1.354,0.592c-0.145,0.095-0.272,0.196-0.379,0.303c-0.129,0.133-0.235,0.276-0.317,0.429 c-0.215,0.394-0.195,0.777,0.06,1.15c0.003,0.002,0.005,0.006,0.006,0.012c0.04,0.055,0.084,0.109,0.131,0.16 c0.094,0.1,0.202,0.195,0.324,0.285c0.123,0.089,0.261,0.17,0.412,0.244l0.005,0.003c0.612,0.298,1.349,0.464,2.213,0.498 c0.006-0.002,0.01-0.001,0.013,0.001c0.35,0.013,0.692,0.003,1.026-0.028c0.453-0.04,0.89-0.122,1.312-0.246 c0.064-0.016,0.126-0.035,0.186-0.058c0.146-0.044,0.284-0.093,0.414-0.147l0.436-0.206c0.077-0.035,0.15-0.074,0.217-0.117 L19.374,11.743z"/> <path fill="%23999999" d="M24.299,22.734v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.299,22.734z"/> <path fill="%23676767" d="M24.31,22.714v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.31,22.714z"/> <path fill="%23CCCCCC" d="M24.31,22.718v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.31,22.718z"/> </svg>');
}
.green.icon-release_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2339b563" d="M21.712,17.5c0.063-2.627-1.687-2.354-3.241-2.898c1.927,0.675,1.175,3.915,0.765,5.374 c-0.698,2.482-1.852,4.825-3.065,7.051c0.473,0.165,1.908,0.668,1.908,0.668s1.385-2.475,1.656-3.069 C20.712,22.487,21.831,19.953,21.712,17.5z"/> <path fill="%2321663c" d="M7.79,16.967c-0.511-0.179-1.377-0.482-2.005-0.702c1.667,1.282,3.335,2.562,5.003,3.843 c0.918,0.705,1.819,1.518,2.787,2.14c0.674,0.433,1.482,0.613,2.23,0.874C13.451,21.316,10.144,18.775,7.79,16.967z"/> <g> <path fill="%2339b563" d="M7.79,16.967c-0.668-0.234-1.337-0.468-2.005-0.702c1.268-2.5,6.182-11.962,6.182-11.962 s1.491,0.522,1.908,0.668C11.846,8.97,9.818,12.969,7.79,16.967z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.7901" y1="16.3332" x2="26.0726" y2="16.3332"> <stop offset="0" style="stop-color:%232f8c51"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.874,4.972c0.184,1.731,0.368,3.461,0.552,5.192c3.747-1.549,9.827-2.073,11.326,3.1 c1.706,5.886-3.778,11.346-7.674,14.431c1.093-2.007,2.176-4.049,2.873-6.263c0.474-1.504,1.211-4.025,0.239-5.497 c-1.25-1.891-3.875,0.023-5.058,1.015c-0.878,0.736-0.878,0.736-0.878,0.736s0.412,4.141,0.55,5.438 c-1.689-1.297-3.379-2.594-5.068-3.891c-0.769-0.591-1.537-1.182-2.321-1.747C7.826,17.06,7.79,16.967,7.79,16.967 s2.187-4.313,3.104-6.119C11.887,8.889,12.881,6.931,13.874,4.972z"/> </svg> ');
}
.green.icon-task2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.019l5.49-4.159l0.79-6.737l-6.28,3.577V31.019z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159V23.7l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.7v-6.321l-6.28,2.745L16.063,23.7z"/> <path fill="%23999999" d="M21.886,24.018l0.99-0.741l-0.533-3.153l-4.898,2.79L16.063,23.7l1.103,3.864L21.886,24.018z"/> <path fill="%23333333" d="M9.126,24.226l1.141-0.481l-0.483-3.622L9.126,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.123l-6.28-2.745l0,4.276l0,2.045L22.343,20.123z"/> <polygon fill="%2339b563" points="18.114,17.44 15.959,16.839 23.9,2.354 26.075,2.908 "/> <polygon fill="%2339b563" points="10.604,17.129 8.464,16.526 10.38,13.027 12.526,13.618 "/> <polygon fill="%232f8c51" points="18.999,22.84 16.845,22.223 8.464,16.526 10.604,17.129 "/> <polygon fill="%2321663c" points="26.075,2.908 28.849,4.848 18.999,22.84 10.604,17.129 12.526,13.618 18.114,17.44 "/> <polygon fill="%23CCCCCC" points="14.56,9.338 13.304,8.987 17.935,0.54 19.203,0.862 "/> <polygon fill="%23CCCCCC" points="10.18,9.156 8.932,8.805 10.05,6.764 11.301,7.109 "/> <polygon fill="%23999999" points="15.077,12.488 13.82,12.127 8.932,8.805 10.18,9.156 "/> <polygon fill="%23676767" points="19.203,0.862 20.822,1.994 15.077,12.488 10.18,9.156 11.301,7.109 14.56,9.338 "/> </svg>');
}
.green.icon-podkova-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%232f8c51" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.green.icon-cms-item-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.955,15.496c-0.254,0.432-0.555,0.859-0.903,1.281c-0.512,0.628-1.109,1.22-1.791,1.775 c-0.291,0.242-0.643,0.506-1.058,0.791l-0.178,0.12l-0.096,7.009c0.009,0.003,0.017,0.003,0.023,0l0.201-0.151 c0.363-0.275,0.7-0.556,1.011-0.841c0.656-0.587,1.229-1.213,1.717-1.88c1.158-1.58,1.75-3.218,1.775-4.913c0-0.026,0-0.051,0-0.077 l0.309-6.171C22.878,13.482,22.541,14.501,21.955,15.496z"/> <path fill="%23CCCCCC" d="M17.848,4.801L17.702,4.72l-5.793,3.122C12.77,8.349,13.401,8.95,13.8,9.645 c0.306,0.538,0.447,1.091,0.425,1.66c0.001,0.014,0.001,0.026,0,0.039c-0.014,0.291-0.071,0.586-0.17,0.884 c-0.186,0.558-0.508,1.084-0.965,1.579c-0.135,0.148-0.283,0.294-0.444,0.436c-0.104,0.094-0.214,0.187-0.332,0.278 c-0.23,0.185-0.486,0.367-0.768,0.544l-0.112,0.073c-0.033,0-0.044,0.006-0.031,0.019l6.584,4.284l0.015,0.023 c0.005,0.005,0.013,0.005,0.023,0l0.178-0.12c0.414-0.286,0.767-0.549,1.058-0.791c0.682-0.556,1.279-1.148,1.791-1.775 c0.348-0.423,0.649-0.85,0.903-1.281c0.586-0.995,0.923-2.014,1.011-3.057c0.014-0.171,0.022-0.342,0.023-0.513 c0.01-1.732-0.668-3.328-2.034-4.79c-0.566-0.605-1.227-1.159-1.984-1.663C18.637,5.246,18.263,5.023,17.848,4.801z"/> <path fill="%2321663c" d="M16.71,27.38l0.004-1.76l0.015-5.284l-1.768,1.185l0.077,7.082L16.71,27.38z"/> <path fill="%23999999" d="M18.026,19.464c-0.01,0.005-0.018,0.005-0.023,0l-0.015-0.023l-6.584-4.284l0.062,1.667l5.264,3.512 l-0.015,5.284l1.166,0.83c0.02,0.014,0.037,0.022,0.05,0.023L18.026,19.464 M14.054,12.227c0.099-0.298,0.156-0.592,0.17-0.884 c0.001-0.012,0.001-0.025,0-0.039c0.023-0.569-0.119-1.122-0.425-1.66c-0.399-0.695-1.029-1.296-1.891-1.802l0.205,6.546 c0.069,0.044,0.136,0.088,0.201,0.131c0.117-0.091,0.228-0.184,0.332-0.278c0.161-0.142,0.309-0.288,0.444-0.436 C13.547,13.311,13.868,12.785,14.054,12.227z"/> <path fill="%232f8c51" d="M15.039,28.603l-0.077-7.082L8.35,16.978l0.428,6.932L15.039,28.603z"/> <path fill="%2339b563" d="M11.465,16.824l-1.355-0.903l-1.76,1.058l6.611,4.543l1.768-1.185L11.465,16.824z"/> </svg>');
}
.green.icon-env-server-response-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.02,10.115 M23.735,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.695,6.712,23.735,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.369,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.696,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.4,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.4,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%2339b563" points="13.757,17.421 5.314,21.91 13.757,27.954 22.196,21.91 13.757,17.421 "/> <polyline fill="%2339b563" points="5.97,17.592 4.882,18.126 13.749,23.926 13.757,23.922 22.624,18.126 21.537,17.592 13.757,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%2339b563" points="4.406,14.065 13.749,19.523 23.101,14.065 13.757,10.013 4.406,14.065 "/> <polyline fill="%2321663c" points="21.932,24.182 22.196,21.91 13.757,27.954 13.757,30.349 21.932,24.182 "/> <polyline fill="%2321663c" points="13.757,23.922 13.757,26.606 22.335,20.635 22.624,18.126 13.757,23.922 "/> <polyline fill="%2321663c" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%232f8c51" points="5.314,21.91 5.583,24.182 13.757,30.349 13.757,27.954 5.314,21.91 "/> <polyline fill="%232f8c51" points="13.757,23.922 13.749,23.926 4.882,18.126 5.176,20.635 13.753,26.606 13.757,26.606 13.757,23.922 "/> <polyline fill="%232f8c51" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M13.545,10.025c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l0.001,1.882h4.465c0,0-0.676,0.873-0.853,1.397 c-0.171,0.504-0.175,2.121-0.175,2.121l-0.517,1.487c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743 c0.754,0.753,1.705,1.151,2.751,1.151c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73 c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617 C16.792,10.557,15.285,10.025,13.545,10.025L13.545,10.025z"/> <path fill="%232f8c51" d="M18.018,16.224c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H9.063c0-0.67,0.119-1.271,0.356-1.802s0.557-0.972,0.957-1.323s0.872-0.622,1.416-0.811 s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104C17.586,13.865,18.018,14.896,18.018,16.224z M15.518,24.545 c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S15.518,24.031,15.518,24.545z"/> </svg>');
}
.green.icon-env-server-request-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.021,10.115 M23.736,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.696,6.712,23.736,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.37,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.697,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.401,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.401,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%2339b563" points="13.758,17.421 5.314,21.91 13.758,27.954 22.197,21.91 13.758,17.421 "/> <polyline fill="%2339b563" points="5.97,17.592 4.883,18.126 13.749,23.926 13.758,23.922 22.624,18.126 21.537,17.592 13.758,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%2339b563" points="4.406,14.065 13.749,19.523 23.101,14.065 13.758,10.013 4.406,14.065 "/> <polyline fill="%2321663c" points="21.932,24.182 22.197,21.91 13.758,27.954 13.758,30.349 21.932,24.182 "/> <polyline fill="%2321663c" points="13.758,23.922 13.758,26.606 22.335,20.635 22.624,18.126 13.758,23.922 "/> <polyline fill="%2321663c" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%232f8c51" points="5.314,21.91 5.583,24.182 13.758,30.349 13.758,27.954 5.314,21.91 "/> <polyline fill="%232f8c51" points="13.758,23.922 13.749,23.926 4.883,18.126 5.176,20.635 13.753,26.606 13.758,26.606 13.758,23.922 "/> <polyline fill="%232f8c51" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M17.806,12.268l0.202-2.184h-2.194h-4.121H9.499l0.202,2.184l0.879,9.502l0.039,0.424 c-0.498,0.667-0.77,1.445-0.77,2.292c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.706,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.844-0.269-1.62-0.761-2.287l0.04-0.429L17.806,12.268z"/> <polygon fill="%232f8c51" points="15.814,12.084 14.935,21.586 12.572,21.586 11.693,12.084 "/> <path fill="%232f8c51" d="M15.648,24.486c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S15.648,23.972,15.648,24.486z"/> </svg> ');
}
.green.icon-under-construction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 420 420"> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 0.0 L 154.6 0.0 C 149.8 1.3 144.8 2.1 140.4 4.3 C 136.0 7.2 131.4 9.9 127.7 13.6 C 90.2 51.2 52.7 88.7 15.2 126.2 C 7.3 133.9 1.6 143.8 0.0 154.8 L 0.0 0.0 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 154.6 0.0 L 165.2 0.0 C 171.0 1.5 177.3 2.3 182.1 6.0 C 185.6 8.3 189.3 10.6 192.3 13.6 C 230.1 51.5 268.0 89.3 305.9 127.2 C 313.2 134.7 318.4 144.3 320.0 154.7 L 320.0 165.8 C 318.7 170.3 317.9 174.9 315.9 179.1 C 312.8 183.9 309.9 188.9 305.8 192.8 C 268.3 230.4 230.7 267.9 193.2 305.5 C 185.6 313.0 176.0 318.4 165.4 320.0 L 154.7 320.0 C 144.3 318.4 134.8 313.2 127.3 306.0 C 89.3 267.9 51.3 230.0 13.3 191.9 C 10.4 189.0 8.2 185.4 5.9 182.0 C 2.3 177.3 1.7 171.3 0.0 165.8 L 0.0 154.8 C 1.6 143.8 7.3 133.9 15.2 126.2 C 52.7 88.7 90.2 51.2 127.7 13.6 C 131.4 9.9 136.0 7.2 140.4 4.3 C 144.8 2.1 149.8 1.3 154.6 0.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 165.2 0.0 L 320.0 0.0 L 320.0 154.7 C 318.4 144.3 313.2 134.7 305.9 127.2 C 268.0 89.3 230.1 51.5 192.3 13.6 C 189.3 10.6 185.6 8.3 182.1 6.0 C 177.3 2.3 171.0 1.5 165.2 0.0 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 130.9 25.8 C 139.7 17.1 152.6 11.9 165.0 14.1 C 174.7 14.8 183.5 20.1 190.2 26.8 C 224.5 61.2 258.9 95.5 293.2 129.9 C 296.5 134.3 300.4 138.6 302.1 144.0 C 305.2 150.8 305.1 158.6 304.2 165.9 C 303.3 174.4 297.9 181.3 292.4 187.4 C 256.7 223.0 221.0 258.7 185.4 294.4 C 182.8 296.7 179.6 297.9 176.6 299.5 C 171.6 302.5 165.5 302.3 160.0 303.6 C 155.1 302.5 150.1 302.3 145.4 300.5 C 141.5 298.5 137.3 297.0 134.1 293.9 C 99.6 259.3 65.1 224.9 30.6 190.4 C 27.1 187.2 24.3 183.3 21.2 179.6 C 15.0 171.0 14.4 159.9 15.9 149.8 C 17.7 142.0 22.2 135.3 27.3 129.3 C 61.9 94.8 96.3 60.3 130.9 25.8 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 164.3 86.4 C 168.8 85.6 174.0 86.2 177.3 89.6 C 181.0 92.9 183.4 98.3 182.0 103.2 C 181.5 108.5 176.9 112.6 172.0 113.9 C 163.1 117.0 152.3 108.4 153.9 98.9 C 155.0 93.4 159.0 88.4 164.3 86.4 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 101.1 117.8 C 102.1 114.3 103.3 110.5 106.7 108.6 C 117.2 108.7 127.6 108.7 138.0 108.7 C 140.1 108.6 142.1 109.1 144.1 109.5 C 148.2 116.1 153.2 122.1 157.5 128.6 C 159.7 131.9 161.8 136.1 159.8 140.0 C 154.0 150.7 148.0 161.3 142.3 172.1 C 155.4 181.7 167.5 192.5 180.6 202.0 C 184.4 197.9 189.2 193.4 195.2 194.8 C 197.4 195.6 200.0 195.9 201.6 197.7 C 203.7 200.0 205.5 202.6 206.9 205.4 C 209.0 204.4 211.7 204.0 213.8 205.2 C 217.4 207.5 219.2 211.9 219.3 216.0 C 221.5 217.0 223.3 218.4 224.5 220.4 C 230.1 220.0 234.4 224.1 236.6 228.8 C 211.7 229.0 186.9 228.7 162.0 229.1 C 155.9 228.5 149.7 229.6 143.5 228.7 C 144.8 227.2 145.9 225.5 147.0 223.8 C 149.9 222.5 152.9 221.1 156.2 221.1 C 157.9 220.7 159.6 220.1 158.8 217.9 C 160.5 215.3 162.7 212.4 166.3 213.1 C 168.2 209.3 171.3 206.3 175.0 204.2 C 163.8 195.0 152.5 186.0 141.3 176.8 C 140.8 175.5 139.1 176.4 139.5 177.4 C 142.0 180.1 144.9 183.1 144.7 187.0 C 144.9 189.5 143.1 191.6 142.2 193.8 C 139.3 200.7 135.1 207.1 131.8 213.8 C 129.8 218.0 127.6 222.2 125.2 226.2 C 122.6 228.2 118.7 229.6 115.5 228.1 C 113.5 226.6 112.3 224.3 111.6 222.0 C 113.6 214.7 117.9 208.5 120.7 201.5 C 122.9 196.7 125.4 192.0 127.7 187.3 C 121.8 180.0 116.0 172.6 109.8 165.5 C 109.7 172.9 110.1 180.4 109.7 187.8 C 106.8 199.4 103.6 211.0 100.6 222.7 C 99.7 227.6 92.9 230.3 88.9 227.0 C 85.3 225.1 86.1 220.6 86.3 217.2 C 88.6 207.8 91.0 198.5 93.3 189.1 C 93.7 177.9 93.1 166.7 93.6 155.5 C 93.6 151.0 98.2 149.3 100.4 146.1 C 98.0 145.3 96.3 143.3 96.4 140.8 C 94.1 139.2 92.0 137.3 89.5 136.0 C 88.5 133.9 89.9 132.2 91.8 131.5 C 93.5 133.1 95.4 134.5 97.3 135.7 C 98.6 129.8 99.7 123.8 101.1 117.8 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 113.0 123.3 C 116.6 123.4 120.1 123.4 123.6 123.4 C 119.3 128.0 114.4 132.1 110.3 136.9 C 110.8 132.3 112.1 127.9 113.0 123.3 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 122.7 156.0 C 128.2 153.5 133.7 151.2 139.2 148.7 C 137.2 153.8 133.8 158.0 131.8 163.0 C 128.6 160.8 125.5 158.6 122.7 156.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 165.8 C 1.7 171.3 2.3 177.3 5.9 182.0 C 8.2 185.4 10.4 189.0 13.3 191.9 C 51.3 230.0 89.3 267.9 127.3 306.0 C 134.8 313.2 144.3 318.4 154.7 320.0 L 0.0 320.0 L 0.0 165.8 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 315.9 179.1 C 317.9 174.9 318.7 170.3 320.0 165.8 L 320.0 320.0 L 165.4 320.0 C 176.0 318.4 185.6 313.0 193.2 305.5 C 230.7 267.9 268.3 230.4 305.8 192.8 C 309.9 188.9 312.8 183.9 315.9 179.1 Z" /> </svg>');
}
.green.icon-undeploy2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(3, -1)"> <polyline fill="%2321663c" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%232f8c51" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.green.icon-deploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%2321663c" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%2321663c" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%2339b563" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%2339b563" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%2339b563" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%2339b563" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%232f8c51" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%232f8c51" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%232f8c51" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%232f8c51" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23006600" points="2.405,24.286 2.592,26.482 12.935,25.762 12.888,23.576 2.405,24.286 "/> <polyline fill="%23006600" points="11.58,22.67 13.589,21.371 13.551,19.232 9.917,21.521 11.58,22.67 "/> <polyline fill="%2300FF00" points="12.888,23.576 11.58,22.67 9.917,21.521 13.551,19.232 10.701,17.353 7.076,19.549 4.348,17.652 2.405,24.286 12.888,23.576 "/> </svg>');
}
.green.icon-undeploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%2321663c" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%2321663c" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%2339b563" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%2339b563" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%2339b563" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%2339b563" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%232f8c51" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%232f8c51" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%232f8c51" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%232f8c51" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23990000" points="14.564,21.225 13.266,21.928 11.174,23.247 11.18,23.258 11.046,23.327 14.301,28.776 16.43,27.215 13.357,22.083 14.66,21.381 16.939,19.933 14.564,21.225 "/> <polyline fill="%23FF0000" points="14.725,16.275 12.402,17.605 14.564,21.225 16.939,19.933 14.725,16.275 "/> <polyline fill="%23FF0000" points="9.008,19.622 9.013,19.632 11.158,18.41 8.01,13.143 5.64,14.28 8.879,19.707 9.008,19.622 "/> <polyline fill="%23CC0000" points="9.013,19.632 8.879,19.707 5.64,14.28 3.768,15.846 6.852,21.021 4.144,22.78 6.069,26.014 8.917,24.475 12.016,29.672 14.301,28.776 11.046,23.327 11.174,23.247 13.266,21.928 14.564,21.225 12.402,17.605 11.158,18.41 9.013,19.632 "/> </svg> ');
}
.lightGreen.icon-cms-section-labeled_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23CCCCCC" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23676767" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23009900" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23999999" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%2300b200" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23009900" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%2300e500" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.lightGreen.icon-cms-tab-page_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2300e500" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23009900" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%2300b200" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%2300e500" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.lightGreen.icon-cms-area_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="11.132,4.608 23.893,10.957 26.923,9.187 14.186,3.28 11.132,4.608 "/> <polyline fill="%23CCCCCC" points="13.245,19.227 13.223,19.242 11.63,20.204 17.039,23.928 20.304,21.681 18.689,20.653 17.035,21.744 13.245,19.227 "/> <polyline fill="%23CCCCCC" points="8.13,17.794 9.883,18.999 11.513,18.053 11.397,15.997 9.577,14.834 9.727,16.896 8.13,17.794 "/> <polygon fill="%23CCCCCC" points="11.492,11.344 11.144,11.515 17.035,14.957 20.607,12.875 14.704,9.702 "/> <polyline fill="%23676767" points="20.247,23.335 20.304,21.681 17.039,23.928 17.039,29.603 20.115,27.284 20.247,23.335 "/> <polyline fill="%23676767" points="22.974,25.127 25.646,23.11 26.923,9.187 23.893,10.957 22.974,25.127 "/> <polyline fill="%23676767" points="17.035,21.744 18.689,20.653 20.379,19.53 20.607,12.875 17.035,14.957 17.035,21.744 "/> <polygon fill="%23676767" points="11.513,18.082 11.513,18.053 9.883,18.999 10.285,24.509 11.818,23.524 11.63,20.204 13.223,19.242 13.223,19.209 "/> <polyline fill="%23999999" points="11.818,23.524 11.945,25.759 17.039,29.603 17.039,23.928 11.63,20.204 11.818,23.524 "/> <polyline fill="%23999999" points="11.513,18.053 11.513,18.082 13.223,19.209 13.245,19.227 17.035,21.744 17.035,14.957 11.144,11.515 11.397,15.997 11.513,18.053 "/> <polyline fill="%23999999" points="9.883,18.999 8.13,17.794 6.143,18.9 5.7,18.58 5.64,18.618 5.943,21.229 10.285,24.509 9.883,18.999 "/> <polygon fill="%23999999" points="11.132,4.608 11.492,11.344 14.704,9.702 20.607,12.875 20.379,19.53 18.689,20.653 20.304,21.681 20.247,23.335 22.974,25.127 23.893,10.957 "/> <path fill="%2300b200" d="M5.7,18.58L6.143,18.9l-0.742-6.616L0.562,9.187l0.985,6.394L5.7,18.58z"/> <path fill="%23009900" d="M8.13,17.794l1.598-0.898l-0.15-2.062l-0.327-4.425l-3.85,1.875L6.143,18.9L8.13,17.794z"/> <path fill="%2300e500" d="M9.251,10.409L4.346,7.544L0.562,9.187l4.839,3.098L9.251,10.409z"/> </svg>');
}
.lightGreen.icon-cms-tab-control_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%2300e500" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23009900" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%2300b200" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%2300e500" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.lightGreen.icon-cms-section-vertical_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%2300e500" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%2300e500" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23009900" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23009900" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%2300b200" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%2300b200" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23009900" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%2300e500" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.lightGreen.icon-cms-section-horizontal_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%2300e500" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%2300e500" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23009900" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23009900" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%2300b200" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%2300b200" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23009900" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%2300e500" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.lightGreen.icon-cms-group_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%2300e500" points="9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <line fill="%2300e500" x1="9.773" y1="16.94" x2="9.756" y2="16.929"/> <polyline fill="%2300e500" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%2300e500" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%2300e500" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23009900" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23009900" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23009900" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.747,16.923 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23009900" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%2300b200" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%2300b200" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%2300b200" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%2300b200" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%2300e500" d="M9.284,10.49L9.284,10.49H9.282H9.284z"/> <path fill="%2300e500" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.lightGreen.icon-param-null-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.3816" y1="8.8488" x2="23.816" y2="21.2832"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.914,8.058c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.605 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.221-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C17.222,8.319,14.898,7.106,12.914,8.058"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="9.6519" y1="12.1272" x2="20.0835" y2="22.5588"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.857,10.993c-1.867,2.748,0.016,7.048,1.707,9.369c1.413,1.939,5.336,5.261,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C12.045,9.84,11.3,10.342,10.857,10.993"/> <path fill="%23999999" d="M11.105,8.878c-2.735,1.566-1.966,5.845-1.07,8.232c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.837,2.032-3.071c0.505-3.02-0.846-6.296-2.545-8.725 C17.682,10.589,14.134,7.155,11.105,8.878z M20.339,21.435c-1.114,3.538-5.016,1.824-6.854-0.092 c-2.119-2.209-3.952-5.913-3.09-9.028c1.019-3.699,5.04-1.944,6.888-0.017C19.384,14.491,21.316,18.331,20.339,21.435z"/> <path fill="%2300b200" d="M17.954,7.946l-1.432-1.604l-6.96,16.839l1.332,1.827L17.954,7.946z"/> <path fill="%23009900" d="M20.219,7.221l-2.266,0.725l-7.061,17.062l1.94-0.796L20.219,7.221z"/> <path fill="%2300e500" d="M20.219,7.221l-1.547-1.376l-2.152,0.498l1.432,1.604L20.219,7.221z"/> </svg>');
}
.lightGreen.icon-assoc-port2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M7.084,23.219v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534L7.084,23.22c-0.001,0.001-0.002,0.001-0.003,0.002L7.084,23.219z"/> <path fill="%23676767" d="M7.095,23.199v0.003v0.011L7.09,23.217v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.095,23.199z"/> <path fill="%23CCCCCC" d="M7.095,23.203v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L7.095,23.203z"/> <polyline fill="%2300e500" points="11.291,11.937 8.961,13.12 16.825,17.715 21.595,14.936 13.714,10.699 11.291,11.937 "/> <polyline fill="%23009900" points="16.825,26.776 19.033,25.321 21.291,23.821 21.595,14.936 16.825,17.715 16.825,26.776 "/> <polygon fill="%2300b200" points="8.961,13.12 16.825,17.715 16.825,26.776 9.454,21.888 9.454,21.849 "/> <polygon fill="%23009900" points="10.911,21.054 10.616,15.825 15.325,18.576 15.325,23.982 "/> <path fill="%2300e500" d="M6.402,11.625l0.003,0.003l0.026,0.016h0.003L6.402,11.625z"/> <path fill="%23999999" d="M15.899,7.89V7.871l-5.691-3.175l-0.016-0.009l0.364,6.181l0.016-0.009 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.416l-0.003-6.393c-0.001,0.001-0.002,0.001-0.003,0.002L15.899,7.89z"/> <path fill="%23676767" d="M15.91,7.871v0.003v0.011l-0.005,0.003v6.396l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.02,0.047-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.361l-0.137-0.079l0.024,0.014 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.061l0.358-6.181L15.91,7.871z"/> <path fill="%23CCCCCC" d="M15.91,7.875V7.871l5.707-3.185L15.91,1.931l-5.719,2.755l0.016,0.009l5.691,3.175L15.9,7.89l0.005-0.003 l0.003-0.011L15.91,7.875z"/> <path fill="%23999999" d="M24.746,24.157l0.001-0.019l-5.536-3.333l-0.016-0.01l0.014,6.387l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.011l5.172,3.578l0.361-6.603c-0.001,0.001-0.002,0.001-0.003,0.002L24.746,24.157z"/> <path fill="%23676767" d="M24.758,24.138l0,0.003l-0.001,0.011l-0.005,0.003l-0.364,6.607l0.012-0.008 c0.001,0,0.003-0.001,0.003-0.002c0.017-0.01,0.033-0.02,0.049-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.48-3.422 l-0.133-0.082l0.024,0.015c0.001,0.001,0.003,0.002,0.003,0.002l0.109,0.064l0.712-6.381L24.758,24.138z"/> <path fill="%23CCCCCC" d="M24.758,24.141l0-0.003l5.914-3.236l-5.576-2.899l-5.901,2.793l0.016,0.01l5.536,3.333l0.001,0.02 l0.005-0.003l0.004-0.011L24.758,24.141z"/> <polygon fill="%2300e500" points="15.325,18.89 10.911,21.054 15.325,23.982 "/> </svg>');
}
.lightGreen.icon-release2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.018l5.49-4.159l0.79-6.737l-6.28,3.577V31.018z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159v-7.319l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.699v-6.321l-6.28,2.745L16.063,23.699z"/> <path fill="%23999999" d="M21.886,24.017l0.99-0.741l-0.533-3.153l-4.898,2.79l-1.382,0.787l1.103,3.864L21.886,24.017z"/> <path fill="%23333333" d="M9.125,24.226l1.141-0.481l-0.483-3.622L9.125,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.122l-6.28-2.745l0,4.276l0,2.045L22.343,20.122z"/> <path fill="%2300e500" d="M19.816,12.903c0.058-2.233-1.554-2.001-2.985-2.463c1.775,0.574,1.083,3.328,0.705,4.567 c-0.643,2.109-1.706,4.101-2.824,5.993c0.435,0.141,1.758,0.568,1.758,0.568s1.275-2.103,1.526-2.608 C18.895,17.141,19.925,14.987,19.816,12.903z"/> <path fill="%23009900" d="M6.991,12.45c-0.471-0.152-1.269-0.41-1.847-0.597c1.535,1.09,3.072,2.178,4.609,3.266 c0.846,0.599,1.675,1.29,2.568,1.819c0.621,0.368,1.365,0.521,2.054,0.743C12.206,16.146,9.16,13.986,6.991,12.45z"/> <g> <path fill="%2300e500" d="M6.991,12.45c-0.616-0.199-1.232-0.398-1.847-0.597c1.168-2.125,5.695-10.166,5.695-10.166 s1.374,0.444,1.758,0.568C10.728,5.654,8.859,9.052,6.991,12.45z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.9912" y1="11.9111" x2="23.8331" y2="11.9111"> <stop offset="0" style="stop-color:%2300b200"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.596,2.255c0.17,1.471,0.339,2.942,0.509,4.412c3.452-1.317,9.053-1.762,10.434,2.635 c1.571,5.002-3.48,9.642-7.069,12.264c1.007-1.705,2.004-3.441,2.647-5.323c0.437-1.279,1.116-3.421,0.22-4.671 c-1.151-1.607-3.57,0.02-4.659,0.862c-0.809,0.626-0.809,0.626-0.809,0.626s0.38,3.519,0.507,4.622 c-1.556-1.102-3.113-2.204-4.669-3.307c-0.709-0.502-1.416-1.004-2.138-1.485c-0.543-0.361-0.576-0.44-0.576-0.44 S9.006,8.785,9.85,7.25C10.766,5.585,11.681,3.92,12.596,2.255z"/> </svg>');
}
.lightGreen.icon-assoc-one-may_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.1073" cy="277.575" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M13.069,14.812c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C14.89,13.58,13.89,13.991,13.069,14.812z"/> <path fill="%23999999" d="M7.086,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L7.086,23.615z"/> <path fill="%23676767" d="M7.097,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.097,23.596z"/> <path fill="%23CCCCCC" d="M7.097,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 L7.096,23.6L7.097,23.599z"/> <path fill="%23999999" d="M24.698,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.698,23.615z"/> <path fill="%23676767" d="M24.71,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.71,23.596z"/> <path fill="%23CCCCCC" d="M24.71,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.71,23.599z"/> <path fill="%23999999" d="M15.898,7.67V7.65l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L15.898,7.67z"/> <path fill="%23676767" d="M15.91,7.65v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L15.91,7.65z"/> <path fill="%23CCCCCC" d="M15.91,7.653V7.65l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285L15.9,7.67l0.005-0.003 l0.003-0.011L15.91,7.653z"/> </svg>');
}
.lightGreen.icon-assoc-many-one_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.031,17.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.031,17.794z"/> <path fill="%23676767" d="M16.043,17.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.043,17.773z"/> <path fill="%23CCCCCC" d="M16.043,17.776v-0.003l6.137-3.543l-6.137-3.065L9.894,14.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.043,17.776z"/> <radialGradient id="SVGID_1_" cx="-102.0667" cy="271.8012" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M4.109,20.585c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C5.931,19.354,4.93,19.764,4.109,20.585z"/> <radialGradient id="SVGID_2_" cx="-84.4545" cy="271.5874" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M21.722,20.799c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C23.543,19.568,22.543,19.978,21.722,20.799z"/> <radialGradient id="SVGID_3_" cx="-93.2543" cy="287.8218" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_3_)" d="M12.922,4.565c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C14.743,3.333,13.743,3.744,12.922,4.565z"/> </svg>');
}
.lightGreen.icon-assoc-port_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7715" cy="281.2866" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.821,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.389,8.874,12.978,9.453,11.821,10.611z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5108" y1="15.3417" x2="14.3971" y2="18.2279" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.672,13.647c0-0.004-0.003-0.006-0.009-0.006c-0.143-0.025-0.284-0.033-0.421-0.025h-0.009 c-0.219,0.004-0.41,0.069-0.572,0.197l-0.109,0.093c-0.105,0.096-0.191,0.222-0.257,0.377c-0.019,0.054-0.038,0.111-0.058,0.169 l-0.044,0.183l-0.029,0.693c0.006,0.004,0.009,0.01,0.009,0.019c0,0.004,0,0.01,0,0.018c0.004,0.013,0.007,0.026,0.007,0.039 l0.08,0.471c0.004,0.034,0.011,0.069,0.02,0.107c0.015,0.054,0.032,0.111,0.051,0.169l0.517,1.222 c0.033,0.058,0.066,0.117,0.1,0.175c0.148,0.257,0.305,0.498,0.472,0.724c0.306,0.407,0.643,0.774,1.011,1.101 c0.436,0.381,0.845,0.656,1.226,0.825c0.158,0.071,0.311,0.124,0.459,0.158c0.182,0.038,0.359,0.05,0.532,0.037 c0.448-0.03,0.761-0.252,0.938-0.667c0-0.004,0.002-0.008,0.007-0.012c0.025-0.064,0.047-0.129,0.064-0.197 c0.034-0.134,0.056-0.276,0.067-0.426c0.009-0.152,0.004-0.311-0.016-0.479v-0.006c-0.077-0.676-0.333-1.387-0.767-2.135 c-0.004-0.004-0.007-0.008-0.007-0.012c-0.177-0.302-0.369-0.586-0.574-0.85c-0.276-0.361-0.58-0.686-0.912-0.975 c-0.047-0.045-0.097-0.088-0.149-0.126c-0.115-0.1-0.231-0.19-0.346-0.27l-0.408-0.257c-0.071-0.047-0.143-0.087-0.215-0.121 L11.672,13.647z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-171.4409" y1="903.4816" x2="-168.5546" y2="906.3679" gradientTransform="matrix(-0.5367 0.8438 0.8438 0.5367 -838.9321 -331.1957)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.374,11.743c0.003,0.002,0.007,0.001,0.01-0.004c0.098-0.108,0.18-0.222,0.247-0.342l0.005-0.007 c0.115-0.187,0.162-0.383,0.141-0.588l-0.02-0.142c-0.025-0.14-0.085-0.28-0.18-0.42c-0.036-0.045-0.073-0.092-0.112-0.14 l-0.131-0.136l-0.569-0.396c-0.006,0.003-0.014,0.002-0.021-0.003c-0.003-0.002-0.008-0.005-0.015-0.009 c-0.013-0.003-0.025-0.008-0.036-0.015l-0.44-0.185c-0.031-0.014-0.065-0.028-0.101-0.041c-0.054-0.017-0.111-0.033-0.17-0.048 l-1.308-0.22c-0.067-0.004-0.134-0.007-0.201-0.01c-0.296-0.013-0.584-0.01-0.864,0.01c-0.508,0.04-0.999,0.127-1.472,0.262 c-0.556,0.163-1.007,0.361-1.354,0.592c-0.145,0.095-0.272,0.196-0.379,0.303c-0.129,0.133-0.235,0.276-0.317,0.429 c-0.215,0.394-0.195,0.777,0.06,1.15c0.003,0.002,0.005,0.006,0.006,0.012c0.04,0.055,0.084,0.109,0.131,0.16 c0.094,0.1,0.202,0.195,0.324,0.285c0.123,0.089,0.261,0.17,0.412,0.244l0.005,0.003c0.612,0.298,1.349,0.464,2.213,0.498 c0.006-0.002,0.01-0.001,0.013,0.001c0.35,0.013,0.692,0.003,1.026-0.028c0.453-0.04,0.89-0.122,1.312-0.246 c0.064-0.016,0.126-0.035,0.186-0.058c0.146-0.044,0.284-0.093,0.414-0.147l0.436-0.206c0.077-0.035,0.15-0.074,0.217-0.117 L19.374,11.743z"/> <path fill="%23999999" d="M24.299,22.734v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.299,22.734z"/> <path fill="%23676767" d="M24.31,22.714v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.31,22.714z"/> <path fill="%23CCCCCC" d="M24.31,22.718v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.31,22.718z"/> </svg>');
}
.lightGreen.icon-release_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300e500" d="M21.712,17.5c0.063-2.627-1.687-2.354-3.241-2.898c1.927,0.675,1.175,3.915,0.765,5.374 c-0.698,2.482-1.852,4.825-3.065,7.051c0.473,0.165,1.908,0.668,1.908,0.668s1.385-2.475,1.656-3.069 C20.712,22.487,21.831,19.953,21.712,17.5z"/> <path fill="%23009900" d="M7.79,16.967c-0.511-0.179-1.377-0.482-2.005-0.702c1.667,1.282,3.335,2.562,5.003,3.843 c0.918,0.705,1.819,1.518,2.787,2.14c0.674,0.433,1.482,0.613,2.23,0.874C13.451,21.316,10.144,18.775,7.79,16.967z"/> <g> <path fill="%2300e500" d="M7.79,16.967c-0.668-0.234-1.337-0.468-2.005-0.702c1.268-2.5,6.182-11.962,6.182-11.962 s1.491,0.522,1.908,0.668C11.846,8.97,9.818,12.969,7.79,16.967z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.7901" y1="16.3332" x2="26.0726" y2="16.3332"> <stop offset="0" style="stop-color:%2300b200"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.874,4.972c0.184,1.731,0.368,3.461,0.552,5.192c3.747-1.549,9.827-2.073,11.326,3.1 c1.706,5.886-3.778,11.346-7.674,14.431c1.093-2.007,2.176-4.049,2.873-6.263c0.474-1.504,1.211-4.025,0.239-5.497 c-1.25-1.891-3.875,0.023-5.058,1.015c-0.878,0.736-0.878,0.736-0.878,0.736s0.412,4.141,0.55,5.438 c-1.689-1.297-3.379-2.594-5.068-3.891c-0.769-0.591-1.537-1.182-2.321-1.747C7.826,17.06,7.79,16.967,7.79,16.967 s2.187-4.313,3.104-6.119C11.887,8.889,12.881,6.931,13.874,4.972z"/> </svg> ');
}
.lightGreen.icon-task2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.019l5.49-4.159l0.79-6.737l-6.28,3.577V31.019z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159V23.7l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.7v-6.321l-6.28,2.745L16.063,23.7z"/> <path fill="%23999999" d="M21.886,24.018l0.99-0.741l-0.533-3.153l-4.898,2.79L16.063,23.7l1.103,3.864L21.886,24.018z"/> <path fill="%23333333" d="M9.126,24.226l1.141-0.481l-0.483-3.622L9.126,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.123l-6.28-2.745l0,4.276l0,2.045L22.343,20.123z"/> <polygon fill="%2300e500" points="18.114,17.44 15.959,16.839 23.9,2.354 26.075,2.908 "/> <polygon fill="%2300e500" points="10.604,17.129 8.464,16.526 10.38,13.027 12.526,13.618 "/> <polygon fill="%2300b200" points="18.999,22.84 16.845,22.223 8.464,16.526 10.604,17.129 "/> <polygon fill="%23009900" points="26.075,2.908 28.849,4.848 18.999,22.84 10.604,17.129 12.526,13.618 18.114,17.44 "/> <polygon fill="%23CCCCCC" points="14.56,9.338 13.304,8.987 17.935,0.54 19.203,0.862 "/> <polygon fill="%23CCCCCC" points="10.18,9.156 8.932,8.805 10.05,6.764 11.301,7.109 "/> <polygon fill="%23999999" points="15.077,12.488 13.82,12.127 8.932,8.805 10.18,9.156 "/> <polygon fill="%23676767" points="19.203,0.862 20.822,1.994 15.077,12.488 10.18,9.156 11.301,7.109 14.56,9.338 "/> </svg>');
}
.lightGreen.icon-podkova-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%2300b200" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.lightGreen.icon-cms-item-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.955,15.496c-0.254,0.432-0.555,0.859-0.903,1.281c-0.512,0.628-1.109,1.22-1.791,1.775 c-0.291,0.242-0.643,0.506-1.058,0.791l-0.178,0.12l-0.096,7.009c0.009,0.003,0.017,0.003,0.023,0l0.201-0.151 c0.363-0.275,0.7-0.556,1.011-0.841c0.656-0.587,1.229-1.213,1.717-1.88c1.158-1.58,1.75-3.218,1.775-4.913c0-0.026,0-0.051,0-0.077 l0.309-6.171C22.878,13.482,22.541,14.501,21.955,15.496z"/> <path fill="%23CCCCCC" d="M17.848,4.801L17.702,4.72l-5.793,3.122C12.77,8.349,13.401,8.95,13.8,9.645 c0.306,0.538,0.447,1.091,0.425,1.66c0.001,0.014,0.001,0.026,0,0.039c-0.014,0.291-0.071,0.586-0.17,0.884 c-0.186,0.558-0.508,1.084-0.965,1.579c-0.135,0.148-0.283,0.294-0.444,0.436c-0.104,0.094-0.214,0.187-0.332,0.278 c-0.23,0.185-0.486,0.367-0.768,0.544l-0.112,0.073c-0.033,0-0.044,0.006-0.031,0.019l6.584,4.284l0.015,0.023 c0.005,0.005,0.013,0.005,0.023,0l0.178-0.12c0.414-0.286,0.767-0.549,1.058-0.791c0.682-0.556,1.279-1.148,1.791-1.775 c0.348-0.423,0.649-0.85,0.903-1.281c0.586-0.995,0.923-2.014,1.011-3.057c0.014-0.171,0.022-0.342,0.023-0.513 c0.01-1.732-0.668-3.328-2.034-4.79c-0.566-0.605-1.227-1.159-1.984-1.663C18.637,5.246,18.263,5.023,17.848,4.801z"/> <path fill="%23009900" d="M16.71,27.38l0.004-1.76l0.015-5.284l-1.768,1.185l0.077,7.082L16.71,27.38z"/> <path fill="%23999999" d="M18.026,19.464c-0.01,0.005-0.018,0.005-0.023,0l-0.015-0.023l-6.584-4.284l0.062,1.667l5.264,3.512 l-0.015,5.284l1.166,0.83c0.02,0.014,0.037,0.022,0.05,0.023L18.026,19.464 M14.054,12.227c0.099-0.298,0.156-0.592,0.17-0.884 c0.001-0.012,0.001-0.025,0-0.039c0.023-0.569-0.119-1.122-0.425-1.66c-0.399-0.695-1.029-1.296-1.891-1.802l0.205,6.546 c0.069,0.044,0.136,0.088,0.201,0.131c0.117-0.091,0.228-0.184,0.332-0.278c0.161-0.142,0.309-0.288,0.444-0.436 C13.547,13.311,13.868,12.785,14.054,12.227z"/> <path fill="%2300b200" d="M15.039,28.603l-0.077-7.082L8.35,16.978l0.428,6.932L15.039,28.603z"/> <path fill="%2300e500" d="M11.465,16.824l-1.355-0.903l-1.76,1.058l6.611,4.543l1.768-1.185L11.465,16.824z"/> </svg>');
}
.lightGreen.icon-env-server-response-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.02,10.115 M23.735,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.695,6.712,23.735,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.369,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.696,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.4,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.4,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%2300e500" points="13.757,17.421 5.314,21.91 13.757,27.954 22.196,21.91 13.757,17.421 "/> <polyline fill="%2300e500" points="5.97,17.592 4.882,18.126 13.749,23.926 13.757,23.922 22.624,18.126 21.537,17.592 13.757,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%2300e500" points="4.406,14.065 13.749,19.523 23.101,14.065 13.757,10.013 4.406,14.065 "/> <polyline fill="%23009900" points="21.932,24.182 22.196,21.91 13.757,27.954 13.757,30.349 21.932,24.182 "/> <polyline fill="%23009900" points="13.757,23.922 13.757,26.606 22.335,20.635 22.624,18.126 13.757,23.922 "/> <polyline fill="%23009900" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%2300b200" points="5.314,21.91 5.583,24.182 13.757,30.349 13.757,27.954 5.314,21.91 "/> <polyline fill="%2300b200" points="13.757,23.922 13.749,23.926 4.882,18.126 5.176,20.635 13.753,26.606 13.757,26.606 13.757,23.922 "/> <polyline fill="%2300b200" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M13.545,10.025c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l0.001,1.882h4.465c0,0-0.676,0.873-0.853,1.397 c-0.171,0.504-0.175,2.121-0.175,2.121l-0.517,1.487c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743 c0.754,0.753,1.705,1.151,2.751,1.151c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73 c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617 C16.792,10.557,15.285,10.025,13.545,10.025L13.545,10.025z"/> <path fill="%2300b200" d="M18.018,16.224c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H9.063c0-0.67,0.119-1.271,0.356-1.802s0.557-0.972,0.957-1.323s0.872-0.622,1.416-0.811 s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104C17.586,13.865,18.018,14.896,18.018,16.224z M15.518,24.545 c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S15.518,24.031,15.518,24.545z"/> </svg>');
}
.lightGreen.icon-env-server-request-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.021,10.115 M23.736,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.696,6.712,23.736,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.37,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.697,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.401,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.401,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%2300e500" points="13.758,17.421 5.314,21.91 13.758,27.954 22.197,21.91 13.758,17.421 "/> <polyline fill="%2300e500" points="5.97,17.592 4.883,18.126 13.749,23.926 13.758,23.922 22.624,18.126 21.537,17.592 13.758,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%2300e500" points="4.406,14.065 13.749,19.523 23.101,14.065 13.758,10.013 4.406,14.065 "/> <polyline fill="%23009900" points="21.932,24.182 22.197,21.91 13.758,27.954 13.758,30.349 21.932,24.182 "/> <polyline fill="%23009900" points="13.758,23.922 13.758,26.606 22.335,20.635 22.624,18.126 13.758,23.922 "/> <polyline fill="%23009900" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%2300b200" points="5.314,21.91 5.583,24.182 13.758,30.349 13.758,27.954 5.314,21.91 "/> <polyline fill="%2300b200" points="13.758,23.922 13.749,23.926 4.883,18.126 5.176,20.635 13.753,26.606 13.758,26.606 13.758,23.922 "/> <polyline fill="%2300b200" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M17.806,12.268l0.202-2.184h-2.194h-4.121H9.499l0.202,2.184l0.879,9.502l0.039,0.424 c-0.498,0.667-0.77,1.445-0.77,2.292c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.706,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.844-0.269-1.62-0.761-2.287l0.04-0.429L17.806,12.268z"/> <polygon fill="%2300b200" points="15.814,12.084 14.935,21.586 12.572,21.586 11.693,12.084 "/> <path fill="%2300b200" d="M15.648,24.486c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S15.648,23.972,15.648,24.486z"/> </svg> ');
}
.lightGreen.icon-under-construction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 420 420"> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 0.0 L 154.6 0.0 C 149.8 1.3 144.8 2.1 140.4 4.3 C 136.0 7.2 131.4 9.9 127.7 13.6 C 90.2 51.2 52.7 88.7 15.2 126.2 C 7.3 133.9 1.6 143.8 0.0 154.8 L 0.0 0.0 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 154.6 0.0 L 165.2 0.0 C 171.0 1.5 177.3 2.3 182.1 6.0 C 185.6 8.3 189.3 10.6 192.3 13.6 C 230.1 51.5 268.0 89.3 305.9 127.2 C 313.2 134.7 318.4 144.3 320.0 154.7 L 320.0 165.8 C 318.7 170.3 317.9 174.9 315.9 179.1 C 312.8 183.9 309.9 188.9 305.8 192.8 C 268.3 230.4 230.7 267.9 193.2 305.5 C 185.6 313.0 176.0 318.4 165.4 320.0 L 154.7 320.0 C 144.3 318.4 134.8 313.2 127.3 306.0 C 89.3 267.9 51.3 230.0 13.3 191.9 C 10.4 189.0 8.2 185.4 5.9 182.0 C 2.3 177.3 1.7 171.3 0.0 165.8 L 0.0 154.8 C 1.6 143.8 7.3 133.9 15.2 126.2 C 52.7 88.7 90.2 51.2 127.7 13.6 C 131.4 9.9 136.0 7.2 140.4 4.3 C 144.8 2.1 149.8 1.3 154.6 0.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 165.2 0.0 L 320.0 0.0 L 320.0 154.7 C 318.4 144.3 313.2 134.7 305.9 127.2 C 268.0 89.3 230.1 51.5 192.3 13.6 C 189.3 10.6 185.6 8.3 182.1 6.0 C 177.3 2.3 171.0 1.5 165.2 0.0 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 130.9 25.8 C 139.7 17.1 152.6 11.9 165.0 14.1 C 174.7 14.8 183.5 20.1 190.2 26.8 C 224.5 61.2 258.9 95.5 293.2 129.9 C 296.5 134.3 300.4 138.6 302.1 144.0 C 305.2 150.8 305.1 158.6 304.2 165.9 C 303.3 174.4 297.9 181.3 292.4 187.4 C 256.7 223.0 221.0 258.7 185.4 294.4 C 182.8 296.7 179.6 297.9 176.6 299.5 C 171.6 302.5 165.5 302.3 160.0 303.6 C 155.1 302.5 150.1 302.3 145.4 300.5 C 141.5 298.5 137.3 297.0 134.1 293.9 C 99.6 259.3 65.1 224.9 30.6 190.4 C 27.1 187.2 24.3 183.3 21.2 179.6 C 15.0 171.0 14.4 159.9 15.9 149.8 C 17.7 142.0 22.2 135.3 27.3 129.3 C 61.9 94.8 96.3 60.3 130.9 25.8 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 164.3 86.4 C 168.8 85.6 174.0 86.2 177.3 89.6 C 181.0 92.9 183.4 98.3 182.0 103.2 C 181.5 108.5 176.9 112.6 172.0 113.9 C 163.1 117.0 152.3 108.4 153.9 98.9 C 155.0 93.4 159.0 88.4 164.3 86.4 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 101.1 117.8 C 102.1 114.3 103.3 110.5 106.7 108.6 C 117.2 108.7 127.6 108.7 138.0 108.7 C 140.1 108.6 142.1 109.1 144.1 109.5 C 148.2 116.1 153.2 122.1 157.5 128.6 C 159.7 131.9 161.8 136.1 159.8 140.0 C 154.0 150.7 148.0 161.3 142.3 172.1 C 155.4 181.7 167.5 192.5 180.6 202.0 C 184.4 197.9 189.2 193.4 195.2 194.8 C 197.4 195.6 200.0 195.9 201.6 197.7 C 203.7 200.0 205.5 202.6 206.9 205.4 C 209.0 204.4 211.7 204.0 213.8 205.2 C 217.4 207.5 219.2 211.9 219.3 216.0 C 221.5 217.0 223.3 218.4 224.5 220.4 C 230.1 220.0 234.4 224.1 236.6 228.8 C 211.7 229.0 186.9 228.7 162.0 229.1 C 155.9 228.5 149.7 229.6 143.5 228.7 C 144.8 227.2 145.9 225.5 147.0 223.8 C 149.9 222.5 152.9 221.1 156.2 221.1 C 157.9 220.7 159.6 220.1 158.8 217.9 C 160.5 215.3 162.7 212.4 166.3 213.1 C 168.2 209.3 171.3 206.3 175.0 204.2 C 163.8 195.0 152.5 186.0 141.3 176.8 C 140.8 175.5 139.1 176.4 139.5 177.4 C 142.0 180.1 144.9 183.1 144.7 187.0 C 144.9 189.5 143.1 191.6 142.2 193.8 C 139.3 200.7 135.1 207.1 131.8 213.8 C 129.8 218.0 127.6 222.2 125.2 226.2 C 122.6 228.2 118.7 229.6 115.5 228.1 C 113.5 226.6 112.3 224.3 111.6 222.0 C 113.6 214.7 117.9 208.5 120.7 201.5 C 122.9 196.7 125.4 192.0 127.7 187.3 C 121.8 180.0 116.0 172.6 109.8 165.5 C 109.7 172.9 110.1 180.4 109.7 187.8 C 106.8 199.4 103.6 211.0 100.6 222.7 C 99.7 227.6 92.9 230.3 88.9 227.0 C 85.3 225.1 86.1 220.6 86.3 217.2 C 88.6 207.8 91.0 198.5 93.3 189.1 C 93.7 177.9 93.1 166.7 93.6 155.5 C 93.6 151.0 98.2 149.3 100.4 146.1 C 98.0 145.3 96.3 143.3 96.4 140.8 C 94.1 139.2 92.0 137.3 89.5 136.0 C 88.5 133.9 89.9 132.2 91.8 131.5 C 93.5 133.1 95.4 134.5 97.3 135.7 C 98.6 129.8 99.7 123.8 101.1 117.8 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 113.0 123.3 C 116.6 123.4 120.1 123.4 123.6 123.4 C 119.3 128.0 114.4 132.1 110.3 136.9 C 110.8 132.3 112.1 127.9 113.0 123.3 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 122.7 156.0 C 128.2 153.5 133.7 151.2 139.2 148.7 C 137.2 153.8 133.8 158.0 131.8 163.0 C 128.6 160.8 125.5 158.6 122.7 156.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 165.8 C 1.7 171.3 2.3 177.3 5.9 182.0 C 8.2 185.4 10.4 189.0 13.3 191.9 C 51.3 230.0 89.3 267.9 127.3 306.0 C 134.8 313.2 144.3 318.4 154.7 320.0 L 0.0 320.0 L 0.0 165.8 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 315.9 179.1 C 317.9 174.9 318.7 170.3 320.0 165.8 L 320.0 320.0 L 165.4 320.0 C 176.0 318.4 185.6 313.0 193.2 305.5 C 230.7 267.9 268.3 230.4 305.8 192.8 C 309.9 188.9 312.8 183.9 315.9 179.1 Z" /> </svg>');
}
.lightGreen.icon-undeploy2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(3, -1)"> <polyline fill="%23009900" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%2300b200" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.lightGreen.icon-deploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%23009900" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%23009900" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%2300e500" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%2300e500" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%2300e500" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%2300e500" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%2300b200" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%2300b200" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%2300b200" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%2300b200" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23006600" points="2.405,24.286 2.592,26.482 12.935,25.762 12.888,23.576 2.405,24.286 "/> <polyline fill="%23006600" points="11.58,22.67 13.589,21.371 13.551,19.232 9.917,21.521 11.58,22.67 "/> <polyline fill="%2300FF00" points="12.888,23.576 11.58,22.67 9.917,21.521 13.551,19.232 10.701,17.353 7.076,19.549 4.348,17.652 2.405,24.286 12.888,23.576 "/> </svg>');
}
.lightGreen.icon-undeploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%23009900" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%23009900" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%2300e500" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%2300e500" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%2300e500" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%2300e500" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%2300b200" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%2300b200" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%2300b200" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%2300b200" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23990000" points="14.564,21.225 13.266,21.928 11.174,23.247 11.18,23.258 11.046,23.327 14.301,28.776 16.43,27.215 13.357,22.083 14.66,21.381 16.939,19.933 14.564,21.225 "/> <polyline fill="%23FF0000" points="14.725,16.275 12.402,17.605 14.564,21.225 16.939,19.933 14.725,16.275 "/> <polyline fill="%23FF0000" points="9.008,19.622 9.013,19.632 11.158,18.41 8.01,13.143 5.64,14.28 8.879,19.707 9.008,19.622 "/> <polyline fill="%23CC0000" points="9.013,19.632 8.879,19.707 5.64,14.28 3.768,15.846 6.852,21.021 4.144,22.78 6.069,26.014 8.917,24.475 12.016,29.672 14.301,28.776 11.046,23.327 11.174,23.247 13.266,21.928 14.564,21.225 12.402,17.605 11.158,18.41 9.013,19.632 "/> </svg> ');
}
.yellow.icon-cms-section-labeled_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23CCCCCC" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23676767" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23a58d00" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23999999" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23ccaa00" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23a58d00" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%23f9e100" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.yellow.icon-cms-tab-page_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23f9e100" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23a58d00" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23ccaa00" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%23f9e100" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.yellow.icon-cms-area_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="11.132,4.608 23.893,10.957 26.923,9.187 14.186,3.28 11.132,4.608 "/> <polyline fill="%23CCCCCC" points="13.245,19.227 13.223,19.242 11.63,20.204 17.039,23.928 20.304,21.681 18.689,20.653 17.035,21.744 13.245,19.227 "/> <polyline fill="%23CCCCCC" points="8.13,17.794 9.883,18.999 11.513,18.053 11.397,15.997 9.577,14.834 9.727,16.896 8.13,17.794 "/> <polygon fill="%23CCCCCC" points="11.492,11.344 11.144,11.515 17.035,14.957 20.607,12.875 14.704,9.702 "/> <polyline fill="%23676767" points="20.247,23.335 20.304,21.681 17.039,23.928 17.039,29.603 20.115,27.284 20.247,23.335 "/> <polyline fill="%23676767" points="22.974,25.127 25.646,23.11 26.923,9.187 23.893,10.957 22.974,25.127 "/> <polyline fill="%23676767" points="17.035,21.744 18.689,20.653 20.379,19.53 20.607,12.875 17.035,14.957 17.035,21.744 "/> <polygon fill="%23676767" points="11.513,18.082 11.513,18.053 9.883,18.999 10.285,24.509 11.818,23.524 11.63,20.204 13.223,19.242 13.223,19.209 "/> <polyline fill="%23999999" points="11.818,23.524 11.945,25.759 17.039,29.603 17.039,23.928 11.63,20.204 11.818,23.524 "/> <polyline fill="%23999999" points="11.513,18.053 11.513,18.082 13.223,19.209 13.245,19.227 17.035,21.744 17.035,14.957 11.144,11.515 11.397,15.997 11.513,18.053 "/> <polyline fill="%23999999" points="9.883,18.999 8.13,17.794 6.143,18.9 5.7,18.58 5.64,18.618 5.943,21.229 10.285,24.509 9.883,18.999 "/> <polygon fill="%23999999" points="11.132,4.608 11.492,11.344 14.704,9.702 20.607,12.875 20.379,19.53 18.689,20.653 20.304,21.681 20.247,23.335 22.974,25.127 23.893,10.957 "/> <path fill="%23ccaa00" d="M5.7,18.58L6.143,18.9l-0.742-6.616L0.562,9.187l0.985,6.394L5.7,18.58z"/> <path fill="%23a58d00" d="M8.13,17.794l1.598-0.898l-0.15-2.062l-0.327-4.425l-3.85,1.875L6.143,18.9L8.13,17.794z"/> <path fill="%23f9e100" d="M9.251,10.409L4.346,7.544L0.562,9.187l4.839,3.098L9.251,10.409z"/> </svg>');
}
.yellow.icon-cms-tab-control_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23f9e100" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23a58d00" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23ccaa00" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23f9e100" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.yellow.icon-cms-section-vertical_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23f9e100" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23f9e100" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23a58d00" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23a58d00" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23ccaa00" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23ccaa00" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23a58d00" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%23f9e100" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.yellow.icon-cms-section-horizontal_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23f9e100" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23f9e100" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23a58d00" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23a58d00" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23ccaa00" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23ccaa00" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23a58d00" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%23f9e100" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.yellow.icon-cms-group_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23f9e100" points="9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <line fill="%23f9e100" x1="9.773" y1="16.94" x2="9.756" y2="16.929"/> <polyline fill="%23f9e100" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23f9e100" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23f9e100" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23a58d00" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23a58d00" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23a58d00" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.747,16.923 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23a58d00" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23ccaa00" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23ccaa00" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23ccaa00" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23ccaa00" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23f9e100" d="M9.284,10.49L9.284,10.49H9.282H9.284z"/> <path fill="%23f9e100" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.yellow.icon-param-null-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.3816" y1="8.8488" x2="23.816" y2="21.2832"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.914,8.058c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.605 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.221-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C17.222,8.319,14.898,7.106,12.914,8.058"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="9.6519" y1="12.1272" x2="20.0835" y2="22.5588"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.857,10.993c-1.867,2.748,0.016,7.048,1.707,9.369c1.413,1.939,5.336,5.261,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C12.045,9.84,11.3,10.342,10.857,10.993"/> <path fill="%23999999" d="M11.105,8.878c-2.735,1.566-1.966,5.845-1.07,8.232c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.837,2.032-3.071c0.505-3.02-0.846-6.296-2.545-8.725 C17.682,10.589,14.134,7.155,11.105,8.878z M20.339,21.435c-1.114,3.538-5.016,1.824-6.854-0.092 c-2.119-2.209-3.952-5.913-3.09-9.028c1.019-3.699,5.04-1.944,6.888-0.017C19.384,14.491,21.316,18.331,20.339,21.435z"/> <path fill="%23ccaa00" d="M17.954,7.946l-1.432-1.604l-6.96,16.839l1.332,1.827L17.954,7.946z"/> <path fill="%23a58d00" d="M20.219,7.221l-2.266,0.725l-7.061,17.062l1.94-0.796L20.219,7.221z"/> <path fill="%23f9e100" d="M20.219,7.221l-1.547-1.376l-2.152,0.498l1.432,1.604L20.219,7.221z"/> </svg>');
}
.yellow.icon-assoc-port2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M7.084,23.219v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534L7.084,23.22c-0.001,0.001-0.002,0.001-0.003,0.002L7.084,23.219z"/> <path fill="%23676767" d="M7.095,23.199v0.003v0.011L7.09,23.217v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.095,23.199z"/> <path fill="%23CCCCCC" d="M7.095,23.203v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L7.095,23.203z"/> <polyline fill="%23f9e100" points="11.291,11.937 8.961,13.12 16.825,17.715 21.595,14.936 13.714,10.699 11.291,11.937 "/> <polyline fill="%23a58d00" points="16.825,26.776 19.033,25.321 21.291,23.821 21.595,14.936 16.825,17.715 16.825,26.776 "/> <polygon fill="%23ccaa00" points="8.961,13.12 16.825,17.715 16.825,26.776 9.454,21.888 9.454,21.849 "/> <polygon fill="%23a58d00" points="10.911,21.054 10.616,15.825 15.325,18.576 15.325,23.982 "/> <path fill="%23f9e100" d="M6.402,11.625l0.003,0.003l0.026,0.016h0.003L6.402,11.625z"/> <path fill="%23999999" d="M15.899,7.89V7.871l-5.691-3.175l-0.016-0.009l0.364,6.181l0.016-0.009 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.416l-0.003-6.393c-0.001,0.001-0.002,0.001-0.003,0.002L15.899,7.89z"/> <path fill="%23676767" d="M15.91,7.871v0.003v0.011l-0.005,0.003v6.396l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.02,0.047-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.361l-0.137-0.079l0.024,0.014 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.061l0.358-6.181L15.91,7.871z"/> <path fill="%23CCCCCC" d="M15.91,7.875V7.871l5.707-3.185L15.91,1.931l-5.719,2.755l0.016,0.009l5.691,3.175L15.9,7.89l0.005-0.003 l0.003-0.011L15.91,7.875z"/> <path fill="%23999999" d="M24.746,24.157l0.001-0.019l-5.536-3.333l-0.016-0.01l0.014,6.387l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.011l5.172,3.578l0.361-6.603c-0.001,0.001-0.002,0.001-0.003,0.002L24.746,24.157z"/> <path fill="%23676767" d="M24.758,24.138l0,0.003l-0.001,0.011l-0.005,0.003l-0.364,6.607l0.012-0.008 c0.001,0,0.003-0.001,0.003-0.002c0.017-0.01,0.033-0.02,0.049-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.48-3.422 l-0.133-0.082l0.024,0.015c0.001,0.001,0.003,0.002,0.003,0.002l0.109,0.064l0.712-6.381L24.758,24.138z"/> <path fill="%23CCCCCC" d="M24.758,24.141l0-0.003l5.914-3.236l-5.576-2.899l-5.901,2.793l0.016,0.01l5.536,3.333l0.001,0.02 l0.005-0.003l0.004-0.011L24.758,24.141z"/> <polygon fill="%23f9e100" points="15.325,18.89 10.911,21.054 15.325,23.982 "/> </svg>');
}
.yellow.icon-release2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.018l5.49-4.159l0.79-6.737l-6.28,3.577V31.018z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159v-7.319l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.699v-6.321l-6.28,2.745L16.063,23.699z"/> <path fill="%23999999" d="M21.886,24.017l0.99-0.741l-0.533-3.153l-4.898,2.79l-1.382,0.787l1.103,3.864L21.886,24.017z"/> <path fill="%23333333" d="M9.125,24.226l1.141-0.481l-0.483-3.622L9.125,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.122l-6.28-2.745l0,4.276l0,2.045L22.343,20.122z"/> <path fill="%23f9e100" d="M19.816,12.903c0.058-2.233-1.554-2.001-2.985-2.463c1.775,0.574,1.083,3.328,0.705,4.567 c-0.643,2.109-1.706,4.101-2.824,5.993c0.435,0.141,1.758,0.568,1.758,0.568s1.275-2.103,1.526-2.608 C18.895,17.141,19.925,14.987,19.816,12.903z"/> <path fill="%23a58d00" d="M6.991,12.45c-0.471-0.152-1.269-0.41-1.847-0.597c1.535,1.09,3.072,2.178,4.609,3.266 c0.846,0.599,1.675,1.29,2.568,1.819c0.621,0.368,1.365,0.521,2.054,0.743C12.206,16.146,9.16,13.986,6.991,12.45z"/> <g> <path fill="%23f9e100" d="M6.991,12.45c-0.616-0.199-1.232-0.398-1.847-0.597c1.168-2.125,5.695-10.166,5.695-10.166 s1.374,0.444,1.758,0.568C10.728,5.654,8.859,9.052,6.991,12.45z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.9912" y1="11.9111" x2="23.8331" y2="11.9111"> <stop offset="0" style="stop-color:%23ccaa00"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.596,2.255c0.17,1.471,0.339,2.942,0.509,4.412c3.452-1.317,9.053-1.762,10.434,2.635 c1.571,5.002-3.48,9.642-7.069,12.264c1.007-1.705,2.004-3.441,2.647-5.323c0.437-1.279,1.116-3.421,0.22-4.671 c-1.151-1.607-3.57,0.02-4.659,0.862c-0.809,0.626-0.809,0.626-0.809,0.626s0.38,3.519,0.507,4.622 c-1.556-1.102-3.113-2.204-4.669-3.307c-0.709-0.502-1.416-1.004-2.138-1.485c-0.543-0.361-0.576-0.44-0.576-0.44 S9.006,8.785,9.85,7.25C10.766,5.585,11.681,3.92,12.596,2.255z"/> </svg>');
}
.yellow.icon-assoc-one-may_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.1073" cy="277.575" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M13.069,14.812c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C14.89,13.58,13.89,13.991,13.069,14.812z"/> <path fill="%23999999" d="M7.086,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L7.086,23.615z"/> <path fill="%23676767" d="M7.097,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.097,23.596z"/> <path fill="%23CCCCCC" d="M7.097,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 L7.096,23.6L7.097,23.599z"/> <path fill="%23999999" d="M24.698,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.698,23.615z"/> <path fill="%23676767" d="M24.71,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.71,23.596z"/> <path fill="%23CCCCCC" d="M24.71,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.71,23.599z"/> <path fill="%23999999" d="M15.898,7.67V7.65l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L15.898,7.67z"/> <path fill="%23676767" d="M15.91,7.65v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L15.91,7.65z"/> <path fill="%23CCCCCC" d="M15.91,7.653V7.65l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285L15.9,7.67l0.005-0.003 l0.003-0.011L15.91,7.653z"/> </svg>');
}
.yellow.icon-assoc-many-one_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.031,17.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.031,17.794z"/> <path fill="%23676767" d="M16.043,17.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.043,17.773z"/> <path fill="%23CCCCCC" d="M16.043,17.776v-0.003l6.137-3.543l-6.137-3.065L9.894,14.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.043,17.776z"/> <radialGradient id="SVGID_1_" cx="-102.0667" cy="271.8012" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M4.109,20.585c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C5.931,19.354,4.93,19.764,4.109,20.585z"/> <radialGradient id="SVGID_2_" cx="-84.4545" cy="271.5874" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M21.722,20.799c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C23.543,19.568,22.543,19.978,21.722,20.799z"/> <radialGradient id="SVGID_3_" cx="-93.2543" cy="287.8218" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_3_)" d="M12.922,4.565c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C14.743,3.333,13.743,3.744,12.922,4.565z"/> </svg>');
}
.yellow.icon-assoc-port_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7715" cy="281.2866" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.821,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.389,8.874,12.978,9.453,11.821,10.611z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5108" y1="15.3417" x2="14.3971" y2="18.2279" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.672,13.647c0-0.004-0.003-0.006-0.009-0.006c-0.143-0.025-0.284-0.033-0.421-0.025h-0.009 c-0.219,0.004-0.41,0.069-0.572,0.197l-0.109,0.093c-0.105,0.096-0.191,0.222-0.257,0.377c-0.019,0.054-0.038,0.111-0.058,0.169 l-0.044,0.183l-0.029,0.693c0.006,0.004,0.009,0.01,0.009,0.019c0,0.004,0,0.01,0,0.018c0.004,0.013,0.007,0.026,0.007,0.039 l0.08,0.471c0.004,0.034,0.011,0.069,0.02,0.107c0.015,0.054,0.032,0.111,0.051,0.169l0.517,1.222 c0.033,0.058,0.066,0.117,0.1,0.175c0.148,0.257,0.305,0.498,0.472,0.724c0.306,0.407,0.643,0.774,1.011,1.101 c0.436,0.381,0.845,0.656,1.226,0.825c0.158,0.071,0.311,0.124,0.459,0.158c0.182,0.038,0.359,0.05,0.532,0.037 c0.448-0.03,0.761-0.252,0.938-0.667c0-0.004,0.002-0.008,0.007-0.012c0.025-0.064,0.047-0.129,0.064-0.197 c0.034-0.134,0.056-0.276,0.067-0.426c0.009-0.152,0.004-0.311-0.016-0.479v-0.006c-0.077-0.676-0.333-1.387-0.767-2.135 c-0.004-0.004-0.007-0.008-0.007-0.012c-0.177-0.302-0.369-0.586-0.574-0.85c-0.276-0.361-0.58-0.686-0.912-0.975 c-0.047-0.045-0.097-0.088-0.149-0.126c-0.115-0.1-0.231-0.19-0.346-0.27l-0.408-0.257c-0.071-0.047-0.143-0.087-0.215-0.121 L11.672,13.647z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-171.4409" y1="903.4816" x2="-168.5546" y2="906.3679" gradientTransform="matrix(-0.5367 0.8438 0.8438 0.5367 -838.9321 -331.1957)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.374,11.743c0.003,0.002,0.007,0.001,0.01-0.004c0.098-0.108,0.18-0.222,0.247-0.342l0.005-0.007 c0.115-0.187,0.162-0.383,0.141-0.588l-0.02-0.142c-0.025-0.14-0.085-0.28-0.18-0.42c-0.036-0.045-0.073-0.092-0.112-0.14 l-0.131-0.136l-0.569-0.396c-0.006,0.003-0.014,0.002-0.021-0.003c-0.003-0.002-0.008-0.005-0.015-0.009 c-0.013-0.003-0.025-0.008-0.036-0.015l-0.44-0.185c-0.031-0.014-0.065-0.028-0.101-0.041c-0.054-0.017-0.111-0.033-0.17-0.048 l-1.308-0.22c-0.067-0.004-0.134-0.007-0.201-0.01c-0.296-0.013-0.584-0.01-0.864,0.01c-0.508,0.04-0.999,0.127-1.472,0.262 c-0.556,0.163-1.007,0.361-1.354,0.592c-0.145,0.095-0.272,0.196-0.379,0.303c-0.129,0.133-0.235,0.276-0.317,0.429 c-0.215,0.394-0.195,0.777,0.06,1.15c0.003,0.002,0.005,0.006,0.006,0.012c0.04,0.055,0.084,0.109,0.131,0.16 c0.094,0.1,0.202,0.195,0.324,0.285c0.123,0.089,0.261,0.17,0.412,0.244l0.005,0.003c0.612,0.298,1.349,0.464,2.213,0.498 c0.006-0.002,0.01-0.001,0.013,0.001c0.35,0.013,0.692,0.003,1.026-0.028c0.453-0.04,0.89-0.122,1.312-0.246 c0.064-0.016,0.126-0.035,0.186-0.058c0.146-0.044,0.284-0.093,0.414-0.147l0.436-0.206c0.077-0.035,0.15-0.074,0.217-0.117 L19.374,11.743z"/> <path fill="%23999999" d="M24.299,22.734v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.299,22.734z"/> <path fill="%23676767" d="M24.31,22.714v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.31,22.714z"/> <path fill="%23CCCCCC" d="M24.31,22.718v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.31,22.718z"/> </svg>');
}
.yellow.icon-release_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23f9e100" d="M21.712,17.5c0.063-2.627-1.687-2.354-3.241-2.898c1.927,0.675,1.175,3.915,0.765,5.374 c-0.698,2.482-1.852,4.825-3.065,7.051c0.473,0.165,1.908,0.668,1.908,0.668s1.385-2.475,1.656-3.069 C20.712,22.487,21.831,19.953,21.712,17.5z"/> <path fill="%23a58d00" d="M7.79,16.967c-0.511-0.179-1.377-0.482-2.005-0.702c1.667,1.282,3.335,2.562,5.003,3.843 c0.918,0.705,1.819,1.518,2.787,2.14c0.674,0.433,1.482,0.613,2.23,0.874C13.451,21.316,10.144,18.775,7.79,16.967z"/> <g> <path fill="%23f9e100" d="M7.79,16.967c-0.668-0.234-1.337-0.468-2.005-0.702c1.268-2.5,6.182-11.962,6.182-11.962 s1.491,0.522,1.908,0.668C11.846,8.97,9.818,12.969,7.79,16.967z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.7901" y1="16.3332" x2="26.0726" y2="16.3332"> <stop offset="0" style="stop-color:%23ccaa00"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.874,4.972c0.184,1.731,0.368,3.461,0.552,5.192c3.747-1.549,9.827-2.073,11.326,3.1 c1.706,5.886-3.778,11.346-7.674,14.431c1.093-2.007,2.176-4.049,2.873-6.263c0.474-1.504,1.211-4.025,0.239-5.497 c-1.25-1.891-3.875,0.023-5.058,1.015c-0.878,0.736-0.878,0.736-0.878,0.736s0.412,4.141,0.55,5.438 c-1.689-1.297-3.379-2.594-5.068-3.891c-0.769-0.591-1.537-1.182-2.321-1.747C7.826,17.06,7.79,16.967,7.79,16.967 s2.187-4.313,3.104-6.119C11.887,8.889,12.881,6.931,13.874,4.972z"/> </svg> ');
}
.yellow.icon-task2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.019l5.49-4.159l0.79-6.737l-6.28,3.577V31.019z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159V23.7l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.7v-6.321l-6.28,2.745L16.063,23.7z"/> <path fill="%23999999" d="M21.886,24.018l0.99-0.741l-0.533-3.153l-4.898,2.79L16.063,23.7l1.103,3.864L21.886,24.018z"/> <path fill="%23333333" d="M9.126,24.226l1.141-0.481l-0.483-3.622L9.126,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.123l-6.28-2.745l0,4.276l0,2.045L22.343,20.123z"/> <polygon fill="%23f9e100" points="18.114,17.44 15.959,16.839 23.9,2.354 26.075,2.908 "/> <polygon fill="%23f9e100" points="10.604,17.129 8.464,16.526 10.38,13.027 12.526,13.618 "/> <polygon fill="%23ccaa00" points="18.999,22.84 16.845,22.223 8.464,16.526 10.604,17.129 "/> <polygon fill="%23a58d00" points="26.075,2.908 28.849,4.848 18.999,22.84 10.604,17.129 12.526,13.618 18.114,17.44 "/> <polygon fill="%23CCCCCC" points="14.56,9.338 13.304,8.987 17.935,0.54 19.203,0.862 "/> <polygon fill="%23CCCCCC" points="10.18,9.156 8.932,8.805 10.05,6.764 11.301,7.109 "/> <polygon fill="%23999999" points="15.077,12.488 13.82,12.127 8.932,8.805 10.18,9.156 "/> <polygon fill="%23676767" points="19.203,0.862 20.822,1.994 15.077,12.488 10.18,9.156 11.301,7.109 14.56,9.338 "/> </svg>');
}
.yellow.icon-podkova-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23ccaa00" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.yellow.icon-cms-item-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.955,15.496c-0.254,0.432-0.555,0.859-0.903,1.281c-0.512,0.628-1.109,1.22-1.791,1.775 c-0.291,0.242-0.643,0.506-1.058,0.791l-0.178,0.12l-0.096,7.009c0.009,0.003,0.017,0.003,0.023,0l0.201-0.151 c0.363-0.275,0.7-0.556,1.011-0.841c0.656-0.587,1.229-1.213,1.717-1.88c1.158-1.58,1.75-3.218,1.775-4.913c0-0.026,0-0.051,0-0.077 l0.309-6.171C22.878,13.482,22.541,14.501,21.955,15.496z"/> <path fill="%23CCCCCC" d="M17.848,4.801L17.702,4.72l-5.793,3.122C12.77,8.349,13.401,8.95,13.8,9.645 c0.306,0.538,0.447,1.091,0.425,1.66c0.001,0.014,0.001,0.026,0,0.039c-0.014,0.291-0.071,0.586-0.17,0.884 c-0.186,0.558-0.508,1.084-0.965,1.579c-0.135,0.148-0.283,0.294-0.444,0.436c-0.104,0.094-0.214,0.187-0.332,0.278 c-0.23,0.185-0.486,0.367-0.768,0.544l-0.112,0.073c-0.033,0-0.044,0.006-0.031,0.019l6.584,4.284l0.015,0.023 c0.005,0.005,0.013,0.005,0.023,0l0.178-0.12c0.414-0.286,0.767-0.549,1.058-0.791c0.682-0.556,1.279-1.148,1.791-1.775 c0.348-0.423,0.649-0.85,0.903-1.281c0.586-0.995,0.923-2.014,1.011-3.057c0.014-0.171,0.022-0.342,0.023-0.513 c0.01-1.732-0.668-3.328-2.034-4.79c-0.566-0.605-1.227-1.159-1.984-1.663C18.637,5.246,18.263,5.023,17.848,4.801z"/> <path fill="%23a58d00" d="M16.71,27.38l0.004-1.76l0.015-5.284l-1.768,1.185l0.077,7.082L16.71,27.38z"/> <path fill="%23999999" d="M18.026,19.464c-0.01,0.005-0.018,0.005-0.023,0l-0.015-0.023l-6.584-4.284l0.062,1.667l5.264,3.512 l-0.015,5.284l1.166,0.83c0.02,0.014,0.037,0.022,0.05,0.023L18.026,19.464 M14.054,12.227c0.099-0.298,0.156-0.592,0.17-0.884 c0.001-0.012,0.001-0.025,0-0.039c0.023-0.569-0.119-1.122-0.425-1.66c-0.399-0.695-1.029-1.296-1.891-1.802l0.205,6.546 c0.069,0.044,0.136,0.088,0.201,0.131c0.117-0.091,0.228-0.184,0.332-0.278c0.161-0.142,0.309-0.288,0.444-0.436 C13.547,13.311,13.868,12.785,14.054,12.227z"/> <path fill="%23ccaa00" d="M15.039,28.603l-0.077-7.082L8.35,16.978l0.428,6.932L15.039,28.603z"/> <path fill="%23f9e100" d="M11.465,16.824l-1.355-0.903l-1.76,1.058l6.611,4.543l1.768-1.185L11.465,16.824z"/> </svg>');
}
.yellow.icon-env-server-response-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.02,10.115 M23.735,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.695,6.712,23.735,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.369,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.696,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.4,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.4,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%23f9e100" points="13.757,17.421 5.314,21.91 13.757,27.954 22.196,21.91 13.757,17.421 "/> <polyline fill="%23f9e100" points="5.97,17.592 4.882,18.126 13.749,23.926 13.757,23.922 22.624,18.126 21.537,17.592 13.757,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%23f9e100" points="4.406,14.065 13.749,19.523 23.101,14.065 13.757,10.013 4.406,14.065 "/> <polyline fill="%23a58d00" points="21.932,24.182 22.196,21.91 13.757,27.954 13.757,30.349 21.932,24.182 "/> <polyline fill="%23a58d00" points="13.757,23.922 13.757,26.606 22.335,20.635 22.624,18.126 13.757,23.922 "/> <polyline fill="%23a58d00" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%23ccaa00" points="5.314,21.91 5.583,24.182 13.757,30.349 13.757,27.954 5.314,21.91 "/> <polyline fill="%23ccaa00" points="13.757,23.922 13.749,23.926 4.882,18.126 5.176,20.635 13.753,26.606 13.757,26.606 13.757,23.922 "/> <polyline fill="%23ccaa00" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M13.545,10.025c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l0.001,1.882h4.465c0,0-0.676,0.873-0.853,1.397 c-0.171,0.504-0.175,2.121-0.175,2.121l-0.517,1.487c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743 c0.754,0.753,1.705,1.151,2.751,1.151c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73 c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617 C16.792,10.557,15.285,10.025,13.545,10.025L13.545,10.025z"/> <path fill="%23ccaa00" d="M18.018,16.224c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H9.063c0-0.67,0.119-1.271,0.356-1.802s0.557-0.972,0.957-1.323s0.872-0.622,1.416-0.811 s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104C17.586,13.865,18.018,14.896,18.018,16.224z M15.518,24.545 c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S15.518,24.031,15.518,24.545z"/> </svg>');
}
.yellow.icon-env-server-request-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.021,10.115 M23.736,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.696,6.712,23.736,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.37,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.697,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.401,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.401,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%23f9e100" points="13.758,17.421 5.314,21.91 13.758,27.954 22.197,21.91 13.758,17.421 "/> <polyline fill="%23f9e100" points="5.97,17.592 4.883,18.126 13.749,23.926 13.758,23.922 22.624,18.126 21.537,17.592 13.758,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%23f9e100" points="4.406,14.065 13.749,19.523 23.101,14.065 13.758,10.013 4.406,14.065 "/> <polyline fill="%23a58d00" points="21.932,24.182 22.197,21.91 13.758,27.954 13.758,30.349 21.932,24.182 "/> <polyline fill="%23a58d00" points="13.758,23.922 13.758,26.606 22.335,20.635 22.624,18.126 13.758,23.922 "/> <polyline fill="%23a58d00" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%23ccaa00" points="5.314,21.91 5.583,24.182 13.758,30.349 13.758,27.954 5.314,21.91 "/> <polyline fill="%23ccaa00" points="13.758,23.922 13.749,23.926 4.883,18.126 5.176,20.635 13.753,26.606 13.758,26.606 13.758,23.922 "/> <polyline fill="%23ccaa00" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M17.806,12.268l0.202-2.184h-2.194h-4.121H9.499l0.202,2.184l0.879,9.502l0.039,0.424 c-0.498,0.667-0.77,1.445-0.77,2.292c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.706,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.844-0.269-1.62-0.761-2.287l0.04-0.429L17.806,12.268z"/> <polygon fill="%23ccaa00" points="15.814,12.084 14.935,21.586 12.572,21.586 11.693,12.084 "/> <path fill="%23ccaa00" d="M15.648,24.486c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S15.648,23.972,15.648,24.486z"/> </svg> ');
}
.yellow.icon-under-construction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 420 420"> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 0.0 L 154.6 0.0 C 149.8 1.3 144.8 2.1 140.4 4.3 C 136.0 7.2 131.4 9.9 127.7 13.6 C 90.2 51.2 52.7 88.7 15.2 126.2 C 7.3 133.9 1.6 143.8 0.0 154.8 L 0.0 0.0 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 154.6 0.0 L 165.2 0.0 C 171.0 1.5 177.3 2.3 182.1 6.0 C 185.6 8.3 189.3 10.6 192.3 13.6 C 230.1 51.5 268.0 89.3 305.9 127.2 C 313.2 134.7 318.4 144.3 320.0 154.7 L 320.0 165.8 C 318.7 170.3 317.9 174.9 315.9 179.1 C 312.8 183.9 309.9 188.9 305.8 192.8 C 268.3 230.4 230.7 267.9 193.2 305.5 C 185.6 313.0 176.0 318.4 165.4 320.0 L 154.7 320.0 C 144.3 318.4 134.8 313.2 127.3 306.0 C 89.3 267.9 51.3 230.0 13.3 191.9 C 10.4 189.0 8.2 185.4 5.9 182.0 C 2.3 177.3 1.7 171.3 0.0 165.8 L 0.0 154.8 C 1.6 143.8 7.3 133.9 15.2 126.2 C 52.7 88.7 90.2 51.2 127.7 13.6 C 131.4 9.9 136.0 7.2 140.4 4.3 C 144.8 2.1 149.8 1.3 154.6 0.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 165.2 0.0 L 320.0 0.0 L 320.0 154.7 C 318.4 144.3 313.2 134.7 305.9 127.2 C 268.0 89.3 230.1 51.5 192.3 13.6 C 189.3 10.6 185.6 8.3 182.1 6.0 C 177.3 2.3 171.0 1.5 165.2 0.0 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 130.9 25.8 C 139.7 17.1 152.6 11.9 165.0 14.1 C 174.7 14.8 183.5 20.1 190.2 26.8 C 224.5 61.2 258.9 95.5 293.2 129.9 C 296.5 134.3 300.4 138.6 302.1 144.0 C 305.2 150.8 305.1 158.6 304.2 165.9 C 303.3 174.4 297.9 181.3 292.4 187.4 C 256.7 223.0 221.0 258.7 185.4 294.4 C 182.8 296.7 179.6 297.9 176.6 299.5 C 171.6 302.5 165.5 302.3 160.0 303.6 C 155.1 302.5 150.1 302.3 145.4 300.5 C 141.5 298.5 137.3 297.0 134.1 293.9 C 99.6 259.3 65.1 224.9 30.6 190.4 C 27.1 187.2 24.3 183.3 21.2 179.6 C 15.0 171.0 14.4 159.9 15.9 149.8 C 17.7 142.0 22.2 135.3 27.3 129.3 C 61.9 94.8 96.3 60.3 130.9 25.8 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 164.3 86.4 C 168.8 85.6 174.0 86.2 177.3 89.6 C 181.0 92.9 183.4 98.3 182.0 103.2 C 181.5 108.5 176.9 112.6 172.0 113.9 C 163.1 117.0 152.3 108.4 153.9 98.9 C 155.0 93.4 159.0 88.4 164.3 86.4 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 101.1 117.8 C 102.1 114.3 103.3 110.5 106.7 108.6 C 117.2 108.7 127.6 108.7 138.0 108.7 C 140.1 108.6 142.1 109.1 144.1 109.5 C 148.2 116.1 153.2 122.1 157.5 128.6 C 159.7 131.9 161.8 136.1 159.8 140.0 C 154.0 150.7 148.0 161.3 142.3 172.1 C 155.4 181.7 167.5 192.5 180.6 202.0 C 184.4 197.9 189.2 193.4 195.2 194.8 C 197.4 195.6 200.0 195.9 201.6 197.7 C 203.7 200.0 205.5 202.6 206.9 205.4 C 209.0 204.4 211.7 204.0 213.8 205.2 C 217.4 207.5 219.2 211.9 219.3 216.0 C 221.5 217.0 223.3 218.4 224.5 220.4 C 230.1 220.0 234.4 224.1 236.6 228.8 C 211.7 229.0 186.9 228.7 162.0 229.1 C 155.9 228.5 149.7 229.6 143.5 228.7 C 144.8 227.2 145.9 225.5 147.0 223.8 C 149.9 222.5 152.9 221.1 156.2 221.1 C 157.9 220.7 159.6 220.1 158.8 217.9 C 160.5 215.3 162.7 212.4 166.3 213.1 C 168.2 209.3 171.3 206.3 175.0 204.2 C 163.8 195.0 152.5 186.0 141.3 176.8 C 140.8 175.5 139.1 176.4 139.5 177.4 C 142.0 180.1 144.9 183.1 144.7 187.0 C 144.9 189.5 143.1 191.6 142.2 193.8 C 139.3 200.7 135.1 207.1 131.8 213.8 C 129.8 218.0 127.6 222.2 125.2 226.2 C 122.6 228.2 118.7 229.6 115.5 228.1 C 113.5 226.6 112.3 224.3 111.6 222.0 C 113.6 214.7 117.9 208.5 120.7 201.5 C 122.9 196.7 125.4 192.0 127.7 187.3 C 121.8 180.0 116.0 172.6 109.8 165.5 C 109.7 172.9 110.1 180.4 109.7 187.8 C 106.8 199.4 103.6 211.0 100.6 222.7 C 99.7 227.6 92.9 230.3 88.9 227.0 C 85.3 225.1 86.1 220.6 86.3 217.2 C 88.6 207.8 91.0 198.5 93.3 189.1 C 93.7 177.9 93.1 166.7 93.6 155.5 C 93.6 151.0 98.2 149.3 100.4 146.1 C 98.0 145.3 96.3 143.3 96.4 140.8 C 94.1 139.2 92.0 137.3 89.5 136.0 C 88.5 133.9 89.9 132.2 91.8 131.5 C 93.5 133.1 95.4 134.5 97.3 135.7 C 98.6 129.8 99.7 123.8 101.1 117.8 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 113.0 123.3 C 116.6 123.4 120.1 123.4 123.6 123.4 C 119.3 128.0 114.4 132.1 110.3 136.9 C 110.8 132.3 112.1 127.9 113.0 123.3 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 122.7 156.0 C 128.2 153.5 133.7 151.2 139.2 148.7 C 137.2 153.8 133.8 158.0 131.8 163.0 C 128.6 160.8 125.5 158.6 122.7 156.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 165.8 C 1.7 171.3 2.3 177.3 5.9 182.0 C 8.2 185.4 10.4 189.0 13.3 191.9 C 51.3 230.0 89.3 267.9 127.3 306.0 C 134.8 313.2 144.3 318.4 154.7 320.0 L 0.0 320.0 L 0.0 165.8 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 315.9 179.1 C 317.9 174.9 318.7 170.3 320.0 165.8 L 320.0 320.0 L 165.4 320.0 C 176.0 318.4 185.6 313.0 193.2 305.5 C 230.7 267.9 268.3 230.4 305.8 192.8 C 309.9 188.9 312.8 183.9 315.9 179.1 Z" /> </svg>');
}
.yellow.icon-undeploy2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(3, -1)"> <polyline fill="%23a58d00" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%23ccaa00" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.yellow.icon-deploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%23a58d00" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%23a58d00" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%23f9e100" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%23f9e100" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%23f9e100" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%23f9e100" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%23ccaa00" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%23ccaa00" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%23ccaa00" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%23ccaa00" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23006600" points="2.405,24.286 2.592,26.482 12.935,25.762 12.888,23.576 2.405,24.286 "/> <polyline fill="%23006600" points="11.58,22.67 13.589,21.371 13.551,19.232 9.917,21.521 11.58,22.67 "/> <polyline fill="%2300FF00" points="12.888,23.576 11.58,22.67 9.917,21.521 13.551,19.232 10.701,17.353 7.076,19.549 4.348,17.652 2.405,24.286 12.888,23.576 "/> </svg>');
}
.yellow.icon-undeploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%23a58d00" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%23a58d00" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%23f9e100" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%23f9e100" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%23f9e100" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%23f9e100" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%23ccaa00" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%23ccaa00" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%23ccaa00" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%23ccaa00" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23990000" points="14.564,21.225 13.266,21.928 11.174,23.247 11.18,23.258 11.046,23.327 14.301,28.776 16.43,27.215 13.357,22.083 14.66,21.381 16.939,19.933 14.564,21.225 "/> <polyline fill="%23FF0000" points="14.725,16.275 12.402,17.605 14.564,21.225 16.939,19.933 14.725,16.275 "/> <polyline fill="%23FF0000" points="9.008,19.622 9.013,19.632 11.158,18.41 8.01,13.143 5.64,14.28 8.879,19.707 9.008,19.622 "/> <polyline fill="%23CC0000" points="9.013,19.632 8.879,19.707 5.64,14.28 3.768,15.846 6.852,21.021 4.144,22.78 6.069,26.014 8.917,24.475 12.016,29.672 14.301,28.776 11.046,23.327 11.174,23.247 13.266,21.928 14.564,21.225 12.402,17.605 11.158,18.41 9.013,19.632 "/> </svg> ');
}
.purple.icon-cms-section-labeled_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23CCCCCC" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23676767" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23990099" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23999999" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23FF66FF" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23990099" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%23FF99FF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.purple.icon-cms-tab-page_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF99FF" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23990099" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23FF66FF" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%23FF99FF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.purple.icon-cms-area_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="11.132,4.608 23.893,10.957 26.923,9.187 14.186,3.28 11.132,4.608 "/> <polyline fill="%23CCCCCC" points="13.245,19.227 13.223,19.242 11.63,20.204 17.039,23.928 20.304,21.681 18.689,20.653 17.035,21.744 13.245,19.227 "/> <polyline fill="%23CCCCCC" points="8.13,17.794 9.883,18.999 11.513,18.053 11.397,15.997 9.577,14.834 9.727,16.896 8.13,17.794 "/> <polygon fill="%23CCCCCC" points="11.492,11.344 11.144,11.515 17.035,14.957 20.607,12.875 14.704,9.702 "/> <polyline fill="%23676767" points="20.247,23.335 20.304,21.681 17.039,23.928 17.039,29.603 20.115,27.284 20.247,23.335 "/> <polyline fill="%23676767" points="22.974,25.127 25.646,23.11 26.923,9.187 23.893,10.957 22.974,25.127 "/> <polyline fill="%23676767" points="17.035,21.744 18.689,20.653 20.379,19.53 20.607,12.875 17.035,14.957 17.035,21.744 "/> <polygon fill="%23676767" points="11.513,18.082 11.513,18.053 9.883,18.999 10.285,24.509 11.818,23.524 11.63,20.204 13.223,19.242 13.223,19.209 "/> <polyline fill="%23999999" points="11.818,23.524 11.945,25.759 17.039,29.603 17.039,23.928 11.63,20.204 11.818,23.524 "/> <polyline fill="%23999999" points="11.513,18.053 11.513,18.082 13.223,19.209 13.245,19.227 17.035,21.744 17.035,14.957 11.144,11.515 11.397,15.997 11.513,18.053 "/> <polyline fill="%23999999" points="9.883,18.999 8.13,17.794 6.143,18.9 5.7,18.58 5.64,18.618 5.943,21.229 10.285,24.509 9.883,18.999 "/> <polygon fill="%23999999" points="11.132,4.608 11.492,11.344 14.704,9.702 20.607,12.875 20.379,19.53 18.689,20.653 20.304,21.681 20.247,23.335 22.974,25.127 23.893,10.957 "/> <path fill="%23FF66FF" d="M5.7,18.58L6.143,18.9l-0.742-6.616L0.562,9.187l0.985,6.394L5.7,18.58z"/> <path fill="%23990099" d="M8.13,17.794l1.598-0.898l-0.15-2.062l-0.327-4.425l-3.85,1.875L6.143,18.9L8.13,17.794z"/> <path fill="%23FF99FF" d="M9.251,10.409L4.346,7.544L0.562,9.187l4.839,3.098L9.251,10.409z"/> </svg>');
}
.purple.icon-cms-tab-control_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23FF99FF" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23990099" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23FF66FF" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23FF99FF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.purple.icon-cms-section-vertical_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23FF99FF" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23FF99FF" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23990099" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23990099" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23FF66FF" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23FF66FF" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23990099" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%23FF99FF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.purple.icon-cms-section-horizontal_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23FF99FF" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23FF99FF" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23990099" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23990099" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23FF66FF" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23FF66FF" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23990099" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%23FF99FF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.purple.icon-cms-group_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23FF99FF" points="9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <line fill="%23FF99FF" x1="9.773" y1="16.94" x2="9.756" y2="16.929"/> <polyline fill="%23FF99FF" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23FF99FF" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23FF99FF" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23990099" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23990099" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23990099" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.747,16.923 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23990099" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23FF66FF" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23FF66FF" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23FF66FF" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23FF66FF" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23FF99FF" d="M9.284,10.49L9.284,10.49H9.282H9.284z"/> <path fill="%23FF99FF" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.purple.icon-param-null-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.3816" y1="8.8488" x2="23.816" y2="21.2832"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.914,8.058c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.605 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.221-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C17.222,8.319,14.898,7.106,12.914,8.058"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="9.6519" y1="12.1272" x2="20.0835" y2="22.5588"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.857,10.993c-1.867,2.748,0.016,7.048,1.707,9.369c1.413,1.939,5.336,5.261,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C12.045,9.84,11.3,10.342,10.857,10.993"/> <path fill="%23999999" d="M11.105,8.878c-2.735,1.566-1.966,5.845-1.07,8.232c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.837,2.032-3.071c0.505-3.02-0.846-6.296-2.545-8.725 C17.682,10.589,14.134,7.155,11.105,8.878z M20.339,21.435c-1.114,3.538-5.016,1.824-6.854-0.092 c-2.119-2.209-3.952-5.913-3.09-9.028c1.019-3.699,5.04-1.944,6.888-0.017C19.384,14.491,21.316,18.331,20.339,21.435z"/> <path fill="%23FF66FF" d="M17.954,7.946l-1.432-1.604l-6.96,16.839l1.332,1.827L17.954,7.946z"/> <path fill="%23990099" d="M20.219,7.221l-2.266,0.725l-7.061,17.062l1.94-0.796L20.219,7.221z"/> <path fill="%23FF99FF" d="M20.219,7.221l-1.547-1.376l-2.152,0.498l1.432,1.604L20.219,7.221z"/> </svg>');
}
.purple.icon-assoc-port2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M7.084,23.219v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534L7.084,23.22c-0.001,0.001-0.002,0.001-0.003,0.002L7.084,23.219z"/> <path fill="%23676767" d="M7.095,23.199v0.003v0.011L7.09,23.217v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.095,23.199z"/> <path fill="%23CCCCCC" d="M7.095,23.203v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L7.095,23.203z"/> <polyline fill="%23FF99FF" points="11.291,11.937 8.961,13.12 16.825,17.715 21.595,14.936 13.714,10.699 11.291,11.937 "/> <polyline fill="%23990099" points="16.825,26.776 19.033,25.321 21.291,23.821 21.595,14.936 16.825,17.715 16.825,26.776 "/> <polygon fill="%23FF66FF" points="8.961,13.12 16.825,17.715 16.825,26.776 9.454,21.888 9.454,21.849 "/> <polygon fill="%23990099" points="10.911,21.054 10.616,15.825 15.325,18.576 15.325,23.982 "/> <path fill="%23FF99FF" d="M6.402,11.625l0.003,0.003l0.026,0.016h0.003L6.402,11.625z"/> <path fill="%23999999" d="M15.899,7.89V7.871l-5.691-3.175l-0.016-0.009l0.364,6.181l0.016-0.009 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.416l-0.003-6.393c-0.001,0.001-0.002,0.001-0.003,0.002L15.899,7.89z"/> <path fill="%23676767" d="M15.91,7.871v0.003v0.011l-0.005,0.003v6.396l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.02,0.047-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.361l-0.137-0.079l0.024,0.014 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.061l0.358-6.181L15.91,7.871z"/> <path fill="%23CCCCCC" d="M15.91,7.875V7.871l5.707-3.185L15.91,1.931l-5.719,2.755l0.016,0.009l5.691,3.175L15.9,7.89l0.005-0.003 l0.003-0.011L15.91,7.875z"/> <path fill="%23999999" d="M24.746,24.157l0.001-0.019l-5.536-3.333l-0.016-0.01l0.014,6.387l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.011l5.172,3.578l0.361-6.603c-0.001,0.001-0.002,0.001-0.003,0.002L24.746,24.157z"/> <path fill="%23676767" d="M24.758,24.138l0,0.003l-0.001,0.011l-0.005,0.003l-0.364,6.607l0.012-0.008 c0.001,0,0.003-0.001,0.003-0.002c0.017-0.01,0.033-0.02,0.049-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.48-3.422 l-0.133-0.082l0.024,0.015c0.001,0.001,0.003,0.002,0.003,0.002l0.109,0.064l0.712-6.381L24.758,24.138z"/> <path fill="%23CCCCCC" d="M24.758,24.141l0-0.003l5.914-3.236l-5.576-2.899l-5.901,2.793l0.016,0.01l5.536,3.333l0.001,0.02 l0.005-0.003l0.004-0.011L24.758,24.141z"/> <polygon fill="%23FF99FF" points="15.325,18.89 10.911,21.054 15.325,23.982 "/> </svg>');
}
.purple.icon-release2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.018l5.49-4.159l0.79-6.737l-6.28,3.577V31.018z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159v-7.319l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.699v-6.321l-6.28,2.745L16.063,23.699z"/> <path fill="%23999999" d="M21.886,24.017l0.99-0.741l-0.533-3.153l-4.898,2.79l-1.382,0.787l1.103,3.864L21.886,24.017z"/> <path fill="%23333333" d="M9.125,24.226l1.141-0.481l-0.483-3.622L9.125,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.122l-6.28-2.745l0,4.276l0,2.045L22.343,20.122z"/> <path fill="%23FF99FF" d="M19.816,12.903c0.058-2.233-1.554-2.001-2.985-2.463c1.775,0.574,1.083,3.328,0.705,4.567 c-0.643,2.109-1.706,4.101-2.824,5.993c0.435,0.141,1.758,0.568,1.758,0.568s1.275-2.103,1.526-2.608 C18.895,17.141,19.925,14.987,19.816,12.903z"/> <path fill="%23990099" d="M6.991,12.45c-0.471-0.152-1.269-0.41-1.847-0.597c1.535,1.09,3.072,2.178,4.609,3.266 c0.846,0.599,1.675,1.29,2.568,1.819c0.621,0.368,1.365,0.521,2.054,0.743C12.206,16.146,9.16,13.986,6.991,12.45z"/> <g> <path fill="%23FF99FF" d="M6.991,12.45c-0.616-0.199-1.232-0.398-1.847-0.597c1.168-2.125,5.695-10.166,5.695-10.166 s1.374,0.444,1.758,0.568C10.728,5.654,8.859,9.052,6.991,12.45z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.9912" y1="11.9111" x2="23.8331" y2="11.9111"> <stop offset="0" style="stop-color:%23FF66FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.596,2.255c0.17,1.471,0.339,2.942,0.509,4.412c3.452-1.317,9.053-1.762,10.434,2.635 c1.571,5.002-3.48,9.642-7.069,12.264c1.007-1.705,2.004-3.441,2.647-5.323c0.437-1.279,1.116-3.421,0.22-4.671 c-1.151-1.607-3.57,0.02-4.659,0.862c-0.809,0.626-0.809,0.626-0.809,0.626s0.38,3.519,0.507,4.622 c-1.556-1.102-3.113-2.204-4.669-3.307c-0.709-0.502-1.416-1.004-2.138-1.485c-0.543-0.361-0.576-0.44-0.576-0.44 S9.006,8.785,9.85,7.25C10.766,5.585,11.681,3.92,12.596,2.255z"/> </svg>');
}
.purple.icon-assoc-one-may_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.1073" cy="277.575" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M13.069,14.812c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C14.89,13.58,13.89,13.991,13.069,14.812z"/> <path fill="%23999999" d="M7.086,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L7.086,23.615z"/> <path fill="%23676767" d="M7.097,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.097,23.596z"/> <path fill="%23CCCCCC" d="M7.097,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 L7.096,23.6L7.097,23.599z"/> <path fill="%23999999" d="M24.698,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.698,23.615z"/> <path fill="%23676767" d="M24.71,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.71,23.596z"/> <path fill="%23CCCCCC" d="M24.71,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.71,23.599z"/> <path fill="%23999999" d="M15.898,7.67V7.65l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L15.898,7.67z"/> <path fill="%23676767" d="M15.91,7.65v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L15.91,7.65z"/> <path fill="%23CCCCCC" d="M15.91,7.653V7.65l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285L15.9,7.67l0.005-0.003 l0.003-0.011L15.91,7.653z"/> </svg>');
}
.purple.icon-assoc-many-one_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.031,17.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.031,17.794z"/> <path fill="%23676767" d="M16.043,17.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.043,17.773z"/> <path fill="%23CCCCCC" d="M16.043,17.776v-0.003l6.137-3.543l-6.137-3.065L9.894,14.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.043,17.776z"/> <radialGradient id="SVGID_1_" cx="-102.0667" cy="271.8012" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M4.109,20.585c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C5.931,19.354,4.93,19.764,4.109,20.585z"/> <radialGradient id="SVGID_2_" cx="-84.4545" cy="271.5874" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M21.722,20.799c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C23.543,19.568,22.543,19.978,21.722,20.799z"/> <radialGradient id="SVGID_3_" cx="-93.2543" cy="287.8218" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_3_)" d="M12.922,4.565c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C14.743,3.333,13.743,3.744,12.922,4.565z"/> </svg>');
}
.purple.icon-assoc-port_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7715" cy="281.2866" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.821,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.389,8.874,12.978,9.453,11.821,10.611z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5108" y1="15.3417" x2="14.3971" y2="18.2279" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.672,13.647c0-0.004-0.003-0.006-0.009-0.006c-0.143-0.025-0.284-0.033-0.421-0.025h-0.009 c-0.219,0.004-0.41,0.069-0.572,0.197l-0.109,0.093c-0.105,0.096-0.191,0.222-0.257,0.377c-0.019,0.054-0.038,0.111-0.058,0.169 l-0.044,0.183l-0.029,0.693c0.006,0.004,0.009,0.01,0.009,0.019c0,0.004,0,0.01,0,0.018c0.004,0.013,0.007,0.026,0.007,0.039 l0.08,0.471c0.004,0.034,0.011,0.069,0.02,0.107c0.015,0.054,0.032,0.111,0.051,0.169l0.517,1.222 c0.033,0.058,0.066,0.117,0.1,0.175c0.148,0.257,0.305,0.498,0.472,0.724c0.306,0.407,0.643,0.774,1.011,1.101 c0.436,0.381,0.845,0.656,1.226,0.825c0.158,0.071,0.311,0.124,0.459,0.158c0.182,0.038,0.359,0.05,0.532,0.037 c0.448-0.03,0.761-0.252,0.938-0.667c0-0.004,0.002-0.008,0.007-0.012c0.025-0.064,0.047-0.129,0.064-0.197 c0.034-0.134,0.056-0.276,0.067-0.426c0.009-0.152,0.004-0.311-0.016-0.479v-0.006c-0.077-0.676-0.333-1.387-0.767-2.135 c-0.004-0.004-0.007-0.008-0.007-0.012c-0.177-0.302-0.369-0.586-0.574-0.85c-0.276-0.361-0.58-0.686-0.912-0.975 c-0.047-0.045-0.097-0.088-0.149-0.126c-0.115-0.1-0.231-0.19-0.346-0.27l-0.408-0.257c-0.071-0.047-0.143-0.087-0.215-0.121 L11.672,13.647z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-171.4409" y1="903.4816" x2="-168.5546" y2="906.3679" gradientTransform="matrix(-0.5367 0.8438 0.8438 0.5367 -838.9321 -331.1957)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.374,11.743c0.003,0.002,0.007,0.001,0.01-0.004c0.098-0.108,0.18-0.222,0.247-0.342l0.005-0.007 c0.115-0.187,0.162-0.383,0.141-0.588l-0.02-0.142c-0.025-0.14-0.085-0.28-0.18-0.42c-0.036-0.045-0.073-0.092-0.112-0.14 l-0.131-0.136l-0.569-0.396c-0.006,0.003-0.014,0.002-0.021-0.003c-0.003-0.002-0.008-0.005-0.015-0.009 c-0.013-0.003-0.025-0.008-0.036-0.015l-0.44-0.185c-0.031-0.014-0.065-0.028-0.101-0.041c-0.054-0.017-0.111-0.033-0.17-0.048 l-1.308-0.22c-0.067-0.004-0.134-0.007-0.201-0.01c-0.296-0.013-0.584-0.01-0.864,0.01c-0.508,0.04-0.999,0.127-1.472,0.262 c-0.556,0.163-1.007,0.361-1.354,0.592c-0.145,0.095-0.272,0.196-0.379,0.303c-0.129,0.133-0.235,0.276-0.317,0.429 c-0.215,0.394-0.195,0.777,0.06,1.15c0.003,0.002,0.005,0.006,0.006,0.012c0.04,0.055,0.084,0.109,0.131,0.16 c0.094,0.1,0.202,0.195,0.324,0.285c0.123,0.089,0.261,0.17,0.412,0.244l0.005,0.003c0.612,0.298,1.349,0.464,2.213,0.498 c0.006-0.002,0.01-0.001,0.013,0.001c0.35,0.013,0.692,0.003,1.026-0.028c0.453-0.04,0.89-0.122,1.312-0.246 c0.064-0.016,0.126-0.035,0.186-0.058c0.146-0.044,0.284-0.093,0.414-0.147l0.436-0.206c0.077-0.035,0.15-0.074,0.217-0.117 L19.374,11.743z"/> <path fill="%23999999" d="M24.299,22.734v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.299,22.734z"/> <path fill="%23676767" d="M24.31,22.714v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.31,22.714z"/> <path fill="%23CCCCCC" d="M24.31,22.718v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.31,22.718z"/> </svg>');
}
.purple.icon-release_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF99FF" d="M21.712,17.5c0.063-2.627-1.687-2.354-3.241-2.898c1.927,0.675,1.175,3.915,0.765,5.374 c-0.698,2.482-1.852,4.825-3.065,7.051c0.473,0.165,1.908,0.668,1.908,0.668s1.385-2.475,1.656-3.069 C20.712,22.487,21.831,19.953,21.712,17.5z"/> <path fill="%23990099" d="M7.79,16.967c-0.511-0.179-1.377-0.482-2.005-0.702c1.667,1.282,3.335,2.562,5.003,3.843 c0.918,0.705,1.819,1.518,2.787,2.14c0.674,0.433,1.482,0.613,2.23,0.874C13.451,21.316,10.144,18.775,7.79,16.967z"/> <g> <path fill="%23FF99FF" d="M7.79,16.967c-0.668-0.234-1.337-0.468-2.005-0.702c1.268-2.5,6.182-11.962,6.182-11.962 s1.491,0.522,1.908,0.668C11.846,8.97,9.818,12.969,7.79,16.967z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.7901" y1="16.3332" x2="26.0726" y2="16.3332"> <stop offset="0" style="stop-color:%23FF66FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.874,4.972c0.184,1.731,0.368,3.461,0.552,5.192c3.747-1.549,9.827-2.073,11.326,3.1 c1.706,5.886-3.778,11.346-7.674,14.431c1.093-2.007,2.176-4.049,2.873-6.263c0.474-1.504,1.211-4.025,0.239-5.497 c-1.25-1.891-3.875,0.023-5.058,1.015c-0.878,0.736-0.878,0.736-0.878,0.736s0.412,4.141,0.55,5.438 c-1.689-1.297-3.379-2.594-5.068-3.891c-0.769-0.591-1.537-1.182-2.321-1.747C7.826,17.06,7.79,16.967,7.79,16.967 s2.187-4.313,3.104-6.119C11.887,8.889,12.881,6.931,13.874,4.972z"/> </svg> ');
}
.purple.icon-task2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.019l5.49-4.159l0.79-6.737l-6.28,3.577V31.019z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159V23.7l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.7v-6.321l-6.28,2.745L16.063,23.7z"/> <path fill="%23999999" d="M21.886,24.018l0.99-0.741l-0.533-3.153l-4.898,2.79L16.063,23.7l1.103,3.864L21.886,24.018z"/> <path fill="%23333333" d="M9.126,24.226l1.141-0.481l-0.483-3.622L9.126,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.123l-6.28-2.745l0,4.276l0,2.045L22.343,20.123z"/> <polygon fill="%23FF99FF" points="18.114,17.44 15.959,16.839 23.9,2.354 26.075,2.908 "/> <polygon fill="%23FF99FF" points="10.604,17.129 8.464,16.526 10.38,13.027 12.526,13.618 "/> <polygon fill="%23FF66FF" points="18.999,22.84 16.845,22.223 8.464,16.526 10.604,17.129 "/> <polygon fill="%23990099" points="26.075,2.908 28.849,4.848 18.999,22.84 10.604,17.129 12.526,13.618 18.114,17.44 "/> <polygon fill="%23CCCCCC" points="14.56,9.338 13.304,8.987 17.935,0.54 19.203,0.862 "/> <polygon fill="%23CCCCCC" points="10.18,9.156 8.932,8.805 10.05,6.764 11.301,7.109 "/> <polygon fill="%23999999" points="15.077,12.488 13.82,12.127 8.932,8.805 10.18,9.156 "/> <polygon fill="%23676767" points="19.203,0.862 20.822,1.994 15.077,12.488 10.18,9.156 11.301,7.109 14.56,9.338 "/> </svg>');
}
.purple.icon-podkova-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23FF66FF" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.purple.icon-cms-item-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.955,15.496c-0.254,0.432-0.555,0.859-0.903,1.281c-0.512,0.628-1.109,1.22-1.791,1.775 c-0.291,0.242-0.643,0.506-1.058,0.791l-0.178,0.12l-0.096,7.009c0.009,0.003,0.017,0.003,0.023,0l0.201-0.151 c0.363-0.275,0.7-0.556,1.011-0.841c0.656-0.587,1.229-1.213,1.717-1.88c1.158-1.58,1.75-3.218,1.775-4.913c0-0.026,0-0.051,0-0.077 l0.309-6.171C22.878,13.482,22.541,14.501,21.955,15.496z"/> <path fill="%23CCCCCC" d="M17.848,4.801L17.702,4.72l-5.793,3.122C12.77,8.349,13.401,8.95,13.8,9.645 c0.306,0.538,0.447,1.091,0.425,1.66c0.001,0.014,0.001,0.026,0,0.039c-0.014,0.291-0.071,0.586-0.17,0.884 c-0.186,0.558-0.508,1.084-0.965,1.579c-0.135,0.148-0.283,0.294-0.444,0.436c-0.104,0.094-0.214,0.187-0.332,0.278 c-0.23,0.185-0.486,0.367-0.768,0.544l-0.112,0.073c-0.033,0-0.044,0.006-0.031,0.019l6.584,4.284l0.015,0.023 c0.005,0.005,0.013,0.005,0.023,0l0.178-0.12c0.414-0.286,0.767-0.549,1.058-0.791c0.682-0.556,1.279-1.148,1.791-1.775 c0.348-0.423,0.649-0.85,0.903-1.281c0.586-0.995,0.923-2.014,1.011-3.057c0.014-0.171,0.022-0.342,0.023-0.513 c0.01-1.732-0.668-3.328-2.034-4.79c-0.566-0.605-1.227-1.159-1.984-1.663C18.637,5.246,18.263,5.023,17.848,4.801z"/> <path fill="%23990099" d="M16.71,27.38l0.004-1.76l0.015-5.284l-1.768,1.185l0.077,7.082L16.71,27.38z"/> <path fill="%23999999" d="M18.026,19.464c-0.01,0.005-0.018,0.005-0.023,0l-0.015-0.023l-6.584-4.284l0.062,1.667l5.264,3.512 l-0.015,5.284l1.166,0.83c0.02,0.014,0.037,0.022,0.05,0.023L18.026,19.464 M14.054,12.227c0.099-0.298,0.156-0.592,0.17-0.884 c0.001-0.012,0.001-0.025,0-0.039c0.023-0.569-0.119-1.122-0.425-1.66c-0.399-0.695-1.029-1.296-1.891-1.802l0.205,6.546 c0.069,0.044,0.136,0.088,0.201,0.131c0.117-0.091,0.228-0.184,0.332-0.278c0.161-0.142,0.309-0.288,0.444-0.436 C13.547,13.311,13.868,12.785,14.054,12.227z"/> <path fill="%23FF66FF" d="M15.039,28.603l-0.077-7.082L8.35,16.978l0.428,6.932L15.039,28.603z"/> <path fill="%23FF99FF" d="M11.465,16.824l-1.355-0.903l-1.76,1.058l6.611,4.543l1.768-1.185L11.465,16.824z"/> </svg>');
}
.purple.icon-env-server-response-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.02,10.115 M23.735,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.695,6.712,23.735,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.369,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.696,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.4,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.4,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%23FF99FF" points="13.757,17.421 5.314,21.91 13.757,27.954 22.196,21.91 13.757,17.421 "/> <polyline fill="%23FF99FF" points="5.97,17.592 4.882,18.126 13.749,23.926 13.757,23.922 22.624,18.126 21.537,17.592 13.757,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%23FF99FF" points="4.406,14.065 13.749,19.523 23.101,14.065 13.757,10.013 4.406,14.065 "/> <polyline fill="%23990099" points="21.932,24.182 22.196,21.91 13.757,27.954 13.757,30.349 21.932,24.182 "/> <polyline fill="%23990099" points="13.757,23.922 13.757,26.606 22.335,20.635 22.624,18.126 13.757,23.922 "/> <polyline fill="%23990099" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%23FF66FF" points="5.314,21.91 5.583,24.182 13.757,30.349 13.757,27.954 5.314,21.91 "/> <polyline fill="%23FF66FF" points="13.757,23.922 13.749,23.926 4.882,18.126 5.176,20.635 13.753,26.606 13.757,26.606 13.757,23.922 "/> <polyline fill="%23FF66FF" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M13.545,10.025c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l0.001,1.882h4.465c0,0-0.676,0.873-0.853,1.397 c-0.171,0.504-0.175,2.121-0.175,2.121l-0.517,1.487c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743 c0.754,0.753,1.705,1.151,2.751,1.151c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73 c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617 C16.792,10.557,15.285,10.025,13.545,10.025L13.545,10.025z"/> <path fill="%23FF66FF" d="M18.018,16.224c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H9.063c0-0.67,0.119-1.271,0.356-1.802s0.557-0.972,0.957-1.323s0.872-0.622,1.416-0.811 s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104C17.586,13.865,18.018,14.896,18.018,16.224z M15.518,24.545 c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S15.518,24.031,15.518,24.545z"/> </svg>');
}
.purple.icon-env-server-request-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.021,10.115 M23.736,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.696,6.712,23.736,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.37,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.697,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.401,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.401,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%23FF99FF" points="13.758,17.421 5.314,21.91 13.758,27.954 22.197,21.91 13.758,17.421 "/> <polyline fill="%23FF99FF" points="5.97,17.592 4.883,18.126 13.749,23.926 13.758,23.922 22.624,18.126 21.537,17.592 13.758,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%23FF99FF" points="4.406,14.065 13.749,19.523 23.101,14.065 13.758,10.013 4.406,14.065 "/> <polyline fill="%23990099" points="21.932,24.182 22.197,21.91 13.758,27.954 13.758,30.349 21.932,24.182 "/> <polyline fill="%23990099" points="13.758,23.922 13.758,26.606 22.335,20.635 22.624,18.126 13.758,23.922 "/> <polyline fill="%23990099" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%23FF66FF" points="5.314,21.91 5.583,24.182 13.758,30.349 13.758,27.954 5.314,21.91 "/> <polyline fill="%23FF66FF" points="13.758,23.922 13.749,23.926 4.883,18.126 5.176,20.635 13.753,26.606 13.758,26.606 13.758,23.922 "/> <polyline fill="%23FF66FF" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M17.806,12.268l0.202-2.184h-2.194h-4.121H9.499l0.202,2.184l0.879,9.502l0.039,0.424 c-0.498,0.667-0.77,1.445-0.77,2.292c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.706,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.844-0.269-1.62-0.761-2.287l0.04-0.429L17.806,12.268z"/> <polygon fill="%23FF66FF" points="15.814,12.084 14.935,21.586 12.572,21.586 11.693,12.084 "/> <path fill="%23FF66FF" d="M15.648,24.486c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S15.648,23.972,15.648,24.486z"/> </svg> ');
}
.purple.icon-under-construction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 420 420"> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 0.0 L 154.6 0.0 C 149.8 1.3 144.8 2.1 140.4 4.3 C 136.0 7.2 131.4 9.9 127.7 13.6 C 90.2 51.2 52.7 88.7 15.2 126.2 C 7.3 133.9 1.6 143.8 0.0 154.8 L 0.0 0.0 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 154.6 0.0 L 165.2 0.0 C 171.0 1.5 177.3 2.3 182.1 6.0 C 185.6 8.3 189.3 10.6 192.3 13.6 C 230.1 51.5 268.0 89.3 305.9 127.2 C 313.2 134.7 318.4 144.3 320.0 154.7 L 320.0 165.8 C 318.7 170.3 317.9 174.9 315.9 179.1 C 312.8 183.9 309.9 188.9 305.8 192.8 C 268.3 230.4 230.7 267.9 193.2 305.5 C 185.6 313.0 176.0 318.4 165.4 320.0 L 154.7 320.0 C 144.3 318.4 134.8 313.2 127.3 306.0 C 89.3 267.9 51.3 230.0 13.3 191.9 C 10.4 189.0 8.2 185.4 5.9 182.0 C 2.3 177.3 1.7 171.3 0.0 165.8 L 0.0 154.8 C 1.6 143.8 7.3 133.9 15.2 126.2 C 52.7 88.7 90.2 51.2 127.7 13.6 C 131.4 9.9 136.0 7.2 140.4 4.3 C 144.8 2.1 149.8 1.3 154.6 0.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 165.2 0.0 L 320.0 0.0 L 320.0 154.7 C 318.4 144.3 313.2 134.7 305.9 127.2 C 268.0 89.3 230.1 51.5 192.3 13.6 C 189.3 10.6 185.6 8.3 182.1 6.0 C 177.3 2.3 171.0 1.5 165.2 0.0 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 130.9 25.8 C 139.7 17.1 152.6 11.9 165.0 14.1 C 174.7 14.8 183.5 20.1 190.2 26.8 C 224.5 61.2 258.9 95.5 293.2 129.9 C 296.5 134.3 300.4 138.6 302.1 144.0 C 305.2 150.8 305.1 158.6 304.2 165.9 C 303.3 174.4 297.9 181.3 292.4 187.4 C 256.7 223.0 221.0 258.7 185.4 294.4 C 182.8 296.7 179.6 297.9 176.6 299.5 C 171.6 302.5 165.5 302.3 160.0 303.6 C 155.1 302.5 150.1 302.3 145.4 300.5 C 141.5 298.5 137.3 297.0 134.1 293.9 C 99.6 259.3 65.1 224.9 30.6 190.4 C 27.1 187.2 24.3 183.3 21.2 179.6 C 15.0 171.0 14.4 159.9 15.9 149.8 C 17.7 142.0 22.2 135.3 27.3 129.3 C 61.9 94.8 96.3 60.3 130.9 25.8 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 164.3 86.4 C 168.8 85.6 174.0 86.2 177.3 89.6 C 181.0 92.9 183.4 98.3 182.0 103.2 C 181.5 108.5 176.9 112.6 172.0 113.9 C 163.1 117.0 152.3 108.4 153.9 98.9 C 155.0 93.4 159.0 88.4 164.3 86.4 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 101.1 117.8 C 102.1 114.3 103.3 110.5 106.7 108.6 C 117.2 108.7 127.6 108.7 138.0 108.7 C 140.1 108.6 142.1 109.1 144.1 109.5 C 148.2 116.1 153.2 122.1 157.5 128.6 C 159.7 131.9 161.8 136.1 159.8 140.0 C 154.0 150.7 148.0 161.3 142.3 172.1 C 155.4 181.7 167.5 192.5 180.6 202.0 C 184.4 197.9 189.2 193.4 195.2 194.8 C 197.4 195.6 200.0 195.9 201.6 197.7 C 203.7 200.0 205.5 202.6 206.9 205.4 C 209.0 204.4 211.7 204.0 213.8 205.2 C 217.4 207.5 219.2 211.9 219.3 216.0 C 221.5 217.0 223.3 218.4 224.5 220.4 C 230.1 220.0 234.4 224.1 236.6 228.8 C 211.7 229.0 186.9 228.7 162.0 229.1 C 155.9 228.5 149.7 229.6 143.5 228.7 C 144.8 227.2 145.9 225.5 147.0 223.8 C 149.9 222.5 152.9 221.1 156.2 221.1 C 157.9 220.7 159.6 220.1 158.8 217.9 C 160.5 215.3 162.7 212.4 166.3 213.1 C 168.2 209.3 171.3 206.3 175.0 204.2 C 163.8 195.0 152.5 186.0 141.3 176.8 C 140.8 175.5 139.1 176.4 139.5 177.4 C 142.0 180.1 144.9 183.1 144.7 187.0 C 144.9 189.5 143.1 191.6 142.2 193.8 C 139.3 200.7 135.1 207.1 131.8 213.8 C 129.8 218.0 127.6 222.2 125.2 226.2 C 122.6 228.2 118.7 229.6 115.5 228.1 C 113.5 226.6 112.3 224.3 111.6 222.0 C 113.6 214.7 117.9 208.5 120.7 201.5 C 122.9 196.7 125.4 192.0 127.7 187.3 C 121.8 180.0 116.0 172.6 109.8 165.5 C 109.7 172.9 110.1 180.4 109.7 187.8 C 106.8 199.4 103.6 211.0 100.6 222.7 C 99.7 227.6 92.9 230.3 88.9 227.0 C 85.3 225.1 86.1 220.6 86.3 217.2 C 88.6 207.8 91.0 198.5 93.3 189.1 C 93.7 177.9 93.1 166.7 93.6 155.5 C 93.6 151.0 98.2 149.3 100.4 146.1 C 98.0 145.3 96.3 143.3 96.4 140.8 C 94.1 139.2 92.0 137.3 89.5 136.0 C 88.5 133.9 89.9 132.2 91.8 131.5 C 93.5 133.1 95.4 134.5 97.3 135.7 C 98.6 129.8 99.7 123.8 101.1 117.8 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 113.0 123.3 C 116.6 123.4 120.1 123.4 123.6 123.4 C 119.3 128.0 114.4 132.1 110.3 136.9 C 110.8 132.3 112.1 127.9 113.0 123.3 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 122.7 156.0 C 128.2 153.5 133.7 151.2 139.2 148.7 C 137.2 153.8 133.8 158.0 131.8 163.0 C 128.6 160.8 125.5 158.6 122.7 156.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 165.8 C 1.7 171.3 2.3 177.3 5.9 182.0 C 8.2 185.4 10.4 189.0 13.3 191.9 C 51.3 230.0 89.3 267.9 127.3 306.0 C 134.8 313.2 144.3 318.4 154.7 320.0 L 0.0 320.0 L 0.0 165.8 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 315.9 179.1 C 317.9 174.9 318.7 170.3 320.0 165.8 L 320.0 320.0 L 165.4 320.0 C 176.0 318.4 185.6 313.0 193.2 305.5 C 230.7 267.9 268.3 230.4 305.8 192.8 C 309.9 188.9 312.8 183.9 315.9 179.1 Z" /> </svg>');
}
.purple.icon-undeploy2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(3, -1)"> <polyline fill="%23990099" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%23FF66FF" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.purple.icon-deploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%23990099" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%23990099" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%23FF99FF" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%23FF99FF" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%23FF99FF" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%23FF99FF" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%23FF66FF" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%23FF66FF" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%23FF66FF" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%23FF66FF" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23006600" points="2.405,24.286 2.592,26.482 12.935,25.762 12.888,23.576 2.405,24.286 "/> <polyline fill="%23006600" points="11.58,22.67 13.589,21.371 13.551,19.232 9.917,21.521 11.58,22.67 "/> <polyline fill="%2300FF00" points="12.888,23.576 11.58,22.67 9.917,21.521 13.551,19.232 10.701,17.353 7.076,19.549 4.348,17.652 2.405,24.286 12.888,23.576 "/> </svg>');
}
.purple.icon-undeploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%23990099" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%23990099" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%23FF99FF" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%23FF99FF" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%23FF99FF" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%23FF99FF" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%23FF66FF" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%23FF66FF" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%23FF66FF" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%23FF66FF" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23990000" points="14.564,21.225 13.266,21.928 11.174,23.247 11.18,23.258 11.046,23.327 14.301,28.776 16.43,27.215 13.357,22.083 14.66,21.381 16.939,19.933 14.564,21.225 "/> <polyline fill="%23FF0000" points="14.725,16.275 12.402,17.605 14.564,21.225 16.939,19.933 14.725,16.275 "/> <polyline fill="%23FF0000" points="9.008,19.622 9.013,19.632 11.158,18.41 8.01,13.143 5.64,14.28 8.879,19.707 9.008,19.622 "/> <polyline fill="%23CC0000" points="9.013,19.632 8.879,19.707 5.64,14.28 3.768,15.846 6.852,21.021 4.144,22.78 6.069,26.014 8.917,24.475 12.016,29.672 14.301,28.776 11.046,23.327 11.174,23.247 13.266,21.928 14.564,21.225 12.402,17.605 11.158,18.41 9.013,19.632 "/> </svg> ');
}
.grey.icon-cms-section-labeled_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23CCCCCC" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23676767" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23999999" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23676767" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%23CCCCCC" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.grey.icon-cms-tab-page_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23676767" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23999999" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%23CCCCCC" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.grey.icon-cms-area_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="11.132,4.608 23.893,10.957 26.923,9.187 14.186,3.28 11.132,4.608 "/> <polyline fill="%23CCCCCC" points="13.245,19.227 13.223,19.242 11.63,20.204 17.039,23.928 20.304,21.681 18.689,20.653 17.035,21.744 13.245,19.227 "/> <polyline fill="%23CCCCCC" points="8.13,17.794 9.883,18.999 11.513,18.053 11.397,15.997 9.577,14.834 9.727,16.896 8.13,17.794 "/> <polygon fill="%23CCCCCC" points="11.492,11.344 11.144,11.515 17.035,14.957 20.607,12.875 14.704,9.702 "/> <polyline fill="%23676767" points="20.247,23.335 20.304,21.681 17.039,23.928 17.039,29.603 20.115,27.284 20.247,23.335 "/> <polyline fill="%23676767" points="22.974,25.127 25.646,23.11 26.923,9.187 23.893,10.957 22.974,25.127 "/> <polyline fill="%23676767" points="17.035,21.744 18.689,20.653 20.379,19.53 20.607,12.875 17.035,14.957 17.035,21.744 "/> <polygon fill="%23676767" points="11.513,18.082 11.513,18.053 9.883,18.999 10.285,24.509 11.818,23.524 11.63,20.204 13.223,19.242 13.223,19.209 "/> <polyline fill="%23999999" points="11.818,23.524 11.945,25.759 17.039,29.603 17.039,23.928 11.63,20.204 11.818,23.524 "/> <polyline fill="%23999999" points="11.513,18.053 11.513,18.082 13.223,19.209 13.245,19.227 17.035,21.744 17.035,14.957 11.144,11.515 11.397,15.997 11.513,18.053 "/> <polyline fill="%23999999" points="9.883,18.999 8.13,17.794 6.143,18.9 5.7,18.58 5.64,18.618 5.943,21.229 10.285,24.509 9.883,18.999 "/> <polygon fill="%23999999" points="11.132,4.608 11.492,11.344 14.704,9.702 20.607,12.875 20.379,19.53 18.689,20.653 20.304,21.681 20.247,23.335 22.974,25.127 23.893,10.957 "/> <path fill="%23999999" d="M5.7,18.58L6.143,18.9l-0.742-6.616L0.562,9.187l0.985,6.394L5.7,18.58z"/> <path fill="%23676767" d="M8.13,17.794l1.598-0.898l-0.15-2.062l-0.327-4.425l-3.85,1.875L6.143,18.9L8.13,17.794z"/> <path fill="%23CCCCCC" d="M9.251,10.409L4.346,7.544L0.562,9.187l4.839,3.098L9.251,10.409z"/> </svg>');
}
.grey.icon-cms-tab-control_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23CCCCCC" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.grey.icon-cms-section-vertical_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23CCCCCC" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23676767" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23999999" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23676767" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%23CCCCCC" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.grey.icon-cms-section-horizontal_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23CCCCCC" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23676767" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23999999" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23676767" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%23CCCCCC" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.grey.icon-cms-group_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <line fill="%23CCCCCC" x1="9.773" y1="16.94" x2="9.756" y2="16.929"/> <polyline fill="%23CCCCCC" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23676767" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.747,16.923 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23999999" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23CCCCCC" d="M9.284,10.49L9.284,10.49H9.282H9.284z"/> <path fill="%23CCCCCC" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.grey.icon-param-null-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.3816" y1="8.8488" x2="23.816" y2="21.2832"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.914,8.058c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.605 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.221-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C17.222,8.319,14.898,7.106,12.914,8.058"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="9.6519" y1="12.1272" x2="20.0835" y2="22.5588"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.857,10.993c-1.867,2.748,0.016,7.048,1.707,9.369c1.413,1.939,5.336,5.261,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C12.045,9.84,11.3,10.342,10.857,10.993"/> <path fill="%23999999" d="M11.105,8.878c-2.735,1.566-1.966,5.845-1.07,8.232c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.837,2.032-3.071c0.505-3.02-0.846-6.296-2.545-8.725 C17.682,10.589,14.134,7.155,11.105,8.878z M20.339,21.435c-1.114,3.538-5.016,1.824-6.854-0.092 c-2.119-2.209-3.952-5.913-3.09-9.028c1.019-3.699,5.04-1.944,6.888-0.017C19.384,14.491,21.316,18.331,20.339,21.435z"/> <path fill="%23999999" d="M17.954,7.946l-1.432-1.604l-6.96,16.839l1.332,1.827L17.954,7.946z"/> <path fill="%23676767" d="M20.219,7.221l-2.266,0.725l-7.061,17.062l1.94-0.796L20.219,7.221z"/> <path fill="%23CCCCCC" d="M20.219,7.221l-1.547-1.376l-2.152,0.498l1.432,1.604L20.219,7.221z"/> </svg>');
}
.grey.icon-assoc-port2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M7.084,23.219v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534L7.084,23.22c-0.001,0.001-0.002,0.001-0.003,0.002L7.084,23.219z"/> <path fill="%23676767" d="M7.095,23.199v0.003v0.011L7.09,23.217v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.095,23.199z"/> <path fill="%23CCCCCC" d="M7.095,23.203v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L7.095,23.203z"/> <polyline fill="%23CCCCCC" points="11.291,11.937 8.961,13.12 16.825,17.715 21.595,14.936 13.714,10.699 11.291,11.937 "/> <polyline fill="%23676767" points="16.825,26.776 19.033,25.321 21.291,23.821 21.595,14.936 16.825,17.715 16.825,26.776 "/> <polygon fill="%23999999" points="8.961,13.12 16.825,17.715 16.825,26.776 9.454,21.888 9.454,21.849 "/> <polygon fill="%23676767" points="10.911,21.054 10.616,15.825 15.325,18.576 15.325,23.982 "/> <path fill="%23CCCCCC" d="M6.402,11.625l0.003,0.003l0.026,0.016h0.003L6.402,11.625z"/> <path fill="%23999999" d="M15.899,7.89V7.871l-5.691-3.175l-0.016-0.009l0.364,6.181l0.016-0.009 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.416l-0.003-6.393c-0.001,0.001-0.002,0.001-0.003,0.002L15.899,7.89z"/> <path fill="%23676767" d="M15.91,7.871v0.003v0.011l-0.005,0.003v6.396l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.02,0.047-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.361l-0.137-0.079l0.024,0.014 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.061l0.358-6.181L15.91,7.871z"/> <path fill="%23CCCCCC" d="M15.91,7.875V7.871l5.707-3.185L15.91,1.931l-5.719,2.755l0.016,0.009l5.691,3.175L15.9,7.89l0.005-0.003 l0.003-0.011L15.91,7.875z"/> <path fill="%23999999" d="M24.746,24.157l0.001-0.019l-5.536-3.333l-0.016-0.01l0.014,6.387l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.011l5.172,3.578l0.361-6.603c-0.001,0.001-0.002,0.001-0.003,0.002L24.746,24.157z"/> <path fill="%23676767" d="M24.758,24.138l0,0.003l-0.001,0.011l-0.005,0.003l-0.364,6.607l0.012-0.008 c0.001,0,0.003-0.001,0.003-0.002c0.017-0.01,0.033-0.02,0.049-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.48-3.422 l-0.133-0.082l0.024,0.015c0.001,0.001,0.003,0.002,0.003,0.002l0.109,0.064l0.712-6.381L24.758,24.138z"/> <path fill="%23CCCCCC" d="M24.758,24.141l0-0.003l5.914-3.236l-5.576-2.899l-5.901,2.793l0.016,0.01l5.536,3.333l0.001,0.02 l0.005-0.003l0.004-0.011L24.758,24.141z"/> <polygon fill="%23CCCCCC" points="15.325,18.89 10.911,21.054 15.325,23.982 "/> </svg>');
}
.grey.icon-release2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.018l5.49-4.159l0.79-6.737l-6.28,3.577V31.018z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159v-7.319l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.699v-6.321l-6.28,2.745L16.063,23.699z"/> <path fill="%23999999" d="M21.886,24.017l0.99-0.741l-0.533-3.153l-4.898,2.79l-1.382,0.787l1.103,3.864L21.886,24.017z"/> <path fill="%23333333" d="M9.125,24.226l1.141-0.481l-0.483-3.622L9.125,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.122l-6.28-2.745l0,4.276l0,2.045L22.343,20.122z"/> <path fill="%23CCCCCC" d="M19.816,12.903c0.058-2.233-1.554-2.001-2.985-2.463c1.775,0.574,1.083,3.328,0.705,4.567 c-0.643,2.109-1.706,4.101-2.824,5.993c0.435,0.141,1.758,0.568,1.758,0.568s1.275-2.103,1.526-2.608 C18.895,17.141,19.925,14.987,19.816,12.903z"/> <path fill="%23676767" d="M6.991,12.45c-0.471-0.152-1.269-0.41-1.847-0.597c1.535,1.09,3.072,2.178,4.609,3.266 c0.846,0.599,1.675,1.29,2.568,1.819c0.621,0.368,1.365,0.521,2.054,0.743C12.206,16.146,9.16,13.986,6.991,12.45z"/> <g> <path fill="%23CCCCCC" d="M6.991,12.45c-0.616-0.199-1.232-0.398-1.847-0.597c1.168-2.125,5.695-10.166,5.695-10.166 s1.374,0.444,1.758,0.568C10.728,5.654,8.859,9.052,6.991,12.45z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.9912" y1="11.9111" x2="23.8331" y2="11.9111"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.596,2.255c0.17,1.471,0.339,2.942,0.509,4.412c3.452-1.317,9.053-1.762,10.434,2.635 c1.571,5.002-3.48,9.642-7.069,12.264c1.007-1.705,2.004-3.441,2.647-5.323c0.437-1.279,1.116-3.421,0.22-4.671 c-1.151-1.607-3.57,0.02-4.659,0.862c-0.809,0.626-0.809,0.626-0.809,0.626s0.38,3.519,0.507,4.622 c-1.556-1.102-3.113-2.204-4.669-3.307c-0.709-0.502-1.416-1.004-2.138-1.485c-0.543-0.361-0.576-0.44-0.576-0.44 S9.006,8.785,9.85,7.25C10.766,5.585,11.681,3.92,12.596,2.255z"/> </svg>');
}
.grey.icon-assoc-one-may_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.1073" cy="277.575" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M13.069,14.812c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C14.89,13.58,13.89,13.991,13.069,14.812z"/> <path fill="%23999999" d="M7.086,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L7.086,23.615z"/> <path fill="%23676767" d="M7.097,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.097,23.596z"/> <path fill="%23CCCCCC" d="M7.097,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 L7.096,23.6L7.097,23.599z"/> <path fill="%23999999" d="M24.698,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.698,23.615z"/> <path fill="%23676767" d="M24.71,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.71,23.596z"/> <path fill="%23CCCCCC" d="M24.71,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.71,23.599z"/> <path fill="%23999999" d="M15.898,7.67V7.65l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L15.898,7.67z"/> <path fill="%23676767" d="M15.91,7.65v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L15.91,7.65z"/> <path fill="%23CCCCCC" d="M15.91,7.653V7.65l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285L15.9,7.67l0.005-0.003 l0.003-0.011L15.91,7.653z"/> </svg>');
}
.grey.icon-assoc-many-one_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.031,17.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.031,17.794z"/> <path fill="%23676767" d="M16.043,17.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.043,17.773z"/> <path fill="%23CCCCCC" d="M16.043,17.776v-0.003l6.137-3.543l-6.137-3.065L9.894,14.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.043,17.776z"/> <radialGradient id="SVGID_1_" cx="-102.0667" cy="271.8012" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M4.109,20.585c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C5.931,19.354,4.93,19.764,4.109,20.585z"/> <radialGradient id="SVGID_2_" cx="-84.4545" cy="271.5874" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M21.722,20.799c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C23.543,19.568,22.543,19.978,21.722,20.799z"/> <radialGradient id="SVGID_3_" cx="-93.2543" cy="287.8218" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_3_)" d="M12.922,4.565c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C14.743,3.333,13.743,3.744,12.922,4.565z"/> </svg>');
}
.grey.icon-assoc-port_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7715" cy="281.2866" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.821,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.389,8.874,12.978,9.453,11.821,10.611z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5108" y1="15.3417" x2="14.3971" y2="18.2279" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.672,13.647c0-0.004-0.003-0.006-0.009-0.006c-0.143-0.025-0.284-0.033-0.421-0.025h-0.009 c-0.219,0.004-0.41,0.069-0.572,0.197l-0.109,0.093c-0.105,0.096-0.191,0.222-0.257,0.377c-0.019,0.054-0.038,0.111-0.058,0.169 l-0.044,0.183l-0.029,0.693c0.006,0.004,0.009,0.01,0.009,0.019c0,0.004,0,0.01,0,0.018c0.004,0.013,0.007,0.026,0.007,0.039 l0.08,0.471c0.004,0.034,0.011,0.069,0.02,0.107c0.015,0.054,0.032,0.111,0.051,0.169l0.517,1.222 c0.033,0.058,0.066,0.117,0.1,0.175c0.148,0.257,0.305,0.498,0.472,0.724c0.306,0.407,0.643,0.774,1.011,1.101 c0.436,0.381,0.845,0.656,1.226,0.825c0.158,0.071,0.311,0.124,0.459,0.158c0.182,0.038,0.359,0.05,0.532,0.037 c0.448-0.03,0.761-0.252,0.938-0.667c0-0.004,0.002-0.008,0.007-0.012c0.025-0.064,0.047-0.129,0.064-0.197 c0.034-0.134,0.056-0.276,0.067-0.426c0.009-0.152,0.004-0.311-0.016-0.479v-0.006c-0.077-0.676-0.333-1.387-0.767-2.135 c-0.004-0.004-0.007-0.008-0.007-0.012c-0.177-0.302-0.369-0.586-0.574-0.85c-0.276-0.361-0.58-0.686-0.912-0.975 c-0.047-0.045-0.097-0.088-0.149-0.126c-0.115-0.1-0.231-0.19-0.346-0.27l-0.408-0.257c-0.071-0.047-0.143-0.087-0.215-0.121 L11.672,13.647z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-171.4409" y1="903.4816" x2="-168.5546" y2="906.3679" gradientTransform="matrix(-0.5367 0.8438 0.8438 0.5367 -838.9321 -331.1957)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.374,11.743c0.003,0.002,0.007,0.001,0.01-0.004c0.098-0.108,0.18-0.222,0.247-0.342l0.005-0.007 c0.115-0.187,0.162-0.383,0.141-0.588l-0.02-0.142c-0.025-0.14-0.085-0.28-0.18-0.42c-0.036-0.045-0.073-0.092-0.112-0.14 l-0.131-0.136l-0.569-0.396c-0.006,0.003-0.014,0.002-0.021-0.003c-0.003-0.002-0.008-0.005-0.015-0.009 c-0.013-0.003-0.025-0.008-0.036-0.015l-0.44-0.185c-0.031-0.014-0.065-0.028-0.101-0.041c-0.054-0.017-0.111-0.033-0.17-0.048 l-1.308-0.22c-0.067-0.004-0.134-0.007-0.201-0.01c-0.296-0.013-0.584-0.01-0.864,0.01c-0.508,0.04-0.999,0.127-1.472,0.262 c-0.556,0.163-1.007,0.361-1.354,0.592c-0.145,0.095-0.272,0.196-0.379,0.303c-0.129,0.133-0.235,0.276-0.317,0.429 c-0.215,0.394-0.195,0.777,0.06,1.15c0.003,0.002,0.005,0.006,0.006,0.012c0.04,0.055,0.084,0.109,0.131,0.16 c0.094,0.1,0.202,0.195,0.324,0.285c0.123,0.089,0.261,0.17,0.412,0.244l0.005,0.003c0.612,0.298,1.349,0.464,2.213,0.498 c0.006-0.002,0.01-0.001,0.013,0.001c0.35,0.013,0.692,0.003,1.026-0.028c0.453-0.04,0.89-0.122,1.312-0.246 c0.064-0.016,0.126-0.035,0.186-0.058c0.146-0.044,0.284-0.093,0.414-0.147l0.436-0.206c0.077-0.035,0.15-0.074,0.217-0.117 L19.374,11.743z"/> <path fill="%23999999" d="M24.299,22.734v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.299,22.734z"/> <path fill="%23676767" d="M24.31,22.714v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.31,22.714z"/> <path fill="%23CCCCCC" d="M24.31,22.718v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.31,22.718z"/> </svg>');
}
.grey.icon-release_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M21.712,17.5c0.063-2.627-1.687-2.354-3.241-2.898c1.927,0.675,1.175,3.915,0.765,5.374 c-0.698,2.482-1.852,4.825-3.065,7.051c0.473,0.165,1.908,0.668,1.908,0.668s1.385-2.475,1.656-3.069 C20.712,22.487,21.831,19.953,21.712,17.5z"/> <path fill="%23676767" d="M7.79,16.967c-0.511-0.179-1.377-0.482-2.005-0.702c1.667,1.282,3.335,2.562,5.003,3.843 c0.918,0.705,1.819,1.518,2.787,2.14c0.674,0.433,1.482,0.613,2.23,0.874C13.451,21.316,10.144,18.775,7.79,16.967z"/> <g> <path fill="%23CCCCCC" d="M7.79,16.967c-0.668-0.234-1.337-0.468-2.005-0.702c1.268-2.5,6.182-11.962,6.182-11.962 s1.491,0.522,1.908,0.668C11.846,8.97,9.818,12.969,7.79,16.967z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.7901" y1="16.3332" x2="26.0726" y2="16.3332"> <stop offset="0" style="stop-color:%23999999"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.874,4.972c0.184,1.731,0.368,3.461,0.552,5.192c3.747-1.549,9.827-2.073,11.326,3.1 c1.706,5.886-3.778,11.346-7.674,14.431c1.093-2.007,2.176-4.049,2.873-6.263c0.474-1.504,1.211-4.025,0.239-5.497 c-1.25-1.891-3.875,0.023-5.058,1.015c-0.878,0.736-0.878,0.736-0.878,0.736s0.412,4.141,0.55,5.438 c-1.689-1.297-3.379-2.594-5.068-3.891c-0.769-0.591-1.537-1.182-2.321-1.747C7.826,17.06,7.79,16.967,7.79,16.967 s2.187-4.313,3.104-6.119C11.887,8.889,12.881,6.931,13.874,4.972z"/> </svg> ');
}
.grey.icon-task2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.019l5.49-4.159l0.79-6.737l-6.28,3.577V31.019z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159V23.7l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.7v-6.321l-6.28,2.745L16.063,23.7z"/> <path fill="%23999999" d="M21.886,24.018l0.99-0.741l-0.533-3.153l-4.898,2.79L16.063,23.7l1.103,3.864L21.886,24.018z"/> <path fill="%23333333" d="M9.126,24.226l1.141-0.481l-0.483-3.622L9.126,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.123l-6.28-2.745l0,4.276l0,2.045L22.343,20.123z"/> <polygon fill="%23CCCCCC" points="18.114,17.44 15.959,16.839 23.9,2.354 26.075,2.908 "/> <polygon fill="%23CCCCCC" points="10.604,17.129 8.464,16.526 10.38,13.027 12.526,13.618 "/> <polygon fill="%23999999" points="18.999,22.84 16.845,22.223 8.464,16.526 10.604,17.129 "/> <polygon fill="%23676767" points="26.075,2.908 28.849,4.848 18.999,22.84 10.604,17.129 12.526,13.618 18.114,17.44 "/> <polygon fill="%23CCCCCC" points="14.56,9.338 13.304,8.987 17.935,0.54 19.203,0.862 "/> <polygon fill="%23CCCCCC" points="10.18,9.156 8.932,8.805 10.05,6.764 11.301,7.109 "/> <polygon fill="%23999999" points="15.077,12.488 13.82,12.127 8.932,8.805 10.18,9.156 "/> <polygon fill="%23676767" points="19.203,0.862 20.822,1.994 15.077,12.488 10.18,9.156 11.301,7.109 14.56,9.338 "/> </svg>');
}
.grey.icon-podkova-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23999999" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.grey.icon-cms-item-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.955,15.496c-0.254,0.432-0.555,0.859-0.903,1.281c-0.512,0.628-1.109,1.22-1.791,1.775 c-0.291,0.242-0.643,0.506-1.058,0.791l-0.178,0.12l-0.096,7.009c0.009,0.003,0.017,0.003,0.023,0l0.201-0.151 c0.363-0.275,0.7-0.556,1.011-0.841c0.656-0.587,1.229-1.213,1.717-1.88c1.158-1.58,1.75-3.218,1.775-4.913c0-0.026,0-0.051,0-0.077 l0.309-6.171C22.878,13.482,22.541,14.501,21.955,15.496z"/> <path fill="%23CCCCCC" d="M17.848,4.801L17.702,4.72l-5.793,3.122C12.77,8.349,13.401,8.95,13.8,9.645 c0.306,0.538,0.447,1.091,0.425,1.66c0.001,0.014,0.001,0.026,0,0.039c-0.014,0.291-0.071,0.586-0.17,0.884 c-0.186,0.558-0.508,1.084-0.965,1.579c-0.135,0.148-0.283,0.294-0.444,0.436c-0.104,0.094-0.214,0.187-0.332,0.278 c-0.23,0.185-0.486,0.367-0.768,0.544l-0.112,0.073c-0.033,0-0.044,0.006-0.031,0.019l6.584,4.284l0.015,0.023 c0.005,0.005,0.013,0.005,0.023,0l0.178-0.12c0.414-0.286,0.767-0.549,1.058-0.791c0.682-0.556,1.279-1.148,1.791-1.775 c0.348-0.423,0.649-0.85,0.903-1.281c0.586-0.995,0.923-2.014,1.011-3.057c0.014-0.171,0.022-0.342,0.023-0.513 c0.01-1.732-0.668-3.328-2.034-4.79c-0.566-0.605-1.227-1.159-1.984-1.663C18.637,5.246,18.263,5.023,17.848,4.801z"/> <path fill="%23676767" d="M16.71,27.38l0.004-1.76l0.015-5.284l-1.768,1.185l0.077,7.082L16.71,27.38z"/> <path fill="%23999999" d="M18.026,19.464c-0.01,0.005-0.018,0.005-0.023,0l-0.015-0.023l-6.584-4.284l0.062,1.667l5.264,3.512 l-0.015,5.284l1.166,0.83c0.02,0.014,0.037,0.022,0.05,0.023L18.026,19.464 M14.054,12.227c0.099-0.298,0.156-0.592,0.17-0.884 c0.001-0.012,0.001-0.025,0-0.039c0.023-0.569-0.119-1.122-0.425-1.66c-0.399-0.695-1.029-1.296-1.891-1.802l0.205,6.546 c0.069,0.044,0.136,0.088,0.201,0.131c0.117-0.091,0.228-0.184,0.332-0.278c0.161-0.142,0.309-0.288,0.444-0.436 C13.547,13.311,13.868,12.785,14.054,12.227z"/> <path fill="%23999999" d="M15.039,28.603l-0.077-7.082L8.35,16.978l0.428,6.932L15.039,28.603z"/> <path fill="%23CCCCCC" d="M11.465,16.824l-1.355-0.903l-1.76,1.058l6.611,4.543l1.768-1.185L11.465,16.824z"/> </svg>');
}
.grey.icon-env-server-response-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.02,10.115 M23.735,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.695,6.712,23.735,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.369,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.696,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.4,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.4,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%23CCCCCC" points="13.757,17.421 5.314,21.91 13.757,27.954 22.196,21.91 13.757,17.421 "/> <polyline fill="%23CCCCCC" points="5.97,17.592 4.882,18.126 13.749,23.926 13.757,23.922 22.624,18.126 21.537,17.592 13.757,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%23CCCCCC" points="4.406,14.065 13.749,19.523 23.101,14.065 13.757,10.013 4.406,14.065 "/> <polyline fill="%23676767" points="21.932,24.182 22.196,21.91 13.757,27.954 13.757,30.349 21.932,24.182 "/> <polyline fill="%23676767" points="13.757,23.922 13.757,26.606 22.335,20.635 22.624,18.126 13.757,23.922 "/> <polyline fill="%23676767" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%23999999" points="5.314,21.91 5.583,24.182 13.757,30.349 13.757,27.954 5.314,21.91 "/> <polyline fill="%23999999" points="13.757,23.922 13.749,23.926 4.882,18.126 5.176,20.635 13.753,26.606 13.757,26.606 13.757,23.922 "/> <polyline fill="%23999999" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M13.545,10.025c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l0.001,1.882h4.465c0,0-0.676,0.873-0.853,1.397 c-0.171,0.504-0.175,2.121-0.175,2.121l-0.517,1.487c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743 c0.754,0.753,1.705,1.151,2.751,1.151c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73 c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617 C16.792,10.557,15.285,10.025,13.545,10.025L13.545,10.025z"/> <path fill="%23999999" d="M18.018,16.224c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H9.063c0-0.67,0.119-1.271,0.356-1.802s0.557-0.972,0.957-1.323s0.872-0.622,1.416-0.811 s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104C17.586,13.865,18.018,14.896,18.018,16.224z M15.518,24.545 c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S15.518,24.031,15.518,24.545z"/> </svg>');
}
.grey.icon-env-server-request-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.021,10.115 M23.736,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.696,6.712,23.736,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.37,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.697,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.401,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.401,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%23CCCCCC" points="13.758,17.421 5.314,21.91 13.758,27.954 22.197,21.91 13.758,17.421 "/> <polyline fill="%23CCCCCC" points="5.97,17.592 4.883,18.126 13.749,23.926 13.758,23.922 22.624,18.126 21.537,17.592 13.758,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%23CCCCCC" points="4.406,14.065 13.749,19.523 23.101,14.065 13.758,10.013 4.406,14.065 "/> <polyline fill="%23676767" points="21.932,24.182 22.197,21.91 13.758,27.954 13.758,30.349 21.932,24.182 "/> <polyline fill="%23676767" points="13.758,23.922 13.758,26.606 22.335,20.635 22.624,18.126 13.758,23.922 "/> <polyline fill="%23676767" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%23999999" points="5.314,21.91 5.583,24.182 13.758,30.349 13.758,27.954 5.314,21.91 "/> <polyline fill="%23999999" points="13.758,23.922 13.749,23.926 4.883,18.126 5.176,20.635 13.753,26.606 13.758,26.606 13.758,23.922 "/> <polyline fill="%23999999" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M17.806,12.268l0.202-2.184h-2.194h-4.121H9.499l0.202,2.184l0.879,9.502l0.039,0.424 c-0.498,0.667-0.77,1.445-0.77,2.292c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.706,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.844-0.269-1.62-0.761-2.287l0.04-0.429L17.806,12.268z"/> <polygon fill="%23999999" points="15.814,12.084 14.935,21.586 12.572,21.586 11.693,12.084 "/> <path fill="%23999999" d="M15.648,24.486c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S15.648,23.972,15.648,24.486z"/> </svg> ');
}
.grey.icon-under-construction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 420 420"> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 0.0 L 154.6 0.0 C 149.8 1.3 144.8 2.1 140.4 4.3 C 136.0 7.2 131.4 9.9 127.7 13.6 C 90.2 51.2 52.7 88.7 15.2 126.2 C 7.3 133.9 1.6 143.8 0.0 154.8 L 0.0 0.0 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 154.6 0.0 L 165.2 0.0 C 171.0 1.5 177.3 2.3 182.1 6.0 C 185.6 8.3 189.3 10.6 192.3 13.6 C 230.1 51.5 268.0 89.3 305.9 127.2 C 313.2 134.7 318.4 144.3 320.0 154.7 L 320.0 165.8 C 318.7 170.3 317.9 174.9 315.9 179.1 C 312.8 183.9 309.9 188.9 305.8 192.8 C 268.3 230.4 230.7 267.9 193.2 305.5 C 185.6 313.0 176.0 318.4 165.4 320.0 L 154.7 320.0 C 144.3 318.4 134.8 313.2 127.3 306.0 C 89.3 267.9 51.3 230.0 13.3 191.9 C 10.4 189.0 8.2 185.4 5.9 182.0 C 2.3 177.3 1.7 171.3 0.0 165.8 L 0.0 154.8 C 1.6 143.8 7.3 133.9 15.2 126.2 C 52.7 88.7 90.2 51.2 127.7 13.6 C 131.4 9.9 136.0 7.2 140.4 4.3 C 144.8 2.1 149.8 1.3 154.6 0.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 165.2 0.0 L 320.0 0.0 L 320.0 154.7 C 318.4 144.3 313.2 134.7 305.9 127.2 C 268.0 89.3 230.1 51.5 192.3 13.6 C 189.3 10.6 185.6 8.3 182.1 6.0 C 177.3 2.3 171.0 1.5 165.2 0.0 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 130.9 25.8 C 139.7 17.1 152.6 11.9 165.0 14.1 C 174.7 14.8 183.5 20.1 190.2 26.8 C 224.5 61.2 258.9 95.5 293.2 129.9 C 296.5 134.3 300.4 138.6 302.1 144.0 C 305.2 150.8 305.1 158.6 304.2 165.9 C 303.3 174.4 297.9 181.3 292.4 187.4 C 256.7 223.0 221.0 258.7 185.4 294.4 C 182.8 296.7 179.6 297.9 176.6 299.5 C 171.6 302.5 165.5 302.3 160.0 303.6 C 155.1 302.5 150.1 302.3 145.4 300.5 C 141.5 298.5 137.3 297.0 134.1 293.9 C 99.6 259.3 65.1 224.9 30.6 190.4 C 27.1 187.2 24.3 183.3 21.2 179.6 C 15.0 171.0 14.4 159.9 15.9 149.8 C 17.7 142.0 22.2 135.3 27.3 129.3 C 61.9 94.8 96.3 60.3 130.9 25.8 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 164.3 86.4 C 168.8 85.6 174.0 86.2 177.3 89.6 C 181.0 92.9 183.4 98.3 182.0 103.2 C 181.5 108.5 176.9 112.6 172.0 113.9 C 163.1 117.0 152.3 108.4 153.9 98.9 C 155.0 93.4 159.0 88.4 164.3 86.4 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 101.1 117.8 C 102.1 114.3 103.3 110.5 106.7 108.6 C 117.2 108.7 127.6 108.7 138.0 108.7 C 140.1 108.6 142.1 109.1 144.1 109.5 C 148.2 116.1 153.2 122.1 157.5 128.6 C 159.7 131.9 161.8 136.1 159.8 140.0 C 154.0 150.7 148.0 161.3 142.3 172.1 C 155.4 181.7 167.5 192.5 180.6 202.0 C 184.4 197.9 189.2 193.4 195.2 194.8 C 197.4 195.6 200.0 195.9 201.6 197.7 C 203.7 200.0 205.5 202.6 206.9 205.4 C 209.0 204.4 211.7 204.0 213.8 205.2 C 217.4 207.5 219.2 211.9 219.3 216.0 C 221.5 217.0 223.3 218.4 224.5 220.4 C 230.1 220.0 234.4 224.1 236.6 228.8 C 211.7 229.0 186.9 228.7 162.0 229.1 C 155.9 228.5 149.7 229.6 143.5 228.7 C 144.8 227.2 145.9 225.5 147.0 223.8 C 149.9 222.5 152.9 221.1 156.2 221.1 C 157.9 220.7 159.6 220.1 158.8 217.9 C 160.5 215.3 162.7 212.4 166.3 213.1 C 168.2 209.3 171.3 206.3 175.0 204.2 C 163.8 195.0 152.5 186.0 141.3 176.8 C 140.8 175.5 139.1 176.4 139.5 177.4 C 142.0 180.1 144.9 183.1 144.7 187.0 C 144.9 189.5 143.1 191.6 142.2 193.8 C 139.3 200.7 135.1 207.1 131.8 213.8 C 129.8 218.0 127.6 222.2 125.2 226.2 C 122.6 228.2 118.7 229.6 115.5 228.1 C 113.5 226.6 112.3 224.3 111.6 222.0 C 113.6 214.7 117.9 208.5 120.7 201.5 C 122.9 196.7 125.4 192.0 127.7 187.3 C 121.8 180.0 116.0 172.6 109.8 165.5 C 109.7 172.9 110.1 180.4 109.7 187.8 C 106.8 199.4 103.6 211.0 100.6 222.7 C 99.7 227.6 92.9 230.3 88.9 227.0 C 85.3 225.1 86.1 220.6 86.3 217.2 C 88.6 207.8 91.0 198.5 93.3 189.1 C 93.7 177.9 93.1 166.7 93.6 155.5 C 93.6 151.0 98.2 149.3 100.4 146.1 C 98.0 145.3 96.3 143.3 96.4 140.8 C 94.1 139.2 92.0 137.3 89.5 136.0 C 88.5 133.9 89.9 132.2 91.8 131.5 C 93.5 133.1 95.4 134.5 97.3 135.7 C 98.6 129.8 99.7 123.8 101.1 117.8 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 113.0 123.3 C 116.6 123.4 120.1 123.4 123.6 123.4 C 119.3 128.0 114.4 132.1 110.3 136.9 C 110.8 132.3 112.1 127.9 113.0 123.3 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 122.7 156.0 C 128.2 153.5 133.7 151.2 139.2 148.7 C 137.2 153.8 133.8 158.0 131.8 163.0 C 128.6 160.8 125.5 158.6 122.7 156.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 165.8 C 1.7 171.3 2.3 177.3 5.9 182.0 C 8.2 185.4 10.4 189.0 13.3 191.9 C 51.3 230.0 89.3 267.9 127.3 306.0 C 134.8 313.2 144.3 318.4 154.7 320.0 L 0.0 320.0 L 0.0 165.8 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 315.9 179.1 C 317.9 174.9 318.7 170.3 320.0 165.8 L 320.0 320.0 L 165.4 320.0 C 176.0 318.4 185.6 313.0 193.2 305.5 C 230.7 267.9 268.3 230.4 305.8 192.8 C 309.9 188.9 312.8 183.9 315.9 179.1 Z" /> </svg>');
}
.grey.icon-undeploy2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(3, -1)"> <polyline fill="%23676767" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%23999999" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.grey.icon-deploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%23676767" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%23676767" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%23CCCCCC" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%23CCCCCC" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%23CCCCCC" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%23CCCCCC" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%23999999" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%23999999" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%23999999" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%23999999" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23006600" points="2.405,24.286 2.592,26.482 12.935,25.762 12.888,23.576 2.405,24.286 "/> <polyline fill="%23006600" points="11.58,22.67 13.589,21.371 13.551,19.232 9.917,21.521 11.58,22.67 "/> <polyline fill="%2300FF00" points="12.888,23.576 11.58,22.67 9.917,21.521 13.551,19.232 10.701,17.353 7.076,19.549 4.348,17.652 2.405,24.286 12.888,23.576 "/> </svg>');
}
.grey.icon-undeploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%23676767" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%23676767" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%23CCCCCC" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%23CCCCCC" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%23CCCCCC" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%23CCCCCC" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%23999999" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%23999999" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%23999999" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%23999999" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23990000" points="14.564,21.225 13.266,21.928 11.174,23.247 11.18,23.258 11.046,23.327 14.301,28.776 16.43,27.215 13.357,22.083 14.66,21.381 16.939,19.933 14.564,21.225 "/> <polyline fill="%23FF0000" points="14.725,16.275 12.402,17.605 14.564,21.225 16.939,19.933 14.725,16.275 "/> <polyline fill="%23FF0000" points="9.008,19.622 9.013,19.632 11.158,18.41 8.01,13.143 5.64,14.28 8.879,19.707 9.008,19.622 "/> <polyline fill="%23CC0000" points="9.013,19.632 8.879,19.707 5.64,14.28 3.768,15.846 6.852,21.021 4.144,22.78 6.069,26.014 8.917,24.475 12.016,29.672 14.301,28.776 11.046,23.327 11.174,23.247 13.266,21.928 14.564,21.225 12.402,17.605 11.158,18.41 9.013,19.632 "/> </svg> ');
}
.orange.icon-cms-section-labeled_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23CCCCCC" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23676767" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23a56600" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23999999" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23d88500" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23a56600" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%23ffbc00" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.orange.icon-cms-tab-page_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23ffbc00" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23a56600" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23d88500" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%23ffbc00" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.orange.icon-cms-area_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="11.132,4.608 23.893,10.957 26.923,9.187 14.186,3.28 11.132,4.608 "/> <polyline fill="%23CCCCCC" points="13.245,19.227 13.223,19.242 11.63,20.204 17.039,23.928 20.304,21.681 18.689,20.653 17.035,21.744 13.245,19.227 "/> <polyline fill="%23CCCCCC" points="8.13,17.794 9.883,18.999 11.513,18.053 11.397,15.997 9.577,14.834 9.727,16.896 8.13,17.794 "/> <polygon fill="%23CCCCCC" points="11.492,11.344 11.144,11.515 17.035,14.957 20.607,12.875 14.704,9.702 "/> <polyline fill="%23676767" points="20.247,23.335 20.304,21.681 17.039,23.928 17.039,29.603 20.115,27.284 20.247,23.335 "/> <polyline fill="%23676767" points="22.974,25.127 25.646,23.11 26.923,9.187 23.893,10.957 22.974,25.127 "/> <polyline fill="%23676767" points="17.035,21.744 18.689,20.653 20.379,19.53 20.607,12.875 17.035,14.957 17.035,21.744 "/> <polygon fill="%23676767" points="11.513,18.082 11.513,18.053 9.883,18.999 10.285,24.509 11.818,23.524 11.63,20.204 13.223,19.242 13.223,19.209 "/> <polyline fill="%23999999" points="11.818,23.524 11.945,25.759 17.039,29.603 17.039,23.928 11.63,20.204 11.818,23.524 "/> <polyline fill="%23999999" points="11.513,18.053 11.513,18.082 13.223,19.209 13.245,19.227 17.035,21.744 17.035,14.957 11.144,11.515 11.397,15.997 11.513,18.053 "/> <polyline fill="%23999999" points="9.883,18.999 8.13,17.794 6.143,18.9 5.7,18.58 5.64,18.618 5.943,21.229 10.285,24.509 9.883,18.999 "/> <polygon fill="%23999999" points="11.132,4.608 11.492,11.344 14.704,9.702 20.607,12.875 20.379,19.53 18.689,20.653 20.304,21.681 20.247,23.335 22.974,25.127 23.893,10.957 "/> <path fill="%23d88500" d="M5.7,18.58L6.143,18.9l-0.742-6.616L0.562,9.187l0.985,6.394L5.7,18.58z"/> <path fill="%23a56600" d="M8.13,17.794l1.598-0.898l-0.15-2.062l-0.327-4.425l-3.85,1.875L6.143,18.9L8.13,17.794z"/> <path fill="%23ffbc00" d="M9.251,10.409L4.346,7.544L0.562,9.187l4.839,3.098L9.251,10.409z"/> </svg>');
}
.orange.icon-cms-tab-control_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23ffbc00" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23a56600" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23d88500" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23ffbc00" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.orange.icon-cms-section-vertical_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23ffbc00" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23ffbc00" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23a56600" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23a56600" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23d88500" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23d88500" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23a56600" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%23ffbc00" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.orange.icon-cms-section-horizontal_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23ffbc00" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23ffbc00" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23a56600" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23a56600" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23d88500" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23d88500" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23a56600" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%23ffbc00" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.orange.icon-cms-group_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23ffbc00" points="9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <line fill="%23ffbc00" x1="9.773" y1="16.94" x2="9.756" y2="16.929"/> <polyline fill="%23ffbc00" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23ffbc00" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23ffbc00" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23a56600" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23a56600" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23a56600" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.747,16.923 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23a56600" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23d88500" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23d88500" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23d88500" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23d88500" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23ffbc00" d="M9.284,10.49L9.284,10.49H9.282H9.284z"/> <path fill="%23ffbc00" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.orange.icon-param-null-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.3816" y1="8.8488" x2="23.816" y2="21.2832"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.914,8.058c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.605 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.221-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C17.222,8.319,14.898,7.106,12.914,8.058"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="9.6519" y1="12.1272" x2="20.0835" y2="22.5588"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.857,10.993c-1.867,2.748,0.016,7.048,1.707,9.369c1.413,1.939,5.336,5.261,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C12.045,9.84,11.3,10.342,10.857,10.993"/> <path fill="%23999999" d="M11.105,8.878c-2.735,1.566-1.966,5.845-1.07,8.232c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.837,2.032-3.071c0.505-3.02-0.846-6.296-2.545-8.725 C17.682,10.589,14.134,7.155,11.105,8.878z M20.339,21.435c-1.114,3.538-5.016,1.824-6.854-0.092 c-2.119-2.209-3.952-5.913-3.09-9.028c1.019-3.699,5.04-1.944,6.888-0.017C19.384,14.491,21.316,18.331,20.339,21.435z"/> <path fill="%23d88500" d="M17.954,7.946l-1.432-1.604l-6.96,16.839l1.332,1.827L17.954,7.946z"/> <path fill="%23a56600" d="M20.219,7.221l-2.266,0.725l-7.061,17.062l1.94-0.796L20.219,7.221z"/> <path fill="%23ffbc00" d="M20.219,7.221l-1.547-1.376l-2.152,0.498l1.432,1.604L20.219,7.221z"/> </svg>');
}
.orange.icon-assoc-port2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M7.084,23.219v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534L7.084,23.22c-0.001,0.001-0.002,0.001-0.003,0.002L7.084,23.219z"/> <path fill="%23676767" d="M7.095,23.199v0.003v0.011L7.09,23.217v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.095,23.199z"/> <path fill="%23CCCCCC" d="M7.095,23.203v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L7.095,23.203z"/> <polyline fill="%23ffbc00" points="11.291,11.937 8.961,13.12 16.825,17.715 21.595,14.936 13.714,10.699 11.291,11.937 "/> <polyline fill="%23a56600" points="16.825,26.776 19.033,25.321 21.291,23.821 21.595,14.936 16.825,17.715 16.825,26.776 "/> <polygon fill="%23d88500" points="8.961,13.12 16.825,17.715 16.825,26.776 9.454,21.888 9.454,21.849 "/> <polygon fill="%23a56600" points="10.911,21.054 10.616,15.825 15.325,18.576 15.325,23.982 "/> <path fill="%23ffbc00" d="M6.402,11.625l0.003,0.003l0.026,0.016h0.003L6.402,11.625z"/> <path fill="%23999999" d="M15.899,7.89V7.871l-5.691-3.175l-0.016-0.009l0.364,6.181l0.016-0.009 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.416l-0.003-6.393c-0.001,0.001-0.002,0.001-0.003,0.002L15.899,7.89z"/> <path fill="%23676767" d="M15.91,7.871v0.003v0.011l-0.005,0.003v6.396l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.02,0.047-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.361l-0.137-0.079l0.024,0.014 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.061l0.358-6.181L15.91,7.871z"/> <path fill="%23CCCCCC" d="M15.91,7.875V7.871l5.707-3.185L15.91,1.931l-5.719,2.755l0.016,0.009l5.691,3.175L15.9,7.89l0.005-0.003 l0.003-0.011L15.91,7.875z"/> <path fill="%23999999" d="M24.746,24.157l0.001-0.019l-5.536-3.333l-0.016-0.01l0.014,6.387l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.011l5.172,3.578l0.361-6.603c-0.001,0.001-0.002,0.001-0.003,0.002L24.746,24.157z"/> <path fill="%23676767" d="M24.758,24.138l0,0.003l-0.001,0.011l-0.005,0.003l-0.364,6.607l0.012-0.008 c0.001,0,0.003-0.001,0.003-0.002c0.017-0.01,0.033-0.02,0.049-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.48-3.422 l-0.133-0.082l0.024,0.015c0.001,0.001,0.003,0.002,0.003,0.002l0.109,0.064l0.712-6.381L24.758,24.138z"/> <path fill="%23CCCCCC" d="M24.758,24.141l0-0.003l5.914-3.236l-5.576-2.899l-5.901,2.793l0.016,0.01l5.536,3.333l0.001,0.02 l0.005-0.003l0.004-0.011L24.758,24.141z"/> <polygon fill="%23ffbc00" points="15.325,18.89 10.911,21.054 15.325,23.982 "/> </svg>');
}
.orange.icon-release2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.018l5.49-4.159l0.79-6.737l-6.28,3.577V31.018z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159v-7.319l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.699v-6.321l-6.28,2.745L16.063,23.699z"/> <path fill="%23999999" d="M21.886,24.017l0.99-0.741l-0.533-3.153l-4.898,2.79l-1.382,0.787l1.103,3.864L21.886,24.017z"/> <path fill="%23333333" d="M9.125,24.226l1.141-0.481l-0.483-3.622L9.125,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.122l-6.28-2.745l0,4.276l0,2.045L22.343,20.122z"/> <path fill="%23ffbc00" d="M19.816,12.903c0.058-2.233-1.554-2.001-2.985-2.463c1.775,0.574,1.083,3.328,0.705,4.567 c-0.643,2.109-1.706,4.101-2.824,5.993c0.435,0.141,1.758,0.568,1.758,0.568s1.275-2.103,1.526-2.608 C18.895,17.141,19.925,14.987,19.816,12.903z"/> <path fill="%23a56600" d="M6.991,12.45c-0.471-0.152-1.269-0.41-1.847-0.597c1.535,1.09,3.072,2.178,4.609,3.266 c0.846,0.599,1.675,1.29,2.568,1.819c0.621,0.368,1.365,0.521,2.054,0.743C12.206,16.146,9.16,13.986,6.991,12.45z"/> <g> <path fill="%23ffbc00" d="M6.991,12.45c-0.616-0.199-1.232-0.398-1.847-0.597c1.168-2.125,5.695-10.166,5.695-10.166 s1.374,0.444,1.758,0.568C10.728,5.654,8.859,9.052,6.991,12.45z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.9912" y1="11.9111" x2="23.8331" y2="11.9111"> <stop offset="0" style="stop-color:%23d88500"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.596,2.255c0.17,1.471,0.339,2.942,0.509,4.412c3.452-1.317,9.053-1.762,10.434,2.635 c1.571,5.002-3.48,9.642-7.069,12.264c1.007-1.705,2.004-3.441,2.647-5.323c0.437-1.279,1.116-3.421,0.22-4.671 c-1.151-1.607-3.57,0.02-4.659,0.862c-0.809,0.626-0.809,0.626-0.809,0.626s0.38,3.519,0.507,4.622 c-1.556-1.102-3.113-2.204-4.669-3.307c-0.709-0.502-1.416-1.004-2.138-1.485c-0.543-0.361-0.576-0.44-0.576-0.44 S9.006,8.785,9.85,7.25C10.766,5.585,11.681,3.92,12.596,2.255z"/> </svg>');
}
.orange.icon-assoc-one-may_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.1073" cy="277.575" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M13.069,14.812c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C14.89,13.58,13.89,13.991,13.069,14.812z"/> <path fill="%23999999" d="M7.086,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L7.086,23.615z"/> <path fill="%23676767" d="M7.097,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.097,23.596z"/> <path fill="%23CCCCCC" d="M7.097,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 L7.096,23.6L7.097,23.599z"/> <path fill="%23999999" d="M24.698,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.698,23.615z"/> <path fill="%23676767" d="M24.71,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.71,23.596z"/> <path fill="%23CCCCCC" d="M24.71,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.71,23.599z"/> <path fill="%23999999" d="M15.898,7.67V7.65l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L15.898,7.67z"/> <path fill="%23676767" d="M15.91,7.65v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L15.91,7.65z"/> <path fill="%23CCCCCC" d="M15.91,7.653V7.65l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285L15.9,7.67l0.005-0.003 l0.003-0.011L15.91,7.653z"/> </svg>');
}
.orange.icon-assoc-many-one_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.031,17.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.031,17.794z"/> <path fill="%23676767" d="M16.043,17.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.043,17.773z"/> <path fill="%23CCCCCC" d="M16.043,17.776v-0.003l6.137-3.543l-6.137-3.065L9.894,14.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.043,17.776z"/> <radialGradient id="SVGID_1_" cx="-102.0667" cy="271.8012" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M4.109,20.585c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C5.931,19.354,4.93,19.764,4.109,20.585z"/> <radialGradient id="SVGID_2_" cx="-84.4545" cy="271.5874" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M21.722,20.799c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C23.543,19.568,22.543,19.978,21.722,20.799z"/> <radialGradient id="SVGID_3_" cx="-93.2543" cy="287.8218" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_3_)" d="M12.922,4.565c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C14.743,3.333,13.743,3.744,12.922,4.565z"/> </svg>');
}
.orange.icon-assoc-port_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7715" cy="281.2866" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.821,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.389,8.874,12.978,9.453,11.821,10.611z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5108" y1="15.3417" x2="14.3971" y2="18.2279" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.672,13.647c0-0.004-0.003-0.006-0.009-0.006c-0.143-0.025-0.284-0.033-0.421-0.025h-0.009 c-0.219,0.004-0.41,0.069-0.572,0.197l-0.109,0.093c-0.105,0.096-0.191,0.222-0.257,0.377c-0.019,0.054-0.038,0.111-0.058,0.169 l-0.044,0.183l-0.029,0.693c0.006,0.004,0.009,0.01,0.009,0.019c0,0.004,0,0.01,0,0.018c0.004,0.013,0.007,0.026,0.007,0.039 l0.08,0.471c0.004,0.034,0.011,0.069,0.02,0.107c0.015,0.054,0.032,0.111,0.051,0.169l0.517,1.222 c0.033,0.058,0.066,0.117,0.1,0.175c0.148,0.257,0.305,0.498,0.472,0.724c0.306,0.407,0.643,0.774,1.011,1.101 c0.436,0.381,0.845,0.656,1.226,0.825c0.158,0.071,0.311,0.124,0.459,0.158c0.182,0.038,0.359,0.05,0.532,0.037 c0.448-0.03,0.761-0.252,0.938-0.667c0-0.004,0.002-0.008,0.007-0.012c0.025-0.064,0.047-0.129,0.064-0.197 c0.034-0.134,0.056-0.276,0.067-0.426c0.009-0.152,0.004-0.311-0.016-0.479v-0.006c-0.077-0.676-0.333-1.387-0.767-2.135 c-0.004-0.004-0.007-0.008-0.007-0.012c-0.177-0.302-0.369-0.586-0.574-0.85c-0.276-0.361-0.58-0.686-0.912-0.975 c-0.047-0.045-0.097-0.088-0.149-0.126c-0.115-0.1-0.231-0.19-0.346-0.27l-0.408-0.257c-0.071-0.047-0.143-0.087-0.215-0.121 L11.672,13.647z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-171.4409" y1="903.4816" x2="-168.5546" y2="906.3679" gradientTransform="matrix(-0.5367 0.8438 0.8438 0.5367 -838.9321 -331.1957)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.374,11.743c0.003,0.002,0.007,0.001,0.01-0.004c0.098-0.108,0.18-0.222,0.247-0.342l0.005-0.007 c0.115-0.187,0.162-0.383,0.141-0.588l-0.02-0.142c-0.025-0.14-0.085-0.28-0.18-0.42c-0.036-0.045-0.073-0.092-0.112-0.14 l-0.131-0.136l-0.569-0.396c-0.006,0.003-0.014,0.002-0.021-0.003c-0.003-0.002-0.008-0.005-0.015-0.009 c-0.013-0.003-0.025-0.008-0.036-0.015l-0.44-0.185c-0.031-0.014-0.065-0.028-0.101-0.041c-0.054-0.017-0.111-0.033-0.17-0.048 l-1.308-0.22c-0.067-0.004-0.134-0.007-0.201-0.01c-0.296-0.013-0.584-0.01-0.864,0.01c-0.508,0.04-0.999,0.127-1.472,0.262 c-0.556,0.163-1.007,0.361-1.354,0.592c-0.145,0.095-0.272,0.196-0.379,0.303c-0.129,0.133-0.235,0.276-0.317,0.429 c-0.215,0.394-0.195,0.777,0.06,1.15c0.003,0.002,0.005,0.006,0.006,0.012c0.04,0.055,0.084,0.109,0.131,0.16 c0.094,0.1,0.202,0.195,0.324,0.285c0.123,0.089,0.261,0.17,0.412,0.244l0.005,0.003c0.612,0.298,1.349,0.464,2.213,0.498 c0.006-0.002,0.01-0.001,0.013,0.001c0.35,0.013,0.692,0.003,1.026-0.028c0.453-0.04,0.89-0.122,1.312-0.246 c0.064-0.016,0.126-0.035,0.186-0.058c0.146-0.044,0.284-0.093,0.414-0.147l0.436-0.206c0.077-0.035,0.15-0.074,0.217-0.117 L19.374,11.743z"/> <path fill="%23999999" d="M24.299,22.734v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.299,22.734z"/> <path fill="%23676767" d="M24.31,22.714v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.31,22.714z"/> <path fill="%23CCCCCC" d="M24.31,22.718v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.31,22.718z"/> </svg>');
}
.orange.icon-release_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ffbc00" d="M21.712,17.5c0.063-2.627-1.687-2.354-3.241-2.898c1.927,0.675,1.175,3.915,0.765,5.374 c-0.698,2.482-1.852,4.825-3.065,7.051c0.473,0.165,1.908,0.668,1.908,0.668s1.385-2.475,1.656-3.069 C20.712,22.487,21.831,19.953,21.712,17.5z"/> <path fill="%23a56600" d="M7.79,16.967c-0.511-0.179-1.377-0.482-2.005-0.702c1.667,1.282,3.335,2.562,5.003,3.843 c0.918,0.705,1.819,1.518,2.787,2.14c0.674,0.433,1.482,0.613,2.23,0.874C13.451,21.316,10.144,18.775,7.79,16.967z"/> <g> <path fill="%23ffbc00" d="M7.79,16.967c-0.668-0.234-1.337-0.468-2.005-0.702c1.268-2.5,6.182-11.962,6.182-11.962 s1.491,0.522,1.908,0.668C11.846,8.97,9.818,12.969,7.79,16.967z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.7901" y1="16.3332" x2="26.0726" y2="16.3332"> <stop offset="0" style="stop-color:%23d88500"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.874,4.972c0.184,1.731,0.368,3.461,0.552,5.192c3.747-1.549,9.827-2.073,11.326,3.1 c1.706,5.886-3.778,11.346-7.674,14.431c1.093-2.007,2.176-4.049,2.873-6.263c0.474-1.504,1.211-4.025,0.239-5.497 c-1.25-1.891-3.875,0.023-5.058,1.015c-0.878,0.736-0.878,0.736-0.878,0.736s0.412,4.141,0.55,5.438 c-1.689-1.297-3.379-2.594-5.068-3.891c-0.769-0.591-1.537-1.182-2.321-1.747C7.826,17.06,7.79,16.967,7.79,16.967 s2.187-4.313,3.104-6.119C11.887,8.889,12.881,6.931,13.874,4.972z"/> </svg> ');
}
.orange.icon-task2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.019l5.49-4.159l0.79-6.737l-6.28,3.577V31.019z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159V23.7l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.7v-6.321l-6.28,2.745L16.063,23.7z"/> <path fill="%23999999" d="M21.886,24.018l0.99-0.741l-0.533-3.153l-4.898,2.79L16.063,23.7l1.103,3.864L21.886,24.018z"/> <path fill="%23333333" d="M9.126,24.226l1.141-0.481l-0.483-3.622L9.126,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.123l-6.28-2.745l0,4.276l0,2.045L22.343,20.123z"/> <polygon fill="%23ffbc00" points="18.114,17.44 15.959,16.839 23.9,2.354 26.075,2.908 "/> <polygon fill="%23ffbc00" points="10.604,17.129 8.464,16.526 10.38,13.027 12.526,13.618 "/> <polygon fill="%23d88500" points="18.999,22.84 16.845,22.223 8.464,16.526 10.604,17.129 "/> <polygon fill="%23a56600" points="26.075,2.908 28.849,4.848 18.999,22.84 10.604,17.129 12.526,13.618 18.114,17.44 "/> <polygon fill="%23CCCCCC" points="14.56,9.338 13.304,8.987 17.935,0.54 19.203,0.862 "/> <polygon fill="%23CCCCCC" points="10.18,9.156 8.932,8.805 10.05,6.764 11.301,7.109 "/> <polygon fill="%23999999" points="15.077,12.488 13.82,12.127 8.932,8.805 10.18,9.156 "/> <polygon fill="%23676767" points="19.203,0.862 20.822,1.994 15.077,12.488 10.18,9.156 11.301,7.109 14.56,9.338 "/> </svg>');
}
.orange.icon-podkova-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23d88500" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.orange.icon-cms-item-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.955,15.496c-0.254,0.432-0.555,0.859-0.903,1.281c-0.512,0.628-1.109,1.22-1.791,1.775 c-0.291,0.242-0.643,0.506-1.058,0.791l-0.178,0.12l-0.096,7.009c0.009,0.003,0.017,0.003,0.023,0l0.201-0.151 c0.363-0.275,0.7-0.556,1.011-0.841c0.656-0.587,1.229-1.213,1.717-1.88c1.158-1.58,1.75-3.218,1.775-4.913c0-0.026,0-0.051,0-0.077 l0.309-6.171C22.878,13.482,22.541,14.501,21.955,15.496z"/> <path fill="%23CCCCCC" d="M17.848,4.801L17.702,4.72l-5.793,3.122C12.77,8.349,13.401,8.95,13.8,9.645 c0.306,0.538,0.447,1.091,0.425,1.66c0.001,0.014,0.001,0.026,0,0.039c-0.014,0.291-0.071,0.586-0.17,0.884 c-0.186,0.558-0.508,1.084-0.965,1.579c-0.135,0.148-0.283,0.294-0.444,0.436c-0.104,0.094-0.214,0.187-0.332,0.278 c-0.23,0.185-0.486,0.367-0.768,0.544l-0.112,0.073c-0.033,0-0.044,0.006-0.031,0.019l6.584,4.284l0.015,0.023 c0.005,0.005,0.013,0.005,0.023,0l0.178-0.12c0.414-0.286,0.767-0.549,1.058-0.791c0.682-0.556,1.279-1.148,1.791-1.775 c0.348-0.423,0.649-0.85,0.903-1.281c0.586-0.995,0.923-2.014,1.011-3.057c0.014-0.171,0.022-0.342,0.023-0.513 c0.01-1.732-0.668-3.328-2.034-4.79c-0.566-0.605-1.227-1.159-1.984-1.663C18.637,5.246,18.263,5.023,17.848,4.801z"/> <path fill="%23a56600" d="M16.71,27.38l0.004-1.76l0.015-5.284l-1.768,1.185l0.077,7.082L16.71,27.38z"/> <path fill="%23999999" d="M18.026,19.464c-0.01,0.005-0.018,0.005-0.023,0l-0.015-0.023l-6.584-4.284l0.062,1.667l5.264,3.512 l-0.015,5.284l1.166,0.83c0.02,0.014,0.037,0.022,0.05,0.023L18.026,19.464 M14.054,12.227c0.099-0.298,0.156-0.592,0.17-0.884 c0.001-0.012,0.001-0.025,0-0.039c0.023-0.569-0.119-1.122-0.425-1.66c-0.399-0.695-1.029-1.296-1.891-1.802l0.205,6.546 c0.069,0.044,0.136,0.088,0.201,0.131c0.117-0.091,0.228-0.184,0.332-0.278c0.161-0.142,0.309-0.288,0.444-0.436 C13.547,13.311,13.868,12.785,14.054,12.227z"/> <path fill="%23d88500" d="M15.039,28.603l-0.077-7.082L8.35,16.978l0.428,6.932L15.039,28.603z"/> <path fill="%23ffbc00" d="M11.465,16.824l-1.355-0.903l-1.76,1.058l6.611,4.543l1.768-1.185L11.465,16.824z"/> </svg>');
}
.orange.icon-env-server-response-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.02,10.115 M23.735,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.695,6.712,23.735,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.369,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.696,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.4,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.4,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%23ffbc00" points="13.757,17.421 5.314,21.91 13.757,27.954 22.196,21.91 13.757,17.421 "/> <polyline fill="%23ffbc00" points="5.97,17.592 4.882,18.126 13.749,23.926 13.757,23.922 22.624,18.126 21.537,17.592 13.757,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%23ffbc00" points="4.406,14.065 13.749,19.523 23.101,14.065 13.757,10.013 4.406,14.065 "/> <polyline fill="%23a56600" points="21.932,24.182 22.196,21.91 13.757,27.954 13.757,30.349 21.932,24.182 "/> <polyline fill="%23a56600" points="13.757,23.922 13.757,26.606 22.335,20.635 22.624,18.126 13.757,23.922 "/> <polyline fill="%23a56600" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%23d88500" points="5.314,21.91 5.583,24.182 13.757,30.349 13.757,27.954 5.314,21.91 "/> <polyline fill="%23d88500" points="13.757,23.922 13.749,23.926 4.882,18.126 5.176,20.635 13.753,26.606 13.757,26.606 13.757,23.922 "/> <polyline fill="%23d88500" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M13.545,10.025c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l0.001,1.882h4.465c0,0-0.676,0.873-0.853,1.397 c-0.171,0.504-0.175,2.121-0.175,2.121l-0.517,1.487c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743 c0.754,0.753,1.705,1.151,2.751,1.151c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73 c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617 C16.792,10.557,15.285,10.025,13.545,10.025L13.545,10.025z"/> <path fill="%23d88500" d="M18.018,16.224c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H9.063c0-0.67,0.119-1.271,0.356-1.802s0.557-0.972,0.957-1.323s0.872-0.622,1.416-0.811 s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104C17.586,13.865,18.018,14.896,18.018,16.224z M15.518,24.545 c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S15.518,24.031,15.518,24.545z"/> </svg>');
}
.orange.icon-env-server-request-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.021,10.115 M23.736,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.696,6.712,23.736,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.37,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.697,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.401,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.401,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%23ffbc00" points="13.758,17.421 5.314,21.91 13.758,27.954 22.197,21.91 13.758,17.421 "/> <polyline fill="%23ffbc00" points="5.97,17.592 4.883,18.126 13.749,23.926 13.758,23.922 22.624,18.126 21.537,17.592 13.758,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%23ffbc00" points="4.406,14.065 13.749,19.523 23.101,14.065 13.758,10.013 4.406,14.065 "/> <polyline fill="%23a56600" points="21.932,24.182 22.197,21.91 13.758,27.954 13.758,30.349 21.932,24.182 "/> <polyline fill="%23a56600" points="13.758,23.922 13.758,26.606 22.335,20.635 22.624,18.126 13.758,23.922 "/> <polyline fill="%23a56600" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%23d88500" points="5.314,21.91 5.583,24.182 13.758,30.349 13.758,27.954 5.314,21.91 "/> <polyline fill="%23d88500" points="13.758,23.922 13.749,23.926 4.883,18.126 5.176,20.635 13.753,26.606 13.758,26.606 13.758,23.922 "/> <polyline fill="%23d88500" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M17.806,12.268l0.202-2.184h-2.194h-4.121H9.499l0.202,2.184l0.879,9.502l0.039,0.424 c-0.498,0.667-0.77,1.445-0.77,2.292c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.706,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.844-0.269-1.62-0.761-2.287l0.04-0.429L17.806,12.268z"/> <polygon fill="%23d88500" points="15.814,12.084 14.935,21.586 12.572,21.586 11.693,12.084 "/> <path fill="%23d88500" d="M15.648,24.486c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S15.648,23.972,15.648,24.486z"/> </svg> ');
}
.orange.icon-under-construction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 420 420"> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 0.0 L 154.6 0.0 C 149.8 1.3 144.8 2.1 140.4 4.3 C 136.0 7.2 131.4 9.9 127.7 13.6 C 90.2 51.2 52.7 88.7 15.2 126.2 C 7.3 133.9 1.6 143.8 0.0 154.8 L 0.0 0.0 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 154.6 0.0 L 165.2 0.0 C 171.0 1.5 177.3 2.3 182.1 6.0 C 185.6 8.3 189.3 10.6 192.3 13.6 C 230.1 51.5 268.0 89.3 305.9 127.2 C 313.2 134.7 318.4 144.3 320.0 154.7 L 320.0 165.8 C 318.7 170.3 317.9 174.9 315.9 179.1 C 312.8 183.9 309.9 188.9 305.8 192.8 C 268.3 230.4 230.7 267.9 193.2 305.5 C 185.6 313.0 176.0 318.4 165.4 320.0 L 154.7 320.0 C 144.3 318.4 134.8 313.2 127.3 306.0 C 89.3 267.9 51.3 230.0 13.3 191.9 C 10.4 189.0 8.2 185.4 5.9 182.0 C 2.3 177.3 1.7 171.3 0.0 165.8 L 0.0 154.8 C 1.6 143.8 7.3 133.9 15.2 126.2 C 52.7 88.7 90.2 51.2 127.7 13.6 C 131.4 9.9 136.0 7.2 140.4 4.3 C 144.8 2.1 149.8 1.3 154.6 0.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 165.2 0.0 L 320.0 0.0 L 320.0 154.7 C 318.4 144.3 313.2 134.7 305.9 127.2 C 268.0 89.3 230.1 51.5 192.3 13.6 C 189.3 10.6 185.6 8.3 182.1 6.0 C 177.3 2.3 171.0 1.5 165.2 0.0 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 130.9 25.8 C 139.7 17.1 152.6 11.9 165.0 14.1 C 174.7 14.8 183.5 20.1 190.2 26.8 C 224.5 61.2 258.9 95.5 293.2 129.9 C 296.5 134.3 300.4 138.6 302.1 144.0 C 305.2 150.8 305.1 158.6 304.2 165.9 C 303.3 174.4 297.9 181.3 292.4 187.4 C 256.7 223.0 221.0 258.7 185.4 294.4 C 182.8 296.7 179.6 297.9 176.6 299.5 C 171.6 302.5 165.5 302.3 160.0 303.6 C 155.1 302.5 150.1 302.3 145.4 300.5 C 141.5 298.5 137.3 297.0 134.1 293.9 C 99.6 259.3 65.1 224.9 30.6 190.4 C 27.1 187.2 24.3 183.3 21.2 179.6 C 15.0 171.0 14.4 159.9 15.9 149.8 C 17.7 142.0 22.2 135.3 27.3 129.3 C 61.9 94.8 96.3 60.3 130.9 25.8 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 164.3 86.4 C 168.8 85.6 174.0 86.2 177.3 89.6 C 181.0 92.9 183.4 98.3 182.0 103.2 C 181.5 108.5 176.9 112.6 172.0 113.9 C 163.1 117.0 152.3 108.4 153.9 98.9 C 155.0 93.4 159.0 88.4 164.3 86.4 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 101.1 117.8 C 102.1 114.3 103.3 110.5 106.7 108.6 C 117.2 108.7 127.6 108.7 138.0 108.7 C 140.1 108.6 142.1 109.1 144.1 109.5 C 148.2 116.1 153.2 122.1 157.5 128.6 C 159.7 131.9 161.8 136.1 159.8 140.0 C 154.0 150.7 148.0 161.3 142.3 172.1 C 155.4 181.7 167.5 192.5 180.6 202.0 C 184.4 197.9 189.2 193.4 195.2 194.8 C 197.4 195.6 200.0 195.9 201.6 197.7 C 203.7 200.0 205.5 202.6 206.9 205.4 C 209.0 204.4 211.7 204.0 213.8 205.2 C 217.4 207.5 219.2 211.9 219.3 216.0 C 221.5 217.0 223.3 218.4 224.5 220.4 C 230.1 220.0 234.4 224.1 236.6 228.8 C 211.7 229.0 186.9 228.7 162.0 229.1 C 155.9 228.5 149.7 229.6 143.5 228.7 C 144.8 227.2 145.9 225.5 147.0 223.8 C 149.9 222.5 152.9 221.1 156.2 221.1 C 157.9 220.7 159.6 220.1 158.8 217.9 C 160.5 215.3 162.7 212.4 166.3 213.1 C 168.2 209.3 171.3 206.3 175.0 204.2 C 163.8 195.0 152.5 186.0 141.3 176.8 C 140.8 175.5 139.1 176.4 139.5 177.4 C 142.0 180.1 144.9 183.1 144.7 187.0 C 144.9 189.5 143.1 191.6 142.2 193.8 C 139.3 200.7 135.1 207.1 131.8 213.8 C 129.8 218.0 127.6 222.2 125.2 226.2 C 122.6 228.2 118.7 229.6 115.5 228.1 C 113.5 226.6 112.3 224.3 111.6 222.0 C 113.6 214.7 117.9 208.5 120.7 201.5 C 122.9 196.7 125.4 192.0 127.7 187.3 C 121.8 180.0 116.0 172.6 109.8 165.5 C 109.7 172.9 110.1 180.4 109.7 187.8 C 106.8 199.4 103.6 211.0 100.6 222.7 C 99.7 227.6 92.9 230.3 88.9 227.0 C 85.3 225.1 86.1 220.6 86.3 217.2 C 88.6 207.8 91.0 198.5 93.3 189.1 C 93.7 177.9 93.1 166.7 93.6 155.5 C 93.6 151.0 98.2 149.3 100.4 146.1 C 98.0 145.3 96.3 143.3 96.4 140.8 C 94.1 139.2 92.0 137.3 89.5 136.0 C 88.5 133.9 89.9 132.2 91.8 131.5 C 93.5 133.1 95.4 134.5 97.3 135.7 C 98.6 129.8 99.7 123.8 101.1 117.8 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 113.0 123.3 C 116.6 123.4 120.1 123.4 123.6 123.4 C 119.3 128.0 114.4 132.1 110.3 136.9 C 110.8 132.3 112.1 127.9 113.0 123.3 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 122.7 156.0 C 128.2 153.5 133.7 151.2 139.2 148.7 C 137.2 153.8 133.8 158.0 131.8 163.0 C 128.6 160.8 125.5 158.6 122.7 156.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 165.8 C 1.7 171.3 2.3 177.3 5.9 182.0 C 8.2 185.4 10.4 189.0 13.3 191.9 C 51.3 230.0 89.3 267.9 127.3 306.0 C 134.8 313.2 144.3 318.4 154.7 320.0 L 0.0 320.0 L 0.0 165.8 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 315.9 179.1 C 317.9 174.9 318.7 170.3 320.0 165.8 L 320.0 320.0 L 165.4 320.0 C 176.0 318.4 185.6 313.0 193.2 305.5 C 230.7 267.9 268.3 230.4 305.8 192.8 C 309.9 188.9 312.8 183.9 315.9 179.1 Z" /> </svg>');
}
.orange.icon-undeploy2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(3, -1)"> <polyline fill="%23a56600" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%23d88500" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.orange.icon-deploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%23a56600" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%23a56600" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%23ffbc00" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%23ffbc00" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%23ffbc00" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%23ffbc00" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%23d88500" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%23d88500" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%23d88500" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%23d88500" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23006600" points="2.405,24.286 2.592,26.482 12.935,25.762 12.888,23.576 2.405,24.286 "/> <polyline fill="%23006600" points="11.58,22.67 13.589,21.371 13.551,19.232 9.917,21.521 11.58,22.67 "/> <polyline fill="%2300FF00" points="12.888,23.576 11.58,22.67 9.917,21.521 13.551,19.232 10.701,17.353 7.076,19.549 4.348,17.652 2.405,24.286 12.888,23.576 "/> </svg>');
}
.orange.icon-undeploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%23a56600" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%23a56600" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%23ffbc00" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%23ffbc00" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%23ffbc00" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%23ffbc00" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%23d88500" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%23d88500" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%23d88500" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%23d88500" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23990000" points="14.564,21.225 13.266,21.928 11.174,23.247 11.18,23.258 11.046,23.327 14.301,28.776 16.43,27.215 13.357,22.083 14.66,21.381 16.939,19.933 14.564,21.225 "/> <polyline fill="%23FF0000" points="14.725,16.275 12.402,17.605 14.564,21.225 16.939,19.933 14.725,16.275 "/> <polyline fill="%23FF0000" points="9.008,19.622 9.013,19.632 11.158,18.41 8.01,13.143 5.64,14.28 8.879,19.707 9.008,19.622 "/> <polyline fill="%23CC0000" points="9.013,19.632 8.879,19.707 5.64,14.28 3.768,15.846 6.852,21.021 4.144,22.78 6.069,26.014 8.917,24.475 12.016,29.672 14.301,28.776 11.046,23.327 11.174,23.247 13.266,21.928 14.564,21.225 12.402,17.605 11.158,18.41 9.013,19.632 "/> </svg> ');
}
.red.icon-cms-section-labeled_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23CCCCCC" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23676767" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23990000" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23999999" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23CC0000" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23990000" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%23FF0000" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.red.icon-cms-tab-page_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23FF0000" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23990000" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23CC0000" points="11.536,18.101 11.536,18.13 17.035,21.777 17.035,15.018 11.169,11.591 "/> <path fill="%23FF0000" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.red.icon-cms-area_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="11.132,4.608 23.893,10.957 26.923,9.187 14.186,3.28 11.132,4.608 "/> <polyline fill="%23CCCCCC" points="13.245,19.227 13.223,19.242 11.63,20.204 17.039,23.928 20.304,21.681 18.689,20.653 17.035,21.744 13.245,19.227 "/> <polyline fill="%23CCCCCC" points="8.13,17.794 9.883,18.999 11.513,18.053 11.397,15.997 9.577,14.834 9.727,16.896 8.13,17.794 "/> <polygon fill="%23CCCCCC" points="11.492,11.344 11.144,11.515 17.035,14.957 20.607,12.875 14.704,9.702 "/> <polyline fill="%23676767" points="20.247,23.335 20.304,21.681 17.039,23.928 17.039,29.603 20.115,27.284 20.247,23.335 "/> <polyline fill="%23676767" points="22.974,25.127 25.646,23.11 26.923,9.187 23.893,10.957 22.974,25.127 "/> <polyline fill="%23676767" points="17.035,21.744 18.689,20.653 20.379,19.53 20.607,12.875 17.035,14.957 17.035,21.744 "/> <polygon fill="%23676767" points="11.513,18.082 11.513,18.053 9.883,18.999 10.285,24.509 11.818,23.524 11.63,20.204 13.223,19.242 13.223,19.209 "/> <polyline fill="%23999999" points="11.818,23.524 11.945,25.759 17.039,29.603 17.039,23.928 11.63,20.204 11.818,23.524 "/> <polyline fill="%23999999" points="11.513,18.053 11.513,18.082 13.223,19.209 13.245,19.227 17.035,21.744 17.035,14.957 11.144,11.515 11.397,15.997 11.513,18.053 "/> <polyline fill="%23999999" points="9.883,18.999 8.13,17.794 6.143,18.9 5.7,18.58 5.64,18.618 5.943,21.229 10.285,24.509 9.883,18.999 "/> <polygon fill="%23999999" points="11.132,4.608 11.492,11.344 14.704,9.702 20.607,12.875 20.379,19.53 18.689,20.653 20.304,21.681 20.247,23.335 22.974,25.127 23.893,10.957 "/> <path fill="%23CC0000" d="M5.7,18.58L6.143,18.9l-0.742-6.616L0.562,9.187l0.985,6.394L5.7,18.58z"/> <path fill="%23990000" d="M8.13,17.794l1.598-0.898l-0.15-2.062l-0.327-4.425l-3.85,1.875L6.143,18.9L8.13,17.794z"/> <path fill="%23FF0000" d="M9.251,10.409L4.346,7.544L0.562,9.187l4.839,3.098L9.251,10.409z"/> </svg>');
}
.red.icon-cms-tab-control_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23FF0000" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23990000" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23CC0000" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23FF0000" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.red.icon-cms-section-vertical_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23FF0000" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23CCCCCC" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23FF0000" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23990000" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23676767" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23990000" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23CC0000" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23999999" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23CC0000" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23990000" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%23FF0000" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.red.icon-cms-section-horizontal_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23CCCCCC" points="9.773,16.94 9.756,16.929 9.758,16.95 9.754,16.952 9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <polyline fill="%23FF0000" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23FF0000" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23CCCCCC" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23990000" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23676767" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23990000" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.51,13.575 9.756,16.929 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23676767" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23999999" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23CC0000" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23CC0000" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23999999" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23990000" d="M9.51,13.575l-0.014,0.008l0.255,3.344l0.002,0.025l0.004-0.002l-0.002-0.021L9.51,13.575 M9.284,10.49 L9.284,10.49H9.282H9.284z"/> <path fill="%23FF0000" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.red.icon-cms-group_old{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="14.198,3.391 11.157,4.713 23.864,11.036 26.882,9.273 14.198,3.391 "/> <polyline fill="%23FF0000" points="9.752,16.927 6.936,15.028 5.369,15.913 9.913,19.044 11.536,18.101 11.42,16.054 9.773,16.94 "/> <line fill="%23FF0000" x1="9.773" y1="16.94" x2="9.756" y2="16.929"/> <polyline fill="%23FF0000" points="12.907,10.709 11.169,11.591 17.035,15.018 20.592,12.946 14.714,9.785 12.907,10.709 "/> <polyline fill="%23FF0000" points="9.284,10.49 9.284,10.492 12.856,8.818 11.333,8.024 7.778,6.174 4.399,7.637 9.261,10.476 9.284,10.49 9.284,10.49 "/> <polygon fill="%23FF0000" points="13.261,19.27 13.24,19.286 11.653,20.244 17.039,23.952 20.29,21.715 18.682,20.691 17.035,21.777 "/> <polyline fill="%23990000" points="17.035,21.777 18.682,20.691 20.365,19.572 20.592,12.946 17.035,15.018 17.035,21.777 "/> <polyline fill="%23990000" points="11.536,18.13 11.536,18.101 9.913,19.044 10.313,24.531 11.84,23.549 11.653,20.244 13.24,19.286 13.24,19.253 11.536,18.13 "/> <polyline fill="%23990000" points="9.284,10.492 9.284,10.49 9.282,10.49 9.262,10.478 9.497,13.582 9.747,16.923 9.773,16.94 11.42,16.054 11.169,11.591 12.907,10.709 12.856,8.818 9.284,10.492 "/> <polyline fill="%23676767" points="22.949,25.146 25.61,23.137 26.882,9.273 23.864,11.036 22.949,25.146 "/> <polygon fill="%23990000" points="20.234,23.362 20.29,21.715 17.039,23.952 17.039,29.603 20.102,27.294 "/> <polyline fill="%23CC0000" points="5.369,15.913 5.367,15.913 5.99,21.264 10.313,24.531 9.913,19.044 5.369,15.913 "/> <polyline fill="%23CC0000" points="11.536,18.101 11.536,18.13 13.24,19.253 13.261,19.27 17.035,21.777 17.035,15.018 11.169,11.591 11.42,16.054 11.536,18.101 "/> <polyline fill="%23999999" points="12.856,8.818 12.907,10.709 14.714,9.785 20.592,12.946 20.365,19.572 18.682,20.691 20.29,21.715 20.234,23.362 22.949,25.146 23.864,11.036 11.157,4.713 11.333,8.024 12.856,8.818 "/> <polyline fill="%23CC0000" points="9.262,10.478 9.261,10.476 4.399,7.637 5.121,13.803 6.936,15.028 9.752,16.927 9.497,13.582 9.262,10.478 "/> <polygon fill="%23CC0000" points="11.84,23.549 11.966,25.775 17.039,29.603 17.039,23.952 11.653,20.244 "/> <path fill="%23FF0000" d="M9.284,10.49L9.284,10.49H9.282H9.284z"/> <path fill="%23FF0000" d="M9.261,10.476l0.002,0.002l0.019,0.012h0.002L9.261,10.476z"/> </svg>');
}
.red.icon-param-null-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="11.3816" y1="8.8488" x2="23.816" y2="21.2832"> <stop offset="0.3987" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.914,8.058c-0.449,0.239-0.926,0.433-1.388,0.646c3.615-1.084,7.098,2.895,8.604,5.605 c1.454,2.615,2.982,7.744,0.119,10.074c1.104-0.759,2.221-1.398,2.758-2.702c0.862-2.091,0.351-4.623-0.454-6.649 c-0.813-2.045-2.123-4.006-3.811-5.43C17.222,8.319,14.898,7.106,12.914,8.058"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="9.6519" y1="12.1272" x2="20.0835" y2="22.5588"> <stop offset="0" style="stop-color:%23676767"/> <stop offset="0.3802" style="stop-color:%23CCCCCC"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M10.857,10.993c-1.867,2.748,0.016,7.048,1.707,9.369c1.413,1.939,5.336,5.261,7.369,2.26 c-2.817,0.48-5.309-2.352-6.568-4.58c-1.273-2.253-2.401-5.958-0.522-8.201C12.045,9.84,11.3,10.342,10.857,10.993"/> <path fill="%23999999" d="M11.105,8.878c-2.735,1.566-1.966,5.845-1.07,8.232c1.037,2.764,2.958,5.532,5.578,6.997 c1.232,0.689,2.803,1.152,4.161,0.535c1.193-0.542,1.826-1.837,2.032-3.071c0.505-3.02-0.846-6.296-2.545-8.725 C17.682,10.589,14.134,7.155,11.105,8.878z M20.339,21.435c-1.114,3.538-5.016,1.824-6.854-0.092 c-2.119-2.209-3.952-5.913-3.09-9.028c1.019-3.699,5.04-1.944,6.888-0.017C19.384,14.491,21.316,18.331,20.339,21.435z"/> <path fill="%23CC0000" d="M17.954,7.946l-1.432-1.604l-6.96,16.839l1.332,1.827L17.954,7.946z"/> <path fill="%23990000" d="M20.219,7.221l-2.266,0.725l-7.061,17.062l1.94-0.796L20.219,7.221z"/> <path fill="%23FF0000" d="M20.219,7.221l-1.547-1.376l-2.152,0.498l1.432,1.604L20.219,7.221z"/> </svg>');
}
.red.icon-assoc-port2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M7.084,23.219v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534L7.084,23.22c-0.001,0.001-0.002,0.001-0.003,0.002L7.084,23.219z"/> <path fill="%23676767" d="M7.095,23.199v0.003v0.011L7.09,23.217v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.095,23.199z"/> <path fill="%23CCCCCC" d="M7.095,23.203v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L7.095,23.203z"/> <polyline fill="%23FF0000" points="11.291,11.937 8.961,13.12 16.825,17.715 21.595,14.936 13.714,10.699 11.291,11.937 "/> <polyline fill="%23990000" points="16.825,26.776 19.033,25.321 21.291,23.821 21.595,14.936 16.825,17.715 16.825,26.776 "/> <polygon fill="%23CC0000" points="8.961,13.12 16.825,17.715 16.825,26.776 9.454,21.888 9.454,21.849 "/> <polygon fill="%23990000" points="10.911,21.054 10.616,15.825 15.325,18.576 15.325,23.982 "/> <path fill="%23FF0000" d="M6.402,11.625l0.003,0.003l0.026,0.016h0.003L6.402,11.625z"/> <path fill="%23999999" d="M15.899,7.89V7.871l-5.691-3.175l-0.016-0.009l0.364,6.181l0.016-0.009 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.416l-0.003-6.393c-0.001,0.001-0.002,0.001-0.003,0.002L15.899,7.89z"/> <path fill="%23676767" d="M15.91,7.871v0.003v0.011l-0.005,0.003v6.396l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.02,0.047-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.361l-0.137-0.079l0.024,0.014 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.061l0.358-6.181L15.91,7.871z"/> <path fill="%23CCCCCC" d="M15.91,7.875V7.871l5.707-3.185L15.91,1.931l-5.719,2.755l0.016,0.009l5.691,3.175L15.9,7.89l0.005-0.003 l0.003-0.011L15.91,7.875z"/> <path fill="%23999999" d="M24.746,24.157l0.001-0.019l-5.536-3.333l-0.016-0.01l0.014,6.387l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.011l5.172,3.578l0.361-6.603c-0.001,0.001-0.002,0.001-0.003,0.002L24.746,24.157z"/> <path fill="%23676767" d="M24.758,24.138l0,0.003l-0.001,0.011l-0.005,0.003l-0.364,6.607l0.012-0.008 c0.001,0,0.003-0.001,0.003-0.002c0.017-0.01,0.033-0.02,0.049-0.03l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.48-3.422 l-0.133-0.082l0.024,0.015c0.001,0.001,0.003,0.002,0.003,0.002l0.109,0.064l0.712-6.381L24.758,24.138z"/> <path fill="%23CCCCCC" d="M24.758,24.141l0-0.003l5.914-3.236l-5.576-2.899l-5.901,2.793l0.016,0.01l5.536,3.333l0.001,0.02 l0.005-0.003l0.004-0.011L24.758,24.141z"/> <polygon fill="%23FF0000" points="15.325,18.89 10.911,21.054 15.325,23.982 "/> </svg>');
}
.red.icon-release2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.018l5.49-4.159l0.79-6.737l-6.28,3.577V31.018z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159v-7.319l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.699v-6.321l-6.28,2.745L16.063,23.699z"/> <path fill="%23999999" d="M21.886,24.017l0.99-0.741l-0.533-3.153l-4.898,2.79l-1.382,0.787l1.103,3.864L21.886,24.017z"/> <path fill="%23333333" d="M9.125,24.226l1.141-0.481l-0.483-3.622L9.125,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.122l-6.28-2.745l0,4.276l0,2.045L22.343,20.122z"/> <path fill="%23FF0000" d="M19.816,12.903c0.058-2.233-1.554-2.001-2.985-2.463c1.775,0.574,1.083,3.328,0.705,4.567 c-0.643,2.109-1.706,4.101-2.824,5.993c0.435,0.141,1.758,0.568,1.758,0.568s1.275-2.103,1.526-2.608 C18.895,17.141,19.925,14.987,19.816,12.903z"/> <path fill="%23990000" d="M6.991,12.45c-0.471-0.152-1.269-0.41-1.847-0.597c1.535,1.09,3.072,2.178,4.609,3.266 c0.846,0.599,1.675,1.29,2.568,1.819c0.621,0.368,1.365,0.521,2.054,0.743C12.206,16.146,9.16,13.986,6.991,12.45z"/> <g> <path fill="%23FF0000" d="M6.991,12.45c-0.616-0.199-1.232-0.398-1.847-0.597c1.168-2.125,5.695-10.166,5.695-10.166 s1.374,0.444,1.758,0.568C10.728,5.654,8.859,9.052,6.991,12.45z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="6.9912" y1="11.9111" x2="23.8331" y2="11.9111"> <stop offset="0" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M12.596,2.255c0.17,1.471,0.339,2.942,0.509,4.412c3.452-1.317,9.053-1.762,10.434,2.635 c1.571,5.002-3.48,9.642-7.069,12.264c1.007-1.705,2.004-3.441,2.647-5.323c0.437-1.279,1.116-3.421,0.22-4.671 c-1.151-1.607-3.57,0.02-4.659,0.862c-0.809,0.626-0.809,0.626-0.809,0.626s0.38,3.519,0.507,4.622 c-1.556-1.102-3.113-2.204-4.669-3.307c-0.709-0.502-1.416-1.004-2.138-1.485c-0.543-0.361-0.576-0.44-0.576-0.44 S9.006,8.785,9.85,7.25C10.766,5.585,11.681,3.92,12.596,2.255z"/> </svg>');
}
.red.icon-assoc-one-may_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.1073" cy="277.575" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M13.069,14.812c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C14.89,13.58,13.89,13.991,13.069,14.812z"/> <path fill="%23999999" d="M7.086,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L7.086,23.615z"/> <path fill="%23676767" d="M7.097,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L7.097,23.596z"/> <path fill="%23CCCCCC" d="M7.097,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 L7.096,23.6L7.097,23.599z"/> <path fill="%23999999" d="M24.698,23.615v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.698,23.615z"/> <path fill="%23676767" d="M24.71,23.596v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.71,23.596z"/> <path fill="%23CCCCCC" d="M24.71,23.599v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.71,23.599z"/> <path fill="%23999999" d="M15.898,7.67V7.65l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01c-0.004,0.004-0.008,0.008-0.013,0.011 l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L15.898,7.67z"/> <path fill="%23676767" d="M15.91,7.65v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L15.91,7.65z"/> <path fill="%23CCCCCC" d="M15.91,7.653V7.65l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285L15.9,7.67l0.005-0.003 l0.003-0.011L15.91,7.653z"/> </svg>');
}
.red.icon-assoc-many-one_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23999999" d="M16.031,17.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.031,17.794z"/> <path fill="%23676767" d="M16.043,17.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.043,17.773z"/> <path fill="%23CCCCCC" d="M16.043,17.776v-0.003l6.137-3.543l-6.137-3.065L9.894,14.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.043,17.776z"/> <radialGradient id="SVGID_1_" cx="-102.0667" cy="271.8012" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M4.109,20.585c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C5.931,19.354,4.93,19.764,4.109,20.585z"/> <radialGradient id="SVGID_2_" cx="-84.4545" cy="271.5874" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_2_)" d="M21.722,20.799c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963c-0.821-0.821-1.809-1.231-2.963-1.231C23.543,19.568,22.543,19.978,21.722,20.799z"/> <radialGradient id="SVGID_3_" cx="-93.2543" cy="287.8218" r="6.3207" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_3_)" d="M12.922,4.565c-0.821,0.821-1.231,1.809-1.231,2.963c0,1.18,0.41,2.181,1.231,3.002 c0.821,0.821,1.821,1.231,3.002,1.231c1.154,0,2.142-0.41,2.963-1.231c0.821-0.821,1.231-1.821,1.231-3.002 c0-1.154-0.41-2.142-1.231-2.963s-1.809-1.231-2.963-1.231C14.743,3.333,13.743,3.744,12.922,4.565z"/> </svg>');
}
.red.icon-assoc-port_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <radialGradient id="SVGID_1_" cx="-93.7715" cy="281.2866" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 293.5795)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.821,10.611c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.389,8.874,12.978,9.453,11.821,10.611z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="11.5108" y1="15.3417" x2="14.3971" y2="18.2279" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M11.672,13.647c0-0.004-0.003-0.006-0.009-0.006c-0.143-0.025-0.284-0.033-0.421-0.025h-0.009 c-0.219,0.004-0.41,0.069-0.572,0.197l-0.109,0.093c-0.105,0.096-0.191,0.222-0.257,0.377c-0.019,0.054-0.038,0.111-0.058,0.169 l-0.044,0.183l-0.029,0.693c0.006,0.004,0.009,0.01,0.009,0.019c0,0.004,0,0.01,0,0.018c0.004,0.013,0.007,0.026,0.007,0.039 l0.08,0.471c0.004,0.034,0.011,0.069,0.02,0.107c0.015,0.054,0.032,0.111,0.051,0.169l0.517,1.222 c0.033,0.058,0.066,0.117,0.1,0.175c0.148,0.257,0.305,0.498,0.472,0.724c0.306,0.407,0.643,0.774,1.011,1.101 c0.436,0.381,0.845,0.656,1.226,0.825c0.158,0.071,0.311,0.124,0.459,0.158c0.182,0.038,0.359,0.05,0.532,0.037 c0.448-0.03,0.761-0.252,0.938-0.667c0-0.004,0.002-0.008,0.007-0.012c0.025-0.064,0.047-0.129,0.064-0.197 c0.034-0.134,0.056-0.276,0.067-0.426c0.009-0.152,0.004-0.311-0.016-0.479v-0.006c-0.077-0.676-0.333-1.387-0.767-2.135 c-0.004-0.004-0.007-0.008-0.007-0.012c-0.177-0.302-0.369-0.586-0.574-0.85c-0.276-0.361-0.58-0.686-0.912-0.975 c-0.047-0.045-0.097-0.088-0.149-0.126c-0.115-0.1-0.231-0.19-0.346-0.27l-0.408-0.257c-0.071-0.047-0.143-0.087-0.215-0.121 L11.672,13.647z"/> <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-171.4409" y1="903.4816" x2="-168.5546" y2="906.3679" gradientTransform="matrix(-0.5367 0.8438 0.8438 0.5367 -838.9321 -331.1957)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_3_)" d="M19.374,11.743c0.003,0.002,0.007,0.001,0.01-0.004c0.098-0.108,0.18-0.222,0.247-0.342l0.005-0.007 c0.115-0.187,0.162-0.383,0.141-0.588l-0.02-0.142c-0.025-0.14-0.085-0.28-0.18-0.42c-0.036-0.045-0.073-0.092-0.112-0.14 l-0.131-0.136l-0.569-0.396c-0.006,0.003-0.014,0.002-0.021-0.003c-0.003-0.002-0.008-0.005-0.015-0.009 c-0.013-0.003-0.025-0.008-0.036-0.015l-0.44-0.185c-0.031-0.014-0.065-0.028-0.101-0.041c-0.054-0.017-0.111-0.033-0.17-0.048 l-1.308-0.22c-0.067-0.004-0.134-0.007-0.201-0.01c-0.296-0.013-0.584-0.01-0.864,0.01c-0.508,0.04-0.999,0.127-1.472,0.262 c-0.556,0.163-1.007,0.361-1.354,0.592c-0.145,0.095-0.272,0.196-0.379,0.303c-0.129,0.133-0.235,0.276-0.317,0.429 c-0.215,0.394-0.195,0.777,0.06,1.15c0.003,0.002,0.005,0.006,0.006,0.012c0.04,0.055,0.084,0.109,0.131,0.16 c0.094,0.1,0.202,0.195,0.324,0.285c0.123,0.089,0.261,0.17,0.412,0.244l0.005,0.003c0.612,0.298,1.349,0.464,2.213,0.498 c0.006-0.002,0.01-0.001,0.013,0.001c0.35,0.013,0.692,0.003,1.026-0.028c0.453-0.04,0.89-0.122,1.312-0.246 c0.064-0.016,0.126-0.035,0.186-0.058c0.146-0.044,0.284-0.093,0.414-0.147l0.436-0.206c0.077-0.035,0.15-0.074,0.217-0.117 L19.374,11.743z"/> <path fill="%23999999" d="M24.299,22.734v-0.02l-5.691-3.285l-0.016-0.01l0.364,6.394l0.016-0.01 c-0.004,0.004-0.008,0.008-0.013,0.011l5.343,3.534l-0.003-6.613c-0.001,0.001-0.002,0.001-0.003,0.002L24.299,22.734z"/> <path fill="%23676767" d="M24.31,22.714v0.003v0.011l-0.005,0.003v6.617l0.011-0.008c0.001,0,0.003-0.001,0.003-0.002 c0.016-0.01,0.032-0.021,0.047-0.031l0.02-0.013c0.002-0.001,0.004-0.002,0.005-0.003l5.265-3.477l-0.137-0.081l0.024,0.015 c0.001,0.001,0.003,0.001,0.003,0.002l0.112,0.063l0.358-6.394L24.31,22.714z"/> <path fill="%23CCCCCC" d="M24.31,22.718v-0.003l5.707-3.294l-5.707-2.85l-5.719,2.85l0.016,0.01l5.691,3.285l0.002,0.02l0.005-0.003 l0.003-0.011L24.31,22.718z"/> </svg>');
}
.red.icon-release_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF0000" d="M21.712,17.5c0.063-2.627-1.687-2.354-3.241-2.898c1.927,0.675,1.175,3.915,0.765,5.374 c-0.698,2.482-1.852,4.825-3.065,7.051c0.473,0.165,1.908,0.668,1.908,0.668s1.385-2.475,1.656-3.069 C20.712,22.487,21.831,19.953,21.712,17.5z"/> <path fill="%23990000" d="M7.79,16.967c-0.511-0.179-1.377-0.482-2.005-0.702c1.667,1.282,3.335,2.562,5.003,3.843 c0.918,0.705,1.819,1.518,2.787,2.14c0.674,0.433,1.482,0.613,2.23,0.874C13.451,21.316,10.144,18.775,7.79,16.967z"/> <g> <path fill="%23FF0000" d="M7.79,16.967c-0.668-0.234-1.337-0.468-2.005-0.702c1.268-2.5,6.182-11.962,6.182-11.962 s1.491,0.522,1.908,0.668C11.846,8.97,9.818,12.969,7.79,16.967z"/> </g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="7.7901" y1="16.3332" x2="26.0726" y2="16.3332"> <stop offset="0" style="stop-color:%23CC0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M13.874,4.972c0.184,1.731,0.368,3.461,0.552,5.192c3.747-1.549,9.827-2.073,11.326,3.1 c1.706,5.886-3.778,11.346-7.674,14.431c1.093-2.007,2.176-4.049,2.873-6.263c0.474-1.504,1.211-4.025,0.239-5.497 c-1.25-1.891-3.875,0.023-5.058,1.015c-0.878,0.736-0.878,0.736-0.878,0.736s0.412,4.141,0.55,5.438 c-1.689-1.297-3.379-2.594-5.068-3.891c-0.769-0.591-1.537-1.182-2.321-1.747C7.826,17.06,7.79,16.967,7.79,16.967 s2.187-4.313,3.104-6.119C11.887,8.889,12.881,6.931,13.874,4.972z"/> </svg> ');
}
.red.icon-task2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16.063,31.019l5.49-4.159l0.79-6.737l-6.28,3.577V31.019z"/> <path fill="%23999999" d="M10.573,26.86l5.49,4.159V23.7l-6.28-3.577L10.573,26.86z"/> <path fill="%23676767" d="M16.063,23.7v-6.321l-6.28,2.745L16.063,23.7z"/> <path fill="%23999999" d="M21.886,24.018l0.99-0.741l-0.533-3.153l-4.898,2.79L16.063,23.7l1.103,3.864L21.886,24.018z"/> <path fill="%23333333" d="M9.126,24.226l1.141-0.481l-0.483-3.622L9.126,24.226z"/> <path fill="%23CCCCCC" d="M22.343,20.123l-6.28-2.745l0,4.276l0,2.045L22.343,20.123z"/> <polygon fill="%23FF0000" points="18.114,17.44 15.959,16.839 23.9,2.354 26.075,2.908 "/> <polygon fill="%23FF0000" points="10.604,17.129 8.464,16.526 10.38,13.027 12.526,13.618 "/> <polygon fill="%23CC0000" points="18.999,22.84 16.845,22.223 8.464,16.526 10.604,17.129 "/> <polygon fill="%23990000" points="26.075,2.908 28.849,4.848 18.999,22.84 10.604,17.129 12.526,13.618 18.114,17.44 "/> <polygon fill="%23CCCCCC" points="14.56,9.338 13.304,8.987 17.935,0.54 19.203,0.862 "/> <polygon fill="%23CCCCCC" points="10.18,9.156 8.932,8.805 10.05,6.764 11.301,7.109 "/> <polygon fill="%23999999" points="15.077,12.488 13.82,12.127 8.932,8.805 10.18,9.156 "/> <polygon fill="%23676767" points="19.203,0.862 20.822,1.994 15.077,12.488 10.18,9.156 11.301,7.109 14.56,9.338 "/> </svg>');
}
.red.icon-podkova-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M13.11,12.917c-0.323-0.144-0.633-0.211-0.931-0.202c-0.351,0.005-0.648,0.118-0.891,0.337 c-0.027,0.027-0.054,0.054-0.081,0.081c-0.355,0.388-0.518,0.991-0.487,1.809l0.311,7.622c0,0.027-0.002,0.043-0.006,0.048 l4.077-2.532l-0.034-5.529C14.469,13.768,13.816,13.224,13.11,12.917z"/> <path fill="%23CC0000" d="M9.208,6.983c-0.121,0.046-0.238,0.1-0.351,0.162C8.574,7.294,8.313,7.488,8.075,7.726 C7.522,8.284,7.139,9.031,6.926,9.968c-0.166,0.742-0.217,1.567-0.153,2.476l0.539,7.569c0,0.008-0.002,0.02-0.006,0.034 c0,0.013,0.004,0.024,0.012,0.032l3.7,2.524l0.008,0.008c0.004-0.005,0.006-0.022,0.006-0.048l-0.311-7.622 c-0.031-0.819,0.131-1.422,0.487-1.809c0.027-0.027,0.054-0.054,0.081-0.081c0.242-0.219,0.539-0.332,0.891-0.337 c0.298-0.009,0.608,0.058,0.931,0.202c0.707,0.307,1.36,0.852,1.959,1.634c0.031,0.046,0.065,0.091,0.101,0.135 c0.315,0.432,0.58,0.894,0.796,1.385c0.23,0.513,0.388,1.019,0.473,1.519c0.05,0.288,0.071,0.72,0.063,1.297l-0.04,7.438l4.467,3.06 l0.366-7.805c0.036-0.788,0.011-1.514-0.075-2.179c-0.094-0.68-0.24-1.365-0.438-2.054c-0.311-1.07-0.75-2.148-1.317-3.233 c-0.742-1.422-1.62-2.689-2.633-3.801c-0.219-0.242-0.446-0.479-0.681-0.709c-1.157-1.134-2.329-1.937-3.518-2.409 c-0.324-0.131-0.64-0.232-0.945-0.305c-0.49-0.117-0.961-0.162-1.412-0.135C9.892,6.776,9.536,6.853,9.208,6.983z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="9.3934" y1="6.7977" x2="26.949" y2="24.3534"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M20.584,6.963c-1.17-1.058-2.365-1.776-3.585-2.153c-0.837-0.261-1.623-0.338-2.357-0.23 c-0.473,0.073-0.902,0.219-1.288,0.438c-0.027,0.013-0.052,0.03-0.075,0.048L9.208,6.983c0.329-0.131,0.684-0.207,1.066-0.23 c0.451-0.027,0.922,0.018,1.412,0.135c0.306,0.073,0.621,0.174,0.945,0.305c1.189,0.473,2.361,1.276,3.518,2.409 c0.234,0.23,0.461,0.467,0.681,0.709c1.014,1.112,1.892,2.379,2.633,3.801c0.567,1.085,1.006,2.163,1.317,3.233 c0.198,0.689,0.344,1.374,0.438,2.054c0.086,0.665,0.111,1.391,0.075,2.179l-0.366,7.805l4.051-3.06l0.008-0.032l0.62-7.67 c0.067-0.774,0.063-1.492-0.014-2.153c-0.193-1.715-0.746-3.435-1.66-5.158C23.031,9.615,21.915,8.165,20.584,6.963z"/> </svg>');
}
.red.icon-cms-item-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.955,15.496c-0.254,0.432-0.555,0.859-0.903,1.281c-0.512,0.628-1.109,1.22-1.791,1.775 c-0.291,0.242-0.643,0.506-1.058,0.791l-0.178,0.12l-0.096,7.009c0.009,0.003,0.017,0.003,0.023,0l0.201-0.151 c0.363-0.275,0.7-0.556,1.011-0.841c0.656-0.587,1.229-1.213,1.717-1.88c1.158-1.58,1.75-3.218,1.775-4.913c0-0.026,0-0.051,0-0.077 l0.309-6.171C22.878,13.482,22.541,14.501,21.955,15.496z"/> <path fill="%23CCCCCC" d="M17.848,4.801L17.702,4.72l-5.793,3.122C12.77,8.349,13.401,8.95,13.8,9.645 c0.306,0.538,0.447,1.091,0.425,1.66c0.001,0.014,0.001,0.026,0,0.039c-0.014,0.291-0.071,0.586-0.17,0.884 c-0.186,0.558-0.508,1.084-0.965,1.579c-0.135,0.148-0.283,0.294-0.444,0.436c-0.104,0.094-0.214,0.187-0.332,0.278 c-0.23,0.185-0.486,0.367-0.768,0.544l-0.112,0.073c-0.033,0-0.044,0.006-0.031,0.019l6.584,4.284l0.015,0.023 c0.005,0.005,0.013,0.005,0.023,0l0.178-0.12c0.414-0.286,0.767-0.549,1.058-0.791c0.682-0.556,1.279-1.148,1.791-1.775 c0.348-0.423,0.649-0.85,0.903-1.281c0.586-0.995,0.923-2.014,1.011-3.057c0.014-0.171,0.022-0.342,0.023-0.513 c0.01-1.732-0.668-3.328-2.034-4.79c-0.566-0.605-1.227-1.159-1.984-1.663C18.637,5.246,18.263,5.023,17.848,4.801z"/> <path fill="%23990000" d="M16.71,27.38l0.004-1.76l0.015-5.284l-1.768,1.185l0.077,7.082L16.71,27.38z"/> <path fill="%23999999" d="M18.026,19.464c-0.01,0.005-0.018,0.005-0.023,0l-0.015-0.023l-6.584-4.284l0.062,1.667l5.264,3.512 l-0.015,5.284l1.166,0.83c0.02,0.014,0.037,0.022,0.05,0.023L18.026,19.464 M14.054,12.227c0.099-0.298,0.156-0.592,0.17-0.884 c0.001-0.012,0.001-0.025,0-0.039c0.023-0.569-0.119-1.122-0.425-1.66c-0.399-0.695-1.029-1.296-1.891-1.802l0.205,6.546 c0.069,0.044,0.136,0.088,0.201,0.131c0.117-0.091,0.228-0.184,0.332-0.278c0.161-0.142,0.309-0.288,0.444-0.436 C13.547,13.311,13.868,12.785,14.054,12.227z"/> <path fill="%23CC0000" d="M15.039,28.603l-0.077-7.082L8.35,16.978l0.428,6.932L15.039,28.603z"/> <path fill="%23FF0000" d="M11.465,16.824l-1.355-0.903l-1.76,1.058l6.611,4.543l1.768-1.185L11.465,16.824z"/> </svg>');
}
.red.icon-env-server-response-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.02,10.115 M23.735,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.695,6.712,23.735,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.369,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.696,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.4,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.4,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%23FF0000" points="13.757,17.421 5.314,21.91 13.757,27.954 22.196,21.91 13.757,17.421 "/> <polyline fill="%23FF0000" points="5.97,17.592 4.882,18.126 13.749,23.926 13.757,23.922 22.624,18.126 21.537,17.592 13.757,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%23FF0000" points="4.406,14.065 13.749,19.523 23.101,14.065 13.757,10.013 4.406,14.065 "/> <polyline fill="%23990000" points="21.932,24.182 22.196,21.91 13.757,27.954 13.757,30.349 21.932,24.182 "/> <polyline fill="%23990000" points="13.757,23.922 13.757,26.606 22.335,20.635 22.624,18.126 13.757,23.922 "/> <polyline fill="%23990000" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%23CC0000" points="5.314,21.91 5.583,24.182 13.757,30.349 13.757,27.954 5.314,21.91 "/> <polyline fill="%23CC0000" points="13.757,23.922 13.749,23.926 4.882,18.126 5.176,20.635 13.753,26.606 13.757,26.606 13.757,23.922 "/> <polyline fill="%23CC0000" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M13.545,10.025c-0.846,0-1.657,0.133-2.409,0.394c-0.786,0.273-1.486,0.676-2.079,1.197 c-0.617,0.542-1.109,1.218-1.463,2.01c-0.352,0.788-0.531,1.668-0.531,2.618l0.001,1.882h4.465c0,0-0.676,0.873-0.853,1.397 c-0.171,0.504-0.175,2.121-0.175,2.121l-0.517,1.487c-0.174,0.442-0.264,0.917-0.264,1.413c0,1.041,0.399,1.99,1.153,2.743 c0.754,0.753,1.705,1.151,2.751,1.151c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73 c0-0.496-0.089-0.97-0.262-1.413v-1.457l1.309-1.648c0.969-1.255,1.453-2.527,1.453-3.803c0-2.409-1.085-3.84-1.996-4.617 C16.792,10.557,15.285,10.025,13.545,10.025L13.545,10.025z"/> <path fill="%23CC0000" d="M18.018,16.224c0,0.827-0.34,1.68-1.019,2.559l-1.381,1.738c-0.111,0.13-0.199,0.283-0.265,0.459 s-0.098,0.335-0.098,0.479v0.186h-3.273v-0.459c0-0.449,0.062-0.846,0.185-1.191s0.334-0.69,0.633-1.035l1.392-1.641 c0.363-0.41,0.545-0.781,0.545-1.113c0-0.371-0.101-0.667-0.302-0.889s-0.499-0.332-0.895-0.332c-0.402,0-0.702,0.114-0.899,0.342 c-0.198,0.228-0.297,0.534-0.297,0.918H9.063c0-0.67,0.119-1.271,0.356-1.802s0.557-0.972,0.957-1.323s0.872-0.622,1.416-0.811 s1.128-0.283,1.753-0.283c1.257,0,2.316,0.368,3.179,1.104C17.586,13.865,18.018,14.896,18.018,16.224z M15.518,24.545 c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566s-0.566-0.82-0.566-1.328 c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566S15.518,24.031,15.518,24.545z"/> </svg>');
}
.red.icon-env-server-request-LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M23.737,5.722c0-0.031,0-0.062-0.001-0.092c-0.039,1.063-1.057,1.776-1.75,2.482 c-0.655,0.667-1.309,1.335-1.964,2.002C21.241,9.078,23.737,7.504,23.737,5.722z"/> <path fill="%23CCCCCC" d="M20.021,10.115 M23.736,5.63c0.067-2.057-2.761-2.894-3.716-1.002c-0.66-1.282-2.449-1.452-3.319-0.297 c-0.786,1.043-0.309,2.117,0.505,2.912c0.959,0.936,1.878,1.916,2.815,2.873c0.634-0.646,1.267-1.292,1.901-1.938 C22.626,7.459,23.696,6.712,23.736,5.63"/> <path fill="%23676767" d="M16.303,5.63c-0.055,1.835,2.468,3.421,3.718,4.482c-0.652-0.664-1.303-1.328-1.955-1.992 C17.37,7.41,16.342,6.7,16.303,5.63z"/> <path fill="%23676767" d="M19.775,12.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,12.354z"/> <path fill="%23676767" d="M23.697,14.254c0.873,0.773,2.031,1.149,3.104,0.441c1.245-0.82,1.011-2.505-0.32-3.085 c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719c-0.955,0.863-1.969,0.67-2.949,1.504"/> <path fill="%23676767" d="M16.147,8.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-2.712,3.02-3.563 C18.401,9.646,17.283,9.651,16.147,8.691z"/> <path fill="%23CCCCCC" d="M19.775,11.354c-0.87,0.883-1.719,1.79-2.606,2.656c-0.794,0.774-1.222,1.844-0.482,2.854 c0.858,1.172,2.676,1.028,3.335-0.276c0.721,1.399,2.748,1.437,3.489,0.034c0.553-1.046,0.055-1.934-0.692-2.664 c-0.952-0.931-1.866-1.904-2.801-2.853L19.775,11.354z"/> <path fill="%23CCCCCC" d="M20.851,10.839c0.948,0.805,1.915,1.59,2.845,2.415c0.873,0.773,2.031,1.149,3.104,0.441 c1.245-0.82,1.011-2.505-0.32-3.085c1.459-0.65,1.533-2.505,0.088-3.221c-1.16-0.575-2.175-0.059-3.036,0.719 c-0.955,0.863-1.969,1.67-2.949,2.505L20.851,10.839"/> <path fill="%23CCCCCC" d="M16.147,7.691c-0.88-0.75-2.341-0.721-3.159,0.111c-0.914,0.93-0.499,2.309,0.651,2.811 c-1.453,0.647-1.519,2.511-0.088,3.22c1.123,0.556,2.135,0.102,2.965-0.66c0.97-0.891,2.013-1.712,3.02-2.563 C18.401,9.646,17.283,8.651,16.147,7.691z"/> <polyline fill="%23FF0000" points="13.758,17.421 5.314,21.91 13.758,27.954 22.197,21.91 13.758,17.421 "/> <polyline fill="%23FF0000" points="5.97,17.592 4.883,18.126 13.749,23.926 13.758,23.922 22.624,18.126 21.537,17.592 13.758,14 5.974,17.592 5.97,17.592 "/> <polyline fill="%23FF0000" points="4.406,14.065 13.749,19.523 23.101,14.065 13.758,10.013 4.406,14.065 "/> <polyline fill="%23990000" points="21.932,24.182 22.197,21.91 13.758,27.954 13.758,30.349 21.932,24.182 "/> <polyline fill="%23990000" points="13.758,23.922 13.758,26.606 22.335,20.635 22.624,18.126 13.758,23.922 "/> <polyline fill="%23990000" points="13.749,19.523 13.749,22.541 22.779,16.847 23.101,14.065 13.749,19.523 "/> <polyline fill="%23CC0000" points="5.314,21.91 5.583,24.182 13.758,30.349 13.758,27.954 5.314,21.91 "/> <polyline fill="%23CC0000" points="13.758,23.922 13.749,23.926 4.883,18.126 5.176,20.635 13.753,26.606 13.758,26.606 13.758,23.922 "/> <polyline fill="%23CC0000" points="4.406,14.065 4.728,16.847 13.749,22.545 13.749,22.541 13.749,19.523 4.406,14.065 "/> <path fill="%23FFFFFF" d="M17.806,12.268l0.202-2.184h-2.194h-4.121H9.499l0.202,2.184l0.879,9.502l0.039,0.424 c-0.498,0.667-0.77,1.445-0.77,2.292c0,1.041,0.399,1.99,1.153,2.743c0.754,0.753,1.706,1.151,2.751,1.151 c1.059,0,2.015-0.403,2.764-1.164c0.74-0.752,1.13-1.696,1.13-2.73c0-0.844-0.269-1.62-0.761-2.287l0.04-0.429L17.806,12.268z"/> <polygon fill="%23CC0000" points="15.814,12.084 14.935,21.586 12.572,21.586 11.693,12.084 "/> <path fill="%23CC0000" d="M15.648,24.486c0,0.508-0.186,0.951-0.557,1.328s-0.817,0.566-1.338,0.566c-0.515,0-0.96-0.189-1.338-0.566 s-0.566-0.82-0.566-1.328c0-0.514,0.188-0.96,0.566-1.338s0.823-0.566,1.338-0.566c0.521,0,0.967,0.189,1.338,0.566 S15.648,23.972,15.648,24.486z"/> </svg> ');
}
.red.icon-under-construction{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 420 420"> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 0.0 L 154.6 0.0 C 149.8 1.3 144.8 2.1 140.4 4.3 C 136.0 7.2 131.4 9.9 127.7 13.6 C 90.2 51.2 52.7 88.7 15.2 126.2 C 7.3 133.9 1.6 143.8 0.0 154.8 L 0.0 0.0 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 154.6 0.0 L 165.2 0.0 C 171.0 1.5 177.3 2.3 182.1 6.0 C 185.6 8.3 189.3 10.6 192.3 13.6 C 230.1 51.5 268.0 89.3 305.9 127.2 C 313.2 134.7 318.4 144.3 320.0 154.7 L 320.0 165.8 C 318.7 170.3 317.9 174.9 315.9 179.1 C 312.8 183.9 309.9 188.9 305.8 192.8 C 268.3 230.4 230.7 267.9 193.2 305.5 C 185.6 313.0 176.0 318.4 165.4 320.0 L 154.7 320.0 C 144.3 318.4 134.8 313.2 127.3 306.0 C 89.3 267.9 51.3 230.0 13.3 191.9 C 10.4 189.0 8.2 185.4 5.9 182.0 C 2.3 177.3 1.7 171.3 0.0 165.8 L 0.0 154.8 C 1.6 143.8 7.3 133.9 15.2 126.2 C 52.7 88.7 90.2 51.2 127.7 13.6 C 131.4 9.9 136.0 7.2 140.4 4.3 C 144.8 2.1 149.8 1.3 154.6 0.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 165.2 0.0 L 320.0 0.0 L 320.0 154.7 C 318.4 144.3 313.2 134.7 305.9 127.2 C 268.0 89.3 230.1 51.5 192.3 13.6 C 189.3 10.6 185.6 8.3 182.1 6.0 C 177.3 2.3 171.0 1.5 165.2 0.0 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 130.9 25.8 C 139.7 17.1 152.6 11.9 165.0 14.1 C 174.7 14.8 183.5 20.1 190.2 26.8 C 224.5 61.2 258.9 95.5 293.2 129.9 C 296.5 134.3 300.4 138.6 302.1 144.0 C 305.2 150.8 305.1 158.6 304.2 165.9 C 303.3 174.4 297.9 181.3 292.4 187.4 C 256.7 223.0 221.0 258.7 185.4 294.4 C 182.8 296.7 179.6 297.9 176.6 299.5 C 171.6 302.5 165.5 302.3 160.0 303.6 C 155.1 302.5 150.1 302.3 145.4 300.5 C 141.5 298.5 137.3 297.0 134.1 293.9 C 99.6 259.3 65.1 224.9 30.6 190.4 C 27.1 187.2 24.3 183.3 21.2 179.6 C 15.0 171.0 14.4 159.9 15.9 149.8 C 17.7 142.0 22.2 135.3 27.3 129.3 C 61.9 94.8 96.3 60.3 130.9 25.8 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 164.3 86.4 C 168.8 85.6 174.0 86.2 177.3 89.6 C 181.0 92.9 183.4 98.3 182.0 103.2 C 181.5 108.5 176.9 112.6 172.0 113.9 C 163.1 117.0 152.3 108.4 153.9 98.9 C 155.0 93.4 159.0 88.4 164.3 86.4 Z" /> <path fill="%23010102" stroke="%23010102" stroke-width="0.09375" d=" M 101.1 117.8 C 102.1 114.3 103.3 110.5 106.7 108.6 C 117.2 108.7 127.6 108.7 138.0 108.7 C 140.1 108.6 142.1 109.1 144.1 109.5 C 148.2 116.1 153.2 122.1 157.5 128.6 C 159.7 131.9 161.8 136.1 159.8 140.0 C 154.0 150.7 148.0 161.3 142.3 172.1 C 155.4 181.7 167.5 192.5 180.6 202.0 C 184.4 197.9 189.2 193.4 195.2 194.8 C 197.4 195.6 200.0 195.9 201.6 197.7 C 203.7 200.0 205.5 202.6 206.9 205.4 C 209.0 204.4 211.7 204.0 213.8 205.2 C 217.4 207.5 219.2 211.9 219.3 216.0 C 221.5 217.0 223.3 218.4 224.5 220.4 C 230.1 220.0 234.4 224.1 236.6 228.8 C 211.7 229.0 186.9 228.7 162.0 229.1 C 155.9 228.5 149.7 229.6 143.5 228.7 C 144.8 227.2 145.9 225.5 147.0 223.8 C 149.9 222.5 152.9 221.1 156.2 221.1 C 157.9 220.7 159.6 220.1 158.8 217.9 C 160.5 215.3 162.7 212.4 166.3 213.1 C 168.2 209.3 171.3 206.3 175.0 204.2 C 163.8 195.0 152.5 186.0 141.3 176.8 C 140.8 175.5 139.1 176.4 139.5 177.4 C 142.0 180.1 144.9 183.1 144.7 187.0 C 144.9 189.5 143.1 191.6 142.2 193.8 C 139.3 200.7 135.1 207.1 131.8 213.8 C 129.8 218.0 127.6 222.2 125.2 226.2 C 122.6 228.2 118.7 229.6 115.5 228.1 C 113.5 226.6 112.3 224.3 111.6 222.0 C 113.6 214.7 117.9 208.5 120.7 201.5 C 122.9 196.7 125.4 192.0 127.7 187.3 C 121.8 180.0 116.0 172.6 109.8 165.5 C 109.7 172.9 110.1 180.4 109.7 187.8 C 106.8 199.4 103.6 211.0 100.6 222.7 C 99.7 227.6 92.9 230.3 88.9 227.0 C 85.3 225.1 86.1 220.6 86.3 217.2 C 88.6 207.8 91.0 198.5 93.3 189.1 C 93.7 177.9 93.1 166.7 93.6 155.5 C 93.6 151.0 98.2 149.3 100.4 146.1 C 98.0 145.3 96.3 143.3 96.4 140.8 C 94.1 139.2 92.0 137.3 89.5 136.0 C 88.5 133.9 89.9 132.2 91.8 131.5 C 93.5 133.1 95.4 134.5 97.3 135.7 C 98.6 129.8 99.7 123.8 101.1 117.8 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 113.0 123.3 C 116.6 123.4 120.1 123.4 123.6 123.4 C 119.3 128.0 114.4 132.1 110.3 136.9 C 110.8 132.3 112.1 127.9 113.0 123.3 Z" /> <path fill="%23ffff02" stroke="%23ffff02" stroke-width="0.09375" d=" M 122.7 156.0 C 128.2 153.5 133.7 151.2 139.2 148.7 C 137.2 153.8 133.8 158.0 131.8 163.0 C 128.6 160.8 125.5 158.6 122.7 156.0 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 0.0 165.8 C 1.7 171.3 2.3 177.3 5.9 182.0 C 8.2 185.4 10.4 189.0 13.3 191.9 C 51.3 230.0 89.3 267.9 127.3 306.0 C 134.8 313.2 144.3 318.4 154.7 320.0 L 0.0 320.0 L 0.0 165.8 Z" /> <path fill="%23ffffff" stroke="%23ffffff" stroke-width="0.09375" d=" M 315.9 179.1 C 317.9 174.9 318.7 170.3 320.0 165.8 L 320.0 320.0 L 165.4 320.0 C 176.0 318.4 185.6 313.0 193.2 305.5 C 230.7 267.9 268.3 230.4 305.8 192.8 C 309.9 188.9 312.8 183.9 315.9 179.1 Z" /> </svg>');
}
.red.icon-undeploy2_LOCK{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g transform="translate(3, -1)"> <polyline fill="%23990000" points="9.308,21.625 8.883,21.868 9.032,26.377 12.589,24.183 12.9,23.988 13.008,23.92 13.001,23.92 13.001,19.505 9.315,21.632 9.308,21.625 "/> <polyline fill="%23151515" points="13.001,19.492 13.001,19.505 13.001,23.92 13.008,23.92 12.9,23.988 22.236,18.223 14.52,19.472 10.307,17.082 9.538,17.5 13.001,19.492 "/> <polyline fill="%23CCCCCC" points="1.943,21.632 2.301,25.696 9.167,30.576 9.032,26.377 1.943,21.632 "/> <polyline fill="%23CCCCCC" points="17.659,8.752 16.977,8.441 7.033,8.623 16.208,13.214 25.793,12.424 25.004,12.066 16.592,12.707 16.106,12.741 8.485,8.961 17.659,8.752 "/> <path fill="%23B6B6B6" d="M23.019,18.094l-0.783,0.128L12.9,23.988l-0.311,0.196l-3.558,2.194l0.135,4.199l1.465-0.965l0.095-0.061 c-0.013-0.594,0.153-1.231,0.5-1.91c0.311-0.612,0.698-1.134,1.161-1.566c0.252-0.239,0.511-0.43,0.776-0.574 c0.144-0.081,0.286-0.144,0.425-0.189c0.18-0.063,0.353-0.092,0.52-0.088c0.374,0.005,0.65,0.153,0.83,0.446 c0.113,0.176,0.182,0.385,0.209,0.628c0.004,0,0.009,0.002,0.013,0.007c0.072,0.05,0.137,0.115,0.196,0.196l2.943-1.937l0.284-0.189 c-0.004-0.009-0.007-0.016-0.007-0.02c0.009,0,0.016-0.002,0.02-0.007c0.031-0.536,0.194-1.103,0.486-1.701 c0.275-0.563,0.612-1.044,1.013-1.445c0.176-0.176,0.356-0.324,0.54-0.446c0-0.005,0-0.009,0-0.014 c0.013-0.009,0.029-0.016,0.047-0.02c0.032-0.023,0.065-0.043,0.101-0.061c0.068-0.041,0.135-0.074,0.203-0.101 c0.239-0.108,0.459-0.151,0.662-0.128c0.315,0.041,0.536,0.218,0.662,0.533c0.045,0.113,0.077,0.236,0.095,0.371 c0.144,0.05,0.254,0.149,0.331,0.297l0.284-0.189V18.094"/> <polyline fill="%23676767" points="25.793,12.424 16.208,13.214 14.52,19.472 22.236,18.223 23.019,18.094 24.112,17.912 25.793,12.424 "/> <path fill="%23676767" d="M14.702,26.168c-0.095,0-0.191,0.011-0.29,0.034c-0.356,0.081-0.734,0.308-1.134,0.682 c-0.05,0.045-0.095,0.09-0.135,0.135c-0.324,0.329-0.601,0.713-0.83,1.154c-0.072,0.14-0.135,0.277-0.189,0.412 c-0.167,0.396-0.252,0.779-0.257,1.148c-0.004,0.135,0.004,0.259,0.027,0.371c0.027,0.158,0.077,0.295,0.149,0.412 c0.041,0.068,0.09,0.126,0.149,0.176c0.041,0.036,0.086,0.068,0.135,0.095c0.113,0.063,0.245,0.095,0.398,0.095 c0.441,0.004,0.916-0.232,1.424-0.709c0.383-0.356,0.704-0.785,0.965-1.289c0.288-0.549,0.439-1.069,0.452-1.559 c0.004-0.315-0.056-0.576-0.182-0.783c-0.009-0.014-0.018-0.027-0.027-0.041c-0.059-0.081-0.124-0.146-0.196-0.196 c-0.004-0.004-0.009-0.007-0.013-0.007c-0.031-0.023-0.063-0.041-0.095-0.054C14.95,26.193,14.833,26.168,14.702,26.168"/> <path fill="%23676767" d="M22.283,21.301c-0.176-0.031-0.36-0.009-0.554,0.068c-0.248,0.095-0.511,0.279-0.79,0.554 c-0.329,0.329-0.61,0.725-0.844,1.188c-0.248,0.491-0.389,0.959-0.425,1.404c-0.013,0.171-0.011,0.324,0.007,0.459 c0.036,0.27,0.133,0.464,0.29,0.581l0.095,0.061c0.054,0.023,0.113,0.041,0.176,0.054c0.405,0.072,0.851-0.133,1.337-0.614 c0.333-0.329,0.617-0.727,0.851-1.195c0.248-0.491,0.387-0.959,0.419-1.404c0.027-0.356-0.009-0.63-0.108-0.824 c-0.077-0.149-0.187-0.248-0.331-0.297c-0.004-0.004-0.009-0.007-0.013-0.007C22.355,21.319,22.319,21.31,22.283,21.301"/> <polyline fill="%23CC0000" points="9.032,26.377 8.883,21.868 1.572,17.298 1.943,21.632 9.032,26.377 "/> <path d="M14.938,25.669c-0.18-0.293-0.457-0.441-0.83-0.446c-0.167-0.004-0.34,0.025-0.52,0.088l1.465,0.932 c0.031,0.013,0.063,0.032,0.095,0.054C15.121,26.053,15.051,25.844,14.938,25.669"/> <path d="M22.31,20.963c-0.126-0.315-0.347-0.493-0.662-0.533c-0.203-0.023-0.423,0.02-0.662,0.128l1.404,0.77 c0.004,0,0.009,0.002,0.013,0.007C22.387,21.2,22.355,21.076,22.31,20.963"/> <path fill="%23999999" d="M14.412,26.202c0.099-0.023,0.196-0.034,0.29-0.034c0.131,0,0.248,0.025,0.351,0.074l-1.465-0.932 c-0.14,0.045-0.281,0.108-0.425,0.189c-0.266,0.144-0.524,0.335-0.776,0.574c-0.464,0.432-0.851,0.954-1.161,1.566 c-0.347,0.68-0.513,1.316-0.5,1.91l-0.095,0.061l1.559,1.08c-0.058-0.05-0.108-0.108-0.149-0.176 c-0.072-0.117-0.121-0.254-0.149-0.412c-0.022-0.113-0.031-0.236-0.027-0.371c0.004-0.369,0.09-0.752,0.257-1.148 c0.054-0.135,0.117-0.272,0.189-0.412c0.23-0.441,0.506-0.826,0.83-1.154c0.04-0.045,0.086-0.09,0.135-0.135 C13.678,26.51,14.056,26.283,14.412,26.202"/> <path fill="%23999999" d="M21.73,21.368c0.194-0.077,0.378-0.099,0.554-0.068c0.036,0.009,0.072,0.018,0.108,0.027l-1.404-0.77 c-0.068,0.027-0.135,0.061-0.203,0.101c-0.036,0.018-0.07,0.038-0.101,0.061c-0.018,0.009-0.034,0.02-0.047,0.034 c-0.185,0.122-0.365,0.27-0.54,0.446c-0.401,0.401-0.738,0.882-1.013,1.445c-0.293,0.599-0.455,1.166-0.486,1.701 c-0.004,0.005-0.011,0.007-0.02,0.007c0,0.004,0.002,0.011,0.007,0.02L18.3,24.561l1.667,0.992c-0.158-0.117-0.254-0.311-0.29-0.581 c-0.018-0.135-0.02-0.288-0.007-0.459c0.036-0.446,0.178-0.914,0.425-1.404c0.234-0.464,0.515-0.86,0.844-1.188 C21.219,21.647,21.482,21.463,21.73,21.368"/> <polyline fill="%23676767" points="16.106,12.741 16.592,12.707 17.659,8.752 8.485,8.961 16.106,12.741 "/> <polyline fill="%23999999" points="7.033,8.623 5.69,14.456 10.307,17.082 14.52,19.472 16.208,13.214 7.033,8.623 "/> <polyline fill="%23CCCCCC" points="8.883,21.868 9.308,21.625 13.001,19.492 9.538,17.5 5.656,15.259 1.572,17.298 8.883,21.868 "/> </g> </svg>');
}
.red.icon-deploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%23990000" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%23990000" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%23FF0000" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%23FF0000" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%23FF0000" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%23FF0000" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%23CC0000" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%23CC0000" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%23CC0000" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%23CC0000" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23006600" points="2.405,24.286 2.592,26.482 12.935,25.762 12.888,23.576 2.405,24.286 "/> <polyline fill="%23006600" points="11.58,22.67 13.589,21.371 13.551,19.232 9.917,21.521 11.58,22.67 "/> <polyline fill="%2300FF00" points="12.888,23.576 11.58,22.67 9.917,21.521 13.551,19.232 10.701,17.353 7.076,19.549 4.348,17.652 2.405,24.286 12.888,23.576 "/> </svg>');
}
.red.icon-undeploy.LOCK2{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M19.108,11.578c-0.094-0.127-0.19-0.252-0.289-0.373c-0.136-0.182-0.311-0.397-0.525-0.645 c-0.052-0.067-0.109-0.132-0.169-0.198c-0.014-0.014-0.028-0.031-0.041-0.05l-0.499-0.525c-0.009-0.01-0.016-0.015-0.022-0.015 L17.534,9.8l-1.207,1.524v0.007l-0.013,0.009c-0.004-0.006-0.014-0.011-0.028-0.015l-0.091-0.076 c-0.205-0.165-0.416-0.31-0.632-0.436c-0.038-0.023-0.075-0.046-0.113-0.069l-0.28-0.141c-0.01-0.004-0.02-0.012-0.028-0.022 c-0.014-0.019-0.031-0.044-0.05-0.076l-1.509-3.195c-0.004-0.004-0.012-0.009-0.022-0.013c-0.009-0.009-0.027-0.016-0.056-0.022 L13.26,7.238c-0.43-0.042-0.823,0.003-1.179,0.135l-0.428,0.211V7.59l1.15,3.158c0,0.004,0.004,0.025,0.013,0.063l-0.069,0.091 c-0.117,0.159-0.216,0.358-0.295,0.597l-0.028,0.091c0,0.038-0.004,0.061-0.013,0.069h-0.007c-0.006,0-0.011-0.002-0.015-0.007 l-1.986-1.094l-0.041-0.028v0.028l-0.009,0.028l0.015,0.771c0.019,0.31,0.054,0.624,0.104,0.942c0.052,0.3,0.12,0.636,0.204,1.009 c0.01,0.038,0.02,0.068,0.028,0.091c0.01,0.01,0.017,0.017,0.022,0.022c0.014,0.014,0.045,0.041,0.091,0.078l1.873,1.537 c0.029,0.027,0.05,0.051,0.063,0.069c0.014,0.014,0.024,0.026,0.028,0.035c0.01,0.019,0.025,0.059,0.043,0.119 c0.126,0.352,0.278,0.717,0.456,1.096l0.098,0.195c0.023,0.033,0.033,0.054,0.028,0.063l-0.603,1.693 c0.436,0.711,0.87,1.337,1.305,1.88c0.216,0.276,0.454,0.56,0.716,0.851c0.01,0.009,0.02,0.013,0.028,0.013 c0.01-0.004,0.017-0.009,0.022-0.013l0.007-0.009c0.019-0.032,0.033-0.053,0.043-0.063l0.953-0.983l0.022-0.026h0.007 c0.004,0,0.019,0.009,0.043,0.026l0.091,0.085c0.055,0.048,0.111,0.097,0.167,0.148c0.207,0.159,0.413,0.305,0.619,0.436 l0.098,0.063c0.038,0.023,0.064,0.042,0.078,0.056c0.009,0,0.013,0.002,0.013,0.007l1.398,2.92c0.013,0.033,0.027,0.059,0.041,0.078 c0.01,0.004,0.02,0.009,0.028,0.013l0.499,0.169c0.233,0.061,0.45,0.101,0.651,0.119c0.211,0.023,0.412,0.02,0.603-0.009 l0.254-0.041c0.014,0,0.022-0.002,0.022-0.007v-0.007l-1.081-3.069V20.94c0.004-0.013,0.02-0.027,0.048-0.041l0.154-0.154 c0.075-0.084,0.136-0.169,0.182-0.254l0.119-0.217l0.015-0.035c0-0.014,0-0.024,0-0.028c0.004-0.01,0.012-0.012,0.022-0.007 l2.436,1.459h0.007c0.004-0.004,0.007-0.016,0.007-0.035c0.029-0.164,0.05-0.332,0.063-0.506c0.014-0.117,0.024-0.234,0.028-0.349 c0.019-0.511-0.019-1.087-0.113-1.728c-0.013-0.088-0.027-0.174-0.041-0.258l-0.022-0.119c0-0.01-0.004-0.02-0.013-0.028 c-0.004-0.01-0.012-0.02-0.022-0.028c-0.027-0.014-0.046-0.026-0.056-0.035l-2.436-1.917c-0.004-0.006-0.009-0.011-0.013-0.015 c-0.01-0.023-0.025-0.058-0.043-0.104c-0.069-0.216-0.13-0.386-0.182-0.512c-0.14-0.37-0.29-0.715-0.449-1.033 c-0.004-0.009-0.009-0.018-0.013-0.028l0.89-2.049c-0.004-0.014-0.009-0.024-0.013-0.028c-0.004-0.013-0.009-0.022-0.013-0.028 c-0.014-0.038-0.024-0.059-0.028-0.063l-0.415-0.632C19.393,11.965,19.253,11.769,19.108,11.578"/> <path fill="%23990000" d="M14.917,12.046c0.006,0,0.009,0.002,0.009,0.007l0.645,0.239c0.071,0.038,0.141,0.082,0.211,0.135 l0.399,0.287c0.113,0.09,0.226,0.19,0.339,0.302c0.051,0.043,0.099,0.09,0.145,0.141c0.324,0.323,0.622,0.685,0.892,1.088 c0.201,0.295,0.389,0.611,0.562,0.949c0,0.004,0.002,0.009,0.007,0.013c0.425,0.834,0.676,1.627,0.751,2.381v0.007 c0.019,0.187,0.024,0.365,0.015,0.534c-0.01,0.168-0.032,0.326-0.065,0.475c-0.017,0.075-0.038,0.148-0.063,0.219 c-0.004,0.004-0.007,0.009-0.007,0.013c-0.174,0.463-0.48,0.711-0.918,0.745c-0.169,0.014-0.343,0.001-0.521-0.041 c-0.145-0.038-0.294-0.096-0.449-0.176c-0.373-0.188-0.773-0.495-1.2-0.92c-0.36-0.365-0.69-0.774-0.99-1.229 c-0.164-0.252-0.318-0.521-0.462-0.807c-0.033-0.065-0.066-0.13-0.098-0.195l-0.506-1.363c-0.019-0.065-0.035-0.128-0.05-0.189 c-0.009-0.042-0.015-0.082-0.02-0.119l-0.078-0.525c0-0.014-0.002-0.029-0.007-0.043c0-0.009,0-0.015,0-0.02 c0-0.01-0.003-0.017-0.009-0.022l0.028-0.773l0.043-0.204c0.019-0.065,0.038-0.128,0.056-0.189c0.065-0.174,0.149-0.314,0.252-0.421 l0.106-0.104c0.159-0.142,0.346-0.215,0.56-0.219h0.009C14.639,12.009,14.776,12.019,14.917,12.046z"/> <path fill="%23990000" d="M14.925,20.968c-0.01,0.01-0.025,0.031-0.043,0.063l-0.007,0.009l1.333-0.823 c-0.056-0.051-0.112-0.1-0.167-0.148l-0.091-0.085c-0.025-0.017-0.039-0.026-0.043-0.026H15.9l-0.022,0.026L14.925,20.968 M19.998,12.917l-0.89,2.049l6.977-4.085c0.004-0.013,0.014-0.034,0.028-0.063l1.025-1.993L19.998,12.917 M22.323,18.639 c0.009,0.009,0.013,0.018,0.013,0.028l0.022,0.119c0.014,0.084,0.028,0.17,0.041,0.258c0.094,0.641,0.132,1.217,0.113,1.728 c-0.004,0.116-0.014,0.232-0.028,0.349c-0.013,0.174-0.034,0.342-0.063,0.506c0,0.019-0.002,0.03-0.007,0.035l4.337-2.87L29.13,17.2 h0.009c0.004-0.006,0.009-0.017,0.013-0.035c0.061-0.245,0.108-0.521,0.141-0.829c0.056-0.595,0.04-1.236-0.05-1.923l-0.013-0.119 c0-0.009-0.005-0.018-0.015-0.028L22.323,18.639 M19.972,20.204c-0.01-0.006-0.017-0.004-0.022,0.007c0,0.004,0,0.014,0,0.028 l-0.015,0.035l-0.119,0.217c-0.046,0.085-0.107,0.17-0.182,0.254l-0.154,0.154c-0.027,0.014-0.043,0.028-0.048,0.041l0.849-0.547 L19.972,20.204z"/> <path fill="%23FF0000" d="M12.405,11.66h0.007c0.009-0.009,0.013-0.032,0.013-0.069l0.028-0.091c0.08-0.239,0.178-0.438,0.295-0.597 l0.069-0.091c-0.009-0.038-0.013-0.059-0.013-0.063L12.355,9.52l-1.993,1.012l0.041,0.028l1.986,1.094 C12.394,11.658,12.399,11.66,12.405,11.66"/> <path fill="%23FF0000" d="M22.232,6.852c-0.01-0.004-0.022-0.011-0.035-0.02l-7.055,3.747c0.009,0.01,0.018,0.017,0.028,0.022 l0.28,0.141c0.038,0.023,0.075,0.046,0.113,0.069c0.216,0.126,0.426,0.271,0.632,0.436l0.091,0.076 c0.014,0.004,0.024,0.009,0.028,0.015l1.22-1.539l0.028-0.028l5.084-2.722c-0.043-0.023-0.088-0.047-0.135-0.072L22.232,6.852"/> <path fill="%23FF0000" d="M18.743,4.093c-0.014,0.01-0.022,0.017-0.022,0.022l-6.64,3.258c0.356-0.132,0.749-0.177,1.179-0.135 l0.245,0.035c0.029,0.006,0.048,0.013,0.056,0.022l7.174-3.566c-0.009-0.009-0.025-0.013-0.05-0.013l-0.258-0.022 c-0.454-0.014-0.871,0.048-1.25,0.189c-0.098,0.038-0.187,0.08-0.267,0.128L18.778,4.08C18.774,4.084,18.762,4.089,18.743,4.093"/> <path fill="%23FF0000" d="M19.796,16.644c0.004,0.004,0.009,0.009,0.013,0.015l2.436,1.917c0.01,0.009,0.029,0.02,0.056,0.035 c0.01,0.009,0.017,0.018,0.022,0.028l6.892-4.374c-0.013-0.019-0.034-0.038-0.063-0.056l-2.436-1.726 c-0.004-0.006-0.012-0.009-0.022-0.009L19.796,16.644z"/> <path fill="%23CC0000" d="M19.432,20.94v0.007l1.081,3.069v0.007l6.493-4.365c0.004,0,0.007-0.003,0.007-0.009 c0.009-0.004,0.011-0.014,0.007-0.028l-0.267-0.827l-4.337,2.87h-0.007l-2.127-1.27L19.432,20.94"/> <path fill="%23CC0000" d="M19.108,14.966c0.004,0.01,0.009,0.02,0.013,0.028c0.159,0.318,0.309,0.663,0.449,1.033 c0.052,0.126,0.113,0.297,0.182,0.512c0.019,0.046,0.033,0.081,0.043,0.104l6.898-4.17c-0.004-0.013-0.009-0.027-0.013-0.041 c-0.004-0.027-0.009-0.048-0.015-0.063l-0.161-0.491c-0.122-0.328-0.26-0.654-0.415-0.977c-0.004-0.004-0.007-0.012-0.007-0.022 L19.108,14.966"/> <path fill="%23CC0000" d="M24.793,5.919c-0.004-0.004-0.009-0.007-0.013-0.007l-2.134,1.137l-5.084,2.722 c0.006,0,0.013,0.005,0.022,0.015l0.499,0.525c0.013,0.019,0.027,0.035,0.041,0.05c0.061,0.065,0.117,0.131,0.169,0.198 c0.214,0.247,0.389,0.462,0.525,0.645c0.098,0.122,0.195,0.246,0.289,0.373c0.145,0.191,0.285,0.387,0.421,0.588l0.415,0.632 c0.004,0.004,0.014,0.025,0.028,0.063c0.004,0.006,0.009,0.015,0.013,0.028c0.004,0.004,0.009,0.014,0.013,0.028l7.139-4.092 c-0.009-0.014-0.013-0.024-0.013-0.028l-0.449-0.682c-0.258-0.36-0.485-0.657-0.682-0.89c-0.234-0.295-0.473-0.567-0.716-0.814 l-0.462-0.465C24.805,5.932,24.797,5.923,24.793,5.919"/> <path fill="%23CC0000" d="M20.764,3.75c-0.004-0.009-0.014-0.016-0.028-0.022l-7.174,3.566c0.01,0.004,0.017,0.009,0.022,0.013 l1.509,3.195c0.019,0.032,0.035,0.057,0.05,0.076l7.055-3.747c-0.014-0.014-0.029-0.036-0.043-0.065L20.764,3.75z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="14.6172" y1="16.4257" x2="17.7473" y2="19.5558" gradientTransform="matrix(1 0 0 -1 0 33.7795)"> <stop offset="0" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.925,12.053c0-0.004-0.003-0.007-0.009-0.007c-0.14-0.027-0.278-0.037-0.412-0.028h-0.009 c-0.214,0.004-0.401,0.077-0.56,0.219l-0.106,0.104c-0.103,0.107-0.187,0.247-0.252,0.421c-0.019,0.061-0.038,0.124-0.056,0.189 l-0.043,0.204l-0.028,0.773c0.006,0.004,0.009,0.012,0.009,0.022c0,0.004,0,0.011,0,0.02c0.004,0.014,0.007,0.029,0.007,0.043 l0.078,0.525c0.004,0.038,0.011,0.077,0.02,0.119c0.014,0.061,0.031,0.124,0.05,0.189l0.506,1.363 c0.032,0.065,0.064,0.13,0.098,0.195c0.145,0.287,0.299,0.556,0.462,0.807c0.3,0.454,0.629,0.864,0.99,1.229 c0.427,0.425,0.827,0.732,1.2,0.92c0.155,0.08,0.305,0.138,0.449,0.176c0.178,0.042,0.352,0.056,0.521,0.041 c0.438-0.033,0.745-0.281,0.918-0.745c0-0.004,0.002-0.009,0.007-0.013c0.025-0.071,0.046-0.144,0.063-0.219 c0.033-0.149,0.055-0.308,0.065-0.475c0.009-0.169,0.004-0.347-0.015-0.534v-0.007c-0.075-0.754-0.326-1.548-0.751-2.381 c-0.004-0.004-0.007-0.009-0.007-0.013c-0.174-0.337-0.361-0.653-0.562-0.949c-0.271-0.402-0.568-0.765-0.892-1.088 c-0.046-0.051-0.095-0.098-0.145-0.141c-0.113-0.111-0.226-0.212-0.339-0.302l-0.399-0.287c-0.069-0.052-0.14-0.097-0.211-0.135 L14.925,12.053z"/> <polyline fill="%23990000" points="14.564,21.225 13.266,21.928 11.174,23.247 11.18,23.258 11.046,23.327 14.301,28.776 16.43,27.215 13.357,22.083 14.66,21.381 16.939,19.933 14.564,21.225 "/> <polyline fill="%23FF0000" points="14.725,16.275 12.402,17.605 14.564,21.225 16.939,19.933 14.725,16.275 "/> <polyline fill="%23FF0000" points="9.008,19.622 9.013,19.632 11.158,18.41 8.01,13.143 5.64,14.28 8.879,19.707 9.008,19.622 "/> <polyline fill="%23CC0000" points="9.013,19.632 8.879,19.707 5.64,14.28 3.768,15.846 6.852,21.021 4.144,22.78 6.069,26.014 8.917,24.475 12.016,29.672 14.301,28.776 11.046,23.327 11.174,23.247 13.266,21.928 14.564,21.225 12.402,17.605 11.158,18.41 9.013,19.632 "/> </svg> ');
}


.blue.icon-bx_4dcube-full{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23003399" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%230044B2" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%230099FF" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.blue.icon-4dcube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23003399" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%230044B2" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%230099FF" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.blue.icon-block1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23003399" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%230044B2" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%230099FF" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.blue.icon-base{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230099FF" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%23003399" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%230044B2" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.blue.icon-base.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%23003399" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%230044B2" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%230099FF" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.blue.icon-blox-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%230044B2" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%23003399" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.blue.icon-projector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.blue.icon-environment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%230044B2" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%230099FF" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%23003399" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.blue.icon-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%230044B2" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%230099FF" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%230044B2" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%230099FF" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%230044B2" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%230044B2" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%23003399" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.blue.icon-theater{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%230044B2" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%230099FF" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23003399" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%230099FF" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%230044B2" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%230099FF" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23003399" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.blue.icon-palette{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%230044B2" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%230099FF" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23003399" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%230099FF" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%230044B2" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%230099FF" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23003399" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.blue.icon-suitcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%230099FF" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%230099FF" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%230099FF" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%23003399" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.blue.icon-security_right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%230099FF" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%230099FF" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%230099FF" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%230099FF" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%230099FF" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%230099FF" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%230099FF" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%230044B2" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%230044B2" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%230044B2" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23003399" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23003399" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.blue.icon-security_role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%230044B2" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%23003399" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%230099FF" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.blue.icon-x_key{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23003399" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%230099FF" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%23003399" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%230099FF" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%230044B2" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%230099FF" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%230099FF" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%230044B2" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%230099FF" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%230099FF" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%230044B2" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%230099FF" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%23003399" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%230099FF" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%230099FF" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%23003399" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%230099FF" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%230099FF" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%230099FF" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%230044B2" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.blue.icon-security_role_access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%230044B2" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%230044B2" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%230099FF"/> <stop offset="1" style="stop-color:%230044B2"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%230099FF" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%23003399" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.blue.icon-treeroot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%230099FF" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%230044B2" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.blue.icon-tabset{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%230099FF" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%230044B2" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23003399" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%230099FF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.lightBlue.icon-bx_4dcube-full{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23269FBF" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%232189a5" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%2333CCFF" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.lightBlue.icon-4dcube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23269FBF" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%232189a5" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%2333CCFF" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.lightBlue.icon-block1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23269FBF" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%232189a5" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%2333CCFF" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.lightBlue.icon-base{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2333CCFF" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%23269FBF" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%232189a5" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.lightBlue.icon-base.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%23269FBF" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%232189a5" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%2333CCFF" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.lightBlue.icon-blox-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%232189a5" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%23269FBF" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.lightBlue.icon-projector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.lightBlue.icon-environment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%232189a5" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%2333CCFF" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%23269FBF" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.lightBlue.icon-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%232189a5" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%2333CCFF" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%232189a5" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%2333CCFF" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%232189a5" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%232189a5" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%23269FBF" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.lightBlue.icon-theater{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%232189a5" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%2333CCFF" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23269FBF" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%2333CCFF" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%232189a5" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%2333CCFF" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23269FBF" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.lightBlue.icon-palette{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%232189a5" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%2333CCFF" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23269FBF" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%2333CCFF" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%232189a5" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%2333CCFF" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23269FBF" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.lightBlue.icon-suitcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%2333CCFF" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%2333CCFF" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%2333CCFF" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%23269FBF" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.lightBlue.icon-security_right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%2333CCFF" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%2333CCFF" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%2333CCFF" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%2333CCFF" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%2333CCFF" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%2333CCFF" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%2333CCFF" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%232189a5" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%232189a5" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%232189a5" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23269FBF" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23269FBF" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.lightBlue.icon-security_role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%232189a5" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%23269FBF" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%2333CCFF" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.lightBlue.icon-x_key{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23269FBF" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%2333CCFF" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%23269FBF" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%2333CCFF" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%232189a5" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%2333CCFF" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%2333CCFF" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%232189a5" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%2333CCFF" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%2333CCFF" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%232189a5" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%2333CCFF" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%23269FBF" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%2333CCFF" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%2333CCFF" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%23269FBF" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%2333CCFF" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%2333CCFF" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%2333CCFF" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%232189a5" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.lightBlue.icon-security_role_access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%232189a5" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%232189a5" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%2333CCFF"/> <stop offset="1" style="stop-color:%232189a5"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%2333CCFF" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%23269FBF" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.lightBlue.icon-treeroot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%2333CCFF" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%232189a5" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.lightBlue.icon-tabset{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%2333CCFF" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%232189a5" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23269FBF" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%2333CCFF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.green.icon-bx_4dcube-full{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%232f8c51" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%2321663c" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%2339b563" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.green.icon-4dcube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%232f8c51" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%2321663c" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%2339b563" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.green.icon-block1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%232f8c51" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%2321663c" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%2339b563" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.green.icon-base{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2339b563" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%232f8c51" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%2321663c" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.green.icon-base.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%232f8c51" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%2321663c" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%2339b563" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.green.icon-blox-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%2321663c" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%232f8c51" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.green.icon-projector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.green.icon-environment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%2321663c" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%2339b563" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%232f8c51" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.green.icon-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%2321663c" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%2339b563" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%2321663c" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%2339b563" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%2321663c" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%2321663c" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%232f8c51" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.green.icon-theater{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%2321663c" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%2339b563" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%232f8c51" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%2339b563" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%2321663c" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%2339b563" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%232f8c51" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.green.icon-palette{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%2321663c" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%2339b563" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%232f8c51" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%2339b563" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%2321663c" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%2339b563" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%232f8c51" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.green.icon-suitcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%2339b563" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%2339b563" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%2339b563" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%232f8c51" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.green.icon-security_right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%2339b563" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%2339b563" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%2339b563" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%2339b563" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%2339b563" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%2339b563" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%2339b563" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%2321663c" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%2321663c" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%2321663c" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%232f8c51" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%232f8c51" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.green.icon-security_role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2321663c" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%232f8c51" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%2339b563" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.green.icon-x_key{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%232f8c51" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%2339b563" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%232f8c51" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%2339b563" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%2321663c" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%2339b563" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%2339b563" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%2321663c" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%2339b563" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%2339b563" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%2321663c" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%2339b563" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%232f8c51" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%2339b563" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%2339b563" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%232f8c51" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%2339b563" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%2339b563" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%2339b563" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%2321663c" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.green.icon-security_role_access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%2321663c" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%2321663c" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%2339b563"/> <stop offset="1" style="stop-color:%2321663c"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%2339b563" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%232f8c51" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.green.icon-treeroot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%2339b563" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%2321663c" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.green.icon-tabset{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%2339b563" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%2321663c" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%232f8c51" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%2339b563" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.lightGreen.icon-bx_4dcube-full{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%2300b200" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23009900" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%2300e500" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.lightGreen.icon-4dcube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%2300b200" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23009900" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%2300e500" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.lightGreen.icon-block1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%2300b200" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23009900" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%2300e500" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.lightGreen.icon-base{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%2300e500" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%2300b200" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%23009900" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.lightGreen.icon-base.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%2300b200" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%23009900" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%2300e500" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.lightGreen.icon-blox-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%23009900" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%2300b200" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.lightGreen.icon-projector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.lightGreen.icon-environment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%23009900" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%2300e500" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%2300b200" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.lightGreen.icon-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23009900" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%2300e500" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%23009900" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%2300e500" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%23009900" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%23009900" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%2300b200" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.lightGreen.icon-theater{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23009900" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%2300e500" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%2300b200" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%2300e500" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23009900" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%2300e500" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%2300b200" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.lightGreen.icon-palette{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23009900" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%2300e500" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%2300b200" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%2300e500" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23009900" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%2300e500" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%2300b200" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.lightGreen.icon-suitcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%2300e500" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%2300e500" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%2300e500" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%2300b200" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.lightGreen.icon-security_right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%2300e500" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%2300e500" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%2300e500" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%2300e500" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%2300e500" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%2300e500" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%2300e500" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23009900" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23009900" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23009900" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%2300b200" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%2300b200" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.lightGreen.icon-security_role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23009900" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%2300b200" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%2300e500" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.lightGreen.icon-x_key{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%2300b200" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%2300e500" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%2300b200" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%2300e500" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%23009900" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%2300e500" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%2300e500" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%23009900" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%2300e500" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%2300e500" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%23009900" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%2300e500" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%2300b200" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%2300e500" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%2300e500" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%2300b200" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%2300e500" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%2300e500" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%2300e500" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%23009900" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.lightGreen.icon-security_role_access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23009900" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%23009900" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%2300e500"/> <stop offset="1" style="stop-color:%23009900"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%2300e500" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%2300b200" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.lightGreen.icon-treeroot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%2300e500" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%23009900" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.lightGreen.icon-tabset{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%2300e500" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23009900" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%2300b200" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%2300e500" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.yellow.icon-bx_4dcube-full{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23ccaa00" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23a58d00" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23f9e100" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.yellow.icon-4dcube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23ccaa00" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23a58d00" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23f9e100" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.yellow.icon-block1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23ccaa00" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23a58d00" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23f9e100" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.yellow.icon-base{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23f9e100" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%23ccaa00" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%23a58d00" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.yellow.icon-base.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%23ccaa00" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%23a58d00" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%23f9e100" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.yellow.icon-blox-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%23a58d00" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%23ccaa00" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.yellow.icon-projector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.yellow.icon-environment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%23a58d00" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%23f9e100" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%23ccaa00" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.yellow.icon-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23a58d00" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%23f9e100" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%23a58d00" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%23f9e100" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%23a58d00" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%23a58d00" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%23ccaa00" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.yellow.icon-theater{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23a58d00" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%23f9e100" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23ccaa00" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%23f9e100" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23a58d00" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%23f9e100" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23ccaa00" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.yellow.icon-palette{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23a58d00" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%23f9e100" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23ccaa00" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%23f9e100" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23a58d00" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%23f9e100" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23ccaa00" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.yellow.icon-suitcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%23f9e100" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%23f9e100" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%23f9e100" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%23ccaa00" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.yellow.icon-security_right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%23f9e100" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%23f9e100" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%23f9e100" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%23f9e100" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%23f9e100" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%23f9e100" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%23f9e100" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23a58d00" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23a58d00" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23a58d00" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23ccaa00" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23ccaa00" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.yellow.icon-security_role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a58d00" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%23ccaa00" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%23f9e100" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.yellow.icon-x_key{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23ccaa00" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%23f9e100" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%23ccaa00" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%23f9e100" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%23a58d00" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%23f9e100" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%23f9e100" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%23a58d00" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%23f9e100" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%23f9e100" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%23a58d00" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%23f9e100" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%23ccaa00" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%23f9e100" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%23f9e100" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%23ccaa00" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%23f9e100" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%23f9e100" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%23f9e100" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%23a58d00" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.yellow.icon-security_role_access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a58d00" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%23a58d00" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%23f9e100"/> <stop offset="1" style="stop-color:%23a58d00"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%23f9e100" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%23ccaa00" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.yellow.icon-treeroot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%23f9e100" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%23a58d00" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.yellow.icon-tabset{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23f9e100" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23a58d00" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23ccaa00" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23f9e100" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.purple.icon-bx_4dcube-full{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23FF66FF" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23990099" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23FF99FF" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.purple.icon-4dcube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23FF66FF" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23990099" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23FF99FF" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.purple.icon-block1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23FF66FF" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23990099" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23FF99FF" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.purple.icon-base{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF99FF" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%23FF66FF" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%23990099" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.purple.icon-base.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%23FF66FF" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%23990099" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%23FF99FF" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.purple.icon-blox-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%23990099" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%23FF66FF" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.purple.icon-projector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.purple.icon-environment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%23990099" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%23FF99FF" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%23FF66FF" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.purple.icon-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23990099" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%23FF99FF" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%23990099" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%23FF99FF" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%23990099" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%23990099" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%23FF66FF" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.purple.icon-theater{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23990099" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%23FF99FF" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23FF66FF" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%23FF99FF" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23990099" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%23FF99FF" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23FF66FF" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.purple.icon-palette{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23990099" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%23FF99FF" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23FF66FF" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%23FF99FF" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23990099" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%23FF99FF" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23FF66FF" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.purple.icon-suitcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%23FF99FF" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%23FF99FF" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%23FF99FF" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%23FF66FF" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.purple.icon-security_right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%23FF99FF" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%23FF99FF" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%23FF99FF" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%23FF99FF" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%23FF99FF" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%23FF99FF" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%23FF99FF" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23990099" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23990099" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23990099" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23FF66FF" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23FF66FF" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.purple.icon-security_role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990099" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%23FF66FF" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%23FF99FF" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.purple.icon-x_key{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23FF66FF" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%23FF99FF" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%23FF66FF" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%23FF99FF" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%23990099" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%23FF99FF" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%23FF99FF" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%23990099" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%23FF99FF" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%23FF99FF" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%23990099" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%23FF99FF" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%23FF66FF" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%23FF99FF" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%23FF99FF" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%23FF66FF" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%23FF99FF" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%23FF99FF" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%23FF99FF" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%23990099" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.purple.icon-security_role_access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990099" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%23990099" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%23FF99FF"/> <stop offset="1" style="stop-color:%23990099"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%23FF99FF" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%23FF66FF" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.purple.icon-treeroot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%23FF99FF" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%23990099" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.purple.icon-tabset{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23FF99FF" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23990099" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23FF66FF" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23FF99FF" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.grey.icon-bx_4dcube-full{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23999999" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23676767" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23CCCCCC" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.grey.icon-4dcube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23999999" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23676767" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23CCCCCC" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.grey.icon-block1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23999999" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23676767" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23CCCCCC" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.grey.icon-base{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%23999999" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%23676767" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.grey.icon-base.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%23999999" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%23676767" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%23CCCCCC" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.grey.icon-blox-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%23676767" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%23999999" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.grey.icon-projector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.grey.icon-environment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%23676767" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%23CCCCCC" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%23999999" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.grey.icon-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23676767" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%23CCCCCC" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%23676767" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%23CCCCCC" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%23676767" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%23676767" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%23999999" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.grey.icon-theater{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23676767" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%23CCCCCC" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23999999" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%23CCCCCC" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23676767" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%23CCCCCC" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23999999" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.grey.icon-palette{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23676767" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%23CCCCCC" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23999999" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%23CCCCCC" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23676767" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%23CCCCCC" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23999999" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.grey.icon-suitcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%23CCCCCC" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%23CCCCCC" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%23CCCCCC" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%23999999" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.grey.icon-security_right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%23CCCCCC" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%23CCCCCC" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%23CCCCCC" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%23CCCCCC" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%23CCCCCC" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%23CCCCCC" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%23CCCCCC" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23676767" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23676767" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23676767" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23999999" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23999999" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.grey.icon-security_role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%23999999" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%23CCCCCC" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.grey.icon-x_key{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23999999" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%23CCCCCC" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%23999999" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%23CCCCCC" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%23676767" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%23CCCCCC" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%23CCCCCC" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%23676767" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%23CCCCCC" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%23CCCCCC" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%23676767" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%23CCCCCC" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%23999999" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%23CCCCCC" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%23CCCCCC" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%23999999" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%23CCCCCC" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%23CCCCCC" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%23CCCCCC" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%23676767" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.grey.icon-security_role_access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%23676767" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%23CCCCCC"/> <stop offset="1" style="stop-color:%23676767"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%23CCCCCC" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%23999999" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.grey.icon-treeroot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%23CCCCCC" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%23676767" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.grey.icon-tabset{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23CCCCCC" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23676767" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23999999" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23CCCCCC" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.orange.icon-bx_4dcube-full{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23d88500" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23a56600" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23ffbc00" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.orange.icon-4dcube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23d88500" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23a56600" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23ffbc00" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.orange.icon-block1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23d88500" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23a56600" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23ffbc00" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.orange.icon-base{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23ffbc00" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%23d88500" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%23a56600" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.orange.icon-base.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%23d88500" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%23a56600" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%23ffbc00" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.orange.icon-blox-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%23a56600" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%23d88500" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.orange.icon-projector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.orange.icon-environment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%23a56600" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%23ffbc00" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%23d88500" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.orange.icon-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23a56600" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%23ffbc00" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%23a56600" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%23ffbc00" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%23a56600" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%23a56600" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%23d88500" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.orange.icon-theater{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23a56600" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%23ffbc00" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23d88500" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%23ffbc00" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23a56600" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%23ffbc00" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23d88500" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.orange.icon-palette{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23a56600" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%23ffbc00" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23d88500" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%23ffbc00" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23a56600" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%23ffbc00" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23d88500" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.orange.icon-suitcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%23ffbc00" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%23ffbc00" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%23ffbc00" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%23d88500" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.orange.icon-security_right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%23ffbc00" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%23ffbc00" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%23ffbc00" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%23ffbc00" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%23ffbc00" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%23ffbc00" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%23ffbc00" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23a56600" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23a56600" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23a56600" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23d88500" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23d88500" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.orange.icon-security_role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23a56600" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%23d88500" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%23ffbc00" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.orange.icon-x_key{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23d88500" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%23ffbc00" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%23d88500" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%23ffbc00" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%23a56600" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%23ffbc00" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%23ffbc00" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%23a56600" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%23ffbc00" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%23ffbc00" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%23a56600" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%23ffbc00" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%23d88500" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%23ffbc00" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%23ffbc00" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%23d88500" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%23ffbc00" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%23ffbc00" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%23ffbc00" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%23a56600" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.orange.icon-security_role_access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23a56600" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%23a56600" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%23ffbc00"/> <stop offset="1" style="stop-color:%23a56600"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%23ffbc00" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%23d88500" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.orange.icon-treeroot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%23ffbc00" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%23a56600" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.orange.icon-tabset{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23ffbc00" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23a56600" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23d88500" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23ffbc00" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}
.red.icon-bx_4dcube-full{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23CC0000" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23990000" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23FF0000" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.red.icon-4dcube{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23CC0000" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23990000" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23FF0000" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.red.icon-block1{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M21.797,18.106l0.117,0.068l5.283,3.053l1.557-13.793l-6.573,3.796L21.797,18.106z"/> <path fill="%23797979" d="M16.127,21.849l-0.087,0.059v0.182c0,0.014-0.001,0.028-0.002,0.042v0.038c0.001,0.194,0.001,0.387,0,0.581 v0.04l0.002,6.811l11.158-8.376l-5.283-3.053l-0.121-0.066l-5.661,3.739C16.131,21.848,16.129,21.849,16.127,21.849z"/> <polyline fill="%23CCCCCC" points="10.29,18.107 10.087,18.223 4.886,21.227 16.039,29.603 16.037,22.792 16.036,21.907 10.29,18.107 "/> <polygon fill="%23CCCCCC" points="16.044,2 16.044,8.165 22.181,11.23 28.754,7.434 "/> <path fill="%23858585" d="M9.895,11.23l-0.077-0.045L3.322,7.434l1.564,13.793l5.201-3.004l0.199-0.117L9.895,11.23z"/> <path fill="%23CC0000" d="M16.032,14.794v-0.021l-6.12-3.532l-0.017-0.01l0.392,6.875l0.017-0.01 c-0.004,0.004-0.009,0.008-0.014,0.012l5.745,3.8l-0.003-7.112c-0.001,0.001-0.002,0.001-0.003,0.002L16.032,14.794z"/> <path fill="%23990000" d="M16.044,14.773v0.003v0.012l-0.005,0.003v7.115l0.012-0.009c0.002,0,0.003-0.001,0.003-0.002 c0.018-0.011,0.034-0.022,0.051-0.033l0.021-0.014c0.002-0.001,0.004-0.002,0.005-0.003l5.661-3.739l-0.147-0.087l0.026,0.016 c0.002,0.001,0.003,0.002,0.003,0.002l0.121,0.068l0.385-6.875L16.044,14.773z"/> <path fill="%23FF0000" d="M16.044,14.776v-0.003l6.137-3.543l-6.137-3.065L9.895,11.23l0.017,0.01l6.12,3.532l0.002,0.021l0.005-0.003 l0.003-0.012L16.044,14.776z"/> <path fill="%23999999" d="M16.044,8.165V2L3.322,7.434l6.496,3.751l0.038,0.021v0.002l0.038,0.023L16.044,8.165z"/> </svg>');
}
.red.icon-base{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23FF0000" d="M3.788,7.476l0.033-0.031l1.124-1.056L6.589,2.75L1.979,7.175L0,11.038L3.788,7.476 M11.751,8.737 l-0.024,0.089l0.028-0.014L11.751,8.737z"/> <polyline fill="%23676767" points="21.788,23.483 21.954,20.176 16.547,23.897 16.547,29.603 21.676,25.735 21.788,23.483 "/> <path fill="%23676767" d="M11.001,18.017v-0.002L9.35,18.943l0.406,5.533l1.556-0.988l-0.203-3.335h-0.002l0.019-0.012 c0.006-0.003,0.012-0.006,0.017-0.01l1.576-0.976L11.001,18.017L11.001,18.017"/> <polyline fill="%23676767" points="8.738,10.267 8.738,10.269 8.738,10.269 8.738,10.267 "/> <polyline fill="%23676767" points="16.547,14.691 16.547,14.752 16.547,21.689 16.551,21.694 16.551,21.696 20.366,19.171 22.061,18.048 22.169,15.889 22.395,11.375 22.381,11.368 16.547,14.691 "/> <polyline fill="%23676767" points="21.553,4.056 21.552,4.056 16.549,6.49 16.551,6.492 16.554,8.394 16.554,8.401 18.443,9.363 18.465,9.319 18.465,7.424 18.464,7.422 21.477,5.89 21.553,4.056 "/> <path fill="%23676767" d="M28.581,13.726l0.733-6.304l-5.001,2.847l-0.446,6.54c0.006,0.003,0.012,0.007,0.017,0.01 c0.002,0.001,0.004,0.001,0.005,0.002l0.012,0.007l2.84-1.882L28.581,13.726"/> <polygon fill="%23676767" points="28.343,15.784 28.342,15.784 23.72,18.963 23.344,24.478 27.717,21.182 "/> <polyline fill="%23999999" points="22.061,18.05 22.061,18.048 20.366,19.171 21.954,20.176 21.956,20.134 21.954,20.176 21.788,23.483 23.344,24.478 23.72,18.963 22.061,18.05 "/> <polyline fill="%23999999" points="16.547,23.897 11.109,20.154 11.312,23.488 11.425,25.737 16.547,29.603 16.547,23.897 "/> <polyline fill="%23999999" points="9.756,24.476 9.35,18.943 4.758,15.784 5.389,21.182 9.756,24.476 "/> <polyline fill="%23999999" points="10.682,11.384 10.703,11.779 10.794,13.395 10.932,15.889 10.934,15.89 10.932,15.89 11.002,18.017 11.001,18.017 12.719,19.155 16.547,21.689 16.547,14.691 10.682,11.384 "/> <polyline fill="%23999999" points="8.738,10.267 8.738,10.267 8.738,10.269 8.75,10.274 8.74,10.267 8.738,10.267 "/> <polyline fill="%23999999" points="16.551,6.492 16.549,6.49 11.55,4.056 11.55,4.061 11.63,5.894 11.627,5.894 11.69,7.27 12.064,7.604 11.751,8.737 11.754,8.812 11.812,10.09 12.483,10.466 16.547,8.398 16.554,8.394 16.551,6.492 "/> <polygon fill="%23999999" points="18.465,9.319 18.443,9.363 22.381,11.368 22.395,11.375 22.169,15.889 22.227,15.892 23.867,16.808 24.313,10.269 18.465,7.424 "/> <path fill="%23CCCCCC" d="M23.884,16.819c-0.005-0.004-0.011-0.007-0.017-0.01l-1.64-0.916l-0.058-0.003l-0.108,2.16v0.002 l1.659,0.913l4.622-3.179l-1.6-0.838l-2.84,1.882l0.002,0.002l-0.014-0.009C23.888,16.82,23.886,16.82,23.884,16.819"/> <path fill="%23CCCCCC" d="M11.144,20.131c-0.005,0.004-0.011,0.008-0.017,0.01l-0.017,0.012l5.438,3.744l5.407-3.721l0,0l-1.588-1.005 l-3.815,2.525v0.002l-0.003,0.002v-0.01l-3.828-2.534L11.144,20.131"/> <polyline fill="%23CCCCCC" points="10.794,13.395 10.135,12.995 7.788,14.222 5.931,15.777 5.471,15.41 5.47,15.41 4.758,15.78 4.758,15.784 9.35,18.943 11.001,18.015 11.001,18.017 11.001,18.017 11.002,18.017 10.932,15.89 10.934,15.89 10.932,15.889 10.794,13.395 "/> <polyline fill="%23CCCCCC" points="9.194,16.821 9.199,16.824 9.194,16.828 9.194,16.821 "/> <polyline fill="%23CCCCCC" points="11.55,4.056 16.549,6.49 21.552,4.056 16.554,1.887 11.55,4.056 "/> <polyline fill="%23CCCCCC" points="16.554,8.401 16.547,8.398 12.483,10.466 11.078,11.181 10.707,11.37 10.682,11.384 16.547,14.691 16.547,14.691 22.381,11.368 18.443,9.363 16.554,8.401 "/> <polygon fill="%23CCCCCC" points="18.464,7.422 18.465,7.424 24.313,10.269 29.314,7.422 23.456,4.881 21.477,5.89 "/> <path fill="%23CC0000" d="M10.707,11.37l0.024-0.028L4.945,6.388L3.821,7.445L3.788,7.476L0,11.038l5.47,4.372h0.002l0.46,0.367 l1.857-1.555l2.915-2.443l-0.021-0.395l-0.002-0.002L10.707,11.37 M8.738,10.269v-0.002l0,0H8.74l0.01,0.007L8.738,10.269 L8.738,10.269z"/> <path fill="%23990000" d="M11.726,8.826l0.024-0.089l0.313-1.133L11.69,7.27L6.589,2.75L4.945,6.388l5.786,4.954l-0.024,0.028 l0.371-0.189L11.726,8.826z"/> </svg> ');
}
.red.icon-base.closed{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23676767" points="21.636,25.754 21.749,23.512 21.913,20.221 16.53,23.923 16.53,29.603 21.636,25.754 "/> <polyline fill="%23676767" points="27.65,21.22 28.273,15.846 23.671,19.011 23.297,24.503 27.65,21.22 "/> <path fill="%23676767" d="M11.011,18.069h-0.002l-1.643,0.923l0.404,5.509l1.551-0.984l-0.204-3.321l0.017-0.01 c0.006-0.003,0.012-0.007,0.019-0.01l1.568-0.973L11.011,18.069"/> <path fill="%23676767" d="M26.679,15.012l1.833-1.215l0.728-6.275l-4.978,2.836l-0.442,6.509c0.005,0.003,0.01,0.007,0.017,0.01 c0.001,0.001,0.002,0.002,0.003,0.003l0.014,0.007L26.679,15.012"/> <polyline fill="%23676767" points="22.351,11.458 22.339,11.453 16.53,14.758 16.53,14.819 16.53,21.726 16.536,21.733 20.332,19.218 22.019,18.102 22.127,15.952 22.351,11.458 "/> <polygon fill="%23676767" points="21.437,5.997 21.514,4.171 16.534,6.596 16.537,8.492 16.537,8.499 18.417,9.456 18.44,9.411 18.44,7.524 "/> <polyline fill="%23999999" points="23.671,19.011 22.019,18.102 20.332,19.218 21.914,20.177 21.946,20.198 21.913,20.221 21.749,23.512 23.297,24.503 23.671,19.011 "/> <polyline fill="%23999999" points="9.769,24.501 9.366,18.992 4.796,15.846 5.423,21.22 9.769,24.501 "/> <polyline fill="%23999999" points="11.32,23.517 11.432,25.756 16.53,29.603 16.53,23.923 11.117,20.196 11.32,23.517 "/> <polyline fill="%23999999" points="16.53,14.819 10.692,11.466 10.943,15.954 11.011,18.069 12.722,19.202 16.53,21.726 16.53,14.819 "/> <polyline fill="%23999999" points="8.756,10.356 8.758,10.356 8.756,10.354 8.756,10.356 "/> <polyline fill="%23999999" points="16.53,8.495 16.537,8.492 16.534,6.596 11.555,4.173 11.635,6.001 14.624,7.524 14.624,9.465 16.53,8.495 "/> <polygon fill="%23999999" points="22.339,11.453 22.351,11.458 22.127,15.952 22.184,15.954 23.819,16.866 24.261,10.358 18.44,7.524 18.44,9.411 18.417,9.456 "/> <path fill="%23CCCCCC" d="M23.854,16.887L23.84,16.88c-0.001-0.001-0.002-0.002-0.003-0.003c-0.007-0.003-0.013-0.007-0.017-0.01 l-1.635-0.912l-0.057-0.002l-0.108,2.15l1.652,0.909l4.602-3.165l-1.595-0.834L23.854,16.887"/> <polyline fill="%23CCCCCC" points="11.009,18.069 11.011,18.069 10.943,15.954 9.218,16.884 9.212,16.885 9.211,16.878 6.391,15.011 4.796,15.844 4.796,15.846 9.366,18.992 11.009,18.069 "/> <path fill="%23CCCCCC" d="M16.536,21.733l-0.005,0.002v-0.009l-3.809-2.524l-1.568,0.973c-0.007,0.003-0.013,0.007-0.019,0.01 l-0.017,0.01l5.414,3.727l5.382-3.703l0.002-0.044l-1.582-0.959L16.536,21.733"/> <polyline fill="%23CCCCCC" points="16.537,2.013 11.555,4.173 16.534,6.596 21.514,4.171 16.537,2.013 "/> <polyline fill="%23CCCCCC" points="16.537,8.499 16.53,8.495 14.624,9.465 10.692,11.466 16.53,14.819 16.53,14.758 22.339,11.453 18.417,9.456 16.537,8.499 "/> <polygon fill="%23CCCCCC" points="23.41,4.994 21.437,5.997 18.44,7.524 24.261,10.358 29.239,7.522 "/> <path fill="%23CC0000" d="M8.756,10.356v-0.002L3.823,7.522l0.733,6.275l1.835,1.213l2.82,1.868L8.756,10.356z"/> <path fill="%23990000" d="M8.758,10.356H8.756l0.454,6.522l0.007,0.005l1.725-0.93l-0.251-4.488l3.932-2.002V7.524L8.758,10.356z"/> <path fill="%23FF0000" d="M11.635,6.001L9.66,4.994L3.823,7.522l4.933,2.832l0.002,0.002l5.866-2.832L11.635,6.001z"/> </svg> ');
}
.red.icon-blox-code{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M5.729,21.969c0,0.764,0.219,1.318,0.657,1.662s1.08,0.524,1.926,0.539v1.572 c-1.422-0.015-2.523-0.341-3.302-0.977s-1.168-1.531-1.168-2.684v-3.403c0-0.779-0.236-1.335-0.708-1.668s-1.157-0.5-2.055-0.5 v-1.583c0.973-0.015,1.677-0.195,2.111-0.539c0.434-0.344,0.651-0.876,0.651-1.595V9.357c0-1.161,0.404-2.062,1.213-2.707 s1.894-0.966,3.257-0.966v1.561C6.59,7.291,5.729,8.036,5.729,9.481v3.313c0,1.61-0.835,2.561-2.504,2.853v0.135 c1.669,0.292,2.504,1.243,2.504,2.853V21.969z"/> <path fill="%23676767" d="M28.755,15.646c-1.669-0.292-2.504-1.243-2.504-2.853V9.481c0-1.445-0.85-2.19-2.549-2.235V5.685 c1.377,0,2.461,0.326,3.251,0.977c0.79,0.651,1.185,1.55,1.185,2.695v3.437c0,0.726,0.221,1.259,0.663,1.6 c0.442,0.341,1.149,0.518,2.123,0.533v1.583c-0.914,0-1.606,0.167-2.078,0.5s-0.708,0.889-0.708,1.668v3.403 c0,1.146-0.384,2.038-1.151,2.678c-0.768,0.64-1.863,0.968-3.285,0.983V24.17c0.831-0.015,1.464-0.195,1.898-0.539 c0.434-0.344,0.651-0.898,0.651-1.662v-3.335c0-0.854,0.206-1.505,0.618-1.954c0.412-0.449,1.041-0.749,1.887-0.898V15.646z"/> <path fill="%23990000" d="M16.012,25.292l7.59-5.75l1.092-9.315l-8.682,4.945V25.292z"/> <path fill="%23CC0000" d="M8.422,19.542l7.59,5.75v-10.12L7.33,10.227L8.422,19.542z"/> <path fill="%23676767" d="M16.012,15.172v-8.74L7.33,10.227L16.012,15.172z"/> <path fill="%23999999" d="M24.063,15.612l1.369-1.025l-0.738-4.36l-8.682,4.945l1.524,5.342L24.063,15.612z"/> <path fill="%23333333" d="M6.42,15.9l1.5-0.633l-0.591-5.04L6.42,15.9z"/> <path fill="%23CCCCCC" d="M24.694,10.227l-8.682-3.795l0,5.912l0,2.828L24.694,10.227z"/> </svg> ');
}
.red.icon-projector{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23CCCCCC" d="M19.397,25.742c1.94,0.476,3.817,0.439,5.772,0.148l3.064-2.174c-9.07,1.734-16.175-5.467-20.676-12.453 l-3.084,1.66C7.953,18.364,12.827,24.169,19.397,25.742"/> <path fill="%23999999" d="M14.851,25.821c3.045,1.81,7.383,2.437,10.318,0.069c-4.364,0.636-8.347-0.503-11.906-3.098 c-3.582-2.613-6.417-6.158-8.79-9.869C6.661,17.772,10.156,23.077,14.851,25.821"/> <radialGradient id="SVGID_1_" cx="-93.7754" cy="282.0587" r="8.9126" gradientTransform="matrix(1 0 0 -1 107.6 294.3512)" gradientUnits="userSpaceOnUse"> <stop offset="0.3843" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </radialGradient> <path fill="url(%23SVGID_1_)" d="M11.817,10.61c-1.158,1.158-1.736,2.55-1.736,4.178c0,1.664,0.579,3.075,1.736,4.232 c1.158,1.158,2.568,1.736,4.232,1.736c1.628,0,3.021-0.579,4.178-1.736c1.158-1.158,1.736-2.568,1.736-4.232 c0-1.628-0.579-3.021-1.736-4.178c-1.158-1.158-2.55-1.736-4.178-1.736C14.385,8.874,12.975,9.453,11.817,10.61z"/> <path fill="%23CCCCCC" d="M10.048,4.277c-1.053,0.588-2.164,1.09-3.242,1.631c4.615-1.978,9.19,1.492,12.174,4.714 c2.794,3.017,4.707,6.44,6.545,10.071l3.173-2.125c-1.572-3.702-3.861-7.179-6.654-10.075C19.016,5.353,14.541,2.363,10.048,4.277" /> <path fill="%23999999" d="M4.118,8.132c5.963-2.646,12.878,0.391,21.407,12.562c-2.947-6.57-8.16-12.791-11.393-14.247 C7.042,3.253,4.118,8.132,4.118,8.132z"/> </svg> ');
}
.red.icon-environment{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23333333" d="M28.532,12.838c0-0.122-0.006-0.241-0.019-0.357c-0.081,0.734-0.439,1.369-1.074,1.907 c-0.287,0.244-0.598,0.441-0.933,0.59c0.262,0.114,0.51,0.258,0.743,0.431c0.065-0.051,0.128-0.105,0.19-0.162 C28.168,14.582,28.532,13.779,28.532,12.838 M16.787,15.416l-0.045,0.04l4.455,4.54c0.187,0.129,0.366,0.279,0.536,0.452 c0.167,0.171,0.313,0.352,0.44,0.543c0.129,0.195,0.236,0.4,0.319,0.614c0.069,0.05,0.139,0.098,0.21,0.143 c0.611,0.387,1.309,0.581,2.095,0.581c1.032,0,1.913-0.333,2.643-1c0.729-0.665,1.093-1.468,1.093-2.409 c0-0.199-0.017-0.391-0.05-0.579c-0.12,0.648-0.468,1.216-1.043,1.705c-0.73,0.619-1.611,0.929-2.643,0.929 c-0.786,0-1.484-0.18-2.095-0.54c-0.19-0.111-0.372-0.24-0.545-0.388c-0.175-0.148-0.329-0.303-0.462-0.467L16.787,15.416 M22.723,7.362c0-0.054-0.001-0.107-0.002-0.16c-0.025,0.67-0.218,1.27-0.579,1.8c-0.121,0.178-0.26,0.347-0.419,0.507 c-0.159,0.163-0.325,0.307-0.5,0.431l-4.945,5.04l3.655-3.105l1.29-1.412c0.175-0.133,0.341-0.287,0.5-0.462 c0.159-0.173,0.298-0.355,0.419-0.545C22.529,8.846,22.723,8.147,22.723,7.362z"/> <path fill="%23CCCCCC" d="M16.702,15.416l0.038-0.04l-0.464-0.393L16.702,15.416 M22.72,7.202c0.002-0.049,0.002-0.098,0.002-0.148 c0-0.96-0.333-1.779-1-2.457c-0.665-0.678-1.468-1.017-2.409-1.017c-0.941,0-1.745,0.339-2.412,1.017 c-0.262,0.267-0.471,0.556-0.629,0.867c-0.16-0.311-0.371-0.6-0.633-0.867c-0.665-0.678-1.468-1.017-2.409-1.017 c-0.941,0-1.745,0.339-2.412,1.017c-0.663,0.678-0.995,1.497-0.995,2.457c0,0.05,0.001,0.099,0.002,0.148 c0.024,0.656,0.208,1.245,0.552,1.767c0.127,0.19,0.274,0.371,0.44,0.54c0.17,0.173,0.348,0.324,0.536,0.452l4.921,5.016 l-0.002,0.002l0.002,0.002l0.002-0.002l4.945-5.04c0.175-0.124,0.341-0.267,0.5-0.431c0.159-0.16,0.298-0.329,0.419-0.507 C22.503,8.473,22.696,7.873,22.72,7.202 M15.811,15.371l0.038,0.043l0.424-0.433L15.811,15.371z"/> <path fill="%23676767" d="M16.74,15.376l0.048,0.04l4.907,4.164c0.133,0.163,0.287,0.319,0.462,0.467 c0.173,0.148,0.355,0.277,0.545,0.388c0.611,0.36,1.309,0.54,2.095,0.54c1.032,0,1.913-0.31,2.643-0.929 c0.575-0.488,0.922-1.057,1.043-1.705c0.033-0.173,0.05-0.351,0.05-0.536c0-0.876-0.364-1.625-1.093-2.245 c-0.062-0.053-0.126-0.103-0.19-0.152c-0.233-0.173-0.481-0.317-0.743-0.431c0.335-0.149,0.646-0.346,0.933-0.59 c0.634-0.538,0.992-1.173,1.074-1.907c0.013-0.109,0.019-0.22,0.019-0.333c0-0.875-0.364-1.622-1.093-2.243 c-0.73-0.617-1.611-0.926-2.643-0.926c-0.77,0-1.455,0.172-2.057,0.517c-0.205,0.117-0.399,0.254-0.583,0.41 c-0.186,0.159-0.348,0.325-0.486,0.498l-1.738,1.474l-3.655,3.105l-0.002,0.002L16.74,15.376"/> <path fill="%23676767" d="M16.278,24.494v1.619c0.16,0.335,0.371,0.646,0.633,0.933c0.665,0.729,1.468,1.093,2.409,1.093 c0.941,0,1.745-0.364,2.412-1.093c0.663-0.73,0.995-1.611,0.995-2.643c0-0.269-0.023-0.528-0.069-0.776 c-0.127,0.655-0.436,1.234-0.926,1.736c-0.667,0.678-1.471,1.017-2.412,1.017s-1.744-0.339-2.409-1.017 C16.649,25.095,16.438,24.805,16.278,24.494"/> <path fill="%23676767" d="M10.828,25.363c-0.493-0.502-0.804-1.081-0.933-1.736c-0.044,0.248-0.067,0.507-0.067,0.776 c0,1.032,0.333,1.913,1,2.643c0.665,0.729,1.468,1.093,2.409,1.093c0.941,0,1.745-0.364,2.412-1.093 c0.262-0.287,0.471-0.598,0.629-0.933v-1.619c-0.157,0.311-0.367,0.601-0.629,0.869c-0.667,0.678-1.471,1.017-2.412,1.017 C12.296,26.38,11.493,26.041,10.828,25.363"/> <path fill="%23676767" d="M9.826,7.202c-0.002,0.053-0.002,0.106-0.002,0.16c0,0.77,0.185,1.455,0.555,2.057 c0.127,0.205,0.274,0.399,0.44,0.583c0.17,0.186,0.348,0.348,0.536,0.486l1.267,1.388l3.655,3.102l-4.921-5.016 c-0.187-0.129-0.366-0.279-0.536-0.452c-0.167-0.17-0.313-0.35-0.44-0.54C10.034,8.447,9.85,7.859,9.826,7.202z"/> <path fill="%23999999" d="M15.849,15.414l-0.04,0.04l-4.481,4.566c-0.175,0.124-0.341,0.267-0.5,0.429 c-0.159,0.16-0.298,0.329-0.419,0.507c-0.141,0.207-0.257,0.426-0.348,0.655c-0.156,0.398-0.233,0.829-0.233,1.293 c0,0.251,0.022,0.492,0.067,0.724c0.13,0.655,0.441,1.234,0.933,1.736c0.665,0.678,1.468,1.017,2.409,1.017 c0.941,0,1.745-0.339,2.412-1.017c0.262-0.268,0.471-0.558,0.629-0.869c0.16,0.311,0.371,0.601,0.633,0.869 c0.665,0.678,1.468,1.017,2.409,1.017s1.745-0.339,2.412-1.017c0.49-0.502,0.799-1.081,0.926-1.736 c0.046-0.232,0.069-0.473,0.069-0.724c0-0.466-0.079-0.898-0.236-1.298c-0.083-0.214-0.19-0.419-0.319-0.614 c-0.127-0.19-0.274-0.371-0.44-0.543c-0.17-0.173-0.348-0.324-0.536-0.452l-4.455-4.54l-0.04-0.04l-0.426-0.433l-0.002-0.002 L15.849,15.414z"/> <path fill="%23990000" d="M15.809,15.454l-0.045-0.043l-4.883,4.145c-0.138,0.175-0.3,0.34-0.486,0.498 c-0.184,0.156-0.379,0.293-0.583,0.412C9.21,20.809,8.524,20.98,7.754,20.98c-1.032,0-1.913-0.309-2.643-0.926 c-0.575-0.488-0.923-1.056-1.045-1.705c-0.032,0.187-0.048,0.38-0.048,0.579c0,0.941,0.364,1.745,1.093,2.412 c0.73,0.663,1.611,0.995,2.643,0.995c0.77,0,1.455-0.185,2.057-0.555c0.085-0.053,0.169-0.109,0.25-0.169 c0.09-0.229,0.206-0.447,0.348-0.655c0.121-0.178,0.26-0.347,0.419-0.507c0.159-0.162,0.325-0.305,0.5-0.429L15.809,15.454z"/> <path fill="%23FF0000" d="M10.395,9.914c-0.173-0.148-0.355-0.278-0.545-0.39c-0.611-0.36-1.309-0.54-2.095-0.54 c-1.032,0-1.913,0.31-2.643,0.931c-0.729,0.617-1.093,1.364-1.093,2.24c0,0.113,0.006,0.224,0.017,0.333 c0.083,0.734,0.442,1.37,1.076,1.909c0.287,0.244,0.598,0.44,0.933,0.586c-0.262,0.117-0.51,0.262-0.743,0.436 c-0.065,0.049-0.128,0.1-0.19,0.152c-0.729,0.619-1.093,1.366-1.093,2.24c0,0.185,0.016,0.365,0.048,0.538 c0.122,0.648,0.471,1.216,1.045,1.705c0.73,0.617,1.611,0.926,2.643,0.926c0.77,0,1.455-0.171,2.057-0.514 c0.205-0.119,0.399-0.256,0.583-0.412c0.186-0.157,0.348-0.323,0.486-0.498l4.883-4.145l0.048-0.04l0.462-0.39l0.002-0.002 l-3.655-3.102l-1.764-1.498C10.723,10.216,10.569,10.062,10.395,9.914z"/> <path fill="%23CC0000" d="M4.036,12.488c-0.011,0.117-0.017,0.236-0.017,0.357c0,0.941,0.364,1.745,1.093,2.412 c0.062,0.057,0.126,0.111,0.19,0.162c0.233-0.174,0.481-0.319,0.743-0.436c-0.335-0.146-0.646-0.341-0.933-0.586 C4.477,13.858,4.119,13.222,4.036,12.488z"/> <path fill="none" d="M16.278,24.494v1.619"/> </svg>');
}
.red.icon-lock{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polygon fill="%23990000" points="13.965,21.12 15.611,20.289 15.499,24.84 13.853,25.67 "/> </g> <path fill="%23FF0000" d="M10.897,10.283c-0.213-0.056-0.458-0.052-0.656,0.049c0,0,0,0,0,0l-1.646,0.83 c0.305-0.154,0.694-0.059,1.005,0.043l1.646-0.83L10.897,10.283z"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="12.7247" y1="15.9409" x2="16.3424" y2="19.5585"> <stop offset="0.3015" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M14.963,19.443c-0.835-1.322-1.627-4.09,0.194-5.008c-1.089,0.549-2.317,0.768-2.661,2.261 c-0.355,1.544,0.432,3.296,1.469,4.424l1.646-0.831C15.371,20.028,15.154,19.743,14.963,19.443z"/> <path fill="%23990000" d="M12.95,6.86c-1.838,0.927-1.473,3.561-1.515,5.275l1.646-0.83c0.042-1.714-0.322-4.348,1.515-5.275 L12.95,6.86z"/> <g> <polygon fill="%23FF0000" points="11.435,12.135 13.081,11.304 21.122,15.169 19.476,16 "/> </g> <path fill="%23990000" d="M22.733,19.128c-0.041,1.667-0.082,3.335-0.123,5.002c-0.025,1.032-0.051,2.064-0.076,3.095 c-0.015,0.598-0.496,1.919-0.897,1.98c0.989-0.152,2.394-0.703,2.518-1.819c0.1-0.895,0.045-1.837,0.067-2.736 c0.052-2.118,0.104-4.235,0.157-6.353L22.733,19.128z"/> <path fill="%23990000" d="M22.441,17.991c0.176,0.334,0.302,0.759,0.292,1.137l1.646-0.831c0.025-1.017-0.638-1.764-1.419-2.293 l-1.646,0.83C21.781,17.14,22.178,17.49,22.441,17.991z"/> <path fill="%23CC0000" d="M21.667,17.081c1.362,0.87,1.059,2.35,1.009,4.356c-0.046,1.881-0.093,3.762-0.139,5.643 c-0.031,1.266-0.096,2.681-1.779,1.91c-1.38-0.632-2.738-1.316-4.106-1.974l0.112-4.55c1.638-0.173,1.865-2.097,1.563-3.386 c-0.342-1.463-1.322-2.943-2.677-3.644c-1.224-0.634-2.645-0.382-3.096,1.042c-0.505,1.593,0.34,3.482,1.411,4.643l-0.112,4.55 c-1.435-0.69-2.882-1.359-4.307-2.07c-1.547-0.773-1.678-2.033-1.641-3.554c0.048-1.943,0.028-3.889,0.144-5.829 c0.105-1.759-0.332-3.601,1.55-3.013c0.04-1.619-0.135-3.463,0.644-4.938c1.219-2.308,3.916-2.251,5.943-1.08 c2.375,1.372,4.104,3.917,4.835,6.529c0.472,1.686,0.336,3.394,0.294,5.12L21.667,17.081z M19.476,16 c0.029-1.163,0.168-2.389-0.01-3.544c-0.327-2.115-1.686-4.287-3.582-5.332c-1.633-0.9-3.609-0.575-4.213,1.357 c-0.352,1.126-0.207,2.488-0.236,3.653L19.476,16"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="12.8072" y1="3.6218" x2="24.0752" y2="14.8899"> <stop offset="0.5477" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M22.994,12.713c-0.225-2.892-1.826-5.794-4.081-7.608c-1.166-0.938-2.641-1.682-4.176-1.568 c-1.076,0.08-2.216,0.838-3.158,1.313c3.054-1.54,6.612,1.466,8.1,3.854c1.609,2.582,1.707,5.204,1.635,8.131l1.646-0.83 C22.987,14.915,23.079,13.802,22.994,12.713z"/> </svg>');
}
.red.icon-theater{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23990000" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%23FF0000" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23CC0000" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%23FF0000" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23990000" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%23FF0000" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23CC0000" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.red.icon-palette{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23676767" d="M3.667,20.59c-0.096,1.635,1.513,0.933,2.382,0.491c-0.113,1.55,0.479,2.545,2.14,2.251 c-0.267,0.464-0.521,0.929-0.752,1.412c-0.064,0.157-0.153,0.508,0.147,0.402l-3.127,1.734c0.799-0.63-1.485-2.558-2.295-2.165 L3.667,20.59"/> <path fill="%23990000" d="M23.856,3.886l-0.517,1.755L7.878,24.982l-0.295,0.165c-0.299,0.106-0.211-0.245-0.147-0.402 c0.231-0.483,0.485-0.948,0.752-1.412L23.856,3.886"/> <path fill="%23FF0000" d="M19.763,1.616l2.277,0.218L6.049,21.082c-0.869,0.442-2.478,1.144-2.382-0.491L19.763,1.616"/> <path fill="%23CC0000" d="M22.04,1.834l1.816,2.053L8.189,23.332c-1.663,0.294-2.253-0.703-2.14-2.251L22.04,1.834"/> <path fill="none" d="M1.692,28.14c0.079,0.096,0.114,0.192,0.033,0.262C1.791,28.345,1.762,28.245,1.692,28.14z"/> <path fill="%23FF0000" d="M1.002,27.857c0.003-0.027,0.012-0.048,0.028-0.061l1.132-3.08c0.81-0.393,3.094,1.536,2.295,2.165 c-0.033,0.031-0.072,0.055-0.118,0.071l-2.614,1.451c0.081-0.069,0.046-0.166-0.033-0.262c0.07,0.105,0.099,0.205,0.033,0.262 C1.565,28.617,0.964,28.091,1.002,27.857z"/> <path fill="%23676767" d="M10.632,20.961c-0.176-0.401-0.326-1.34-0.399-1.792c-0.28,5.494,6.724,8.688,11.117,8.47 c4.439-0.219,10.166-2.979,10.024-8.295c-0.717,4.452-5.577,6.664-9.505,6.995C17.951,26.669,12.359,25.011,10.632,20.961"/> <path fill="%23CCCCCC" d="M6.234,10.548c-0.916,0.349-3.249,1.311-3.112,2.607c0.002,0.034,0.005,0.067,0.011,0.099 c0.069,0.163,0.179,0.284,0.33,0.362c0.766,0.454,1.941,0.266,2.787,0.217c1.101-0.063,2.298-0.242,3.393-0.03 c2.224,0.43,0.826,2.795,0.625,4.295c-0.7,5.222,5.602,8.118,9.957,8.279c4.445,0.164,10.515-2.035,11.179-7.095 c0.659-5.022-4.189-7.909-8.34-9.103C17.739,8.647,11.467,8.604,6.234,10.548"/> <path fill="%23999999" d="M9.896,13.856c-1.002-0.268-2.158-0.116-3.178-0.055c-0.97,0.058-2.377,0.334-3.255-0.186 c-0.151-0.078-0.261-0.198-0.33-0.362l0.066,0.986c0.003,0.019,0.003,0.037,0,0.055c0.128,1.998,6.603-0.437,7.643,1.282 C11.06,14.688,10.819,14.069,9.896,13.856z"/> <path fill="%23990000" d="M15.614,12.103c0.109-0.151,0.171-0.312,0.187-0.482c0.006-0.016,0.01-0.035,0.011-0.055 c-0.02-0.028-0.042-0.053-0.066-0.077c-1.05-1.206-3.65-1.121-4.63,0.121c-0.034,0.034-0.064,0.071-0.088,0.11 C11.25,13.522,14.844,13.433,15.614,12.103z"/> <path fill="%23676767" d="M18.562,18.709c-0.084,0.185-0.146,0.371-0.187,0.559c1.97-3.759,9.752-3.409,11.349,0.537 C29.314,15.145,20.262,14.859,18.562,18.709"/> <path fill="%23676767" d="M14.888,10.35c-1.176-0.515-3.86-0.388-3.86,1.369c0.024-0.039,0.054-0.075,0.088-0.11 c0.979-1.242,3.58-1.327,4.63-0.121c0.024,0.024,0.046,0.049,0.066,0.077C15.812,11.027,15.354,10.561,14.888,10.35"/> <path fill="%23676767" d="M20.068,11.336c-1.017,0.06-2.826,0.625-2.749,1.939c0.004,0.011,0.004,0.022,0,0.033 c1.024-1.938,5.239-1.888,6.17,0.131C23.32,11.792,21.529,11.245,20.068,11.336z"/> <path fill="%23FF0000" d="M18.375,19.268c-0.608,2.929,3.232,4.392,5.497,4.481c2.232,0.088,6.198-0.987,5.852-3.944 C28.127,15.861,20.346,15.507,18.375,19.268z"/> <path fill="%23CC0000" d="M18.056,12.528c-0.345,0.228-0.59,0.483-0.737,0.763c0.378,2.47,5.952,2.732,6.17,0.133 C22.641,11.568,19.508,11.561,18.056,12.528z"/> </svg>');
}
.red.icon-suitcase{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M24.444,13.806c0-0.011-0.002-0.021-0.007-0.029l-3.729,1.952l-0.439,14.396 c0,0.004,0.002,0.017,0.007,0.039c0,0.008-0.001,0.014-0.003,0.016l3.373-2.148l0.017-0.016L24.444,13.806"/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="16.378" y1="2.508" x2="16.378" y2="11.7269"> <stop offset="0.2613" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M16.47,2.508c-0.184-0.002-0.36,0.02-0.526,0.065c-0.136,0.038-0.266,0.091-0.391,0.16L11.994,4.17 c0.188-0.06,0.389-0.088,0.602-0.082c0.332,0.009,0.672,0.096,1.02,0.261c0.294,0.14,0.577,0.317,0.847,0.532 c0.476,0.377,0.916,0.869,1.321,1.476c0.553,0.842,0.906,1.721,1.058,2.638c0.164,0.951,0.088,1.733-0.228,2.347 c-0.065,0.144-0.146,0.272-0.246,0.385l3.767-1.786c0.099-0.111,0.187-0.238,0.263-0.382c0.374-0.699,0.458-1.551,0.253-2.556 c-0.18-0.842-0.512-1.627-0.996-2.354c-0.618-0.925-1.333-1.561-2.145-1.91C17.154,2.585,16.807,2.508,16.47,2.508z"/> <path fill="%23FF0000" d="M16.37,11.727c-0.101,0.128-0.152,0.291-0.152,0.486c-0.007,0.209,0.039,0.429,0.138,0.659 c0.092,0.215,0.214,0.411,0.367,0.588c0.125,0.133,0.285,0.258,0.481,0.375c0.12,0.067,0.302,0.162,0.547,0.284l2.812,1.531 c0.012,0,0.038,0.011,0.08,0.033c0.044,0.02,0.066,0.035,0.066,0.046l3.729-1.952c-0.005-0.017-0.017-0.031-0.035-0.042 c-0.037-0.004-0.065-0.012-0.083-0.023l-2.826-1.436c-0.244-0.113-0.424-0.203-0.54-0.271c-0.208-0.113-0.37-0.234-0.488-0.362 c-0.159-0.163-0.281-0.35-0.367-0.561c-0.095-0.224-0.138-0.442-0.131-0.653c0.012-0.205,0.068-0.367,0.169-0.486L16.37,11.727"/> <path fill="%23FF0000" d="M12.728,17.368c-0.092-0.118-0.182-0.212-0.27-0.284c-0.18-0.15-0.352-0.22-0.515-0.209 c-0.046,0.003-0.087,0.011-0.125,0.026c-0.011,0.006-0.023,0.011-0.035,0.016l-3.352,1.678c0.01-0.001,0.02-0.002,0.031-0.003 c0.157-0.015,0.327,0.051,0.512,0.199c0.088,0.072,0.181,0.17,0.28,0.294c0.053,0.072,0.134,0.176,0.242,0.313 c0.175,0.211,0.357,0.406,0.547,0.584c0.404,0.381,0.8,0.658,1.19,0.832c0.364,0.159,0.704,0.221,1.02,0.186 c0.039-0.004,0.077-0.011,0.114-0.02c0.311-0.06,0.564-0.223,0.758-0.49c0.364-0.498,0.452-1.222,0.263-2.171 c-0.017-0.086-0.037-0.172-0.059-0.258c-0.128-0.125-0.25-0.257-0.367-0.395C12.859,17.535,12.781,17.435,12.728,17.368"/> <path fill="%23FF0000" d="M7.584,8.632c0.003,0.001,0.005,0.002,0.007,0.003l3.072,1.662c0.224,0.083,0.404,0.067,0.54-0.046 c0.069-0.06,0.12-0.136,0.152-0.229c0.039-0.104,0.054-0.228,0.045-0.372c-0.01-0.118-0.032-0.234-0.066-0.349 c-0.026-0.092-0.059-0.184-0.1-0.274c-0.263-0.592-0.436-1.169-0.519-1.73L7.584,8.632z"/> <path fill="%23CC0000" d="M13.617,4.349c-0.348-0.165-0.688-0.252-1.02-0.261c-0.213-0.006-0.414,0.021-0.602,0.082 c-0.047,0.015-0.094,0.033-0.142,0.052c-0.095,0.041-0.188,0.091-0.277,0.15c-0.537,0.359-0.838,0.979-0.903,1.861 c-0.024,0.348-0.01,0.703,0.042,1.064c0.082,0.561,0.255,1.138,0.519,1.73c0.041,0.091,0.074,0.182,0.1,0.274 c0.034,0.115,0.055,0.232,0.066,0.349c0.009,0.144-0.006,0.269-0.045,0.372c-0.032,0.092-0.083,0.168-0.152,0.229 c-0.136,0.113-0.316,0.128-0.54,0.046L7.591,8.635C7.589,8.634,7.587,8.633,7.584,8.632c0,0.001-0.001,0.002-0.003,0.003 C7.576,8.64,7.574,8.655,7.574,8.681l0.187,3.255c0.016,0.322,0.04,0.551,0.073,0.686c0.051,0.205,0.155,0.417,0.311,0.637 c0.141,0.207,0.303,0.358,0.488,0.454c0.131,0.067,0.284,0.086,0.457,0.055c0.288-0.052,0.604-0.016,0.948,0.108 c0.722,0.257,1.412,0.816,2.072,1.678c0.603,0.803,1.01,1.64,1.221,2.51c0.022,0.086,0.042,0.172,0.059,0.258 c0.189,0.949,0.101,1.672-0.263,2.171c-0.194,0.266-0.446,0.429-0.758,0.49c-0.037,0.009-0.075,0.015-0.114,0.02 c-0.316,0.035-0.656-0.027-1.02-0.186c-0.39-0.174-0.786-0.452-1.19-0.832c-0.189-0.178-0.371-0.373-0.547-0.584 c-0.108-0.137-0.189-0.242-0.242-0.313c-0.099-0.124-0.193-0.222-0.28-0.294c-0.184-0.148-0.355-0.214-0.512-0.199 c-0.011,0.001-0.021,0.002-0.031,0.003c-0.154,0.032-0.241,0.156-0.263,0.372c-0.012,0.087-0.014,0.195-0.007,0.323 c0.005,0.072,0.015,0.183,0.031,0.333l0.149,2.683c0,0.015,0.008,0.026,0.024,0.033c0.009,0.004,0.022,0.009,0.038,0.013 l11.858,7.825c0.003,0.004,0.005,0.006,0.007,0.007c0.002,0,0.003-0.001,0.003-0.003c0.002-0.003,0.003-0.008,0.003-0.016 c-0.005-0.022-0.007-0.035-0.007-0.039l0.439-14.396c0-0.011-0.022-0.026-0.066-0.046c-0.042-0.022-0.068-0.033-0.08-0.033 L17.75,14.12c-0.244-0.122-0.427-0.217-0.547-0.284c-0.196-0.118-0.356-0.243-0.481-0.375c-0.152-0.176-0.274-0.372-0.367-0.588 c-0.099-0.231-0.145-0.45-0.138-0.659c0-0.196,0.051-0.358,0.152-0.486c0.099-0.113,0.181-0.242,0.246-0.385 c0.316-0.614,0.392-1.396,0.228-2.347c-0.152-0.916-0.505-1.795-1.058-2.638c-0.405-0.607-0.845-1.098-1.321-1.476 C14.194,4.667,13.911,4.489,13.617,4.349z"/> </svg> ');
}
.red.icon-security_right{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23999999" points="16.211,19.287 17.692,21.623 21.295,16.129 18.986,14.939 16.211,19.287 "/> <polygon fill="%23999999" points="13.883,21.765 14.264,22.344 15.745,24.595 18.539,28.846 20.771,27.878 13.428,16.396 11.093,17.522 "/> <polyline fill="%23676767" points="14.099,27.105 15.745,24.595 14.264,22.344 11.903,26.044 14.099,27.105 "/> <polygon fill="%23676767" points="13.535,15.076 13.428,16.396 20.771,27.878 20.771,26.465 17.692,21.623 16.211,19.287 15.829,18.688 "/> <polyline fill="%23CCCCCC" points="13.883,21.765 12.028,24.696 11.903,26.044 14.264,22.344 13.883,21.765 "/> <polygon fill="%23CCCCCC" points="15.829,18.688 16.211,19.287 18.986,14.939 19.012,13.655 "/> <polyline fill="%23FF0000" points="9.484,9.922 9.308,11.198 13.637,10.53 13.747,9.254 9.484,9.922 "/> <polyline fill="%23FF0000" points="5.206,4.473 4.945,5.699 8.061,8.027 8.263,6.78 5.206,4.473 "/> <polyline fill="%23FF0000" points="0.513,9.291 0.194,10.558 7.75,11.234 6.232,9.805 0.513,9.291 "/> <polyline fill="%23FF0000" points="25.933,8.671 24.51,9.999 32,9.562 31.813,8.323 25.933,8.671 "/> <polyline fill="%23FF0000" points="20.998,11.776 20.537,11.238 19.012,13.655 18.986,14.939 20.998,11.776 "/> <polyline fill="%23FF0000" points="18.733,7.878 18.707,9.104 22.978,9.914 22.945,8.675 18.733,7.878 "/> <polygon fill="%23FF0000" points="27.216,4.582 27.113,3.392 24.107,5.59 24.166,6.797 "/> <polyline fill="%23990000" points="11.9,12.501 11.339,13.141 13.428,16.396 13.535,15.076 11.9,12.501 "/> <polyline fill="%23990000" points="8.263,6.78 8.061,8.027 9.308,11.198 9.484,9.922 8.263,6.78 "/> <polygon fill="%23990000" points="22.945,8.675 22.978,9.914 24.166,6.797 24.107,5.59 "/> <polyline fill="%23CC0000" points="4.945,5.699 5.66,9.262 6.232,9.805 7.75,11.234 0.194,10.558 6.881,20.23 9.696,15.392 11.093,17.522 13.428,16.396 11.339,13.141 11.9,12.501 13.637,10.53 9.308,11.198 8.061,8.027 4.945,5.699 "/> <polygon fill="%23CC0000" points="20.537,11.238 20.998,11.776 18.986,14.939 21.295,16.129 22.652,14.064 25.489,18.967 32,9.562 24.51,9.999 25.933,8.671 26.549,8.1 27.216,4.582 24.166,6.797 22.978,9.914 18.707,9.104 "/> </svg>');
}
.red.icon-security_role{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path fill="%23990000" d="M16,27.972l9.833-15.539l1.243-8.035L16,8.484V27.972z"/> <path fill="%23CC0000" d="M6.47,12.432L16,27.972V8.484L4.925,4.398L6.47,12.432z"/> <path fill="%23FF0000" d="M16,6.029L4.925,4.398L16,8.484l11.075-4.086L16,6.029z"/> </svg>');
}
.red.icon-x_key{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polygon fill="%23CC0000" points="22.227,22.235 23.055,28.035 16,29.99 15.706,27.081 "/> <polygon fill="%23FF0000" points="9.479,22.235 8.651,28.035 16,29.99 16,27.081 "/> <path fill="%23CC0000" d="M6.635,19.496L16,28.516V16.03l-1.835-1.045l0,6.548l-1.935-1.281l0.046-6.344l-1.869-1.064v6.2 l-1.756-1.323l-0.24-6.014L5.288,9.929L6.635,19.496z"/> <polygon fill="%23FF0000" points="5.288,9.929 6.754,9.509 9.479,10.853 8.412,11.709 "/> <polygon fill="%23990000" points="8.651,17.722 9.479,17.096 9.479,10.853 8.412,11.709 "/> <polygon fill="%23FF0000" points="10.407,19.045 10.407,17.722 9.479,17.096 8.651,17.722 "/> <polygon fill="%23FF0000" points="10.407,12.845 11.56,12.087 13.438,13.137 12.276,13.909 "/> <polygon fill="%23990000" points="12.23,20.253 13.254,19.563 13.438,13.137 12.276,13.909 "/> <polygon fill="%23FF0000" points="14.165,21.534 14.165,20.337 13.254,19.563 12.23,20.253 "/> <polygon fill="%23FF0000" points="14.165,14.986 16,14.039 16,16.03 "/> <path fill="%23990000" d="M25.365,19.496L16,28.516V16.03l1.835-1.045l0,6.548l1.935-1.281l-0.046-6.344l1.869-1.064v6.2l1.756-1.323 l0.24-6.014l3.124-1.779L25.365,19.496z"/> <polygon fill="%23FF0000" points="26.712,9.929 25.246,9.509 22.521,10.853 23.588,11.709 "/> <polygon fill="%23CC0000" points="23.349,17.722 22.521,17.096 22.521,10.853 23.588,11.709 "/> <polygon fill="%23FF0000" points="21.593,19.045 21.593,17.722 22.521,17.096 23.349,17.722 "/> <polygon fill="%23FF0000" points="21.593,12.845 20.44,12.087 18.562,13.137 19.724,13.909 "/> <polygon fill="%23CC0000" points="19.77,20.253 18.746,19.563 18.562,13.137 19.724,13.909 "/> <polygon fill="%23FF0000" points="17.835,21.534 17.835,20.337 18.746,19.563 19.77,20.253 "/> <polygon fill="%23FF0000" points="17.835,14.986 16,14.039 16,16.03 "/> <polygon fill="%23FF0000" points="15.976,10.853 15.976,3.193 6.583,7.268 "/> <polygon fill="%23990000" points="15.976,10.853 15.976,3.193 25.369,7.268 "/> </svg> ');
}
.red.icon-security_role_access{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23990000" points="11.553,17.042 11.48,14.507 9.438,13.249 9.62,18.081 11.553,17.042 "/> <polyline fill="%23990000" points="7.724,12.191 6.046,11.161 6.32,15.92 7.86,15.127 7.724,12.191 "/> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.2521" y1="23.393" x2="19.2521" y2="12.8327"> <stop offset="0.5477" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_1_)" d="M23.013,22.448c0.055-0.088,0.104-0.179,0.146-0.274c-0.444-0.001-0.915-0.117-1.413-0.346 c-0.504-0.237-0.997-0.571-1.477-1.003c-0.863-0.772-1.568-1.735-2.115-2.89c-0.583-1.234-0.845-2.407-0.784-3.519 c0.033-0.613,0.173-1.139,0.419-1.577c-0.153-0.01-0.305-0.007-0.456,0.009c-0.644,0.073-1.143,0.386-1.495,0.939 c-0.161,0.254-0.282,0.543-0.365,0.866v0.018h-0.009c-0.06,0.257-0.096,0.537-0.109,0.839c-0.007,0.137-0.01,0.273-0.009,0.41 c0.024,0.991,0.294,2.031,0.811,3.118c0.547,1.161,1.249,2.136,2.106,2.927c0.347,0.321,0.7,0.592,1.058,0.811 c0.136,0.083,0.273,0.159,0.41,0.228c0.632,0.31,1.225,0.435,1.778,0.374C22.159,23.311,22.66,23.001,23.013,22.448z"/> <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="21.7855" y1="8.3745" x2="21.7855" y2="25.9673"> <stop offset="0.1658" style="stop-color:%23FF0000"/> <stop offset="1" style="stop-color:%23990000"/> </linearGradient> <path fill="url(%23SVGID_2_)" d="M16.212,9.456c0.05-0.003,0.099-0.006,0.146-0.009c0.912-0.067,1.872,0.161,2.881,0.684 c0.802,0.413,1.589,0.985,2.361,1.714c0.646,0.609,1.236,1.281,1.769,2.015c0.615,0.842,1.156,1.766,1.623,2.772 c0.033,0.071,0.063,0.141,0.091,0.21c0.884,1.965,1.273,3.819,1.167,5.561c-0.073,1.118-0.362,2.045-0.866,2.781 c-0.021,0.031-0.042,0.061-0.064,0.091c-0.198,0.274-0.42,0.505-0.666,0.693l1.75-1.131c0.375-0.239,0.7-0.558,0.976-0.957 c0.511-0.735,0.805-1.656,0.884-2.762c0.134-1.799-0.27-3.711-1.213-5.735c-0.875-1.878-2.012-3.455-3.41-4.732 c-0.784-0.711-1.577-1.264-2.38-1.659c-1.015-0.492-1.975-0.69-2.881-0.593c-0.583,0.057-1.03,0.17-1.34,0.337l-1.76,0.957 C15.571,9.575,15.881,9.496,16.212,9.456"/> <path fill="%23FF0000" d="M13.121,12.702c0.141-0.691,0.381-1.292,0.72-1.805L6.247,6.511L4.25,7.414L13.121,12.702z"/> <path fill="%23CC0000" d="M13.841,10.897c-0.339,0.513-0.579,1.115-0.72,1.805L4.25,7.414l0.483,7.467L6.32,15.92l-0.274-4.759 l1.678,1.03l0.137,2.936l0.082,1.86l1.678,1.094l-0.182-4.832l2.042,1.258l1.586,0.976c0.163,1.261,0.561,2.574,1.194,3.939 c0.875,1.884,2.006,3.48,3.392,4.786c0.766,0.723,1.553,1.295,2.361,1.714c1.015,0.523,1.975,0.751,2.881,0.684 c0.659-0.045,1.228-0.246,1.705-0.602c0.02-0.008,0.038-0.021,0.055-0.036c0.246-0.188,0.468-0.419,0.666-0.693 c0.022-0.03,0.043-0.06,0.064-0.091c0.504-0.735,0.793-1.662,0.866-2.781c0.106-1.743-0.283-3.596-1.167-5.561 c-0.028-0.069-0.058-0.139-0.091-0.21c-0.467-1.005-1.008-1.929-1.623-2.772c-0.533-0.734-1.122-1.405-1.769-2.015 c-0.772-0.729-1.559-1.301-2.361-1.714c-1.009-0.523-1.969-0.751-2.881-0.684c-0.047,0.004-0.096,0.007-0.146,0.009 c-0.331,0.039-0.641,0.118-0.93,0.237c-0.074,0.032-0.15,0.065-0.228,0.1c-0.463,0.24-0.858,0.599-1.185,1.076 C13.861,10.88,13.852,10.889,13.841,10.897 M23.159,22.175c-0.042,0.095-0.09,0.186-0.146,0.274 c-0.353,0.553-0.854,0.863-1.504,0.93c-0.553,0.061-1.146-0.064-1.778-0.374c-0.138-0.069-0.275-0.145-0.41-0.228 c-0.358-0.22-0.71-0.49-1.058-0.811c-0.857-0.79-1.559-1.766-2.106-2.927c-0.517-1.088-0.788-2.127-0.811-3.118 c-0.001-0.137,0.002-0.274,0.009-0.41c0.013-0.302,0.05-0.581,0.109-0.839c0.005-0.006,0.008-0.012,0.009-0.018 c0.083-0.323,0.204-0.612,0.365-0.866c0.353-0.553,0.851-0.866,1.495-0.939c0.151-0.016,0.303-0.019,0.456-0.009 c0.426,0.03,0.869,0.161,1.331,0.392c0.498,0.249,0.985,0.596,1.459,1.039c0.857,0.79,1.559,1.763,2.106,2.917 c0.59,1.24,0.86,2.419,0.811,3.537C23.472,21.281,23.359,21.764,23.159,22.175z"/> </svg>');
}
.red.icon-treeroot{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <g> <polyline fill="%23FF0000" points="16.3,29.6 16.3,4.5 4.6,20.8 16.3,29.6 "/> <polyline fill="%23990000" points="27.9,20.8 16.3,4.5 16.3,29.6 27.9,20.8 "/> </g> </svg> ');
}
.red.icon-tabset{
background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <polyline fill="%23CCCCCC" points="12.773,15.94 12.756,15.929 12.758,15.95 12.754,15.952 12.752,15.927 9.936,14.028 8.369,14.913 12.913,18.044 14.536,17.101 14.42,15.054 12.773,15.94 "/> <polyline fill="%23CCCCCC" points="15.907,9.709 14.169,10.591 20.035,14.018 23.592,11.946 17.714,8.785 15.907,9.709 "/> <polyline fill="%23FF0000" points="12.284,9.49 12.284,9.492 15.856,7.818 14.333,7.024 10.778,5.174 7.399,6.637 12.261,9.476 12.284,9.49 12.284,9.49 "/> <polygon fill="%23CCCCCC" points="16.261,18.27 16.24,18.286 14.653,19.244 20.039,22.952 23.29,20.715 21.682,19.691 20.035,20.777 "/> <polyline fill="%23676767" points="20.035,20.777 21.682,19.691 23.365,18.572 23.592,11.946 20.035,14.018 20.035,20.777 "/> <polyline fill="%23676767" points="14.536,17.13 14.536,17.101 12.913,18.044 13.313,23.531 14.84,22.549 14.653,19.244 16.24,18.286 16.24,18.253 14.536,17.13 "/> <polyline fill="%23990000" points="12.284,9.492 12.284,9.49 12.282,9.49 12.262,9.478 12.756,15.929 12.773,15.94 14.42,15.054 14.169,10.591 15.907,9.709 15.856,7.818 12.284,9.492 "/> <polygon fill="%23676767" points="23.234,22.362 23.29,20.715 20.039,22.952 20.039,28.603 23.102,26.294 "/> <polyline fill="%23999999" points="8.369,14.913 8.367,14.913 8.99,20.264 13.313,23.531 12.913,18.044 8.369,14.913 "/> <polyline fill="%23999999" points="14.536,17.101 14.536,17.13 16.24,18.253 16.261,18.27 20.035,20.777 20.035,14.018 14.169,10.591 14.42,15.054 14.536,17.101 "/> <polyline fill="%23CC0000" points="12.262,9.478 12.261,9.476 7.399,6.637 8.121,12.803 9.936,14.028 12.752,15.927 12.497,12.582 12.262,9.478 "/> <polygon fill="%23999999" points="14.84,22.549 14.966,24.775 20.039,28.603 20.039,22.952 14.653,19.244 "/> <path fill="%23FF0000" d="M12.261,9.476l0.002,0.002l0.019,0.012h0.002L12.261,9.476z"/> </svg> ');
}


.hx_dragged{
	position: absolute;
	opacity: 0.5;
	z-index: 2000;
}

/* Placeholder pre prazdny, alebo zatvoreny uzol */
ul.hx_tree_list.empty{
}

/*

Vertex markers are `<circle>` elements that appear at connection vertex positions.

*/

.joint-link .connection-wrap,
.joint-link .connection {
   fill: none;
}

/* <g> element wrapping .marker-vertex-group. */
.marker-vertices {
   opacity: 0;
   cursor: move;
}
.marker-arrowheads {
   opacity: 0;
   cursor: move;
   cursor: -webkit-grab;
   cursor: -moz-grab;
/*   display: none;   */   /* setting `display: none` on .marker-arrowheads effectively switches of links reconnecting */
}
.link-tools {
   opacity: 0;
   cursor: pointer;
}
.link-tools .tool-options {
   display: none;       /* by default, we don't display link options tool */
}
.joint-link:hover .marker-vertices,
.joint-link:hover .marker-arrowheads,
.joint-link:hover .link-tools {
   opacity: 1;
}

/* <circle> element used to remove a vertex */
.marker-vertex-remove {
   cursor: pointer;
   opacity: .1;
}

.marker-vertex-group:hover .marker-vertex-remove {
   opacity: 1;
}

.marker-vertex-remove-area {
   opacity: .1;
   cursor: pointer;
}
.marker-vertex-group:hover .marker-vertex-remove-area {
   opacity: 1;
}

/*
Example of custom changes (in pure CSS only!):

Do not show marker vertices at all:  .marker-vertices { display: none; }
Do not allow adding new vertices: .connection-wrap { pointer-events: none; }
*/

/* THEMES */

/* Default theme */

.joint-link.joint-theme-default .connection-wrap {
   stroke: #000000;
   stroke-width: 15;
   stroke-linecap: round;
   stroke-linejoin: round;
   opacity: 0;
   cursor: move;
}
.joint-link.joint-theme-default .connection-wrap:hover {
   opacity: .4;
   stroke-opacity: .4;
}
.joint-link.joint-theme-default .connection {
   stroke-linejoin: round;
}
.joint-link.joint-theme-default .link-tools .tool-remove circle {
   fill: #FF0000;
}
.joint-link.joint-theme-default .link-tools .tool-remove path {
   fill: #FFFFFF;
}
.joint-link.joint-theme-default .marker-vertex {
   fill: #1ABC9C;
}
.joint-link.joint-theme-default .marker-vertex:hover {
   fill: #34495E;
   stroke: none;
}

.joint-link.joint-theme-default .marker-arrowhead {
   fill: #1ABC9C;
}
.joint-link.joint-theme-default .marker-arrowhead:hover {
   fill: #F39C12;
   stroke: none;
}
.joint-link.joint-theme-default .marker-vertex-remove {
   fill: #FFFFFF;
}

/* Dark theme */

.joint-link.joint-theme-dark .connection-wrap {
   stroke: #8F8FF3;
   stroke-width: 15;
   stroke-linecap: round;
   stroke-linejoin: round;
   opacity: 0;
   cursor: move;
}
.joint-link.joint-theme-dark .connection-wrap:hover {
   opacity: .4;
   stroke-opacity: .4;
}
.joint-link.joint-theme-dark .connection {
   stroke-linejoin: round;
}
.joint-link.joint-theme-dark .link-tools .tool-remove circle {
   fill: #F33636;
}
.joint-link.joint-theme-dark .link-tools .tool-remove path {
   fill: white;
}
.joint-link.joint-theme-dark .link-tools [event="link:options"] circle {
   fill: green;
}
.joint-link.joint-theme-dark .marker-vertex {
   fill: #5652DB;
}
.joint-link.joint-theme-dark .marker-vertex:hover {
   fill: #8E8CE1;
   stroke: none;
}
.joint-link.joint-theme-dark .marker-arrowhead {
   fill: #5652DB;
}
.joint-link.joint-theme-dark .marker-arrowhead:hover {
   fill: #8E8CE1;
   stroke: none;
}
.joint-link.joint-theme-dark .marker-vertex-remove-area {
   fill: green;
   stroke: darkgreen;
}
.joint-link.joint-theme-dark .marker-vertex-remove {
   fill: white;
   stroke: white;
}

/* Modern theme */

.joint-link.joint-theme-modern .connection-wrap {
   stroke: #000000;
   stroke-width: 15;
   stroke-linecap: round;
   stroke-linejoin: round;
   opacity: 0;
   cursor: move;
}
.joint-link.joint-theme-modern .connection-wrap:hover {
   opacity: .4;
   stroke-opacity: .4;
}
.joint-link.joint-theme-modern .connection {
   stroke-linejoin: round;
}
.joint-link.joint-theme-modern .link-tools .tool-remove circle {
   fill: #FF0000;
}
.joint-link.joint-theme-modern .link-tools .tool-remove path {
   fill: #FFFFFF;
}
.joint-link.joint-theme-modern .marker-vertex {
   fill: #1ABC9C;
}
.joint-link.joint-theme-modern .marker-vertex:hover {
   fill: #34495E;
   stroke: none;
}
.joint-link.joint-theme-modern .marker-arrowhead {
   fill: #1ABC9C;
}
.joint-link.joint-theme-modern .marker-arrowhead:hover {
   fill: #F39C12;
   stroke: none;
}
.joint-link.joint-theme-modern .marker-vertex-remove {
   fill: white;
}

/* Material theme */

.joint-link.joint-theme-material .connection-wrap {
   stroke: #000000;
   stroke-width: 15;
   stroke-linecap: round;
   stroke-linejoin: round;
   opacity: 0;
   cursor: move;
}
.joint-link.joint-theme-material .connection-wrap:hover {
   opacity: .4;
   stroke-opacity: .4;
}
.joint-link.joint-theme-material .connection {
   stroke-linejoin: round;
}
.joint-link.joint-theme-material .link-tools .tool-remove circle {
   fill: #C64242;
}
.joint-link.joint-theme-material .link-tools .tool-remove path {
   fill: #FFFFFF;
}
.joint-link.joint-theme-material .marker-vertex {
   fill: #d0d8e8;
}
.joint-link.joint-theme-material .marker-vertex:hover {
   fill: #5fa9ee;
   stroke: none;
}
.joint-link.joint-theme-material .marker-arrowhead {
   fill: #d0d8e8;
}
.joint-link.joint-theme-material .marker-arrowhead:hover {
   fill: #5fa9ee;
   stroke: none;
}
.joint-link.joint-theme-material .marker-vertex-remove-area {
   fill: #5fa9ee;
}
.joint-link.joint-theme-material .marker-vertex-remove {
   fill: white;
}



.suite-model{
/*   border: solid 3px red; */
   overflow: scroll;
   height: 35vh;
}


/* JointJS HTML Element */
.html-element {
    box-sizing: border-box;
    font-family: sans-serif;
    box-shadow: 4px 4px 4px -1px rgba(0,0,0,0.18);
    padding: 8px 16px;
    background-color: #FCFCFC;
}
.html-element:after {
    content: ' ';
    background: #6C6C6C;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.html-element:before {
    content: ' ';
    position: absolute;
    top: 24px;
    right: 16px;
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDBWMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTEuOTkgMkM2LjQ3IDIgMiA2LjQ4IDIgMTJzNC40NyAxMCA5Ljk5IDEwQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyUzE3LjUyIDIgMTEuOTkgMnpNMTIgMjBjLTQuNDIgMC04LTMuNTgtOC04czMuNTgtOCA4LTggOCAzLjU4IDggOC0zLjU4IDgtOCA4em0uNS0xM0gxMXY2bDUuMjUgMy4xNS43NS0xLjIzLTQuNS0yLjY3eiIvPjwvc3ZnPg==);
}
.html-element[data-state="done"]:after {
    background:#4666E5;
}
.html-element[data-state="done"]:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDBWMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptMCAxOGMtNC40MSAwLTgtMy41OS04LThzMy41OS04IDgtOCA4IDMuNTkgOCA4LTMuNTkgOC04IDh6bTQuNTktMTIuNDJMMTAgMTQuMTdsLTIuNTktMi41OEw2IDEzbDQgNCA4LTh6Ii8+PC9zdmc+);
}
.html-element[data-state="at-risk"]:after {
    background: #FF4365;
}
.html-element[data-state="at-risk"]:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij48cGF0aCBkPSJNMTEgMTVoMnYyaC0ydi0yem0wLThoMnY2aC0yVjd6bS45OS01QzYuNDcgMiAyIDYuNDggMiAxMnM0LjQ3IDEwIDkuOTkgMTBDMTcuNTIgMjIgMjIgMTcuNTIgMjIgMTJTMTcuNTIgMiAxMS45OSAyek0xMiAyMGMtNC40MiAwLTgtMy41OC04LThzMy41OC04IDgtOCA4IDMuNTggOCA4LTMuNTggOC04IDh6Ii8+PC9zdmc+
    );
}
.html-element-header {
    position: relative;
    display: block;
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0;
    margin-bottom: 8px;
}
.html-element-header:after {
    content: '';
    height: 1px;
    background-color: #DDDDDD;
    left: -16px;
    right: -16px;
    bottom: 0;
    position: absolute;
}
.html-element-label {
    display: block;
    font-size: 13px;
    color: #222222;
    padding: 8px 0 0 0;
}
.html-element-field {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    margin: 8px 0;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    text-align: left;
    letter-spacing: 0;
    color: #222222;
    border-radius: 0px;
    font-size: 14px;
}
select.html-element-field:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: calc(100% - 8px) 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3LjQxIiB2aWV3Qm94PSIwIDAgMTIgNy40MSI+PHBhdGggZD0iTTE2LjU5LDguNTksMTIsMTMuMTcsNy40MSw4LjU5LDYsMTBsNiw2LDYtNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02IC04LjU5KSIvPjwvc3ZnPgo=);
}
select.html-element-field:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000000;
}
select.html-element-field.field-empty {
    color: #9A9A9A
}
.html-element-field::placeholder {
    color: #9A9A9A;
    opacity: 1;
}
.html-element-field:-ms-input-placeholder {
    color: #9A9A9A;
}
.html-element-field::-ms-input-placeholder {
    color: #9A9A9A
}
/* Toolbar */
.toolbar {
    position: absolute;
    width: 300px;
    left: calc(50% - 150px);
    top: 18px;
    text-align: center;
}
.toolbar-button {
    outline: none;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    padding: 6px 12px;
    letter-spacing: 0.25px;
    color: #222222;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.toolbar-button:hover {
    background: #F7F8F9;
}

/* Special CSS classes */

/* Negative margins. New format m?-n1. Old format m?n-1 */
.mt-n1{
  margin-top: -4px !important;
}

.mt-n2{
  margin-top: -8px !important;
}

.mt-n3{
  margin-top: -16px !important;
}

.mt-n4{
  margin-top: -24px !important;
}

.mln-4{
  margin-left: -0.75rem !important;
}

.mrn-4{
  margin-right: -0.75rem !important;
}

.min-height-100{
  min-height: 100px !important;
}

.min-height-150{
  min-height: 150px !important;
}

.min-height-175{
  min-height: 175px !important;
}

.min-height-200{
  min-height: 200px !important;
}

.min-height-250{
  min-height: 250px !important;
}


/* Custom Wiki CSS */

code{
  display: block;
  padding: 8px;
  margin: 8px 0;
  white-space: pre-wrap;
  font-size: 1rem;
  color: #DD00DD; 
  background-color: #F7F7F7;
  line-height: 1.25;
}

samp{
  display: block;
  margin: 8px 0;
  padding: 8px;
  white-space: pre-wrap;
  font-size: 1rem;
  color: #0000DD; 
  background-color: #F7F7F7;
  line-height: 1.25;
}

/*
kbd{
  display: block;
  padding: 8px;
  white-space: pre-wrap;
  font-size: 1rem;
  color: #DD0000; 
  background-color: #F7F7F7;
  line-height: 0.75;
}

var{
  display: block;
  padding: 8px;
  white-space: pre-wrap;
  font-size: 1rem;
  color: #00DD00; 
  background-color: #F7F7F7;
  line-height: 0.75;
}
*/

.wiki-page-link{
  color: #0099CC;
}

.wiki-page-link:hover{
  color: #006699;
  text-decoration: underline;
}


.form-group {
  margin-top: 0px;
  margin-bottom: 8px;
}

a {
  text-decoration: none !important;
}

.card{
  border: none;
}

.mr-auto{
  margin-right: auto !important;
}

.btn-primary {
  color: #FFF;
}

table td {
  vertical-align: middle;
}

.form-control[type="file"] {
  margin-top: -2px;
  padding-top: 4px;
}

/* Button vo form label */
.col-form-label > .btn {
  margin-top: -2px;
}
